/********** Template CSS **********/



/* ===== TRUST LOGO ===== */




.top-logo{
    height: 85px;
    width: auto;
    object-fit: contain;
    transition: 0.3s ease;
}

.top-logo:hover{
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 991px){
    .top-logo{
        height: 70px;
    }
}

@media (max-width: 576px){
    .top-logo{
        height: 60px;
    }
}




:root {
    --bs-tertiary: #797E88;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 400 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Top Bar ***/
.top-bar {
    height: 90px;
    padding: 0 90px;
}

.top-bar h6 {
    letter-spacing: 1px;
}


/*** Nav Bar ***/
.nav-bar {
    padding: 0 90px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid var(--bs-white);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.dropdown-menu {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}


/* Mobile Navbar Fix */
@media (max-width: 991.98px) {

    .nav-bar {
        padding: 0 20px;
    }

    .navbar-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        overflow-x: hidden;

        /* Hide scrollbar */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .navbar-collapse::-webkit-scrollbar {
        display: none;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
        font-size: 18px;
    }

    .dropdown-menu {
        background: rgba(255,255,255,.15);
        border: none;
        border-radius: 20px;
        padding: 10px 15px;
        margin: 10px 0 10px 15px;
        backdrop-filter: blur(10px);
        box-shadow: none;
    }

    .dropdown-item {
        padding: 12px 10px;
        font-size: 18px;
    }
}
/* =====================================
   DRCT MOBILE HEADER
   Desktop unchanged
===================================== */

/* =====================================
   DRCT HEADER
===================================== */

/* Desktop */
.trust-brand{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.mobile-drct{
    display: none;
}

/* =====================================
   MOBILE HEADER
===================================== */
@media (max-width:991.98px){

    /* Top Bar */
    .top-bar{
        height: auto;
        padding: 12px 15px;
    }

    /* Center Bootstrap Column */
    .top-bar .col-12{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    /* Center Logo + Text */
    .trust-brand{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        text-align: center;
    }

    /* Logo */
    .top-logo{
        height: 60px;
        width: auto;
        object-fit: contain;
        flex-shrink: 0;
    }

    /* Trust Name */
    .mobile-drct{
        display: block;
        color: #f4e4c6;
        font-family: Georgia, serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        margin: 0;
        white-space: nowrap;
    }

    /* Center the entire row */
    .top-bar .row{
        justify-content: center;
        align-items: center;
    }
}

/* Mobile Donate Button Center */
@media (max-width: 991.98px){

    .navbar .btn-dark{
        display: block !important;
        width: 200px;
        margin: 35px auto 15px auto !important;
        text-align: center;
    }

}

@media (max-width: 991.98px){

    .navbar .btn-dark{
        display: block !important;
        width: 220px;
        margin: 40px auto 25px auto !important;
        text-align: center;
        border-radius: 50px;
        padding: 12px 0;
        font-weight: 600;
    }

}

/*** Header Carousel ***/
.header-carousel {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.header-carousel .carousel-img {
    position: relative;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

.page-header {
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-tertiary);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-primary);
}

.page-header .breadcrumb-item.active {
    color: var(--bs-dark);
}


/*** Video ***/
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-dark);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--bs-white);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: #000000;
    opacity: 1;
}


/* ===============================
   MOBILE HERO FIX
================================ */

@media (max-width:991px){

    .header-carousel{
        padding:0;
    }

    .header-carousel .container{
        padding-top:30px !important;
        padding-bottom:30px !important;
    }

    .header-carousel .row{
        flex-direction:column;
        text-align:center;
    }

    .carousel-text{
        order:1;
    }

    .carousel-img{
        order:2;
        margin-top:30px;
    }

    .carousel-text h1{

        font-size:42px !important;

        line-height:1.15;

        word-break:normal;

        white-space:normal;
    }

    .carousel-text p{

        font-size:18px;

        line-height:1.7;
    }

    .carousel-text .d-flex{

        justify-content:center;

        flex-wrap:wrap;

        gap:15px;
    }

    .carousel-text .btn{

        padding:14px 28px;
    }

}

@media (max-width:576px){

    .carousel-text h1{

        font-size:32px !important;

        line-height:1.2;
    }

    .carousel-text p{

        font-size:16px;
    }

    .carousel-img img{

        width:100%;

        height:auto;
    }

}

.header-carousel .display-1{

    font-size:60px;
}

@media(max-width:991px){

    .header-carousel .display-1{

        font-size:42px !important;
    }

}

@media(max-width:576px){

    .header-carousel .display-1{

        font-size:32px !important;
    }

}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 0px;
    top: 5px;
    left: -40px;
    border-top: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 0px;
    bottom: 6px;
    left: -60px;
    border-bottom: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-img {
    position: relative;
}

.about-img::before,
.about-img::after {
    position: absolute;
    content: "";
    width: 33%;
    height: 90px;
    background: var(--bs-white);
}

.about-img::before {
    top: 0px;
    left: 0px;
}

.about-img::after {
    right: 0px;
    bottom: 0px;
}


/*** Service ***/
.service-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.service-item {
    overflow: hidden;
}

.service-item .btn-square {
    width: 65px;
    height: 65px;
}

.service-item a {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    transition: .5s;
}

.service-item a::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    left: 100%;
    bottom: 3px;
    margin-left: 10px;
    border-bottom: 2px solid var(--bs-primary);
}


