@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600;700&family=Montserrat:wght@400;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --primary-color: #D90000;
    --secondry-color: #A80000;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --black-color2: #171717;
    --black-color3: #252525; 
    --black-color4: #3A3A3A;
    --gray-color: #D9D9D9;
    --gray-color2: #F2F2F2;
    --gray-color3: #F7F7F7;
    --gray-color4: #8A8A8A;
    --facebook-color: #1877F2;
    --instagram-color: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285AEB 90%
    );
    --youtube-color: #FF0000;
    --background-color: #F5F5F5;
    --rating-color: #FDCC0D;
    --rating-color2: #FF9529;
}



img {
    max-width: 100% !important;
}


body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden !important
}

body,
html {
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}


textarea {
    resize: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
}

.split-heading,
.split-heading *,
.split-heading .char {
    text-transform: none !important;
    display: inline-block !important;

}

/*  */

.slider_section2 {
    display: none;
}

/* =========================================================
   PREMIUM ABOUT US
========================================================= */

/* =========================================================
   ABOUT US SECTION
========================================================= */

.about_us_section {
    position: relative;
    padding: 40px 0;
    background: var(--white-color);
    overflow: hidden;
}


/* =========================================================
   BACKGROUND
========================================================= */

.about_us_section::before {
    content: "";

    position: absolute;

    right: -120px;
    top: -120px;

    width: 420px;
    height: 420px;

    border: 1px solid var(--gray-color);

    transform: rotate(45deg);

    opacity: .45;

    z-index: 0;
}


.about_us_section::after {
    content: "";

    position: absolute;

    left: -180px;
    bottom: -180px;

    width: 400px;
    height: 400px;

    border: 1px solid var(--primary-color);

    border-radius: 50%;

    opacity: .06;

    z-index: 0;
}


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

.about_us_image_div_main {
    position: relative;

    max-width: 470px;

    margin: 0 auto 40px;

    padding: 0 25px 25px 0;

    z-index: 2;
}


/* black geometric frame */

.about_us_image_div_main::before {
    content: "";

    position: absolute;

    left: 25px;
    bottom: 0;

    width: calc(100% - 25px);
    height: calc(100% - 25px);

    border: 2px solid var(--black-color2);

    z-index: -1;

    transition: .4s ease;
}


/* red corner */

.about_us_image_div_main::after {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 70px;
    height: 70px;

    border-top: 6px solid var(--primary-color);
    border-right: 6px solid var(--primary-color);

    z-index: 3;
}


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

.about_us_img_box {
    position: relative;

    /* overflow: hidden; */

    background: var(--gray-color2);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .12);

    z-index: 2;
}


.about_us_img_box::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(217, 0, 0, .10),
            transparent 35%
        );

    pointer-events: none;
}


.about_us_img_box > img {
    display: block;

    width: 100%;
    /* height: 540px; */

    /* object-fit: cover; */

    transition:
        transform .7s ease,
        filter .5s ease;
}


.about_us_image_div_main:hover
.about_us_img_box > img {
    transform: scale(1.035);

    filter: saturate(1.05);
}


.about_us_image_div_main:hover::before {
    transform: translate(6px, 6px);
}


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

.about_image_number {
    position: absolute;

    left: -18px;
    top: 45px;

    width: 58px;
    height: 58px;

    display: flex;

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

    background: var(--black-color2);

    color: var(--white-color);

    z-index: 5;
}


.about_image_number::after {
    content: "";

    position: absolute;

    right: -7px;
    bottom: -7px;

    width: 100%;
    height: 100%;

    border: 1px solid var(--primary-color);

    z-index: -1;
}


