.bhsbs-about {
    background: #f2f2f2;
}

.bhsbs-title {
    font-size: 55px;
    font-weight: 700;
    color: #d88a0d;
    line-height: 1.2;
}

.bhsbs-line {
    width: 120px;
    height: 5px;
    background: #b07a18;
    margin: 15px 0 30px;
}

.bhsbs-text {
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-align: justify;
}

.bhsbs-img {
    height: 500px;
    object-fit: cover;
}

.bhsbs-indicators {
    bottom: -60px;
}

.bhsbs-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background: #999 !important;
    border: none !important;
    margin: 0 6px !important;
}

.bhsbs-indicators .active {
    background: #0d6efd !important;
}

@media(max-width:991px) {

    .bhsbs-title {
        font-size: 38px;
    }

    .bhsbs-img {
        margin-top: 30px;
        height: 350px;
    }
}





.about-banner {
    background: url('../img/img6.jpg') center center/cover no-repeat;
    position: relative;
    padding: 40px 0;
}



.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.about-breadcrumb a {
    color: #00aaff;
    text-decoration: none;
    font-size: 14px;
}

.about-breadcrumb span,
.about-breadcrumb p {
    color: #cfcfcf;
    margin: 0;
    font-size: 14px;
}

.about-heading {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-line {
    width: 350px;
    height: 3px;
    background: #00b7ff;
}

@media(max-width:768px) {

    .about-heading {
        font-size: 36px;
    }

    .about-line {
        width: 220px;
    }

    .about-breadcrumb {
        flex-wrap: wrap;
        gap: 8px;
    }
}

.mentor-section {
    background: #f5f5f5;
}

.main-img {
    max-width: 700px;
    /* width: 100%; */
}

.mentor-title {
    font-size: 20px;
    color: #222;
    font-weight: 500;
}

.mentor-subtitle {
    color: #d88b17;
    font-size: 17px;
    font-weight: 500;
}

.section-heading h2 {
    color: #d88b17;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-heading h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 150px;
    height: 3px;
    background: #1e90ff;
}

.mentor-card {
    background: #fff;
    padding: 25px;
    border: 1px solid #e5e5e5;
    transition: 0.3s;
}

.mentor-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.mentor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


@media(max-width:768px) {

    .mentor-title {
        font-size: 20px;
    }

    .mentor-subtitle {
        font-size: 17px;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .mentor-card img {
        height: auto;
    }
}

.committee-section {
    background: #f3f3f3;
    margin-bottom: 30px;
}

.member-box {
    background: #61190A;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.member-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.member-box p {
    margin: 0;
    font-size: 20px;
}

.member-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media(max-width:768px) {

    .member-box {
        font-size: 18px;
        padding: 22px 10px;
    }

    .member-box h3 {
        font-size: 20px;
    }

    .member-box p {
        font-size: 20px;
    }
}

/* .convener-section {
    background: #f5f5f5;
} */

.convener-box {
    color: #9D363D;
    max-width: 550px;
    margin: auto;

    padding: 25px 10px;

}

.convener-box h2 {
    font-size: 30px;
    font-weight: 500;
    /* margin-bottom: 10px; */
}

@media(max-width:768px) {

    .convener-box {
        padding: 25px 15px;
    }

    .convener-box h2 {
        font-size: 28px;
    }

    .convener-box p {
        font-size: 20px;
    }
}

.location-section {
    padding: 50px 0;
    /* background: #f5f5f5; */
}

.location-img {
    width: 100%;
    max-width: 550px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.info-box {
    padding-left: 20px;
}

.sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #5f6772;
    margin-bottom: 20px;
}

.info-list {
    padding-left: 22px;
    margin-bottom: 0;
}

.info-list li {
    font-size: 16px;
    line-height: 2;
    color: #6b6b6b;
}

@media(max-width:991px) {

    .info-box {
        padding-left: 0;
        margin-top: 20px;
    }

    .sub-title {
        font-size: 20px;
    }

    .info-list li {
        font-size: 16px;
        line-height: 1.8;
    }

    .location-section {
        padding: 50px 0;
    }
}

.dhamma-section {
    background: #f5f5f5;
    padding: 30px 20px;
}

.main-title {
    font-size: 30px;
    line-height: 1;
    color: #d89021;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: serif;
}

.description {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 35px;
    text-align: justify;
}

.gallery-row {
    margin-top: 10px;
}

.gallery-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Responsive */

@media(max-width:991px) {

    .main-title {
        font-size: 20px;
        line-height: 1.7;
    }

    .description {
        font-size: 18px;
        line-height: 1.9;
    }

    .gallery-img {
        height: 200px;
    }
}

@media(max-width:576px) {

    .main-title {
        font-size: 20px;
    }

    .description {
        font-size: 16px;
    }

    .gallery-img {
        height: 160px;
    }
}

.terms-section {
    background: #f5f5f5;
    padding: 40px 20px;
}

.main-heading {
    font-size: 30px;
    font-weight: 700;
    color: #13233a;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}

.sub-heading {
    font-size: 25px;
    font-weight: 700;
    color: #13233a;
    margin-top: 10px;
    margin-bottom: 20px;
}

.terms-text {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
}

.terms-list {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    padding-left: 40px;
    margin-bottom: 20px;
}

/* Responsive */

@media(max-width:991px) {

    .main-heading {
        font-size: 25px;
    }

    .sub-heading {
        font-size: 20px;
    }

    .terms-text,
    .terms-list {
        font-size: 18px;
        line-height: 1.9;
    }
}

@media(max-width:576px) {

    .main-heading {
        font-size: 20px;
    }

    .sub-heading {
        font-size: 20px;
    }

    .terms-text,
    .terms-list {
        font-size: 16px;
    }
}

.books-section {
    background: #f5f5f5;
}

.book-card {
    border: 1px solid #8e8e8e;
    border-radius: 35px;
    padding: 20px 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    /* min-height: 120px; */
    transition: 0.3s;
    background: #fff;
}

.book-card:hover {
    transform: translateY(-5px);
}

.icon-box i {
    font-size: 40px;
    color: #2d2d2d;
}

.book-card h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #d38b08;
    margin: 0;
}

/* Responsive */

@media(max-width:991px) {

    .book-card {
        min-height: auto;
        padding: 22px;
    }

    .book-card h3 {
        font-size: 22px;
    }

    .icon-box i {
        font-size: 42px;
    }
}

@media(max-width:576px) {

    .book-card {
        border-radius: 25px;
        gap: 15px;
    }

    .book-card h3 {
        font-size: 18px;
    }

    .icon-box i {
        font-size: 34px;
    }
}

.links-section {
    background: #f3f3f3;
}

.link-card {
    border: 1px solid #8f8f8f;
    border-radius: 35px;
    min-height: 170px;
    padding: 35px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #f3f3f3;
    transition: 0.3s;
}

.link-card:hover {
    transform: translateY(-5px);
}

.link-icon {
    margin-bottom: 20px;
}

.link-icon i {
    font-size: 40px;
    color: #2c2c2c;
}

.link-card h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #c98200;
    margin: 0;
}