.corporate-page{background-color:#ffffff;}.corporate-hero{height:50vh;min-height:400px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:80px;}.corporate-hero .hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;}.corporate-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(45,80,22,0.85),rgba(0,0,0,0.75));z-index:1;}.corporate-hero .hero-content{position:relative;z-index:2;text-align:center;color:white;padding:2rem;}.corporate-hero .hero-content h1{font-size:4rem;font-weight:800;margin-bottom:1rem;letter-spacing:-1px;text-transform:uppercase;}.corporate-hero .hero-content p{font-size:1.4rem;opacity:0.95;max-width:700px;margin:0 auto;}.intro-section{padding:6rem 5%;background:linear-gradient(135deg,#ffffff 0%,#f8f9fa 100%);}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:center;}.intro-label{display:inline-block;padding:0.5rem 1.5rem;background-color:var(--accent-green);color:white;font-size:0.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;border-radius:20px;}.intro-text h2{font-size:3rem;color:var(--primary-green);margin-bottom:1rem;font-weight:800;letter-spacing:-1px;}.intro-text .lead{font-size:1.3rem;color:var(--secondary-green);font-weight:600;margin-bottom:1.5rem;line-height:1.5;}.intro-text p{font-size:1.1rem;color:#666;line-height:1.8;}.intro-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}.stat-box{background:white;padding:2rem;text-align:center;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;border:2px solid transparent;}.stat-box:hover{transform:translateY(-5px);border-color:var(--secondary-green);box-shadow:0 8px 30px rgba(45,80,22,0.15);}.stat-box h3{font-size:3rem;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:0.5rem;font-weight:800;}.stat-box p{font-size:1rem;color:#666;font-weight:600;margin:0;}.services-overview{padding:6rem 5%;background-color:white;}.section-header{text-align:center;margin-bottom:4rem;}.section-header h2{font-size:3rem;color:var(--primary-green);margin-bottom:1rem;font-weight:800;letter-spacing:-1px;}.section-header p{font-size:1.2rem;color:#666;}.services-timeline{max-width:1000px;margin:0 auto;position:relative;}.services-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--secondary-green),var(--accent-green));transform:translateX(-50%);}.timeline-item{display:flex;gap:2rem;margin-bottom:3rem;position:relative;}.timeline-item:nth-child(odd){flex-direction:row;}.timeline-item:nth-child(even){flex-direction:row-reverse;}.timeline-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-green),var(--secondary-green));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;flex-shrink:0;position:relative;z-index:2;box-shadow:0 4px 15px rgba(45,80,22,0.3);}.timeline-content{flex:1;background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:2px solid var(--light-gray);transition:all 0.3s ease;}.timeline-content:hover{border-color:var(--secondary-green);transform:translateY(-5px);box-shadow:0 8px 30px rgba(45,80,22,0.15);}.timeline-content h3{font-size:1.5rem;color:var(--primary-green);margin-bottom:1rem;font-weight:700;}.timeline-content p{font-size:1rem;color:#666;line-height:1.7;margin:0;}.why-us-section{padding:6rem 5%;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);}.features-grid-corporate{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto;}.feature-card-corporate{background:white;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;border:2px solid transparent;}.feature-card-corporate:hover{transform:translateY(-8px);border-color:var(--secondary-green);box-shadow:0 8px 30px rgba(45,80,22,0.15);}.feature-icon-corporate{font-size:4rem;margin-bottom:1.5rem;display:block;}.feature-card-corporate h3{font-size:1.3rem;color:var(--primary-green);margin-bottom:1rem;font-weight:700;}.feature-card-corporate p{font-size:1rem;color:#666;line-height:1.6;margin:0;}.sectors-section{padding:6rem 5%;background-color:white;}.sectors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto;}.sector-card{background:linear-gradient(135deg,white 0%,#f8f9fa 100%);padding:2rem;border-radius:12px;border-left:4px solid var(--secondary-green);box-shadow:0 4px 15px rgba(0,0,0,0.08);transition:all 0.3s ease;}.sector-card:hover{transform:translateX(5px);box-shadow:0 6px 25px rgba(45,80,22,0.15);border-left-width:6px;}.sector-card h3{font-size:1.2rem;color:var(--primary-green);margin-bottom:0.75rem;font-weight:700;}.sector-card p{font-size:0.95rem;color:#666;line-height:1.6;margin:0;}.sustainability-section{padding:6rem 5%;background:linear-gradient(135deg,var(--primary-green) 0%,var(--secondary-green) 100%);color:white;}.sustainability-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:center;}.sustainability-text h2{font-size:3rem;margin-bottom:1.5rem;font-weight:800;letter-spacing:-1px;}.sustainability-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;opacity:0.95;}.sustainability-features{display:flex;flex-direction:column;gap:2rem;}.sust-item{display:flex;align-items:center;gap:1.5rem;background:rgba(255,255,255,0.1);padding:1.5rem;border-radius:12px;backdrop-filter:blur(10px);transition:all 0.3s ease;}.sust-item:hover{background:rgba(255,255,255,0.15);transform:translateX(10px);}.sust-icon{font-size:3rem;flex-shrink:0;}.sust-item h4{font-size:1.2rem;margin-bottom:0.5rem;font-weight:700;}.sust-item p{font-size:0.95rem;opacity:0.9;margin:0;}.cta-corporate{padding:6rem 5%;background-image:url('../herovelogo/banneri.png');background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;}.cta-corporate::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:0;}.cta-content-corporate{text-align:center;max-width:800px;margin:0 auto;color:white;position:relative;z-index:1;}.cta-content-corporate h2{font-size:3rem;margin-bottom:1.5rem;font-weight:800;letter-spacing:-1px;}.cta-content-corporate p{font-size:1.3rem;margin-bottom:2.5rem;opacity:0.9;}.btn-cta-corporate{display:inline-block;padding:1.2rem 3rem;background-color:var(--secondary-green);color:white;text-decoration:none;font-weight:700;font-size:1.1rem;border-radius:0;transition:all 0.3s ease;border:2px solid var(--secondary-green);}.btn-cta-corporate:hover{background-color:transparent;transform:translateY(-3px);box-shadow:0 6px 20px rgba(74,124,45,0.4);}@media (max-width:1024px){.corporate-hero{height:50vh;min-height:350px;}.corporate-hero .hero-content h1{font-size:3.2rem;}.corporate-hero .hero-content p{font-size:1.2rem;padding:0 1rem;}.intro-content,.sustainability-content{grid-template-columns:1fr;gap:3rem;}.intro-section,.services-overview,.why-us-section,.sectors-section,.sustainability-section,.cta-corporate{padding:5rem 4%;}.intro-text h2,.section-header h2,.sustainability-text h2,.cta-content-corporate h2{font-size:2.5rem;}.intro-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;}.features-grid-corporate{grid-template-columns:repeat(2,1fr);gap:1.75rem;}.sectors-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;}.services-timeline::before{left:40px;}.timeline-item:nth-child(odd),.timeline-item:nth-child(even){flex-direction:row;padding-left:0;}.timeline-icon{width:60px;height:60px;font-size:2rem;}}@media (max-width:768px){.corporate-hero{height:100vh;min-height:100vh;padding:0 1rem;}.corporate-hero .hero-content{padding:1.5rem;}.corporate-hero .hero-content h1{font-size:2.2rem;margin-bottom:1rem;}.corporate-hero .hero-content p{font-size:1.05rem;padding:0;}.intro-section,.services-overview,.why-us-section,.sectors-section,.sustainability-section,.cta-corporate{padding:4rem 4%;}.intro-label{font-size:0.75rem;padding:0.4rem 1.2rem;margin-bottom:1rem;}.intro-text h2,.section-header h2,.sustainability-text h2,.cta-content-corporate h2{font-size:2rem;margin-bottom:1rem;}.intro-text .lead{font-size:1.15rem;margin-bottom:1.25rem;}.intro-text p,.section-header p,.sustainability-text p{font-size:1rem;}.intro-stats{grid-template-columns:1fr;gap:1.25rem;}.stat-box{padding:1.75rem;}.stat-box h3{font-size:2.5rem;}.stat-box p{font-size:0.95rem;}.services-timeline::before{display:none;}.timeline-item{flex-direction:column !important;align-items:center;text-align:center;margin-bottom:2rem;}.timeline-icon{width:75px;height:75px;font-size:2.3rem;margin-bottom:1rem;}.timeline-content{padding:1.75rem;}.timeline-content h3{font-size:1.4rem;}.timeline-content p{font-size:0.95rem;}.features-grid-corporate,.sectors-grid{grid-template-columns:1fr;gap:1.5rem;}.feature-card-corporate{padding:2.25rem 1.75rem;}.feature-icon-corporate{font-size:3.5rem;margin-bottom:1.25rem;}.feature-card-corporate h3{font-size:1.2rem;}.feature-card-corporate p{font-size:0.95rem;}.sector-card{padding:1.75rem;}.sector-card h3{font-size:1.15rem;}.sector-card p{font-size:0.9rem;}.sustainability-features{gap:1.25rem;}.sust-item{flex-direction:column;text-align:center;padding:1.75rem;}.sust-icon{font-size:2.5rem;}.sust-item h4{font-size:1.1rem;}.sust-item p{font-size:0.9rem;}.cta-corporate{padding:5rem 4%;}.cta-content-corporate h2{font-size:2rem;margin-bottom:1.25rem;}.cta-content-corporate p{font-size:1.1rem;margin-bottom:2rem;}.btn-cta-corporate{padding:1rem 2.5rem;font-size:1rem;width:100%;}}@media (max-width:480px){.corporate-hero{padding:0 0.75rem;}.corporate-hero .hero-content{padding:1rem;}.corporate-hero .hero-content h1{font-size:1.8rem;margin-bottom:0.75rem;letter-spacing:-0.5px;}.corporate-hero .hero-content p{font-size:0.95rem;line-height:1.5;}.intro-section,.services-overview,.why-us-section,.sectors-section,.sustainability-section,.cta-corporate{padding:3rem 3%;}.intro-label{font-size:0.7rem;padding:0.35rem 1rem;margin-bottom:0.75rem;}.intro-text h2,.section-header h2,.sustainability-text h2{font-size:1.7rem;margin-bottom:0.75rem;}.intro-text .lead{font-size:1rem;margin-bottom:1rem;}.intro-text p,.section-header p,.sustainability-text p{font-size:0.9rem;line-height:1.7;}.intro-stats{gap:1rem;}.stat-box{padding:1.5rem 1.25rem;}.stat-box h3{font-size:2.2rem;margin-bottom:0.35rem;}.stat-box p{font-size:0.85rem;}.section-header{margin-bottom:2.5rem;}.timeline-item{margin-bottom:1.5rem;}.timeline-icon{width:65px;height:65px;font-size:2rem;margin-bottom:0.75rem;}.timeline-content{padding:1.5rem 1.25rem;}.timeline-content h3{font-size:1.2rem;margin-bottom:0.75rem;}.timeline-content p{font-size:0.9rem;line-height:1.6;}.features-grid-corporate,.sectors-grid{gap:1.25rem;}.feature-card-corporate{padding:2rem 1.5rem;}.feature-icon-corporate{font-size:3rem;margin-bottom:1rem;}.feature-card-corporate h3{font-size:1.15rem;margin-bottom:0.75rem;}.feature-card-corporate p{font-size:0.9rem;line-height:1.5;}.sector-card{padding:1.5rem 1.25rem;}.sector-card h3{font-size:1.05rem;margin-bottom:0.5rem;}.sector-card p{font-size:0.85rem;line-height:1.5;}.sustainability-features{gap:1rem;}.sust-item{padding:1.5rem 1.25rem;}.sust-icon{font-size:2.25rem;margin-bottom:0.5rem;}.sust-item h4{font-size:1.05rem;margin-bottom:0.35rem;}.sust-item p{font-size:0.85rem;line-height:1.5;}.cta-corporate{padding:4rem 3%;}.cta-content-corporate h2{font-size:1.6rem;margin-bottom:1rem;}.cta-content-corporate p{font-size:1rem;margin-bottom:1.75rem;}.btn-cta-corporate{padding:0.9rem 2rem;font-size:0.95rem;width:100%;}}