* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --navy: #0B2545;
    --navy2: #1A4A8A;
    --navy3: #2C5F9E;
    --gold: #B8860B;
    --goldb: #D4A017;
    --line: #E2E8F0;
    --bg: #FFFFFF;
    --bg2: #F8FAFC;
    --t1: #0F172A;
    --t2: #475569;
    --t3: #94A3B8
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    color: var(--t1);
    background: #fff
}

.kw {
    color: #0C447C;
    font-weight: 500
}

.label-tag {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #854F0B
}

.gold-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #FAEEDA;
    border: 0.5px solid #EF9F27;
    border-radius: 99px;
    padding: 3px 11px;
    font-size: 11px;
    color: #633806;
    font-weight: 500
}

.navy-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #E6F1FB;
    border: 0.5px solid #85B7EB;
    border-radius: 99px;
    padding: 3px 11px;
    font-size: 11px;
    color: #0C447C;
    font-weight: 500
}

.dot6 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0
}

.dot-gold {
    background: #BA7517
}

.dot-navy {
    background: #185FA5
}

.dot-green {
    background: #1D9E75
}

/* .sec{padding:52px 20px;max-width:860px;margin:0 auto} */
.sec-sm {
    padding: 32px 20px;
    max-width: 860px;
    margin: 0 auto
}

.divider {
    height: 0.5px;
    background: var(--line);
    margin: 0 20px
}

.sec-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #854F0B;
    margin-bottom: 6px
}

.sec-h {
    font-size: 22px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 8px;
    line-height: 1.3
}

.sec-sub {
    font-size: 14px;
    color: var(--t2);
    line-height: 1.75;
    max-width: 580px
}

.card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 12px;
    padding: 20px
}

.card-sm {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 8px;
    padding: 16px
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 24px
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 24px
}

.grid4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 24px
}

.btn-p {
    display: inline-block;
    background: #0B2545;
    color: #fff;
    border: none;
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit
}

.btn-o {
    display: inline-block;
    background: transparent;
    color: var(--t1);
    border: 0.5px solid #CBD5E1;
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit
}

/* Notice bar */
.notice-bar {
    background: #0B2545;
    padding: 9px 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

.notice-bar p {
    font-size: 12px;
    color: rgba(255, 255, 255, .7)
}

.notice-bar span {
    font-size: 12px;
    color: #FAC775;
    font-weight: 500;
    flex-shrink: 0
}

/* Breadcrumb */
.breadcrumb {
    padding: 12px 20px;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    gap: 6px;
    align-items: center
}

.breadcrumb a {
    font-size: 12px;
    color: var(--t3);
    text-decoration: none
}

.breadcrumb a:hover {
    color: var(--t2)
}

.breadcrumb span {
    font-size: 12px;
    color: var(--t3)
}

.breadcrumb strong {
    font-size: 12px;
    color: var(--t2)
}

/* Stat bar */
.stat-bar {
    background: #0B2545;
    padding: 36px 20px
}

.stat-inner {
    max-width: 860px;
    margin: 0 auto
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .08);
    border: 0.5px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px
}

.stat-n {
    font-size: 26px;
    font-weight: 500;
    color: #FAC775;
    display: block;
    line-height: 1
}

.stat-d {
    font-size: 11px;
    color: rgba(255, 255, 255, .45);
    margin-top: 5px;
    letter-spacing: .02em
}

/* Hero */
.hero-section {
    padding: 64px 20px 48px;
    max-width: 860px;
    margin: 0 auto
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #E6F1FB;
    border: 0.5px solid #85B7EB;
    border-radius: 99px;
    padding: 5px 14px;
    margin-bottom: 22px
}

.hero-badge-text {
    font-size: 11px;
    color: #0C447C;
    font-weight: 500;
    letter-spacing: .04em
}

h1.hero-h {
    font-size: clamp(24px, 4.5vw, 40px);
    font-weight: 500;
    line-height: 1.22;
    color: var(--t1);
    margin-bottom: 18px;
    max-width: 660px
}

h1.hero-h em {
    font-style: normal;
    color: #185FA5
}

.hero-p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--t2);
    max-width: 580px;
    margin-bottom: 28px
}

.hero-ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.eeat-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.eeat-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--bg2);
    border: 0.5px solid var(--line);
    border-radius: 99px;
    padding: 4px 12px;
    font-size: 11px;
    color: var(--t2)
}

.chip-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0
}

/* Location highlight */
.loc-bar {
    background: #E6F1FB;
    border-top: 0.5px solid #B5D4F4;
    border-bottom: 0.5px solid #B5D4F4;
    padding: 14px 20px
}

