.accordion-button
{
    color:#41a8bf !important;
}

.btn-primary
{
    background-color: #41a8bf !important;
}

.vision-btn,.goal-vision-btn
{
    background-color: #41a8bf !important;
}

body {
          
            background-color: #f8f9fa;
              /* background: #F1EFEF; */
            color: #333;
            padding-top: 76px; 
        }
        
        .navbar {
            background-color: #022c42;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 15px 0;
            transition: opacity 0.5s ease, visibility 0.5s ease;
            height: 80px; 
        }
        
        .navbar.hidden {
            opacity: 0;
            visibility: hidden;
        }
        
        .navbar-brand {
            margin-left: 15px;
            height: 100px; 
            display: flex;
            align-items: center;
        }
        
        .navbar-brand img {
            height: 80px;
            width: auto;
        }
        
        .nav-link {
            
            font-weight: 500;
            margin: 0 10px;
            position: relative;
            color: #fff !important;
            font-size: 1.2rem;
            padding: 10px 15px !important;
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            /* background-color: #c29b40; */
            transition: width 0.3s;
        }
        
        .nav-link:hover:after {
            width: 100%;
        }
        
        .hero-section {
            height: 100vh;
            display: flex;
            align-items: flex-end;
            position: relative;
            overflow: hidden;
        }
        
        .hero-bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.7);
            z-index: -1;
        }
        
        .hero-content {
            max-width: 100%;
            position: relative;
            z-index: 1;
            padding-bottom: 60px;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
             color: #0d3461;
        }
        
        .hero-subtitle {
            font-size: 1.8rem;
            font-weight: 300;
            color: white;
        }
        
        .hero-description {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: white;
            max-width: 700px;
        }
        
        .gold-accent {
              color: #157ed4;
        }
        
        .section-title {
            font-weight: 700;
            margin-bottom: 3rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            /* background-color: #c29b40; */
            bottom: 0;
            left: 0;
        }
     
        .navbar-toggler {
            border: none;
            padding: 0;
            width: 30px;
            height: 20px;
            position: relative;
            margin-right: 15px;
            z-index: 1000;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .navbar-toggler span {
            display: block;
            height: 3px;
            width: 150%;
            background-color: #333;
            margin: 6px 0;
            transition: all 0.3s;
        }
        
        .nav-overlay {
            position: fixed;
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: white;
            display: flex;
            z-index: 999;
            transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        .nav-overlay.active {
            top: 0;
        }
        
        .nav-image-section {
            width: 50%;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .nav-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .nav-image-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }
        
        .sba-overlay {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
        }
        
        .sba-text {
            font-size: 5vw;
            font-weight: 800;
            letter-spacing: 0.5vw;
            line-height:1.1;
            color: transparent;
            -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            margin: 0;
            padding: 0;
        }
        
        .sba-subtext {
            font-size: 1.5vw;
            font-weight: 300;
            letter-spacing: 0.8vw;
            margin-top: 10px;
            color: rgba(255, 255, 255, 0.9);
            text-transform: uppercase;
        }
        
        .nav-links-section {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 5%;
        }
        
        .nav-overlay-content {
            text-align: left;
        }
        
        .nav-overlay-content .nav-link {
            color: black !important;
            font-size: 2rem;
            margin: 15px 0;
            display: block; 
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s, transform 0.5s;
            padding: 10px 0 !important;
            position: relative;
            text-align: left;
            width: 100%;
        }
        
        .nav-overlay-content::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 3px;
            /* background: linear-gradient(to bottom, #c29b40, transparent); */
        }
        
        .nav-overlay-content .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #157ed4;
            transition: width 0.3s;
        }
        
        .nav-overlay-content .nav-link:hover:after {
            width: 30%; 
        }
        
        .nav-overlay.active .nav-overlay-content .nav-link {
            opacity: 1;
            transform: translateY(0);
        }
        
        .nav-overlay-content .nav-link:nth-child(1) { transition-delay: 0.1s; }
        .nav-overlay-content .nav-link:nth-child(2) { transition-delay: 0.2s; }
        .nav-overlay-content .nav-link:nth-child(3) { transition-delay: 0.3s; }
        .nav-overlay-content .nav-link:nth-child(4) { transition-delay: 0.4s; }
        .nav-overlay-content .nav-link:nth-child(5) { transition-delay: 0.5s; }
        
        .close-btn {
            position: absolute;
            top: 25px;
            right: 30px;
            color: #157ed4; ;
            font-size: 2.5rem;
            cursor: pointer;
            z-index: 1001;
            opacity: 0;
            transition: opacity 0.3s;
            /* background: rgba(0, 0, 0, 0.5); */
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition-delay: 0.3s;
        }
        
        .nav-overlay.active .close-btn {
            opacity: 1;
        }
        
        
        .navbar-collapse {
            display: none !important;
        }
        
        .navbar-toggler {
            display: block !important;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .hero-title {
                font-size: 3rem;
            }
            .hero-subtitle {
                font-size: 2.5rem;
            }
        }
        
        @media (max-width: 992px) {
            .nav-image-section {
                display: none;
            }
            
            .nav-links-section {
                width: 100%;
                text-align: center;
            }
            
            .nav-overlay-content {
                text-align: center;
                padding-left: 0;
            }
            
            .nav-overlay-content::before {
                display: none;
            }
            
            .nav-overlay-content .nav-link {
                display: block; 
                text-align: center;
                font-size: 1.8rem;
            }
            
            .nav-overlay-content .nav-link:after {
                left: 50%;
                transform: translateX(-50%);
                width: 0;
            }
            
            .nav-overlay-content .nav-link:hover:after {
                width: 30%;
                left: 50%;
                transform: translateX(-50%);
            }
            
            .close-btn {
                top: 20px;
                right: 20px;
                width: 40px;
                height: 40px;
                font-size: 1.8rem;
            }
            
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.3rem;
            }
            
            .hero-content {
                padding-bottom: 40px;
            }
            
            .navbar-brand img {
                height: 30px; 
            }
            
            .navbar-brand {
                height: 60px;
            }
            
            .hero-section {
                align-items: center; 
            }
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2rem;
                margin-top: 20px;
            }
            
            .hero-subtitle {
                font-size: 2rem;
            }
            
            .hero-description {
                font-size: 0.95rem;
            }
            
            .nav-overlay-content .nav-link {
                font-size: 1.5rem;
                margin: 12px 0;
            }
            
            .navbar {
                height: 70px;
                padding: 10px 0;
            }
            
            body {
                padding-top: 70px;
            }
            
            .hero-content {
                padding-bottom: 30px;
            }
        }
        
        @media (max-width: 576px) {
            .hero-title {
                font-size: 1.8rem;
            }
            
            .hero-subtitle {
                font-size: 1rem;
            }
            
            .hero-description {
                font-size: 0.9rem;
            }
            
            .nav-overlay-content .nav-link {
                font-size: 1.3rem;
                margin: 10px 0;
            }
            
            .close-btn {
                top: 15px;
                right: 15px;
                width: 35px;
                height: 35px;
                font-size: 1.5rem;
            }
            
            .navbar-toggler {
                width: 25px;
                height: 18px;
            }
            
            .navbar-toggler span {
                height: 2px;
                margin: 5px 0;
            }
        }

       /* section 2 */

        .who-we-are-section {
            padding: 80px 0;
            /* background-color: #fff; */
            margin-top: 20px;
        }
        
        .section-heading {
            font-size: 3rem;
            font-weight: 700;
            color:  #157ed4;
            position: relative;
            padding-bottom: 15px;
        }
        
        .content-block {
            margin-bottom: 40px;
        }
        
        .content-block h3 {
            font-size: 1.5rem;
            color: #0d3461;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .content-block p {
            color: #666;
            line-height: 1.7;
            margin-bottom: 20px;
        }
        
        .expandable-section {
            margin-top: 25px;
        }
        
        .expandable-item {
            border-bottom: 1px solid #e9ecef;
            padding: 20px 0;
        }
        
        .expandable-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            padding-right: 20px;
        }
        
        .expandable-header h4 {
            font-size: 1.1rem;
            color: #0d3461;
            margin: 0;
            font-weight: 600;
        }
        
        .expandable-icon {
            font-size: 2rem;
            color: #157ed4;
            transition: transform 0.3s ease;
            font-weight: 300;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .expandable-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
            color: #666;
            line-height: 1.7;
        }
        
        .expandable-item.active .expandable-content {
            max-height: 500px;
            margin-top: 20px;
        }
        
        /* Layout styles for side-by-side sections */
        .side-by-side-container {
            display: flex;
            gap: 40px;
        }
        
        .left-content {
            flex: 1;
        }
        
        .right-content {
            flex: 1;
        }
        
        @media (max-width: 992px) {
            .side-by-side-container {
                flex-direction: column;
                gap: 30px;
            }
            
            .section-heading {
                font-size: 2rem;
            }
            
            .content-block h3 {
                font-size: 1.3rem;
            }
            
            .expandable-header h4 {
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 768px) {
            .who-we-are-section {
                padding: 60px 0;
            }

             .expandable-section {
               margin-top: 0;
            }
            
            .section-heading {
                font-size: 1.8rem;
            }
            
            .expandable-header {
                padding-right: 10px;
            }
            
            .expandable-icon {
                font-size: 1.5rem; 
            }
        }
        
        .btn-primary {
            background-color: #0d3461;
            border-color: #0d3461;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
        }
        
        .btn-primary:hover {
            background-color: #0a2a4d;
            border-color: #0a2a4d;
        }

        /* New Section Styles */
        .vision-section {
            background-color: #020202;
            color: white;
            padding: 80px 0;
        }
        
        .vision-container {
            max-width: 1400px;
            width: 100%;
            margin: 0 auto;
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }
        
        .vision-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        
        .vision-image {
            flex: 1.2;
            min-width: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            overflow: hidden;
            height: 600px;
        }
        
        .vision-image-container {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .vision-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .vision-content {
            flex: 1;
            min-width: 300px;
            padding: 50px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .vision-title {
            font-size: 2.8rem;
            margin-bottom: 20px;
            color: white;
            line-height: 1.2;
            font-weight: 600;
            letter-spacing: -0.5px;
        }
        
        .vision-text {
            font-size: 1rem;
            margin-bottom: 25px;
            color: white;
            line-height: 1.6;
        }
        
        .vision-btn {
            display: inline-block;
            background: #157ed4;
            color: white;
            padding: 10px 10px;
            text-decoration: none;
            border-radius: 4px;
            font-weight: bold;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            text-align: center;
            width: 160px;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 10px rgba(21, 126, 212, 0.25);
        }
        
        .vision-btn:hover {
            background: #0d3461;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(21, 126, 212, 0.35);
        }
        
        @media (max-width: 992px) {
            .vision-wrapper {
                flex-direction: column;
            }
            
            .vision-image {
                height: 450px;
                width: 100%;
            }
            
            .vision-content {
                padding: 35px 30px;
            }
            
            .vision-title {
                font-size: 2.4rem;
            }
            
            .vision-text {
                font-size: 0.95rem;
            }
        }
        
        @media (max-width: 768px) {
            .vision-section {
                padding: 60px 0;
                margin: 60px 0;
            }
            
            .vision-content {
                padding: 30px 25px;
            }
            
            .vision-title {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 576px) {
            .vision-section {
                padding: 40px 0;
                margin: 40px 0;
            }
            
            .vision-content {
                padding: 25px 20px;
            }
            
            .vision-title {
                font-size: 2rem;
            }
            
            .vision-text {
                font-size: 0.9rem;
            }
            
            .vision-btn {
                width: 140px;
                padding: 8px;
            }

            .vision-image {
                height: 350px;
            }

            
        }
          
      /* Our Goal And Vision Section Styles */
        .goal-vision-section {
            padding: 80px 0;
          
        }
        
        .goal-vision-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px;
        }
        
        .goal-vision-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: flex-start;
        }
        
        /* Overlapping Images */
        .goal-vision-images {
            flex: 1;
            min-width: 300px;
            position: relative;
            height: 450px;
        }
        
        .goal-vision-image {
            position: absolute;
            width: 80%;
            height: 70%;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0,0,0,0.12);
        }
        
        .goal-vision-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .goal-vision-image:hover img {
            transform: scale(1.05);
        }
      
        .goal-vision-image-1 {
            top: 0;
            right: 0;
            z-index: 1;   
            width: 95%;
            height: 70%;
        }

        .goal-vision-image-2 {
            top: 40%;
            left: 5%;
            z-index: 2;   
            width: 80%;
            height: 65%;
        }

        /* Content */
        .goal-vision-content {
            flex: 1;
            min-width: 300px;
            padding-top:0;
        }
        
        .goal-vision-title {
            font-size: 3rem;
            font-weight: 700;
            color: #0d3461;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 12px;
        }
        
        .goal-vision-text {
            font-size: 1rem;
            line-height: 1.7;
            color: #666;
            margin-bottom: 20px;
        }
        
        .goal-vision-btn {
            display: inline-block;
            background: #157ed4;
            color: white;
            padding: 12px 28px;
            text-decoration: none;
            border-radius: 4px;
            font-weight: bold;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
            text-align: center;
            letter-spacing: 0.5px;
        }
        
        .goal-vision-btn:hover {
            background: #0d3461;
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(13, 52, 97, 0.25);
        }
        
        /* Responsive Fixes */
        @media (max-width: 768px) {
            .goal-vision-section {
                padding: 60px 0;
            }
            
            .goal-vision-container {
                padding: 0 20px;
            }
            
            .goal-vision-wrapper {
                flex-direction: column;
                gap: 30px;
                text-align: center;
                align-items: center;
            }
            
            .goal-vision-images {
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 20px;
                position: static;
                width: 100%;
            }
            
            .goal-vision-image {
                position: static;
                width: 100%;
                height: 250px;
                margin-bottom: 20px;
            }
            
            .goal-vision-content {
                text-align: center;
                margin-top: 0;
            }
            
            .goal-vision-title {
                font-size: 1.8rem;
            }
            
            .goal-vision-text {
                font-size: 1rem;
            }
        }
        
        @media (max-width: 576px) {
            .goal-vision-section {
                padding: 50px 0;
            }
            
            .goal-vision-image {
                height: 200px;
            }
            
            .goal-vision-title {
                font-size: 1.5rem;
            }
            
            .goal-vision-btn {
                width: 100%;
                padding: 10px;
            }
        }

        /* Tablet view - maintain overlapping */
        @media (min-width: 769px) and (max-width: 992px) {
            .goal-vision-images {
                height: 380px;
            }
            
            .goal-vision-title {
                font-size: 2.2rem;
            }
            
            .goal-vision-text {
                font-size: 1.1rem;
            }
        }
      
        /* new section */
        /* Container */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      
    }

    /* Heading + paragraph side by side */
    .header-desc-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
      margin-bottom: 50px;
    }
    
    .header {
      flex: 1;
      min-width: 250px;
    }
    
    .header h1 {
      font-size: 2.5rem;
      color: white ;
      margin-bottom: 15px;
      text-align: left;
    }
    
    .description {
      flex: 1;
      min-width: 250px;
    }

    .description p {
      font-size: 1.1rem;
      color: white;
      max-width: 500px;
      line-height: 1.8;
      text-align: left;
    }
    
    /* Stats line */
    .stats-container {
      display: flex;
      justify-content: center;
      gap: 170px;
      margin-top: 40px;
      flex-wrap: wrap;
    }
    
    .stat {
      text-align: center;
    }
    
    .stat-number {
      font-size: 7rem;
      font-weight: 400;
      color: #41a8bf ;
      margin-bottom: 10px;
    }
    
    .stat-label {
      font-size: 1.4rem;
      color:white;
    }
    
    @media (max-width: 768px) {
      .header h1 {
        font-size: 2rem;
      }
      .stat-number {
        font-size: 5rem;
      }
    }
    
    @media (max-width: 576px) {
      .header h1 {
        font-size: 1.8rem;
      }
      .description p {
        font-size: 1rem;
      }
      .stats-container {
        gap: 40px;
      }
      .stat-number {
        font-size: 3.5rem;
      }
    }

      /* our location css */
        .location-section {
            background-color:  #F1EFEF;
            padding: 80px 0;
            text-align: center;
        }
        .section-heading {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 30px;
            color:  #0d3461;
        }
        .location-list {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        .location-item {
            display: flex;
            align-items: center;
            font-size: 1.2rem;
            color: black;
        }
        .icon-check {
            color:black;
            margin-right: 8px;
            font-size: 1.4rem;
        }
        .divider {
            color: #95a5a6;
            font-weight: 300;
        }
        .map-container {
            max-width: 500px;
            margin: 0 auto;
            border-radius: 10px;
            overflow: hidden;
        }
        .map-img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .section-heading {
                font-size: 2rem;
            }
            .location-item {
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 576px) {
            .location-list {
                flex-direction: column;
                gap: 10px;
            }
            .divider {
                display: none;
            }
        }
       

  /* video-section  */


            .video-section {
      position: relative;
      height: 70vh;
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: left;
    }

    .video-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      z-index: -1;
    }

    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0;
    }

    .content {
      position: relative;
      z-index: 1;
      max-width: 600px;
    }

    .btn-custom {
      background-color:#41a8bf !important;
      color: #fff;
      font-weight: bold;
      border: none;
      padding: 10px 25px;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background-color: #0d3461;
      color: #f8f9fa;
    }
    


    /* footer */
     .footer {
      background-color: #2c2b2b;
      color: #fff;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
    }
    .footer a:hover {
      color: #aaa;
    }
    .footer .social-icons a {
      font-size: 25px;
      margin-right: 15px;
      display: inline-block;
    }
    .footer h5 {
      margin-bottom: 20px;
      font-weight: 600;
    }
    .footer .contact-info i {
      margin-right: 10px;
      color: #fff;
    }

    

    /* === Content Section === */
   

    .sticky-filter {

      top: 0;
      padding: 1.5rem 0;
      z-index: 100;
   
    }

    /* === Filter Buttons === */
    .filter-btns .btn {
      border-radius: 0;
      margin: 0 5px;
      border: 1px solid #022e47;
      color: #022e47;
      background: transparent;
      transition: all 0.3s ease;
    }

    .filter-btns .btn.active,
    .filter-btns .btn:hover {
      background-color: #022e47;
      color: #fff;
    }

    /* === Portfolio Cards === */
    .portfolio-card {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      position: relative;
      margin-bottom: 1.5rem;
    }

    .portfolio-card img {
      height: 460px;
      width: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .portfolio-card:hover img {
      transform: scale(1.08);
    }

    /* === Card Overlay === */
    .card-overlay {
      position: absolute;
      bottom: 25px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(255,255,255,0.85);
      padding: 25px;
      width: 90%;
      border-radius: 5px;
      text-align: left;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .card-overlay h5 {
      margin-bottom: 10px;
      color: #000;
      font-weight: 600;
    }

    .card-overlay .btn {
      padding: 8px 20px;
      font-size: 0.9rem;
      background-color: #022e47;
      color: #fff;
      border: none;
    }

    .card-overlay .btn:hover {
      background-color: #03466b;
    }
    

    

  /* Quick contact Section */
.quick-support {
  background-color: #ffff;
  padding: 30px ;
}

.quick-support img {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  
}

.quick-support h2 {
  font-size: 2.2rem;
  font-weight: 600;
}

.quick-support p {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.quick-support a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s;
}

.quick-support a:hover {
  color: #007bff;
}

.quick-support .icon {
  font-size: 3rem;
  color: #333;
}

/* Contact Form Section */
.contact-form {
  background: #fafafa;
  padding: 80px 0;
}

.contact-form .form-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.contact-form .form-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-form .form-label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #222;
}

/* Stylish Input Fields */
.contact-form .form-control {
  border: none;               
  border-bottom: 2px solid #ddd; 
  border-radius: 0;             
  background: transparent;     
  padding: 10px 5px;
  font-size: 1rem;
  color: #111;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-bottom-color: #007bff; 
  box-shadow: none;
  outline: none;
}


.contact-form textarea {
  resize: none;
  min-height: 120px;
}

.contact-form .btn-dark {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 30px;
  background: #007bff;
  border: none;
  transition: all 0.3s ease;
}

.contact-form .btn-dark:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form .form-title {
    font-size: 2rem;
  }
  .contact-form .form-desc {
    font-size: 0.95rem;
  }
}
.contact-form h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
}

