.h2tag,
.h3tag {
  font-weight: 600;
  margin-bottom: 20px;
}

.alwinbox,
.home_style_3_list li img,
.section,
.svg_button,
body,
html {
  position: relative;
}

.card-3d-wrap,
.card-3d-wrapper {
  -webkit-transform-style: preserve-3d;
}

.anchor-nav,
.home_style_10,
.portfolio_slider,
.tag-list {
  overflow: hidden;
}

body,
html {
  background: #fff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  font:
    400 18px Poppins,
    sans-serif;
}

html {
  height: auto;
}

::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}

.h2tag {
  font-size: 48px;
}

.feature_box_three:hover .feature_head,
.feature_box_three:hover p,
.h2tag span {
  color: #f046b7;
}

.svg_button a {
  color: #070d25;
  text-decoration: none;
}

.link {
  color: #0a58ca;
  text-decoration: none;
}

.h3tag {
  font-size: 40px;
}

.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.para {
  font-size: 16px;
}

.link:hover {
  color: #0a58ca;
}

@media (max-width: 1199px) {
  .para {
    font-size: 16px;
  }

  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 32px;
  }

  .h5tag {
    font-size: 20px;
  }
}

.home_style_1 {
  padding-top: 170px !important;
}

.home_style_1 .h1tag {
  font-weight: 600;
  font-size: 20px;
  content-visibility: visible;
  margin-bottom: 15px;
}

.home_style_1 .h2tag,
.section_head {
  font-size: 48px;
  content-visibility: visible;
}

.home_style_1 .h2tag {
  font-weight: 600;
  margin-bottom: 20px;
}

.home_style_1 p {
  content-visibility: visible;
}

.home_style_1 .form-control {
  border: none;
}

.home_style_1 .form-control:focus {
  border: none;
  box-shadow: none;
}

.home_style_1 .input-group-text {
  border: none;
  background-color: transparent;
  padding: 12px;
}

.home_style_1 .input-group {
  border: 1px solid #c4d7f2;
  border-radius: 10px;
  padding: 8px 8px 8px 16px;
  background: #fff;
  width: 50%;
}

.anchor-nav,
.scroll .nav-tabs {
  border-bottom: 1px solid transparent;
}

.home_email {
  display: flex;
  align-items: center;
  gap: 15px;
}

.svg_button {
  display: flex !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 260px;
  margin-top: 50px;
}

.svg_button a {
  padding: 12px 15px;
  border: none;
  background: 0 0;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

.svg_button svg {
  position: absolute;
  top: -33px;
  left: 0;
  width: 260px;
  height: 110px;
  pointer-events: none;
}

.svg_button path {
  stroke: #f047b8;
  stroke-width: 1.5px;
  transition: 0.3s;
}

.svg_button:hover path {
  animation: 1s forwards draw;
  stroke: #ffaf2e;
}

@keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }

  to {
    stroke-dasharray: 1500 1500;
  }
}

.section {
  padding: 60px 0;
  z-index: 10;
}

.section_head {
  font-weight: 600;
}

.section_head span {
  font-weight: 600;
  background: linear-gradient(90deg,
      #ff9c0d 0,
      #e530b2 37.5%,
      #1468ef 70.5%,
      #00d68a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature_box_four p,
.feature_box_one p,
.feature_box_three p,
.feature_box_two p {
  font-weight: 400;
  color: #1e2237;
  margin-bottom: 0;
  padding: 0 0 12px;
  font-size: 18px;
}

.Honorhead_block,
.alwinbox2,
.management_cardwrap .slick-dots li button,
.mobile_view {
  display: none;
}

.alwinbox {
  margin: 250px 0;
}

.alwinbox_img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.alwinbox_leftcontent {
  position: absolute;
  left: 0;
  z-index: 1;
}

.alwinbox_rightcontent {
  position: absolute;
  right: 0;
  z-index: 1;
}

.feature_box {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
  transition: 0.2s;
  cursor: default;
  width: 464px;
}

.feature_box_wrapper_right .feature_box {
  justify-content: end;
}

.feature_box_one {
  background: linear-gradient(90deg,
      rgba(255, 156, 13, 0.15) 0,
      rgba(255, 156, 13, 0) 100%);
  border-left: 3px solid rgba(255, 156, 13, 0.5);
  padding: 24px 36px;
}

.feature_box_one .feature_head {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #ff9c0d;
}

.feature_box_one p {
  border-bottom: 1px solid #ff9c0d;
}

.feature_box_two {
  background: linear-gradient(90deg,
      rgba(0, 214, 138, 0.15) 0,
      rgba(0, 214, 138, 0) 100%);
  border-left: 3px solid rgba(0, 214, 138, 0.5);
  padding: 24px 36px;
}

.feature_box_two .feature_head {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.01em;
  color: #00d68a;
}

.feature_box_two p {
  border-bottom: 1px solid #00d68a;
}

.feature_box_three {
  background: linear-gradient(90deg,
      rgba(229, 48, 178, 0) 0,
      rgba(229, 48, 178, 0.15) 100%);
  border-right: 3px solid rgba(229, 48, 178, 0.5);
  padding: 24px 36px;
}

.feature_box_three .feature_head {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.01em;
  color: #e530b2;
}

.feature_box_three p {
  border-bottom: 1px solid #e530b2;
}

.feature_box_four {
  background: linear-gradient(90deg,
      rgba(20, 104, 239, 0) 0,
      rgba(20, 104, 239, 0.15) 100%);
  border-right: 3px solid rgba(20, 104, 239, 0.5);
  padding: 24px 36px;
}

.feature_box_four .feature_head {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.01em;
  color: #1468ef;
}

.feature_box_four p {
  border-bottom: 1px solid #1468ef;
}

.feature_box_wrapper.feature_box_wrapper_left,
.feature_box_wrapper.feature_box_wrapper_right {
  align-items: flex-start;
}

.blog_yellow_box a,
.feature_box_one:hover .feature_head,
.feature_box_one:hover p,
.managment_heads_3 p.name {
  color: #ff9c0d;
}

.blog_green_box a,
.custom_home_slider .slick-dots li.slick-active button:before,
.feature_box_two:hover .feature_head,
.feature_box_two:hover p,
.managment_heads_4 p.name {
  color: #00d68a;
}

.feature_box_four:hover .feature_head,
.feature_box_four:hover p {
  color: #2c67d1;
}

.gsap-marker-end,
.gsap-marker-scroller-end,
.gsap-marker-scroller-start,
.gsap-marker-start {
  display: none !important;
}

.home_style_3 {
  padding-bottom: 200px;
}

.home_style_3_inner {
  background: url("../images/home/office_art.webp") center top no-repeat;
  margin-top: 30px;
}

.home_style_3_flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.home_style_3_flex p {
  max-width: 30%;
  text-align: center;
}

.home_style_3_middle_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_style_3_list {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 30%;
}

.home_style_3_list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home_style_3_list li span {
  background: #fff;
  box-shadow: 0 0 8px 3px rgb(90 97 126 / 25%);
  padding: 8px 15px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  white-space: nowrap;
  width: 100%;
  cursor: default;
  transition: 0.2s;
}

.home_style_3_list li span:hover {
  transform: scale(1.08);
}

.home_style_3_list li img {
  z-index: 2;
}

.home_style_3_list_left li span {
  margin-left: -22px;
  padding-left: 40px;
  text-align: right;
}

.home_style_3_list_right li {
  flex-direction: row-reverse;
}

.anchor-nav,
.ball {
  align-items: center;
}

.home_style_3_list_right li span {
  margin-right: -22px;
  padding-right: 40px;
  text-align: left;
}

.home_style_3_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 150px auto 0;
  z-index: -1;
}

.anchor-nav {
  display: flex;
  padding: 0 !important;
  height: 114px !important;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
  gap: 20px;
  margin: auto;
  justify-content: center;
  position: sticky;
  top: 90px;
}

.anchor-nav li {
  width: 18%;
}

button.anchor.nav-link {
  color: #1e2237;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  background: 0 0;
  text-align: center;
  white-space: nowrap;
  transition: 0.2s;
  border-radius: 100px;
  width: 100%;
  margin-right: 15px;
  border: 1px solid #d0e1ff;
  padding: 12px 24px;
}

.ball,
.icon_container {
  background-color: #fff;
  border-radius: 50%;
  height: 125px;
  width: 125px;
  position: absolute;
  display: flex;
}

.our-iconic li a:hover,
button.anchor.nav-link.active {
  background: #277aff;
  color: #fff;
}

button.anchor.nav-link:hover {
  background: rgb(39 122 255 / 83%);
  color: #fff;
}

.home_style_5 {
  background: #fff;
  padding-top: 100px;
}

.ball {
  justify-content: center;
}

.icon_container,
.management_card_content {
  align-items: center;
}

.icon_container {
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-name: floating;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    0 5px 40px 0 rgba(23, 28, 33, 0.13),
    0 20px 13px 0 rgba(23, 28, 33, 0.05);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  transition:
    margin 1s cubic-bezier(0.2, 0.6, 0.3, 1),
    opacity 2s;
  animation-duration: 4s;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
    transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
  }
}

