@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #676666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}






.bg-light {
    background-color: transparent !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 10;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: #f8f403;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
   
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: rgba(46, 45, 45, 0.85);
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }

    .sidenav a {
        font-size: 18px;
    }


}

.login_text {
    width: 100%;
    float: left;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}

.login_text a {
    color: #ffffff;
}

.login_text a:hover {
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;

    display: flex;
    /* use flexbox */
    flex-direction: column;
    /* stack children vertically */
    align-items: center;
    /* center horizontally */
    justify-content: center;
    /* center vertically */
    text-align: center;
    /* center text inside */
}


.banner_taital {
    width: 100%;
    margin: 0 auto;
    font-size: 80px;
    color: #ffffff;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 90px;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #363636;
    background-color: #ffffff;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ffffff;
}

.carousel-indicators .active {
    background-color: #171717;
}

.carousel-indicators {
    bottom: -100px;
}


/* banner section end */



.about_section_main {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-left: 30px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
}

.about_img {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.padding_left_0 {
    padding-left: 0px;
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #1b8943;
}

.image_3 {
    width: 100%;
    float: left;
}

.image_3::after {
    content: '';
    position: absolute;
    width: 200px;
    left: initial;
    background-color: #1b8943;
    height: 15px;
    top: -10px;
    right: 130px;
}


/* about section end */


/* womans clothes section start */

.yoga_taital_main {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-left: 100px;
}

.paddlin_right_0 {
    padding-right: 0px;
}

.yoga_img::after {
    content: '';
    position: absolute;
    width: 200px;
    left: 130px;
    background-color: #1b8943;
    height: 15px;
    top: -10px;
    right: initial;
}

.womans_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #252424;
    font-weight: bold;
}

.womans_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.Get_offer_text {
    width: 80%;
    float: left;
    font-size: 60px;
    color: #151113;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 42px;
}

.image_4 {
    width: 100%;
    float: left;
}


/* womans clothes section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-image: url(../images/contact-bg.png);
    height: auto;
    background-size: 100%;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #0b0b0b;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.mail_section_1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    border: 0px;
    border-bottom: 1px solid #003471;
    background-color: transparent !important;
    padding: 50px 30px 0px 0px;
}

.massage-bt {
    color: #363636;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border-bottom: 1px solid #003471 !important;
    background-color: transparent !important;
    padding: 75px 30px 0px 0px;
    border: 0px;
}

.send_bt {
    width: 150px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color: #ff5d68;
    color: #fefeff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 40px;
}

.send_bt a:hover {
    background-color: #000;
    color: #fefeff;
}


/* contact section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    margin-top: 90px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
}

.contact_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    display: inline-block;
}

.contact_main ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.contact_main li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.contact_main li a {
    color: #ffffff;
    display: flex;
    align-items: flex-start;
}

.contact_main li a:hover {
    color: #fc3e59;
}

.address_text {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.address_main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    margin-left: 11px;
}

.padding_15 {
    font-size: 16px;
    color: #b7b7b8;
}

.padding_15:hover {
    color: #ffffff;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 2px solid #595959;
    padding-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
}

.social_icon li a {
    color: #ffffff;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #b7b7b8;
}

.margin_top_90 {
    margin-top: 90px;
}



/* Start of updates - Lex */

.menuWrapper {
    overflow-x: hidden;
    top: 0;
    position: fixed;
    transition: 0.5s;
    width: 0;
    height: 100%;
    background-color: rgba(8, 8, 8, 1);
}


/* Desktop */
@media (min-width: 769px) {
    .menuWrapper.open {
        width: 25%;
        /* desktop size */
    }
}

/* Mobile */
@media (max-width: 768px) {
    .menuWrapper.open {
        width: 100vw;
        /* full width on mobile */
    }
}

.padding_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.scrollable {
    overflow-y: scroll;
    /* allow scrolling */
}

.scrollable::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}


