.innerpage-banner{
  position: relative;

}

.innerpage-banner .innerpage-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: -1;
}
.innerpage-banner .overlay{
  position: absolute;
   top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(109px);
}
 .innerpage-banner .about-overlay{
 
  backdrop-filter: blur(0px);
}
.innerpage-banner .content{
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  
}
.contact-banner{
 min-height: 65vh; 
}
.about-us-banner{
  min-height: 75vh; 
}
.service-page-banner{
    height: 100%;
    min-height: 550px;
   
}

.innerpage-banner .banner-heading{
 font-size: clamp(2rem, 6vw, 5rem);
  color: var(--color-white);
  margin-top: 30px;
  margin-top: 100px;
  font-family: "Gilroy-Medium", sans-serif;
  max-width: 900px;
}



.aboutus-content-wrapper{
  background: rgb(249 249 249);
}
.aboutus-content-wrapper .img-wrapper img{
  object-fit: cover;
  height: 100%;
  max-height: 420px;
}

.inner-page-banner .content {
  height: 70vh;
 width: 100%;
position: relative;
z-index: 5;
display: flex;
align-items: center;
background: linear-gradient(137deg, black, transparent);

}
/* .contact-form-wrapper{
  background: white;
} */

.inner-page-banner .bg  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 4;
}
.inner-page-banner .bg img{
  height: 100%;
  object-fit: cover;
}
.inner-page-banner .content h1, .frame .content h1 {
  color: white;
  font-size: 25px;
  font-weight: 500;

}

.page-name {
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #ffffff;
    position: relative;
   
}
.page-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-radius: 10px;
  height: 3px;
  background: white;
  transition: 0.5s ease-in-out;
}

.bold-heading h2 {
  font-size: 80px;
  font-weight: 600;
  color: white;
}
.medium-heading h2 {
  font-size: calc(25px + 2vw);
  font-weight: 600;
  color: white;
}

.inner-page-banner1 .bold-heading h2{
  font-size: 80px;
  font-weight: 600;
  color: white;
}
.inner-page-banner1 .page-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-radius: 0px;
  height: 3px;
  background: white;
  transition: 0.5s ease-in-out;
}
.contact-us-section{

  background: #f5f5f5;
}
.rounded-bg .text-wrapper, .rounded-bg .img-wrapper{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(210, 210, 210);
  height: 100%;
 
}
.rounded-bg .text-wrapper{
   padding: 30px;
}

/* contact us start */
.office-type{

  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.contact-us-section .follow-us-section-title, .contact-us-section  .follow-us-social-icon i {

    color: #303030;
}

.contact-form-wrapper .form-input-group,
.form-input-textarea {
  position: relative;
  margin: 0px 0;
}
.wrapper-info a{
  color: #000;
}
.wrapper-info .info-item{
  border-bottom: 1px solid ;
  border-image: var(--hero-gradient);
  padding: 20px ;
  margin-bottom: 50px;
  background: rgb(255, 255, 255);
 
}
.wrapper-info .info-item a{
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}
.wrapper-info .info-item .img, .wrapper-info .info-item .wrapper{
   display: flex;
  align-items: center;
 
 
}
.wrapper-info .info-item .img img, .wrapper-info .info-item .wrapper .icon{
 
  width: 50px;
  margin-right: 15px;
}
.wrapper-info .info-item .wrapper .icon{
  margin-right: 5px;
}
.wrapper-info .info-item .wrapper .icon i{
  font-size: 40px;
  color: #2f2f2f;
}
.wrapper-info .info-item .wrapper h5{
  font-size: 20px;
 
  margin-bottom: 10px;
}
.submit-btn{
     padding: 15px 20px;
    border-radius: 0px;
    border: 1px solid rgb(16, 16, 16);
    background-color: #010101e5;
    color: #ffffff;
    font-size: 18px;
    font-family: var(--fw4);
    display: inline-block;
   min-width: 200px;
    align-items: center;
}

.contact-form-wrapper .form-input-group label,
.form-input-textarea label {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  transform: translateY(-49%);
  font-size: 17px;
  color: rgb(88, 88, 88);
  pointer-events: none;
  transition: 0.5s;
  background: white;
  padding: 3px 10px;
  
}

.contact-form-wrapper .form-input-group input,
.contact-form-wrapper .form-input-group select {
  width: 100%;
  height: 65px;
  border-radius: 5px;
  border: 1px solid rgb(224, 224, 224);
 border-bottom: 1px solid black;
  outline: none;
  background: transparent;
  font-size: 20px;
  margin: 20px 0;
  padding: 0 15px;
  border-radius: unset;
  color: rgb(0, 0, 0);
}

.contact-form-wrapper textarea {
  width: 100%;
 
  border-radius: 5px;
  border: 1px solid rgb(224, 224, 224);
 border-bottom: 1px solid black;
  outline: none;
  background: transparent;
  margin: 20px 0; 
  padding:  15px;
  border-radius: unset;
  color: rgb(0, 0, 0);
}
.contact-form-wrapper .form-input-textarea label {
  top: 40px;
}
 /* .form-input-textarea::after {
  content: "";
  display: block;
  height: 20px;
  border-bottom: solid 1px rgb(116, 116, 116);
  border-right: solid 1px rgb(116, 116, 116);
} */

.contact-form-wrapper .form-input-group input:focus ~ label,
.contact-form-wrapper .form-input-group input:valid ~ label,
.contact-form-wrapper .form-input-group select:focus ~ label,
.contact-form-wrapper .form-input-group select:valid ~ label,
.contact-form-wrapper .form-input-textarea textarea:focus ~ label,
.contact-form-wrapper .form-input-textarea textarea:valid ~ label {
  
  top: 20px;
  font-size: 14px;
  color: rgb(0, 0, 0);
border: 1px solid #858585;
 border-radius: 0px;
  /* box-shadow: 0 0 0 1px rgb(133, 133, 133); */
}
.contact-form-wrapper .form-input-group input:focus ,
.contact-form-wrapper .form-input-group input:valid ,
.contact-form-wrapper .form-input-group select:focus ,
.contact-form-wrapper .form-input-group select:valid ,
.contact-form-wrapper .form-input-textarea textarea:focus ,
.contact-form-wrapper .form-input-textarea textarea:valid  {
  border: 1px solid rgb(133, 133, 133);
  border-bottom: 1px solid black;
}

.wrapper-info .socal a i{
  color: #000000 !important;
}
.wrapper-info .socal a:hover i{
  color: #585858 !important;
}

/* 404 page css */

.inner-page-banner .content-404 {
  height: auto;
}

.error-page-num svg {
  width: 80%;
  fill: #ffffff;
  margin-top: 50px;
}
.wrap {
  max-width: 700px;
  text-align: center;
}
.error-page-num svg #accent-letter {
  fill: #ec1c24;
}

