@charset "UTF-8";
@media (max-width: 1150px) {
  .desk-show {
    display: none !important;
  }
}

@media (max-width: 1150px) {
  .mob-show {
    display: block !important;
  }
}

@media (max-width: 1150px) {
  .mob-mt-0 {
    margin-top: 0px !important;
  }
}

html,
body {
  min-height: 100%;
}

p.subtext {
  opacity: 0.5;
}

@media (max-width: 768px) {
  h2 br {
    display: none !important;
  }
}

.subtext {
  text-align: center;
  color: #fff;
  font-size: 18px;
  opacity: 0.5;
}

.sechd {
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 1680px) {
  .sechd {
    font-size: 52px;
  }
}
@media (max-width: 1550px) {
  .sechd {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 992px) {
  .sechd {
    font-size: 30px;
    line-height: 48px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.sec__subhead {
  font-family: "Manrope", sans-serif;
  font-size: 18px !important;
  font-weight: 300;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .sec__subhead {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .sec__subhead {
    margin-top: 10px;
  }
}
.sec__subhead p {
  padding: 0 50px;
}

.gradient-text {
  position: relative;
  background: linear-gradient(91.76deg, #20afff 14.39%, #1bd4a9 57.52%, #e436ff 95.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block !important;
  margin-right: 12px;
  font-weight: 500;
}
.gradient-text img {
  position: absolute;
  right: -14px;
  top: -10px;
  width: 25px;
}

.hero-title {
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.hero-lead {
  font-size: 18px !important;
  line-height: 29px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ml-0 {
  margin-left: 0;
}

.bnr_hero_gai .appi_intro {
  min-height: 100vh;
  padding: 20px;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 110px;
  align-items: center;
}
@media (min-width: 1100px) {
  .bnr_hero_gai .appi_intro {
    height: 100vh;
  }
}
@media (max-width: 1024px) {
  .bnr_hero_gai .appi_intro {
    padding-top: 90px;
    height: auto;
    min-height: auto;
  }
}
.bnr_hero_gai .appi_intro .appi_intro__in {
  z-index: 99;
  position: relative;
  padding: 150px 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .bnr_hero_gai .appi_intro .appi_intro__in {
    padding: 80px 20px;
    padding-top: 100px;
  }
}

.bnr_hero_gai::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/gai_overlay.webp);
  background-repeat: no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 9;
  height: 100%;
  width: 100%;
}
.bnr_hero_gai .gen-logos .gen-logos_wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .bnr_hero_gai .gen-logos .gen-logos_wrap {
    flex-wrap: wrap;
  }
}
.bnr_hero_gai .gen-logos .gen-logos_wrap .gl-left h3 {
  font-size: 22px;
  line-height: 32px;
}
.bnr_hero_gai .gen-logos .gen-logos_wrap .gl-right {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.bnr_hero_gai .gen-logos .gen-logos_wrap .gl-right .op-item {
  width: 200px;
  height: 35px;
  flex: 1;
}
.bnr_hero_gai .gen-logos .gen-logos_wrap .gl-right .op-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.container-logos.chatbot-logos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 99;
}
@media (max-width: 992px) {
  .container-logos.chatbot-logos {
    bottom: 0px;
    padding-bottom: 10px;
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 50px;
    z-index: 99;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  .container-logos.chatbot-logos {
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 50px;
    z-index: 99;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .container-logos.chatbot-logos {
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 50px;
    z-index: 99;
  }
}

.global-bg-overlay-homepage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/bg_gradient.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.7; /* Adjust for desired overlay strength */
}
@media (max-width: 768px) {
  .global-bg-overlay-homepage {
    opacity: 1;
  }
}

.hero-wrap__gai {
  position: relative;
  z-index: 9;
  background: radial-gradient(1200px 700px at 20% -10%, rgba(0, 186, 255, 0.18) 0%, rgba(0, 186, 255, 0) 60%), radial-gradient(900px 600px at 95% 0%, rgba(0, 255, 170, 0.14) 0%, rgba(0, 255, 170, 0) 55%), linear-gradient(180deg, var(--hero-bg-from) 0%, var(--hero-bg-mid) 45%, var(--hero-bg-to) 100%);
  color: #e9eef6;
  padding: 50px 0;
  padding-bottom: 80px;
}
.hero-wrap__gai.hero-wrap__gai--chatbot {
  position: unset;
}
@media (max-width: 992px) {
  .hero-wrap__gai {
    padding-bottom: 0px !important;
  }
}
.hero-wrap__gai .pc-video {
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .hero-wrap__gai .pc-video {
    height: auto;
    margin-top: 50px;
  }
  .hero-wrap__gai .pc-video video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.hero-wrap__gai .pc-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .hero-wrap__gai .stat_left {
    padding-right: 80px;
  }
}
.hero-wrap__gai .stats-section .list-group-item {
  background-color: transparent;
  border: none;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero-wrap__gai .stats-section .list-group-item .stat-number {
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
  display: inline-block;
  min-width: 150px;
}
.hero-wrap__gai .stats-section .list-group-item .stat-text {
  color: #cccccc;
  font-size: 1rem;
  flex: 1;
}
.hero-wrap__gai .stats-section .list-group-item .stat-text a {
  color: #4db9ff;
  text-decoration: underline !important;
}
.hero-wrap__gai .stats-section .list-group-item .stat-text a:hover {
  text-decoration: underline;
}

.service-development {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .service-development {
    padding: 60px 0;
  }
}
.service-development .tab_detl_inner--in {
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
}
.service-development .tab_detl_inner--in img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.service-development .right-partner-hd {
  margin-bottom: 100px;
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 992px) {
  .service-development .right-partner-hd {
    margin-bottom: 40px;
  }
  .service-development .right-partner-hd h2 {
    font-size: 32px;
  }
}
.service-development #scroll_list2 {
  height: 700px;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  .service-development #scroll_list2 {
    height: auto !important;
    overflow-y: auto !important;
  }
}
.service-development .tab_detl_inner__ai {
  background: #1b1b1b;
  border-radius: 8px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.service-development .tab_detl_inner__ai figure img {
  margin-bottom: 30px;
}
.service-development .tab_detl_inner__ai h2 {
  font-size: 32px;
  margin-left: 0;
  margin-bottom: 15px;
}
.service-development .tab_detl_inner__ai p {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .service-development .service_right {
    padding-left: 50px;
  }
}
.service-development .service_right .accordion .accordion-item {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 15px 10px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.service-development .service_right .accordion .accordion-item h2 button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 20px;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: none;
}
.service-development .service_right .accordion .accordion-item h2 button[aria-expanded=false] {
  border-bottom: none !important;
  line-height: 36px;
}
.service-development .service_right .accordion .accordion-item h2 button[aria-expanded=false]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(0deg) !important;
  width: 30px;
  height: 30px;
  background-position: center;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.1882352941);
  background-size: 15px;
}
.service-development .service_right .accordion .accordion-item h2 button[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
  background-color: rgba(217, 217, 217, 0.1882352941);
  width: 30px;
  height: 30px;
  background-position: center;
  border-radius: 50%;
  background-size: 15px;
}
.service-development .service_right .accordion .accordion-item h2 button img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-development .service_right .accordion .accordion-body {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 17px;
}
.service-development .service_right .accordion .accordion-body p {
  opacity: 0.7;
}
.service-development .service_right .accordion .accordion-body span {
  background-color: rgba(245, 250, 254, 0.1215686275);
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
}
.service-development .service_right .accordion .accordion-body span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.llm-card {
  position: relative;
  border-radius: 18px;
  background: radial-gradient(120% 120% at 100% 0%, rgba(151, 71, 255, 0.35) 0%, rgba(28, 9, 56, 0.75) 50%, #120723 100%), linear-gradient(135deg, #30124f 0%, #1a0e33 100%);
  color: #fff;
  overflow: hidden;
}
.llm-card video {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  top: 0;
}
.llm-card .llm-left {
  padding: 30px 30px;
  position: relative;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.231372549);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.llm-card .llm-left h2 {
  font-size: 38px;
}
@media (max-width: 992px) {
  .llm-card .llm-left h2 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .llm-card .llm-left h2 {
    font-size: 32px;
  }
}
.llm-card .llm-left p {
  opacity: 0.7;
  font-size: 18px;
}
@media (max-width: 992px) {
  .llm-card .llm-left p {
    font-size: 16px;
  }
}
.llm-card .llm-right {
  padding: 30px 30px;
  margin-top: 0px;
}
.llm-card .llm-right .llm-right__in {
  padding: 30px;
}

.llm-card--row {
  position: relative;
}
.llm-card--row::before {
  content: "";
  position: absolute;
  inset: -10% -20% auto -20%;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(120% 120% at 100% 0%, rgba(151, 71, 255, 0.35) 0%, rgba(28, 9, 56, 0.57) 50%, rgba(18, 7, 35, 0.4901960784) 100%), linear-gradient(135deg, rgba(48, 18, 79, 0.5215686275) 0%, rgba(26, 14, 51, 0.368627451) 100%);
  pointer-events: none;
  z-index: 1;
}

.llm-left {
  padding-right: 0.25rem;
}

.llm-slide {
  padding: 1.25rem 1.25rem 1.5rem;
}
@media (max-width: 992px) {
  .llm-slide {
    padding: 0 0 0 0;
  }
}
.llm-slide h3 {
  margin-left: 0;
}
.llm-slide .llm-head {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}
.llm-slide .llm-head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.5;
  content: "";
  width: 100%;
  height: 1px;
}

.llm-logo {
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 22px;
  color: #fff;
  overflow: hidden;
}

.llm-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.llm-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.4rem 0;
}
.llm-list i {
  line-height: 1.2;
  margin-top: 0.2rem;
  color: #a97bff;
}

/* Owl tweaks */
.llm-slider .owl-stage-outer {
  border-radius: 10px;
  overflow: hidden !important;
}

.llm-nav {
  position: relative;
  z-index: 9;
}
.llm-nav .owl-prev,
.llm-nav .owl-next {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 18px;
  transition: all 0.2s ease;
}
.llm-nav .owl-prev:hover,
.llm-nav .owl-next:hover {
  background: rgba(255, 255, 255, 0.12);
}

.llm-slide ul {
  padding-top: 10px;
  margin-left: 8px;
  list-style: disc;
}
.llm-slide ul li {
  color: #fff;
  opacity: 0.7;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.llm-slide ul li::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.7;
  top: 8px;
  content: "";
  border-radius: 50%;
}

.client-return-section {
  background-color: #00050f;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .client-return-section {
    padding: 40px 0;
  }
}
.client-return-section .stat-value {
  font-size: 64px;
  position: relative;
  font-weight: 500;
}
.client-return-section .stat-value.stat-blue {
  background: linear-gradient(98.55deg, #08cfa5 3.03%, #105ab3 85.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 500;
}
.client-return-section .stat-value.stat-purple {
  background: linear-gradient(93.31deg, #bb1ea6 3.61%, #500ca4 98.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 500;
}
.client-return-section .stat-value.stat-orange {
  background: linear-gradient(95.66deg, #a4822d -3%, #b7511a 104.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 500;
}
.client-return-section .stat-label {
  font-size: 18px;
  color: #fff;
}

.btn-chip {
  border-radius: 999px;
  color: #0f172a;
  font-weight: 600;
  font-size: 16px;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  color: #fff;
}
.btn-chip svg path {
  stroke: #fff;
}

.stats-row {
  align-items: center;
  margin: 40px 0;
}
.stats-row .stat-col {
  position: relative;
}
@media (max-width: 768px) {
  .stats-row .stat-col {
    margin-bottom: 0 !important;
    padding: 15px 0 !important;
  }
  .stats-row .stat-col .stat-label {
    margin-bottom: 0 !important;
  }
}
.stats-row .stat-col:not(:last-child)::before {
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  opacity: 0.3;
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .stats-row .stat-col:not(:last-child)::before {
    width: 100%;
    height: 1px;
    top: 100%;
  }
}

.ai-edge {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 768px) {
  .ai-edge {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .ai-edge {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ai-edge .avs-item {
  background-color: rgba(255, 255, 255, 0.1294117647);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.ai-edge .avs-item .icon {
  margin-bottom: 50px;
}
.ai-edge .avs-item .bottom-content h2 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.ai-edge .avs-item .bottom-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.ai-edge .avs-item .bottom-content p {
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  margin-top: 30px;
  padding-top: 20px;
}

.cus-exp {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cus-exp {
    padding: 40px 0;
  }
}
.cus-exp .cus_exp__row {
  background: linear-gradient(93.85deg, #3d0c52 0.88%, #3e0d52 21.35%);
  border-radius: 8px;
  overflow: hidden;
}
.cus-exp .cus_exp__row .cus_exp__col--left {
  position: relative;
  align-self: center;
  padding: 50px;
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .cus-exp .cus_exp__row .cus_exp__col--left {
    padding: 40px 20px;
  }
}
.cus-exp .cus_exp__row .cus_exp__col--left > div {
  height: 100%;
  color: #fff;
}
.cus-exp .cus_exp__row .cus_exp__col--left > div h2 {
  font-size: 34px;
}
@media (max-width: 1024px) {
  .cus-exp .cus_exp__row .cus_exp__col--left > div h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .cus-exp .cus_exp__row .cus_exp__col--left > div h2 {
    font-size: 28px;
  }
}
.cus-exp .cus_exp__row .cus_exp__col--left > div p {
  font-size: 16px;
  opacity: 0.7;
}
.cus-exp .cus_exp__row .cus_exp__col--right {
  position: relative;
}
.cus-exp .cus_exp__row .cus_exp__col--right::before {
  position: absolute;
  content: "";
  background: linear-gradient(89.83deg, #3e0d52 21.58%, rgba(21, 46, 63, 0) 99.85%);
  width: 50%;
  height: 100%;
}
.cus-exp .cus_exp__row .cus_exp__col--right > div {
  height: 100%;
}
.cus-exp .cus_exp__row .cus_exp__col--right > div video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gai-industry {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .gai-industry {
    padding: 40px 0;
  }
}

.map-switch.map-switch-mobile .accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.0901960784);
  color: #fff;
  border: none;
  padding: 0 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.map-switch.map-switch-mobile .accordion .accordion-item h2 button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 20px;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.map-switch.map-switch-mobile .accordion .accordion-item h2 button[aria-expanded=false] {
  border-bottom: none !important;
  line-height: 36px;
}
.map-switch.map-switch-mobile .accordion .accordion-item h2 button[aria-expanded=false]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(0deg) !important;
}
.map-switch.map-switch-mobile .accordion .accordion-item h2 button[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}
.map-switch.map-switch-mobile .accordion .acc-body-in {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 17px;
}
.map-switch.map-switch-mobile .accordion .acc-body-in span {
  background-color: rgba(245, 250, 254, 0.1215686275);
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
}
.map-switch.map-switch-mobile .accordion .acc-body-in span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.map_item_btn {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.map_item_btn .mb_left img {
  width: 50px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.map_item_btn .mb_right {
  font-size: 18px;
}

#map_accordion .ms-row .ms-col h5 {
  font-size: 17px;
}

.ms-mobile-wrap {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 992px) {
  .td-row .tdr-col {
    background-color: rgba(255, 255, 255, 0.0784313725);
    padding: 15px !important;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .td-row .tdr-col .pr-item h3 {
    font-size: 20px;
  }
}
.map-switch.gai-industry-web {
  /* Custom left arrow */
  /* Custom right arrow */
  /* Hover effects */
  padding-bottom: 80px;
}
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-prev.disabled,
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
}
.map-switch.gai-industry-web .td-row .pr-item {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  height: 100%;
}
.map-switch.gai-industry-web .td-row .pr-item .dec-wrap {
  margin-top: 40px;
}
.map-switch.gai-industry-web .td-row .pr-item h3 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.map-switch.gai-industry-web .td-row .pr-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.map-switch.gai-industry-web .td-row .pr-item p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-prev,
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-next {
  background: none !important;
  border: none !important;
  font-size: 0 !important; /* Hide default text */
  width: 50px;
  height: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-prev {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
  rotate: 180deg;
}
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-next {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
}
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
  rotate: 180deg;
}
.map-switch.gai-industry-web .owl-carousel .owl-nav button.owl-next:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/owl-nav-right.svg") !important;
}
.map-switch.gai-industry-web .owl-stage-outer {
  overflow: hidden !important;
}
.map-switch.gai-industry-web .owl-nav {
  position: absolute;
  top: calc(50% + 10px);
  right: -120px;
  gap: 6px;
  transform: translateY(-50%);
  width: auto;
}
@media (max-width: 992px) {
  .map-switch.gai-industry-web {
    padding-bottom: 40px;
  }
}
.map-switch.gai-industry-web .country-icon {
  margin-bottom: 10px;
}
.map-switch.gai-industry-web .bg-active-pattern {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.map-switch.gai-industry-web .bg-active-pattern img {
  width: 100%;
  height: 100%;
}
.map-switch.gai-industry-web .nav-pills {
  width: calc(100% - 120px);
  position: relative;
  justify-content: flex-start;
  bottom: -2px;
}
.map-switch.gai-industry-web .nav-pills .nav-link.active {
  background-color: transparent;
  color: #fff;
  opacity: 1 !important;
  border: 1px solid #59595b;
  border-radius: 1px;
  border-bottom: 0px;
  margin-bottom: -1px;
  display: flex;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  bottom: -2px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .map-switch.gai-industry-web .nav-pills .nav-link.active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #59595b !important;
  }
}
.map-switch.gai-industry-web .nav-pills .nav-link.active div {
  background-color: #000000;
  margin-bottom: 0;
  transition: all 0.5s;
}
.map-switch.gai-industry-web .nav-pills .nav-link.active .tab-label-img img,
.map-switch.gai-industry-web .nav-pills .nav-link.active .tab-label-img span {
  z-index: 99;
  position: relative;
}
.map-switch.gai-industry-web .nav-pills .nav-link.active .bg-active-pattern {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  z-index: 9;
}
.map-switch.gai-industry-web .nav-pills .nav-item {
  width: auto;
}
@media (max-width: 992px) {
  .map-switch.gai-industry-web .nav-pills .nav-item {
    width: 100%;
  }
}
.map-switch.gai-industry-web .nav-pills .nav-link {
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  padding: 0px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #59595b;
  border-radius: 0px;
  height: 90px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  font-size: 18px;
  font-weight: 700;
}
.map-switch.gai-industry-web .nav-pills .nav-link div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .map-switch.gai-industry-web .nav-pills .nav-link {
    border: 1px solid #59595b;
  }
}
.map-switch.gai-industry-web .nav-pills .nav-link:hover {
  color: #fff;
}
.map-switch.gai-industry-web .tab-content {
  padding: 25px;
  padding-bottom: 50px;
  border-radius: 12px !important;
  border: 1px solid #59595b;
  border-top-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .map-switch.gai-industry-web .tab-content {
    border-radius: 12px !important;
  }
}
.map-switch.gai-industry-web .tab-pane h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.map-switch.gai-industry-web .tab-pane ul {
  padding-left: 20px;
  list-style: disc;
}
.map-switch.gai-industry-web .tab-pane ul li {
  margin-bottom: 10px;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .map-switch.gai-industry-web .nav-pills {
    display: flex;
    flex-direction: column;
  }
  .map-switch.gai-industry-web .tab-content {
    padding: 20px;
  }
}

.ms-row .ms-col h5 {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.ms-row .ms-col h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.ms-row ul {
  padding: 0;
  list-style: disc;
  padding-left: 20px;
}
.ms-row ul li {
  color: #fff;
  opacity: 0.7;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 14px;
}
.ms-row ul li::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.7;
  top: 8px;
  content: "";
  border-radius: 50%;
}

.client_says .item {
  opacity: 0.3;
}

.client_says .active .item {
  opacity: 1;
}

.client_experiences {
  padding: 80px 0;
}
.client_experiences .sechd.about_txt {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .client_experiences {
    padding: 40px 0;
  }
}

.client_says.owl-carousel img {
  width: auto;
}

.owl-carousel .client_img img {
  width: 103px;
  height: 105px;
  border-radius: 15px;
}

.client_says .item .item-top,
.cls_ .item .item-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 110px;
}
@media (max-width: 992px) {
  .client_says .item .item-top,
  .cls_ .item .item-top {
    flex-direction: column;
    gap: 0;
  }
}
.client_says .item .item-top .it-left,
.cls_ .item .item-top .it-left {
  flex: 1;
}
.client_says .item .item-top .it-left h2,
.cls_ .item .item-top .it-left h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .client_says .item .item-top .it-left h2,
  .cls_ .item .item-top .it-left h2 {
    font-size: 30px;
  }
}
.client_says .item .item-top .it-left p,
.cls_ .item .item-top .it-left p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.client_says .item .item-top .it-right,
.cls_ .item .item-top .it-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.client_says .item .item-top .it-right .itr-item,
.cls_ .item .item-top .it-right .itr-item {
  text-align: center;
}
.client_says .item .item-top .it-right .itr-item h2,
.cls_ .item .item-top .it-right .itr-item h2 {
  color: #fff;
  font-size: 42px;
}
@media (max-width: 768px) {
  .client_says .item .item-top .it-right .itr-item h2,
  .cls_ .item .item-top .it-right .itr-item h2 {
    font-size: 36px;
  }
}
.client_says .item .item-top .it-right .itr-item p,
.cls_ .item .item-top .it-right .itr-item p {
  color: #fff;
  opacity: 0.5;
}
.client_says .item .item-last,
.cls_ .item .item-last {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .client_says .item .item-last,
  .cls_ .item .item-last {
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.client_says .item .item-last .il-left,
.cls_ .item .item-last .il-left {
  flex: 1;
}
.client_says .item .item-last .il-left .il-left-top,
.cls_ .item .item-last .il-left .il-left-top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.client_says .item .item-last .il-left .il-left-top .ilt-left img,
.cls_ .item .item-last .il-left .il-left-top .ilt-left img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.client_says .item .item-last .il-left .il-left-top .ilt-right h3,
.cls_ .item .item-last .il-left .il-left-top .ilt-right h3 {
  color: #fff;
  font-size: 20px;
}
.client_says .item .item-last .il-left .il-left-top .ilt-right p,
.cls_ .item .item-last .il-left .il-left-top .ilt-right p {
  color: #fff;
  margin-bottom: 0;
  opacity: 0.5;
}
.client_says .item .item-last .il-left .ill-dec p,
.cls_ .item .item-last .il-left .ill-dec p {
  color: #fff;
  opacity: 0.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.client_says .item .item-middle,
.cls_ .item .item-middle {
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.client_says .item .item-middle img,
.cls_ .item .item-middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .client_says .item .item-middle,
  .cls_ .item .item-middle {
    height: 450px !important;
  }
}
.client_says .owl-dots,
.cls_ .owl-dots {
  padding-top: 30px;
}

.tech-stack {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .tech-stack .sec-head h2 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .tech-stack {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .tech-stack .accordion {
    margin-top: 20px !important;
  }
}
.tech-stack .accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.0901960784);
  color: #fff;
  border: none;
  padding: 0 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.tech-stack .accordion .accordion-item h2 button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 20px;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
.tech-stack .accordion .accordion-item h2 button[aria-expanded=false] {
  border-bottom: none !important;
  line-height: 36px;
}
.tech-stack .accordion .accordion-item h2 button[aria-expanded=false]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(0deg) !important;
}
.tech-stack .accordion .accordion-item h2 button[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg) !important;
}
.tech-stack .accordion .acc-body-in {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 17px;
}
.tech-stack .accordion .acc-body-in span {
  background-color: rgba(245, 250, 254, 0.1215686275);
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0;
}
.tech-stack .accordion .acc-body-in span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

:root {
  --stub: clamp(28px, 5vw, 64px);
}

.timeline {
  overflow: hidden;
  padding: clamp(32px, 5vw, 72px) 0;
  position: relative;
  counter-reset: step;
  margin-top: 80px;
  padding-top: 5px;
}
.timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5aa2ff;
  box-shadow: 0 0 0 6px rgba(90, 162, 255, 0.22);
  border: 3px solid #0b0d12;
  z-index: 2;
}
@media (max-width: 768px) {
  .timeline::after {
    left: 32px;
  }
}
.timeline__title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  margin: 0 0 32px;
  color: #e5e7eb;
}
@media (max-width: 768px) {
  .timeline::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 2px;
    margin-left: -1px;
    left: 50%;
    background: linear-gradient(#253047, #253047);
    pointer-events: none;
  }
}
.timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline__item {
  position: relative;
  min-height: clamp(140px, 28vh, 220px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  opacity: 0.1;
  top: 50px;
}
.timeline__item.in-view {
  opacity: 1;
  transition: all 1s;
  top: 0px;
}
.timeline__item.in-view::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5aa2ff;
  box-shadow: 0 0 0 6px rgba(90, 162, 255, 0.22);
  border: 3px solid #0b0d12;
  z-index: 2;
  transition: all 4s;
}
@media (max-width: 768px) {
  .timeline__item.in-view::after {
    left: 18px;
  }
}
.timeline__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #253047;
  z-index: 1;
  width: var(--stub);
  left: calc(50% - var(--stub));
}
.timeline__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #463349;
  box-shadow: 0 0 0 6px rgba(90, 162, 255, 0.22);
  border: 3px solid #0b0d12;
  z-index: 2;
}
.timeline__item:nth-child(even)::before {
  left: 50%;
  width: var(--stub);
}
@media (max-width: 768px) {
  .timeline__item:nth-child(even)::before {
    left: 18px;
  }
}
.timeline__item:nth-child(even) .timeline__content {
  grid-column: 2;
  padding-left: clamp(80px, 3vw, 48px);
}
@media (max-width: 768px) {
  .timeline__item:nth-child(even) .timeline__content {
    grid-column: 1;
  }
}
.timeline__item:nth-child(odd) .timeline__content {
  grid-column: 1;
  padding-right: clamp(20px, 3vw, 48px);
  text-align: left;
}
.timeline__content {
  background: transparent;
  border-radius: 16px;
}
.timeline__content h2 {
  font-size: 64px;
  color: #fff;
}
.timeline__content h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  color: #e5e7eb;
}
.timeline__content p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.6;
  color: #98a2b3;
  max-width: 48ch;
}
@media (max-width: 768px) {
  .timeline::before {
    left: 32px;
  }
  .timeline__item {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px 0 28px;
  }
  .timeline__item::before {
    left: 32px;
    width: 28px;
  }
  .timeline__item::after {
    left: 32px;
  }
  .timeline__item .timeline__content {
    grid-column: 1;
    padding: 0 0 0 72px;
  }
  .timeline__item .timeline__content::before {
    left: 72px;
  }
}