/*** Donation ***/
.donation-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.donation-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.donation-item .donation-progress {
    width: 80px;
}

.donation-item .progress .progress-bar {
    height: 20px;
    overflow: visible;
    transition: 3s;
}


/*** Banner ***/
.banner .banner-inner {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.banner .banner-inner::before,
.banner .banner-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.banner .banner-inner::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.banner .banner-inner::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}


/*** Event ***/
.event-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.event-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}


/*** Donate ***/
.donate .donate-text {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.donate .donate-text::before,
.donate .donate-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.donate .donate-text::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.donate .donate-text::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}

.donate .donate-form .form-control {
    border: none;
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group {
    display: flex;
}

.donate .donate-form .btn-group .btn {
    margin: 0;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--bs-tertiary);
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group .btn-check:checked+.btn {
    border: none;
    background: var(--bs-white);
}



/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.team-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.team-item .team-detail span {
    letter-spacing: 2px;
}



/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    transition: .5s;
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: var(--bs-secondary);
    background: var(--bs-white);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
}



/*** Footer ***/
.footer {
    color: var(--bs-tertiary);
    background: linear-gradient(rgba(5, 19, 17, .95), rgba(5, 19, 17, .95)), url(../img/bg-footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-tertiary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


/* ===== DARK SECTIONS ===== */
.bg-secondary,
.top-bar {
    background: #1E3A5F !important;
}

/* ===== LIGHTER SECTIONS ===== */
.bg-dark {
    background: #334E68 !important;
}


/* FOOTER */

.footer{

position:relative;

overflow:hidden;

}



.footer h4{

font-size:28px;

font-weight:700;

color:#fff;

margin-bottom:28px;

position:relative;

padding-bottom:14px;

}



.footer h4::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:45px;

height:3px;

background:#ffc107;

border-radius:50px;

}



.footer-about{

font-size:16px;

line-height:1.9;

color:#bdbdbd;

margin-bottom:25px;

}



.footer-contact p{

display:flex;

align-items:center;

gap:15px;

margin-bottom:18px;

font-size:16px;

}



.footer-contact i{

font-size:18px;

width:18px;

}



.footer-contact a{

color:#bdbdbd;

text-decoration:none;

transition:.3s;

}



.footer-contact a:hover{

color:#ffc107;

}



.footer-link{

display:block;

padding:6px 0;

font-size:16px;

font-weight:500;

color:#bdbdbd;

text-decoration:none;

transition:.3s;

}



.footer-link:hover{

color:#ffc107;

padding-left:8px;

}



.footer-socials{

display:flex;

margin-top:30px;

}



.footer-socials a{

height:42px;

width:42px;

border-radius:50%;

background:#ffc107;

display:flex;

align-items:center;

justify-content:center;

margin-right:12px;

font-size:16px;

color:#000;

transition:.3s;

text-decoration:none;

}



.footer-socials a:hover{

transform:translateY(-4px);

}



.footer-bottom{

border-top:1px solid rgba(255,255,255,0.15);

margin-top:50px;

padding-top:30px;

font-size:16px;

color:#bdbdbd;

}



.footer-bottom a{

color:#ffc107;

font-weight:600;

text-decoration:none;

}



/* MOBILE */

@media(max-width:991px){

.footer h4{

font-size:24px;

}

.footer-bottom{

text-align:center;

}

}

/* ===================================================
   GALLERY PREVIEW SECTION
=================================================== */
.gallery-preview-section {
    background: #f8f9fc;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 240px 240px;
    gap: 14px;
}

.gallery-tile {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-tile--tall {
    grid-row: span 2;
}

.gallery-tile--wide {
    grid-column: span 2;
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}

.gallery-tile:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30, 58, 95, 0.82) 0%, rgba(30, 58, 95, 0.0) 60%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 22px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-tile:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 22px;
    color: var(--bs-primary);
    background: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.gallery-tile:hover .gallery-overlay i {
    transform: scale(1.1);
}

.gallery-overlay span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.btn-gallery-cta {
    display: inline-flex;
    align-items: center;
    padding: 16px 44px;
    background: var(--bs-primary);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 28px rgba(var(--bs-primary-rgb), 0.30);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.btn-gallery-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.12);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.btn-gallery-cta:hover::before {
    transform: scaleX(1);
}

.btn-gallery-cta:hover {
    color: #fff;
    box-shadow: 0 12px 36px rgba(30, 58, 95, 0.38);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .gallery-tile--tall,
    .gallery-tile--wide {
        grid-row: span 1;
        grid-column: span 1;
    }
    .gallery-tile {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-tile {
        height: 220px;
    }
}


/* ===================================================
   UPCOMING EVENTS SECTION
=================================================== */
.events-section {
    background: #fff;
}

.event-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 28px rgba(30,58,95,0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid #eef1f5;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(30,58,95,0.15);
}

.event-card--featured {
    border-color: var(--bs-primary);
    box-shadow: 0 4px 28px rgba(30,58,95,0.16);
}

.event-card__date {
    background: var(--bs-primary);
    color: #fff;
    text-align: center;
    padding: 18px 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.event-card--featured .event-card__date {
    background: #A97142;
}

.event-day {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}

.event-month {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4px;
}

.event-year {
    font-size: 12px;
    opacity: 0.75;
    margin-top: 2px;
}

.event-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.event-badge.education { background: #e8f4fd; color: #1a6fa3; }
.event-badge.health { background: #edfaf0; color: #1a7a40; }
.event-badge.culture { background: #fdf3e8; color: #a97142; }

.event-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #1a2b3c;
}

.event-desc {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
}

.event-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

.event-meta span {
    font-size: 13px;
    color: #495057;
}

.event-meta i {
    color: var(--bs-primary);
}

.event-link {
    color: var(--bs-primary);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.25s ease;
    margin-top: auto;
}

.event-link:hover {
    gap: 10px;
    color: #A97142;
}

/* Countdown Banner */
.event-countdown-banner {
    background: linear-gradient(135deg, #1E3A5F 0%, #2d5a8e 100%);
    border-radius: 16px;
    padding: 32px 40px;
    color: #fff;
}

.countdown-label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.7;
    display: block;
    margin-bottom: 6px;
}

.event-countdown-banner h3 {
    font-size: 22px;
    font-weight: 700;
}

.countdown-timer {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.countdown-unit {
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 14px 20px;
    text-align: center;
    min-width: 76px;
    backdrop-filter: blur(4px);
}

.countdown-unit span {
    display: block;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1;
    color: var(--bs-primary);
    color: #f9d06a;
}

.countdown-unit small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.75;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .event-countdown-banner { padding: 24px 20px; }
    .countdown-timer { justify-content: flex-start; flex-wrap: wrap; }
    .countdown-unit { min-width: 64px; padding: 10px 14px; }
    .countdown-unit span { font-size: 24px; }
}


/* ===================================================
   FOUNDER SECTION
=================================================== */
.founder-section {
    position: relative;
    background: #0b1e35;
    overflow: hidden;
}

.founder-bg-overlay {
    position: absolute;
    inset: 0;
    background: url('../img/bg.jpg') center center / cover no-repeat;
    opacity: 0.07;
    pointer-events: none;
}

/* Decorative accent line */
.founder-section::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--bs-primary), #A97142);
}

/* Portrait */
.founder-portrait-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 380px;
}

.founder-portrait-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: 0 24px 72px rgba(0,0,0,0.45);
    border: 3px solid rgba(169,113,66,0.4);
}

.founder-portrait-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, rgba(11,30,53,0.85) 100%);
    z-index: 1;
}

