/* ================================================================
   Pages CSS — extracted from inline <style> blocks
   ================================================================ */

/* ---- Global: iOS Safari Input Fix ---- */
/* Prevents iOS from adding its own styling to text inputs */
input[type="text"].datepicker,
input[type="text"].timepicker,
input.datepicker,
input.timepicker,
input.flatpickr-input,
input.form-input,
input.hp-input,
input.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px !important; /* Prevents iOS auto-zoom on focus (must be >=16px) */
    border-radius: 8px;
}
/* On desktop, restore smaller font size */
@media (min-width: 768px) {
    input[type="text"].datepicker,
    input[type="text"].timepicker,
    input.datepicker,
    input.timepicker,
    input.flatpickr-input,
    input.form-input,
    input.hp-input,
    input.input {
        font-size: 14px !important;
    }
}

/* ---- Global: Fix square borders on select1_inner and input2_inner ---- */
/* style.css adds border:1px solid #ebebeb with no radius on these wrappers.
   Strip the outer border so only the inner Select2/input rounded borders show. */
.hp-form-card .select1_inner,
.ba-form-card .select1_inner,
.bd-form-card .select1_inner,
.lug-form-card .select1_inner,
.ssn-form-card .select1_inner,
.sim-act-form-card .select1_inner,
.sim-refill-form-card .select1_inner,
.hm-form-card .select1_inner,
.wz-form-card .select1_inner,
.wz-summary-card .select1_inner {
    border: none !important;
    border-radius: 8px;
    background: none !important;
}
.hp-form-card .select1_inner:after,
.ba-form-card .select1_inner:after,
.bd-form-card .select1_inner:after,
.lug-form-card .select1_inner:after,
.ssn-form-card .select1_inner:after,
.sim-act-form-card .select1_inner:after,
.sim-refill-form-card .select1_inner:after,
.hm-form-card .select1_inner:after,
.wz-form-card .select1_inner:after,
.wz-summary-card .select1_inner:after {
    display: none;
}
.hp-form-card .input2_inner,
.ba-form-card .input2_inner,
.bd-form-card .input2_inner,
.lug-form-card .input2_inner,
.ssn-form-card .input2_inner,
.sim-act-form-card .input2_inner,
.sim-refill-form-card .input2_inner,
.hm-form-card .input2_inner,
.wz-form-card .input2_inner,
.wz-summary-card .input2_inner {
    border: none !important;
    background: none !important;
}
.hp-form-card .input2_inner input,
.ba-form-card .input2_inner input,
.bd-form-card .input2_inner input,
.lug-form-card .input2_inner input,
.ssn-form-card .input2_inner input,
.sim-act-form-card .input2_inner input,
.sim-refill-form-card .input2_inner input,
.hm-form-card .input2_inner input,
.wz-form-card .input2_inner input,
.wz-summary-card .input2_inner input {
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background: #fafbfc !important;
    padding: 10px 14px !important;
}
.hp-form-card .input2_inner input:focus,
.ba-form-card .input2_inner input:focus,
.bd-form-card .input2_inner input:focus,
.lug-form-card .input2_inner input:focus,
.ssn-form-card .input2_inner input:focus,
.sim-act-form-card .input2_inner input:focus,
.sim-refill-form-card .input2_inner input:focus,
.hm-form-card .input2_inner input:focus,
.wz-form-card .input2_inner input:focus,
.wz-summary-card .input2_inner input:focus {
    border-color: #1cbbb4 !important;
    box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
    background: #fff !important;
}

/* ---- Global: Flatpickr Time-Only Override ---- */
.flatpickr-calendar.noCalendar {
    width: 160px !important;
    min-width: 160px !important;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    border: 1px solid #e0e0e0;
}
.flatpickr-calendar.noCalendar .flatpickr-time {
    max-height: 44px;
    line-height: 44px;
    height: 44px;
}
.flatpickr-calendar.noCalendar .flatpickr-time input {
    font-size: 18px;
    font-weight: 700;
    color: #01726a;
}
.flatpickr-calendar.noCalendar .flatpickr-time .flatpickr-time-separator {
    font-size: 18px;
    font-weight: 700;
    color: #01726a;
}
.flatpickr-calendar.noCalendar .flatpickr-time .flatpickr-am-pm {
    font-size: 13px;
    font-weight: 700;
    color: #1cbbb4;
}
.flatpickr-calendar.noCalendar .flatpickr-time .numInputWrapper span {
    border: none;
}
.flatpickr-calendar.noCalendar .flatpickr-time .numInputWrapper span:after {
    border-bottom-color: #1cbbb4;
    border-top-color: #1cbbb4;
}
.flatpickr-calendar.noCalendar .flatpickr-time input:hover,
.flatpickr-calendar.noCalendar .flatpickr-time input:focus,
.flatpickr-calendar.noCalendar .flatpickr-time .flatpickr-am-pm:hover {
    background: #f0faf9;
}

