.site-alert {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    font-weight: 600;
}

.site-alert-success {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.site-alert-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.seo-link-box {
    display: block;
    margin-bottom: 0;
}

.site-enquiry-form .form-control,
.site-enquiry-form .form-select {
    margin-bottom: 16px;
}

.site-brand img {
    width: auto;
    max-width: 340px;
    max-height: 96px;
}

.site-navbar-nav {
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.site-navbar-nav .nav-item .nav-link {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.site-header-cta {
    margin-left: 24px;
    flex-shrink: 0;
}

.site-header-cta .default-button {
    min-width: 140px;
    text-align: center;
}

.site-main-navbar {
    min-height: 96px;
    gap: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-brand-wrap {
    flex: 0 0 auto;
}

.site-brand {
    display: flex;
    align-items: center;
}

.site-brand img {
    max-width: 250px;
    max-height: 76px;
    width: auto;
    height: auto;
}

.site-menu-wrap {
    align-items: center;
}

.main-nav {
    overflow-x: hidden;
    overflow-y: visible;
}

.navbar {
    padding: 0;
    box-sizing: border-box;
}

.navbar-collapse {
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .main-responsive-nav {
        background-color: #fff;
        position: relative;
        min-height: 88px;
        padding: 10px 0;
    }

    .mobile-nav {
        display: block;
        width: 100%;
        position: relative;
        min-height: 68px;
    }

    .mobile-nav .logo {
        display: inline-flex;
        align-items: center;
        max-width: calc(100% - 90px);
        height: 50px;
        padding: 4px 0;
        z-index: 9999;
    }

    .mobile-nav .logo img {
        display: block;
        width: auto;
        max-width: 210px;
        max-height: 58px;
        height: auto;
    }

    .mean-container {
        position: relative;
        z-index: 1000;
    }

    .mean-container .mean-bar {
        background-color: #fff;
        padding: 0;
        position: relative;
        z-index: 1000;
    }

    .mean-container a.meanmenu-reveal {
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        z-index: 1001;
    }

    .mean-container .mean-nav {
        margin-top: 77px;
        position: relative;
        z-index: 999;
    }

    .mean-container .mean-nav .navbar-nav {
        margin-top: 0;
        height: auto;
        max-height: 70vh;
        overflow-y: auto;
    }

    .mean-container .mean-nav ul li a.mean-expand {
       width: 44px;
        height: 44px;
        line-height: 44px;
      
        padding: 1px 0px !important;
        padding-right: 20px ! important;
        border-left: 3px solid rgba(0, 0, 0, 0.08) !important;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important; */
        background: #f9faff !important;
        color: #173e6d !important;
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(15, 47, 87, 0.06) !important;
    }

    /* Mobile navbar toggler styling */
    .site-navbar-toggler {
        border: none;
        padding: 6px 10px;
        order: -1;
    }

    .site-navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .site-navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23173e6d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 28px;
        height: 28px;
    }

    .site-main-navbar {
        min-height: auto;
        gap: 0;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .site-brand-wrap {
        flex-shrink: 0;
    }

    .site-brand {
        display: flex;
        align-items: center;
    }

    .site-brand img {
        max-width: 180px;
        max-height: 50px;
        width: auto;
        height: auto;
    }

    /* Mobile menu collapse styling */
    .site-menu-wrap {
        width: 100%;
        padding: 0;
        border-top: 1px solid #e8e8e8;
        margin-top: 10px;
        overflow-x: hidden;
    }

    .site-menu-wrap.collapse {
        display: none;
    }

    .site-menu-wrap.collapse.show {
        display: block;
    }

    /* Mobile nav items */
    .site-navbar-nav {
        flex-direction: column;
        align-items: stretch !important;
        margin-left: 0 !important;
        gap: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

    .site-navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        box-sizing: border-box;
    }

    .site-navbar-nav .nav-item .nav-link {
        padding: 14px 20px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 15px;
        color: #333;
        gap: 10px;
    }

    .site-navbar-nav .nav-item .nav-link i {
        margin-left: 0;
        margin-right: 8px;
        font-size: 12px;
        color: #ff6b35;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .site-navbar-nav .nav-item .dropdown-toggle i {
        margin-right: 8px;
        margin-left: 6px;
    }

    .site-navbar-nav .nav-item .dropdown-toggle {
        padding-right: 10px !important;
    }

    .site-navbar-nav .nav-item .nav-link.active {
        color: #ff6b35 !important;
        font-weight: 600;
    }

    /* Mobile dropdown menu */
    .site-navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        background-color: #f5f5f5;
        box-shadow: none;
        display: none;
        box-sizing: border-box;
    }

    .site-navbar-nav .nav-item:has(> .dropdown-menu.show) .dropdown-menu {
        display: block;
    }

    .site-navbar-nav .dropdown-menu .nav-item {
        border-bottom: 1px solid #eeeeee;
    }

    .site-navbar-nav .dropdown-menu .nav-link {
        padding-left: 40px !important;
        padding-right: 20px !important;
        font-size: 13px;
        justify-content: flex-start !important;
        white-space: nowrap;
    }

    /* Mobile CTA button */
    .site-header-cta {
        margin-left: 0 !important;
        width: 100%;
        margin-top: 0;
        padding: 14px 20px;
        border-top: 1px solid #e8e8e8;
        box-sizing: border-box;
    }

    .site-header-cta ul {
        margin: 0;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .site-header-cta .default-button {
        width: 100% !important;
        min-width: auto;
    }
}

.site-enquiry-form-compact .row {
    align-items: center;
}

.site-enquiry-form-compact .form-control,
.site-enquiry-form-compact .form-select {
    margin-bottom: 0;
}

.site-enquiry-form .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}

.site-enquiry-form .nice-select {
    width: 100%;
    margin-bottom: 16px;
    background-color: #fff;
    border: 1px solid #d5dceb;
    height: 38px;
    padding-left: 23px;
    padding-right: 44px;
    color: #333;
    box-shadow: 0 12px 24px rgba(18, 53, 93, 0.08);
}

.site-enquiry-form .nice-select .current {
    color: #333;
    line-height: 36px;
}

.site-enquiry-form .nice-select:after {
    width: 8px;
    height: 8px;
    right: 22px;
    margin-top: -6px;
    border-bottom: 2px solid #4b5563;
    border-right: 2px solid #4b5563;
}

.site-enquiry-form-compact .nice-select {
    margin-bottom: 0;
}

.site-enquiry-form-compact .compact-submit-btn {
    width: 100%;
    min-height: 52px;
}

.quote-strip-section {
    margin-top: 0;
    position: relative;
    z-index: 3;
}

.quote-strip-section .newsletter-content-area {
    box-shadow: none;
}

.quote-strip-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
}

.seo-service-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 16px 32px rgba(15, 47, 87, 0.08);
    margin-bottom: 24px;
}

.seo-service-card h4 {
    font-size: 21px;
    margin-bottom: 12px;
    line-height: 1.35;
}

.seo-service-card h4 a {
    color: #13294b;
}

.seo-service-card p:last-child {
    margin-bottom: 0;
}

.route-link-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    margin-bottom: 16px;
    transition: 0.3s ease;
    box-shadow: 0 12px 28px rgba(15, 47, 87, 0.06);
}