.founder-img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.founder-portrait-frame:hover .founder-img {
    transform: scale(1.04);
}

.founder-badge {
    position: absolute;
    bottom: -18px;
    right: -18px;
    width: 100px;
    height: 100px;
    background: #A97142;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(169,113,66,0.45);
    z-index: 5;
    text-align: center;
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.founder-badge span {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.founder-badge small {
    font-size: 9px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Floating stat pills */
.founder-stat-pill {
    position: absolute;
    background: #fff;
    border-radius: 50px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.18);
    z-index: 5;
}

.founder-stat-pill i {
    font-size: 20px;
}

.founder-stat-pill strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #1a2b3c;
    line-height: 1;
}

.founder-stat-pill small {
    font-size: 11px;
    color: #6c757d;
}

.founder-stat-pill--1 {
    top: 22px;
    right: -24px;
    animation: floatPill 3s ease-in-out infinite;
}

.founder-stat-pill--2 {
    top: 50%;
    right: -28px;
    animation: floatPill 3s ease-in-out infinite 1.5s;
}

@keyframes floatPill {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Content side */
.founder-content {
    padding-left: 16px;
}

.founder-quote-mark {
    font-size: 120px;
    line-height: 0.6;
    color: #A97142;
    font-family: Georgia, serif;
    opacity: 0.45;
    margin-bottom: 16px;
    display: block;
}

.founder-quote {
    font-size: 20px;
    font-style: italic;
    color: #e8edf3;
    line-height: 1.7;
    border: none;
    margin: 0 0 24px 0;
    padding: 0;
    font-weight: 400;
}

.founder-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #A97142, var(--bs-primary));
    border-radius: 2px;
    margin-bottom: 20px;
}

.founder-name {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}

.founder-title-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #A97142;
    font-weight: 600;
    text-transform: uppercase;
}