.about_image_number span {
    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================================
   IMAGE RED LINE
========================================================= */

.about_image_line {
    position: absolute;

    left: 0;
    bottom: 8px;

    width: 80px;
    height: 5px;

    background: var(--primary-color);

    z-index: 5;
}


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

.about_us_content_div {
    position: relative;

    padding-left: 35px;

    z-index: 3;
}


/* =========================================================
   TAG
========================================================= */

.about_section_tag {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 17px;
}


.about_section_tag > span {
    display: block;

    width: 32px;
    height: 3px;

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


.about_section_tag > h6 {
    margin: 0 !important;

    color: var(--primary-color);

    font-size: 12px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


/* =========================================================
   HEADING
========================================================= */

.about_us_content_div > h1 {
    max-width: 690px;

    margin: 0 0 22px;

    color: var(--black-color2);

    font-size: clamp(32px, 3vw, 44px);

    line-height: 1.13;

    font-weight: 800;

    letter-spacing: -1px;
}


.about_us_content_div > h1 > span {
    display: block;

    color: var(--primary-color);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.about_us_content_div > p {
    max-width: 710px;

    margin: 0 0 13px;

    color: var(--black-color4);

    font-size: 14px;

    line-height: 1.85;

    font-weight: 600;
}


.about_us_content_div > p strong {
    color: var(--black-color2);

    font-weight: 800;
}


/* =========================================================
   FEATURES
========================================================= */

.about_features {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 13px;

    margin-top: 25px;
}


.about_feature_item {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 14px 10px;

    border-bottom: 1px solid var(--gray-color);

    transition:
        border-color .3s ease,
        transform .3s ease;
}


.about_feature_item:hover {
    border-color: var(--primary-color);

    transform: translateX(4px);
}


/* =========================================================
   FEATURE ICON
========================================================= */

.about_feature_icon {
    flex: 0 0 auto;

    width: 45px;
    height: 45px;

    display: flex;

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

    background: var(--black-color2);

    color: var(--white-color);

    transition:
        background .3s ease,
        transform .3s ease;
}


.about_feature_icon i {
    font-size: 16px;
}


.about_feature_item:hover
.about_feature_icon {
    background: var(--primary-color);

    transform: rotate(-3deg);
}


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

.about_feature_item h3 {
    margin: 0 0 4px !important;

    color: var(--black-color2);

    font-size: 14px;

    line-height: 1.3;

    font-weight: 800;
}


.about_feature_item p {
    margin: 0;

    color: var(--gray-color4);

    font-size: 11px;

    line-height: 1.5;

    font-weight: 600;
}


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

.about_bottom {
    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 25px;

    padding-top: 20px;

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


/* =========================================================
   ESTABLISHED
========================================================= */

.about_established {
    display: flex;

    align-items: center;

    gap: 8px;
}


.about_established span {
    color: var(--gray-color4);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;
}


.about_established strong {
    color: var(--black-color2);

    font-size: 21px;

    font-weight: 800;
}


/* =========================================================
   BRAND TEXT
========================================================= */

.about_bottom_text {
    flex: 1;
}


.about_bottom_text > strong {
    color: var(--black-color3);

    font-size: 12px;

    line-height: 1.4;

    font-weight: 700;
}


.about_bottom_text > strong > span {
    color: var(--primary-color);
}


/* =========================================================
   BUTTON
========================================================= */

.read_more_btn {
    margin: 0;
}


.read_more_btn > a {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 5px 6px 5px 18px;

    color: var(--white-color);

    background: var(--black-color2);

    border: 1px solid var(--black-color2);

    border-radius: 2px;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}


.read_more_btn > a > i {
    display: flex;

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

    width: 30px;
    height: 30px;

    color: var(--white-color);

    background: var(--primary-color);

    font-size: 10px;

    transition: transform .3s ease;
}


.read_more_btn > a:hover {
    color: var(--white-color);

    background: var(--primary-color);

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

    transform: translateY(-2px);
}


.read_more_btn > a:hover > i {
    transform: translateX(3px);

    background: var(--black-color2);
}


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

@media (max-width: 991px) {

    .about_us_section {
        padding: 40px 0;
    }

    .about_us_content_div {
        padding-left: 0;
    }

    .about_us_image_div_main {
        max-width: 600px;
    }

    .about_us_img_box > img {
        height: 500px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about_us_section {
        padding: 40px 0;
    }

    .about_us_image_div_main {
        display: none;
        /* margin-left: 20px;
        margin-right: 15px;
        padding-right: 18px;
        padding-bottom: 18px; */
    }

    .about_us_img_box > img {
        height: 420px;
    }

    .about_us_content_div > h1 {
        font-size: 31px;
    }

    .about_features {
        grid-template-columns: 1fr;
    }

    .about_bottom {
        flex-wrap: wrap;
        gap: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .about_us_section {
        padding: 40px 0;
    }

    .about_us_image_div_main {
        display: none;
    }

    .about_us_img_box > img {
        height: 350px;
    }

    .about_image_number {
        width: 50px;
        height: 50px;

        left: -12px;
        top: 30px;
    }

    .about_image_number span {
        font-size: 12px;
    }

    .about_us_content_div > h1 {
        font-size: 28px;

        letter-spacing: -.5px;
    }

    .about_us_content_div > p {
        font-size: 13px;

        line-height: 1.75;
    }

    .about_feature_item {
        padding: 12px 5px;
    }

    .about_bottom {
        align-items: flex-start;
    }

    .about_bottom_text {
        min-width: 150px;
    }

    .read_more_btn {
        width: 100%;
    }

}

/*  */


/* services start */

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

.products_section {
    position: relative;

    padding: 40px 0;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f7f7f7 55%,
            #fffdf4 100%
        );

    overflow: hidden;
}


/* background decoration */

.products_section::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -150px;
    top: -150px;

    border: 1px solid var(--primary-color);

    border-radius: 50%;

    opacity: .12;
}


.products_section::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    left: -90px;
    bottom: -90px;

    border: 30px solid var(--black-color2);

    border-radius: 50%;

    opacity: .025;
}


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

.main_div_title_product {
    position: relative;

    max-width: 720px;

    margin: 0 auto 45px;

    text-align: center;

    z-index: 2;
}


.product-title__tagline-box {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 14px;
}


.product-title__line {
    position: relative;

    width: 42px;
    height: 2px;

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


.product-title__line span {
    position: absolute;

    top: 50%;

    width: 7px;
    height: 7px;

    background: var(--primary-color);

    border-radius: 50%;

    transform: translateY(-50%);
}


.product-title__line:first-child span {
    right: 0;
}


.product-title__line:last-child span {
    left: 0;
}


.product-title__tagline-box h6 {
    margin: 0 !important;

    color: var(--secondry-color);

    font-size: 12px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


.main_div_title_product h2 {
    margin: 0 0 12px;

    color: var(--black-color2);

    font-size: clamp(30px, 3vw, 42px);

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;
}


.main_div_title_product h2 span {
    color: var(--primary-color);
}


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

    margin: auto;

    color: var(--gray-color4);

    font-size: 14px;

    line-height: 1.8;

    font-weight: 600;
}


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

.product_card {
    position: relative;

    padding: 6px;

    background: var(--white-color);

    border: 1px solid #e4e4e4;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .055);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


.product_card:hover {
    transform: translateY(-7px);

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

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .11);
}


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

.product_image {
    position: relative;

    height: 235px;

    overflow: hidden;

    background: #eeeeee;
}


.product_image > img {
    width: 100%;
    height: 100%;

    display: block;

    /* object-fit: cover; */

    transition:
        transform .65s ease,
        filter .5s ease;
}


.product_card:hover .product_image > img {
    transform: scale(1.06);

    filter: brightness(.82);
}


/* =========================================================
   NUMBER
========================================================= */

.product_number {
    position: absolute;

    top: 12px;
    left: 12px;

    width: 43px;
    height: 43px;

    display: flex;

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

    background: rgba(17, 17, 17, .92);

    color: var(--white-color);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

    transition:
        background .3s ease,
        color .3s ease;
}


.product_card:hover .product_number {
    background: var(--primary-color);

    color: var(--black-color);
}


/* =========================================================
   ICON
========================================================= */

.product_icon {
    position: absolute;

    right: 15px;
    bottom: 15px;

    width: 52px;
    height: 52px;

    display: flex;

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

    background: var(--black-color2);

    color: var(--primary-color);

    border: 2px solid var(--primary-color);

    border-radius: 50%;

    transition:
        background .35s ease,
        color .35s ease,
        transform .35s ease;
}


.product_icon i {
    font-size: 19px;
}


.product_card:hover .product_icon {
    background: var(--primary-color);

    color: var(--black-color);

    transform: rotate(-8deg);
}


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

.product_content {
    padding: 19px 17px 20px;
}


.product_content > span {
    display: block;

    margin-bottom: 7px;

    color: var(--secondry-color);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.product_content > h4 {
    margin: 0 0 8px !important;

    font-size: 19px;

    line-height: 1.25;

    font-weight: 800;
}


.product_content > h4 > a {
    color: var(--black-color2);

    text-decoration: none;

    transition: color .3s ease;
}


.product_content > h4 > a:hover {
    color: var(--secondry-color);
}


.product_content > p {
    min-height: 57px;

    margin: 0 0 14px;

    color: var(--gray-color4);

    font-size: 13px;

    line-height: 1.65;

    font-weight: 600;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================================
   PRODUCT LINK
========================================================= */

.product_link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--black-color2);

    font-size: 11px;

    font-weight: 800;

    text-decoration: none;

    transition: color .3s ease;
}


.product_link i {
    display: flex;

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

    width: 25px;
    height: 25px;

    background: var(--primary-color);

    color: var(--black-color);

    border-radius: 50%;

    font-size: 9px;

    transition:
        transform .3s ease,
        background .3s ease;
}


.product_link:hover {
    color: var(--secondry-color);
}


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

    background: var(--black-color2);

    color: var(--primary-color);
}


/* =========================================================
   VIEW ALL
========================================================= */

.view_all_products_btn {
    position: relative;

    margin-top: 42px;

    text-align: center;

    z-index: 2;
}


.view_all_products_btn > a {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 6px 7px 6px 22px;

    background: var(--black-color2);

    color: var(--white-color);

    border-radius: 3px;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


.view_all_products_btn > a > span {
    width: 32px;
    height: 32px;

    display: flex;

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

    background: var(--primary-color);

    color: var(--black-color);

    border-radius: 2px;

    transition:
        background .3s ease,
        transform .3s ease;
}


.view_all_products_btn > a:hover {
    background: var(--primary-color);

    color: var(--black-color);

    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(245, 184, 0, .20);
}


.view_all_products_btn > a:hover > span {
    background: var(--black-color2);

    color: var(--primary-color);

    transform: translateX(3px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .products_section {
        padding: 40px 0;
    }

    .product_image {
        height: 220px;
    }

}


@media (max-width: 767px) {

    .products_section {
        padding: 60px 0;
    }

    .main_div_title_product {
        margin-bottom: 30px;
    }

    .main_div_title_product h2 {
        font-size: 30px;
    }

    .main_div_title_product > p {
        font-size: 12px;
    }

    .product_image {
        height: 240px;
    }

}


@media (max-width: 575px) {

    .products_section {
        padding: 40px 0;
    }

    .product_image {
        height: 230px;
    }

    .product_content {
        padding: 17px 14px 18px;
    }

    .product_content > h4 {
        font-size: 18px;
    }

    .product_content > p {
        font-size: 11px;
    }

}

/* services end */


/* how to work css */

/* =========================================
   HOW TO WORK / PROCESS SECTION
========================================= */

.how_to_work_section {
    position: relative;
    padding: 40px 0px 0px;
    background: var(--black-color);
    overflow: hidden;
}

/* =========================================
   BACKGROUND DESIGN
========================================= */

.how_to_work_section::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(245, 184, 0, 0.16);
    box-shadow:
        0px 0px 0px 35px rgba(245, 184, 0, 0.025),
        0px 0px 0px 70px rgba(245, 184, 0, 0.018);
    pointer-events: none;
}

.how_to_work_section::after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    border: 1px solid rgba(245, 184, 0, 0.14);
    box-shadow:
        0px 0px 0px 35px rgba(245, 184, 0, 0.025),
        0px 0px 0px 70px rgba(245, 184, 0, 0.018);
    pointer-events: none;
}


/* Grid Background */

.how_work_bg_grid {
    position: absolute;
    inset: 0;
    opacity: 0.045;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(245, 184, 0, 0.35) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(245, 184, 0, 0.35) 1px,
            transparent 1px
        );

    background-size: 55px 55px;
}


/* Glow Circle */

.how_work_bg_circle {
    position: absolute;
    border-radius: 50%;
    background: var(--primary-color);
    filter: blur(80px);
    opacity: 0.035;
    pointer-events: none;
}

.how_work_bg_circle_1 {
    width: 280px;
    height: 280px;
    top: 25%;
    left: 35%;
}

.how_work_bg_circle_2 {
    width: 250px;
    height: 250px;
    right: 25%;
    bottom: 10%;
}


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

.main_div_title_how_to_work {
    position: relative;
    z-index: 5;
    padding: 0px 0px 50px;
    text-align: center;
}


/* Tagline */

.how_to_work-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.how_to_work-title__tagline-border {
    position: relative;
    width: 42px;
    height: 1px;
    background: var(--primary-color);
}

.how_to_work-title__shape-1,
.how_to_work-title__shape-2 {
    position: absolute;
    top: -3px;
}

.how_to_work-title__shape-1 {
    right: -1px;
}

.how_to_work-title__shape-2 {
    left: -1px;
}

.how_to_work-title__circle {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
}

.how_to_work-title__tagline {
    margin: 0px !important;
    color: var(--primary-color);
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Heading */

.main_div_title_how_to_work > h3 {
    margin: 0px;
    color: var(--white-color);
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.main_div_title_how_to_work > h3 > span {
    color: var(--primary-color);
}


/* Description */

.main_div_title_how_to_work > p {
    max-width: 620px;
    margin: 15px auto 0px !important;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}


/* =========================================
   PROCESS ROW
========================================= */

.process_row {
    position: relative;
    z-index: 5;
}


/* Connecting Line */

.process_row::before {
    content: "";
    position: absolute;
    top: 86px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(245, 184, 0, 0.35),
        rgba(245, 184, 0, 0.35),
        transparent
    );
    pointer-events: none;
}


/* =========================================
   PROCESS CARD
========================================= */

.how_to_work_main_box_div {
    position: relative;
    z-index: 2;
    min-height: 330px;
    margin-bottom: 20px;
    padding: 30px 26px 28px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );

    border: 1px solid rgba(245, 184, 0, 0.16);
    border-radius: 16px;

    box-shadow:
        0px 20px 50px rgba(0, 0, 0, 0.30),
        inset 0px 1px 0px rgba(255, 255, 255, 0.04);

    overflow: hidden;
    transition: all 0.45s ease;
}


/* Gold Top Line */

.how_to_work_main_box_div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        transparent,
        var(--primary-color),
        transparent
    );

    transform: scaleX(0);
    transition: transform 0.45s ease;
}


/* Decorative Circle */

.how_to_work_main_box_div::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -90px;

    width: 220px;
    height: 220px;

    border-radius: 50%;
    border: 1px solid rgba(245, 184, 0, 0.10);

    transition: all 0.5s ease;
}


