
    /* Custom CSS */
    .footer-main {
        background-color: #fff;
    }
    
    .footer-logo {
        width: 90px;
        height: auto;
        margin-bottom: 15px;
    }
    
    .company-name {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    .company-desc {
        font-size: 14px;
        color: #555;
        /*line-height: 1.5;*/
    }
    
    .section-title {
        font-size: 16px !important;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-links li {
        margin-bottom: 10px;
    }
    
    .footer-links a {
        color: #555;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s;
    }
    
    .footer-links a:hover {
        color: #333;
    }
    
    .contact-info {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }
    
    .contact-info a {
        color: #555;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .contact-info a:hover {
        color: #333;
    }
    
    .copyright-bar {
        background-color: #222;
        color: #fff;
        padding: 15px 0;
    }
    
    .copyright-text {
        font-size: 14px;
    }
    
    .social-link {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    
    .social-link:hover {
        color: #ccc;
    }
    
    .social-link i {
        margin-right: 5px;
    }

    
        
        .card {
            border: none;
            border-radius: 0;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
        }
        
        .card-img-container {
            position: relative;
            height: 420px;
            overflow: hidden;
        }
        
        .card-img-top {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 20px;
            color: white;
        }
        
        .card-title-overlay {
            font-size: 1.5rem;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .card-body {
            padding: 20px;
            background-color: white;
            color: black;
        }
          
        .card-body:hover {
            padding: 20px;
            background-color: black;
            color: white;
        }
        
        .date {
            font-size: 0.9rem;
            color: #aaa;
            margin-bottom: 10px;
        }
        
        .card-title {
            font-weight: bold;
            margin-bottom: 15px;
        }
        

        
        .tagline {
            font-size: 0.9rem;
            font-style: italic;
        }
        
        .green-accent {
            background-color: #7ed957;
            width: 50px;
            height: 5px;
            margin-bottom: 10px;
        }
        
        /* Card specific styles */

        
        .card {
            border: none;
            border-radius: 0;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
        }
        
        .card-img-container {
            position: relative;
            height: 420px;
            overflow: hidden;
        }
        
        .card-img-top {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 20px;
            color: white;
        }
        
        .card-title-overlay {
            font-size: 1.5rem;
            font-weight: bold;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .card-body {
            padding: 20px;
            background-color: white;
            color: black;
        }
          
        .card-body:hover {
            padding: 20px;
            background-color: black;
            color: white;
        }
        
        .date {
            font-size: 0.9rem;
            color: #aaa;
            margin-bottom: 10px;
        }
        
        .card-title {
            font-weight: bold;
            margin-bottom: 15px;
        }
        

        
        .tagline {
            font-size: 0.9rem;
            font-style: italic;
        }
        
        .green-accent {
            background-color: #7ed957;
            width: 50px;
            height: 5px;
            margin-bottom: 10px;
        }
        
        /* Card specific styles */


        /* CSS for Industrial Slider with Hover Effect */
.blog-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding: 10px 0;
    scrollbar-width: thin;
}

.blog-slider::-webkit-scrollbar {
    height: 6px;
}

.blog-slider::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.slider-item {
    flex: 0 0 auto;
    width: 300px;
}

.blog-box {
    position: relative;
    height: 550px;
    overflow: hidden;
    border-radius: 8px;

}

.blog-box img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    
}

.content-overlays {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, 
                rgba(0, 102, 51, 0.9) 0%, 
                rgba(0, 128, 64, 0.7) 40%, 
                rgba(0, 153, 76, 0.4) 70%, 
                transparent 100%);   
                 color: white;
    padding: 20px;
    transition: all 0.4s ease;
    width:98%;
}
.blog-box:hover .content-overlays {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E99C1 100%);
    }
    


.content-overlays h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.content-overlays .description {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: white;
}

/* Hover effect */
.blog-box:hover img {
    transform: scale(1.02);
}

.blog-box:hover .content-overlays {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E99C1 100%);
    height: auto;
    width:100%;


}