.route-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(15, 47, 87, 0.12);
}

.route-link-card .seo-link-box {
    padding: 20px 18px;
    height: 100%;
}

.route-link-card .seo-link-box span {
    display: block;
    font-weight: 600;
    color: #13294b;
}

.global-location-area {
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%) !important;
}

.global-location-area .single-location-box {
    background-color: #ffffff;
    border: 1px solid #d8e2ee;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 47, 87, 0.06);
}

.global-location-area .single-location-box a {
    width: 100%;
    padding: 14px 12px;
    color: #f46b1f;
}

.global-location-area .single-location-box:hover {
    transform: translateY(-4px);
}

.global-location-area .single-location-box a span {
    color: #f46b1f;
}

.city-content-section p {
    margin-bottom: 18px;
}

.service-spotlight {
    background: #f8fbff;
    border: 1px solid #dce6f5;
    color: #13294b;
    padding: 32px;
    border-radius: 18px;
    margin-bottom: 30px;
    box-shadow: 0 14px 30px rgba(15, 47, 87, 0.06);
}

.service-spotlight h3 {
    color: #13294b;
}

.service-spotlight p {
    color: #42526b;
}

.service-spotlight p:last-child {
    margin-bottom: 0;
}

.seo-stat-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid #e4ecf7;
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(15, 47, 87, 0.08);
}

.seo-stat-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #13294b;
}

.seo-stat-card p {
    margin-bottom: 0;
    color: #566b86;
}

.seo-stat-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #eef4ff;
    color: #1a4f91;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}

.contact-quick-card {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
}

.contact-quick-card p:last-child {
    margin-bottom: 0;
}

.route-summary {
    background: #f9faff;
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 30px;
}

.city-highlight-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid #dde7f5;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 36px rgba(15, 47, 87, 0.08);
}

.city-highlight-badge {
    display: inline-block;
    background: #e8f1ff;
    color: #1a4f91;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.city-highlight-card h3 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #13294b;
}

.city-highlight-card p {
    color: #4b5d79;
    margin-bottom: 18px;
}

.city-highlight-list {
    margin: 0 0 22px;
    padding-left: 18px;
}

.city-highlight-list li {
    color: #29415f;
    margin-bottom: 10px;
}

.city-highlight-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.city-highlight-phone {
    font-weight: 700;
    color: #13294b;
}

.services-sticky-sidebar {
    position: sticky;
    top: 110px;
}

.services-sticky-sidebar .sidebar-card {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.services-sticky-sidebar .sidebar-card::-webkit-scrollbar {
    width: 8px;
}

.services-sticky-sidebar .sidebar-card::-webkit-scrollbar-thumb {
    background: #d6dfeb;
    border-radius: 999px;
}

@media (max-width: 1199px) {
    .site-main-navbar {
        min-height: 88px;
        gap: 16px;
    }

    .site-brand img {
        max-width: 220px;
    }

    .site-navbar-nav {
        gap: 2px;
    }

    .site-navbar-nav .nav-item .nav-link {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .services-sticky-sidebar {
        position: static;
        top: auto;
    }

    .services-sticky-sidebar .sidebar-card {
        max-height: none;
        overflow: visible;
    }

    .mobile-nav .logo img {
        max-width: 180px;
        max-height: 52px;
    }

    .site-enquiry-form-compact .form-control,
    .site-enquiry-form-compact .form-select,
    .site-enquiry-form-compact .nice-select {
        margin-bottom: 16px;
    }

    .site-header-cta {
        margin-left: 0;
    }

    .city-highlight-card h3 {
        font-size: 26px;
    }
}