/* Hover */

.how_to_work_main_box_div:hover {
    transform: translateY(-10px);

    border-color: rgba(245, 184, 0, 0.42);

    box-shadow:
        0px 28px 65px rgba(0, 0, 0, 0.45),
        0px 10px 35px rgba(245, 184, 0, 0.08);
}

.how_to_work_main_box_div:hover::before {
    transform: scaleX(1);
}

.how_to_work_main_box_div:hover::after {
    transform: scale(1.3);
    border-color: rgba(245, 184, 0, 0.22);
}


/* =========================================
   STEP NUMBER
========================================= */

.process_card_top {
    position: absolute;
    top: 20px;
    right: 22px;

    display: flex;
    align-items: center;
    gap: 6px;
}

.process_card_top span {
    color: rgba(255, 255, 255, 0.35);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.process_card_top strong {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}


/* =========================================
   PROCESS ICON
========================================= */

.how_to_work_img_div {
    position: relative;
    z-index: 3;

    width: 68px;
    height: 68px;

    margin-bottom: 27px;

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

    background: rgba(245, 184, 0, 0.07);

    border: 1px solid rgba(245, 184, 0, 0.22);

    border-radius: 14px;

    transition: all 0.4s ease;
}

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

    width: 82px;
    height: 82px;

    border-radius: 50%;

    border: 1px solid rgba(245, 184, 0, 0.08);

    transition: all 0.4s ease;
}

.how_to_work_img_div > img {
    position: relative;
    z-index: 2;

    width: 38px;
    height: 38px;

    object-fit: contain;

    filter:
        brightness(0)
        saturate(100%)
        invert(76%)
        sepia(96%)
        saturate(1050%)
        hue-rotate(358deg)
        brightness(101%)
        contrast(101%);

    transition: transform 0.4s ease;
}


.how_to_work_main_box_div:hover .how_to_work_img_div {
    background: var(--primary-color);
    border-color: var(--primary-color);

    box-shadow:
        0px 10px 30px rgba(245, 184, 0, 0.22);
}

.how_to_work_main_box_div:hover .how_to_work_img_div::before {
    width: 100px;
    height: 100px;
    border-color: rgba(245, 184, 0, 0.16);
}

.how_to_work_main_box_div:hover .how_to_work_img_div > img {
    transform: scale(1.12);

    filter: brightness(0);
}


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

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

.process_small_title {
    display: block;
    margin-bottom: 8px;

    color: var(--primary-color);

    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;

    letter-spacing: 1.6px;
}


.howto_content_div > h4 {
    margin: 0px 0px 11px;

    color: var(--white-color);

    font-size: 19px;
    line-height: 1.35;
    font-weight: 750;

    text-transform: capitalize;
}


.howto_content_div > p {
    max-width: 290px;

    margin: 0px !important;

    color: rgba(255, 255, 255, 0.57);

    font-size: 13px;
    line-height: 1.8;
    font-weight: 600;
}


/* =========================================
   ARROW
========================================= */

.process_arrow {
    position: absolute;
    right: 24px;
    bottom: 25px;

    width: 34px;
    height: 34px;

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

    border: 1px solid rgba(245, 184, 0, 0.20);
    border-radius: 50%;

    color: var(--primary-color);

    font-size: 12px;

    opacity: 0.45;

    transition: all 0.4s ease;
}

.how_to_work_main_box_div:hover .process_arrow {
    opacity: 1;
    background: var(--primary-color);
    color: var(--black-color);
    border-color: var(--primary-color);

    transform: translateX(4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .how_to_work_section {
        padding: 40px 0px;
    }

    .main_div_title_how_to_work > h3 {
        font-size: 34px;
    }

    .process_row::before {
        display: none;
    }

    .how_to_work_main_box_div {
        min-height: 310px;
    }

}


@media (max-width: 575px) {

    .how_to_work_section {
        padding: 40px 0px;
    }

    .main_div_title_how_to_work {
        padding-bottom: 38px;
    }

    .main_div_title_how_to_work > h3 {
        font-size: 29px;
    }

    .main_div_title_how_to_work > p {
        font-size: 13px;
        padding: 0px 10px;
    }

    .how_to_work_main_box_div {
        min-height: 300px;
        padding: 26px 22px;
    }

    .how_to_work_img_div {
        margin-bottom: 23px;
    }

}


/* how to work css end */




/* start */
/* =========================================
   EXPERIENCE SECTION
========================================= */

.experience_section {
    position: relative;
    padding: 40px 0px 0px;
    background: var(--black-color);
    overflow: hidden;
}


/* =========================================
   BACKGROUND GRID
========================================= */

.experience_bg_grid {
    position: absolute;
    inset: 0;
    opacity: 0.045;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(245, 184, 0, 0.35) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(245, 184, 0, 0.35) 1px,
            transparent 1px
        );

    background-size: 55px 55px;
}


/* Decorative Glow */

.experience_section::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    left: -200px;
    top: -200px;

    border-radius: 50%;

    border: 1px solid rgba(245, 184, 0, 0.14);

    box-shadow:
        0px 0px 0px 35px rgba(245, 184, 0, 0.025),
        0px 0px 0px 70px rgba(245, 184, 0, 0.018);

    pointer-events: none;
}


.experience_section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;

    right: -200px;
    bottom: -220px;

    border-radius: 50%;

    border: 1px solid rgba(245, 184, 0, 0.14);

    box-shadow:
        0px 0px 0px 35px rgba(245, 184, 0, 0.025),
        0px 0px 0px 70px rgba(245, 184, 0, 0.018);

    pointer-events: none;
}


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

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

    max-width: 750px;

    margin: 0px auto 45px;

    text-align: center;
}


/* =========================================
   TAGLINE
========================================= */

.experience_title_tagline_box {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 14px;
}


.experience_title_border {
    position: relative;

    width: 42px;
    height: 1px;

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


.experience_title_circle {
    position: absolute;

    top: -3px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

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


.experience_title_border:first-child
.experience_title_circle {
    right: 0px;
}


.experience_title_border:last-child
.experience_title_circle {
    left: 0px;
}


.experience_title_tagline_box h6 {
    margin: 0px !important;

    color: var(--primary-color);

    font-size: 12px;
    line-height: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================
   HEADING
========================================= */

.main_div_title_experience h3 {
    margin: 0px;

    color: var(--white-color);

    font-size: 40px;
    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.5px;
}


.main_div_title_experience h3 span {
    color: var(--primary-color);
}


/* =========================================
   DESCRIPTION
========================================= */

.main_div_title_experience p {
    max-width: 680px;

    margin: 15px auto 0px !important;

    color: rgba(255, 255, 255, 0.60);

    font-size: 14px;
    line-height: 1.8;

    font-weight: 600;
}


/* =========================================
   EXPERIENCE SWIPER
========================================= */

.experience_counter_swiper {
    position: relative;

    z-index: 3;

    width: 100%;

    padding: 10px 5px 65px;

    overflow: hidden;
}


.experience_counter_row {
    display: flex;

    align-items: stretch;
}


.experience_counter_slide {
    height: auto;

    display: flex;
}


/* =========================================
   COUNTER BOX
========================================= */

.experience_counter_box {
    position: relative;

    width: 100%;
    min-height: 245px;

    padding: 35px 25px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );

    border: 1px solid rgba(245, 184, 0, 0.17);

    border-radius: 16px;

    box-shadow:
        0px 20px 45px rgba(0, 0, 0, 0.30),
        inset 0px 1px 0px rgba(255, 255, 255, 0.04);

    overflow: hidden;

    transition: all 0.45s ease;
}


/* Gold Top Line */

.experience_counter_box::before {
    content: "";

    position: absolute;

    top: 0px;
    left: 0px;

    width: 100%;
    height: 3px;

    background: linear-gradient(
        90deg,
        transparent,
        var(--primary-color),
        transparent
    );

    transform: scaleX(0);

    transition: transform 0.45s ease;
}


/* Decorative Circle */

.experience_counter_box::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

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

    border-radius: 50%;

    border: 1px solid rgba(245, 184, 0, 0.10);

    transition: all 0.5s ease;
}


/* Hover */

.experience_counter_box:hover {

    border-color: rgba(245, 184, 0, 0.45);

    box-shadow:
        0px 25px 55px rgba(0, 0, 0, 0.45),
        0px 10px 35px rgba(245, 184, 0, 0.08);
}


.experience_counter_box:hover::before {
    transform: scaleX(1);
}


.experience_counter_box:hover::after {
    transform: scale(1.3);

    border-color: rgba(245, 184, 0, 0.20);
}


/* =========================================
   ICON
========================================= */

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

    width: 72px;
    height: 72px;

    margin-bottom: 22px;

    display: flex;

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

    color: var(--primary-color);

    background: rgba(245, 184, 0, 0.07);

    border: 1px solid rgba(245, 184, 0, 0.22);

    border-radius: 14px;

    font-size: 29px;

    transition: all 0.4s ease;
}


.experience_icon_box::before {
    content: "";

    position: absolute;

    width: 88px;
    height: 88px;

    border-radius: 50%;

    border: 1px solid rgba(245, 184, 0, 0.08);

    transition: all 0.4s ease;
}


.experience_counter_box:hover
.experience_icon_box {

    color: var(--black-color);

    background-color: var(--primary-color);

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

    box-shadow:
        0px 10px 30px rgba(245, 184, 0, 0.22);
}


