.plays-hero {
    min-height: 54vh;
    height: 54vh;
    background: #191924;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.plays-hero-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.60) blur(1.5px);
    z-index: 1;
    pointer-events: none;
}

.plays-hero-heading {
    font-family: var(--font-montserrat-bold);
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(28, 30, 42, 0.6) 0%, rgba(38, 41, 62, 0.5) 100%);
    z-index: 1;
}

.text-shadow {
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.text-shadow-sm {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.about-plays-section {
    background: #f9f7f2;
}

.play-card {
    background: #fff;
    border-radius: 0 !important;
    transition: box-shadow .18s cubic-bezier(.42, 0, .58, 1), transform .13s;
    box-shadow: 0 2px 18px #ecd0702e;
}

.play-card:hover {
    box-shadow: 0 8px 32px #ffd24940;
    transform: translateY(-4px) scale(1.01);
}

.play-card-img-wrapper {
    position: relative;
    cursor: pointer;
}

.play-card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0 !important;
    transition: filter .18s cubic-bezier(.42, 0, .58, 1);
}

.play-card-img-wrapper:hover .play-card-img,
.play-card-img-wrapper:focus .play-card-img {
    /* filter: brightness(0.90) blur(1px); */
}

.play-img-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: linear-gradient(0deg, #ffed8a44 40%, #fff3 80%);
    color: #d2a702;
    font-size: 2.3rem;
    font-weight: bold;
    border-radius: 1.3rem 1.3rem 0 0;
    transition: opacity .2s;
    pointer-events: none;
}

.play-card-img-wrapper:hover .play-img-overlay,
.play-card-img-wrapper:focus .play-img-overlay {
    opacity: 1;
}

.play-title {
    font-size: 1.4rem;
    color: #2e225b;
    /* font-family: var(--font-montserrat-bold, 'Montserrat', sans-serif); */
    font-family: var(--font-nunito-bold);
}

.play-summary p {
    font-size: 1.06rem;
    color: #3a324a;
    margin-bottom: 0;
}

.btn-outline-warning {
    border-radius: 20px;
    font-weight: 600;
    border-width: 2px;
    padding: 10px 20px;
    font-family: var(--font-poppins, 'Poppins', sans-serif);
    font-size: 15px;
    letter-spacing: 0.8px;
}

.modal-content {
    border-radius: 1.5rem;
    background: #fffdf7;
    box-shadow: 0 6px 40px #efcf7677;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-title {
    color: #35285e;
    font-family: var(--font-montserrat-bold);
}

.modal-body img {
    box-shadow: 0 2px 18px #ecd0702e;
}

.festival-title {
    font-family: var(--font-montserrat-bold);
    letter-spacing: -1px;
    color: #fefefe;

}

.festival-small-desc {
    max-width: 80%;
    margin: 15px auto;
}

/* Responsive Tweaks */
@media (max-width: 991.98px) {
    .play-card-img {
        height: 220px;
    }

    .play-title {
        font-size: 1.8rem;
    }

    .plays-hero {
        min-height: 36vh;
        height: 55vh;
    }
}

@media (max-width: 767.98px) {
    .play-card-img {
        height: 200px;
    }

    .play-title {
        font-size: 1.6rem;
    }

    .about-plays-section {
        padding-top: 2.2rem;
    }

    .plays-hero {
        min-height: 28vh;
        height: 55vh;
    }
}


/* new one */

.play-card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.play-card-img {
    transition: transform 0.28s cubic-bezier(.42, 0, .58, 1), filter 0.28s;
}

.play-card-img-wrapper:hover .play-card-img,
.play-card-img-wrapper:focus-within .play-card-img {
    transform: scale(1.04);
    filter: brightness(0.92);
}

.play-img-link-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    background: #004278;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.55rem;
    box-shadow: 0 4px 18px #58c4ff33;
    opacity: 0.92;
    transition:
        transform 0.22s cubic-bezier(.42, 0, .58, 1),
        background 0.22s,
        color 0.18s,
        opacity 0.18s;
    pointer-events: auto;
    text-decoration: none;
}

