

body {
  background-color: #000;
  
}
.container-fluid{
  padding: 0 !important;
}

.container{
  margin: 0 auto !important;
}
/* Wrapper for each CTO logo image */
.cto-logo-wrapper {
  width: 300px;
  height: 95px;
  border-radius:  12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  margin: 0;
}


@media (max-width: 480px) {
  .cto-logo-wrapper {
    width: 200px;
    height: 65px;
  }
}

.cto-logo-wrapper:hover .cto-leaders-logo {
  filter: none;
}
/* Global fixed overlay background for all sections */
.global-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  background-image: url("../img/bg_gradient.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.7; /* Adjust for desired overlay strength */
}

@media (max-width: 768px) {
  .accordion-button  {
    padding-left: 5px;
    padding-right: 5px;
  }
  .accordion-body{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

}

.faq-accordion .accordion-button,
.faq-accordion .accordion-collapse {
  border: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.864) !important;

}

.faq-accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Remove border between button and content when open */
.faq-accordion .accordion-button:not(.collapsed) {
  border-bottom: none !important;
}
.cto-main {
  background-image: url("../img/backgroundshade1.png");

  background-position: fixed;
  background-repeat: no-repeat;
  z-index: 4;
}

.cto-container {
  margin: 0 auto;
  padding: 0 20px;
  background-image: url("../img/mainbg.png");
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .cto-container {
     background-size: contain;
     background-position: top;
     
     background-repeat: no-repeat;
     margin-top: 80px;
  }
}





.cto-hero-section {
  color: white;
  min-height: 55vh;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  z-index: 0;
  background: transparent;
}