.experience_counter_box:hover
.experience_icon_box::before {

    width: 105px;
    height: 105px;

    border-color: rgba(245, 184, 0, 0.16);
}


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

.experience_counter_content {
    position: relative;

    z-index: 3;
}


.experience_counter_content h4 {
    margin: 0px 0px 7px;

    color: var(--white-color);

    font-size: 38px;

    line-height: 1;

    font-weight: 800;
}


.experience_counter_content h4 b {
    color: var(--primary-color);

    font-size: 25px;

    font-weight: 800;
}


.experience_counter_content p {
    margin: 0px !important;

    color: rgba(255, 255, 255, 0.55);

    font-size: 12px;

    line-height: 1.5;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================
   ALL INDIA
========================================= */

.experience_all_india {
    display: flex;

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

    gap: 8px;
}


.experience_all_india span {
    color: var(--white-color);
}


.experience_all_india b {
    color: var(--primary-color);

    font-size: 27px !important;
}


/* =========================================
   SWIPER NAVIGATION
========================================= */

.experience_swiper_prev,
.experience_swiper_next {

    width: 30px;
    height: 30px;

    top: auto;
    bottom: 0px;

    border: 1px solid var(--primary-color);

    border-radius: 50%;

    color: var(--primary-color);

    background: rgba(245, 184, 0, 0.06);

    transition: all 0.3s ease;
}


.experience_swiper_prev {
    left: calc(50% - 40px);
}


.experience_swiper_next {
    right: calc(50% - 40px);
}


.experience_swiper_prev::after,
.experience_swiper_next::after {

    font-size: 10px;

    font-weight: 800;

    color: var(--primary-color);
}


.experience_swiper_prev:hover,
.experience_swiper_next:hover {

    color: var(--black-color);

    background: var(--primary-color);

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


.experience_swiper_prev:hover::after,
.experience_swiper_next:hover::after {

    color: var(--black-color);
}


/* =========================================
   PAGINATION
========================================= */

.experience_swiper_pagination {
    bottom: 12px !important;
}


.experience_swiper_pagination
.swiper-pagination-bullet {

    width: 7px;
    height: 7px;

    opacity: 0.45;

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


.experience_swiper_pagination
.swiper-pagination-bullet-active {

    width: 22px;

    border-radius: 10px;

    opacity: 1;

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


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

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

    .main_div_title_experience h3 {
        font-size: 34px;
    }

    .experience_counter_box {
        min-height: 225px;
    }

}


@media (max-width: 767px) {

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

    .main_div_title_experience {
        margin-bottom: 30px;
    }

    .main_div_title_experience h3 {
        font-size: 31px;
    }

    .main_div_title_experience p {
        font-size: 13px;
        padding: 0px 10px;
    }

    .experience_counter_box {
        min-height: 230px;
    }

}


@media (max-width: 575px) {

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

    .main_div_title_experience h3 {
        font-size: 28px;
    }

    .experience_title_tagline_box {
        gap: 8px;
    }

    .experience_title_border {
        width: 30px;
    }

    .experience_title_tagline_box h6 {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .experience_counter_swiper {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 60px;
    }

    .experience_counter_box {
        min-height: 225px;
        padding: 30px 20px;
    }

    .experience_counter_content h4 {
        font-size: 35px;
    }

    .experience_icon_box {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }

    .experience_swiper_prev,
    .experience_swiper_next {
        width: 28px;
        height: 28px;
    }

    .experience_swiper_prev {
        left: calc(50% - 36px);
    }

    .experience_swiper_next {
        right: calc(50% - 36px);
    }

    .experience_swiper_prev::after,
    .experience_swiper_next::after {
        font-size: 9px;
    }

}







.swiper-pagination {
    position: absolute !important;
    text-align: center !important;
    padding: 15px !important;
    transition: .3s opacity !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 10 !important;
}

/* end */


/* why choose us start */

/* =========================================================
   WHY CHOOSE US
========================================================= */

.why_choose_us_section {
    position: relative;
    padding: 40px 0px;
    background: var(--white-color);
    overflow: hidden;
}


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

.main_div_title_whychoose {
    position: relative;
    padding: 5px 0px 12px;
}

.whychoose-title__tagline-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.whychoose-title__tagline-border {
    position: relative;
    width: 38px;
    height: 1px;
    background: var(--primary-color);
}

.whychoose-title__shape-1,
.whychoose-title__shape-2 {
    position: absolute;
    top: -3px;
}

.whychoose-title__shape-1 {
    right: -1px;
}

.whychoose-title__shape-2 {
    left: -1px;
}

.whychoose-title__circle {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
}

.whychoose-title__tagline {
    margin: 0 !important;
    color: var(--secondry-color);
    font-size: 11px;
    line-height: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.main_div_title_whychoose > h3 {
    max-width: 600px;
    margin: 0;
    color: var(--black-color2);
    font-size: 40px;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.main_div_title_whychoose > h3 > span {
    color: var(--primary-color);
}


/* =========================================================
   INTRO
========================================================= */

.why_choose_us_content_div > p {
    max-width: 590px;
    margin: 12px 0px 30px;
    color: var(--gray-color4);
    font-size: 14px;
    line-height: 1.85;
    font-weight: 600;
}


/* =========================================================
   FEATURE BOX
========================================================= */

.nested_point_div {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    height: 100%;
    min-height: 92px;
    padding: 14px;
    background: var(--gray-color3);
    border: 1px solid var(--border-color);
    border-radius: 9px;
    overflow: hidden;
    transition: all .35s ease;
}

.nested_point_div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--primary-color);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .35s ease;
}

.nested_point_div:hover {
    background: var(--white-color);
    border-color: var(--border-light-gold);
    transform: translateY(-4px);
    box-shadow: 0px 12px 30px var(--shadow-color);
}

.nested_point_div:hover::before {
    transform: scaleY(1);
}


/* =========================================================
   FEATURE ICON
========================================================= */

.nested_point_img_div {
    flex: 0 0 auto;
}

.nested_point_img_div > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--black-color2);
    border: 1px solid var(--black-color2);
    border-radius: 7px;
    color: var(--primary-color);
    font-size: 19px;
    transition: all .35s ease;
}

.nested_point_div:hover .nested_point_img_div > span {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--black-color);
    transform: rotate(-5deg);
}


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

.nested_why_us_cotent {
    padding-top: 1px;
}

.nested_why_us_cotent > h4 {
    margin: 0px 0px 5px !important;
    color: var(--black-color2);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 750;
    transition: color .3s ease;
}

.nested_point_div:hover .nested_why_us_cotent > h4 {
    color: var(--primary-dark);
}

.nested_why_us_cotent > p {
    margin: 0;
    color: var(--gray-color4);
    font-size: 11.5px;
    line-height: 1.6;
    font-weight: 600;
}


/* =========================================================
   RIGHT PRODUCT PANEL
========================================================= */

.whyus_product_panel {
    position: relative;
    min-height: 560px;
    padding: 35px;
    background:
        linear-gradient(
            145deg,
            #111111 0%,
            #1b1b1b 55%,
            #0b0b0b 100%
        );
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 25px 55px rgba(0, 0, 0, .14);
}


/* Gold border */

.whyus_product_panel::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(245, 184, 0, .28);
    border-radius: 13px;
    pointer-events: none;
}


/* =========================================================
   DECORATION
========================================================= */

.whyus_decor_circle {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -150px;
    top: -150px;
    border-radius: 50%;
    border: 1px solid rgba(245, 184, 0, .18);
}

.whyus_decor_circle_two {
    position: absolute;
    width: 210px;
    height: 210px;
    left: -120px;
    bottom: -110px;
    border-radius: 50%;
    border: 1px solid rgba(245, 184, 0, .14);
}


/* =========================================================
   PANEL TOP
========================================================= */

.whyus_panel_top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.whyus_panel_top span {
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.whyus_panel_top i {
    color: var(--primary-color);
    font-size: 22px;
}


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

.whyus_panel_content {
    position: relative;
    z-index: 2;
    padding: 55px 15px 35px;
    text-align: center;
}

.whyus_main_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(245, 184, 0, .10);
    border: 1px solid rgba(245, 184, 0, .45);
    color: var(--primary-color);
    font-size: 30px;
}

.whyus_panel_content > small {
    color: rgba(255,255,255,.55);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.whyus_panel_content > h3 {
    max-width: 430px;
    margin: 13px auto 15px;
    color: var(--white-color);
    font-size: 31px;
    line-height: 1.18;
    font-weight: 800;
}

.whyus_panel_content > h3 > span {
    color: var(--primary-color);
}

.whyus_panel_content > p {
    max-width: 440px;
    margin: auto;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
}


/* =========================================================
   PRODUCT TAGS
========================================================= */

.whyus_product_tags {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0px 10px 25px;
}

.whyus_product_tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 30px;
    color: rgba(255,255,255,.72);
    font-size: 10px;
    font-weight: 600;
}

.whyus_product_tags i {
    color: var(--primary-color);
    font-size: 9px;
}


/* =========================================================
   PANEL BOTTOM
========================================================= */

.whyus_panel_bottom {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.10);
    text-align: center;
}

.whyus_panel_bottom > div {
    padding: 5px;
}

.whyus_panel_bottom strong {
    display: block;
    color: var(--primary-color);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.whyus_panel_bottom small {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.48);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .why_choose_us_section {
        padding: 40px 0px;
    }

    .main_div_title_whychoose > h3 {
        font-size: 34px;
    }

    .whyus_product_panel {
        min-height: auto;
    }

}


