:root {
    --navy: #072d73;
    --navy-2: #031d4c;
    --blue: #0d6efd;
    --cyan: #23bfd8;
    --gold: #d7a63a;
    --gold-2: #b8841d;
    --soft: #f5f8fc;
    --text: #1d2b42;
    --muted: #667085;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 18px 55px rgba(7, 45, 115, 0.12);
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Tajawal", system-ui, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.75;
    padding-bottom: 0;
}
a {
    text-decoration: none;
}
.text-gold {
    color: var(--gold) !important;
}
.fw-black {
    font-weight: 900;
}
.bg-soft {
    background: var(--soft);
}
.top-bar {
    background: linear-gradient(90deg, var(--navy-2), var(--navy));
    color: #fff;
    padding: 0.45rem 0;
}
.top-link {
    color: #fff;
    opacity: 0.9;
}
.top-link:hover {
    color: var(--gold);
}
.main-navbar {
    min-height: 82px;
}
.brand-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
}
.brand-text strong {
    display: block;
    color: var(--navy);
    font-size: 1.05rem;
    line-height: 1.1;
}
.brand-text small {
    display: block;
    color: var(--navy);
    font-weight: 600;
    font-size: 0.8rem;
}
.navbar-nav .nav-link {
    color: #24344d;
    font-weight: 700;
    padding-inline: 1rem !important;
    position: relative;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--cyan);
}
.navbar-nav .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 1rem;
    left: 1rem;
    height: 3px;
    background: var(--gold);
    border-radius: 10px;
}
.btn {
    font-weight: 800;
    border-radius: 14px;
}
.btn-gold {
    background:
        linear-gradient(
            135deg,
            rgba(35, 191, 216, 0.92),
            rgba(7, 45, 115, 0.98)
        ),
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.35),
            transparent 42%
        );
    border: 0;
    color: #fff;
}
.btn-gold:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(215, 166, 58, 0.35);
}
.btn-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #e7edf5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
}
.btn-light-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.btn-light-outline:hover {
    background: #fff;
    color: var(--navy);
}
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    padding: 90px 0 150px;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(35, 191, 216, 0.22),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(215, 166, 58, 0.18),
            transparent 30%
        ),
        linear-gradient(135deg, #031d4c 0%, #062b68 45%, #073b8f 100%);
}

/* Grid Pattern Background */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

/* Dark Soft Overlay */
.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 29, 76, 0.15), transparent 45%),
        linear-gradient(180deg, transparent 65%, rgba(3, 29, 76, 0.55));
    pointer-events: none;
    z-index: 1;
}

.hero-section .container-fluid {
    position: relative;
    z-index: 2;
}
.min-vh-hero {
    min-height: 520px;
}
.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.28;
}
.hero-shape-1 {
    width: 520px;
    height: 520px;
    background: rgba(255, 255, 255, 0.13);
    border: 5px solid #d7a63a;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    left: 118px;
    top: 17px;
}
.hero-shape-2 {
    width: 460px;
    height: 460px;
    border: 80px solid rgba(255, 255, 255, 0.08);
    right: -90px;
    bottom: -120px;
}
.eyebrow,
.section-kicker {
    display: inline-block;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
    /* margin-right: 530px; */
}