/* about section start */
.about_section {
    width: 100%;
    padding: 60px 60px;
    /* good padding (top/bottom 60px, sides 20px) */
    display: flex;
    /* use flexbox for centering */
    justify-content: center;
    /* center horizontally */
    align-items: center;
    /* center vertically (if content smaller) */
    text-align: center;
    /* center text inside */
    background-color: #f9f9f9;
    /* light background (optional) */
    box-sizing: border-box;
    /* include padding in width */
}

.img_logo {

    height: 40px;
}

.nav_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.bg-solid-Black {

    background-color: #000 !important;
}

.childMenuWrapper {

    padding-top: 75px;

}

.reContainer {
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: 1.4;
    font-weight: bold;
    color: #222;
    margin: 0 auto;
    max-width: 900px;
    /* keeps text from being too long */
}


.mainCont {
    width: 100%;
    max-width: 1300px;
    /* keeps content from being too wide */
    margin: 0 auto;
    /* centers the container */
    padding: 30px 30px;
    /* top/bottom 70px, left/right 30px */
    text-align: center;
    /* centers text inside */
    box-sizing: border-box;
}

.borderBox h1 {
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mainCont {
        padding: 50px 20px;
        /* smaller padding for tablets/phones */
    }

    .welcomeText h1 {
        font-size: 40px !important;
    }

    .welcomeText h2 {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .mainCont {
        padding: 40px 15px;
        /* even smaller on very small screens */
    }

    .header_section {
        background-size: cover;
    }

    .welcomeText h1 {
        font-size: 45px !important;
    }

    .welcomeText h2 {
        font-size: 16px;
    }
}

.borderBox {
    border: 3px solid #000;
    /* black border */
    border-radius: 20px;
    /* optional: rounded corners */
    padding: 20px;
    /* spacing inside */
    margin: 20px auto;
    /* spacing outside */
    max-width: 1200px;
    /* keeps it readable */
    box-sizing: border-box;
    /* ensures padding doesn’t add to width */
}

.header_section {
    position: relative;
    width: 100%;
    height: 100vh;

    overflow: hidden;
}

.header_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.header_section>* {
    position: relative;
    z-index: 2;
}

.banner_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


.background_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.welcomeBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* always stack vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    color: #fff;
    gap: 30px;
}

.welcomeText {
    max-width: 1400px;
}

.welcomeText h1 {
    font-size: 8em;
    margin-bottom: 20px;
    font-family: 'Comfortaa', sans-serif;

    color: #fff;
    font-weight: 700;
}

.welcomeText p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.welcomeBtn-primary,
.welcomeBtn-secondary {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: 3px solid #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.welcomeBtn-primary {
    background-color: #fff;
    color: #000;
}

.welcomeBtn-primary:hover {
    background-color: #dddddd00 !important;
    color: #ffffff;

}

.welcomeBtn-secondary {
    background-color: transparent;
    color: #fff;
}

.welcomeBtn-secondary:hover {
    background-color: #fff !important;
    color: #000;
}

.welcomeImage {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.welcomeImage img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
}

.fontLarge_NoSpace {
    font-size: 3.7rem !important;
    font-weight: 600;
    letter-spacing: -3.8px;
    line-height: 1em;
}

.fontLarge {
    font-size: 3.7rem !important;
    font-weight: 600;
}

.fontSmall {
    font-size: 0.8rem !important;
    font-weight: 300;
}

.socialMedia {
    display: flex;
    flex-direction: row;
    justify-content: center;

    align-items: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    gap: 20px;
}

