/* /Views/Activities/Activities.cshtml.rz.scp.css */
/*
.card:hover {
    transform: translateY(-4px);
    transition: .2s;
}

*/


/* HERO */
.hero[b-uefjzcgbty] {
    height: 360px;
    background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), url('/images/memberpricing.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-box[b-uefjzcgbty] {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.15);
    border-radius: 16px;
    padding: 30px;
    width: 75%;
}

/* TABS */
.nav-pills .nav-link[b-uefjzcgbty] {
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 14px;
    color: #555;
}

    .nav-pills .nav-link.active[b-uefjzcgbty] {
        background: linear-gradient(135deg,#ff4d4d,#ff7a18);
    }

/* CARD */
.activity-card[b-uefjzcgbty] {
    border-radius: 14px;
    overflow: hidden;
    transition: .35s ease;
}

    .activity-card:hover[b-uefjzcgbty] {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px rgba(0,0,0,.15);
    }

.activity-img[b-uefjzcgbty] {
    height: 200px;
    object-fit: cover;
}

.category[b-uefjzcgbty] {
    font-size: 12px;
    font-weight: 600;
    color: #ff4d4d;
}



/* /Views/Home/About.cshtml.rz.scp.css */
.section[b-gkaklynhng] {
    background-color: #f1f3f5;
    /* Light grey background */
    padding: 80px 10%;
}

/* --- HERO SECTION --- */
.hero-about[b-gkaklynhng] {
    position: relative;
    height: 70vh;
    min-height: 450px;
    /* FIX: Use / for root-relative path. No 'wwwroot' in the URL */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/about/hero-about.jpg') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Aligns overlay to the left */
    padding-left: 8%;
    color: #fff;
}

/* --- BASE STYLES --- */
/*.hero-about {
    position: relative;
    height: 70vh;
    min-height: 450px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/about/about-hero.jpg') no-repeat center center / cover;
    display: flex;
    align-items: center;
    padding-left: 8%;*/
/* Desktop alignment */
/*}*/

.hero-overlay[b-gkaklynhng] {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 40px;
    /* Reduced slightly for better fit */
    max-width: 650px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    /* Prevent box from overflowing its parent */
    width: 100%;
    box-sizing: border-box;
}

.hero-overlay h1[b-gkaklynhng] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-overlay p[b-gkaklynhng] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #f0f0f0;
}

/* --- RESPONSIVE FIXES --- */