/* ---- Layout: Header & Nav ---- */
/* Source: views/layout/header.phtml */
/* ---- Top Bar ---- */
        .top1_wrapper {
            background: #111 !important;
            border-top: none !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
        .top1 {
            display: flex !important;
            align-items: center;
            min-height: 38px;
            flex-wrap: wrap;
        }
        .top1 .email1,
        .top1 .phone1 {
            float: none !important;
            border-right: none !important;
            margin-right: 0 !important;
            padding-right: 0 !important;
        }
        .top1 .email1 a,
        .top1 .phone1 a {
            color: #aaa !important;
            font-size: 12px !important;
            transition: color 0.2s;
        }
        .top1 .email1 a:hover,
        .top1 .phone1 a:hover {
            color: #1cbbb4 !important;
        }
        .top1-divider {
            width: 1px;
            height: 16px;
            background: #333;
            margin: 0 14px;
        }
        .top1-celebrating {
            font-size: 12px;
            font-weight: 600;
            color: #1cbbb4;
            margin-left: auto;
        }
        .top1-transfer {
            margin-left: 16px;
        }
        .top1-transfer a {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 4px 14px;
            background: #fb000d;
            color: #fff !important;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            border-radius: 14px;
            text-decoration: none;
            transition: background 0.2s, transform 0.15s;
        }
        .top1-transfer a:hover {
            background: #d4000b;
            transform: translateY(-1px);
        }
        .top1 .social_wrapper {
            float: none !important;
            margin-left: 16px;
        }
        .top1 .social li {
            margin: 0 3px !important;
        }
        .top1 .social li a {
            color: #666 !important;
            font-size: 14px !important;
            width: 28px;
            height: 28px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(255,255,255,0.05);
            transition: all 0.25s !important;
        }
        .top1 .social li a:hover {
            color: #fff !important;
            background: #1cbbb4;
        }

        /* ---- Main Nav ---- */
        .top2_wrapper {
            background: rgba(255,255,255,0.85) !important;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
            position: sticky;
            top: 0;
            z-index: 1000;
            transition: background 0.3s, box-shadow 0.3s;
        }
        .top2_wrapper.hm-scrolled {
            background: rgba(255,255,255,0.95) !important;
            box-shadow: 0 4px 20px rgba(0,0,0,0.10);
        }

        header {
            top: 6px !important;
        }
        .logo_wrapper {
            width: 80px !important;
        }

        .navbar_ .nav > li {
            margin-left: 6px !important;
        }
        .navbar_ .nav > li > a {
            font-size: 12px !important;
            font-weight: 600 !important;
            color: #555 !important;
            padding: 24px 14px !important;
            text-transform: uppercase !important;
            letter-spacing: 0.3px !important;
            border-bottom: none !important;
            border-radius: 8px;
            transition: color 0.2s, background 0.2s !important;
            margin: 6px 0;
        }
        .navbar_ .nav > li > a:hover,
        .navbar_ .nav > li > a:focus,
        .navbar_ .nav > li.sfHover > a {
            color: #01726a !important;
            background: #f0faf9 !important;
            border-color: transparent !important;
        }
        .navbar_ .nav > li.active > a {
            color: #01726a !important;
            background: #f0faf9 !important;
            border-color: transparent !important;
        }

        /* Dropdown caret */
        .navbar_ .nav > li > a em {
            width: 0 !important;
            height: 0 !important;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #aaa;
            background: none !important;
            display: inline-block !important;
            margin-left: 4px !important;
            vertical-align: middle;
            transition: border-color 0.2s;
        }
        .navbar_ .nav > li:hover > a em,
        .navbar_ .nav > li.sfHover > a em {
            border-top-color: #1cbbb4;
        }

        /* Dropdown menus */
        .sub-menu ul {
            background: #fff !important;
            border: 1px solid #eee !important;
            border-radius: 10px !important;
            box-shadow: 0 8px 30px rgba(0,0,0,0.10) !important;
            padding: 8px 0 !important;
            min-width: 220px !important;
            margin-top: 0 !important;
        }
        .sub-menu li a {
            font-size: 13px !important;
            color: #555 !important;
            padding: 9px 20px !important;
            transition: all 0.15s !important;
            border: none !important;
        }
        .sub-menu li a:hover {
            color: #01726a !important;
            background: #f0faf9 !important;
            padding-left: 24px !important;
        }

        /* Mobile hamburger */
        .navbar_ .navbar-toggle {
            margin-top: 18px !important;
            margin-bottom: 18px !important;
            border-radius: 6px;
        }

        /* ---- Responsive ---- */
        @media (max-width: 991px) {
            .top1-celebrating { display: none; }
            .navbar_ .nav > li { margin-left: 2px !important; }
            .navbar_ .nav > li > a { font-size: 11px !important; padding: 20px 8px !important; }
            .logo_wrapper { width: 60px !important; }
            header { top: 8px !important; }
        }
        @media (max-width: 767px) {
            .top1 { justify-content: center; gap: 8px; padding: 8px 0; }
            .top1-divider { display: none; }
            .top1-transfer { margin-left: 8px; }
            .top1 .social_wrapper { margin-left: 8px; }
            .navbar_ .nav > li > a { padding: 12px 0 !important; }
            .top1 .social li a {
                width: 36px !important;
                height: 36px !important;
                font-size: 16px !important;
            }
        }
        /* ---- Breadcrumbs ---- */
        .breadcrumbs1_wrapper {
            background: #f8fafa !important;
            border-bottom: 1px solid #eef2f2;
        }
        .breadcrumbs1 {
            padding: 12px 0 !important;
            font-size: 13px !important;
            color: #999 !important;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .breadcrumbs1 a {
            color: #01726a !important;
            text-decoration: none !important;
            font-weight: 600;
            transition: color 0.2s;
        }
        .breadcrumbs1 a:hover {
            color: #1cbbb4 !important;
            text-decoration: none !important;
        }
        .breadcrumbs1 span {
            margin: 0 8px !important;
            color: #ccc !important;
            font-size: 11px;
        }

/* ---- Homepage ---- */
/* Source: views/index/index.phtml */
/* ---- Hero Slider (CSS-only, replaces superslides) ---- */
    /* Hide superslides — we use our own slider */
    #home, #slides_wrapper, #slides { display: none !important; }

    .hm-slider {
        position: relative;
        max-width: 1170px;
        margin: 10px auto 0;
        overflow: hidden;
        border-radius: 12px;
        background: #111;
    }
    .hm-slider-track {
        display: flex;
        transition: transform 0.6s ease;
    }
    .hm-slider-track .hm-slide {
        min-width: 100%;
        position: relative;
    }
    .hm-slider-track .hm-slide img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    @media (max-width: 991px) {
        .hm-slider-track .hm-slide img { height: 400px; }
    }
    @media (max-width: 767px) {
        .hm-slider-track .hm-slide img { height: 280px; }
    }
    /* Pagination dots */
    .hm-slider-dots {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 6px;
        z-index: 5;
    }
    .hm-slider-dots span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255,255,255,0.4);
        cursor: pointer;
        transition: background 0.2s, transform 0.2s;
    }
    .hm-slider-dots span.active {
        background: #1cbbb4;
        transform: scale(1.2);
    }
    /* Nav arrows */
    .hm-slider-prev,
    .hm-slider-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0,0,0,0.4);
        color: #fff;
        border: none;
        cursor: pointer;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: background 0.2s;
    }
    .hm-slider-prev:hover,
    .hm-slider-next:hover {
        background: rgba(0,0,0,0.7);
    }
    .hm-slider-prev { left: 12px; }
    .hm-slider-next { right: 12px; }

    @media (max-width: 1199px) {
        .hm-slider { max-width: 970px; }
    }
    @media (max-width: 991px) {
        .hm-slider { max-width: 750px; }
    }
    @media (max-width: 767px) {
        .hm-slider { max-width: 100%; border-radius: 0; }
    }

    /* ---- Hero Overlay ---- */
    .hm-hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 50%, transparent 80%);
        z-index: 3;
        display: flex;
        align-items: center;
        pointer-events: none;
    }
    .hm-hero-overlay .hm-hero-content {
        pointer-events: auto;
    }
    .hm-hero-content {
        max-width: 480px;
        padding: 0 30px 0 60px;
        pointer-events: auto;
    }
    .hm-hero-content .hm-tagline {
        font-size: 12px;
        font-weight: 700;
        color: #1cbbb4;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .hm-hero-content h1 {
        font-size: 38px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        margin: 0 0 14px;
    }
    .hm-hero-content .hm-hero-sub {
        font-size: 15px;
        color: rgba(255,255,255,0.75);
        line-height: 1.6;
        margin-bottom: 22px;
    }
    .hm-hero-btns {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .hm-hero-btns .hm-btn-primary {
        padding: 10px 24px;
        background: linear-gradient(135deg, #1cbbb4, #01726a);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        border-radius: 6px;
        text-transform: uppercase;
        text-decoration: none;
        transition: transform 0.15s, box-shadow 0.15s;
        letter-spacing: 0.3px;
    }
    .hm-hero-btns .hm-btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(28,187,180,0.3);
        color: #fff;
        text-decoration: none;
    }
    .hm-hero-btns .hm-btn-outline {
        padding: 10px 24px;
        border: 1.5px solid rgba(255,255,255,0.4);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        border-radius: 6px;
        text-decoration: none;
        transition: border-color 0.2s, background 0.2s;
    }
    .hm-hero-btns .hm-btn-outline:hover {
        border-color: #fff;
        background: rgba(255,255,255,0.1);
        color: #fff;
        text-decoration: none;
    }

    /* Superslides pagination restyle */
    .slides-pagination {
        z-index: 5;
        bottom: 20px !important;
    }
    .slides-pagination a {
        width: 24px !important;
        height: 4px !important;
        border-radius: 2px !important;
        background: rgba(255,255,255,0.3) !important;
        border: none !important;
        overflow: hidden;
        text-indent: -999px;
        margin: 0 3px !important;
    }
    .slides-pagination a.current {
        width: 32px !important;
        background: #1cbbb4 !important;
    }

    /* ---- Service Selector ---- */
    .hm-services-section {
        background: #f9fafb;
        padding: 30px 0 28px;
    }
    .hm-services-title {
        text-align: center;
        margin-bottom: 18px;
    }
    .hm-services-title h3 {
        font-size: 24px !important;
        font-weight: 800 !important;
        color: #01726a !important;
        margin: 0 0 4px !important;
        padding: 0 !important;
        text-align: center !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .hm-services-title h3::after {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #1cbbb4, #01726a);
        border-radius: 2px;
        margin: 8px auto 0;
    }
    .hm-services-title p {
        font-size: 13px;
        color: #999;
        margin: 0;
    }

    .hm-icon-strip {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
    .hm-service-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14px 18px;
        background: #fff;
        border-radius: 12px;
        border: 1px solid #f0f0f0;
        min-width: 100px;
        cursor: pointer;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .hm-service-card:hover {
        border-color: #d0f2f0;
    }
    .hm-service-card .hm-svc-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7, #d0f2f0);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
        transition: background 0.2s;
    }
    .hm-service-card .hm-svc-icon i {
        font-size: 16px;
        color: #01726a;
        transition: color 0.2s;
    }
    .hm-service-card .hm-svc-label {
        font-size: 11px;
        font-weight: 600;
        color: #666;
        text-align: center;
        line-height: 1.3;
    }

    /* Active state */
    .hm-service-card.hm-service-active {
        border: 2px solid #1cbbb4;
        box-shadow: 0 2px 8px rgba(28,187,180,0.15);
    }
    .hm-service-card.hm-service-active .hm-svc-icon {
        background: linear-gradient(135deg, #1cbbb4, #01726a);
    }
    .hm-service-card.hm-service-active .hm-svc-icon i {
        color: #fff;
    }
    .hm-service-card.hm-service-active .hm-svc-label {
        color: #01726a;
        font-weight: 700;
    }

    /* Form card */
    .hm-form-card {
        max-width: 800px;
        margin: 0 auto;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.08);
        padding: 24px 28px;
    }
    .hm-form-card h4 {
        font-size: 16px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 16px;
    }
    .hm-form-panel {
        /* visible by default for first panel; hidden panels use class */
    }
    .hm-form-panel.hm-panel-hidden {
        visibility: hidden;
        position: absolute;
        height: 0;
        overflow: hidden;
        pointer-events: none;
    }
    .hm-form-card .hm-form-row {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .hm-form-card .hm-field {
        flex: 1;
        min-width: 150px;
    }
    .hm-form-card .hm-field label {
        font-size: 12px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 4px;
        display: block;
    }
    .hm-form-card .hm-field .input,
    .hm-form-card .hm-field input[type="text"],
    .hm-form-card .hm-field input[type="number"] {
        width: 100%;
        padding: 9px 12px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        background: #fafbfc;
        outline: none;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .hm-form-card .hm-field input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }
    .hm-form-card .hm-field .select1_inner .select2-container .select2-selection--single {
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        height: 40px;
        background: #fafbfc;
    }
    .hm-form-card .hm-form-submit {
        text-align: right;
        margin-top: 4px;
    }
    .hm-form-card .hm-btn-submit {
        display: inline-block;
        padding: 10px 28px;
        background: linear-gradient(135deg, #1cbbb4, #01726a);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        border: none;
        border-radius: 8px;
        text-transform: uppercase;
        cursor: pointer;
        transition: transform 0.15s, box-shadow 0.15s;
        letter-spacing: 0.3px;
    }
    .hm-form-card .hm-btn-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(28,187,180,0.3);
    }

    /* ---- Why We're Different ---- */
    .hm-why-section {
        padding: 40px 0 30px;
        background: #fff;
    }
    .hm-section-header {
        text-align: center;
        margin-bottom: 24px;
    }
    .hm-section-header h3 {
        font-size: 26px !important;
        font-weight: 800 !important;
        color: #01726a !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
        text-align: center !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .hm-section-header h3::after {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #1cbbb4, #01726a);
        border-radius: 2px;
        margin: 10px auto 0;
    }
    .hm-section-header p {
        font-size: 14px;
        color: #888;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }
    .hm-why-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        overflow: hidden;
        transition: transform 0.25s, box-shadow 0.25s;
        margin-bottom: 20px;
    }
    .hm-why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    }
    .hm-why-card .hm-why-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
        transition: background 0.3s;
    }
    .hm-why-card .hm-why-icon i {
        font-size: 22px;
        color: #01726a;
        transition: color 0.3s;
    }
    .hm-why-card:hover .hm-why-icon {
        background: linear-gradient(135deg, #1cbbb4, #01726a);
    }
    .hm-why-card:hover .hm-why-icon i {
        color: #fff;
    }
    .hm-why-card .hm-why-body {
        padding: 24px 18px;
        text-align: center;
    }
    .hm-why-card .hm-why-body h4 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 6px;
        text-align: center;
    }
    .hm-why-card .hm-why-body p {
        font-size: 12px;
        color: #888;
        line-height: 1.5;
        margin: 0 0 10px;
    }
    .hm-why-card .hm-why-body a {
        font-size: 12px;
        font-weight: 600;
        color: #1cbbb4;
        text-decoration: none;
    }
    .hm-why-card .hm-why-body a:hover {
        color: #01726a;
    }

    /* ---- SSN CTA Banner ---- */
    .hm-cta-banner {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 30px 0;
    }
    .hm-cta-banner .hm-cta-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .hm-cta-banner h3 {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: #fff !important;
        margin: 0 0 6px !important;
        padding: 0 !important;
    }
    .hm-cta-banner p {
        font-size: 14px;
        color: rgba(255,255,255,0.85);
        margin: 0;
    }
    .hm-cta-banner .hm-cta-price {
        font-size: 13px;
        color: rgba(255,255,255,0.7);
        margin-top: 6px;
    }
    .hm-cta-banner .hm-cta-price strong {
        color: #fff;
        font-size: 18px;
    }
    .hm-cta-banner .hm-cta-btn {
        display: inline-block;
        padding: 12px 28px;
        background: #fff;
        color: #01726a;
        font-size: 14px;
        font-weight: 700;
        border-radius: 8px;
        text-decoration: none;
        white-space: nowrap;
        transition: transform 0.15s, box-shadow 0.15s;
    }
    .hm-cta-banner .hm-cta-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        text-decoration: none;
        color: #01726a;
    }

    /* ---- Top Destinations ---- */
    .hm-destinations-section {
        background: #f9fafb;
        padding: 40px 0 30px;
    }
    .hm-trip-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        overflow: hidden;
        transition: transform 0.25s, box-shadow 0.25s;
        margin: 0 8px 16px;
    }
    .hm-trip-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    }
    .hm-trip-card .hm-trip-img {
        height: 180px;
        overflow: hidden;
        position: relative;
    }
    .hm-trip-card .hm-trip-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s;
    }
    .hm-trip-card:hover .hm-trip-img img {
        transform: scale(1.06);
    }
    .hm-trip-card .hm-trip-body {
        padding: 16px 18px;
    }
    .hm-trip-card .hm-trip-body h5 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 4px;
    }
    .hm-trip-card .hm-trip-body .hm-trip-desc {
        font-size: 12px;
        color: #888;
        margin-bottom: 12px;
        line-height: 1.4;
    }
    .hm-trip-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        border-top: 1px solid #f0f0f0;
    }
    .hm-trip-price {
        font-size: 18px;
        font-weight: 700;
        color: #01726a;
    }
    .hm-trip-book {
        display: inline-block;
        padding: 6px 16px;
        background: linear-gradient(135deg, #1cbbb4, #01726a);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        border-radius: 18px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        transition: transform 0.15s, box-shadow 0.15s;
    }
    .hm-trip-book:hover {
        transform: translateY(-1px);
        box-shadow: 0 3px 10px rgba(28,187,180,0.3);
        color: #fff;
        text-decoration: none;
    }

    /* ---- Stay Updated ---- */
    .hm-updated-section {
        background: #fff;
        padding: 40px 0;
    }
    .hm-updated-inner {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .hm-updated-text {
        flex: 1;
    }
    .hm-updated-text h3 {
        font-size: 24px !important;
        font-weight: 800 !important;
        color: #01726a !important;
        margin: 0 0 8px !important;
        padding: 0 !important;
        text-align: center !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .hm-updated-text h3::after {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #1cbbb4, #01726a);
        border-radius: 2px;
        margin: 8px auto 0;
    }
    .hm-updated-text p {
        text-align: center;
    }
    .hm-updated-text p {
        font-size: 13px;
        color: #666;
        line-height: 1.6;
        margin: 0 0 16px;
    }
    .hm-social-icons {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    .hm-social-icons a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .hm-social-icons a:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    .hm-updated-poster {
        flex: 2;
    }
    .hm-updated-poster img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }

    /* ---- Responsive ---- */
    @media (max-width: 991px) {
        .hm-hero-content h1 { font-size: 30px; }
        .hm-trip-card .hm-trip-img { height: 150px; }
    }
    @media (max-width: 767px) {
        .hm-hero-overlay { align-items: flex-end; padding-bottom: 40px; }
        .hm-hero-content { padding: 0 20px 0 45px; max-width: 100%; }
        .hm-hero-content h1 { font-size: 24px; }
        .hm-hero-content .hm-hero-sub { font-size: 13px; }
        .hm-service-card { min-width: 80px; padding: 10px 12px; }
        .hm-service-card .hm-svc-label { font-size: 10px !important; }
        .hm-form-card { padding: 18px 16px; }
        .hm-form-card .hm-form-row { flex-wrap: wrap; gap: 8px; }
        .hm-form-card .hm-field { min-width: calc(50% - 4px); flex: 1 1 calc(50% - 4px); }
        .hm-why-card .hm-why-img { height: 130px; }
        .hm-cta-banner .hm-cta-inner { flex-direction: column; text-align: center; }
        .hm-cta-banner .hm-cta-btn {
            white-space: normal;
            text-align: center;
            width: 100%;
        }
        .hm-updated-inner { flex-direction: column; text-align: center; }
        .hm-social-icons { justify-content: center; }
        .hm-trip-card .hm-trip-img { height: 130px; }
        .hm-trip-card .hm-trip-body .hm-trip-desc { font-size: 12px; }
        .hm-trip-card .hm-trip-body h5 { font-size: 14px; }
    }

/* ---- About ---- */
/* Source: views/about/about.phtml */
/* ---- Hero Banner ---- */
    .about-hero {
        position: relative;
        background: url('assets/images/about_banner.jpg') center top no-repeat;
        background-size: cover;
        height: 340px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(1,114,106,0.75) 0%, rgba(28,187,180,0.55) 100%);
    }
    .about-hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: #fff;
    }
    .about-hero-content h1 {
        font-size: 42px;
        font-weight: 800;
        margin: 0 0 8px;
        color: #fff !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
    .about-hero-content p {
        font-size: 17px;
        opacity: 0.92;
        margin: 0;
        font-weight: 400;
    }
    .about-hero-badge {
        display: inline-block;
        margin-top: 18px;
        padding: 8px 24px;
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(6px);
        border-radius: 30px;
        border: 1px solid rgba(255,255,255,0.3);
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

    /* ---- Contact Section ---- */
    .about-contact {
        padding: 50px 0 40px;
        background: #fff;
    }
    .about-contact h2 {
        font-size: 28px;
        font-weight: 700;
        color: #01726a;
        text-align: center;
        margin: 0 0 30px;
    }
    .contact-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 16px rgba(0,0,0,0.07);
        padding: 28px 24px;
        border: 1px solid #f0f0f0;
    }
    .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .contact-item:last-child {
        margin-bottom: 0;
    }
    .contact-item .ci-icon {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        flex-shrink: 0;
    }
    .contact-item .ci-icon i {
        font-size: 17px;
        color: #01726a;
    }
    .contact-item a {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
        transition: color 0.2s;
    }
    .contact-item a:hover {
        color: #1cbbb4;
    }

    .map-card {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 16px rgba(0,0,0,0.07);
        border: 1px solid #f0f0f0;
    }
    .map-card .map-header {
        background: #01726a;
        padding: 14px 20px;
        display: flex;
        align-items: center;
    }
    .map-card .map-header i {
        color: #fff;
        font-size: 18px;
        margin-right: 10px;
    }
    .map-card .map-header a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }
    .map-card .map-header a:hover {
        text-decoration: underline;
    }
    .map-card #custom_map {
        height: 280px;
    }

    /* ---- Services Grid ---- */
    .about-services {
        padding: 50px 0;
        background: #f8fafa;
    }
    .about-services h2 {
        font-size: 28px;
        font-weight: 700;
        color: #01726a;
        text-align: center;
        margin: 0 0 10px;
    }
    .about-services .section-sub {
        text-align: center;
        font-size: 15px;
        color: #777;
        margin-bottom: 30px;
    }
    .service-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        padding: 30px 20px;
        text-align: center;
        transition: transform 0.2s, box-shadow 0.2s;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
        display: block;
        color: inherit;
        text-decoration: none;
    }
    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.10);
        text-decoration: none;
        color: inherit;
    }
    .service-card .sc-icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
    .service-card .sc-icon img {
        width: 32px;
        height: 32px;
        opacity: 0.85;
    }
    .service-card .sc-icon i {
        font-size: 26px;
        color: #01726a;
    }
    .service-card h4 {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        margin: 0 0 8px;
        text-align: center;
    }
    .service-card p {
        font-size: 13px;
        color: #777;
        margin: 0;
        line-height: 1.5;
        text-align: center;
    }
    .service-card .sc-link {
        display: inline-block;
        margin-top: 12px;
        font-size: 13px;
        font-weight: 700;
        color: #1cbbb4;
        text-decoration: none;
    }

    /* ---- Team Section ---- */
    .about-team {
        padding: 50px 0;
        background: #fff;
    }
    .about-team h2 {
        font-size: 28px;
        font-weight: 700;
        color: #01726a;
        text-align: center;
        margin: 0 0 10px;
    }
    .about-team .section-sub {
        text-align: center;
        font-size: 15px;
        color: #777;
        margin-bottom: 36px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .team-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 28px;
    }
    .team-card .tc-photo {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #e8f8f7;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        margin-bottom: 14px;
        transition: transform 0.25s, box-shadow 0.25s;
    }
    .team-card:hover .tc-photo {
        transform: scale(1.05);
        box-shadow: 0 6px 24px rgba(28,187,180,0.20);
        border-color: #1cbbb4;
    }
    .team-card h4 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 4px;
        text-align: center;
    }
    .team-card span {
        font-size: 13px;
        color: #1cbbb4;
        font-weight: 600;
        text-align: center;
    }

    /* ---- Company Section ---- */
    .about-company {
        padding: 50px 0;
        background: #f8fafa;
    }
    .about-company h2 {
        font-size: 28px;
        font-weight: 700;
        color: #01726a;
        text-align: center;
        margin: 0 0 10px;
    }
    .about-company .section-sub {
        text-align: center;
        font-size: 15px;
        color: #777;
        margin-bottom: 36px;
    }
    .about-company .company-img {
        max-width: 100%;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    .stat-bar {
        margin-bottom: 18px;
    }
    .stat-bar .stat-label {
        font-size: 14px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 6px;
    }
    .stat-bar .stat-track {
        height: 8px;
        background: #e8e8e8;
        border-radius: 4px;
        overflow: hidden;
    }
    .stat-bar .stat-fill {
        height: 100%;
        background: linear-gradient(90deg, #1cbbb4 0%, #01726a 100%);
        border-radius: 4px;
        width: 0;
        transition: width 1.3s ease;
    }
    .about-company .company-headline {
        font-size: 20px;
        font-weight: 700;
        color: #464646;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    /* ---- What We Offer ---- */
    .about-offer {
        padding: 50px 0;
        background: #fff;
    }
    .about-offer h2 {
        font-size: 28px;
        font-weight: 700;
        color: #01726a;
        text-align: center;
        margin: 0 0 10px;
    }
    .about-offer .section-sub {
        text-align: center;
        font-size: 15px;
        color: #777;
        margin-bottom: 36px;
    }
    .offer-question {
        display: flex;
        align-items: center;
        padding: 14px 18px;
        background: #f8fafa;
        border-radius: 10px;
        margin-bottom: 12px;
        transition: background 0.2s, transform 0.15s;
        border: 1px solid #f0f0f0;
    }
    .offer-question:hover {
        background: #e8f8f7;
        transform: translateX(4px);
    }
    .offer-question .oq-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        flex-shrink: 0;
    }
    .offer-question .oq-icon i {
        color: #fff;
        font-size: 14px;
    }
    .offer-question span {
        font-size: 14px;
        font-weight: 600;
        color: #464646;
    }
    .offer-answer {
        border-left: 3px solid #1cbbb4;
        padding: 20px 24px;
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        background: #f8fafa;
        border-radius: 0 10px 10px 0;
    }

/* ---- Gallery ---- */
/* Source: views/gallery/gallery.phtml */
/* ---- Hero ---- */
    .gl-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 44px 0 50px;
        text-align: center;
        color: #fff;
    }
    .gl-hero h1 {
        font-size: 36px;
        font-weight: 800;
        margin: 0 0 8px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .gl-hero p {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
    }
    .gl-hero .gl-stats {
        display: inline-flex;
        gap: 36px;
        margin-top: 20px;
    }
    .gl-hero .gl-stat-num {
        display: block;
        font-size: 28px;
        font-weight: 800;
    }
    .gl-hero .gl-stat-label {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.75;
    }

    /* ---- Filter Bar ---- */
    .gl-filters {
        background: #fff;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        z-index: 100;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }
    .gl-filter-list {
        list-style: none;
        margin: 0;
        padding: 12px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
    .gl-filter-list li button {
        padding: 7px 18px;
        font-size: 12px;
        font-weight: 700;
        color: #777;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: transparent;
        border: 1.5px solid transparent;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.25s;
        font-family: inherit;
    }
    .gl-filter-list li button:hover {
        color: #01726a;
        background: #e8f8f7;
        border-color: #d0f2f0;
    }
    .gl-filter-list li button.active {
        color: #fff;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        border-color: transparent;
    }
    .gl-filter-count {
        display: inline-block;
        background: rgba(255,255,255,0.25);
        font-size: 10px;
        padding: 1px 6px;
        border-radius: 8px;
        margin-left: 4px;
        font-weight: 600;
    }
    .gl-filter-list li button:not(.active) .gl-filter-count {
        background: #eee;
        color: #999;
    }

    /* ---- Gallery Grid ---- */
    .gl-grid-wrap {
        padding: 20px 0 40px;
        background: #f5f7f7;
        min-height: 400px;
    }
    .gl-masonry {
        column-count: 4;
        column-gap: 12px;
    }
    .gl-item {
        break-inside: avoid;
        margin-bottom: 12px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        transition: transform 0.3s, box-shadow 0.3s, opacity 0.4s;
        cursor: pointer;
        display: inline-block;
        width: 100%;
    }
    .gl-item.hidden {
        display: none;
    }
    .gl-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.15);
    }
    .gl-item img {
        width: 100%;
        display: block;
        transition: transform 0.5s ease;
    }
    .gl-item:hover img {
        transform: scale(1.05);
    }

    /* Overlay */
    .gl-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, transparent 50%);
        opacity: 0;
        transition: opacity 0.3s;
        display: flex;
        align-items: flex-end;
        padding: 16px;
    }
    .gl-item:hover .gl-overlay {
        opacity: 1;
    }
    .gl-overlay-text {
        color: #fff;
        flex: 1;
    }
    .gl-overlay-text .gl-album-name {
        font-size: 14px;
        font-weight: 700;
        display: block;
        margin-bottom: 2px;
    }
    .gl-overlay-text .gl-view-label {
        font-size: 11px;
        opacity: 0.75;
    }
    .gl-zoom-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255,255,255,0.2);
        backdrop-filter: blur(4px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-left: 10px;
    }
    .gl-zoom-icon i {
        color: #fff;
        font-size: 15px;
    }

    /* ---- Loading State ---- */
    .gl-loading {
        text-align: center;
        padding: 60px 0;
        color: #aaa;
        font-size: 14px;
    }
    .gl-loading i {
        font-size: 28px;
        display: block;
        margin-bottom: 12px;
        color: #1cbbb4;
    }

    /* ---- No Results ---- */
    .gl-empty {
        text-align: center;
        padding: 80px 20px;
        color: #aaa;
        display: none;
    }
    .gl-empty i {
        font-size: 48px;
        display: block;
        margin-bottom: 12px;
        color: #ddd;
    }

    /* ---- Responsive ---- */
    @media (max-width: 1199px) {
        .gl-masonry { column-count: 3; }
    }
    @media (max-width: 767px) {
        .gl-masonry { column-count: 2; column-gap: 8px; }
        .gl-item { margin-bottom: 8px; border-radius: 8px; }
        .gl-hero h1 { font-size: 26px; }
        .gl-filter-list { gap: 3px; padding: 8px 4px; }
        .gl-filter-list li button { padding: 5px 12px; font-size: 11px; }
    }
    @media (max-width: 479px) {
        .gl-masonry { column-count: 2; }
    }