.socialMedia i {
    font-size: 2em;
    color: #ffffff;
    /* white icons */
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.socialMedia i:hover {
    transform: scale(1.2);
    color: #ffd700;
    /* gold on hover */
}

.fontBoldBanner {
    font-size: 72px !important;
    font-weight: 400 !important;
    font-family: "Gloria Hallelujah", cursive;

}

.bannerBody {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #ffffff;
    border-radius: 30px;
    width: auto;
    box-sizing: border-box !important;
    box-shadow: 0px 0px 1px 8px #ffc107;
}


.banner {
    text-align: center;
}

.banner h1 {
    font-size: 5em;
    font-weight: 700;
    color: #ffc107;
    margin: 0;
    word-break: break-word;
}

/* 🔄 Responsive adjustments */
@media (max-width: 768px) {
    .bannerBody {
        width: 95%;
    }

    .banner h1 {
        font-size: 3em;
    }
}

@media (max-width: 480px) {
    .bannerBody {
        width: 90%;
        padding: 10px;
        border-radius: 20px;
    }

    .banner h1 {
        font-size: 2em;
    }
}


.bannerbtn_pri {

    display: inline-block;
    padding: 0px 10px;
    /* margin: 10px; */
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: 5px solid #ffc107;
    text-decoration: none;
    cursor: pointer;
    background-color: #ffc107;
    width: auto;
    box-sizing: border-box !important;
    border-radius: 50px;
    font-size: 40px;
    color: white;
    line-height: normal !important;

}

.bannerbtn_seco {
    display: inline-block;
    padding: 0px 10px;
    /* margin: 10px; */
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: 5px solid #ffc107;
    text-decoration: none;
    cursor: pointer;
    background-color: #ffc10700;
    width: auto;
    box-sizing: border-box !important;
    border-radius: 50px;
    font-size: 40px;
    color: white;
    line-height: normal !important;

}

.bannerbtn_pri:hover,
.bannerbtn_seco:hover {
    background-color: #fff;
    color: #ffc107;
}




/* Initial hidden state */
.fade-slide-left,
.fade-slide-right {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease-out;
}

/* Slide from left */
.fade-slide-left {
    transform: translateX(-50px);
}

/* Slide from right */
.fade-slide-right {
    transform: translateX(50px);
}

/* When visible */
.fade-show {
    opacity: 1;
    transform: translateX(0);
}

.fullWidthImage img {
    height: auto;
    width: 100%;
    display: block;
    max-width: 100vw;
    /* removes bottom whitespace */
}

.carousel-item img {
    width: 100%;
    height: auto;
    /* Full screen height */
    object-fit: contain;
    max-height: 697px;
    border-radius: 30px;

}

.carousel-inner {
    border-radius: 30px;
}

/* .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    /* darker overlay 
    z-index: 1;
} */

.carousel-caption-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    /* above overlay */
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    /* make sure above overlay */
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;

}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.6);

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    filter: invert(1);
}

.carousel-indicators {
    bottom: 10px;
}