@media (min-width: 768px) {
  .timeline__item:nth-child(even) .timeline__content::before {
    position: absolute;
    content: "";
    width: 1px;
    left: 50%;
    background-color: #2279ff;
    height: 100%;
    filter: grayscale(1);
    top: -125px;
    height: 0;
    transition: all 3s;
  }
  .timeline__item:nth-child(odd) .timeline__content::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    background-color: #2279ff;
    filter: grayscale(1);
    height: 0;
    top: -125px;
    transition: all 3s;
  }
  .timeline__item.in-view:nth-child(odd) .timeline__content::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    background-color: #2279ff;
    transition: all 3s;
    filter: grayscale(0);
    top: 0;
  }
  .timeline__item.in-view:nth-child(even) .timeline__content::before {
    position: absolute;
    content: "";
    width: 1px;
    left: 50%;
    background-color: #2279ff;
    height: 100%;
    transition: all 3s;
    filter: grayscale(0);
    top: 0;
  }
}
.tech-stack.faq {
  background-color: rgba(255, 255, 255, 0.0588235294);
  padding: 80px 0;
}
@media (max-width: 768px) {
  .tech-stack.faq {
    padding: 40px 0;
  }
}
.tech-stack.faq .accordion {
  padding-top: 40px;
}
.tech-stack.faq p {
  opacity: 0.7;
  line-height: 30px;
}
.tech-stack.faq .acc-body-in {
  opacity: 0.5;
  line-height: 30px;
}

