.league-spartan {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.league-spartan-light {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.league-spartan-regular {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.league-spartan-bold {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.kumbh-sans-light {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "YOPQ" 300;
}

.kumbh-sans-regular {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "YOPQ" 300;
}

.kumbh-sans-bold {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "YOPQ" 300;
}

.macondo-swash-caps-regular {
    font-family: "Macondo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none!important;
}



.container-fluid {
    padding: 5%;
}

.navbar-nav {
    padding: 0px;
}

.navbar-collapse {
    flex-direction: column;
}

.custom-navbar {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.custom-navbar .navbar-brand {
    font-size: 2rem;
}

.custom-navbar .navbar-brand img {
    height: 7rem;
    width: 6rem;
    margin-right: 10px;
}

.custom-navbar .nav-link {
    position: relative;
    display: inline-block;
    color: black;
    font-size: 1.4rem;
    font-family: "League Spartan", sans-serif;
    font-weight: 300;
    margin: 0 10px;
    /* Increased spacing between links */
    transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
    text-decoration: none;
    /* Default: no underline */
}

.goog-te-banner-frame {
    display: none !important;
}

html[lang='ne'] .custom-navbar .nav-link{
    font-size: 1.1rem;
}

@media (min-width: 1200px) {
    html[lang="ne"] .navbar-expand-xl .navbar-collapse {
        display: block!important;
        padding-inline: 10%;
    }
}

html[lang="ne"] #login-btn {
    max-width: 150px;
    font-size: 1.2rem;
    padding: 0;
}

html[lang="ne"] #logout-btn {
    max-width: 150px;
    font-size: 1rem;
    padding: 0;
    
}

.custom-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #800000;
    transition: width 0.3s ease-in-out;
}

.custom-navbar .nav-link:hover {
    color: #800000;
}

.custom-navbar .nav-link:hover::after {
    width: 100%;
}

.custom-navbar .nav-link.active {
    color: #800000;
}

.custom-navbar .nav-link.active::after {
    width: 100%;
    background-color: #800000;
}

.dropdown-item {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    transition: color 0.3s ease-in-out;
}

.dropdown-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #800000;
    transition: width 0.3s ease-in-out;
}

.dropdown-item:hover {
    color: #800000;
    background-color: transparent;
    /* Optional: remove Bootstrap hover bg */
}

.dropdown-item:hover::after {
    width: 100%;
}


/* .top-right-text {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 14px;
    border-radius: 5px;
    z-index: 1001;
    text-align: left;
} */

.gorkinasoft-link {
    color: #fad65f;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgba(73, 73, 73, 0.51);
    text-decoration: none;
    font-family: "League Spartan", sans-serif;
    line-height: normal;
}

.gorkinasoft-link:hover {
    color: #ffdd56;
    -webkit-text-stroke-color: rgba(155, 155, 155, 0.51);
    text-decoration: underline;
}

.email-link {
    color: black;
    text-decoration: none;
}

.email-link:hover {
    color: #ffcc00;
    text-decoration: underline;
}

/* Make the Google Translate dropdown blend into the navbar nicely */
.translate-nav #google_translate_element {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Clean up the default gadget box */
.translate-nav .goog-te-gadget {
    font-size: 0 !important; /* Hide extra text */
}

.translate-nav .goog-te-gadget .goog-te-combo {
    padding: 4px 8px;
    font-size: 0.9rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    cursor: pointer;
}

/* Remove the Google Translate logo text */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

/* Ensure proper spacing between dropdown and Login button */
.translate-nav {
    padding-inline: 2rem;
    display: flex;
    align-items: center;
}

@media screen and (max-width:430px){
    .translate-nav {
        padding-inline: 0;
        padding-block: 0.5rem;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width :390px){
    .translate-nav {
        padding-inline: 0;
        padding-block: 0.5rem;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 1600px) {
    .top-right-text {
        position: absolute;
        top: 15px;
        font-size: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .custom-navbar .nav-link {
        position: relative;
        display: inline-block;
        color: black;
        font-size: 1.2rem;
        font-family: "League Spartan", sans-serif;
        font-weight: 300;
        margin: 0 10px;
        /* Increased spacing between links */
        transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
        text-decoration: none;
        /* Default: no underline */
    }
    .top-right-text {
        position: absolute;
        font-size: 7px;
        top: 25px;
    }
}

@media screen and (max-width: 800px) {
    .custom-navbar .nav-link {
        font-size: 1.4rem;
        margin: 0;
        /* Reduced spacing for smaller screens */
    }
    .top-right-text {
        top: 10px;
        right: 100px;
        font-size: 10px;
        padding: 3px 6px;
    }
    .custom-navbar .navbar-brand {
        font-size: 10px;
    }
    .translate-nav .goog-te-gadget .goog-te-combo {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 430px) {
    .custom-navbar .nav-link {
        font-size: 1.4rem;
        margin: 0;
        /* Reduced spacing for smaller screens */
    }
    .custom-navbar .navbar-brand {
        font-size: 1.3rem;
    }
    .top-right-text {
        top: 10px;
        right: 115px;
        font-size: 10px;
        padding: 3px 6px;
    }
}
@media screen and (max-width: 390px){
    .custom-navbar .navbar-brand img {
        height: 6rem;
        width: 5rem;
        margin-right: 10px;
    }
}

/* Footer Styles */
.site-footer {
    background: #800000;
    padding: 60px 0 20px;
    color: #e0e0e0;
    font-family: 'League Spartan', sans-serif;
}

.footer-container {
    padding-inline: 5%;
}

.site-footer .row {
    row-gap: 40px;
}

.site-footer .col-lg-3 {
    padding-right: 40px;
}

.site-footer .col-lg-3:last-of-type {
    margin-left: auto;
}

/* Logo Section */
.footer-logo img {
    max-width: 180px;
    filter: brightness(1.1);
}

.footer-tagline {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.footer-highlight {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 20px;
}

.footer-description {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Section Headings */
.footer-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #DC143C 0%, #8B0000 100%);
    border-radius: 2px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #DC143C;
    transform: translateX(5px);
}

/* Contact Info */
.contact-info {
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #ffffff;
}

.contact-icon {
    color: #DC143C;
    font-size: 1.1rem;
    min-width: 20px;
    margin-top: 3px;
}

.contact-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #DC143C;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link.facebook {
    background: #1877f2;
}

.social-link.linkedin {
    background: #0077b5;
}

.social-link.twitter {
    background: #1da1f2;
}

.social-link.whatsapp {
    background: #25d366;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Footer Divider */
.footer-divider {
    border-color: #000000;
    margin: 40px 0 25px;
    opacity: 0.5;
}

/* Bottom Section */
.copyright-text {
    color: #ffffff;
    font-size: 1.4rem;
}

.designer-credit {
    color: #ffffff;
    font-size: 1.2rem;
}

.credit-label {
    color: #ffffff;
    margin-right: 8px;
}

.company-link {
    color: #DC143C;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.company-link:hover {
    color: #FF1744;
    text-decoration: underline;
}

.separator {
    color: #666666;
    margin: 0 10px;
}

.email-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.email-link:hover {
    color: #DC143C;
}

/* Responsive Design */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
    }

    .site-footer .col-lg-3 {
        padding-right: 15px;
    }

    .footer-heading {
        font-size: 1.1rem;
    }

    .social-icons {
        justify-content: center;
    }

    .designer-credit {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .separator {
        display: none;
    }
}

@media (max-width: 576px) {
    .footer-logo img {
        max-width: 150px;
    }

    .social-link {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
}

/* Mobile View - Center Content */
@media (max-width: 430px) {
    .site-footer .col-lg-3 {
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links {
        text-align: center;
    }

    .contact-item {
        justify-content: center;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .copyright-text,
    .designer-credit {
        text-align: center !important;
    }
}


/* ----------------------------------------------------
------------------------Hero Section-------------------
----------------------------------------------------- */

.hero-section {
    position: relative;
    height: 100vh;
    background: url('/static/img/monks.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    padding: 0 30px;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-section .content {
    position: relative;
    font-family: "kumbh-sans", sans-serif;
    z-index: 2;
    max-width: 60%;
    padding: 20px;
    text-align: right;
}

.hero-section h1 {
    font-size: 6rem;
    text-align: left;
    padding-right: 20%;
    padding-left: 10%;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.3rem;
    line-height: 1.6;
}

.hero-section .ppa {
    padding-right: 30%;
    padding-left: 10%;
    text-align: justify;
}


/* Tablet adjustments */

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .hero-section .content {
        padding: 15px;
        max-width: 90%;
    }
    .hero-section .ppa {
        padding-left: 10%;
    }
}


/* Phone screens - max 430px */

@media (max-width: 430px) {
    .hero-section {
        height: 50vh;
        justify-content: center;
        padding: 0 15px;
        text-align: center;
    }
    .hero-section .content {
        text-align: center;
        max-width: 100%;
        padding: 10px;
        padding-top: 75px;
    }
    .hero-section h1 {
        font-size: 2rem;
        padding-left: 0;
    }
    .hero-section p {
        font-size: 0.65rem;
        line-height: 1.5;
    }
    .hero-section .ppa {
        padding-left: 0;
        text-align: justify;
    }
}


/* ----------------------------------------------------
----------------------About Us Section-----------------
----------------------------------------------------- */

.activities-section {
    font-family: 'Kumbh Sans', sans-serif;
    background-color: #f8f9fa;
    min-height: 60vh;
}


/* Images container styling */

.images-container {
    height: 100%;
    min-height: 400px;
}


/* Left content styling */

.left-content {
    position: relative;
    min-width: 200px;
    flex-shrink: 0;
}

.activity-number {
    text-align: center;
}

.activity-number .display-1 {
    font-size: 6rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
    margin: 0;
}

.small-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.small-image {
    width: 100%;
    max-width: 180px;
}

.small-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


/* Main image styling */

.main-image {
    position: relative;
}

.main-building-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


/* Content area styling */

.content-area {
    text-align: end;
    padding-left: 2rem;
    color: #0D010E;
}

.section-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.description-text {
    font-size: 1rem;
    line-height: 1.6;
}


/* Button styling */

.btn-custom {
    background-color: #800000;
    color: white;
    border: none;
    padding: 0.75rem 3rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3);
}

.btn-custom:hover {
    background-color: #b80606;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4);
}


/* Responsive design */

@media (max-width: 991px) {
    .content-area {
        padding-left: 0;
        text-align: center;
        margin-top: 2rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .images-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem !important;
        min-height: auto;
    }
    .main-building-img {
        height: 300px;
    }
    .activity-number .display-1 {
        font-size: 5rem;
    }
    .left-content {
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .activities-section {
        padding: 2rem 0;
    }
    .section-title {
        font-size: 1.8rem;
        text-align: center;
    }
    .main-building-img {
        height: 250px;
    }
    .activity-number .display-1 {
        font-size: 4rem;
    }
    .description-text {
        font-size: 0.9rem;
        text-align: left;
    }
    .small-image img {
        height: 120px;
    }
    .images-container {
        gap: 1.5rem !important;
    }
}

@media (max-width: 430px) {
    .section-title {
        font-size: 1.5rem;
    }
    .main-building-img {
        height: 220px;
    }
    .activity-number .display-1 {
        font-size: 4rem;
    }
    .description-text {
        font-size: 0.85rem;
    }
    .btn-custom {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
    .small-image img {
        height: 100px;
    }
    .content-area {
        padding: 0 1rem;
    }
}


/* Additional styling for better visual appeal */

.activities-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d2691e, transparent);
}

.row {
    position: relative;
    z-index: 1;
}


/* Hover effects */

.small-image:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.main-image:hover .main-building-img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}


/* ----------------------------------------------------
-----------------------Members Section-----------------
----------------------------------------------------- */

.home-members {
    background-color: #f8f9fa;
}

.home-member-card {
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.home-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.home-member-img-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}

.home-member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.home-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.home-member-img-wrapper:hover .home-member-img {
    transform: scale(1.05);
}

.home-member-img-wrapper:hover .home-member-overlay {
    opacity: 1;
}

.home-member-overlay-content h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

.home-member-overlay-content p {
    margin: 4px 0;
    font-size: 0.95rem;
}


/* Responsive tweaks */

@media (max-width: 768px) {
    .home-member-img-wrapper {
        width: 220px;
        height: 220px;
    }
    .home-member-overlay-content h5 {
        font-size: 1rem;
    }
    .home-member-overlay-content p {
        font-size: 0.85rem;
    }
}


/* ----------------------------------------------------
--------------------Final Rites Section----------------
----------------------------------------------------- */

.final-rites img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 20px;
}

.final-rites-text {
    padding-inline: 5%;
}

.final-rites h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #6A6245;
}

.final-rites p {
    text-align: justify;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: #6A6245;
}

@media (max-width: 768px) {
    .final-rites img {
        height: 50vh;
    }
    .final-rites h3 {
        font-size: 2rem;
    }
    .final-rites p {
        font-size: 1rem;
    }
}

@media (max-width: 430px) {
    .final-rites img {
        height: 40vh;
    }
    .final-rites h3 {
        font-size: 1.5rem;
    }
    .final-rites p {
        font-size: 0.9rem;
    }
}


/* ----------------------------------------------------
-----------------------Contact Section-----------------
----------------------------------------------------- */

.contact-section {
    background: url('/static/img/people.png') center center / cover no-repeat;
    height: 70vh;
    object-fit: cover;
    position: relative;
}

.contact-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), lightgray 0px -5.458px / 100% 132.906% no-repeat;
    /* dark overlay */
    z-index: 1;
}

.contact-section .content {
    position: relative;
    z-index: 2;
    margin-top: 15rem;
}

.contact-section h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.contact-section p {
    max-width: 600px;
    margin: 1rem auto;
    font-size: 1.1rem;
}

.contact-section .btn-primary {
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
    background-color: #800000;
    border: none;
    border-radius: 0.3rem;
}
@media (max-width: 480px) {
    .contact-section {
        height: 23.3vh; /* fits small screens better */
    }
    .contact-section .content {
    margin-top: 5rem;
}
}

/* -----------------------------
----------News Section----------
------------------------------ */

.news-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
}

.news-section h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}