/* ---- Houses Listing ---- */
/* Source: views/housing/houses.phtml */
/* ---- Hero ---- */
    .housing-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 44px 0 50px;
        text-align: center;
        color: #fff;
    }
    .housing-hero h1 {
        font-size: 36px;
        font-weight: 800;
        margin: 0 0 8px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .housing-hero p {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
    }
    .housing-hero .hero-tags {
        display: inline-flex;
        gap: 10px;
        margin-top: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .housing-hero .hero-tag {
        padding: 6px 16px;
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(6px);
        border-radius: 20px;
        border: 1px solid rgba(255,255,255,0.25);
        font-size: 13px;
        font-weight: 600;
    }

    /* ---- Map Section ---- */
    .housing-map-wrap {
        border-bottom: 1px solid #eee;
    }
    .housing-map-wrap #custom_map {
        height: 260px;
    }

    /* ---- Filter Sidebar ---- */
    .housing-sidebar {
        position: sticky;
        top: 20px;
    }
    .filter-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 14px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .filter-card .fc-title {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        color: #fff;
        padding: 14px 20px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .filter-card .fc-title i {
        margin-right: 6px;
    }
    .filter-card .fc-body {
        padding: 16px 20px;
    }

    /* Filter checkboxes */
    .filter-option {
        display: flex;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #f5f5f5;
        cursor: pointer;
        transition: background 0.15s;
    }
    .filter-option:last-child {
        border-bottom: none;
    }
    .filter-option:hover {
        background: #f8fafa;
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .filter-option input[type="checkbox"] {
        display: none;
    }
    .filter-option label {
        display: flex;
        align-items: center;
        flex: 1;
        margin: 0;
        cursor: pointer;
    }
    .filter-option .fo-check {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        border: 2px solid #ddd;
        margin-right: 10px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
        font-style: normal;
    }
    .filter-option .fo-check .fa-check {
        font-size: 10px;
        color: #fff;
        opacity: 0;
        transition: opacity 0.2s;
    }
    .filter-option input:checked + label .fo-check {
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        border-color: #1cbbb4;
    }
    .filter-option input:checked + label .fo-check .fa-check {
        opacity: 1;
    }
    .filter-option .fo-label {
        font-size: 13px;
        font-weight: 600;
        color: #464646;
        flex: 1;
    }
    .filter-option .fo-count {
        font-size: 12px;
        color: #fff;
        background: #01726a;
        padding: 3px 8px;
        border-radius: 6px;
        font-weight: 700;
        min-width: 24px;
        text-align: center;
        line-height: 1.3;
    }

    /* Sidebar links */
    .sidebar-link {
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
        text-decoration: none;
        color: #464646;
        font-size: 13px;
        font-weight: 600;
        transition: color 0.2s;
    }
    .sidebar-link:last-child {
        border-bottom: none;
    }
    .sidebar-link:hover {
        color: #1cbbb4;
        text-decoration: none;
    }
    .sidebar-link .sl-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .sidebar-link .sl-icon i {
        font-size: 13px;
        color: #01726a;
    }
    .sidebar-link .sl-arrow {
        margin-left: auto;
        color: #ccc;
        font-size: 11px;
        transition: transform 0.2s;
    }
    .sidebar-link:hover .sl-arrow {
        transform: translateX(3px);
        color: #1cbbb4;
    }

    /* ---- House Cards ---- */
    .housing-grid {
        padding-top: 10px;
    }
    .housing-grid > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .housing-grid > .row > .house-container {
        display: flex;
    }
    .housing-grid > .row > .house-container > .house-card {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .housing-grid > .row > .house-container > .house-card .hc-body {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .housing-grid > .row > .house-container > .house-card .hc-info {
        flex: 1;
    }
    .housing-grid .section-title {
        font-size: 28px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 4px;
    }
    .housing-grid .section-sub {
        font-size: 14px;
        color: #999;
        margin-bottom: 24px;
    }

    .house-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        overflow: hidden;
        transition: transform 0.25s, box-shadow 0.25s;
        margin-bottom: 24px;
    }
    .house-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    }
    .house-card .hc-img-wrap {
        position: relative;
        height: 190px;
        overflow: hidden;
        background: #e8f8f7;
    }
    .house-card .hc-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
    .house-card:hover .hc-img-wrap img {
        transform: scale(1.06);
    }
    .house-card .hc-body {
        padding: 18px 18px 16px;
    }
    .house-card .hc-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .house-card .hc-badge {
        display: inline-block;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        color: #01726a;
        padding: 3px 10px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
    .house-card .hc-tenants {
        font-size: 12px;
        font-weight: 600;
        color: #888;
    }
    .house-card .hc-tenants i {
        margin-right: 3px;
        color: #1cbbb4;
    }
    .house-card .hc-title {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 6px;
        line-height: 1.3;
    }
    .house-card .hc-info {
        font-size: 12px;
        color: #888;
        line-height: 1.5;
        margin-bottom: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 36px;
    }
    .house-card .hc-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
    }
    .house-card .hc-map-link {
        font-size: 12px;
        font-weight: 600;
        color: #1cbbb4;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        transition: color 0.2s;
    }
    .house-card .hc-map-link:hover {
        color: #01726a;
        text-decoration: none;
    }
    .house-card .hc-details-btn {
        display: inline-block;
        padding: 6px 16px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        border-radius: 18px;
        text-decoration: none;
        transition: transform 0.15s, box-shadow 0.15s;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
    .house-card .hc-details-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 3px 10px rgba(28,187,180,0.3);
        color: #fff;
        text-decoration: none;
    }

    /* ---- Responsive ---- */
    @media (max-width: 991px) {
        .house-card .hc-img-wrap { height: 160px; }
    }
    @media (max-width: 767px) {
        .housing-hero h1 { font-size: 26px; }
        .housing-sidebar { position: static !important; }
        .house-card .hc-img-wrap { height: 200px; }
        .housing-map-wrap #custom_map { height: 180px; }
    }

/* ---- Individual House Page ---- */
/* Source: views/housing/house.phtml */
/* ---- Hero ---- */
    .hp-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 40px 0;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    .hp-hero h1 {
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .hp-hero p {
        font-size: 15px;
        opacity: 0.9;
        margin: 0;
    }
    .hp-hero .hp-hero-tags {
        display: inline-flex;
        gap: 10px;
        margin-top: 14px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hp-hero .hp-hero-tag {
        padding: 5px 14px;
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(6px);
        border-radius: 20px;
        border: 1px solid rgba(255,255,255,0.25);
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        transition: background 0.2s;
    }
    .hp-hero .hp-hero-tag:hover {
        background: rgba(255,255,255,0.25);
        color: #fff;
        text-decoration: none;
    }

    /* ---- Form Card ---- */
    .hp-form-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.10);
        padding: 28px 24px 22px;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }
    .hp-form-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 4px;
        padding: 0;
    }
    .hp-form-card .hp-form-subtitle {
        font-size: 13px;
        color: #999;
        margin-bottom: 18px;
        display: block;
    }
    .hp-form-card .hp-form-group {
        margin-bottom: 14px;
    }
    .hp-form-card .hp-form-group label {
        font-size: 13px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 5px;
        display: block;
    }
    .hp-form-card .hp-form-group .hp-input {
        width: 100%;
        padding: 9px 12px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        background: #fafbfc;
    }
    .hp-form-card .hp-form-group .hp-input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }
    /* Dynamic tenant inputs added by house.js use class 'input' */
    .hp-form-card #persons .input {
        width: 100%;
        padding: 9px 12px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        background: #fafbfc;
        margin-top: 8px;
    }
    .hp-form-card #persons .input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }
    .hp-form-card .hp-form-row {
        display: flex;
        gap: 10px;
    }
    .hp-form-card .hp-form-row .hp-form-group {
        flex: 1;
    }
    .hp-form-card .select1_inner .select2-container .select2-selection--single {
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        height: 40px;
        background: #fafbfc;
    }

    .hp-submit-btn {
        display: block;
        width: 100%;
        padding: 13px;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.15s, box-shadow 0.15s;
        margin-top: 10px;
    }
    .hp-submit-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(28,187,180,0.3);
    }
    .hp-submit-btn:active {
        transform: translateY(0);
    }
    .hp-submit-btn:disabled {
        background: #9DA8BD;
        transform: none;
        box-shadow: none;
        cursor: not-allowed;
    }

    /* Success / Error states */
    .hp-success {
        text-align: center;
        padding: 30px 10px;
    }
    .hp-success h2 {
        color: #1cbbb4;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .hp-success .hp-check-icon {
        font-size: 56px;
        color: #1cbbb4;
        margin-bottom: 12px;
    }
    .hp-failed {
        text-align: center;
        padding: 30px 10px;
    }
    .hp-failed h2 {
        color: #fb000d;
        font-weight: 700;
    }
    .hp-failed .hp-fail-icon {
        font-size: 56px;
        color: #fb000d;
        margin-bottom: 12px;
    }

    /* ---- Photo Carousel ---- */
    .hp-carousel-wrap {
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 16px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
    }
    .hp-carousel-wrap .sl1_inner img {
        border-radius: 0;
    }
    .hp-carousel-wrap .post-slide {
        margin: 0;
    }
    .hp-carousel-wrap .sl1_prev,
    .hp-carousel-wrap .sl1_next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(0,0,0,0.4);
        z-index: 5;
    }
    .hp-carousel-wrap .sl1_prev:hover,
    .hp-carousel-wrap .sl1_next:hover {
        background: rgba(0,0,0,0.6);
    }

    /* ---- Content Cards ---- */
    .hp-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        padding: 18px 22px;
        margin-bottom: 16px;
    }
    .hp-card h4 {
        font-size: 16px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 10px;
    }
    .hp-card p, .hp-card div {
        font-size: 13px;
        color: #666;
        line-height: 1.7;
    }

    /* ---- Amenity Pills ---- */
    .hp-amenities {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .hp-amenity {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 14px;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        color: #01726a;
    }
    .hp-amenity i {
        font-size: 13px;
    }

    /* ---- Accordion ---- */
    .hp-accordion-section {
        padding: 30px 0 20px;
    }
    .hp-accordion-section h3 {
        font-size: 22px;
        font-weight: 700;
        color: #01726a;
        text-align: center;
        margin-bottom: 20px;
    }
    .hp-accordion-item {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .hp-accordion-header {
        padding: 14px 20px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: background 0.15s;
    }
    .hp-accordion-header:hover {
        background: #fafbfc;
    }
    .hp-accordion-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        flex-shrink: 0;
    }
    .hp-accordion-icon i {
        font-size: 15px;
        color: #01726a;
    }
    .hp-accordion-title {
        flex: 1;
        font-size: 15px;
        font-weight: 700;
        color: #333;
    }
    .hp-accordion-chevron {
        color: #ccc;
        font-size: 12px;
        transition: transform 0.3s;
    }
    .hp-accordion-item.active .hp-accordion-chevron {
        transform: rotate(90deg);
        color: #1cbbb4;
    }
    .hp-accordion-body {
        padding: 0 20px 16px 68px;
        font-size: 13px;
        color: #666;
        line-height: 1.7;
        display: none;
    }
    .hp-accordion-item.active .hp-accordion-body {
        display: block;
    }

    /* ---- Map ---- */
    .hp-map-wrap {
        border-top: 1px solid #eee;
    }
    .hp-map-wrap #custom_map {
        height: 280px;
    }

    /* ---- Responsive ---- */
    @media (max-width: 767px) {
        .hp-hero h1 { font-size: 24px; }
        .hp-form-card { margin-top: -15px; padding: 22px 18px 18px; }
        .hp-form-row { flex-direction: column; gap: 0; }
        .hp-accordion-body { padding-left: 20px; }
        .hp-map-wrap #custom_map { height: 200px; }
    }