/* .eyebrow,
.section-kicker {
    margin-right: clamp(250px, 18vw, 480px) !important;
}

.hero-title-main {
    margin-right: clamp(220px, 16vw, 420px) !important;
} */
.hero-section h1 span {
    display: block;
    font-size: 1.25em;
}
.hero-lead {
    max-width: 670px;
    color: rgba(255, 255, 255, 0.84);
}
.hero-image-wrap {
    position: relative;
}
.hero-building {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.glass-card {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
}
.hero-badge {
    position: absolute;
    right: 28px;
    bottom: 24px;
    color: #fff;
    border-radius: 20px;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}
.hero-badge i {
    font-size: 2rem;
    color: var(--gold);
}
.hero-badge strong {
    font-size: 1.7rem;
    display: block;
    line-height: 1;
}
.hero-badge span {
    font-size: 0.9rem;
}
.stats-panel {
    position: absolute;
    left: 50%;
    bottom: -119px;
    transform: translateX(-50%);
    width: min(1050px, 88%);
    border-radius: 22px;
    color: #fff;
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
}
.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.1rem;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.22);
}
.stat-item:first-child {
    border-inline-start: 0;
}
.stat-item i {
    font-size: 1.5rem;
    color: var(--gold);
}
.stat-item strong {
    font-size: 1.35rem;
}
.stat-item span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.76);
}
.quick-access-section {
    padding: 5rem 0 2.5rem;
    background: linear-gradient(180deg, #fff, var(--soft));
}
.quick-card {
    min-height: 130px;
    background: #fff;
    border: 1px solid #23bfd8;
    border-radius: 20px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    transition: 0.25s;
}
.quick-card i {
    font-size: 2.2rem;
    color: #0b65bd;
}
.quick-card span {
    font-weight: 900;
    margin-top: 0.4rem;
}
.quick-card small {
    color: #b7c2d6;
}
.quick-card em {
    font-style: normal;
    color: #e02424;
    font-weight: 900;
}
.quick-card:hover {
    transform: translateY(-8px);
    color: var(--navy);
    border-color: rgba(215, 166, 58, 0.45);
}
.section-padding {
    padding: 5.5rem 0;
}
.section-title {
    font-weight: 900;
    color: var(--navy);
    font-size: clamp(1.8rem, 3vw, 1.6rem);
    position: relative;
}
.section-kicker {
    color: var(--gold);
}
.section-subtitle {
    color: var(--muted);
    max-width: 700px;
    margin-inline: auto;
}
.video-card {
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
}
.video-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}
.mini-feature {
    background: #fff;
    border: 1px solid #e8eef6;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    height: 100%;
    font-weight: 900;
    color: var(--navy);
}
.mini-feature i {
    display: block;
    font-size: 1.7rem;
    color: var(--cyan);
    margin-bottom: 0.35rem;
}
.departments-section {
    background: linear-gradient(180deg, #f7fbff, #eef7fc);
    position: relative;
}
.department-card {
    background: #fff;
    border: 1px solid #23bfd8;
    border-radius: 20px;
    text-align: center;
    padding: 1.6rem 1rem;
    height: 100%;
    transition: 0.25s;
    box-shadow: 0 8px 30px rgba(7, 45, 115, 0.06);
}
.department-card i {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f8ff;
    color: var(--navy);
    font-size: 2.1rem;
}
.department-card h3 {
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--navy);
    margin: 0;
}
.department-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
    border-color: rgba(215, 166, 58, 0.38);
}
.section-head-inline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}
.doctor-card,
.insurance-box,
.testimonial-card {
    background: #fff;
    border: 1px solid #23bfd8;
    border-radius: 22px;
    box-shadow: 0 12px 38px rgba(7, 45, 115, 0.08);
    padding: 1.4rem;
    height: 100%;
}
.doctor-card {
    text-align: center;
}
.doctor-avatar {
    width: 86px;
    height: 86px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #e9f4ff, #fff);
    border: 2px solid #dbe9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 2rem;
    font-weight: 900;
}
.doctor-avatar.female {
    background: linear-gradient(135deg, #fff4fb, #fff);
}
.doctor-card h4 {
    font-weight: 900;
    color: var(--navy);
    font-size: 1rem;
}
.doctor-card p {
    color: var(--muted);
    font-size: 0.9rem;
}
.doctor-card a {
    color: #0b65bd;
    font-size: 1.35rem;
}
.logo-tile {
    min-height: 76px;
    border: 1px solid #e5edf7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #177eb2;
    font-weight: 900;
    background: #fff;
}
.appointment-section {
    background: #fff;
}
.appointment-card {
    background:
        radial-gradient(
            circle at 20% 10%,
            rgba(35, 191, 216, 0.22),
            transparent 35%
        ),
        linear-gradient(135deg, var(--navy), var(--navy-2));
    border-radius: 30px;
    padding: 2.2rem;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}
.appointment-card:after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    border: 50px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    left: -60px;
    bottom: -90px;
}
.form-control,
.form-select {
    border: 0;
    border-radius: 16px;
    padding: 0.9rem 1.1rem;
    color: var(--text);
}
.news-card {
    background: #fff;
    border: 1px solid #d7a63a;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(7, 45, 115, 0.08);
    overflow: hidden;
    height: 100%;
    transition: 0.25s;
}
.news-card:hover {
    transform: translateY(-6px);
}
.news-card img {
    width: 100%;
    height: 378px;
    object-fit: cover;
}
.news-card span {
    font-weight: 900;
    color: var(--cyan);
    font-size: 0.85rem;
}
.news-card h3 {
    font-size: 1rem;
    font-weight: 900;
    color: var(--navy);
    margin: 0.35rem 0;
}
.news-card small {
    color: var(--muted);
}
.testimonial-card {
    position: relative;
}
.quote-icon {
    font-size: 3rem;
    color: var(--cyan);
    opacity: 0.55;
}
.testimonial-card p {
    font-size: 1.05rem;
    color: #44546a;
}
.stars {
    color: #ffb23f;
    font-size: 1.4rem;
    letter-spacing: 2px;
}
.testimonial-card small {
    display: block;
    color: var(--muted);
}
.footer {
    background: linear-gradient(var(--navy-2), var(--navy));
    color: #fff;
    padding: 4rem 0 1.5rem;
}
.footer-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}
.footer h3,
.footer h4 {
    font-weight: 900;
}
.footer h3 {
    margin: 0;
}
.footer span,
.footer p {
    color: rgba(255, 255, 255, 0.72);
}
.footer a {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    margin: 0.4rem 0;
}
.footer a:hover {
    color: var(--gold);
}
.social-links {
    display: flex;
    gap: 0.7rem;
}
.social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footer hr {
    border-color: rgba(255, 255, 255, 0.14);
}
.mobile-bottom-bar {
    position: fixed;
    right: 12px;
    left: 12px;
    bottom: 12px;
    background: #fff;
    border: 1px solid #e3ebf7;
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(7, 45, 115, 0.2);
    z-index: 1040;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}
