.mobile_slider{
    display: none;
}

.desktop_slider > .swiper > .swiper-wrapper > .swiper-slide{
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center top;
}

.desktop_slider > .swiper > .swiper-wrapper > .swiper-slide > img{
    width: 100%;
      height: 430px;
    object-fit: cover;
    object-position: center top;


}


.mobile_slider > .swiper > .swiper-wrapper > .swiper-slide{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center top;

}

.mobile_slider > .swiper > .swiper-wrapper > .swiper-slide > img{
    width: 100%;
      height: 500px;
    object-fit: cover;
    object-position: center top;


}


/* Pagination */

.main-banner .swiper-pagination {
    bottom: 20px !important;
    background-color: rgba(11, 11, 11, 0.438);
    left: 0px !important;
    right: 0px !important;
    text-align: center !important;
    width: 130px !important;
    margin: auto;
    border-radius: 100px;
    
}

.main-banner .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: var(--color-white);
    opacity: 0.5;
    border-radius: 50px;
    overflow: hidden;
    transition: width 0.3s ease;
    margin: 0px 8px 0px 0px !important; 
}

.main-banner .swiper-pagination-bullet-active {
    width: 45px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.733);
}

.main-banner .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-white);
    transform: scaleX(0);
    transform-origin: left;
    animation: bannerProgress 5s linear forwards;
}

@keyframes bannerProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}


.main-banner .swiper-button-prev,
.main-banner .swiper-button-next {
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.671);
    color: var(--color-white);
    transition: 0.3s ease;
}

.main-banner .swiper-button-prev::after,
.main-banner .swiper-button-next::after {
    display: none;
}

.main-banner .swiper-button-prev i,
.main-banner .swiper-button-next i {
    font-size: 16px;
}

.main-banner .swiper-button-prev:hover,
.main-banner .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.842);
    color: var(--color-dark);
}

.main-banner .swiper-button-prev {
    left: 30px;
}

.main-banner .swiper-button-next {
    right: 30px;
}
/* end css slider */


/* css start */
.build_better_section{
     padding-block-start: 70px;
    padding-block-end: 40px;
}

.build_data_div > h1{
    color: var(--color-dark2);
    font-weight: 900;
    font-size: 33px;
    margin-bottom: 20px;
}

.build_data_div > p{
    color: var(--body-text-color);
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 400;
    max-width: 660px;
}

.explore_btn_div{
    margin-top: 30px;
}

.explore_btn_div > a{
    background-color: var(--color-white);
    padding: 0px 0px 0px 20px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .4px;
}

.explore_btn_div > a > i{
    background-color: var(--theme-color);
    color: var(--color-white);
    display: inline-block;
    padding: 12px 12px 12px 12px;
    margin: 0px 0px 0px 20px;
}

.explore_btn_div > a:hover{
     color: var(--theme-color);
    background-color: var(--theme-bg-light);
}

/* css end */


/* css start */
.products_section{
    padding-block-start: 20px;
    padding-block-end: 50px;
}

.products_section > .container {
    position: relative;
    background: radial-gradient(91% 45% at 6% 0, #fff 0%, #ebf1ff 100%);
    border-radius: 8px;
   padding: 50px 0px 20px 0px;
    overflow: hidden;
    border: 2px solid var(--border-color3);
}

.products_section > .container > svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.products_section > .container > *:not(svg) {
    position: relative;
    z-index: 1;
}

.products_title_div{
    text-align: center;
    margin-bottom: 50px;
}

.products_title_div > h2{
    color: var(--color-dark2);
    font-weight: 900;
    font-size: 33px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.products_title_div > p{
    color: var(--body-text-color);
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 300;
    max-width: 500px;
    margin: auto;
}

.proslider_main_div{
    background-color: var(--color-white);
    border: 1px solid var(--border-color4);
    border-radius: 6px;
    padding: 2px;
}

.proslider_img_div{
    border-radius: 6px;
    width: 100%;
}

.proslider_img_div > img{
   border: 1px solid var(--border-color3);
    border-radius: 6px;  
}

.proslider_content_data{
    padding: 12px;
}

.proslider_content_data > h3{
    font-size: 19px;
    text-transform: capitalize;
    color: var(--color-dark2);
    font-weight: 800;
    margin-bottom: 5px;
}

.proslider_content_data > p{
        color: var(--body-text-color);
    font-size: 10px;
    letter-spacing: .4px;
    font-weight: 400;
    margin-bottom: 0px !important;
}


.proslider_btn{
    margin-top: 20px;
}

.proslider_btn > a{
    background-color: var(--color-white);
    padding: 0px 0px 0px 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: var(--color-dark);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .4px;
}

.proslider_btn > a > i{
    background-color: var(--theme-color);
    color: var(--color-white);
    display: inline-block;
    padding: 12px 12px 12px 12px;
    margin: 0px 0px 0px 5px;
}

.proslider_btn > a:hover{
     color: var(--theme-color);
    background-color: var(--theme-bg-light);
}

.products_section .swiper{
    padding-bottom: 130px;
}

.mySwiper {
    width: 100%;
    overflow: visible;
}

.mySwiper .swiper-wrapper {
    align-items: center;
}

.mySwiper .swiper-slide {
    height: auto;
    opacity: 0.4;
    transition: all 0.5s ease;
}

.mySwiper .swiper-slide-active {
    opacity: 1;
    z-index: 5;
}


/* Pagination */
.products_section .swiper-button-prev,
.products_section .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 40px;
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-white);
    color: var(--color-dark);
    transition: 0.3s ease;
}