#faqStackAccordion {
  overflow-anchor: none;
  overscroll-behavior: contain;
}

.trusted-partners {
  padding: 100px 0;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .trusted-partners {
    padding: 50px 0;
  }
}
.trusted-partners .tb-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}
@media (min-width: 1150px) {
  .trusted-partners .tb-bottom {
    margin-top: -55px;
  }
}
@media (max-width: 992px) {
  .trusted-partners .tb-bottom {
    margin-top: 20px;
  }
}

.tp-desk-show {
  display: flex;
}
@media (max-width: 768px) {
  .tp-desk-show {
    display: none !important;
  }
}

.tp-mob-show {
  display: none;
}
@media (max-width: 768px) {
  .tp-mob-show {
    display: block !important;
  }
}

.tp-row {
  display: flex;
  gap: 15px;
}
@media (max-width: 500px) {
  .tp-row {
    display: none !important;
  }
}

.tp-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.tp-row .tp-vid-item {
  width: 210px;
}
@media (max-width: 768px) {
  .tp-row .tp-vid-item {
    margin-top: 0px !important;
  }
}
.tp-row .tpr-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1150px) {
  .tp-row .tpr-middle {
    justify-content: center;
  }
}

.video_card {
  overflow: hidden;
  border-radius: 7px;
  height: 250px;
}

.video_cards_panel {
  position: relative;
  padding: 5rem 0 3rem;
  margin-top: -2px;
}

.video_cards_panel .common__btn.text-center {
  margin: 8rem auto 0;
}

.vid_card_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

.card_col {
  position: relative;
}

.video_card_inner {
  border-radius: 0px;
  position: relative;
  width: 100%;
  height: 100%;
}
.video_card_inner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 44.81%, #000000 91.15%);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}
.video_card_inner .card_vid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 1s ease;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.video_poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video_poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_caption {
  position: absolute;
  bottom: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-transform: uppercase;
  z-index: 9;
}
.video_caption span.cl-dt {
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
}

.bc-col {
  flex: 1;
}

.book-cta {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .book-cta {
    padding: 40px 0;
  }
}
.book-cta .bc-wrap {
  position: relative;
  padding: 60px 50px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(97.2deg, rgba(78, 0, 134, 0.8509803922) 30.19%, rgba(82, 47, 0, 0.9019607843) 101.57%);
}
@media (min-width: 1024px) {
  .book-cta .bc-wrap {
    min-height: 390px;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .book-cta .bc-wrap {
    min-height: 400px;
    display: flex;
  }
}
@media (max-width: 768px) {
  .book-cta .bc-wrap {
    padding: 20px;
  }
}
.book-cta .bc-wrap .ai_video {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1450px) {
  .book-cta .bc-wrap .ai_video {
    position: absolute;
    transform: translate(-50%, -46%);
    width: 80vw;
    height: auto;
    -o-object-position: center !important;
       object-position: center !important;
  }
}
.book-cta .bc-wrap .bc-col h2 {
  font-size: 32px;
  color: #fff;
  line-height: 45px;
}
@media (max-width: 768px) {
  .book-cta .bc-wrap .bc-col h2 {
    font-size: 26px;
  }
}
.book-cta .bc-wrap .bc-col p {
  color: #fff;
  text-align: left;
  font-size: 17px;
}
.book-cta .bc-wrap .bc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .book-cta .bc-wrap .bc-row {
    flex-direction: column;
    align-items: start;
    padding: 15px;
  }
}

.book-cta {
  padding: 80px 0;
  padding-top: 0;
}
.book-cta.bga-solution .bc-wrap {
  background: linear-gradient(95.24deg, #007880 3.36%, rgba(126, 1, 111, 0.631372549) 95.42%);
}
.book-cta.bga-solution .bc-wrap .bc-col {
  flex: 1;
}
@media (max-width: 768px) {
  .book-cta {
    padding: 40px 0;
    padding-bottom: 80px;
  }
}
.book-cta.discover_potential {
  padding-top: 80px !important;
}
@media (max-width: 768px) {
  .book-cta.discover_potential {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }
}

.llm-section {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .llm-section {
    padding-bottom: 50px;
  }
}

.grad-text {
  position: relative;
  background: linear-gradient(91.76deg, #20afff 14.39%, #1bd4a9 28.77%, #e436ff 44.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block !important;
  margin-right: 12px;
  font-weight: 500;
}

.sec-head p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5019607843);
}

.form-left p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5803921569);
  padding-left: 5px;
}

.b_leads .form-container {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 12px;
  width: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.b_leads .form-group {
  margin-bottom: 20px;
  position: relative;
}
.b_leads .form-group input::-moz-placeholder, .b_leads .form-group textarea::-moz-placeholder {
  color: #fff;
}
.b_leads .form-group input::placeholder,
.b_leads .form-group textarea::placeholder {
  color: #fff;
}
.b_leads .form-group select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px 5px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  color: #fff;
}
.b_leads .form-group input,
.b_leads .form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px 5px;
  font-size: 16px;
  color: white;
  outline: none;
  transition: border-color 0.3s;
}
.b_leads .form-group input[type=text],
.b_leads .form-group textarea {
  border-radius: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.b_leads .form-group select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px 5px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  color: #fff;
}
.b_leads .form-group select option {
  background-color: #ffffff;
  color: #000;
  padding: 10px;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .b_leads input[type=checkbox] {
    display: block !important;
  }
}
.b_leads .form-group input,
.b_leads .form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  padding: 10px 5px;
  font-size: 16px;
  color: white;
  outline: none;
  transition: border-color 0.3s;
}
.b_leads .form-group input:focus,
.b_leads .form-group select:focus,
.b_leads .form-group textarea:focus {
  border-bottom: 1px solid #4facfe;
}
.b_leads .form-group textarea {
  resize: none;
  height: 80px;
}
.b_leads label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.b_leads .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.b_leads .checkbox-group input {
  width: 22px;
  height: 22px;
  background-color: transparent;
  color: transparent;
}
.b_leads .checkbox-group label {
  color: #fff;
}
.b_leads .checkbox-group input {
  margin-right: 10px;
}
.b_leads .captcha {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.b_leads .captcha label {
  color: #fff;
}
.b_leads .captcha input {
  width: 60px;
  margin-left: 10px;
  border-radius: 8px;
  padding: 2px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
}
.b_leads .nda-note {
  background: linear-gradient(90deg, rgba(43, 129, 180, 0.73) 0%, rgba(109, 47, 186, 0.73) 100%);
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .b_leads .nda-note {
    margin-bottom: 10px !important;
  }
}
.b_leads button {
  background: white;
  color: black;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.b_leads button:hover {
  background: #ddd;
}
.b_leads .sub-label {
  font-size: 12px;
  color: #888;
}

.bg-overlay--bg.bg-overlay--bg--aichatbot img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 1280px) {
  .bg-overlay--bg.bg-overlay--bg--aichatbot img {
    top: 30%;
    left: 0;
  }
}
@media (max-width: 992px) {
  .bg-overlay--bg.bg-overlay--bg--aichatbot img {
    top: 30%;
    left: 0;
  }
}
@media (max-width: 640px) {
  .bg-overlay--bg.bg-overlay--bg--aichatbot img {
    top: 40%;
    left: 0;
  }
}
@media (max-width: 450px) {
  .bg-overlay--bg.bg-overlay--bg--aichatbot img {
    top: 47%;
    left: 0;
  }
}
@media (max-width: 400px) {
  .bg-overlay--bg.bg-overlay--bg--aichatbot img {
    top: 52%;
    left: 0;
  }
}

.right-partner {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .right-partner {
    padding: 60px 0;
    padding-bottom: 0;
  }
}

.ai-process {
  padding: 100px 0;
  padding-bottom: 150px;
}
.ai-process .ai-process__step-card {
  opacity: 0.3;
}
.ai-process .owl-item.active .ai-process__step-card {
  opacity: 1;
}

.ai-process__heading {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 60px;
  color: white;
}

.ai-process__steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 90px;
}