/* News Card */

.news-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.news-card-img {
    width: 250px;
    height: 252px;
    object-fit: cover;
    flex-shrink: 0;
}

.news-card .card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-card .card-title {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.news-card .card-text {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
}


/* See More Button */

.see-more-btn {
    background-color: #800000;
    border: none;
    padding: 8px 30px;
    border-radius: 10px;
    font-weight: 500;
    align-self: flex-start;
    transition: background-color 0.3s;
}

.see-more-btn:hover {
    background-color: #e0e0e0;
}


/* Tablet & Mobile Adjustments */

@media (max-width: 768px) {
    .news-card {
        flex-direction: column;
    }
    .news-card-img {
        width: 100%;
        height: 200px;
    }
    .news-card .card-body {
        padding: 20px;
    }
}


/* Mobile Optimization: Small Devices */

@media (max-width: 430px) {
    .news-section h2 {
        font-size: 1.7rem;
    }
    .news-card {
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        margin-bottom: 25px;
    }
    .news-card-img {
        height: 180px;
    }
    .news-card .card-body {
        padding: 15px;
    }
    .news-card .card-title {
        font-size: 1.2rem;
    }
    .news-card .card-text {
        font-size: 0.9rem;
    }
    .see-more-btn {
        padding: 6px 20px;
        font-size: 0.9rem;
    }
}


/* ----------------------------------------------------
---------------Upcoming Events Section-----------------
----------------------------------------------------- */

.activity-card {
    background-color: #fff;
    padding: 15px;
    color: black;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.ue-section {
    background-color: #f8f9fa;
}

.ue-swiper-wrapper {
    position: relative;
}

.ue-swiper {
    max-width: 900px;
    margin: 0 auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    /* gives vertical space to show shadow */
}

.event-card {
    width: 100%;
    /* instead of 100% */
    max-width: 850px;
    margin: auto;
    border-radius: 12px;
    box-shadow: 5px 4px 22.6px 0px rgba(0, 0, 0, 0.25) !important;
}

.event-date {
    padding: 20px 30px;
}

.event-date h2 {
    font-size: 3rem;
}

.event-date small {
    font-size: 1.8rem;
}

.swiper-button-prev.ue-prev,
.swiper-button-next.ue-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #000;
}

.swiper-button-prev.ue-prev {
    left: -40px;
}

.swiper-button-next.ue-next {
    right: -40px;
}

@media (max-width: 768px) {
    .swiper-button-prev.ue-prev,
    .swiper-button-next.ue-next {
        display: none;
    }
}

.contact-hero {
    height: 60vh;
    background: url('/static/img/people.png') center center / cover no-repeat;
    position: relative;
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.contact-hero .container {
    position: relative;
    z-index: 2;
}

.contact-form-section {
    background-color: #f9f9f9;
}

.contact-page {
    background-color: #f8f9fa;
}

.contact-card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease-in-out;
}

.contact-card:hover {
    box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.1);
}

.members-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.members-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('{% static "images/team-bg-pattern.png" %}') center/cover no-repeat;
    opacity: 0.03;
    z-index: 0;
}

.member-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.member-img-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 5px;
}

.member-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid white;
    position: relative;
    z-index: 1;
}

.img-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.3), rgba(253, 126, 20, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.member-card:hover .img-hover-effect {
    opacity: 1;
}

.member-card h5 {
    font-size: 1.25rem;
    color: #343a40;
    margin-top: 15px;
}

.member-card p {
    font-size: 0.95rem;
}

.social-links {
    margin-top: auto;
}

.social-links a {
    color: #6c757d;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #fd7e14;
}

@media (max-width: 767.98px) {
    .member-img-wrapper {
        width: 140px;
        height: 140px;
    }
    .member-card h5 {
        font-size: 1.1rem;
    }
}


/* Contact Accordian  */

.faq h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #f1f3f5;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #e2e6ea;
}