.mobile-bottom-bar a {
    padding: 0.65rem 0.3rem;
    text-align: center;
    color: var(--navy);
    font-size: 0.78rem;
    font-weight: 900;
}
.mobile-bottom-bar i {
    display: block;
    font-size: 1.25rem;
    color: #0b65bd;
}
@media (max-width: 991px) {
    /* body {
        padding-bottom: 86px;
    } */
    .hero-section {
        padding: 3rem 0 4rem;
        min-height: auto;
    }
    .hero-section h1 {
        font-size: 1.6rem;
    }
    .quick-access-section {
        padding-top: 2.5rem;
    }
    .section-padding {
        padding: 4rem 0;
    }
    .video-card img {
        height: 260px;
    }
    .section-head-inline {
        align-items: start;
        flex-direction: column;
    }
    .appointment-card {
        padding: 1.5rem;
    }
}
@media (max-width: 575px) {
    .brand-logo {
        width: 48px;
        height: 48px;
    }
    .brand-text strong {
        font-size: 0.95rem;
    }
    .hero-section h1 {
        font-size: 1.6rem;
    }
    .quick-card {
        min-height: 112px;
    }
    .section-padding {
        padding: 3.2rem 0;
    }
    .appointment-card {
        border-radius: 22px;
    }
}

/* Premium Floating Contact Widget */
.premium-floating-widget {
    position: fixed;
    left: 28px;
    bottom: 32px;
    z-index: 1060;
    direction: rtl;
    font-family: "Tajawal", system-ui, sans-serif;
}

.pf-main-btn {
    border: 0;
    min-width: 178px;
    height: 62px;
    border-radius: 999px;
    padding: 0 12px 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff;
    background:
        linear-gradient(
            135deg,
            rgba(35, 191, 216, 0.92),
            rgba(7, 45, 115, 0.98)
        ),
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.35),
            transparent 42%
        );
    box-shadow:
        0 18px 45px rgba(7, 45, 115, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    font-weight: 900;
    position: relative;
    overflow: hidden;
    transition: 0.28s ease;
}

.pf-main-btn::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8),
        rgba(215, 166, 58, 0.65),
        rgba(35, 191, 216, 0.2)
    );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.pf-main-btn::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    left: -32px;
    top: -36px;
}