.ai-process__step-card {
  flex: 1;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-items: start;
  align-items: start;
  padding: 10px;
  gap: 15px;
}

.ai-process__step-number {
  font-weight: bold;
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 5px;
}

.ai-process__step-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: white;
  margin-left: 0 !important;
  text-transform: uppercase;
}

.ai-process__step-description {
  font-size: 16px;
  line-height: 1.5;
  color: #bbb;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .ai-process__steps {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .ai-process__step-card {
    margin-bottom: 10px;
  }
  .ai-process__step-card::after {
    top: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.ai-process .owl-nav {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -20%;
}
.ai-process .owl-nav .owl-prev img,
.ai-process .owl-nav .owl-next img {
  width: 30px;
  height: 30px;
}

.ai-process__icon-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.ai-process__icon-wrapper img {
  width: 80px !important;
  height: 80px !important;
  display: block;
  margin-left: 0px;
}

.ai-process__steps .owl-stage .owl-item:not(:last-child) .ai-process__icon-wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00f0ff, transparent);
  background-size: 200% 100%;
  animation: flow-line 4s linear infinite;
  opacity: 0.6;
}

.ai-process__step-card:nth-child(1) .ai-process__icon-wrapper::after {
  animation-delay: 0s;
}

.ai-process__step-card:nth-child(2) .ai-process__icon-wrapper::after {
  animation-delay: 1s;
}

.ai-process__step-card:nth-child(3) .ai-process__icon-wrapper::after {
  animation-delay: 2s;
}

.ai-process__step-card:nth-child(4) .ai-process__icon-wrapper::after {
  display: none !important;
}

/* Fixed: Left → Right flow */
@keyframes flow-line {
  0% {
    background-position: 200% 0; /* start hidden on left */
  }
  50% {
    background-position: -200% 0; /* move to the right */
  }
  100% {
    background-position: -200% 0;
  }
}
.header_ai_container__wpr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .header_ai_container__wpr {
    padding: 0 0;
  }
}

.ga_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
     object-position: right;
  height: 100%;
}
.ga_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .ga_bg img {
    -o-object-position: 60% top;
       object-position: 60% top;
  }
}

.ai-vision.gen-ai-vision {
  background-color: transparent !important;
}

.gradient-text-1 {
  background: linear-gradient(98.55deg, #08cfa5 3.03%, #105ab3 85.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-2 {
  background: linear-gradient(93.31deg, #bb1ea6 3.61%, #500ca4 98.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-3 {
  background: linear-gradient(95.66deg, #a4822d -3%, #b7511a 104.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consultation-btn {
  background-color: #fff;
  color: #000 !important;
}

.consultation-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.count_wrap__ac {
  position: relative;
  z-index: 999;
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #090b1b 11.06%, #a4b7ff 51.44%, #0a0c1a 87.02%) 1;
  border-image: linear-gradient(90deg, #090b1b 11.06%, #a4b7ff 51.44%, #0a0c1a 87.02%) 1;
}
.count_wrap__ac .count_wrap__ac__left {
  flex: 1;
}

/* =========================
   Breakpoints (Tailwind-like)
========================= */
/* =========================
   Testimonials Section
========================= */
.testimonials {
  position: relative;
  padding: 80px 0; /* py-20 */
  color: #fff;
  /* Desktop wrapper: hidden on mobile, flex on lg */
  /* Mobile wrapper: visible on mobile, hidden on lg */
}
.testimonials__bg {
  position: absolute;
  inset: 0;
  top: 0;
  height: 50%;
  pointer-events: none;
  z-index: -10;
}
.testimonials__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.testimonials__container {
  max-width: 1280px; /* close to Tailwind container */
  margin: 0 auto;
  padding: 0 16px; /* px-4 */
  text-align: center;
}
.testimonials__title {
  font-size: 30px; /* text-[30px] */
  line-height: 1.3; /* leading-snug-ish */
  font-weight: 400;
  margin-bottom: 64px; /* mb-16 */
}
@media (min-width: 768px) {
  .testimonials__title {
    font-size: 40px; /* md:text-[40px] */
  }
}
.testimonials__title-break {
  display: none;
  /* <br class="hidden lg:block"> */
}
@media (min-width: 1024px) {
  .testimonials__title-break {
    display: block;
  }
}
.testimonials__desktop {
  display: none;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 24px 96px; /* px-6 py-24 + overridden !pt-0 */
  color: #f4f4f5; /* text-zinc-100 */
}
@media (min-width: 1024px) {
  .testimonials__desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.testimonials__grid {
  width: 100%;
  max-width: 1152px; /* max-w-6xl */
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px; /* gap-6 */
}
@media (min-width: 1024px) {
  .testimonials__grid {
    grid-template-columns: 2fr 3fr; /* lg:grid-cols-[2fr_3fr] */
  }
}
.testimonials__col {
  display: flex;
  flex-direction: column;
  gap: 24px; /* gap-6 */
}
.testimonials__col--right {
  padding-top: 70px; /* pt-[70px] */
}
.testimonials__mobile {
  display: block;
}
@media (min-width: 1024px) {
  .testimonials__mobile {
    display: none;
  }
}
.testimonials__carousel {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  margin: 0 auto;
}
.testimonials__cta {
  margin-top: 48px; /* mt-12 */
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* =========================
   Testimonial Card
========================= */
.t-card {
  background: transparent;
  backdrop-filter: blur(12px); /* backdrop-blur-md */
  -webkit-backdrop-filter: blur(12px);
  padding: 24px; /* p-6 */
  transition: opacity 1000ms ease-in-out;
  border-radius: 0; /* your original had none; add if needed */
  /* max-w-lg */
  /* right-side card widths */
}
.t-card--opacity-30 {
  opacity: 0.3;
}
.t-card--opacity-60 {
  opacity: 0.6;
}
.t-card--max-lg {
  max-width: 512px;
}
.t-card--half {
  width: 100%;
  /* md:w-1/2 */
}
@media (min-width: 768px) {
  .t-card--half {
    width: 50%;
  }
}
.t-card--two-third {
  width: 100%;
  /* md:w-2/3 */
}
@media (min-width: 768px) {
  .t-card--two-third {
    width: 66.6667%;
  }
}
.t-card--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* justify-end */
}
.t-card__text {
  font-size: 18px; /* many are text-[18px] */
  font-weight: 400;
  line-height: 1.7;
  font-family: Inter, sans-serif;
  margin: 0;
  /* gradient text */
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.t-card__text--fade-20 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
}
.t-card__text--fade-80 {
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.2));
}
.t-card__quote {
  display: block;
  margin-bottom: 8px;
  margin-left: 0;
  /* w-8 h-8 */
  /* w-10 */
}
.t-card__quote--sm {
  width: 32px;
  height: 32px;
}
.t-card__quote--md {
  width: 40px;
}
.t-card__quote--opacity-20 {
  opacity: 0.2;
}
.t-card__quote--opacity-50 {
  opacity: 0.5;
}
.t-card__meta {
  margin-top: 16px; /* mt-4 */
  padding-top: 12px; /* pt-3 */
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  /* gradient text for meta (first card) */
  /* border-image style used in your inline style */
}
.t-card__meta--fade-20 {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgb(255, 255, 255));
}
.t-card__meta--border-image {
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.05)) 1;
     border-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.05)) 1;
}
.t-card__name {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #8ea0f5; /* your custom */
}
.t-card__role {
  margin: 0;
  margin-top: 4px;
  font-size: 14px; /* text-sm */
  color: #a1a1aa; /* zinc-400 */
}

/* =========================
   Video / Media blocks
========================= */
.t-video {
  position: relative;
  overflow: hidden;
  border-radius: 16px; /* rounded-2xl */
  max-height: 256px; /* max-h-64 */
}
.t-video--opacity-50 {
  opacity: 0.5;
}
.t-video__img {
  width: 470px; /* w-[470px] */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
.t-video__overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 10;
}

.t-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .t-row {
    flex-direction: row; /* md:flex-row */
  }
}

.t-media {
  position: relative;
  width: 100%;
  height: 280px; /* h-[280px] */
  border-radius: 16px; /* rounded-2xl */
  overflow: hidden;
}
@media (min-width: 768px) {
  .t-media {
    width: 380px; /* md:w-[380px] */
  }
}
.t-media--tall {
  max-height: 350px; /* max-h-[350px] */
  height: auto;
}
@media (min-width: 768px) {
  .t-media--tall {
    width: 50%; /* md:w-1/2 */
  }
}
.t-media__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
.t-media__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
}

/* =========================
   Mobile carousel item helpers (optional)
   (Your Owl markup already has most classes)
========================= */
.mobile-slider .owl-item .group {
  cursor: pointer;
}

