.customSection.firstSection {
    margin-top: 158px !important;
}

.hide {
    display: none !important;
}
.suggestion-box {
    position: absolute;
    top: 100%;
    /* left: 0; */
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    background: white;
    z-index: 999;
    max-height: 250px;
    overflow-y: auto;
}

.suggestion-box a {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.titelText {
    color: #000 !important;
}
.suggestion-box a:hover {
    background-color: #f0f0f0;
}

#moreTagsWrapper {
    transition: all 0.3s ease;
}
.blogbanner {
    background: url("../images/young-business.webp") no-repeat center center;
    background-size: cover;
    height: 320px;
    background-repeat: no-repeat;
}
.bannerImg {
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 90%;
}
.blogbanner .searchBox {
    position: absolute;
    bottom: -27px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.blogbanner .search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #a41a1f;
    border-radius: 30px;
    height: 60px;
    overflow: hidden;
    padding: 0rem 1rem;
    background-color: #fff;
    width: 100%;
    max-width: 630px;
}
.search-bar i {
    font-size: 24px;
    color: #a41a1f;
}
.search-bar input {
    border: none;
    background: none;
    flex: 1;
    font-size: 16px;
    color: #000;
}
.search-bar input:focus {
    outline: none;
    box-shadow: none;
    background: none;
}
.search-bar input::placeholder {
    color: #8a8a8a;
}
/* ----------- */
.redirection {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 16px;
    border-bottom: 2px solid #999;
    margin-bottom: 1rem;
}
.redirection a {
    color: #23915a;
}
.redirection a:hover {
    color: #23915a;
}
.blogTopCon {
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.filter-btns {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px #0000001a;
}
.filter-btns::-webkit-scrollbar {
    display: none;
}
.filter-btns .Tabbtn {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 4px;
    border: 1px solid #555555;
    color: #555555;
    background: #fff;
    transition: 0.3s;
}
.filter-btns .Tabbtn.active,
.filter-btns .Tabbtn:hover {
    color: #fff;
    background: #000;
    font-weight: 500;
    transition: 0.3s;
}
.blogsSlider {
    margin-top: 3rem;
}
.blogItem {
    margin: 1px;
    padding: 1rem;
    border-radius: 12px;
    position: relative;
    backdrop-filter: blur(4px);
    border: 1px solid #d8d8d8;
}

.blogItemTitle {
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Clamp to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 80px;  */
    line-height: 1.5em;
}
.blogItemDescription {
    display: -webkit-box !important;
    -webkit-line-clamp: 4; /* Clamp to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 120px;  */
    line-height: 1.5em;
}
.blogItemTitleThumb {
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Clamp to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 50px;  */
    /* Reserve space (adjust based on line-height) */
    line-height: 120%;
}
.blogItemTitleThumb:hover {
    color: #23915a;
}
.blogItemDescriptionThumb {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 3em;
    max-height: 3em;
    line-height: 1.5em;
    display: -moz-box; /* For old Firefox (optional) */
    display: box; /* Legacy support (optional) */
}
.blogItem .banImg {
    width: 100%;
    /* height: 350px; */
    aspect-ratio: 834 / 350;
    object-fit: cover;
    border-radius: 10px;
}
.readmoreBtn {
    margin-top: 0.7rem !important;
    width: 90%;
    left: 5%;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #23915a;
    color: #23915a;
    border-radius: 4px;
}
.readmoreBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #fff;
}
.letBItem {
    margin: 1px;
}
.letBItem .contentBox a.titelText {
    color: #333 !important;
}
.blogItemTitle:hover,
.letBItem .contentBox a.titelText:hover {
    color: #054b28 !important;
}
.letBItem .readmoreBtn {
    position: absolute;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in 0.1s;
}
.letBItem:hover .readmoreBtn {
    visibility: visible;
    opacity: 1;
}
.letBItem .readmoreBtn:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #fff;
}
.tagUl {
    margin-top: 1rem;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.tagUl li a {
    color: #021e48;
    border: 1px solid #021c47;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    transition: 0.3s;
}
.tagUl li a:hover {
    color: #fff;
    background-color: #021c47;
    transition: 0.3s;
}

.letBItem {
    padding: 1rem 1rem 2.5rem;
    position: relative;
    backdrop-filter: blur(4px);
    margin-bottom: 3.5rem;
    border: 1px solid #23915a;
    border-radius: 12px;
}

.letBImg {
    /* height: clamp(195px, calc(17.36vw - 55px), 260px); */
    aspect-ratio: 501 / 260;
    object-fit: cover;
    border-radius: 12px;
    object-position: center;
    overflow: hidden;
    width: 100%;
}

.contentBox {
    margin-top: 0.7rem;
}
.viewmoreBtn {
    width: 300px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #23915a;
    color: #23915a;
    border-radius: 4px;
}
.viewmoreBtn:hover {
    color: #ffffff !important;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
}
.BtnBoxSlider {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    gap: 1.5rem;
}
.BtnBoxSlider .arroeIcon {
    height: 80px;
    cursor: pointer;
}
.countBox {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}
/* ----=-DOT */
.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #8a8a8a !important;
}

