.blog_banner_wrp {
    background-image: url("../images/blog_banner_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 152px;
}

.blog_banner_inner_wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog_text {
    color: #fff;
    font-family: "Commissioner";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.blog_para {
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    width: 62%;
    padding: 44px 0 44px;
}

.blog_input {
    border-radius: 16px;
    background: transparent;
    padding: 8px;
    flex-shrink: 0;
    gap: 160px;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
}

.blog_section_wrp .blog_banner_inner_wrp .blog_input {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(62px);
    padding: 8px;
    flex-shrink: 0;
    gap: 160px;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
}
.blog_section_wrp .blog_banner_inner_wrp .blog_input p {
    margin: 0;
}

.blog_input input {
    border: none;
    background: transparent;
    outline: transparent;
}

.blog_input .email_input {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
    text-align: start;
    padding: 0 10px 0;
    width: 71%;
}

.blog_input .input_btn {
    border-radius: 15px;
    background: var(--Primary-color, #2a8d95);
    border: none;
    padding: 10px 20px 10px;
    color: #fff;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/***********************Recent Blogs******************/
.recent_blogs_wrp {
    background-image: url("../images/our_blogs_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px;
}

.recent_blogs_inner_wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recent_blogs_inner_wrp .blog_chip {
    border-radius: 8px;
    background: var(--Primary-color, #2a8d95);
    padding: 10px 20px 10px;
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.recent_blogs_inner_wrp .blog_text_heading {
    color: var(--Heading, #000);
    text-align: center;
    font-family: "Commissioner";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 64.4px */
    text-transform: capitalize;
}

.blog_slider {
    gap: 20px;
    /* width: 500px; */
    display: flex;
    margin: 0 auto;
}

.blog_slider img {
    width: 90% !important;
    margin: auto;
}

.slider_blog_author_wrp {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 28px;
    gap: 14px;
    justify-content: center;
    padding: 10px 44px 44px;
    width: 100%;
}

.heading_slider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.read_wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.read_wrp .date_text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    row-gap: 6px;
}

.label_slider {
    color: #fff;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.read_wrp .date-wrp {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.read_wrp .read_now_btn {
    display: flex;
    border-radius: 5px;
    background: var(--Primary-color, #2a8d95);
    border: none;
    padding: 16px 16px 16px;
    gap: 12px;
    min-width: 140px;
}
 
.read_wrp .read_now_btn img {
    width: auto;
}

.read_wrp button {
    border-radius: 5px;
    background: var(--Primary-color, #2a8d95);
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    border: none;
}

.heading_slider h5 {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.category_slider {
    display: flex;
    gap: 10px;
}

.category_slider button {
    padding: 10px 10px 10px;
    backdrop-filter: blur(87px);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 5px;
}

.blog_card_wrp .blog_chip {
    width: 100%;
    height: 100%;
}

.recent_blogs_wrp .mySwiper {
    padding: 80px 0 113px !important;
}

.swiper-slide {
    border-radius: 24px !important;
    overflow: hidden;
}

.swiper-slide .img_blog {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-slide.swiper-slide-active .blog_card_wrp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}

.swiper-slide.swiper-slide-prev {
    height: 360px !important;
    margin: auto;
}

.swiper-slide-active {
    top: 0px;
    margin: auto;
}

.swiper-slide.swiper-slide-next {
    height: 360px !important;
    margin: auto;
}

.blog_card_wrp {
    display: none;
    background: transparent;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 158px) !important;
}

.swiper-pagination-bullet {
    width: var(
            --swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 12px)
    ) !important;
    height: var(
            --swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 12px)
    ) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(
            --swiper-pagination-bullet-inactive-color,
            #b4b4b4
    ) !important;
}

.swiper-pagination-bullet-active {
    background: var(
            --swiper-pagination-bullet-inactive-color,
            #2a8d95
    ) !important;
}

/***********************Recent Blogs******************/
/* Our Blogs */
.tab_blog {
    display: flex;
    /* grid-template-columns: repeat(10, minmax(0, 1fr)); */
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    /* width: 50%; */
    margin: auto;
    z-index: 1;
    position: relative;
}

.tab_blog button {
    padding: 10px 20px 10px;
    background-color: inherit;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    /* padding: 13px 0px; */
    transition: 0.3s;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #494b50;
    font-family: "Poppins", sans-serif;
}

.tablinks.active {
    background: #2a8d95;
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
}

button .tablinks.active {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
}

.our_blogs_wrp .pagination {
    text-align: center;
    justify-content: center;
    padding: 100px 0 0;
}

.our_blogs_wrp .pagination a, 
.our_blogs_wrp .pagination span
{
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 5px;
    color: #000;
    font-family: "IBM Plex Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    border: none;
    background: transparent;
}
.our_blogs_wrp .pagination span{
    background-color: #2A8D95;
    border-radius: 3px;
    color: #fff;
}
/* .pagination a:hover {
  background-color: #007bff;
  color: white;
} */
.page-link:hover {
    color: #000 !important;
    background: transparent !important;
}

.page-link:active {
    border: none !important;
}

.our_blogs_wrp .pagination .active {
    background: var(--Primary-color, #2a8d95);
    color: white;
}

#page-numbers {
    margin-top: 20px;
    font-size: 16px;
}

.our_blogs_wrp .blog-card {
    /* display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); */
    /* column-gap: 50px; */
    /* margin-top: 72px; */
    row-gap: 40px;
}

.blog-div .inner-process-card {
    padding: 20px 54px 45px;
}

.blog-card strong.label {
    font-size: 24px; 
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-card .date-wrp {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}

.blog-card .process_card_wrp {
    padding: 20px;
    min-height: 201px;
}

.webllisto-blog-svg {
    padding: 10px 20px;
    background-color: var(--white-color);
    top: 20px;
    left: 0px;
    display: flex;
    justify-content: center;
    position: absolute;
}

.webllisto-blog-svg img {
    width: auto;
}

.blog-div {
    background-image: url("../images/blog-bg.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 205px;
}

.label-padding {
    padding: 40px;
    padding-top: 0px !important;
}

.bottom-arrow {
    bottom: 17px;
    right: 2px;
}

.process-card-img {
    width: 100%;
    max-height: 550px;
    border-radius: 20px;
}

.blog_chip {
    position: relative;
    display: flex;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.28%, #000 100%),
    transparent 50% / cover no-repeat;
    overflow: hidden;
}

.swiper .blog_chip {
    position: relative;
    display: flex;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.28%, #000 100%),
    transparent 50% / cover no-repeat;
    overflow: hidden;
    height: 100%;
}

.blog_author_wrp {
    position: absolute;
    display: flex;
    bottom: 20px;
    gap: 14px;
    left: 16px;
    justify-content: center;
    align-items: center;
}

.blog_author_wrp h5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.blog_author_wrp img {
    width: 48px;
    height: 48px;
}

.subscribe_main_wrp {
    height: 423px;
    background-image: url("../images/blog-page-bottom-input-back.svg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: -158px;
}

.subscribe_wrp {
    display: flex;
    margin: 6px 3px 0px 3px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 38px;
    /* border: 2px solid #2a8d95; */
    background: rgba(254, 255, 248, 0.7);
    box-shadow: 0px 24px 124px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(137px);
    /* position: relative; */
    /* bottom: -180px; */
    z-index: 10;
}

.subscribe_btn {
    border: 0.5px solid var(--Body, #494b50);
}

.subscribe_heading {
    color: var(--Heading, #000);
    text-align: center;
    font-family: "Commissioner";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 54.6px */
}

.subscribe_para {
    color: var(--Body, #494b50);
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
    padding: 16px 0 20px;
}

.blog_pagination_dots {
    position: relative;
    top: 15px;
}

.subscribe_input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.subscribe_input {
    color: rgba(0, 0, 0, 0.6) !important;
}

/**************tech stack*****************/
.tab_blog_heading {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 20px 0 40px;
}

.tab_blog_heading.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-radius: 5px;
    background: var(--Primary-color, #2a8d95) !important;
    border: none !important;
    color: #fff !important;
}

.tab_blog_heading.nav-pills .nav-link {
    color: var(--Body, #494b50);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    border-radius: 5px !important;
    border: 0.5px solid var(--Body, #494b50) !important;
    padding: 14px 12px 14px;
}

.tab_blog_heading.nav-link:focus,
.nav-link:hover {
    color: var(--Body, #494b50) !important;
}

/*****************footer****************/
.contact-us-div .blog_footer {
    padding: 45px 0 0;
}

/*********************Mobile Responsive********************/

@media only screen and (max-width: 1600px) {
    .blog_text {
        font-size: 60px;
        line-height: 75%;
    }

    .blog_para {
        font-size: 16px;
        padding: 30px 0 30px;
    }

    .subscribe_wrp {
        width: 99%;
    }

    .subscribe_main_wrp {
        height: 305px;
        bottom: -117px;
    }

    .subscribe_heading {
        font-size: 36px;
        line-height: 138%;
    }

    .blog_input {
        gap: 130px;
    }

    .blog_input .input_btn {
        font-size: 16px;
    }

    .recent_blogs_wrp {
        padding: 80px 0 60px;
    }

    .recent_blogs_wrp .mySwiper {
        padding: 50px 0 0;
    }

    .label_slider {
        font-size: 16px;
    }

    .read_wrp button {
        padding: 8px 6px 8px;
        font-size: 14px;
    }

    .read_wrp .read_now_btn {
        padding: 6px 10px 6px;
        gap: 4px;
    }

    .slider_blog_author_wrp {
        bottom: 0;
        gap: 10px;
    }

    .category_slider button {
        padding: 8px 10px 8px;
        font-size: 12px;
        line-height: 14px;
    }

}

@media only screen and (max-width: 1400px) {
    .contact-us-div .blog_footer {
        padding: 92px 0 0;
    }

    .subscribe_wrp {
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    .slider_blog_author_wrp {
        padding: 10px 20px 54px;
    }

    .subscribe_wrp {
        border-radius: 27px;
    }
}

@media only screen and (max-width: 1199px) {

    /*.recent_blogs_wrp .mySwiper {*/
    /*    padding: 80px 0 8px !important;*/
    /*}*/
    .slider_blog_author_wrp {
        position: absolute;
        display: flex;
        flex-direction: column;
        bottom: -29px;
        gap: 7px;
        justify-content: center;
        width: 100%;
        padding: 10px 10px 64px;
    }

    .heading_slider {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .read_wrp {
        display: flex;
        justify-content: space-between;
    }

    .label_slider {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 80%;
    }

    .read_wrp .date-wrp {
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-family: "Poppins";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }

    .read_wrp button {
        border-radius: 5px;
        background: var(--Primary-color, #2a8d95);
        color: #fff;
        text-align: center;
        font-family: "Poppins";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding: 10px 10px 10px;
        border: none;
    }

    .heading_slider h5 {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }

    .category_slider {
        display: flex;
        gap: 10px;
    }

    .category_slider button {
        padding: 10px 10px 10px;
        backdrop-filter: blur(87px);
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 6px;
        border-radius: 5px;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 14px) !important;
    }

    .swiper-slide.swiper-slide-prev {
        height: auto !important;
    }

    .swiper-slide.swiper-slide-next {
        height: auto !important;
    }

    .our_blogs_wrp {
        padding: 60px 0 0;
    }

    .read_wrp .read_now_btn {
        padding: 6px 4px 6px;
    }

    .read_wrp {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .read_wrp .read_now_btn {
        padding: 6px 12px 6px;
    }

    .read_wrp button {
        padding: 0;
    }
}

@media only screen and (max-width: 979px) {
    .slider_blog_author_wrp {
        gap: 4px;
        bottom: -50px;
    }

    .heading_slider h5 {
        font-size: 12px;
    }

    .read_wrp .read_now_btn {
        padding: 0px 4px 0px;
    }

    .subscribe_main_wrp {
        height: 336px;
    }

    .webllisto-blog-svg {
        padding: 4px 5px;
        top: 15px;
        left: 0px;
        display: flex;
        justify-content: center;
        position: absolute;
    }

    .webllisto-blog-svg img {
        width: 66%;
    }

    .webllisto-blog-svg {
        padding: 4px 0px;
    }

    .heading_slider img {
        width: 32px;
    }

    .slider_blog_author_wrp {
        gap: 4px;
        bottom: -37px;
    }

    .read_wrp .read_now_btn {
        padding: 5px 10px 6px;
    }
}

@media only screen and (max-width: 767px) {
    .blog_para {
        width: auto;
        font-size: 12px;
        padding: 20px 0 20px;
    }

    .blog_input {
        gap: 0px;
    }

    .blog_banner_wrp {
        padding: 90px 0 100px;
    }

    .blog_para {
        font-size: 12px;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 28px) !important;
    }

    .swiper-slide.swiper-slide-active {
        margin: auto;
        padding: 0 20px;
    }

    .recent_blogs_wrp {
        padding: 60px 0 60px;
    }

    .swiper-slide.swiper-slide-active .blog_card_wrp {
        padding: 0 20px;
    }

    .webllisto-blog-svg {
        padding: 10px 20px;
        top: 20px;
        left: 0px;
        display: flex;
        justify-content: center;
        position: absolute;
    }

    .heading_slider img {
        width: auto;
    }

    .slider_blog_author_wrp {
        gap: 12px
    }

    .read_wrp {
        gap: 12px;
        flex-direction: row;
        justify-content: space-between;
    }

    .read_wrp .read_now_btn {
        padding: 12px 16px 12px;

    }

}

@media only screen and (max-width: 649px) {
    .blog_text {
        font-size: 42px;
    }

    .subscribe_wrp {
        padding: 0 20px;
    }

    .subscribe_wrp {
        border-radius: 9px;
    }

    .recent_blogs_wrp .mySwiper {
        padding: 18px 0 70px !important;
    }

    .our_blogs_wrp {
        padding: 40px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .blog_input {
        gap: 0px;
    }

    .blog_input .input_btn {
        font-size: 12px;
    }

    .recent_blogs_inner_wrp {
        padding: 36px 0;
    }

    .recent_blogs_inner_wrp .blog_text_heading {
        font-size: 32px;
        line-height: 44px;
    }

    .recent_blogs_inner_wrp .blog_chip {
        font-size: 12px;
    }

    .blog_input input {
        width: 100%;
    }

    .blog_input .input_btn {
        font-size: 12px;
        padding: 8px 10px 8px;
    }

    .subscribe_heading {
        font-size: 22px;
    }

    .recent_blogs_wrp .mySwiper {
        padding: 13px 0 55px !important;
    }

    .subscribe_wrp {
        padding: 50px 20px 50px;
    }

    .blog_input .email_input {
        margin-bottom: 20px;
        padding: 10px; 

    }

    .webllisto-blog-svg {
        padding: 5px 0px;
        top: 12px;
        left: -2px;
        display: flex;
        justify-content: center;
        position: absolute;
    }

    .heading_slider img {
        width: 32px;
    }

    .slider_blog_author_wrp {
        gap: 6px;
    }

    .read_wrp .date_text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        row-gap: 6px;
        width: 57%;
    }

    .read_wrp .read_now_btn {
        padding: 8px 11px 8px;
    }

    .label_slider {
        line-height: normal;
    }


    .swiper-slide.swiper-slide-active {
        height: 261px;
    }

    .category_slider {
        display: none;
    }

    .read_wrp {
        gap: 12px;
        flex-direction: column;
    }

    .read_wrp .date_text {
        width: 100%;
    }

    .recent_blogs_inner_wrp {
        padding: 0px 0;
    }

    .our_blogs_wrp {
        padding: 20px 0 0;
    }

    .subscribe_wrp {
        border-radius: 0 0 10px 10px;
    }

    .our_blogs_wrp .pagination a {
        padding: 1px 12px;
        font-size: 20px;
    }

    .our_blogs_wrp .pagination {
        padding: 56px 0 0;
    }

    .our_blogs_wrp .pagination {
        margin-bottom: -40px;
    }
}

@media only screen and (max-width: 374px) {
    .subscribe_wrp .blog_input {
        /* flex-wrap: wrap; */
        justify-content: center;
    }

    .label_slider {
        font-size: 10px;
    }

    .swiper-slide-active {
        /* width: 305px !important; */
        left: 8px;
    }

    .slider_blog_author_wrp {
        gap: 0;
        bottom: -27px;
    }

    .subscribe_input::placeholder {
        text-align: start;
        padding: 12px 12px;
    }

    .our_blogs_wrp .pagination {
        padding-left: 10px !important;
    }
}
