*{
 font-family: Tajawal;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
/*------------------------------------------------------- landing page ---------------------------------------------------------- */
/* Preloader overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d2957;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
  color: white;
  text-align: center;
  transition: opacity 0.5s ease;
}
.preloader-logo {
  width: 120px;
  margin-bottom: 20px;
}
/* Navbar  */
.nav-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;  
  align-items: center;
  width: 100%;
}
.navbar-custom {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  width: 85%;
  padding-inline: 10px;
  margin: 20px auto 0;
  border-radius: 16px;
  font-size: 1.2rem;
}
.nav-links ul {
  display: flex;
  justify-content: center;
  gap: 6vw; 
  width: 100%;
}
.navbar-brand img {
    height: 70px;
}
.nav-link {
    color: #000;
    font-weight: 500;
    margin-right: 1rem;
}
.nav-link.active {
    color: #6AC6A0 !important;
    font-weight: 700;
    position: relative;
}
.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 7px;
    background-color: #6AC6A0;
    box-shadow: 0px -10px 19.3px 4px #6AC6A0A3;
    border-radius: 10px;
}
.nav-link:hover {
    color: #6AC6A0 !important;
}
.btn-session {
    background-color: #1D2957;
    color: white;
    border-radius: 8px;
    font-weight: 700;
}
.btn-session:hover {
    background-color: #6AC6A0A3;
}
/* HERO SECTION */
.hero {
    position: relative;
    width: 100%;
    min-height: 130vh;
    height: auto;
    margin: 0;
    padding: 0 !important;
    background: url('../images/herobackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: 250px;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('../../assets/images/beforeimg-hero-white.png') no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}
.hero-img {
  max-width: 100%;
  height: auto;
}
/* Hero Card Layout */
.hero-content {
  margin-top: 140px;
  width: 100%;
  max-width: 1200px;
}
.hero-card {
  display: flex;
  align-items: stretch;
  border: none;
  border-radius: 16px;
  overflow: visible;
  background: transparent;
  height: 320px;
  gap: 20px;
}
.hero-card-left {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
}
.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.hero-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* View Our Services button overlay on hero image */
.hero-services-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
  z-index: 5;
}
.hero-services-label {
  flex: 1;
  background: rgba(255, 255, 255, 0.95);
  color: #1D2957;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 16px 24px;
  white-space: nowrap;
}
.hero-services-arrow {
  background: #6AC6A0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  font-size: 1.3rem;
  transition: background 0.2s;
}
.hero-services-btn:hover .hero-services-arrow {
  background: #1D2957;
}
.hero-img-overlay {
  position: absolute;
  bottom: -15px;
  left: -10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 22px;
  border-radius: 10px;
  color: #1D2957;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.hero-card-right {
  flex: 0 0 48%;
  max-width: 48%;
  background-color: #FFFFFF3D;
  border-radius: 16px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  overflow: hidden;
  min-width: 0;
}
.hero-card-right h2 {
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero-card-right .consultant-btn {
  width: auto;
  align-self: flex-start;
}
/* Hero Carousel */
.hero-carousel-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.hero-carousel-track .hero-slide {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.hero-nav-container {
  position: absolute;
  bottom: 220px;
  left: 0;
  right: 0;
  z-index: 10;
}
.hero-nav {
  padding: 15px 0;
  padding-right: 0;
  margin-right: -80px;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-dot.active {
  width: 40px;
  border-radius: 10px;
  background-color: #3EC8AC;
}
.hero-arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.hero-arrow-btn.active,
.hero-arrow-btn:hover {
  border-color: #3EC8AC;
  background-color: #3EC8AC;
  color: white;
}
.consultant-btn {
            background: linear-gradient(135deg, #6AC6A0 0%, #6AC6A0 100%);
            color: white;
            border: none;
            padding: 10px 24px;
            font-size: 0.95rem;
            font-weight: 700;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(29, 41, 87, 0.25);
            display: inline-flex;
            width: auto;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: relative;
            overflow: hidden;
        }
        .btn:hover {
            box-shadow: 0 10px 25px rgba(29, 41, 87, 0.35);
            background: linear-gradient(135deg, #6AC6A0 0%, #1D2957 100%);
            color: white;
        }
        .consultant-btn:active {
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(29, 41, 87, 0.3);
        }
        .consultant-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }
        .consultant-btn:hover::after {
            left: 100%;
        }
        /* about-section  */
        .about.right-side{
            background-color: transparent;
            color: #1D2957;
        }
.about, .terms, .services, .about-section {
    margin-top: -200px;
    padding-top: 0px;
}
.about .row {
    display: flex;
    align-items: center;      
}
.about .right-side {
    background-color: transparent !important;
    color: #1D2957;
}
.about {
    position: relative;
    padding: 80px 0;
}
.about-img-wrapper {
    position: absolute;
    right: calc(-50vw + 50%);  
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
}
.about-img-wrapper img {
    width: 600px;
    max-width: none;
}
/* why choose ud SECTION */
.why-choose-us {
    width: 100%;
    /* min-height: 100%; */
    background: url(../images/partners-img.png) no-repeat top center;
    padding: 105px 0;
    position: relative;
    overflow: hidden;
}
.wcu-left-deco {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    pointer-events: none;
}
/* .why-choose-us {
    width: 100%;
    min-height: 100vh;
    background: url(../images/why-choose-us.png) no-repeat;
    background-size: cover;
    align-items: center;
    position: relative;
    display: flex;
} */
.feature-box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature-img {
  width: 100%;
  display: block;
}
.icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.icon-overlay i {
  font-size: 30px;
  background: linear-gradient(45deg, #34a97c, #0f244e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.feature-title {
  font-weight: 600;
  color: #1D2957;
  font-size: 18px;
}

/* Feature Cards */
.feature-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.feature-card .feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-card h3 {
  font-size: 22px;
  color: #0f244e;
}
.feature-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #6c757d;
}

 /* Partners Section */
   .partners-section {
    padding: 80px 0 50px;
    text-align: center;
    background: url(../images/partners-img.png) no-repeat top center;
}
    .partners-section h2,
    .partners-section h4 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #1D2957;
    }
    .partners-section .slogan {
      color: #6AC6A0;
      margin-bottom: 40px;
    }
    .partners-logos img {
      max-height: 200px;
      transition: transform 0.3s;
    }
    .partners-logos img:hover {
      transform: scale(1.1);
    }
    /* Mission Section */
    .mission-section {
      background: url('../images/mission-bg.png') no-repeat center center;
      background-size: cover;
      padding: 80px 0;
      color: #1e2b4d;
      text-align: center;
    }
    .mission-section-about{
      background: url('../images/aboutus-img2.png') no-repeat center center;
        background-size: cover;
      padding: 80px 0;
      color: #1e2b4d;
      text-align: center;
    }
   .mission-cards-wrap {
    transform: translateY(-50%);
    margin-bottom: -110px;
}
   .mission-cards .card {
    background-color: #fff;
    border-radius: 12px;
    min-height: 195px;
    height: auto;
    max-height: 260px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
    .mission-cards .card h5 {
      font-weight: 700;
      color: #1D2957;
    }
/* service section  */
.services-section {
  background: #ffffff;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.service-card {
  width: 411px;
  height: 464px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  transition: 0.3s ease;
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      text-align: justify;
}
.service-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: linear-gradient(180deg, rgba(106, 198, 160, 0.64) 0%, rgba(29, 41, 87, 0.64) 100%);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: white;
    text-align: justify;
}
.text{
font-weight: 700;
padding-inline: 200px;
text-align: center;
color: #6AC6A0;
}
.overlay i {
  font-size: 24px;
  margin-bottom: 10px;
}
.overlay h5 {
  font-size: 18px;
  font-weight: 600;
}
/* hover detail box */
.service-card .hover-detail {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: 85%;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.service-card:hover .hover-detail {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.service-card:hover .overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-card .hover-detail i {
  font-size: 28px;
  color: #1d9b6e;
  margin-bottom: 10px;
  display: block;
}
.service-card .hover-detail h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.service-card .hover-detail p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #c0c0c0;
  border-radius: 50%;
  border: none;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}
.carousel-indicators .active {
  width: 50px;
  height: 10px;
  border-radius: 999px;
  background-color: #3cb886;
}
/* testimonial section */
.testimonial-section{
 width: 100%;
    min-height: 500px;              
    background: url('../images/why-choose-us.png') no-repeat center;
    background-size: cover;         
    padding: 80px 0;                
    position: relative;
}
.testimonial-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  max-width: 800px;
}
.reviewer-img {
  border-radius: 50%;
  object-fit: cover;
}
.small-img {
  width: 55px;
  height: 55px;
  opacity: 0.7;
}
.active-img {
  width: 70px;
  height: 70px;
  border: 3px solid #3cb886;
}
.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #3cb886;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-btn:hover {
  background: #34a97c;
}
.review-text {
  font-size: 1.1rem;
  line-height: 1.8;
}
.quote-icon i {
  color: #3cb886;
}
/* info section  */
.info-section{
   width: 100%;
    min-height: 500px;
    background: url('../images/info-bg.png') no-repeat center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.info-section .section-header h4{
  color: #1D2957;
padding-inline:250px;
}
.info{
  background-color: #1D2957;
}
.info .row{
  max-height: 140px;
  overflow: hidden;
}
.info .col-md-2 img{
  max-height: 130px;
  width: auto;
}
.mail-icon, .phone-icon, .linkedin-icon , .facebook-icon, .insta-icon, .qr-code-icon{
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid white;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 10px;
  flex-shrink: 0;
}
.info .mail,
.info .phone {
  align-items: center;
}
 .links-icons{
  gap: 35px !important;
}
 .links-icons div, .links-icons a.linkedin-icon {
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  height: 38px;
  width: 38px;
}
.links-icons div a, .links-icons a.linkedin-icon a {
  background-color: transparent !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-icon {
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.links-icons i {
  font-size: 1.4rem;
}
/*--------------------------------------- terms&policy page -------------------------------------------------------------- */
.hero-inner{
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    margin: 0;
    padding: 0 !important;
    background: url('../images/herobackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}
.hero-inner::before {
    content: "";
    position: absolute;
    top: 110px;
    right: 0;
    width: 230px;
    height: 100%;
    background: url(../../assets/images/beforeimg-hero-white.png) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}
.hero-inner h2{
  margin-top: 100px;
}
.terms-page-img {
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 0;
}
.terms-page-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/opacity-terms-page.png') no-repeat center;
    background-size: cover;
    opacity: 0.07;
    z-index: -1;
}
.terms ul li {
  list-style-type: disc;
}
/*-------------------------------------------------- contact us page ------------------------------------------------- */
.contact-us-section .links-icons div{
 background-color: #1d295730;
}
 .contact-us-section{
    margin-top: -100px;       
    padding-top: 40px;   
   margin-bottom: -270px;
}
/* Contact Form Card */
        .contact-form-card {
            background-color: white;
            border-radius: 12px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            padding: 2.5rem;
            top: -240px;
            position: relative;
            overflow: hidden; 
            z-index: 10000;
            color: #1D2957;
        }
.form-group input{
   background-color: #F5F5F5;
            border: none;
            height: 50px;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  font-size: 1rem;
  color: #1D2957;
  font-weight:700;
}
        textarea.form-control {
            height: 150px;
            resize: vertical;
            background-color: #F5F5F5;
            border: none;
        }

        .btn-submit {
            background-color:#6AC6A0;
            box-shadow: 0px 7px 6.7px 0px #FFFFFF14;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 0.75rem 7rem;
            font-weight: 600;
            font-size: 1.2rem;
            height: 50px;
        }
.country-dropdown select {
    width: 90px; 
    height: 50px;
    background-color: #F5F5F5;
    border: none;
    font-weight: 700;
    color: #1D2957;
    padding-left: 5px;
    padding-right: 5px;
}
.country-dropdown option {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
/*------------------------------------------------------ industry page ------------------------------------- */
       .text-green{
        color: #34a97c;
       }
       .custom-title {
    position: relative;
    padding-top: 25px; 
}
.custom-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3.5px;            
    width: 150px;           
    background: #6AC6A0;   
}
.custom-title::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 145px;
    width: 35px;
    height: 3.5px;
    background: #6AC6A0;
    transform: rotate(30deg);
}
.custom-title h4 {
    position: relative;
    padding-bottom: 15px; 
}
.custom-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3.5px;
    width: 130px;  
     background: #6AC6A0;
}
.image-wrapper {
    position: relative;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000B2; 
    z-index: 1;
     border-radius: 16px;
}
.img-content {
    position: absolute;
    top: 30%;
    left: 3%;
    z-index: 2;
    padding-inline: 15px;
}
.btn-green{
  background-color: #6AC6A0;
  font-weight: 700;
  color: white;
  font-size: 1.2rem;
  margin-top: 20px;
}
.industry-section{
    margin-top: -100px;       
    padding-top: 40px;      
    margin-bottom: 50px;  
}
.text-blue{
  color: #1D2957;
}
.card-info i{
  font-size: 3.5rem;
}
/*---------------------------------------- support form page ------------------------------------------------------ */
.support-form {
    width: 100%;
    min-height: 500px;
    background: url('../images/support-from-bg.png') no-repeat center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.support-floating-form {
    position: absolute;
    left: 50%;
    bottom: -260px; 
    transform: translateX(-50%);
    width: 100%;
}
.support-floating-form form {
    position: relative;
    padding: 20px;         
    border-radius: 16px;
    background: white;
    box-shadow: 0px 4px 4px 0px #00000014;
}
.text-muted{
  color: #8e8e8e !important;
}
.support-floating-form form::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: linear-gradient(360deg, #1D2957 0%, #6AC6A0 100%);
    border-radius: 20px;
    z-index: -1;         
}
.support-form {
    margin-bottom: 400px !important;
}
 /*---------------------------------------------- about us page ---------------------------------- */
/* Inner container — sits inside the frame borders */
.video-box .video-inner {
    position: relative;
    z-index: 3;
    border-radius: 12px;
    overflow: hidden;
    /* inset ~14px from all sides so frames peek out around it */
    margin: 14px 0 14px 14px;
}
.video-box .main-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}
.video-box .play-btn {
    width: 100px;
    height: 100px;
    background: #53d2a6;
    border-radius: 50%;
    position: absolute;
    top: -42px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 4px 8px #0002;
    cursor: pointer;
}
.video-box .play-btn i {
    color: white;
    font-size: 32px;
   
}
.video-box .frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
}
.video-box .frame-blue {
    border: 4px solid transparent;
    border-image: linear-gradient(45deg, #0f244e, #55c7ab) 1;
    border-radius: 50px;
    top: 15px;
    left: -17px;
}
.timeline-section {
    background: #ffffff;
    color: #0f244e;
    margin-bottom: 125px;
    margin-top: -60px;
}
.timeline-section .text-primary { color: #0f244e !important; }
.timeline-line{
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  height: 246px;
  z-index: 1;
}
.timeline-items { min-height: 360px; position: relative; }
.timeline-item {
    position: absolute;
    top: 170px;
    transform: translateX(-50%);
    width: 220px;
    z-index: 5;
    text-align: center;
}
.timeline-item.pos-1 { left: 17.6%; }
.timeline-item.pos-2 { left: 36.5%; }
.timeline-item.pos-3 { left: 60.4%; }
.timeline-item.pos-4 { left: 83.7%; transform: translateX(-50%); }
.year-box{
  display: inline-block;
  background: #F5F5F5;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  color: #0f244e;
  box-shadow: 0 6px 18px rgba(11,18,40,0.06);
  position: relative;
  z-index: 6;
  border: 1px solid rgba(15,36,78,0.05);
}
.connector{
  display: none;
}
.icon-circle {
    display: none;
}
.timeline-icon {
    display: none;
}
.timeline-icon.bottom {
    top: calc(100% + 72px);
}
.timeline-icon.top {
    bottom: calc(100% + 75px);
}
.timeline-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.timeline-icon i {
    background: linear-gradient(135deg, #55c7ab 0%, #0f244e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}
.info-box {
    max-width: 280px;
    background: #F5F5F5;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    color: #0f244e;
    box-shadow: 0 6px 18px rgba(11, 18, 40, 0.03);
    margin-top: 18px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    line-height: 1.4;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.info-box.top {
    position: absolute;
    bottom: calc(100% + 100px);
    left: 50%;
    transform: translateX(-50%);
}
.info-box.bottom {
    position: absolute;
    top: calc(100% + 90px);
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}
  .section-title {
            color: var(--primary-blue);
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 1.8rem;
        }
        .section-subtitle {
            color: #666;
            margin-bottom: 40px;
            font-size: 1rem;
        }
        .image-grid-container {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 20px;
        }
        .col-large {
            flex: 1;
            min-width: 280px;
        }
        .large-image-container {
            height: 560px;
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .col-medium {
            flex: 1;
            min-width: 280px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .medium-image-container {
            height: 275px; 
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .col-small {
            flex: 1;
            min-width: 280px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .small-image-container {
            height: 180px; 
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .grid-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        .image-overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.779), rgba(0, 0, 0, 0.5));
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
            color: white;
        }
        .image-title {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
        }
         /* team section  */
.team-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9rem;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
.team-item {
  position: relative;
  transition: 0.4s ease;
}
.team-item img {
    width: 245px;
    height: 315px;
    object-fit: cover;
    border-radius: 80% / 60%;
    transition: 0.4s 
ease;
}
.team-item::after {
  content: "";
  position: absolute;
  inset: 0;
    border-radius: 80% / 60%;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  transition: 0.4s ease;
}
.team-item.active img {
  transform: scale(1.15);
}
.team-item.active::after {
  opacity: 0;
}
.team-item.side-cropped {
    clip-path: inset(0% 0% 0 0%);
}
.team-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 25px;
}
.team-arrow-btn {
  width: 45px;
  height: 45px;
  background: #4ECB71;
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
.active-name {
  font-size: 20px;
  font-weight: bold;
  color: #1D2957;
  min-width: 200px;
  text-align: center;
}
/* footer  */
footer{
   width: 100%;
    min-height: 500px;              
    background: url('../images/footer-bg.png') no-repeat center;
    background-size: cover;         
    padding: 50px 0;                
    position: relative;
}
footer ul li a{
  font-size: 1rem !important;
}
/* ===== Responsive ===== */
    @media (max-width: 1445px) {
.hero {
    min-height: 135vh;
}
.hero::before {
    top: 280px;
}
.about {
    padding: 118px 0;
}
.about-img-wrapper img {
    width: 580px;
    max-width: none;
}
.why-choose-us {
    padding-bottom: 80px;
}
.info .h5, h5 {
    font-size: 1rem;
}
.border-end  {
    padding-inline: 15px;
}
.hero-inner::before {
    top: 130px;
    right: 0;
    width: 195px;
}
 .services{
    margin-top: -200px;
    padding-top: 85px;
}
.image-wrapper img, .overlay {
    height: 425px;
}
.card-info i {
    font-size: 2.5rem;
}
}

@media (max-width: 1024px) {
    .hero-inner {
    min-height: 85vh;
}
        .hero::before {
        top: 295px;
    }
.navbar-brand img {
    height: 50px;
}
.nav-links ul {
    gap: 1vw;
}
.nav-link.active::after {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0;
    height: 6px;
    box-shadow: 0px -3px 19.3px 4px #6AC6A0A3;
}
.h2, h2 {
    font-size: 1.6rem;
}
    .hero-inner::before {
        top: 195px;
        right: 0;
        width: 155px;
    }
.about, .terms, .services, .about-section {
    margin-top: -115px;
    padding-top: 40px;
}
.video-box .play-btn {
    width: 80px;
    height: 80px;
    top: -30px;
    right: -20px;
}
.mission-cards .card {
    height: 200px;
}
.info-box {
    padding: 12px 14px;
    font-size: 17px;
    margin-top: 18px;
    width: 200px;
}
.timeline-section {
    margin-bottom: 120px;
}
.h3, h3 {
    font-size: 1.5rem;
}
.why-choose-us .content{
  padding-inline: 10px;
}
.video-box .frame-blue {
    top: 11px;
    left: -13px;
}
.h4, h4 {
    font-size: 1.2rem;
}
.why-choose-us .container{
  padding-top: 80px;
}
.large-image-container {
    height: 500px;
}
.medium-image-container {
    height: 243px;
}
.small-image-container {
    height: 157px;
}
.team-item img {
    width: 170px;
    height: 225px;
}
.team-wrapper {
    gap: 5rem;
    padding: 40px 0;
}
footer {
    width: 100%;
    min-height: 410px;
    padding: 20px 0;
}
    .mb-md-5 {
        margin-bottom: 2rem !important;
    }
    .fs-4 {
    font-size: 1.2rem !important;
}
.h1, h1 {
    font-size: 2rem;
}
.contact-us-section {
    margin-top: -100px;
    padding-top: 85px;
    margin-bottom: -270px;
}
.form-group input {
    height: 40px;
}
textarea.form-control {
    height: 120px;
}
.mail-icon, .phone-icon, .linkedin-icon, .facebook-icon, .insta-icon, .qr-code-icon {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}
.industry-section {
    margin-top: -55px;
    padding-top: 40px;
    margin-bottom: 50px;
}
    .card-info i {
        font-size: 2rem;
    }
    
.support-floating-form {
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
}
.terms-page-img
 {
    min-height: 330px;
}
    .about-img-wrapper img {
        width: 470px;
    }
    .partners-section {
    padding: 35px 0 50px;
}
.service-card {
    width: 270px;
    height: 300px;
}
.overlay h5 {
    font-size: 16px;
}
    .mail-icon, .phone-icon, .linkedin-icon, .facebook-icon, .insta-icon, .qr-code-icon {
              height: 30px;
        width: 30px;
        margin-left: 0px;
    }
    .mail-content h5, .phone-content h5, .links h5{
      font-size: 0.9rem;
    }
    .why-choose-us .icon-overlay i {
    font-size: 25px;
}
.consultant-btn {
    padding: 10px 36px;
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) {
  .timeline-line { top: 220px; }
  .timeline-items { min-height: 320px; }
  .timeline-item { width: 46%; }
  .timeline-item.pos-1 { left: 8%; }
  .timeline-item.pos-2 { left: 52%; }
  .timeline-item.pos-3 { left: 8%; top: calc(220px - 28px + 160px); }
  .timeline-item.pos-4 { left: 52%; top: calc(220px - 28px + 160px); }
      .timeline-item.pos-3 {
        left: 80%;
        top: calc(220px - 28px + 6px);
    }
        .info-box {
        padding: 9px 7px;
        font-size: 14px;
        margin-top: 18px;
        width: 200px;
    }
        .timeline-item.pos-1 {
        left: 13%;
    }
        .timeline-item.pos-4 {
        left: 52%;
        top: calc(220px - 28px + 207px);
    }
        .timeline-items {
        min-height: 380px;
    }
    .h2, h2 {
        font-size: 1.2rem;
    }
    footer {
    padding: 15px 0;
}
.support-floating-form {
    bottom: -170px;
}
.support-form {
    margin-bottom: 255px !important;
}
        .hero-inner::before {
        top: 155px;
        right: 0;
        width: 155px;
    }
        .about-img-wrapper img {
        width: 430px;
    }
        .nav-links ul {
        gap: 0vw;
    }
    .contact-form-card {
    padding: 2rem;
    top: -240px;
}
}
@media (max-width: 768px) {
.hero-inner {
    width: 100%;
    min-height: 85vh;
  }
      .h1, h1 {
        font-size: 1.4rem;
    }
        textarea.form-control {
        height: 80px;
    }
        .form-group input {
        height: 32px;
    }
    .btn-submit {
    padding: 0.40rem 7rem;
    font-size: 1rem;
    height: 40px;
}
  .about, .terms, .services, .about-section {
        margin-top: -55px;
        padding-top: 40px;
    }
    .country-dropdown select {
    width: 90px;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
}
        .large-image-container {
        height: 420px;
    }
        .medium-image-container {
        height: 204px;
    }
    .small-image-container {
        height: 190px;
    }
        .mail-icon, .phone-icon, .linkedin-icon, .facebook-icon, .insta-icon, .qr-code-icon {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        margin-left: -14px;
    }
    footer{
      padding: 0px;
    }
    .p-5 {
    padding: 2rem !important;
}
    .h4, h4 {
        font-size: 1rem;
    }
        .fs-4 {
        font-size: 1rem !important;
    }
        .navbar-custom {
        width: 95%;
    }
     .hero {
        min-height: 75vh;
    }
        .hero-inner {
        width: 100%;
        min-height: 75vh;
    }
    .contact-form-card {
    padding: 2.5rem;
    top: -149px;
}
    .contact-us-section {
        margin-top: 0px;
        padding-top: 16px;
        margin-bottom: -160px;
    }
     .partners-logos img {
        margin: 15px 10px;
        max-height: 60px;
      }
          .h3, h3 {
        font-size: 1.2rem;
    }
        .support-floating-form {
        bottom: -130px;
    }
        .about-img-wrapper img {
        width: 345px;
    }
       .why-choose-us .icon-overlay i {
        font-size: 20px;
    }
      .feature-title {
        font-size: 13px;
    }
    .text {
    padding-inline: 60px;
}
        .service-card {
        width: 320px;
        height: 300px;
    }
    .why-choose-us .container {
        padding-top: 35px;
    }
        .why-choose-us {
        padding-bottom: 0px;
    }
    .info-section .section-header h4
 {
    padding-inline: 0px;
}
.d-flex{
  flex-wrap: wrap;
}
.info {
    padding-block: 5px;
}
.info-section {
    min-height: 395px;
    padding: 80px 0;
}
.hero-content {
    margin-top: 20px;
}
       .about {
        padding: 0px 0;
    }
    .navbar-custom {
        z-index: 9999; 
    }    .navbar-collapse {
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 15px 0;
        z-index: 9999;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding-inline: 35px;
    }
    .nav-links ul {
        flex-direction: column;
        gap: 20px;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 576px) {
  .timeline-line { display: none; }
  .timeline-items { min-height: auto; }
  .timeline-item {
    position: static;
    width: 100%;
    transform: none;
    margin-bottom: 28px;
    text-align: center;
  }
  .year-box { margin-bottom: 10px; }
  .connector { display: none; }
  .timeline-icon { display: none; }
  .info-box { position: static; margin: 0 auto; text-align: center; }
}

@media(max-width: 480px){
    .icon-overlay i {
    font-size: 30px;
  }
  .feature-title {
    font-size: 14px;
  }
    .video-box {
        width: 100%;
    }
    .video-box .play-btn {
        width: 55px;
        height: 55px;
        top: -15px;
        right: -15px;
    }
}
@media(max-width: 432px){
        .video-box .play-btn {
        width: 55px;
        height: 55px;
        top: -21px;
        right: -7px;
    }
        .video-box .frame-blue {
        top: 10px;
        left: -7px;
    }
        .mission-cards .card {
        height: 175px;
        margin-bottom: 10px;
    }
    .why-choose-us {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    padding: 170px 0;
}
.border-start, .border-end  {
    border: none !important;
}
    .large-image-container {
        height: 204px;
    }
    footer {
    padding: 0px 0;
}
    .team-item img {
        width: 115px;
        height: 150px;
    }
        .team-wrapper {
        gap: 1rem;
        padding: 17px 0;
    }
    .team-arrow-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
       .why-choose-us {
        margin-top: -30px !important;
    }
          .about, .terms, .services, .about-section {
        margin-top: -59px;
        padding-top: 0px;
    }
        .hero-inner {
        width: 100%;
        min-height: 80vh;
    }
         .hero-inner::before {
        top: 131px;
        right: 0;
        width: 100px;
    }
        .hero-inner {
        width: 100%;
        min-height: 60vh;
    }
    .hero-inner h2 {
    margin-top: 40px;
}
    .contact-us-section {
        margin-top: 0px;
        padding-top: 2px;
        margin-bottom: 100px;
    }
        .contact-form-card {
        padding: 2.5rem;
        top: 25px;
    }
    .links-icons{
      padding-left: 15px;
    }
    .card-info {
        margin-inline: 10px;
        margin-block: 20px;
    }
 .industry-section .image-wrapper{
display: none;
}
    .card-info i {
        font-size: 2rem;
    }
      .hero-inner h2 {
        margin-top: 90px;
        font-size: 17px;
        line-height: 23px;
    }
    .terms-page-img img{
      display: none;
    }
        .terms-page-img {
        min-height: 200px;
    }
      .support-form {
        margin-bottom: 150px !important;
    }
       .support-floating-form {
        bottom: -120px;
    }
    .support-form {
    padding: 50px 0;
}
         .hero {
        min-height: 80vh;
    }
        .hero::before {
        top: 190px;
        right: 0;
        width: 140px;
    }
      .about-img-wrapper img {
        display: none;
    }
    .hero-content .p-3 {
    padding: 0.5rem !important;
}
        .about {
        margin-top: -107px;
    }
        .why-choose-us .container {
        padding-top: 0px;
        margin-top: -140px;
    }
    .feature-img {
    height: 180px;
}    .why-choose-us {
        padding-bottom: 20px;
    }
        .partners-logos img {
        margin:0; 
        width: 50%;
        max-height: 100%;
    }
        .why-choose-us .icon-overlay i {
        font-size: 30px;
    }
        .feature-title {
        font-size: 18px;
    }
        .small-img {
        display: none;
    }
    .small-img {
    width: 35px;
    height: 35px;
    }

    .active-img {
    width: 50px;
    height: 50px;
    border: 3px solid #3cb886;
}
.testimonial-box .gap-3 {
    gap: 0rem !important;
}
.nav-btn {
    width: 30px;
    height: 30px;
    margin-inline: 15px;
}
.info img{
  display: none;
}
.info {
        padding-block: 12px;
        padding-inline: 30px;
    }
    .hero-content .p-3{
    padding: 0.5rem !important;
}
.right-side {
    background-color: #ffffff00;
}
.hero .right-side  img, .hero .right-side h2{
    display: none;
}
.hero .consultant-btn{
    width: 100%;
}
    .text {
        padding-inline: 10px;
    }
        .mail-icon, .phone-icon, .linkedin-icon, .facebook-icon, .insta-icon, .qr-code-icon {
        height: 35px;
        width: 35px;
        margin-left: 5px;
    }
}

@media(max-width:376px){
    .video-box .play-btn {
        width: 50px;
        height: 50px;
        top: -23px;
        right: 8px;
    }
    .btn-submit {
        padding: 0.4rem 5rem;
        font-size: 1rem;
        height: 40px;
    }
.country-dropdown{
    width: 100%;
}
        .h3, h3 {
        font-size: 1.2rem;
    }
        .why-choose-us {
        padding-top: 165px;
        padding-bottom: 30px;
    }
        .mb-md-5 {
        margin-bottom: 1rem !important;
    }
        .contact-form-card {
        padding: 1.5rem;
        top: 40px;
    }
         .hero-inner h2 {
        margin-top: 40px;
        font-size: 16px;
        line-height: 22px;
    }
        .text {
        padding-inline: 5PX;
    }
           .service-card {
        width: 280px;
        height: 290px;
    }
        .overlay h5 {
        font-size: 15px;
    }
        .feature-title {
        font-size: 15px;
    }
        .feature-img {
        height: 150px;
    }
        .why-choose-us .icon-overlay i {
        font-size: 25px;
    }    .team-item img {
        width: 170px;
        height: 225px;
    }
    .review-text {
    font-size: 1rem;
    line-height: 1;
}
    .nav-btn {
        width: 20px;
        height: 20px;
        margin-inline: 5px;
    }
        .small-img {
        width: 35px;
        height: 35px;
        display: none;
    }
        .hero {
        min-height: 70vh;
    }
        .about .consultant-btn{
            display: none;
        }
}
@media(max-width:325px){
    .hero-inner {
        min-height: 45vh;
    }
        .navbar-brand img {
        height: 35px;
    }
        .h1, h1 {
        font-size: 1.2rem;
    }
       .hero-inner::before {
        top: 105px;
        right: 0;
        width: 60px;
    }
    .contact-us-section img{
          width: 115px;
    }
        .industry-section {
        margin-top: -60px;
        padding-top: 40px;
        margin-bottom: 50px;
    }
    .support-form {
    min-height: 460px;
    padding: 80px 0;
}
         .hero-inner {
        min-height: 50vh;
    }
        .about, .terms, .services, .about-section {
        margin-top: -30px;
        padding-top: 0px;
    }
        .why-choose-us {
        padding-top: 440px;
        padding-bottom: 30px;
    }
    .team-arrows {
    gap: 25px;
    margin-top: 25px;
}
        .why-choose-us {
        margin-top: -310px !important;
    }
        .about {
        margin-top: -70px;
    }
        .partners-logos img {
        width: 100%;
        max-height: 100%;
    }
       .service-card {
        width: 265px;
        height: 295px;
    }.services-section {
    margin-top: -100px;
}
        .mission-cards .card {
        height: 200px;
        margin-bottom: 10px;
    }
           .service-card {
        width: 280px;
        height: 280px;
    }

    .info-section {
        min-height: 100px;
        padding: 20px 0;
        padding-top: 0px;
    }      
        .why-choose-us .icon-overlay i {
        font-size: 20px;
    }
        .partners-logos img {
        width: 50%;
        max-height: 100%;
    }
        .feature-title {
        font-size: 16px;
    }
          .feature-img {
        height: 130px;
    }    .feature-title {
        font-size: 14px;
    }
        .hero {
        min-height: 60vh;
    }
  }

/* ===== Nav-right wrapper ===== */
.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navbar-toggler:focus {
    box-shadow: none;
}

/* ===== Responsive Navbar Collapse (< 992px) ===== */
@media (max-width: 991.98px) {
    .navbar-custom {
        z-index: 9999;
    }
    .navbar-collapse {
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 15px 0;
        z-index: 9999;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding-inline: 35px;
    }
    .nav-links ul {
        flex-direction: column;
        gap: 20px;
        padding: 0;
        margin: 0;
    }
    .nav-grid {
        grid-template-columns: 1fr auto;
        position: relative;
    }
}

/* ===== Hero Card: keep side-by-side at all sizes ===== */
.hero-card {
    flex-wrap: nowrap;
}

/* ===== About Page - Features Section ===== */
.about-features-section {
    padding: 40px 0 80px 0;
}

.features-bg-wrapper {
    background-color: #f5f6f8;
    overflow: hidden;
}

.features-row-divider {
    height: 1px;
    background-color: #dee2e6;
    margin: 0 24px;
}

.feature-card-horizontal {
    height: 100%;
    position: relative;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

/* vertical separator: right border on all but last col in each row */
.feature-col:not(:last-child) .feature-card-horizontal {
    border-right: 1px solid #dee2e6;
}

/* on mobile, stack vertically — swap to bottom border */
@media (max-width: 767px) {
    .feature-col:not(:last-child) .feature-card-horizontal {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }
    .features-row-divider {
        display: none;
    }
}

/* ===== Section Overlap & Shift Fixes ===== */

/* 1. About image: absolutely positioned outside container — hide on tablet */
@media (max-width: 991px) {
    .about-img-wrapper {
        display: none;
    }
}

/* 2. Mission cards: translateY(-55%) inline pulls them into other sections */
@media (max-width: 991px) {
    .mission-cards .card {
        transform: translateY(-25%) !important;
    }
}
@media (max-width: 767px) {
    .mission-cards .card {
        transform: translateY(-15%) !important;
    }
}
@media (max-width: 480px) {
    .mission-cards .card {
        transform: none !important;
        margin-bottom: 15px;
    }
    .mission-section {
        margin-bottom: 0 !important;
        padding-bottom: 20px;
    }
}

/* 3. Service cards: scale proportionally — always 3 per row */
@media (max-width: 1023px) {
    .cards-wrapper {
        gap: 15px;
        overflow: visible;
    }
    .service-card {
        width: calc(33.333% - 10px) !important;
        height: auto !important;
        min-height: 260px;
        flex-shrink: 1;
    }
    .service-card img {
        height: 100%;
        min-height: 260px;
    }
}

/* Testimonial: prevent reviewer row from wrapping */
.testimonial-box .d-flex {
    flex-wrap: nowrap !important;
}

/* 4. Hero: scale card height and nav position proportionally */

/* Card height: fluid between 160px and 320px based on viewport width */
.hero-card {
    height: clamp(160px, 25vw, 320px);
}

/* On screens < 1200px: flow nav-container below the card (no absolute) */
@media (max-width: 1199px) {
    .hero-nav-container {
        position: static;
        padding: 15px 0 10px;
    }
    .hero-nav {
        margin-right: 0;
        padding-right: 0;
    }
    .hero-content { margin-top: 120px; }
}
@media (max-width: 1023px) {
    .hero-content { margin-top: 100px; }
}
@media (max-width: 767px) {
    .hero-content { margin-top: 60px; }
}
@media (max-width: 480px) {
    .hero-content { margin-top: 30px; }
}

/* 5. Why-choose-us: always 4 hexagons per row */
.why-choose-us .col-6 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

/* 8. Trustful Partners: always 4 logos in one row, scale proportionally */
.partners-logos {
    flex-wrap: nowrap !important;
    gap: 15px !important;
}
.partners-logos img {
    width: auto !important;
    max-width: 22% !important;
    max-height: 80px !important;
    height: auto !important;
    flex-shrink: 1;
    object-fit: contain;
}

/* 6–7. Maintain desktop column widths for ALL col-md-* at every screen size */
.col-md-1  { flex: 0 0 8.333%;   max-width: 8.333%;  }
.col-md-2  { flex: 0 0 16.666%;  max-width: 16.666%; }
.col-md-3  { flex: 0 0 25%;      max-width: 25%;     }
.col-md-4  { flex: 0 0 33.333%;  max-width: 33.333%; }
.col-md-5  { flex: 0 0 41.666%;  max-width: 41.666%; }
.col-md-6  { flex: 0 0 50%;      max-width: 50%;     }
.col-md-7  { flex: 0 0 58.333%;  max-width: 58.333%; }
.col-md-8  { flex: 0 0 66.666%;  max-width: 66.666%; }
.col-md-9  { flex: 0 0 75%;      max-width: 75%;     }
.col-md-10 { flex: 0 0 83.333%;  max-width: 83.333%; }
.col-md-11 { flex: 0 0 91.666%;  max-width: 91.666%; }

/* ===== Custom Flag Dropdown ===== */
.flag-select { position: relative; display: inline-block; }
.flag-select-btn {
    display: flex; align-items: center; gap: 6px; cursor: pointer;
    border: 1px solid #ced4da; border-radius: 8px; padding: 7px 10px;
    background: #fff; min-width: 88px; white-space: nowrap;
    font-size: .88rem; color: #333; height: 40px;
}
.flag-select-btn:hover { border-color: #999; }
.flag-select-dropdown {
    display: none; position: absolute; top: calc(100% + 4px); left: 0;
    z-index: 9999; background: #fff; border: 1px solid #ddd;
    border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.13); width: 230px;
}
.flag-select-dropdown.open { display: block; }
.flag-search {
    width: 100%; border: none; border-bottom: 1px solid #eee;
    padding: 8px 12px; outline: none; border-radius: 8px 8px 0 0; font-size: .85rem;
}
.flag-options-list { max-height: 220px; overflow-y: auto; }
.flag-opt {
    display: flex; align-items: center; padding: 6px 12px; cursor: pointer;
}
.flag-opt:hover { background: #f0f4ff; }
.flag-opt img { width: 28px; height: 20px; object-fit: cover; display: block; }
.flag-sel-img { flex-shrink: 0; width: 22px; height: 16px; object-fit: cover; }

.status-select {
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    padding: 2px 4px;
    outline: none;
    appearance: auto;
}
.status-select.status-opened    { color: #0d6efd; }
.status-select.status-contacted { color: #198754; }
.status-select.status-closed    { color: #fd7e14; }
.status-select.status-cancelled { color: #dc3545; }

