body {
    font-family: 'Karla', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}


h1,
h2,
h3,
h4,
h5,
h6,
.fw-bold,
.navbar-nav .nav-link,
.mobile-menu a {
    font-weight: 700 !important;
}

nav.navbar {
    background-color: #0a0a0a;
    padding: 12px 0;
    z-index: 1000;
}

.navbar-brand img {
    height: 45px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 12px;
    position: relative;
}


.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #e62b2b !important;
    color: #fff !important;
}


.dropdown-menu .dropdown-item:hover {
    background-color: #111 !important;
    color: #e62b2b !important;
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-item.active>.nav-link {
    color: #e62b2b !important;
}

/* --- Dropdown --- */
.dropdown-menu {
    background-color: #111;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    min-width: 220px;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
}

.dropdown-menu .dropdown-item:hover {
    background: #e62b2b;
    color: #fff;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* --- Right icons --- */
.nav-icons i {
    color: #fff;
    font-size: 1.1rem;
    margin-left: 18px;
    cursor: pointer;
}

.nav-icons i:hover {
    color: #e62b2b;
}

/* --- Mobile full menu --- */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    color: white;
    z-index: 2000;
    overflow-y: auto;
    padding: 70px 20px 40px;
}

.mobile-menu.show {
    display: block;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #222;
}

.mobile-submenu {
    display: none;
    padding-left: 15px;
    border-left: 2px solid #e62b2b;
}

.mobile-submenu a {
    font-size: 0.95rem;
    border: none;
    padding: 8px 0;
}

footer {
    background: #111;
    color: #aaa;
    text-align: center;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .navbar-collapse {
        display: none !important;
    }
}


.development-philosophy {
    height: 60vh;
    /* adjust height as needed */
    background: linear-gradient(120deg, #111 30%, #2f333b 100%);
}



/* norcal-2034-2035.blade.php css */

section .progress {
    background-color: #e9e9e9 !important;
}


table {
    font-size: 0.875rem;
}

th,
td {
    vertical-align: middle !important;
}

th {
    background-color: #fafafa;
}

.progress {
    background-color: #eaeaea !important;
    border-radius: 2px;
}


/* bay-area-lacrosse-academy css  */
.cta-button {
    background-color: #000;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    background: linear-gradient(45deg, #dc2626, #991b1b);
    color: #fff;
    border: none;
}

.cta-button:focus,
.cta-button:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.info-card {
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-10px);
    border-color: #dc2626;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2);
}



.who-we-are {
    background-image: url('../norcal-2034-20350-images/background-program-feature.avif');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax effect */
    min-height: 90vh;
    position: relative;
}

.who-we-are::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    /* dark overlay for readability */
}

.who-we-are .container {
    position: relative;
    z-index: 2;
}

.who-we-are p {
    font-size: 1rem;
    font-weight: 500;
    color: #f1f1f1;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.who-we-are h2 {
    font-size: 2.2rem;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .who-we-are {
        background-attachment: scroll;
        /* fallback for mobile */
    }
}


/* Red underline under title */
.underline {
    width: 70px;
    height: 4px;
    background-color: #dc2626;
    border-radius: 5px;
}

/* Coach card background */
.coach-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 25px rgba(220, 38, 38, 0.12);
    transition: 0.3s ease;
}

/* Hover effect */
.coach-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.25);
    border-color: #dc2626;
}

/* Coach images */
.coach-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
}

