body {
    -webkit-print-color-adjust: exact !important;
}

.theme_mailChimp2 form {
    grid-template-columns: auto max-content;
}

.subscribe_message {
    background: #FF5170;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 13px 28px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
}


.single_instractor .instractor_info .instractor_social p {
    color: #fff;
    background: #FF5170;
    padding: 5px;
    border-radius: 3px;
    transition: .3s;
}

#back-top {
    display: none;
}

.theme_mailChimp2 .form-control {
    border: 1px solid #FFF;
}

footer.home_three_footer .copyright_area .footer_border {
    border-top: 1px solid #fff;
}

.primary_input::placeholder {
    color: rgba(240, 240, 240, 0.8);
}

.primary_textarea::placeholder {
    color: rgba(240, 240, 240, 0.8);
}

.slicknav_btn {
    top: -3px;
}

.theme_btn {
    padding: 20px 28px;
}

.theme_line_btn {
    padding: 20px 28px;
}

.dark-theme .header_area .header_topbar_area {
    background: #1f2025;
}

.theme_dropdown .btn svg path {
    fill: #FFF !important;
}

.dark-theme footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a {
    background: #292B36;
}

.dark-theme .dark-theme .slicknav_menu .slicknav_icon-bar {
    background-color: var(--yellow) !important;
}

@media (max-width: 767.98px) {
    .banner_area .banner_text h3 {
        font-size: 34px;
    }
}

.ck-ditor-img img {
    width: 100% !important;
}

.ck-ditor-img p,
.ck-ditor-img h1,
.ck-ditor-img h2,
.ck-ditor-img h3,
.ck-ditor-img h4,
.ck-ditor-img h5,
.ck-ditor-img h6,
.ck-ditor-img span,
.dark-theme .ck-ditor-img p,
.dark-theme .ck-ditor-img h1,
.dark-theme .ck-ditor-img h2,
.dark-theme .ck-ditor-img h3,
.dark-theme .ck-ditor-img h4,
.dark-theme .ck-ditor-img h5,
.dark-theme .ck-ditor-img h6,
.dark-theme .ck-ditor-img span {
    color: #555555;
}

.dark-theme .ck-ditor-img p,
.dark-theme .ck-ditor-img h1,
.dark-theme .ck-ditor-img h2,
.dark-theme .ck-ditor-img h3,
.dark-theme .ck-ditor-img h4,
.dark-theme .ck-ditor-img h5,
.dark-theme .ck-ditor-img h6,
.dark-theme .ck-ditor-img span {
    color: #FFFFFF !important;
}

.dark-theme p,
.dark-theme .statement_info .statement_lists p,
.dark-theme .explorer_tab_content .explorer_tab_description {
    color: #FFFFFF !important;
}

.ck-ditor-img img {
    margin-bottom: 20px;
}

.ck-ditor-img ul li {
    list-style-type: disc;
    margin-left: 15px !important;
}

.ck-ditor-img ul {
    margin: 13px;
    padding: 0px;
}

.ck-ditor-img ol li {
    list-style: block;
}

/* ==========================================================================
   STATEMENT AREA REDESIGN STYLES
   ========================================================================== */
.statement_area {
    background: #F8FAFC;
    padding: 80px 0;
}

.statement-tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFF0F3;
    padding: 6px 20px 6px 8px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.statement-tag-badge .tag-icon {
    width: 30px;
    height: 30px;
    background: #FF3B5C;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.statement-tag-badge .tag-text {
    color: #E11D48;
    font-size: 14px;
    font-weight: 600;
}

.statement-main-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.25;
}

.statement-main-title .title-dark {
    color: #1C2D5A;
}

.statement-main-title .title-highlight {
    color: #FF2E55;
    background: linear-gradient(135deg, #FF2E55, #E11D48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statement-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    max-width: 140px;
}

.statement-divider .divider-line {
    flex: 1;
    height: 2px;
    background: #FFE4E8;
}

.statement-divider .divider-dot {
    color: #FF2E55;
    font-size: 10px;
    display: flex;
    gap: 3px;
}

.statement-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    padding: 24px 28px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    border: 1px solid #F1F5F9;
    margin-bottom: 22px;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
}