@media (max-width: 768px) {
  .cto-hero-section {
    height: auto;
    padding: 40px 0 20px 0;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .cto-hero-section {
    height: 45vh;
    padding: 40px 0 20px 0;
    align-items: center;
  }
}

.cto-heading {
  font-size: 64px;
  font-weight: 500;
  line-height: 93px;
  letter-spacing: -3.69px;
  background: linear-gradient(90deg, #FFFFFF 0%, #BABABA 41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
 
}

@media (max-width: 768px) {
  .cto-heading {
    font-size: 36px;
    line-height: 54px;
  }
}

.cto-hero-content {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}


.cto-hero-content .c__btn {
  margin-top: 40px;
}
.cto-hero-content .c__btn .with-transparency {
  position: relative;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 15px 30px;
  border-radius: 45px;
}

.cto-hero-content .c__btn .with-transparency:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  background: linear-gradient(91.5deg, #3FDB9F 0.84%, #E51CFF 51.5%, #008CFF 100%);
  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)) {
  .cto-hero-content .c__btn .with-transparency:before {
    background: linear-gradient(91.5deg, #3FDB9F 0.84%, #E51CFF 51.5%, #008CFF 100%);
  }
}

.welcome-box-content-inner::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(91.5deg, #01BAB0 0.84%, #D245C0 51.5%, #0050D0 100%);
  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)) {
  .welcome-box-content-inner::before {
    background: linear-gradient(91.5deg, #3FDB9F 0.84%, #E51CFF 51.5%, #008CFF 100%);
  }
}

.welcome-section {
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .welcome-section {
  
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .welcome-section {
  padding: 20px;
    margin-top: 0px;
  }
}



.welcome-content {
  max-width: 1440px;
  padding: 20px;
  background-color: #00000066;
  border-radius: 8px;
  backdrop-filter: blur(30px);
}


@media (max-width: 768px) {
  .welcome-content {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .welcome-content {
      background-color: #0e0d0edb;
 
  backdrop-filter: blur(30px);
  }
}

.welcome-content h2 {
  width: 100%;
  font-size: 38px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
}

.welcome-p {
  font-size: 17px;
  line-height: 29px;
  color: white;
  width: 80%;
  margin-top: 50px;
  font-family: "manrope", sans-serif;
  font-weight: 200;
}

@media (max-width: 768px) {
  .welcome-p {
    margin-top: 20px;
   padding: 10px;
    text-align: left;
    width: 100%;
  }
}


.box-wrapper-right{
  padding-right: 5%;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%; 
  position: relative;
}

@media (max-width: 1024px) {
  .box-wrapper-right{
    justify-content: center;
   padding: 0 !important;
  }
}

.box-wrapper-left{
  display: flex;
  padding-left: 5%;
  justify-content: start;
  align-items: center;
  width: 100%;
  position: relative;
}

@media (max-width: 1024px) {
  .box-wrapper-left{
    justify-content: center;
    padding: 0 !important;
  }
}

.connector-line-1{
    position: absolute;
    top: 49%;
    left: 62%;
    width: 15%;
    height: 158px;
    border-radius: 0px 8px 0px 0px;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 2px dashed #99999957;
    border-right: 2px dashed #99999957;
}
.connector-line-2{
    position: absolute;
    top: 50%;
    right: 62%;
    width: 16%;
    height: 168px;
    border-radius: 8px 0 0 0;
    border: none;
    border-top: 2px dashed #99999957;
    border-left: 2px dashed #99999957;
}


@media (max-width: 1024px) {
  .connector-line-1,
  .connector-line-2 {
    display: none;
  }
}


.box.active,
.connector-line-1.active,
.connector-line-2.active,
.connector-line-vertical-1.active,
.connector-line-vertical-2.active
{
  border-color: #e2ddddd4 !important; /* or any highlight color */
  transition: border-color 0.5s;
}



.connector-line-vertical-1 {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-right: 2px dashed #99999957;
    width: 2px;
    height: 30%;
    z-index: -1;
}

.connector-line-vertical-2 {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-left: 2px dashed #99999957;
    width: 2px;
    height: 30%;
    z-index: -1;
}

@media (min-width: 1025px) {
  .connector-line-vertical-1,
  .connector-line-vertical-2 {
    display: none !important;
  }
}

.box {
  border: 2px dashed #99999957;
  padding: 12px;
  margin: 40px 0;
  border-radius: 8px;
  transition: border-color 0.3s ease;
  width: 60%;
 
}


@media (max-width: 1400px) {
  .box {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .box {
    width: 100%;
    margin: 30px 0;
  }
}


.logo {
  height: 28px;
  margin-bottom: 10px;
  object-fit: contain;
}

.welcome-box-content {
  display: flex;
  border-radius: 8px;
  padding: 1px;

}



.welcome-box-content-inner {
  /* background-color: #000; */
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .welcome-box-content-inner {
    flex-direction: column;
    text-align: center;
  }
 
}


.box-left-content {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-right-content {
  width: 60%;
  text-align: left;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .box-left-content,
  .box-right-content {
    width: 100%;
    margin: 10px 0;
  }
}

.box-right-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-bottom: 10px;
}
.box-right-content p {
  font-size: 18px;
  line-height: 24px;
  color: white;
  opacity: 0.7;
  margin: 0;
  font-family: "manrope", sans-serif;
}
.boxes-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  position: relative;
}


.disc-section {
  width: 100%;
  margin-bottom: 0px;
 
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  min-height: 700px;
}

@media (max-width: 768px) {
  .disc-section {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
  }
}
.disc-container {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  min-height: 700px;
}
.disc-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_gray.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* Ensure it's behind the content */
  opacity: 0.2; /* Adjust opacity as needed */
}

.disc-left {

  align-self: flex-start;
  height: fit-content;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.disc-left > * {
  pointer-events: auto;
}

.disc-left-sticky {
  position: sticky;
  top: 120px;
}


.disc-left h4 {
  font-size: 36px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  margin-top: 100px;
  text-align: left !important;
  margin-left: 0px !important;
  line-height:54px ;
}
.disc-left p {
  font-size: 18px;
  line-height: 29px;
  color: white;
  opacity: 0.7;
  width: 80%;
  margin-top: 20px;
  text-align: left;
  margin-left: 0px;
}

@media (max-width: 768px) {
  .disc-left {
    position: static;
    top: auto;
  }
  .disc-left h4 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 40px;
  }
  .disc-left p {
    width: 100%;
    margin-top: 10px;
  }
}


.promo-card {
  border-radius: 8px;
  background: radial-gradient(
      140% 90% at 0% 0%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 50%
    ),
    linear-gradient(135deg, var(--card-grad-1) 0%, var(--card-grad-2) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  margin-top: 80px;
}

.promo-card .btn-chip {
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  padding: 0.6rem 1rem;
}

.promo-card {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 30px;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(36, 214, 164, 0.4196078431) 0%,
    rgba(17, 72, 157, 0.6705882353) 100%
  );
}

@media (max-width: 991.98px) {
  .promo-card {
    width: 100%;
    margin-top: 40px;
  }
}

.promo-card::before {
  content: "";
  background-image: url("../img/right-ai-partner.webp");
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}

.scroll-item-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 15px;
  min-width: 50px
}

.scroll-item-right {
  padding-left: 30px;
}

.scroll-item-right h4 {
  font-size: 24px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  font-weight: 500;
}
.scroll-item-right p {
  font-size: 18px;
  line-height: 29px;
  color: white;
  opacity: 0.7;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  margin-left: 0px;
  font-weight: 200;
}
.disc-left,
.disc-right {
  width: 100%;
  font-family: "manrope", sans-serif;
}
.disc-right {
  display: flex;
  flex-direction: column;
  color: white;
  height: 800px;
  overflow: hidden;
}

.disc-scroll-container {
  height: 100%;
  overflow-y: auto;
  padding-right: 30px;
}





@media (max-width: 991.98px) {
  .disc-left {
    position: static;
    top: auto;
  }
  .disc-right {
    height: auto;
  }
  .disc-scroll-container {
    height: auto;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .disc-left,
  .disc-right {
    width: 50%; /* Only apply on large screens */
  }
}

.disc-scroll-container {
  margin-top: 40px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .disc-scroll-container {
    margin-top: 80px;
  }
}

.scroll-item-right {
  padding-left: 15px;
}

.cto-use-section {
  /* background-image: url("../img/backgroundshade1.png"); */
  position: relative;
  background-size: cover;  
   background-color: #ffffff17;
   padding-bottom: 40px;
   padding-top: 10px;
   
}


.use-case-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .use-case-header {
    margin-top: 10px;
  }
}

.use-case-header h2 {
  font-size: 36px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  line-height: 51px;
}

@media (max-width: 768px) {
  .use-case-header h2 {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 0px;
  }
}

.use-case-header p {
  font-size: 17px;
  line-height: 29px;
  color: white;
  opacity: 0.5;
  width: 70%;
  margin-top: 20px;
  text-align: center;
  font-family: "manrope", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  .use-case-header p {
    width: 100%;
  
    text-align: left;
    padding: 15px;
   
  }
}

.use-slider-item {
  background-color: #ffffff0d;
  border: none;
  font-family: "manrope", sans-serif;
 
  /* min-height: 550px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
}

.use-slider-item .icon {
  background-color: #33334d;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.use-slider-item hr {
   border-color: rgba(255, 255, 255, 0.492);
  width: 50%;
}

.use-slider-item .card-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 0px !important;
}

.use-slider-item .card-subtitle {
  font-size: 18px;
  margin-top: 20px;
  color: #ffffffb2;
  letter-spacing: 2%;
  font-weight: 200;
    margin-left: 0px !important;
}

.use-slider-item .card-text {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 2%;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffffb2;
}

.use-slider-item .img-outer {
  width: 100px;
  height: 100px;
  display: flex;

  justify-content: start;
}
.slide-img {
  
  border-radius: 12px;
}
.slide-img-last{
  height: 50px;
  width: 50px;
  margin-top: 20px;
}

/* .owl-stage {
  display: flex !important;
  justify-content: flex-end !important;
} */

.use-slider-wrapper {
  margin-top: 80px;
  padding-top: 60px;
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .use-slider-wrapper {
   
    transition: padding 0.3s;
  }
  .use-slider-wrapper.no-padding {
    padding-left: 0 !important;
  }
}
.use-slider-wrapper.no-padding {
  padding-left: 0 !important;
}


.use-cases-slider{
   padding-left: calc((100vw - 1440px) / 2);
}

@media (max-width: 1024px) {
  .use-cases-slider{
    padding-left: 0 !important;
  }
}

.use-cases-slider .slick-track {
  display: flex !important;
}

.use-cases-slider .slick-slide {
  height: inherit;
}

.use-cases-slider .slick-slide > div {
  height: 100%;
}

.use-cases-slider .slick-dots {
 
  display: flex;
  gap: 8px;
  justify-content: center;
}

.use-cases-slider .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin: 0;
  transition: all 0.5s;
}

.use-cases-slider .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0;
  transition: all 0.5s;
}

.use-cases-slider .slick-dots li button {
  padding: 0;
  display: none;
}

@media (min-width: 768px) {
  .use-cases-slider .slick-dots {
    display: none !important;
  }
}


.use-cases-slider .owl-nav{
 
  padding-right: 50px; 

}

.use-cases-slider .owl-stage{
  display: flex !important;
}

.use-cases-slider .owl-stage .owl-item{
  height: inherit !important;
}

.use-cases-slider  .owl-stage .owl-item  .use-item{
  height: 100% !important;
}

.use-slider-item hr{
  width: 50%;
  color: #ffffffb1;
}

.video-container {
  width: 100%;
  max-height: 425px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-container video {
   object-position: left -200px;
  }
}


@media (max-width: 768px) {
  .video-container {
    max-width: 100%;
    max-height: auto;
  }
}

.gain-game {
  padding-bottom: 80px;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .gain-game {
    padding: 20px 10px !important;
    margin-top: 40px;
  }
}

.gain-game .row-gain {
  background-color: transparent;
  background-image: linear-gradient(92deg, #152037 28%, #40546B 100%);
  border-radius: 8px;
  overflow: hidden;
}
.gain-game .row-gain .col-gain.col-gain-left img {
  width: 100%;
  height: 100%;
}
.gain-game .row-gain .col-gain.col-gain-right {
  padding: 15px 45px;
}

@media(max-width: 768px){
  .gain-game .row-gain .col-gain.col-gain-right {
    padding: 20px 15px;
  }
}

.gain-game .row-gain .col-gain.col-gain-right h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 54px;
  color: #fff;
  font-family: "manrope", sans-serif;
  margin-top: 10px;
}

@media(max-width: 768px){
  .gain-game .row-gain .col-gain.col-gain-right h3 {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    
    
    margin-bottom: 0px;
  }
}

.gain-game .row-gain .col-gain.col-gain-right p {
  font-size: 20px;
  font-weight: 200;
  font-family: "manrope", sans-serif;
  line-height: 31px;
  color: #ffffffb2;
  margin-top: 30px;
}
.gain-game .row-gain .col-gain.col-gain-right .gain-cta a {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 45px;
  gap: 15px;
  margin-top: 30px;
}


.global-cto-section{
  position: relative;
  background: #000000c3;
  padding: 10px;
}



.global-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("../img/backgroundshade1.png"); */
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}


