:root {
    --primary-color: #01245A;
    --secondary-color: #1F4D7A;
    --white-color: #FFFFFF;
    --red-color: #FE3324;
}

* {
    font-family: 'Raleway', 'Poppins';
}

.btn-red {
    background-color: var(--red-color);
    color: var(--white-color);
    /* border: 1px solid var(--red-color); */
    border-radius: 30px;
    padding: 14px 70px;
    font-weight: 500;
    font-size: 20px;
}

.btn-red:hover {
    background-color: #e33228;
    color: var(--white-color);
}

.btn-outline {
    color: #000000;
    border: 1px solid var(--red-color);
    border-radius: 30px;
    padding: 14px 70px;
    font-weight: 500;
    font-size: 20px;
}

.btn-outline:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}

.navbar-nav {
    gap: 30px;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

#siteNavbar {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

#siteNavbar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: navSlideDown 0.3s ease;
}

body.nav-fixed {
    padding-top: 96px;
}

@keyframes navSlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.hero-slide {
    height: 90vh;
    background-size: cover;
    background-position: center;
}

.recovered-img {
    margin: 65px 0;
}

.hero-content {
    max-width: 90%;
}

.hero-content h1 {
    font-size: 72px;
    font-weight: 500;
}

.hero-content p {
    font-size: 24px;
    margin-top: 15px;
    max-width: 65%;
}

.swiper-pagination {
    bottom: 40px !important;
    text-align: center;
    padding-left: 40px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bbb;
    opacity: 1;
    border-radius: 30px;
    margin: 0 3px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 30px;
    background: var(--red-color);
}

.recognition-bar {
    background-color: var(--primary-color);
    padding: 18px 0;
    color: var(--white-color);
}

.recognition-text {
    font-size: 24px;
    font-weight: 400;
}

.recognition-title {
    font-size: 24px;
    font-weight: 600;
    margin-right: 56px;
}

.recognition-img-section {
    gap: 40px;
}

.recognition-bar img {
    height: 40px;
    width: auto;
}

.recognition-divider {
    width: 1px;
    height: 40px;
    background: var(--white-color);
}

.teams-cards-section {
    background: var(--white-color);
    padding: 100px 0;
}

.teams-image-card {
    height: 320px;
    border-radius: 20px;
    position: relative;
}