.statement-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.statement-feature-card.card-red {
    border-left: 5px solid #FF3B5C;
}

.statement-feature-card.card-red .feature-icon-box {
    background: linear-gradient(135deg, #FF5370, #FF2E55);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(255, 46, 85, 0.3);
}

.statement-feature-card.card-purple {
    border-left: 5px solid #7C3AED;
}

.statement-feature-card.card-purple .feature-icon-box {
    background: linear-gradient(135deg, #8B5CF6, #6D28D9);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}

.feature-icon-box {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.feature-content .feature-title {
    font-size: 19px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.feature-content .feature-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

.statement-learn-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #FF2E55 0%, #7C3AED 100%);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(255, 46, 85, 0.35);
    transition: all 0.3s ease;
    margin-top: 10px;
}

.statement-learn-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(255, 46, 85, 0.45);
    color: #ffffff !important;
}

.statement-image-container {
    position: relative;
    padding: 10px;
}

.statement-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 8px solid #ffffff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    background: #F8FAFC;
}

.statement-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.statement-image-container .badge-top-right {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #FF3B5C, #E11D48);
    color: #ffffff;
    border-radius: 18px 18px 4px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(225, 29, 72, 0.4);
    z-index: 5;
}

.statement-image-container .badge-bottom-left {
    position: absolute;
    bottom: -14px;
    left: -14px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #7C3AED, #6D28D9);
    color: #ffffff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4);
    z-index: 5;
}

@media (max-width: 991px) {
    .statement-card-container {
        padding: 35px 25px;
    }

    .statement-main-title {
        font-size: 32px;
    }

    .statement-image-container {
        margin-top: 35px;
    }
}

@media (max-width: 576px) {
    .statement-card-container {
        padding: 25px 18px;
        border-radius: 20px;
    }

    .statement-main-title {
        font-size: 26px;
    }

    .statement-feature-card {
        padding: 18px 16px;
        gap: 14px;
        border-radius: 14px;
    }

    .feature-icon-box {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
        border-radius: 10px;
    }

    .feature-content .feature-title {
        font-size: 17px;
    }

    .statement-image-wrapper img {
        min-height: 280px;
    }
}

/* ==========================================================================
   SERVICES AREA REDESIGN STYLES
   ========================================================================== */
.services_area_redesign {
    position: relative;
    background: #F8FAFC;
    padding-bottom: 90px;
}

.services_hero_banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 95px 0 160px 0;
    color: #ffffff;
    border-radius: 0 0 50% 50% / 0 0 60px 60px;
    overflow: hidden;
}

.services_hero_banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.84) 0%, rgba(15, 23, 42, 0.94) 100%);
    z-index: 1;
}

.services_hero_banner .container {
    position: relative;
    z-index: 2;
}

/* Top Badge Pill */
.services-tag-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 7px 22px 7px 10px;
    border-radius: 50px;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.services-tag-badge .badge-icon {
    width: 32px;
    height: 32px;
    background: #4F46E5;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.services-tag-badge .badge-text {
    color: #4338CA;
    font-size: 14px;
    font-weight: 600;
}

/* Hero Title */
.services-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.services-hero-title .highlight-yellow {
    color: #FACC15;
    position: relative;
    display: inline-block;
}

.services-hero-title .highlight-yellow::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #FACC15;
    border-radius: 4px;
    opacity: 0.85;
}

.services-hero-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 24px auto;
    max-width: 160px;
}

.services-hero-divider .line {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}

.services-hero-divider .dot {
    color: #FF2E55;
    font-size: 12px;
}

.services-hero-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #CBD5E1;
    max-width: 820px;
    margin: 0 auto;
}

/* Service Cards Overlapping Area */
.services_cards_container {
    margin-top: -85px;
    position: relative;
    z-index: 10;
}

.service-card-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 75px 28px 45px 28px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: visible;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease;
}

.service-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.14);
}

/* Card Themes */
.service-card-item.theme-purple {
    border-top: 8px solid #5B21B6;
}

.service-card-item.theme-purple .circle-outer {
    background: #EEF2FF;
}

.service-card-item.theme-purple .circle-inner {
    background: #5B21B6;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(91, 33, 182, 0.35);
}

