@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";.header{background:#1E2A38;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 5px #0000001a}.header-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.logo img.logo-img{max-width:180px;height:auto;display:block}.nav{display:flex;align-items:center;gap:2rem;transition:all .3s ease-in-out}.nav-link{color:#d1d5db;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease;padding:.25rem 0}.nav-link:hover,.nav-link.active{color:#f59e0b}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#f59e0b}.contact-btn{font-size:.9rem;padding:.5rem 1.2rem;background:transparent;border:2px solid #f59e0b;border-radius:6px;color:#f59e0b;font-weight:500;transition:all .3s ease}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;z-index:1001}.contact-btn{font-size:.9rem;padding:.5rem 1.2rem;border:2px solid #f59e0b;background:transparent;color:#f59e0b;border-radius:5px;transition:all .3s ease}.contact-btn:hover{background:#f59e0b;color:#1e2a38}.contact-btn-mobile{display:none}@media (max-width: 1024px){.logo img.logo-img{max-width:140px}}@media (max-width: 768px){.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:flex-start;background:#1f2937;padding:1.2rem 1.5rem;border-top:1px solid #374151;box-shadow:0 10px 15px #0003;transform:translateY(-30px);opacity:0;visibility:hidden;transition:all .3s ease-in-out}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{width:100%;padding:.75rem 0;font-size:1rem;border-bottom:1px solid #374151}.contact-btn{display:none}.mobile-menu-btn{display:block}.header-content{flex-wrap:nowrap}}@media (max-width: 768px){.contact-btn{display:none}.contact-btn-mobile{display:block;margin-top:1rem;width:100%;text-align:center;padding:.6rem;border:2px solid #f59e0b;background:#f59e0b;color:#1e2a38;font-weight:600;border-radius:6px;transition:all .3s ease}.contact-btn-mobile:hover{background:transparent;color:#f59e0b}}.hero{background:#f9fafb;padding:120px 0 80px;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;font-family:Inter,sans-serif}.hero-subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:.5rem;font-weight:400}.hero-title{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:700;color:#1f2937;line-height:1.1;margin-bottom:1.5rem}.hero-description{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.hero-btn{font-family:Montserrat,sans-serif;font-size:1rem;padding:15px 30px;background:linear-gradient(to right,#F7C547,#F4A300);border:none;margin-bottom:3rem;border-radius:9999px;color:#1f2937;font-weight:500;box-shadow:0 4px 6px #0000001a;transition:all .2s ease-in-out;cursor:pointer}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.hero-stats{display:flex;gap:1.2rem;border:1px solid #F4A300;border-radius:32px;box-shadow:0 4px 6px -1px #00000040;padding:.4rem 2rem;width:fit-content;align-items:center;flex-wrap:wrap}.stat-divider{width:1px;background-color:#d1d5db;height:60px}.stat-item{padding:1.2rem 1rem;border-radius:12px;text-align:left;min-width:130px}.stat-number{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:.2rem}.stat-label{font-family:Inter,sans-serif;font-weight:400;color:#6b7280;font-size:.9rem}.hero-image{position:relative}.hero-image img{object-fit:contain;max-width:1080px;border-radius:20px;width:100%;height:auto}@media (max-width: 1024px){.hero-content{gap:3rem}.hero-title{font-size:2.5rem}.hero-btn{font-size:.95rem}}@media (max-width: 768px){.hero{padding:100px 0 60px}.hero-content{display:flex!important;flex-direction:column;align-items:center;text-align:center;gap:2rem}.hero-title{font-size:2.2rem}.hero-image{order:3;margin-bottom:1.2rem}.hero-image img{width:100%;max-width:380px;margin:0 auto;display:block}.hero-description{font-size:1rem}.hero-stats{order:5;display:flex;flex-wrap:wrap;gap:2rem;margin:0 auto;padding:1.2rem;justify-content:center}.stat-divider{display:none}.stat-item{padding:0;text-align:center;min-width:unset}.stat-number{font-size:1.6rem;font-weight:600;color:#1f2937}.stat-label{font-size:.85rem;color:#6b7280}}.hero-title{order:1}.hero-subtitle{order:2}.hero-image{order:1}.hero-description{order:4}.hero-stats{order:5}.hero-btn{order:6}.scroll-indicator{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to right,#F7C547,#F4A300);border-radius:50%;width:3rem;height:3rem;box-shadow:0 6px 16px #00000026;gap:.5rem;z-index:100;transition:opacity .5s ease-in-out;color:#1f2937;animation:bounce-arrow 1.5s infinite ease-in-out}.scroll-arrow{width:1.5rem;height:1.5rem;stroke:currentColor}.scroll-text{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:currentColor}@keyframes bounce-arrow{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.services{background:white}.services-header{display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:space-around;margin-bottom:4rem}.view-all-btn{margin-top:1rem}.services-carousel{position:relative;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin:0 4rem}.service-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;width:100%;height:480px}.service-image{width:100%;height:200px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.service-content{padding:1.5rem}.service-title{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.service-description{color:#6b7280;line-height:1.6;margin-bottom:1rem}.service-link{color:#f59e0b;text-decoration:none;font-weight:500;transition:color .3s ease}.service-link:hover{color:#d97706}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:white;border:1px solid #e5e7eb;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.about-next-btn{right:-160px}.carousel-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:background .3s ease}.flex-column{display:flex;flex-direction:column;align-items:flex-start}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:flex;justify-content:center;margin-top:2rem}.services-header{flex-direction:column;text-align:center;gap:1rem;margin-bottom:2rem;padding:0 1rem}.services-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:1rem 0;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.service-card{flex:0 0 80%;scroll-snap-align:start;scroll-snap-stop:always;min-width:260px;margin-right:1rem}.services-grid,.carousel-btn{display:none}.service-image{height:180px}.service-title{font-size:1.1rem}.service-description{font-size:.95rem;line-height:1.5}.view-all-btn{margin-top:1rem;align-self:center}.services-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:1rem 0;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.services-carousel-track::-webkit-scrollbar{display:none}.service-card{flex:0 0 80%;scroll-snap-align:start;scroll-snap-stop:always;min-width:260px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-left:1rem}.carousel-btn,.carousel-dots,.services-grid{display:none}}.leadership{background:#f9fafb}.leadership-features-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.leadership-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.leadership-features{margin:2rem 0;padding-right:1rem;border-right:2px solid rgba(170,170,170,.56)}.exp-img{width:180px;height:100px;border-radius:12px}.feature-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#374151}.features-icon{background:#f59e0b;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:lighter;font-weight:700;flex-shrink:0}.leadership-btn{margin-top:1rem}.leadership-image{position:relative}.leadership-image img{width:100%;height:auto;border-radius:12px}.experience-badge{position:absolute;bottom:20px;left:20px;background:#f59e0b;color:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 10px 15px -3px #0000001a}.badge-number{font-size:2.5rem;font-weight:800;line-height:1}.badge-text{font-size:.9rem;font-weight:600;line-height:1.2}@media (max-width: 768px){.leadership-content{grid-template-columns:1fr;gap:2rem}.experience-badge{position:static;display:inline-block;margin-top:1rem}}.values{background:#ECECEC}.values-header{text-align:center;margin-bottom:4rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.values-card{color:#fff;background-color:#172638;padding:2.5rem 1rem;border-radius:12px;text-align:center;transition:transform .3s ease}.values-card:hover{transform:translateY(-5px)}.values-icon{margin-bottom:1.5rem;color:#f59e0b;display:flex;justify-content:center;align-items:center}.values-icon img{width:60px;height:60px;object-fit:scale-down}.values-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff;font-family:montserrat}.values-description{font-size:.9rem;color:#d1d5db;line-height:1.6;font-weight:400;font-family:inter}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}}.projects{background-color:#2e3946;color:#fff}.projects .section-title,.projects .section-subtitle{color:#fff}.projects-header{text-align:center;margin-bottom:4rem}.projects-carousel{position:relative;margin-bottom:3rem;overflow:visible}.projects-slider{display:flex;justify-content:center;align-items:flex-start;gap:2rem;overflow:visible;height:auto;margin-bottom:7rem}.slider-track{display:flex;transition:transform .5s ease-in-out;width:100%}.project-card{width:380px;height:250px;background:#374151;border-radius:20px;transition:all .4s ease;transform:scale(.9);opacity:.4;flex-shrink:0;display:none}.project-card.prev,.project-card.next{transform:scale(.95);opacity:.75;z-index:2;display:block}.project-card.hidden{display:none}.project-card.active{transform:scale(1.1) translateY(-10px);opacity:1;z-index:3;display:block}.project-card.inactive .project-image{height:180px}.project-card.active .project-image{height:250px}.project-card:hover{transform:translateY(-5px)}.project-card.active:hover{transform:scale(1.1) translateY(-10px)}.project-image{height:100%;overflow:hidden;border-radius:20px 20px 0 0}.project-image img{width:100%;height:100%;object-fit:cover}.project-content{padding:1.5rem}.project-title{font-size:1.1rem;font-weight:600;text-align:center;margin:rem 0;color:#fff}.project-category{color:#f59e0b;font-size:.9rem;font-weight:500;margin-bottom:1rem}.project-description{color:#d1d5db;line-height:1.6}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:white;border:1px solid #e5e7eb;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.carousel-btn:hover{background:#f59e0b;color:#fff;border-color:#f59e0b}.prev-btn{left:0}.next-btn{right:0}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#6b7280;cursor:pointer;transition:background .3s ease}.dot.active{background:#f59e0b}.projects-footer{text-align:center}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;margin:0}.carousel-btn{display:none}.project-card{display:none!important}.project-card.active{display:block!important;transform:scale(1);opacity:1}.project-card.prev,.project-card.next{display:none!important}.projects-slider{gap:0;justify-content:center}}.footer{background:#1E2A38;color:#fff;padding:4rem 5rem 2rem}.container{max-width:1400px;margin:0 auto;padding:0 5rem;width:100%}.phone-link{color:inherit;text-decoration:none;font-weight:500;transition:color .3s ease}.phone-link:hover{color:#f59e0b}.footer-content{display:grid;grid-template-columns:1.45fr 1fr 1.3fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3.footer-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;font-family:montserrat,sans-serif}.logo-icon img.logo-img{max-width:70%;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-description{color:#7f8285;line-height:1.38;font-family:Inter,sans-serif;font-weight:500}.contact-info,.business-hours,.quick-links{display:flex;flex-direction:column;gap:1rem;flex-shrink:1}.contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#d1d5db}.contact-icon{width:20px;margin-top:.3rem}.hours-item{display:flex;flex-direction:column;justify-content:space-between;color:#d1d5db}.quick-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.quick-links a:hover{color:#f59e0b}.flex{display:flex;align-items:center;gap:.5rem}.bold{font-weight:700}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;justify-content:center}}.mail-link{color:inherit;text-decoration:none;font-weight:400;transition:color .3s ease}.mail-link:hover{color:#f59e0b}@media (max-width: 1024px){.footer{padding:3rem 2rem}.container{padding:0 2rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:2.5rem 1rem 1.5rem}.container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-section{text-align:left}.footer-section h3.footer-title{font-size:1.25rem}.footer-description,.contact-item span,.quick-links a,.hours-item span{font-size:.95rem;line-height:1.4}.contact-item{gap:.5rem}.contact-icon{width:18px;margin-top:.25rem}.logo-icon img.logo-img{max-width:65%;margin-bottom:1rem}.quick-links a{gap:.4rem;font-weight:500}.flex{gap:.4rem}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer-section h3.footer-title{font-size:1.1rem}.footer-description,.contact-item span,.quick-links a,.hours-item span{font-size:.9rem}.logo-icon img.logo-img{max-width:75%}}.footer-bottom{background:#0E141B;border-top:1px solid #374151;padding-top:1rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:#9ca3af;font-size:.9rem;padding:.5rem 5rem 1.5rem;flex-wrap:wrap}.credit-link{color:#f59e0b;text-decoration:none}.credit-link:hover{text-decoration:underline}@media (max-width: 1024px){.footer-bottom-content{padding:.5rem 2rem 1.2rem}}@media (max-width: 768px){.footer-bottom-content{flex-direction:column;gap:.5rem;text-align:center;padding:.75rem 1rem 1.5rem}}.about-container{max-width:1200px;margin:0 auto;padding:0 40px}.about-header{background-color:#2c3e50;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000}.about-nav{display:flex;justify-content:space-between;align-items:center}.about-logo{display:flex;align-items:center;color:#fff;font-size:1.5rem;font-weight:700}.about-logo-icon{width:30px;height:30px;margin-right:10px;background:linear-gradient(45deg,#3498db,#2980b9);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.about-img{width:70%;height:auto;display:block;margin:0 auto}.about-nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.about-nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}.about-nav-links a:hover{color:#3498db}.about-contact-btn{background-color:#f39c12;color:#fff;padding:.5rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:background-color .3s}.about-contact-btn:hover{background-color:#e67e22}.about-main-content{margin-top:80px;background-color:#ecf0f1;padding:4rem 0}.about-about-section{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.about-logo-card{background:#fdfcfc;padding:4rem .5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;text-align:center}.about-logo-large{width:80px;height:80px;margin:0 auto 1rem;background:linear-gradient(45deg,#3498db,#2980b9);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}.about-company-name{font-size:2rem;font-weight:700;color:#2c3e50}.about-about-content h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.6rem}.about-about-text{color:#615b5b;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-vision-text{color:#2c3e50;font-family:inter;font-weight:600;margin-bottom:.5rem}.about-stats-section{background-image:url(/assets/INFOBAR-aca8e616.webp);background-size:cover;background-position:center;background-color:#2c3e50;padding:3rem 0}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.about-stat-item{display:flex;align-items:center;gap:1.2rem;color:#fff;justify-content:flex-start}.about-stat-item img{width:50px;height:50px}.about-stat-icon{width:50px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-stat-icon img{width:55px;height:55px;object-fit:contain}.about-stat-text{display:flex;flex-direction:column;align-items:flex-start;gap:.05rem}.about-stat-number{font-size:2rem;font-weight:700;color:#fff}.about-stat-label{font-size:.9rem;color:#bdc3c7}.about-values-section{background-image:url(/assets/aboutbg-78bafdc7.webp);background-size:cover;background-position:center;padding:4rem 0;color:#fff}.about-values-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-values-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.about-values-list{list-style:none}.about-value-item{display:flex;align-items:flex-start;margin-bottom:2rem}.about-value-number{background-color:#f39c12;color:#1e2a38;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem;flex-shrink:0}.about-value-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.about-value-content p{color:#bdc3c7;font-size:.9rem;line-height:1.6}.about-values-image{position:relative}.about-values-image img{width:100%;height:400px;object-fit:cover;border-radius:10px}.leader-img{display:flex;align-items:center}.about-leadership-section{background-color:#fefefe;background-image:url(../assets/ceobg.webp);background-size:cover;background-position:center;padding:4rem 0}.about-leadership-content{text-align:center}.carousel-btn{background:#ffc042;border:none;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:2;padding:1rem}.prev-btn{left:-90px}.next-btn{right:-90px}.about-leadership-carousel{display:flex;align-items:center;justify-content:center;gap:20px}.about-leadership-content h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:3rem}.about-leadership-slider{position:relative;max-width:600px;margin:0 auto}.about-leader-card{background:white;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0000001a;display:flex;align-items:flex-start;flex-direction:column;gap:2rem;width:120%}.about-leader-image{height:360px;border-radius:10px;object-fit:cover;margin-right:-20px}.about-leader-info{position:relative;flex:1;text-align:left}.about-quote-icon{position:absolute;top:1rem;left:300px;background-color:#f39c12;color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.7rem;z-index:2}.about-quote-icon img{margin-top:8px;width:16px}.about-leader-quote{color:#7f8c8d;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.about-leader-name{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.about-leader-title{color:#7f8c8d;font-size:.9rem}.about-slider-nav{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.about-nav-btn{background-color:#f39c12;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:background-color .3s}.about-nav-btn:hover{background-color:#e67e22}.about-slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.about-dot{width:10px;height:10px;border-radius:50%;background-color:#bdc3c7;cursor:pointer;transition:background-color .3s}.about-dot.active{background-color:#f39c12}.about-management-section{background-image:url(/assets/managementbg-01c837d2.webp);background-position:center;background-size:cover;padding:4rem 0}.about-management-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-management-image{position:relative}.about-management-image img{width:100%;height:400px;object-fit:cover;border-radius:15px}.about-management-text h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.about-management-description{color:#7f8c8d;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.about-management-points{list-style:none}.about-management-points li{color:#2c3e50;margin-bottom:1rem;padding-left:1.5rem;position:relative}.about-management-points li:before{content:"▶";color:#f39c12;position:absolute;left:0}.about-footer{background-color:#2c3e50;color:#fff;padding:3rem 0 1rem}.about-footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.about-footer-section h3{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.about-footer-logo{display:flex;align-items:center;margin-bottom:1rem}.about-footer-description{color:#bdc3c7;line-height:1.6;margin-bottom:1.5rem}.about-contact-info{list-style:none}.about-contact-info li{color:#bdc3c7;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.about-footer-links{list-style:none}.about-footer-links li{margin-bottom:.5rem}.about-footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s}.about-footer-links a:hover{color:#3498db}.about-footer-bottom{border-top:1px solid #34495e;padding-top:1rem;display:flex;justify-content:space-between;align-items:center;color:#bdc3c7;font-size:.9rem}.about-scroll-to-top{background-color:#f39c12;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:background-color .3s}.about-scroll-to-top:hover{background-color:#e67e22}.flex-r{display:flex;flex-direction:row;align-items:center;justify-content:center}.about-img{width:70%;height:auto}@media (max-width: 768px){.about-nav-links{display:none}.about-about-section{grid-template-columns:1fr;text-align:center}.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-values-content{grid-template-columns:1fr}.about-leadership-content h2{white-space:normal;font-size:1.8rem;padding:0 1rem}.about-leader-card{flex-direction:column;text-align:center}.about-management-content,.about-footer-content{grid-template-columns:1fr}.about-quote-icon{left:13%;transform:translate(-50%);top:360px}.about-leader-info{padding-top:2rem;position:relative}.about-quote-icon img{margin-top:0;width:20px}.leader-img{flex-direction:column;align-items:center;gap:1.5rem}.about-leader-card{width:100%;padding:1.5rem;text-align:center}.about-leader-quote{font-size:.95rem}.about-leader-image{width:100%;max-width:280px;height:auto;object-fit:cover;border-radius:10px;margin-right:0}.about-leader-scroll-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.about-leader-scroll-track::-webkit-scrollbar{display:none}.about-leader-card-wrapper{flex:0 0 100%;scroll-snap-align:center;text-align:center;padding:0 1rem}.carousel-btn{display:none}.about-leader-card{width:100%;max-width:95%;margin:0 auto}.about-leader-image{height:auto;max-width:280px;margin:0 auto}@media (max-width: 768px){.about-img{width:60%}}}.service-box{display:flex;flex-wrap:wrap;padding:40px;border-radius:20px 0 0 20px;background:white;border:4px solid #F4A300;border-right:none;width:70vw;max-width:90%;box-shadow:0 0 20px #0000001a;align-items:center;justify-content:space-between;transition:all .3s ease;margin:50px 0 50px auto}.service-box.reverse{flex-direction:row-reverse;margin:50px auto 50px 0;border-radius:0 20px 20px 0;border-left:none;border-right:4px solid #F4A300}.service-text{flex:1;padding-right:30px}.service-text h2{font-size:1.8rem;margin-bottom:20px;color:#222;padding-left:58px}.service-text ul{padding-left:60px}.service-text li{margin-bottom:10px;line-height:1.6;font-size:1rem;color:#444}.service-image{width:300px;height:auto;background:#eee;display:flex;align-items:center;justify-content:center}.service-image img{width:100%;height:auto;max-height:240px;object-fit:cover;border-radius:10px}@media (max-width: 768px){.service-box{width:90vw;margin:30px auto;flex-direction:column;border-radius:20px;border:4px solid #F4A300}.service-box.reverse{flex-direction:column;border:4px solid #F4A300;border-radius:20px;margin:30px auto}.sp-head{text-align:center;padding:30px 20px}.sp-head h1{font-size:1.8rem;line-height:1.3}.sp-head p{font-size:1rem;line-height:1.6}.service-image{width:100%}.service-text{padding:20px}.service-text h2{font-size:1.5rem;padding-left:0}.service-text ul{padding-left:20px}.service-text li{font-size:.95rem}}.heros-section{overflow-y:hidden;overflow-x:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:4rem 0;margin-top:5rem}.heros-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.heros-text h1{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;line-height:1.2}.heros-text p{font-size:1.1rem;color:#6c757d;line-height:1.8}.heros-image{display:flex;justify-content:center;align-items:center}.heros-img{width:90%;margin-bottom:-65px;margin-right:-100px;border-radius:0}.team-photo{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:300px}.team-member{width:80px;height:80px;background:linear-gradient(135deg,#3498db,#2980b9);display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.flex-r{display:flex;flex-direction:row}.gaps{margin-left:60px}@media (max-width: 768px){.heros-content{grid-template-columns:1fr;gap:2rem;text-align:center}.heros-text h1{font-size:2rem}.heros-img{width:80%}.team-photo{grid-template-columns:repeat(3,1fr);gap:.5rem}.team-member{width:60px;height:60px;font-size:1.5rem}}.feature-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border:2px solid #F4A300;border-radius:15px;padding:4rem 1rem;text-align:center;transition:all .3s ease;color:#fff}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #f39c124d}.feature-icon{padding-bottom:60px;padding-top:10px;margin-bottom:1.5rem;width:60px;height:60px}.feature-icon img{object-fit:contain;width:60px;height:60px}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#f4a300}.feature-card p{font-size:.9rem;line-height:1.6;color:#bdc3c7}.feature-grid-section{background-color:#172638;padding:4rem 0}.feature-grid-section h2{text-align:center;color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media (max-width: 768px){.feature-grid-section h2{font-size:2rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}}.value-card{display:flex}.value-card.left{justify-content:flex-start}.value-card.right{justify-content:flex-end}.value-content{display:flex;align-items:center;gap:8px;width:52vw;min-width:300px;padding:2rem;border-radius:60px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.value-content:hover{transform:translateY(-5px)}.value-card.left .value-content{flex-direction:row-reverse;justify-content:space-between;background:#172638;color:#fff;border-radius:0 32px 32px 0;padding-left:2 rem}.value-card.right .value-content{border:4px solid #172638;border-right:0;color:#172638;border-radius:32px 0 0 32px;padding-right:2 rem}.value-icon{flex-shrink:0;margin:0;padding:0}.value-card.left .value-icon,.value-card.right .value-icon{color:#f39c12}.value-text h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.value-card.left .value-text h3{color:#f39c12}.value-card.right .value-text h3{color:#172638}.value-text p{font-size:.9rem;line-height:1.6}.value-card.left .value-text p{color:#bdc3c7}.value-card.right .value-text p{color:#6c757d}.value-icon img{width:80px;height:80px;object-fit:scale-down}@media (max-width: 768px){.value-card.left,.value-card.right{justify-content:center}.value-content{flex-direction:column;text-align:center;gap:1 rem}.value-card.left .value-content{border-radius:32px;padding-right:2 rem}.value-card.right .value-content{border-radius:32px;padding-right:2 rem;flex-direction:row;border-right:4px solid #172638}}.core-values-section{padding:4rem 0;background-color:#fffcee}.core-values-title{font-size:3rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.value-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.value-container>*:nth-child(2n){background-color:#2d4869;border-radius:60px;color:#fffcee}@media (max-width: 768px){.value-card.left,.value-card.right{justify-content:center}.value-content{flex-direction:column;text-align:center;padding:2rem;gap:1rem;width:90vw}.value-card.left .value-content,.value-card.right .value-content{border-radius:24px;border:4px solid #172638}.value-card.right .value-content{border-right:4px solid #172638}.value-icon img{width:64px;height:64px}}.why-us{min-height:100vh}.contact-hero-wrapper{margin-top:120px!important;display:flex;flex-direction:column;justify-content:center;gap:20px}.contact-hero-wrapper h1{font-size:3rem;font-weight:700}.contact-hero-wrapper h2{padding:20px}.contact-hero-wrapper p{font-size:1.1rem;line-height:1.6}.contact-link{margin-bottom:40px}.contact-link-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.contact-link-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1e2a38;color:#fff;gap:10px;padding:2rem 1rem;border-radius:40px;min-width:200px;flex:1}.contact-link-card img{height:40px;object-fit:contain}.contact-link-card h3{font-weight:400;font-size:1.2rem;color:#f4a300}.contact-link-card span{line-height:1.4}.contact-icon .phone-link,.mail-link{font-weight:600!important}.contact-hero-img{object-fit:contain;width:50%}.xyz{display:flex;flex-direction:row;align-content:center;flex-wrap:nowrap;gap:20px}@media (max-width: 768px){.contact-hero-wrapper{margin-top:120px;padding:0 1rem;text-align:center}.contact-hero-wrapper h1{font-size:2rem}.contact-hero-img{width:100%;margin-top:1rem}.contact-link-wrapper{flex-direction:column;gap:1.5rem}.contact-link-card{width:100%;max-width:400px}}.map-section{background-color:#2c3e50;background-image:url(/assets/pattern2-84bb4ac0.png);background-size:cover;padding:4rem 0;position:relative;overflow:hidden}.map-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px}.map-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.map-section-title{color:#f39c12;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.map-address-details{color:#fff}.map-address-label{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.map-address-text{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#bdc3c7}.map-location-btn{background-color:#f39c12;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease;font-size:1rem}.map-location-btn:hover{background-color:#e67e22;transform:translateY(-2px)}.map-container{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.google-map{border-radius:15px;filter:grayscale(20%) contrast(1.1);transition:filter .3s ease}.google-map:hover{filter:grayscale(0%) contrast(1.2)}@media (max-width: 1024px){.map-content{grid-template-columns:1fr;gap:2rem}.map-container{order:-1}}@media (max-width: 768px){.map-section{padding:2rem 0}.map-section-title{font-size:2rem}.map-container iframe{height:300px}}.projectpage-top{padding:8rem;margin-top:60px;background-image:url(/assets/pattern2-84bb4ac0.png)}.projectpage-top h2{color:#fff;font-size:4rem;font-weight:600}.projectpage-top p{color:#fff;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;font-weight:300}.projectpage-wrapper{padding:40px;background:#f4f7fa;font-family:Segoe UI,sans-serif}.projectpage-desc-list{padding-left:20px;margin:0}.projectpage-desc-list li{margin-bottom:5px;line-height:1.6}.projectpage-heading{font-size:32px;font-weight:700;margin-bottom:3rem;margin-left:.3rem;color:#222;text-align:left}.projectpage-cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:35px;transition:all 1s ease-in-out}.projectpage-card{background-color:#fff;height:250px;width:auto;border-radius:16px;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;font-size:18px;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000014;transform:scale(1)}.projectpage-card:hover{transform:scale(1.03);box-shadow:0 6px 20px #0000001a}.projectpage-cover{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;border-radius:12px}.projectpage-card.projectpage-expanded{grid-column:span 2;height:280px;flex-direction:row;box-shadow:0 8px 24px #00000026;transform:scale(1.01);animation:fadeIn .4s ease forwards;transition:all .4s ease-in-out;animation:expandCard .4s ease forwards}.projectpage-card-collapsed{position:relative;width:100%;height:100%;overflow:hidden;cursor:pointer;border-radius:12px;box-shadow:0 4px 10px #0000001a}.projectpage-card-collapsed:hover .projectpage-cover{transform:scale(1.03);filter:brightness(.8)}.projectpage-card-collapsed:hover .projectpage-hover-title{opacity:1}.projectpage-left{width:40%;height:90%;display:flex;align-items:center;justify-content:center;padding:10px}.projectpage-left img{width:100%;height:100%;object-fit:cover;border-radius:16px 0 0 16px}.projectpage-hover-title{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-size:1.5rem;font-weight:600;padding:1rem;opacity:0;transition:opacity .3s ease;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px}.projectpage-right{width:60%;padding:24px 28px;font-size:18px;display:flex;flex-direction:column;justify-content:center;line-height:1.5;color:#444;text-align:left}.projectpage-left,.projectpage-right{opacity:0;transform:translateY(10px);transition:all .4s ease}.projectpage-card.projectpage-expanded .projectpage-left,.projectpage-card.projectpage-expanded .projectpage-right{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1.01)}}@keyframes expandCard{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1.02)}}@media (max-width: 768px){.projectpage-top{padding:4rem 2rem}.projectpage-top h2{font-size:2.2rem;text-align:center}.projectpage-top p{font-size:1rem;text-align:center}.projectpage-heading{font-size:1.8rem;text-align:center;margin-bottom:2rem}.projectpage-cards-container{grid-template-columns:1fr;gap:20px}.projectpage-card.projectpage-expanded{flex-direction:column;height:auto}.projectpage-left,.projectpage-right{width:100%;padding:1rem}.projectpage-left img{height:180px;border-radius:12px 12px 0 0}.projectpage-right{padding:1rem 1.5rem;font-size:1rem}.projectpage-desc-list{font-size:.95rem}.projectpage-hover-title{font-size:1.2rem;padding:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{width:100%;max-width:1200px;padding:0 1rem;margin:0 auto}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}img{max-width:100%;height:auto;display:block}body{font-family:sans-serif;overflow-x:hidden}.btn{padding:12px 24px;border:none;border-radius:32px;font-family:Montserrat,sans-serif;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(110deg,#F4A300,#F7C547);background-size:100% 100%;background-position:left center;color:#2e3d49;transition:background-position .4s ease,box-shadow .3s ease,transform .3s ease}.btn-primary:hover{background-position:right center;background-size:200% 200%;box-shadow:0 4px 20px #f4a30033;transform:scale(1.05)}.btn-secondary{background:transparent;color:#f59e0b;border:2px solid #f59e0b}.btn-secondary:hover{background:#f59e0b;color:#fff}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-subtitle{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.sp-head{align-content:center;margin-top:40px;color:#fff}.sp-head h1{font-size:3rem;font-weight:600}.sp-head p{font-size:1.1rem;color:#8b96a0;line-height:1.8}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}