.pf-main-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    position: relative;
    z-index: 2;
}

.pf-main-icon i {
    font-size: 1.35rem;
}

.pf-main-text {
    position: relative;
    z-index: 2;
    font-size: 0.98rem;
    letter-spacing: -0.2px;
}

.pf-main-btn:hover {
    transform: translateY(-4px);
    box-shadow:
        0 24px 58px rgba(7, 45, 115, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.pf-actions {
    position: absolute;
    left: 0;
    bottom: 78px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.96);
    transition: 0.28s ease;
}

.premium-floating-widget.active .pf-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.pf-action {
    width: 250px;
    min-height: 68px;
    border-radius: 22px;
    padding: 10px 12px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 16px 40px rgba(7, 45, 115, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(15px);
    transition: 0.24s ease;
}

.pf-action::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.32),
            transparent 35%
        ),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent);
    pointer-events: none;
}

.pf-action::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -32px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.pf-action:hover {
    color: #fff;
    transform: translateX(7px) translateY(-3px);
}

.pf-action-text,
.pf-action-icon {
    position: relative;
    z-index: 2;
}

.pf-action-text strong {
    display: block;
    font-size: 1rem;
    line-height: 1.15;
}

.pf-action-text small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    font-size: 0.78rem;
}

.pf-action-icon {
    width: 46px;
    height: 46px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.pf-action-icon i {
    font-size: 1.35rem;
}

.pf-whatsapp {
    background: linear-gradient(135deg, #25d366, #087b64);
}

.pf-faq {
    background: linear-gradient(135deg, #23bfd8, #072d73);
}

.pf-call {
    background: linear-gradient(135deg, #d7a63a, #8a5b0d);
}

.premium-floating-widget.active .pf-main-icon i::before {
    content: "\f62a";
}

.premium-floating-widget.active .pf-main-btn {
    background:
        linear-gradient(
            135deg,
            rgba(215, 166, 58, 0.95),
            rgba(7, 45, 115, 0.98)
        ),
        radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.35),
            transparent 42%
        );
}

/* Animation delay */
.premium-floating-widget.active .pf-action:nth-child(1) {
    transition-delay: 0.02s;
}

.premium-floating-widget.active .pf-action:nth-child(2) {
    transition-delay: 0.06s;
}

.premium-floating-widget.active .pf-action:nth-child(3) {
    transition-delay: 0.1s;
}

/* Mobile */
@media (max-width: 991px) {
    .premium-floating-widget {
        left: 16px;
        bottom: 98px;
    }

    .pf-main-btn {
        min-width: 58px;
        width: 58px;
        height: 58px;
        padding: 0;
        border-radius: 50%;
    }

    .pf-main-text {
        display: none;
    }

    .pf-main-icon {
        width: 58px;
        height: 58px;
        background: transparent;
        box-shadow: none;
    }

    .pf-actions {
        bottom: 72px;
    }

    .pf-action {
        width: 230px;
        min-height: 64px;
    }
}

@media (max-width: 575px) {
    .premium-floating-widget {
        left: 14px;
        bottom: 94px;
    }

    .pf-action {
        width: calc(100vw - 28px);
        max-width: 310px;
    }
}

.news-section {
    position: relative;
    overflow: hidden;
    background: #f7fbff;
}

.news-slider-wrapper {
    position: relative;
}

.newsSwiper {
    padding: 8px 4px 35px;
}

.news-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 12px 35px rgba(13, 148, 136, 0.1);
    border: 1px solid rgba(13, 148, 136, 0.1);
    transition: all 0.35s ease;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(13, 148, 136, 0.18);
}

.news-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.news-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 48, 73, 0.35), transparent);
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.45s ease;
}

.news-card:hover .news-img img {
    transform: scale(1.08);
}

.news-content {
    padding: 22px;
}

.news-category {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(13, 148, 136, 0.1);
    color: #23bfd8;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}

.news-content h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 800;
    color: #123047;
    margin-bottom: 14px;
}

.news-content small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6b7280;
    font-size: 14px;
}

.news-content small i {
    color: #23bfd8;
}

.news-slider-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 5px;
}

.news-nav {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #23bfd8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(13, 148, 136, 0.25);
}

