.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 */

/* =========================================
   COMPANY PROFILE SECTION
========================================= */

.company_profile_section {
    position: relative;
    padding: 25px 0 40px 0px;
    overflow: hidden;
    background: var(--color-white);
     scroll-margin-top: 80px;
}


/* =========================================
   LEFT IMAGE AREA
========================================= */

.company_profile_image_main {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* min-height: 530px; */
    padding: 0 35px 35px 0;
}

.company_profile_image {
    position: relative;
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
    border-radius: 28px;
    z-index: 2;
}

.company_profile_image img {
    width: 100%;
    /* height: 100%; */
    display: block;
    object-fit: cover;
}




/* =========================================
   DECORATIVE SHAPE
========================================= */

.company_image_shape {
    position: absolute;
    left: -6px;
    bottom: 30px;
    width: 96%;
    height: 94%;
    border: 1px solid var(--theme-color);
    border-radius: 28px;
    opacity: .35;
    z-index: 1;
}


/* =========================================
   EXPERIENCE BOX
========================================= */

.company_experience_box {
    position: absolute;
    right: 5px;
    bottom: 0;

    min-width: 190px;
    padding: 22px 25px;

    display: flex;
    align-items: center;
    gap: 15px;

    background: var(--theme-color);
    color: var(--color-white);

    border-radius: 15px;

    z-index: 5;

    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.experience_number {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.experience_number span {
    font-size: 22px;
}

.experience_text {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
}


/* =========================================
   RIGHT CONTENT
========================================= */

/* .company_profile_content {
    padding-left: 35px;
} */

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

    margin-bottom: 18px;

    color: var(--theme-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.company_small_title span {
    width: 32px;
    height: 2px;
    background: var(--theme-color);
    display: inline-block;
}


.company_profile_content h2 {
    max-width: 620px;

    margin: 0 0 20px;

    color: var(--color-dark2);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.8px;
}

.company_profile_content h2 strong {
    color: var(--theme-color);
    font-weight: 800;
}


.company_profile_content>p {
    max-width: 650px;

    margin-bottom: 14px;

    color: var(--body-text-color);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .2px;
}

.company_profile_content .company_intro {
    font-weight: 500;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.company_highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

    margin-top: 28px;
}

.company_highlight_item {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    padding: 17px;

    background: var(--theme-bg-light);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;

    transition: all .35s ease;
}

.company_highlight_item:hover {
    transform: translateY(-4px);
    border-color: var(--theme-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}


.highlight_icon {
    width: 42px;
    height: 42px;
    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--color-white);
    color: var(--theme-color);

    border-radius: 10px;

    font-size: 18px;
}


.company_highlight_item h4 {
    margin: 0 0 5px;

    color: var(--color-dark);
    font-size: 15px;
    font-weight: 700;
}

.company_highlight_item p {
    margin: 0;

    color: var(--body-text-color);
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   BOTTOM AREA
========================================= */

.company_profile_bottom {
    display: flex;
    align-items: center;
    gap: 28px;

    margin-top: 28px;
}


/* Button */

.company_profile_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 12px 17px;

    background: var(--theme-color);
    color: var(--color-white);

    border: 1px solid var(--theme-color);
    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;
    text-decoration: none;

    transition: all .35s ease;
}

.company_profile_btn i {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--color-white);
    color: var(--theme-color);

    border-radius: 50%;

    font-size: 11px;

    transition: all .35s ease;
}

.company_profile_btn:hover {
    color: var(--theme-color);
    background: var(--color-white);
}

.company_profile_btn:hover i {
    transform: translateX(4px);
}


/* Trust */

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

.company_trust>i {
    font-size: 25px;
    color: var(--theme-color);
}

.company_trust span {
    display: flex;
    flex-direction: column;

    color: var(--color-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.company_trust small {
    color: var(--body-text-color);
    font-size: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
/*  */


/* =========================================
   INVESTOR RELATIONS SECTION
========================================= */

.investor_relations_section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: var(--theme-bg-light);
}


/* =========================================
   MAIN BOX
========================================= */

.investor_relations_box {
    position: relative;
    padding: 60px;

    background: var(--color-white);

    border: 1px solid var(--border-color);
    border-radius: 28px;

    overflow: hidden;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
}

.investor_relations_box::before {
    content: "";
    position: absolute;

    top: -130px;
    left: -130px;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: var(--theme-color);
    opacity: .06;
}

.investor_relations_box::after {
    content: "";
    position: absolute;

    right: -100px;
    bottom: -100px;

    width: 280px;
    height: 280px;

    border: 1px solid var(--theme-color);
    border-radius: 50%;

    opacity: .12;
}


/* =========================================
   LEFT CONTENT
========================================= */

.investor_relations_content {
    position: relative;
    z-index: 2;

    padding-right: 45px;
}

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

    margin-bottom: 18px;

    color: var(--theme-color);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.investor_tag span {
    width: 32px;
    height: 2px;

    background: var(--theme-color);
}


.investor_relations_content h2 {
    max-width: 570px;

    margin: 0 0 22px;

    color: var(--color-dark2);

    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.8px;
}

.investor_relations_content h2 strong {
    color: var(--theme-color);
}


.investor_relations_content>p {
    max-width: 600px;

    margin-bottom: 14px;

    color: var(--body-text-color);

    font-size: 15px;
    line-height: 1.8;
}

.investor_relations_content .investor_intro {
    font-weight: 500;
}


/* =========================================
   INVESTOR STATS
========================================= */

.investor_stats {
    display: flex;
    align-items: center;

    margin-top: 32px;
    padding-top: 25px;

    border-top: 1px solid var(--border-color);
}

.investor_stat_item {
    position: relative;

    min-width: 120px;
    padding-right: 25px;
    margin-right: 25px;
}

.investor_stat_item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 5px;

    width: 1px;
    height: 45px;

    background: var(--border-color);
}

.investor_stat_item h4 {
    margin: 0 0 5px;

    color: var(--theme-color);

    font-size: 21px;
    line-height: 1;
    font-weight: 800;
}

.investor_stat_item h4 span {
    font-size: 16px;
}

.investor_stat_item p {
    margin: 0;

    color: var(--body-text-color);

    font-size: 10px;
    line-height: 1.4;

    text-transform: uppercase;
    letter-spacing: .6px;
}


/* =========================================
   RIGHT RESOURCES
========================================= */

.investor_resources {
    position: relative;
    z-index: 2;

    padding: 5px 0 5px 25px;
}

.investor_resource_heading {
    margin-bottom: 18px;
}

.investor_resource_heading h3 {
    margin: 0 0 6px;

    color: var(--color-dark);

    font-size: 22px;
    font-weight: 750;
}

.investor_resource_heading p {
    margin: 0;

    color: var(--body-text-color);

    font-size: 13px;
}


/* =========================================
   RESOURCE ITEM
========================================= */

.investor_resource_item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 17px 15px;
    margin-bottom: 10px;

    background: var(--theme-bg-light);

    border: 1px solid transparent;
    border-radius: 12px;

    text-decoration: none;

    transition: all .35s ease;
}

/* .investor_resource_item:hover {
    background: var(--color-white);

    border-color: var(--theme-color);

    transform: translateX(5px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
} */


/* Icon */

.investor_resource_icon {
    width: 45px;
    height: 45px;
    min-width: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--color-white);

    color: var(--theme-color);

    border: 1px solid var(--border-color);
    border-radius: 10px;

    font-size: 18px;

    transition: all .35s ease;
}

.investor_resource_item:hover .investor_resource_icon {
    color: var(--color-white);
    background: var(--theme-color);
    border-color: var(--theme-color);
}


/* Text */

.investor_resource_text {
    flex: 1;
}

.investor_resource_text h4 {
    margin: 0 0 4px;

    color: var(--color-dark);

    font-size: 14px;
    font-weight: 700;
}

.investor_resource_text p {
    margin: 0;

    color: var(--body-text-color);

    font-size: 11px;
    line-height: 1.5;
}


/* Arrow */

.investor_resource_arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--color-dark);

    border: 1px solid var(--border-color);
    border-radius: 50%;

    font-size: 11px;

    transition: all .35s ease;
}