.contact-form .col-lg-5 p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.contact-form .col-lg-5 {
  padding: 30px;
  border-radius: 10px;
  
}


     
   /* Services Hero Section */
    .services-hero {
      position: relative;
      padding: 110px 0;
      margin-bottom: 60px;
        background: linear-gradient(135deg, #022f47 0%, #041d2c 50%, #000814 100%);
      color: white;
    }

    

    .services-heading {
      max-width: 650px;
      padding-left: 30px; /* Push content from left */
     
    }

    .services-heading h1 {
      font-size: calc(1.375rem + 1.5vw);
     font-weight: 700 !important;
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    }

    .services-heading p {
      font-size: 1.35rem;
      line-height: 1.6;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
      color:  #3498db;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .services-heading {
        padding-left: 20px;
     
      }

      .services-heading h1 {
        font-size: 2rem;
      }

      .services-heading p {
        font-size: 1rem;
      }

       .btn-discuss {
        font-size: 1rem;
        padding: 8px 18px; /* Slimmer button on mobile */
      }
    }

     .btn-discuss {
      display: inline-block;
      padding: 10px 24px;   /* Slimmer height */
      font-size: 1.1rem;
      font-weight: 600;
      color: #fff;
      background: #41a8bf;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

     .btn-discuss:hover {
      background: #217dbb;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.4);
    }
    
    .service-card {
      background: white;
      border-radius: 15px;
      padding: 35px 25px;
      text-align: center;
      transition: all 0.4s ease;
     
      cursor: pointer;
      height: 100%;
      border: none;
      position: relative;
      overflow: hidden;
    }
    
    .service-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #42a8bf;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.5s ease;
    }
    
    .service-card:hover {
      transform: translateY(-10px) scale(1.02);
      
    }
    
    .service-card:hover::before {
      transform: scaleX(1);
    }
    
    .service-card i {
      font-size: 48px;
      margin-bottom: 20px;
      color: #42a8bf;
      transition: all 0.3s ease;
    }
    
    .service-card:hover i {
      transform: scale(1.1);
      /* color: #FF416C; */
    }
    
    .service-card h5 {
      font-weight: 700;
      margin-bottom: 15px;
      color: #333;
      font-size: 1.3rem;
    }
    
    .service-card p {
      font-size: 15px;
      color: #666;
      line-height: 1.6;
    }





      
