   .services-section {
            padding: 60px 0;
        }
        .services-header {
            text-align: center;
            margin-bottom: 50px;
            font-size: 32px;
            font-weight: bold;
                color: #fff;
        }
        .services-block {
            background: #fff;
            padding: 30px 20px;
            border-radius: 12px;
            transition: transform 0.3s, box-shadow 0.3s;
            height: 100%;
        }
        .services-block:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0,0,0,0.15);
        }
        .services-icon {
            font-size: 38px;
            color: #0e590c;
            margin-bottom: 15px;
            display: block;
        }
        .services-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .services-list li {
            margin-bottom: 10px;
            line-height: 1.5;
            display: flex;
        }
        .services-list span i {
            color: #0f590c;
            margin-right: 5px;
        }
        
        
        
        
        
          .hero {
            background: linear-gradient(135deg, #0e580b 0%, #000200 100%);
            color: white;
            padding: 100px 0;
            text-align: center;
        }

        .hero h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .hero p {
            font-size: 20px;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
        }

        .section {
            padding: 80px 0;
        }

        .section-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 50px;
            text-align: center;
            color: #1a1a2e;
            position: relative;
        }

        .section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: #135a10;
            margin: 20px auto 0;
        }

        .who-we-are {
            background: #f8f9fa;
        }

        .four-col-card {
            background: white;
            padding: 30px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            transition: transform 0.3s ease;
               max-height: 200px;
                height: 100%;
            text-align: center;
        }

        .four-col-card:hover {
            transform: translateY(-10px);
        }

        .four-col-card i {
            font-size: 48px;
            color: #0f590c;
            margin-bottom: 20px;
        }

        .four-col-card h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #1a1a2e;
        }

        .four-col-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }

        .discipline-section {
            background: white;
        }

        .product-specialisation {
            background: linear-gradient(135deg, #0e580a 0%, #012100 100%);
            color: white;
        }

        .product-specialisation .section-title {
            color: white;
        }

        .product-specialisation .section-title:after {
            background: white;
        }

        .product-card {
            background: rgba(255,255,255,0.1);
            padding: 40px 20px;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 30px;
            border: 2px solid rgba(255,255,255,0.2);
            transition: all 0.3s ease;
            height: 100%;
        }

        .product-card:hover {
            background: rgba(255,255,255,0.2);
            border-color: white;
        }

        .product-card i {
            font-size: 56px;
            margin-bottom: 20px;
        }

        .product-card h3 {
            font-size: 16px;
            font-weight: 600;
        }

        .trust-section {
            background: #f8f9fa;
        }

        .trust-card {
            background: white;
            padding: 35px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            text-align: center;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            height: 100%;
            max-height: 220px;
        }

        .trust-card:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            transform: translateY(-5px);
        }

        .trust-card i {
            font-size: 56px;
            color: #0f590c;
            margin-bottom: 20px;
        }

        .trust-card h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #1a1a2e;
        }

        .trust-card p {
            font-size: 14px;
            color: #666;
            margin: 0;
        }
        .serviceGrid:hover a img {
            transform: scale(1.2);
        }
        
        
            .image img {
                transition: 0.5s all;
            }
            .serviceGrid:hover .image img {
                transform: scale(1.2);
            }


        .quality-philosophy {
            background: linear-gradient(135deg, #0e580a 0%, #012100 100%);
            color: white;
        }

        .quality-philosophy .section-title {
            color: white;
        }

        .quality-philosophy .section-title:after {
            background: #0acb03;
        }

        .philosophy-card {
            background: rgba(255,255,255,0.05);
            padding: 35px 20px;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 30px;
            border: 2px solid rgba(255,255,255,0.1);
            transition: all 0.3s ease;
            height: 100%;
        }

        .philosophy-card:hover {
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.3);
        }

        .philosophy-card i {
            font-size: 48px;
            color: #12b60c;
            margin-bottom: 20px;
        }

        .philosophy-card h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .philosophy-card p {
            font-size: 14px;
            margin: 0;
            opacity: 0.9;
        }
        
        
        
        
        
        .about-title {
            font-size: 25px;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 20px;
        }
                
        
          .enqury-info {
            background: white;
            border-radius: 12px;
            padding: 30px 20px;
            margin-bottom: 30px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.07);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            max-height: 390px;
        }
        
        .enqury-info:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0,0,0,0.12);
        }
        
        .enqury-info-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #0f570a, #4db305);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
        }
        
        .enqury-info-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 15px;
                padding-top: 15px;
        }
        
        .enqury-info-subtitle {
            font-size: 16px;
            font-weight: 600;
            color: var(--accent-color);
            margin-bottom: 12px;
            border-bottom: 2px solid var(--accent-color);
            padding-bottom: 5px;
        }
        
        .enqury-info ul {
            list-style: none;
            padding-left: 0;
        }
        
        .enqury-info ul li {
            padding: 4px 0;
            position: relative;
            padding-left: 25px;
        }
        
        .enqury-info ul li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--accent-color);
            font-weight: bold;
        }
        
        .container-main {
            padding: 40px 15px;
            background: #0e580b;
        }
        
        
        
        .home-ctgName {
            text-align: center;
        }
        
        .project-card {
            border: 1px solid  lightgray;
            padding: 10px;
            margin-bottom: 20px;
        }
        
        .home-ctgName h4 {
            text-transform: uppercase;
            font-size: 25px;
            margin: 0;
            padding-bottom: 20px;
            margin-top: 10px;
        }
                
        
        .project-overlay h4 {
            text-align: center;
        }
        .home-product-view-link {
            text-align: center;
            margin-top: 10px;
            text-decoration: underline;
            color: #15d308;
            font-weight: bold;
        }
        
        
        
        
        
        
        @media (max-width: 767px) {
            .enqury-info {
                margin-bottom: 20px;
            }
            
            .hero-section {
                padding: 40px 0 30px;
            }
        }
        
        
        
        
        
        
        
        
        
        

   

        @media (max-width: 992px) {
            .hero h1 {
                font-size: 36px;
            }

            .hero p {
                font-size: 18px;
            }
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 28px;
            }

            .hero p {
                font-size: 16px;
            }

            .section-title {
                font-size: 28px;
            }

            .section {
                padding: 50px 0;
            }
        }