@media (max-width:768px) {
    .carousel-item img {
        height: 180px !important;
        object-fit: cover;
    }


}

.custom-icon {
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}

.custom-icon:hover {
    background: #ff6a00;
    transform: scale(1.1);
}





/* (A) FIXED WRAPPER */
.hwrap {
    overflow: hidden;
    /* HIDE SCROLL BAR */
    background: #eee;
}

/* (B) MOVING TICKER WRAPPER */
.hmove {
    display: flex;
}

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
marquee a {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: translate3d(-400%, 0, 0);
    }
}

.hmove {
    animation: tickerh linear 55s infinite;
}

.hmove:hover {
    animation-play-state: paused;
}






:root {
    --navy: #0B2545;
    --navy2: #1A4A8A;
    --navy3: #2C5F9E;
    --gold: #B8860B;
    --goldb: #D4A017;
    --line: var(--color-border-tertiary);
    --bg: var(--color-background-primary);
    --bg2: var(--color-background-secondary);
    --t1: var(--color-text-primary);
    --t2: var(--color-text-secondary);
    --t3: var(--color-text-tertiary)
}

body {
    font-family: var(--font-sans);
    color: var(--t1);
    background: transparent
}

.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
}

.sec {
    text-align: center;
    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
}

@media (max-width:768px) {
    .sec-h {
        font-size: 20px !important;
    }

    .tittle-all-section {
        font-size: 20px !important;
    }
}

.sec-sub {
    font-size: 14px;
    color: var(--t2);
    line-height: 1.75;
    max-width: 580px;
    max-width: 700px;
    margin: 0 auto;
}

.card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: var(--border-radius-lg);
    padding: 20px
}

.card-sm {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: var(--border-radius-md);
    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: var(--font-sans)
}

.btn-o {
    display: inline-block;
    background: transparent;
    color: var(--t1);
    border: 0.5px solid var(--color-border-secondary);
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    font-family: var(--font-sans)
}

.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
}

.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: var(--border-radius-md);
    overflow: hidden;
    margin-top: 20px
}

.stat-cell {
    background: #0B2545;
    padding: 20px 16px;
    text-align: center;
    border-right: white 1px solid !important;
}

@media (max-width:768px) {
    .stat-cell {
        margin-top: 10px !important;
    }

    .lst-box {
        margin-bottom: 10px !important;
    }
}

.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-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: 14px;
    color: #0C447C;
    font-weight: 500;
    letter-spacing: .04em;
    padding: 0px 15px;
}



h1.hero-h {
    font-size: 25px;
    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
}

.founder-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: var(--border-radius-lg);
    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
}

.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
}

.course-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: var(--border-radius-lg);
    padding: 20px;
    cursor: pointer;
    transition: border-color .15s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.course-card:hover {
    border-color: var(--color-border-secondary)
}

.course-card-one {
    background-color: #ebf8fa !important;
    border: #a6ebf5 1px solid !important;
}

.course-card-two {
    background-color: #f0eff9 !important;
    border: #c0b7f4 1px solid !important;
}

.course-card-three {
    background-color: #faf5e9 !important;
    border: #f9e8bd 1px solid !important;
}

.course-card-four {
    background-color: #f2ebfa !important;
    border: #d1adf4 1px solid !important;
}

.course-card-five {
    background-color: #f7bbdd !important;
    border: #f191c7 1px solid !important;
}

.course-card-six {
    background-color: #F1FDFF !important;
    border: #b2e7f1 1px solid !important;
}

.course-card-seven {
    background-color: #faf5e9 !important;
    border: #f9e8bd 1px solid !important;
}

.course-card-eight {
    background-color: #ebf8fa !important;
    border: #a6ebf5 1px solid !important;
}

.course-card-nine {
    background-color: #d7eed8 !important;
    border: #8ef292 1px solid !important;
}

.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: black;
    margin-bottom: 6px
}

.c-detail {
    font-size: 12px;
    color: black;
    line-height: 1.6
}