@media (max-width: 575px) {

    .why_choose_us_section {
        padding: 40px 0px;
    }

    .main_div_title_whychoose > h3 {
        font-size: 29px;
    }

    .why_choose_us_content_div > p {
        font-size: 13px;
    }

    .nested_point_div {
        min-height: 82px;
    }

    .whyus_product_panel {
        padding: 25px 20px;
        border-radius: 14px;
    }

    .whyus_panel_content {
        padding: 40px 5px 30px;
    }

    .whyus_panel_content > h3 {
        font-size: 26px;
    }

    .whyus_panel_bottom strong {
        font-size: 14px;
    }

    .whyus_panel_bottom small {
        font-size: 8px;
    }

}



/* why choose us end */



/* =========================================================
   BEFORE & AFTER SECTION
   ========================================================= */

.before_after_section {
    position: relative;
    overflow: hidden;
    padding: 85px 0 90px;
    background:
        linear-gradient(
            135deg,
            var(--gray-color2) 0%,
            #ffffff 48%,
            var(--gray-color2) 100%
        );
}


/* Subtle background decoration */

.before_after_section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -170px;
    top: -150px;
    border-radius: 50%;
    background: var(--secondry-color);
    opacity: 0.035;
    pointer-events: none;
}

.before_after_section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -120px;
    bottom: -120px;
    border-radius: 50%;
    border: 35px solid var(--secondry-color);
    opacity: 0.025;
    pointer-events: none;
}


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

.before_after_visual {
    position: relative;
    padding: 0 25px 25px 0;
}


.before_after_img_div {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    border-radius: 18px;
    background: var(--secondry-color);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.14);

    clip-path: polygon(
        0 0,
        87% 0,
        100% 12%,
        100% 88%,
        87% 100%,
        0 100%
    );
}


.before_after_img_div::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.20),
            transparent 45%,
            rgba(0, 0, 0, 0.12)
        );

    pointer-events: none;
}


.before_after_img_div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: var(--secondry-color);
    z-index: 3;
}


.before_after_img_div img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;

    transition:
        transform 0.6s ease,
        filter 0.6s ease;

    clip-path: polygon(
        0 0,
        87% 0,
        100% 12%,
        100% 88%,
        87% 100%,
        0 100%
    );
}


.before_after_visual:hover .before_after_img_div img {
    transform: scale(1.04);
    filter: saturate(1.05);
}


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

.before_after_badge {
    position: absolute;
    left: 0;
    bottom: 0;

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

    min-width: 220px;
    padding: 15px 20px;

    background: #ffffff;
    border-radius: 12px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);

    z-index: 5;
}


.before_after_badge_icon {
    width: 42px;
    height: 42px;

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

    flex-shrink: 0;

    color: #ffffff;
    background: var(--secondry-color);
    border-radius: 10px;

    font-size: 17px;
}


.before_after_badge strong {
    display: block;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}


.before_after_badge small {
    display: block;
    margin-top: 4px;

    color: #777;
    font-size: 11px;
    font-weight: 600;
}


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

.before_after_content {
    padding-left: 15px;
}


.main_div_title_beforeafter {
    padding: 0 0 18px;
}


/* =========================================================
   SECTION TAG
   ========================================================= */

.beforeafter-title__tagline-box {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 11px;
    margin-bottom: 13px;
}