/* .team-section */

 


      /* testimonials-section */
        
     .testimonials-section {
      padding: 60px 0;

      position: relative;
     
    }
    .t-section-title {
      text-align: center;
      margin-bottom: 40px;
      font-size: 3rem;
     font-weight: 700;
      color: #0d3461;
      position: relative;
      padding-bottom: 15px;
    }
    
    .testimonial-card {
      background: white;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      margin: 15px 10px;
      transition: all 0.3s ease;
      height: 100%;
      opacity: 0.9;
      transform: translateY(5px);
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
      opacity: 1;
    }
    .quote-icon {
      font-size: 22px;
      color: #3498db;
      margin-bottom: 15px;
    }
    .testimonial-text {
      color: #555;
      line-height: 1.7;
      margin-bottom: 10px;
      font-style: italic;
      font-size: 15px;

      /* Limit to 3 lines cross-browser */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      display: box;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      transition: all 0.5s ease;
    }
    .testimonial-text.expanded {
      -webkit-line-clamp: unset;
      line-clamp: unset;
    }
    .read-more-btn {
      border: #41a8bf !important;
      background: none;
      color: #ffff;
      font-weight: 600;
      cursor: pointer;
      padding: 0;
      margin-bottom: 15px;
      transition: all 0.3s;
    }
    .read-more-btn:hover {
      background-color: #41a8bf !important;  
      color: #fff;
      text-decoration: underline;
    }
    .client-info {
      display: flex;
      align-items: center;
      margin-top: 15px;
    }
    .client-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #3498db;
    }
    .client-details {
      margin-left: 15px;
    }
    .client-name {
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 3px;
      font-size: 16px;
    }
    .client-title {
      color: #7f8c8d;
      font-size: 14px;
    }
    .carousel-control-prev, .carousel-control-next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(52, 152, 219, 0.7);
      top: 50%;
      transform: translateY(-50%);
      opacity: 0.8;
      transition: all 0.3s ease;
    }
    .carousel-control-prev:hover, .carousel-control-next:hover {
      background: rgba(52, 152, 219, 0.9);
      opacity: 1;
    }
    .carousel-control-prev {
      left: 10px;
    }
    .carousel-control-next {
      right: 10px;
    }
    .carousel-container {
      position: relative;
      padding: 0 40px;
    }
    .carousel-indicators {
      bottom: -40px;
    }
    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: transparent;
      border: 2px dotted #3498db;
      margin: 0 5px;
      transition: all 0.3s ease;
    }
    .carousel-indicators .active {
      background-color: #3498db;
      border: 2px solid #3498db;
    }
    
    /* Animation for carousel */
    .carousel-item {
      transition: transform 0.6s ease-in-out;
    }
    
    @media (max-width: 767.98px) {
      .carousel-container {
        padding: 0 20px;
      }
      .testimonial-card {
        margin: 10px 0;
      }

      .t-section-title {
      font-size:2rem ;
     
    }
    
    }




      /* .team-section  */
    .team-section {
      padding: 60px 0;
    }

    .team-title {
     font-weight: 700;
      text-align: center;
      margin-bottom: 10px;
      font-size: 3rem;
      color:#022e47;
    }

    

    .social-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      margin-top: 8px;
    }

    .social-box .arrow-icon {
      font-size: 20px;
      color: #0A66C2;
    }

    .t-social-icons a {
      color: #0A66C2;
      font-size: 28px;
      display: inline-block;
      transition: 0.3s;
    }

    .t-social-icons a:hover {
      color: #022e47;
    }
    .team-subtitle {
     text-align: center;
      color: #666;
      margin-bottom: 40px;
      /* font-size: 20px; */
}


 /* // faqs section */
    .faqs-section {
      background: linear-gradient(135deg, #022f47 0%, #041d2c 50%, #000814 100%);
      padding: 6rem 1rem; 
      border-radius: 0;
      color: white; 
      margin-bottom: 2rem;
    }
    
    .faqs-content {
      max-width: 800px;
      margin: 0 auto;
    }
    
    .search-input {
      max-width: 720px;
      margin: 2rem auto 0;
    }
    
    .faq-card {
      transition: transform 0.12s ease, box-shadow 0.12s ease;
      border: 2px solid rgba(0,0,0,0.125);
      margin-bottom: 1rem;
      overflow: hidden;
    }
    
    .faq-card.hide {
      display: none !important;
    }
    
    .faq-card:hover {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    
    .accordion-button:not(.collapsed) {
      background-color: rgba(2, 47, 71, 0.05);
      color:#3c096c; 
      font-weight: 600;
    }
    
    .accordion-button {
      color: #3c096c; 
      font-weight: 600;
    }
    
    .accordion-button:focus {
      box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); 
      border-color: #6f42c1;
    }
    
    @media (max-width: 576px) {
      .faqs-section {
        padding: 3.5rem 1rem; 
      }
    }


       
.h4-all{
 margin-bottom: 1.7rem !important;
 font-weight: 500;
}


 /* General Styles */
        .last-section {
            font-family: 'Poppins', sans-serif;
            color: #333;
            line-height: 1.6;
            
        }
        
        .about-heading-secondary {
            font-size: 2.5rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
            font-weight: 700;
            color: #022e47;
        }
        
        .about-heading-tertiary {
            color: #2c3e50;
            margin-bottom: 5px;
            font-size: 1.5rem;
            font-weight: 600;
        }
        
        /* about section */
        .executive-team {
            padding: 100px 0;
            background: url('./img/home-bg-new.png') fixed;
            background-size: cover;
            position: relative;
        }
        
        .executive-team::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
        }
        
        .team-member-card {
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.4s ease;
            background: white;
            position: relative;
            z-index: 1;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .team-member-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .team-member-img-container {
            flex: 0 0 auto;
            overflow: hidden;
        }
        
        .team-member-img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        
        .team-member-card:hover .team-member-img {
            transform: scale(1.05);
        }
        
        .team-member-content {
            padding: 25px;
            flex: 1;
        }
        
        .team-member-content h5 {
            color: #3498db;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        .team-member-content p {
            color: #7f8c8d;
            margin-bottom: 0;
        }
        
        
        
        .professional-associations {
            padding: 100px 0;
            background-color: white;
            position: relative;
        }
        
        .professional-associations::before {
            content: '';
            position: absolute;
            top: -50px;
            left: 0;
            width: 100%;
            height: 100px;
            background: #f8f9fa;
            transform: skewY(-2deg);
            z-index: -1;
        }
        
        .association-list {
            list-style-type: none;
            padding: 0;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .association-list li {
            padding: 15px 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .association-list li:hover {
            background-color: rgba(231, 76, 60, 0.05);
            padding-left: 10px;
        }
        
        .association-list li:last-child {
            border-bottom: none;
        }
        
        .association-list li i {
            color: #3498db;
            margin-right: 15px;
            font-size: 1.2rem;
            width: 25px;
            text-align: center;
        }

        .section-heading {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
        }
        
        .section-heading p {
            max-width: 700px;
            margin: 0 auto;
            font-size: 1.1rem;
            color: #7f8c8d;
        }
        
       
        
        @media (max-width: 992px) {
            .page-header {
                padding: 80px 0;
            }
            
            .page-header .about-heading {
                font-size: 2.5rem;
            }
            
            .section-heading .about-heading-secondary {
                font-size: 2rem;
            }
            
            .value-item {
                flex-direction: column;
                text-align: center;
            }
            
            .value-icon {
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .team-member-content {
                text-align: center;
                padding: 20px;
            }
            
            .team-member-img {
                height: 250px;
            }
            
            .page-header .about-heading {
                font-size: 2rem;
            }
            
            .section-heading .about-heading-secondary {
                font-size: 1.8rem;
            }
        }
        
        /* For browsers that don't support aspect-ratio */
        @supports not (aspect-ratio: 1/1) {
            .value-icon::before {
                content: "";
                display: block;
                padding-top: 100%;
                float: left;
            }
        }

        /* Media query adjustments for mobile */
        @media (max-width: 992px) {
            .value-icon {
                width: 70px;
                height: 70px;
                flex: 0 0 70px;
                margin-right: 0;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 768px) {
            .value-icon {
                width: 60px;
                height: 60px;
                flex: 0 0 60px;
            }
            
            .value-icon i {
                font-size: 1.5rem !important;
            }
        }
        
        /* Hero Section Styling */
        .page-header {
            min-height: 50vh;
            background: linear-gradient(135deg, #022f47 0%, #041d2c 50%, #000814 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        /* Bigger Logo (Default Desktop) */
        .page-header img {
            width: 250px;   /* default size for desktop */
            height: auto;
            margin-bottom: 25px;
            animation: zoomIn 1.2s ease;
        }

        /* Heading */
        .page-header h1 {
            color: white;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
            animation: fadeInDown 1s ease;
            font-size: 2.8rem;
        }

        /* Tagline */
        .page-header p {
            font-size:1.35rem;
            color: silver;
            animation: fadeInUp 1.5s ease;
        }

        /* Animations */
        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes zoomIn {
            from { opacity: 0; transform: scale(0.5); }
            to { opacity: 1; transform: scale(1); }
        }

        /* Responsive Fixes */
        @media (max-width: 768px) {
            .page-header img {
                width: 180px; /* tablet size */
            }
            
            .page-header h1 {
                font-size: 2rem;
            }
            
            .page-header p {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 480px) {
            .page-header img {
                width: 130px; /* mobile size */
            }
            
            .page-header h1 {
                font-size: 1.6rem;
            }
            
            .page-header p {
                font-size: 1rem;
            }
        }

        /* Company Overview */
        .company-overview {
            padding: 80px 0;
            background-color: white;
        }
        
        .company-overview .lead {
            font-size: 1.1rem;
            margin-bottom: 20px;
            position: relative;
            padding-left: 20px;
            border-left: 4px solid #3498db;
            font-size: 1.15rem;
        }

        /* Collage Styling */
        .collage img {
            width: 100%;
            height: 200px; /* uniform height */
            object-fit: cover;
            border-radius: 12px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .collage img:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        }

        /* Responsive fix */
        @media (max-width: 767.98px) {
            .collage img {
                height: 160px; /* small devices me thoda chhota */
            }
        }
        
        /* Animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-fade-in {
            animation: fadeIn 1s ease forwards;
        }
        
        .delay-1 {
            animation-delay: 0.2s;
        }
        
        /* Fix for Our Values section alignment */
        .value-content {
            flex: 1;
        }
        
       
        
        /* NEW STYLES FOR COMBINED SECTIONS */
        .combined-sections {
            padding: 100px 0;
            position: relative;
        }
        
        .combined-sections::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.9);
            z-index: -1;
        }
        
        .team-associations-container {
           
            background-size: cover;
            position: relative;
            padding: 80px 0;
        }
        
        .team-associations-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.9);
        }
        
        .team-col {
            padding-right: 30px;
        }
        
        .associations-col {
            padding-left: 30px;
        }
        
        @media (max-width: 991px) {
            .team-col, 
            .associations-col {
                padding: 0 15px;
            }
        }
        
        /* FIXED STYLES FOR EQUAL HEIGHT BOXES */
        .equal-height-container {
            display: flex;
            flex-wrap: wrap;
        }
        
        .equal-height-col {
            display: flex;
        }
        
        .association-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            height: 100%;
            width: 100%;
        }
        
        /* Ensure both boxes are equal height */
        .team-member-card, .association-card {
            min-height: 500px;
        }
        
        @media (max-width: 991px) {
            .team-member-card, .association-card {
                min-height: auto;
                margin-bottom: 30px;
            }
        }
        
        /* Improved image display */
        .team-member-img-container {
            height: 350px;
            overflow: hidden;
        }
        
        .team-member-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        @media (max-width: 768px) {
            .team-member-img-container {
                height: 300px;
            }
        }

        /* .our-values */

         .our-values {
            padding: 60px 0 80px 0 !important; 
            background-color: #fff;
            position: relative;
        }
        
        .values-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .values-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
        
        .value-card-new {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .value-card-new:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .value-header {
            padding: 30px 20px;
            text-align: center;
            color: white;
        }
        
        .value-icon-new {
            font-size: 2.8rem;
            margin-bottom: 20px;
        }
        
        .value-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 0;
        }
        
        .value-body {
            padding: 25px 20px;
            flex-grow: 1;
            display: flex;
            align-items: center;
            background: #f9f9f9;
        }
        
        .value-description {
            color: #7f8c8d;
            margin: 0;
            text-align: center;
            line-height: 1.6;
            font-size: 1rem;
        }
        
        /* Different colors for each card */
        .value-card-new:nth-child(1) .value-header {
            background: #41a8bf; /* Light blue */
        }
        
        .value-card-new:nth-child(2) .value-header {
            background: #022e47; /* Dark blue */
        }
        
        .value-card-new:nth-child(3) .value-header {
            background: #41a8bf; /* Light blue */
        }
        
        .value-card-new:nth-child(4) .value-header {
            background: #022e47; /* Dark blue */
        }
        
        .values-heading {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .values-subheading {
            font-size: 2.2rem;
            font-weight: 700;
            color: #022e47;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        
        .our-values .about-heading-secondary {
            font-size: 1.8rem;
            margin-bottom: 10px;
        }

        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .values-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .values-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .values-subheading {
                font-size: 1.8rem;
            }
        }
       .mv-section {
            padding: 80px 0;
            text-align: center;
           
        }
        
        .section-title {
            font-weight: 800;
            font-size: 2.8rem;
            background: #022e47;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
       
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #6c757d;
            margin-bottom: 60px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .mv-box {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 40px 30px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
            border-left: 5px solid #41a8bf;
        }
        
        .mv-box.mission {
            border-left-color: #41a8bf;
        }
        
        .mv-box.vision {
            border-left-color: #41a8bf;
        }
        
        .mv-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .icon-container {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 2.2rem;
            color: white;
            position: relative;
            z-index: 1;
        }
        
        .icon-container::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: inherit;
            opacity: 0.2;
            z-index: -1;
            transform: scale(1.5);
        }
        
        .mission .icon-container {
            background: #41a8bf;
        }
        
        .vision .icon-container {
            background: #41a8bf;
        }
        
        .mv-box h3 {
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: #022e47;
        }
        
        .mv-box p {
            color: #555;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
        }
        
        .number-badge {
            position: absolute;
            top: -15px;
            right: -15px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.5rem;
            color: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .mission .number-badge {
            background: #41a8bf;
        }
        
        .vision .number-badge {
            background: #41a8bf;
        }
        
        .mv-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #3498db, #022e47);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }
        
        .mv-box:hover::before {
            transform: scaleX(1);
        }
        
        @media (max-width: 768px) {
            .mv-section {
                padding: 50px 0;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .mv-box {
                margin-bottom: 30px;
            }
        }

.testimonials-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  position: relative;
}

.t-section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 3rem;
  position: relative;
}

.t-section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #3498db, #2c3e50);
  border-radius: 2px;
}

.carousel-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin: 1rem;

  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
 
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 4rem;
  color: #3498db;
  opacity: 0.1;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  border: 2px solid #e9ecef;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.read-more-btn {
 
  color: #41a8bf;
  border: none;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.read-more-btn:hover {
  background-color: #41a8bf !important;
  transform: translateY(-2px);
  
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  
  transition: all 0.3s ease;
  margin: 0 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: ##42a8bf;
  transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 20px 20px;
  
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  
}

/* Carousel Indicators */
.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
  background-color: #42a8bf;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #3498db;
  transform: scale(1.2);
  border-color: #42a8bf;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0;
  }
  
  .t-section-title {
    font-size: 2rem;
  }
  
  .testimonial-card {
    padding: 2rem;
    margin: 0.5rem;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
    margin: 0 10px;
  }
  
  .testimonial-card:hover {
    transform: none;
  }
}

@media (max-width: 576px) {
  .carousel-container {
    padding: 0 15px;
  }
  
  .testimonial-card {
    padding: 1.5rem;
  }
  
  .testimonial-card img {
    width: 60px;
    height: 60px;
  }
}

/* Animation for carousel items */
.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item.active .testimonial-card {
  animation: fadeIn 0.6s ease-out;
}

/* Gradient border effect */
.testimonial-card::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(45deg, #3498db, #2c3e50);
  border-radius: 20px 20px 0 0;
}




/* Who We are */
 .uce-container {
            max-width: 1200px;
            margin: 0 auto;
         
        }
        
        /* Section Styles */
        .uce-who-we-are {
            padding: 80px 0;
            background-color: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        
        .uce-side-by-side {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: flex-start;
        }
        
        .uce-left-content {
            flex: 1;
            min-width: 300px;
        }
        
        .uce-right-content {
            flex: 1;
            min-width: 300px;
        }
        
        /* Typography */
        .uce-section-heading {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a365d;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .uce-section-heading:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background: #41a8bf;
            border-radius: 2px;
        }
        
        .uce-content-block {
            margin-bottom: 40px;
        }
        
        .uce-content-block p {
            font-size: 1.1rem;
            color: #4a5568;
            line-height: 1.8;
        }
        
        /* Expandable Section */
        .uce-expandable-section {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
        
        .uce-expandable-item {
            border-bottom: 1px solid #e2e8f0;
            transition: all 0.3s ease;
        }
        
        .uce-expandable-item:last-child {
            border-bottom: none;
        }
        
        .uce-expandable-header {
            padding: 25px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            background-color: #fff;
            transition: background-color 0.3s ease;
        }
        
        .uce-expandable-header:hover {
            background-color: #f7fafc;
        }
        
        .uce-expandable-header h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2d3748;
            margin: 0;
        }
        
        .uce-expandable-icon {
            font-size: 1.2rem;
            font-weight: 300;
            color: #4299e1;
            transition: transform 0.3s ease;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #ebf8ff;
        }
        
        .uce-expandable-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            background-color: #f8fafc;
        }
        
        .uce-expandable-content p {
            padding: 0 30px 25px;
            color: #4a5568;
            line-height: 1.7;
            margin: 0;
        }
        
        .uce-expandable-item.uce-active .uce-expandable-content {
            max-height: 200px;
        }
        
        .uce-expandable-item.uce-active .uce-expandable-icon {
            transform: rotate(180deg);
            background-color: #41a8bf;
            color: white;
        }
        
        /* Stats Section */
        .uce-stats-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 40px;
        }
        
        .uce-stat-item {
            flex: 1;
            min-width: 150px;
            text-align: center;
            padding: 20px 15px;
            background: linear-gradient(135deg, #f7fafc, #edf2f7);
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        
        .uce-stat-number {
            font-size: 2.2rem;
            font-weight: 700;
            color: #2b6cb0;
            margin-bottom: 5px;
            transition: all 0.5s ease;
        }
        
        .uce-stat-label {
            font-size: 0.9rem;
            color: #718096;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .uce-side-by-side {
                flex-direction: column;
                gap: 40px;
            }
            
            .uce-section-heading {
                font-size: 2rem;
            }
            
            .uce-expandable-header {
                padding: 20px;
            }
            
            .uce-expandable-content p {
                padding: 0 20px 20px;
            }
            
            .uce-stats-container {
                flex-direction: column;
            }
        }

        .cta-section-simple {
  background: #2c3e50;
  padding: 70px 0;
  text-align: center;
}

.cta-simple-content h2 {
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-simple-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 2rem;
}

.cta-simple-btn {
  display: inline-block;
  background: #42a8bf;
  color: white;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid #42a8bf;
}

.cta-simple-btn:hover {
  background: #42a8bf;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}





/* Contact Page */
 /* contact Section */
    .contact-section {
      background: linear-gradient(135deg, #022f47 0%, #041d2c 50%, #000814 100%);
      color: white;
      padding: 120px 0;
      text-align: center;
    }
    .contact-section h1 {
      font-weight: 700;
      font-size: 3rem;
      margin-bottom: 20px;
    }
      .contact-section p {
       color: #45A8BB;
       font-size: 1.9rem;
       margin: 0 auto 30px;
       font-weight: 700;
       white-space: nowrap; 
    }

    /* Section Title */
    .section-title h2 {
      font-weight: 700;
      color: #012a4a;
    }
    .section-title p {
    font-size:18px;  
    color: #444;
    line-height: 1.6;
    max-width: 800px; 
   }

    /* Form Style */
    .contact-form {
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
    }
    .form-label {
      font-weight: 500;
      margin-bottom: 6px;
      color: #333;
    }
    .form-control, .form-select {
      border-radius: 8px;
      padding: 12px 15px;
      font-size: 0.95rem;
      border: 1px solid #ddd;
    }
    .form-control:focus, .form-select:focus {
      border-color: #45A8BB;
      box-shadow: 0 0 0 0.1rem rgba(32,178,170,0.3);
    }

    /* Buttons */
    .btn-discard {
      background: #fff;
      border: 2px solid #45A8BB;
      color: #20b2aa;
      padding: 8px 20px;
      border-radius: 8px;
      font-weight: 500;
      width: 48%;
    }
    .btn-discard:hover {
      background: #f1fdfc;
    }
    .btn-save {
      background: #45A8BB;
      border: none;
      color: #fff;
      padding: 8px 20px;
      border-radius: 8px;
      font-weight: 500;
      width: 48%;
    }
    .btn-save:hover {
      background: #3795a7;
    }

    /* Quick Support */
    .quick-support h4 {
      color: #012a4a;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 1.6rem;
    }
    .support-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }
    .support-item i {
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #45A8BB;
      color: #fff;
      border-radius: 6px;
      font-size: 1.2rem;
      margin-right: 12px;
      flex-shrink: 0;
    }
    .support-item div {
      word-wrap: break-word;
      word-break: break-word;
      max-width: calc(100% - 60px);
    }
    .support-item p {
      font-size: 0.9rem;
      margin-bottom: 0;
    }

    .social-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    .social-icons a {
      font-size: 2rem;
      margin-left: 15px;
      color: #45A8BB;
      transition: 0.3s;
    }
    .social-icons a:hover {
      color: #000;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .contact-section h1 {
        font-size: 2.5rem;
      }
      .contact-section p {
        font-size: 1.4rem;
      }
      .section-title p {
        font-size: 1.2rem;
      }
    }

    @media (max-width: 768px) {
      .contact-section h1 {
        font-size: 2.2rem;
      }
      .contact-section p {
         white-space: normal; 
         font-size: 1.2rem;
      }
      .section-title h2 {
        font-size: 1.8rem;
      }
    }

    @media (max-width: 576px) {
      .contact-section {
        padding: 80px 20px;
      }
      .contact-section h1 {
        font-size: 1.8rem;
      }
      .contact-section p {
        font-size: 1rem;
      }
      .btn-discard,
      .btn-save {
        width: 100% !important;
        margin-bottom: 10px;
      }
    }


    /* Welcome Sectio */
    .who-we-are-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
        }
        
        .who-we-are-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.03"><polygon fill="%233498db" points="0,1000 1000,0 1000,1000"/></svg>');
            background-size: cover;
        }
        
        .full-width-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }
        
        .side-by-side-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 80px;
            position: relative;
            z-index: 1;
        }
        
        .left-content {
            flex: 1;
            max-width: 700px;
        }
        
        .section-heading {
            font-size: 36px;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 30px;
            line-height: 1.2;
            position: relative;
        }
       
        
        .content-block {
            background: white;
            padding: 40px;
            border-radius: 15px;
            position: relative;
            border-left: 6px solid #42a8bf;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
        }
        
        .content-block:hover {
            transform: translateY(-8px);
           
        }
        
        .content-block p {
            font-size: 18px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 0;
        }
        
        .right-content {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin: 40px 0;
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 12px;
            transition: all 0.3s ease;
            border: 1px solid rgba(52, 152, 219, 0.1);
        }
        
        .feature-item:hover {
            background: white;
            transform: translateX(10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: #42a8bf;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            flex-shrink: 0;
        }
        
        .feature-text {
            font-weight: 700;
            color: #2c3e50;
            font-size: 18px;
        }
        
        .stats-container {
            display: flex;
            justify-content: space-between;
            margin: 50px 0 40px;
            padding-top: 40px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .stat-item {
            text-align: center;
            flex: 1;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #3498db;
            line-height: 1;
            display: block;
        }
        
        .stat-label {
            font-size: 1rem;
            color: #7f8c8d;
            margin-top: 10px;
            font-weight: 600;
        }
        
        .cta-button {
            display: inline-block;
            margin-top: 30px;
            padding: 15px 40px;
            background: #42a8bf;
            color: white;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(52, 152, 219, 0.4);
            color: white;
        }
        
        .illustration {
            width: 100%;
            max-width: 500px;
        }
        
        .engineering-svg {
            width: 100%;
            height: auto;
            filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
        }
        
        /* Animation for the content */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animated {
            animation: fadeInUp 0.8s ease-out;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .full-width-container {
                padding: 0 30px;
            }
            
            .side-by-side-container {
                gap: 60px;
            }
            
            .section-heading {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 992px) {
            .side-by-side-container {
                flex-direction: column;
                text-align: center;
                gap: 50px;
            }
            
            .section-heading::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }
            
            .left-content {
                max-width: 100%;
            }
            
            .illustration {
                max-width: 400px;
            }
        }
        
        @media (max-width: 768px) {
            .who-we-are-section {
                padding: 80px 0;
            }
            
            .full-width-container {
                padding: 0 20px;
            }
            
            .section-heading {
                font-size: 2.5rem;
            }
            
            .content-block {
                padding: 30px;
            }
            
            .content-block p {
                font-size: 1.1rem;
            }
            
            .stats-container {
                flex-direction: column;
                gap: 30px;
            }
            
            .stat-number {
                font-size: 2.5rem;
            }
            
            .feature-item {
                padding: 15px;
            }
            
            .feature-icon {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }
        }
        
        @media (max-width: 576px) {
            .section-heading {
                font-size: 2rem;
            }
            
            .content-block {
                padding: 25px;
            }
            
            .feature-grid {
                gap: 15px;
            }
            
            .cta-button {
                padding: 12px 30px;
                font-size: 1rem;
            }
        }




        /* Our Work Section */
         .uce-our-work-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            position: relative;
        }

        .uce-our-work-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.02"><polygon fill="%232c3e50" points="0,0 1000,1000 0,1000"/></svg>');
            background-size: cover;
        }

        .uce-section-title {
            text-align: center;
            font-size: 3rem;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
        }

        .uce-section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 5px;
            background: linear-gradient(90deg, #3498db, #2c3e50);
            border-radius: 5px;
        }

        .uce-section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto 60px;
            line-height: 1.6;
        }

        .uce-projects-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .uce-project-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
           
            transition: all 0.3s ease;
            position: relative;
        }

        .uce-project-card:hover {
            transform: translateY(-10px);
         
        }

        .uce-project-image {
            height: 250px;
            background:#42a8bf;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 4rem;
            position: relative;
            overflow: hidden;
        }

        .uce-project-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
        }

        .uce-project-content {
            padding: 25px;
        }

        .uce-project-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 10px;
        }

        .uce-project-location {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #3498db;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .uce-project-location i {
            font-size: 1rem;
        }

        .uce-project-description {
            color: #555;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .uce-project-features {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 20px;
        }

        .uce-project-feature {
            background: rgba(52, 152, 219, 0.1);
            color: #3498db;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .uce-project-status {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .uce-status-completed {
            background: rgba(46, 204, 113, 0.1);
            color: #27ae60;
        }

        .uce-status-ongoing {
            background: rgba(241, 196, 15, 0.1);
            color: #f39c12;
        }

        .uce-cta-container {
            text-align: center;
            margin-top: 40px;
        }

        .uce-cta-button {
            display: inline-block;
            padding: 15px 40px;
            background: linear-gradient(90deg, #3498db, #2c3e50);
            color: white;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .uce-cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(52, 152, 219, 0.4);
            color: white;
        }

        .uce-cta-button i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .uce-cta-button:hover i {
            transform: translateX(5px);
        }

        /* Animation for project cards */
        @keyframes uce-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .uce-animated {
            animation: uce-fadeInUp 0.8s ease-out;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .uce-our-work-section {
                padding: 60px 0;
            }

            .uce-section-title {
                font-size: 2.2rem;
            }

            .uce-projects-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .uce-project-image {
                height: 200px;
                font-size: 3rem;
            }
        }

        @media (max-width: 576px) {
            .uce-section-title {
                font-size: 1.8rem;
            }

            .uce-project-content {
                padding: 20px;
            }
        }


        /* Why choose us */
         .uce-why-choose-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
        }

        .uce-why-choose-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.03"><polygon fill="%2341a8bf" points="0,1000 1000,0 1000,1000"/></svg>');
            background-size: cover;
        }

        .uce-section-title {
            text-align: center;
            font-size: 3rem;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
        }

        .uce-section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 5px;
            background: linear-gradient(90deg, #41a8bf, #2c3e50);
            border-radius: 5px;
        }

        .uce-section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto 60px;
            line-height: 1.6;
        }

        .uce-features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-bottom: 60px;
        }

        .uce-feature-card {
            background: white;
            border-radius: 15px;
            padding: 40px 25px;
            text-align: center;
           
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .uce-feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(65, 168, 191, 0.05) 0%, rgba(65, 168, 191, 0.02) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .uce-feature-card:hover {
            transform: translateY(-10px);
           
            border-color: rgba(65, 168, 191, 0.2);
        }

        .uce-feature-card:hover::before {
            opacity: 1;
        }

        .uce-feature-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 25px;
            background: rgba(65, 168, 191, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .uce-feature-card:hover .uce-feature-icon {
            background: rgba(65, 168, 191, 0.2);
            transform: scale(1.1);
        }

        .uce-feature-icon i {
            font-size: 1.8rem;
            color: #41a8bf;
            transition: all 0.4s ease;
        }

        .uce-feature-card:hover .uce-feature-icon i {
            color: #2c3e50;
            transform: scale(1.1);
        }

        .uce-feature-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            position: relative;
            z-index: 2;
            transition: color 0.4s ease;
        }

        .uce-feature-card:hover .uce-feature-title {
            color: #41a8bf;
        }

        .uce-feature-description {
            color: #555;
            line-height: 1.6;
            position: relative;
            z-index: 2;
            transition: color 0.4s ease;
            flex-grow: 1;
        }

        .uce-feature-card:hover .uce-feature-description {
            color: #2c3e50;
        }

        /* Stats Section */
        .uce-stats-section {
            background: white;
            border-radius: 20px;
            padding: 60px 40px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            margin-top: 40px;
            position: relative;
            z-index: 1;
        }

        .uce-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            text-align: center;
        }

        .uce-stat-item {
            padding: 20px;
        }

        .uce-stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #41a8bf;
            line-height: 1;
            margin-bottom: 10px;
            display: block;
        }

        .uce-stat-label {
            font-size: 1.1rem;
            color: #2c3e50;
            font-weight: 600;
        }

        /* Animation */
        @keyframes uce-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .uce-animated {
            animation: uce-fadeInUp 0.8s ease-out;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .uce-features-grid {
                gap: 20px;
            }
            
            .uce-feature-card {
                padding: 35px 20px;
            }
            
            .uce-feature-title {
                font-size: 1.2rem;
            }
            
            .uce-feature-description {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 992px) {
            .uce-features-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
            
            .uce-stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }
            
            .uce-feature-card {
                padding: 40px 25px;
            }
            
            .uce-feature-title {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 768px) {
            .uce-why-choose-section {
                padding: 60px 0;
            }

            .uce-section-title {
                font-size: 2.2rem;
            }

            .uce-features-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }

            .uce-feature-card {
                padding: 30px 25px;
            }

            .uce-stats-section {
                padding: 40px 25px;
            }

            .uce-stats-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .uce-stat-number {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 576px) {
            .uce-section-title {
                font-size: 1.8rem;
            }
            
            .uce-feature-icon {
                width: 60px;
                height: 60px;
            }
            
            .uce-feature-icon i {
                font-size: 1.6rem;
            }
            
            .uce-feature-title {
                font-size: 1.2rem;
            }
            
            .uce-stat-number {
                font-size: 2.2rem;
            }
        }

        /* Industries Serve */
        .uce-industries-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            position: relative;
            overflow: hidden;
        }

        .uce-industries-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.02"><polygon fill="%2341a8bf" points="500,0 1000,500 500,1000 0,500"/></svg>');
            background-size: cover;
        }

        .uce-section-title {
            text-align: center;
            font-size: 3rem;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
        }

        .uce-section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 5px;
            background: #42a8bf;
            border-radius: 5px;
        }

        .uce-section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto 60px;
            line-height: 1.6;
        }

        .uce-industries-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }

        .uce-industry-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
           
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            border: 3px solid transparent;
            cursor: pointer;
        }

        .uce-industry-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(65, 168, 191, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .uce-industry-card:hover::before {
            left: 100%;
        }

        .uce-industry-card:hover {
            transform: translateY(-15px) scale(1.02);
       
            border-color: #41a8bf;
        }

        .uce-industry-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            background: #41a8bf;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .uce-industry-card:hover .uce-industry-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 10px 25px rgba(65, 168, 191, 0.3);
        }

        .uce-industry-icon i {
            font-size: 2.5rem;
            color: white;
            transition: all 0.4s ease;
        }

        .uce-industry-card:hover .uce-industry-icon i {
            transform: scale(1.1);
        }

        .uce-industry-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            position: relative;
            z-index: 2;
            transition: all 0.4s ease;
        }

        .uce-industry-card:hover .uce-industry-title {
            color: #41a8bf;
        }

        .uce-industry-description {
            color: #555;
            line-height: 1.6;
            position: relative;
            z-index: 2;
            transition: color 0.4s ease;
            font-size: 0.95rem;
        }

        .uce-industry-card:hover .uce-industry-description {
            color: #2c3e50;
        }

        .uce-industry-stats {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }

        .uce-industry-card:hover .uce-industry-stats {
            opacity: 1;
            transform: translateY(0);
        }

        .uce-stat-bubble {
            background: rgba(65, 168, 191, 0.1);
            color: #41a8bf;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        /* Floating elements */
        .uce-floating-element {
            position: absolute;
            background: rgba(65, 168, 191, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .uce-floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }

        .uce-floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 20%;
            right: 8%;
            animation-delay: 1s;
        }

        .uce-floating-element:nth-child(3) {
            width: 100px;
            height: 100px;
            bottom: 15%;
            left: 8%;
            animation-delay: 2s;
        }

        .uce-floating-element:nth-child(4) {
            width: 70px;
            height: 70px;
            bottom: 25%;
            right: 5%;
            animation-delay: 3s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(10deg);
            }
        }

        /* Animation */
        @keyframes uce-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .uce-animated {
            animation: uce-fadeInUp 0.8s ease-out;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .uce-industries-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }

        @media (max-width: 768px) {
            .uce-industries-section {
                padding: 60px 0;
            }

            .uce-section-title {
                font-size: 2.2rem;
            }

            .uce-industries-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }

            .uce-industry-card {
                padding: 30px 25px;
            }

            .uce-industry-icon {
                width: 80px;
                height: 80px;
            }

            .uce-industry-icon i {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .uce-section-title {
                font-size: 1.8rem;
            }

            .uce-industry-title {
                font-size: 1.3rem;
            }

            .uce-floating-element {
                display: none;
            }
        }

        /* Call to action */
         .uce-cta-section {
            padding: 120px 0;
            background: #2c3e50;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .uce-cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.05"><polygon fill="%23ffffff" points="0,1000 1000,0 1000,1000"/></svg>');
            background-size: cover;
        }

        .uce-cta-container {
            position: relative;
            z-index: 2;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

        .uce-cta-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 25px;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .uce-cta-subtitle {
            font-size: 1.3rem;
            margin-bottom: 40px;
            opacity: 0.9;
            line-height: 1.6;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .uce-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            padding: 18px 45px;
            background: black;
            color: white;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.2rem;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 10px 30px rgba(65, 168, 191, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
        }

        .uce-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #42a8bf;
            transition: left 0.6s ease;
        }

        .uce-cta-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 15px 40px rgba(65, 168, 191, 0.5);
            color: white;
        }

        .uce-cta-button:hover::before {
            left: 100%;
        }

        .uce-cta-button i {
            font-size: 1.3rem;
            transition: transform 0.3s ease;
        }

        .uce-cta-button:hover i {
            transform: translateX(5px);
        }

        .uce-cta-features {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 60px;
            flex-wrap: wrap;
        }

        .uce-cta-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.1);
            padding: 15px 25px;
            border-radius: 25px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }

        .uce-cta-feature:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-3px);
        }

        .uce-cta-feature i {
            font-size: 1.2rem;
            color: #41a8bf;
        }

        .uce-cta-feature span {
            font-weight: 600;
            font-size: 0.95rem;
        }

        /* Floating elements */
        .uce-floating-shape {
            position: absolute;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite;
        }

        .uce-floating-shape:nth-child(1) {
            width: 120px;
            height: 120px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }

        .uce-floating-shape:nth-child(2) {
            width: 80px;
            height: 80px;
            top: 20%;
            right: 8%;
            animation-delay: 2s;
        }

        .uce-floating-shape:nth-child(3) {
            width: 150px;
            height: 150px;
            bottom: 15%;
            left: 8%;
            animation-delay: 4s;
        }

        .uce-floating-shape:nth-child(4) {
            width: 100px;
            height: 100px;
            bottom: 25%;
            right: 5%;
            animation-delay: 6s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
        }

        /* Pulse animation for button */
        @keyframes pulse {
            0% {
                box-shadow: 0 10px 30px rgba(65, 168, 191, 0.3);
            }
            50% {
                box-shadow: 0 10px 30px rgba(65, 168, 191, 0.6);
            }
            100% {
                box-shadow: 0 10px 30px rgba(65, 168, 191, 0.3);
            }
        }

        .uce-cta-button {
            animation: pulse 3s ease-in-out infinite;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .uce-cta-section {
                padding: 80px 0;
            }

            .uce-cta-title {
                font-size: 2.5rem;
            }

            .uce-cta-subtitle {
                font-size: 1.1rem;
                margin-bottom: 30px;
            }

            .uce-cta-button {
                padding: 15px 35px;
                font-size: 1.1rem;
            }

            .uce-cta-features {
                gap: 20px;
                margin-top: 40px;
            }

            .uce-cta-feature {
                padding: 12px 20px;
            }

            .uce-floating-shape {
                display: none;
            }
        }

        @media (max-width: 576px) {
            .uce-cta-title {
                font-size: 2rem;
            }

            .uce-cta-subtitle {
                font-size: 1rem;
            }

            .uce-cta-button {
                padding: 12px 30px;
                font-size: 1rem;
            }

            .uce-cta-features {
                flex-direction: column;
                align-items: center;
            }

            .uce-cta-feature {
                width: 100%;
                max-width: 250px;
                justify-content: center;
            }
        }


        /* Trusted By Brands */
      .uce-brands-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.uce-brands-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.02"><polygon fill="%2341a8bf" points="0,0 1000,500 0,1000"/></svg>');
    background-size: cover;
}