.investor_resource_item:hover .investor_resource_arrow {
    color: var(--color-white);
    background: var(--theme-color);
    border-color: var(--theme-color);

    transform: rotate(45deg);
}

/*  */


/* =========================================
   BRAND STORES SECTION
========================================= */

.brand-stores-section {
    padding: 80px 0;
    background: #fff;
     scroll-margin-top: 80px;
}

.brand-store-layout {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 22px;
    align-items: stretch;
}


/* =========================================
   LEFT SIDEBAR
========================================= */

.brand-store-sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.brand-store-tab,
.brand-store-tab-contact {
    width: 100%;
    min-height: 55px;
    padding: 0 20px;
    border: 1px solid #f36f213d;
    border-radius: 7px;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease;
}

.brand-store-tab i,
.brand-store-tab-contact i {
    font-size: 20px;
    transition: 0.3s ease;
}

.brand-store-tab:hover,
.brand-store-tab.active,
.brand-store-tab-contact:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.brand-store-tab:hover i,
.brand-store-tab.active i,
.brand-store-tab-contact:hover i {
    transform: translateX(4px);
}


/* =========================================
   RIGHT MAIN BOX
========================================= */

.brand-store-details {
    position: relative;
    min-height: 320px;
    border: 1px solid #e1763926;
    border-radius: 14px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}