.beforeafter-title__tagline-border {
    position: relative;

    width: 42px;
    height: 1px;

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


.beforeafter-title__shape-1,
.beforeafter-title__shape-2 {
    position: absolute;
    top: 50%;

    width: 8px;
    height: 8px;

    transform: translateY(-50%);
}


.beforeafter-title__shape-1 {
    right: -1px;
}


.beforeafter-title__shape-2 {
    left: -1px;
}


.beforeafter-title__shape-1 > .beforeafter-title__circle,
.beforeafter-title__shape-2 > .beforeafter-title__circle {
    display: block;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: var(--secondry-color);
}


.beforeafter-title__tagline {
    position: relative;

    margin: 0 !important;

    color: var(--servixa-base);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

.main_div_title_beforeafter > h3 {
    max-width: 650px;

    margin: 0;

    color: var(--black-color);

    font-size: clamp(30px, 3vw, 43px);
    line-height: 1.12;
    font-weight: 800;

    letter-spacing: -0.7px;
}


.main_div_title_beforeafter > h3 span {
    display: block;
    margin-top: 5px;

    color: var(--secondry-color);
}


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

.before_after_intro {
    position: relative;

    margin-bottom: 24px;
    padding: 20px 22px;

    background: #ffffff;

    border-left: 4px solid var(--secondry-color);
    border-radius: 0 12px 12px 0;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.055);
}


.before_after_quote {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 8px;

    color: var(--secondry-color);
    font-size: 15px;
    font-weight: 800;
    font-style: italic;
}


.before_after_quote i {
    font-size: 13px;
}


.before_after_intro p,
.before_after_subcontent p {
    margin: 0;

    color: #555;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}


.before_after_intro p strong {
    color: var(--black-color);
    font-weight: 800;
}


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

.before_after_subcontent {
    margin-bottom: 27px;
}


.before_after_subcontent h5,
.services_heading {
    position: relative;

    margin: 0 0 9px;

    color: var(--black-color);

    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
}


.before_after_subcontent h5::before,
.services_heading::before {
    content: "";

    display: inline-block;

    width: 4px;
    height: 17px;

    margin-right: 9px;

    vertical-align: -2px;

    border-radius: 5px;
    background: var(--secondry-color);
}


/* =========================================================
   SERVICES
   ========================================================= */

.before_after_services {
    padding-top: 2px;
}


.services_heading {
    margin-bottom: 15px;
}


.before_after_services_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}


.before_after_service_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 15px;

    background: rgba(255, 255, 255, 0.9);

    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.before_after_service_item:hover {
    transform: translateY(-3px);

    border-color: rgba(0, 0, 0, 0.09);

    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   SERVICE ICON
   ========================================================= */

.service_icon {
    width: 40px;
    height: 40px;

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

    flex: 0 0 40px;

    color: var(--secondry-color);

    background: rgba(0, 0, 0, 0.035);

    border-radius: 10px;

    font-size: 15px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}


.before_after_service_item:hover .service_icon {
    color: #ffffff;
    background: var(--secondry-color);
}


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

.service_content strong {
    display: block;

    margin-bottom: 5px;

    color: var(--black-color);

    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
}


.service_content p {
    margin: 0;

    color: #707070;

    font-size: 12px;
    line-height: 1.65;
    font-weight: 500;
}

/* end */

/*  */
/* =========================================================
   FAQ SECTION
========================================================= */

.faq_section {
    padding: 40px 0;
    background: var(--background-color);
}


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

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

.main_div_title_faq_faq {
    padding: 0 0 28px 0;
}

.faq_faq-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.faq_faq-title__tagline-border {
    position: relative;
    display: block;
    width: 42px;
    height: 1px;
    background: var(--primary-color);
    border: none;
}

.faq_faq-title__shape-1 {
    position: absolute;
    right: -1px;
    top: -4px;
}

.faq_faq-title__shape-2 {
    position: absolute;
    left: -1px;
    top: -4px;
}

.faq_faq-title__shape-1 > .faq_faq-title__circle,
.faq_faq-title__shape-2 > .faq_faq-title__circle {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0 0 10px var(--shadow-gold);
}

.faq_faq-title__tagline {
    position: relative;
    display: block;
    color: var(--primary-dark);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.8px;
    margin-bottom: 0 !important;
}

.main_div_title_faq_faq > h3 {
    color: var(--black-color2);
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0;
}

.main_div_title_faq_faq > h3 > span {
    color: var(--primary-color);
}


/* =========================================================
   FAQ MAIN
========================================================= */

.faq_main_div {
    margin-top: 8px;
}


/* =========================================================
   FAQ ACCORDION
========================================================= */

.faq_main_div > .accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* Individual card */

.faq_main_div > .accordion > .accordion-item {
    position: relative;
    overflow: hidden;

    background: var(--white-color);

    border: 1px solid var(--border-color) !important;
    border-radius: 8px !important;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


/* Gold line on left */

.faq_main_div > .accordion > .accordion-item::before {
    content: "";
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: var(--primary-color);

    transform: scaleY(0);
    transform-origin: bottom;

    transition: transform .3s ease;

    z-index: 2;
}


/* Hover */

.faq_main_div > .accordion > .accordion-item:hover {
    transform: translateY(-2px);

    border-color: var(--border-light-gold) !important;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(245, 184, 0, 0.08);
}

.faq_main_div > .accordion > .accordion-item:hover::before {
    transform: scaleY(1);
}


/* =========================================================
   QUESTION BUTTON
========================================================= */

.faq_main_div > .accordion > .accordion-item >
.accordion-header > .accordion-button {

    position: relative;

    min-height: 64px;

    padding: 17px 52px 17px 22px !important;

    display: flex;
    align-items: center;

    background: var(--white-color) !important;

    color: var(--black-color2) !important;

    border: none !important;

    box-shadow: none !important;
    outline: none !important;

    font-size: 17px;
    line-height: 21px;
    font-weight: 600;

    transition:
        color .3s ease,
        background .3s ease,
        padding-left .3s ease;
}


/* Question hover */

.faq_main_div > .accordion > .accordion-item >
.accordion-header > .accordion-button:hover {
    color: var(--primary-dark) !important;
}


/* =========================================================
   ACTIVE QUESTION
========================================================= */

.faq_main_div > .accordion > .accordion-item >
.accordion-header > .accordion-button:not(.collapsed) {

    color: var(--black-color) !important;

    background:
        linear-gradient(
            90deg,
            var(--primary-soft),
            var(--white-color)
        ) !important;

    padding-left: 26px !important;

    box-shadow: none !important;
}


/* Active left gold line */

.faq_main_div > .accordion > .accordion-item >
.accordion-header > .accordion-button:not(.collapsed)::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

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


/* =========================================================
   BOOTSTRAP ARROW
========================================================= */

./* =========================================================
   FAQ ARROW
========================================================= */

.faq_main_div .accordion-button::after {

    position: absolute;

    right: 22px;

    width: 9px;
    height: 9px;

    margin-left: auto;

    background-image: none !important;

    border-right: 1.5px solid var(--black-color2);
    border-bottom: 1.5px solid var(--black-color2);

    border-radius: 0;

    background-color: transparent;

    transform: rotate(45deg);

    transition: 
        transform .3s ease,
        border-color .3s ease;
}


/* =========================================================
   OPEN FAQ ARROW
========================================================= */

.faq_main_div .accordion-button:not(.collapsed)::after {

    background-color: transparent;

    border-color: var(--primary-dark);

    transform: rotate(225deg);
}


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

.faq_main_div .accordion-button:hover::after {

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


/* =========================================================
   FOCUS
========================================================= */

.faq_main_div .accordion-button:focus {
    box-shadow: none !important;
}


/* =========================================================
   ANSWER AREA
========================================================= */

.faq_main_div > .accordion > .accordion-item >
.accordion-collapse > .accordion-body {

    padding: 0 22px 20px 26px !important;

    border-top: 1px solid var(--border-light-gold) !important;

    background:
        linear-gradient(
            180deg,
            var(--primary-soft) 0%,
            var(--white-color) 100%
        );

    position: relative;
}


/* Small gold indicator */

.faq_main_div > .accordion > .accordion-item >
.accordion-collapse > .accordion-body::before {

    content: "";

    position: absolute;

    left: 26px;
    top: 0;

    width: 35px;
    height: 2px;

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


/* =========================================================
   ANSWER TEXT
========================================================= */

.faq_main_div > .accordion > .accordion-item >
.accordion-collapse > .accordion-body >
.faq_content_div > p {

    margin: 17px 0 0 0 !important;

    color: var(--gray-color4);

    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
}


/* Strong text inside answer */

.faq_main_div > .accordion > .accordion-item >
.accordion-collapse > .accordion-body >
.faq_content_div > p strong {

    color: var(--black-color2);
    font-weight: 700;
}


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

@media (max-width: 991px) {

    .main_div_title_faq_faq > h3 {
        font-size: 28px;
    }

    .faq_main_div > .accordion > .accordion-item >
    .accordion-header > .accordion-button {
        min-height: 60px;
        font-size: 14px;
        padding: 16px 48px 16px 20px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .main_div_title_faq_faq {
        padding-bottom: 22px;
    }

    .faq_faq-title__tagline-box {
        gap: 8px;
    }

    .faq_faq-title__tagline-border {
        width: 30px;
    }

    .faq_faq-title__tagline {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .main_div_title_faq_faq > h3 {
        font-size: 24px;
        line-height: 1.3;
    }

    .faq_main_div {
        margin-top: 5px;
    }

    .faq_main_div > .accordion {
        gap: 9px;
    }

    .faq_main_div > .accordion > .accordion-item {
        border-radius: 7px !important;
    }

    .faq_main_div > .accordion > .accordion-item >
    .accordion-header > .accordion-button {

        min-height: 58px;

        padding: 15px 48px 15px 17px !important;

        font-size: 13px;
        line-height: 20px;
    }

    .faq_main_div > .accordion > .accordion-item >
    .accordion-header > .accordion-button:not(.collapsed) {
        padding-left: 21px !important;
    }

    .faq_main_div .accordion-button::after {
    right: 16px;

    width: 8px;
    height: 8px;

    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
}

    .faq_main_div > .accordion > .accordion-item >
    .accordion-collapse > .accordion-body {

        padding: 0 17px 17px 21px !important;
    }

    .faq_main_div > .accordion > .accordion-item >
    .accordion-collapse > .accordion-body::before {

        left: 21px;
        width: 28px;
    }

    .faq_main_div > .accordion > .accordion-item >
    .accordion-collapse > .accordion-body >
    .faq_content_div > p {

        margin-top: 15px !important;

        font-size: 12.5px;
        line-height: 21px;
    }

}

/* =========================================================
   FAQ QUESTION CONTENT
========================================================= */

.faq_question_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* =========================================================
   FAQ ARROW
========================================================= */

.faq_question_content > i {
    flex-shrink: 0;

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

    width: 24px;
    height: 24px;

    color: var(--black-color2);

    font-size: 13px;

    transition:
        transform 0.3s ease,
        color 0.3s ease;
}


/* =========================================================
   OPEN FAQ - ROTATE 180 DEGREE
========================================================= */

.faq_main_div .accordion-button:not(.collapsed)
.faq_question_content > i {
    transform: rotate(180deg);

    color: var(--primary-color);
}


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

.faq_main_div .accordion-button:hover
.faq_question_content > i {
    color: var(--primary-color);
}



/* =========================================================
   RIGHT FAQ PRODUCT PANEL
========================================================= */

.faq_image_div {
    position: relative;
    margin-top: 35px;
    padding-left: 30px;
}

.faq_product_panel {
    position: relative;
    min-height: 500px;

    padding: 55px 45px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            var(--black-color2) 0%,
            var(--black-color3) 60%,
            var(--black-color) 100%
        );

    border-radius: 20px;

    border: 1px solid rgba(245, 184, 0, .35);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .15),
        0 0 35px rgba(245, 184, 0, .08);

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Decorative circles */

.faq_panel_circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(245, 184, 0, .18);
}

.faq_panel_circle_one {
    width: 220px;
    height: 220px;
    top: -90px;
    right: -70px;
}

.faq_panel_circle_two {
    width: 140px;
    height: 140px;
    bottom: -60px;
    left: -45px;
}


/* Icon */

.faq_panel_icon {
    width: 65px;
    height: 65px;

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

    background: var(--primary-color);
    color: var(--black-color);

    border-radius: 14px;

    font-size: 28px;

    margin-bottom: 22px;

    box-shadow: 0 10px 25px rgba(245, 184, 0, .18);
}


/* Small heading */

.faq_panel_small_title {
    color: var(--primary-color);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 10px;
}


/* Main heading */

.faq_product_panel > h4 {
    position: relative;

    color: var(--white-color);

    font-size: 34px;
    line-height: 1.2;

    font-weight: 800;

    margin-bottom: 18px;
}

.faq_product_panel > h4 > span {
    color: var(--primary-color);
}


/* Description */

.faq_product_panel > p {
    color: var(--gray-color);

    font-size: 14px;
    line-height: 24px;
    font-weight: 600;

    max-width: 450px;

    margin-bottom: 25px;
}


/* Product tags */

.faq_panel_products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}

.faq_panel_products > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: var(--gray-color2);

    font-size: 12px;
    font-weight: 600;

    padding: 9px 12px;

    border: 1px solid rgba(245, 184, 0, .25);

    border-radius: 6px;

    background: rgba(245, 184, 0, .04);

    transition: .3s ease-in-out;
}

.faq_panel_products > span i {
    color: var(--primary-color);
}

.faq_panel_products > span:hover {
    background: var(--primary-color);
    color: var(--black-color);
}

.faq_panel_products > span:hover i {
    color: var(--black-color);
}


/* Bottom information */

.faq_panel_bottom {
    display: flex;

    gap: 35px;

    padding-top: 22px;

    border-top: 1px solid rgba(245, 184, 0, .20);
}

.faq_panel_bottom > div {
    display: flex;
    flex-direction: column;
}

.faq_panel_bottom strong {
    color: var(--primary-color);

    font-size: 20px;
    font-weight: 800;
}

.faq_panel_bottom small {
    color: var(--gray-color);

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: .8px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .faq_section {
        padding: 40px 0;
    }

    .main_div_title_faq_faq > h3 {
        font-size: 28px;
    }

}


@media (max-width: 575px) {

    .faq_section {
        padding: 45px 0;
    }

    .main_div_title_faq_faq > h3 {
        font-size: 25px;
    }

    .faq_main_div > .accordion > .accordion-item >
    .accordion-header > .accordion-button {
        font-size: 14px;
        padding: 16px 15px;
    }

    .faq_main_div > .accordion > .accordion-item >
    .accordion-collapse > .accordion-body {
        padding: 12px 15px !important;
    }

}

/*  */

/*==================================
            BLOG SECTION
==================================*/

/* =========================================
        BLOG SECTION
========================================= */

.blog_section {
    position: relative;
    overflow: hidden;

    padding: 40px 0px 0px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fffdf5 48%,
            #f7f7f7 100%
        );

    margin: 30px 0px 0px;
}


/* =========================================
        BACKGROUND DESIGN
========================================= */

.blog_bg_pattern {
    position: absolute;
    inset: 0;

    opacity: 0.45;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(245, 184, 0, 0.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(245, 184, 0, 0.07) 1px,
            transparent 1px
        );

    background-size: 55px 55px;
}


/* Decorative Circle 01 */

.blog_bg_circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    border: 1px solid rgba(245, 184, 0, 0.15);
}


.blog_bg_circle_one {
    width: 380px;
    height: 380px;

    left: -210px;
    top: -180px;

    box-shadow:
        0px 0px 0px 30px rgba(245, 184, 0, 0.035),
        0px 0px 0px 65px rgba(245, 184, 0, 0.025);
}


/* Decorative Circle 02 */

.blog_bg_circle_two {
    width: 420px;
    height: 420px;

    right: -250px;
    bottom: -230px;

    box-shadow:
        0px 0px 0px 30px rgba(245, 184, 0, 0.035),
        0px 0px 0px 65px rgba(245, 184, 0, 0.025);
}


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

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

    text-align: center;

    margin-bottom: 42px;
}


