/* =========================================
ADMISSION PAGE - MASTER PREMIUM CSS
=========================================
*/

/* 1. HERO SECTION & FONTS */
.admission-hero-elite {
    position: relative;
    padding: 30px 0 30px;
    margin: 110px auto 60px;
    background: url('https://i.postimg.cc/W1kZJgrn/3.jpg') no-repeat center center / cover;
    background-attachment: fixed;
    text-align: center;
    overflow: hidden;
    border-radius: 40px;
    max-width: 1320px;
    z-index: 10;
    box-shadow: 0 30px 80px rgba(7, 0, 107, 0.15);
}

.admission-hero-elite::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(7, 0, 107, 0) 0%, rgba(7, 0, 107, 0.95) 100%);
    z-index: 1;
}

.page-hero-header-premium {
    position: relative;
    z-index: 20;
}

/* YANGI SHRIFT: Unbounded */
.title-premium {
    font-family: 'Unbounded', sans-serif !important;
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}

.highlight-text-premium {
    color: transparent;
    -webkit-text-stroke: 2.5px #FFC107;
    position: relative;
    display: inline-block;
}

.highlight-text-premium::before {
    content: 'JARAYONI';
    position: absolute; left: 0; top: 0; width: 0; height: 100%;
    color: #FFC107;
    overflow: hidden;
    border-right: 4px solid #FFC107;
    animation: fillGoldText 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards 0.8s;
}

@keyframes fillGoldText { to { width: 100%; border-right-color: transparent; } }