.blog-box:hover .description {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}




    
        body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;

}
        /* Top Header (Contact Info) */
        .top-header {
            background-color: #000;
            color: #fff;
            padding: 10px 0;
            position: relative;
            z-index: 0;
        }
        
        .top-header-content {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
        }
        
        .top-header-item {
            display: flex;
            align-items: center;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }
        
        .top-header-item:hover {
            color: #ccc;
        }
        
        .vertical-divider {
            height: 20px;
            width: 1px;
            background-color: #555;
        }
        
        .search-icon {
            cursor: pointer;
        }
        
        /* Main Navigation */
        .navbar {
            padding: 0 0;
            transition: background-color 0.3s ease;
            z-index: 1;
            /*background-color: black !important;*/
        }
    
        /* .navbar.scrolled {
            background-color: rgba(0, 114, 187, 0.9);
        } */
        
        .logo {
            max-height: 130px;
            margin-top: -63%;
        }


        
        .nav-link {
            color: white !important;
            margin: 0 10px;
font-weight: 400;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;

        }
        
        .nav-link:hover {
            color: rgba(255, 255, 255, 0.8) !important;
        }
        
        .navbar-toggler {
            border: none;
            color: white;
        }
        
        .talk-btn {
            background-color: white;
            color: #0072BB;
            border-radius: 25px;
            padding: 8px 20px;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
        }
        
        .talk-btn:hover {
            background-color: #f0f0f0;
            transform: translateY(-2px);
        }
        
        /* Hero Section */
  
        
        .hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 114%!important;
            background-size: cover;
            background-position: center;
            z-index: -1;
            filter: brightness(0.8);
        }
        
        .hero-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 5%;
            color: white;
            padding-top: 150px; /* To ensure content is below navbar */
        }
        
        .hero-heading {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .hero-subheading {
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .hero-text {
            font-size: 1.2rem;
            max-width: 600px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }
        
        /* Slider Controls */
        .slider-controls {
            position: absolute;
            bottom: 80px;
            left: 93%;
            z-index: 2;
        }
        
        .pause-btn {
            background-color: rgba(255, 255, 255, 0.3);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            border: 2px solid white;
            transition: all 0.3s ease;
        }
        
        .pause-btn:hover {
            background-color: rgba(255, 255, 255, 0.5);
        }
        
        /* Brands Section */
        .brands-indicator {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            color: white;
            padding: 20px 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        }
        
        .brands-text {
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }
        
        .brands-dot {
            width: 4px;
            height: 32px;
            background-color: #ffffff;
            margin:-12px auto;
        }
        
        /* Logo styles */
        .logo-container {
            display: flex;
            align-items: center;
        }
        
        .logo-text {
            font-weight: bold;
            font-size: 1.2rem;
            color: white;
            margin-left: 10px;
            text-transform: uppercase;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .top-header-content {
                justify-content: center;
                flex-wrap: wrap;
                gap: 10px;
            }
            
            .vertical-divider {
                display: none;
            }
            
            .hero-heading {
                font-size: 2rem;
            }
            
            .hero-subheading {
                font-size: 1.5rem;
            }
            
            .slider-controls {
                bottom: 100px;
                left: 30px;
            }
            
            .hero-section {
                height: 80vh;
            }
        }

     
            .logo-containers {
              padding: 50px 15px;
            }
            .logo-box {
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 20px;
              
              border-radius: 8px;
              height: 120px;
            }

            .logo-box:hover {
            
              background: #fff;
              box-shadow: 0 4px 10px rgba(0,0,0,0.05);

            }
            .logo-box img {
              max-height: 80px;
              max-width: 100%;
            }

        /* Full-width section styles */
        .image-section {
            position: relative;
            width: 100%;
            height: 70vh; /* Full screen height */
            overflow: hidden;
        }
        
        /* Image styling */
        .full-width-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; /* Full width initially */
            height: auto; 
            transition: width 0.2s ease-out; /* Smooth transition for width */
        }
     
            /* CSS */
        .section-wrapper {
          display: flex;
          width: 85% !important;
          min-height: 100vh;
          font-family: 'Nunito', sans-serif;
          margin-top: 5%;
        }
        
        .section-image img {
          width: 87%;
          height: 78%!important;
          object-fit: cover;
        }
        
        .section-image {
          flex: 1;
          max-width: 50%;
          overflow: hidden;
        }
        
        .section-content {
          flex: 1;
          max-width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          background: white;
          height: 25%;
        }
        
        .top-image {
          width: 81%;
          margin-bottom: 30px;
        }
        
        .label {
          text-transform: uppercase;
          color: #888;
          letter-spacing: 3px;
          font-size: 14px;
          margin-bottom: 10px;
        }
        
        .heading {
          font-size: 30px;
          font-weight: 700;
          margin-bottom: 20px;
          color: #111;
        }
        
        .description {
          font-size: 16px;
          color: #555;
          margin-bottom: 16px;
          line-height: 1.6;
        }
        
        .cta-btn {
          margin-top: 20px;
          background: #25b2e1;
          color: white;
          border: none;
          padding: 12px 24px;
          border-radius: 25px;
          font-weight: bold;
          font-size: 17px;
          cursor: pointer;
        width:32%;
          transition: background 0.3s ease;
        }
        
        .cta-btn:hover {
          background: #199cc9;
        }
        
      
    /* Quote Section Styles */
    .quote-section {
        background-color: #000;
        color: #fff;
        padding-top: 60px;
        padding-bottom: 200px;
        margin-top: -10%;
    }
    
    .quote-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .quote-mark {
        flex: 0 0 80px;
    }
    
    .quote-mark i {
        color: #4CAF50;
        font-size: 72px;
    }
    
    .quote-content {
        flex: 1;
    }
    
    .quote-text {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 30px;
        font-weight: 300;
    }
    
    .quote-attribution {
        margin-top: 15px;
    }
    
    .quote-name {
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .quote-title {
        font-size: 14px;
        opacity: 0.9;
        margin: 0;
    }
    
    @media (max-width: 768px) {
        .quote-container {
            flex-direction: column;
        }
        
        .quote-mark {
            margin-bottom: 20px;
        }
        
        .quote-text {
            font-size: 20px;
        }
    }
  
    .features-container {
      display: flex;
      justify-content: center;
      gap: 30px;
      padding: 50px 20px;
      flex-wrap: wrap;
      margin-top:-13%;
    }
    
    .feature-box {
      background-color: #f8f9fa;
      border-radius: 8px;
      padding: 30px;
      max-width: 320px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    
    .feature-icon {
      margin-bottom: 15px;
    }
    
    .feature-icon img {
      width: 60px;
      height: 53px;
    }
    
    .feature-box h3 {
      font-size: 18px;
      margin-bottom: 15px;
      font-weight: 600;
      color: #333;
    }
    
    .feature-list {
      padding-left: 20px;
      margin: 0;
    }
    
    .feature-list li {
      font-size: 14px;
      color: #666;
      margin-bottom: 8px;
      line-height: 1.4;
    }
    
    @media (max-width: 768px) {
      .features-container {
        flex-direction: column;
        align-items: center;
      
      }
      
      .feature-box {
        width: 100%;
        max-width: 400px;
      }
    }
    
        .industries-section {
            padding: 60px 0 20px;
        }
        
        .section-subtitle {
            font-size: 14px;
            color: #999;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-weight: 400;
        }
        
        .section-title {
            font-size: 18px;
            font-weight: 600;
            color: #222;
            margin-top: 0;
            margin-bottom: 10px !important;
        }
        
        .section-description {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
            margin-top: 5px;
        }
        
        .view-all-btn {
            display: inline-block;
            background-color: #4FB0D3;
            color: white;
            text-decoration: none;
            padding: 12px 30px;
            border-radius: 50px;
            text-align: center;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .view-all-btn:hover {
            background-color: #3A9AC0;
            color: white;
        }
        
        .section-divider {
            display: flex;
            width: 100%;
            margin-top: 30px;
        }
        
        .green-line {
            height: px;
            background-color: #4CAF50;
            width: 25%;
        }
        
        .gray-line {
            height: 3px;
            background-color: #e0e0e0;
            width: 75%;
        }
        
        @media (max-width: 768px) {
            .view-all-btn {
                margin-top: 20px;
                display: block;
            }
        }
        
    .industrial-box:hover .content-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E99C1 100%);
    }
    
    .industrial-box:hover img {
        transform: scale(1.05);
    }
    

    /* Industrial Box Styling */
.industrial-box {
    position: relative;
    overflow: hidden;
    border: none;
    height: 300px;
    margin: 0 5px;
}

.industrial-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out; /* Added smooth transition for the transform property */
}

.content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    /* Green gradient overlay - matching the image exactly */
    background: linear-gradient(to top, 
                rgba(0, 102, 51, 0.9) 0%, 
                rgba(0, 128, 64, 0.7) 40%, 
                rgba(0, 153, 76, 0.4) 70%, 
                transparent 100%);
    color: white;
}

.content-overlay h3 {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 1.2rem;
    color: white;
}

.content-overlay p {
    margin: 0;
    font-size: 0.8rem;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
}

    /* Industrial Box Styling */
    .industrial-box {
    position: relative;
    overflow: hidden;
    border: none;
    height: 400px;
    margin: 0 5px;
}

.industrial-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    /* Green gradient overlay - matching the image exactly */
    background: linear-gradient(to top, 
                rgba(0, 102, 51, 0.9) 0%, 
                rgba(0, 128, 64, 0.7) 40%, 
                rgba(0, 153, 76, 0.4) 70%, 
                transparent 100%);
    color: white;
}

.content-overlay h3 {
    margin: 0 0 5px 0;
    font-weight: 500;
    font-size: 1.2rem;
    color: white;
}

.content-overlay p {
    margin: 0;
    font-size: 0.8rem;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
}

/* Slider styling */
.industrial-slider {
    width: 100%;
    margin: 0 auto;
}

/* Slick arrow styling */
.slick-prev, 
.slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before, 
.slick-next:before {
    font-size: 30px;
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .industrial-box {
        height: 250px;
    }
}