.uce-section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 50px;
    position: relative;
}

.uce-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #41a8bf, #2c3e50);
    border-radius: 5px;
}

.uce-brands-carousel {
    position: relative;
    max-width: 400px;
    margin: 0 auto 50px;
    height: 120px;
    overflow: hidden;
}

.uce-brands-track {
    display: flex;
    height: 100%;
    width: max-content;
    animation: slideContinuous 15s linear infinite;
}

.uce-brand-slide {
    flex: 0 0 400px; /* Full width for single slide */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.uce-brand-logo {
    max-width: 300px;
    max-height: 80px;
    object-fit: contain;
    transition: all 0.5s ease;
}

.uce-brand-slide:hover .uce-brand-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* Continuous sliding animation - single slide */
@keyframes slideContinuous {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-400px * 3)); /* Move by 3 slides (original set) */
    }
}

/* Pause animation on hover */
.uce-brands-track:hover {
    animation-play-state: paused;
}

/* Remove dots and progress bar */
.uce-carousel-controls,
.uce-progress-bar {
    display: none;
}

.uce-cta-container {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}



/* Floating elements */
.uce-floating-badge {
    position: absolute;
    background: rgba(65, 168, 191, 0.1);
    border-radius: 50%;
}

.uce-floating-badge:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 20%;
    left: 10%;
}