.founder-bio {
    color: #9aafc5;
    font-size: 15px;
    line-height: 1.8;
}

/* Founder value items */
.founder-values {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.founder-value-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.founder-value-icon {
    width: 42px;
    height: 42px;
    background: rgba(169,113,66,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: #A97142;
    border: 1px solid rgba(169,113,66,0.3);
    transition: background 0.3s ease;
}

.founder-value-item:hover .founder-value-icon {
    background: #A97142;
    color: #fff;
}

.founder-value-item h6 {
    font-weight: 700;
    color: #e8edf3;
    margin-bottom: 2px;
    font-size: 15px;
}

.founder-value-item p {
    font-size: 13px;
    color: #8aa3bc;
    margin: 0;
    line-height: 1.5;
}

.founder-cta-btn {
    border-radius: 50px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.35s ease !important;
}

.founder-cta-btn:hover {
    box-shadow: 0 8px 28px rgba(30,58,95,0.45);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .founder-portrait-wrap { max-width: 320px; margin: 0 auto; }
    .founder-stat-pill--1, .founder-stat-pill--2 { display: none; }
    .founder-badge { right: -8px; bottom: -8px; }
    .founder-content { padding-left: 0; margin-top: 40px; }
}


/* ===================================================
   CONTACT CTA SECTION
=================================================== */
.contact-cta-section {
    background: #f8f9fc;
}

.contact-cta-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 50px rgba(30,58,95,0.10);
    padding: 48px 48px 48px 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e8edf5;
}

.contact-cta-strip {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 8px;
    background: linear-gradient(to bottom, var(--bs-primary), #A97142);
    border-radius: 20px 0 0 20px;
}

/* Subtle background pattern */
.contact-cta-card::after {
    content: '';
    position: absolute;
    right: -60px; top: -60px;
    width: 240px; height: 240px;
    background: radial-gradient(circle, rgba(30,58,95,0.05) 0%, transparent 70%);
    pointer-events: none;
}

.contact-cta-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #A97142;
    margin-bottom: 12px;
}

.contact-cta-heading {
    font-size: 26px;
    font-weight: 800;
    color: #1a2b3c;
    line-height: 1.3;
    margin-bottom: 12px;
}

.contact-cta-sub {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Info items */
.contact-cta-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-cta-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-cta-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #1E3A5F, #2d5a8e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(30,58,95,0.25);
    transition: transform 0.3s ease;
}

.contact-cta-info-item:hover .contact-cta-icon {
    transform: scale(1.1) rotate(-5deg);
}

.contact-cta-info-item small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #adb5bd;
    line-height: 1;
    margin-bottom: 3px;
}

.contact-cta-info-item strong {
    font-size: 14px;
    font-weight: 700;
    color: #1a2b3c;
}

/* CTA Button */
.contact-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1E3A5F 0%, #2d5a8e 100%);
    color: #fff;
    padding: 18px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(30,58,95,0.30);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.contact-cta-btn i {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.contact-cta-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 44px rgba(30,58,95,0.38);
}

.contact-cta-btn:hover i {
    transform: translateX(4px);
}

.contact-cta-note {
    font-size: 12px;
    color: #adb5bd;
    margin: 0;
}

@media (max-width: 991px) {
    .contact-cta-card { padding: 36px 28px 36px 38px; }
}

@media (max-width: 576px) {
    .contact-cta-card { padding: 30px 20px 30px 28px; }
    .contact-cta-heading { font-size: 20px; }
    .contact-cta-info { gap: 14px; }
}

/* Orange CTA Button */
.btn-orange {
    background: #FF9933;
    border: 2px solid #FF9933;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
}

.btn-orange:hover {
    background: #e6851f;
    border-color: #e6851f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,153,51,.35);
}

.btn-orange:focus,
.btn-orange:active {
    background: #d97706;
    border-color: #d97706;
    color: #fff;
}