.products_section .swiper-button-prev::after,
.products_section .swiper-button-next::after {
    display: none;
}

.products_section .swiper-button-prev i,
.products_section .swiper-button-next i {
    font-size: 16px;
}

.products_section .swiper-button-prev:hover,
.products_section .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.842);
    color: var(--color-dark);
}

.products_section .swiper-button-prev {
    left: 50%;
    transform: translateX(-55px);
}

.products_section .swiper-button-next {
    right: auto;
    left: 50%;
    transform: translateX(5px);
}
    /* css end */

    /* css start */
    .content_counter_section{
        padding: 30px 0px 50px 0px;
    }

    .content_counter_main_div{
        display: grid;
        grid-template-columns: 250px 1fr;
        gap: 20px;
    }
.content_counter_main_div {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 25px;
}

.experience_div {
    height: fit-content;
    justify-self: start;
    align-self: start;
    background: var(--gradient-color);
    padding: 23px 65px 23px 15px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
}

.experience_div > h3{
    color: var(--color-white);
    font-size: 55px;
    font-weight: 800;
}

.experience_div > p{
    color: var(--color-white);
    font-size: 11px;
    line-height: 20px;
}

.experience_div > p > span{
    display: block;
}

.content_div_box > p{
    color: var(--body-text-color);
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.counter_box_main_div{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px; 
    margin-top: 35px;
}

.counter_item_div > .number_count_div{
    color:var(--color-dark);
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0px !important;
    line-height: 36px;
    
}

.counter_item_div > .number_count_div > span{
    color: var(--color-dark);
    display: inline-block;
}

.counter_item_div > p{
   color:var(--color-dark);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px !important; 
}

    /* css end */

    /* css start */
    .wall_finish_section{
        width: 100%;
        position: relative;
        overflow: hidden;
       
        /* padding: 300px 0px;
        background-repeat: no-repeat;
        background-position: right center; */
    }

    .wall_finish_image_div{
       width: 100%;
        position: relative;
        overflow: hidden;        
    }

    .wall_finish_image_div > img{
        width: 100%;
        display: block;
    }

    .content_div_overlay{
        position: absolute;
        top: 100px;
    }

     .content_div_overlay > .content_data_div{
        margin-bottom: 56px;
         max-width: 560px;
     }

        .content_div_overlay > .content_data_div > h3{
color: var(--color-dark2);
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 18px;
        } 

        .content_div_overlay > .content_data_div > p{
            color: var(--body-text-color);
    font-size: 23px;
    letter-spacing: .4px;
    font-weight: 400;
   
    line-height: 35px;
        }

        .divider_bottom{
            width: 50%;
    height: 6px;
    position: relative;
    overflow: visible;
    background-color: var(--theme-color);
    margin-top: 10px;
        }

    /* css end */

/* start */   
.product_slider_section {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: var(--theme-color8);
    border-bottom: 1px solid var(--border-color);
}

.product_slide_title_div{
    margin-bottom: 27px;
}

.product_slide_title_div > h3{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .4px;
}

.product_slider_section .productSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border-color4);
    border-radius: 10px;
    background: var(--color-white);
}