.MainSection_80VH {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.MainSection_80VH::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.logo-img {
    height: 60px;
    /* Adjust to make it taller or smaller */
    width: auto;
    /* Keeps the original aspect ratio */
}

.txtalgin-left {
    text-align: left !important;
}

.padding_s {
    padding: 20px;
}

.team_block {
    max-width: 400px;
}

.schedCont {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    /* Ensure it's responsive */
    line-height: 1;
}

.schedwrap {
    display: flex;
    /* Flexbox to align children in a row */
    flex-direction: row;
    /* Align children horizontally */
    width: 100%;
    /* Ensure wrapper spans full width */
    align-items: center;
    /* Vertically center the items */
    gap: 10px;
    /* Optional: space between items */
    margin-top: 0;
    margin-bottom: 0;
}

.schedInCon {
    display: flex;
    /* Flex container */
    flex-direction: column;
    /* Stack content vertically inside each item */
    align-items: center;
    /* Center content horizontally */
    justify-content: center;
    /* Center content vertically */
}

.schedTime {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -3.8px;
}

.schedTimeDesc {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    font-size: 1rem;
    line-height: 1.2;
    /* <--- This reduces the spacing between lines */
}

@media (max-width: 768px) {
    .schedTimeDesc {
        font-size: 0.8rem;
        line-height: 1.1;
        /* Reduce vertical spacing even more */
        text-align: left;
    }
}

.schedTitle {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -3.8px;
}

.schedTitle--left {
    text-align: left;
}

.schedTitle--center {
    text-align: center;
}

.schedTitle--right {
    text-align: right;
}

.padding-s {
    padding: 20px;
}

.textalign_l {
    text-align: left !important;
    align-items: start;
}

.textalign_r {
    text-align: right !important;
}

.textalign_c {
    text-align: center !important;
}

.top-center {
    display: flex;
    flex-direction: column;
    /* stack children vertically */
    justify-content: flex-start;
    /* align them to the top */
    align-items: center;
    /* center horizontally */
}

/* Fullscreen banner background */
.Banner_bg {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/Church.jpg") center center / cover no-repeat;
}

/* Black blurry overlay spans full width */
.welcomeBannerBlur {
    width: 100%;
    /* always full width */
    padding: 40px 20px;
    /* padding top/bottom and sides */
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

/* Responsive video wrapper with max-width */
.video-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin-top: 50px;
    /* limit actual video width */
    aspect-ratio: 16 / 9;
}

/* Make iframe fill container */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.menuCategories {
    margin-top: 20px;
}

.menuRow {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    text-align: left;
}

.menuCategory {
    flex: 1 1 calc(50% - 40px);
    /* two columns, subtract gap */
    max-width: 600px;
    /* optional cap */
    margin-bottom: 40px;
    /* match gap vertically */
}

.menuCategory .categoryTitle {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffd700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menuCategory a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 4px 0;
    text-decoration: none;
    transition: 0.3s;
    line-height: 0.9;
}

.menuCategory a:hover {
    color: #f8f403;
    padding-left: 10px;
}

/* ===== Responsive tweaks ===== */

/* Tablet (<= 992px) */
@media screen and (max-width: 992px) {
    .menuRow {
        gap: 25px;
    }

    .menuCategory {
        flex: 1 1 45%;
        /* two columns */
        max-width: none;
    }
}

/* Mobile (<= 576px) */
@media screen and (max-width: 576px) {
    .menuRow {
        flex-direction: column;
        /* stack vertically */
        align-items: center;
        gap: 20px;
    }

    .menuCategory {
        flex: 1 1 100%;
        text-align: center;
    }

    .menuCategory .categoryTitle {
        text-align: center;
    }

    .menuCategory a {
        font-size: 16px;
    }
}

.max_W_500 {
    max-width: 500px !important;
}

.text_justify {
    text-align: justify !important;
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* Maintain aspect ratio (959/640 ≈ 1.5) */
    overflow: hidden;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.centered-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* horizontal centering */
    align-items: center;
    /* vertical centering */
    text-align: center;
    /* center-align text inside */
    height: 100%;
    /* or set a fixed height like 100vh */
    width: 100%;
}






.homecard {
    position: relative;
    width: 100%;
    min-width: 400px;
    height: 100%;
    min-height: 350px;
    background: #fff;
    border: solid 4px #333;
    box-shadow: -5px 5px #333;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.homecard:hover {
    margin: 10px 10px 0 0;
    box-shadow: 0px 0px #333;
}

.homecard .homeimg-card {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 350px;
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: filter .2s 1s ease-in-out;
}

.homecard:hover .homeimg-card {
    filter: blur(1px);
}

.homecard .homeadd-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 250px;
    font-weight: bold;
    font-size: 19px;
}

.homecard:hover .homeadd-cart {
    opacity: 1;
    transition: opacity .3s 1s ease-in-out;
}

.homecard .homeinfo-card {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px #333;
}

.homecard .homeinfo-card p {
    font-size: 14px;
    margin: 5px;
}

.text-black {
    color: #000000 !important;
}

#loadingModal .modal-content {
    background: #fffaf0;
    /* soft ivory */
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    border: none;
}

#loadingModal h5 {
    color: #8b6f27;
    /* warm bronze */
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
}

