/*--------------------------------------------------------------
# aboutJads Section
--------------------------------------------------------------*/
.aboutJads {
    margin: 82px 0 0;
    height: 65vh;
    background: url("../img/about-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.aboutJads::before {
    content: "";
    position: absolute;
    inset: 0;
}

.Access {
    background: url("../img/Access.jpg") no-repeat;
}

.AccessOnly {
    background: url("../img/Access-keyvisual.jpg") no-repeat;
}

.DhakaJapaneseAssociationRules {
    background: url("../img/DhakaJapaneseAssociationRules.jpg") no-repeat;
}

.JapaneseSchool {
    background: url("../img/Japaneseschool.jpg") no-repeat;
}

.CorporateMember {
    background: url("../img/Corporate-member-introduction.jpg") no-repeat;
}

.officerDirector {
    background: url("../img/officer-director.jpg") no-repeat;
}

.ChairmanMsg {
    background: url("../img/Chairmans-Greetings.jpg") no-repeat;
}

.golfclub {
    background: url("../img/golf.jpg") no-repeat;
}

.softball {
    background: url("../img/softball/softball-banner-2025.jpg") no-repeat;
}

.Nodame {
    background: url("../img/Nodame/Nodame-banners.jpg") no-repeat;
}

.kendo {
    background: url("../img/kendo/kendo-banner_new.jpg") no-repeat;
}

.Baseball {
    background: url("../img/Baseball/Baseball-banner.jpg") no-repeat;
}

.NokushikataClub {
    background: url("../img/NokushikataClub/NokushikataClub-banner.jpg") no-repeat;
}

.futsal {
    background: url("../img/futsal/futsal-banner.jpg") no-repeat;
}

.tennis {
    background: url("../img/tennisclub/tennisclub-banner-new.jpg") no-repeat;
}

.Handicraft {
    background: url("../img/Handicraft/Handicraft-banner.jpg") no-repeat;
}

.MemberOnly {
    background: url("../img/member-only-bg.png") no-repeat;
}

.spring-festival-2024 {
    background: url("../img/spring-festival/spring-festival-2024.jpg") no-repeat;
}

.spring-festival-2025 {
    background: url("../img/spring-festival/spring-festival-2025.jpg") no-repeat;
}

.kidsClubs {
    background: url("../img/kids-clubs/kids-club-new.jpg") no-repeat;
}

.mahjongclub {
    background: url("../img/mahjong/mahjong-club-banner.jpg") no-repeat;
}

.mahjongclubInquiry {
    background: url("../img/mahjong/mahjongInquiry-club.jpg") no-repeat;
}

.Access,
.AccessOnly,
.futsal,
.DhakaJapaneseAssociationRules,
.JapaneseSchool,
.CorporateMember,
.officerDirector,
.ChairmanMsg,
.golfclub,
.softball,
.Nodame,
.kendo,
.Baseball,
.NokushikataClub,
.tennis,
.Handicraft,
.MemberOnly,
.kidsClubs,
.mahjongclub,
.mahjongclubInquiry,
.spring-festival-2024,
.spring-festival-2025 {
    margin: 82px 0 0;
    height: 65vh;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.Access::before,
.AccessOnly::before,
.DhakaJapaneseAssociationRules::before,
.JapaneseSchool::before,
.CorporateMember::before,
.officerDirector::before,
.ChairmanMsg::before,
.golfclub::before,
.softball::before,
.Nodame::before,
.kendo::before,
.Baseball::before,
.NokushikataClub::before,
.futsal::before,
.tennis::before,
.Handicraft::before,
.MemberOnly::before,
.kidsClubs::before,
.mahjongclub::before,
.mahjongclubInquiry::before,
.spring-festival-2024::before,
.spring-festival-2025::before {
    content: "";
    position: absolute;
    inset: 0;
}

.blog article ul {
    list-style: none;
    padding: 0;
}

.blog article ul li {
    padding: 0px;
}

.blog article ul i {
    /* font-size: 18px; */
    margin-right: 4px;
    color: var(--color-primary);
}

/* .blog article p:last-child {
    margin-bottom: 0;
} */

.inner-page ul {
    padding: 0px 0;
    list-style: none;
    /* color: var(--color-gray); */
    text-align: left;
    /* line-height: 20px; */
}

.inner-page ul li {
    padding: 0px 0;
    /* display: flex; */
    align-items: center;
}

.inner-page ul i {
    color: var(--color-secondary-darkLight);
    /* font-size: 36px; */
    padding-right: 3px;
    line-height: 0;
}

.inner-page ol {
    padding: 0px 20px;
    text-align: left;
}

.title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 20px 0 0 0;
    color: var(--color-secondary);
}

dt {
    font-weight: normal;
}

.Title-info p {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
}

@media (max-width: 768px) {

    .aboutJads,
    .Access,
    .AccessOnly,
    .DhakaJapaneseAssociationRules,
    .JapaneseSchool,
    .CorporateMember,
    .officerDirector,
    .ChairmanMsg,
    .golfclub,
    .softball,
    .Nodame,
    .kendo,
    .Baseball,
    .kidsClubs,
    .NokushikataClub,
    .futsal,
    .tennis,
    .Handicraft,
    .mahjongclub,
    .mahjongclubInquiry,
    .MemberOnly {
        height: auto;
        width: 100%;
    }

    iframe.map {
        width: 100% !important;
        height: auto;
    }

    .inner-page {
        padding-top: 30px;
    }

    .section-header,
    .section-header h2 {
        padding-bottom: 0px !important;
        font-size: 24px;
    }

    .section-header p {
        font-size: 1rem;
    }

    .Title-info p {
        padding-bottom: 10px;
        text-align: right;
    }

    .blog .posts-list article {
        padding: 15px;
    }

    .blog .posts-list .title {
        margin: 0px 0 0 0;
    }
}

.mbLink {
    margin-bottom: 20px;
}