.uce-floating-badge:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 12%;
}

.uce-floating-badge:nth-child(3) {
    width: 70px;
    height: 70px;
    bottom: 25%;
    left: 12%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .uce-brands-section {
        padding: 60px 0;
    }

    .uce-section-title {
        font-size: 2rem;
    }

    .uce-brands-carousel {
        height: 100px;
        max-width: 300px;
    }

    .uce-brand-slide {
        flex: 0 0 300px;
    }

    .uce-brand-logo {
        max-width: 250px;
        max-height: 60px;
    }

    @keyframes slideContinuous {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-300px * 3));
        }
    }

    .uce-main-cta-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .uce-section-title {
        font-size: 1.6rem;
    }

    .uce-brands-carousel {
        height: 80px;
        max-width: 250px;
    }

    .uce-brand-slide {
        flex: 0 0 250px;
    }

    .uce-brand-logo {
        max-width: 200px;
        max-height: 50px;
    }

    @keyframes slideContinuous {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-250px * 3));
        }
    }

    .uce-floating-badge {
        display: none;
    }
}


/* Floating elements */
.uce-floating-badge {
    position: absolute;
    background: rgba(65, 168, 191, 0.1);
    border-radius: 50%;
}

.uce-floating-badge:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 20%;
    left: 10%;
}