/* =========================
   Button override (your existing btn-knowmore)
========================= */
.btn-knowmore--xl {
  padding: 20px 40px; /* !py-[20px] !px-[40px] */
}
.btn-knowmore__icon {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

/* Mobile slider cards */
.m-slide {
  position: relative;
  cursor: pointer;
}
.m-slide a {
  display: block;
  position: relative;
}
.m-slide__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px; /* rounded-lg */
  transition: opacity 300ms ease;
  /* hover like group-hover:opacity-80 */
}
.m-slide:hover .m-slide__img {
  opacity: 0.8;
}
.m-slide__img--round-24 {
  border-radius: 24px; /* rounded-[24px] */
}
.m-slide__overlay {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 12px; /* p-3 */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  /* bg-[linear-gradient(...)] */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.81%, #000000 91.15%);
}
.m-slide__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.m-slide__play-icon {
  width: 60px;
  height: 60px;
  transition: transform 300ms ease;
}
.m-slide:hover .m-slide__play-icon {
  transform: scale(1.1);
}
.m-slide__name {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 2px 0; /* mb-0.5 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-slide__role {
  font-size: 16px;
  margin: 0;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-slide__role--upper {
  text-transform: uppercase;
}

/* =========================
   Breakpoints (Tailwind-ish)
========================= */
/* =========================
   Fuel Section
========================= */
.fuel {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px; /* pt-20 */
  padding-bottom: 160px; /* pb-40 */
  /* LEFT OVERLAY */
  /* <br class="hidden md:block" /> */
  /* RIGHT / SLIDER WRAP */
  /* bottom right glow block */
}
.fuel__left {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 30;
  margin: 0 auto;
  /* lg:pt-20 */
  /* xl:w-[55%] and xl:absolute left-0 */
  /* min-1380px:pl-[calc((100vw-1240px)/2)] */
  /* min-1536px:pl-[calc((100vw-1440px)/2)] */
}
@media (min-width: 1024px) {
  .fuel__left {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .fuel__left {
    width: 55%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1380px) {
  .fuel__left {
    padding-left: calc((100vw - 1240px) / 2);
  }
}
@media (min-width: 1536px) {
  .fuel__left {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
.fuel__left-inner {
  position: relative;
  padding: 0 20px; /* px-5 */
}
.fuel__title {
  font-size: 30px; /* text-[30px] */
  font-weight: 400;
  line-height: 1.6; /* leading-relaxed */
  margin-bottom: 24px; /* mb-6 */
  /* md:text-[40px] */
  /* lg:text-[50px] */
}
@media (min-width: 768px) {
  .fuel__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .fuel__title {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  .fuel__title {
    line-height: 60px; /* xl:leading-[60px] */
  }
}
.fuel__br-md {
  display: none;
}
@media (min-width: 768px) {
  .fuel__br-md {
    display: block;
  }
}
.fuel__desc {
  color: #a3acb5;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 40px; /* mb-10 */
  margin-left: 0px;
  /* lg:w-[80%] */
}
@media (min-width: 1024px) {
  .fuel__desc {
    width: 80%;
  }
}
.fuel__right {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  /* lg:pt-20 */
  /* xl:w-[55%] xl:ml-auto */
}
@media (min-width: 1280px) {
  .fuel__right {
    padding-top: 80px;
    width: 55%;
  }
}
@media (min-width: 1280px) {
  .fuel__right {
    margin-left: auto;
  }
}
.fuel__slider {
  overflow: visible; /* overflow-visible */
}
.fuel__glow {
  position: absolute;
  right: 0;
  bottom: 150px;
  background: linear-gradient(95.24deg, #007880 3.36%, #7e016f 95.42%);
  width: 210px;
  height: 400px;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .fuel__glow {
    width: 420px;
    height: 350px;
  }
}

/* =========================
   Slider Card (was Tailwind card)
========================= */
.fuel-card {
  background: #d9dffc;
  color: #000;
  border-radius: 16px; /* rounded-2xl */
  padding: 32px; /* p-8 */
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* shadow-lg */
  min-height: 380px; /* min-h-[380px] */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999;
  /* group-hover:translate-x-2 */
}
.fuel-card__icon {
  width: 40px; /* !w-10 */
  height: 40px; /* h-10 */
  margin-bottom: 16px; /* mb-4 */
  display: block;
  margin-left: 0;
  width: auto !important;
}
.fuel-card__title {
  font-size: 20px; /* text-xl */
  font-weight: 500; /* font-medium */
  margin: 0 0 8px 0; /* mb-2 */
  color: #1b1d1e;
}
.fuel-card__text {
  font-size: 16px;
  line-height: 26px;
  color: #374151; /* close to text-gray-700 */
  margin: 0;
}
.fuel-card__cta {
  margin-top: 20px; /* mt-5 */
  display: flex;
  align-items: center;
}
.fuel-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #1b275f;
  text-decoration: none;
  margin-left: 0;
}
.fuel-card__link img {
  width: auto !important;
}
.fuel-card__link:hover {
  text-decoration: none;
}
.fuel-card__arrow {
  width: 22px;
  margin-left: 8px;
  transition: transform 200ms ease;
  display: inline-block;
}
.fuel-card__link:hover .fuel-card__arrow {
  transform: translateX(8px);
}

.backdrop-blur-3xl {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* =========================
   Breakpoints (Tailwind-ish)
========================= */
/* =========================
   Wrapper + Background
========================= */
.choose__left-inner {
  width: 100%;
  padding-bottom: 20px;
}

.golang-sect-border-1 {
  position: relative;
  isolation: isolate;
}

.golang-sect-border-1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 10;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.8) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  will-change: transform;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

@media (min-width: 1280px) {
  .slider-border-golang:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, rgba(204, 204, 204, 0.7254901961) 0%, rgba(153, 153, 153, 0) 100%);
  }
}
.choose {
  position: relative;
  overflow: hidden;
  color: #fff;
  /* Section spacing */
  /* LEFT OVERLAY */
  /* RIGHT SLIDER AREA */
}
.choose__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -10;
}
.choose__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.1); /* scale-110 */
}
.choose__section {
  position: relative;
  overflow: hidden;
  padding: 40px 20px; /* py-10 px-5 */
}
.choose__left {
  width: 100%;
  display: flex;
  z-index: 30;
  left: 0;
  /* md:pt-20 */
  /* xl:absolute xl:w-[55%] bottom-[2px] */
  /* same min-1380/min-1536 padding calculations */
  /* backdrop-blur-3xl */
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
}
@media (min-width: 768px) {
  .choose__left {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .choose__left {
    width: 55%;
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
  }
}
@media (min-width: 1380px) {
  .choose__left {
    padding-left: calc((100vw - 1240px) / 2);
  }
}
@media (min-width: 1536px) {
  .choose__left {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
.choose__left-inner {
  position: relative;
  /* your "xl:pt-20" on inner wrapper */
}
@media (min-width: 1280px) {
  .choose__left-inner {
    padding-top: 80px;
  }
}
.choose__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 50px; /* leading-[50px] */
  margin-bottom: 24px; /* mb-6 */
}
@media (min-width: 1024px) {
  .choose__title {
    line-height: 70px;
  }
}
@media (min-width: 768px) {
  .choose__title {
    font-size: 50px;
  }
}
.choose__right {
  width: 100%;
  position: relative;
  z-index: 10;
  /* pt-20 */
  padding-bottom: 40px; /* pb-10 */
}
@media (min-width: 1280px) {
  .choose__right {
    width: 55%;
    padding-top: 80px;
    margin-left: auto; /* xl:ml-auto */
    padding-left: 250px; /* xl:pl-[250px] */
  }
}
.choose__slider {
  overflow: visible; /* overflow-visible */
}

/* =========================
   Capability Card
========================= */
.cap-card {
  background: #1b1d1e;
  color: #f5fafe;
  width: 300px; /* !w-[300px] */
  height: 300px; /* !h-[300px] */
  border-radius: 16px; /* rounded-2xl */
  padding: 32px; /* p-8 */
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); /* shadow-lg */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #f5fafe;
}
.cap-card__title {
  font-size: 23px; /* text-[23px] */
  font-weight: 600; /* font-semibold */
  margin: 0 0 8px 0; /* mb-2 */
}
.cap-card__text {
  font-size: 16px; /* text-[16px] */
  line-height: 26px; /* leading-[26px] */
  margin: 0;
  color: #f5fafe;
}

/* =========================
   Section wrapper
========================= */
.need-chatbot {
  padding: 40px 0; /* py-10 */
  /* Header container */
  /* Content container */
}
@media (min-width: 768px) {
  .need-chatbot {
    padding: 80px 0; /* md:py-[80px] */
  }
}
.need-chatbot__header {
  padding: 0 16px;
}
.need-chatbot__header-inner {
  max-width: 896px; /* max-w-4xl */
  margin: 0 auto;
}
.need-chatbot__title {
  width: 90%;
  margin: 0 auto 24px auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 30px; /* text-3xl-ish */
  line-height: 40px; /* leading-[40px] */
}
@media (min-width: 768px) {
  .need-chatbot__title {
    font-size: 36px; /* md:text-4xl */
  }
}
@media (min-width: 1280px) {
  .need-chatbot__title {
    font-size: 50px; /* xl:text-[50px] */
    line-height: 60px; /* xl:leading-[60px] */
  }
}
.need-chatbot__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 16px 0; /* pt-[40px] */
}
@media (min-width: 1024px) {
  .need-chatbot__content {
    padding-top: 80px; /* lg:pt-[80px] */
  }
}
.need-chatbot__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px; /* space-y-4 */
}