.service-card-item.theme-purple .card-number-badge {
    background: #5B21B6;
}

.service-card-item.theme-pink {
    border-top: 8px solid #E11D48;
}

.service-card-item.theme-pink .circle-outer {
    background: #FFF0F3;
}

.service-card-item.theme-pink .circle-inner {
    background: #E11D48;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(225, 29, 72, 0.35);
}

.service-card-item.theme-pink .card-number-badge {
    background: #E11D48;
}

.service-card-item.theme-blue {
    border-top: 8px solid #0284C7;
}

.service-card-item.theme-blue .circle-outer {
    background: #F0F9FF;
}

.service-card-item.theme-blue .circle-inner {
    background: #0284C7;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(2, 132, 199, 0.35);
}

.service-card-item.theme-blue .card-number-badge {
    background: #0284C7;
}

/* Circle Icon Overlapping Top Edge */
.service-card-item .circle-outer {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    margin: 0;
}

.service-card-item .circle-inner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.service-card-item .circle-inner img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Card Content */
.service-card-item .card-title {
    font-size: 21px;
    font-weight: 800;
    color: #1C2D5A;
    margin-bottom: 12px;
    margin-top: 5px;
}

/* Custom Multi-Dot Accent Line under Title */
.card-accent-line-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 22px;
}
.card-accent-line-wrap .accent-line-main {
    width: 28px;
    height: 3px;
    border-radius: 2px;
}
.card-accent-line-wrap .accent-dot-center {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.card-accent-line-wrap .accent-dot-side {
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.service-card-item.theme-purple .accent-line-main,
.service-card-item.theme-purple .accent-dot-center,
.service-card-item.theme-purple .accent-dot-side { background: #5B21B6; }

.service-card-item.theme-pink .accent-line-main,
.service-card-item.theme-pink .accent-dot-center,
.service-card-item.theme-pink .accent-dot-side { background: #E11D48; }

.service-card-item.theme-blue .accent-line-main,
.service-card-item.theme-blue .accent-dot-center,
.service-card-item.theme-blue .accent-dot-side { background: #0284C7; }

.service-card-item .card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* Bottom Left Pill Number Badge */
.service-card-item .card-number-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 18px;
    border-radius: 0 18px 0 20px;
    margin: 0;
}

/* Bottom Right 9-Dot Pattern */
.service-card-item .card-dots-grid {
    position: absolute;
    bottom: 15px;
    right: 18px;
    opacity: 0.8;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .services-hero-title {
        font-size: 32px;
    }

    .services_cards_container {
        margin-top: 40px;
    }

    .service-card-item {
        margin-bottom: 70px;
    }
}

@media (max-width: 576px) {
    .services_hero_banner {
        padding: 60px 0 100px 0;
        border-radius: 0 0 30px 30px;
    }

    .services-hero-title {
        font-size: 24px;
    }

    .services-hero-desc {
        font-size: 14px;
    }

    .service-card-item {
        padding: 65px 20px 35px 20px;
    }
}

/* ==========================================================================
   EXPLORER AREA REDESIGN STYLES
   ========================================================================== */
.explorer_area_redesign {
    background: #F8FAFC;
    padding: 85px 0;
}

.explore-subtitle-tag {
    color: #6366F1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.explore-main-title {
    font-size: 40px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 12px;
    line-height: 1.25;
}

.explore-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 20px auto;
    max-width: 140px;
}

.explore-title-divider .line {
    flex: 1;
    height: 2px;
    background: #FFE4E8;
}

.explore-title-divider .dot {
    color: #FF2E55;
    font-size: 10px;
}

.explore-main-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    max-width: 780px;
    margin: 0 auto 40px auto;
}

/* Category Filter Pills Nav */
.explore_pills_nav {
    display: flex !important;
    width: 100% !important;
    background: #EDF2F7;
    padding: 6px;
    border-radius: 50px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0 !important;
}

.explore_pills_nav .nav-item,
.explore_pills_nav .nav-link {
    flex: 1;
    justify-content: center;
    text-align: center;
    border-radius: 40px !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.explore_pills_nav .nav-item::before,
.explore_pills_nav .nav-link::before,
.explore_pills_nav .nav-item::after,
.explore_pills_nav .nav-link::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

.explore_pills_nav .nav-link.active,
.explore_pills_nav .nav-link:hover {
    background: linear-gradient(135deg, #6366F1, #4F46E5) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35) !important;
    border: none !important;
    outline: none !important;
}

/* Program Card Styling */
.explore-program-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    padding: 26px 24px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.explore-program-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

/* Top Card Header */
.explore-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.explore-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.explore-watermark-icon {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 65px;
    opacity: 0.12;
    pointer-events: none;
    line-height: 1;
}

/* Card Content */
.explore-card-title {
    font-size: 14px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 12px;
    line-height: 1.35;
}

.explore-card-desc {
    font-size: 12px;
    line-height: 1.65;
    color: #475569;
    flex-grow: 1;
}

/* Card Bottom Action */
.explore-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

.explore-arrow-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.explore-program-card:hover .explore-arrow-btn {
    transform: translateX(4px);
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .explore-main-title {
        font-size: 32px;
    }
    .explore_pills_nav .nav-link {
        padding: 8px 16px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .explore-main-title {
        font-size: 26px;
    }
    .explore-program-card {
        padding: 20px 18px;
    }
}

/* ==========================================================================
   NOTICE BOARD CARD & VERTICAL SCROLL REDESIGN STYLES
   ========================================================================== */
.notice-board-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #F1F5F9;
    padding: 28px 24px 22px 24px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Notice Board Header */
.notice-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F5F9;
    margin-bottom: 12px;
}

.notice-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.notice-header-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.notice-header-title h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 3px 0;
    line-height: 1.2;
}

.notice-header-title p {
    font-size: 13px;
    color: #64748B;
    margin: 0;
}

.notice-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.notice-view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(99, 102, 241, 0.4);
    color: #ffffff !important;
}

/* Scroll Viewport Container (7 items visible height ~ 476px) */
.notice-scroll-wrapper {
    position: relative;
    overflow: hidden;
    height: 476px;
    margin-right: 12px;
}

.notice-scroll-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Notice Item */
.notice-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    border-bottom: 1px dashed #E2E8F0;
    transition: background-color 0.25s ease, transform 0.25s ease;
    border-radius: 12px;
    text-decoration: none !important;
    height: 68px;
    box-sizing: border-box;
}

.notice-item:hover {
    background-color: #F8FAFC;
    transform: translateX(4px);
}

.notice-item-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.notice-type-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.notice-type-icon.icon-purple { background: #EEF2FF; color: #6366F1; }
.notice-type-icon.icon-green { background: #ECFDF5; color: #10B981; }
.notice-type-icon.icon-orange { background: #FFF7ED; color: #F97316; }
.notice-type-icon.icon-blue { background: #EFF6FF; color: #0284C7; }
.notice-type-icon.icon-pink { background: #FFF0F3; color: #FF2E55; }

.notice-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-item-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;
    white-space: nowrap;
}

.notice-item-date {
    font-size: 12px;
    font-weight: 500;
    color: #64748B;
    display: flex;
    align-items: center;
    gap: 6px;
}

.notice-item-arrow {
    color: #6366F1;
    font-size: 12px;
    font-weight: 700;
    transition: transform 0.25s ease;
}

.notice-item:hover .notice-item-arrow {
    transform: translateX(3px);
}

/* Vertical Scroll Bar Track on Right */
.notice-scrollbar-track {
    position: absolute;
    top: 95px;
    right: 10px;
    bottom: 25px;
    width: 4px;
    background: #F1F5F9;
    border-radius: 10px;
}

.notice-scrollbar-thumb {
    position: absolute;
    top: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    border-radius: 10px;
    transition: top 0.3s ease;
}

/* ==========================================================================
   GALLERY AREA REDESIGN STYLES
   ========================================================================== */
.gallery_area_redesign {
    background: #F8FAFC;
    padding: 90px 0 80px 0;
    position: relative;
    overflow: hidden;
}

/* Subtitle Pill Badge */
.gallery-subtitle-badge {
    display: flex;
    justify-content: center;
}

.gallery-subtitle-badge .badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EEF2FF;
    color: #6366F1;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
}

.gallery-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 12px;
    line-height: 1.25;
}

.gallery-main-title .highlight-purple {
    color: #6366F1;
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gallery-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 20px auto;
    max-width: 140px;
}

.gallery-title-divider .line {
    flex: 1;
    height: 2px;
    background: #FFE4E8;
}

.gallery-title-divider .dot {
    color: #FF2E55;
    font-size: 10px;
}

.gallery-main-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
    max-width: 820px;
    margin: 0 auto 35px auto;
}

/* Filter Navigation Category Buttons */
.gallery-filter-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-filter-btn {
    background: #ffffff;
    color: #475569;
    border: 1.5px solid #E2E8F0;
    border-radius: 14px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    outline: none !important;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35) !important;
    transform: translateY(-2px);
}

/* Gallery Grid Card */
.gallery-card-item {
    background: #ffffff;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin-bottom: 24px;
}

.gallery-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.14);
}

