/* Shree Kuldevi Travels — layout & accents (keeps theme files intact) */
:root {
    --skt-blue: #5eb8e8;
    --skt-blue-deep: #3d94c4;
    --skt-ink: #0f3d5c;
}

.mid-header {
    background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(62, 148, 196, 0.22);
    box-shadow: 0 6px 22px rgba(15, 61, 92, 0.06);
}

.mid-header-wrap .site-logo {
    max-width: 320px;
    line-height: 0;
}

.brand-logo img {
    display: block;
    height: auto;
    /* Lamba portrait logo — height zyada, width auto (squeeze nahi hoga) */
    max-height: 88px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 576px) {
    .brand-logo img {
        max-height: 72px;
    }
}

.sticky-header .nav-menu-wrapper .site-logo {
    max-width: 220px !important;
}

.nav-menu-inner:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    opacity: 0.95;
}

.menu-right-item .menu-btn {
    background: linear-gradient(135deg, var(--skt-blue-deep), var(--skt-blue)) !important;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.menu-right-item .menu-btn:hover {
    filter: brightness(1.06);
    background: linear-gradient(135deg, #3585b0, #6ec9f5) !important;
}

.section-heading h4 span {
    background-color: var(--skt-blue) !important;
}

/* —— Tablet / narrow desktop header: show phones + Book Taxi (theme hides them below 992px) —— */
@media (max-width: 1199px) and (min-width: 993px) {
    .header-menu-wrap ul li {
        margin-left: 8px;
        margin-right: 8px;
    }

    .header-menu-wrap ul li > a {
        font-size: 14px;
        letter-spacing: -0.25px;
    }

    .menu-right-item .menu-btn {
        padding-left: 18px !important;
        padding-right: 18px !important;
        font-size: 14px !important;
    }

    .nav-menu-inner {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .menu-right-item {
        display: flex !important;
        align-items: center;
        flex-shrink: 0;
    }

    .menu-right-item .menu-btn {
        padding: 0 14px !important;
        font-size: 13px !important;
        white-space: nowrap;
        height: auto !important;
        min-height: 44px;
    }

    .mobile-menu-icon {
        flex-shrink: 0;
    }

    .nav-menu-wrapper .site-logo {
        flex: 1;
        min-width: 0;
        max-width: min(150px, 46vw);
    }

    .nav-menu-inner {
        gap: 10px;
    }
}

/* Tablet only: second row with call / email (no duplicate big logo) */
@media (max-width: 992px) and (min-width: 576px) {
    .mid-header {
        display: block !important;
        border-bottom: 1px solid rgba(62, 148, 196, 0.18);
    }

    .mid-header-wrap {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 10px 0 12px;
        row-gap: 8px;
        column-gap: 16px;
    }

    .mid-header-wrap .site-logo {
        display: none;
    }

    .mid-header-wrap .header-info {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        row-gap: 6px;
        column-gap: 20px;
    }

    .header-info li .header-info-text h3 {
        font-size: 15px;
    }

    .header-info li .header-info-text h3 a {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .mid-header {
        display: none !important;
    }
}