.play-card-img-wrapper:hover .play-img-link-icon,
.play-card-img-wrapper:focus-within .play-img-link-icon {
    transform: scale(1.18) rotate(-5deg);
    background: #0aa7f7;
    color: #fff;
    opacity: 1;
    box-shadow: 0 8px 24px #5bc2ff70;
}

.play-img-link-icon:active {
    background: #057bb0;
}

.play-img-link-icon i {
    line-height: 1;
    display: block;
}


/* modal inside scrollbar hide */
.scroll-content::-webkit-scrollbar {
    width: 0 !important;
    background: transparent !important;
}

/* For Firefox */
.scroll-content {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

/* Optionally for smooth scroll experience */
.scroll-content {
    scroll-behavior: smooth;
}


/* Hide scrollbar for Chrome, Safari, and Opera */
.modal-body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.modal-body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.plays-hero-heading {
    font-family: var(--font-montserrat-bold);
}

@media (max-width : 400px) {
    .nav-logo {
        width: 220px;
        padding-block: 5px;
    }
}


/* new one */

/* ===== FEATURE CARD ENHANCEMENTS ===== */
.text-bg-dark,
.bg-body-tertiary,
.text-bg-primary,
.text-bg-success {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    /* min-height: 600px; */
}

.text-bg-dark:hover,
.bg-body-tertiary:hover,
.text-bg-primary:hover,
.text-bg-success:hover {
    transform: scale(1.02);
    /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important; */
}

/* ===== ACCENT CIRCLE ANIMATIONS ===== */
.card-accent-circle {
    transition: all 0.3s ease;
    opacity: 0 !important;
}

.text-bg-dark:hover .card-accent-circle,
.bg-body-tertiary:hover .card-accent-circle,
.text-bg-primary:hover .card-accent-circle,
.text-bg-success:hover .card-accent-circle {
    opacity: 1 !important;
    /* transform: translate(-50%, -50%) scale(1.2) !important; */
}

.display-5 {
    letter-spacing: -0.02em;
}

.lead {
    font-weight: 600;
    font-size: 1.1rem;

}

.hero-desc {
    font-family: var(--font-poppins);
    font-size: 1.15rem;
}


@media (max-width: 768px) {
    .d-md-flex {
        flex-direction: column !important;
    }

    .text-bg-dark,
    .bg-body-tertiary,
    .text-bg-primary,
    .text-bg-success {
        /* margin-bottom: 2rem !important; */
        /* min-height: 350px; */
    }

    .display-5 {
        font-size: 1.8rem;
    }

    .lead {
        font-size: 1rem;
    }


}

@media (max-width: 576px) {

    .text-bg-dark,
    .bg-body-tertiary,
    .text-bg-primary,
    .text-bg-success {
        min-height: 160px;
        /* padding: 1.5rem !important; */
    }

    .display-5 {
        font-size: 1.5rem;
    }

    .bg-body-tertiary,
    .bg-dark,
    .bg-light,
    .bg-body-secondary {

        width: 100% !important;
    }
}

/* ===== ANIMATION KEYFRAMES ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-bg-dark,
.bg-body-tertiary,
.text-bg-primary,
.text-bg-success {
    animation: fadeInUp 0.6s ease-out;
}

/* ===== GRADIENT BACKGROUNDS (Optional Enhancement) ===== */
.text-bg-dark {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
}

.text-bg-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.text-bg-success {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
}

.bg-body-tertiary {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.cursor-pointer {
    cursor: pointer;
}


/* modal new */
:root {
    --primary: #3a86ff;
    --primary-soft: rgba(58, 134, 255, 0.1);
    --primary-dark: #2667cc;
    --secondary: #6c757d;
    --secondary-soft: rgba(108, 117, 125, 0.1);
    --dark: #212529;
    --light: #f8f9fa;
    --success: #28a745;
    --danger: #dc3545;
    --warning: #ffc107;
    --info: #17a2b8;
}

/* ===== MODAL CONTAINER & ANIMATION ===== */
.play-modal .modal-dialog {
    animation: modalFadeIn 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.3s ease-out;
}

.play-modal.show .modal-dialog {
    transform: none;
}

/* ===== PROFESSIONAL GLASS EFFECT ===== */
.professional-glass {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02) inset;
}

/* ===== HEADER ENHANCEMENTS ===== */
.play-modal .modal-header {
    background: #003e6d;
    border-radius: 1rem 1rem 0 0;
    padding: 1.2rem 1.5rem 1.2rem;

}

.play-modal .modal-title {
    color: white;
    font-weight: 700;
    letter-spacing: -0.02em;

}

.header-accent {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--primary-dark));
    opacity: 0.9;
}

