html, body {
    max-width: 100%;
    overflow-x: hidden
}

*, *:before, *:after {
    box-sizing: border-box
}

img, svg, video {
    max-width: 100%;
    height: auto
}

.go-top {
    background: #5e1220 !important;
    color: #f7ede6 !important;
    font: 12.5px Vazirmatn, Tahoma, sans-serif;
    position: relative;
    z-index: 1001
}

.go-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.go-top .go-wrap {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.go-top a {
    color: inherit !important
}

.go-social, .go-contact {
    display: flex;
    align-items: center;
    gap: 13px
}

.go-contact {
    direction: ltr
}

.go-head {
    background: #fff !important;
    border-bottom: 1px solid #ece3dd !important;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(75, 28, 38, .03)
}

.go-head > .go-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 20px;
    direction: rtl
}

.go-brand {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    white-space: nowrap
}

.go-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #7a1a2b;
    color: #fff;
    font: 900 16px Arial
}

.go-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1
}

.go-copy strong {
    font: 900 19px Arial;
    color: #28191c
}

.go-copy strong span {
    color: #7a1a2b
}

.go-copy small {
    font-size: 9px;
    color: #7d6f70;
    margin-top: 5px
}

.go-nav {
    margin: auto;
    min-width: 0
}

.go-nav ul {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important
}

.go-nav li {
    white-space: nowrap !important
}

.go-nav a {
    display: block !important;
    padding: 9px 1px !important;
    color: #4a3a3c !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    position: relative !important;
    border: 0 !important;
    background: none !important
}

.go-nav li.active a, .go-nav a:hover {
    color: #7a1a2b !important
}

.go-nav li.active a:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1px;
    height: 2px;
    background: #7a1a2b;
    border-radius: 2px
}

.go-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto
}

.go-register {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #7a1a2b;
    color: #fff !important;
    border-radius: 8px;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap
}

.go-menu {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #ece3dd;
    border-radius: 9px;
    background: #fff;
    color: #7a1a2b;
    font-size: 18px;
    align-items: center;
    justify-content: center
}

.go-mobile {
    display: none;
    background: #fff;
    border-top: 1px solid #ece3dd;
    padding: 8px 20px 14px
}

.go-mobile.open {
    display: block
}

.go-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.go-mobile a {
    display: block;
    padding: 11px 6px;
    border-bottom: 1px solid #f1e9e4;
    color: #4a3a3c;
    font-size: 13px;
    font-weight: 700
}

.go-mobile li.active a {
    color: #7a1a2b
}

.service-grid, .hero-grid, .stats-grid, .benefits-grid, .idp-grid, .van-grid, .pay-grid, .faq-grid, .footer-grid {
    min-width: 0 !important;
    max-width: 100% !important
}

.service-grid > *, .hero-grid > *, .stats-grid > *, .benefits-grid > *, .idp-grid > *, .van-grid > *, .pay-grid > *, .faq-grid > *, .footer-grid > * {
    min-width: 0 !important;
    max-width: 100% !important
}

.service-card, .stat-item, .benefit-card, .tour-card, .idp-photo, .article-card, .book-card {
    min-width: 0 !important;
    max-width: 100% !important
}

section, .wrap, .container {
    max-width: 100%
}

@media (max-width: 1180px) {
    .go-nav {
        display: none
    }

    .go-menu {
        display: inline-flex
    }

    .go-head > .go-wrap {
        min-height: 68px
    }
}

@media (max-width: 700px) {
    .go-wrap {
        width: min(100% - 24px, 1180px)
    }

    .go-top .go-wrap {
        min-height: 34px
    }

    .go-contact .office {
        display: none
    }

    .go-copy small {
        display: none
    }

    .go-copy strong {
        font-size: 16px
    }

    .go-mark {
        width: 37px;
        height: 37px
    }

    .go-register {
        padding: 8px 11px
    }

    .go-register span {
        display: none
    }
}

/* ===== 2026-08 responsive + bidi hardening ===== */
.phone-number, .site-phone, .site-mobile, a[href^="tel:"], a[href^="tel:"] span, .go-contact a[href^="tel:"] {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    text-align: left !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap
}

.go-contact {
    direction: rtl !important;
    flex-wrap: wrap
}

.go-contact a {
    unicode-bidi: isolate
}

input[type="tel"], input[dir="ltr"], .ltr-value {
    direction: ltr !important;
    text-align: left !important;
    unicode-bidi: isolate
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important
}

.container, .wrap, .go-wrap {
    min-width: 0
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto
}

.go-head > .go-wrap {
    width: min(1180px, calc(100% - 40px));
}

.methods-grid, .map-grid, .contact-grid, .why-grid, .packages-grid, .features-grid, .service-grid, .cards, .grid {
    min-width: 0;
    max-width: 100%
}

.methods-grid > *, .map-grid > *, .contact-grid > *, .why-grid > *, .packages-grid > *, .features-grid > *, .service-grid > *, .cards > *, .grid > * {
    min-width: 0;
    max-width: 100%
}

input, select, textarea, button {
    max-width: 100%
}

.table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.map-box iframe {
    width: 100% !important;
    max-width: 100% !important
}

@media (max-width: 900px) {
    .methods-grid, .why-grid, .features-grid {
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important
    }

    .map-grid, .contact-grid, .packages-grid {
        grid-template-columns:1fr !important
    }

    .go-top .go-wrap {
        flex-wrap: wrap;
        padding-block: 6px
    }

    .go-social {
        order: 2
    }

    .go-contact {
        order: 1
    }
}

@media (max-width: 620px) {
    .container, .go-wrap, .go-head > .go-wrap {
        width: min(100% - 24px, 1180px)
    }

    .methods-grid, .why-grid, .features-grid, .field-row, .form-row {
        grid-template-columns:1fr !important
    }

    .go-top .go-wrap {
        justify-content: center
    }

    .go-social {
        display: none
    }

    .go-contact {
        justify-content: center;
        gap: 7px 12px;
        font-size: 11px
    }

    .go-contact .office {
        display: inline-flex !important
    }

    .go-contact a[href^="mailto:"] {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .go-head > .go-wrap {
        gap: 10px
    }

    .go-brand {
        min-width: 0
    }

    .go-actions {
        margin-inline-start: auto
    }

    .service-card-form {
        padding: 18px !important
    }

    .bank-card {
        width: min(260px, 82vw) !important
    }

    .page-head {
        padding-inline: 0 !important
    }

    .address-line {
        align-items: flex-start
    }

    .address-line span {
        min-width: 0;
        overflow-wrap: anywhere
    }
}

/* final responsive edge cases */
.newsletter-form {
    max-width: 100% !important;
    min-width: 0 !important
}

.newsletter-form input {
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 1 1 160px
}

.newsletter-form button {
    flex: 0 0 auto
}

@media (max-width: 1100px) {
    .newsletter-form {
        flex-wrap: wrap !important
    }

    .newsletter-form button {
        width: 100% !important
    }
}

@media (max-width: 620px) {
    .footer-grid {
        grid-template-columns:1fr !important;
        gap: 24px !important
    }

    .footer-col, .logo-link, .logo {
        min-width: 0 !important;
        max-width: 100% !important
    }
}

body {
    margin: 0
}

@media (max-width: 620px) {
    .btn, .btn-whatsapp {
        max-width: 100% !important;
        white-space: normal !important;
        text-align: center !important;
        justify-content: center !important;
        overflow-wrap: anywhere
    }
}