.testimonial-card {
    max-width: 900px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 30px rgba(220, 38, 38, 0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: #dc2626;
    box-shadow: 0 10px 35px rgba(220, 38, 38, 0.25);
}

.underline {
    width: 80px;
    height: 4px;
    background-color: #dc2626;
    border-radius: 5px;
}

.lacrosse-program-details .card {
    background: linear-gradient(135deg,
            rgba(45, 45, 45, 0.85) 0%,
            rgba(26, 26, 26, 0.85) 100%);
    border-radius: 15px;
    padding: 35px;
    border: 2px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    width: 100%;
}

/* HOVER STYLE */
.lacrosse-program-details .card:hover {
    transform: translateY(-10px);
    border-color: #dc2626;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2);
}



/* all-products page css  */


.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

.view-btn {
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 0;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: #ffffff;
    border-color: #dc2626;
    color: #dc2626;
    transform: translateY(-3px);
}


@media (min-width: 992px) and (max-width: 1290px) {
    .container {
        max-width: 1140px;
    }
}


@media screen and (min-width: 2560px) {

    .container {
        max-width: 300rem !important;
        margin: 0 auto;
    }

    a.nav-link.dropdown-toggle {
        font-size: 4rem;
    }

    a.dropdown-item {
        font-size: 4rem;
    }

    a.nav-link {
        font-size: 4rem;
    }

    p.text-muted.mb-4 {
        font-size: 3rem;
    }

    button#loadMoreBtn {
        font-size: 3rem;
    }

    a.text-decoration-none {
        font-size: 5.6rem;
    }

    p.text-muted.mb-3 {
        font-size: 5rem;
    }

    a.btn.view-btn.w-100.rounded-pill {
        font-size: 4rem;
    }

    .navbar-brand img {
        height: 119px;
    }

    i.fas.fa-search {
        font-size: 5rem;
    }

    i.fas.fa-user {
        font-size: 5rem;
    }

    i.fas.fa-bag-shopping {
        font-size: 5rem;
    }

    p {
        font-size: 3rem !important;
    }

    .py-5 {
        padding-top: 10rem !important;
        padding-bottom: 3rem !important;
    }

    th.text-danger {
        font-size: 2.6rem;
    }

    tbody.small {
        font-size: 2.6rem;
    }

    .who-we-are h2 {
        font-size: 6.2rem;
        letter-spacing: 1px;
    }

    ul.list-inline.mb-0 {
        font-size: 3rem;
    }

    input.form-control.rounded-0 {
        font-size: 3.2rem;
    }


    button.btn.w-100.text-white.fw-semibold.rounded-0 {
        font-size: 2.4rem;
    }

    h6.fw-bold.text-uppercase.small.mb-1 {
        font-size: 4.2rem;
    }

    tr.text-uppercase.small.fw-semibold {
        font-size: 3.2rem;
    }

    h1.fw-bold.mb-3 {
        font-size: 10rem !important;
    }

    p.text-secondary.fs-6.mx-auto {
        font-size: 3.9rem !important;
    }

    a.btn.btn-danger.px-4.py-2.fw-bold {
        font-size: 3rem;
    }

    h2.fw-bold.text-danger {
        font-size: 2.8rem !important;
    }

    p.fs-5.mb-4 {
        font-size: 5rem !important;
    }

    a.btn.rounded-pill.px-4.py-2.fw-bold.cta-button {
        font-size: 4rem;
    }

    td.small {
        font-size:
            3rem;
    }

    th.text-danger.fw-bold.small {
        font-size: 3.5rem;
    }

    p.mt-3.text-muted {
        font-size: 4rem !important;
    }

    button.btn.size-btn {
        font-size: 3.5rem;
    }

    input.form-control.text-center {
        font-size: 3.5rem;
    }

    button.btn.btn-outline-dark.px-4 {
        font-size: 3.5rem;
    }

    button.btn.btn-danger.w-100.py-3.fw-bold.rounded-0 {
        font-size: 3.5rem;
    }

    img.img-thumbnail.thumb-img {
        width: 500px;
        height: 500px;
    }

    /* img.img-fluid.mb-3 {
        width: 800px;
    } */

    h5.fw-bold.text-primary {
        font-size: 5rem !important;
    }

    p.fw-semibold.mt-2 {
        font-size: 5rem !important;
    }

    button.btn.view-btn.mt-2.px-4.py-2.w-75 {
        font-size: 4rem;
    }

    h2.fw-bold {
        font-size: 8rem;
    }

    .col-md-6 {
        font-size: 3.5rem;
    }

    .col-md-3.text-center {
        font-size: 3.5rem;
    }

    .col-md-3.text-end {
        font-size: 3.5rem;
    }

    a.text-decoration-underline.text-dark.fw-semibold {
        font-size: 3rem;
    }

    span.fw-semibold {
        font-size: 3rem;
    }

    img.img-fluid-cart.rounded {
        width: 500px !important;
    }

    button.btn.btn-dark.w-100.py-2.mb-2 {
        font-size: 4rem;
    }

    button.btn.btn-primary.w-50 {
        font-size: 4rem;
    }

    button.btn.btn-dark.w-50 {
        font-size: 4rem;
    }

    span.fw-bold {
        font-size: 4rem;
    }

    button.btn.btn-dark.px-4.py-2.fw-semibold {
        font-size: 3rem;
    }

    img.mb-4.program {
        width: 515px !important;
    }

    /* Headings scaled to match your h4 preference (h4 = 5.9rem) */
    h1 {
        font-size: 16rem;
        /* biggest */
        line-height: 1.05;
        margin-bottom: 0.6rem;
    }

    h2 {
        font-size: 13rem;
        /* bigger than h3 */
        line-height: 1.1;
        margin-bottom: 0.5rem;
    }

    h3 {
        font-size: 11rem;
        line-height: 1.15;
        margin-bottom: 0.45rem;
    }

    h4 {
        font-size: 9rem;
        line-height: 1.18;
        margin-bottom: 0.4rem;
    }

    h5 {
        font-size: 7rem;
        line-height: 1.3;
        margin-bottom: 0.35rem;
    }

    h6 {
        font-size: 5rem;
        line-height: 1.35;
        margin-bottom: 0.3rem;
    }

    /* Make regular text readable next to these big headings */
    body,
    p,
    .mobile-menu a {
        font-size: 1.25rem;
        line-height: 1.9;
    }

    .who-we-are h2 {
        font-size: 7.2rem !important;
        letter-spacing: 1px;
    }

    img.rounded-circle.shadow-sm.mb-3.mb-md-0.me-md-3 {
        width: 475px !important;
        height: 475px !important;
    }
}