.loc-inner {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap
}

.loc-item {
    display: flex;
    align-items: center;
    gap: 7px
}

.loc-item svg {
    width: 14px;
    height: 14px;
    stroke: #185FA5;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
}

.loc-text {
    font-size: 12px;
    color: #0C447C
}

.loc-text strong {
    font-weight: 500
}

/* Course cards */
.course-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: border-color .15s
}

.course-card:hover {
    border-color: #85B7EB
}

.c-badge {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0C447C;
    background: #E6F1FB;
    padding: 2px 9px;
    border-radius: 99px;
    display: inline-block;
    margin-bottom: 10px
}

.c-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 6px
}

.c-detail {
    font-size: 12px;
    color: var(--t2);
    line-height: 1.6
}

.c-kw {
    font-size: 11px;
    color: #185FA5;
    margin-top: 8px;
    font-weight: 500
}

/* Area coverage pills */
.area-wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px
}

.area-pill {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 99px;
    padding: 6px 14px;
    font-size: 12px;
    color: var(--t2);
    display: flex;
    align-items: center;
    gap: 5px
}

/* Why cards */
.why-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 8px;
    padding: 18px
}

.why-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #E6F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.why-icon svg {
    width: 16px;
    height: 16px;
    stroke: #185FA5;
    fill: none;
    stroke-width: 1.5
}

.why-t {
    font-size: 13px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 5px
}

.why-d {
    font-size: 12px;
    color: var(--t2);
    line-height: 1.6
}

/* Topper cards */
.topper-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 12px;
    padding: 18px
}

.topper-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #FAEEDA;
    color: #633806;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .07em;
    border-radius: 99px;
    padding: 3px 10px;
    margin-bottom: 10px
}

.topper-name {
    font-size: 15px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 2px
}

.topper-rank {
    font-size: 12px;
    color: #185FA5;
    font-weight: 500;
    margin-bottom: 8px
}

.topper-q {
    font-size: 12px;
    color: var(--t2);
    line-height: 1.65;
    font-style: italic
}

.topper-meta {
    font-size: 11px;
    color: var(--t3);
    margin-top: 8px;
    padding-top: 8px;
    border-top: 0.5px solid var(--line)
}

/* Review cards */
.review-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 12px;
    padding: 18px
}

.stars {
    color: #BA7517;
    font-size: 12px;
    margin-bottom: 8px
}

.review-q {
    font-size: 13px;
    color: var(--t1);
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 10px
}

.review-src {
    font-size: 11px;
    color: var(--t3);
    display: flex;
    align-items: center;
    gap: 6px
}

.src-d {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--line);
    flex-shrink: 0
}

/* Trust items */
.trust-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 24px
}

.trust-item {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.chk-circ {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E6F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px
}

.chk-circ svg {
    width: 11px;
    height: 11px;
    stroke: #185FA5;
    fill: none;
    stroke-width: 2.5
}

.trust-t {
    font-size: 13px;
    color: var(--t1);
    line-height: 1.55
}

.trust-t strong {
    display: block;
    font-weight: 500;
    margin-bottom: 2px
}

/* Auth bar */
.auth-bar {
    background: var(--bg2);
    border-top: 0.5px solid var(--line);
    border-bottom: 0.5px solid var(--line);
    padding: 18px 20px
}

.auth-inner {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center
}

.auth-item {
    display: flex;
    align-items: center;
    gap: 7px
}

.auth-item svg {
    width: 14px;
    height: 14px;
    stroke: #185FA5;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
}

.auth-text {
    font-size: 12px;
    color: var(--t2)
}

.auth-text strong {
    color: var(--t1);
    font-weight: 500
}

/* FAQ */
.faq-wrap {
    border-top: 0.5px solid var(--line);
    margin-top: 24px
}

.faq-item {
    border-bottom: 0.5px solid var(--line);
    padding: 16px 0
}

.faq-q {
    font-size: 14px;
    font-weight: 500;
    color: var(--t1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer
}

.faq-icon {
    flex-shrink: 0;
    color: var(--t3);
    font-size: 18px;
    line-height: 1;
    transition: transform .2s
}

.faq-a {
    font-size: 13px;
    color: var(--t2);
    line-height: 1.7;
    margin-top: 10px;
    display: none
}

.faq-item.open .faq-a {
    display: block
}

.faq-item.open .faq-icon {
    transform: rotate(45deg)
}

/* CTA box */
.cta-box {
    background: #0B2545;
    padding: 56px 20px;
    text-align: center
}

.cta-inner {
    max-width: 540px;
    margin: 0 auto
}

.cta-h {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.35
}

.cta-p {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.75;
    margin-bottom: 28px
}

.cta-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.cta-btn-p {
    background: #D4A017;
    color: #0B2545;
    border: none;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit
}

.cta-btn-o {
    background: transparent;
    color: rgba(255, 255, 255, .8);
    border: 0.5px solid rgba(255, 255, 255, .3);
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit
}

/* KW section */
.kw-section {
    background: #E6F1FB;
    border-top: 0.5px solid #B5D4F4;
    border-bottom: 0.5px solid #B5D4F4;
    /* padding: 22px 20px */
}

.kw-section-inner {
    max-width: 860px;
    margin: 0 auto
}

.kw-title {
    font-size: 12px;
    font-weight: 500;
    color: #0C447C;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.kw-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.kw-tag {
    background: #fff;
    border: 0.5px solid #85B7EB;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    color: #0C447C;
    font-weight: 500
}

.kw-block {
    background: #E6F1FB;
    border: 0.5px solid #B5D4F4;
    border-radius: 0;
    padding: 16px 20px;
    border-left: 3px solid #185FA5
}

.kw-block p {
    font-size: 13px;
    color: #0C447C;
    line-height: 1.7
}

/* Founder card */
.founder-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 12px;
    padding: 22px
}

.f-init {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #E6F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #0C447C;
    flex-shrink: 0
}

.f-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 1px
}