/* =========================================
   BRAND STORE CONTENT
========================================= */

.brand-store-content {
    display: none;
    width: 100%;
}

.brand-store-content.active {
    display: block;
}


/* =========================================
   3 EQUAL GALLERY ITEMS
========================================= */

.brand-store-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
}

.brand-store-gallery-item {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 9px;
    background: #eee;
    position: relative;
}


/* =========================================
   IMAGE + VIDEO
========================================= */

.brand-store-gallery-item img,
.brand-store-gallery-item video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}


/* =========================================
   HOVER
========================================= */

.brand-store-gallery-item:hover img,
.brand-store-gallery-item:hover video {
    transform: scale(1.05);
}


/* =========================================
   REMOVE OLD CONTENT STYLES
========================================= */

.brand-store-info,
.brand-store-services,
.brand-store-small-images,
.brand-small-image {
    display: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .brand-store-layout {
        grid-template-columns: 220px 1fr;
        gap: 18px;
    }

    .brand-store-gallery {
        gap: 12px;
    }

    .brand-store-gallery-item {
        height: 260px;
    }

    .brand-store-tab,
    .brand-store-tab-contact {
        min-height: 50px;
        padding: 0 15px;
        font-size: 14px;
    }

}
/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .brand-stores-section {
        padding: 50px 0;
    }

    /* Sidebar upar */
    .brand-store-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .brand-store-sidebar {
        width: 100%;
        gap: 10px;
    }

    .brand-store-tab,
    .brand-store-tab-contact {
        min-height: 50px;
        padding: 0 16px;
        font-size: 14px;
    }

    /* Gallery niche */
    .brand-store-details {
        width: 100%;
        padding: 8px;
        min-height: auto;
        border-radius: 10px;
    }

    /* 3 images vertically */
    .brand-store-gallery {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .brand-store-gallery-item {
        width: 100%;
        height: 260px;
        border-radius: 8px;
    }

    .brand-store-gallery-item img,
    .brand-store-gallery-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}


/* =========================================
   PRODUCTS SECTION
========================================= */

.products_section {
    padding: 70px 0;
    background: #e4f1ff7d;
     scroll-margin-top: 80px;
}


/* =========================================
   TITLE
========================================= */

.products_title_div {
    text-align: center;
    margin-bottom: 40px;
}

.products_title_div h2 {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 800;
    color: var(--color-dark2);
    text-transform: capitalize;
}

.products_title_div p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
    color: var(--body-text-color);
}


/* =========================================
   SIMPLE SWIPER
========================================= */

.productsSimpleSwiper {
    width: 100%;
    padding: 5px 5px 80px;
    overflow: hidden;
}

.productsSimpleSwiper .swiper-wrapper {
    align-items: stretch;
}

.productsSimpleSwiper .swiper-slide {
    height: auto;
}


/* =========================================
   PRODUCT CARD
========================================= */

.proslider_main_div {
    height: 100%;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 8px;
    overflow: hidden;

}

.proslider_main_div:hover {
    border-color: var(--theme-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.products_section .swiper {
    padding-bottom: 60px;
}


/* =========================================
   IMAGE
========================================= */

.proslider_img_div {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f5f6f8;
}

.proslider_img_div img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 0;
    border-radius: 0;
    transition: transform 0.4s ease;
}

.proslider_main_div:hover .proslider_img_div img {
    transform: scale(1.04);
}


/* =========================================
   CONTENT
========================================= */

.proslider_content_data {
    padding: 20px;
}

.proslider_content_data h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--color-dark2);
    text-transform: capitalize;
}

.proslider_content_data p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.7;
    color: var(--body-text-color);
}


/* =========================================
   EXPLORE BUTTON
========================================= */
.proslider_btn {
    margin-top: 22px;
}

.proslider_btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 5px 5px 14px;
    color: var(--color-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: .3px;
    border: 1px solid var(--border-color3);
    border-radius: 50px;
    background: var(--color-white);
    transition: all .35s ease;
}

.proslider_btn a i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color6);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 13px;
    transition: all .35s ease;
}

/* Hover */
.proslider_btn a:hover {
    color: var(--color-white);
    background: var(--theme-color);
    border-color: var(--theme-color);
    padding-left: 17px;
}