.global-cto-title {
  font-weight: 500;
  font-size: 36px;

}

@media(max-width: 768px){
  .global-cto-title {
    font-size: 28px;
    text-align: left;
    
    margin-bottom: 0px;
  }
}



.global-cto-description {
  font-size: 17px;
  font-family: 'manrope', sans-serif;
  font-weight: 200;
  color: #FFFFFF80;
  width: 70%;
  margin-top: 50px;
}

@media(max-width: 768px){
  .global-cto-description {
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
}

@media (min-width: 992px) {
.global-cto-description p{
  width: 100%;
  padding-left: 0 !important;
}
  
}
.global-cto-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #FFFFFF0D;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 30px;
  border-radius: 12px;

}

.global-cto-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.global-cto-icon {
  width: 80px;
  height: auto;
 margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.global-cto-divider {
  border-color: rgba(255, 255, 255, 0.492);
  width: 50%;
  margin: 30px 0 30px 0;
}

.global-cto-card-title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 24px;
  margin-left: 0px !important;
  text-align: left;
  font-family: 'manrope', sans-serif;
  width: 60%;
}

.global-cto-card-text {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 2%;
  margin-top: 20px;
  font-family: 'manrope', sans-serif;
  color: #ccc;
  text-align: left;
}


.faq-section {
  background-color: black;
  position: relative;

}