.f-title {
    font-size: 12px;
    color: var(--t2);
    margin-bottom: 10px
}

.f-bio {
    font-size: 13px;
    color: var(--t2);
    line-height: 1.65
}

.cred-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #FAEEDA;
    border: 0.5px solid #FAC775;
    border-radius: 99px;
    padding: 3px 10px;
    font-size: 11px;
    color: #633806;
    font-weight: 500;
    margin-bottom: 10px
}

/* Map placeholder */
.map-box {
    background: var(--bg2);
    border: 0.5px solid var(--line);
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px
}

.map-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #854F0B;
    margin-bottom: 8px
}

.map-addr {
    font-size: 14px;
    font-weight: 500;
    color: var(--t1);
    margin-bottom: 4px
}

.map-detail {
    font-size: 13px;
    color: var(--t2);
    margin-bottom: 14px
}

































.branch-hero {
    background: linear-gradient(144deg, #0f4809, #093a7a);
    padding: 90px 0;
    color: #fff;
}

.branch-badge {
    display: inline-block;
    background: #ffc107;
    color: #000;
    padding: 6px 16px;
    font-weight: 500;
    border-radius: 30px;
    margin-bottom: 15px;
}

@media (max-width:768px) {
    .branch-badge {
        width: 100%;
        display: inline-block;
        background: #ffc107;
        color: #000;
        padding: 4px 8px;
        font-weight: 500;
        border-radius: 30px;
        margin-bottom: 15px;
    }
}

.branch-hero h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.branch-hero p {
    font-size: 15px;
    opacity: 0.95;
}

/* Stats */
.stats-box h5 {
    margin: 0;
    font-weight: 700;
}

.stats-box span {
    font-size: 14px;
}

/* Form Card */
.sliderFormCss {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.inputcssBanner {
    width: 100%;
}

/* Buttons */
.whatsapp-btnSukr {
    background: #25d366;
    padding: 4px 12px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.call-btnSukr {
    background: #007bff;
    padding: 4px 12px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.form-heding {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    .branch-hero {
        padding: 60px 0;
    }
}




.hero-ctas {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Primary Button */
.cta-main {
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
}

/* Call Button */
.cta-call {
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-call:hover {
    background: #fff;
    color: #000;
}

/* Download Button */
.cta-download {
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-download:hover {
    background: #f1f1f1;
}

/* Mobile */
@media (max-width: 576px) {
    .hero-ctas {
        flex-direction: column;
    }

    .hero-ctas a {
        width: 100%;
        text-align: center;
    }
}



.eeat-row {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* CHIP BASE */
.eeat-chip {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px 14px;
    border-radius: 50px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;

    transition: all 0.25s ease;
}

/* DOT */
.chip-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffc107, #ff7b00);
    flex-shrink: 0;
}

/* TEXT */
.chip-text {
    color: white;
}

/* HOVER (SUBTLE PREMIUM EFFECT) */
.eeat-chip:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .eeat-row {
        gap: 10px;
    }

    .chip-text {
        white-space: normal;
    }
}










/* SECTION SPACING */
.about-branch {
    background: #f9fafc;
}

/* HEADING */
.about-branch h2 {
    font-size: 32px;
    letter-spacing: -0.3px;
}

/* BADGE */
.about-branch .badge {
    font-size: 12px;
    letter-spacing: 0.6px;
}

/* CARD PREMIUM */
.founder-card-hover {
    border-radius: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.founder-card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* PROFILE CIRCLE */
.founder-card-hover .rounded-circle {
    background: linear-gradient(135deg, #0d6efd, #0f4809);
    font-size: 20px;
}

/* TEXT IMPROVE */
.founder-card-hover p {
    color: #555;
}

/* BADGE (CA) */
.badge.bg-success-subtle {
    font-size: 12px;
    border-radius: 20px;
}

/* ALERT BOX PREMIUM */
.about-branch .alert {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e9ecef;
}

.about-branch .alert:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .about-branch h2 {
        font-size: 24px;
    }
}










.pro-badge {
    display: inline-block;
    padding: 6px 16px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.2);
    border-radius: 50px;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.pro-badge:hover {
    background: rgba(13, 110, 253, 0.15);
    border-color: rgba(13, 110, 253, 0.4);
}








.info-premium-box {
    position: relative;
    background: #ffffff;

    border-radius: 14px;
    padding: 20px 22px;

    border: 1px solid #e9ecef;
    border-left: 4px solid #0d6efd;
    /* LEFT ACCENT */

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;
}

/* subtle gradient highlight */
.info-premium-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(120deg, transparent, rgba(13, 110, 253, 0.06), transparent);
    opacity: 0;
    transition: 0.3s;
}

/* hover effect */
.info-premium-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.info-premium-box:hover::before {
    opacity: 1;
}

/* title */
.info-title {
    font-size: 16px;
    color: #111;
    letter-spacing: -0.2px;
}

/* text */
.info-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* responsive */
@media (max-width: 576px) {
    .info-premium-box {
        padding: 16px;
    }
}










.stat-bar {
    background: linear-gradient(135deg, #0f4809, #093a7a);
    color: #fff;
}

/* LABEL */
.stat-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.8;
}

/* GRID */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    text-align: center;
}

/* CELL */
.stat-cell {
    padding: 10px;
}

/* NUMBER */
.stat-n {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* PLUS */
.plus {
    font-size: 20px;
    margin-left: 2px;
}

/* DESC */
.stat-d {
    font-size: 14px;
    opacity: 0.85;
    margin-top: 5px;
    color: white;
}

/* HOVER */
.stat-cell:hover {
    transform: translateY(-4px);
    transition: 0.3s;
}

/* MOBILE */
@media (max-width: 576px) {
    .stat-n {
        font-size: 28px;
    }
}



.stat-number {
    display: inline-flex;
    align-items: baseline;
    /* number ke saath perfectly align */
    gap: 2px;
}

.stat-n {
    font-size: 34px;
    font-weight: 700;
}

.plus {
    font-size: 34px;
    font-weight: 700;
    color: #FAC775;
}














/* SECTION */
.sec {
    margin-top: 70px;
}

/* LABEL */
.sec-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0d6efd;
    margin-bottom: 10px;
}

/* HEADING */
.sec-h {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* SUBTEXT */
.sec-sub {
    font-size: 15px;
    color: #666;
    max-width: 800px;
}

/* GRID */
.grid2 {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* CARD */
.course-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;

    border: 1px solid #eee;
    transition: all 0.3s ease;

    position: relative;
    overflow: hidden;
}

/* LEFT ACCENT */
.course-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #0d6efd, #0f4809);
    opacity: 0.8;
}

/* HOVER */
.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* BADGE */
.c-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    margin-bottom: 10px;
}

/* TITLE */
.c-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* DETAIL */
.c-detail {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* KEYWORDS */
.c-kw {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}

/* SCHOLARSHIP BLOCK */
.kw-block {
    margin-top: 25px;
    padding: 18px 20px;
    border-radius: 12px;

    background: #f8f9fa;
    border-left: 4px solid #0d6efd;
}

.kw-block p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sec-h {
        font-size: 24px;
    }
}








/* SECTION */
.sec {
    margin-top: 70px;
}

/* LABEL */
.sec-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0d6efd;
    margin-bottom: 10px;
}

/* HEADING */
.sec-h {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* SUBTEXT */
.sec-sub {
    font-size: 15px;
    color: #666;
    max-width: 750px;
}



.grid3 {
    margin-top: 30px;
    display: grid;

    /* ЁЯСЗ FIXED 4 columns */
    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

/* ЁЯСЙ last 2 cards ko center karne ke liye */
.grid3 .why-card:nth-child(5) {
    grid-column: 2 / 3;
}

.grid3 .why-card:nth-child(6) {
    grid-column: 3 / 4;
}





/* CARD */
.why-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;

    border: 1px solid #eee;
    transition: all 0.3s ease;

    position: relative;
    overflow: hidden;
}

/* TOP ACCENT LINE */
.why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #0f4809);
}

/* HOVER */
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* ICON BOX */
.why-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(13, 110, 253, 0.08);
    margin-bottom: 12px;
}

.why-icon svg {
    width: 20px;
    height: 20px;
    stroke: #0d6efd;
    fill: none;
    stroke-width: 2;
}

/* TITLE */
.why-t {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* DESC */
.why-d {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sec-h {
        font-size: 24px;
    }
}







/* HEADING */




/* AREA WRAP */
.area-wrap {
    margin-top: 25px;

    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* PILL */
.area-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 14px;
    border-radius: 30px;

    background: #f8f9fa;
    border: 1px solid #eee;

    font-size: 13px;
    font-weight: 500;

    transition: all 0.3s ease;
    cursor: default;
}

/* HOVER */
.area-pill:hover {
    border: #1d75ea 1px solid;
    color: black;
    transform: translateY(-2px);
}

/* DOT */
.dot6 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.dot-navy {
    background: #0d6efd;
}

/* KW BLOCK */
.kw-block {
    margin-top: 25px;
    padding: 18px 20px;
    border-left: 4px solid #0d6efd;
    background: #f8f9fa;
    border-radius: 12px;
}

.kw-block p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sec-h {
        font-size: 24px;
    }
}





/* SECTION */
.skt-topper-section {
    margin-top: 70px;
}

/* LABEL */
.skt-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0d6efd;
    margin-bottom: 10px;
}

/* TITLE */
.skt-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* SUBTITLE */
.skt-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 850px;
    margin: 0 auto;
}