/* ===== CLOSE BUTTON STYLING ===== */
.play-modal .btn-close {
    filter: invert(1);
    opacity: 0.8;
    transition: all 0.3s ease;
    background-size: 60%;
}

.play-modal .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* ===== MODAL BODY ENHANCEMENTS ===== */
.play-modal .modal-body {
    padding: 1.5rem;
    color: var(--dark);
}

.play-modal .modal-body img {
    border-radius: 0.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.play-modal .modal-body img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

/* ===== ENHANCED BADGES ===== */
.bg-primary-soft {
    background-color: var(--primary-soft);
}

.bg-secondary-soft {
    background-color: var(--secondary-soft);
}

.play-modal .badge {
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.play-modal .badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* ===== BLOCKQUOTE STYLING ===== */
.play-modal .blockquote {
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}

.play-modal .blockquote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 4rem;
    color: rgba(58, 134, 255, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 0;
}

.play-modal .blockquote p {
    position: relative;
    z-index: 1;
}

/* ===== TEXT ENHANCEMENTS ===== */
.play-modal p {
    line-height: 1.7;
    color: var(--dark);
    margin-bottom: 1rem;
    font-family: var(--font-montserrat);
}

.play-modal p b {
    color: var(--primary-dark);
    font-weight: 600;
}

/* ===== SCROLL CONTENT ENHANCEMENTS ===== */
.play-modal .scroll-content {
    scrollbar-width: thin;
    scrollbar-color: var(--secondary-soft) transparent;
    padding-right: 0.5rem;
}

.play-modal .scroll-content::-webkit-scrollbar {
    width: 6px;
}

.play-modal .scroll-content::-webkit-scrollbar-track {
    background: transparent;
}

.play-modal .scroll-content::-webkit-scrollbar-thumb {
    background-color: var(--secondary-soft);
    border-radius: 3px;
}

.play-modal .scroll-content::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary);
}

/* ===== BUTTON ENHANCEMENTS ===== */
.play-modal .btn {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.play-modal .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.play-modal .btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(58, 134, 255, 0.2);
}

.play-modal .btn-outline-secondary {
    border-color: var(--secondary);
    color: var(--secondary);
}

.play-modal .btn-outline-secondary:hover {
    background-color: var(--secondary-soft);
    color: var(--dark);
}

/* ===== RESPONSIVE ENHANCEMENTS ===== */
@media (max-width: 1199.98px) {
    .play-modal .modal-dialog {
        max-width: 90%;
    }
}

@media (max-width: 991.98px) {
    .play-modal .modal-title {
        font-size: 1.75rem;
    }

    .play-modal .modal-header {
        padding: 1.25rem 1.25rem 0.75rem;
    }

    .play-modal .modal-body img {
        /* max-height: 300px; */
    }
}

@media (max-width: 767.98px) {
    .play-modal .modal-dialog {
        margin: 0.5rem auto;
        max-width: calc(100% - 1rem);
    }

    .play-modal .modal-title {
        font-size: 1.5rem;
    }

    .play-modal .modal-body {
        padding: 1.25rem;
    }

    .play-modal .scroll-content {
        max-height: 50vh;
    }
}

