body{font-family:'Poppins',sans-serif;}
.top-bar{font-size:14px;}
.navbar .nav-link{font-weight:600;color:#111;margin:0 10px;}
.navbar .nav-link:hover{color:#198754;}

.hero-section{background:url('../images/hero-bg.png') center center/cover no-repeat;position:relative;overflow:hidden;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,20,32,.52) 0%,rgba(10,20,32,.30) 45%,rgba(10,20,32,.10) 100%);} 
.hero-content-wrap{z-index:2;max-width:1240px;}
.hero-row{height:700px;min-height:600px;padding:0;}

.hero-title{font-size:70px;line-height:.98;letter-spacing:-1px;font-weight:800;color:#fff;}
.hero-title .text-warning{color:#f6c338 !important;}
.hero-section .lead{font-size:35px;line-height:1.22;max-width:560px;font-weight:500;color:#fff;}
.hero-features li{margin-bottom:12px;font-size:20px;font-weight:700;display:flex;align-items:center;gap:12px;color:#fff;}
.hero-features i{color:#2fcb82;font-size:20px;}

.hero-right{display:flex;justify-content:flex-end;}
.quote-form-card{width:460px;border:0;padding:26px 24px;border-radius:16px !important;background:rgba(255,255,255,.97);backdrop-filter:blur(3px);box-shadow:0 18px 40px rgba(0,0,0,.22);} 
.quote-form-card h3{font-size:30px;line-height:1.15;color:#202833;}
.quote-form-card .form-control,.quote-form-card .form-select{height:52px;border-radius:10px;font-size:16px;border:1px solid #d7dde5;padding:10px 14px;background:#fbfcfd;}
.quote-form-card .form-control:focus,.quote-form-card .form-select:focus{border-color:#2f8f5f;box-shadow:0 0 0 .2rem rgba(47,143,95,.15);} 
.quote-form-card .btn{height:56px;font-size:16px;border-radius:10px;background:linear-gradient(180deg,#2f9f6a,#2f8f5f);border:0;letter-spacing:.3px;}
.quote-form-card .btn:hover{background:linear-gradient(180deg,#2a8f5f,#277f54);} 
.quote-form-card .small{font-size:13px;color:#5f6770 !important;}

.hero-whatsapp-tab{position:absolute;right:12px;top:52%;transform:translateY(-50%);background:#0f7f52;color:#fff;padding:10px 7px;border-radius:10px;writing-mode:vertical-rl;text-orientation:mixed;z-index:3;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;line-height:1;box-shadow:0 8px 18px rgba(0,0,0,.25);} 
.hero-whatsapp-tab i{font-size:20px;transform:rotate(90deg);} 

.trust-bar{background:#0e603e;position:relative;z-index:2;padding:14px 0 12px;border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 -2px 0 rgba(255,255,255,.2), 0 -8px 20px rgba(0,0,0,.18);} 
.trust-item strong{font-size:16px;line-height:1.08;font-weight:700;display:block;color:#fff;}
.trust-item .tiny{font-size:13px;opacity:.96;line-height:1.1;margin-top:4px;color:#e9f5ee;}

@media(max-width:991px){
  .hero-row{height:auto;min-height:auto;padding:42px 0;}
  .hero-title{font-size:44px;}.hero-section .lead{font-size:24px;}.hero-features li{font-size:19px;margin-bottom:10px}
  .quote-form-card{width:100%;max-width:460px;margin:0 auto;padding:22px 18px}
  .quote-form-card h3{font-size:28px}.quote-form-card .form-control,.quote-form-card .form-select{height:50px;font-size:16px}
  .quote-form-card .btn{height:52px;font-size:18px}.quote-form-card .small{font-size:14px}
  .hero-whatsapp-tab{display:none;}
  .trust-item strong{font-size:18px}.trust-item .tiny{font-size:13px}
  .navbar .nav-link{padding:12px 0;}
}
@media(max-width:767px){
  .hero-title{font-size:34px;}.hero-section .lead{font-size:20px;}
  .hero-section{text-align:center;}.hero-features{text-align:left;display:inline-block;}
  .trust-bar{padding:10px 0;border-top-left-radius:12px;border-top-right-radius:12px}
  .trust-item{margin-bottom:8px}
}
.city-tile img{height:110px;object-fit:cover;}
.city-tile-label{position:absolute;left:0;right:0;bottom:0;padding:6px 8px;background:linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.05));color:#fff;font-weight:600;font-size:14px;text-align:center;}
.city-tile-more{background:#0e603e;min-height:110px;}
@media(max-width:767px){.city-tile img{height:120px;}.city-tile-more{min-height:120px;}}
html, body { margin: 0; padding: 0; }
#footer { margin-bottom: 0 !important; }
footer:last-of-type { margin-bottom: 0 !important; }
.whatsapp-float { position: fixed; bottom: 20px; right: 20px; left: auto; z-index: 999; }

/* Premium Navigation Dropdowns */
.navbar-nav .dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding: 10px 0;
    margin-top: 10px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    display: block;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-nav .dropdown-item {
    font-weight: 500;
    color: #495057;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.25s ease;
}

.navbar-nav .dropdown-item:hover {
    color: #198754;
    background-color: #f4faf6;
    padding-left: 24px;
}

/* Responsive mobile dropdown fixes */
@media(max-width: 991px) {
    .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        transform: none;
        box-shadow: none !important;
        border: none;
        padding-left: 15px;
    }
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }
    .navbar-nav .dropdown-menu.show {
        display: block !important;
    }
}