/* =========================
   Accordion Item
========================= */
.acc-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #090d21;
  transition: all 300ms ease-out;
  /* button full width */
  /* Left media panel wrapper */
  /* Right column */
  /* Rotate on open */
  /* Expand / collapse area
     Tailwind used: grid rows 0fr -> 1fr
  */
  /* Open state animation */
}
.acc-item .image_expand {
  transform: scale(1);
  position: relative;
  transition: all 0.6s;
  filter: grayscale(1);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .acc-item .image_expand {
    min-width: 70px;
  }
}
.acc-item.is-open {
  background: linear-gradient(90deg, #2525f3 0%, rgba(11, 17, 41, 0.11) 100%);
}
.acc-item.is-open .image_expand {
  transform: scale(1.1);
  position: relative;
  transition: all 0.6s;
}
.acc-item.is-open .image_expand {
  filter: grayscale(0);
  opacity: 1;
}
.acc-item__btn {
  display: flex;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
.acc-item__media-wrap {
  position: relative;
  /* min-768px:absolute + pl offset effect */
}
@media (max-width: 767px) {
  .acc-item__media-wrap {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .acc-item__media-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px; /* reserved panel width */
  }
}
.acc-item__media {
  width: 100%;
  height: 100%;
  min-height: 140px; /* gives some height on small screens */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/chatbot/staff-aug-expand.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* lg:bg-[length:125%] */
}
@media (min-width: 1024px) {
  .acc-item__media {
    background-size: 125%;
  }
}
@media (min-width: 768px) {
  .acc-item__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    min-height: unset;
  }
}
.acc-item__media-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.acc-item__main {
  flex: 1;
  padding: 25px;
  /* min-768px:pl-[240px] to clear the left panel + gap */
}
@media (min-width: 768px) {
  .acc-item__main {
    padding-left: 240px;
  }
}
.acc-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px; /* mt-[8px] */
}
.acc-item__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.01em; /* tracking-tight */
  margin: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .acc-item__heading {
    font-size: 22px;
  }
}
.acc-item__chev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.acc-item__chev-icon {
  transition: transform 300ms ease;
}
.acc-item.is-open .acc-item__chev-icon {
  transform: rotate(90deg);
}
.acc-item__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease-out;
  margin-top: 12px; /* mt-3 */
}
.acc-item__body-inner {
  overflow: hidden;
}
.acc-item__text {
  font-size: 18px;
  color: #cbd5e1; /* slate-300 */
  max-width: 768px; /* max-w-3xl */
  margin: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: all 300ms ease-out;
}
.acc-item.is-open .acc-item__body {
  grid-template-rows: 1fr;
}
.acc-item.is-open .acc-item__text {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   Breakpoints
========================= */
/* =========================
   Section
========================= */
.process {
  padding: 64px 16px; /* py-16 px-4 */
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .process {
    padding-bottom: 150px; /* lg:pb-[150px] */
  }
}
.process__container {
  width: 100%;
  max-width: 1280px; /* max-w-7xl */
}
.process__title {
  width: 90%;
  margin: 0 auto 24px auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .process__title {
    font-size: 36px; /* md:text-4xl */
  }
}
@media (min-width: 1280px) {
  .process__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.process__desc {
  max-width: 1024px; /* max-w-5xl */
  margin: 0 auto 60px auto; /* mb-4 */
  text-align: center;
  color: #a3acb5;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.process__timeline {
  position: relative;
  padding-top: 70px;
  /* max-1100px:flex max-1100px:flex-col max-1100px:gap-[50px] */
}
@media (max-width: 1099px) {
  .process__timeline {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

/* =========================
   Each Step Row
========================= */
.process-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -15px;
  /* Your original negative nudges */
  /* Spacer column (5/12) for desktop */
  /* Main row (7/12) for desktop */
  /* For left-steps: on mobile you used flex-col-reverse.
     We'll match that: reverse below 1100px only.
  */
  /* Desktop absolute text blocks */
}
@media (min-width: 1100px) {
  .process-step--right {
    margin-left: -13px;
  }
}
@media (min-width: 1100px) {
  .process-step--left {
    margin-right: -13px;
    margin-top: -14px;
  }
}
.process-step__spacer {
  display: none;
}
@media (min-width: 1100px) {
  .process-step__spacer {
    display: block;
    width: 41.6667%; /* 5/12 */
  }
}
.process-step__row {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .process-step__row {
    width: 58.3333%; /* 7/12 */
    flex-direction: row;
  }
}
@media (max-width: 1099px) {
  .process-step__row--reverse-at-1100 {
    flex-direction: column-reverse;
  }
}
.process-step__content {
  flex: 1;
  position: relative;
  padding: 0 20px;
  margin-top: 20px;
}
.process-step__content-inner {
  width: 100%;
}
@media (min-width: 1100px) {
  .process-step__content-inner {
    position: absolute;
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .process-step__content-inner {
    width: 80%;
  }
}
@media (min-width: 1100px) {
  .process-step__content-inner--right-top {
    right: 0;
    top: -100%;
  }
}
@media (min-width: 1100px) {
  .process-step__content-inner--left-top {
    left: 0;
    top: -100%;
  }
}
@media (min-width: 1100px) {
  .process-step__content-inner--right-mid {
    right: 0;
    top: -50%;
  }
}
@media (min-width: 1100px) {
  .process-step__content-inner--left-normal {
    left: 0;
    top: -80px;
  }
}
@media (min-width: 1100px) {
  .process-step__content-inner--right-normal {
    right: 0;
    top: -50px;
  }
}
.process-step__kicker {
  font-size: 16px;
  font-weight: 600;
  color: #6981f1;
}
@media (min-width: 1100px) {
  .process-step__kicker {
    font-size: 14px; /* min-1100px:text-sm */
  }
}
.process-step__heading {
  margin-top: 4px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}
.process-step__text {
  margin-top: 8px;
  font-size: 16px;
  color: #cbd5e1; /* slate-300 */
  line-height: 24px;
}

/* =========================
   Node (icon capsule)
========================= */
.process-node {
  display: flex;
  align-items: center;
  width: 224px; /* w-56 */
  /* Icon shell (outer rounded with border) */
  /* rounded-tl-full rounded-bl-full */
  /* rounded-tr-full rounded-br-full */
  /* inner bg block */
  /* step bg colors */
  /* step1 */
  /* step2/4/6/8 */
  /* step3 */
  /* step5/7 */
  /* Connector line (desktop only) */
  /* Arrow head */
}
@media (min-width: 1100px) {
  .process-node {
    height: 110px; /* h-[110px] */
    padding: 10px; /* p-[10px] */
    position: relative;
  }
}
@media (min-width: 1100px) {
  .process-node--left {
    border-left: 1px solid #868686;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}
@media (min-width: 1100px) {
  .process-node--right {
    border-right: 1px solid #868686;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}
.process-node__pill {
  display: flex;
  align-items: center;
  width: 100%;
}
.process-node__pill--right {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .process-node__pill--right {
    justify-content: flex-start;
  }
}
.process-node__icon-shell {
  width: 110px;
  height: 96px; /* h-24 */
  display: flex;
  border: 1px solid rgba(100, 116, 139, 0.6); /* slate-500/60 */
  background: #0f172a; /* slate-900-ish */
  overflow: hidden;
}
.process-node__icon-shell--tlbl {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.process-node__icon-shell--trbr {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.process-node__icon-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-node__icon-bg--c1 {
  background: #283a8f;
}
.process-node__icon-bg--c2 {
  background: #364ebe;
}
.process-node__icon-bg--c3 {
  background: #4361ee;
}
.process-node__icon-bg--c4 {
  background: #8ea0f5;
}
.process-node__icon {
  width: 32px;
  height: 32px;
  display: block;
}
.process-node__connector {
  display: none;
}
@media (min-width: 1100px) {
  .process-node__connector {
    display: block;
    position: relative;
    height: 1px;
    width: 80px; /* w-20 */
    background: #64748b; /* slate-500 */
  }
}
.process-node__connector--right {
  margin-left: 24px; /* ml-6 */
}
.process-node__connector--left {
  margin-right: 24px; /* mr-6 */
}
.process-node__arrow {
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #cbd5e1; /* slate-300 */
}
.process-node__arrow--right {
  right: -2px;
  border-right: 1px solid #cbd5e1;
  transform: rotate(45deg);
}
.process-node__arrow--left {
  left: -2px;
  border-left: 1px solid #cbd5e1;
  transform: rotate(-45deg);
}

/* =========================
   CTA Section
========================= */
.chatbot-cta {
  background: #0f0f10;
  color: #fff;
  text-align: center;
  padding: 0 16px; /* px-4 */
  padding-top: 40px;
  padding-bottom: 40px;
  /* if you want spacing on mobile too, uncomment:
  padding-top: 40px;
  padding-bottom: 40px;
  */
}
@media (min-width: 1024px) {
  .chatbot-cta {
    padding-top: 80px; /* lg:pt-20 */
    padding-bottom: 80px; /* lg:pb-20 */
  }
}

.chatbot-cta__container {
  max-width: 896px; /* max-w-4xl */
  margin: 0 auto;
}

.chatbot-cta__title {
  font-weight: 400;
  font-size: 30px; /* text-3xl */
  margin-bottom: 24px; /* mb-6 */
  line-height: 1.25; /* leading-snug */
}
@media (min-width: 768px) {
  .chatbot-cta__title {
    font-size: 36px; /* md:text-4xl */
    line-height: 1.5; /* md:leading-normal */
  }
}
@media (min-width: 1280px) {
  .chatbot-cta__title {
    font-size: 50px; /* xl:text-[50px] */
  }
}

.chatbot-cta__text {
  color: #d1d5db; /* gray-300 */
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 40px; /* mb-10 */
  font-weight: 400;
}
@media (min-width: 1024px) {
  .chatbot-cta__text {
    width: 80%; /* lg:w-[80%] */
    margin-left: auto;
    margin-right: auto;
  }
}

.chatbot-cta__button {
  display: inline-block;
  border: 1px solid rgba(245, 250, 254, 0.81); /* #f5fafece */
  color: #111827;
  border-radius: 9999px; /* rounded-full */
  padding: 16px 32px; /* py-4 px-8 */
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 200ms ease, transform 200ms ease;
  background-color: #ffffff;
}

.chatbot-cta__btn-text--desktop {
  display: none;
}
@media (min-width: 768px) {
  .chatbot-cta__btn-text--desktop {
    display: inline;
  }
}
.chatbot-cta__btn-text--mobile {
  display: inline;
}
@media (min-width: 768px) {
  .chatbot-cta__btn-text--mobile {
    display: none;
  }
}

/* =========================
   Base wrapper
========================= */
.chatbot-sections {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.chatbot-sections__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -10;
}

/* =========================
   SERVICES: Desktop Tabs
========================= */
.chatbot-services {
  color: #fff;
}

.chatbot-services--desktop {
  display: none;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .chatbot-services--desktop {
    display: block;
  }
}

.chatbot-services__wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .chatbot-services__wrap {
    flex-direction: row;
  }
}

.chatbot-services__nav {
  background: #121314;
}
@media (min-width: 1024px) {
  .chatbot-services__nav {
    width: 50%;
  }
}

.chatbot-services__nav-inner {
  background: #121314;
  padding: 0px;
  max-height: 400px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chatbot-services__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 40px;
  text-align: left;
  font-size: 23px;
  color: rgba(255, 255, 255, 0.45);
  transition: color 200ms ease, background-color 200ms ease;
}
.chatbot-services__tab span {
  font-weight: 400;
}
.chatbot-services__tab:hover {
  color: rgba(255, 255, 255, 0.85);
}
.chatbot-services__tab.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}

@media (min-width: 1024px) {
  .chatbot-services__content {
    width: 50%;
  }
}

.chatbot-services__content {
  padding: 0 64px;
  max-width: 720px;
  margin: 0 auto;
}

.chatbot-services__panel {
  padding: 40px 0;
  min-height: 300px;
  transition: all 300ms ease;
}
.chatbot-services__panel.is-open {
  display: block;
}
.chatbot-services__panel.is-open.hidden {
  display: none;
}

.chatbot-services__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

.chatbot-services__title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 12px;
  color: #f5fafe;
  max-width: 80%;
}

.chatbot-services__text {
  font-size: 18px;
  line-height: 25px;
  color: #f5fafe;
  max-width: 80%;
  font-weight: 400;
  margin-left: 0;
}

/* =========================
   SERVICES: Mobile Accordion
========================= */
.chatbot-services--mobile {
  display: block;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .chatbot-services--mobile {
    display: none;
  }
}

.chatbot-services__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* =========================
   FEATURES
========================= */
.chatbot-features {
  background: #000;
  padding: 64px 16px;
}

.chatbot-features__container {
  max-width: 1280px;
  margin: 0 auto;
}

.chatbot-features__header {
  margin-bottom: 48px;
}

.chatbot-features__heading {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  background: linear-gradient(to bottom, #fff, #bababa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 640px) {
  .chatbot-features__heading {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  .chatbot-features__heading {
    font-size: 50px;
    line-height: 60px;
  }
}

/* show/hide layouts */
.chatbot-features--mobile {
  display: block;
}

.chatbot-features--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .chatbot-features--mobile {
    display: none;
  }
  .chatbot-features--desktop {
    display: block;
  }
}
/* Mobile grid */
.chatbot-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .chatbot-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .chatbot-features__grid {
    gap: 16px;
  }
}

/* Desktop layout */
.chatbot-features__desktop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.chatbot-features__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chatbot-features__col--center {
  align-items: center;
  justify-content: center;
}

/* Feature card shared */
.feature-card {
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}

.feature-card--blue {
  background: linear-gradient(138.28deg, rgba(23, 45, 152, 0.57) 5.99%, rgba(14, 46, 49, 0) 101.94%);
}

.feature-card--white {
  background: linear-gradient(133.93deg, rgba(255, 255, 255, 0.34) -12.26%, rgba(41, 12, 46, 0) 98.71%);
}

.feature-card--purple {
  background: linear-gradient(136.57deg, rgba(116, 60, 168, 0.38) 1.71%, rgba(19, 34, 20, 0) 101.9%);
}

@media (min-width: 640px) {
  .feature-card--span2 {
    grid-column: span 2;
  }
}

.feature-card--tall {
  min-height: 380px;
}

.feature-card--taller {
  min-height: 420px;
}
@media (min-width: 1280px) {
  .feature-card--taller {
    min-height: 440px;
  }
}

.feature-card--center {
  max-width: 389px;
  width: 100%;
}

.feature-card__no {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: -3.686px;
  margin-bottom: 8px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(186, 186, 186, 0.2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .feature-card__no {
    font-size: 56px;
    line-height: 80px;
  }
}

.feature-card__no--lg {
  font-size: 64px;
  line-height: 93px;
}

.feature-card__title {
  font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 640px) {
  .feature-card__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .feature-card__title {
    font-size: 24px;
    line-height: 33px;
  }
}

.feature-card__text {
  font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .feature-card__text {
    font-size: 17px;
    line-height: 29px;
  }
}

.feature-card__title--left,
.feature-card__text--left {
  text-align: left;
}

.feature-card__title--center,
.feature-card__text--center {
  text-align: center;
}

/* =========================
   TYPES OF CHATBOTS
========================= */
.chatbot-types {
  padding: 80px 0;
}

.chatbot-types__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.chatbot-types__heading {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .chatbot-types__heading {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .chatbot-types__heading {
    font-size: 50px;
  }
}

.chatbot-types__sub {
  max-width: 900px;
  margin: 0 auto;
  color: #a3acb5;
  font-size: 18px;
  line-height: 25px;
}

.chatbot-types__grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
}
@media (min-width: 640px) {
  .chatbot-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .chatbot-types__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.type-card {
  min-height: 300px;
  padding: 32px;
}

.type-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.type-card__title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 8px;
}

.type-card__text {
  color: #a3acb5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

/* optional border style to mimic your "gradient-border-golang" placeholders */
.type-card--border {
  position: relative;
}

.cbtn-border-bottom-right:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.768627451) 0%, #000000 100%);
}

.cbtn-golang-border:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 90%;
  background: linear-gradient(0deg, rgba(204, 204, 204, 0.6039215686) 0%, rgba(153, 153, 153, 0) 100%);
}

.cbtn-border-bottom-right,
.cbtn-border-bottom-left {
  position: relative;
}

.cbtn-border-bottom-left:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0.7019607843) 100%);
}

.cbtn-golang-border {
  position: relative;
}

.cbtn-border-bottom-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 90%;
  background: linear-gradient(0deg, rgba(204, 204, 204, 0.6039215686) 0%, rgba(153, 153, 153, 0) 100%);
}

.hidden {
  display: none;
}

/* =========================
   Engagement Section
========================= */
.engagement {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 64px 0;
}

.engagement__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -10;
}

.engagement__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.engagement__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 10;
  pointer-events: none;
}

