html,
body {
    overflow-x: hidden;
}

body {
    padding-bottom: 0;
}

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

.site-main {
    overflow-x: hidden;
}

.site-section {
    padding: 3.25rem 0;
}

.site-section--tight {
    padding: 2.25rem 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.75rem 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.section-heading h2,
.section-heading h1 {
    margin: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 700;
}

.section-heading p {
    margin: 0.35rem 0 0;
    opacity: 0.8;
    font-size: 0.95rem;
}

.section-heading__link {
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
}

.section-heading__link:hover {
    opacity: 0.8;
}

.navbar.nav-color {
    position: sticky;
    top: 0;
    z-index: 1040;
}

.navbar .navbar-nav {
    align-items: center;
    gap: 0.15rem 0.35rem;
}

.offcanvas-body .navbar-nav {
    width: 100%;
}

.hero-banner {
    margin-top: -8px;
    overflow: hidden;
    background: #f3f3f3;
}

.hero-banner swiper-container,
.hero-banner .swiper {
    width: 100%;
}

.hero-banner img {
    width: 100%;
    display: block;
    border-radius: 0 !important;
    object-fit: cover;
}

.hero-banner__desktop {
    max-height: min(62vh, 560px);
}

.hero-banner__mobile {
    max-height: 280px;
}

.about-block .about-photo {
    width: 100%;
    max-width: 420px;
    max-height: 460px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(28, 28, 28, 0.12);
}

.about-card {
    height: 100%;
}

.about-card .card-title {
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    margin-bottom: 1rem;
}

.about-card p {
    line-height: 1.9;
    margin-bottom: 1.25rem;
}

.home-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.base-gradient .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 24px;
    padding: 1.1rem 0.75rem 1.15rem;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.base-gradient .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.service-card__media {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 18px;
}

.service-card h6 {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.instagram-card {
    overflow: visible;
}

.instagram-card .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.instagram-card__copy {
    flex: 1 1 220px;
}

.instagram-card__copy h3 {
    font-size: clamp(1rem, 2vw, 1.35rem);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.instagram-card__icon {
    width: 110px;
    height: auto;
    margin: 0;
    box-shadow: none !important;
}

.postsSwiper {
    overflow: hidden;
    padding: 6px 4px 10px;
}

.post-slide-card {
    margin-top: 2.5rem;
    height: calc(100% - 2.5rem);
}

.post-slide-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-top: -2.5rem;
    margin-bottom: 1rem;
}

.post-slide-card .card-title {
    font-size: 1rem;
    min-height: 2.6em;
}

.post-slide-card .card-text {
    min-height: 3.6em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-grid .gallery-item {
    margin-bottom: 1rem;
}

.gallery-page {
    padding: 2.5rem 0 3.5rem;
}

.gallery-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #eee;
    cursor: pointer;
}

.gallery-card__link {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.gallery-card img,
.gallery-card video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    transition: transform 0.35s ease;
}

.gallery-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    padding: 1rem 0.75rem;
    color: #fff;
    background: linear-gradient(to top, rgba(20, 20, 20, 0.62), rgba(20, 20, 20, 0.08) 55%);
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 22px;
}

.gallery-card:hover img,
.gallery-card:hover video,
.gallery-card:focus-within img,
.gallery-card:focus-within video {
    transform: scale(1.05);
}

.gallery-card:hover .gallery-card__overlay,
.gallery-card:focus-within .gallery-card__overlay {
    opacity: 1;
}

.gallery-card__icon {
    font-size: 2rem;
    margin-bottom: 0.15rem;
}

.gallery-card__title {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.6;
}

.gallery-card__play {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    text-decoration: none;
}

.gallery-card__play .material-symbols-outlined {
    font-size: 1.7rem;
}

.glightbox-container img {
    border-radius: 12px !important;
    max-height: 88vh;
}

.glightbox-clean .gslide-description {
    background: rgba(12, 12, 12, 0.72);
}

.glightbox-clean .gslide-title {
    font-family: Shabnam, Vazirmatn, sans-serif;
    text-align: right;
    color: #fff;
    margin-bottom: 0;
}

[dir="rtl"] .glightbox-clean .gprev {
    left: auto;
    right: 30px;
}

[dir="rtl"] .glightbox-clean .gnext {
    right: auto;
    left: 30px;
}

@media (max-width: 767.98px) {
    .gallery-card__overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(20, 20, 20, 0.5), transparent 58%);
    }

    .gallery-card__icon {
        font-size: 1.6rem;
    }

    .gallery-card__title {
        font-size: 0.8rem;
    }
}