.uce-floating-badge:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 12%;
}

.uce-floating-badge:nth-child(3) {
    width: 70px;
    height: 70px;
    bottom: 25%;
    left: 12%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .uce-brands-section {
        padding: 60px 0;
    }

    .uce-section-title {
        font-size: 2rem;
    }

    .uce-brands-carousel {
        height: 100px;
        max-width: 600px;
    }

    .uce-brand-slide {
        flex: 0 0 200px; /* 600px / 3 slides */
    }

    .uce-brand-logo {
        max-width: 150px;
        max-height: 60px;
    }

    @keyframes slideContinuous {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-200px * 3));
        }
    }

    .uce-main-cta-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .uce-section-title {
        font-size: 1.6rem;
    }

    .uce-brands-carousel {
        height: 80px;
        max-width: 400px;
    }

    .uce-brand-slide {
        flex: 0 0 133.33px; /* 400px / 3 slides */
    }

    .uce-brand-logo {
        max-width: 120px;
        max-height: 50px;
    }

    @keyframes slideContinuous {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-133.33px * 3));
        }
    }

    .uce-floating-badge {
        display: none;
    }
}


/* Floating elements */
.uce-floating-badge {
    position: absolute;
    background: rgba(65, 168, 191, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.uce-floating-badge:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.uce-floating-badge:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 12%;
    animation-delay: 2s;
}

.uce-floating-badge:nth-child(3) {
    width: 70px;
    height: 70px;
    bottom: 25%;
    left: 12%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(180deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .uce-brands-section {
        padding: 60px 0;
    }

    .uce-section-title {
        font-size: 2rem;
    }

    .uce-brands-carousel {
        height: 100px;
        max-width: 600px;
    }

    .uce-brand-logo {
        max-width: 150px;
        max-height: 60px;
    }

    .uce-main-cta-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .uce-section-title {
        font-size: 1.6rem;
    }

    .uce-brands-carousel {
        height: 80px;
        max-width: 400px;
    }

    .uce-brand-logo {
        max-width: 120px;
        max-height: 50px;
    }

    .uce-floating-badge {
        display: none;
    }
}

        /* Floating elements */
        .uce-floating-badge {
            position: absolute;
            background: rgba(65, 168, 191, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .uce-floating-badge:nth-child(1) {
            width: 60px;
            height: 60px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .uce-floating-badge:nth-child(2) {
            width: 40px;
            height: 40px;
            top: 30%;
            right: 12%;
            animation-delay: 2s;
        }

        .uce-floating-badge:nth-child(3) {
            width: 70px;
            height: 70px;
            bottom: 25%;
            left: 12%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-15px) rotate(180deg);
            }
        }

        /* Progress bar */
        .uce-progress-bar {
            width: 100%;
            height: 3px;
            background: #ecf0f1;
            border-radius: 2px;
            margin-top: 20px;
            overflow: hidden;
        }

        .uce-progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #41a8bf, #2c3e50);
            border-radius: 2px;
            width: 0%;
            transition: width 4s linear;
        }

        .uce-progress-fill.active {
            width: 100%;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .uce-brands-section {
                padding: 60px 0;
            }

            .uce-section-title {
                font-size: 2rem;
            }

            .uce-brands-carousel {
                height: 100px;
                max-width: 500px;
            }

            .uce-brand-placeholder {
                width: 200px;
                height: 60px;
                font-size: 1.2rem;
            }

            .uce-cta-button {
                padding: 12px 30px;
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .uce-section-title {
                font-size: 1.6rem;
            }

            .uce-brands-carousel {
                height: 80px;
                max-width: 400px;
            }

            .uce-brand-placeholder {
                width: 180px;
                height: 50px;
                font-size: 1rem;
            }

            .uce-carousel-dot {
                width: 10px;
                height: 10px;
            }

            .uce-floating-badge {
                display: none;
            }
        }

        /* CTA Buttons */
        .uce-main-cta-btn {
            display: inline-block;
            padding: 14px 32px;
            background-color: #45A8BB;
            color: white;
            border: none;
            border-radius: 6px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.2s 
        ease;
        }

        .uce-main-cta-btn:hover {
            background-color: #3A8FA0;
        }

        .uce-main-cta-btn:active {
            background-color: #2F7685;
        }

        /* footer style */
        .uce-footer-main {
            background-color: #022f47 !important;
            padding: 60px 0 30px;
            color: #ffffff;
        }

        .uce-footer-main h4 {
            color: #45A8BB;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .uce-social-icons {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
        }

        .uce-social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(69, 168, 187, 0.1);
            border-radius: 50%;
            color: #45A8BB;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid rgba(69, 168, 187, 0.3);
        }

        .uce-social-icons a:hover {
            background-color: #45A8BB;
            color: #022f47;
            transform: translateY(-2px);
        }

        .uce-contact-info p {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            line-height: 1.5;
        }

        .uce-contact-info i {
            color: #45A8BB;
            margin-top: 2px;
            min-width: 16px;
        }

        .uce-footer-links ul {
            padding: 0;
            margin: 0;
        }

        .uce-footer-links li {
            margin-bottom: 12px;
        }

        .uce-footer-links a {
            color: #b0b0b0;
            text-decoration: none;
            transition: color 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .uce-footer-links a:hover {
            color: #45A8BB;
        }

        .uce-footer-links a::before {
            content: "→";
            color: #45A8BB;
            font-weight: bold;
        }

        .uce-footer-bottom {
            border-top: 1px solid rgba(69, 168, 187, 0.2);
            padding-top: 20px;
            margin-top: 30px;
            text-align: center;
            color: #b0b0b0;
            font-size: 0.9rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .uce-footer-main {
                padding: 40px 0 20px;
            }
            
            .uce-footer-main h4 {
                margin-top: 25px;
            }
            
            .uce-social-icons {
                justify-content: center;
            }
            
            .uce-contact-info p {
                justify-content: center;
                text-align: center;
            }
        }

        @media (max-width: 576px) {
            .uce-footer-main {
                text-align: center;
            }
            
            .uce-footer-links a {
                justify-content: center;
            }
        }

        /* Projects Card */
        /* Hidden details section */
  .uce-portfolio-item {
            margin-bottom: 30px;
        }

        .uce-project-card {
            border: none;
            border-radius: 12px;
            transition: all 0.3s ease;
            overflow: hidden;
            background: white;
        }

        .uce-project-card:hover {
            transform: translateY(-5px);
           
        }

        .uce-project-image {
            width: 100%;
            height: 400px;
            
        }

        .uce-project-content {
            padding: 25px;
        }

        .uce-project-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 18px;
        }

        .uce-project-description {
            color: #555;
            line-height: 1.6;
            margin-bottom: 20px;
            font-size: 0.95rem;
        }

        .uce-project-meta {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .uce-meta-item {
            margin-bottom: 8px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 0.9rem;
            color: #555;
        }

        .uce-meta-item:last-child {
            margin-bottom: 0;
        }

        .uce-meta-icon {
            color: #45A8BB;
            margin-top: 2px;
            min-width: 16px;
        }

        .uce-meta-label {
            color: #2c3e50;
            font-weight: 600;
            min-width: 70px;
        }

        .uce-project-btn {
            background-color: #45A8BB;
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background-color 0.2s ease;
            text-decoration: none;
            display: inline-block;
        }

        .uce-project-btn:hover {
            background-color: #3A8FA0;
            color: white;
            text-decoration: none;
        }

        /* Alternative compact style */
        .uce-project-meta-compact {
            display: grid;
            grid-template-columns: 1fr;
            gap: 8px;
            margin-bottom: 20px;
        }

        .uce-meta-compact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            background: #f8f9fa;
            border-radius: 6px;
            border-left: 3px solid #45A8BB;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .uce-project-image {
                height: 400px;
            }
            
            .uce-project-content {
                padding: 20px;
            }
            
            .uce-project-title {
                font-size: 1.2rem;
            }
        }


          .sticky-filter {
            
            top: 0;
          
            padding: 20px 0;
            z-index: 100;
            margin-bottom: 30px;
        }

        .filter-btns .btn {
            margin: 5px;
            background-color: #f8f9fa;
            border: 2px solid #dee2e6;
            color: #495057;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .filter-btns .btn.active,
        .filter-btns .btn:hover {
            background-color: #45A8BB;
            border-color: #45A8BB;
            color: white;
        }

        .uce-portfolio-item {
    transition: all 0.4s ease;
}

.uce-portfolio-item.hidden {
   display:none;
}

.uce-portfolio-item.visible {
    opacity: 1;
    transform: scale(1);
    height: auto;
    margin-bottom: 30px;
}


 .uce-project-meta.clean {
            background: #fafbfc;
            border: 1px solid #e2e8f0;
            box-shadow: none;
        }

        .uce-project-meta.clean p:hover {
            background: #ffffff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
        }

        .uce-project-meta > p > i 
        {
            color:#41a8bf;
        }

         .uce-project-meta > p 
        {
            font-size: 14px;
        }






        .services-heading > p
        {
            color: #41a8bf !important;
        }




        .company-overview {
            padding: 80px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        }

        .company-overview .lead {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #555;
            margin-bottom: 25px;
        }

        .company-overview .lead:first-child {
            font-weight: 600;
            color: #2c3e50;
            font-size: 1.2rem;
        }

        .collage-grid {
            height: 400px;
        }

        .collage-main {
            grid-row: span 2;
        }

        .collage-secondary {
            display: grid;
            grid-template-rows: 1fr 1fr;
            gap: 15px;
        }

        .collage-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
           
        }

        .collage-grid img:hover {
            
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .company-overview {
                padding: 60px 0;
            }
            
            .collage-grid {
                height: 350px;
                margin-top: 40px;
            }
        }

        @media (max-width: 768px) {
            .company-overview {
                padding: 40px 0;
            }
            
            .collage-grid {
                height: 300px;
                grid-template-columns: 1fr;
            }
            
            .collage-main {
                grid-row: span 1;
            }
            
            .company-overview .lead {
                font-size: 1rem;
            }
        }


         .sticky-contact-minimal {
            position: fixed;
            bottom: 25px;
            right: 25px;
            z-index: 1000;
        }

        .contact-minimal {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 20px;
            background-color: #41a8bf;
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .contact-minimal:hover {
            background-color: #3a8fa0;
            color: white;
            text-decoration: none;
        }






        /* Team Card */

        .team-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.team-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.team-info {
    padding: 25px;
}

.team-info h5 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 8px;
    line-height: 1.3;
}

.team-info p {
    color: #41a8bf;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.social-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f3f5;
}

.arrow-icon {
    color: #41a8bf;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.team-card:hover .arrow-icon {
    transform: translateX(5px);
}

.t-social-icons {
    display: flex;
    gap: 12px;
}

.t-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #41a8bf;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.t-social-icons a:hover {
    background: #41a8bf;
    color: white;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-card img {
        height: auto;
    }
    
    .team-info {
        padding: 20px;
    }
    
    .team-info h5 {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .team-card img {
        height: auto;
    }
    
    .team-info {
        padding: 18px;
    }
    
    .team-info h5 {
        font-size: 1.1rem;
    }
    
    .social-box {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .t-social-icons {
        width: 100%;
        justify-content: flex-start;
    }
}





/* Add this CSS for the projects counter section */
.uce-projects-counter {
    text-align: center;
    background: linear-gradient(135deg, #41a8bf, #3498db);
    color: white;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
}

.uce-projects-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><polygon fill="%23ffffff" points="50,0 100,50 50,100 0,50"/></svg>');
    background-size: cover;
}

.uce-projects-counter .number {
    font-size: 3.5rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.uce-projects-counter .label {
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 0.9;
}

.uce-projects-counter .sub-label {
    font-size: 1rem;
    opacity: 0.8;
    margin-top: 8px;
    font-weight: 500;
}