/* Small Title */

.blog_title_tagline {
    display: inline-flex;

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

    gap: 10px;

    margin-bottom: 14px;
}


.blog_title_line {
    width: 38px;
    height: 1px;

    background: var(--primary-color);

    position: relative;
}


.blog_title_line::after {
    content: "";

    position: absolute;

    top: -3px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

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


.blog_title_line:first-child::after {
    right: 0px;
}


.blog_title_line:last-child::after {
    left: 0px;
}


.blog_title_text {
    color: var(--primary-dark);

    font-size: 12px;

    line-height: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* Main Heading */

.title_blogs_div > h4 {
    margin: 0px 0px 12px;

    color: var(--black-color2);

    font-size: 34px;

    line-height: 1.2;

    font-weight: 800;
}


.title_blogs_div > h4 span {
    color: var(--secondry-color);
}


/* Description */

.title_blogs_div > p {
    max-width: 700px;

    margin: 0px auto;

    color: var(--gray-color4);

    font-size: 14px;

    line-height: 1.8;

    font-weight: 600;
}


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

.blogSwiper {
    position: relative;

    width: 100%;

    overflow: hidden;

    padding: 5px 5px 65px;
}


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


.blogSwiper .swiper-slide {
    height: auto;

    display: flex;
}


/* =========================================
        BLOG CARD
========================================= */

.blogs_main_div_box {
    position: relative;

    width: 100%;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    background: var(--white-color);

    border: 1px solid rgba(245, 184, 0, 0.18);

    border-radius: 18px;

    box-shadow:
        0px 10px 30px rgba(0, 0, 0, 0.06);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


.blogs_main_div_box:hover {
    /* transform: translateY(-8px); */

    border-color: rgba(245, 184, 0, 0.55);

    box-shadow:
        0px 18px 40px rgba(0, 0, 0, 0.10),
        0px 8px 25px rgba(245, 184, 0, 0.10);
}


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

.blogs_image_div {
    position: relative;

    width: 100%;
    height: 220px;

    overflow: hidden;

    background: var(--gray-color3);
}


.blogs_image_div img {
    width: 100%;
    height: 100%;

    display: block;

    /* object-fit: cover; */
    object-position: center;

    /* transition: transform .6s ease; */
}

 /* .blogs_main_div_box:hover .blogs_image_div img {
    transform: scale(1.07);
} */


/* Image Overlay */

.blogs_image_div::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.22),
            transparent 55%
        );

    pointer-events: none;
}


/* Image Badge */

.blog_image_badge {
    position: absolute;

    left: 15px;
    bottom: 15px;

    z-index: 2;

    padding: 6px 12px;

    border-radius: 30px;

    background: rgba(0, 0, 0, 0.72);

    color: var(--primary-light);

    border: 1px solid rgba(245, 184, 0, 0.45);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .4px;
}


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

.blogs_content_div {
    position: relative;

    padding: 21px 20px 22px;

    display: flex;

    flex-direction: column;

    flex: 1;
}


/* Category */

.blog_meta {
    margin-bottom: 13px;
}


.blog_meta .category {
    display: inline-block;

    padding: 6px 12px;

    border-radius: 30px;

    background: var(--primary-soft);

    border: 1px solid var(--border-light-gold);

    color: var(--primary-dark);

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .5px;
}


/* Blog Heading */

.blogs_content_div > h3 {
    margin: 0px 0px 12px;

    color: var(--black-color2);

    font-size: 19px;

    line-height: 1.4;

    font-weight: 750;
}


/* Blog Description */

.blogs_content_div > p {
    margin: 0px 0px 18px;

    color: var(--gray-color4);

    font-size: 13px;

    line-height: 1.8;

    font-weight: 600;

    flex: 1;
}


/* =========================================
        READ MORE BUTTON
========================================= */

.blogs_content_div a {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    width: fit-content;

    padding: 9px 17px;

    border-radius: 8px;

    text-decoration: none;

    color: var(--black-color);

    background: var(--primary-color);

    border: 1px solid var(--primary-color);

    font-size: 13px;

    font-weight: 700;

    transition: all .35s ease;
}


.blogs_content_div a i {
    font-size: 11px;

    transition: transform .35s ease;
}


.blogs_content_div a:hover {
    color: var(--primary-color);

    background: var(--black-color2);

    border-color: var(--black-color2);
}


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


/* =========================================
        SWIPER PAGINATION
========================================= */

.blogSwiper .swiper-pagination {
    bottom: 8px;
}


.blogSwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;

    opacity: 1;

    background: #d8d8d8;

    transition: all .3s ease;
}


.blogSwiper .swiper-pagination-bullet-active {
    width: 25px;

    border-radius: 20px;

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


/* =========================================
        SWIPER NAVIGATION
========================================= */

.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    color: var(--black-color);

    background: var(--white-color);

    border: 1px solid var(--border-light-gold);

    box-shadow:
        0px 5px 18px rgba(0, 0, 0, 0.08);

    transition: all .35s ease;
}


.blogSwiper .swiper-button-next::after,
.blogSwiper .swiper-button-prev::after {
    font-size: 15px;

    font-weight: 800;
}


.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
    color: var(--black-color);

    background: var(--primary-color);

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

    box-shadow:
        0px 8px 22px rgba(245, 184, 0, 0.20);
}


/* =========================================
        RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .blog_section {
        padding: 40px 0px;
    }

    .title_blogs_div > h4 {
        font-size: 30px;
    }

    .blogs_image_div {
        height: 210px;
    }

}


@media (max-width: 767px) {

    .blog_section {
        padding: 40px 0px;
    }

    .title_blogs_div {
        margin-bottom: 30px;
    }

    .title_blogs_div > h4 {
        font-size: 27px;
    }

    .title_blogs_div > p {
        font-size: 13px;
        padding: 0px 10px;
    }

    .blogSwiper {
        padding-left: 2px;
        padding-right: 2px;
    }

    .blogs_image_div {
        height: 220px;
    }

    .blogSwiper .swiper-button-next,
    .blogSwiper .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

}
.swiper-pagination {
    position: static !important;
}


@media (max-width: 575px) {

    .title_blogs_div > h4 {
        font-size: 24px;
    }

    .blog_title_line {
        width: 28px;
    }

    .blog_title_text {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .blogs_image_div {
        height: 200px;
    }

    .blogs_content_div {
        padding: 18px;
    }

    .blogs_content_div > h3 {
        font-size: 18px;
    }

}

/* end */



/* footer css */
.footer {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--black-color);
    padding: 50px 0px 20px 0px;
    background-attachment: fixed;

}



.main_div_footer {
    margin-bottom: 20px;
}

.main_div_footer img {
    width: 200px;
    margin-bottom: 8px;
}

.main_div_footer .fa {
    background-color: var(--black-color2);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--white-color);
    border-radius: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.footer_num_div>h6 {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px !important;
}

.footer_num_div a {
    color: var(--gray-color4);
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;

}


.footer_num_div a:hover {
    color: var(--white-color);
    display: block;
    font-size: 13px;
}

.footer_num_div p {
    color: var(--gray-color4);
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px !important;

}

.main_div_footer h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;

}

.footer_usefull_link {
    margin-bottom: 20px;
}

.footer_usefull_link h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 700;

}

.footer_usefull_link ul {
    list-style: none;
    padding: 0px;
}

.footer_usefull_link li {
    line-height: 45px;
    border-bottom: 1px dotted var(--third-color);
}

.footer_usefull_link li a {
    color: var(--gray-color4);
    font-size: 13px;
    letter-spacing: .3px;
    text-transform: capitalize;
    font-weight: 600;

}


.footer_usefull_link li a:hover {
    color: var(--white-color);
    font-size: 13px;
    letter-spacing: .3px;
}


.footer_usefull_link li:before {
    position: relative;
    content: '\279D';
    margin-right: 4px;
    font-weight: bold;
   color: var(--gray-color4);
    top: 1px;
    font-size: 15px;
}