.product_slider_section .swiper-slide {
    height: 100%;
}

.product_slide_main_box {
    height: 100%;
    display: grid;
    grid-template-columns: 52% 48%;
}


.product_slide_content {
    padding: 25px 20px;
    background: var(--color-white);
}

.product_slide_content > h4 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-dark2);
    letter-spacing: .7px;
}

.product_slide_content > p {
    max-width: 400px;
    margin-bottom: 0px !important;
    font-size: 14px;
    line-height: 1.7;
    color: var(--body-text-color);
}




.product_slide_buttons{
    margin-top: 15px;
}

.product_slide_buttons > a{
    display: inline-block;
}

.product_slide_buttons > a:nth-child(1){
    background-color: var(--color-white);
    padding: 0px 0px 0px 10px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: .4px;
}


.product_slide_buttons > a:nth-child(2){
    background-color: var(--color-white);
    padding: 5px 10px 5px 10px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: .4px;
}


.product_slide_buttons > a > i{
    background-color: var(--theme-color);
    color: var(--color-white);
    display: inline-block;
    padding: 9px 12px 9px 12px;
    margin: 0px 0px 0px 10px;
}

.product_slide_buttons > a:hover{
     color: var(--theme-color);
    background-color: var(--theme-bg-light);
}


/* =========================================
   FEATURES
========================================= */

.products_slide_features {
    max-width: 700px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.products_feature_box {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--border-color3);
    border-radius: 5px;
    background:var(--color-gray3);
}

.products_feature_box > .feature_icon {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
}

.products_feature_box > .feature_icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products_feature_box h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-dark);
}


/* image css */
.product_image_area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-left: 1px solid var(--border-color3);
    background: var(--color-gray4);
}

.product_image_area > img {
    width: 100%;
    height:100%;
    object-fit: contain;
}


/* =========================================
   WEIGHT BOX
========================================= */

.product_weight_box {
    position: absolute;
    left: 10px;
    bottom: 10px;
    min-width: 200px;
    padding: 5px 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--border-color3);
    border-radius: 5px;
    background-color: var(--color-white);
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-dark2);
}

.product_weight_box > .weight-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: var(--color-white);
    font-size: 20px;
    border-radius: 5px;
}

.product_weight_box > .weight_data{
    font-size: 12px;
    font-weight: 400;
}


/*  pagination*/
.slider-navigation {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    width: 72px;
    transform: translateY(-50%);
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--border-color4);
    border-radius: 40px;
    background-color: var(--color-white);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}


.slider-arrow {
    width: 45px;
    height: 42px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--color-dark);
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.slider-arrow:hover {
    color: var(--theme-color6);
}

.slider-numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    margin: 5px 0;
}

.slider-number {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-white);
    border-radius: 10px;
    background-color: var(--color-gray3);
    color: var(--border-color4);
    font-size: 15px;
    cursor: pointer;
    overflow: visible;
    font-weight: 500;
}

.slider-number span {
    position: relative;
    z-index: 3;
}