.premium-line-divider {
    height: 6px; width: 150px;
    background: linear-gradient(90deg, #FFC107, transparent);
    margin: 25px auto 0;
    border-radius: 10px;
}

/* 2. UMUMIY STYLELAR */
.admission-body-wrapper { background-color: #f8faff; padding-bottom: 120px; }
.title-kanit-main { font-weight: 800; font-size: 2.3rem; color: #07006b; }
.text-gold-gradient { background: linear-gradient(90deg, #07006b, #FFC107); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.divider-gold-center { height: 4px; width: 80px; background: #FFC107; margin: 20px auto; border-radius: 5px; }

/* Transfer Grid */
.transfer-grid-premium { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.t-premium-card { background: #fff; padding: 20px 30px; border-radius: 50px; border: 1px solid #eee; font-weight: 700; color: #555; display: flex; align-items: center; gap: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: 0.3s; }
.t-premium-card:hover { background: #07006b; color: #fff; transform: translateY(-5px); }
.t-premium-card i { color: #FFC107; }

/* Test List & Doc Format */
.premium-main-card { background: #fff; padding: 40px; border-radius: 30px; box-shadow: 0 10px 40px rgba(7,0,107,0.05); }
.test-list-elite .tl-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid #f0f0f0; font-size: 1.1rem; font-weight: 600; color: #333; }
.test-list-elite .tl-item span { width: 35px; height: 35px; background: #FFC107; color: #07006b; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-weight: 800; }

.doc-format-premium-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.df-card-mini { background: #f8faff; padding: 20px; border-radius: 15px; font-weight: 700; color: #07006b; border: 1px solid #eee; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; transition: 0.3s; }
.df-card-mini:hover { background: #07006b; color: #fff; transform: scale(1.05); }
.df-card-mini i { font-size: 1.5rem; color: #FFC107; }

/* Video */
.video-container-elite { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.2); border: 5px solid #fff; }

/* =========================================
   3. ULTRA PREMIUM STEPS (SUZIB YURUVCHI KARTALAR)
   ========================================= */

.steps-grid-spaced {
    margin-top: 20px;
    margin-bottom:20px;
    padding: 20px 0;
}

.process-connector-line {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, rgba(7,0,107,0.1) 0%, rgba(7,0,107,0.4) 50%, rgba(7,0,107,0.1) 100%);
    z-index: 0;
}

.step-card-ultra {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    height: 100%;
    overflow: hidden;
}

/* Hover paytida karta yana ko'tariladi */
.step-card-ultra:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 25px 50px rgba(7, 0, 107, 0.15);
    border-color: rgba(255, 193, 7, 0.5);
}

.step-card-ultra::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 5px;
    background: linear-gradient(90deg, #07006b, #FFC107);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.step-card-ultra:hover::before { transform: scaleX(1); }

/* Raqam */
.step-number {
    display: inline-block;
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #cbd5e1;
    margin-bottom: 20px;
    transition: 0.3s;
}
.step-card-ultra:hover .step-number { color: #07006b; transform: scale(1.2); }

/* Ikonka */
.step-icon-wrapper {
    position: relative;
    width: 80px; height: 80px;
    margin: 0 auto 25px;
    display: flex; align-items: center; justify-content: center;
}
.step-icon-inner {
    width: 100%; height: 100%;
    background: #f8faff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px;
    color: #07006b;
    border: 1px solid rgba(7,0,107,0.05);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.step-card-ultra:hover .step-icon-inner {
    background: linear-gradient(135deg, #07006b, #2962ff);
    color: #FFC107;
    transform: rotateY(180deg);
    box-shadow: 0 10px 25px rgba(7, 0, 107, 0.3);
    border-color: transparent;
}
.step-card-ultra:hover .step-icon-inner i { transform: rotateY(-180deg); }

.step-pulse {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    border-radius: 50%;
    border: 1px solid #FFC107;
    opacity: 0;
    z-index: 1;
}
.step-card-ultra:hover .step-pulse { animation: pulseRing 1.5s infinite; }

.step-title {
    font-weight: 800;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: uppercase;
}
.step-desc { font-size: 0.85rem; color: #64748b; margin: 0; font-weight: 500; }

.step-card-ultra.active-step {
    border-bottom: 4px solid #FFC107;
}
.step-card-ultra.active-step .step-icon-inner {
    background: #fff8e1; color: #ff8f00;
}

@keyframes pulseRing {
    0% { width: 80px; height: 80px; opacity: 0.8; }
    100% { width: 130px; height: 130px; opacity: 0; }
}

/* =========================================
   ANIMATSIYA: SUZIB YURISH (Tepaga-Pastga)
   ========================================= */

@keyframes floatUpDown {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-25px); } /* Balandlikka ko'tarilish */
    100% { transform: translateY(0px); }
}

.five-column-row .col {
    animation-name: floatUpDown;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* Har bir ustunga alohida kechikish beramiz */
.five-column-row .col:nth-child(2) { animation-delay: 0.5s; }
.five-column-row .col:nth-child(3) { animation-delay: 1.0s; }
.five-column-row .col:nth-child(4) { animation-delay: 1.5s; }
.five-column-row .col:nth-child(5) { animation-delay: 2.0s; }

@media (max-width: 576px) {
    .five-column-row .col { flex: 0 0 100%; width: 100%; }
}

/* =========================================
   4. PREMIUM ACCORDION STYLES
   ========================================= */

.foundation-premium-accordion {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 1000px;
    margin-left: auto; margin-right: auto;
}

.title-premium-section {
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #07006b;
    margin-bottom: 20px;
}
.text-highlight-gold {
    color: #FFC107;
    text-shadow: 2px 2px 0px rgba(7,0,107,0.1);
}

.premium-divider-icon {
    color: #FFC107; font-size: 1.2rem; margin-top: 15px;
    display: flex; justify-content: center; align-items: center; gap: 10px;
}
.premium-divider-icon .big-star {
    font-size: 1.8rem; animation: pulseStar 2s infinite;
}
@keyframes pulseStar {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.elite-accordion .accordion-item {
    border: none; background: #ffffff; border-radius: 20px !important;
    margin-bottom: 25px; box-shadow: 0 10px 30px rgba(7, 0, 107, 0.08);
    overflow: hidden; transition: all 0.3s ease; border: 1px solid rgba(7,0,107,0.05);
}
.elite-accordion .accordion-item:hover {
    transform: translateY(-5px); box-shadow: 0 15px 40px rgba(7, 0, 107, 0.15);
}

.elite-accordion .accordion-button {
    background: linear-gradient(135deg, #07006b 0%, #1a237e 100%);
    color: #fff; padding: 20px 30px; font-family: 'Unbounded', sans-serif;
    font-size: 1.1rem; font-weight: 700; box-shadow: none !important;
    position: relative; z-index: 1; overflow: hidden;
}

.elite-accordion .accordion-button .btn-content {
    display: flex; align-items: center; gap: 15px; width: 100%;
}

.icon-box-btn {
    width: 45px; height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #FFC107; font-size: 20px; transition: 0.3s;
}

.elite-accordion .accordion-button:not(.collapsed) .icon-box-btn {
    background: #FFC107; color: #07006b; transform: rotate(360deg);
}

.elite-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.elite-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #07006b 0%, #000f37 100%);
}

.elite-accordion .accordion-body { background: #f8faff; padding: 30px; }

.alert-custom {
    background: rgba(7, 0, 107, 0.1); color: #07006b; padding: 15px 20px;
    border-radius: 12px; font-weight: 600; border-left: 4px solid #07006b;
    display: flex; align-items: center; gap: 10px;
}

.modern-list-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px;
}

.list-card {
    background: #fff; padding: 18px 20px; border-radius: 12px;
    display: flex; align-items: center; gap: 15px;
    border: 1px solid #eee; transition: all 0.3s ease; cursor: default;
}

.list-card:hover {
    transform: translateX(10px); border-color: #07006b;
    box-shadow: 0 5px 15px rgba(7, 0, 107, 0.1);
}

.list-icon { font-size: 20px; color: #07006b; width: 30px; text-align: center; }
.list-card span { font-size: 0.95rem; color: #444; font-weight: 500; line-height: 1.4; }

.list-card.gold-border { border-left: 4px solid #FFC107; }
.list-card.gold-border:hover { background: #fff8e1; }
.list-icon.gold { color: #d39e00; }

.list-card.special-card {
    background: linear-gradient(90deg, #07006b, #1a237e); color: #fff;
}
.list-card.special-card .list-icon { color: #FFC107; }
.list-card.special-card span { color: #fff; }

@media (max-width: 768px) {
    .elite-accordion .accordion-button { padding: 15px; font-size: 0.9rem; }
    .btn-text { text-align: left; }
    .modern-list-grid { grid-template-columns: 1fr; }
    .title-premium-section { font-size: 1.8rem; }
}

/* =========================================
   NEW CERTIFICATE GRID STYLES
   ========================================= */

/* Sarlavha ajratuvchisi */
.cert-section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.cert-divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #07006b, transparent);
    flex-grow: 1;
    opacity: 0.3;
}
.cert-divider-text {
    font-family: 'Unbounded', sans-serif;
    font-size: 0.9rem;
    color: #07006b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cert-divider-text i {
    color: #FFC107;
}

/* Grid Layout */
.cert-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
}

/* Individual Card */
.cert-card-modern {
    background: #ffffff;
    border: 1px solid rgba(7, 0, 107, 0.08);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

/* Hover Effects */
.cert-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(7, 0, 107, 0.1);
    border-color: #FFC107;
}

/* Icon Styles */
.cert-icon-box {
    width: 35px;
    height: 35px;
    background: rgba(7, 0, 107, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07006b;
    font-size: 0.9rem;
    transition: 0.3s;
    flex-shrink: 0;
}

.cert-card-modern:hover .cert-icon-box {
    background: #FFC107;
    color: #fff;
    transform: rotate(360deg);
}

/* Text Styles */
.cert-info {
    display: flex;
    flex-direction: column;
}

.cert-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.2;
}

.cert-score {
    font-size: 0.85rem;
    color: #FFC107;
    font-weight: 800;
    font-family: 'Unbounded', sans-serif;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 480px) {
    .cert-grid-premium {
        grid-template-columns: 1fr 1fr;
    }
    .cert-card-modern {
        flex-direction: column;
        text-align: center;
        padding: 12px;
    }
    .cert-info {
        align-items: center;
    }
}

/* =========================================
   MAIN REQUIREMENTS (DOCS) STYLES
   ========================================= */

/* Grid - Katta ekranlarda 3 ta ustun, telefonda 1 ta */
.main-req-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Karta dizayni */
.req-card-elite {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(7, 0, 107, 0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

/* Hover effekti */
.req-card-elite:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(7, 0, 107, 0.1);
    border-color: rgba(255, 193, 7, 0.5); /* Tilla rang */
}

/* Ikonka qutisi */
.req-icon-box {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #07006b, #1a237e); /* To'q ko'k gradient */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFC107; /* Ikonka tilla rangda */
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(7, 0, 107, 0.2);
}

.req-card-elite:hover .req-icon-box {
    background: #FFC107;
    color: #07006b;
    transform: scale(1.1) rotate(-10deg);
    transition: 0.3s;
}

/* Matn qismi */
.req-content {
    display: flex;
    flex-direction: column;
}

.req-title {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #07006b;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.req-desc {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.3;
    font-weight: 500;
}

/* Responsive moslashuv */
@media (max-width: 576px) {
    .main-req-grid {
        grid-template-columns: 1fr; /* Telefonda vertikal bo'ladi */
    }
    .req-card-elite {
        padding: 15px;
    }
}

/* SHAJARA (TREE) STRUKTURASI */
.tree-container {
    position: relative;
    padding-left: 10px;
}

.tree-root {
    background: #07006b;
    color: #FFC107;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(7,0,107,0.15);
    z-index: 2;
    position: relative;
}

.tree-branch-wrapper {
    position: relative;
    padding-left: 40px;
    border-left: 2px dashed #cbd5e1;
    margin-left: 20px;
}

.tree-leaf {
    position: relative;
    margin-bottom: 20px;
}

/* Bog'lovchi gorizontal chiziq */
.tree-leaf::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 25px;
    width: 40px;
    height: 2px;
    background: #cbd5e1;
}

.lang-root-card {
    border: 1px solid #FFC107 !important;
    background: #fffdf5 !important;
}

/* Til sertifikatlari shoxchalari */
.sub-tree-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    padding: 20px;
    margin-top: 10px;
    margin-left: 20px;
    border-left: 2px solid #FFC107;
    background: rgba(255, 193, 7, 0.03);
    border-radius: 0 15px 15px 0;
}

.sub-leaf {
    background: #fff;
    border: 1px solid #eee;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #07006b;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub-leaf:hover {
    background: #FFC107;
    color: #07006b;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .tree-branch-wrapper {
        padding-left: 25px;
        margin-left: 10px;
    }
    .tree-leaf::before {
        width: 25px;
        left: -25px;
    }
    .sub-tree-grid {
        grid-template-columns: 1fr 1fr;
        margin-left: 10px;
    }
}

/* =========================================
   ONLINE APPLY - COMPACT PREMIUM STYLES
   ========================================= */

.apply-compact-wrap {
    padding: 40px 0; /* Bo'shliq kamaytirildi */
    position: relative;
}

.apply-premium-bar {
    background: rgba(7, 0, 107, 0.9); /* To'q ko'k */
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 30px;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(7, 0, 107, 0.15);
}

/* Orqa fondagi tilla nur effekti */
.bar-glow {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.1) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.apply-info-side {
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 1;
}

.apply-badge-mini {
    background: rgba(255, 193, 7, 0.1);
    color: #FFC107;
    padding: 8px 15px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.apply-title-new {
    font-family: 'Unbounded', sans-serif;
    color: #fff;
    font-size: 1.6rem; /* Ixcham o'lcham */
    margin: 0;
    font-weight: 800;
}

.gold-gradient-text {
    background: linear-gradient(90deg, #FFC107, #FFECB3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.apply-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 5px 0 0 0;
    font-weight: 400;
}

/* PREMIUM SLIM BUTTON */
.btn-premium-slim {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #FFC107;
    padding: 10px 10px 10px 25px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

.btn-premium-slim .btn-text {
    color: #07006b;
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.btn-icon-circle {
    width: 40px;
    height: 40px;
    background: #07006b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFC107;
    transition: 0.3s;
}

.btn-premium-slim:hover {
    transform: translateY(-3px) scale(1.02);
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-premium-slim:hover .btn-icon-circle {
    transform: rotate(-45deg);
    background: #FFC107;
    color: #07006b;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .apply-premium-bar {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 30px;
    }
    .apply-info-side {
        flex-direction: column;
        gap: 15px;
    }
    .apply-title-new {
        font-size: 1.4rem;
    }
}

/* Harakat zonasi - vertikal joylashuv */
.apply-action-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px; /* Tugma va matn orasidagi masofa */
    z-index: 1;
}

/* Tugma tagidagi maxsus status yozuvi */
.apply-status-note {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFC107; /* Tilla rang */
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.apply-status-note i {
    font-size: 0.9rem;
    animation: flashIcon 2s infinite;
}

/* Ikonka uchun kichik chaqnash animatsiyasi */
@keyframes flashIcon {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
}

/* Mobil moslashuv */
@media (max-width: 991px) {
    .apply-premium-bar {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }
    .apply-action-side {
        width: 100%;
    }
}