.owl-dot.active {
    width: 27px;
    border-radius: 10px;
    background-color: #021c47 !important;
}
/* --------------- */
.categorysec {
    background: linear-gradient(180deg, #003f54 0%, #021b47 100%);
    position: relative;
    justify-content: flex-start !important;
}
.categoryCon {
    margin: 5rem;
    position: absolute;
}
.blogcatSlider {
    margin-top: 3rem;
}
.buildNot {
    width: 100%;
}
.blogcatSliderMob {
    display: none !important;
}
.catbox {
    border: 0.5px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff1a;
}
.catbox img {
    width: calc(100% - 2rem) !important;
    margin: 1rem;
    border-radius: 12px;
}
.catBoxText {
    padding: 8px 16px;
    background-color: #fff;
}
/* blog page Button */

@media screen and (max-width: 1280px) {
    .blogItem {
        padding: 1.5rem;
    }
    .blogsSlider {
        margin-top: 2rem;
    }
    .filter-btns {
        gap: 8px;
    }
    .blogItem h5 {
        margin: 4px 0 !important;
    }
    .blogItem h4 {
        margin-top: 8px !important;
    }
    .blogItem h6.titel20 {
        margin-top: 4px !important;
    }
    .bannerImg {
        right: 5%;
    }
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 990px) {
    .blogcatSlider {
        margin-top: 1.5rem;
    }
    .categoryCon {
        margin: 3rem 0;
    }
    .blogItem {
        padding: 1.5rem;
    }
    .buildNot {
        height: 700px;
        object-fit: cover;
    }
    .letBItem {
        padding: 1.5rem;
    }
    .letBItem .readmoreBtn {
        visibility: visible;
        opacity: 1;
        width: 100%;
        position: unset;
    }
    .blogItem .banImg {
        /* height: 250px; */
        /* aspect-ratio: 501 / 260; */
        margin-bottom: 1rem;
    }
    .bannerImg {
        right: 0%;
        height: 85%;
    }
    .blogbanner {
        height: 270px;
    }
}
@media screen and (max-width: 768px) {
    .bannerImg {
        right: 0%;
        height: 75%;
    }
    .blogbanner {
        height: 250px;
    }
    .search-bar {
        height: 50px;
        padding: 0rem 1rem;
        max-width: 400px;
    }
    .categoryCon .d-flex.align-items-center.justify-content-between.gap-3 {
        flex-direction: column;
    }
    .blogcatSliderWeb {
        display: none !important;
    }
    .blogcatSliderMob {
        display: block !important;
    }

    .blogTopCon .filter-btns {
        flex-wrap: nowrap !important;
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        padding: 10px 0px;
        justify-content: flex-start;
    }
    .filter-btns .Tabbtn {
        text-wrap: nowrap;
    }
    .blogTopCon {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 600px) {
    .customSection.firstSection {
        margin-top: 139px !important;
    }
    .bannerImg {
        display: none;
    }
    .customSection.blogbanner .justify-content-start {
        justify-content: center !important;
    }
    .blogbanner .searchBox {
        position: relative;
        width: 90%;
    }
    .blogsSlider {
        margin-top: 1rem;
    }
    .blogTopCon {
        margin-top: 2rem;
    }
    .tagUl li a {
        padding: 0.4rem 1rem;
    }
    .letBItem {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    .blogItem {
        padding: 1rem;
    }
    .blogItem a.titel28 {
        font-size: 22px;
        line-height: 28px;
    }
    .blogItem h4.titel18 {
        font-size: 16px;
    }
    .readmoreBtn,
    .viewmoreBtn {
        height: 45px;
        width: 100%;
    }
    .filter-btns {
        width: 100%;
    }
    .searchBox {
        width: 90%;
        margin: 1rem 2rem;
        position: relative;
    }
    #loadMoreBlogsId {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .blogbanner .search-bar {
        height: 50px;
    }
    .searchBox {
        margin: 0 2rem;
    }
    .blogItem {
        padding: 0.7rem;
    }
    .letBItem {
        padding: 0.7rem;
        margin-bottom: 1rem;
    }
    .readmoreBtn,
    .viewmoreBtn {
        height: 40px;
    }
    .catbox img {
        width: calc(100% - 1.4rem) !important;
        margin: 0.7rem;
    }
    .catbox {
        margin: 3px;
    }
    .blogbanner {
        background-position: right;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .blogbanner h2.titel74 {
        font-size: 84px;
    }
    .blogbanner .search-bar {
        max-width: 700px;
    }
    .search-bar input {
        font-size: 22px !important;
    }
    .search-bar i {
        font-size: 22px !important;
    }
    .blogbanner {
        height: 400px;
    }
    h3.titel28.w600.fontInter.blackColor.lext-left.w-100.mb-4 {
        font-size: 38px;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .blogbanner h2.titel74 {
        font-size: 94px;
    }
    .blogbanner {
        height: 500px;
    }
    .blogbanner .search-bar {
        max-width: 700px;
    }
    .search-bar input {
        font-size: 28px !important;
    }
    .search-bar i {
        font-size: 28px !important;
    }
    .filter-btns .Tabbtn {
        font-size: 30px;
        padding: 8px 24px;
    }
    h3.titel28.w600.fontInter.blackColor.lext-left.w-100.mb-4 {
        font-size: 48px;
    }
    .contentBox h5.titel16 i {
        font-size: 32px;
    }
    .titel28 {
        font-size: 54px !important;
    }
    .titel24 {
        font-size: 48px !important;
    }
    .titel20 {
        font-size: 36px !important;
    }
    .titel18 {
        font-size: 34px !important;
    }
    .titel16 {
        font-size: 30px !important;
    }
    .titel32 {
        font-size: 50px !important;
    }
    .titel64 {
        font-size: 65px !important;
    }
    .readmoreBtn,
    .viewmoreBtn {
        height: 60px;
    }
    .countBox {
        width: 90px;
        height: 90px;
    }
}

@media screen and (min-width: 3501px) {
    .titel28 {
        font-size: 60px !important;
    }
    .titel24 {
        font-size: 58px !important;
    }
    .titel20 {
        font-size: 44px !important;
    }
    .titel18 {
        font-size: 38px !important;
    }
    .titel16 {
        font-size: 36px !important;
    }
    .titel32 {
        font-size: 64px !important;
    }
    .titel64 {
        font-size: 80px !important;
    }
    .blogbanner h2.titel74 {
        font-size: 124px;
    }
    .blogbanner {
        height: 700px;
        object-position: top;
    }
    .blogbanner .search-bar {
        max-width: 800px;
        height: 80px;
        border-radius: 40px;
        padding: 0 1.6rem;
    }
    .search-bar input {
        font-size: 32px !important;
    }
    .search-bar i {
        font-size: 32px !important;
    }
    .filter-btns .Tabbtn {
        font-size: 30px;
        padding: 8px 24px;
    }
    h3.titel28.w600.fontInter.blackColor.lext-left.w-100.mb-4 {
        font-size: 48px;
    }
    .contentBox h5.titel16 i {
        font-size: 38px;
    }

    .contentBox a.blogItemTitleThumb {
        font-size: 42px;
    }
    .blogItem h4.titel18 {
        font-size: 32px;
    }
    .readmoreBtn,
    .viewmoreBtn {
        height: 80px;
    }
    .countBox {
        width: 120px;
        height: 120px;
    }
}

.animationContainerBox {
    width: 100%;
    justify-content: space-between;
}
.animationContainerBox .letBItem {
    max-width: 30%;
}
@media screen and (max-width: 990px) {
    .animationContainerBox {
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .animationContainerBox .letBItem {
        max-width: 45%;
    }
}
@media screen and (max-width: 600px) {
    .animationContainerBox {
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .animationContainerBox .letBItem {
        max-width: 100%;
    }
}