.address-card img.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}

.address-meta {
    margin-inline-start: 0;
}

.address-hours {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.faq-page {
    padding: 2.5rem 0 3.5rem;
}

.faq-hero {
    text-align: center;
    margin-bottom: 2rem;
}

.faq-hero p {
    max-width: 36rem;
    margin: 0.75rem auto 0;
    line-height: 1.9;
    opacity: 0.85;
}

.faq-accordion .accordion-item {
    border: 0;
    background: transparent;
    margin-bottom: 0.85rem;
}

.faq-accordion .accordion-button {
    border-radius: 18px !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    line-height: 1.8;
    padding: 1rem 1.15rem;
    white-space: normal;
    text-align: right;
    align-items: flex-start;
}

.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.faq-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
}

.faq-accordion .accordion-body {
    padding: 1rem 1.15rem 0.25rem;
    line-height: 1.95;
}

.faq-accordion .accordion-collapse {
    border-radius: 0 0 18px 18px;
}

.faq-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 999px;
    margin-left: 0.75rem;
    font-size: 0.85rem;
    background: rgba(0, 0, 0, 0.06);
    flex: 0 0 auto;
}

.site-call-fab {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 1080;
}

.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.site-footer__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 !important;
}

.site-footer__content {
    position: relative;
    z-index: 1;
    padding: 1.6rem 0 1.4rem;
}

.site-footer__logo {
    display: block !important;
    width: auto !important;
    max-width: 120px !important;
    height: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    margin: 0 0 0.85rem;
}

.site-footer__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.7rem;
    line-height: 1.7;
}

.site-footer__info {
    font-size: 0.9rem;
    line-height: 1.85;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-footer__more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__links li {
    margin-bottom: 0.45rem;
}

.site-footer__links a {
    text-decoration: none;
    font-size: 0.92rem;
}

.site-footer__links span {
    display: block;
    font-size: 0.82rem;
    opacity: 0.85;
}

.site-footer__enamad {
    margin-top: 0.75rem;
    max-width: 90px;
}

.site-footer__enamad img,
.site-footer__enamad a img {
    max-width: 90px !important;
    height: auto !important;
}

.site-footer-bar .navbar-brand {
    font-size: 0.85rem;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding-bottom: 1.5rem;
    }

    .navbar .nav-item {
        margin: 0.15rem 0;
    }

    .navbar .btn-base {
        margin: 0.75rem auto !important;
        display: inline-block;
    }
}

@media (max-width: 767.98px) {
    .site-section {
        padding: 2rem 0;
    }

    .about-block .about-photo {
        max-height: 340px;
        margin-bottom: 1.25rem;
    }

    .home-cta {
        width: 100%;
    }

    .home-cta .btn {
        flex: 1 1 100%;
    }

    .service-card__media {
        width: 72px;
        height: 72px;
    }

    .service-card h6 {
        font-size: 0.85rem;
    }

    .instagram-card .card-body {
        justify-content: center;
        text-align: center;
    }

    .instagram-card__icon {
        width: 84px;
    }

    .post-slide-card img {
        height: 200px;
    }

    .address-card img.card-img-top {
        height: 180px;
    }

    .site-call-fab {
        right: 12px;
        left: 12px;
        bottom: 12px;
    }

    .site-call-fab .btn {
        width: 100%;
        font-size: 0.9rem;
        white-space: normal;
    }

    body {
        padding-bottom: 72px;
    }

    .site-footer__content {
        padding: 1.25rem 0 1rem;
    }

    .site-footer__logo {
        max-width: 88px !important;
        height: 40px !important;
        max-height: 40px !important;
    }
}

@media (max-width: 575.98px) {
    .hero-banner__mobile {
        max-height: 220px;
    }
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: rgba(0, 0, 0, 0.06);
}