.news-nav:hover {
    background: #123047;
    transform: translateY(-3px);
}

.news-pagination {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(13, 148, 136, 0.35);
    opacity: 1;
    transition: all 0.3s ease;
}

.news-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 30px;
    background: #23bfd8;
}

@media (max-width: 767px) {
    .section-head-inline {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .news-img {
        height: 220px;
    }

    .news-content h3 {
        font-size: 18px;
    }
}

/* Mission Vision Experience Section */
.mvv-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(35, 191, 216, 0.13),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(215, 166, 58, 0.12),
            transparent 30%
        ),
        linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.mvv-section::before {
    content: "";
    position: absolute;
    top: 70px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 55px solid rgba(35, 191, 216, 0.07);
}

.mvv-section::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(215, 166, 58, 0.08);
}

.mvv-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 38px 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(35, 191, 216, 0.35);
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(7, 45, 115, 0.09);
    overflow: hidden;
    transition: all 0.35s ease;
}

.mvv-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(35, 191, 216, 0.08), transparent 45%),
        linear-gradient(315deg, rgba(215, 166, 58, 0.1), transparent 45%);
    opacity: 0;
    transition: all 0.35s ease;
}

.mvv-card::after {
    content: "";
    position: absolute;
    top: -55px;
    left: -55px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(35, 191, 216, 0.08);
}

.mvv-card:hover {
    transform: translateY(-10px);
    border-color: rgba(215, 166, 58, 0.65);
    box-shadow: 0 24px 65px rgba(7, 45, 115, 0.15);
}

.mvv-card:hover::before {
    opacity: 1;
}

.mvv-card.featured {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-color: rgba(215, 166, 58, 0.65);
}

.mvv-icon {
    position: relative;
    z-index: 2;
    width: 86px;
    height: 86px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(35, 191, 216, 0.15),
        rgba(7, 45, 115, 0.08)
    );
    border: 1px solid rgba(35, 191, 216, 0.35);
    color: var(--navy);
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.8);
}

.mvv-icon i {
    font-size: 2.4rem;
    color: var(--cyan);
}

.mvv-card.featured .mvv-icon {
    background: linear-gradient(
        135deg,
        rgba(215, 166, 58, 0.2),
        rgba(35, 191, 216, 0.12)
    );
    border-color: rgba(215, 166, 58, 0.55);
}

.mvv-card.featured .mvv-icon i {
    color: var(--gold);
}

.mvv-card h3 {
    position: relative;
    z-index: 2;
    font-size: 1.45rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 14px;
}

.mvv-card p {
    position: relative;
    z-index: 2;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .mvv-card {
        padding: 30px 22px;
    }

    .mvv-icon {
        width: 76px;
        height: 76px;
    }

    .mvv-icon i {
        font-size: 2rem;
    }

    .mvv-card h3 {
        font-size: 1.25rem;
    }
}

/* Premium Medical Departments Section */
.premium-departments-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(35, 191, 216, 0.16),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 85%,
            rgba(215, 166, 58, 0.13),
            transparent 30%
        ),
        linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
}

.departments-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.departments-bg-shape.shape-one {
    width: 360px;
    height: 360px;
    right: -140px;
    top: 70px;
    border: 60px solid rgba(35, 191, 216, 0.08);
}

.departments-bg-shape.shape-two {
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -100px;
    background: rgba(215, 166, 58, 0.08);
}

.departments-premium-layout {
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 24px;
    align-items: stretch;
}

.department-featured-card {
    position: relative;
    min-height: 100%;
    border-radius: 32px;
    padding: 34px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 45, 115, 0.95), rgba(3, 29, 76, 0.98)),
        radial-gradient(
            circle at top right,
            rgba(35, 191, 216, 0.35),
            transparent 42%
        );
    box-shadow: 0 22px 60px rgba(7, 45, 115, 0.22);
}

.department-featured-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.department-featured-card::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    left: -70px;
    bottom: -75px;
    border-radius: 50%;
    border: 38px solid rgba(255, 255, 255, 0.06);
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(255, 255, 255, 0.16),
            transparent 28%
        ),
        linear-gradient(135deg, rgba(215, 166, 58, 0.18), transparent 45%);
    pointer-events: none;
}

