@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #c49049;--primary-dark: #956127;--secondary: #000000;--bg-light: #F8FAFC;--text-main: #334155;--text-light: #64748B;--white: #FFFFFF;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--radius-md: .5rem;--radius-lg: 1rem;--radius-full: 9999px}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Outfit,sans-serif;scroll-behavior:smooth;color:var(--text-main);background-color:var(--white);font-size:16px}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.875rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:500}h6{font-size:1.125rem;font-weight:500}@media(max-width:991px){html{font-size:15px}h1{font-size:3rem;font-weight:800}h2{font-size:2.25rem;font-weight:700}h3{font-size:1.75rem;font-weight:600}h4{font-size:1.375rem;font-weight:600}}@media(max-width:767px){html{font-size:14px}h1{font-size:2.5rem;font-weight:800}h2{font-size:2rem;font-weight:700}h3{font-size:1.625rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}}@media(max-width:576px){html{font-size:13px}h1{font-size:2.25rem;font-weight:800}h2{font-size:1.875rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.125rem;font-weight:600}}@media(max-width:412px){html{font-size:12px}h1{font-size:2rem;font-weight:800}h2{font-size:1.75rem;font-weight:700}h3{font-size:1.375rem;font-weight:600}h4{font-size:1rem;font-weight:600}}body{overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit;transition:var(--transition)}button{background:none;border:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.service-details-page{padding:1rem 0;min-height:100vh;overflow-y:auto;overflow-x:hidden;background-color:var(--bg-light);display:flex;flex-direction:column;position:relative}.service-details-header{margin-bottom:.5rem;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.25rem 0}.back-button-rect{padding:.4rem .8rem;background-color:var(--primary);color:var(--white);border:none;border-radius:var(--radius-md);font-size:.8rem;font-weight:500;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.3rem;box-shadow:var(--shadow-sm)}.back-button-rect:hover{background-color:var(--primary-dark);transform:translateY(-1px)}.service-details-header h1{color:var(--primary);margin:0;font-size:1.5rem;font-weight:700;flex:1;text-align:center}.service-details-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem;flex:1;overflow-y:auto}.service-left{display:flex;flex-direction:column;gap:.75rem}.service-image{width:100%;height:350px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);flex-shrink:0}.service-image img{width:100%;height:100%;object-fit:fill}.image-slider{position:relative;width:100%;height:100%;overflow:hidden}.slider-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out;border-radius:var(--radius-md)}.slider-image.active{opacity:1}.service-description{margin-top:.5rem}.service-description h2{color:var(--primary);margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.service-description p{color:var(--text-main);line-height:1.4;font-size:.85rem;font-weight:400}.service-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:start}.bhk-buttons,.tier-buttons{display:flex;flex-direction:column;gap:.5rem;align-items:center;width:100%}.bhk-buttons h3,.tier-buttons h3{color:var(--primary);margin-bottom:.4rem;font-size:.9rem;font-weight:600}.bhk-btn,.tier-btn{padding:0;border:2px solid var(--primary);background-color:var(--white);color:var(--primary);border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:var(--transition);font-size:.85rem;width:180px;height:48px;text-align:center;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.bhk-btn.active,.tier-btn.active,.bhk-btn:hover,.tier-btn:hover{background-color:var(--primary);color:var(--white)}.price-labels{display:flex;flex-direction:column;gap:.5rem;align-items:center;width:100%}.price-labels h3{color:var(--primary);margin-bottom:.4rem;font-size:.9rem;font-weight:600;text-align:center}.price-label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:180px;height:48px;border-radius:var(--radius-sm);background:#c490491a;box-shadow:var(--shadow-sm);transition:var(--transition);box-sizing:border-box}.original-price{text-decoration:line-through;color:var(--text-light);font-size:.7rem}.discounted-price{color:var(--primary);font-weight:600;font-size:.8rem}.service-right{display:flex;flex-direction:column;gap:.75rem}.service-strong-points{background:var(--white);padding:.75rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.service-strong-points h3{color:var(--primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.service-strong-points ul{list-style:none;padding:0}.service-strong-points li{padding:.2rem 0 .2rem 1.2rem;position:relative;color:var(--text-main);font-size:.75rem;line-height:1.3;font-weight:400}.service-strong-points li:before{content:"✓";color:var(--primary);position:absolute;left:0;font-weight:600}.sub-services-section{grid-column:1 / -1;margin-bottom:.75rem}.sub-services-section h3{color:var(--primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.sub-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.sub-service-btn{padding:.5rem .8rem;border:2px solid var(--primary);background-color:var(--white);color:var(--primary);border-radius:var(--radius-md);font-weight:500;cursor:pointer;transition:var(--transition);font-size:.8rem}.sub-service-btn.related-service-price{color:var(--text-main);font-weight:600;font-size:.9rem}.sub-service-btn.active,.sub-service-btn:hover{background-color:var(--primary);color:var(--white)}.related-services{margin-top:5rem;flex-shrink:0;width:100%;clear:both}.related-services h2{color:var(--primary);margin-bottom:.3rem;margin-top:-1rem;font-size:1rem;text-align:center;font-weight:600}.related-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem}.related-service-card{background:var(--white);border-radius:var(--radius-md);padding:.75rem;text-align:center;box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition);height:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.related-service-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.related-service-card img{width:75px;height:75px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:.35rem}.related-service-card h3{color:var(--primary);margin-bottom:.4rem;font-size:1rem;font-weight:600}.related-service-price{color:var(--text-main);font-weight:600;font-size:.9rem}.service-count-buttons{display:flex;flex-direction:column;gap:.5rem;align-items:center;width:100%}.service-count-buttons h3{color:var(--primary);font-size:.9rem;font-weight:600;margin:0 0 .4rem;text-align:center}.service-count-btn{padding:0;border:2px solid var(--primary);background:var(--white);color:var(--primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);font-weight:500;font-size:.85rem;position:relative;overflow:hidden;width:180px;height:48px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.service-count-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(196,144,73,.2),transparent);transition:left .5s}.service-count-btn:hover:before{left:100%}.service-count-btn:hover{background:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #c490494d}.service-count-btn.active{background:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #c490494d;border-color:var(--primary-dark)}.pricing-matrix-container{display:grid;grid-template-columns:140px 140px 140px;gap:1rem;width:100%;align-items:start;margin-bottom:1rem;justify-content:center}.room-selection,.service-selection{display:flex;flex-direction:column;gap:.5rem;min-height:280px;min-width:140px}.room-selection h3,.service-selection h3{color:var(--primary);font-size:.9rem;font-weight:600;margin:0 0 .5rem}.pricing-columns{display:flex;justify-content:center;align-items:stretch}.pricing-column-2,.pricing-column-3,.pricing-column-4,.pricing-column-5,.pricing-column-single{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:140px}.pricing-column-2 h3,.pricing-column-3 h3,.pricing-column-4 h3,.pricing-column-5 h3,.pricing-column-single h3{color:var(--primary);font-size:.9rem;font-weight:600;margin:0 0 .5rem;text-align:center}.room-btn{padding:.6rem .8rem;border:2px solid var(--primary);background:var(--white);color:var(--primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);font-weight:500;font-size:.8rem;text-align:center;position:relative;overflow:hidden;min-height:44px;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box}.room-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(196,144,73,.2),transparent);transition:left .5s}.room-btn:hover:before{left:100%}.room-btn:hover{background:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #c490494d}.room-btn.active{background:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #c490494d;border-color:var(--primary-dark)}.price-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);transition:var(--transition);min-height:50px;animation:priceUpdate .4s ease-in-out}@keyframes priceUpdate{0%{opacity:.3;transform:scale(.95)}50%{opacity:.7;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.price-cell.highlighted{background:var(--primary-light);box-shadow:var(--shadow-lg);transform:scale(1.02);border:2px solid var(--primary-dark);border-radius:var(--radius-lg)}.price-cell.highlighted .discounted-price{color:#22c55e!important;font-size:1.15rem!important;font-weight:700!important}.service-label{font-weight:600;color:var(--text-main);font-size:.8rem}.price-display{display:flex;flex-direction:column;align-items:center;gap:.2rem}.kitchen-bathroom-section{grid-column:1 / -1;width:100%}.kitchen-bathroom-btn{width:100%;padding:1rem;border:2px solid var(--primary);background:var(--white);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.kitchen-bathroom-btn:hover{background:var(--primary-light)}.kitchen-bathroom-btn.active{background:var(--primary);color:var(--white)}.kitchen-bathroom-btn.active h3{color:var(--white)}.kb-content{display:flex;flex-direction:column;gap:.75rem}.kb-content h3{color:var(--primary);font-size:1rem;font-weight:600;margin:0;text-align:center}.kb-pricing{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.kb-price-item{display:flex;flex-direction:column;align-items:center;padding:.5rem;border-radius:var(--radius-sm);transition:var(--transition)}.kb-price-item.highlighted{background:var(--primary-light);box-shadow:var(--shadow-md)}.kitchen-bathroom-btn.active .kb-price-item.highlighted{background:#fff3}.bhk-btn.disabled{opacity:.5;cursor:not-allowed;background:var(--gray-light);color:var(--gray-dark);border-color:var(--gray-dark)}.bhk-btn.disabled:hover{background:var(--gray-light);color:var(--gray-dark)}.price-label.highlighted{background:var(--primary-light);border:none;border-radius:var(--radius-sm);padding:.5rem;transform:scale(1.05);transition:var(--transition);box-shadow:var(--shadow-lg)}.bedbug-pricing{max-width:100%;overflow-x:hidden;box-sizing:border-box}.bedbug-pricing .bhk-buttons,.bedbug-pricing .service-count-buttons,.bedbug-pricing .price-labels{width:100%;max-width:100%}.price-label.highlighted{background:var(--primary-light);box-shadow:var(--shadow-lg);transform:scale(1.02);animation:priceUpdate .4s ease-in-out;border:2px solid var(--primary-dark);border-radius:var(--radius-lg)}.price-label.highlighted .discounted-price{color:#22c55e!important;font-size:1.2rem!important;font-weight:700!important}.cockroach-pricing{max-width:100%;overflow-x:hidden;box-sizing:border-box}.cockroach-pricing .bhk-buttons,.cockroach-pricing .service-count-buttons,.cockroach-pricing .price-labels{width:100%;max-width:100%}.termite-pricing{max-width:100%;overflow-x:hidden;box-sizing:border-box}.termite-pricing .bhk-buttons,.termite-pricing .service-count-buttons,.termite-pricing .price-labels{width:100%;max-width:100%}.rat-pricing{max-width:100%;overflow-x:hidden;box-sizing:border-box}.rat-pricing .bhk-buttons,.rat-pricing .price-labels{width:100%;max-width:100%}@media(min-width:769px){.service-details-page{padding:1rem 0}.service-details-header{margin-bottom:.5rem;padding:.75rem 0}.service-details-header h1{font-size:1.75rem}.back-button-rect{padding:.5rem 1rem;font-size:.9rem}.service-details-content{gap:1.5rem}.service-left,.service-right{gap:1rem}.service-image{height:350px}.service-description h2{font-size:1.25rem}.service-description p{font-size:.9rem}.bhk-buttons h3,.tier-buttons h3{font-size:1rem}.service-strong-points li{font-size:.8rem}.related-services{margin-top:3rem;position:relative;z-index:1}.related-services h2{margin-bottom:1.5rem;margin-top:-1rem;position:relative;z-index:2;font-size:large}.related-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.related-service-card{background:var(--white);border-radius:var(--radius-md);padding:.75rem;text-align:center;box-shadow:var(--shadow-sm);cursor:pointer;transition:var(--transition);height:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.related-service-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.related-service-card img{width:75px;height:75px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:.35rem}.related-service-card h3{color:var(--primary);margin-bottom:.4rem;font-size:1rem;font-weight:600}}@media(min-width:992px){.service-details-page{padding:1.5rem 0}.service-details-header{margin-bottom:.75rem;padding:1rem 0}.service-details-header h1{font-size:2rem}.back-button-rect{padding:.6rem 1.2rem;font-size:1rem}.service-details-content{gap:2rem}.service-left,.service-right{gap:1.5rem}.service-image{height:350px}.service-description h2{font-size:1.4rem}.service-description p{font-size:.95rem}}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{color:var(--secondary);font-weight:700;line-height:1.2;margin-bottom:.5em}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem;position:relative;display:inline-block}.section-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:var(--primary);border-radius:var(--radius-full)}.section-title p{color:var(--text-light);font-size:1.1rem;max-width:600px;margin:0 auto;font-weight:400}section{padding:5rem 0}.bg-light{background-color:var(--bg-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;border-radius:var(--radius-full);transition:var(--transition);cursor:pointer;border:none}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:0 4px 14px #10b98163}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-outline{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background-color:var(--white);color:var(--secondary)}.navbar{position:fixed;top:0;left:0;width:100vw;height:70px;border-bottom:1px solid var(--primary);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1.25rem 0;transition:var(--transition);background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;color:var(--secondary);display:flex;align-items:center;gap:.5rem}.logo span{color:var(--primary)}.logo img{height:75px;width:auto;object-fit:contain;scale:1.04}.service-icon-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 8px #0000001a}.hive-size-buttons{display:flex;flex-direction:column;gap:.5rem}.full-width-premise{display:flex!important;justify-content:center!important;align-items:center;width:100%!important}.full-width-premise .form-group{flex:none!important;width:100%!important;max-width:400px!important;text-align:center!important;margin:0 auto!important}.full-width-premise .form-group select{width:100%!important;margin:0 auto!important;display:block!important}.full-width-premise .form-group label{text-align:center!important;display:block!important}.hive-size-btn{padding:12px 20px;border:2px solid #ddd;border-radius:8px;background-color:#f8f9fa;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;text-align:center;min-width:120px}.hive-size-btn:hover{border-color:var(--primary, #007bff);background-color:#e9ecef}.hive-size-btn.active{background-color:var(--primary, #007bff);color:#fff;border-color:var(--primary, #007bff)}.honeybee-pricing{display:flex;gap:2rem;align-items:flex-start}.honeybee-pricing .hive-size-buttons,.honeybee-pricing .price-labels{flex:1;min-width:0}.honeybee-pricing .price-labels{display:flex;flex-direction:column;gap:.5rem}.honeybee-pricing .price-label{display:flex;flex-direction:column;align-items:flex-start;padding:12px 20px;border-radius:8px;background-color:#f8f9fa;border:2px solid #ddd;transition:all .3s ease}.honeybee-pricing .price-label.highlighted{background-color:#e3f2fd;border-color:var(--primary, #007bff)}.honeybee-pricing .original-price{text-decoration:line-through;color:#6c757d;font-size:16px;font-weight:500}.honeybee-pricing .discounted-price{font-size:16px;font-weight:500;color:#22c55e}.honeybee-pricing h3{font-size:16px;font-weight:600;color:#333;margin-bottom:.5rem}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-weight:500;position:relative}.nav-links a:hover{color:var(--primary)}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--primary);transition:var(--transition)}.nav-links a:hover:after{width:100%}.nav-links .nav-link{font-weight:500;position:relative;background:none;border:none;color:inherit;font-family:inherit;font-size:inherit;cursor:pointer;padding:0;transition:var(--transition)}.nav-links .nav-link:hover{color:var(--primary)}.nav-links .nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--primary);transition:var(--transition)}.nav-links .nav-link:hover:after{width:100%}.mobile-toggle{display:none;font-size:1.5rem;cursor:pointer;color:var(--secondary)}.hero{padding:0;height:100vh;margin-top:0;position:relative;overflow:hidden}.hero-swiper{width:100%;height:100%}.hero-slide{position:relative;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#0f172ae6,#0f172a66)}.slide-content{position:relative;z-index:10;max-width:800px;color:var(--white)}.slide-label{display:inline-block;padding:.25rem 1rem;background-color:var(--primary);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.slide-content h1{color:var(--white);font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.slide-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.slide-features{display:flex;gap:1.5rem;margin-bottom:2.5rem}.slide-features li{display:flex;align-items:center;gap:.5rem;font-weight:500}.slide-features i{color:var(--primary)}.hero-buttons{display:flex;gap:1rem}.swiper-pagination-bullet{background:var(--white)!important;opacity:.5;width:10px;height:10px;transition:var(--transition)}.swiper-pagination-bullet-active{opacity:1!important;background:var(--primary)!important;transform:scale(1.5)}.service-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2;transition:transform .6s cubic-bezier(.4,0,.2,1)}.service-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#000000d9);z-index:-1;transition:var(--transition)}.service-content{position:relative;z-index:1;width:100%;transition:transform .4s ease;transform:translateY(10px)}.service-card:hover .service-bg{transform:scale(1.15)}.service-card:hover .service-overlay{background:linear-gradient(to bottom,#c490494d,#000000f2)}.service-card:hover .service-content{transform:translateY(0)}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.service-icon{width:70px;height:70px;background:#ffffff1a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:var(--primary);transition:var(--transition)}.service-card:hover .service-icon{background:var(--primary);color:var(--white);transform:scale(1.1);border-color:transparent}.service-card h3{margin-bottom:1rem;font-size:1.5rem;color:var(--white)}.service-card p{color:#ffffffd9;margin-bottom:1.5rem;font-size:.95rem}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:600;transition:var(--transition)}.service-card:hover .service-link{color:var(--white)}.sub-services-preview{margin:1rem 0;padding:1rem;background:#ffffff1a;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.sub-services-preview h4{color:var(--white);font-size:.9rem;font-weight:600;margin-bottom:.5rem;text-align:left}.sub-services-preview ul{list-style:none;padding:0;margin:0;text-align:left}.sub-services-preview li{color:#ffffffe6;font-size:.8rem;margin-bottom:.25rem;padding-left:1rem;position:relative}.sub-services-preview li:before{content:"•";color:var(--primary);position:absolute;left:0;font-weight:700}.sub-service-link{background:none;border:none;color:#ffffffe6;font-size:.8rem;cursor:pointer;text-decoration:underline;text-decoration-color:var(--primary);text-underline-offset:2px;transition:var(--transition);padding:0;font-family:inherit}.sub-service-link:hover{color:var(--primary);text-decoration-color:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.why-card{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition)}.why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.why-icon{font-size:2.5rem;color:var(--primary)}.why-content h3{font-size:1.25rem;margin-bottom:.5rem}.why-content p{color:var(--text-light);font-size:.95rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:var(--radius-lg);box-shadow:0 10px 30px #0000001f;position:relative;height:320px;display:flex;flex-direction:column;transition:box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 15px 40px #0000002e}.quote-icon{font-size:2rem;color:var(--primary);opacity:.2;position:absolute;top:1.5rem;right:1.5rem}.testimonial-text{font-size:1rem;font-style:italic;margin-bottom:1rem;position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;flex:1}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto;flex-shrink:0}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:1.2rem}.author-info h4{margin-bottom:.1rem;font-weight:500}.author-info p{font-size:.875rem;color:var(--text-light)}.stars{color:#f59e0b;margin-bottom:.75rem;flex-shrink:0}.testimonials-section{background:transparent;padding:5rem 0;width:100vw;overflow:hidden}.testimonials-container{width:100%;max-width:100vw;margin:0 auto;padding:0 1rem}.testimonials-carousel-wrapper{position:relative;display:flex;align-items:center;gap:0;width:100vw;margin-left:calc(-50vw + 50%);padding:0 20px}.testimonials-carousel{flex:1;overflow:hidden;width:100%}.testimonials-track{display:flex;transition:transform .5s ease-in-out;width:100%}.testimonial-slide{flex:0 0 calc((100vw - 120px) / 3);max-width:calc((100vw - 120px) / 3);padding:0 10px;box-sizing:border-box}.carousel-nav-btn{background:transparent;border:2px solid var(--primary);color:var(--primary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);flex-shrink:0;z-index:10;margin:0 10px}.carousel-nav-btn:hover{background:var(--primary);color:var(--white);transform:scale(1.1)}.carousel-prev-btn{left:0}.carousel-next-btn{right:0}@media(max-width:992px){.testimonial-slide{flex:0 0 calc(50% - 1rem);padding:0 .5rem}}@media(max-width:768px){.testimonial-slide{flex:0 0 100%!important;max-width:100%!important;padding:0 .5rem}.carousel-nav-btn{width:36px;height:36px;position:absolute;top:50%;transform:translateY(-50%);margin:0;z-index:20;background:#ffffffe6}.carousel-prev-btn{left:5px}.carousel-next-btn{right:5px}.testimonials-carousel-wrapper{flex-direction:column;gap:0;padding:0 10px;position:relative}.testimonials-carousel{order:1}.testimonial-card{height:auto;min-height:280px;max-width:350px;margin:0 auto}.testimonials-track{transition:transform .6s cubic-bezier(.4,0,.2,1)}}.clients{padding:4rem 0;border-top:1px solid rgba(0,0,0,.05);background:var(--white)}.clients .section-title{margin-bottom:2rem}.clients-carousel-wrapper{overflow:hidden;width:100%;position:relative}.clients-carousel{width:100%;overflow:hidden}.clients-track{display:flex;animation:scroll 25s linear infinite;width:max-content}.clients-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.client-logo-item{flex-shrink:0;padding:0 1.5rem;display:flex;align-items:center;justify-content:center}.client-logo-item img{width:150px;height:120px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:var(--transition);border-radius:var(--radius-lg);border:1px solid var(--primary)}.client-logo-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.about-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:100%;transition:var(--transition)}.about-image:hover img{transform:scale(1.15)}.experience-badge{position:absolute;bottom:-20px;right:-20px;background:var(--primary);color:var(--white);padding:2rem;border-radius:50%;width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow-md);border:5px solid var(--white)}.experience-badge span{font-size:2.5rem;font-weight:800;line-height:1}.experience-badge p{font-size:.9rem;font-weight:500;text-transform:uppercase}.about-content h2{font-size:2.5rem;margin-bottom:1.5rem}.about-content p{color:var(--text-light);font-size:1.1rem;margin-bottom:1.5rem}.mission-box{background:var(--bg-light);padding:1.5rem;border-left:4px solid var(--primary);border-radius:0 var(--radius-md) var(--radius-md) 0;margin-top:2rem}.mission-box h4{margin-bottom:.5rem;color:var(--primary)}.contact{position:relative}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info-wrapper{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1.5rem;background:var(--white);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition)}.contact-item:hover{transform:translate(10px);box-shadow:var(--shadow-md)}.contact-icon{width:50px;height:50px;background:var(--bg-light);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.contact-item-info h4{margin-bottom:.25rem}.contact-item-info p{color:var(--text-light)}.map-container{width:100%;height:100%;min-height:400px;background:var(--bg-light);border-radius:var(--radius-lg);overflow:hidden;position:relative}.map-container iframe{width:100%;height:100%;border:none}.footer{background-color:var(--primary-dark);color:var(--white);padding:2.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:3rem}.footer-logo{color:var(--white);margin-bottom:1.5rem}.footer-logo span{color:var(--primary)}.footer-about p{color:#ffffffb3;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--white);transition:var(--transition)}.social-links a:hover{background:var(--primary);transform:translateY(-3px)}.footer-links h4{font-size:1.2rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.footer-links h4:after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background:var(--primary)}.footer-links ul li{margin-bottom:.75rem}.footer-links ul li a{color:#ffffffb3;display:flex;align-items:center;gap:.5rem}.footer-links ul li a:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;color:var(--primary);transition:var(--transition)}.footer-links ul li a:hover{color:var(--white);padding-left:5px}.footer-contact-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;word-break:break-word}.footer-contact-list li i{flex-shrink:0;margin-top:.25rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.9rem}.floating-buttons{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:15px;z-index:1000}.floating-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.8rem;box-shadow:var(--shadow-lg);transition:var(--transition);position:relative}.btn-whatsapp{background-color:#25d366}.btn-whatsapp:hover{background-color:#128c7e;transform:scale(1.1)}.btn-call{background-color:var(--primary);display:none}.btn-book{background-color:#f59e0b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px;text-decoration:none;border:none;cursor:pointer}.btn-book span{font-size:.65rem;font-weight:600;color:var(--white);text-transform:uppercase;letter-spacing:.5px}.btn-book:hover{background-color:#d97706;transform:scale(1.1)}.booking-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.booking-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:90vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;box-shadow:var(--shadow-xl);animation:modalSlideIn .3s ease-out}.booking-modal::-webkit-scrollbar{display:none}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.booking-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-light);background:var(--primary);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.booking-modal-header h3{color:var(--white);margin:0;font-size:1.25rem;font-weight:600}.modal-close-btn{background:none;border:none;color:var(--white);font-size:1.25rem;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:var(--transition);width:32px;height:32px;border-radius:50%}.modal-close-btn:hover{background:#fff3}.booking-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--secondary);font-weight:500;font-size:.9rem}.form-group input,.form-group select{padding:.75rem 1rem;border:2px solid var(--gray-light);border-radius:var(--radius-md);font-size:.95rem;font-family:inherit;transition:var(--transition);background:var(--white)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #c490491a}.form-group input::placeholder{color:var(--gray-dark)}.booking-submit-btn{width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.price-display .price-value{padding:.75rem 1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid var(--gray-light);border-radius:var(--radius-md);text-align:center}.price-display .price-amount{font-size:1.5rem;font-weight:700;color:var(--primary)}.price-display .price-placeholder{font-size:.9rem;color:var(--gray-dark);font-style:italic}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row.button-row{margin-top:1rem;display:flex;justify-content:center}.zip-group input{background:#3a3a3a;border:2px solid #22c55e;color:var(--white)}.zip-group input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33}.zip-group label i{color:#22c55e;margin-right:.5rem}.premise-type-toggle{display:flex;border-radius:var(--radius-md);overflow:hidden;border:2px solid #22c55e}.toggle-btn{flex:1;padding:.75rem .5rem;border:none;background:#1a1a1a;color:var(--white);font-size:.85rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem}.toggle-btn:first-child{border-right:1px solid #22c55e}.toggle-btn.active{background:linear-gradient(135deg,#22c55e,#16a34a);color:var(--white)}.toggle-btn:hover:not(.active){background:#2a2a2a}.toggle-btn i{font-size:.9rem}.price-group{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.price-value-large{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.price-value-large .currency{font-size:1rem;color:#22c55e}.price-value-large .price-amount-large{font-size:1.75rem;font-weight:700;color:#22c55e}.price-note{font-size:.75rem;color:#22c55e;display:block;margin-top:.25rem}.required{color:#ef4444}.hint{font-size:.75rem;color:var(--gray-dark);font-weight:400}.form-group input,.form-group select{background:#1a1a1a;border:2px solid #3a3a3a;color:var(--white)}.form-group input:focus,.form-group select:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33}.form-group input::placeholder{color:#6b7280}.form-group input[type=date]{color-scheme:dark}.date-group,.price-group{max-width:100%}.form-row.price-row{grid-template-columns:1fr}.btn-book-now{padding:1rem;border:none;border-radius:var(--radius-md);background:#3a3a3a;color:#9ca3af;font-weight:600;font-size:.9rem;cursor:not-allowed;transition:var(--transition)}.btn-book-now:not(:disabled){background:linear-gradient(135deg,#22c55e,#16a34a);color:var(--white);cursor:pointer}.btn-book-now:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.btn-talk-agent{padding:1rem;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,#22c55e,#16a34a);color:var(--white);font-weight:600;font-size:.9rem;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.btn-talk-agent:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e4d}.booking-modal{background:#1a1a1a;border:1px solid #3a3a3a}.booking-modal-header{background:linear-gradient(135deg,#c49049,#a67c3d)}.booking-form label{color:var(--white);font-size:.85rem}@media(max-width:480px){.form-row{grid-template-columns:1fr}.toggle-btn{font-size:.75rem;padding:.625rem .25rem}.price-value-large .price-amount-large{font-size:1.5rem}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-md);transition:var(--transition);position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05);z-index:1;min-height:400px;display:flex;align-items:flex-end}@media(max-width:992px){.about-wrapper,.contact-grid{grid-template-columns:1fr}.experience-badge{bottom:-10px;right:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-slide{padding:0 1rem}.slide-content h1{font-size:3rem}.client-logo-item img{width:130px;height:70px}.client-logo-item{padding:0 1rem}}@media(max-width:768px){.logo img{height:70px;width:auto;object-fit:contain}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{min-height:350px;padding:2rem 1.5rem}.nav-links{position:absolute;top:100%;left:0;width:100%;background:var(--white);flex-direction:column;gap:0;box-shadow:var(--shadow-md);clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:var(--transition)}.nav-links.active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.nav-links a,.nav-links .btn,.nav-links .nav-link{padding:1rem 2rem;width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.nav-links .btn{border-radius:0;justify-content:flex-start}.mobile-toggle{display:block;color:var(--primary-dark)}.slide-content h1{font-size:2.5rem}.slide-features{flex-direction:column;gap:.5rem}.hero-buttons{flex-direction:column}.section-title h2{font-size:2rem}.floating-call{display:flex}.testimonial-card{height:auto;min-height:280px;max-width:350px;margin:0 auto}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:1rem}.footer-links h4{font-size:.9rem;margin-bottom:.75rem}.footer-links ul li{margin-bottom:.4rem}.footer-links ul li a,.footer-about p{font-size:.75rem}.social-links{gap:.5rem}.social-links a{width:32px;height:32px;font-size:.875rem}.client-logo-item img{width:110px;height:60px;filter:none;opacity:1}.client-logo-item{padding:0 .75rem}.clients{padding:3rem 0}.clients-track{animation:scroll 20s linear infinite}}@media(max-width:991px){.section-title h2{font-size:2.25rem}.section-title p{font-size:1rem}.service-card h3{font-size:1.5rem;font-weight:600}.service-card p{font-size:.95rem;font-weight:400}}@media(max-width:767px){.section-title h2{font-size:2rem}.section-title p{font-size:.95rem}.service-card h3{font-size:1.375rem;font-weight:600}.service-card p{font-size:.9rem;font-weight:400}.logo{font-size:1.375rem;font-weight:800}.logo img{height:65px;width:auto;object-fit:contain}.service-details-page{padding:.5rem;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.service-details-header{margin-bottom:.5rem;padding:.25rem 0}.service-details-content{display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;height:calc(100vh - 60px)}.service-left,.service-right{display:contents}.service-image{width:100%;height:250px;order:1}.service-buttons{order:2;flex-shrink:0}.service-strong-points{order:3;flex-shrink:0}.service-description{order:4;flex:0 0 auto;background:var(--white);padding:.75rem;border-radius:var(--display-radius-md);box-shadow:var(--shadow-sm);max-height:150px;overflow-y:auto}.related-services{order:5;padding:1rem 0;margin-top:1rem;width:100%}.related-services h2{color:var(--primary);margin-bottom:.5rem;margin-top:-2rem;font-size:1rem;text-align:center;font-weight:600;position:relative;z-index:2}.related-services-grid{display:flex;flex-direction:row;justify-content:center;gap:.5rem;width:100%;flex-wrap:nowrap}.related-service-card{width:140px;height:140px;padding:.75rem;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0}.related-service-card img{width:90px;height:90px;margin-bottom:.25rem;object-fit:cover;border-radius:var(--radius-md)}.related-service-card h3{margin:0;font-size:.8rem;line-height:1.2}}@media(max-width:576px){.section-title h2{font-size:1.875rem}.section-title p{font-size:.9rem}.service-card h3{font-size:1.25rem;font-weight:600}.service-card p{font-size:.875rem;font-weight:400}.logo{font-size:1.25rem;font-weight:800}}@media(max-width:412px){html{font-size:11px;overflow-x:hidden}h1{font-size:1.75rem;font-weight:800}h2{font-size:1.5rem;font-weight:700}h3{font-size:1.25rem;font-weight:600}h4{font-size:.95rem;font-weight:600}.section-title h2{font-size:1.5rem}.section-title p{font-size:.8rem;font-weight:400}.service-card h3{font-size:1rem;font-weight:600}.service-card p{font-size:.75rem;font-weight:400}.logo{font-size:1rem;font-weight:800}.navbar{height:55px;padding:.75rem 0}.navbar .container{padding:0;display:flex;justify-content:space-between;align-items:center;width:100%}.logo img{height:60px!important;width:auto!important;object-fit:contain!important}.logo{margin-left:0}.mobile-toggle{font-size:1.75rem;padding:.25rem;margin-right:.5rem}.services-grid{grid-template-columns:1fr;gap:.75rem;padding:0 .5rem}.service-card{min-height:280px;padding:1.25rem .75rem}.service-icon{width:50px;height:50px;font-size:1.25rem}.container{padding:0 .5rem;max-width:100%;box-sizing:border-box}section{padding:2rem 0}.section-title{margin-bottom:1.5rem;text-align:center}.section-title h2,.section-title p{text-align:center;margin-left:auto;margin-right:auto}.floating-buttons{position:fixed;bottom:15px;right:15px;display:flex;flex-direction:column;gap:8px;z-index:999;width:auto;max-width:calc(100vw - 30px);box-sizing:border-box}.floating-btn{width:45px;height:45px;font-size:1.25rem;min-width:45px;max-width:45px;box-sizing:border-box}.btn-book{padding:4px;gap:1px}.btn-book span{font-size:.5rem;letter-spacing:0}.btn-book i{font-size:1rem}.booking-modal{max-width:100%;max-height:85vh}.booking-modal-header{padding:1rem 1.25rem}.booking-modal-header h3{font-size:1.1rem}.booking-form{padding:1.25rem;gap:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group select{padding:.625rem .875rem;font-size:.9rem}.premise-type-toggle{border-radius:var(--radius-sm)}.toggle-btn{padding:.625rem .375rem;font-size:.75rem;gap:.375rem}.toggle-btn i{font-size:.8rem}.price-value-large .price-amount-large{font-size:1.5rem}.price-note{font-size:.7rem}.form-row:has(.zip-group){gap:.75rem}.zip-group input{font-size:.9rem}.booking-modal-overlay{padding:.5rem}.btn-book-now{padding:.875rem;font-size:.85rem}.hero{padding-bottom:0;height:100vh;margin-top:0;overflow:hidden;width:100%;max-width:100vw;box-sizing:border-box}.slide-content{padding:0 .5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;max-width:95%;width:100%;box-sizing:border-box;overflow:hidden}.slide-content h1{font-size:1.75rem;line-height:1.1;margin-bottom:1rem;margin-left:auto;margin-right:auto;text-align:center;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.slide-content p{font-size:.85rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;text-align:center;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.slide-label{font-size:.7rem;padding:.2rem .75rem;margin-bottom:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%}.slide-features{flex-direction:column;gap:.4rem;align-items:center;margin-bottom:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.slide-features li{font-size:.75rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;text-align:center}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:280px;margin:0 auto;box-sizing:border-box}.btn{padding:.75rem 1.5rem;font-size:.8rem;width:100%;max-width:250px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swiper-pagination{text-align:center;width:100%;display:flex;justify-content:center;align-items:center;bottom:10px!important;padding:0 .5rem;box-sizing:border-box}.swiper-pagination-bullet{width:8px;height:8px;margin:0 2px}body{overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box}*{max-width:100%;box-sizing:border-box}.price-cell.highlighted{border:3px solid var(--primary-dark);transform:scale(1.05);box-shadow:0 6px 12px #00000026}.price-cell.highlighted .discounted-price{font-size:1.3rem!important}.price-label.highlighted{border:3px solid var(--primary-dark);transform:scale(1.05);box-shadow:0 6px 12px #00000026}.price-label.highlighted .discounted-price{font-size:1.35rem!important}.bhk-buttons,.tier-buttons,.service-count-buttons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.4rem;width:100%}.bhk-btn,.tier-btn,.service-count-buttons button{width:auto;min-width:70px;max-width:none;min-height:36px;font-size:.75rem;padding:.35rem .5rem;flex:1}.service-buttons{display:flex;flex-direction:row;gap:.5rem;width:100%;justify-content:center}.service-buttons>div{flex:1;max-width:50%}.service-buttons h3{font-size:.75rem;margin-bottom:.4rem;text-align:center}.room-options{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.4rem}.room-options button{min-width:60px;min-height:36px;font-size:.75rem;padding:.35rem .5rem}.related-service-card{width:140px;height:140px;padding:.75rem}.related-service-card img{width:90px;height:120px}.related-service-card h3{font-size:.85rem}}