.gallery-card-item .thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 240px;
}

.gallery-card-item .thumb-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-card-item:hover .thumb-link img {
    transform: scale(1.08);
}

/* Hover Overlay */
.gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.65) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

.gallery-card-item:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-zoom-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #6366F1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.gallery-card-item:hover .gallery-zoom-icon {
    transform: scale(1);
}

/* View More Button */
.gallery-view-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
    color: #ffffff !important;
    padding: 14px 38px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35);
    transition: all 0.3s ease;
}

.gallery-view-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(124, 58, 237, 0.45);
    color: #ffffff !important;
}

/* Decorative Background Accents */
.gallery-dots-decor {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0.4;
    pointer-events: none;
}

.gallery-wave-decor {
    position: absolute;
    bottom: 25px;
    right: 25px;
    opacity: 0.35;
    pointer-events: none;
}

@media (max-width: 991px) {
    .gallery-main-title { font-size: 32px; }
    .gallery-main-desc { font-size: 14px; }
    .gallery-card-item .thumb-link { height: 210px; }
}

@media (max-width: 576px) {
    .gallery-main-title { font-size: 26px; }
    .gallery-card-item .thumb-link { height: 200px; }
}

/* ==========================================================================
   PRINCIPAL STATEMENT CARD STYLES
   ========================================================================== */