/* .faq-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/backgroundshade1.png");
  background-size: cover;
  pointer-events: none;
  z-index: 1;
} */
.faq-container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

@media(max-width: 768px){
  .faq-container{
    padding: 20px 10px;
  }
}

.faq-title {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
}

.faq-subtitle {
  font-size: 20;
  color: #FFFFFF80;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'manrope', sans-serif;
  line-height: 32px;
}


.faq-accordion .faq-item,
.faq-accordion .accordion-item {
  border: none;
  background-color: transparent !important;
  box-shadow: none;
}

.faq-accordion .accordion-button {
  
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  border: none;
  
  font-family: 'manrope', sans-serif;
  padding-bottom: 40px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1); /* Make default icon white */
}

.faq-accordion .accordion-body {
  background-color: transparent;
  color: #ffffffb7;
  padding: 1rem 1.5rem;
  font-size: 17px;
  line-height: 29px;
  font-family: 'manrope', sans-serif;
  font-weight: 300;
  text-align: left;
}

.faq-accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-accordion .accordion-button:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(255, 255, 255, 0.08);
}



.future-cto-section{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.future-cto-container{
  max-width: 1440px;
padding-top: 100px;
  border-radius: 12px !important;
  overflow: visible;
}


@media (max-width:768px) {
  .future-cto-container{
    flex-direction: column;
    padding: 20px !important;
  }
}

.future-left{
padding: 0 !important;

 
}

@media (max-width: 768px) {
  .future-left{
   
    width: 100%;
    height: auto;
  }
}

.future-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
   
    border-radius:  12px 0 0 12px !important;
}


