* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #f7f7f7;
  color: #222;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* ======================================================= */



        
        :root {
            --brand-blue: #234598;  
            --brand-red: #ec680e;   
            --text-dark: #333333;
            --text-light: #ffffff;

            --text-dark: #212529;
            --text-muted: #6c757d;
        }

        /* --- TOP BAR --- */
        .top-bar {
            background-color: var(--brand-blue);
            color: var(--text-light);
            padding: 8px 0;
            font-size: 14px;
        }
        .top-bar a {
            color: var(--text-light);
            text-decoration: none;
            margin-left: 15px;
            transition: 0.3s;
        }
        .top-bar a:hover {
            color: #ddd;
        }

        /* --- MAIN NAVBAR --- */
        .navbar {
            background-color: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            padding: 10px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .navbar-brand img {
            height: 60px; 
            width: auto;
        }

        .navbar-brand-text {
            font-weight: 800;
            font-size: 28px;
            color: var(--brand-blue);
            letter-spacing: 1px;
            text-decoration: none;
        }
        .navbar-brand-text span {
            color: var(--brand-red);
        }

        .nav-link {
            color: var(--text-dark) !important;
            font-weight: 500;
            font-size: 16px;
            padding: 10px 15px !important;
            position: relative;
        }

     
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            background: var(--brand-red);
            bottom: 0;
            left: 0;
            transition: width 0.3s;
        }

        .nav-link:hover::after, .nav-item.active .nav-link::after {
            width: 100%;
        }

        .nav-link:hover {
            color: var(--brand-blue) !important;
        }

       
        @media (min-width: 992px) {
            
            /* Basic Dropdown Hover Logic */
            .navbar-nav .dropdown:hover > .dropdown-menu {
                display: block;
                animation: fadeIn 0.3s ease;
                margin-top: 0; 
            }

            .dropdown-menu {
                border: none;
                border-top: 3px solid var(--brand-red);
                box-shadow: 0 8px 16px rgba(0,0,0,0.1);
                border-radius: 0 0 5px 5px;
                padding: 10px 0;
                min-width: 260px;
            }

            .dropdown-item {
                padding: 10px 20px;
                font-size: 15px;
                color: #555;
                position: relative;
            }

            .dropdown-item:hover {
                background-color: #f8f9fa;
                color: var(--brand-blue);
                padding-left: 25px; 
                transition: 0.2s;
            }

           
            .dropend:hover > .dropdown-menu {
                display: block;
                top: 0;
                left: 100%;
                margin-left: 0;
                margin-top: -3px;  
            }
            
             
            .dropend:hover > .dropdown-item::after {
                transform: rotate(-90deg);
            }

             
            .dropdown-toggle::after {
                vertical-align: middle;
            }

           
            .has-megamenu {
                position: static !important;  
            }

            .megamenu {
                left: 0;
                right: 0;
                width: 100%;
                padding: 30px;
                margin-top: 0;
                border-top: 3px solid var(--brand-blue);  
            }
        }

        
        .offcanvas {
            max-width: 80%;  
        }
        
        .offcanvas-header {
            background-color: var(--brand-blue);
            color: white;
        }
        

        .btn-close-white {
            filter: invert(1);
        }

        @media (max-width: 991px) {
            .navbar-nav {
                padding: 20px;
            }
            
             
            .dropdown-menu {
                border: none;
                box-shadow: none;
                padding-left: 15px;
                background-color: #f8f9fa;
                display: none;  
            }
            
           
            .dropdown-menu.show {
                display: block;
            }
            
            .megamenu .row {
                padding: 0;
            }
            
            .megamenu h6 {
                margin-top: 15px;
                color: var(--brand-red);
            }
        }

         
        .megamenu h6 {
            font-weight: 700;
            color: var(--brand-blue);
            margin-bottom: 15px;
            text-transform: uppercase;
            font-size: 14px;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }
        
        .megamenu ul {
            list-style: none;
            padding: 0;
        }

        .megamenu ul li a {
            display: block;
            padding: 5px 0;
            color: #666;
            text-decoration: none;
            font-size: 14px;
            transition: 0.2s;
        }

        .megamenu ul li a:hover {
            color: var(--brand-red);
            transform: translateX(5px);
        }

        /* Animation */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Toggle Button */
        .navbar-toggler {
            border: none;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }



        /*======================================= Banner section css========================================== */
       
        .carousel-item img {
            height: 100vh; 
            object-fit: cover; 
            filter: brightness(0.6);
        }

      
        .custom-caption {
            position: absolute;
            top: 50%; 
            left: 10%; 
            right: 10%; 
            transform: translateY(-50%); 
            bottom: auto;  
            text-align: left;  
            color: white;
            z-index: 10;
            max-width: 600px;  
        }

         
        
         
        .carousel-item .animate-box {
            opacity: 0;
            transform: translateY(50px);  
            transition: all 1s ease-out;  
        }

         
        .carousel-item.active .animate-box {
            opacity: 1;
            transform: translateY(0);  
        }

        
        .carousel-item.active .delay-1 { transition-delay: 0.2s; }
        .carousel-item.active .delay-2 { transition-delay: 0.4s; }
        .carousel-item.active .delay-3 { transition-delay: 0.6s; }

         
        .banner-heading {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            background-color: #ec680e;
        }

        .banner-text {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            line-height: 1.6;
        }

        /* Button Styling */
        .btn-custom {
            background-color: #0d6efd;  
            color: white;
            padding: 12px 30px;
            text-transform: uppercase;
            font-weight: 600;
            border-radius: 4px;
            border: none;
            letter-spacing: 1px;
        }
        .btn-custom:hover {
            background-color: #0b5ed7;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .carousel-item img {
                height: 60vh;  
            }
            .banner-heading {
                font-size: 2rem;  
            }
            .banner-text {
                font-size: 0.9rem;
            }
            .custom-caption {
                left: 5%;
                width: 90%;
            }
        }






        /* ==========================who we are section css======================== */


         
        .top-bar {
            background-color: var(--brand-blue);
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }
        .top-bar a { color: white; margin-left: 15px; text-decoration: none; transition: 0.3s; }
        .top-bar a:hover { opacity: 0.8; }

        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            padding: 10px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .navbar-brand-text {
            font-weight: 800;
            font-size: 28px;
            color: var(--brand-blue);
            letter-spacing: 1px;
            text-decoration: none;
        }
        .navbar-brand-text span { color: var(--brand-red); }

        .nav-link {
            color: var(--text-dark) !important;
            font-weight: 500;
            padding: 10px 15px !important;
            position: relative;
        }
        .nav-link:hover { color: var(--brand-blue) !important; }
        .nav-link::after {
            content: ''; position: absolute; width: 0; height: 3px;
            background: var(--brand-red); bottom: 0; left: 0; transition: width 0.3s;
        }
        .nav-link:hover::after { width: 100%; }

       
        @media (min-width: 992px) {
            .navbar-nav .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; }
            .dropdown-menu { border-top: 3px solid var(--brand-red); border-radius: 0 0 5px 5px; box-shadow: 0 8px 16px rgba(0,0,0,0.1); }
            
            .dropend:hover > .dropdown-menu {
                display: block; top: 0; left: 100%; margin-top: -3px;
            }
            .has-megamenu { position: static !important; }
            .megamenu { width: 100%; left: 0; right: 0; padding: 30px; border-top: 3px solid var(--brand-blue); }
        }



        /* --- WHO WE ARE SECTION STYLES --- */


        .who-we-are-section {
            padding: 80px 0;
            background-color: #fff;
        }

        .section-label {
            color: var(--brand-red);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            margin-bottom: 10px;
            display: block;
        }

        .section-heading {
            color: var(--brand-blue);
            font-weight: 800;
            font-size: 2.5rem;
            line-height: 1.2;
            margin-bottom: 20px;
            font-size: 30px;
        }

        .section-subtitle {
            font-weight: 700;
            color: #555;
            font-size: 1.1rem;
            margin-bottom: 25px;
        }

        .content-text {
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 15px;
            text-align: justify;
        }

        /* Buttons */
        .btn-custom-primary {
            background-color: #2b7bc5;  
            color: white;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 4px;
            border: none;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-size: 14px;
        }
        .btn-custom-primary:hover {
            background-color: var(--brand-blue);
            transform: translateY(-2px);
            color: white;
        }

        .btn-video {
            color: var(--brand-blue);  
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            margin-left: 20px;
            transition: 0.3s;
            background: transparent;
            border: none;
        }
        
        .play-icon-circle {
            width: 45px;
            height: 45px;
            background-color: #2b7bc5;  
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-size: 18px;
            transition: 0.3s;
            box-shadow: 0 4px 10px rgba(35, 69, 152, 0.3);
        }

        .btn-video:hover .play-icon-circle {
            background-color: var(--brand-red);
            transform: scale(1.1);
        }
        .btn-video:hover {
            color: var(--brand-red);
        }

        
        .stats-container {
            margin-top: 60px;
        }

        .stat-item {
            padding: 20px;
            text-align: left;
            transition: 0.3s;
        }
        .stat-item:hover {
            background-color: #eff1f4; 
        }

        
        @media (min-width: 992px) {
            .stat-border-right {
                border-right: 1px solid #dee2e6;
            }
        }
       
        @media (max-width: 991px) {
            .stat-item {
                border-bottom: 1px solid #dee2e6;
                text-align: center;
                padding: 30px 10px;
            }
            .stat-item:last-child {
                border-bottom: none;
            }
            .btn-video {
                margin-top: 15px;
                margin-left: 0;
            }
            .buttons-wrapper {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
        }

        .stat-icon {
            font-size: 40px;
            color: #2b7bc5;
            margin-bottom: 15px;
        }
        .stat-title {
            font-weight: 700;
            font-size: 18px;
            color: #000;
            margin-bottom: 8px;
        }
        .stat-desc {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.4;
        }

         
        .modal-content {
            background-color: #000;
            color: white;
        }
        .btn-close-white {
            filter: invert(1);
        }







/* --- RANGE OF SERIES SECTION STYLES --- */

        
        .range-section {
            background-color: #1a73e8; 
            background: linear-gradient(135deg, #1055b3 0%, #2980b9 100%);  
            padding: 50px 0;
            color: white;
            position: relative;
        }

        .range-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .range-subheading {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.9;
        }

        .range-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-top: 5px;
        }

        
        .swiper {
            width: 100%;
            padding-bottom: 22px; 
            padding-top: 20px;
        }

        .swiper-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
            
        }

        .product-card {
            background: white;
            border-radius: 15px;
            padding: 25px;
            width: 100%;
            text-align: center;
            position: relative;
            margin-bottom: 25px;  
            min-height: 320px;  
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: transform 0.3s ease;
            cursor: grab;
        }
        
        .product-card:active {
            cursor: grabbing;
        }

        .product-card:hover {
            transform: translateY(-5px);
        }

        
        .product-card::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            border-width: 15px 15px 0;
            border-style: solid;
            border-color: white transparent transparent transparent;
        }

        .card-title {
            color: var(--brand-blue);
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 15px;
        }

        .card-img-container {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-img {
            max-width: 100%;
            height: auto;
            max-height: 180px;
            object-fit: contain;
        }

        .slide-content {
            text-align: center;
            padding: 0 10px;
        }

        .slide-desc {
            font-size: 13px;
            line-height: 1.5;
            margin-bottom: 15px;
            color: rgba(255, 255, 255, 0.9);
            display: -webkit-box;
            -webkit-line-clamp: 3; 
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .btn-explore {
            background-color: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            padding: 8px 20px;
            font-size: 13px;
            border-radius: 4px;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .btn-explore:hover {
            background-color: white;
            color: var(--brand-blue);
        }

        
        .swiper-button-next, .swiper-button-prev {
            color:var(--brand-red);
            opacity: 0.7;
            margin-top: -77px;
        }
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 24px;
        }






        /* ========================= our Jorney section======================== */
        
        
        .journey-section {
            padding: 80px 0;
            background-color: #fff;
            position: relative;
        }

        .journey-title-wrapper {
            text-align: center;
            margin-bottom: 60px;
        }
        .journey-label {
            color: var(--brand-red);
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 1px;
        }
        .journey-heading {
            color: var(--brand-blue);
            font-weight: 800;
            font-size: 2.5rem;
        }

        
        .timeline-wrapper {
            position: relative;
            padding: 0 50px;  
        }

        
        .timeline-line {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #e0e0e0;
            z-index: 1;
            transform: translateY(-50%);
        }

        .timeline-swiper {
            padding: 40px 0;  
            position: relative;
            z-index: 2;
        }

        .timeline-dot {
            width: 20px;
            height: 20px;
            background-color: var(--brand-red);
            border-radius: 50%;
            margin: 0 auto;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;

            border: 3px solid white;
            box-shadow: 0 0 0 1px var(--brand-red);
        }
        
        
        .swiper-slide-active .timeline-dot {
            transform: scale(1.8); 
            background-color: var(--brand-red);
            box-shadow: 0 0 10px rgba(227, 30, 36, 0.5);
        }

         
        .journey-nav-btn {
            color: #000;
            background: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #000;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: 0.3s;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            cursor: pointer;
        }
        .journey-nav-btn:hover {
            background-color: #000;
            color: #fff;
        }
        .journey-prev { left: 0; }
        .journey-next { right: 0; }

        
        .journey-content-display {
            text-align: left;
            margin-top: 40px;
            padding: 0 15px;
            min-height: 120px;  
        }

        .journey-year {
            color: var(--brand-blue);
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 15px;
            opacity: 0;  
            transform: translateX(-20px);
            transition: all 0.5s ease-out;
        }

        .journey-desc {
            color: #555;
            font-size: 16px;
            line-height: 1.6;
            opacity: 0;  
            transform: translateX(-20px);
            transition: all 0.5s ease-out 0.1s;  
        }

        
        .journey-content-active .journey-year,
        .journey-content-active .journey-desc {
            opacity: 1;
            transform: translateX(0);
        }




        /* ===========================client logo========================= */
        
        
.trusted-by-section {
  background-color: #f7f7f7;
  padding: 3rem 0;
}

.trusted-by-section h2 {
  /* font-family: "Playfair Display", serif; */
  color: var(--brand-blue);
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.logo-scroller-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}

.logo-scroller-container:hover .logo-scroller-inner {
  animation-play-state: paused;
}

.logo-scroller-inner {
  display: inline-block;
  animation: scroll-left 30s linear infinite;
}

.logo-scroller-inner img {
  max-height: 90px;
  width: auto;
  margin: 0 2.5rem;
  vertical-align: middle;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .logo-scroller-inner img {
    max-height: 50px;
    width: auto;
    margin: 0 2.5rem;
    vertical-align: middle;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

.logo-scroller-inner img:hover {
  opacity: 1;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .trusted-by-section {
    padding: 1rem 0;
  }
  .trusted-by-section h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .logo-scroller-inner img {
    max-height: 30px;
    margin: 0 1.5rem;
  }
}





/* --- DISTRIBUTOR SECTION STYLES (NEW) --- */


        .distributor-section {
            padding: 80px 0;
            overflow-x: clip;  
            background-color: #fff;
             
        }

            @media (min-width: 1024px) {
        .distributor-section {
            padding-left: 250px;
        }
    }
        
        .distributor-blue-box {
            
            background: linear-gradient(rgba(35, 69, 152, 0.9), rgba(35, 69, 152, 0.9)), 
                        url('https://mehtaindia.com/wp-content/uploads/2025/07/pexels-sevenstormphotography-443383.webp');
            background-size: cover;
            background-position: center;
            border-radius: 8px;
            color: white;
            padding: 60px 0;
            position: relative;             
            margin-left: 0;
        }

        .distributor-img-wrapper {
            position: relative;
            z-index: 10;
        }

        .distributor-img {
            width: 100%;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.3);
            border: 5px solid white; 
            transition: transform 0.4s ease;
        }



        .distributor-img:hover {
            transform: scale(1.03);  
        }

        .distributor-content {
            padding: 0 40px;
        }

        .distributor-label {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            opacity: 0.8;
            margin-bottom: 10px;
            display: block;
        }

        .distributor-heading {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
        }
        
        .distributor-text {
            opacity: 0.9;
            line-height: 1.6;
            margin-bottom: 30px;
            font-size: 15px;
        }

        .btn-distributor {
            background-color: var(--brand-red);
            color: white;
            padding: 12px 35px;
            font-weight: 700;
            border: 2px solid var(--brand-red);
            text-transform: uppercase;
            font-size: 14px;
            border-radius: 4px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-distributor:hover {
            background-color: white;
            color: var(--brand-red);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        
        @media (min-width: 992px) {
            .distributor-blue-box {
                margin-left: 60px;  
                padding: 80px 0 80px 0;
            }
            .distributor-img-wrapper {
                margin-right: -60px; 
                margin-left: -60px;                 
                margin-left: 0;
                margin-right: -80px;  
                position: absolute;  
                left: -200px; 
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                max-width: 450px;
            }
            .distributor-col-content {
                margin-left: auto;  
                padding-left: 0px !important;  
            }
        }
        
        @media (max-width: 991px) {
            .distributor-img-wrapper {
                margin-bottom: 30px;
                max-width: 100%;
                position: static;
                transform: none;
            }
            .distributor-content {
                padding: 0 20px;
            }
        }










        /* --- TESTIMONIALS SECTION STYLES (NEW) --- */



        .testimonials-section {
            background-color: #2374c4;  
            padding: 80px 0;
            color: white;
            text-align: center;
        }

        .testimonials-label {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            opacity: 0.9;
        }

        .testimonials-heading {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 15px;
        }

        .testimonials-subheading {
            max-width: 700px;
            margin: 0 auto 50px auto;
            font-size: 15px;
            opacity: 0.9;
            line-height: 1.6;
        }

         
        .testimonial-swiper {
            padding: 40px 0;
            overflow: hidden;
            
            padding-bottom: 60px; 
        }

        .testimonial-card {
            background: white;
            border-radius: 15px 0 15px 0;
            padding: 30px;
            color: #333;
            text-align: left;
            position: relative;
            height: 100%;
            transition: all 0.4s ease;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);            
            
            filter: blur(4px);
            opacity: 0.6;
            transform: scale(0.85);
        }

        
        .swiper-slide-active .testimonial-card {
            filter: blur(0);
            opacity: 1;
            transform: scale(1.1); 
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            z-index: 10;
        }

        .user-profile {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .user-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
            background-color: #ddd;  
        }

        .user-info h5 {
            font-size: 16px;
            font-weight: 800;
            margin: 0;
            text-transform: uppercase;
            color: #333;
        }

        .user-rating {
            color: var(--brand-blue);
            font-size: 14px;
            margin-top: 3px;
        }

        .review-text {
            font-size: 14px;
            line-height: 1.6;
            color: #555;
            display: -webkit-box;
            -webkit-line-clamp: 4;  
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

         
        .testi-nav-btn {
            color:var(--brand-red);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            cursor: pointer;
            position: absolute;
            top: 65%;
            transform: translateY(-50%);
            z-index: 20;
            transition: 0.3s;
        }
        .testi-nav-btn:hover {
            opacity: 0.7;
            transform: translateY(-50%) scale(1.2);
        }
        .testi-prev { left: 5%; }
        .testi-next { right: 5%; }
        
        @media (max-width: 768px) {
             .testi-prev { left: 10px; }
             .testi-next { right: 10px; }
             .testimonials-heading { font-size: 2rem; }
        }








         /* --- CONTACT SECTION STYLES (NEW) --- */
        .contact-section {
            padding: 80px 0;
            background-color: #fcfcfc;           
            background-image: radial-gradient(#d1d1d1 1px, transparent 1px);
            background-size: 20px 20px; 
            position: relative;
        }
        
         
        .contact-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(180deg, #f8f9fa 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, #f8f9fa 100%);
            pointer-events: none;
        }

        .contact-label {
            color: var(--brand-red);
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px;
            letter-spacing: 1px;
            display: block;
            margin-bottom: 10px;
        }

        .contact-heading {
            color: var(--brand-blue);
            font-weight: 800;
            font-size: 2.2rem;
            line-height: 1.3;
            margin-bottom: 25px;
        }

        .contact-img-wrapper {
            width: 100%;
            overflow: hidden;
            border-radius: 10px;
            margin-top: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .contact-img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s;
        }

        .contact-form-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            padding: 40px;
            position: relative;
            z-index: 2; /* Sit above pattern */
        }

        .contact-form-title {
            text-align: center;
            color: var(--brand-blue);
            font-weight: 700;
            margin-bottom: 30px;
            font-size: 1.5rem;
        }

        .form-label {
            font-size: 13px;
            font-weight: 600;
            color: #555;
            margin-bottom: 5px;
        }
        
        .form-control {
            border: 1px solid #e0e0e0;
            padding: 10px 15px;
            font-size: 14px;
            border-radius: 4px;
            margin-bottom: 20px;
            background-color: #fafafa;
            transition: 0.3s;
        }

        .form-control:focus {
            background-color: white;
            border-color: var(--brand-blue);
            box-shadow: none;
        }

        .btn-submit {
            background-color: var(--brand-blue);
            color: white;
            width: 100%;
            padding: 12px;
            font-weight: 700;
            text-transform: uppercase;
            border: none;
            border-radius: 4px;
            transition: all 0.3s ease;
            letter-spacing: 1px;
            font-size: 14px;
        }

        .btn-submit:hover {
            background-color: var(--brand-red);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
        }

        
        @media (max-width: 991px) {
            .contact-img-wrapper {
                margin-bottom: 40px;
            }
            .contact-form-card {
                padding: 25px;
            }
        }






        /* ==========================footer section css ============================ */

        
        .footer-wrapper {
            background-color: #f7f9fb;
            font-size: 14px;
        }

        
        .footer-top {
            background-color: var(--brand-blue);  
            padding: 20px 0;
            color: white;
        }
        
        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
        }

        .footer-icon-circle {
            background-color: rgba(255,255,255,0.2);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 18px;
            flex-shrink: 0;
        }

        .contact-label-text {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom: 3px;
            letter-spacing: 0.5px;
        }
        
        .contact-value-text {
            font-size: 13px;
            line-height: 1.5;
            opacity: 0.9;
        }

         
        .footer-main {
            padding: 60px 0 30px 0;
            color: #555;            
            background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
        }

        .footer-logo {
            font-weight: 800;
            font-size: 32px;
            color: var(--brand-blue);
            margin-bottom: 15px;
            display: inline-block;
            text-decoration: none;
        }
        .footer-logo span { color: var(--brand-red); }

        .footer-desc {
            line-height: 1.6;
            margin-bottom: 20px;
            font-size: 13px;
            color: #666;
        }

        .footer-heading {
            color: #234598;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 25px;
        }

        .footer-links ul {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: #555;
            text-decoration: none;
            transition: 0.3s;
            display: inline-flex;
            align-items: center;
        }

        .footer-links a i {
            margin-right: 8px;
            font-size: 10px;
            color: var(--brand-blue);
        }

        .footer-links a:hover {
            color: var(--brand-red);
            transform: translateX(5px);
        }

        /* Social Icons */
        .social-icons-footer a {
            display: inline-flex;
            width: 35px;
            height: 35px;
            background-color: var(--brand-blue);
            color: white;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .social-icons-footer a:hover {
            background-color: var(--brand-red);
            transform: translateY(-3px);
        }

        
        .contact-list li {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
        }
        .contact-list i {
            color: var(--brand-blue);
            margin-right: 10px;
            margin-top: 3px;
        }
        .contact-list a {
            text-decoration: none;
            color: #555;
            transition: 0.2s;
        }
        .contact-list a:hover { color: var(--brand-red); }

         
        .footer-form input {
            background: white;
            border: 1px solid #ddd;
            padding: 10px 15px;
            font-size: 13px;
            margin-bottom: 10px;
            border-radius: 4px;
            width: 100%;
        }
        
        .btn-subscribe {
            width: 100%;
            background-color:var(--brand-blue);
            color: white;
            border: none;
            padding: 12px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px;
            border-radius: 4px;
            transition: 0.3s;
        }
        
        .btn-subscribe:hover {
            background-color: var(--brand-red);
            transform: translateY(-2px);
        }

        
        .footer-bottom {
            background-color: #f7f9fb;
            border-top: 1px solid #e0e0e0;
            padding: 20px 0;
            font-size: 12px;
            color: #777;
        }

        .footer-bottom-links a {
            color: #555;
            margin-left: 15px;
            text-decoration: none;
            transition: 0.2s;
        }
        .footer-bottom-links a:hover { color: var(--brand-blue); }

        .developer-credit {
            font-weight: 600;
            color: #333;
        }
        
         
        @media (max-width: 991px) {
            .footer-main .col-lg-3 {
                margin-bottom: 30px;
            }
        }





/* breadcrumb Section */


.inner-banner {
    width: 100%;
    height: 300px;
    background: url("https://mehtaindia.com/wp-content/uploads/2025/07/Common-Website-Banner-.webp") 
                no-repeat center/cover;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 6%;
    padding-right: 6%;
    border-bottom: 5px solid var(--brand-blue);
}

.banner-content h1 {
    color: var(--brand-blue);
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px;
}

.breadcrumb-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb-box a {
    color: var(--brand-red);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb-box span {
    color: #000;
    font-size: 15px;
}

.breadcrumb-box p {
    margin: 0;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

/* Responsive */
@media screen and (max-width: 992px) {
    .inner-banner {
        height: 240px;
    }
    .banner-content h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 768px) {
    .inner-banner {
        height: 200px;
        padding-left: 4%;
    }
    .banner-content h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 576px) {
    .inner-banner {
        height: 180px;
        padding-left: 4%;
    }
    .banner-content h1 {
        font-size: 26px;
    }
    .breadcrumb-box {
        flex-wrap: wrap;
    }
}
















/* ======================================About Us page css================================================ */
.about-section {
    padding: 80px 0;
}

.about-row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about-left {
    flex: 1 1 48%;
    position: relative;
}

.main-img-box {
    position: relative;
}

.main-img {
    width: 88%;
    border-radius: 20px;
    display: block;
}

.exp-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background:var(--brand-blue);
    color: #fff;
    padding: 18px 25px;
    border-radius: 12px;
    text-align: center;
    width: 160px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.exp-badge h3 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
}

.exp-badge p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.stats-img-box {
    position: absolute;
    bottom: -40px;
    right: -20px;
}

.stats-img {
    width: 300px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Right Content */
.about-right {
    flex: 1 1 48%;
    text-align: justify;
}

.sub-title {
    color: var(--brand-red);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.heading {
    color: var(--brand-blue);
    font-size: 38px;
    margin: 10px 0;
}

.sub-heading {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}

.about-right p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}


/* ====================== RESPONSIVE ====================== */

@media (max-width: 992px) {
    .exp-badge {
        top: 20px;
        right: 20px;
        width: 140px;
    }
    .stats-img {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .about-row {
        flex-direction: column;
    }

    .about-right {
        margin-top: 60px;
    }

    .stats-img-box {
        bottom: -30px;
        right: 0;
    }

    .stats-img {
        width: 220px;
    }

    .exp-badge {
        width: 120px;
        padding: 12px 18px;
    }
}

@media (max-width: 576px) {
    .heading {
        font-size: 28px;
    }

    .exp-badge {
        width: 110px;
        top: 15px;
        right: 15px;
    }

    .stats-img {
        width: 180px;
    }
}






.who-we-are-section {
    padding: 60px 0;
}

/* Top Section */
.wwa-top {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.wwa-img img {
    width: 100%;
    border-radius: 10px;
}

.wwa-img {
    flex: 1 1 48%;
}

.wwa-content {
    flex: 1 1 48%;
}

.sub-title {
    color: #d30606;
    font-weight: 700;
    text-transform: uppercase;
}

.title {
    color: #1e73be;
    font-size: 32px;
    margin: 8px 0 15px;
}

/* Tabs Box */
.wwa-tabs-box {
    margin-top: 50px;
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

/* Tabs Header */
.tabs-header {
    display: flex;
    border-bottom: 2px solid #e4e4e4;
}

.tab-btn {
    flex: 1;
    padding: 14px 5px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    border: 1px solid var(--brand-red);
}

.tab-btn.active {
    background: #1e73be;
    color: #fff;
}

/* Tab Content */
.tabs-content {
    padding: 25px;
}

.tab-item {
    display: none;
    animation: fade 0.4s ease-in-out;
}

.tab-item.active {
    display: block;
}

 
.tab-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

 
.tab-img {
    flex: 1 1 45%;
}

.tab-img img {
    width: 100%;
    border-radius: 12px;
}

/* Content */
.tab-text {
    flex: 1 1 50%;
}

 
.tab-flex {
    align-items: flex-start;
}

 
@media (max-width: 950px) {
    .tab-flex {
        flex-direction: column;
    }
}

 
@media (max-width: 600px) {
    .title {
        font-size: 26px;
    }
    .tab-text h3 {
        font-size: 20px;
    }
}

@keyframes fade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}









/* --- SITEMAP / LOCATIONS SECTION (NEW) --- */



        .sitemap-section {
            padding: 80px 0;
            background-color: #fff;
        }

        .sitemap-heading {
            text-align: center;
            color: var(--brand-blue);
            font-weight: 800;
            font-size: 2.2rem;
            margin-bottom: 50px;
        }

         
        .sitemap-btn {
            display: block;
            width: 100%;
            padding: 15px 10px;
            background-color: white;
            color: #333;
            border: 1px solid #ddd;
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 5px;
            position: relative;
            overflow: hidden; 
            transition: all 0.4s ease-in-out;
            z-index: 1;
            margin-bottom: 20px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);           
           
            animation: fadeInUp 0.8s ease backwards;
        }
 
        .sitemap-btn::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0; 
            bottom: 0;
            left: 0;
            background-color: var(--brand-red);
            z-index: -1;  
            
            
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.4s ease-in-out;
        }

       
        .sitemap-btn:hover::before {
            transform: scaleX(1); 
            
        }

        .sitemap-btn:hover {
            color: white;
            border-color: var(--brand-red);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(227, 30, 36, 0.2);
        }

        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }






               
/* ============================= product details page css ================================= */
.image-text-section {
    width: 100%;
    max-width: 1250px;
    margin: 40px auto;
    
    line-height: 1.6;
    text-align: justify;
}

.side-img {
    float: left;
    width: 350px;
    margin: 0 20px 20px 0;
    border-radius: 6px;
}


.image-text-section::after {
    content: "";
    display: block;
    clear: both;
}


@media (max-width: 768px) {
    .side-img {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}







/* =============================Download brochure section==================== */
/* Main Section */
.tech-section {
    position: relative;
    padding: 20px 6%;
    color: #fff;
    background: url("https://mehtaindia.com/wp-content/uploads/2025/07/footer_bg.jpg") 
                no-repeat center/cover;
}

 
.tech-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 117, 215, 0.45);
    z-index: 0;
}

 
.tech-container,
.tech-left,
.tech-right {
    position: relative;
    z-index: 1;
}


.tech-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}


.tech-left h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
     
}

.side-bar{
    border-left:2px solid var(--brand-red) ;
    height: 80px;         
    margin-right:-175px;
}

.tech-left p {
    color: #e8ecf1;
    font-size: 18px;
    line-height: 1.6;
}


.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s ease;
    background-color: var(--brand-blue);
}

 
.download-btn:hover {
    background: #ffffff;
    color: #0066cc;
    transform: translateY(-4px);
    box-shadow: 0px 10px 25px rgba(255, 255, 255, 0.25);
}

 
@media screen and (max-width: 992px) {
    .tech-container {
        flex-direction: column;
        text-align: center;
    }

    .tech-left h2 {
        font-size: 36px;
    }

    .download-btn {
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .tech-left h2 {
        font-size: 32px;
    }

    .tech-left p {
        font-size: 16px;
    }

    .download-btn {
        padding: 12px 28px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .tech-left h2 {
        font-size: 28px;
    }

    .tech-section {
        padding: 60px 5%;
    }
}



/* ===========================specification css============================== */


/* Section styling */
.tech-spec-section {
    padding: 70px 5%;
    background: #eeeaea;
    text-align: center;
}

.tech-title {
    font-size: 38px;
    font-weight: 700;
    color: #0b57d0;
    margin-bottom: 10px;
}

.tech-spec-section .underline {
    width: 70px;
    height: 3px;
    background: var(--brand-red, #e63946);
    margin: 0 auto 40px;
    border-radius: 10px;
}

 
.table-responsive {
    max-width: 1200px;
    margin: auto;
    overflow-x: auto;
}

 
.tech-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
    font-size: 16px;
    text-align: left !important;
    min-width: 700px;  
}

 
.tech-table th,
.tech-table td {
    border: 1px solid #d4d4d4 !important;
    padding: 14px 18px !important;
}

 
.tech-table th {
    background: #f1f1f1 !important;
    font-weight: 700 !important;
    width: 50% !important;
}
 
.tech-table td {
    font-weight: 500;
    color: #333;
}

 
.tech-table tr:hover td,
.tech-table tr:hover th {
    background: #eaf3ff !important;
}

 
@media (max-width: 768px) {
    .tech-title {
        font-size: 28px;
    }

    .tech-table th,
    .tech-table td {
        padding: 12px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .tech-table {
        min-width: 500px;
    }

    .tech-title {
        font-size: 24px;
    }
}
