:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{margin:0;min-width:320px;background-color:#fff;color:#1a1a1a}a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}a:hover{color:#666}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin:0}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:0;line-height:1.8}ul,ol{margin:0;padding:0;list-style:none}li{list-style:none}button{font-family:inherit;font-weight:600;cursor:pointer;border:none;padding:0;background:none;transition:all .3s ease}button:disabled{cursor:not-allowed;opacity:.5}input,textarea,select{font-family:inherit;font-size:1rem;border:1px solid #ddd;border-radius:5px;padding:12px 15px;transition:all .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}img{max-width:100%;height:auto;display:block}html{scroll-behavior:smooth}::selection{background-color:#1a1a1a;color:#fff}::-moz-selection{background-color:#1a1a1a;color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}}@media(max-width:480px){h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1rem}input,textarea,select{font-size:16px}}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;margin:0;padding:0}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:.5rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-logo img{height:50px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{list-style:none}.nav-link{color:#000;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;padding:.5rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#b91c1c;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:#b91c1c}.menu-icon{display:none;cursor:pointer}.hamburger{width:25px;height:20px;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{width:100%;height:3px;background-color:#000;transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px);background-color:#b91c1c}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);background-color:#b91c1c}@media screen and (max-width:768px){.nav-logo img{height:40px}.menu-icon{display:block}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:left .3s ease;box-shadow:0 10px 27px #0000001a;padding:2rem 0;gap:0}.nav-menu.active{left:0}.nav-item{margin:1rem 0}.nav-link{font-size:1.1rem;display:block;padding:1rem}}.footer{background-color:#000;color:#fff;padding:3rem 1rem 1rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#b91c1c;font-size:1.5rem;margin-bottom:.5rem}.footer-section h4{color:#b91c1c;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.footer-section p{line-height:1.8;font-size:.95rem;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#b91c1c}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;font-size:.9rem}@media screen and (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1rem}}.floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:15px;z-index:999}.floating-btn{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:transform .3s ease,box-shadow .3s ease;animation:float 3s ease-in-out infinite}.floating-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #00000040}.floating-btn svg{width:30px;height:30px}.whatsapp-btn{background-color:#25d366;color:#fff;animation-delay:0s}.call-btn{background-color:#b91c1c;color:#fff;animation-delay:.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media screen and (max-width:480px){.floating-buttons{bottom:15px;right:15px;gap:12px}.floating-btn{width:55px;height:55px}.floating-btn svg{width:26px;height:26px}}.home{width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero{background:linear-gradient(135deg,#1a2332,#2d3e50);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(185,28,28,.15),transparent 50%)}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-label{font-size:.9rem;color:#b91c1c;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-highlight{color:#b91c1c}.hero-description{font-size:1.05rem;line-height:1.7;opacity:.9;margin-bottom:2.5rem}.hero-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.hero-feature{display:flex;gap:1rem;align-items:start}.hero-feature-icon{font-size:1.5rem;background:#b91c1c33;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;min-width:50px;height:50px}.hero-feature h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.hero-feature p{font-size:.85rem;opacity:.8}.hero-image{display:flex;justify-content:center;align-items:center}.hero-img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000004d}.booking-section{background:#fff;padding:3rem 0;box-shadow:0 4px 20px #00000014;position:relative;margin-top:-2rem;z-index:2}.booking-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#000}.booking-form{background:#f9f9f9;padding:2rem;border-radius:12px;border:2px solid #e5e5e5}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#333}.form-group input{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#b91c1c}.btn-submit{background:#b91c1c;color:#fff;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .3s;width:100%;max-width:300px;margin:0 auto;display:block}.btn-submit:hover{background:#991717}.services-section{padding:5rem 0;background:#fafafa}.section-title{font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:3rem;color:#000}.text-highlight{color:#b91c1c}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #b91c1c26}.service-image{width:100%;height:250px;object-fit:cover}.service-content{padding:2rem}.service-content h3{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#000}.service-content p{color:#555;line-height:1.7}.trust-section{padding:5rem 0;background:#fff}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.trust-images{display:flex;gap:1.5rem}.trust-img{width:78%;height:auto;border-radius:12px;box-shadow:0 8px 30px #0000001a}.trust-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:2rem;color:#000}.trust-description{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.why-section{padding:5rem 0;background:#fafafa}.section-title-center{font-size:2.5rem;font-weight:700;text-align:center;line-height:1.4;margin-bottom:3rem;color:#000}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.why-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .3s}.why-card:hover{transform:translateY(-5px)}.why-icon{font-size:3rem;display:block;margin-bottom:1.5rem}.why-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#b91c1c}.fleet-showcase{padding:5rem 0;background:#fff}.fleet-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem}.fleet-image-container{display:flex;max-width:auto;height:800px;justify-content:center}.fleet-showcase-img{width:100%;max-width:1000px;height:auto;border-radius:12px;box-shadow:0 8px 30px #0000001a}.stats-section{padding:5rem 0;background:linear-gradient(135deg,#1a2332,#2d3e50);color:#fff;position:relative;overflow:hidden}.stats-overlay{position:absolute;inset:0;background:radial-gradient(circle at bottom left,rgba(185,28,28,.2),transparent 60%)}.stats-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.stats-title{font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.stat-item{text-align:center}.stat-number{font-size:3.5rem;font-weight:800;color:#b91c1c;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.stats-img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000004d}.commitment-section{padding:5rem 0;background:#fafafa}.commitment-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.commitment-collage{display:flex;flex-direction:column;gap:1rem}.collage-row{display:flex;gap:1rem}.collage-row img{width:48%;height:auto;border-radius:12px;box-shadow:0 4px 20px #0000001a}.commitment-badge{display:inline-block;background:#b91c1c;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.commitment-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#000}.commitment-description{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:2rem}.btn-secondary{background:transparent;color:#b91c1c;border:2px solid #b91c1c;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:#b91c1c;color:#fff}.destinations-section{padding:5rem 0;background:#fff}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.destination-card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s}.destination-card:hover{transform:scale(1.05)}.destination-image{width:100%;height:200px;object-fit:cover}.destination-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1.5rem;color:#fff}.destination-overlay h3{font-size:1.3rem;font-weight:700}.browse-fleet{padding:5rem 0;background:#fafafa}.fleet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.fleet-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s;cursor:pointer}.fleet-card:hover{transform:translateY(-8px)}.fleet-image{width:100%;height:150px;object-fit:cover}.fleet-type{text-align:center;padding:1.5rem;font-size:1.2rem;font-weight:700;color:#000}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#1a2332,#2d3e50);color:#fff;position:relative;overflow:hidden}.cta-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(185,28,28,.15),transparent 70%)}.cta-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.cta-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;font-weight:400;opacity:.9}.cta-description{font-size:1.05rem;line-height:1.8;opacity:.9;margin-bottom:2rem}.btn-cta{display:inline-block;background:#b91c1c;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .3s}.btn-cta:hover{background:#991717}.cta-img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000004d}@media screen and (max-width:768px){.hero-container,.trust-grid,.stats-container,.commitment-grid,.cta-container{grid-template-columns:1fr;gap:2rem}.hero{padding:2rem 0}.hero-title{font-size:2rem}.hero-features-grid{grid-template-columns:1fr;gap:1rem}.hero-image{order:-1}.booking-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.section-title,.section-title-center,.trust-title,.commitment-title,.stats-title,.cta-title{font-size:1.8rem}.services-grid,.why-grid,.destinations-grid,.fleet-grid{grid-template-columns:1fr}.trust-images{flex-direction:column}.trust-img{width:100%}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-number{font-size:2.5rem}.commitment-collage,.cta-image{order:-1}}@media screen and (max-width:480px){.container{padding:0 1rem}.hero-title{font-size:1.6rem}.hero-description{font-size:.95rem}.booking-title,.section-title,.section-title-center{font-size:1.5rem}.hero-feature h3{font-size:.9rem}.hero-feature p{font-size:.8rem}.why-icon,.stat-number{font-size:2rem}.fleet-image-container{height:600px}}.about{width:100%}.about-hero{background:linear-gradient(135deg,#b91c1c,#7f1d1d);color:#fff;padding:5rem 1rem;text-align:center}.about-hero h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;animation:fadeInDown .8s ease}.about-lead{font-size:1.3rem;max-width:700px;margin:0 auto;opacity:.95;animation:fadeInUp 1s ease}.about-content{padding:4rem 1rem;background-color:#fff}.about-text{max-width:900px;margin:0 auto}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#333;text-align:justify}.service-coverage{padding:4rem 1rem;background-color:#f9f9f9}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#000;position:relative;padding-bottom:1rem}.coverage-text{font-size:1.1rem;line-height:1.8;text-align:center;max-width:800px;margin:0 auto 2rem;color:#333}.coverage-locations{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.location-badge{background-color:#b91c1c;color:#fff;padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;box-shadow:0 4px 10px #b91c1c33;transition:transform .3s ease}.location-badge:hover{transform:scale(1.05)}.drivers-info{padding:4rem 1rem;background-color:#000;color:#fff}.drivers-info .section-title{color:#fff}.drivers-text{font-size:1.1rem;line-height:1.8;text-align:center;max-width:900px;margin:0 auto;opacity:.95}.why-choose{padding:4rem 1rem;background-color:#fff}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.why-card{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.why-card:hover{border-color:#b91c1c;box-shadow:0 8px 20px #b91c1c26;transform:translateY(-5px)}.why-icon{width:60px;height:60px;background-color:#b91c1c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.why-card h3{font-size:1.3rem;margin-bottom:1rem;color:#000;font-weight:600}.why-card p{color:#555;line-height:1.7}@media screen and (max-width:768px){.about-hero h1{font-size:2.3rem}.about-lead{font-size:1.1rem}.section-title{font-size:2rem}.about-text p,.coverage-text,.drivers-text{font-size:1rem;text-align:left}.coverage-locations{flex-direction:column;align-items:center}.location-badge{width:100%;max-width:300px;text-align:center}.why-grid{grid-template-columns:1fr;gap:1.5rem}}@media screen and (max-width:480px){.about-hero{padding:3rem 1rem}.about-hero h1{font-size:1.9rem}.about-lead{font-size:1rem}.section-title{font-size:1.7rem}.why-card{padding:1.5rem}}.services{width:100%}.services-hero{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;padding:5rem 1rem;text-align:center}.services-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#b91c1c;animation:fadeInDown .8s ease}.services-hero p{font-size:1.3rem;opacity:.95;animation:fadeInUp 1s ease}.pricing-info{padding:4rem 1rem;background-color:#f9f9f9}.pricing-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto 2rem}.price-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.price-card:hover{border-color:#b91c1c;box-shadow:0 8px 20px #b91c1c26;transform:translateY(-5px)}.price-card h3{font-size:1.5rem;margin-bottom:1rem;color:#000;font-weight:600}.price{font-size:1.8rem;font-weight:700;color:#b91c1c}.pricing-note{text-align:center;font-size:1rem;color:#555;max-width:700px;margin:2rem auto 0;font-style:italic}.vehicles{padding:4rem 1rem;background-color:#fff}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.vehicle-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.vehicle-card:hover{border-color:#b91c1c;box-shadow:0 8px 20px #b91c1c26;transform:translateY(-5px)}.vehicle-header{background-color:#b91c1c;color:#fff;padding:1.5rem;text-align:center}.vehicle-header h3{font-size:1.5rem;font-weight:700;margin:10px}.vehicle-image{width:100%;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.vehicle-image:hover{transform:scale(1.05)}.vehicle-body{padding:2rem}.vehicle-models{list-style:none;padding:0;margin:0 0 1.5rem}.vehicle-models li{padding:.5rem 0;border-bottom:1px solid #f0f0f0;color:#333;font-size:1.05rem}.vehicle-models li:last-child{border-bottom:none}.vehicle-price{font-size:1.2rem;font-weight:600;color:#b91c1c;text-align:center;margin-top:1rem}.corporate-quotations{padding:4rem 1rem;background-color:#000;color:#fff;text-align:center}.corporate-quotations .section-title{color:#fff}.corporate-text{font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto 2.5rem;opacity:.95}.cta-button{display:inline-block;background-color:#b91c1c;color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #b91c1c4d}.cta-button:hover{background-color:#7f1d1d;transform:scale(1.05);box-shadow:0 6px 20px #b91c1c66}@media screen and (max-width:768px){.services-hero h1{font-size:2.3rem}.services-hero p{font-size:1.1rem}.section-title{font-size:2rem}.pricing-summary,.vehicles-grid{grid-template-columns:1fr;gap:1.5rem}.corporate-text{font-size:1rem}}@media screen and (max-width:480px){.services-hero{padding:3rem 1rem}.services-hero h1{font-size:1.9rem}.services-hero p{font-size:1rem}.section-title{font-size:1.7rem}.price-card{padding:1.5rem}.price{font-size:1.5rem}.cta-button{padding:.9rem 2rem;font-size:1rem}}.tariff-page{width:100%;min-height:100vh}.tariff-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:80px 20px 60px;text-align:center;color:#fff}.tariff-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.tariff-hero-content p{font-size:1.2rem;color:#e0e0e0;max-width:600px;margin:0 auto}.tariff-container{max-width:1200px;margin:0 auto;padding:60px 20px}.tariff-section{margin-bottom:60px;background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a}.tariff-section-title{font-size:2rem;font-weight:700;color:#b91c1c;margin-bottom:30px;text-align:center;border-bottom:3px solid #b91c1c;padding-bottom:15px}.tariff-table-wrapper{overflow-x:auto}.tariff-table{width:100%;border-collapse:collapse;margin-bottom:20px}.tariff-table thead{background-color:#b91c1c;color:#fff}.tariff-table th{padding:15px;text-align:left;font-weight:600;font-size:1rem;border:1px solid #991515}.tariff-table td{padding:12px 15px;border:1px solid #e0e0e0;font-size:.95rem;color:#333}.tariff-table tbody tr:nth-child(2n){background-color:#f9f9f9}.tariff-table tbody tr:hover{background-color:#fef2f2;transition:background-color .3s ease}.extra-charges{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px;padding:20px;background-color:#fef2f2;border-radius:8px;border-left:4px solid #b91c1c}.extra-item{display:flex;align-items:center;gap:10px;font-size:1rem}.extra-item span{color:#666}.extra-item strong{color:#b91c1c;font-size:1.1rem}.hill-charges p{margin:5px 0;color:#333}.hill-charges strong{color:#b91c1c}.terms-section{background-color:#f9f9f9;border:2px solid #b91c1c}.terms-content{padding:20px}.terms-list{list-style:none;padding:0;margin:0}.terms-list li{padding:12px 20px;margin-bottom:10px;background:#fff;border-radius:8px;border-left:4px solid #b91c1c;font-size:1rem;color:#333;transition:transform .2s ease}.terms-list li:hover{transform:translate(5px)}@media(max-width:768px){.tariff-hero{padding:60px 15px 40px}.tariff-hero-content h1{font-size:2rem}.tariff-hero-content p{font-size:1rem}.tariff-container{padding:40px 15px}.tariff-section{padding:25px 15px;margin-bottom:40px}.tariff-section-title{font-size:1.5rem;margin-bottom:20px}.tariff-table{font-size:.85rem}.tariff-table th,.tariff-table td{padding:10px 8px;font-size:.85rem}.extra-charges{flex-direction:column;gap:15px}.extra-item{flex-direction:column;align-items:flex-start;gap:5px}.terms-list li{font-size:.9rem;padding:10px 15px}}@media(max-width:480px){.tariff-hero-content h1{font-size:1.75rem}.tariff-hero-content p{font-size:.9rem}.tariff-section-title{font-size:1.25rem}.tariff-table th,.tariff-table td{padding:8px 6px;font-size:.8rem}}.contact{width:100%}.contact-hero{background:linear-gradient(135deg,#b91c1c,#7f1d1d);color:#fff;padding:5rem 1rem;text-align:center}.contact-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;animation:fadeInDown .8s ease}.contact-hero p{font-size:1.3rem;opacity:.95;animation:fadeInUp 1s ease}.contact-content{padding:4rem 1rem;background-color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info h2,.contact-form-wrapper h2{font-size:2rem;margin-bottom:2rem;color:#000;font-weight:700}.info-item{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.info-item:last-child{border-bottom:none}.info-item h3{font-size:1.2rem;margin-bottom:.8rem;color:#b91c1c;font-weight:600}.info-item p{font-size:1.05rem;line-height:1.8;color:#333}.info-item a{color:#000;text-decoration:none;transition:color .3s ease}.info-item a:hover{color:#b91c1c}.map-link{display:inline-block;margin-top:.8rem;color:#b91c1c!important;font-weight:600;transition:transform .3s ease}.map-link:hover{transform:translate(5px)}.contact-form-wrapper{background-color:#f9f9f9;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#000}.form-group input,.form-group textarea{padding:.9rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#b91c1c}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background-color:#b91c1c;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #b91c1c4d}.submit-btn:hover{background-color:#7f1d1d;transform:translateY(-2px);box-shadow:0 6px 20px #b91c1c66}.map-section{padding:4rem 1rem;background-color:#f9f9f9}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#000;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#b91c1c;border-radius:2px}.map-container{max-width:1200px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}@media screen and (max-width:968px){.contact-grid{grid-template-columns:1fr;gap:3rem}}@media screen and (max-width:768px){.contact-hero h1{font-size:2.3rem}.contact-hero p{font-size:1.1rem}.contact-info h2,.contact-form-wrapper h2{font-size:1.7rem}.section-title{font-size:2rem}.contact-form-wrapper{padding:2rem}}@media screen and (max-width:480px){.contact-hero{padding:3rem 1rem}.contact-hero h1{font-size:1.9rem}.contact-hero p{font-size:1rem}.contact-info h2,.contact-form-wrapper h2{font-size:1.5rem}.section-title{font-size:1.7rem}.contact-form-wrapper{padding:1.5rem}.form-group input,.form-group textarea{padding:.8rem}.submit-btn{padding:.9rem 1.8rem;font-size:1rem}}