.proslider_btn a:hover i {
    background: var(--color-white);
    color: var(--theme-color);
    transform: rotate(45deg);
}

/* =========================================
   SWIPER ARROWS
========================================= */

.products-simple-prev,
.products-simple-next {
    width: 44px !important;
    height: 44px !important;
    top: auto !important;
    bottom: 15px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    border: 1px solid #dfe3e8;
    border-radius: 50%;
    background: var(--color-white);

    color: var(--color-dark);
    transition: all 0.3s ease;
}

.products-simple-prev::after,
.products-simple-next::after {
    display: none;
}

.products-simple-prev i,
.products-simple-next i {
    font-size: 15px;
}

.products-simple-prev:hover,
.products-simple-next:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--color-white);
}

.products-simple-prev {
    left: 50% !important;
    transform: translateX(-55px);
}

.products-simple-next {
    left: 50% !important;
    right: auto !important;
    transform: translateX(10px);
}

/* 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);
    margin-bottom: 20px;
}

.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 */


/* =========================================
   VIDEOS SECTION
========================================= */

.videos_section {
    padding: 70px 0 90px;
    position: relative;
    overflow: hidden;
    background-color: #e4c8b81f;
}


/* =========================================
   TITLE
========================================= */
.video_title_div {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.video_title_div>h4 {
    color: var(--color-dark2);
    font-weight: 900;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.video_title_div>p {
    color: var(--body-text-color);
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .3px;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
}


/* =========================================
   MAIN SLIDER
========================================= */

.main_div_videos_slider {
    width: 100%;
    position: relative;
}

.videos_swiper_slider {
    width: 100%;
    overflow: visible;
}

.videos_swiper_slider .swiper-wrapper {
    align-items: stretch;
}

.videos_swiper_slider .swiper-slide {
    height: auto;
}


/* =========================================
   VIDEO BOX
========================================= */

.video_box_item_main {
    width: 100%;
    height: 100%;
}

.video-card {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
    background: #111;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, .10);
    isolation: isolate;
}

/* =========================================
   YOUTUBE VIDEO
========================================= */

.video-card iframe {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    border: 0;

    transform:
        translate(-50%, -50%) scale(1.55);

    z-index: 0;
}


/* =========================================
   DARK OVERLAY
========================================= */

.video-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;
    pointer-events: none;

    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, .02) 0%,
            rgba(0, 0, 0, .04) 35%,
            rgba(0, 0, 0, .18) 55%,
            rgba(0, 0, 0, .90) 100%);
}


/* =========================================
   CARD BORDER EFFECT
========================================= */

.video-card::after {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .18);

    pointer-events: none;
    z-index: 4;

    transition: all .35s ease;
}

.video-card:hover::after {
    border-color: rgba(255, 255, 255, .38);
}


/* =========================================
   VIDEO CONTENT
========================================= */

.video-content {
    position: absolute;

    left: 28px;
    right: 28px;
    bottom: 26px;

    z-index: 3;
}

.video-content>h3 {
    margin: 0 0 6px !important;

    color: #fff;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: .2px;
    text-transform: capitalize;
}

.video-content>p {
    margin: 0;

    color: rgba(255, 255, 255, .72);

    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;

    letter-spacing: .3px;
    text-transform: capitalize;
}


/* =========================================
   NAVIGATION BUTTONS
========================================= */

.video-nav {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50% !important;

    background: rgba(15, 20, 30, .60);

    color: #fff;

    font-size: 14px;

    backdrop-filter: blur(8px);

    cursor: pointer;
    z-index: 6;

    transition: all .35s ease;
}

.video-nav:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);

    color: #fff;

    transform:
        translateY(-50%) scale(1.08);
}

.video-prev {
    left: 18px;
}

.video-next {
    right: 18px;
}


/* =========================================
   SWIPER ACTIVE EFFECT
========================================= */

.videos_swiper_slider .swiper-slide {
    transition: all .4s ease;
}


/* 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;
     scroll-margin-top: 80px;
}

.articals_title_div {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.articals_title_div>h4 {
    color: var(--color-dark2);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.articals_title_div>p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--body-text-color);
    font-size: 15px;
    line-height: 1.7;
}


.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: 19px;
    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 ARTICLE BUTTON
========================================= */

.blog_read_btn {
    margin-top: 20px;
}

.blog_read_btn>a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    background: var(--theme-color);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .35s ease;
}

/* Arrow */
.blog_read_btn>a i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-bg-light);
    color: var(--theme-color);
    border-radius: 50%;
    font-size: 11px;
    transition: all .35s ease;
}