.icon_container:hover {
  background: #2c68d1;
}

.icon_container:hover img {
  filter: brightness(0) invert(1);
}

.techstack_icon_01 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  right: 150px;
  top: 50px;
}

.techstack_icon_02 {
  animation-delay: -0.9s;
  animation-duration: 4s;
  transition-delay: 0.7s;
  left: 50%;
}

.techstack_icon_03 {
  animation-delay: -2.2s;
  animation-duration: 4s;
  transition-delay: 0.2s;
  left: 30%;
  top: 200px;
}

.techstack_icon_04 {
  animation-delay: -2.9s;
  animation-duration: 4s;
  transition-delay: 0.6s;
  right: 320px;
  top: 200px;
}

.techstack_icon_05 {
  animation-delay: -1.8s;
  animation-duration: 4s;
  transition-delay: 0.1s;
  left: 30%;
  top: 40px;
}

.techstack_icon_06 {
  animation-delay: -2.9s;
  animation-duration: 4s;
  transition-delay: 0.6s;
  left: 15%;
  top: 200px;
}

.techstack_icon_07,
.techstack_icon_08,
.techstack_icon_09,
.techstack_icon_10 {
  animation-delay: -2.2s;
  animation-duration: 4s;
  transition-delay: 0.2s;
}

.techstack_icon_07 {
  left: 48%;
  top: 200px;
}

.techstack_icon_08 {
  right: 5%;
  top: 220px;
}

.techstack_icon_09 {
  right: 25%;
}

.techstack_icon_10 {
  left: 10%;
}

.technstack_wrapper {
  min-height: 680px;
  border-radius: 16px;
  background: #c4d9ff;
  padding-top: 50px;
  position: relative;
}

.management_card .management_card_title .managment_heads,
.management_card_content_head,
.techstack_panel,
.three-column-color-box {
  position: relative;
}

.technstack_wrapper h2,
.technstack_wrapper p {
  margin-bottom: 20px;
}

.technstack_wrapper::before {
  content: "";
  background: url("../images/home/tech_stack_before.webp");
  width: 217px;
  height: 315px;
  position: absolute;
  bottom: 0;
  left: -12px;
}

.technstack_wrapper::after {
  content: "";
  background: url("../images/home/tech_stack_after.webp");
  width: 313px;
  height: 371px;
  position: absolute;
  top: -28px;
  right: -42px;
}

.home_style_6::before {
  content: "";
  background: url("../images/home/lines_bg_03.webp") right top no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
}

.help_trigger {
  padding: 30px 0 0;
  position: relative;
}

.help_cards .help_card {
  height: 530px;
  width: 530px;
  border-radius: 50px;
  padding: 80px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 50px auto;
  transform: rotate(10deg);
}

.help_cards .help_card p {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 30px;
}

.help_card_01 {
  background: #ffff9f;
}

.blue-style h3,
.help_card_02 {
  background: #c4d9ff;
}

.help_card_03,
.pink-style h3 {
  background: #ffd9e4;
}

.ceo_card_pinned_one,
.green-style h3,
.help_card_04 {
  background: #ccf7e8;
}

.help_card_05 {
  background: #cfadda;
}

.help_card_01::after,
.help_card_02::after,
.help_card_03::after,
.help_card_04::after,
.help_card_05::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.help_card_01::after {
  background: url("../images/home/help_cardone_bg.webp") center right no-repeat;
}

.help_card_02::after {
  background: url("../images/home/help_cardtwo_bg.webp") center right no-repeat;
  right: 0;
  top: -100px;
}

.help_card_03::after {
  background: url("../images/home/help_cardthree_bg.webp") center right no-repeat;
  right: 0;
  top: -120px;
}

.help_card_04::after {
  background: url("../images/home/help_cardfour_bg.webp") center right no-repeat;
  right: -130px;
  top: -140px;
}

.help_card_05::after {
  background: url("../images/home/help_cardfive_bg.webp") center right no-repeat;
  right: -60px;
  top: -150px;
}

section.home_style_7 {
  padding-top: 80px;
  position: relative;
}

.home_style_7::before {
  content: "";
  background: url(../images/home/help_bg.webp) right top/cover;
  width: 558px;
  height: 209px;
  position: absolute;
  bottom: 120px;
  right: 0;
  z-index: -1;
}

.home_style_7_header {
  position: relative;
  display: inline-block;
}

.home_style_7_header .section_head {
  font-size: 170px;
  text-align: center;
}

.home_style_7_header .h6tag,
.home_style_7_header_bottom .h6tag {
  font-size: 48px;
  font-weight: 500;
}

.home_style_7_header>.h6tag {
  right: 220px;
  top: -30px;
  position: absolute;
}

