/**
 * AfroBookings Premium Hero Section
 * Version 6.0 - Complete Rewrite
 * Brand Colors: Green & Orange
 */

/* ============================================
   1. CSS VARIABLES
   ============================================ */
:root {
    --hero-green: #1B5E20;
    --hero-green-light: #2E7D32;
    --hero-green-dark: #0D3D12;
    --hero-orange: #E85D04;
    --hero-orange-light: #F48C06;
    --hero-gold: #FFB300;
    --hero-dark: #0f172a;
    --hero-darker: #020617;
    --hero-white: #ffffff;
    --hero-height: 100vh;
    --search-box-max-width: 1100px;
    --font-display: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}

/* ============================================
   2. HIDE OLD HERO - CRITICAL
   ============================================ */

/* Hide ALL old hero sliders except the one inside .hero-slider-bg */
.bc-hero-slider-container > .bc-hero-slider:not(.hero-premium .bc-hero-slider) {
    display: none !important;
}

/* Hide old carousel wrapper */
.bc-hero-slider-container > .owl-carousel {
    display: none !important;
}

/* Hide old text content */
.bc-hero-slider-container .hero-slide-content,
.bc-hero-slider-container .slide-content {
    display: none !important;
}

/* ============================================
   3. HERO SECTION CONTAINER
   ============================================ */
.hero-premium {
    position: relative;
    width: 100%;
    min-height: var(--hero-height);
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    background: var(--hero-darker);
}

/* ============================================
   4. BACKGROUND SLIDER
   ============================================ */
.hero-slider-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slider-bg .bc-hero-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slider-bg .bc-hero-slider .owl-carousel,
.hero-slider-bg .bc-hero-slider .owl-stage-outer,
.hero-slider-bg .bc-hero-slider .owl-stage,
.hero-slider-bg .bc-hero-slider .owl-item {
    height: 100%;
}

.hero-slider-bg .bc-hero-slider .item,
.hero-slider-bg .bc-hero-slider .hero-slide-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    animation: slowZoom 25s ease-in-out infinite alternate;
}

@keyframes slowZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

.hero-slider-bg .bc-hero-slider .hero-slide-content,
.hero-slider-bg .bc-hero-slider .slide-content {
    display: none !important;
}

/* Premium Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(13, 61, 18, 0.5) 0%,
        rgba(27, 94, 32, 0.6) 50%,
        rgba(15, 23, 42, 0.9) 100%
    );
    z-index: 2;
}

/* Slider Navigation */
.hero-slider-bg .bc-hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
    z-index: 10;
}

.hero-slider-bg .bc-hero-slider .owl-nav button {
    pointer-events: auto;
    width: 55px;
    height: 55px;
    background: rgba(27, 94, 32, 0.4) !important;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-slider-bg .bc-hero-slider .owl-nav button:hover {
    background: var(--hero-orange) !important;
    border-color: var(--hero-orange) !important;
    transform: scale(1.1);
}

/* Slider Dots */
.hero-slider-bg .bc-hero-slider .owl-dots {
    position: absolute;
    bottom: 280px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.hero-slider-bg .bc-hero-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 0;
    transition: all 0.3s ease;
}

.hero-slider-bg .bc-hero-slider .owl-dots .owl-dot.active,
.hero-slider-bg .bc-hero-slider .owl-dots .owl-dot:hover {
    background: var(--hero-orange);
    border-color: var(--hero-orange);
    transform: scale(1.3);
}

/* ============================================
   5. HERO CONTENT
   ============================================ */
.hero-content {
    position: relative;
    z-index: 5;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 20px 220px;
    text-align: center;
}

.hero-headline {
    max-width: 850px;
    margin: 0 auto;
}

.hero-tagline {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(27, 94, 32, 0.3);
    border: 1px solid rgba(46, 125, 50, 0.5);
    border-radius: 50px;
    color: var(--hero-gold);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    font-weight: 800;
    color: var(--hero-white);
    line-height: 1.15;
    margin: 0 0 24px 0;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.hero-title .highlight {
    background: linear-gradient(135deg, #F48C06 0%, #E85D04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-family: var(--font-body);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 35px;
}

/* ============================================
   6. HERO STATS
   ============================================ */
.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 20px 35px;
    background: rgba(27, 94, 32, 0.25);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(46, 125, 50, 0.3);
    border-radius: 60px;
    margin: 0 auto;
    width: fit-content;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--hero-white);
    line-height: 1;
}

.stat-label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.25);
}

/* ============================================
   7. HERO SEARCH CONTAINER
   ============================================ */
.hero-search-container {
    position: relative;
    z-index: 20;
    padding: 0 20px;
    margin-top: -120px;
}