/* GRID */
.skt-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

/* CARD */
.skt-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 20px;

    position: relative;
    transition: 0.3s;
}

/* TOP BORDER */
.skt-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #684fbb);
}

/* HOVER */
.skt-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* BADGE */
.skt-badge {
    display: inline-block;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 10px;
}

/* NAME */
.skt-name {
    font-size: 18px;
    font-weight: 600;
}

/* RANK */
.skt-rank {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

/* QUOTE */
.skt-quote {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* META */
.skt-meta {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

/* BUTTON */
.skt-btn {
    padding: 10px 16px;
    border: none;
    background: #0d6efd;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
}

/* FOOTER */
.skt-footer {
    margin-top: 14px;
    text-align: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .skt-title {
        font-size: 24px;
    }
}





















.skt-rev-section {
    margin-top: 70px;
}

/* HEADER */
.skt-rev-label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0d6efd;
    font-weight: 600;
}

.skt-rev-title {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
}

.skt-rev-sub {
    font-size: 15px;
    color: #666;
    max-width: 850px;
    margin: auto;
}

/* GRID */
.skt-rev-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

/* BASE CARD */
.skt-rev-card {
    padding: 22px;
    border-radius: 16px;
    transition: 0.3s;
    position: relative;
    border: 1px solid #eee;
}

/* HOVER COMMON */
.skt-rev-card:hover {
    transform: translateY(-6px);
}

/* тнР STYLE A (Clean Blue Premium) */
.skt-style-a {
    background: #f7faff;
    border-left: 4px solid #0d6efd;
}

/* тнР STYLE B (Warm Luxury Gold) */
.skt-style-b {
    background: #fffaf3;
    border-left: 4px solid #ba7517;
}

/* тнР STYLE C (Soft Green Trust) */
.skt-style-c {
    background: #f4fff8;
    border-left: 4px solid #1d9e75;
}

/* тнР STYLE D (Soft Purple Elite) */
.skt-style-d {
    background: #f7f4ff;
    border-left: 4px solid #684fbb;
}

/* STARS */
.skt-stars {
    color: #f5b301;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

/* TEXT */
.skt-rev-text {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

/* SOURCE */
.skt-rev-src {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

/* INFO BOX */
.skt-rev-info {
    margin-top: 20px;
    padding: 18px 20px;
    background: #f8f9fa;
    border-left: 4px solid #ba7517;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}










.skt-auth-bar {
    margin-top: 20px;
    background: #0D423D;
}

/* INNER WRAPPER */
.skt-auth-inner {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;

    padding: 16px 18px;


    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* ITEM CARD */
.skt-auth-item {
    flex: 1;
    min-width: 260px;

    display: flex;
    align-items: flex-start;
    gap: 10px;

    padding: 12px 14px;
    border-radius: 12px;

    background: #fff;
    border: 1px solid #f0f0f0;

    transition: 0.3s ease;
}

/* HOVER PREMIUM FEEL */
.skt-auth-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* ICON */
.skt-auth-item svg {
    width: 18px;
    height: 18px;
    stroke: #684fbb;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
    margin-top: 2px;
}

/* TEXT */
.skt-auth-text {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.skt-auth-text strong {
    color: #111;
    font-weight: 600;
}



















.skt-trust-sec {
    margin-top: 70px;
}

/* HEADER */
.skt-trust-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #684fbb;
    font-weight: 600;
}

.skt-trust-title {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
}

.skt-trust-sub {
    font-size: 15px;
    color: #666;
}

/* GRID */
.skt-trust-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

/* CARD */
.skt-trust-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px;

    display: flex;
    gap: 12px;

    transition: 0.3s ease;
    position: relative;
}

/* HOVER */
.skt-trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* LEFT CHECK STYLE (no icon library) */
.skt-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;

    background: #1d9e75;
    flex-shrink: 0;
    margin-top: 4px;

    position: relative;
}

.skt-check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* TEXT */
.skt-trust-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #111;
}

.skt-trust-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}











.br-visit-section {
    padding: 70px 20px;
    background: linear-gradient(180deg, #0f172a, #111827);
    color: #fff;
}

/* Header */
.br-visit-head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 30px;
}

.br-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 999px;
    font-size: 12px;
    margin-bottom: 12px;
}

.br-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.br-subtitle {
    font-size: 14px;
    opacity: .8;
    line-height: 1.6;
}

/* MAP CARD */
.br-map-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 25px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

/* TOP CONTENT */
.br-map-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.br-map-address {
    font-size: 13px;
    opacity: .85;
}

.br-map-landmark {
    font-size: 12px;
    opacity: .6;
    margin-top: 4px;
}

/* ACTION BUTTONS */
.br-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.br-btn {
    padding: 10px 14px;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    font-weight: 500;
}

/* Button Styles */
.br-call {
    background: #22c55e;
    color: #fff;
}

.br-ivr {
    background: #3b82f6;
    color: #fff;
}

.br-wa {
    background: #25D366;
    color: #fff;
}

.br-mail {
    background: #f59e0b;
    color: #111;
}

/* hover */
.br-btn:hover {
    transform: translateY(-3px);
    opacity: .9;
}

/* Branch strip */
.br-branch-strip {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    opacity: .8;
}

.br-coming {
    opacity: .4;
}









.br-faq-section {
    padding: 80px 20px;
    background: aliceblue;
    color: black;
}

/* HEAD */
.br-faq-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(99, 102, 241, .15);
    border: 1px solid rgba(99, 102, 241, .4);
    font-size: 12px;
    margin-bottom: 10px;
}

.br-faq-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* FAQ BOX */
.br-faq-wrap {
    display: flex;
    flex-direction: column;
}



/* QUESTION */
.br-faq-q {
    padding: 14px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.br-faq-q span {
    font-size: 18px;
    opacity: .7;
}

/* ANSWER */
.br-faq-a {
    padding: 0 16px 14px;
    font-size: 13px;
    opacity: .85;
    line-height: 1.6;
    display: none;
}



/* IMAGE SIDE */
.br-faq-image-card {
    padding: 10px;
}

.br-faq-img {
    height: 500px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width:768px) {
    .br-faq-img {
        height: 300px;
        border-radius: 18px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
        border: 1px solid rgba(255, 255, 255, .1);
    }
}









.br-faq-a {
    display: none;
    padding: 12px 15px;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #eee;
    line-height: 1.7;
}

.br-faq-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.br-faq-q {
    cursor: pointer;
    padding: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.br-faq-item.active .br-faq-a {
    display: block;
}

.br-faq-item.active span {
    transform: rotate(45deg);
}









.kw-tag {
    background: #ffffff;
    color: #333;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    transition: all 0.3s ease;
}

.kw-tag:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    transform: translateY(-2px);
}









.sk-cta-wrap {
    width: 100% ;
    background: #f8f9fa;
}

.sk-cta-box {
    width: 100%;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* heading */
.sk-cta-heading {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
}

/* paragraph */
.sk-cta-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    max-width: 850px;
}

/* footer text */
.sk-cta-footer {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

/* buttons */
.sk-cta-btn-main,
.sk-cta-btn-outline {
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sk-cta-btn-main:hover,
.sk-cta-btn-outline:hover {
    transform: translateY(-2px);
}

/* glow circle */
.sk-cta-glow-circle {
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    filter: blur(6px);
}

/* mobile */
@media (max-width: 768px) {
    .sk-cta-heading {
        font-size: 24px;
    }

    .sk-cta-text {
        font-size: 14px;
    }
}










/* navbar */
.skrnx-header-wrap{
    width:100%;
    background:#ffffff;
    position:sticky;
    top:0;
    left:0;
    z-index:99999;
    box-shadow:0 2px 20px rgba(0,0,0,0.07);
}

.skrnx-header-container{
    max-width:1320px;
    margin:auto;
    padding:9px 80px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

@media (max-width:768px) {
    .skrnx-header-container{
    max-width:1320px;
    margin:auto;
    padding:16px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
}

.skrnx-logo-area img{
    width:250px;
    display:block;
}

.skrnx-navbar-area{
    flex:1;
    display:flex;
    justify-content:center;
}

.skrnx-nav-list{
    display:flex;
    align-items:center;
    gap:38px;
    list-style:none;
    margin:0;
    padding:0;
}

.skrnx-nav-list li a{
    text-decoration:none;
    color:#111111;
    font-size:15px;
    font-weight:600;
    transition:0.3s;
    position:relative;
}

.skrnx-nav-list li a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-6px;
    width:0%;
    height:2px;
    background:#e11d48;
    transition:0.3s;
}

.skrnx-nav-list li a:hover{
    color:#e11d48;
}

.skrnx-nav-list li a:hover::after{
    width:100%;
}

/* BUTTONS */

.skrnx-action-box{
    display:flex;
    align-items:center;
    gap:14px;
}

.skrnx-call-btn{
    text-decoration:none;
    background:#111111;
    color:#ffffff;
    padding:11px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    transition:0.3s;
}

.skrnx-call-btn:hover{
    background:#e11d48;
    color:#ffffff;
}

.skrnx-enquiry-btn{
    text-decoration:none;
    background:linear-gradient(135deg,#e11d48,#7c3aed);
    color:#ffffff;
    padding:11px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    transition:0.3s;
}

.skrnx-enquiry-btn:hover{
    transform:translateY(-2px);
    color:#ffffff;
}

/* MOBILE BTN */

.skrnx-mobile-toggle{
    display:none;
    border:none;
    background:none;
    font-size:30px;
    cursor:pointer;
    line-height:1;
}

/* MOBILE MENU */

.skrnx-mobile-menu-box{
    display:none;
    flex-direction:column;
    background:#ffffff;
    padding:10px 20px 20px;
    border-top:1px solid #eeeeee;
}

.skrnx-mobile-menu-box a{
    text-decoration:none;
    color:#111111;
    padding:14px 0;
    font-size:15px;
    font-weight:600;
    border-bottom:1px solid #f2f2f2;
}

/* RESPONSIVE */

@media(max-width:991px){

    .skrnx-navbar-area{
        display:none;
    }

    .skrnx-action-box{
        display:none;
    }

    .skrnx-mobile-toggle{
        display:block;
    }

    .skrnx-mobile-menu-box.skrnx-show-menu{
        display:flex;
    }

    .skrnx-logo-area img{
        width:180px;
    }

}





/* footer */


.zrnx-footer{
    background:#0f172a;
    color:#fff;
    padding-top:70px;
    font-family:sans-serif;
}

.zrnx-footer-top{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    padding-bottom:50px;
}

.zrnx-footer-logo{
    width:220px;
    margin-bottom:10px;
}

.zrnx-footer-box p{
    color:#cbd5e1;
    font-size:15px;
    line-height:1.8;
    margin-bottom:14px;
}

.zrnx-footer-box h3{
    font-size:22px;
    margin-bottom:22px;
    color:#fff;
    font-weight:700;
}

.zrnx-footer-box ul{
    padding:0;
    margin:0;
    list-style:none;
}

.zrnx-footer-box ul li{
    margin-bottom:14px;
}

.zrnx-footer-box ul li a{
    color:#cbd5e1;
    text-decoration:none;
    transition:0.3s;
    font-size:15px;
}

.zrnx-footer-box ul li a:hover{
    color:#ffffff;
    padding-left:5px;
}

.zrnx-footer-box p i{
    margin-right:10px;
    color:#ffffff;
}

.zrnx-footer-box a{
    color:#cbd5e1;
    text-decoration:none;
}

.zrnx-social-links{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.zrnx-social-links a{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,0.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:16px;
    transition:0.3s;
}

.zrnx-social-links a:hover{
    background:#ffffff;
    color:#0f172a;
    transform:translateY(-3px);
}

.zrnx-footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    padding:22px 0;
}

.zrnx-footer-bottom .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap
}

.hhhhhhhhh{
    color: #ffffff !important;
    font-weight: bold;
}

.zrnx-footer-bottom p{
    margin:0;
    color:#cbd5e1;
    font-size:14px;
}

.zrnx-footer-bottom a{
    color:#fff;
    text-decoration:none;
   ; font-size:14px;
    font-weight:600;
}

.zrnx-footer-bottom a:hover{
    text-decoration:underline;
}



/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:991px){

    .zrnx-footer-top{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .zrnx-footer{
        padding-top:50px;
    }

    .zrnx-footer-top{
        grid-template-columns:1fr;
        gap:35px;
    }

    .zrnx-footer-bottom .container{
        flex-direction:column;
        text-align:center;
    }

    .zrnx-footer-logo{
        width:160px;
    }

}



/* MOBILE BUTTONS */

.skrnx-mobile-btns{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.skrnx-mobile-btns a{
    flex:1;
    text-align:center;
    color: white;
}








/* =========================
   BACKDROP
========================= */
.modal-backdrop{
   z-index: 999998 !important;
}

/* =========================
   MODAL CENTER FIX
========================= */
.sk-modal{
   position: fixed;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 999999 !important;
   pointer-events: auto !important;
   padding-top:60px;
    background: rgba(0,0,0,0.6);
}

/* =========================
   DIALOG (CENTER FIX)
========================= */
.sk-modal__dialog{
   width: 100%;
   max-width: 900px;
   height: 85vh;
   margin: auto !important;

   display: flex;
   align-items: center;
   justify-content: center;
}

/* =========================
   CONTENT (IMPORTANT FIX)
   ❌ flex removed
========================= */
.sk-modal__content{
   width: 100%;
   height: 100%;
   display: block;
   border-radius: 12px;
   overflow: hidden;
   background: #fff;
   position: relative;
   box-shadow: 0 30px 90px rgba(0,0,0,0.25);
   z-index: 2;
   pointer-events: auto;
}

/* =========================
   CLOSE BUTTON
========================= */
.sk-modal__close{
   position: absolute;
   top: 15px;
   right: 15px;
   width: 42px;
   height: 42px;
   border-radius: 50%;
   border: none;
   background: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 10;
   cursor: pointer;
   box-shadow: 0 10px 25px rgba(0,0,0,0.15);
   transition: 0.3s;
}

.sk-modal__close:hover{
   transform: rotate(90deg);
   background: #111;
   color: #fff;
}

/* =========================
   GRID (CENTER FIX)
========================= */
.sk-modal__grid{
   width: 100%;
   height: 100%;
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: stretch;
}

/* =========================
   LEFT IMAGE
========================= */
.sk-modal__left{
   height: 100%;
   overflow: hidden;
   background: #000;
}

.sk-modal__left img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: top center;
}

/* =========================
   RIGHT FORM
========================= */
.sk-modal__right{
   padding: 20px 30px;
   overflow-y: auto;
   height: 100%;
}

/* =========================
   TITLE
========================= */
.sk-modal__title{
   font-size: 28px;
   margin-bottom: 15px;
   font-weight: 600;
}

/* =========================
   INPUTS
========================= */
.sk-input{
   position: relative;
   margin-bottom: 15px;
}

.sk-input i{
   position: absolute;
   left: 14px;
   top: 50%;
   transform: translateY(-50%);
   color: #777;
}

.sk-input input,
.sk-input select,
.sk-input textarea{
   width: 100%;
   padding: 12px 15px 12px 45px;
   border: 1px solid #ddd;
   border-radius: 10px;
   outline: none;
   font-size: 14px;
}

.sk-input textarea{
   min-height: 100px;
   resize: none;
}

/* =========================
   BUTTON
========================= */
.sk-btn{
   width: 100%;
   padding: 12px 14px;
   border: none;
   border-radius: 10px;
   background: linear-gradient(135deg,#4f46e5,#7c3aed);
   color: #fff;
   font-weight: 600;
   cursor: pointer;
}

.sk-btn:hover{
   transform: translateY(-2px);
   box-shadow: 0 15px 30px rgba(79,70,229,0.3);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 991px){
   .sk-modal__grid{
      grid-template-columns: 1fr;
   }

   .sk-modal__dialog{
      height: auto;
   }

   .sk-modal__right{
      padding: 25px;
   }
}