.home_style_7_header_bottom {
  position: absolute;
  text-align: left;
  top: 0;
  left: 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home_style_7_header_bottom p {
  font-size: 20px;
  font-weight: 600;
}

.home_style_7_header_wrap {
  text-align: center;
}

.custom_home_slider .slick-dots {
  top: -240px !important;
  left: 42px !important;
  transform: rotate(90deg);
  bottom: 0 !important;
  z-index: -1;
}

.management_cardwrap {
  position: relative;
  z-index: 10;
}

.management_card {
  padding: 50px 30px;
}

.ceo_card_pinned_two {
  background: #c2d8ff;
  z-index: 2;
}

.ceo_card_pinned_three {
  background: #ffd8e3;
  z-index: 3;
}

.ceo_card_pinned_four {
  background: #ffff9f;
  z-index: 4;
}

.management_card_content p {
  text-align: left;
  position: relative;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
  max-width: 80%;
}

.management_card_content p::after,
.management_card_content p::before {
  content: "";
  width: 58px;
  height: 36px;
  position: absolute;
}

.management_card_content p::before {
  top: -45px;
  left: -30px;
}

.management_card_content p::after {
  bottom: -20px;
  right: -20px;
  transform: rotateY(180deg);
}

.management_card_01 .management_card_title .managment_heads {
  color: #00d78b;
}

.management_card_01 .management_card_content_head::after,
.management_card_02 .management_card_content_head::after,
.management_card_03 .management_card_content_head::after,
.management_card_04 .management_card_content_head::after {
  content: "";
  width: 195px;
  height: 120px;
  position: absolute;
  top: -50px;
  right: 100px;
  z-index: -1;
}

.management_card_01 .management_card_content_head::after {
  background: url(../images/home/Vector1.webp) no-repeat;
}

.management_card_02 .management_card_content_head::after {
  background: url(../images/home/Vector2.webp) no-repeat;
}

.management_card_03 .management_card_content_head::after {
  background: url(../images/home/Vector3.webp) no-repeat;
}

.management_card_04 .management_card_content_head::after {
  background: url(../images/home/Vector4.webp) no-repeat;
}

.custom_home_slider .slick-next::before,
.custom_home_slider .slick-prev::before {
  background: url("../images/home/slick_arw.webp") center no-repeat;
  height: 16px;
  display: block;
  font-size: 0;
  filter: brightness(0) invert(1);
  width: 10px;
  position: relative;
  content: "";
}

.management_card_title .managment_heads {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.management_card_title .managment_heads a {
  color: #070d25;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}

.management_card_title p.name {
  font-weight: 600;
  font-size: 24px;
  color: #1468ef;
  margin-bottom: 0;
}

/* .managment_heads_2 a {
  background-color: #e530b2 !important;
} */
.managment_heads_2 p.name {
  color: #e530b2;
}

/* .managment_heads_3 a {
  background-color: #ff9c0d !important;
}
.managment_heads_4 a {
  background-color: #00d68a !important;
} */
.management_card_title .managment_heads a span {
  line-height: 0;
}

.management_card_title p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #5a617e;
}

.management_cardwrap .slick-dots {
  bottom: 30px;
  top: unset;
  width: auto;
  right: 0;
  left: 0;
}

.management_card_title {
  margin-top: 30px;
  max-width: 70%;
}

.home_style_11 {
  background: url("../images/home/market_bg.webp") center no-repeat;
}

.custom_home_slider .slick-next,
.custom_home_slider .slick-prev {
  background: #00d68a !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
}

.custom_home_slider .slick-next {
  right: -25px;
}

.custom_home_slider .slick-prev {
  left: -25px;
  z-index: 2;
}

.custom_home_slider .slick-prev::before {
  opacity: 1;
}

.custom_home_slider .slick-next::before {
  transform: rotate(180deg);
}

.slick-next:before,
.slick-prev:before {
  font-display: swap;
}

.custom_home_slider .slick-dots li button:before {
  font-size: 16px;
  color: #00d68a;
}

.portfolio_slider .slick-slide img {
  margin: 0 auto;
  transition: 0.2s;
}

.portfolio_slider .slick-slide img:hover {
  filter: brightness(0.3);
}

.portfolio_slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  max-width: 100%;
  margin: 0 auto;
}

.portfolio_slider .anime {
  animation: 40s linear infinite rightslide;
  width: 2921px;
  min-width: 2921px;
}

@keyframes rightslide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.desktop_none {
  display: none !important;
  margin-top: 30px;
}

.help_cards .slick-prev {
  left: 30%;
  transform: rotate(90deg);
  top: unset;
  bottom: 30px;
}

.help_cards .slick-next {
  right: 0;
  transform: rotate(90deg);
  top: unset;
  bottom: 12px;
  left: 35%;
}

.management_cardwrap .slick-dots li.slick-active {
  width: 100px;
  height: 10px;
  border-radius: 25px;
}

.management_cardwrap .slick-dots li {
  border-radius: 100%;
  background: #00d78c;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: 0.5s;
}

.card-3d-wrap {
  position: relative;
  width: 500px;
  max-width: calc(100% - 20px);
  height: 620px;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.card-3d-wrapper:hover {
  transform: rotateY(180deg);
  transition: transform 0.7s ease-out 0.4s;
}

.card-3d-wrapper .img-1,
.card-3d-wrapper .img-2,
.card-3d-wrapper .img-3 {
  display: block;
  transform: translate3d(0, 0, 45px) perspective(100px);
  opacity: 0;
  transition:
    transform 0.4s 1.2s,
    opacity 0.1s 0.3s;
  pointer-events: auto;
  position: absolute;
}

.card-3d-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transition: transform 0.7s ease-out 0.4s;
}

.card-back,
.card-front {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-back {
  transform: rotateY(180deg);
}

.card-3d-wrapper .img-1 {
  left: -80px;
  top: 80px;
  z-index: 5;
}

.card-3d-wrapper .img-2 {
  left: -70px;
  top: 210px;
  z-index: 0;
}

.card-3d-wrapper .img-3 {
  right: -100px;
  top: 120px;
  z-index: 5;
}

.card-3d-wrapper:hover .img-1 {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 45px) perspective(100px) scale(1);
  transition:
    transform 0.4s 1.2s,
    opacity 2s 1.2s;
}

.card-3d-wrapper:hover .img-2,
.card-3d-wrapper:hover .img-3 {
  pointer-events: auto;
  transform: translate3d(0, 0, 35px) perspective(100px) scale(1);
  opacity: 1;
}

.card-3d-wrapper:hover .img-2 {
  transition:
    transform 0.4s 1.3s,
    opacity 2s 1.3s;
}

.card-3d-wrapper:hover .img-3 {
  transition:
    transform 0.4s 1.4s,
    opacity 2s 1.4s;
}

.home_style_11 .card-3d-wrap {
  height: 450px;
}

.home_style_11 .card-3d-wrapper .img-1 {
  left: -110px;
  top: 50px;
}

.home_style_11 .card-3d-wrapper .img-2 {
  right: -170px;
  left: unset;
  top: 160px;
}

.home_style_11 .card-3d-wrapper .img-3 {
  right: unset;
  left: -180px;
  top: 280px;
}

.inner_sec_4 .boxbg {
  background: url("../images/crypto-market-making-bot-development-company/sec4_bg.webp") center/100% 100% no-repeat #ffff9f;
  border-radius: 20px;
  border: 1px solid #ffaf2e;
  padding: 40px;
}

.inner_sec_4 .boxbg .h5tag {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 34px;
}

.inner_sec_4 .boxbg .svg_button {
  margin: 50px auto 10px;
  width: 300px;
}

.inner_sec_4 .boxbg .svg_button svg {
  width: 300px;
}

.home_style_9::before {
  content: "";
  background: url("../images/home/lineart.webp") center top/cover;
  width: 100%;
  height: 405px;
  position: absolute;
  bottom: 120px;
  z-index: -1;
}

.portfolio_slider.custom_home_slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio_slider img {
  margin: 10px;
}

.btn-close {
  position: absolute;
  right: 15px;
  opacity: 1;
  border-radius: 50%;
  padding: 12px;
  top: 15px;
  box-shadow: none !important;
  background: url(../images/btn-close.png) center center no-repeat #f046b7 !important;
  z-index: 1;
}

#treasure-glimpse .modal-content {
  border: 0;
  background: 0 0;
}

section.home_style_13 {
  padding-top: 60px;
  position: relative;
}

.video-bg {
  background: url(../images/home/game-video-bg.webp) center center/cover no-repeat #d1ffdb;
  border-radius: 16px;
  padding: 60px 30px;
}

.video-bg .section_head {
  font-size: 36px;
  font-weight: 500;
}

.video-bg .svg_button {
  margin-top: 10px !important;
}

.video-bg p {
  font-size: 20px;
  font-weight: 400;
}

.blog_slider img,
.video-bg img {
  border-radius: 8px;
}

@media screen and (max-width: 1399px) {
  .custom_home_slider .slick-dots {
    left: 146px !important;
    top: -3px !important;
  }
}

@media screen and (max-width: 1199px) {
  .management_card_content p {
    max-width: 100%;
  }

  .management_card_title {
    max-width: 80%;
  }

  .management_card {
    margin: 30px 0 20px;
  }

  .custom_home_slider .slick-dots {
    top: -29px !important;
    left: 128px !important;
  }

  .management_card .management_card_content_head::after {
    top: -80px;
    right: 0;
  }

  .management_cardwrap .slick-dots {
    transform: unset;
    bottom: -30px;
    top: unset;
    right: 0;
    left: 0;
  }

  .technstack_wrapper {
    max-width: 96%;
    margin: 0 auto;
  }

  .home_style_7_header .section_head {
    font-size: 120px;
    text-align: center;
  }

  .home_style_7_header>.h6tag {
    right: 0;
  }

  .techstack_icon_08 {
    right: 9%;
    top: 160px;
  }

  .card_pinned h2 {
    font-size: 32px;
  }

  .section_head {
    font-size: 36px;
  }

  .techstack_icon_04 {
    right: 230px;
  }

  .icon_container {
    height: 100px;
    width: 100px;
  }

  .home_style_3_flex p {
    max-width: 40%;
    text-align: right;
    font-size: 16px;
  }

  .home_style_1 p {
    max-width: 100%;
    line-height: 28px;
  }

  .home_style_3_img {
    width: 52%;
  }

  .home_style_4 .scroll {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 5px;
  }

  .anchor-nav {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .anchor-nav::after,
  .anchor-nav::before {
    display: none;
  }

  .help_cards .help_card {
    margin-left: auto;
    margin-right: 50px;
  }

  .help_cards .slick-prev {
    left: 42%;
  }

  .help_cards .slick-next {
    left: 48%;
  }

  .anchor-nav li {
    width: auto;
  }

  .alwinbox_img img {
    width: 380px !important;
  }

  section.home_style_10 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 991px) {

  .card_pinned,
  .home_style_1,
  .home_style_3_flex p,
  .video-bg,
  section.home_style_6,
  section.home_style_8 {
    text-align: center;
  }

  .alwinbox,
  .d_m_none,
  .management_card_content img.management_img,
  .mobile_none {
    display: none !important;
  }

  .desktop_none,
  .mobile_view {
    display: block !important;
  }

  .anchor-nav,
  .card-3d-wrap,
  .cards_wrapper,
  .home_style_3_img {
    display: none;
  }

  .home_style_3_list {
    width: 48%;
  }

  .alwinbox2,
  .d_d_none {
    display: block;
  }

  .feature_box {
    width: auto !important;
  }

  .home_style_4 .section_head {
    font-size: 30px !important;
  }

  .home_style_7_header .section_head {
    font-size: 86px;
  }

  .home_style_7_header .h6tag,
  .home_style_7_header_bottom .h6tag {
    font-size: 36px;
  }

  .home_style_7_header_bottom p {
    font-size: 16px;
  }

  .home_style_7_header_bottom {
    bottom: unset;
    left: 40px;
    top: -20px;
  }

  .inner_sec_13_new_head .h2tag {
    font-size: 35px !important;
  }

  .scroll-sec .section_head {
    font-size: 35px !important;
    margin-bottom: 20px;
  }

  ul.awards_list {
    margin-top: 30px;
  }

  .icon_container {
    height: 90px;
    width: 90px;
  }

  .techstack_icon_07 {
    top: 110px;
  }

  .techstack_icon_09 {
    right: 58%;
    top: -10px;
  }

  .techstack_icon_05 {
    top: 100px;
  }

  .section.home_style_6 .svg_button.mt-4 {
    margin: 30px auto 50px;
  }

  .help_trigger {
    padding: 200px 0 0;
  }

  .pink-style-head {
    display: inline;
  }

  .card_pinned {
    padding: 30px;
  }

  .card_pinned .svg_button {
    margin: 40px auto 0;
  }

  .home_style_1 .h2tag {
    font-size: 28px;
  }

  .home_style_1 .h1tag {
    font-size: 20px;
  }

  .home_style_3 {
    padding-bottom: 30px;
  }

  .help_cards .help_card {
    margin: 50px auto;
  }

  .help_cards .slick-prev {
    left: 10%;
  }

  .help_cards .slick-next {
    left: 18%;
  }

  .management_card_content {
    padding-right: 0;
  }

  .management_card_content_head {
    padding-left: 0 !important;
  }

  .management_card .management_card_content_head::after {
    top: -10px !important;
    right: 0 !important;
    left: 0;
    margin: 0 auto;
    background-size: 80%;
    background-position: center top;
  }

  .management_card {
    padding: 30px;
    height: 400px;
    width: 100%;
  }

  .management_card_title {
    max-width: 100%;
    margin-top: 20px;
  }

  .technstack_wrapper {
    padding: 50px 30px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .home_style_1 .svg_button {
    margin: 50px auto 0;
  }

  .home_style_1::before {
    opacity: 0.3;
  }

  .footer_form_left {
    background: 0 0 !important;
    height: auto !important;
  }

  form.footer_form {
    margin-top: auto;
    width: 100%;
  }

  .inp_grp,
  .input-group {
    border: 1px solid #78a8f5;
    box-shadow: none;
    border-radius: 8px;
  }

  .video-bg .section_head {
    font-size: 32px;
  }

  .video-bg p {
    font-size: 18px;
  }

  .video-bg .svg_button {
    margin: auto auto 10px !important;
  }

  .floating {
    margin-bottom: 0 !important;
  }

  .management_card {
    margin-top: 10px !important;
    margin-bottom: 0;
  }

  .management_card_content p {
    text-align: center;
    max-width: 100% !important;
  }

  .managment_heads div {
    justify-content: center !important;
    gap: 8px !important;
    flex-direction: column;
    align-items: center;
  }

  .custom_home_slider .slick-dots {
    transform: rotate(180deg) !important;
    left: -17px !important;
    bottom: -25px !important;
  }

  .slider_box img {
    margin: 0 auto 15px;
  }

  .blog_slider img {
    text-align: center;
    display: flex;
    margin: auto;
  }

  .blog_border_box {
    margin-top: 15px;
  }

  .blog_border_box {
    margin-bottom: 10px;
    height: auto !important;
  }
}

@media screen and (max-width: 350px) {
  .recaptcha_box {
    transform: scale(0.85);
    margin-left: -17px;
  }
}

.inner_sec_13 {
  padding: 40px 0;
}

.inner_sec_13 .pink-style h3 {
  background: 0 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #1e2237;
}

.inner_sec_13 .pink-style {
  border: 1px solid #c6daff;
  border-radius: 16px;
  padding: 32px;
  transition: 0.3s;
}

.ftlc-card h3,
.ftlc-card p {
  background: #dedede;
  border-radius: 15px;
}

.inner_sec_13 .pink-style p {
  margin-bottom: 0;
}

.inner_sec_13 .pink-style:hover {
  box-shadow:
    0 4px 8px 0 rgba(7, 116, 249, 0.2),
    0 15px 15px 0 rgba(7, 116, 249, 0.17),
    0 35px 21px 0 rgba(7, 116, 249, 0.1),
    0 62px 25px 0 rgba(7, 116, 249, 0.03),
    0 96px 27px 0 rgba(7, 116, 249, 0);
  background: #fff;
}

.inner_sec_13 .pink-style:hover h3 {
  color: #1468ef !important;
}

.tccb-card,
.tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner_sec_13 .blue-style h5,
.inner_sec_13 .pink-style h5 {
  color: #1e2237;
}

.tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}

.tccb-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}