@media (max-width: 575.98px) {
    .play-modal .modal-title {
        font-size: 1.3rem;
    }

    .play-modal .modal-header {
        padding: 1rem 1rem 0.5rem;
    }

    .play-modal .blockquote::before {
        display: none;
    }

    .play-modal .modal-footer {
        flex-direction: column;
        gap: 0.5rem;
    }

    .play-modal .modal-footer .btn {
        width: 100%;
    }
}

/* ===== ENTRANCE ANIMATION ===== */
@keyframes modalFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== DARK MODE SUPPORT ===== */
@media (prefers-color-scheme: dark) {
    .professional-glass {
        background: #fefefe;
        border-color: rgba(255, 255, 255, 0.05);
    }



    .play-modal .modal-body {
        color: rgba(255, 255, 255, 0.9);
    }

    .play-modal p b {
        color: #6ea8fe;
    }

    .play-modal .modal-body img {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .play-modal .btn-close {
        filter: invert(1);
    }

    .text-muted {
        color: rgba(255, 255, 255, 0.6) !important;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
@media (prefers-reduced-motion: reduce) {

    .play-modal .modal-dialog,
    .play-modal .btn-close,
    .play-modal .modal-body img,
    .play-modal .badge,
    .play-modal .btn {
        animation: none;
        transition: none;
    }
}

/* ===== FOCUS STATES ===== */
.play-modal .btn:focus,
.play-modal .btn-close:focus {
    box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.3);
    outline: none;
}

/* new card queries */

/* ===== RESPONSIVE PLAYS GRID ===== */
.plays-grid-container {
    display: grid;
    gap: 2rem;
    width: 100%;
}

/* Mobile: 1 column */
.plays-grid-container {
    grid-template-columns: 1fr;
}



/* Tablet: 2 columns */
@media (min-width: 768px) {
    .plays-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }


    .festival-title {
        font-size: 2.3rem;
        margin-bottom: 1rem;
    }
}

/* Medium screens (992px - 1190px): 2 columns */
@media (min-width: 992px) and (max-width: 1190px) {
    .plays-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

/* Large screens (1191px+): 3 columns */
@media (min-width: 1191px) {
    .plays-grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        grid-auto-flow: dense;
    }

    /* Make some cards span differently for variety */
    .play-card-item:nth-child(8) {
        grid-column: 2 / 4;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .festival-small-desc {
        max-width: 100%;
        margin: 0 auto;
    }

    .play-card-item:nth-child(8) .bg-body-tertiary {
        width: 40% !important;
        margin: 0 !important;
    }

    .play-card-item:nth-child(8) .my-2 {
        flex: 1;
        text-align: left;
        padding-left: 2rem;
    }
}

/* Extra large screens: 4 columns (optional) */
@media (min-width: 1400px) {
    .plays-grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        justify-items: center;
    }
}

/* Individual card styling */
.play-card-item {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.play-card-item:hover {
    transform: scale(1.02);
}


/* gradient colors for the cards */

.play-card-gradient-1 {
    background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
    /* background: linear-gradient(135deg, #ffb347 0%, #ffcc33 100%);     */

}

.play-card-gradient-2 {
    /* background: linear-gradient(135deg, #5f2c82 0%, #49a09d 100%); */
    background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);

}

.play-card-gradient-3 {
    /* background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%); */
    background: linear-gradient(135deg, #fc466b 0%, #3f5efb 100%);

}

.play-card-gradient-4 {
    background: linear-gradient(135deg, #e96443 0%, #904e95 100%);
    /* background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%); */

}

.play-card-gradient-5 {
    /* background: linear-gradient(135deg, #ff5858 0%, #f09819 100%); */
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);

}

.play-card-gradient-6 {
    /* background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%); */
    background: linear-gradient(135deg, #396afc 0%, #2948ff 100%);
}

.play-card-gradient-7 {
    background: linear-gradient(135deg, #1d4350 0%, #a43931 100%);
    /* background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%); */

}

.play-card-gradient-8 {
    background: linear-gradient(135deg, #3a7bd5 0%, #3a6073 100%);
    /* background: linear-gradient(135deg, #00c3ff 0%, #ffff1c 100%); */

}


/* card-img css fixing */

.play-card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* This ensures content and image push to top & bottom */
    height: 100%;
    min-height: 320px;
    /* adjust as needed */
    /* padding: 1.5rem; */
}

.play-card-content {
    flex: 1 1 auto;
}

.play-card-img-wrapper {
    width: 100%;
    height: 180px;
    /* same height for all images, adjust as needed */
    margin-top: 1.5rem;
    align-self: flex-end;
    /* ensures image sits at bottom */
}

.play-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px 21px 0 0;
}


@media (max-width: 576px) {
    .festival-title {
        font-size: 2.3rem;
        margin-bottom: 1rem;
    }
}


/* credited newly added */

.play-credits {
    /* min-width: 100%; */
    width: 500px;
    max-width: 100%;
    background: #ebf1f8;
    border-radius: 1.1rem;
    box-shadow: 0 2px 12px #ecd07022;
    padding: 1.25rem 1.5rem;
    font-family: var(--font-poppins, 'Poppins', Arial, sans-serif);
    color: #2e225b;
    font-size: 1.08rem;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    border-left: 5px solid #6ea8fe;
}

.credit-row {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    font-size: 1.03rem;
}

.credit-label {
    font-weight: 600;
    color: #6ea8fe;
    min-width: 70px;
    letter-spacing: 0.2px;
}

.credit-value {
    font-weight: 500;
    color: #35285e;
}

@media (max-width: 767.98px) {
    .play-credits {
        max-width: 100%;
        margin-left: 0;
        margin-top: 12px;
        padding: 1rem 1rem;
        border-radius: 0.9rem;
        border-left: 4px solid #6ea8fe;
        width: 100%;
    }
}

.play-credits .credit-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
    font-size: 1.08rem;
    /* Optional: add card background, border, shadow as before if desired */
}

.play-credits .credit-row:last-child {
    margin-bottom: 0;
}

.credit-icon {
    color: #003e6d;
    /* golden yellow */
    font-size: 1.3rem;
    background: #ebf1f8;
    border-radius: 9px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 2px 10px #ffd24924; */
}

.credit-label {
    font-weight: 600;
    color: #6ea8fe;
    min-width: 70px;
}

.credit-value {
    font-weight: 500;
    color: #35285e;
}

/* new card thing */

.play-credits {
    background: linear-gradient(135deg, #f8fafc 0%, #f2f2f2 100%);
    border-radius: 1.2rem;
    padding: 1.5rem;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    border: 1px solid rgba(110, 168, 254, 0.2);
    position: relative;
    overflow: hidden;
}

.play-credits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6ea8fe 0%, #003e6d 100%);
}

.credit-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(110, 168, 254, 0.1);
    transition: all 0.3s ease;
}

.credit-row:last-child {
    border-bottom: none;
}

.credit-row:hover {
    background: rgba(110, 168, 254, 0.05);
    border-radius: 0.5rem;
    padding: 0.8rem 0.75rem;
}

.credit-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #6ea8fe 0%, #003e6d 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 3px 12px rgba(110, 168, 254, 0.3);
    flex-shrink: 0;
}

.credit-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.credit-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.credit-value {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}


@media (max-width : 992px) {
    .modal-content-header {
        flex-direction: column;
    }
}


/* @media (max-width : 1024px){
    .modal-content-header {
        flex-direction: column;
        align-items: center;
    }
} */

@media(max-width : 1120px) {
    .credit-header {
        width: 100%;

    }

    .credit-row {
        padding: 0;
    }

    .modal-content-header {
        flex-direction: column !important;
        align-items: center;
    }
}



.ek-mulaqat-img{
    max-width: 600px;
}

@media (max-width : 767px) {

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