.error-page-num .text-content {
  padding-bottom: 200px;
}

/* career page start */
.accordion-item {
  background-color: #fff0;
  border: 2px solid rgb(167, 167, 167);
  border-right: none;
  border-left: none;
  border-radius: unset;
}
.accordion-item:first-of-type {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  background: transparent;
  display: block;
  box-shadow: none;

}

.list-style li{
list-style-type: square;
}


/* gallery page start */

.gallery-banner h1 {
    padding-left: 50px;
  }
  .img-shadow {
    background: linear-gradient(102deg, black, transparent);
    height: 100%;
    padding: 50px 0;
  }
  .gallery-wrapper {
    margin-top: -170px;
    padding-bottom: 100px;
  }
 
  .banner-slide-item {
    padding: 30px 20px;
    background: rgb(233, 232, 232);
    color: #000;
    min-height: 300px;
  }
  .banner-slide-item h2 {
    font-size: 45px;
    font-weight: 700;
    color: black;
  }
  .b-left:after {
    left: 0;
    top: 0;
    height: 100%;
    background: white;
    content: "";
    width: 4px;
    position: absolute;
    border-radius: 5px;
  }
  .gallery-slide-wrapper .service .img {
    max-height: 300px;
    cursor: pointer;
  }
  
  .gallery-section .opt-button {
    margin: 0 20px;
    border-bottom: 2px solid rgb(255, 255, 255);
    cursor: pointer;
  }
  .gallery-section .opt-button.active {
    border-bottom: 2px solid red;
  }
  .hide {
    display: none;
  }
  
  .gallery-section .img {
    height: 100%;
    pad: 12px 0;
    overflow: hidden;
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background: #fff;
  }
  
  .popup span {
    position: absolute;
    top: 0;
    right: 10px;
    color: rgb(0, 0, 0);
    font-size: 30px;
  }
  
  .popup img {
    position: absolute;
    width: 80%;
  
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

/* qualitative section */


/* .side-line{
  position: relative;
  padding-left: 20px;
} */
/* .side-line::after{
  left: 0;
    top: 0;
    height: 100%;
    background: rgb(63, 63, 63);
    content: "";
    width: 2px;
    position: absolute;
    border-radius: 5px;


} */
 .benefites .wrapper{
      text-align: left;
    padding: 20px;
    padding-bottom: 50px;
    border: 1px solid #d0d0d0;
    height: 100%;
 }
.benefites .icon-wrapper{
  max-width: 70px;
  margin: 20px 0;
  position: relative;
  padding-bottom: 30px;
}
/* .benefites .icon-wrapper::after{
  left: 0;
    bottom: 0;
   width: 100%;
    background: rgb(107, 107, 107);
    content: "";
    height: 4px;
    position: absolute;
  

} */
.benefites .contaent p{
  font-size: 1.25rem;
    letter-spacing: .03125rem;
    color: #fff;
  
    margin-bottom: 0;

}
.benefites-borderd .wrapper{
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  height: 100%;
  padding: 20px 0;
  margin-top: 40px;
}
  /* abour us page satrt */

  .gallery-banner {
    background-position: center;
    background-size: cover;
    height: 80vh;
  }
  .gallery-banner h2 {
    padding-left: 50px;
    line-height: 45px;
    margin-top: 20px;
  }
  .img-shadow {
    background: linear-gradient(102deg,#000000, transparent);
    height: 100%;
    padding: 50px 0;
  }
  .gallery-wrapper {
    margin-top: -170px;
    padding-bottom: 100px;
  }
  .banner-slide-item {
    padding: 30px 20px;
    background: rgb(251 251 251);
    color: #000;
    min-height: 300px;
  }
  .banner-slide-item h2 {
    font-size: 45px;
    font-weight: 700;
   color: rgb(25 25 25);
  }
  .b-left:after {
    left: 0;
    top: 0;
    height: 100%;
    background: white;
    content: "";
    width: 4px;
    position: absolute;
    border-radius: 5px;
  }
  .gallery-slide-wrapper .service .img {
    max-height: 300px;
  }
  
  .gallery-section .opt-button {
    margin: 0 20px;
    border-bottom: 2px solid rgb(255, 255, 255);
  }
  .gallery-section .opt-button.active {
    border-bottom: 2px solid #f67155;
  }
  .gallery-wrapper .slick-slide {
    padding: 0 10px;
}
  
  .heading-wrapper {
    margin-bottom: 30px;
    margin-left: 12px;
  }
  .marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee-text {
  font-size: 150px ;
  font-weight: 600;
  color: white;
    display: inline-block;
    padding-left: 100%; /* Makes sure the text starts off-screen */
    animation: marquee 20s linear infinite;
}

.team-wrapper .content .img  .socail-links{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px ;
  height: 50px;
  background: black;
  transition: .5s  ease-in-out;
  transform: translateX(-100%);
}
.team-wrapper .img .socail-links a{
  font-size: 20px;
}
.team-wrapper  .content:hover .socail-links{
  transform: translateX(0%);
  
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.hide-content-wrapper ul li{
  list-style: disc;
  margin-bottom: 15px;
}

.contact-card .wrapper{
  background-color: var(--white);
 background-color: white;
    justify-content: space-between;
    width: 100%;
    padding: 4.861vw 6.25vw;
    
  
}
.contact-card .wrapper .img-wrapper{
  max-width: 250px;
  margin: auto;
}
/* services page video section */
.video-wrapper .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000080;
}
.video-wrapper .play img {
  width: auto;
}


.case-studies-wrapper .content-items{
  width: 50%;
}
.case-studies-wrapper .content-items img{
  height: 100%;
  object-fit: cover;
}


.case-studies-wrapper  .text-part .text{
  position: absolute;
  bottom: 0;
  left: 0;

}
.case-slider .wrapper{
min-height: 350px;
background-color: black;
}


/* case studies page design */
.case-heading h2{
  font-size: 60px;
    color: white;
}

.cases-box {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px;
  border-bottom: 2px solid #ffffff;
}
.home-blog .cases-box{
  flex-wrap: unset;
}

.cases-box:first-child{
  border-top:2px solid #ffffff;
}
.cases-left {
  min-width: 250px;
  
}

.cases-left span {
  position: relative;
  padding-bottom: 10px;
  color: #fdfdfd;
  font-size: 25px;
  font-weight: 600;
}

.cover .costum-container {
  z-index: 5;
}

.cases-right {
  width: calc(100% - 250px);
  color:#ffffff;
}
.home-blog .cases-left {
  min-width: 50%;
  padding-right: 75px;
}

.home-blog .cases-right {
  width: 50%;
  color:#ffffff;
}

.cases-right li {
  list-style: disc;
}
.more-link-wrapper ul {
  margin-top: 30px;
}
.more-link-wrapper ul li {
  margin: 15px 0px;
}

/* blog page */
.card {
  background-color: #1e1e1e;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.card-title, .card-text {
  color: #fff;
}
.card-date{
  font-size: 1rem;
   position: relative;
   color: white;
}
.card-date::after{
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  left: initial;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background: #c7c7c7;
}
.badge {
  font-size: 0.9em;
}


/* services pages css */
.more-less-btn{
  cursor: pointer;
}
.cancle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: white;
  border-radius: 50%;
  margin: 0 auto;
}
.cancle-btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
.toggle-content-wrapper {
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  background: #00000046;
  padding: 30px 0px 120px 0px;
  margin-bottom: 150px;
}
.toggle-content-wrapper figure {
  border-radius: 150px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.toggle-content-wrapper figure:hover {
  border-radius: 0px;
}

.cancle-wrappwr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}

/* prdagogies */
.case-wrapper .wrapper {
  padding: 20px;
  border-bottom: 1px solid grey;
  height: 100%;
}
.pedagogies-wrapper{
  padding-left: 0;
}
.case-wrapper a{
 color: rgb(0, 0, 0);
 display: flex; align-items: center;
 justify-content: space-between;
 gap: 20px;
}
.case-wrapper a:hover{
  font-weight: 800;
}

.blog-bg{
  background: #f5f5f5;
}


.latest-blog-wrapper {
  border: 1px solid #d9d9d9;
  padding: 34px;
  background-color: #f8f8f8;
  border-radius: 15px;
}
.blog-detail-wrapper .content{
 max-width: 726px;
 margin: 0 auto;
}

.blog-wrapper-banner{
  max-width: 926px;
  margin: 0 auto;
}
.latest-blog-wrapper:hover {
  box-shadow: 0 2px 8px #b2b2b2;
  color: inherit;
}
.author .img{
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.latest-blog-wrapper .wrapper a{
  color: rgb(8, 8, 8);
}

.pointlist li{
  list-style: disc;
  font-size: 17px;
  font-family: sans-serif;
}

.blog-detail-wrapper p{
  font-size: 17px;
  
  
}
.blog-detail-wrapper .content strong{
  
  font-weight: bold;
}

.blog-detail-wrapper .content{
  margin-top: 50px;
}
.blog-detail-wrapper h1{
  font-size: 52px;
  
  
}
.blog-detail-wrapper h2 {
  font-size: 25px;
 margin-bottom: 15px;
   
}


.blog-detail-wrapper .CATI-flow{
  width: 60%; overflow: hidden;
}

.blog-contact-wrapper .img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}
.blog-contact-wrapper .img img{
 object-fit: cover; 
}
.blog-contact-wrapper .text{
  min-height: 300px;
  background: linear-gradient(1deg, #612f8d91, #ff367696);
}
.blog-contact-wrapper h3{
  line-height:38px !important;
  letter-spacing: 2px;
  font-weight: 600;
  color: #ffffff !important;
  text-shadow: 2px 2px 10px black;
}


/* certifacition  */
.certification-wrapper .wrapper{
  padding-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  
  
}
.certification-wrapper .wrapper a{
  color: #000;
  font-size: 25px;
  text-align: center;
  display: block;
  padding: 20px 15px;
}



/* tool start */

.fix-height-img{
  z-index: 1;
    border-radius: .833vw;
    justify-content: center;
    align-items: center;
    width: 40.416vw;
    height: 21.1vw;
    display: flex;
    position: relative;
    overflow: hidden;
}
.tool-img{
  width: 100px;
  margin:0 0 30px 0;
}

/* forms  */
.first-form .form-control, .first-form .form-select{
  background-color: #00000000;
  color: white;
  border: none;
  border-bottom: 1px solid rgb(169 169 169);
  border-radius: 0;

}
.first-form .form-control:hover, .first-form .form-select:hover{
  background-color: #3f3f3f71;
}
.first-form .form-control:focus, .first-form .form-select:focus{
  box-shadow: 0 0 0 .25rem rgb(59, 59, 59);
}
.first-form .form-select::after {
  content: '\25BC';  
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
  transform: translateY(-50%);
  color: white;  
}
.first-form .form-select option{
  color: #000;
}
.first-form label{
  color: rgb(255, 255, 255);
}

.f-form-wrapper .wrapper .img{
  border-radius: 20px ;
  overflow: hidden;
}
.error-message{
  color: red;
}
.f-form-wrapper .media-body p{
margin-bottom: 0;
}
@media (max-width: 992px) {
  .bold-heading h2 {
    font-size: 60px;
   
}

}
@media (max-width: 768px) {
  .rounded-bg .text-wrapper,  .rounded-bg .img-wrapper{
    border-radius: 0;
  }
  .benefites .icon-wrapper {
    max-width: 100px;
    margin: 20px auto;
    margin-bottom: 10px;
}
.benefites .col{
  margin-bottom: 20px;
}
.benefites-borderd .wrapper{
  border-top: none;
}
  .bold-heading h2, .case-heading h2 {
    font-size: 40px;
   
}
.jobs-wrapper .accordion-button{
  padding: 10px;
}
.jobs-wrapper .job-name{
  font-size: 20px;
}
.jobs-wrapper .salery{
  font-size: 16px ;
}
.cases-box ,.case-wrapper .wrapper{
  padding: 20px 0;
}
.contact-card .wrapper{
  height: auto;
}
.cases-left, .cases-right{
  width: 100%;
}
.cases-right{
  margin-top: 25px;
}
.fix-height-img{

  width: 100%;
  height: auto;
}
}
@media (max-width: 576px) {
  .inner-page-banner .bg video{
    height: 100%;
    object-fit: cover;
  }

  .case-heading{
    margin-bottom: 0 !important;
  }
  .page-name{
    font-size: 30px;
  }
  .bold-heading h2 ,.case-heading h2 {
    font-size: 30px;
   
}
  .inner-page-banner .content{
    padding: 20px 0 !important;
    height: auto;
    min-height: 200px;
    text-align: center;
  }
}

/* Vision Mission Section */
.vision-mission-section {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden; /* Prevent horizontal scroll during animations */
}

.vision-mission-content {
  padding-right: 3rem;
}

.toggle-wrapper {
  margin-bottom: 4rem;
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: translateY(-50px);
}

.toggle-buttons {
  display: inline-flex;
  background: #ffffff;
  border-radius: 0px;
  padding: 3px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.toggle-btn {
  padding: 15px 32px;
  border: none;
  background: transparent;
  color: #6c757d;
  font-weight: 600;
  font-size: 15px;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Gilroy-Semibold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 120px;
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: scale(0.8);
}

.toggle-btn.active {
  background: var(--hero-gradient);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 201, 255, 0.3);
  transform: translateY(-1px) scale(1);
}

.toggle-btn:hover:not(.active) {
  color: #495057;
  background: rgba(0, 201, 255, 0.1);
}

.toggle-content {
  display: none;
  animation: fadeInUp 0.6s ease-in-out;
}

.toggle-content.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.points-list {
  margin-top: 2.5rem;
}

.point-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1.2rem;
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: translateX(-30px);
}

.point-icon {
 background-color: transparent;
  
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 4px;
 
}

.point-item p {
  margin: 0;
  color: #333333;
  line-height: 1.7;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 1.05rem;
}

.vision-mission-image {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  border-radius: 0px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
 
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: translateX(100px) scale(0.9);
}

.vision-mission-image img {
  width: 100%;
  border-radius: 16px;
  transition: transform 0.4s ease;
  display: block;
}

.vision-mission-image:hover img {
  transform: scale(1.02);
}

.vision-mission-content {
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: translateX(-100px);
}

.wision-mission-content {
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: translateX(100px);
}

/* Company Overview Section */
/* .company-overview-section {
  padding: 100px 0;
  background: #f8f9fa;
} */

.process-icon{
    --size: 56px;
    --thickness: 2px;
    --color: #111827;
    --duration: 320ms;
    --easing: cubic-bezier(.2,.9,.2,1);
    --bar-w: calc(var(--size) * 0.52);
    --bar-h: var(--thickness);
    position: relative;
    width: var(--bar-w);
    height: var(--bar-w); 
    display: block;
    transform-origin: center;
   width: var(--size);
    height: var(--size);
    border-radius: 12px;
    display:inline-grid;
    place-items:center;
    border: none;
    
    cursor: pointer;
    padding: 8px;
    transition: transform 1s var(--easing);
    -webkit-tap-highlight-color: transparent;
}
.process-icon::before,
  .process-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
    background: var(--color);
    width: var(--bar-w);
    height: var(--bar-h);
    border-radius: calc(var(--thickness) / 2);
    transition:
      transform var(--duration) var(--easing),
      opacity var(--duration) var(--easing),
      width var(--duration) var(--easing);
    box-shadow: 0 1px 0 rgba(255,255,255,0.02) inset;
    translate: -50% -50%;
  }
 .process-icon::after {
    transform:  rotate(90deg);
  }

    .process-toggle[aria-expanded="true"] .process-icon::after {
    opacity: 0;
    transform:  rotate(0deg) scaleY(0.08);
    
  }