.inner_sec_13 .blue-style li::before {
  background: #2c67d1;
}

.inner_sec_13 .purple-style li::before {
  background: #6d0c8d;
}

.inner_sec_12 {
  padding: 60px 0;
  background: #f9f9f9;
  margin: 60px 0;
}

.inner12_bg {
  border-radius: 16px;
}

.head-title-center,
.inner_sec_13_new img {
  margin-bottom: 30px;
}

.head-title-center h2 {
  text-align: center;
  margin: 0 auto 30px;
}

.head-title-center h2 span {
  color: #f047b8;
}

.head-title-center p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.ftlc-card {
  display: flex;
  align-items: center;
}

.ftlc-card h3 {
  min-width: 30%;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  color: #070d25;
}

.ftlc-card p {
  margin-left: 30px;
  padding: 30px;
}

.violet-style h3 {
  background: #ebafff;
}

.orange-style h3 {
  background: #ffec9b;
}

.flex-title-left-content .svg_button {
  margin-left: calc(30% + 30px);
  margin-top: 15px;
}

.flex_img {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 15px 15px;
}

@media (max-width: 1200px) {

  .head-title-center h2,
  .head-title-center p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }

  .flex_img,
  .h2tag,
  .inner12_bg,
  .inner_sec_2 .para {
    text-align: center;
  }

  .inner_sec_1 .svg_button {
    margin-top: 0 !important;
  }

  .inner12_bg .flex-title-left-content {
    max-height: 100%;
  }

  .flex_img {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .h2tag {
    font-size: 32px !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }

  .h3tag {
    font-size: 28px;
  }

  .h5tag {
    font-size: 18px;
    line-height: unset;
  }

  section {
    padding: 20px 0 !important;
  }

  .flex_img,
  .inner12_bg,
  .inner_sec_13 h3,
  .tccb_card_head h3,
  .tccb_card_head p {
    text-align: center;
  }

  .inner_sec_13 .svg_button {
    margin: 30px auto 10px;
  }

  .inner_sec_13 h3 {
    max-width: 100%;
  }

  .inner_sec_1_3 .tccb-card {
    height: auto !important;
  }

  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .ftlc-card h5 {
    display: block;
    width: 100%;
  }

  .ftlc-card p {
    margin-left: 0;
  }

  .flex-title-left-content .svg_button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }

  .flex_img {
    flex-direction: column;
    padding: 0;
  }
}

.blog_slider {
  border-radius: 8px;
  padding: 18px;
  background: #f1f6ff;
  transition: 0.5s;
  height: 100%;
}

.blog_border_box {
  border: 1px solid #c6d5f2;
  border-radius: 16px;
  padding: 8px;
  transition: 0.5s;
  height: 100%;
}

.blog_slider .blog_head {
  font-weight: 500;
  font-size: 20px;
  color: #1e2237;
}

.blog_slider p {
  font-weight: 400;
  font-size: 16px !important;
  color: #1e2237;
}

.blog_slider a {
  font-weight: 500;
  font-size: 16px !important;
  color: #1468ef;
}

.blog_yellow_box {
  border: 1px solid #eedbbc;
}

.blog_yellow_box .blog_slider {
  background: #fffaf2;
}

.blog_green_box {
  border: 1px solid #afe9d3;
}

.blog_green_box .blog_slider {
  background: #f1fffa;
}

.our-iconic li a,
.tag {
  background: #fff;
  text-align: center;
  color: #1e2237;
  font-weight: 500;
}

.tag-list {
  display: flex;
  flex-shrink: 0;
  gap: 1rem 0;
  position: relative;
  padding: 1.5rem 0;
}

.integration-list ul,
.tag {
  align-items: center;
  display: flex;
}

.inner {
  display: flex;
  width: fit-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}

.tag {
  font-size: 18px;
  border: 1px solid #90ffd8;
  border-radius: 10px;
  padding: 16px 24px;
  margin-right: 1rem;
  width: auto;
  gap: 12px;
  white-space: nowrap;
  transition: 0.3s;
}

.tag span img {
  min-width: 33px !important;
}

.tag:hover {
  background: #e2fff5;
  transition: 0.3s;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 575px) {
  .three-column-color-box::before {
    width: 100%;
    background-size: 100%;
    left: 0;
  }

  .three-column-color-box::after {
    width: 100%;
    background-size: 100%;
    right: 0;
  }

  .inner_sec_13 .blue-style,
  .inner_sec_13 .pink-style {
    padding: 30px 20px;
  }

  .text-slider {
    padding: 25px !important;
  }

  .head-title-center h3 {
    max-width: 100%;
  }

  .tag {
    padding: 10px 12px;
    gap: 8px;
    font-size: 16px;
  }
}

.cta_box .box {
  border-radius: 20px;
  background: url("../images/home/cta_bg_ylw1.webp") center no-repeat;
  position: relative;
  padding: 40px;
  background-size: cover;
}

.cta_box h2 {
  line-height: normal;
}

.cta_box .h2tag {
  line-height: 1.3;
}

.cta_box.ylw .box {
  background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp") center/cover no-repeat #ffe3b7;
}

.cta_box.ylw .svg_button a {
  background: #00d68a;
  border: 2px solid #00d68a;
}

.cta_box.ylw .svg_button a:before {
  background: #abffe1;
}

.cta_box.ylw .box h2 {
  font-size: 40px;
}