.search-box-premium {
    max-width: var(--search-box-max-width);
    margin: 0 auto;
}

/* ============================================
   8. SERVICE TABS
   ============================================ */
.service-tabs {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 0;
    padding: 0 20px;
    flex-wrap: wrap;
}

.service-tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
}

.service-tab i {
    font-size: 1.1rem;
    color: #fff;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.service-tab span {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.service-tab:hover {
    background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.2) 100%);
    transform: translateY(-2px);
}

.service-tab:hover i {
    color: var(--hero-gold);
}

.service-tab.active {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.service-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
}

.service-tab.active i {
    color: var(--hero-orange);
    opacity: 1;
}

.service-tab.active span {
    color: var(--hero-green);
    font-weight: 700;
}

/* ============================================
   9. SEARCH FORM CARD
   ============================================ */
.search-form-area {
    background: #fff;
    border-radius: 0 20px 20px 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    padding: 0;
    overflow: visible;
    position: relative;
}

/* Hide internal tabs */
.search-form-area .nav-tabs,
.search-form-area .g-form-control > .nav-tabs {
    display: none !important;
}

.search-form-area .g-form-control {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.search-form-area .tab-content,
.search-form-area .tab-pane {
    padding: 0 !important;
    background: none !important;
}

/* ============================================
   10. FORM STRUCTURE
   ============================================ */
.search-form-area form,
.search-form-area .bc_form {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
}

.search-form-area .g-field-search {
    flex: 1 !important;
    padding: 20px !important;
}

.search-form-area .g-field-search > .row {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
}

/* Override ALL Bootstrap column classes */
.search-form-area .g-field-search > .row > div,
.search-form-area .g-field-search > .row > [class*="col-"],
.search-form-area .g-field-search > .row > .col-md-3,
.search-form-area .g-field-search > .row > .col-md-4,
.search-form-area .g-field-search > .row > .col-md-6,
.search-form-area .g-field-search > .row > .col-md-12 {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.search-form-area .g-field-search > .row > div:not(:last-child)::after {
    display: none !important;
}

.search-form-area .border-right {
    border: none !important;
}

/* ============================================
   11. FORM FIELDS - UNIVERSAL STYLING
   ============================================ */

/* Reset ALL form groups to horizontal layout */
.search-form-area .form-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    border: 2px solid #e5e7eb !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
    height: auto !important;
    min-height: 70px !important;
    position: relative !important;
}

.search-form-area .form-group:hover,
.search-form-area .form-group:focus-within {
    border-color: var(--hero-green) !important;
    background: #fff !important;
}

/* ALL Icons - force consistent styling */
.search-form-area .form-group > i,
.search-form-area .form-group i.field-icon,
.search-form-area .form-group > i[class*="fa"],
.search-form-area .form-group > i[class*="icofont"],
.search-form-area .field-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, var(--hero-green) 0%, var(--hero-green-light) 100%) !important;
    border-radius: 10px !important;
    font-size: 1.1rem !important;
    color: #fff !important;
    flex-shrink: 0 !important;
    order: -1 !important;
}

/* Field Content Wrapper */
.search-form-area .form-content,
.search-form-area .form-group > div:not(.field-icon) {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    overflow: hidden !important;
}

/* ALL Labels */
.search-form-area label,
.search-form-area .form-group label {
    display: block !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* ALL Input Fields and Text */
.search-form-area input[type="text"],
.search-form-area .form-control,
.search-form-area .smart-search input,
.search-form-area .parent_text,
.search-form-area .render,
.search-form-area span:not(.stat-number):not(.stat-label):not(.hero-tagline) {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    outline: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.3 !important;
    height: auto !important;
    min-height: auto !important;
    max-height: 22px !important;
}

.search-form-area input::placeholder {
    color: #9ca3af !important;
    font-weight: 500 !important;
}

/* Smart Search Container */
.search-form-area .smart-search {
    width: 100% !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important;
}

/* Dropdown arrows - hide or style */
.search-form-area .dropdown-toggle::after,
.search-form-area select {
    display: none !important;
}

/* ============================================
   12. DATE FIELD
   ============================================ */
.search-form-area .form-date-search-hotel,
.search-form-area .form-date-search,
.search-form-area .date-wrapper,
.search-form-area [class*="date"] {
    width: 100% !important;
    flex: 1 !important;
}

.search-form-area .check-in-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 5px !important;
}

.search-form-area .check-in-wrapper label {
    width: 100% !important;
    margin-bottom: 2px !important;
}

.search-form-area .check-in-wrapper .render,
.search-form-area .check-in-render,
.search-form-area .check-out-render {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    display: inline !important;
}