.principal-statement-card {
    border-radius: 28px;
    border: 1px solid #F1F5F9;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
    padding: 32px 30px 0 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.principal-card-header {
    margin-bottom: 22px;
}

.principal-card-header .header-accent {
    font-size: 22px;
    font-weight: 800;
    color: #0F172A;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.principal-card-header .header-accent i {
    color: #6366F1;
}

.principal-photo-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.1);
    margin-bottom: 22px;
}

.principal-photo {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.principal-statement-card:hover .principal-photo {
    transform: scale(1.02);
}

.principal-message-body {
    margin-bottom: 20px;
}

.principal-quote-icon {
    font-size: 26px;
    color: #6366F1;
    min-width: 26px;
    margin-top: 2px;
    font-weight: 800;
}

.principal-text {
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
    margin: 0;
    text-align: justify;
}

.principal-footer-row {
    padding-left: 36px;
    margin-bottom: 20px !important;
}

.principal-info-block {
    padding-left: 0;
    margin-bottom: 0;
}

.principal-name {
    font-size: 16px;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 3px 0;
    line-height: 1.3;
}

.principal-designation {
    font-size: 14px;
    font-weight: 600;
    color: #64748B;
    margin: 0 0 2px 0;
}

.principal-school {
    font-size: 13px;
    color: #94A3B8;
    margin: 0;
}

.principal-btn-block {
    white-space: nowrap;
}

.principal-card-footer {
    background: #EEF2FF;
    margin: 0 -30px 0 -30px;
    height: 48px;
    padding: 0 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
}

.footer-dots-grid {
    position: absolute;
    left: 20px;
    bottom: 8px;
    pointer-events: none;
}

.footer-leaf-decor {
    position: absolute;
    right: 15px;
    bottom: 0px;
    pointer-events: none;
}

.principal-read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #7C3AED 0%, #6366F1 100%);
    color: #ffffff !important;
    padding: 9px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35);
    transition: all 0.3s ease;
    z-index: 5;
}