.section-eyebrow--light {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.hero-banner {
    position: relative;
    margin-top: -8px;
    overflow: hidden;
    background: #f3f3f3;
}

.hero-banner__shade {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.92), transparent);
    pointer-events: none;
    z-index: 2;
}

.hero-banner__wave {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 54px;
    color: #fff;
    z-index: 3;
    pointer-events: none;
}

.about-photo-wrap {
    position: relative;
    display: inline-block;
    max-width: 380px;
}

.about-photo-glow {
    position: absolute;
    width: 78%;
    height: 78%;
    right: -8%;
    bottom: -6%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 165, 165, 0.45), rgba(212, 165, 165, 0));
    z-index: 0;
}

.about-photo-ring {
    position: absolute;
    inset: 12px;
    border: 2px dashed rgba(255, 255, 255, 0.8);
    border-radius: 28px 28px 72px 28px;
    z-index: 2;
    pointer-events: none;
}

.about-block .about-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    max-height: 460px;
    object-fit: cover;
    border-radius: 32px 32px 80px 32px;
    box-shadow: 0 22px 50px rgba(28, 28, 28, 0.16);
}

.about-photo-badge {
    position: absolute;
    left: 12px;
    bottom: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    font-size: 0.82rem;
    font-weight: 700;
    color: #333;
}

.about-photo-badge .material-symbols-outlined {
    font-size: 1.1rem;
}

.home-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.25rem;
}

.home-highlight {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
}

.home-highlight__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8d7da, #e8c1c5);
    color: #6b3038;
    font-size: 1.5rem;
    flex: 0 0 auto;
}

.home-highlight strong,
.home-highlight span {
    display: block;
}

.home-highlight strong {
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.home-highlight span {
    font-size: 0.8rem;
    opacity: 0.75;
    line-height: 1.6;
}

.services-stage {
    position: relative;
    overflow: hidden;
}

.services-stage .base-gradient {
    position: relative;
    overflow: hidden;
}

.deco-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
    opacity: 0.35;
}

.deco-blob--1 {
    width: 220px;
    height: 220px;
    top: -60px;
    left: -40px;
    background: radial-gradient(circle, #fff 0%, transparent 70%);
}

.deco-blob--2 {
    width: 260px;
    height: 260px;
    right: -70px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, transparent 70%);
}

.base-gradient .service-card {
    position: relative;
    overflow: hidden;
}

.service-card__index {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0.35;
}

.service-card__media {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.28);
}

.instagram-banner {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 1.5rem 1.75rem;
    background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 48%, #6228d7 100%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(98, 40, 215, 0.22);
}

.instagram-banner__glow {
    position: absolute;
    width: 180px;
    height: 180px;
    top: -50px;
    left: -30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.instagram-banner__body {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.instagram-banner .instagram-card__copy h3 {
    color: #fff;
    margin-bottom: 0.9rem;
}

.instagram-banner .instagram-card__icon {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

.post-tile {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 280px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.post-tile img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 24px;
    transition: transform 0.4s ease;
}

.post-tile__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 16, 16, 0.78), rgba(20, 16, 16, 0.05) 58%);
}

.post-tile__body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.1rem;
}

.post-tile__body h5 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
}

.post-tile__body span {
    font-size: 0.82rem;
    opacity: 0.9;
}

.post-tile:hover img {
    transform: scale(1.06);
}

.tizer-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.tizer-frame::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    z-index: 1;
    pointer-events: none;
}

.tizer-frame video {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 24px;
}

.home-cta-band {
    padding: 0 0 3rem;
}

.home-cta-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding: 1.6rem 1.75rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.45), transparent 40%),
        linear-gradient(135deg, rgba(232, 193, 197, 0.55), rgba(255, 255, 255, 0.7));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.home-cta-band__inner h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.15rem, 2.2vw, 1.6rem);
}

.home-cta-band__inner p {
    margin: 0;
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .home-highlights {
        grid-template-columns: 1fr;
    }

    .about-photo-ring {
        inset: 8px;
    }

    .instagram-banner__body {
        justify-content: center;
        text-align: center;
    }

    .home-cta-band__inner {
        text-align: center;
        justify-content: center;
    }

    .post-tile,
    .post-tile img {
        min-height: 240px;
        height: 240px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .post-tile img,
    .base-gradient .service-card {
        transition: none;
    }
}