/* Hover */
.blog_read_btn>a:hover {
    color: var(--color-white);
    background: var(--theme-color);
    border-color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Arrow Hover */
.blog_read_btn>a:hover i {
    background: var(--color-white);
    color: var(--theme-color);

    transform: translateX(4px);
}

/* 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
========================================= */

.footer {
    position: relative;
    overflow: hidden;
    background: #131d28;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 0;
}

.footer_content {
    position: relative;
    z-index: 3;
}


/* =========================================
   MAIN FOOTER
========================================= */

.footer_main_row {
    position: relative;
    z-index: 2;
    padding-bottom: 55px;
}


.footer_link_main_div h6,
.footer_map h6,
.footer_form h6 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 28px;
    text-transform: capitalize;
}

.footer_link_main_div h6::after,
.footer_map h6::after,
.footer_form h6::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 35px;
    height: 3px;
    border-radius: 10px;
    background: var(--theme-color);
}

.footer_contact_label {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #ffffff;
}

.footer_contact_content a {
    display: block;
    line-height: 1.7;
}

/* =========================================
   CONTACT
========================================= */

.footer_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.footer_icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--theme-color);
    font-size: 17px;
    transition: 0.3s ease;
}

.footer_contact_item:hover .footer_icon {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
    transform: translateY(-2px);
}

.footer_contact_content {
    padding-top: 2px;
}

.footer_contact_content a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer_contact_content a:hover {
    color: var(--color-white);
}


/* =========================================
   MAP
========================================= */

.footer_map_box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #fff;
}

.footer_map_box iframe {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(20%);
}


/* =========================================
   CONTACT FORM
========================================= */

.footer_form form {
    width: 100%;
}

.footer_form_group {
    margin-bottom: 12px;
}

.footer_form_group input,
.footer_form_group textarea {
    width: 100%;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.14);
    outline: none;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    padding: 12px 14px;
    font-size: 13px;
    font-family: inherit;
    transition: 0.3s ease;
}

.footer_form_group input {
    height: 45px;
}

.footer_form_group textarea {
    min-height: 85px;
    resize: none;
}

.footer_form_group input::placeholder,
.footer_form_group textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footer_form_group input:focus,
.footer_form_group textarea:focus {
    border-color: var(--theme-color);
    background: rgba(255, 255, 255, 0.1);
}

.footer_submit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 7px;
    background: var(--theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.footer_submit_btn i {
    transition: 0.3s ease;
}

.footer_submit_btn:hover {
    background: #fff;
    color: var(--color-dark2);
}

.footer_submit_btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   BOTTOM FOOTER
========================================= */

.footer_bottom_row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}


/* =========================================
   APPS
========================================= */

.footer_apps h4,
.footer_social h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.apps_wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.app_item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.app_item span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    white-space: nowrap;
}

.app_item a {
    display: block;
}

.app_item img {
    width: 115px;
    height: auto;
    display: block;
    transition: 0.3s ease;
}

.app_item img:hover {
    transform: translateY(-3px);
}


/* =========================================
   SOCIAL
========================================= */

.footer_social {
    text-align: right;
}

.social_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.social_links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s ease;
}

.social_links a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    transform: translateY(-4px);
}


/* =========================================
   COPYRIGHT
========================================= */

.footer_copyright {
    position: relative;
    z-index: 3;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}

.footer_copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.6;
}

.footer_copyright a {
    color: rgba(255, 255, 255, 0.75);
    margin-left: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer_copyright a:hover {
    color: var(--theme-color);
}


/* =========================================
   WAVE
========================================= */

.wave-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.18;
}

.wave-footer canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/*  */

.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 70px;
    right: 18px;
    z-index: 1000;
}

.mobile_whatsapp {
    display: none;
}


.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: var(--theme-color6);
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100px;
    position: relative;
    display: inline-block;


}

.call_icon_div>a>img {
    width: 25px !important;
    filter: brightness(0%) invert(1);
    height: 25px;
    line-height: 25px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}


.whatsapp_icon_div>a {
    background-color: #25d467;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;

}


.whatsapp_icon_div>a>img {
    width: 25px !important;
    filter: brightness(0%) invert(1);
    height: 25px;
    line-height: 25px;
    object-fit: contain;
}

.mail_icon_div {
    width: 40px !important;
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
    position: relative;
    top: 10px;
}


.mail_icon_div>a {
    background-color: var(--theme-color6);
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100px;
    position: relative;
    display: inline-block;

}


.mail_icon_div>a>img {
    width: 25px !important;
    filter: brightness(0%) invert(1);
    height: 25px;
    line-height: 25px;
    object-fit: contain;
}