.cta_text .h2tag {
  font-size: 35px;
  font-weight: 500;
}

.cta_text p {
  font-weight: 400;
  font-size: 18px;
}

.cta_text .svg_button {
  margin-top: 35px !important;
}

@media (max-width: 1199px) {
  .cta_box .box {
    padding: 15px;
    text-align: center;
  }

  .cta_box .svg_button {
    margin: 20px auto 0;
  }

  .cta_box .box img {
    display: none;
  }

  .cta_box.ylw .box h2 {
    font-size: 32px;
  }
}

.our-iconic ul {
  justify-content: center;
}

.our-iconic li {
  padding-left: 20px;
  flex: 1;
}

.our-iconic li a {
  border-radius: 100px !important;
  border: 1px solid #d0e1ff;
  padding: 12px 24px;
  font-size: 18px;
}

.our-iconic1 h4 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.01em;
  color: #1e2237;
}

.our-iconic1 p,
.our-iconic1 p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #1e2237;
}

.integration-list li>div,
.our-iconic1 button {
  font-size: 16px;
  background: #fff;
  text-align: center;
}

.our-iconic1 button {
  border: 1px solid #e530b2;
  border-radius: 100px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #e530b2;
}

.flex-title-left-content {
  max-height: 550px;
  overflow: auto;
  padding-right: 15px;
}

.simplebar-scrollbar::before {
  opacity: 1 !important;
  background: #686560 !important;
}

.simplebar-track.simplebar-vertical {
  background: #e3dcd2 !important;
  border-radius: 5px;
}

.inner_sec_13_new .nav-link {
  text-align: justify;
  width: 500px;
  border: 1px solid transparent;
  background: 0 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: start;
  color: #1e2237;
  border-radius: 8px;
}

.inner_sec_13_new .nav-link.active {
  border-radius: 8px;
  background: #1e2237;
  color: #fff;
}

.inner_sec_13_new_head {
  background: #fff6e9;
  padding: 60px;
}

@media (max-width: 1399px) {
  .cta_box .box img {
    left: 10px;
  }

  .inner_sec_13_new .nav-link {
    width: 438px;
  }

  @media (max-width: 1199px) {
    .inner_sec_13_new .nav-link {
      width: 382px;
    }
  }

  @media (max-width: 991px) {
    .inner_sec_13_new .nav {
      flex-direction: row !important;
      flex-wrap: nowrap;
      overflow: scroll;
      margin-bottom: 40px;
    }

    .inner_sec_13_new .nav-link {
      white-space: nowrap !important;
      font-size: 18px !important;
    }

    .inner_sec_13_new .tab-pane {
      text-align: center;
    }
  }

  @media (max-width: 767px) {
    .inner_sec_13_new .h2tag {
      font-size: 28px !important;
    }

    .inner_sec_13_new_head {
      padding: 60px 30px !important;
    }
  }
}

.Honor .slick-slide {
  transform: scale(0.8);
  transition: 0.4s ease-in-out;
  margin: 10px !important;
}

.Honor .slick-center {
  transform: scale(1.1, 1.1);
  transition: 0.4s ease-in-out;
}

.Honor .slick-list,
.Honorhead1 .slick-list {
  padding: 0 !important;
}

.integration-list {
  margin-top: 100px;
}

.integration-list ul {
  list-style: none;
  padding: 0 30px;
  margin-bottom: 0 !important;
}

.integration-list ul li {
  animation: 15s linear infinite floatingrev;
  -webkit-animation: 15s linear infinite floatingrev;
}

@keyframes floatingrev {

  0%,
  100% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(0);
  }
}

.integration-list ul li:nth-child(2n + 2) {
  animation: 15s linear infinite floating;
  -webkit-animation: 15s linear infinite floating;
  position: relative;
  top: -80px;
}

@keyframes floating {

  0%,
  100% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(0);
  }
}

.integration-list li>div {
  opacity: 1;
  opacity: 2;
  transition: 1s cubic-bezier(0, 0, 0.18, 0.97);
  -webkit-transition: 1s cubic-bezier(0, 0, 0.18, 0.97);
  margin: 15px 10px;
  border-radius: 15px;
  width: 224px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 3px 0 rgba(28, 28, 28, 0.05),
    0 6px 6px 0 rgba(28, 28, 28, 0.04),
    0 13px 8px 0 rgba(28, 28, 28, 0.03),
    0 23px 9px 0 rgba(28, 28, 28, 0.01),
    0 36px 10px 0 rgba(28, 28, 28, 0);
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform-origin: center;
  -webkit-transform-origin: center;
}

@media screen and (max-width: 1399px) {
  .integration-list li>div {
    width: 198px;
  }
}