#loadingModal p {
    color: #6c584c;
    /* muted earthy tone */
    font-style: italic;
    font-size: 0.95rem;
}

#loadingModal .spinner-grow {
    color: #d4af37;
    /* gold tone */
    width: 3rem;
    height: 3rem;
}

#loadingModal.fade.show {
    opacity: 1 !important;
}

#loadingBackdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* make sure the column clips the zoom */
.tz-gallery .col-sm-6 {
    position: relative;
    /* allows z-index to work */
    overflow: hidden;
    /* hide the part that scales outside */
    padding: 0 !important;
    /* keep your zero-padding */
}

/* ensure images behave predictably */
.tz-gallery img {
    display: block;
    /* removes inline whitespace */
    width: 100%;
    /* responsive fit */
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease;
    will-change: transform;
    backface-visibility: hidden;
}

/* hover zoom */
.tz-gallery .col-sm-6:hover img {
    transform: scale(1.05);
    /* image is child of positioned parent, z-index will work if needed */
    z-index: 2;
}

/* optional - subtle dark overlay on hover + caption space (if you add captions) */
.tz-gallery .col-sm-6::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    /* default no overlay */
    transition: background 0.4s ease;
}

.tz-gallery .col-sm-6:hover::after {
    background: rgba(0, 0, 0, 0.08);
}