.footer_usefull_link b {
    letter-spacing: 1px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer_usefull_link p {
    margin-bottom: 4px !important;
}

.footer_usefull_link p iframe {
    border-radius: 10px;
    margin-bottom: 10px;
}

.footer_social_icon {
    text-align: left;
}

.footer_social_icon>b {
    color: var(--white-color);
    font-size: 14px;
    margin-right: 6px;
    display: block;
    margin-bottom: 5px;
}

.footer_social_icon>a {
    color: var(--white-color);
    border: 1px solid var(--gray-color4);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
    transition: .4s ease-in-out;
}

.footer_social_icon>a:hover {
    color: var(--white-color);
    background-color: var(--secondry-color);
    border: 1px solid var(--secondry-color);

}


/*  */

.copy_right_section {
    background-color: var(--black-color2);
    text-align: center;
    padding: 7px 1px;
}

.copyright_content_div>p {
    margin-bottom: 0px !important;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
}

.copyright_content_div>p>a {
    color: var(--white-color);
    text-decoration: underline !important;
}

.all_pg_bn_sections {
    background-color: #eaeaea;
    padding: 7px 0px;
}

.all_pg_bn_ovr_txt a {
    margin: 0px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.all_pg_bn_ovr_txt span {
    color: #000;
}

.all_pg_a {
    color: #000 !important;
}

.contact-us-page {
    position: relative;
    width: 100%;
    padding: 40px 0px 40px;
    background-color: #fff;
}

.contact-content {
    background: var(--white-color);
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 19px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
    font-size: 20px;
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--primary-color);
}

.contact-info h5 {
    color: var(--secondry-color);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px !important;
}

.contact-info-content p {
    font-size: 14px;
    color: var(--black-color);
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
}

.contact-info-content p a {
    color: var(--black-color);
    font-weight: 600;
}

.footer_social_icon.social-icon-contact .facebook1 {
    background-color: #1877F2 !important;
    color: #fff;
    border: none;
}

.footer_social_icon.social-icon-contact .instagram1 {
    background: linear-gradient(45deg, #405DE6, #833AB4, #E1306C, #F77737, #FCAF45);
    color: #fff;
    border: none;
}

.footer_social_icon.social-icon-contact .youtube1 {
    background-color: #FF0000;
    color: #FFFFFF;
    border: none;
}

.footer_social_icon.social-icon-contact b {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
}

.footer_social_icon.social-icon-contact{
    position: relative;
    margin-top: 7px;
}

.main_div_contact_us_numbers>h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--black-color);
    letter-spacing: .4px;
    margin-bottom: 15px;
}

.main_div_contact_us_numbers>span {
    color: var(--primary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


.contact_page_frm_main_div {
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.contact_page_frm_main_div>h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: .4px;
    margin-bottom: 20px;
    color: var(--black-color2);
}

.contact_page_frm_main_div>span {
    color: var(--primary-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact_page_frm_main_div .input_div_contact>label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.contact_page_frm_main_div .input_div_contact>input {
    border-radius: 5px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 400;
    color: var(--black-color);
    border: 1px solid #333 !important;
    height: 40px;
    background-color: var(--white-color);
}

.contact_page_frm_main_div .input_div_contact>input:focus {
    box-shadow: none;
    outline: none;
}

.form-select {
    border: 1px solid #000;

}

.contact_page_frm_main_div .input_div_contact {
    margin-bottom: 10px;
}

.form-select:focus {
    border: 1px solid #000;
    box-shadow: none;
    outline: none;
}

.form-controlarea {
    border-radius: 5px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: .375rem .75rem;
    resize: none;
    font-weight: 400;
    color: var(--black-color);
    border: 1px solid #333 !important;
    height: 120px;
    width: 100%;
    background-color: var(--white-color);
}

.contact_page_frm_main_div .input_div_contact_btn>button {
    color: var(--white-color);
    background-color: var(--primary-color);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

.map-sec{
    position: relative;
    width: 100%;
    padding: 0px 0px 20px;
}

.about-us-how-it-word{
    background-color: #f1f2f1;
}
.sitemap-sec-page{
    position: relative;
    width: 100%;
    padding: 40px 0px 40px;
}

.sitemap_main_div_list {
    position: relative;
    margin-bottom: 20px;
}

.collpase_list_ul_div {
    max-height: 280px;
    overflow: auto !important;
}


.collpase_list_ul_div::-webkit-scrollbar {
    width: 6px;
}

.collpase_list_ul_div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.collpase_list_ul_div::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.collpase_list_ul_div::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.collpase_list_ul_div {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.rkbrush_collapse_div>li>a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 0px;
    font-weight: 700;
    font-size: 16px;
}

.collpase_list_ul_div>ul {
    padding: 0px 10px !important;
    list-style: none !important;
}

.collpase_list_ul_div>ul>li {
    border-bottom: 1px dashed #4a4d51;
    padding: 7px 0px 7px 0px;
}

.collpase_list_ul_div>ul>li:last-child {
    border-bottom: none;
}

.collpase_list_ul_div>ul>li>a {
    display: block;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.rkbrush_collapse_div>li {
    background-color: var(--primary-color);
    margin-bottom: 0px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.rkbrush_collapse_div>li>span {
    cursor: pointer;
    background-color: var(--black-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color);
}


.services-main-all-sec{
    position: relative;
    width: 100%;
    padding: 40px 0px 40px;
}

.services-main-card-box{
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #d4d4d4;
    border-radius: 6px;
    padding: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.services-main-card-box .services_image_div {
    position: relative;
    margin-bottom: 30px;
}

.services-main-card-box>.services_image_div>img {
    border-radius: 3px;
    transition: .5s ease-in-out;
}

.services-main-card-box:hover>.services_image_div>img {
    filter: brightness(70%);
    border-radius: 3px;
    transition: .5s ease-in-out;
}

.services-main-card-box>.services_image_div>.overlay_icon_service {
    position: absolute;
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.services-main-card-box>.services_image_div>.overlay_icon_service>span {
    background-color: var(--secondry-color);
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    border: 4px solid var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.services-main-card-box>.services_image_div>.overlay_icon_service>span>img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin: auto;
    filter: brightness(0%) invert(1);
    border-radius: 5px;
}


.services-main-card-box>.services_image_div>.overlay_icon_service>span>img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto;
    filter: brightness(0%) invert(1);
    transition: transform .4s ease;
}

.services-main-card-box:hover>.services_image_div>.overlay_icon_service>span>img {
    animation: zigzag .5s ease-in-out;
}

.services-main-card-box:hover>.services_image_div>.overlay_icon_service>span {
    background-color: var(--black-color);
}

@keyframes zigzag {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}
.services-main-card-box .overlay_number_service {
    position: absolute;
    top: 20px;
    left: 10px;
    margin: auto;
    text-align: center;
}

.services-main-card-box .overlay_number_service>span {
    background-color: var(--secondry-color);
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: var(--white-color);
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    border-radius: 10px;
   
}

.services-main-card-box:hover .overlay_number_service>span {
    background-color: var(--black-color);
}



.services-main-card-box .service_content_box_div {
    text-align: center;
    padding: 6px 10px;
}

.services-main-card-box .service_content_box_div>h4 {
    color: var(--black-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
}


.services-main-card-box .service_content_box_div>h4>a {
    color: var(--black-color);
}

.services-main-card-box .service_content_box_div>h4>a:hover {
    color: var(--secondry-color);
}

.services-main-card-box .service_content_box_div>p {
    font-size: 14px;
    line-height: 24px;
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 6px !important;
}

.services-main-card-box .service_content_box_div>a {
    color: var(--secondry-color);
    font-weight: 600;
    font-size: 14px;
    transition: .5s ease-in-out;
}

.services-main-card-box .service_content_box_div>a:hover {
    letter-spacing: .4px;
    transition: .5s ease-in-out;
}

.services-page-main-details{
    position: relative;
    width: 100%;
    padding: 40px 0px 40px;
}
.product_image_div {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e7e6e6;
}

.product_image_div img {
    width: 100%;
    transition: .5s ease-in-out;
    display: block;
    filter: brightness(90%);
}

.product_image_div:hover img {
    transform: scale(1.1, 1.1);
    transition: .6s ease-in-out;
}

.products_details_ovr_en_btn {
    position: absolute;
    right: 30px;
    top: 15px;
    transition: .5s ease-in-out;
}

.products_details_ovr_en_btn a {
    background-color: #D41D24;
    padding: 8px 18px 8px 18px;
    color: white;
    text-align: center;
    border-radius: 25px;
    transition: .5s ease-in-out;
    font-size: 14px;
    font-weight: 700;
}
.products_details_txt {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.product-title-inner-page {
    font-size: 27px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}


.products_details_txt p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.sub-text-box-content {
    position: relative;
    padding-top: 6px;
}

.sub-text-box-content p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.sub-title-product-page {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.sub-text-box-content ul {
    padding-left: 18px;
}

.sub-text-box-content ul li {
    margin-bottom: 5px;
    font-size: 14px;
    list-style-type: disclosure-closed;
    padding-left: 0px;
    color: var(--black-color);
    font-weight: 500;
}

.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 1000;
}

.mobile_whatsapp {
    display: none;
}


.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: #dc3545;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 10px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

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

.whatsapp_icon_div {
    text-align: center;
}


.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 10px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}



@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}



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

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content {
  border: 4px solid var(--primary-color);
  border-radius: 10px;
  box-shadow: none;
  background-color: #ffff;
  outline: none;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header {
  padding: 8px 10px !important;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header .modal-title {
  font-size: 21px;
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .contact_pg_form_right_side input,
textarea {
  border: 1px solid #333 ! Important;
  outline: none ! Important;
  background: #fff;
  border-radius: 5px !important;
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .contact_pg_form_right_side .form-control:focus {
  box-shadow: none;
}

.enquiry_popup_input_div>label {
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 2px !important;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .close {
  box-shadow: none;
  position: absolute;
  right: -19px;
  background: var(--primary-color);
  opacity: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  border: none;
  top: -19px;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .close:focus {
  border: none;
  box-shadow: none;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-body {
  padding: 5px 15px;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .contact_pg_form_right_side .btn-success {
  background-color: var(--primary-color) !important;
  border: none;
  font-size: 15px;
  font-weight: 600;
}
.custom-textarea{
    height: 110px;
    resize: none;
}
.why_choose_us_section.about-us-why-choose .image_overlay_car_whyus{
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 100.0% 100%, 100.0% 93%, 5.5% 93%, 0 60%);
}