@media screen and (max-width: 1199px) {
  .Honorsec {
    margin-top: 60px !important;
  }

  .integration-list {
    margin-top: 60px;
  }

  .integration-list ul {
    justify-content: center !important;
    transform: scale(0.65);
    -webkit-transform: scale(0.72);
    -ms-transform: scale(0.72);
    margin-top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .Honorsec {
    text-align: center;
  }

  .Honorsec p {
    margin-bottom: 30px;
  }

  .integration-list {
    margin-top: 0;
  }

  .integration-list ul {
    flex-wrap: wrap;
    transform: unset;
    margin-top: 0;
  }

  .integration-list ul li {
    display: flex;
    animation: none !important;
    flex: 0;
  }

  .integration-list ul li:nth-child(2n + 2) {
    top: unset;
  }

  .integration-list li>div {
    width: 120px;
    height: 120px;
    margin: 8px;
  }

  .integration-list li>div img {
    height: 40px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {

  .help_cards .help_card p,
  .slider_box h2,
  body {
    font-size: 18px;
  }

  .home_style_1 {
    text-align: center;
    padding-top: 150px !important;
  }

  .feature_box_wrapper.feature_box_wrapper_left,
  .feature_box_wrapper.feature_box_wrapper_right {
    align-items: center;
  }

  .feature_box_three {
    border-left: 1px solid rgba(229, 48, 178, 0.5) !important;
    border-right: none !important;
    background: linear-gradient(280deg,
        rgba(229, 48, 178, 0) 0,
        rgba(229, 48, 178, 0.15) 100%);
  }

  .feature_box_four {
    background: linear-gradient(280deg,
        rgba(20, 104, 239, 0) 0,
        rgba(20, 104, 239, 0.15) 100%) !important;
    border-left: 1px solid rgba(20, 104, 239, 0.5) !important;
    border-right: none;
  }

  .feature_box_wrapper_right .feature_box {
    justify-content: start !important;
  }

  .home_style_3_flex,
  .home_style_3_middle_flex {
    flex-wrap: wrap;
  }

  .home_style_3_list {
    width: 100%;
  }

  .home_style_3_flex p {
    max-width: 100%;
  }

  .home_style_3_list_right li {
    flex-direction: revert;
  }

  .home_style_3_list_right li span {
    margin-right: 0;
    padding-right: 15px;
    margin-left: -22px;
    padding-left: 40px;
    text-align: right;
  }

  .home_style_1::before,
  .home_style_2::before,
  .home_style_6::before,
  .home_style_9::before,
  .technstack_wrapper::after,
  .technstack_wrapper::before {
    display: none;
  }

  .techstack_icon_01 {
    right: 30px;
    top: 20px;
  }

  .techstack_icon_04 {
    right: 130px;
    bottom: 0;
  }

  .techstack_icon_08 {
    right: 5%;
    top: 140px;
  }

  .techstack_icon_10 {
    left: 15px;
    top: 80px;
  }

  .techstack_icon_06 {
    left: 5%;
    top: 230px;
  }

  .home_style_7_header .section_head {
    font-size: 62px;
  }

  .blog_inner_content h2,
  .home_style_7_header .h6tag,
  .home_style_7_header_bottom .h6tag {
    font-size: 24px;
  }

  .home_style_7_header_bottom {
    bottom: unset;
  }

  .help_cards .help_card {
    height: 450px;
    width: 450px;
    padding: 30px;
  }

  .ceo_card_pinned_four::after,
  .ceo_card_pinned_four::before,
  .ceo_card_pinned_one::after,
  .ceo_card_pinned_one::before,
  .ceo_card_pinned_three::after,
  .ceo_card_pinned_three::before,
  .ceo_card_pinned_two::after,
  .ceo_card_pinned_two::before {
    opacity: 0.6;
  }

  .home_style_1 .svg_button {
    margin: 50px auto 0;
  }

  .help_card_01::after,
  .help_card_02::after,
  .help_card_03::after,
  .help_card_04::after,
  .help_card_05::after {
    opacity: 0.2;
  }

  .technstack_wrapper {
    min-height: unset;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .techstack_panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .icon_container {
    animation: unset;
    position: relative;
    inset: unset;
    height: 60px;
    width: 60px;
  }

  .icon_container img {
    width: auto;
    height: 32px;
  }

  .d_m_none {
    display: none !important;
  }

  .inner_sec_12 {
    margin: 20px 0;
  }

  .blog_sec_1 p,
  .blog_single_row p,
  .pink_box p,
  .slider_box p,
  p.blog_info {
    font-size: 15px;
  }

  .blog_detail_info {
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }

  .blog_slider {
    text-align: left;
    padding: 14px;
  }

  .blog_slider p {
    font-size: 15px !important;
  }

  .Honorsec {
    margin-top: 20px !important;
  }

  .integration-list ul {
    flex-wrap: wrap;
    margin: 0;
  }

  .integration-list ul li:nth-child(2n + 2) {
    position: relative;
    top: 0;
    animation: none;
  }

  .integration-list {
    margin-top: 0;
  }

  .integration-list li>div p {
    font-size: 14px;
  }

  .home_style_1 .h1tag {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 575px) {

  .svg_button a,
  body,
  html {
    font-size: 16px;
  }

  .management_card_title h2 {
    font-size: 20px;
  }

  .management_card_content p::after {
    bottom: -34px;
  }

  .awards_list li a {
    height: 115px;
    border-radius: 10px;
  }

  .awards_list li img {
    width: 60px;
  }

  .footer_form_right h2 {
    font-size: 20px !important;
  }

  .portfolio_slider .slick-next {
    right: 0;
  }

  .portfolio_slider .slick-prev {
    left: 0;
  }

  .home_style_1 .h2tag {
    font-size: 28px !important;
    margin: 0 0 30px 0;
    line-height: 40px;
  }

  .home_style_1 .h1tag {
    font-size: 18px;
    line-height: 28px;
  }

  .section_head {
    font-size: 30px;
  }

  .feature_box_right {
    padding: 0 30px;
  }

  .feature_box_right h2 {
    font-size: 28px;
  }

  .card_pinned h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .card_pinned {
    padding: 20px 12px;
  }

  .home_style_7_header .section_head {
    font-size: 36px;
  }

  .home_style_7_header>.h6tag {
    top: 0;
    position: relative;
  }

  .home_style_7_header_bottom {
    position: relative;
    text-align: center;
    bottom: unset;
    left: 0;
    top: 0;
  }

  .help_cards .help_card {
    height: 270px;
    width: 270px;
    padding: 15px;
    transform: rotate(0);
  }

  .help_cards .help_card img {
    display: none;
  }

  .help_cards .help_card p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }

  .management_card_title p {
    color: #131315;
  }

  .management_card {
    padding: 12px !important;
    height: 480px;
  }

  .nav_brand {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    margin-top: 7px;
  }

  .help_trigger {
    padding: 10px 0 0;
  }

  .help_cards .slick-prev {
    left: 40%;
    bottom: -12px;
  }

  .help_cards .slick-next {
    left: 52%;
    bottom: -12px;
  }

  .inner_sec_4 .boxbg {
    padding: 15px;
  }

  .inner_sec_4 .boxbg .svg_button,
  .inner_sec_4 .boxbg .svg_button svg {
    width: 250px;
  }

  .svg_button,
  .svg_button svg {
    width: 220px;
  }

  .footer_form_left,
  .footer_form_right {
    padding: 15px;
    border-radius: 30px;
  }

  .management_card_content {
    padding-left: 0;
  }

  .management_card_content p::before {
    left: -10px;
  }

  .management_card_title {
    position: relative;
    inset: unset;
  }

  .d_m_none {
    display: none !important;
  }

  .technstack_wrapper {
    padding: 40px 20px;
  }

  .home_email {
    flex-direction: column;
  }

  .home_style_1 .input-group {
    width: 70%;
  }

  .feature_box_right .feature_head {
    font-size: 26px;
  }

  .feature_box_right p {
    font-size: 14px;
  }

  .home_style_1 {
    padding-top: 100px !important;
  }

  .video-bg {
    padding: 30px 20px;
  }

  .blog_sec_1,
  .blog_sec_2 {
    overflow: hidden;
  }

  .Honorhead1 .slick-list {
    padding: 0 !important;
    margin: 0 5px;
  }

  .Honor .slick-center,
  .Honor .slick-slide {
    transform: unset;
  }

  .Honorsec p {
    margin-bottom: 8px;
  }

  .h2tag {
    font-size: 24px !important;
    line-height: 28px;
  }

  .home_style_4 .section_head {
    font-size: 24px !important;
  }

  .inner_sec_13_new .h2tag,
  .h3tag,
  .scroll-sec .section_head,
  .video-bg .section_head {
    font-size: 24px !important;
  }

  .inner_sec_13_new_head {
    padding: 20px !important;
  }
}

@media screen and (max-width: 1279px) {
  div#website_slide {
    height: 600px;
  }

  .slider_website_item {
    height: 100px;
    bottom: 10px;
  }
}

.services_tabs {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  margin-bottom: 30px;
  padding: 12px 0;
}

.services_tabs ul {
  text-align: center;
  padding: 0;
  display: flex;
  gap: 12px;
}

.services_tabs ul li span {
  color: #1e2237;
  border: 1px solid #d0e1ff;
  position: relative;
  padding: 12px 40px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
}

.services_tabs ul li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  cursor: pointer;
  flex: 1;
}

.services_tabs ul li.active span {
  color: #fff;
  background: #1468ef;
}

.services_main {
  padding: 80px 0;
}

.services_main h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1e2237;
}

@media screen and (max-width: 1199px) {
  .services_tabs ul li span {
    font-size: 16px;
  }

  .services_tabs {
    top: 96px;
  }
}

@media screen and (max-width: 991px) {
  .services_tabs {
    display: none;
  }

  .services_main {
    border: 1px solid #c6daff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .services_main .svg_button {
    margin: 0 auto;
  }

  .services_main h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .services_section .services_main:last-child {
    margin-bottom: 0;
  }
}

.underline_none {
  text-decoration: none;
}

@media screen and (max-width: 440px) {
  .services_main h3 {
    font-size: 18px;
  }

  .services_main {
    padding: 15px;
  }
}

/* CTA Box New Starts */
.cta_box_new {
  padding: 60px 0;
}

.cta_box_new .box {
  border-radius: 16px;
  padding: 50px;
  background: #ffeaf8;
  position: relative;
}

.cta_box_new .box img {
  bottom: 0;
  left: 100px;
}

.cta_box_new.ylw .box {
  background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp") no-repeat center #ffe3b7;
  background-size: cover;
}

.cta_box_new.ylw .svg_button a {
  background: #00d68a;
  border: 2px solid #00d68a;
}

.cta_box_new.ylw .svg_button a:before {
  background: #abffe1;
}

.cta_box_new.ylw .box h2 {
  font-size: 40px;
}

.cta_box_new .cta_text .h2tag {
  font-size: 38px;
  text-align: left;
  font-weight: 600;
}

.cta_box_new .cta_text .svg_button {
  margin-top: 10px !important;
  white-space: nowrap;
}

.cta_box_new .btn_flx {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1399px) {
  .cta_box_new .box img {
    left: 10px;
  }
}

@media (max-width: 1199px) {
  .cta_box_new .box {
    padding: 30px 20px;
    text-align: center;
  }

  .cta_box_new .svg_button {
    margin-top: 20px;
  }

  .cta_box_new .box img {
    display: none;
  }

  .cta_box_new.ylw .box h2 {
    font-size: 32px;
  }

  .cta_box_new {
    padding-top: 60px;
  }

  .cta_box_new .cta_text .h2tag {
    text-align: center;
  }

  .cta_box_new .btn_flx {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .cta_box_new .btn_flx {
    flex-direction: column;
  }
}

/* CTA New Box Ends */

/* home_style_4 starts */
.home_style_4 {
  padding: 30px 0;
}

.home_style_4 ::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

.home_style_4 ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background: #c4d9ff;
  border-radius: 10px;
}

.home_style_4 ::-webkit-scrollbar-thumb {
  background-color: #96b6f1;
  border-radius: 10px;
}

.home_style_4 .scroll {
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 5px;
}

.anchor-nav {
  display: flex;
  align-items: center;
  padding: 0 !important;
  background-color: #ccf7e8;
  border-radius: 10px;
  z-index: 10;
  position: relative;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 1370px;
  overflow: hidden;
}

.anchor-nav li {
  width: auto;
}

.anchor-nav::before {
  content: "";
  background: url("../images/home/service_before.webp");
  background-size: cover;
  width: 82px;
  height: 114px;
  position: absolute;
  left: 0;
  z-index: -1;
}

.anchor-nav::after {
  content: "";
  background: url("../images/home/service_after.webp");
  background-size: cover;
  width: 83px;
  height: 114px;
  position: absolute;
  right: 0;
  z-index: -1;
}

button.anchor.nav-link {
  color: #070d25;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
  background: transparent;
  text-align: left;
  white-space: nowrap;
  padding: 30px;
  transition: 0.2s all;
  border-radius: 0;
  width: 100%;
  font-weight: 500;
}

button.anchor.nav-link.active {
  background: rgba(0, 215, 140, 1);
  color: #fff;
}

button.anchor.nav-link:hover {
  background: rgba(0, 215, 140, 0.8);
  color: #fff;
}

.card_pinned {
  position: relative;
  margin: 50px auto;
  width: 100%;
  height: auto;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
}

.card_pinned h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}