.engagement__container {
  position: relative;
  z-index: 20;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

.engagement__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.engagement__title {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .engagement__title {
    font-size: 50px;
  }
}

.engagement__subtitle {
  margin: 0 0 16px;
  max-width: 1024px;
  color: #a3acb5;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* =========================
   Grid
========================= */
.engagement__grid {
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1024px) {
  .engagement__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================
   Cards
========================= */
.engagement-card {
  border: 1px solid #65686c;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  background: #0e0e0e;
}
@media (min-width: 1024px) {
  .engagement-card {
    min-height: 650px;
  }
}

.engagement-card__title {
  font-size: 28px;
  font-weight: 500;
  color: #f5fafe;
  margin: 0 0 12px;
}

.engagement-card__desc {
  color: #a3acb5;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.engagement-card__list {
  margin: 20px 0 0;
  padding-left: 40px;
  list-style-type: disc !important;
  list-style-position: outside !important;
  display: block !important;
  color: #f5fafe;
  font-size: 18px;
  line-height: 26px;
}
.engagement-card__list li {
  display: list-item !important;
  list-style-type: disc !important;
  list-style-position: outside !important;
}
.engagement-card__list li + li {
  margin-top: 16px;
}

.engagement-card__list--nested {
  color: #a3acb5;
}
.engagement-card__list--nested li + li {
  margin-top: 16px;
}

/* Nested blocks inside list items (Project-Based card) */
.engagement-card__nested-title {
  margin: 0;
  color: #f5fafe;
  font-size: 23px;
  font-weight: 500;
}

.engagement-card__nested-desc {
  margin: 8px 0 0;
  color: #a3acb5;
  font-size: 18px;
  line-height: 26px;
}

/* =========================
   Background variants
========================= */
.engagement-card--dedicated {
  background: linear-gradient(90.42deg, #0e0e0e 43.53%, #263788 190.15%);
}

.engagement-card--augmentation {
  background: linear-gradient(159.9deg, rgba(0, 120, 128, 0.1) 3.03%, #7e016f 105.82%);
}

.engagement-card--project {
  background: linear-gradient(269.7deg, #0e0e0e 56.24%, #27398c 169.61%);
}

/* =========================
   CTA Button
========================= */
.engagement__cta {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  padding: 16px 32px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: background 200ms ease, transform 200ms ease;
}
.engagement__cta:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}
@media (min-width: 768px) {
  .engagement__cta {
    font-size: 18px;
    margin-top: 48px;
  }
}

.engagement__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.type-card--border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, rgba(204, 204, 204, 0.7254901961) 0%, rgba(153, 153, 153, 0) 100%);
}

/* =========================
   Wrapper + Background
========================= */
.faq-wrap {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .faq-wrap {
    padding: 80px 0;
  }
}

.faq-wrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: -10;
  pointer-events: none;
}

.faq-wrap__bg--grid {
  width: 100%;
}
@media (min-width: 1024px) {
  .faq-wrap__bg--grid {
    width: 50%;
  }
}

.faq-wrap__bg--grad {
  width: 100%;
}

/* =========================
   Shared container
========================= */
.faq-hero__container,
.faq-block__container,
.help-cta__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* =========================
   HERO Banner
========================= */
.faq-hero {
  padding: 48px 0;
  position: relative;
}

.faq-hero__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 1024px) {
  .faq-hero__container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

.faq-hero__title {
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 20px;
  font-size: 30px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .faq-hero__title {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .faq-hero__title {
    font-size: 50px;
  }
}

.faq-hero__br {
  display: none;
}
@media (min-width: 1024px) {
  .faq-hero__br {
    display: block;
  }
}

.faq-hero__image {
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .faq-hero__image {
    display: flex;
  }
}
.faq-hero__image img {
  width: 80%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* =========================
   FAQ Block spacing
========================= */
.faq-block {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .faq-block {
    padding: 80px 0;
  }
}

.faq-block__inner {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .faq-block__inner {
    padding-top: 50px;
  }
}

.faq-accordion__wrap {
  display: flex;
  justify-content: center;
}

.faq-accordion__panel {
  width: 100%;
}
@media (min-width: 1024px) {
  .faq-accordion__panel {
    width: 80%;
  }
}

/* =========================
   FAQ Items (Accordion)
========================= */
.faq-item {
  min-height: 80px;
  border-bottom: 1px solid rgba(196, 178, 178, 0.17);
  margin-bottom: 16px;
}

.faq-item__btn {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px 20px 20px;
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) {
  .faq-item__btn {
    font-size: 23px;
  }
}

.faq-item__q {
  font-weight: 500;
  display: inline-block;
  padding-right: 12px;
  margin-left: 0;
  text-align: left;
}

.faq-item__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 200ms ease;
}
.faq-item__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

/* Rotated state (same as your first item) */
.faq-item__icon.is-rotated {
  transform: translateY(-50%) rotate(180deg);
}

/* Content (closed by default, open when .is-open) */
.faq-item__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.faq-item.is-open .faq-item__content {
  max-height: 500px; /* large enough to fit content */
  opacity: 1;
}

/* Icon rotation */
.faq-item__icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.faq-item__icon.is-rotated {
  transform: rotate(180deg);
}

.faq-item__answer {
  padding: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faq-item__answer {
    font-size: 18px;
  }
}
.faq-item__answer p {
  margin: 0;
  line-height: 1.6;
}

/* =========================
   Need Help Section
========================= */
.help-cta {
  background: #000;
  display: flex;
  tell: 0;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  position: relative;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  .help-cta {
    padding: 48px 20px;
  }
}
@media (min-width: 1024px) {
  .help-cta {
    padding: 72px 24px;
  }
}

.help-cta__container {
  background: #09090b;
  border: 1px solid #374151; /* gray-700 */
  border-radius: 24px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .help-cta__container {
    border-radius: 40px;
  }
}
@media (min-width: 1024px) {
  .help-cta__container {
    border-radius: 58px;
    min-height: 700px;
  }
}

.help-cta__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 16px;
}
@media (min-width: 640px) {
  .help-cta__grid {
    padding: 32px 24px;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .help-cta__grid {
    padding: 48px;
  }
}
@media (min-width: 1024px) {
  .help-cta__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

/* Left */
.help-cta__left {
  width: 100%;
}
@media (min-width: 768px) {
  .help-cta__left {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .help-cta__left {
    padding-top: 120px;
  }
}

.help-cta__title {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 640px) {
  .help-cta__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .help-cta__title {
    font-size: 50px;
    line-height: 60px;
  }
}

.help-cta__desc {
  margin: 0 0 16px;
  color: #d1d5db; /* gray-300 */
  font-size: 14px;
}
@media (min-width: 640px) {
  .help-cta__desc {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .help-cta__desc {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .help-cta__desc {
    font-size: 23px;
  }
}

.help-cta__trust {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}
.help-cta__trust img {
  height: 32px;
}
@media (min-width: 1024px) {
  .help-cta__trust img {
    height: 40px;
  }
}
.help-cta__trust span {
  color: #9ca3af; /* gray-400 */
  font-size: 18px;
}
@media (min-width: 1024px) {
  .help-cta__trust span {
    font-size: 23px;
  }
}

.help-cta__trust--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .help-cta__trust--desktop {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .help-cta__trust--desktop {
    flex-direction: row;
    align-items: center;
  }
}

.help-cta__trust--mobile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .help-cta__trust--mobile {
    display: none;
  }
}
.help-cta__trust--mobile span {
  font-size: 14px;
}
@media (min-width: 640px) {
  .help-cta__trust--mobile span {
    font-size: 16px;
  }
}

/* Right form */
.help-cta__right {
  display: flex;
  justify-content: flex-end;
}

.help-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}
@media (min-width: 640px) {
  .help-form {
    padding: 8px;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .help-form {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .help-form {
    width: 80%;
  }
}

.help-form__input,
.help-form__textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #4b5563; /* gray-600 */
  color: #fff;
  outline: none;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
}
.help-form__input::-moz-placeholder, .help-form__textarea::-moz-placeholder {
  color: #9ca3af;
}
.help-form__input::placeholder,
.help-form__textarea::placeholder {
  color: #9ca3af;
}
.help-form__input:focus,
.help-form__textarea:focus {
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.8); /* indigo ring */
  border-color: rgba(99, 102, 241, 0.9);
}
@media (min-width: 640px) {
  .help-form__input,
  .help-form__textarea {
    border-radius: 17px;
    padding: 10px 16px;
    font-size: 16px;
  }
}

.help-form__input {
  height: 48px;
}
@media (min-width: 640px) {
  .help-form__input {
    height: 60px;
  }
}

.help-form__textarea {
  resize: vertical;
  min-height: 140px;
}

.help-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5b14;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 14px;
  height: 52px;
  width: 100%;
  white-space: nowrap;
  transition: opacity 200ms ease, transform 200ms ease;
}
.help-form__submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (min-width: 640px) {
  .help-form__submit {
    font-size: 16px;
    padding: 16px 48px;
    height: 65px;
    width: 280px;
  }
}
@media (min-width: 768px) {
  .help-form__submit {
    font-size: 18px;
  }
}

/* ========= Breakpoints ========= */
/* ========= Section ========= */
.why-chatbot {
  background: #000;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .why-chatbot {
    padding: 80px 0;
  }
}

.why-chatbot__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ========= Intro ========= */
.why-chatbot__intro {
  padding: 16px 0 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .why-chatbot__intro {
    padding-bottom: 56px; /* close to your md:pb-14 */
  }
}

.why-chatbot__title {
  margin: 0 auto 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 28px;
}
@media (min-width: 768px) {
  .why-chatbot__title {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .why-chatbot__title {
    font-size: 50px;
  }
}

.why-chatbot__subtitle {
  margin: 0 auto;
  color: #a3acb5;
  font-size: 17px;
  line-height: 28px;
}
@media (min-width: 1280px) {
  .why-chatbot__subtitle {
    max-width: 60%;
  }
}

.why-chatbot__cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

/* Button */
.why-chatbot__btn {
  display: inline-block;
  text-decoration: none;
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.81);
  border-radius: 999px;
  padding: 16px 32px;
  font-weight: 500;
  transition: background 200ms ease, transform 200ms ease;
  background-color: white;
  font-size: 10px;
}
@media (min-width: 768px) {
  .why-chatbot__btn {
    font-size: 17px;
  }
}

.why-chatbot__btn-text--desktop {
  display: none;
}
@media (min-width: 768px) {
  .why-chatbot__btn-text--desktop {
    display: inline;
  }
}

.why-chatbot__btn-text--mobile {
  display: inline;
}
@media (min-width: 768px) {
  .why-chatbot__btn-text--mobile {
    display: none;
  }
}

/* ========= Grid ========= */
.why-chatbot__grid {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 16px;
  justify-items: center;
}
@media (min-width: 768px) {
  .why-chatbot__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========= Cards ========= */
.why-card {
  width: 100%;
  max-width: 420px;
  min-height: 400px;
  background: #1b1d1e;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.why-card__icon {
  margin-bottom: 20px;
}
.why-card__icon img {
  width: 60px;
  height: auto;
  display: block;
  margin-left: 0;
}

.why-card__title {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 23px;
}

.why-card__text {
  margin: 20px 0 0;
  color: #a3acb5;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
}

.ai_chatbot_form {
  background: linear-gradient(90deg, #0d182c 0%, rgba(23, 53, 83, 0.8) 27%, #121a5a 69%, #0c374c 100%);
}

.slider-3 .owl-nav button.owl-prev {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
  rotate: 180deg;
}

.slider-3 .owl-nav button.owl-next {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
}

.slider-3 .owl-nav button.owl-prev:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
  rotate: 180deg;
}

.slider-3 .owl-nav button.owl-next:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
}

.slider-3 .owl-nav button.owl-prev.disabled {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Prev-gray.svg") !important;
  rotate: 0deg;
}

.slider-3 .owl-nav button.owl-next.disabled {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Prev-gray.svg") !important;
  rotate: 180deg;
}

@media (min-width: 1280px) {
  .slider-3 .owl-nav {
    position: absolute;
    top: -100px;
    display: flex;
    justify-content: start;
    /* padding-left: 200px !important; */
  }
}
@media (min-width: 1025px) {
  .slider-3 .owl-nav {
    /* position: absolute; */
    top: -100px;
    display: flex;
    justify-content: start;
    /* padding-left: 200px !important; */
  }
}
@media (max-width: 1025px) {
  .slider-3 .owl-nav {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: start;
    padding-left: 10px !important;
  }
}
.slider-1.owl-carousel {
  display: flex;
  flex-wrap: wrap;
}

.slider-1.owl-carousel .owl-stage {
  display: flex;
}

.slider-1.owl-carousel .owl-item {
  display: flex;
}

.slider-1.owl-carousel .owl-item > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1600px) {
  .slider-1 .owl-nav {
    padding-left: 200px !important;
  }
}
@media (max-width: 768px) {
  .slider-1 .owl-nav {
    padding-left: 10px !important;
  }
}
.slider-1 .owl-nav button.owl-prev {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
  rotate: 180deg;
}

.slider-1 .owl-nav button.owl-next {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
}

.slider-1 .owl-nav button.owl-prev:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
  transform: rotate(0deg) scale(1);
}

.slider-1 .owl-nav button.owl-next:hover {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Next-blue.svg") !important;
}

.slider-1 .owl-nav button.owl-prev.disabled {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Prev-gray.svg") !important;
  rotate: 0deg;
}

.slider-1 .owl-nav button.owl-next.disabled {
  background-image: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/Carousel Prev-gray.svg") !important;
  rotate: 180deg;
}

.slider-1 .owl-nav {
  display: flex;
  justify-content: start;
  margin-top: 40px !important;
  padding-left: 20px !important;
}
@media (min-width: 1280px) {
  .slider-1 .owl-nav {
    padding-left: 200px !important;
  }
}

.chatbot-hero {
  padding: 48px 16px;
}
@media (min-width: 1024px) {
  .chatbot-hero {
    padding: 80px 16px;
  }
}

.chatbot-hero__wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sec_para_form img {
  width: 120px;
}

/* ========= Background Container ========= */
.chatbot-hero__bg {
  width: 100%;
  max-width: 1400px;
  min-height: 380px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  /* Replace with your actual background */
  background: url("/wp-content/themes/hello-elementor/newagesys-ai-template/assets/img/chatbot/scale.png"), #000;
  background-size: cover;
}
@media (min-width: 640px) {
  .chatbot-hero__bg {
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .chatbot-hero__bg {
    min-height: 500px;
    padding: 64px;
  }
}

/* ========= Glass Card ========= */
.chatbot-hero__glass {
  width: 100%;
  max-width: 1100px;
  background: rgba(3, 3, 3, 0.3);
  backdrop-filter: blur(90px);
  -webkit-backdrop-filter: blur(90px);
  border-radius: 28px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 24px;
}
@media (min-width: 640px) {
  .chatbot-hero__glass {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .chatbot-hero__glass {
    padding: 80px;
  }
}

/* ========= Typography ========= */
.chatbot-hero__title {
  margin: 0 0 16px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 42px;
}
@media (min-width: 640px) {
  .chatbot-hero__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .chatbot-hero__title {
    font-size: 35px;
  }
}

.chatbot-hero__text {
  margin: 0 auto 40px;
  max-width: 800px;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
}
@media (min-width: 640px) {
  .chatbot-hero__text {
    font-size: 18px;
  }
}

/* ========= Button ========= */
.chatbot-hero__btn {
  padding: 12px 32px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  border: none;
  transition: transform 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
}
@media (min-width: 768px) {
  .chatbot-hero__btn {
    font-size: 17px;
  }
}
.chatbot-hero__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
  opacity: 0.95;
}

/* ========= Breakpoints ========= */
.chatbot-tech {
  background: #000;
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .chatbot-tech {
    padding: 80px 0;
  }
}

.chatbot-tech__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.chatbot-tech__header {
  text-align: center;
}

.chatbot-tech__title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 8px;
  max-width: 800px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .chatbot-tech__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .chatbot-tech__title {
    font-size: 50px;
    line-height: 60px;
  }
}

.chatbot-tech__subtitle {
  margin: 0 auto;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.35;
  font-size: 18px;
}
@media (min-width: 768px) {
  .chatbot-tech__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .chatbot-tech__subtitle {
    font-size: 24px;
    max-width: 70%;
  }
}

/* Wrapper spacing like Tailwind pt-6 md:pt-[50px] */
.chatbot-tech__wrapper {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .chatbot-tech__wrapper {
    padding-top: 50px;
  }
}

.chatbot-tech__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chatbot-tech__col {
  width: 100%;
}
@media (min-width: 1024px) {
  .chatbot-tech__col {
    width: calc(50% - 6px);
  }
}

/* ========= Accordion ========= */
.tech-acc {
  background: #20212b;
  border-radius: 10px;
  min-height: 80px;
  overflow: hidden;
  margin-top: 12px;
}
.tech-acc:first-child {
  margin-top: 0;
}

/* If you want first panel opened by default */
.tech-acc--active .tech-acc__content {
  display: block;
}
.tech-acc--active .tech-acc__plus {
  display: none;
}
.tech-acc--active .tech-acc__minus {
  display: inline-flex;
  transform: rotate(180deg);
}

.tech-acc__btn {
  width: 100%;
  border: none;
  background: transparent;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px 20px 20px;
  font-size: 23px;
  cursor: pointer;
  position: relative;
}

.tech-acc__label {
  font-weight: 300;
  margin-left: 0;
}

.tech-acc__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-acc__plus,
.tech-acc__minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tech-acc__plus img,
.tech-acc__minus img {
  width: 20px;
  height: 20px;
}

.tech-acc__minus {
  display: none;
}

.tech-acc__content {
  display: none;
}

/* ========= Tech Tags ========= */
.tech-tags {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .tech-tags {
    padding: 20px;
    gap: 16px;
  }
}

.tech-tag {
  padding: 1px;
  border-radius: 12px;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(249, 250, 251, 0.5), rgba(43, 45, 58, 0.3));
}