.featured-icon {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 78px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.featured-icon i {
    font-size: 2.5rem;
    color: var(--gold);
}

.department-featured-card span,
.department-featured-card h3,
.department-featured-card p,
.department-featured-card a,
.featured-stat {
    position: relative;
    z-index: 2;
}

.department-featured-card span {
    display: inline-flex;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(215, 166, 58, 0.18);
    color: #ffd980;
    font-weight: 900;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.department-featured-card h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 16px;
}

.department-featured-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    margin-bottom: 28px;
}

.featured-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 900;
    padding: 12px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    box-shadow: 0 14px 28px rgba(215, 166, 58, 0.25);
}

.featured-link:hover {
    color: #fff;
    transform: translateY(-3px);
}

.featured-stat {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.featured-stat strong {
    display: block;
    font-size: 2.3rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}

.featured-stat small {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.departments-grid-premium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.medical-dept-card {
    position: relative;
    min-height: 142px;
    display: grid;
    grid-template-columns: 72px 1fr 42px;
    align-items: center;
    gap: 16px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(35, 191, 216, 0.22);
    box-shadow: 0 14px 36px rgba(7, 45, 115, 0.08);
    color: var(--text);
    overflow: hidden;
    transition: all 0.32s ease;
}

.medical-dept-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(35, 191, 216, 0.09), transparent 45%),
        linear-gradient(315deg, rgba(215, 166, 58, 0.09), transparent 45%);
    opacity: 0;
    transition: all 0.32s ease;
}

.medical-dept-card::after {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    left: -45px;
    top: -45px;
    border-radius: 50%;
    background: rgba(35, 191, 216, 0.08);
    transition: all 0.32s ease;
}

.medical-dept-card:hover {
    transform: translateY(-8px);
    border-color: rgba(215, 166, 58, 0.55);
    box-shadow: 0 22px 55px rgba(7, 45, 115, 0.14);
    color: var(--text);
}

.medical-dept-card:hover::before {
    opacity: 1;
}

.medical-dept-card:hover::after {
    transform: scale(1.25);
}

.dept-icon,
.medical-dept-card h3,
.medical-dept-card p,
.dept-arrow {
    position: relative;
    z-index: 2;
}

.dept-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #eef8fb 100%);
    border: 1px solid rgba(35, 191, 216, 0.22);
    color: var(--navy);
    transition: all 0.32s ease;
}

.dept-icon i {
    font-size: 2rem;
}

.medical-dept-card:hover .dept-icon {
    background: linear-gradient(135deg, var(--navy), var(--cyan));
    color: #fff;
    transform: rotate(-4deg) scale(1.05);
}

.medical-dept-card h3 {
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.medical-dept-card p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

.dept-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2f8fc;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.32s ease;
}

.medical-dept-card:hover .dept-arrow {
    background: var(--gold);
    color: #fff;
    transform: translateX(-4px);
}

@media (max-width: 1199px) {
    .departments-premium-layout {
        grid-template-columns: 1fr;
    }

    .department-featured-card {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .departments-grid-premium {
        grid-template-columns: 1fr;
    }

    .medical-dept-card {
        grid-template-columns: 62px 1fr 36px;
        padding: 18px;
        min-height: 126px;
    }

    .dept-icon {
        width: 62px;
        height: 62px;
        border-radius: 20px;
    }

    .dept-icon i {
        font-size: 1.7rem;
    }

    .department-featured-card {
        padding: 26px;
        border-radius: 26px;
    }

    .department-featured-card h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 420px) {
    .medical-dept-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dept-icon,
    .dept-arrow {
        margin-inline: auto;
    }
}

/* Elegant Medical Team */
.elegant-medical-team {
    background: #fff;
}

.elegant-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.elegant-view-link {
    color: var(--navy);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.elegant-view-link i {
    transition: 0.25s ease;
}

.elegant-view-link:hover {
    color: var(--cyan);
}

.elegant-view-link:hover i {
    transform: translateX(-4px);
}

.elegant-doctors-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 26px;
}

.elegant-doctor-item {
    background: #fff;
    border: 1px solid #e6eef7;
    border-radius: 22px;
    padding: 22px;
    display: grid;
    grid-template-columns: 62px 1fr 42px;
    align-items: center;
    gap: 14px;
    box-shadow: 0 12px 34px rgba(7, 45, 115, 0.06);
    transition: 0.28s ease;
}

.elegant-doctor-item:hover {
    transform: translateY(-5px);
    border-color: rgba(35, 191, 216, 0.45);
    box-shadow: 0 18px 42px rgba(7, 45, 115, 0.1);
}

.elegant-doctor-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #f4f9fd;
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
}