.card_pinned h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio_head {
  margin-bottom: 15px;
}

p.strong {
  font-weight: 700;
}

.card_pinned_one h2 {
  color: #ffaf2e;
}

.card_pinned_two h2 {
  color: #6d0c8d;
}

.card_pinned_three h2 {
  color: #00d78b;
}

.card_pinned_four h2 {
  color: #f046b7;
}

.card_pinned_five h2 {
  color: #2c67d1;
}

.card_pinned_one {
  border: 1px solid #ffaf2e;
}

.card_pinned_two {
  border: 1px solid #6d0c8d;
}

.card_pinned_three {
  border: 1px solid #00d78b;
}

.card_pinned_four {
  border: 1px solid #f046b7;
}

.card_pinned_five {
  border: 1px solid #2c67d1;
}

.card_pinned_one .svg_button path {
  stroke: #ffaf2e;
}

.card_pinned_one .svg_button:hover path {
  stroke: #ffaf2e;
}

.card_pinned_two .svg_button path {
  stroke: #6d0c8d;
}

.card_pinned_two .svg_button:hover path {
  stroke: #6d0c8d;
}

.card_pinned_three .svg_button path {
  stroke: #00d78b;
}

.card_pinned_three .svg_button:hover path {
  stroke: #00d78b;
}

.card_pinned_four .svg_button path {
  stroke: #f046b7;
}

.card_pinned_four .svg_button:hover path {
  stroke: #f046b7;
}

.card_pinned_five .svg_button path {
  stroke: #2c67d1;
}

.card_pinned_five .svg_button:hover path {
  stroke: #2c67d1;
}

.anchor-nav::after,
.anchor-nav::before {
  display: none;
}

/* home_style_4 ends */
.mixed-waves-2 {
  background: url(../images/binance-clone-script/mixed_waves.webp) no-repeat right;
}