.tech-tag__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b2d3a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 0 10px;
}
.tech-tag__inner img {
  width: 30px;
  height: 30px;
  margin: 8px;
}
@media (min-width: 768px) {
  .tech-tag__inner img {
    width: 40px;
    height: 40px;
  }
}
.tech-tag__inner p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .tech-tag__inner p {
    font-size: 18px;
    padding: 0 8px;
  }
}

.accordion-content-ppc {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;
  transition: max-height 350ms ease, opacity 250ms ease, transform 250ms ease;
  will-change: max-height, opacity, transform;
}

/* When open */
.accordion-content-ppc.show {
  max-height: 800px; /* increase if you have longer content */
  opacity: 1;
  transform: translateY(0);
}

/* Optional: arrow rotate animation */
.accordion-toggle-icon {
  transition: transform 250ms ease;
}

.accordion-toggle-icon.rotate-180 {
  transform: rotate(180deg);
}

.hero-wrap__gai--chatbot {
  padding: 0 0;
}

.bg-half_black {
  background-color: rgba(0, 0, 0, 0.5490196078) !important;
}

.gap_60px {
  display: flex;
  gap: 60px !important;
}
@media (max-width: 600px) {
  .gap_60px {
    display: block !important;
  }
}

.go-acc {
  padding: 2.5rem 0;
  background: var(--go-black);
}

.go-acc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.go-acc__accordion {
  position: relative;
}

.go-acc__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.go-acc__col {
  flex-basis: 100%;
  color: #000;
}

.go-acc__pad {
  padding-left: 6px;
  padding-right: 6px;
}

.go-acc__item {
  background: var(--go-item);
  border-radius: 10px;
  min-height: 80px;
}

.go-acc__item--mt {
  margin-top: 0.75rem;
}

.go-acc__btn {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  color: #fff;
  padding: 1.25rem 50px 1.25rem 1.25rem; /* top right bottom left */
  position: relative;
  font-size: 23px;
}

.go-acc__icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
}

.go-acc__title {
  font-weight: 300;
  font-size: 18px;
  margin-left: 0;
  line-height: 1.3;
}

.go-acc__arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: transform 200ms ease;
}

.go-acc__arrow img {
  width: 20px;
  height: 20px;
  display: block;
}

.go-acc__arrow.is-rotated {
  transform: translateY(-50%) rotate(180deg);
}

.go-acc__text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding: 1.25rem;
  padding-top: 0;
  text-align: left;
}

/* md:hidden */
.go-acc--mobile {
  display: block;
}

@media (min-width: 768px) {
  .go-acc--mobile {
    display: none;
  }
}
/* lg:basis-1/2 (optional if you reuse for desktop) */
@media (min-width: 1024px) {
  .go-acc__col {
    flex-basis: 50%;
  }
}
/* Smooth Accordion Transition */
.accordion-content-ppc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 380ms ease, opacity 260ms ease, transform 260ms ease;
}

.accordion-content-ppc.show {
  max-height: 1200px;
  opacity: 1;
  transform: translateY(0);
}

.schedule_C__btn {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.schedule_C__btn .summarise {
  cursor: pointer;
}
.schedule_C__btn .summarise > span {
  color: #fff;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.schedule_C__btn .with-transparency {
  position: relative;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 15px 30px;
  border-radius: 45px;
  background-color: white;
  color: #090d21;
  cursor: pointer;
}
.schedule_C__btn .with-transparency:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-image-source: linear-gradient(91.27deg, #70e7cc 0.72%, #008cff 25.99%, #6e40f1 70.44%, #df4aca 99.48%);
  border-radius: inherit;
  --m: conic-gradient(#000 0 0);
  -webkit-mask: var(--m) content-box, var(--m);
  -webkit-mask-composite: xor;
          mask: var(--m) content-box exclude, var(--m);
  pointer-events: none;
}
@supports (background: linear-gradient(in lch, red 0 0)) {
  .schedule_C__btn .with-transparency:before {
    background: linear-gradient(91.5deg, #3fdb9f 0.84%, #e51cff 51.5%, #008cff 100%);
  }
}

.with-transparency {
  cursor: pointer;
}/*# sourceMappingURL=chatbot.css.map */