.elegant-doctor-icon i {
    font-size: 1.75rem;
}

.elegant-doctor-info h3 {
    font-size: 1.02rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 4px;
}

.elegant-doctor-info p {
    color: var(--muted);
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
}

.elegant-doctor-action {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4f9fd;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

.elegant-doctor-action:hover {
    background: var(--gold);
    color: #fff;
    transform: translateX(-4px);
}

.elegant-insurance-strip {
    background: linear-gradient(135deg, #f7fbff, #ffffff);
    border: 1px solid #e6eef7;
    border-radius: 24px;
    padding: 24px;
    display: grid;
    grid-template-columns: 330px 1fr;
    align-items: center;
    gap: 24px;
    box-shadow: 0 14px 36px rgba(7, 45, 115, 0.06);
}

.elegant-insurance-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.elegant-insurance-title i {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: var(--navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
}

.elegant-insurance-title span {
    color: var(--gold);
    font-weight: 900;
    font-size: 0.9rem;
}

.elegant-insurance-title h3 {
    color: var(--navy);
    font-size: 1.15rem;
    font-weight: 900;
    margin: 2px 0 0;
}

.elegant-insurance-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.elegant-insurance-list span {
    min-width: 128px;
    min-height: 52px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e3edf7;
    color: var(--navy);
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(7, 45, 115, 0.04);
    transition: 0.25s ease;
}

.elegant-insurance-list span:hover {
    background: var(--navy);
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .elegant-doctors-list {
        grid-template-columns: 1fr;
    }

    .elegant-insurance-strip {
        grid-template-columns: 1fr;
    }

    .elegant-insurance-list {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .elegant-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .elegant-doctor-item {
        grid-template-columns: 54px 1fr 38px;
        padding: 18px;
    }

    .elegant-doctor-icon {
        width: 54px;
        height: 54px;
    }

    .elegant-insurance-strip {
        padding: 18px;
    }

    .elegant-insurance-list span {
        flex: 1 1 100%;
    }
}

/* Quick Access - Square Cards */
.quick-access-square {
    position: relative;
    z-index: 12;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.quick-square-grid {
    margin-top: -28px;
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.quick-square-card {
    aspect-ratio: 1 / 1;
    min-height: 165px;
    background: #fff;
    border: 1px solid #e6eef7;
    border-radius: 28px;
    box-shadow: 0 16px 38px rgba(7, 45, 115, 0.08);
    color: var(--navy);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.quick-square-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(35, 191, 216, 0.12),
            transparent 42%
        ),
        linear-gradient(135deg, rgba(215, 166, 58, 0.08), transparent 55%);
    opacity: 0;
    transition: 0.3s ease;
}

.quick-square-card:hover {
    color: var(--navy);
    transform: translateY(-8px);
    border-color: rgba(35, 191, 216, 0.45);
    box-shadow: 0 24px 55px rgba(7, 45, 115, 0.14);
}

.quick-square-card:hover::before {
    opacity: 1;
}

.quick-square-icon,
.quick-square-card h3,
.quick-square-link {
    position: relative;
    z-index: 2;
}

.quick-square-icon {
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: #f3f8ff;
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.quick-square-icon i {
    font-size: 1.9rem;
}

.quick-square-card h3 {
    font-size: 1.05rem;
    font-weight: 900;
    margin: 0;
    color: var(--navy);
}

.quick-square-link {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s ease;
}

.quick-square-card:hover .quick-square-icon {
    background: linear-gradient(135deg, var(--navy), var(--cyan));
    color: #fff;
    transform: scale(1.05);
}

.quick-square-card:hover .quick-square-link {
    color: var(--gold);
}

/* Featured Appointment Card */
.quick-square-card.featured {
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
    border-color: transparent;
    box-shadow: 0 22px 55px rgba(7, 45, 115, 0.24);
}

.quick-square-card.featured::before {
    opacity: 1;
    background:
        radial-gradient(
            circle at top right,
            rgba(35, 191, 216, 0.26),
            transparent 42%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(215, 166, 58, 0.22),
            transparent 45%
        );
}

.quick-square-card.featured .quick-square-icon {
    background: var(--gold);
    color: #fff;
}

.quick-square-card.featured h3 {
    color: #fff;
}

.quick-square-card.featured .quick-square-link {
    color: rgba(255, 255, 255, 0.78);
}

.quick-square-card.featured:hover .quick-square-link {
    color: #fff;
}

/* Emergency Card */
.quick-square-card.emergency {
    border-color: rgba(224, 36, 36, 0.18);
}

.quick-square-card.emergency .quick-square-icon {
    background: rgba(224, 36, 36, 0.08);
    color: #e02424;
}

.quick-square-card.emergency h3 {
    color: #e02424;
}

.quick-square-card.emergency:hover .quick-square-icon {
    background: #e02424;
    color: #fff;
}

.quick-square-card.emergency:hover .quick-square-link {
    color: #e02424;
}
/* Laptop */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-certificate {
        margin-right: 332px;
    }

    .hero-title-main {
        margin-right: 280px;
    }
}

/* Large desktop */
@media screen and (min-width: 1600px) {
    .hero-certificate {
        margin-right: 530px;
    }

    .hero-title-main {
        margin-right: 485px;
    }
}
@media (max-width: 1399px) {
    .quick-square-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .quick-square-card {
        aspect-ratio: auto;
        min-height: 170px;
    }

    /* .eyebrow,
    .section-kicker {
        margin-right: 332px;
    }

    .hero-title-main {
        margin-right: 280px;
    } */
}

@media (max-width: 991px) {
    .quick-access-square {
        padding: 2rem 0 4.5rem;
    }

    .quick-square-grid {
        margin-top: 0;
        margin-bottom: 25px;
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-title-main {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 200px;
        height: auto;
    }

    .hero-shape-1 {
        width: 520px;
        height: 520px;
        background: rgba(255, 255, 255, 0.13);
        border: 5px solid #d7a63a;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(16px);
        left: 4px;
        top: 17px;
    }

    /* .eyebrow,
    .section-kicker {
        margin-right: 332px;
    }

    .hero-title-main {
        margin-right: 280px;
    } */
}

@media (max-width: 767px) {
    .quick-access-square {
        padding: 2rem 0 4rem;
    }

    .quick-square-grid {
        margin-top: 0;
        margin-bottom: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .quick-square-card {
        min-height: 145px;
        border-radius: 22px;
        gap: 10px;
    }

    .quick-square-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
    }

    .quick-square-icon i {
        font-size: 1.55rem;
    }

    .quick-square-card h3 {
        font-size: 0.95rem;
    }

    .quick-square-link {
        font-size: 0.76rem;
    }

    .hero-title-main {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 200px;
        height: auto;
    }

    .hero-shape-1 {
        width: 520px;
        height: 520px;
        background: rgba(255, 255, 255, 0.13);
        border: 5px solid #d7a63a;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(16px);
        left: 4px;
        top: 17px;
    }
}

@media (max-width: 420px) {
    .quick-square-grid {
        grid-template-columns: 1fr;
    }

    .quick-square-card {
        aspect-ratio: auto;
        min-height: 120px;
    }

    .hero-title-main {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 200px;
        height: auto;
    }
}

/* Simple Video Modal */
.video-modal .modal-content {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.video-modal .modal-body {
    padding: 0;
    background: #000;
}

.video-modal iframe {
    border: 0;
}

.video-close {
    position: absolute;
    top: -42px;
    left: 0;
    z-index: 10;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    box-shadow: none;
}

.video-close:hover {
    background-color: #f1f1f1;
    opacity: 1;
}

@media (max-width: 767px) {
    .video-modal .modal-dialog {
        margin: 14px;
    }

    .video-close {
        top: -40px;
        left: 0;
    }

    .video-modal .modal-content {
        border-radius: 10px;
    }
}