.search-form-area .check-in-wrapper > span {
    color: var(--hero-orange) !important;
    margin: 0 4px !important;
    font-weight: 600 !important;
}

.search-form-area .check-in-out {
    position: absolute !important;
    opacity: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    cursor: pointer !important;
}

/* ============================================
   13. GUESTS/TRAVELERS FIELD
   ============================================ */
.search-form-area .form-select-guests,
.search-form-area [class*="guest"],
.search-form-area [class*="traveler"] {
    width: 100% !important;
    flex: 1 !important;
}

.search-form-area .form-select-guests .wrapper-more,
.search-form-area .wrapper-more {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    overflow: hidden !important;
}

.search-form-area .form-select-guests .wrapper-more label {
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.search-form-area .form-select-guests .render,
.search-form-area .wrapper-more .render {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
}

/* Guests/Travelers Dropdown */
.search-form-area .dropdown-menu,
.search-form-area .select-guests-dropdown,
.select-guests-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    min-width: 320px !important;
    max-width: 400px !important;
    padding: 20px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25) !important;
    margin-top: 10px !important;
    z-index: 9999 !important;
}

.dropdown-item-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.dropdown-item-row:last-child {
    border-bottom: none !important;
}

.dropdown-item-row .label,
.dropdown-item-row > span:first-child,
.dropdown-item-row > div:first-child {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    flex: 1 !important;
}

.dropdown-item-row .val {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
}

.dropdown-item-row .btn-minus,
.dropdown-item-row .btn-add,
.dropdown-item-row button {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f3f4f6 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    color: #6b7280 !important;
    font-size: 1rem !important;
    padding: 0 !important;
}

.dropdown-item-row .btn-minus:hover,
.dropdown-item-row .btn-add:hover,
.dropdown-item-row button:hover {
    background: var(--hero-green) !important;
    color: #fff !important;
}

.dropdown-item-row .count-display,
.dropdown-item-row input[type="number"],
.dropdown-item-row input[type="text"] {
    width: 40px !important;
    min-width: 40px !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--hero-green) !important;
    border: none !important;
    background: none !important;
    -moz-appearance: textfield !important;
}

.dropdown-item-row input::-webkit-outer-spin-button,
.dropdown-item-row input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

/* ============================================
   14. AUTOCOMPLETE DROPDOWN
   ============================================ */
.ui-autocomplete {
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding: 12px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 8px;
}

.ui-autocomplete .ui-menu-item {
    padding: 0;
    margin: 4px 0;
    list-style: none;
}

