body,
html {
    overflow-x: hidden;
}

body {
    font-family: "Khand", sans-serif;
}

a:focus,
a:focus-visible {
    border: none;
    outline: none;
}

header {
    position: relative;
}

.mob-img  {
    display: none;
}

.bhajan-name-title {
    padding-block: 30px 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-img img {
    width: 100%;
}

main {
    background-image: url(../images/main-bg.webp);
}

header,
main {
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: auto;
    background-size: cover;
}

/* Top header styling */
.bhajan-name-title {
    padding-block: 30px 40px;
}

.bhajan-name-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: clamp(1.5rem, -0.5313rem + 6.5vw, 3.125rem);
    text-align: center;
    line-height: clamp(1.8rem, -0.5313rem + 6.5vw, 4.125rem);
    background-image: url(../images/text-patch.jpeg);
    background-size: cover;
    background-position: top;
    color: #ffffff00;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
}

.revert-design {
    transform: rotateY(180deg);
}

.bhajan-name-title p {
    font-weight: 500;
    color: #fff;
    font-size: clamp(1rem, 0.2188rem + 2.5vw, 1.625rem);
    line-height: clamp(1rem, 0.2188rem + 2.5vw, 1.625rem);
}

/* Navbar styling */

a.nav-link {
    color: #6e3621;
    font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem);
    line-height: clamp(1rem, 0.375rem + 2vw, 1.5rem);
    font-weight: 600;
    padding: 0;
    padding-block: 7px;
}

.navbar {
    background: linear-gradient(180deg, rgba(243, 214, 96, 1) 0%, rgba(227, 149, 41, 1) 50%);
}

/* a.navbar-brand {
    text-align: center;
} */

a.navbar-brand img {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    max-width: 70%;
    margin: auto;
}

.navbar-nav.navbar-left {
    margin: 0 !important;
    padding: 0 !important;
}

.divider-row {
    position: relative;
}

.divider-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 5px;
    background-color: #FDD15A;
    border-radius: 10px;
    height: 70%;
    margin: auto;
}

.contact-information {
    padding-block: 100px;
}

.address,
.email,
.social-media {
    text-align: center;
    padding-bottom: 50px;
}

.address h2,
.email h2,
.social-media h2 {
    font-size: clamp(1.5rem, 0.6406rem + 2.75vw, 2.1875rem);
    line-height: clamp(1.5rem, 0.6406rem + 2.75vw, 2.1875rem);
    color: #fff;
    font-weight: 500;
}

.address p,
.email p a,
.social-media p a {
    font-size: clamp(1.5rem, 1.3438rem + 0.5vw, 1.625rem);
    line-height: clamp(1.9rem, 1.3438rem + 0.5vw, 1.925rem);
    color: #FECC68;
    font-weight: 500;
    text-decoration: none;
}

.address p img,
.email p a img,
.social-media p a img {
    padding-right: 5px;
    object-fit: contain;
    width: 60px;
}

.call-number,
.address-details {
    text-align: center;
    max-width: 85%;
    width: 100%;
    margin: auto;
}

.call-number h2 {
    font-size: clamp(1.5rem, 0.6406rem + 2.75vw, 2.1875rem);
    line-height: clamp(1.5rem, 0.6406rem + 2.75vw, 2.1875rem);
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
}

.numbers {
    padding-bottom: 30px;
}

.call-number p a {
    font-size: clamp(1.5rem, 1.3438rem + 0.5vw, 1.625rem);
    line-height: clamp(1.5rem, 1.3438rem + 0.5vw, 1.625rem);
    color: #FECC68;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.call-number p a img {
    padding-right: 5px;
    object-fit: contain;
    width: 60px;
}

.call-number p {
    font-size: clamp(1.5rem, 1.1875rem + 1vw, 1.75rem);
    line-height: clamp(1.5rem, 1.1875rem + 1vw, 1.75rem);
    color: #fff;
    font-weight: 500;
    font-family: "Khand";
}

/* ===== Slider ===== */
.slider-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #ff8c42, #7b2cbf);
    padding-top: 80px;
    height: 100%;
}
.swiper.mySwiper {
    margin-inline: 50px;
}
/*.swiper {*/
/*    max-width: 1200px;*/
/*    margin: auto;*/
/*}*/