/* Border progress */
@property --progress {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.slider-number i {
    position: absolute;
    inset: -2px;
    border: 2px solid transparent;
    border-radius: 12px;

    background:
        linear-gradient(var(--color-gray3), var(--color-gray3)) padding-box,
        conic-gradient(
            from 3600deg,
            var(--theme-color6) var(--progress),
            transparent 0
        ) border-box;

    pointer-events: none;
    z-index: 1;

    --progress: 0deg;
}

.slider-number.active i {
    animation: productSliderProgress 5s linear forwards;
}

.slider-number.active span{
    color: var(--color-dark);

}

@keyframes productSliderProgress {
    from {
        --progress: 0deg;
    }

    to {
        --progress: 360deg;
    }
}


.productSwiper .swiper-slide-active .product_slide_main_box {
    animation: productZoomIn 800ms ease-out;
}

@keyframes productZoomIn {
    from {
        opacity: 0;
        transform: scale(0.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
    /* end */


    /* css start */
.surface_solution_section {
    padding: 70px 0;
    background-color: var(--color-white);
}


.why_choose_title{
    text-align: center;
    margin-bottom: 50px;
}

.why_choose_title > h4{
    color: var(--color-dark2);
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.why_choose_title > p{
    color: var(--body-text-color);
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 300;
    max-width: 500px;
    margin: auto;
}

.surface_solution_image {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    border: 1px solid var(--border-color3);
    border-radius: 16px;
    background-color: var(--color-gray3);
}

.solution_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.5s ease, transform 0.6s ease;
}

.surface_solution_section .img_1 {
    opacity: 1;
    transform: scale(1);
}

.surface_solution_section:has(#solution1:checked) .img_1 {
    opacity: 1;
    transform: scale(1);
}

.surface_solution_section:has(#solution1:checked) .img_2,
.surface_solution_section:has(#solution1:checked) .img_3 {
    opacity: 0;
}


.surface_solution_section:has(#solution2:checked) .img_1,
.surface_solution_section:has(#solution2:checked) .img_3 {
    opacity: 0;
}

.surface_solution_section:has(#solution2:checked) .img_2{
    opacity: 1;
    transform: scale(1);
}


.surface_solution_section:has(#solution3:checked) .img_1,
.surface_solution_section:has(#solution3:checked) .img_2 {
    opacity: 0;
}

.surface_solution_section:has(#solution3:checked) .img_3 {
    opacity: 1;
    transform: scale(1);
}


.solution_item {
    border-bottom: 1px solid var(--border-color3);
    padding: 10px 20px;
}


.solution_item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.solution_title {
    width: 100%;
    padding: 25px 0px 14px 0px;
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    transition: color 0.3s ease, padding 0.3s ease;
}



.solution_title i {
    flex-shrink: 0;
     font-size: 20px;
    color: var(--color-dark);
    transition: 0.3s ease;
}

.solution_title span{
    color: var(--color-dark);
    font-size: 20px !important;
    font-weight: 600;
    letter-spacing: .4px;
}

.surface_solution_section:has(#solution1:checked)
.solution_item:nth-child(1)
.solution_title span,

.surface_solution_section:has(#solution2:checked)
.solution_item:nth-child(2)
.solution_title span,

.surface_solution_section:has(#solution3:checked)
.solution_item:nth-child(3)
.solution_title span{
     color: var(--theme-color6) !important;
     font-size: 20px;
}

.surface_solution_section:has(#solution1:checked)
.solution_item:nth-child(1)
.solution_title i,

.surface_solution_section:has(#solution2:checked)
.solution_item:nth-child(2)
.solution_title i,

.surface_solution_section:has(#solution3:checked)
.solution_item:nth-child(3)
.solution_title i {
    color: var(--theme-color6);
     font-size: 20px;
}

.solution_content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.3s ease;
}

.solution_content > p {
    margin-bottom: 0px !important;
    padding: 0 0 15px;
    font-size: 15px;
    line-height: 27px;
    color: var(--body-text-color);
}

#solution1:checked ~ .solution_content,
#solution2:checked ~ .solution_content,
#solution3:checked ~ .solution_content {
    max-height: 300px;
    opacity: 1;
}

.surface_solution_section:has(#solution1:checked)
.solution_item:nth-child(1) {
    background-color: #f3f8fc;
    border: 1px solid var(--border-color3);
    border-radius: 5px;
    padding: 10px 20px;
    
    
}

.surface_solution_section:has(#solution2:checked)
.solution_item:nth-child(2) {
    background-color: #f3f8fc;
    border: 1px solid var(--border-color3);
    border-radius: 5px;
    padding: 10px 20px;
}

.surface_solution_section:has(#solution3:checked)
.solution_item:nth-child(3) {
   background-color: #f3f8fc;
    border: 1px solid var(--border-color3);
    border-radius: 5px;
    padding: 10px 20px;
}


.solution_title:hover {
    color: var(--color-dark);
}

.solution_title:hover i {
    color: var(--color-dark);
}


    /* css end */


    /* start */
    .videos_section{
        padding: 30px 0px 80px 0px;
    }


.video_title_div{
    max-width: 500px;
    margin-bottom: 35px;
}
    
.video_title_div > h4{
    color: var(--color-dark2);
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 40px;
}

.video_title_div > p{
    color: var(--body-text-color);
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 400;
    max-width: 660px;
}


    /* end */
.video_box_item_main {
    width: 100%;
}

.video-card {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-radius: 30px;
    background: var(--color-dark);
}

.video-card iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    transform: translate(-50%, -50%) scale(1.60);
    z-index: 0;
    object-position: top;
}


.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.08) 35%,
        rgba(0, 0, 0, 0.25) 55%,
        rgba(0, 0, 0, 0.92) 100%
    );
}


/* Navigation buttons */
.video-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 10px !important;
    background: rgba(40, 40, 40, 0.55);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    transition: 0.3s ease;
}

.video-nav:hover {
    background: rgba(30, 30, 30, 0.85);
}

.video-prev {
    left: 35%;
}

.video-next {
    right: 35%;
}


/* Bottom Content */
.video-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
}

.video-content > h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .8px;
    text-transform: capitalize;
}

.video-content > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
}
/* end */



    /* css start */
    .join_finish_section{
        width: 100%;
        position: relative;
        overflow: hidden;
       
        /* padding: 300px 0px;
        background-repeat: no-repeat;
        background-position: right center; */
    }

    .join_finish_image_div{
       width: 100%;
        position: relative;
        overflow: hidden;        
    }

    .join_finish_image_div > img{
        width: 100%;
        display: block;
    }

    .join_content_div_overlay{
        position: absolute;
        top: 100px;
    }

     .join_content_div_overlay > .join_content_data_div{
        margin-bottom: 56px;
         max-width: 440px;
     }

        .join_content_div_overlay > .join_content_data_div > h4{
color: var(--color-dark2);
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 18px;
    line-height: 48px;
    text-transform: capitalize;
        } 

        .join_content_div_overlay > .join_content_data_div > p{
            color: var(--body-text-color);
    font-size: 23px;
    letter-spacing: .4px;
    font-weight: 400;
   
    line-height: 35px;
        }

        .join_divider_bottom{
            width: 50%;
    height: 6px;
    position: relative;
    overflow: visible;
    background-color: var(--theme-color);
    margin-top: 10px;
        }

    /* css end */


    /* css start */

    .articals_section{
        padding: 70px 0px 70px 0px;
    }
    
.articals_title_div{
    max-width: 650px;
    margin-bottom: 35px;
}
    
.articals_title_div > h4{
    color: var(--color-dark2);
    font-weight: 900;
    font-size: 33px;
    margin-bottom: 20px;
    line-height: 40px;
}

.articals_title_div > p{
    color: var(--body-text-color);
    font-size: 16px;
    letter-spacing: .4px;
    font-weight: 400;
    max-width: 500px;
}


.blog_card {
    width: 100%;
    overflow: hidden;
    background: var(--color-white);
    border: 1px solid var(--border-color);
    border-radius: 18px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.blog_card_image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog_card_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog_date {
    position: absolute;
    left: 15px;
    bottom: 13px;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    z-index: 2;
}


.blog_category {
    position: absolute;
    right: 15px;
    bottom: 6px;
    display: flex;
    align-items: center;
    padding: 3px 5px 3px 5px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    background: rgba(40, 40, 40, 0.82);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.blog_category_icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--theme-color);
    color: var(--color-white);
    font-size: 10px;
}

.blog_card_content {
    padding: 18px;
}

.blog_card_content h3 {
   font-size: 23px;
   color: var(--theme-color6);
   margin-bottom: 8px;
   font-weight: 500;
   line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_card_content > p {
   font-size: 12px;
   line-height: 23px;
   margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_read_btn{
    margin-top: 12px;
}

.blog_read_btn > a{
    background-color: var(--color-white);
    padding: 5px 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: .4px;
}


.blog_read_btn > a:hover{
     color: var(--theme-color);
    background-color: var(--theme-bg-light);
}


    /* css end */

    /* css start */

    .faq_section{
        padding: 50px 0px 80px 0px;
    }

    .title_faq{
        margin-bottom: 30px;
    }

    .title_faq > h4{
    color: var(--color-dark2);
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
}

    .faq_accordion {
    width: 100%;
}

.faq_accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--border-color3);
    border-radius: 0;
    background: transparent;
}

.faq_accordion .accordion-button {
    position: relative;
    padding: 25px 15px;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--theme-color6);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding-right: 80px;
}

.faq_number {
    margin-right: 8px;
}


/* Bootstrap default arrow remove */
.faq_accordion .accordion-button::after {
    display: none;
}


/* Custom + / X */

.faq_custom_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background-color: var(--color-gray);
}


/* Horizontal */

.faq_custom_icon::before,
.faq_custom_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #222;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}


/* Vertical */

.faq_custom_icon::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


/* Open = X */

.faq_accordion .accordion-button:not(.collapsed) {
    color: #2755a4;
}

.faq_accordion .accordion-button:not(.collapsed)
.faq_custom_icon::before {
    background: #ef7132;

    transform:
        translate(-50%, -50%)
        rotate(45deg);
}

.faq_accordion .accordion-button:not(.collapsed)
.faq_custom_icon::after {
    background: #ef7132;

    transform:
        translate(-50%, -50%)
        rotate(-45deg);
}


/* Answer */

.faq_accordion .accordion-body {
    padding: 0 60px 30px 15px;
    color: var(--body-text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .5px;
}


.faq_accordion .accordion-button:hover {
    color: #2755a4;
}


    /* css end */


    /* footer css  */
    /* =========================
   FOOTER
========================= */


.footer {
    position: relative;
    overflow: hidden;
    background: var(--color-white);
}

#footerWaveCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.footer_content {
    position: relative;
    z-index: 2;
}
.footer {
    position: relative;
    overflow: hidden;
}

/* Wave background */
/* Wave background */
.footer::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("../images/footer-wave.png");
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;

    opacity: 0.65;
    pointer-events: none;

    animation: footerWaveMove 20s linear infinite;

    /* Left + Right soft mask */
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 18%,
        #000 192%,
        transparent 1100%
    );

    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}

.footer .container {
    position: relative;
    z-index: 1;
}

@keyframes footerWaveMove {
    from {
        background-position: 0 center;
    }

    to {
        background-position: 1000px center;
    }
}

.footer .container {
    position: relative;
    z-index: 1;
}

@keyframes footerWaveMove {
    from {
        background-position: 0 center;
    }

    to {
        background-position: 1000px center;
    }
}


/* =========================
   MAIN FOOTER
========================= */

.footer_main_row {
    margin-bottom: 45px;
}

.footer_link_main_div h6 {
   color: var(--color-dark);
   font-weight: 500;
   font-size: 18px;
   text-transform: capitalize;
   letter-spacing: .6px;
   margin-bottom: 20px;
}

.footer_link_main_div > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.footer_link_main_div ul li a {
    color: var(--color-dark);
    text-decoration: none;
    font-size: 14px;
    line-height: 33px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.footer_link_main_div ul li a:hover {
    color: var(--theme-color6);
}



.footer_contact_item {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 7px;
}

.footer_icon {
    flex: 0 0 8px;
    color: var(--theme-color6);
    font-size: 17px;
    padding-top: 2px;
}

.footer_contact_content {
    flex: 1;
}

.footer_contact_content a {
    display: block;
    color: var(--color-dark);
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

.footer_contact_content a:hover {
    color: var(--theme-color6);
}


/* =========================
   BOTTOM SECTION
========================= */

.footer_bottom_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 35px;
    padding-top: 10px;
}

.footer_apps h4,
.footer_social h4 {
    margin-bottom: 14px;
    color: var(--color-dark);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
}

.apps_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.app_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app_item span {
    color: #555;
    font-size: 9px;
    line-height: 1.2;
}

.app_item img {
    width: 120px;
    height: auto;
    display: block;
}


/* =========================
   SOCIAL
========================= */

.footer_social {
    text-align: right;
}

.social_links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.social_links a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.3s ease;
}

.social_links a:hover {
    transform: translateY(-3px);
}

.social_links .fa-instagram {
    color: #e1306c;
}

.social_links .fa-facebook {
    color: #1877f2;
}

.social_links .fa-linkedin {
    color: #0a66c2;
}

.social_links .fa-youtube {
    color: #ff0000;
}


/* =========================
   COPYRIGHT
========================= */

.footer_copyright {
   padding: 20px 0px;
}

.footer_copyright p {
    margin: 0;
    color: var(--color-dark);
    font-size: 13px;
    line-height: 1.4;
}

.footer_copyright a {
    color: var(--color-dark);
    text-decoration: none;
}

.footer_copyright a:hover {
    color: var(--theme-color6);
}


    /* footer css end */