.category-filter-grp {
  display: flex;
  gap: 15px;
  /* position: sticky; */
  top: 50px;
  overflow-x: auto;
  margin-bottom: 30px;

  /* Hide scrollbar */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.btn:focus {
  box-shadow: none !important;
}

.category-filter-grp::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.category-filter {
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 18px;
  color: #070d25;
  font-weight: 500;
  white-space: nowrap;
}

.category-filter.active,
.category-filter:hover,
.category-filter:active {
  background: #00d78c !important;
  border: 1px solid #00d78c !important;
  color: #2f2f2f;
}

.category_item_panel {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category_item {
  position: relative;
  border-radius: 16px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: 1px solid #f0eded;
  overflow: hidden;
  transition: 0.8s all ease;
}

.category_item h3 {
  color: #070d25;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* .category_item .content{
  padding:20px;
  transition:0.8s all ease;
  color:#070d25;
  font-size: 16px;
  transform:translateY(200px);
  opacity:0;
  position: absolute;
} */
.category_item:hover {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
}

/* .category_item:hover .content {
  transform:translateY(0px);
  opacity:1;
}
.category_item img {
  transition:0.2s all ease;
}
.category_item:hover img {    
  opacity:0.2;
  z-index:-1;
} */
.portfolio_section_1 {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background: url("../images/portfolio/porfolio_bg_01.webp");
}

.portfolio_section_1 p.blue_para {
  color: #2c67d1;
  font-size: 18px;
  font-weight: 500;
}

.portfolio_section_1 .svg_button {
  margin: 50px auto 20px;
}

@media (max-width: 1199px) {
  .category-filter-grp {
    /* justify-content:center; */
  }
}

@media (max-width: 575px) {
  .category_item_panel {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

/*  */
.cards-wrapper {
  display: flex;
  gap: 20px;
}

.card-col {
  flex: 1;
  transition: 0.3s all;
  cursor: pointer;
}

.card-col.active {
  flex: 2.2;
}

/* Default hidden state */
.card-col .card-body h5,
.card-col .card-body p {
  opacity: 0 !important;
  transform: translateY(60px) !important;
  transition: transform 0.8s ease !important;
}

/* Active card – fade + slide in */
.card-col.active .card-body h5,
.card-col.active .card-body p {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.why-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: 0.3s all;
}

.why-card.dark-card {
  background: #111;
  color: #fff;
}

.bg-img {
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 20%);
}

.why-card .card-body {
  position: relative;
  z-index: 2;
  padding: 100px 20px;
  width: 100%;
}

/* .hidden-text {
  display: none;
  margin-top: 10px;
} */

.card-col.active .why-card {
  height: 450px;
  color: #070d25 !important;
  border: 1px solid #ffd9e4;
  background: linear-gradient(90deg,
      #ffdae4 0,
      rgba(255, 218, 228, 0) 100%) !important;
}

.card-col.active.card-body h5 {
  color: #070d25 !important;
}

.card-col.active .overlay {
  display: none;
}

/* .card-col.active .hidden-text {
  display: block;
} */

.count {
  font-size: 0.9rem;
  opacity: 0.8;
}

.arrows i {
  font-size: 1.2rem;
  cursor: pointer;
}

.why-card .card-body h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.card-col.active .card-body h5 {
  font-size: 22px;
}

.why-card .card-body p {
  font-size: 16px;
}

.card-body .count {
  position: absolute;
  bottom: 15px;
  display: flex;
  font-size: 0.9rem;
  opacity: 0.8;
}

.arrows {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: none;
  gap: 10px;
}

.card-col.active .arrows {
  display: flex;
}

.arrows i {
  font-size: 1.2rem;
  cursor: pointer;
  color: #474f5273;
  transition: 0.3s;
}

.arrows i:hover {
  color: #000;
}

.arrow_right {
  transform: rotate(-178deg);
  margin-left: 20px;
}

.arrows i {
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.arrows i.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.card-body .plus-icon {
  display: none;
}

.card-body {
  position: relative;
}

@media (max-width: 991px) {
  .cards-wrapper {
    display: block;
  }

  .card-col {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    transition: height 0.6s cubic-bezier(0.4, 0, 1, 1);
  }

  .why-card {
    height: 150px;
    overflow: hidden;
    transition: max-height 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-col.active .why-card {
    height: auto;
    min-height: 150px;
    align-items: flex-end;
  }

  .hidden-text {
    display: none;
  }

  .card-col.active .hidden-text {
    display: block;
  }

  .why-card .card-body {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card-col.active .why-card .card-body {
    padding: 30px 20px 40px 20px;
    height: auto;
    align-items: flex-start;
    text-align: left;
  }

  /* Unactive card title on mobile: White color & centered */
  .card-col:not(.active) .card-body h5 {
    color: #ffffff !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    text-align: center !important;
    margin: 0;
    font-size: 18px;
  }

  .card-col.active .card-body h5 {
    text-align: left !important;
    margin-bottom: 10px;
    color: #070d25 !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .card-body .count,
  .why-card .count {
    display: none !important;
  }

  .arrows,
  .card-col.active .arrows {
    display: none;
  }

  .card-col .plus-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    padding: 8px;
  }

  .card-col .plus-icon img {
    width: 24px;
    height: 24px;
  }

  .card-col.active .plus-icon {
    display: none;
    /* hide on active card */
  }

  .card-col .card-body h5,
  .card-col .card-body p {
    transition: unset !important;
  }
}

/* inner_sec_new_2_0 */
.inner_sec_new_2_0 {
  background: #ebfbff;
  padding: 60px 0px;
}

.inner_sec_new_2_0 .h3tag {
  text-align: center;
}

.inner_sec_new_2_0 .box_head {
  display: flex;
  align-items: stretch;
}

.inner_sec_new_2_0 .flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.inner_sec_new_2_0 .white_box_2 {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  flex: 1 0 0;
}

@media screen and (max-width: 1199px) {
  .inner_sec_new_2_0 .box_head {
    flex-wrap: wrap;
    gap: 8px;
  }

  .flex_box.flex_box_2 {
    width: 99%;
  }

  .inner_sec_new_2_0 .white_box_2 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .flex_box.flex_box_2 {
    width: 100%;
  }

  .inner_sec_1_2_0 {
    padding: 30px 0 !important;
  }
}



/* Testimonial Section */
.testimonial-section {
  padding: 60px 0;
}

.testimonial-container {
  width: 100%;
  /* max-width: 1280px; */
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0 auto;
}

.testimonial-media {
  flex: 0 0 calc(40% - 0.75rem);
  max-width: calc(40% - 0.75rem);
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
}

.testimonial-media-wrapper {
  width: 100%;
  height: 730px;
  position: relative;
}

.testimonial-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.testimonial-play-btn-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-play-btn {
  padding: 12px 24px 12px 16px;
  background: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.testimonial-play-btn:hover {
  transform: scale(1.05);
}

.testimonial-play-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-triangle {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 6px solid transparent;
  display: inline-block;
}

.testimonial-play-text {
  color: #000;
  font-size: 12px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.testimonial-content-wrapper {
  flex: 0 0 calc(60% - 0.75rem);
  max-width: calc(60% - 0.75rem);
  padding: 48px;
  position: relative;
  background: linear-gradient(to bottom right, #f3f4f6, #fecaca, #f97316);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-content {
  flex: 1;
  padding: 56px;
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 634px;
  /* box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.1), 0px 20px 25px -5px rgba(0,0,0,0.1); */
}

.testimonial-quote-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-quote-icon {
  width: 40px;
  height: 28px;
  background: #2563eb;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>') no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>') no-repeat center / contain;
}

.testimonial-quote-text {
  color: #1f2937;
  font-size: 24px;
  font-weight: 500;

  line-height: 32px;
}

.testimonial-author-wrap {
  padding-top: 48px;
}

.testimonial-author-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-author-avatar {
  width: 60px;
  height: 60px;
  background: #e5e7eb;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-author-avatar img {
  width: 44px;
  height: auto;

}

.testimonial-author-details {
  display: flex;
  flex-direction: column;
}

.testimonial-author-name {
  color: #111827;
  font-size: 18px;
  font-weight: 700;

  line-height: 28px;
}

.testimonial-author-role {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;

  line-height: 20px;
}

.testimonial-slider-arrow {
  padding: 16px;
  background: #f3f4f6;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}

.testimonial-slider-arrow:hover {
  background: #e5e7eb;
}

.arrow-right {
  width: 12px;
  height: 12px;
  border-top: 2px solid #1f2937;
  border-right: 2px solid #1f2937;
  transform: rotate(45deg);
  display: inline-block;
}

.testimonial-slider-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}

.testimonial-slider-dot {
  width: 24px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  transition: all 0.3s;
  cursor: pointer;
}

.testimonial-slider-dot.active {
  width: 40px;
  background: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.testimonial-content-wrapper {
  position: relative;
  padding-right: 50px;
  /* Creates dedicated space outside the card */
}

.testimonial-slider-dots {
  position: absolute;
  right: -54%;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.testimonial-slider-dots li {
  margin: 5px 0;
  /* Add vertical spacing between the dots */
}

/* 3D 2026 Trend Vertical Move Effect */
.testimonial-slider-vertical .slick-list {
  padding: 30px 0 !important;
  margin: -30px 0;
}

.testimonial-video-thumbnails {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.testimonial-thumbnail {
  width: 80px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.testimonial-thumbnail:hover,
.testimonial-thumbnail.active {
  border-color: #fff;
}

#testimonial-video-modal .btn-close {
  /* filter: invert(1); */
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1055;
  opacity: 1;
}

#testimonial-video-modal {
  padding-right: 0 !important;
}

#testimonial-video-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#testimonial-video-modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: #000;
}

#testimonial-video-modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonial-modal-video-player {
  width: 100%;
  max-height: 100vh;
  object-fit: contain;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .testimonial-container {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonial-media,
  .testimonial-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-media-wrapper {
    height: 400px;
  }

  .testimonial-content-wrapper {
    padding: 30px;
    padding-bottom: 50px;
  }

  .testimonial-content {
    padding: 30px;

    min-height: auto;
  }

  .testimonial-quote-text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-slider-dots {
    flex-direction: row;
    right: auto;
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonial-slider-dots li {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .testimonial-media {
    border-radius: 20px;
  }

  .testimonial-media-wrapper {
    height: 300px;
  }

  .testimonial-video-thumbnails {
    bottom: 10px;
    left: 10px;
    gap: 5px;
  }

  .testimonial-thumbnail {
    width: 60px;
    height: 80px;
  }

  .testimonial-content-wrapper {
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 20px;
  }

  .testimonial-content {
    padding: 20px;
    border-radius: 12px;
  }

  .testimonial-quote-wrap {
    gap: 15px;
  }

  .testimonial-quote-icon {
    width: 30px;
    height: 20px;
  }

  .testimonial-quote-text {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-author-wrap {
    padding-top: 24px;
  }

  .testimonial-author-avatar {
    width: 45px;
    height: 45px;
  }

  .testimonial-author-avatar img {
    width: 35px;
  }

  .testimonial-author-name {
    font-size: 16px;
  }
}

/* ===========================
   TESTIMONIAL SECTION
=========================== */

html,
body {
  width: 100%;
  overflow-x: clip;
}

.testimonial-section {
  padding: 60px 0;
  overflow: hidden;
}

.testimonial-container {
  width: 100%;
  /* max-width: 1280px; */
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-media {
  flex: 0 0 calc(40% - 0.75rem);
  max-width: calc(40% - 0.75rem);
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
}

.testimonial-media-wrapper {
  width: 100%;
  height: 730px;
  position: relative;
}

.testimonial-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .1);
}

.testimonial-play-btn-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-content-wrapper {
  flex: 0 0 calc(60% - 0.75rem);
  max-width: calc(60% - 0.75rem);
  padding: 48px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;

 background: linear-gradient(
  135deg,
  #f3f4f6,
  #fbcfe8,
  #ee48b4
);
}

.testimonial-content {
  background: #fff;
  border-radius: 24px;
  padding: 56px;
  min-height: 634px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;
}

.testimonial-quote-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-quote-text {
  font-size: 24px;
  line-height: 32px;
  color: #1f2937;

  word-break: break-word;
  overflow-wrap: break-word;
}

.testimonial-author-wrap {
  padding-top: 48px;
}

.testimonial-author-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.testimonial-author-avatar img {
  width: 44px;
  height: auto;
}

.testimonial-author-name {
  font-size: 20px;
  font-weight: 600;
}

/* ===========================
   SLICK FIX
=========================== */

.testimonial-slider-vertical,
.testimonial-slider-vertical .slick-list,
.testimonial-slider-vertical .slick-track {
  overflow: hidden !important;
}

.testimonial-slider-vertical .slick-list {
  padding: 0 !important;
  margin: 0 !important;
}

.testimonial-slider-vertical .slick-slide {
  /* opacity: .4; */
  /* transition: all .6s ease; */
}

.testimonial-slider-vertical .slick-slide>div {
  margin-bottom: 0;
}

.testimonial-slider-vertical .slick-current>div {}

/* ===========================
   DOTS
=========================== */

.testimonial-slider-dots {
  position: absolute;
  right: 15px;
  top: 50%;

  transform: translateY(-50%);

  display: flex !important;
  flex-direction: column;
  align-items: end;

  margin: 0;
  padding: 0;
}

.testimonial-slider-dots li {
  margin: 5px 0;
}

.testimonial-slider-dots li button:before {
  font-size: 10px;
}

.testimonial-slider-dots li.slick-active button:before {
  color: #fff !important;
}

.testimonial-slider-dots li button:before {
  content: "" !important;
  width: 20px !important;
  height: 4px !important;
  display: block !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 50px !important;
  opacity: 1 !important;
  position: static !important;
  transition: all 0.3s ease !important;
  color: transparent !important;
  border-radius: 0 !important;
}

.testimonial-slider-dots li.slick-active button:before {
  width: 20px !important;
  background: #fff !important;
}

/* ===========================
   THUMBNAILS
=========================== */

.testimonial-video-thumbnails {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;

  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  z-index: 5;
}

.testimonial-thumbnail {
  width: 80px;
  height: 100px;

  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;

  border: 2px solid transparent;
}

.testimonial-thumbnail:hover,
.testimonial-thumbnail.active {
  border-color: #fff;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 991px) {

  .testimonial-container {
    flex-direction: column;
  }

  .testimonial-media,
  .testimonial-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-media-wrapper {
    height: 450px;
  }

  .testimonial-content-wrapper {
    padding: 30px;
    /* padding-bottom: 70px; */
  }

  .testimonial-content {
    min-height: 400px;
    padding: 30px;
  }

  .testimonial-quote-text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-slider-dots {
    left: 50%;
    bottom: 15px;
    top: auto;
    right: auto;

    flex-direction: row;

    transform: translateX(-50%);
  }

  .testimonial-slider-dots li {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {

  .testimonial-media {
    border-radius: 20px;
  }

  .testimonial-media-wrapper {
    /* height: 320px; */
  }

  .testimonial-content-wrapper {
    padding: 20px;
    /* padding-bottom: 70px; */
    border-radius: 20px;
  }

  .testimonial-content {
    padding: 20px;
    border-radius: 16px;
  }

  .testimonial-quote-text {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-avatar {
    width: 45px;
    height: 45px;
  }

  .testimonial-author-avatar img {
    width: 35px;
  }

  .testimonial-thumbnail {
    width: 55px;
    height: 70px;
  }

  .testimonial-video-thumbnails {
    left: 10px;
    right: 10px;
    gap: 6px;
  }
}

.slick-slider {
  position: unset !important;
}