.pastorCont {
    width: 100%;
    max-width: 900px;
    /* keeps content from being too wide */
    margin: 0 auto;
    /* centers the container */
    padding: 30px 30px;
    /* top/bottom 70px, left/right 30px */
    text-align: center;
    /* centers text inside */
    box-sizing: border-box;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* Base state */
.fade-left,
.fade-right {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Fade in from left */
.fade-left {
    transform: translateX(-40px);
}

.fade-left.show {
    opacity: 1;
    transform: translateX(0);
}

/* Fade in from right */
.fade-right {
    transform: translateX(40px);
}

.fade-right.show {
    opacity: 1;
    transform: translateX(0);
}

.flex-row {
    display: flex;
    justify-content: left;
    /* center the row horizontally */
    align-items: center;
    /* vertical alignment */
    gap: 20px;
    /* equal spacing between columns */
    flex-wrap: wrap;
    /* stack on mobile */
}

.flex-col {
    flex: 1 1 200px;
    /* flexible width, min 200px */
    text-align: center;
}


.button-row {
    display: flex;
    justify-content: flex-start;
    /* align left under heading */
    align-items: center;
    gap: 12px;
    /* space between buttons */
    flex-wrap: wrap;
    /* stack on mobile */
}

.ending-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    /* light background to separate from footer */
}



@layer design-system, reset, base, utilities, components, layout, overrides;
@import "https://unpkg.com/open-props" layer(design-system.tokens);
@import "https://cdn.jsdelivr.net/gh/mobalti/open-props-interfaces@main/hdr-palettes-astro-op/src/styles/hdr-palettes.css"
layer(design-system.tokens-hdr);
/* Palettes demo: https://codepen.io/mobalti/pen/jEPRydX  */
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&icon_names=arrow_back,arrow_forward,arrow_forward_ios&display=block"
layer(design-system.symbols);

@layer reset {

    *,
    ::before,
    ::after {
        box-sizing: border-box;
    }

    :where(:not(dialog)) {
        margin: 0;
    }

    :where(html) {
        -webkit-text-size-adjust: none;

        @media (prefers-reduced-motion: no-preference) {
            scroll-behavior: smooth;
        }
    }

    :where(body) {
        min-block-size: 100svb;
        -webkit-font-smoothing: antialiased;
    }
}

@layer base {
    html {
        color-scheme: dark;

        /* Adjust the chroma for all palettes */
        --palette-chroma: 1;

        /* Contrast function based on perceptual lightness (OKLCH) */
        --threshold: 0.625;
        --contrast-fn: min(max(((l - var(--threshold)) * -infinity), 0), 1);

        /* Semantic tokens */
        --ui-surface: var(--hdr-purple-15);
        --ui-surface-container: var(--hdr-purple-14);
        --ui-on-surface: oklch(from var(--ui-surface) var(--contrast-fn) 0 h);
        --ui-primary: var(--hdr-orange-2);

        --ui-spacing-none: 0;
        --ui-spacing-xxs: var(--size-1);
        --ui-spacing-xs: var(--size-2);
        --ui-spacing-sm: var(--size-3);
        --ui-spacing-md: var(--size-5);
        --ui-spacing-lg: var(--size-7);
        --ui-spacing-xl: var(--size-8);
        --ui-spacing-xxl: var(--size-11);

        --base-font: "Roboto";
        --ui-label: var(--font-weight-5) var(--font-size-1) / var(--font-lineheight-0) var(--base-font),
            var(--font-system-ui);
        --ui-body: var(--font-weight-4) var(--font-size-2) / var(--font-lineheight-3) var(--base-font),
            var(--font-system-ui);
        --ui-title: var(--font-weight-5) var(--font-size-4) / var(--font-lineheight-1) var(--base-font),
            var(--font-system-ui);

        --ui-icon-font-family: "Material Symbols Outlined";
        --icon-font-small: var(--font-weight-6) var(--font-size-1) / 1 var(--ui-icon-font-family);
        --icon-font-medium: var(--font-weight-4) var(--font-size-4) / 0 var(--ui-icon-font-family);

        /* Force dark theme shadow values in light mode */
        /* OSlight */
        @media (prefers-color-scheme: light) {
            --shadow-color: 220 40% 2%;
            --shadow-strength: 25%;
        }

        /* Component-specific token */
        --ui-scroll-btn-radius: var(--radius-4);
        --ui-scroll-btn-layer: var(--layer-3);
        --ui-scroll-btn-outline: var(--border-size-2) dashed var(--ui-primary);
        --ui-scroll-btn-border: var(--border-size-1) solid var(--ui-primary);
        --ui-scroll-btn-size: var(--size-px-9);

        --ui-visual-radius: var(--radius-3);
        --ui-card-radius: calc(var(--ui-visual-radius) * 1.25);
        --ui-btn-radius: var(--radius-2);
        --ui-icon-size: var(--size-7);
        --ui-card-shadow: var(--shadow-2);
    }
}

@layer layout {
    .section {
        container-type: inline-size;
        min-block-size: 100svb;

        background: var(--ui-surface-container) url("https://raw.githubusercontent.com/mobalti/open-props-interfaces/refs/heads/main/hdr-palettes-astro-op/src/assets/images/hero.avif") no-repeat center / cover;

        inline-size: 100%;

        display: grid;
        place-items: center;
        column-gap: var(--ui-spacing-xs);
        row-gap: var(--ui-spacing-lg);
        padding-block: var(--ui-spacing-xxl);
    }

    .cards {
        --_carousel-inline-padding: var(--ui-spacing-sm);
        display: grid;
        gap: 20px;
        grid-auto-flow: column;
        grid-column: 2/-1;
        min-block-size: auto;
        grid-template-rows: auto;
        inline-size: 100%;
        list-style: none;
        overflow-inline: auto;
        overscroll-behavior-inline: contain;
        padding-block: var(--ui-spacing-lg);
        padding-inline: var(--_carousel-inline-padding);
        scroll-behavior: smooth;
        scroll-padding-inline: var(--_carousel-inline-padding);
        scroll-snap-type: inline mandatory;

        /* md-n-above */
        @media (width >=768px) {
            --_carousel-inline-padding: var(--ui-spacing-lg);
        }
    }

    .card {
        scroll-snap-align: start;
        /* scroll-snap-stop: always; */
        background-color: var(--ui-surface);
        border-radius: var(--ui-card-radius);
        box-shadow: var(--ui-card-shadow);
        display: grid;
        grid-row: 1/-1;
        grid-template-rows: subgrid;
        padding: var(--ui-spacing-xs);
        inline-size: min(75cqi, 330px);
        padding: 10px !important;

        max-height: 500px !important;

        border: 2px solid rgba(0, 0, 0, 1) !important;
        border-radius: 0 !important;
    }

    .visual {
        border-radius: var(--ui-visual-radius);
        overflow: clip;
    }

    .img {
        display: block;
        inline-size: 100%;
        block-size: 100%;
        object-fit: cover;
        /* fallback */
        background-color: var(--ui-surface-container);
    }

    .title {
        font: var(--ui-title);
        text-wrap: pretty;
        text-align: left !important;
        font-size: 30px !important;
        font-weight: 500 !important;
    }

    .desc {
        font: var(--ui-body);
        text-wrap: pretty;
        margin: 10px !important;
        text-align: center !important;
        font-weight: 300;
        font-size: 15px;
    }

    @media (max-width: 480px) {
        .desc {
            font-size: 0.95rem;
            margin: 8px !important;
        }
    }


    .card-link {
        position: absolute;
        bottom: 16px;
        /* distance from bottom */
        left: 16px;
        /* align to left (optional) */
        right: 16px;
        /* stretch to right (optional) */
        display: inline-block;
        padding: 10px 20px;
      
        color: white;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
    }

    @supports (scroll-marker-group: after) {
        .cards {
            anchor-name: --carousel;
            scrollbar-width: none;

            &::scroll-button(*) {
                -webkit-tap-highlight-color: transparent;
                -webkit-touch-callout: none;
                background-color: transparent;
                block-size: var(--ui-scroll-btn-size);
                border-radius: var(--ui-scroll-btn-radius);
                color: var(--ui-primary);
                cursor: pointer;
                display: inline grid;
                font: var(--icon-font-medium);
                inline-size: var(--ui-scroll-btn-size);
                outline-width: 0;
                place-items: center;
                position-anchor: --carousel;
                inset-block-end: calc(anchor(end) - calc(var(--ui-spacing-xs) + var(--ui-scroll-btn-size)));
                inset-inline-start: calc(anchor(start) + var(--_carousel-inline-padding));
                position: absolute;
                user-select: none;
                border: var(--ui-scroll-btn-border);
            }

            &::scroll-button(*):focus:not(:disabled) {
                outline: var(--ui-scroll-btn-outline);
            }

            &::scroll-button(*):disabled {
                cursor: not-allowed;
                opacity: 0.4;
            }

            &::scroll-button(*):not(:disabled):hover {
                background-color: oklch(from var(--ui-on-surface) l c h / 8%);
            }

            /* &::scroll-button(inline-start) {
                content: "arrow_back" / "Scroll back";
            }

            &::scroll-button(inline-end) {
                content: "arrow_forward" / "Scroll forward";
                inset-inline-start: calc(anchor(start) + var(--ui-spacing-xs) + var(--ui-scroll-btn-size) + var(--_carousel-inline-padding));
            } */
        }
    }
}

.cards {
    grid-auto-columns: 100%;
    /* mobile default */
}

@media (min-width: 768px) {
    .cards {
        grid-auto-columns: calc((100% - (var(--ui-spacing-sm) * 2)) / 3);
        min-width: 225px;

    }
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    /* include padding/border in width */
    margin: 0;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    inline-size: var(--ui-scroll-btn-size);
    block-size: var(--ui-scroll-btn-size);
    display: grid;
    place-items: center;
    border-radius: var(--ui-scroll-btn-radius);
    background: var(--ui-primary);
    color: oklch(from var(--ui-primary) var(--contrast-fn) 0 h);
    font: var(--icon-font-medium);
    cursor: pointer;
    border: var(--ui-scroll-btn-border);
}

/* Left arrow */
.carousel-btn.left {
    left: 0;
    transform: translate(-90%, -50%);
    /* pulls arrow slightly OUTSIDE */
}

/* Right arrow */
.carousel-btn.right {
    right: 0;
    transform: translate(90%, -50%);
    /* pulls arrow slightly OUTSIDE */
}

.carousel-btn:hover {
    background: oklch(from var(--ui-on-surface) l c h / 10%);
}

.carouselcont {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 30px;
    text-align: center;
    box-sizing: border-box;
}


@media (max-width: 480px) {
    .card {
        inline-size: 100%;
        max-width: 230px;
        width: 250px;
        padding: 10px !important;
        max-height: 600px !important;
        min-height: 550px !important;

    }
}

.visual .img {
    min-height: 200px;
    max-height: 200px;
}

.car-content {
    padding: 10px;
}

.title {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1.25rem;
    text-align: left !important;
    padding-bottom: 0;
}

.tag {
    display: inline-block;
    padding: 0.2em 0.6em;
    /* small padding like a badge */
    font-size: 15px;
    /* smaller than heading */
    font-weight: 500;
    background-color: #007bff;
    color: white;
    border-radius: 9999px;
    /* pill shape */
    line-height: 1;
    /* align text vertically */
}


.meaning {
    display: block;
    /* moves it below the title */
    font-size: 0.85em;
    /* smaller than the title */
    font-style: italic;
    /* italic style */
    color: var(--ui-on-surface);
    /* optional: slightly muted color */
    margin-top: 0.1em;
    /* smaller space under title */
}

/* Mobile-friendly adjustment */
@media (max-width: 600px) {
    .title {
        display: flex;
        /* switch from inline-flex to flex */
        flex-direction: column;
        /* stack title and tag vertically */
        align-items: flex-start;
        /* left-align items */
        gap: 0.25em;
        /* optional: small gap between title and tag */
    }

    .tag {
        margin-left: 0;
        /* remove inline spacing on mobile */
    }
}


.responsive-h1 {
    font-size: clamp(2rem, 8vw, 5rem);
    line-height: 1.1;
}

.responsive-h1v2 {
    font-size: 30px;
}

.responsive-time {
    font-size: 40px;
}

.C2 {
    font-size: 13em;
    line-height: 1.3;
}

/* Optional: adjust padding/margin on mobile */
@media (max-width: 600px) {
    .responsive-h1 {
        font-size: clamp(1.5rem, 10vw, 3rem) !important;
    }

    .responsive-time {
        font-size: 20px;
    }

    .responsive-h1v2 {
        font-size: clamp(1.5rem, 10vw, 1.5rem) !important;

    }

    .C2 {
    font-size: 13em;
    line-height: 0.8;
}
}


.AccordionContent {
    scroll-snap-align: start;
    /* scroll-snap-stop: always; */
    background-color: var(--ui-surface);
    border-radius: var(--ui-card-radius);
    box-shadow: var(--ui-card-shadow);
    display: grid;
    grid-row: 1/-1;
    grid-template-rows: subgrid;
    padding: var(--ui-spacing-xs);
    inline-size: min(75cqi, 330px);
    padding: 10px !important;

    border: 2px solid rgba(0, 0, 0, 1) !important;
    border-radius: 0 !important;
}

.heigh300px {
    height: 300px !important;
}

.C2title {
    display: inline-flex;
    align-items: center;

    font-size: 1.25rem;
    text-align: left !important;
    padding-bottom: 0;
}

.connect-links {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.connect-link {
    font-size: 1.1em;
    color: #0000ff;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    display: inline-flex;
    align-items: center;
 
}

.connect-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #0000ff;
}

.connect-link .fab.fa-instagram {
    font-size: 0.9em;
    margin-left: 0.5em;
}

.social-links {
    display: flex;
    gap: 1.2em;
    margin-top: 1em;
    justify-content: center;
}

.social-links a {
    color: #333333;
    font-size: 1.8em;
    text-decoration: none;
}

.social-links a:hover {
    color: #007bff;
}