.swiper-slide {
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Pagination dots */
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}


/* committee-section-css-start */
.committee-section {
    padding: 40px 20px;
    text-align: center;
}

/* Titles */
.section-title {
    color: #f3d35c;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}

/* Divider */
.divider {
    border: none;
    height: 4px;
    margin: 10px 0;
}

.divider.pink {
    background: #d63384;
}

.divider.blue {
    background: #0d6efd;
}

/* Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

.second-sec .grid,
.third-sec .grid {
    grid-template-columns: repeat(5, 1fr);
}

/* Cards */
.member-card {
    text-align: center;
}

/* .photo {
    width: 140px;
    height: 160px;
    margin: auto;
    border-radius: 12px;
} */

/* Borders by section */
.committee-section.pink .photo {
    border: 4px solid #d63384;
}

.committee-section.blue .photo {
    border: 4px solid #0dcaf0;
}

/* Name */
.name {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

/* committee-section-css-end */

/* footer-css-start */
.site-footer {
    background: #000;
    color: #fff;
    padding: 60px 20px 40px;
    text-align: center;
}

.footer-content {
    max-width: 800px;
    margin: auto;
}

.site-footer h3 {
    font-size: 38px;
    margin-bottom: 8px;
    font-weight: 600;
}

.site-footer h4 {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 600;
}

.site-footer p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 6px;
    font-weight: 500;
}

.site-footer .copyright {
    text-shadow: 0 1px 3px black;
    color: #3fff08;
    font-size: 20px;
    margin-top: 10px;
}

/* Social icons */
.social-icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
    border-color: #f1d100;
}

/* Sabhasad Css */
.sabhasad-section {
    padding-block: 100px;
}

.lead,
.sabhasad-section p,
.sabhasad-section p {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-align: center;
}

.sabhsad-para {
    max-width: 80%;
    width: 100%;
    margin: auto;
}

.black-bg {
    background-color: #00000046;
}

.footer-contacts {
    padding: 30px !important;
    margin-top: 50px;
}

.footer-contacts p a {
    color: #fff;
    text-decoration: none;
}

.photo img {
    width: 100%;
    object-fit: fill;
}

/* Sabhasad Css */

/* Responsive */
@media (max-width: 600px) {
    .site-footer h3 {
        font-size: 18px;
    }

    .site-footer p {
        font-size: 14px;
    }
}

/* footer-css-end */


/* Desktop: center logo and menu split */
@media (min-width: 992px) {
    .navbar {
        position: relative;
    }

    .navbar .navbar-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .navbar .navbar-nav {
        flex: 1;
    }

    .navbar .navbar-left,
    .navbar .navbar-right {
        justify-content: center;
        gap: 50px;
    }
}


@media only screen and (max-width:991px) {
.slider-section {
    height: 100%;
}
.swiper.mySwiper {
    margin-inline: 10px;
}
    /* .navbar>.container {
        flex-wrap: nowrap;
    } */
    .site-footer h4 {
        font-size: 16px;
    }

    .site-footer .copyright {
        font-size: 16px;
    }
    .divider-row::after{
        display: none;
    }
    .sabhsad-para {
        max-width: 100%;
    }

    .p-20 {
        padding-block: 20px;
    }

    a.navbar-brand img {
        width: 100%;
        max-width: 75%;
    }

    .bhajan-name-title {
        padding-block: 30px 15px;
    }

    /*header {*/
    /*    padding-bottom: 20px;*/
    /*}*/

    header {
        background-size: cover;
    }
    .committee-section {
    padding: 20px 0px;
    text-align: center;
}
    
}

/* Responsive */
@media (max-width: 767px) {

    .section-title {
        font-size: 22px;
    }


      .committee-section {
   padding: 20px 0px;
    text-align: center;
}
    
    .second-sec .grid, .third-sec .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.youtube-footer {
    padding-block: 20px;
}
.desctop-img {
    display: none;
}
.mob-img {
    display: block;
}
}

@media (max-width: 768px) {
    .main-header h1 {
        font-size: 20px;
    }

    .main-nav ul {
        gap: 10px;
    }
}