.ui-autocomplete .ui-menu-item-wrapper {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #374151;
    transition: all 0.2s ease;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-state-active {
    background: rgba(27, 94, 32, 0.1);
    color: var(--hero-green);
}

/* ============================================
   15. DATE PICKER
   ============================================ */
.daterangepicker {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.daterangepicker td.active {
    background: var(--hero-green) !important;
    color: #fff;
    border-radius: 6px;
}

.daterangepicker td.in-range {
    background: rgba(27, 94, 32, 0.1);
}

.daterangepicker .btn-primary {
    background: var(--hero-orange);
    border: none;
    border-radius: 8px;
}

/* ============================================
   16. SEARCH BUTTON
   ============================================ */
.search-form-area .g-button-submit {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}

.search-form-area .btn-search,
.search-form-area .g-button,
.search-form-area button[type="submit"],
.search-form-area .btn-primary,
.search-form-area input[type="submit"] {
    min-width: 160px;
    padding: 20px 40px !important;
    background: linear-gradient(135deg, #27AE60 0%, #1E8449 100%) !important;
    border: none !important;
    border-radius: 0 20px 20px 0 !important;
    font-family: var(--font-body);
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.search-form-area .btn-search:hover,
.search-form-area .g-button:hover,
.search-form-area button[type="submit"]:hover,
.search-form-area .btn-primary:hover,
.search-form-area input[type="submit"]:hover {
    background: linear-gradient(135deg, #2ECC71 0%, #27AE60 100%) !important;
    box-shadow: 0 10px 35px rgba(39, 174, 96, 0.5) !important;
    transform: translateX(3px);
}

.search-form-area .btn-search:active,
.search-form-area button[type="submit"]:active {
    transform: scale(0.98);
}

/* ============================================
   17. TRUST BAR
   ============================================ */
.hero-trust-bar {
    position: relative;
    z-index: 10;
    background: var(--hero-green-dark);
    padding: 28px 20px;
    margin-top: 60px;
}

.trust-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.trust-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 93, 4, 0.15);
    border: 1px solid rgba(232, 93, 4, 0.3);
    border-radius: 14px;
}

.trust-icon i {
    font-size: 1.3rem;
    color: var(--hero-orange);
}

.trust-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.trust-text strong {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.trust-text span {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
}

/* ============================================
   18. SCROLL INDICATOR
   ============================================ */
.scroll-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.8;
}

.scroll-hint span {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.scroll-mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    position: relative;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: var(--hero-orange);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollWheel {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(12px); }
}

/* ============================================
   19. RESPONSIVE - TABLET
   ============================================ */
@media (max-width: 992px) {
    .hero-content {
        padding: 120px 20px 180px;
    }

    .hero-stats {
        gap: 18px;
        padding: 16px 28px;
    }

    .stat-number {
        font-size: 1.3rem;
    }

    .hero-search-container {
        margin-top: -100px;
    }

    .service-tabs {
        gap: 4px;
        padding: 0 15px;
    }

    .service-tab {
        padding: 12px 18px;
        border-radius: 12px 12px 0 0;
    }

    .service-tab span {
        font-size: 0.85rem;
    }

    .search-form-area {
        border-radius: 20px;
    }

    .search-form-area form,
    .search-form-area .bc_form {
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .search-form-area .g-field-search {
        padding: 15px !important;
    }

    .search-form-area .g-field-search > .row {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    .search-form-area .g-field-search > .row > div,
    .search-form-area .g-field-search > .row > [class*="col-"] {
        flex: 1 1 calc(50% - 5px) !important;
        min-width: calc(50% - 5px) !important;
    }

    .search-form-area .g-field-search > .row > div::after {
        display: none !important;
    }

    .search-form-area .form-group {
        padding: 12px 14px !important;
        min-height: 65px !important;
    }

    .search-form-area .g-button-submit {
        width: 100% !important;
    }

    .search-form-area .btn-search,
    .search-form-area .g-button,
    .search-form-area button[type="submit"],
    .search-form-area .btn-primary {
        width: 100% !important;
        border-radius: 0 0 20px 20px !important;
        padding: 18px 30px !important;
    }

    .trust-items {
        gap: 30px;
    }

    .hero-slider-bg .bc-hero-slider .owl-nav {
        display: none;
    }
}

/* ============================================
   20. RESPONSIVE - MOBILE
   ============================================ */
@media (max-width: 768px) {
    .hero-content {
        padding: 100px 15px 160px;
    }

    .hero-tagline {
        font-size: 0.7rem;
        padding: 8px 16px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 20px;
        border-radius: 20px;
    }

    .stat-item {
        flex: 0 0 42%;
    }

    .stat-divider {
        display: none;
    }

    .hero-search-container {
        padding: 0 15px;
        margin-top: -80px;
    }

    .service-tabs {
        gap: 3px;
        padding: 0 10px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .service-tabs::-webkit-scrollbar {
        display: none;
    }

    .service-tab {
        padding: 10px 16px;
        border-radius: 10px 10px 0 0;
        flex-shrink: 0;
    }

    .service-tab i {
        font-size: 1rem;
    }

    .service-tab span {
        font-size: 0.8rem;
        display: block;
    }

    .search-form-area {
        border-radius: 16px;
    }

    .search-form-area .g-field-search {
        padding: 15px;
    }

    .search-form-area .g-field-search > .row {
        gap: 10px;
    }

    .search-form-area .form-group {
        padding: 12px 14px;
        border-radius: 12px;
    }

    .search-form-area .form-group > i,
    .search-form-area .field-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1rem;
        border-radius: 10px;
    }

    .search-form-area .btn-search,
    .search-form-area .g-button,
    .search-form-area button[type="submit"],
    .search-form-area .btn-primary {
        border-radius: 0 0 16px 16px !important;
        padding: 16px 25px !important;
        font-size: 0.9rem !important;
    }

    .hero-trust-bar {
        padding: 22px 15px;
        margin-top: 40px;
    }

    .trust-items {
        gap: 18px;
    }

    .trust-item {
        flex: 0 0 45%;
    }

    .scroll-hint {
        display: none;
    }
}

/* ============================================
   21. RESPONSIVE - SMALL MOBILE
   ============================================ */
@media (max-width: 480px) {
    .hero-content {
        padding: 90px 15px 140px;
    }

    .service-tab {
        padding: 10px 12px;
    }

    .trust-item {
        flex: 0 0 100%;
    }
}

/* ============================================
   22. LEGACY OVERRIDES
   ============================================ */
.bc-form-search-all {
    padding: 0 !important;
    background: transparent !important;
}

.bc-form-search-all .text-heading,
.bc-form-search-all .sub-heading {
    display: none !important;
}

.hero-section-wrapper,
.hero-section-redesigned {
    display: none !important;
}

/* ============================================
   23. PRINT STYLES
   ============================================ */
@media print {
    .hero-premium {
        display: none !important;
    }
}