.principal-read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.45);
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .principal-statement-card {
        margin-top: 35px;
        padding: 25px 20px 0 20px;
    }
    .principal-footer-row {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 15px;
    }
    .principal-card-footer {
        margin: 0 -20px 0 -20px;
    }
}

/* ==========================================================================
   SCHOOL NEWS REDESIGN STYLES
   ========================================================================== */
.school_news_redesign {
    background: #F8FAFC;
    padding: 85px 0 90px 0;
    position: relative;
    overflow: hidden;
}

/* Header Badge Pill & Title */
.news-subtitle-badge {
    display: flex;
    justify-content: center;
}

.news-subtitle-badge .badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EEF2FF;
    color: #6366F1;
    border-radius: 50px;
    padding: 6px 22px;
    font-size: 14px;
    font-weight: 600;
}

.news-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 12px;
    line-height: 1.25;
}

.news-main-title .highlight-purple {
    color: #6366F1;
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 20px auto;
    max-width: 140px;
}

.news-title-divider .line {
    flex: 1;
    height: 2px;
    background: #FFE4E8;
}

.news-title-divider .dot {
    color: #FF2E55;
    font-size: 10px;
}

.news-main-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
    max-width: 820px;
    margin: 0 auto 45px auto;
}

/* Carousel Container & Controls */
.news-carousel-container {
    position: relative;
    padding: 0 55px;
}

.news-carousel-viewport {
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    padding: 10px 0 20px 0;
}

.news-carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: -12px;
    margin-right: -12px;
}

.news-slide-item {
    padding: 0 12px;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Desktop: 3 per row (width: 33.3333%) */
@media (min-width: 992px) {
    .news-slide-item { width: 33.3333%; }
}
/* Tablet: 2 per row (width: 50%) */
@media (min-width: 768px) and (max-width: 991px) {
    .news-slide-item { width: 50%; }
    .news-carousel-container { padding: 0 40px; }
}
/* Mobile: 1 per row (width: 100%) */
@media (max-width: 767px) {
    .news-slide-item { width: 100%; }
    .news-carousel-container { padding: 0 15px; }
}

/* News Card Item */
.news-card-item {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #F1F5F9;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

/* Image Wrapper */
.news-card-thumb {
    position: relative;
    overflow: hidden;
    height: 220px;
    display: block;
}

.news-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-card-item:hover .news-card-thumb img {
    transform: scale(1.08);
}

/* Floating Category Pill Badge */
.news-category-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4);
    z-index: 5;
}

.news-category-badge.badge-purple { background: linear-gradient(135deg, #6366F1, #4F46E5); }
.news-category-badge.badge-pink { background: linear-gradient(135deg, #EC4899, #F43F5E); }
.news-category-badge.badge-blue { background: linear-gradient(135deg, #0284C7, #0284C7); }
.news-category-badge.badge-green { background: linear-gradient(135deg, #10B981, #059669); }

/* Card Content Area */
.news-card-content {
    padding: 22px 22px 18px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.news-date-tag {
    font-size: 13px;
    font-weight: 500;
    color: #64748B;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-card-title {
    font-size: 17px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.45;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-title a {
    color: #0F172A !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.news-card-item:hover .news-card-title a {
    color: #6366F1 !important;
}

.news-card-desc {
    font-size: 13px;
    line-height: 1.65;
    color: #64748B;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Bottom Action Bar */
.news-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #F1F5F9;
    margin-top: auto;
}

.news-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6366F1 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: gap 0.3s ease;
}

.news-read-btn:hover {
    gap: 10px;
    color: #4F46E5 !important;
}

.news-view-count {
    font-size: 12px;
    font-weight: 500;
    color: #94A3B8;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Arrows Navigation */
.news-nav-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.12);
    border: 1px solid #F1F5F9;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.news-nav-arrow:hover {
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(99, 102, 241, 0.35);
    border-color: transparent;
}

.news-nav-prev { left: 0; }
.news-nav-next { right: 0; }

/* Pagination Bullets */
.news-bullets-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
}

.news-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CBD5E1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-bullet.active {
    width: 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, #6366F1, #4F46E5);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.35);
}

/* ==========================================================================
   HIDE BREADCRUMB AREA ON INNER PAGES
   ========================================================================== */
.breadcrumb_area,
.bradcam_area {
    display: none !important;
}