.c-kw {
    font-size: 11px;
    color: #185FA5;
    margin-top: 8px;
    font-weight: 500
}

.why-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: var(--border-radius-md);
    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-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: var(--border-radius-lg);
    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-card {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: var(--border-radius-lg);
    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-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: var(--border-radius-md);
    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
}

.branch-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px
}

.branch-pill {
    background: var(--bg);
    border: 0.5px solid var(--line);
    border-radius: 99px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 500;
    color: var(--t1);
    display: flex;
    align-items: center;
    gap: 6px
}

.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-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 {
    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: var(--font-sans)
}

.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: var(--font-sans)
}

.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
}






.hero-h {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
}

.hero-h .kw {
    color: #0d6efd;
}

.hero-p {
    color: #555;
    line-height: 1.6;
}

.eeat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eeat-chip {
    background: #E6F1FB;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    color: black;
    border: 0.5px solid #85B7EB;
}

@media (max-width:450px) {
    .eeat-chip {

        font-size: 10px;

    }
}






.hero-img-box img {
    height: 350px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hero-img-box:hover img {
    transform: scale(1.02);
}

















/* Background */
.stat-bar {
    background: linear-gradient(135deg, #0d1b2a, #1b263b);
    padding: 50px 0;
    color: #fff;
}

/* Top Label */
.stat-label {
    font-size: 12px;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    color: white;
    margin-bottom: 30px;
}

/* Grid */
.stat-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Each Stat */
.stat-cell {
    padding: 15px;
    transition: transform 0.3s ease;
}

.stat-cell:hover {
    transform: translateY(-5px);
}

/* Number */
.stat-n {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #4cc9f0;
}

/* Description */
.stat-d {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}












/* Section */
.sec-label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c757d;
}

.sec-h {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.sec-sub {
    color: #555;
    line-height: 1.7;
}

/* Highlight */
.kw {
    color: #0d6efd;
    font-weight: 600;
    font-size: 33px;
}

/* Card */
.founder-card {
    border: #dae4f1 1px solid;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.founder-card:hover {
    transform: translateY(-6px);
}

/* Initial Circle */
.f-init {
    width: 50px;
    height: 50px;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Name */
.f-name {
    font-size: 18px;
    font-weight: 600;
}

/* Title */
.f-title {
    color: #6c757d;
}

/* Badge */
.cred-chip {
    display: inline-block;
    font-size: 13px;
    background: #e7f1ff;
    color: #0d6efd;
    padding: 5px 10px;
    border-radius: 20px;
}

/* Bio */
.f-bio {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Info Box */
.info-box {
    background: #f8f9fa;
    padding: 18px;
    border-radius: 10px;
    font-size: 14px;
    color: #555;
    border-left: 4px solid #0d6efd;
}







/* Heading */
.sec-label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c757d;
}

.sec-h {
    font-size: 32px;
    font-weight: 700;
}

.sec-sub {
    color: #555;
    line-height: 1.7;
}

.kw {
    color: #0d6efd;
    font-weight: 600;
}

/* Card */
.course-card {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid #f1f1f1;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Badge */
.c-badge {
    display: inline-block;
    font-size: 11px;
    background: #e7f1ff;
    color: #0d6efd;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.c-badge.pro {
    background: #fff3cd;
    color: #b78103;
}

.c-badge.highlight {
    background: #e6fff4;
    color: #0f9d58;
}

/* Title */
.c-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Text */
.c-detail {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Keyword */
.c-kw {
    font-size: 12px;
    color: #888;
}













/* Section */
.location-sec {
    background: #f8f9fc;
    border-radius: 12px;
}

/* Title */
.loc-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b1c4d;
}

/* Sub */
.loc-sub {
    margin-top: 8px;
    color: #6c757d;
    font-size: 14px;
}

.badge-pill {
    background: #e7edff;
    color: #0d2dfd;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 500;
    margin-left: 6px;
}

/* Card */
.loc-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    cursor: pointer;

    /* Shadow */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;
}

.location-adresss{
    color: rgb(40, 36, 36) !important;
}

/* Hover */
.loc-card:hover {
    background-color: #020E57;
    color: white;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Sab text white on hover */
.loc-card:hover h3,
.loc-card:hover p,
.loc-card:hover .arrow {
    color: #fff;
}

.loc-card:hover .location-adresss{
    color: #fff !important;
}

/* Text */
.loc-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}


.loc-card p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

/* Arrow */
.arrow {
    font-size: 18px;
    color: #0d6efd;
    transition: transform 0.3s;
}

.loc-card:hover .arrow {
    transform: translateX(5px);
}

/* Button */
.btn-view {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #0d6efd;
    border-radius: 30px;
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-view:hover {
    background: #0d6efd;
    color: #fff;
}








/* Section */
.sc-kw-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

/* Inner */
.sc-kw-inner {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

/* Title */
.sc-kw-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

/* Subtitle */
.sc-kw-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}

/* Tags wrapper */
.sc-kw-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Tag */
.sc-kw-tag {
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

/* Hover */
.sc-kw-tag:hover {
    background: #0d6efd;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}








/* Section */
.sc-why-section {
    padding: 80px 20px;
    background: #ffffff;
}

/* Container */
.sc-why-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Header Label */
.sc-why-label {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: #f1f5f9;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Title */
.sc-why-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* Subtitle */
.sc-why-sub {
    color: #555;
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

/* Grid */
.sc-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Card */
.sc-why-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 16px;
    text-align: left;
    transition: all 0.3s ease;
}

/* Icon */
.sc-why-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

/* Text */
.sc-why-card h3 {
    color: #111;
    font-size: 18px;
    margin-bottom: 8px;
}

.sc-why-card p {
    color: #666;
    font-size: 14px;
}

/* Hover Effect (Premium) */
.sc-why-card:hover {
    transform: translateY(-8px);
    border-color: #0d6efd;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}








/* Section */
.sktr-sec {
    padding: 20px 20px;
    background: #f8fafc;
    text-align: center;
}

/* Label */
.sktr-label {
    display: inline-block;
    background: #eaf2ff;
    color: #0d6efd;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Title */
.sktr-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* Subtitle */
.sktr-sub {
    max-width: 700px;
    margin: auto;
    color: #555;
    margin-bottom: 50px;
}

/* Grid */
.sktr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Card */
.sktr-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    text-align: left;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Left Border Effect */
.sktr-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 4px;
    background: #0d6efd;
    transition: 0.3s;
}

.sktr-card:hover::before {
    height: 100%;
}

/* Badge */
.sktr-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd, #2563eb);
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Name */
.sktr-name {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

/* Rank */
.sktr-rank {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

/* Quote */
.sktr-quote {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Meta */
.sktr-meta {
    font-size: 12px;
    color: #777;
}

/* Hover */
.sktr-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #0d6efd;
}

/* Button */
.sktr-btn-wrap {
    margin-top: 20px;
}

.sktr-btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    border: none;
    font-size: 13px;
    transition: 0.3s;
}

.sktr-btn:hover {
    background: #0b5ed7;
    transform: translateY(-2px);
    letter-spacing: 0.5px;
}






/* Section */
.skrv-sec {
    padding: 80px 20px;
    background: #f8fafc;
    text-align: center;
}

/* Label */
.skrv-label {
    display: inline-block;
    background: #eaf2ff;
    color: #0d6efd;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Title */
.skrv-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* Subtext */
.skrv-sub {
    max-width: 700px;
    margin: auto;
    color: #555;
    margin-bottom: 50px;
}

/* Grid */
.skrv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Card */
.skrv-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    text-align: left;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    position: relative;
}

.skrv-card-one {
    background-color: #faf0da !important;
}

.skrv-card-one:hover {
    background-color: #f3e0b7 !important;
    border: #e8bc5c 1px solid !important;
}

.skrv-card-two {
    background-color: #d4eff4 !important;
}

.skrv-card-two:hover {
    background-color: #bbedf4 !important;
    border: #46a0ad 1px solid !important;
}

.skrv-card-three {
    background-color: #f3d5e6 !important;
}

.skrv-card-three:hover {
    background-color: #f1a8d2 !important;
    border: #e64da3 1px solid !important;
}

.skrv-card-four {
    background-color: #eadcf9 !important;
}

.skrv-card-four:hover {
    background-color: #b696db !important;
    border: #995ddd 1px solid !important;
}

/* Stars */
.skrv-stars {
    color: #fbbf24;
    font-size: 16px;
    margin-bottom: 10px;
}

/* Quote */
.skrv-quote {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* Source */
.skrv-source {
    font-size: 12px;
    color: #777;
}

/* Hover */
.skrv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #0d6efd;
}

/* Info Box */
.skrv-info {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.skrv-info p {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
}

.skrv-info strong {
    color: #111;
}







/* Section */
.skauth-sec {
    padding: 40px 20px;
    background: #182234;
}

/* Inner Wrapper */
.skauth-inner {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Item Card */
.skauth-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

/* Icon Box */
.skauth-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf2ff;
    border-radius: 10px;
}

.skauth-icon svg {
    width: 18px;
    height: 18px;
    stroke: #0d6efd;
    fill: none;
    stroke-width: 2;
}

/* Text */
.skauth-text {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.skauth-text strong {
    color: #111;
}

/* Hover Effect */
.skauth-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}










/* Section */
.sktrst-sec {
    padding: 60px 20px;
    background: #f8fafc;
    text-align: center;
}

/* Label */
.sktrst-label {
    display: inline-block;
    background: #eaf2ff;
    color: #0d6efd;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Title */
.sktrst-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

/* Subtext */
.sktrst-sub {
    max-width: 700px;
    margin: auto;
    color: #555;
    margin-bottom: 50px;
}

/* Grid */
.sktrst-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Card */
.sktrst-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    text-align: left;
}

/* Icon */
.sktrst-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sktrst-icon svg {
    width: 16px;
    height: 16px;
    stroke: #0d6efd;
    fill: none;
    stroke-width: 3;
}

/* Text */
.sktrst-text {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.sktrst-text strong {
    display: block;
    color: #111;
    margin-bottom: 3px;
}

/* Hover */
.sktrst-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border-color: #0d6efd;
}



@media (max-width:768px) {
    .banner-img-center {
        height: 110px !important;
    }
}






/* Section */
.skfaq-sec {
    padding: 0px 20px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

/* Heading */
.skfaq-head {
    text-align: center;
    margin-bottom: 50px;
}

.skfaq-label {
    font-size: 11px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
}

.skfaq-head h2 {
    margin-top: 14px;
    font-size: 30px;
    font-weight: 700;
    color: #0b1320;
    line-height: 1.3;
}

/* Wrapper */
.skfaq-wrap {
    max-width: 820px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Item */
.skfaq-item {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #edf1f7;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
}

/* subtle left accent */
.skfaq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: transparent;
    transition: 0.3s;
}

/* Question */
.skfaq-q {
    width: 100%;
    padding: 18px 20px;
    font-size: 15.5px;
    font-weight: 600;
    color: #1a1f36;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Icon Circle */
.skfaq-q span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0d6efd;
    transition: all 0.3s ease;
}

/* Answer */
.skfaq-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
    color: #5b6475;
    line-height: 1.7;
    transition: all 0.45s ease;
}

/* Active */
.skfaq-item.active {
    border-color: #dbe7ff;
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.08);
}

.skfaq-item.active::before {
    background: #0d6efd;
}

.skfaq-item.active .skfaq-a {
    max-height: 260px;
    padding: 8px 20px 20px;
}

.skfaq-item.active .skfaq-q span {
    background: #0d6efd;
    color: #0d6efd;
    transform: rotate(45deg) scale(1.1);
}

/* Hover */
.skfaq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #d0ddff;
}

/* Hover icon */
.skfaq-item:hover .skfaq-q span {
    background: #dbe7ff;
}

/* Mobile */
@media (max-width: 600px) {
    .skfaq-head h2 {
        font-size: 24px;
    }

    .skfaq-q {
        font-size: 14.5px;
    }
}












.sc-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.sc-why-card:last-child,
.sc-why-card:nth-last-child(2) {
    justify-self: center;
}







.sktrst-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sktrst-list li {
    display: flex;
    gap: 15px;
    padding: 16px 18px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    position: relative;
}

/* LEFT BORDER ANIMATION */
.sktrst-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #ff6a00, #ffb347);
    border-radius: 10px 0 0 10px;
    transform: scaleY(0);
    transition: 0.3s;
}

.sktrst-list li:hover::before {
    transform: scaleY(1);
}

/* HOVER EFFECT */
.sktrst-list li:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* ICON */
.sktrst-icon {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6a00, #ffb347);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    font-weight: bold;
}

/* TEXT */
.sktrst-list p {
    margin: 0;
    font-size: 15px;
    line-height: 1.1;
    color: #333;
    text-align: left;
    /* 🔥 FIX */
}


.sktrst-list strong {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 3px;
}











.sc-why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Desktop (3 per row) */
.sc-why-card {
    width: calc(33.33% - 14px);
}

/* Tablet (2 per row) */
@media (max-width: 992px) {
    .sc-why-card {
        width: calc(50% - 10px);
    }
}

/* Mobile (1 per row) */
@media (max-width: 576px) {
    .sc-why-card {
        width: 100%;
    }
}






.skfaq-img-custom {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Tablet */
@media (max-width: 992px) {
    .skfaq-img-custom {
        height: 350px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .skfaq-img-custom {
        height: 350px !important;
    }
}




/* form home page */
.sk-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.sk-input {
    border-radius: 8px !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd;
    font-size: 14px !important;
    transition: 0.3s !important;
}

.sk-input:focus {
    border-color: #ff6a00;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.1);
}

.sk-btn {
    background: #244C91 !important;
    border: none;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px;
    transition: 0.3s;
}

.sk-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}






/* start modal style */
.sk-modal-box {
    border-radius: 15px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* IMAGE */
.sk-modal-img {
    height: 540px !important;
    object-fit: cover !important;
}

/* CLOSE BUTTON */
.sk-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: #000;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.sk-close-btn:hover {
    background: #ef0c0c;
}

/* INPUT */
.skm-input {
    border-radius: 8px !important;
    padding: 12px !important;
    border: 1px solid #ddd;
}

.skm-input:focus {
    border-color: #ff6a00;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.1);
}

/* BUTTON */
.skm-btn {
    background: #244C91;
    border: none;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.skm-btn:hover {
    transform: translateY(-2px);
}

.modal-form-rr {
    padding: 25px 32px 15px 0px !important;
}

@media (max-width:768px) {
    .modal-form-rr {
        padding: 25px 32px 15px 32px !important;
    }
}

/* end modal style */




iframe {
    border-radius: 12px;
    transition: 0.3s;
}

iframe:hover {
    transform: scale(1.03);
}

section h2 {
    font-size: 32px;
}

.color-only {
    color: #000 !important;
}

.osp {
    font-weight: 500;
    color: green;
}













/* event page css */

/* CARD */
.event-card-pro {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.event-card-pro:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.event-card-btn {
    transition: all 0.3s ease;
    display: inline-block;
}

.event-card-btn:hover {
    letter-spacing: 1px;
    transform: translateY(-2px);
}

/* IMAGE */
.event-img-wrap {
    position: relative;
}

.event-img-pro {
    width: 100%;
    height: 200px;
    object-fit: cover;
}



/* BODY */
.event-body {
    padding: 18px;
}

/* TITLE */
.event-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* META */
.event-meta {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 14px;
}

/* BUTTON */
.event-card-pro .btn {
    font-size: 13px;
    border-radius: 6px;
    padding: 6px 0;
}









/* news & media page */
.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.news-img-wrap {
    position: relative;
}

.news-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}



/* BODY */
.news-body {
    padding: 18px;
}

/* DATE */
.news-date {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 5px;
}

/* TITLE */
.news-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* DESC */
.news-desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
}

/* BUTTON */
.news-btn {
    font-size: 13px;
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
}

.news-btn:hover {
    text-decoration: underline;
}




.video-card {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.video-card iframe {
    border: none;
}

.video-box {
    width: 100%;
    height: 250px;
    /* 👈 yaha height badhao */
    border-radius: 12px;
    overflow: hidden;
}

.video-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Gallery Grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

/* Image Card */
.gallery-item {
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* Hover Effect 🔥 */
.gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(70%);
}

/* Overlay Icon */
.gallery-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 30px;
    color: #fff;
    transition: 0.3s;
    z-index: 1;
}


.gallery-item:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

/* LIGHTBOX */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

/* Image inside */
.lightbox-img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 10px;
    animation: zoomIn 0.3s ease;
}

/* Close Button ❌ */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* Animations */
@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Gallery Item */
.gallery-item {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
}

/* Image */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

/* Hover Zoom */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* OVERLAY 🔥 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}

/* Show overlay on hover */
.gallery-item:hover .overlay {
    opacity: 1;
}

/* ICON STYLE */
.view-icon {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transform: scale(0);
    transition: 0.3s;
}

/* Icon animation */
.gallery-item:hover .view-icon {
    transform: scale(1);
}





/* life at sukrishna */

/* LIST */
.life-list li {
    list-style: none;
    margin-bottom: 8px;
}

/* CARD */
.life-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.life-card:hover {
    transform: translateY(-5px);
}

/* IMAGE CARD */
.life-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.life-card-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.life-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, black);
    color: #fff;
}

.life-overlay h5 {
    color: white;
}

/* CTA */
.life-cta {
    background: #234DA0;
    padding: 60px 0;
}








/* event details page */
/* Banner */
.event-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* List */
.event-list li {
    margin-bottom: 8px;
}

/* Sidebar */
.sidebar-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Small Event */
.event-small {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    cursor: pointer;
}

.event-small img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}



.event-small h6 {
    margin: 0;
    font-size: 14px;
}

.event-small small {
    color: gray;
}



/* Button */
.btn-primary {
    border-radius: 8px;
}

.event-sidebar-parent {
    height: 210px;
    overflow: auto;
}

.sidebar-sticky {
    position: sticky;
    top: 20px;
}











.sidebar-contact {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.sidebar-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.sidebar-info {
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 10px;
}

.info-item {
    font-size: 13px;
    margin-bottom: 6px;
    color: #444;
}

.sidebar-btn {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
}

.sidebar-btn.primary {
    background: #111;
    color: #fff;
}

.sidebar-btn.primary:hover {
    background: #000;
    transform: translateY(-2px);
}

.sidebar-btn.outline {
    border: 1px solid #111;
    color: #111;
}

.sidebar-btn.outline:hover {
    background: #111;
    color: #fff;
}


.sidebar-info {
    margin: 15px 0;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
}

.info-item {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.info-item:hover {
    color: #000;
    transform: translateX(4px);
}






.myVideoSwiper iframe {
    width: 100%;
    height: 220px;
    border-radius: 10px;
}

/* Mobile me height adjust */
@media (max-width: 576px) {
    .myVideoSwiper iframe {
        height: 200px;
    }
}

.video-card {
    position: relative;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 50%;
}

.video-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.video-lightbox iframe {
    width: 80%;
    height: 450px;
    border-radius: 10px;
}

.video-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}




.swiper-next-btn {
    width: 18px !important;
}

.swiper-prev-btn {
    width: 18px !important;
}