/* ---- Housing FAQ ---- */
/* Source: views/housing/FAQ.phtml */
.hp-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .hp-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .hp-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .hp-sidebar-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 20px; }
    .hp-sidebar-card .hp-sc-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .hp-sidebar-card .hp-sc-title i { margin-right: 6px; }
    .hp-sidebar-card .hp-sc-body { padding: 16px 20px; }
    .hp-nav-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .hp-nav-link:last-child { border-bottom: none; }
    .hp-nav-link:hover { color: #1cbbb4; text-decoration: none; }
    .hp-nav-link.active { color: #01726a; }
    .hp-nav-link .hp-nl-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .hp-nav-link .hp-nl-icon i { font-size: 13px; color: #01726a; }
    .hp-nav-link .hp-nl-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .hp-nav-link:hover .hp-nl-arrow { transform: translateX(3px); color: #1cbbb4; }

    .hp-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; }
    .hp-content-card .hp-section-title { font-size: 24px; font-weight: 700; color: #01726a; margin: 0 0 24px; }
    .hp-content-card .hp-banner { width: 100%; border-radius: 10px; margin-bottom: 28px; }

    .faq-item { border: 1px solid #f0f0f0; border-radius: 10px; margin-bottom: 12px; overflow: hidden; transition: box-shadow 0.2s; }
    .faq-item:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
    .faq-item summary { padding: 16px 20px; font-size: 15px; font-weight: 700; color: #333; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 10px; transition: background 0.2s; }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary:hover { background: #f8fafa; }
    .faq-item summary .faq-icon { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .faq-item summary .faq-icon i { font-size: 12px; color: #01726a; }
    .faq-item summary .faq-arrow { margin-left: auto; color: #ccc; font-size: 12px; transition: transform 0.25s; flex-shrink: 0; }
    .faq-item[open] summary .faq-arrow { transform: rotate(180deg); color: #01726a; }
    .faq-item[open] summary { background: #f8fafa; border-bottom: 1px solid #f0f0f0; }
    .faq-item .faq-body { padding: 16px 20px 20px 60px; font-size: 14px; color: #666; line-height: 1.7; }

    .hp-back-btn { display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: #01726a; color: #fff; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 700; margin-bottom: 16px; transition: background 0.2s, transform 0.15s; box-shadow: 0 2px 10px rgba(1,114,106,0.2); }
    .hp-back-btn:hover { background: #1cbbb4; color: #fff; text-decoration: none; transform: translateY(-1px); }
    .hp-back-btn i { font-size: 16px; }

    @media (max-width: 767px) {
        .hp-hero h1 { font-size: 24px; }
        .hp-sidebar-card { position: static; margin-bottom: 20px; }
        .hp-content-card { padding: 20px 16px; }
        .faq-item .faq-body { padding-left: 20px; }
    }

/* ---- Housing Department ---- */
/* Source: views/housing/housing_department.phtml */
.hp-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .hp-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .hp-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .hp-sidebar-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 20px; }
    .hp-sidebar-card .hp-sc-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .hp-sidebar-card .hp-sc-title i { margin-right: 6px; }
    .hp-sidebar-card .hp-sc-body { padding: 16px 20px; }
    .hp-nav-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .hp-nav-link:last-child { border-bottom: none; }
    .hp-nav-link:hover { color: #1cbbb4; text-decoration: none; }
    .hp-nav-link.active { color: #01726a; }
    .hp-nav-link .hp-nl-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .hp-nav-link .hp-nl-icon i { font-size: 13px; color: #01726a; }
    .hp-nav-link .hp-nl-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .hp-nav-link:hover .hp-nl-arrow { transform: translateX(3px); color: #1cbbb4; }

    .hp-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; }
    .hp-content-card .hp-section-title { font-size: 24px; font-weight: 700; color: #01726a; margin: 0 0 24px; }
    .hp-content-card .hp-banner { width: 100%; border-radius: 10px; margin-bottom: 28px; }
    .hp-topic { margin-bottom: 24px; }
    .hp-topic:last-child { margin-bottom: 0; }
    .hp-topic h4 { font-size: 16px; font-weight: 700; color: #333; margin: 0 0 8px; display: flex; align-items: center; gap: 8px; }
    .hp-topic h4 .hp-t-icon { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .hp-topic h4 .hp-t-icon i { font-size: 12px; color: #01726a; }
    .hp-topic p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; padding-left: 36px; }

    .hp-back-btn { display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: #01726a; color: #fff; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 700; margin-bottom: 16px; transition: background 0.2s, transform 0.15s; box-shadow: 0 2px 10px rgba(1,114,106,0.2); }
    .hp-back-btn:hover { background: #1cbbb4; color: #fff; text-decoration: none; transform: translateY(-1px); }
    .hp-back-btn i { font-size: 16px; }

    @media (max-width: 767px) {
        .hp-hero h1 { font-size: 24px; }
        .hp-sidebar-card { position: static; margin-bottom: 20px; }
        .hp-content-card { padding: 20px 16px; }
        .hp-topic p { padding-left: 0; }
    }

/* ---- Rent Calculation ---- */
/* Source: views/housing/rent_calculation.phtml */
.hp-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .hp-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .hp-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .hp-sidebar-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 20px; }
    .hp-sidebar-card .hp-sc-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .hp-sidebar-card .hp-sc-title i { margin-right: 6px; }
    .hp-sidebar-card .hp-sc-body { padding: 16px 20px; }
    .hp-nav-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .hp-nav-link:last-child { border-bottom: none; }
    .hp-nav-link:hover { color: #1cbbb4; text-decoration: none; }
    .hp-nav-link.active { color: #01726a; }
    .hp-nav-link .hp-nl-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .hp-nav-link .hp-nl-icon i { font-size: 13px; color: #01726a; }
    .hp-nav-link .hp-nl-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .hp-nav-link:hover .hp-nl-arrow { transform: translateX(3px); color: #1cbbb4; }

    .hp-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; }
    .hp-content-card .hp-section-title { font-size: 24px; font-weight: 700; color: #01726a; margin: 0 0 4px; }
    .hp-content-card .hp-section-sub { font-size: 14px; color: #999; margin-bottom: 24px; }
    .hp-content-card .hp-banner { width: 100%; border-radius: 10px; margin-bottom: 28px; }
    .hp-topic { margin-bottom: 24px; }
    .hp-topic:last-child { margin-bottom: 0; }
    .hp-topic h4 { font-size: 16px; font-weight: 700; color: #333; margin: 0 0 8px; display: flex; align-items: center; gap: 8px; }
    .hp-topic h4 .hp-t-icon { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .hp-topic h4 .hp-t-icon i { font-size: 12px; color: #01726a; }
    .hp-topic p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; padding-left: 36px; }

    .hp-callout { background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); border-radius: 10px; padding: 20px 24px; margin: 0 0 24px 36px; border-left: 4px solid #01726a; }
    .hp-callout p { padding-left: 0; color: #01726a; font-weight: 600; font-size: 14px; line-height: 1.7; }

    .hp-back-btn { display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: #01726a; color: #fff; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 700; margin-bottom: 16px; transition: background 0.2s, transform 0.15s; box-shadow: 0 2px 10px rgba(1,114,106,0.2); }
    .hp-back-btn:hover { background: #1cbbb4; color: #fff; text-decoration: none; transform: translateY(-1px); }
    .hp-back-btn i { font-size: 16px; }

    @media (max-width: 767px) {
        .hp-hero h1 { font-size: 24px; }
        .hp-sidebar-card { position: static; margin-bottom: 20px; }
        .hp-content-card { padding: 20px 16px; }
        .hp-topic p { padding-left: 0; }
        .hp-callout { margin-left: 0; }
    }

/* ---- Short-Term Housing ---- */
/* Source: views/housing/short_term.phtml */
.hp-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .hp-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .hp-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .hp-sidebar-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 20px; }
    .hp-sidebar-card .hp-sc-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .hp-sidebar-card .hp-sc-title i { margin-right: 6px; }
    .hp-sidebar-card .hp-sc-body { padding: 16px 20px; }
    .hp-nav-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .hp-nav-link:last-child { border-bottom: none; }
    .hp-nav-link:hover { color: #1cbbb4; text-decoration: none; }
    .hp-nav-link.active { color: #01726a; }
    .hp-nav-link .hp-nl-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .hp-nav-link .hp-nl-icon i { font-size: 13px; color: #01726a; }
    .hp-nav-link .hp-nl-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .hp-nav-link:hover .hp-nl-arrow { transform: translateX(3px); color: #1cbbb4; }

    .hp-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; }
    .hp-content-card .hp-section-title { font-size: 24px; font-weight: 700; color: #01726a; margin: 0 0 24px; }
    .hp-content-card .hp-banner { width: 100%; border-radius: 10px; margin-bottom: 28px; }
    .hp-topic { margin-bottom: 24px; }
    .hp-topic:last-child { margin-bottom: 0; }
    .hp-topic h4 { font-size: 16px; font-weight: 700; color: #333; margin: 0 0 8px; display: flex; align-items: center; gap: 8px; }
    .hp-topic h4 .hp-t-icon { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .hp-topic h4 .hp-t-icon i { font-size: 12px; color: #01726a; }
    .hp-topic p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; padding-left: 36px; }

    .hp-back-btn { display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: #01726a; color: #fff; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 700; margin-bottom: 16px; transition: background 0.2s, transform 0.15s; box-shadow: 0 2px 10px rgba(1,114,106,0.2); }
    .hp-back-btn:hover { background: #1cbbb4; color: #fff; text-decoration: none; transform: translateY(-1px); }
    .hp-back-btn i { font-size: 16px; }

    @media (max-width: 767px) {
        .hp-hero h1 { font-size: 24px; }
        .hp-sidebar-card { position: static; margin-bottom: 20px; }
        .hp-content-card { padding: 20px 16px; }
        .hp-topic p { padding-left: 0; }
    }

/* ---- SIM Activation ---- */
/* Source: views/services/sim_activation.phtml */
.sim-act-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 40px 0;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    .sim-act-hero h1 {
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #fff;
    }
    .sim-act-hero p {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
        font-weight: 400;
    }

    .sim-act-form-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.10);
        padding: 36px 32px 28px;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }
    .sim-act-form-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 4px;
        padding: 0;
    }
    .sim-act-form-card .form-subtitle {
        font-size: 13px;
        color: #999;
        margin-bottom: 20px;
        display: block;
    }

    .sim-act-form-card .form-group {
        margin-bottom: 18px;
    }
    .sim-act-form-card .form-group label {
        font-size: 13px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 6px;
        display: block;
    }
    .sim-act-form-card .form-group .form-input {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        background: #fafbfc;
    }
    .sim-act-form-card .form-group .form-input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }
    .sim-act-form-card .form-group .form-input[readonly] {
        background: #f0f4f3;
        color: #01726a;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        cursor: default;
        border-color: #c8e6e4;
    }

    .sim-act-form-card .select1_inner .select2-container .select2-selection--single {
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        height: 42px;
        background: #fafbfc;
    }

    .sim-act-form-card .form-row {
        display: flex;
        gap: 12px;
    }
    .sim-act-form-card .form-row .form-group {
        flex: 1;
    }

    .sim-act-btn {
        display: block;
        width: 100%;
        padding: 14px;
        background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.15s, box-shadow 0.15s;
        margin-top: 8px;
    }
    .sim-act-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(251,0,13,0.25);
    }
    .sim-act-btn:active {
        transform: translateY(0);
    }
    .sim-act-btn:disabled {
        background: #9DA8BD;
        transform: none;
        box-shadow: none;
        cursor: not-allowed;
    }

    .sim-act-success {
        text-align: center;
        padding: 30px 10px;
    }
    .sim-act-success h2 {
        color: #1cbbb4;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .sim-act-success .check-icon {
        font-size: 56px;
        color: #1cbbb4;
        margin-bottom: 12px;
    }
    .sim-act-failed {
        text-align: center;
        padding: 30px 10px;
    }
    .sim-act-failed h2 {
        color: #fb000d;
        font-weight: 700;
    }
    .sim-act-failed .fail-icon {
        font-size: 56px;
        color: #fb000d;
        margin-bottom: 12px;
    }

    .feature-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        padding: 28px 24px;
        text-align: center;
        margin-bottom: 20px;
        transition: transform 0.2s, box-shadow 0.2s;
        border: 1px solid #f0f0f0;
        height: 100%;
    }
    .feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    }
    .feature-card .feature-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
    .feature-card .feature-icon i {
        font-size: 22px;
        color: #01726a;
    }
    .feature-card h4 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 8px;
    }
    .feature-card p {
        font-size: 13px;
        color: #777;
        margin: 0;
        line-height: 1.5;
    }

    .how-it-works {
        margin-top: 36px;
    }
    .how-it-works h3 {
        font-size: 24px;
        font-weight: 700;
        color: #01726a;
        margin-bottom: 24px;
        text-align: center;
    }
    .step-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .step-number {
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        margin-top: 2px;
    }
    .step-text h5 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 4px;
    }
    .step-text p {
        font-size: 13px;
        color: #777;
        margin: 0;
        line-height: 1.5;
    }

    .imei-hint {
        font-size: 11px;
        color: #999;
        margin-top: 4px;
    }

    .fee-breakdown {
        font-size: 11px;
        color: #999;
        text-align: center;
        margin-top: 4px;
    }

    /* ---- Coupon Block Override ---- */
    .sim-act-form-card .input1_wrapper { margin: 0; }
    .sim-act-form-card .input1_wrapper > label[for="discount_code"] {
        font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block;
    }
    .sim-act-form-card .input2_inner { margin: 0; }
    .sim-act-form-card .input2_inner .input,
    .sim-act-form-card #discount_code {
        width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px;
        font-size: 14px; background: #fafbfc; outline: none; font-family: inherit;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .sim-act-form-card #discount_code:focus {
        border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff;
    }
    .sim-act-form-card #applyCouponBtn {
        padding: 10px 18px; background: linear-gradient(135deg, #1cbbb4, #01726a); color: #fff;
        font-size: 13px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer;
        text-transform: uppercase; letter-spacing: 0.3px; transition: transform 0.15s, box-shadow 0.15s;
    }
    .sim-act-form-card #applyCouponBtn:hover {
        transform: translateY(-1px); box-shadow: 0 4px 12px rgba(28,187,180,0.3);
    }
    .sim-act-form-card #couponSummary {
        background: #f0faf9 !important; border: 1px solid #d0f2f0 !important;
        border-radius: 10px !important; padding: 14px 18px !important;
    }
    .sim-act-form-card #removeCouponBtn { border-radius: 6px !important; padding: 5px 12px !important; }
    .sim-act-form-card .col-sm-12.no-padding.mb-20.margin-top10 { padding: 0 !important; margin-top: 16px; margin-bottom: 0; }

/* ---- SIM Refill ---- */
/* Source: views/services/sim_refill.phtml */
.sim-refill-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 40px 0;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    .sim-refill-hero h1 {
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #fff;
    }
    .sim-refill-hero p {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
        font-weight: 400;
    }

    .sim-refill-form-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.10);
        padding: 36px 32px 28px;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }
    .sim-refill-form-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 4px;
        padding: 0;
    }
    .sim-refill-form-card .form-subtitle {
        font-size: 13px;
        color: #999;
        margin-bottom: 20px;
        display: block;
    }

    .sim-refill-form-card .form-group {
        margin-bottom: 18px;
    }
    .sim-refill-form-card .form-group label {
        font-size: 13px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 6px;
        display: block;
    }
    .sim-refill-form-card .form-group .form-input {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        background: #fafbfc;
    }
    .sim-refill-form-card .form-group .form-input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }
    .sim-refill-form-card .form-group .form-input[readonly] {
        background: #f0f4f3;
        color: #01726a;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        cursor: default;
        border-color: #c8e6e4;
    }

    .sim-refill-form-card .select1_inner .select2-container .select2-selection--single {
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        height: 42px;
        background: #fafbfc;
    }

    .sim-refill-btn {
        display: block;
        width: 100%;
        padding: 14px;
        background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.15s, box-shadow 0.15s;
        margin-top: 8px;
    }
    .sim-refill-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(251,0,13,0.25);
    }
    .sim-refill-btn:active {
        transform: translateY(0);
    }
    .sim-refill-btn:disabled {
        background: #9DA8BD;
        transform: none;
        box-shadow: none;
        cursor: not-allowed;
    }

    .sim-refill-success {
        text-align: center;
        padding: 30px 10px;
    }
    .sim-refill-success h2 {
        color: #1cbbb4;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .sim-refill-success .check-icon {
        font-size: 56px;
        color: #1cbbb4;
        margin-bottom: 12px;
    }
    .sim-refill-failed {
        text-align: center;
        padding: 30px 10px;
    }
    .sim-refill-failed h2 {
        color: #fb000d;
        font-weight: 700;
    }
    .sim-refill-failed .fail-icon {
        font-size: 56px;
        color: #fb000d;
        margin-bottom: 12px;
    }

    .feature-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        padding: 28px 24px;
        text-align: center;
        margin-bottom: 20px;
        transition: transform 0.2s, box-shadow 0.2s;
        border: 1px solid #f0f0f0;
        height: 100%;
    }
    .feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    }
    .feature-card .feature-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
    .feature-card .feature-icon i {
        font-size: 22px;
        color: #01726a;
    }
    .feature-card h4 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 8px;
    }
    .feature-card p {
        font-size: 13px;
        color: #777;
        margin: 0;
        line-height: 1.5;
    }

    .how-it-works {
        margin-top: 36px;
    }
    .how-it-works h3 {
        font-size: 24px;
        font-weight: 700;
        color: #01726a;
        margin-bottom: 24px;
        text-align: center;
    }
    .step-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .step-number {
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        margin-top: 2px;
    }
    .step-text h5 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 4px;
    }
    .step-text p {
        font-size: 13px;
        color: #777;
        margin: 0;
        line-height: 1.5;
    }

    .email-check-badge {
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        color: #888;
        gap: 4px;
    }
    .email-check-badge.found {
        color: #4caf50;
    }

    .fee-breakdown {
        font-size: 11px;
        color: #999;
        text-align: center;
        margin-top: 4px;
    }

    /* ---- Coupon Block Override ---- */
    .sim-refill-form-card .input1_wrapper { margin: 0; }
    .sim-refill-form-card .input1_wrapper > label[for="discount_code"] {
        font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block;
    }
    .sim-refill-form-card .input2_inner { margin: 0; }
    .sim-refill-form-card .input2_inner .input,
    .sim-refill-form-card #discount_code {
        width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px;
        font-size: 14px; background: #fafbfc; outline: none; font-family: inherit;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .sim-refill-form-card #discount_code:focus {
        border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff;
    }
    .sim-refill-form-card #applyCouponBtn {
        padding: 10px 18px; background: linear-gradient(135deg, #1cbbb4, #01726a); color: #fff;
        font-size: 13px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer;
        text-transform: uppercase; letter-spacing: 0.3px; transition: transform 0.15s, box-shadow 0.15s;
    }
    .sim-refill-form-card #applyCouponBtn:hover {
        transform: translateY(-1px); box-shadow: 0 4px 12px rgba(28,187,180,0.3);
    }
    .sim-refill-form-card #couponSummary {
        background: #f0faf9 !important; border: 1px solid #d0f2f0 !important;
        border-radius: 10px !important; padding: 14px 18px !important;
    }
    .sim-refill-form-card #removeCouponBtn { border-radius: 6px !important; padding: 5px 12px !important; }
    .sim-refill-form-card .col-sm-12.no-padding.mb-20.margin-top10 { padding: 0 !important; margin-top: 16px; margin-bottom: 0; }

/* ---- Social Security ---- */
/* Source: views/services/social_security.phtml */
.ssn-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 40px 0;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    .ssn-hero h1 {
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #fff;
    }
    .ssn-hero p {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
        font-weight: 400;
    }

    .ssn-form-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.10);
        padding: 36px 32px 28px;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }
    .ssn-form-card h3 {
        font-size: 18px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 4px;
        padding: 0;
        white-space: nowrap;
    }
    .ssn-form-card .form-subtitle {
        font-size: 13px;
        color: #999;
        margin-bottom: 20px;
        display: block;
    }

    .ssn-form-card .form-group {
        margin-bottom: 18px;
    }
    .ssn-form-card .form-group label {
        font-size: 13px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 6px;
        display: block;
    }
    .ssn-form-card .form-group .form-input {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        background: #fafbfc;
    }
    .ssn-form-card .form-group .form-input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }

    .ssn-form-card .form-row {
        display: flex;
        gap: 12px;
    }
    .ssn-form-card .form-row .form-group {
        flex: 1;
    }

    .ssn-form-card .select1_inner .select2-container .select2-selection--single {
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        height: 42px;
        background: #fafbfc;
    }

    .ssn-form-card #persons .input {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        background: #fafbfc;
        margin-bottom: 8px;
    }
    .ssn-form-card #persons .input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }

    .ssn-submit-btn {
        display: block;
        width: 100%;
        padding: 14px;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.15s, box-shadow 0.15s;
        margin-top: 8px;
    }
    .ssn-submit-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(1,114,106,0.25);
    }
    .ssn-submit-btn:active {
        transform: translateY(0);
    }
    .ssn-submit-btn:disabled {
        background: #9DA8BD;
        transform: none;
        box-shadow: none;
        cursor: not-allowed;
    }

    .ssn-success {
        text-align: center;
        padding: 30px 10px;
    }
    .ssn-success h2 {
        color: #1cbbb4;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .ssn-success .check-icon {
        font-size: 56px;
        color: #1cbbb4;
        margin-bottom: 12px;
    }
    .ssn-failed {
        text-align: center;
        padding: 30px 10px;
    }
    .ssn-failed h2 {
        color: #fb000d;
        font-weight: 700;
    }
    .ssn-failed .fail-icon {
        font-size: 56px;
        color: #fb000d;
        margin-bottom: 12px;
    }

    .ssn-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        padding: 24px 28px;
        margin-bottom: 20px;
        border: 1px solid #f0f0f0;
    }
    .ssn-card h4 {
        font-size: 16px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 10px;
    }
    .ssn-card h4 i {
        margin-right: 8px;
        color: #1cbbb4;
    }
    .ssn-card p {
        font-size: 14px;
        color: #555;
        margin: 0;
        line-height: 1.6;
    }
    .ssn-card p a {
        color: #01726a;
        font-weight: 600;
        text-decoration: underline;
    }

    .ssn-amenities {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 24px;
    }
    .ssn-amenity {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #f0faf9;
        color: #01726a;
        font-size: 13px;
        font-weight: 600;
        padding: 8px 14px;
        border-radius: 20px;
        border: 1px solid #d0f2f0;
    }
    .ssn-amenity i {
        color: #1cbbb4;
    }

    .feature-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        padding: 28px 24px;
        text-align: center;
        margin-bottom: 20px;
        transition: transform 0.2s, box-shadow 0.2s;
        border: 1px solid #f0f0f0;
        height: 100%;
    }
    .feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    }
    .feature-card .feature-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
    .feature-card .feature-icon i {
        font-size: 22px;
        color: #01726a;
    }
    .feature-card h4 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 8px;
    }
    .feature-card p {
        font-size: 13px;
        color: #777;
        margin: 0;
        line-height: 1.5;
    }

    /* ---- Photo Carousel ---- */
    .ssn-carousel-wrap {
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 16px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
    }
    .ssn-carousel-wrap .sl1_inner img {
        border-radius: 0;
    }
    .ssn-carousel-wrap .post-slide {
        margin: 0;
    }
    .ssn-carousel-wrap .sl1_prev,
    .ssn-carousel-wrap .sl1_next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(0,0,0,0.4);
        z-index: 5;
    }
    .ssn-carousel-wrap .sl1_prev:hover,
    .ssn-carousel-wrap .sl1_next:hover {
        background: rgba(0,0,0,0.6);
    }

    @media (max-width: 767px) {
        .ssn-hero {
            padding: 28px 0;
        }
        .ssn-hero h1 {
            font-size: 24px;
        }
        .ssn-form-card {
            padding: 24px 18px 20px;
            margin-top: -18px;
        }
        .ssn-form-card .form-row {
            flex-direction: column;
            gap: 0;
        }
        .ssn-amenities {
            justify-content: center;
        }
    }

/* ---- Request a Quote ---- */
/* Source: views/services/request_quote.phtml */
.rq-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .rq-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .rq-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .rq-form-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); padding: 36px 32px 28px; margin-top: -30px; position: relative; z-index: 2; }
    .rq-form-card h3 { font-size: 22px; font-weight: 700; color: #01726a; margin: 0 0 4px; padding: 0; }
    .rq-form-card .form-subtitle { font-size: 13px; color: #999; margin-bottom: 20px; display: block; }
    .rq-form-card .form-group { margin-bottom: 18px; }
    .rq-form-card .form-group label { font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block; }
    .rq-form-card .form-group .form-input,
    .rq-form-card .form-group textarea.form-input { width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 14px; transition: border-color 0.2s, box-shadow 0.2s; outline: none; background: #fafbfc; font-family: inherit; }
    .rq-form-card .form-group .form-input:focus,
    .rq-form-card .form-group textarea.form-input:focus { border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff; }
    .rq-form-card .form-row { display: flex; gap: 12px; }
    .rq-form-card .form-row .form-group { flex: 1; }
    .rq-submit-btn { display: block; width: 100%; padding: 14px; background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%); color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; border: none; border-radius: 8px; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; margin-top: 8px; }
    .rq-submit-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(251,0,13,0.25); }
    .rq-submit-btn:disabled { background: #9DA8BD; transform: none; box-shadow: none; cursor: not-allowed; }

    .rq-success { text-align: center; padding: 30px 10px; }
    .rq-success .check-icon { font-size: 56px; color: #1cbbb4; margin-bottom: 12px; }
    .rq-success h2 { color: #1cbbb4; font-weight: 700; }
    .rq-failed { text-align: center; padding: 30px 10px; }
    .rq-failed .fail-icon { font-size: 56px; color: #fb000d; margin-bottom: 12px; }
    .rq-failed h2 { color: #fb000d; font-weight: 700; }

    .rq-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; margin-bottom: 20px; }
    .rq-content-card img { width: 100%; display: block; }
    .rq-amenities { display: flex; flex-wrap: wrap; gap: 10px; padding: 20px; border-bottom: 1px solid #f0f0f0; }
    .rq-amenity { display: inline-flex; align-items: center; gap: 6px; background: #f0faf9; color: #01726a; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 16px; border: 1px solid #d0f2f0; }
    .rq-amenity i { color: #1cbbb4; }
    .rq-occasion { padding: 20px; }
    .rq-occasion-grid { display: flex; flex-wrap: wrap; gap: 16px; }
    .rq-occasion-item { flex: 1 1 calc(50% - 8px); min-width: 200px; }
    .rq-occasion-item img { width: 100%; height: 140px; object-fit: cover; border-radius: 10px; margin-bottom: 8px; }
    .rq-occasion-item h4 { font-size: 14px; font-weight: 700; color: #333; margin: 0 0 4px; }
    .rq-occasion-item p { font-size: 12px; color: #888; margin: 0; line-height: 1.4; }

    .rq-advantages { padding: 20px; }
    .rq-advantages h3 { font-size: 18px; font-weight: 700; color: #01726a; margin: 0 0 16px; }
    .rq-adv-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
    .rq-adv-item:last-child { margin-bottom: 0; }
    .rq-adv-item i { color: #1cbbb4; font-size: 16px; margin-top: 3px; flex-shrink: 0; }
    .rq-adv-item p { font-size: 13px; color: #666; margin: 0; line-height: 1.6; }
    .rq-adv-item strong { color: #333; }

    @media (max-width: 767px) {
        .rq-hero h1 { font-size: 24px; }
        .rq-form-card { padding: 24px 18px 20px; margin-top: -18px; }
        .rq-form-card .form-row { flex-direction: column; gap: 0; }
        .rq-occasion-item { flex: 1 1 100%; }
    }

/* ---- Bikes ---- */
/* Source: views/services/bikes.phtml */
.svc-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .svc-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .svc-hero p { font-size: 16px; opacity: 0.9; margin: 0; }
    .svc-content { padding: 30px 0 40px; }
    .svc-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; margin-bottom: 24px; }
    .svc-card .svc-banner { width: 100%; border-radius: 10px; margin-bottom: 24px; }
    .svc-card h3 { font-size: 22px; font-weight: 700; color: #01726a; margin: 0 0 16px; }
    .svc-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 16px; }
    .svc-callout { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); border-radius: 10px; padding: 24px 28px; color: #fff; text-align: center; margin-top: 8px; }
    .svc-callout h4 { font-size: 18px; font-weight: 800; margin: 0 0 4px; text-transform: uppercase; }
    .svc-callout p { font-size: 14px; opacity: 0.9; margin: 0; color: #fff; }
    .svc-sidebar { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 80px; }
    .svc-sidebar .svc-sb-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .svc-sidebar .svc-sb-title i { margin-right: 6px; }
    .svc-sidebar .svc-sb-body { padding: 16px 20px; }
    .svc-sb-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .svc-sb-link:last-child { border-bottom: none; }
    .svc-sb-link:hover { color: #1cbbb4; text-decoration: none; }
    .svc-sb-link.active { color: #01726a; }
    .svc-sb-link .svc-sb-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .svc-sb-link .svc-sb-icon i { font-size: 13px; color: #01726a; }
    .svc-sb-link .svc-sb-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .svc-sb-link:hover .svc-sb-arrow { transform: translateX(3px); color: #1cbbb4; }
    .svc-safety { display: flex; align-items: flex-start; gap: 12px; background: #fff8e6; border: 1px solid #ffeeba; border-radius: 10px; padding: 16px 20px; margin-bottom: 20px; }
    .svc-safety i { color: #e6a817; font-size: 20px; margin-top: 2px; flex-shrink: 0; }
    .svc-safety p { font-size: 13px; color: #856404; margin: 0; line-height: 1.5; }
    @media (max-width: 767px) {
        .svc-hero h1 { font-size: 24px; }
        .svc-sidebar { position: static; margin-bottom: 20px; }
        .svc-card { padding: 20px 16px; }
    }

/* ---- Scan / Print / Laminate ---- */
/* Source: views/services/scan_print_laminate.phtml */
.svc-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .svc-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .svc-hero p { font-size: 16px; opacity: 0.9; margin: 0; }
    .svc-content { padding: 30px 0 40px; }
    .svc-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; margin-bottom: 24px; }
    .svc-card h3 { font-size: 20px; font-weight: 700; color: #01726a; margin: 0 0 6px; display: flex; align-items: center; gap: 10px; }
    .svc-card h3 .svc-h-icon { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .svc-card h3 .svc-h-icon i { font-size: 15px; color: #01726a; }
    .svc-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 12px; }
    .svc-price-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 10px; overflow: hidden; border: 1px solid #eee; margin-top: 12px; margin-bottom: 8px; }
    .svc-price-table th { background: #01726a; color: #fff; font-size: 13px; font-weight: 700; padding: 12px 18px; text-align: left; text-transform: uppercase; letter-spacing: 0.3px; }
    .svc-price-table td { padding: 12px 18px; font-size: 14px; color: #555; border-bottom: 1px solid #f0f0f0; }
    .svc-price-table tr:last-child td { border-bottom: none; }
    .svc-price-table .price-val { font-weight: 700; color: #01726a; }
    .svc-warning { background: #fff3f3; border: 1px solid #fcd; border-radius: 10px; padding: 16px 20px; display: flex; align-items: center; gap: 12px; margin-top: 8px; }
    .svc-warning i { color: #fb000d; font-size: 18px; flex-shrink: 0; }
    .svc-warning p { font-size: 13px; color: #a33; margin: 0; font-weight: 600; }
    .svc-sidebar { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 80px; }
    .svc-sidebar .svc-sb-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .svc-sidebar .svc-sb-title i { margin-right: 6px; }
    .svc-sidebar .svc-sb-body { padding: 16px 20px; }
    .svc-sb-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .svc-sb-link:last-child { border-bottom: none; }
    .svc-sb-link:hover { color: #1cbbb4; text-decoration: none; }
    .svc-sb-link .svc-sb-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .svc-sb-link .svc-sb-icon i { font-size: 13px; color: #01726a; }
    .svc-sb-link .svc-sb-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .svc-sb-link:hover .svc-sb-arrow { transform: translateX(3px); color: #1cbbb4; }
    @media (max-width: 767px) {
        .svc-hero h1 { font-size: 24px; }
        .svc-sidebar { position: static; margin-bottom: 20px; }
        .svc-card { padding: 20px 16px; }
    }

/* ---- Wi-Fi ---- */
/* Source: views/services/wifi.phtml */
.svc-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .svc-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .svc-hero p { font-size: 16px; opacity: 0.9; margin: 0; }
    .svc-content { padding: 30px 0 40px; }
    .svc-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; margin-bottom: 24px; }
    .svc-card .svc-banner { width: 100%; border-radius: 10px; margin-bottom: 24px; }
    .svc-card h3 { font-size: 22px; font-weight: 700; color: #01726a; margin: 0 0 16px; }
    .svc-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 16px; }
    .svc-callout { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); border-radius: 10px; padding: 24px 28px; color: #fff; text-align: center; margin: 20px 0; }
    .svc-callout h4 { font-size: 18px; font-weight: 800; margin: 0 0 4px; text-transform: uppercase; }
    .svc-callout p { font-size: 13px; opacity: 0.85; margin: 0; color: #fff; }
    .svc-price-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 10px; overflow: hidden; border: 1px solid #eee; margin-top: 16px; }
    .svc-price-table th { background: #01726a; color: #fff; font-size: 13px; font-weight: 700; padding: 12px 18px; text-align: left; text-transform: uppercase; letter-spacing: 0.3px; }
    .svc-price-table td { padding: 12px 18px; font-size: 14px; color: #555; border-bottom: 1px solid #f0f0f0; }
    .svc-price-table tr:last-child td { border-bottom: none; }
    .svc-price-table .price-val { font-weight: 700; color: #01726a; }
    .svc-sidebar { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 80px; }
    .svc-sidebar .svc-sb-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .svc-sidebar .svc-sb-title i { margin-right: 6px; }
    .svc-sidebar .svc-sb-body { padding: 16px 20px; }
    .svc-sb-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .svc-sb-link:last-child { border-bottom: none; }
    .svc-sb-link:hover { color: #1cbbb4; text-decoration: none; }
    .svc-sb-link .svc-sb-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .svc-sb-link .svc-sb-icon i { font-size: 13px; color: #01726a; }
    .svc-sb-link .svc-sb-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .svc-sb-link:hover .svc-sb-arrow { transform: translateX(3px); color: #1cbbb4; }
    @media (max-width: 767px) {
        .svc-hero h1 { font-size: 24px; }
        .svc-sidebar { position: static; margin-bottom: 20px; }
        .svc-card { padding: 20px 16px; }
    }

/* ---- Phones & SIM Cards ---- */
/* Source: views/services/phones_sim_cards_international_calls.phtml */
.svc-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .svc-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .svc-hero p { font-size: 16px; opacity: 0.9; margin: 0; }
    .svc-content { padding: 30px 0 40px; }
    .svc-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 32px 28px; margin-bottom: 24px; }
    .svc-card .svc-banner { width: 100%; border-radius: 10px; margin-bottom: 24px; }
    .svc-card h3 { font-size: 22px; font-weight: 700; color: #01726a; margin: 0 0 16px; }
    .svc-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 16px; }
    .svc-callout { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); border-radius: 10px; padding: 24px 28px; color: #fff; text-align: center; margin: 20px 0; }
    .svc-callout h4 { font-size: 18px; font-weight: 800; margin: 0 0 4px; text-transform: uppercase; }
    .svc-callout p { font-size: 13px; opacity: 0.85; margin: 0; color: #fff; }
    .svc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
    .svc-action-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px; font-size: 13px; font-weight: 700; border-radius: 20px; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; }
    .svc-action-btn:hover { transform: translateY(-1px); text-decoration: none; }
    .svc-action-btn.primary { background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%); color: #fff; }
    .svc-action-btn.primary:hover { box-shadow: 0 3px 12px rgba(28,187,180,0.3); color: #fff; }
    .svc-action-btn.secondary { background: #e8f8f7; color: #01726a; }
    .svc-action-btn.secondary:hover { box-shadow: 0 3px 12px rgba(28,187,180,0.15); color: #01726a; }
    .svc-sidebar { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; position: sticky; top: 80px; }
    .svc-sidebar .svc-sb-title { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); color: #fff; padding: 14px 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
    .svc-sidebar .svc-sb-title i { margin-right: 6px; }
    .svc-sidebar .svc-sb-body { padding: 16px 20px; }
    .svc-sb-link { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #464646; font-size: 13px; font-weight: 600; transition: color 0.2s; }
    .svc-sb-link:last-child { border-bottom: none; }
    .svc-sb-link:hover { color: #1cbbb4; text-decoration: none; }
    .svc-sb-link .svc-sb-icon { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%); display: flex; align-items: center; justify-content: center; margin-right: 10px; flex-shrink: 0; }
    .svc-sb-link .svc-sb-icon i { font-size: 13px; color: #01726a; }
    .svc-sb-link .svc-sb-arrow { margin-left: auto; color: #ccc; font-size: 11px; transition: transform 0.2s; }
    .svc-sb-link:hover .svc-sb-arrow { transform: translateX(3px); color: #1cbbb4; }
    .svc-poster { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; margin-bottom: 20px; }
    .svc-poster img { width: 100%; display: block; }
    @media (max-width: 767px) {
        .svc-hero h1 { font-size: 24px; }
        .svc-sidebar { position: static; margin-bottom: 20px; }
        .svc-card { padding: 20px 16px; }
    }

/* ---- Book Arrival ---- */
/* Source: views/airport_shuttle/book_arrival.phtml */
.ba-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .ba-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .ba-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .ba-form-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); padding: 36px 32px 28px; margin-top: -30px; position: relative; z-index: 2; }
    .ba-form-card h3 { font-size: 22px; font-weight: 700; color: #01726a; margin: 0 0 4px; padding: 0; }
    .ba-form-card .form-subtitle { font-size: 13px; color: #999; margin-bottom: 20px; display: block; }
    .ba-form-card .form-group { margin-bottom: 16px; }
    .ba-form-card .form-group label { font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block; }
    .ba-form-card .form-group .form-input { width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 14px; transition: border-color 0.2s, box-shadow 0.2s; outline: none; background: #fafbfc; font-family: inherit; }
    .ba-form-card .form-group .form-input:focus { border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff; }
    .ba-form-card .form-row { display: flex; gap: 12px; }
    .ba-form-card .form-row .form-group { flex: 1; }
    .ba-form-card #persons .input { width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 14px; outline: none; background: #fafbfc; margin-bottom: 8px; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s; }
    .ba-form-card #persons .input:focus { border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff; }
    .ba-form-card .select1_inner .select2-container .select2-selection--single { border: 1.5px solid #e0e0e0; border-radius: 8px; height: 42px; background: #fafbfc; }
    .ba-form-card .price-badge { display: inline-block; background: #fb000d; color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 10px; margin-left: 4px; vertical-align: middle; }

    .ba-submit-btn { display: block; width: 100%; padding: 14px; background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%); color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; border: none; border-radius: 8px; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; margin-top: 8px; }
    .ba-submit-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(251,0,13,0.25); }
    .ba-submit-btn:disabled { background: #9DA8BD; transform: none; box-shadow: none; cursor: not-allowed; }

    .ba-success { text-align: center; padding: 30px 10px; }
    .ba-success .check-icon { font-size: 56px; color: #1cbbb4; margin-bottom: 12px; }
    .ba-success h2 { color: #1cbbb4; font-weight: 700; margin-bottom: 10px; }
    .ba-failed { text-align: center; padding: 30px 10px; }
    .ba-failed .fail-icon { font-size: 56px; color: #fb000d; margin-bottom: 12px; }
    .ba-failed h2 { color: #fb000d; font-weight: 700; }

    .ba-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; margin-bottom: 24px; }
    .ba-carousel { border-radius: 12px 12px 0 0; overflow: hidden; }
    .ba-amenities { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px 24px; border-bottom: 1px solid #f0f0f0; }
    .ba-amenity { display: inline-flex; align-items: center; gap: 6px; background: #f0faf9; color: #01726a; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 16px; border: 1px solid #d0f2f0; }
    .ba-amenity i { color: #1cbbb4; }
    .ba-content-body { padding: 24px 28px; font-size: 14px; color: #555; line-height: 1.7; }
    .ba-content-body h4 { font-size: 16px; font-weight: 700; color: #01726a; margin: 24px 0 8px; }
    .ba-content-body h4:first-child { margin-top: 0; }
    .ba-content-body p { margin: 0 0 12px; }
    .ba-content-body ul, .ba-content-body ol { padding-left: 20px; margin: 8px 0 16px; }
    .ba-content-body li { margin-bottom: 6px; }
    .ba-content-body .ba-warning { background: #fff3f3; border: 1px solid #fcd; border-radius: 10px; padding: 14px 18px; display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; }
    .ba-content-body .ba-warning i { color: #fb000d; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
    .ba-content-body .ba-warning p { font-size: 13px; color: #a33; margin: 0; }
    .ba-content-body .ba-contact-item { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
    .ba-content-body .ba-contact-item i { color: #fb000d; }
    .ba-content-body .ba-contact-item a { color: #fb000d; font-weight: 700; text-decoration: none; }

    .ba-poster { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; margin-bottom: 16px; }
    .ba-poster img { width: 100%; display: block; }

    /* ---- Coupon Block Override ---- */
    .ba-form-card .input1_wrapper { margin: 0; }
    .ba-form-card .input1_wrapper > label[for="discount_code"] {
        font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block;
    }
    .ba-form-card .input2_inner { margin: 0; }
    .ba-form-card .input2_inner .input,
    .ba-form-card #discount_code {
        width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px;
        font-size: 14px; background: #fafbfc; outline: none; font-family: inherit;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .ba-form-card #discount_code:focus {
        border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff;
    }
    .ba-form-card #applyCouponBtn {
        padding: 10px 18px; background: linear-gradient(135deg, #1cbbb4, #01726a); color: #fff;
        font-size: 13px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer;
        text-transform: uppercase; letter-spacing: 0.3px; transition: transform 0.15s, box-shadow 0.15s;
    }
    .ba-form-card #applyCouponBtn:hover {
        transform: translateY(-1px); box-shadow: 0 4px 12px rgba(28,187,180,0.3);
    }
    .ba-form-card #couponSummary {
        background: #f0faf9 !important; border: 1px solid #d0f2f0 !important;
        border-radius: 10px !important; padding: 14px 18px !important;
    }
    .ba-form-card #removeCouponBtn { border-radius: 6px !important; padding: 5px 12px !important; }
    .ba-form-card .col-sm-12.no-padding.mb-20.margin-top10 { padding: 0 !important; margin-top: 16px; margin-bottom: 0; }

    @media (max-width: 767px) {
        .ba-hero h1 { font-size: 24px; }
        .ba-form-card { padding: 24px 18px 20px; margin-top: -18px; }
        .ba-form-card .form-row { flex-direction: column; gap: 0; }
        .ba-content-body { padding: 18px 16px; }
    }

/* ---- Book Departure ---- */
/* Source: views/airport_shuttle/book_departure.phtml */
.bd-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .bd-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .bd-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .bd-form-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); padding: 36px 32px 28px; margin-top: -30px; position: relative; z-index: 2; }
    .bd-form-card h3 { font-size: 22px; font-weight: 700; color: #01726a; margin: 0 0 4px; padding: 0; }
    .bd-form-card .form-subtitle { font-size: 13px; color: #999; margin-bottom: 20px; display: block; }
    .bd-form-card .form-group { margin-bottom: 16px; }
    .bd-form-card .form-group label { font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block; }
    .bd-form-card .form-group .form-input { width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 14px; transition: border-color 0.2s, box-shadow 0.2s; outline: none; background: #fafbfc; font-family: inherit; }
    .bd-form-card .form-group .form-input:focus { border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff; }
    .bd-form-card .form-row { display: flex; gap: 12px; }
    .bd-form-card .form-row .form-group { flex: 1; }
    .bd-form-card .select1_inner .select2-container .select2-selection--single { border: 1.5px solid #e0e0e0; border-radius: 8px; height: 42px; background: #fafbfc; }
    .bd-form-card .price-badge { display: inline-block; background: #fb000d; color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 10px; margin-left: 4px; vertical-align: middle; }

    /* Passenger cards */
    .bd-form-card .single-passenger { background: #f8fafa; border-radius: 10px; padding: 16px; margin-bottom: 12px; border: 1px solid #e8f0ef; }
    .bd-form-card .single-passenger label { font-size: 12px; }
    .bd-form-card .single-passenger .input { width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 14px; outline: none; background: #fff; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s; }
    .bd-form-card .single-passenger .input:focus { border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); }

    .bd-passenger-btns { display: flex; gap: 8px; justify-content: center; margin: 16px 0; }
    .bd-passenger-btns .btn { border-radius: 8px; font-size: 13px; font-weight: 600; padding: 8px 18px; }

    .bd-submit-btn { display: block; width: 100%; padding: 14px; background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%); color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; border: none; border-radius: 8px; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; margin-top: 8px; }
    .bd-submit-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(251,0,13,0.25); }
    .bd-submit-btn:disabled { background: #9DA8BD; transform: none; box-shadow: none; cursor: not-allowed; }

    .bd-notice { background: #fff8e6; border: 1px solid #ffeeba; border-radius: 10px; padding: 14px 18px; margin-top: 16px; display: flex; align-items: flex-start; gap: 10px; }
    .bd-notice i { color: #e6a817; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
    .bd-notice p { font-size: 12px; color: #856404; margin: 0; line-height: 1.5; }
    .bd-notice b { display: block; margin-bottom: 4px; font-size: 13px; }

    .bd-success { text-align: center; padding: 30px 10px; }
    .bd-success .check-icon { font-size: 56px; color: #1cbbb4; margin-bottom: 12px; }
    .bd-success h2 { color: #1cbbb4; font-weight: 700; margin-bottom: 10px; }
    .bd-failed { text-align: center; padding: 30px 10px; }
    .bd-failed .fail-icon { font-size: 56px; color: #fb000d; margin-bottom: 12px; }
    .bd-failed h2 { color: #fb000d; font-weight: 700; }

    .bd-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; margin-bottom: 24px; }
    .bd-carousel { border-radius: 12px 12px 0 0; overflow: hidden; }
    .bd-amenities { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px 24px; border-bottom: 1px solid #f0f0f0; }
    .bd-amenity { display: inline-flex; align-items: center; gap: 6px; background: #f0faf9; color: #01726a; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 16px; border: 1px solid #d0f2f0; }
    .bd-amenity i { color: #1cbbb4; }
    .bd-content-body { padding: 24px 28px; }
    .bd-poster { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; margin-bottom: 16px; }
    .bd-poster img { width: 100%; display: block; }

    /* ---- Coupon Block Override ---- */
    .bd-form-card .input1_wrapper { margin: 0; }
    .bd-form-card .input1_wrapper > label[for="discount_code"] {
        font-size: 13px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 6px;
        display: block;
    }
    .bd-form-card .input2_inner { margin: 0; }
    .bd-form-card .input2_inner .input,
    .bd-form-card #discount_code {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        background: #fafbfc;
        outline: none;
        transition: border-color 0.2s, box-shadow 0.2s;
        font-family: inherit;
    }
    .bd-form-card #discount_code:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }
    .bd-form-card #applyCouponBtn {
        padding: 10px 18px;
        background: linear-gradient(135deg, #1cbbb4, #01726a);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        transition: transform 0.15s, box-shadow 0.15s;
    }
    .bd-form-card #applyCouponBtn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(28,187,180,0.3);
    }
    .bd-form-card #couponSummary {
        background: #f0faf9 !important;
        border: 1px solid #d0f2f0 !important;
        border-radius: 10px !important;
        padding: 14px 18px !important;
        font-size: 13px;
    }
    .bd-form-card #removeCouponBtn {
        border-radius: 6px !important;
        padding: 5px 12px !important;
    }
    .bd-form-card .col-sm-12.no-padding.mb-20.margin-top10 {
        padding: 0 !important;
        margin-top: 16px;
        margin-bottom: 0;
    }

    @media (max-width: 767px) {
        .bd-hero h1 { font-size: 24px; }
        .bd-form-card { padding: 24px 18px 20px; margin-top: -18px; }
        .bd-form-card .form-row { flex-direction: column; gap: 0; }
        .bd-content-body { padding: 18px 16px; }
    }

/* ---- Luggage Service ---- */
/* Source: views/airport_shuttle/book_luggage_service.phtml */
.lug-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 40px 0;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    .lug-hero h1 {
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 8px;
        color: #fff;
    }
    .lug-hero p {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
        font-weight: 400;
    }

    .lug-form-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.10);
        padding: 36px 32px 28px;
        margin-top: -30px;
        position: relative;
        z-index: 2;
    }
    .lug-form-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #01726a;
        margin: 0 0 4px;
        padding: 0;
    }
    .lug-form-card .form-subtitle {
        font-size: 13px;
        color: #999;
        margin-bottom: 20px;
        display: block;
    }

    .lug-form-card .form-group {
        margin-bottom: 18px;
    }
    .lug-form-card .form-group label {
        font-size: 13px;
        font-weight: 600;
        color: #464646;
        margin-bottom: 6px;
        display: block;
    }
    .lug-form-card .form-group .form-input {
        width: 100%;
        padding: 10px 14px;
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        outline: none;
        background: #fafbfc;
    }
    .lug-form-card .form-group .form-input:focus {
        border-color: #1cbbb4;
        box-shadow: 0 0 0 3px rgba(28,187,180,0.12);
        background: #fff;
    }

    .lug-form-card .form-row {
        display: flex;
        gap: 12px;
    }
    .lug-form-card .form-row .form-group {
        flex: 1;
        min-width: 0;
    }

    .lug-form-card .select1_inner .select2-container .select2-selection--single {
        border: 1.5px solid #e0e0e0;
        border-radius: 8px;
        height: 42px;
        background: #fafbfc;
    }

    .lug-form-card .pickup_address-wrapper,
    .lug-form-card .dropoff_address-wrapper {
        /* toggled by JS */
    }

    .lug-price-badge {
        display: inline-block;
        background: #fb000d;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 4px;
        margin-left: 6px;
        font-family: "Tahoma", "Arial", sans-serif;
        vertical-align: middle;
    }

    .lug-submit-btn {
        display: block;
        width: 100%;
        padding: 14px;
        background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: transform 0.15s, box-shadow 0.15s;
        margin-top: 8px;
    }
    .lug-submit-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(251,0,13,0.25);
    }
    .lug-submit-btn:active {
        transform: translateY(0);
    }
    .lug-submit-btn:disabled {
        background: #9DA8BD;
        transform: none;
        box-shadow: none;
        cursor: not-allowed;
    }

    .lug-success {
        text-align: center;
        padding: 30px 10px;
    }
    .lug-success h2 {
        color: #1cbbb4;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .lug-success .check-icon {
        font-size: 56px;
        color: #1cbbb4;
        margin-bottom: 12px;
    }
    .lug-failed {
        text-align: center;
        padding: 30px 10px;
    }
    .lug-failed h2 {
        color: #fb000d;
        font-weight: 700;
    }
    .lug-failed .fail-icon {
        font-size: 56px;
        color: #fb000d;
        margin-bottom: 12px;
    }

    .lug-feature-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        padding: 28px 24px;
        text-align: center;
        margin-bottom: 20px;
        transition: transform 0.2s, box-shadow 0.2s;
        border: 1px solid #f0f0f0;
        height: 100%;
    }
    .lug-feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    }
    .lug-feature-card .feature-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e8f8f7 0%, #d0f2f0 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
    .lug-feature-card .feature-icon i {
        font-size: 22px;
        color: #01726a;
    }
    .lug-feature-card h4 {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin: 0 0 8px;
    }
    .lug-feature-card p {
        font-size: 13px;
        color: #777;
        margin: 0;
        line-height: 1.5;
    }

    .lug-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        padding: 20px;
        margin-top: 20px;
    }

    /* ---- Coupon Block Override ---- */
    .lug-form-card .input1_wrapper { margin: 0; }
    .lug-form-card .input1_wrapper > label[for="discount_code"] {
        font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block;
    }
    .lug-form-card .input2_inner { margin: 0; }
    .lug-form-card .input2_inner .input,
    .lug-form-card #discount_code {
        width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px;
        font-size: 14px; background: #fafbfc; outline: none; font-family: inherit;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .lug-form-card #discount_code:focus {
        border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff;
    }
    .lug-form-card #applyCouponBtn {
        padding: 10px 18px; background: linear-gradient(135deg, #1cbbb4, #01726a); color: #fff;
        font-size: 13px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer;
        text-transform: uppercase; letter-spacing: 0.3px; transition: transform 0.15s, box-shadow 0.15s;
    }
    .lug-form-card #applyCouponBtn:hover {
        transform: translateY(-1px); box-shadow: 0 4px 12px rgba(28,187,180,0.3);
    }
    .lug-form-card #couponSummary {
        background: #f0faf9 !important; border: 1px solid #d0f2f0 !important;
        border-radius: 10px !important; padding: 14px 18px !important;
    }
    .lug-form-card #removeCouponBtn { border-radius: 6px !important; padding: 5px 12px !important; }
    .lug-form-card .col-sm-12.no-padding.mb-20.margin-top10 { padding: 0 !important; margin-top: 16px; margin-bottom: 0; }

    @media (max-width: 767px) {
        .lug-hero h1 {
            font-size: 24px;
        }
        .lug-hero p {
            font-size: 14px;
        }
        .lug-form-card {
            padding: 24px 18px 20px;
            margin-top: -20px;
        }
        .lug-form-card .form-row {
            flex-direction: column;
            gap: 0;
        }
    }

/* ---- Booking Wizard ---- */
/* Source: views/book/wizard.phtml */
.wz-hero { background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%); padding: 40px 0; text-align: center; color: #fff; }
    .wz-hero h1 { font-size: 32px; font-weight: 700; margin: 0 0 8px; color: #fff; }
    .wz-hero p { font-size: 16px; opacity: 0.9; margin: 0; }

    .wz-wrap { padding: 30px 0 40px; background: #f5f7f7; min-height: 400px; }
    .wz-wrap .col-md-6:first-of-type { padding-right: 20px; }
    .wz-wrap .col-md-6:last-of-type { padding-left: 20px; }

    /* Trip selector card */
    .wz-trip-selector { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 28px; margin-bottom: 24px; }
    .wz-trip-selector .selected h3 { font-size: 24px; font-weight: 700; color: #01726a; text-align: center; margin: 0 0 4px; }
    .wz-trip-selector .selected h3 a { color: #1cbbb4; margin-left: 8px; font-size: 16px; }
    .wz-trip-selector .selected p { text-align: center; color: #777; font-size: 14px; margin: 0; }

    /* Form card */
    .wz-form-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 28px; margin-bottom: 24px; }
    .wz-form-card h3.line { font-size: 18px; font-weight: 700; color: #01726a; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 2px solid #e8f8f7; display: flex; align-items: center; gap: 8px; }
    .wz-form-card h3.line i { color: #1cbbb4; }
    .wz-form-card .input2_wrapper { margin-bottom: 14px; }
    .wz-form-card .input2_wrapper label { font-size: 13px; font-weight: 600; color: #464646; }
    .wz-form-card .form-control { border: 1.5px solid #e0e0e0; border-radius: 8px; font-size: 14px; padding: 10px 14px; background: #fafbfc; transition: border-color 0.2s, box-shadow 0.2s; height: auto; }
    .wz-form-card .form-control:focus { border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff; }
    .wz-form-card .select1_inner .select2-container .select2-selection--single,
    .wz-summary-card .select1_inner .select2-container .select2-selection--single { border: 1.5px solid #e0e0e0; border-radius: 8px; height: 42px; background: #fafbfc; }

    /* Summary card */
    .wz-summary-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; padding: 28px; margin-bottom: 24px; }
    .wz-summary-card h3 { font-size: 18px; font-weight: 700; color: #01726a; margin: 20px 0 12px; padding-bottom: 10px; border-bottom: 2px solid #e8f8f7; }
    .wz-summary-card h3:first-child { margin-top: 0; }
    .wz-summary-card h3.line { font-size: 18px; font-weight: 700; color: #01726a; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 2px solid #e8f8f7; display: flex; align-items: center; gap: 8px; }
    .wz-summary-card h3.line i { color: #1cbbb4; }
    .wz-summary-card .input2_wrapper { margin-bottom: 10px; }
    .wz-summary-card .input2_wrapper label { font-size: 13px; font-weight: 600; color: #464646; }
    .wz-summary-card .input2_wrapper div.col-md-6 { text-align: right; }
    .wz-summary-card .red { color: #fb000d; font-weight: 700; font-size: 15px; }
    .wz-summary-card ul.travelersList { list-style: none; padding-left: 0 !important; margin: 4px 0 0; font-size: 13px; color: #666; text-align: left !important; }
    .wz-summary-card ul.travelersList li { padding: 3px 0; display: flex; align-items: center; }
    .wz-summary-card ul.travelersList li i { color: #1cbbb4; margin-right: 6px; font-size: 11px; flex-shrink: 0; }
    .wz-summary-card .border-3px { border-top: 3px solid #01726a; margin: 8px 0; }

    /* Grand total */
    .wz-grand-total { background: linear-gradient(135deg, #f0faf9 0%, #e8f8f7 100%); border-radius: 10px; padding: 18px 20px; margin: 16px 0; display: flex; align-items: center; justify-content: space-between; }
    .wz-grand-total label { font-size: 16px; font-weight: 700; color: #01726a; margin: 0; padding: 0; }
    .wz-grand-total .red { font-size: 30px; color: #fb000d; font-weight: 800; }

    /* Accept section */
    .wz-accept { margin: 16px 0; display: flex; flex-wrap: wrap; align-items: center; }
    .wz-accept > input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #d0d0d0;
        border-radius: 6px;
        flex-shrink: 0;
        cursor: pointer;
        position: relative;
        transition: background 0.2s, border-color 0.2s;
    }
    .wz-accept > input[type="checkbox"]:checked {
        background: linear-gradient(135deg, #1cbbb4, #01726a);
        border-color: #1cbbb4;
    }
    .wz-accept > input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    .wz-accept label { color: #464646; padding-left: 10px; font-size: 14px; margin: 0; cursor: pointer; }
    .wz-accept a { color: #1cbbb4; font-weight: 600; }
    .wz-accept #conditions { width: 100%; }
    .wz-accept #conditions { font-size: 13px; margin-top: 12px; border-radius: 10px; }

    /* Book button */
    /* ---- Coupon Block Override (Wizard) ---- */
    .wz-summary-card .input1_wrapper { margin: 0; }
    .wz-summary-card .input1_wrapper > label[for="discount_code"] {
        font-size: 13px; font-weight: 600; color: #464646; margin-bottom: 6px; display: block;
    }
    .wz-summary-card .input2_inner { margin: 0; }
    .wz-summary-card .input2_inner .input,
    .wz-summary-card #discount_code {
        width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 8px;
        font-size: 14px; background: #fafbfc; outline: none; font-family: inherit;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .wz-summary-card #discount_code:focus {
        border-color: #1cbbb4; box-shadow: 0 0 0 3px rgba(28,187,180,0.12); background: #fff;
    }
    .wz-summary-card #applyCouponBtn {
        padding: 10px 18px; background: linear-gradient(135deg, #1cbbb4, #01726a); color: #fff;
        font-size: 13px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer;
        text-transform: uppercase; letter-spacing: 0.3px; transition: transform 0.15s, box-shadow 0.15s;
    }
    .wz-summary-card #applyCouponBtn:hover {
        transform: translateY(-1px); box-shadow: 0 4px 12px rgba(28,187,180,0.3);
    }
    .wz-summary-card #couponSummary {
        background: #f0faf9 !important; border: 1px solid #d0f2f0 !important;
        border-radius: 10px !important; padding: 14px 18px !important;
    }
    .wz-summary-card #removeCouponBtn { border-radius: 6px !important; padding: 5px 12px !important; }
    .wz-summary-card .col-sm-12.no-padding.mb-20.margin-top10 { padding: 0 !important; margin-top: 16px; margin-bottom: 0; }

    .wz-book-btn { display: block; width: 100%; padding: 16px; background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%); color: #fff; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; border: none; border-radius: 8px; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; margin-top: 8px; }
    .wz-book-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(251,0,13,0.25); }
    .wz-book-btn:disabled { background: #9DA8BD; transform: none; box-shadow: none; cursor: not-allowed; }

    /* Success / Error */
    .wz-success { text-align: center !important; padding: 40px 20px; background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; }
    .wz-success .check-icon { font-size: 56px; color: #1cbbb4; margin-bottom: 12px; }
    .wz-success h3 { color: #01726a !important; font-weight: 700 !important; font-size: 24px !important; margin: 0 0 8px !important; padding: 0 !important; text-align: center !important; }
    .wz-success h4 { color: #555 !important; font-weight: 600 !important; margin: 0 0 16px !important; padding: 0 !important; text-align: center !important; }
    .wz-success .price3 { color: #fb000d; font-size: 24px; font-weight: 800; }
    .wz-success p { color: #777; font-size: 14px; margin: 4px 0; }
    .wz-success .text-danger-i { color: #fb000d; font-size: 13px; margin-top: 12px; display: block; }
    .wz-failed { text-align: center; padding: 40px 20px; background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; }
    .wz-failed .fail-icon { font-size: 56px; color: #fb000d; margin-bottom: 12px; }
    .wz-failed h2 { color: #fb000d; font-weight: 700; }

    /* Addons */
    .wz-summary-card .addon_wrapper .input2_wrapper { display: flex; align-items: center; justify-content: space-between; }
    .wz-summary-card .addon_wrapper .input2_wrapper label { font-size: 13px; cursor: pointer; flex: 1; float: none; width: auto; padding-left: 0 !important; display: flex; align-items: center; margin: 0; line-height: 1.3; }
    .wz-summary-card .addon_wrapper .input2_wrapper label input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #d0d0d0;
        border-radius: 6px;
        margin-right: 10px;
        flex-shrink: 0;
        cursor: pointer;
        position: relative;
        transition: background 0.2s, border-color 0.2s;
    }
    .wz-summary-card .addon_wrapper .input2_wrapper label input[type="checkbox"]:checked {
        background: linear-gradient(135deg, #1cbbb4, #01726a);
        border-color: #1cbbb4;
    }
    .wz-summary-card .addon_wrapper .input2_wrapper label input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    .wz-summary-card .addon_wrapper .input2_wrapper div.col-md-6 { float: none; width: auto; flex-shrink: 0; padding: 0 !important; }

    /* Big trip hotel fields */
    .wz-form-card .big_trip_fields_container h3.line { margin-top: 24px; }

    @media (max-width: 767px) {
        .wz-hero h1 { font-size: 24px; }
        .wz-form-card, .wz-summary-card, .wz-trip-selector { padding: 20px 16px; }
        .wz-grand-total { flex-direction: column; text-align: center; gap: 8px; }
    }

/* ---- Trip Details ---- */
/* Source: views/travel/trip.phtml */
.trip-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 40px 0;
        text-align: center;
        color: #fff;
    }
    .trip-hero h1 { font-size: 32px; font-weight: 800; margin: 0 0 8px; color: #fff; }
    .trip-hero p { font-size: 16px; opacity: 0.9; margin: 0; }
    .trip-hero .trip-hero-links { display: flex; justify-content: center; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
    .trip-hero .trip-hero-links a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 18px; background: rgba(255,255,255,0.15); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.25); border-radius: 20px; color: #fff; font-size: 13px; font-weight: 600; text-decoration: none; transition: background 0.2s; }
    .trip-hero .trip-hero-links a:hover { background: rgba(255,255,255,0.25); color: #fff; text-decoration: none; }

    /* Map */
    .trip-map-wrap { border-bottom: 1px solid #eee; }
    .trip-map-wrap #custom_map { height: 240px; }

    /* Booking Card */
    .trip-book-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.10); padding: 28px 24px; margin-bottom: 20px; }
    .trip-book-card .trip-price { font-size: 36px; font-weight: 800; color: #fb000d; margin: 0; }
    .trip-book-card .trip-price-sub { font-size: 13px; color: #999; margin-bottom: 20px; }
    .trip-book-card .trip-section-title { font-size: 14px; font-weight: 700; color: #01726a; margin: 18px 0 8px; display: flex; align-items: center; gap: 6px; }
    .trip-book-card .trip-section-title i { color: #1cbbb4; }
    .trip-book-card .trip-section-body { font-size: 13px; color: #666; line-height: 1.6; padding-left: 4px; }
    .trip-book-card .trip-section-body ul { padding-left: 18px; margin: 4px 0 0; }
    .trip-book-card .trip-section-body li { margin-bottom: 4px; }
    .trip-book-card .select1_inner { margin-top: 12px; }
    .trip-reserve-btn { display: block; width: 100%; padding: 14px; background: linear-gradient(135deg, #fb000d 0%, #d4000b 100%); color: #fff; font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; border: none; border-radius: 8px; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; margin-top: 16px; }
    .trip-reserve-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(251,0,13,0.25); }

    /* Quote slider - uses original sm_slider styling */
    .trip-quote-card { margin-bottom: 20px; }

    /* Side pics */
    .trip-side-pic { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; margin-bottom: 16px; }
    .trip-side-pic img { width: 100%; display: block; }

    /* Content area */
    .trip-content-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 14px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; overflow: hidden; margin-bottom: 24px; }

    /* Carousel */
    .trip-carousel { border-radius: 12px 12px 0 0; overflow: hidden; }

    /* Amenities */
    .trip-amenities { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px 24px; border-bottom: 1px solid #f0f0f0; }
    .trip-amenity { display: inline-flex; align-items: center; gap: 6px; background: #f0faf9; color: #01726a; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 16px; border: 1px solid #d0f2f0; }
    .trip-amenity i { color: #1cbbb4; }

    /* Body content */
    .trip-content-body { padding: 24px 28px; font-size: 14px; color: #555; line-height: 1.7; }
    .trip-content-body h4 { font-size: 16px; font-weight: 700; color: #01726a; margin: 20px 0 8px; }
    .trip-content-body h4:first-child { margin-top: 0; }
    .trip-content-body p { margin: 0 0 12px; }
    .trip-content-body img { border-radius: 10px; margin: 12px 0; }
    .trip-content-body ul, .trip-content-body ol { padding-left: 20px; }
    .trip-content-body li { margin-bottom: 6px; }

    /* Policy pics */
    .trip-policy-pic { border-radius: 10px; overflow: hidden; margin: 16px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
    .trip-policy-pic img { width: 100%; display: block; }

    /* Back link */
    .trip-back-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: #01726a; color: #fff; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 700; margin-bottom: 16px; transition: background 0.2s, transform 0.15s; box-shadow: 0 2px 8px rgba(1,114,106,0.2); }
    .trip-back-btn:hover { background: #1cbbb4; color: #fff; text-decoration: none; transform: translateY(-1px); }

    @media (max-width: 767px) {
        .trip-hero h1 { font-size: 24px; }
        .trip-book-card { padding: 20px 16px; }
        .trip-content-body { padding: 18px 16px; }
    }

/* ---- Trips Listing ---- */
/* Source: views/travel/trips.phtml */
/* ---- Hero ---- */
    .travel-hero {
        background: linear-gradient(135deg, #01726a 0%, #1cbbb4 100%);
        padding: 44px 0 50px;
        text-align: center;
        color: #fff;
    }
    .travel-hero h1 {
        font-size: 36px;
        font-weight: 800;
        margin: 0 0 8px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .travel-hero p {
        font-size: 16px;
        opacity: 0.9;
        margin: 0;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

    /* ---- Grid ---- */
    .travel-grid {
        padding: 30px 0 40px;
        background: #f5f7f7;
    }
    .travel-grid .row {
        display: flex;
        flex-wrap: wrap;
    }
    .travel-grid .trip-col {
        display: flex;
        margin-bottom: 24px;
    }

    /* ---- Trip Card ---- */
    .trip-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border: 1px solid #f0f0f0;
        overflow: hidden;
        transition: transform 0.25s, box-shadow 0.25s;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .trip-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    }
    .trip-card .tc-img-wrap {
        position: relative;
        height: 200px;
        overflow: hidden;
        display: block;
    }
    .trip-card .tc-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
    .trip-card:hover .tc-img-wrap img {
        transform: scale(1.06);
    }
    .trip-card .tc-img-wrap .tc-price {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(0,0,0,0.55);
        backdrop-filter: blur(4px);
        color: #fff;
        padding: 5px 14px;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 700;
    }
    .trip-card .tc-img-wrap .tc-duration {
        position: absolute;
        bottom: 12px;
        left: 12px;
        background: rgba(1,114,106,0.88);
        backdrop-filter: blur(4px);
        color: #fff;
        padding: 4px 12px;
        border-radius: 16px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
    .trip-card .tc-body {
        padding: 18px 18px 16px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .trip-card .tc-title {
        font-size: 17px;
        font-weight: 700;
        color: #333;
        margin: 0 0 6px;
        line-height: 1.3;
    }
    .trip-card .tc-desc {
        font-size: 13px;
        color: #888;
        margin-bottom: 16px;
        flex: 1;
    }
    .trip-card .tc-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
        gap: 8px;
    }
    .trip-card .tc-price-text {
        font-size: 12px;
        color: #999;
    }
    .trip-card .tc-price-text strong {
        font-size: 20px;
        color: #fb000d;
        font-weight: 800;
    }
    .trip-card .tc-book-btn {
        display: inline-block;
        padding: 7px 20px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, #1cbbb4 0%, #01726a 100%);
        border-radius: 18px;
        text-decoration: none;
        transition: transform 0.15s, box-shadow 0.15s;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }
    .trip-card .tc-book-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 3px 10px rgba(28,187,180,0.3);
        color: #fff;
        text-decoration: none;
    }
    .trip-card .tc-itinerary-btn {
        display: inline-block;
        padding: 7px 14px;
        font-size: 11px;
        font-weight: 700;
        color: #01726a;
        background: #e8f8f7;
        border-radius: 18px;
        text-decoration: none;
        transition: background 0.2s;
        white-space: nowrap;
    }
    .trip-card .tc-itinerary-btn:hover {
        background: #d0f2f0;
        color: #01726a;
        text-decoration: none;
    }

    /* ---- Responsive ---- */
    @media (max-width: 991px) {
        .trip-card .tc-img-wrap { height: 170px; }
    }
    @media (max-width: 767px) {
        .travel-hero h1 { font-size: 26px; }
        .trip-card .tc-img-wrap { height: 200px; }
    }

/* ---- Layout: Footer ---- */
/* Source: views/layout/footer.phtml */
.footer-main {
            background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
            padding: 50px 0 40px;
            color: #999;
        }
        .footer-brand {
            margin-bottom: 20px;
        }
        .footer-brand img {
            max-width: 160px;
            margin-bottom: 16px;
        }
        .footer-brand p {
            font-size: 13px;
            color: #777;
            line-height: 1.6;
            max-width: 260px;
        }
        .footer-social {
            display: flex;
            gap: 8px;
            margin-top: 16px;
        }
        .footer-social a {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(255,255,255,0.07);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #aaa;
            font-size: 16px;
            text-decoration: none;
            transition: background 0.25s, color 0.25s, transform 0.2s;
        }
        .footer-social a:hover {
            background: #1cbbb4;
            color: #fff;
            transform: translateY(-2px);
        }

        .footer-heading {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 18px;
            position: relative;
            padding-bottom: 10px;
        }
        .footer-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 2px;
            background: #1cbbb4;
            border-radius: 1px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-links li {
            margin-bottom: 10px;
        }
        .footer-links li a {
            font-size: 13px;
            color: #888;
            text-decoration: none;
            transition: color 0.2s, padding-left 0.2s;
            display: inline-block;
        }
        .footer-links li a:hover {
            color: #1cbbb4;
            padding-left: 4px;
        }

        .footer-contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 14px;
        }
        .footer-contact-item .fci-icon {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: rgba(28,187,180,0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            flex-shrink: 0;
        }
        .footer-contact-item .fci-icon i {
            font-size: 14px;
            color: #1cbbb4;
        }
        .footer-contact-item a {
            font-size: 13px;
            color: #aaa;
            text-decoration: none;
            transition: color 0.2s;
        }
        .footer-contact-item a:hover {
            color: #1cbbb4;
        }

        .footer-bottom {
            background: #0a0a0a;
            padding: 18px 0;
            font-size: 12px;
            color: #555;
            border-top: 1px solid rgba(255,255,255,0.05);
        }
        .footer-bottom .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        .footer-bottom a {
            color: #777;
            text-decoration: none;
            transition: color 0.2s;
        }
        .footer-bottom a:hover {
            color: #1cbbb4;
        }
        .footer-bottom-links {
            display: flex;
            gap: 6px;
        }
        .footer-bottom-links span {
            color: #333;
        }

        @media (max-width: 767px) {
            .footer-main .col-sm-3 { margin-bottom: 28px; }
            .footer-bottom .container { flex-direction: column; text-align: center; }
        }

/* ---- Global Mobile Responsiveness Fixes ---- */

/* ---- Font Size Minimums & Sidebar Fixes (767px) ---- */
@media (max-width: 767px) {
    /* Ensure minimum readable font sizes */
    .hm-service-card .hm-svc-label {
        font-size: 10px !important;
    }
    .hm-trip-card .hm-trip-body .hm-trip-desc {
        font-size: 12px;
    }
    .hm-trip-card .hm-trip-body h5 {
        font-size: 14px;
    }
    .hp-amenity,
    .ba-amenity,
    .bd-amenity {
        font-size: 12px;
    }
    .hp-form-card .hp-form-group label,
    .ba-form-card .form-group label,
    .bd-form-card .form-group label,
    .lug-form-card .form-group label,
    .ssn-form-card .form-group label,
    .sim-act-form-card .form-group label,
    .sim-refill-form-card .form-group label {
        font-size: 13px !important;
    }

    /* Disable sticky sidebars on mobile */
    .housing-sidebar {
        position: static !important;
    }
}

/* ---- Small Phone Fixes (480px) ---- */
@media (max-width: 480px) {
    /* Form field min-width overflow fix */
    .hm-form-card .hm-field,
    .ba-form-card .form-group,
    .bd-form-card .form-group,
    .lug-form-card .form-group,
    .ssn-form-card .form-group,
    .sim-act-form-card .form-group,
    .sim-refill-form-card .form-group {
        min-width: 100% !important;
    }

    /* Service icon cards overflow fix */
    .hm-icon-strip {
        gap: 6px;
    }
    .hm-service-card {
        min-width: 60px !important;
        padding: 8px 6px !important;
    }
    .hm-service-card .hm-svc-icon {
        width: 32px;
        height: 32px;
    }
    .hm-service-card .hm-svc-icon i {
        font-size: 13px;
    }
    .hm-service-card .hm-svc-label {
        font-size: 9px;
    }

    /* Hero content padding fix */
    .hm-hero-content {
        padding: 0 15px !important;
        max-width: 100% !important;
    }
    .hm-hero-content h1 {
        font-size: 20px !important;
    }
    .hm-hero-content .hm-hero-sub {
        font-size: 12px;
    }
    .hm-hero-btns .hm-btn-primary,
    .hm-hero-btns .hm-btn-outline {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* ---- Ultra-Small Screens (< 375px) ---- */
@media (max-width: 374px) {
    .hm-hero-content h1 {
        font-size: 18px !important;
    }
    .hm-hero-btns {
        flex-direction: column;
    }
    .hm-icon-strip {
        gap: 4px;
    }
    .hm-service-card {
        min-width: 55px !important;
        padding: 6px 4px !important;
    }
    .hm-service-card .hm-svc-label {
        font-size: 8px;
    }
    .hp-form-card,
    .ba-form-card,
    .bd-form-card,
    .lug-form-card,
    .ssn-form-card,
    .sim-act-form-card,
    .sim-refill-form-card {
        padding: 16px 12px !important;
    }
    .hm-form-card {
        padding: 14px 12px !important;
    }
}