/* Tablets (iPad, etc.) */
@media (max-width: 992px) {
    .hero-about[b-gkaklynhng] {
        padding-left: 5%;
    }

    .hero-overlay[b-gkaklynhng] {
        max-width: 70%;
    }

    .hero-overlay h1[b-gkaklynhng] {
        font-size: 2rem;
        /* Shrinking title slightly */
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .hero-about[b-gkaklynhng] {
        padding: 20px;
        /* Even padding on all sides */
        justify-content: center;
        /* Centers the overlay horizontally */
        text-align: center;
        height: auto;
        /* Let it grow with content */
        min-height: 500px;
    }

    .hero-overlay[b-gkaklynhng] {
        max-width: 100%;
        /* Take full width of parent */
        padding: 30px 20px;
        /* Less padding inside the box */
    }

    .hero-overlay h1[b-gkaklynhng] {
        font-size: 1.6rem;
        /* Much smaller for phone screens */
        line-height: 1.3;
    }

    .hero-overlay p[b-gkaklynhng] {
        font-size: 1rem;
        line-height: 1.5;
    }

    /* Remove <br> on mobile so it doesn't break lines awkwardly */
    .hero-overlay h1 br[b-gkaklynhng] {
        display: none;
    }
}

/* --- MISSION & CONTENT --- */
.about-container[b-gkaklynhng] {
    max-width: 1100px;
    margin: auto;
    padding: 80px 20px;
}


.mission-text h2[b-gkaklynhng],
.team h2[b-gkaklynhng] {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.underline[b-gkaklynhng] {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #d9534f;
    /* Using a professional soft red */
    margin-bottom: 25px;
}

/*.mission-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}*/

/*.mission-logo img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

    .mission-logo img:hover {
        transform: translateY(-10px);
    }*/




/*Meet our team*/
.team-item[b-gkaklynhng] {
    perspective: 1000px;
    height: 380px;
}

.team-card-inner[b-gkaklynhng] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.team-item:hover .team-card-inner[b-gkaklynhng] {
    transform: rotateY(180deg);
}

.team-card-front[b-gkaklynhng],
.team-card-back[b-gkaklynhng] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.team-card-front[b-gkaklynhng] {
    border-top: 5px solid #FE2700;
}

.team-card-back[b-gkaklynhng] {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #FE2700 0%, #b31d00 100%);
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.team-img-wrapper[b-gkaklynhng] {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
}

.team-img-wrapper img[b-gkaklynhng] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

.team-card-back h5[b-gkaklynhng] {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.15rem;
}

.team-card-back p[b-gkaklynhng] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 20px;
}

.back-info-list[b-gkaklynhng] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    font-size: 0.85rem;
}

.back-info-list li[b-gkaklynhng] {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.back-info-list i[b-gkaklynhng] {
    width: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.social-links[b-gkaklynhng] {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a[b-gkaklynhng] {
    color: #fff;
    font-size: 1.2rem;
    transition: transform 0.3s;
}

.social-links a:hover[b-gkaklynhng] {
    transform: scale(1.2);
}
/* /Views/Home/Index.cshtml.rz.scp.css */

/* Basic Reset */
*[b-ufohfgtvhd] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-ufohfgtvhd] {
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Navigation */

.logo[b-ufohfgtvhd] {
    font-size: 24px;
    font-weight: bold;
    color: #003399;
}

/* Hero Section */
.hero[b-ufohfgtvhd] {
    height: 80vh;
    /*    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;*/
    background: linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.5) ), url('/images/home/home.jpg') no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.hero h1[b-ufohfgtvhd] {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero p[b-ufohfgtvhd] {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
}

.btn[b-ufohfgtvhd] {
    padding: 12px 30px;
    background: #003399;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover[b-ufohfgtvhd] {
    background: #002266;
}

/* Services Section */
.section[b-ufohfgtvhd] {
    padding: 80px 10%;
    text-align: center;
}

.section h2[b-ufohfgtvhd] {
    margin-bottom: 40px;
    font-size: 2.5rem;
}

.grid[b-ufohfgtvhd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.card[b-ufohfgtvhd] {
    padding: 30px;
    background: #F1F3F5;
    border-radius: 10px;
    transition: 0.3s;
    border: 0;
}

.card-footer[b-ufohfgtvhd] {
    background: #F1F3F5;
}

/*.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}*/

.card i[b-ufohfgtvhd] {
    font-size: 40px;
    color: #003399;
    margin-bottom: 20px;
}



.section[b-ufohfgtvhd] {
    background-color: #f1f3f5; /* Light grey background */
    padding: 80px 5%;
}

.content-wrapper[b-ufohfgtvhd] {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.info-item[b-ufohfgtvhd] {
    flex: 1;
    text-align: center;
    padding: 10px;
}

/* Red Icons */
.e-font-icon-svg[b-ufohfgtvhd] {
    width: 55px;
    height: 55px;
    margin: 0 auto 25px;
}

    .e-font-icon-svg svg[b-ufohfgtvhd] {
        fill: #ff0000; /* Red from image */
    }

/* Bold Typography */
.info-item h3[b-ufohfgtvhd] {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.info-item p[b-ufohfgtvhd] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin-bottom: 30px;
    padding: 0 10px;
}

/* Green Buttons */
.btn-action[b-ufohfgtvhd] {
    display: inline-block;
    background-color: #62cf71; /* Green from image */
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: 0.2s ease-in-out;
}

    .btn-action:hover[b-ufohfgtvhd] {
        background-color: #4eb85d;
        transform: translateY(-2px);
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .content-wrapper[b-ufohfgtvhd] {
        flex-direction: column;
        align-items: center;
    }

    .info-item[b-ufohfgtvhd] {
        margin-bottom: 50px;
    }
}

.section .grid[b-ufohfgtvhd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* max 3 per row */
    gap: 1.5rem;
}

/* Tablet */
@media (max-width: 992px) {
    .section .grid[b-ufohfgtvhd] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section .grid[b-ufohfgtvhd] {
        grid-template-columns: 1fr;
    }
}
/* /Views/Home/MemberPrice.cshtml.rz.scp.css */
.membership-hero[b-lif6pbm3z7] {
        background: url('/images/memberprice.jpg') center/cover no-repeat;
    padding: 120px 0;
}

.letter-spacing[b-lif6pbm3z7] {
    letter-spacing: 2px;
}

.membership-section[b-lif6pbm3z7] {
    background-color: #f8f9fb;
}

.membership-cta[b-lif6pbm3z7] {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.feature-card[b-lif6pbm3z7] {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    transition: all .3s ease;
}

    .feature-card i[b-lif6pbm3z7] {
        font-size: 28px;
        color: #0d6efd;
        margin-bottom: 15px;
    }

    .feature-card h6[b-lif6pbm3z7] {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .feature-card p[b-lif6pbm3z7] {
        font-size: 13px;
        color: #6c757d;
    }

    .feature-card:hover[b-lif6pbm3z7] {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7n6dqonsrr] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-7n6dqonsrr] {
    color: #0077cc;
}

.btn-primary[b-7n6dqonsrr] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7n6dqonsrr], .nav-pills .show > .nav-link[b-7n6dqonsrr] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*---------*/
/* Navbar Glass */
.navbar-glass[b-7n6dqonsrr] {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

/* Brand */
.brand-logo[b-7n6dqonsrr] {
    height: 44px;
}

/* Nav Links */
.nav-link[b-7n6dqonsrr] {
    font-weight: 500;
    color: #333 !important;
    position: relative;
}

    /*.nav-link:hover {
        color: #0d6efd !important;
    }*/

    /* Active underline */
     /*.nav-link.active::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 2px;
                bottom: -6px;
                left: 0;
                color: #0d6efd;
                background: #0d6efd;
            }*/
    /*.nav-link.active {
        color: #0d6efd !important;*/ /* Active link color */
        /*font-weight: 600;*/ /* Optional: make active menu bold */
    /*}

    .nav-link:hover {
        color: #0a58ca !important;*/ /* Hover color */
    /*}*/

/* Active top-level nav links */
/* Top-level navbar links */
.navbar-nav .nav-link[b-7n6dqonsrr] {
    font-weight: 500;
    color: #333 !important; /* Default color */
    position: relative;
    text-decoration: none; /* Remove underline */
    transition: color 0.2s ease;
}

    /* Remove old underline if any */
    .navbar-nav .nav-link[b-7n6dqonsrr]::after {
        content: none !important;
    }

    /* Remove underline/border from active top-level links */
    .navbar-nav .nav-link.active[b-7n6dqonsrr] {
        color: #0d6efd !important; /* Active text color */
        font-weight: 600; /* Optional bold */
        background-color: transparent; /* No background */
        text-decoration: none; /* Ensure no underline */
        border: none !important; /* Remove bootstrap border-bottom */
        box-shadow: none !important; /* Remove any active shadow underline */
    }

        /* Also remove border from hovered active link if needed */
        .navbar-nav .nav-link.active:hover[b-7n6dqonsrr] {
            border: none !important;
            box-shadow: none !important;
        }

/* Dropdown menu */
.dropdown-menu[b-7n6dqonsrr] {
    border-radius: 12px;
    padding: 0.5rem;
}

/* Dropdown items */
.dropdown-item[b-7n6dqonsrr] {
    border-radius: 8px;
    padding: 0.6rem 1rem;
}

    /* Active dropdown item — text color only */
    .dropdown-item.active[b-7n6dqonsrr],
    .dropdown-item:active[b-7n6dqonsrr] {
        color: #0d6efd !important; /* Text color only */
        font-weight: 600;
        background-color: transparent !important; /* No highlight */
    }

    /* Hover for dropdown items */
    .dropdown-item:hover[b-7n6dqonsrr] {
        background-color: rgba(13,110,253,0.08); /* Soft hover */
    }

/* Footer */
.footer[b-7n6dqonsrr] {
    background: #111;
    color: #aaa;
    padding: 1.5rem 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    background-color: #333;
}


/* -----------*/

.border-top[b-7n6dqonsrr] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-7n6dqonsrr] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7n6dqonsrr] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7n6dqonsrr] {
    font-size: 1rem;
    line-height: inherit;
}

/* footer position:absolute removed — was covering bottom content on long pages */


/*
.footer-links {
    margin-bottom: 20px;
    color: #000;
}

.footer-links a {
    color: #bbb;
    margin: 0 10px;
    text-decoration: none;
}
*/