.teams-overlay {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teams-overlay h2 {
    color: var(--white-color);
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 2px;
}

.teams-card {
    background: #f9fbfd;
    border-radius: 14px;
    padding: 25px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 2px 2px 14px 0 rgba(109, 109, 109, 0.25);
}

.teams-card h4 {
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.teams-card p {
    color: #2B2B2B;
}

.about-hero-section {
    padding: 60px 0;
}

.about-label {
    font-weight: 500;
}

.about-content {
    color: var(--white-color);
}

.about-content.home h2 {
    font-size: 48px;
    font-weight: 500;
    color: var(--white-color);
    padding-bottom: 20px;
}

.about-content p {
    font-size: 20px;
    padding-bottom: 20px;
}

.about-content h6 {
    margin-top: 18px;
    font-weight: 600;
}

.about-content .btn-read-more {
    padding: 10px 30px;
}

.about-content.home .btn-read-more {
    color: var(--white-color);
}

.mission-section {
    padding: 100px 0;
}

.mission-card {
    border-radius: 0 200px 200px 0;
    padding: 60px 150px;
}

.vision-card {
    border-radius: 200px 0 0 200px;
    padding: 60px 150px;
    font-size: 20px;
}

.btn-read-more {
    padding: 10px 65px;
}

.recognition-slider {
    background: #ffffff;
    padding: 40px 0;
}

.logoSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoSwiper img {
    transition: opacity 0.3s ease;
}

.who-we-help {
    padding: 100px 0;
}

.section-label {
    font-weight: 500;
}

.leadership-section {
    padding: 70px 0 60px;
    background: var(--light-bg);
}

.leadership-section .swiper-pagination {
    bottom: 0 !important;
}

.leadership-section .subtitle {
    max-width: 560px;
    margin: 0 auto 40px;
}

.leadershipSwiper {
    padding-bottom: 52px !important;
    overflow: hidden;
}

.leadershipSwiper .swiper-wrapper {
    align-items: stretch;
}

.leadershipSwiper .swiper-slide {
    height: auto !important;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.leader-card {
    position: relative;
    height: 400px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    background: var(--card-bg);
    cursor: pointer;
}

.card-img-wrap {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.5s ease;
}

.card-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 45%, rgba(10, 28, 55, 0.72) 100%);
    pointer-events: none;
}

.name-pill {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 3;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.card-details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: var(--secondary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 4;
}

.card-details-inner {
    background: var(--secondary-color);
    padding: 32px 28px;
    color: #fff;
    height: 100%;
}

.card-details h5 {
    font-size: 28px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.card-details .role {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #a8c4e8;
    margin-bottom: 16px;
}

.card-details p {
    font-size: 18px;
    line-height: 1.75;
    color: #cfe0f5;
    margin: 0;
}

.leader-card.is-hovered .card-img-wrap {
    width: 45%;
}

.leader-card.is-hovered .name-pill {
    opacity: 0;
}

.leader-card.is-hovered .card-img-wrap img {
    transform: scale(1.06);
}

.leader-card.is-hovered .card-details {
    width: 55%;
}


.section-title {
    font-size: 48px;
    font-weight: 500;
    color: var(--secondary-color);
    padding-bottom: 20px;
}

.section-text {
    font-size: 20px;
    margin-top: 20px;
    color: #000000;
}

.hover-cards {
    display: flex;
    gap: 12px;
    height: 420px;
}

.hover-card {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.5s ease;
}

.hover-card.active {
    flex: 4;
}

.hover-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

.card-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: var(--white-color);
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.35s ease;
}

.hover-card.active .card-content {
    opacity: 1;
    transform: translateY(0);
}

.vertical-title {
    position: absolute;
    bottom: 165px;
    left: 20%;
    transform: translateX(-50%) rotate(-90deg);
    color: var(--white-color);
    font-size: 20px;
    white-space: nowrap;
    z-index: 2;
}

.hover-card.active .vertical-title {
    opacity: 0;
}

.hover-card:hover .card-content,
.hover-card.active .card-content {
    opacity: 1;
    transform: translateY(0);
}

.card-content h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 20px;
}

.card-content a {
    display: inline-block;
    margin-top: 10px;
    color: var(--white-color);
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}


.events-section {
    padding: 90px 0;
}

/* .events-section-label {
    font-weight: 500;
    color: var(--white-color);
} */
.events-section-title {
    font-size: 48px;
    font-weight: 500;
    margin: 10px 0 20px;
}

.section-desc {
    font-size: 20px;
    max-width: 975px;
    margin: auto;
}

.event-card {
    background: var(--white-color);
    box-shadow: 2px 2px 14px rgba(156, 156, 156, 0.25);
    border-radius: 18px;
    overflow: hidden;
    padding: 17px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-image {
    position: relative;
}

.event-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.event-date {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--white-color);
    border-radius: 8px;
    padding: 6px 10px;
    text-align: center;
    line-height: 1;
}

.event-date strong {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.event-date small {
    font-size: 20px;
    color: var(--red-color);
    font-weight: 600;
}

.event-body {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-meta {
    display: flex;
    gap: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.event-meta span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-details-meta h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.event-details-meta h4 {
    font-size: 20px;
    font-weight: 600;
}

.event-meta i,
.event-details-meta i {
    color: var(--secondary-color);
    font-size: 32px;
}

.event-details-meta {
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
}

.event-details-meta div {
    gap: 5px;
    font-size: 20px;
    margin-bottom: 15px;
}

.event-details-meta div a {
    text-decoration: none;
    color: inherit;
}

.event-details-meta img {
    width: 32px;
}

.event-detail-content p {
    font-size: 20px;
}

.event-register-form .row {
    --bs-gutter-y: 25px;
}

.event-register-form .custom-input {
    font-size: 18px;
}

.event-body h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
}

.event-body p {
    font-size: 20px;
    color: #000000;
}

.event-link {
    margin-top: auto;
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
}

.event-link i {
    margin-left: 4px;
}

.service-area {
    padding: 80px 0 300px 0;
    /* background: #FAFAFA; */
}

.service-area .section-title {
    margin-bottom: 100px;
}

.service-diagram {
    position: relative;
    /* width: 700px; */
    height: 700px;
    margin: 0 auto;
}

.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 835px;
    height: 835px;
    border-radius: 50%;
    border: 14px solid var(--secondary-color);
    overflow: hidden;
}

.center-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-box {
    position: absolute;
    width: 310px;
    background: #fff;
    padding: 36px 16px 16px 16px;
    border-radius: 12px;
    box-shadow: 2px 2px 14px rgba(131, 131, 131, 0.25);
    font-size: 20px;
    color: var(--secondary-color);
}

.service-box img {
    font-size: 45px;
    color: var(--secondary-color);
    position: absolute;
    top: 2px;
    transform: translate(-50%, -50%);
}

.left-top {
    top: 0;
    left: 135px;
}

.left-middle {
    top: 300px;
    left: 0;
}

.left-bottom {
    bottom: 0;
    left: 135px;
}

.right-top {
    top: 0;
    right: 135px;
}

.right-middle {
    top: 300px;
    right: -20px;
}

.right-bottom {
    bottom: 0;
    right: 135px;
}

.bottom-center {
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
}


.insights-section {
    padding: 80px 0;
}

.featured-article {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.featured-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-overlay {
    position: absolute;
    inset: 0;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    color: var(--white-color);
}

.featured-overlay h4 {
    font-size: 28px;
    font-weight: 500;
}

.featured-overlay p {
    font-size: 20px;
}

.featured-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.featured-meta a {
    color: var(--white-color);
    text-decoration: none;
}

.mini-article {
    display: flex;
    gap: 16px;
    background: #4F7CAC;
    padding: 16px;
    border-radius: 30px;
    margin: 10px 0;
    color: var(--white-color);
}

.mini-article img {
    object-fit: cover;
    border-radius: 20px;
    max-width: 220px;
}

.mini-article h6 {
    font-size: 24px;
    font-weight: 500;
}

.mini-article a {
    color: var(--white-color);
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

.mini-article-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-section {
    padding: 80px 0;
    /* background: #f7f9fc; */
}

.testimonial-card {
    background: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 16px;
    padding: 28px 22px;
    height: 100%;
    box-shadow: 2px 2px 14px rgba(214, 214, 221, 0.25);
    text-align: center;
}

.testimonial-avatar {
    width: 110px;
    height: 110px;

    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-name {
    font-size: 24px;
    font-weight: 500;
}

.testimonial-location {
    font-size: 20px;
    font-weight: 300;
}

.stars {
    color: #FFC404;
    margin: 10px 0;
}

.testimonial-card p {
    font-size: 20px;
    color: #323232;
    margin: 0;
}


.instagram-section {
    padding: 90px 0;
}

.instagram-header {
    padding: 0 0 40px 0;
}

.instagram-header .section-title {
    font-size: 42px;
    font-weight: 600;
}

.insta-item {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.insta-item:hover img {
    transform: scale(1.05);
}


.faq-section {
    padding: 90px 0;
}

.faq-tabs {
    gap: 20px;
}

.faq-tabs .nav-link {
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #2FA4A9;
    color: #2FA4A9;
    background: transparent;
}

.faq-tabs .nav-link.active {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border-color: var(--primary-color);
}

.faq-accordion .accordion-item {
    background: var(--white-color);
    border: 1px solid #4F7CAC;
    border-radius: 40px;
    padding: 10px 20px;
    margin-bottom: 22px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    border-radius: 40px;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-question {
    color: #000000;
}

.faq-accordion .accordion-body {
    color: #000000;
    padding: 0 10px 18px;
}

.faq-icon {
    width: 36px;
    height: 36px;
    background: #4F7CAC;
    border-radius: 8px;
    position: relative;
}

.faq-icon::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: var(--white-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion-button.collapsed .faq-icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: var(--white-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-footer {
    background: var(--secondary-color);
}

.footer-logo {
    max-width: 220px;
}

.footer-social a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--primary-color);
    border-radius: 4px;
    margin-right: 6px;
    font-size: 14px;
    text-decoration: none;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-text {
    font-size: 20px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

.footer-links a:hover {
    color: #d3d3d3;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 20px;
}

.footer-contact i {
    color: var(--primary-color);
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.footer-contact .ft-location {
    width: 41px;
}

.footer-subscribe-title {
    font-size: 20px;
    font-weight: 600;
}

.footer-subscribe input {
    border-radius: 6px 0 0 6px;
    border: none;
    padding: 10px;
    width: calc(90% - 140px);
}

.btn-subscribe {
    background: var(--red-color);
    color: #fff;
    border-radius: 0 6px 6px 0;
    padding: 10px 20px;
}

.btn-subscribe:hover {
    background: #e33228;
    color: #fff;
}

.footer-bottom {
    font-size: 20px;
    color: #ffffff;
    border-top: 1px solid #ffffff1a;
}


/* Banner wrapper */
.banner {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-title {
    color: var(--white-color);
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 6px;
}

.banner-breadcrumb {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
}

.banner-breadcrumb a {
    color: var(--white-color);
    text-decoration: none;
    opacity: 0.9;
}

.banner-breadcrumb span {
    margin: 0 6px;
}

.banner-breadcrumb .active {
    opacity: 0.8;
}

/* blog section */
.blog-section {
    background: var(--white-color);
}

.section-desc {
    color: #6b7280;
}

.blog-card {
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.blog-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-body h5 {
    font-size: 22px;
    font-weight: 700;
}

.blog-body p {
    font-size: 15px;
    color: #333333;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-top: 12px;
}

.blog-meta a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
}

.sidebar-box {
    background: #1F4D7A0D;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 20px;
}

.sidebar-inner-box:not(:last-child) {
    margin-bottom: 35px;
}

.sidebar-inner-box h5 {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 10px;
}

.sidebar-dark {
    background: var(--secondary-color);
    color: #fff;
}

.sidebar-dark h5 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 28px;
}

.search-box {
    display: flex;
    margin-top: 10px;
}

.search-box input {
    flex: 1;
    border: none;
    padding: 10px;
}

.search-box button {
    background: #ff3b30;
    border: none;
    color: #fff;
    padding: 0 14px;
}

.recommended-item {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    text-decoration: none;
}

.recommended-item img {
    width: 150px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}

.recommended-item span {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
}

.featured-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-list li {
    padding: 10px 0;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}

.featured-list li a {
    text-decoration: none;
    color: #000000;
}

.featured-list li .cat_btn {
    background: var(--secondary-color);
    border-radius: 2px;
    font-size: 15px;
    color: var(--white-color);
    padding: 8px;
}

/* .tag-list span {
  display: inline-block;
  background: #fff;
  color: var(--secondary-color);
  padding: 6px 10px;
  margin: 4px;
  border-radius: 6px;
  font-size: 12px;
} */


.filter-bar {
    padding: 0 0 45px 0;
}

.filter-select {
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 40px 14px 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M4 6l4 4 4-4'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}

.filter-select option {
    color: var(--white-color);
}

.filter-select:focus {
    box-shadow: none;
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.filter-btn {
    background: var(--secondary-color);
    color: #fff;
    padding: 11px 13px;
    border-radius: 8px;
}

.filter-btn:hover {
    background: #244567;
    color: #fff;
}

.video-section {
    height: 650px;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    z-index: 2;
}

.video-section .container {
    z-index: 3;
}

.video-section p,
.video-section button {
    font-size: 20px;
    margin-bottom: 40px;
}

.play-icon {
    width: 55px;
    height: 55px;
    background: #ff3b30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .3s ease;
}

.video-btn:hover .play-icon {
    transform: scale(1.1);
}

.video-btn {
    font-weight: 500;
}

.dedicated-service {
    margin-top: 70px;
    padding: 50px 0 100px 0;
}

.section-subtitle {
    font-size: 20px;
    color: #000000;
}

.info-card {
    background: var(--secondary-color);
    color: #fff;
    padding: 35px;
    border-radius: 40px;
    height: 100%;
    transition: .3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.icon-circle {
    width: 75px;
    height: 75px;
    padding: 17px;
    background: #fff;
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.info-card h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

.info-card p {
    font-size: 18px;
    margin-bottom: 0;
}

.dedicated-service .cta-section h5 {
    font-size: 24px;
}

.dedicated-service .cta-section p {
    font-size: 20px;
}

.map-content {
    position: relative;
}

.map-content div {
    z-index: 2;
    padding: 0 90px;
}

.map-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0e3256a3
}

.contact-section {
    padding: 100px 0;
}

.contact-card {
    background: #0A2F5C;
    border-radius: 30px;
}

.custom-input {
    background: #052552;
    font-size: 20px;
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.custom-input::placeholder {
    color: #b8c7da;
}

.custom-input:focus {
    background: #123b63;
    color: #fff;
    box-shadow: none;
}

.contact-info {
    background: var(--secondary-color);
    border-radius: 30px;
}

.info-box {
    background: #4B668B;
    padding: 15px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-box i {
    font-size: 25px;
}

.info-box p {
    font-size: 20px;
}

.info-box h6 {
    font-size: 24px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    background: #ff3b30;
    border-color: #ff3b30;
}

.program-banner-section {
    padding: 70px 0;
    overflow: hidden;
}

.program-banner-section h2 {
    width: 80%;
}

.program-banner-section p {
    width: 53%;
}

.left-image {
    border-radius: 20px;
    overflow: hidden;
}

.left-image img {
    border-radius: 20px;
}

.video-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 6px solid #fff;
    background: #000;
    margin-left: -100px;
}

.gallery-section {
    background: #f4f6f9;
}

.gallerySwiper .swiper-slide {
    width: 380px;
}

.gallerySwiper .swiper-slide img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.gallery-pagination {
    margin-top: 20px;
}

.support-section {
    padding: 100px 0 150px 0;
}

.experience-card {
    position: absolute;
    bottom: -25px;
    right: 0;
    background: var(--primary-color);
    color: #fff;
    padding: 20px 25px;
    max-width: 65%;
}

.experience-card h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.highlight {
    color: var(--red-color);
    font-weight: 600;
}

.rating {
    font-size: 22px;
    color: #ffd700;
    font-weight: 500;
}

.rating span {
    color: #ffffff;
}

.support-list li {
    margin-bottom: 15px;
    font-weight: 500;
}

.support-list i {
    color: var(--secondary-color);
    margin-right: 10px;
}

.connect-section {
    background: #123b63;
}

.resource-subtitle {
    font-size: 22px;
    color: #ffffffb3;
}

.connect-left {
    padding: 80px 60px;
    color: #fff;
}

.counselor-form {
    padding: 25px;
}

.image-circle {
    margin-top: -140px;
}

.program-cards {
    padding: 100px 0;
}

.program-cards .section-subtitle {
    width: 70%;
    margin-bottom: 50px;
}

.program-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
}

.program-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    transition: 0.4s ease;
}

.program-label {
    position: absolute;
    bottom: 20px;
    width: 90%;
    font-size: 24px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 12px 5px;
    border-radius: 40px;
    font-weight: 500;
    z-index: 2;
    transition: 0.3s ease;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.program-hover {
    position: absolute;
    inset: 0;
    background: var(--secondary-color);
    opacity: 0;
    transition: 0.4s ease;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-inner {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 15px;
    border-radius: 20px;
    width: 100%;
    color: #fff;
}

.hover-inner h5 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}

.hover-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hover-inner li {
    margin-bottom: 15px;
    font-size: 18px;
}

.hover-inner i {
    margin-right: 10px;
}

.program-card:hover img {
    transform: scale(1.05);
}

.program-card:hover .program-hover {
    opacity: 1;
}

.program-card:hover .program-label {
    opacity: 0;
}


.program-list {
    background: #f4f6f9;
}

.program-item {
    margin-bottom: 60px;
}

/* Image */
.program-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

/* Content Card */
.program-card {
    background: #fff;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.date-badge {
    /* position:absolute;
    top:25px;
    left:25px; */
    width: 135px;
    background: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px #00000040;
    font-size: 18px;
}

.date-badge strong {
    display: block;
    font-size: 26px;
    color: var(--red-color);
}

.date-badge span {
    color: var(--secondary-color);
}

.program-card h1 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.program-card p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Button */
.btn-danger {
    background: #ff3b30;
    border: none;
}

.btn-danger:hover {
    background: #e63227;
}

.spinner-container {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.spinner {
    width: 35px;
    height: 35px;
    border: 4px solid #ddd;
    border-top: 4px solid #1e3a5f; /* your theme color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
