:root{--primary-color:#cb5f08;--primary-dark:#cb5f08;--primary-light:#cb5f08;--text-dark:#4a4a4a;--text-medium:#4a4a4a;--text-light:#6a6a6a;--bg-light:#f8f9fa;--bg-white:#ffffff;--border-color:#e0e0e0;--shadow:0 2px 10px rgba(0,0,0,0.1);--shadow-lg:0 4px 20px rgba(0,0,0,0.15);--font-heading:"Open Sans",sans-serif;--font-body:"Open Sans",sans-serif;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-dark);line-height:1.6;background-color:var(--bg-white)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.3;margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background-color:var(--bg-white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.navbar{padding:1rem 0}.nav-wrapper{display:flex;justify-content:space-between;align-items:center}.logo{display:inline-flex;align-items:center;gap:0.5rem}.logo-img{height:36px;width:auto;display:block}.logo-stack{display:flex;flex-direction:column;line-height:1.1}.logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--primary-color)}.logo-tagline{font-size:0.75rem;color:rgb(49,47,47);font-style:normal}.logo-tagline1{font-size:0.75rem;color:rgb(243,238,238);font-style:normal}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:var(--text-dark);font-weight:500;padding:0.5rem 0;border-bottom:2px solid transparent}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.nav-dropdown{position:relative}.nav-dropdown>a{display:flex;align-items:center;gap:0.25rem}.dropdown-arrow{font-size:0.65rem;transition:transform 0.3s ease;opacity:0.7;margin-left:0.25rem}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.15);border-radius:8px;min-width:220px;list-style:none;padding:0.5rem 0;margin:0.5rem 0 0 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:1000}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:0.75rem 1.5rem;color:var(--text-dark);text-decoration:none;transition:all 0.3s ease;font-weight:500;border-bottom:2px solid transparent}.dropdown-menu a:hover{background:var(--primary-color);color:#fff;border-bottom-color:transparent}html{scroll-behavior:smooth}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:0.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);transition:var(--transition)}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (min-width: 993px){.nav-menu{display:flex !important}.mobile-menu-toggle{display:none !important}}.hero{position:relative;height:600px;display:flex;align-items:center;justify-content:center;background:#4a4a4a;color:white;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;animation:lsHeroSlide 18s infinite ease-in-out}.hero-bg-1{background-image:url('/assets/images/hero-1.jpg');animation-delay:0s}.hero-bg-2{background-image:url('/assets/images/suites-pack1.jpg');animation-delay:6s}.hero-bg-3{background-image:url('/assets/images/suites-sid1.jpg');animation-delay:12s}@keyframes lsHeroSlide{0%{opacity:0}5%{opacity:1}28%{opacity:1}33%{opacity:0}100%{opacity:0}}.hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}.hero-title{font-size:2.5rem;margin-bottom:1rem;animation:fadeInUp 0.8s ease}.hero-subtitle{font-size:1rem;margin-bottom:2rem;opacity:0.95;animation:fadeInUp 0.8s ease 0.2s backwards}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp 0.8s ease 0.4s backwards}@media (min-width: 1200px){.hero{height:700px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.2);z-index:1}.btn{display:inline-block;padding:0.875rem 2rem;border-radius:50px;font-weight:600;text-align:center;cursor:pointer;border:2px solid transparent;transition:var(--transition)}.btn-primary{background-color:var(--primary-color);color:white}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:gray;color:white;border:2px solid gray}.btn-secondary:hover{background:var(--primary-color);color:var(--white)}.btn-prime{background-color:transparent;color:white;border:2px solid white}.btn-prime:hover{background-color:var(--primary-color);color:white;border:2px solid var(--primary-color)}section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:1.5rem;color:var(--text-dark);margin-bottom:0.5rem}.section-header p{font-size:1rem;color:var(--text-medium)}.vision-mission{background-color:var(--bg-light)}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.vision-card,.mission-card{background-color:white;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:var(--transition)}.vision-card:hover,.mission-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-icon{font-size:3rem;margin-bottom:1rem}.about-cards{background:var(--bg-light)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem}.about-card{background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:2rem;border-left:4px solid var(--primary-color)}.purpose-card{max-width:900px;margin:2rem auto 0}.core-values-section{background:var(--text-light)}.core-values-section .section-title{color:var(--primary-color);text-align:center;margin-bottom:2rem}.core-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.core-value-card{background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:2rem}.value-badge{width:36px;height:36px;border-radius:50%;background:var(--primary-color);color:#fff;display:grid;place-items:center;font-weight:700;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{background-color:white;padding:2rem;border-radius:12px;border:2px solid var(--border-color);text-align:center;transition:var(--transition)}.value-card:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:var(--shadow-lg)}.value-icon{font-size:2.5rem;margin-bottom:1rem}.why-choose-us{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.why-choose-us .section-header{text-align:center;margin-bottom:3rem}.why-choose-us .section-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.why-choose-us .section-header p{font-size:1.125rem;color:var(--text-medium);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:3rem}.feature-card{background:white;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.12)}.feature-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem}.feature-card h3{font-size:1.25rem;margin-bottom:0.75rem;color:var(--text-dark)}.feature-card p{color:var(--text-medium);line-height:1.6;font-size:0.9rem}.why-choose-us-cta{text-align:center}.why-choose-us-cta .btn{display:inline-block;padding:1rem 2.5rem;font-size:1.125rem}@media (min-width: 1200px){.features-grid{grid-template-columns:repeat(4,1fr)}}.featured-projects{background-color:var(--bg-light)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.projects-list{display:flex;flex-direction:column;gap:2rem}.project-item{display:flex;background:white;border-radius:12px;box-shadow:var(--shadow);overflow:hidden;transition:var(--transition)}.project-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-item .project-image{flex:1;position:relative;min-height:250px}.project-item .project-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.project-item:hover .project-image img{transform:scale(1.05)}.project-item .project-content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.project-item .project-content h3{margin-top:0}.project-item .project-location{color:var(--text-medium);font-size:0.9rem;margin-bottom:1rem}.project-item .project-content p{margin-bottom:1rem;color:var(--text-medium);line-height:1.6}.project-item .project-status{position:absolute;top:1rem;right:1rem;background-color:var(--primary-color);color:white;padding:0.5rem 1rem;border-radius:20px;font-size:0.9rem;font-weight:600}.featured-project .section-title{text-align:left;margin-bottom:1.5rem}.featured-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden}.featured-media img{width:100%;height:100%;object-fit:cover;display:block}.featured-content{padding:2rem}.badge{display:inline-block;padding:0.35rem 0.75rem;border-radius:999px;font-size:0.85rem;font-weight:600}.badge-featured{background:#e8d4c4;color:var(--primary-dark)}.badge-coming{background:rgba(0,0,0,0.6);color:#fff;position:absolute;top:0.75rem;left:0.75rem}.featured-title{font-size:1.5rem;margin:0.5rem 0 0.75rem}.featured-desc{color:var(--text-medium);margin-bottom:1rem}.status-flag{color:#16a34a;font-weight:700}.future-projects .section-title{text-align:center}.future-projects .section-subtitle{text-align:center;color:var(--text-medium);margin-bottom:2rem}.future-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.future-card{background:#fff;border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.future-image{position:relative;height:200px;overflow:hidden}.future-image img{width:100%;height:100%;object-fit:cover;display:block}.future-body{padding:1.25rem 1.5rem 1.5rem}.future-body .meta{color:var(--text-medium);margin-top:0.5rem}.projects-cta{padding:3.5rem 0}@media (max-width: 992px){.featured-grid{grid-template-columns:1fr}.projects-grid,.future-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-item{flex-direction:column}.project-item .project-image{min-height:200px}}@media (min-width: 1200px){.projects-grid,.future-grid{grid-template-columns:repeat(3,1fr)}.featured-grid{grid-template-columns:1.2fr 1fr}}.project-card{background-color:white;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition)}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-image{position:relative;height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.project-card:hover .project-image img{transform:scale(1.05)}.project-status{position:absolute;top:1rem;right:1rem;background-color:var(--primary-color);color:white;padding:0.5rem 1rem;border-radius:20px;font-size:0.9rem;font-weight:600}.project-content{padding:2rem}.project-location{color:var(--text-medium);font-size:0.9rem;margin-bottom:1rem}.section-cta{text-align:center;margin-top:2rem}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:rgb(255,255,255);text-align:center;padding:3rem 0}.cta-content h2{font-size:1.25rem;margin-bottom:1rem}.cta-content p{font-size:0.8rem;margin-bottom:2rem;opacity:0.95}.page-header{position:relative;background:url('/assets/images/suites-full2.jpg') center/cover no-repeat;color:white;text-align:center;padding:3rem 0}.page-header::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.55))}.page-header .container{position:relative;z-index:1}.page-header h1{font-size:2rem;margin-bottom:0.5rem}.page-header p{font-size:1rem}.policies-intro{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1rem;color:var(--text-medium)}.policies-accordion{max-width:900px;margin:0 auto}.policy-item{background-color:white;border:2px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:var(--transition)}.policy-item:hover{border-color:var(--primary-color)}.policy-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:white;border:none;cursor:pointer;text-align:left;font-size:1.125rem;font-weight:600;color:var(--text-dark);transition:var(--transition)}.policy-header:hover{background-color:var(--bg-light)}.policy-icon{font-size:1.5rem;color:var(--primary-color);transition:var(--transition)}.policy-item.active .policy-icon{transform:rotate(45deg)}.policy-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.policy-content p{padding:0 1.5rem 1.5rem;color:var(--text-medium);line-height:1.8}.policies-footer{max-width:800px;margin:3rem auto 0;text-align:center;padding:2rem;background-color:var(--bg-light);border-radius:12px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:3rem}.contact-info h2{margin-bottom:1rem}.contact-details{margin:2rem 0}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;color:var(--primary-color)}.contact-text h3{font-size:1rem;margin-bottom:0.25rem}.contact-text p{color:var(--text-medium);margin:0}.office-hours{background-color:var(--bg-light);padding:1.5rem;border-radius:8px;margin-top:2rem}.office-hours h3{margin-bottom:1rem}.office-hours p{margin-bottom:0.5rem;color:var(--text-medium)}.contact-form-wrapper{background-color:white;padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:0.875rem;border:2px solid var(--border-color);border-radius:8px;font-family:var(--font-body);font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}@media (min-width: 1200px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.map-section{background-color:var(--bg-light)}.map-wrapper{border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.amenities-services{padding:5rem 0;background:linear-gradient(135deg,#cb5f08 0%,gray 100%)}.amenities-services .section-header{text-align:center;margin-bottom:3rem}.amenities-services .section-header h2{font-size:2.5rem;margin-bottom:1rem;color:white}.amenities-services .section-header p{font-size:1.125rem;color:white;max-width:600px;margin:0 auto}.amenities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}.amenity-card{background:white;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease}.amenity-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.12)}.amenity-icon{width:50px;height:50px;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem}.amenity-card h3{font-size:1.125rem;margin-bottom:0.5rem;color:var(--text-dark)}.amenity-card p{color:var(--text-medium);line-height:1.6;font-size:0.9rem;margin:0}@media (min-width: 1200px){.amenities-grid{grid-template-columns:repeat(3,1fr)}}.site-footer{background-color:var(--text-dark);color:white;padding:3rem 0 1rem}.footer-brand{display:inline-flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem}.footer-logo-img{height:36px;width:auto;display:block}.footer-brand-text h3{margin:0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}@media (min-width: 1200px){.footer-content{grid-template-columns:repeat(4,1fr)}}.footer-section h3,.footer-section h4{color:var(--primary-color);margin-bottom:1rem}.footer-description{color:rgba(255,255,255,0.8);font-size:0.875rem}.footer-links{list-style:none}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:rgba(255,255,255,0.8);transition:var(--transition)}.footer-links a:hover{color:var(--primary-color)}.footer-contact{list-style:none}.footer-contact li{color:rgba(255,255,255,0.8);margin-bottom:0.5rem;font-size:0.875rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.6)}.social-media{margin-top:1.5rem}.social-media h4{color:var(--primary-color);margin-bottom:0.75rem;font-size:1rem}.social-icons{display:flex;gap:1rem;align-items:center}.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,0.1);border-radius:50%;color:rgba(255,255,255,0.8);transition:var(--transition);text-decoration:none}.social-icons a:hover{background-color:var(--primary-color);color:white;transform:translateY(-3px);box-shadow:0 4px 12px rgba(255,117,24,0.4)}.social-icons svg{width:20px;height:20px}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 769px) and (max-width: 992px){.nav-wrapper{position:relative}.contact-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}section{padding:3rem 0}.hero{height:500px}.page-header{padding:3rem 0}.featured-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-choose-us{padding:4rem 0}.why-choose-us .section-header h2{font-size:2rem}.why-choose-us .section-header p{font-size:1rem}.nav-menu{display:flex !important;position:static;width:auto;height:auto;background:transparent;flex-direction:row;padding:0;box-shadow:none;transition:none;overflow-y:visible}.mobile-menu-toggle{display:none}}@media (max-width: 992px){.nav-wrapper{position:relative}.contact-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}section{padding:3rem 0}.hero{height:500px}.page-header{padding:3rem 0}.featured-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-choose-us{padding:4rem 0}.why-choose-us .section-header h2{font-size:2rem}.why-choose-us .section-header p{font-size:1rem}}@media (max-width: 768px){.container{padding:0 1rem}.nav-wrapper{position:relative;flex-wrap:wrap}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,0.05);margin:0.5rem 0 0 1rem;border-radius:4px;min-width:auto;width:100%}.nav-dropdown:hover .dropdown-menu{transform:none}.dropdown-menu li{border-bottom:1px solid var(--border-color)}.dropdown-menu a{padding:0.875rem 1rem 0.875rem 2rem}.mobile-menu-toggle{display:flex;z-index:1001}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:white;flex-direction:column;padding:4rem 1.5rem 2rem;box-shadow:-2px 0 10px rgba(0,0,0,0.1);display:flex;transition:right 0.3s ease;z-index:1000;overflow-y:auto;gap:0}.nav-menu.active{right:0}.nav-menu li{width:100%;border-bottom:1px solid var(--border-color)}.nav-menu a{display:block;padding:1rem 0;width:100%;border-bottom:none}.nav-menu.active::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:-1}.hero{height:400px}.hero-content{padding:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:0.9rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%;max-width:300px}section{padding:2.5rem 0}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.75rem}.page-header{padding:2.5rem 0}.page-header h1{font-size:1.75rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr}.section-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}.cards-grid{grid-template-columns:1fr}.core-values-grid{grid-template-columns:1fr}.future-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.why-choose-us{padding:3rem 0}.why-choose-us .section-header{margin-bottom:2rem}.why-choose-us .section-header h2{font-size:1.75rem;margin-bottom:0.75rem}.why-choose-us .section-header p{font-size:0.95rem;padding:0 1rem}.feature-card{padding:1.25rem}.feature-icon{width:50px;height:50px;font-size:1.5rem}.feature-icon svg{width:24px;height:24px}.feature-card h3{font-size:1.125rem;margin-bottom:0.5rem}.feature-card p{font-size:0.875rem}.why-choose-us-cta .btn{padding:0.875rem 2rem;font-size:1rem;width:100%;max-width:300px}.footer-content{grid-template-columns:1fr;gap:2rem}.logo-text{font-size:1.125rem}.logo-tagline{font-size:0.75rem}.contact-form-wrapper{padding:1.5rem}.form-group{margin-bottom:1.25rem}.amenities-services{padding:3rem 0}.amenities-services .section-header{margin-bottom:2rem}.amenities-services .section-header h2{font-size:1.75rem}.amenities-services .section-header p{font-size:0.95rem;padding:0 1rem}.amenity-card{padding:1.25rem}.amenity-icon{width:45px;height:45px;font-size:1.25rem}.amenity-card h3{font-size:1.125rem;margin-bottom:0.5rem}.amenity-card p{font-size:0.875rem}.project-item .project-content{padding:1.5rem}.project-item .project-image{min-height:180px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.125rem}}@media (max-width: 480px){.container{padding:0 0.75rem}.hero{height:350px}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:0.85rem}.page-header{padding:2rem 0}.page-header h1{font-size:1.5rem}section{padding:2rem 0}.btn{padding:0.75rem 1.5rem;font-size:0.9rem}.nav-menu{width:85%}.section-header h2{font-size:1.5rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1rem}.contact-form-wrapper{padding:1rem}.vision-card,.mission-card,.about-card{padding:1.5rem}.why-choose-us{padding:2.5rem 0}.why-choose-us .section-header h2{font-size:1.5rem}.why-choose-us .section-header p{font-size:0.875rem}.feature-card{padding:1rem}.feature-icon{width:45px;height:45px;font-size:1.25rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:0.8rem}.why-choose-us-cta .btn{padding:0.75rem 1.5rem;font-size:0.9rem}.amenities-services{padding:2rem 0}.amenities-services .section-header h2{font-size:1.5rem}.amenities-services .section-header p{font-size:0.875rem}.amenity-card{padding:1rem}.amenity-icon{width:40px;height:40px;font-size:1.1rem}.amenity-card h3{font-size:1rem}.amenity-card p{font-size:0.8rem}.project-item .project-content{padding:1rem}.project-item .project-image{min-height:150px}.project-item .project-content h3{font-size:1.125rem}.project-item .project-content p{font-size:0.875rem}}@media (max-width: 400px){.container{padding:0 0.5rem}.hero{height:300px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:0.8rem}.hero-buttons{gap:0.75rem}.btn{padding:0.65rem 1.25rem;font-size:0.85rem}.nav-menu{width:90%}.section-header h2{font-size:1.35rem}h1{font-size:1.35rem}h2{font-size:1.15rem}h3{font-size:0.95rem}.contact-form-wrapper{padding:0.75rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:0.75rem}.feature-card{padding:0.85rem}.feature-icon{width:40px;height:40px;font-size:1.1rem}.feature-card h3{font-size:0.95rem}.feature-card p{font-size:0.75rem}.why-choose-us-cta .btn{padding:0.65rem 1.25rem;font-size:0.85rem}.footer-content{gap:1.5rem}}