@media (max-width: 768px) {
  .future-video{
    border-radius: 12px 12px 0 0 !important;
  }
}

.future-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bg_blu.png");
  border-radius: 0 12px 12px 0 !important;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .future-right{
  border-radius: 0 0 12px 12px !important;
    padding: 10px !important;
    width: 100%;
    margin-top: -10px;
  }
}

.future-right h3{
  font-size: 38px;
  font-weight: 500;
  line-height: 54px;

}

@media (max-width: 768px) {
  .future-right h3{
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
    text-align: left;
  }
}

.future-right a{
    display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 45px;
  gap: 15px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .future-right a{
    gap: 10px;
font-size: 14px;
margin-top: 5px;
margin-bottom: 20px;
  }
}

.cto-leaders-section {

  color: #ffffff;
  overflow: hidden;
}

.cto-leaders-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .cto-leaders-title {
    font-size: 28px;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0px;
  }
}


.cto-leaders-subtitle {
  color: #bbbbbb;
  font-size: 1rem;
}

.cto-leaders-rows {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .cto-leaders-rows {
    margin-top: 40px;
  }
}

.cto-leaders-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.cto-leaders-logos {
  display: flex;
  align-items: center;
}

.cto-leaders-logo {

  padding: 15px;
  border-radius: 8px;
  min-width: 120px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cto-leaders-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Animation for left moving row */
.cto-leaders-row-left .cto-leaders-logos {
  animation: scroll-left 30s linear infinite;
}

/* Animation for right moving row */
.cto-leaders-row-right .cto-leaders-logos {
  animation: scroll-right 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}



.video-slider-section {
  /* background-color: #0b0b1a8a; */
  color: #ffffff;
}

.video-slider-content {
  display: flex;
  gap: 15px;
  /* gap: 10px; */
}

@media (max-width: 992px) {
  .video-slider-content {
    flex-direction: column;
    gap: 30px;
  margin: 20px !important;
  }
}


.video-slider-left,
.video-slider-center,
.video-slider-right {
  background-color: rgba(255, 255, 255, 0.078);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 700px;
  width: calc(33.33% - 20.33px);
  padding: 30px;
  height: 100%;
  /* max-height: 700px; */
}

@media (max-width: 992px) {
  .video-slider-left,
  .video-slider-center,
  .video-slider-right {
    width: 100%;
    min-height: 500px;
    padding: 20px !important;
   
  }
}

.video-slider-right h5{
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: left;

  margin-left: 0px !important;
  font-family: 'manrope', sans-serif;
}

.video-right-divider{
  width: 40%;
  margin-bottom: 40px;
}

.video-slider-center{
padding: 0px !important;
border-radius: 12px !important;
}

.video-slider-content {
  /* align-items: stretch; */
  flex: 1 1 0;
  min-height: 700px;
  
}

.video-slider-profile,
.video-slider-video,
.video-slider-articles {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.video-slider-article p{
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  color: #ffffffb2;
  margin-left: 0px !important;
  text-align: left !important;
  font-family: 'manrope', sans-serif;
}

.video-slider-profile {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}


.video-slider-profile h5,
.video-slider-profile .sub,
.video-slider-profile .video-slider-description {
  text-align: left !important;
  width: 100%;
}

.video-slider-profile{
  padding-top: 30px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: start ;
  align-items: start !important;
  text-align: left !important;
}

.video-slider-profile-img-wrapper{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.video-slider-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.video-slider-profile h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.video-slider-profile .sub {
  font-size: 20px;
  font-weight: 600;
  color: #ffffffb2;
}

.video-slider-description {
  font-size: 18px;
  line-height: 29px;
  font-family: 'manrope', sans-serif;
  text-align: left;
  font-weight: 200;
  margin-top: 10px;
}

.video-slider-divider{
  width: 50%;
}

.video-slider-video {
  position: relative;
  background-image: url("../img/profile-pic.png");
  background-position: center;
  background-size: cover;
  border-radius: 12px;
}

.video-slider-video img {
  border-radius: 8px;
}

.video-thumbnail{
  height: 100%;
}
.video-slider-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  opacity: 0.8;
  cursor: pointer;
}

.video-slider-right h5 {
  text-align: left;
  margin-bottom: 40px;
}

.video-slider-articles {
  text-align: left;
}

.video-slider-article-img {
  width: 100px !important;
  height: 100px !important;

  max-width: 100px !important;
  max-height: 100px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  aspect-ratio: 1/1;
  display: block;
  margin-left: 0px !important;
}





.video-slider .slick-track {
  display: flex !important;
}

.video-slider .slick-slide {
  height: inherit;
}

@media (min-width: 1024px) {
  .video-slider .slick-slide {
    height: auto !important;
  }
 .video-slider .slick-slide > div {
  height: 100%;
}

}

.video-slider .slick-dots {
 
  display: flex;
  gap: 8px;
  justify-content: center;
}

.video-slider .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin: 0;
  transition: all 0.5s;
}

.video-slider .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0;
  transition: all 0.5s;
}

.video-slider .slick-dots li button {
  padding: 0;
  display: none;
}


.cto-leaders-logo{
  filter: grayscale(1) opacity(0.7);
}
.cto-leaders-logo:hover{
  filter: none;
}