.overview-main-title {
  padding-right: 2rem;
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: translateX(-100px);
}

.main-heading {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a365d;
  font-family: "Gilroy-Bold", sans-serif;
  margin-bottom: 0;
}

.overview-content-block {
  margin-bottom: 3rem;
  /* Initial state for GSAP animation */
  opacity: 0;
  transform: translateY(50px);
}

.overview-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  font-family: "Gilroy-Regular", sans-serif;
  margin-bottom: 0;
}

.info-block {
 padding: 0;
    margin-bottom: 2.5rem;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(30px);
    background: white;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-bottom: none;
 
}
.info-block::after{
  position: absolute;
  bottom: 0;  
  left: 0;
  width: 100%;  
  content: "";
  display: block;
  height: 2px;
 background: var(--hero-gradient);

}
.info-block .icon{
  width: 50px;
  margin-bottom: 30px;
}

.info-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 1rem;
  font-family: "Gilroy-Semibold", sans-serif;
  line-height: 1.3;
}

.info-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
  font-family: "Gilroy-Regular", sans-serif;
  margin-bottom: 0;
}

.methodology-link-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 0.9rem 1.5rem;
}

.methodology-link-list li {
  margin: 0;
}

.methodology-link-list a {
  display: inline-block;
  width: 100%;
  padding: 0.7rem 0;
  color: #1f2d3d;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #dfe7f1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.methodology-link-list a:hover {
  color: var(--primary-color, #1f4d8b);
  transform: translateX(4px);
}

/* Responsive Design for Company Overview */
@media (max-width: 992px) {
  .overview-main-title {
    padding-right: 0;
    margin-bottom: 3rem;

  }
  
  .main-heading {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .methodology-link-list {
    grid-template-columns: 1fr;
  }

  .main-heading {
    font-size: 2.2rem;
  }
  
  .info-title {
    font-size: 1.2rem;
  }
  
  .overview-description {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .main-heading {
    font-size: 1.8rem;
  }
  
  .info-block {
    margin-bottom: 2rem;
  }
}




/* Responsive Design */
@media (max-width: 768px) {
  .vision-mission-section {
    padding: 80px 0;
  }
  
  .vision-mission-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .toggle-btn {
    padding: 14px 24px;
    font-size: 14px;
    min-width: 100px;
  }
  
  .toggle-wrapper {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .toggle-btn {
    padding: 12px 20px;
    font-size: 13px;
    min-width: 90px;
  }
  
  .point-item {
    gap: 1rem;
  }
  
  .point-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  
  .vision-mission-content {
    padding-right: 0;
  }
}

/* Simulation Section Styles */
.simulation-section {
  background: #ffffff;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.simulation-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(46, 49, 171, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.simulation-content {
  position: relative;
  z-index: 2;
}

.simulation-title {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
  color: #151515;
  font-family: "Gilroy-Regular", sans-serif;
}

.simulation-features {
  margin-top: 4rem;
}

.feature-card {
     background: rgba(255, 255, 255, 0.086);
    border: 1px solid rgb(72 72 72 / 30%);
    border-radius: 0px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: all 0.3s 
ease;
    backdrop-filter: blur(10px);
}

.feature-card:hover {
 background: rgb(179 179 179 / 5%);
    border: 1px solid rgb(72 72 72 / 30%);
  transform: translateY(-5px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: rgb(242 242 242);
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #222222;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
  font-family: "Gilroy-Semibold", sans-serif;
}

.feature-description {
  font-size: 0.95rem;
  color: rgba(45, 45, 45, 0.8);
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Gilroy-Regular", sans-serif;
}

/* Responsive styles */
@media (max-width: 768px) {
  .simulation-title {
    font-size: 1.8rem;
  }
  
  .feature-card {
    padding: 1.5rem 1rem;
  }
  
  .simulation-features {
    margin-top: 2.5rem;
  }
}

@media (max-width: 576px) {
  .simulation-title {
    font-size: 1.5rem;
  }
}









/* Inclusivity & Sustainability Section */
.inclusivity-section {


  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.inclusivity-section .bg-wrapper{
  background: var(--hero-gradient);
}

.inclusivity-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.inclusivity-content {
  padding-right: 3rem;
  position: relative;
  z-index: 2;
}

.section-header {
  margin-bottom: 3rem;
}

.section-tag {
  color: #10b981;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-family: "Gilroy-Semibold", sans-serif;
  text-transform: uppercase;
}

.section-main-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Gilroy-Bold", sans-serif;
}

.inclusivity-block {
  margin-bottom: 3rem;
}

.block-title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-family: "Gilroy-Semibold", sans-serif;
}

.block-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  font-family: "Gilroy-Regular", sans-serif;
}

.statistics-row {
  margin-top: 2rem;
}

.stat-group {
  margin-bottom: 2rem;
}

.stat-category {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: "Gilroy-Semibold", sans-serif;
}

.stat-bars {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}



.stat-percentage {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Gilroy-Bold", sans-serif;
  min-width: 100px;
}



.stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Gilroy-Regular", sans-serif;
}

.inclusivity-image-wrapper {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.inclusivity-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.inclusivity-image-wrapper:hover .inclusivity-image {
  transform: scale(1.05);
}

/* Initial states for GSAP animations */
.inclusivity-content {
  opacity: 0;
  transform: translateX(-50px);
}

.inclusivity-image-wrapper {
  opacity: 0;
  transform: translateX(50px) scale(0.95);
}

.stat-item {
    opacity: 3;
    transform: translateY(20px);
}


/* Professional FAQ Section Styles - Bootstrap Grid Layout */
.faq-main-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
}

.faq-container {

  margin: 0 auto;
  padding: 0 20px;
}

.section.row {
  padding: 2.5rem 0;
     border-bottom: 2px solid;
    border-image: var(--hero-gradient) 1;
  transition: all 0.3s ease;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.section.row:last-child {
  border-bottom: none;
}

.section.row:hover {

  margin: 0 -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0px;
}

.section-number {
  font-size: 1.25rem;
  font-weight: 600;
  color: #666;

  display: flex;
  align-items: flex-start;
  padding-top: 0.25rem;
}

.faq-container .section .section-ques{
        font-size: calc(15px + .8vw);
        font-weight: 400;
        color: #333;
       
        margin-bottom: 1rem;
}

.section-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  font-family: "Gilroy-Regular", sans-serif;
}

.section-content a {
  color: #2d1b69;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.section-content a:hover {
  color: #ec1c24;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-main-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  .section.row {
    padding: 1.5rem 0;
    flex-direction: column;
  }
  
  .section.row:hover {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .section-number {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    padding-top: 0;
  }
  
 
  
  .section-content {
    font-size: 0.95rem;
    line-height: 1.5;
    padding-left: 0 !important;
  }
  
  .faq-container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .faq-main-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  
  .section.row {
    padding: 1.25rem 0;
  }
  
  .section-title {
    font-size: 1.1rem;
  }
  
  .section-content {
    font-size: 0.9rem;
  }
  
  .faq-container {
    padding: 0 10px;
  }
}

/* Enhanced styling for professional look */
.our-version-wrapper {
  background: white;
  position: relative;
  overflow: hidden;
}

.our-version-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(45, 27, 105, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(236, 28, 36, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.our-version-wrapper .container {
  position: relative;
  z-index: 2;
}









/* Responsive Design for Inclusivity Section */
@media (max-width: 992px) {
  .inclusivity-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  
  .section-main-title {
    font-size: 2.8rem;
    text-align: center;
  }
  
  .section-header {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .inclusivity-section {
    padding: 0px 0;
  }
  
  .section-main-title {
    font-size: 2.2rem;
  }
  
  .block-title {
    font-size: 1.6rem;
  }
  
  .stat-percentage {
    font-size: 2rem;
  }
  
  .inclusivity-image-wrapper {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .section-main-title {
    font-size: 1.8rem;
  }
  
  .stat-percentage {
    font-size: 1.8rem;
    min-width: 80px;
  }
  
  .statistics-row .col-6 {
    margin-bottom: 1rem;
  }
}

/* Sustainability Section */
.sustainability-section {
  padding: 100px 0;
 
  color: #000000;
  position: relative;
}

.sustainability-content {
  padding-right: 3rem;
}

.sustainability-title {
  font-size: 3.5rem;
 
  color: #000000;
  margin-bottom: 2rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 1.1;
}

.sustainability-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.8);
  margin-bottom: 2rem;
  font-family: "Gilroy-Regular", sans-serif;
}

.sustainability-cta {
  margin-top: 2rem;
}

.sustainability-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #000000;
    text-decoration: none;
    font-size: 1.1rem;
    border: 1px solid #141414;
    padding: 12px 24px;
    border-radius: 28px;
    transition: all 0.3s ease;
    background: transparent;
}

.sustainability-btn:hover {
  background: #000000;
  color: #ffffff;
}

.sustainability-btn svg {
  transition: transform 0.3s ease;
}



.sustainability-features {
  padding-left: 2rem;
}
.sustainability-features-grid{
  overflow: hidden;
}
.feature-cell{
   padding: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-right: 1px solid rgb(202, 202, 202);
  border-top: 1px solid rgb(202, 202, 202);

}

.feature-cell:nth-child(2), .feature-cell:nth-child(5) {
  border-right: none;
}
 

.sustainability-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.sustainability-feature:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateY(-2px);
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #10b981;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 16px;
 
  /* background: linear-gradient(225deg, #1a1a3e 0%, #2d1b69 25%, #4a1a5e 50%, #6a1848 75%, #ec1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: rgb(96, 96, 96);
  margin-bottom: 15px;
  line-height: 1.4;
  
}

/* Initial states for GSAP animations */
.sustainability-content {
  opacity: 0;
  transform: translateX(-50px);
}

.sustainability-feature {
  opacity: 0;
  transform: translateY(30px);
}

/* Responsive Design for Sustainability Section */
@media (max-width: 992px) {
  .sustainability-content {
    padding-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
  
  .sustainability-features {
    padding-left: 0;
  }
  
  .sustainability-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .sustainability-section {
    padding: 80px 0;
  }
  
  .sustainability-title {
    font-size: 2.2rem;
  }
  
  .sustainability-feature {
    padding: 1.2rem;
  }
  
  .feature-icon-wrapper {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .sustainability-title {
    font-size: 1.8rem;
  }
  
  .sustainability-feature {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .feature-icon-wrapper {
    align-self: center;
  }
}

/* Shared Values Section */
.shared-values-section {
  padding: 100px 0;
  background: #ffffff;
}

.values-header {
  margin-bottom: 4rem;
}

.values-main-title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #2d3748;
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
}

.values-content-wrapper {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.values-image-wrapper {
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.values-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.values-image-wrapper:hover .values-image {
  transform: scale(1.05);
}

.values-content {
  background: rgb(255, 255, 255);
  padding: 4rem 3rem;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.values-list {
  width: 100%;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateX(30px);
}

.value-item:last-child {
  margin-bottom: 0;
}

.value-number {
  width: 40px;
  height: 40px;
  background: rgb(231 231 231 / 46%);
 display: none;
  border-radius: 50%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  flex-shrink: 0;
  font-family: "Gilroy-Bold", sans-serif;
  backdrop-filter: blur(10px);
}

.value-content {
  flex: 1;
}

.value-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 1rem;
  font-family: var(--fw1);
}

.value-description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(116, 116, 116, 0.9);
  margin-bottom: 0;
  font-family: "Gilroy-Regular", sans-serif;
}

/* Initial states for GSAP animations */
.values-main-title {
  opacity: 0;
  transform: translateY(-30px);
}

.values-image-wrapper {
  opacity: 0;
  transform: translateX(-50px);
}

.values-content {
  opacity: 0;
  transform: translateX(50px);
}

/* Responsive Design for Shared Values */
@media (max-width: 992px) {
  .values-content-wrapper {
    border-radius: 16px;
  }
  
  .values-main-title {
    font-size: 2.8rem;
  }
  
  .values-content {
    min-height: auto;
    padding: 3rem 2rem;
  }
  
  .values-image-wrapper {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .shared-values-section {
    padding: 80px 0;
  }
  
  .values-main-title {
    font-size: 2.2rem;
  }
  
  .values-content {
    padding: 2.5rem 1.5rem;
  }
  
  .value-item {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  
  .value-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .values-main-title {
    font-size: 1.8rem;
  }
  
  .values-content {
    padding: 2rem 1rem;
  }
  
  .value-item {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  
  .value-number {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
  
  .value-title {
    font-size: 1.3rem;
  }
  
  .value-description {
    font-size: 0.95rem;
  }
}

/* Connect with us Section */
.connect-section {
  padding: 100px 0;
  background: #ffffff;
}

.connect-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 4rem 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  margin: 0 auto;
}

.connect-content {
  padding-right: 2rem;
}

.connect-title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #2d3748;
  margin-bottom: 1rem;
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 1.2;
}

.connect-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  margin-bottom: 2.5rem;
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 1.4;
}

.connect-cta {
  margin-top: 2rem;
}

.connect-btn {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 16px 40px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Gilroy-Semibold", sans-serif;
  border-radius: 0;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.connect-btn:hover {
  background: #333333;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.connect-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.connect-icon {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d3748;
  transition: all 0.3s ease;
}

.connect-icon:hover {
  transform: scale(1.1);
  color: #4a5568;
}

.connect-icon svg {
  width: 100%;
  height: 100%;
}

/* Initial states for GSAP animations */
.connect-wrapper {
  opacity: 0;
  transform: translateY(50px);
}

.connect-content {
  opacity: 0;
  transform: translateX(-30px);
}

.connect-icon {
  opacity: 0;
  transform: scale(0.8);
}

/* Responsive Design for Connect Section */
@media (max-width: 992px) {
  .connect-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .connect-title {
    font-size: 2.8rem;
  }
  
  .connect-wrapper {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .connect-section {
    padding: 80px 0;
  }
  
  .connect-title {
    font-size: 2.2rem;
  }
  
  .connect-wrapper {
    padding: 2.5rem 1.5rem;
  }
  
  .connect-icon {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 576px) {
  .connect-title {
    font-size: 1.8rem;
  }
  
  .connect-subtitle {
    font-size: 1rem;
  }
  
  .connect-wrapper {
    padding: 2rem 1rem;
  }
  
  .connect-icon {
    width: 100px;
    height: 100px;
  }
  
  .connect-btn {
    padding: 14px 30px;
    font-size: 1rem;
  }
}

.gallery-banner {
    background-position: center;
    background-size: cover;
    height: 80vh;
  }
  .gallery-banner h2 {
    padding-left: 50px;
    line-height: 50px;
    margin-top: 20px;
    font-size: 35px;
    font-family: var(--fw2);
  }
  .img-shadow {
    background: linear-gradient(102deg,#000000, transparent);
    height: 100%;
    padding: 50px 0;
  }
  .gallery-wrapper {
    margin-top: -170px;
    padding-bottom: 100px;
  }
  .banner-slide-item {
    padding: 30px 20px;
    background: rgb(251 251 251);
    color: #000;
    min-height: 300px;
  }
  .banner-slide-item h2 {
    font-size: 45px;
    font-weight: 700;
   color: rgb(25 25 25);
  }
  .b-left:after {
    left: 0;
    top: 0;
    height: 100%;
    background: white;
    content: "";
    width: 2px;
    position: absolute;
   
  }
  .gallery-slide-wrapper .service .img {
    max-height: 300px;
  }
  
  .gallery-section .opt-button {
    margin: 0 20px;
    border-bottom: 2px solid rgb(255, 255, 255);
  }
  .gallery-section .opt-button.active {
    border-bottom: 2px solid #f67155;
  }
  .gallery-wrapper .slick-slide {
    padding: 0 10px;
}
  /* industries */
/* Dark Background */
.industry-wrapper{
 background: #fafafa;
}
.industries-main-wrapper{
  overflow: hidden;
 
}

.industries-wrapper {
 margin-top: -2px;
}

/* Feature Box Styling */
.feature-box {
  display: flex;

  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-right: 1px solid rgb(234 234 234);
  border-top: 1px solid rgb(234 234 234);
}

/* Icons */
.feature-box-icon img {
  max-width: 40px;
  margin-right: 10px;
  height: auto;

      filter: brightness(.9) invert(1);
}
.feature-box span{
  color: #383838;
}


/* coverage */


    .industries-section {
     
    
      overflow: hidden;
    }

    .industries-wrapper {
      position: relative;
      padding-top: 50px;
    }

    .industry-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px 0;
      border-bottom: 1px solid #e0e0e0;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
    }

    .industry-item:first-child {
      border-top: 1px solid #e0e0e0;
    }

    .industry-item:hover {
      padding-left: 20px;
      background: rgba(0, 0, 0, 0.02);
    }

    .industry-title {
      font-size: 55px;
      font-family: var(--fw3);
      margin: 0;
      letter-spacing: -0.5px;
      transition: all 0.3s ease;
    }

    .industry-item:hover .industry-title {
      font-weight: 500;
    }

    .industry-count {
      font-size: 16px;
      color: #666;
      margin-left: 15px;
    }

    .industry-arrow {
      font-size: 32px;
      opacity: 0;
      transform: translateX(-20px);
      transition: all 0.3s ease;
      margin-right: 50px;
    }

    .industry-item:hover .industry-arrow {
      opacity: 1;
      transform: translateX(0);
    }

    .floating-image-card {
      position: fixed;
      width: 400px;
      height: 280px;
      pointer-events: none;
      z-index: 1000;
      opacity: 0;
      transition: opacity 0.3s ease;
      transform: translate(-50%, -50%) rotate(-5deg);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      border-radius: 8px;
      overflow: hidden;
    }

    .floating-image-card.active {
      opacity: 1;
    }

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

    @media (max-width: 768px) {
      .industry-title {
        font-size: 32px;
      }

      .floating-image-card {
        display: none;
      }
    }
 
.map-content-wrapper .item{
  
  border-radius: 0px;

  padding: 20px;
  transition: all 0.3s ease;
  border-top: 2px solid rgb(215, 215, 215);
}

.map-content-wrapper .item.bb{
  border-bottom: 2px solid rgb(215, 215, 215);
}


.map-content-wrapper .item .item-title{
 
  font-size: clamp(24px, 5vw, 55px);
}


/* ✅ Large screens (Desktop - 6 columns per row) */
@media (min-width: 992px) {

  .industries-wrapper .col:nth-child(6n) .feature-box {
      border-right: none;
  }
  /* Remove left border from first item in each row */
  .industries-wrapper .col:nth-child(6n+1) .feature-box {
      border-left: none;
  }
}

/* ✅ Medium screens (Tablets - 4 columns per row) */
@media (max-width: 991px) {
  .industries-wrapper .col:nth-child(4n) .feature-box {
      border-right: none !important;
  }
  .industries-wrapper .col:nth-child(4n+1) .feature-box {
      border-left: none !important;
  }
  .industries-wrapper .col:nth-child(8n) .feature-box {
    border-right: none !important;
}
.industries-wrapper .col:nth-child(8n+1) .feature-box {
    border-left: none !important;
}

}

/* ✅ Small screens (Mobile - 2 columns per row) */
@media (max-width: 767px) {
  .industries-wrapper .col:nth-child(2n) .feature-box {
      border-right: none;
  }
  .industries-wrapper .col:nth-child(2n+1) .feature-box {
      border-left: none;
  }
}




/* responsive */
@media (max-width: 992px) {

.process-icon{
  --size: 45px;
}

}
@media (max-width: 767px) {
.contact-banner{
 min-height: auto; 
}
.process-icon{
  --size: 35px;
}
.process-toggle {
    width: 100%;
    padding: 20px 5px 10px 0;}

}


/* case studies pages style */

.cases-detail .cases-right p{
  color: rgb(211 211 211);
}
.case-wrapper a {
      font-size: 20px;
}

/* ===== Solutions page ===== */

.solutions-hero-bg {
  background: var(--hero-gradient);
}

.hero-eyebrow {
  display: inline-block;
  font-family: var(--fw6);
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 18px;
}

.solutions-banner .hero-eyebrow,
.tool-page-banner .hero-eyebrow {
  margin-top: 100px;
}

.solutions-banner .banner-heading,
.tool-page-banner .banner-heading {
  margin-top: 20px;
}

.solutions-hero-sub {
  font-family: var(--fw3);
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 640px;
  margin-top: 20px;
}

.solutions-showcase {
  background: #fff;
}

.ai-solution-row {
  display: flex;
  align-items: center;
  gap: 70px;
    padding: 100px 0;
  
}

.ai-solution-row:first-child {
  padding-top: 0;
}

.ai-solution-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ai-solution-row.reverse {
  flex-direction: row-reverse;
}

.ai-solution-media {
  flex: 0 0 46%;
}

.ai-solution-media img {
width: 100%;
    height: 550px;
  object-fit: cover;
  display: block;
  
  box-shadow: 0 25px 60px rgba(18, 18, 18, 0.12);
}

.ai-solution-content {
  flex: 1;
  min-width: 0;
}

.ai-solution-title {
  font-family: var(--fw3);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  color: #121212;
  margin-bottom: 30px;

}

.ai-solution-subtitle {
  font-family: var(--fw4);
  font-size: clamp(1.15rem, 1.6vw, 1.6rem);
    color: #000;
    margin-bottom: 16px;
    line-height: 1.5;
}

.ai-solution-desc {
     color: #4b4b4b;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 30px;
    width: 100%;
}

.ai-solution-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 24px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.ai-solution-checklist li {
     display: flex;
    align-items: center;
    font-size: 18px;
    color: #7a7979;
    line-height: 1.5;
    gap: 12px;
}

.ai-solution-checklist i {
flex: none;
    color: #1fb15f;
    font-size: 1.4rem;
    margin-top: 2px;
}

.ai-solution-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 26px;
  border: 1.5px solid #2e31ab;
  border-radius: 8px;
  font-family: var(--fw6);
  font-size: 0.95rem;
  color: #2e31ab;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ai-solution-btn i {
  transition: transform 0.3s ease;
}

.ai-solution-btn:hover {
  background: #2e31ab;
  color: #fff;
}

.ai-solution-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .ai-solution-row,
  .ai-solution-row.reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    padding: 45px 0;
  }

  .ai-solution-media {
    flex: none;
  }

  .ai-solution-media img {
    height: 260px;
  }

  .ai-solution-desc {
    max-width: none;
  }

  .ai-solution-checklist {
    grid-template-columns: 1fr;
  }
}