@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

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

:root {
    --body-font: "Exo", sans-serif;
    /* --body-font: "Heebo", sans-serif; */
    --heading-font: "Exo", sans-serif;
    --theme-color: #b21f25;
    --theme-color3: #979ba6;
    --theme-color4: #ffd593;
    --theme-bg-light: #F6F6F6;
    --color-white: #fff;
    --color-dark: #1E232A;
    --color-dark2: #000;
    --backgorund-color: #F7F2EC;
    --color-gray: #ECECEC;
    --color-gray2: #e9e4e4;
    --facebook-color: #3b5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --whatsapp-color: #128C7E;
}


html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}


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


body {
    overflow-x: hidden !important;
    font-family: var(--body-font);
}

body,
html {
    font-family: var(--body-font);
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

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


input {
    outline: none !important;
    box-shadow: none !important;
}

textarea {
    resize: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.slider_section2 {
    display: none;
}

/*  */

/* about us css */
.about_section {
    padding: 100px 0px 40px 0px;
}


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

.about_us_content_data_div>h1 {
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.about_us_content_data_div>h2 {
    font-size: 48px;
    color: var(--color-dark);
    font-weight: 700;
    margin-bottom: 20px;
}

.about_us_content_data_div>p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-dark);
}

.read_more_btn_div_aboutus {
    margin-top: 30px;
}

.read_more_btn_div_aboutus>a {
    background-image: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    padding: 10px 10px 10px 20px;
    border-radius: 100px;
    color: var(--color-white);
    font-weight: 600;
    transition: .3s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
}

.read_more_btn_div_aboutus>a>i {
    background-color: var(--color-white);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--color-dark);
    border-radius: 100px;
    margin-left: 10px;
}

.about_us_image_div_relative {
    position: relative;
}

.about_us_image_div_relative>.img_box_aboutus {
    height: 680px;
    width: 100%;
    text-align: center;
}

.about_us_image_div_relative>.img_box_aboutus>img {
    height: 680px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    object-fit: cover;
}


.about_us_counter_main_div {
    margin-top: 40px;
}

.main_div_counter_div {
    background-color: #f7f7f7;
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.number_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.number_div>h3 {
    color: var(--color-dark);
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 0px !important;
}

.number_div>span {
    font-size: 30px;
}

.counter_content_div>h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: var(--theme-color3);
}

/* about us css end */


/* css start */
.three_box_section {
    padding: 30px 0px 50px 0px;
}

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

.three_box_title_div>h3 {
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
}

.three_box_title_div>h3>span {
    display: block;
    color: var(--color-dark) !important;
}

.main_div_box_three_box {
    margin-bottom: 20px;
    position: relative;
    background-color: var(--color-white);
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-image: initial;
    padding: 40px 35px;
    margin: 10px 5px;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
}

.main_div_box_three_box:hover {
    border: 2px solid var(--theme-color);
}


.feature-item_shape {
    content: "";
    position: absolute;
    font-weight: 600;
    background-color: var(--color-white);
    width: 38px;
    height: 38px;
    top: -4px;
    right: -6px;
    z-index: 2;

}

.feature-item_shape::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: -1;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.feature-item_shape2 {
    content: "";
    position: absolute;
    font-weight: 600;
    background-color: var(--color-white);
    width: 45px;
    height: 45px;
    bottom: -18px;
    left: -15px;
    z-index: 2;

}

.feature-item_shape2::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    z-index: -1;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.three_box_icon_div {
    text-align: center;
    margin: auto;
    height: 60px;
    width: 60px;
    line-height: 60px;
    object-fit: contain;
}

.three_box_icon_div>img {
    text-align: center;
    margin: auto;
    height: 60px;
    width: 60px;
    line-height: 60px;
    object-fit: contain;
}

.three_box_content_div {
    margin-top: 20px;
}

.three_box_content_div>h3 {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 30px;
}

.three_box_content_div>p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 0px !important;
}

/* css end */


/* css start */
.products_section {
    background-color: #f0f0f0;
    padding: 50px 0px 50px 0px;
    /* background-image: linear-gradient(90deg,rgb(54, 30, 30) 0%, rgba(65, 34, 41, 0.906) 44%, rgba(30, 35, 42, 0.744) 100%), url(../images/probgimg01.webp); */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: var(--color-white); */
    border-top: 1px solid var(--color-gray);
}

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

.products_title_div>h3 {
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}

.products_title_div>p {
    font-size: 15px;
    font-weight: 500;
    margin: auto;
    line-height: 26px;
    margin-bottom: 0px !important;
    color: var(--color-dark);
}

.products_main_div_box {
    margin-bottom: 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    transition: .5s ease-in-out;
}

.products_main_div_box:hover {
    border-color: var(--theme-color);
}

.products_image_box_div {
    width: 100%;
    height: 270px;
    object-fit: contain;
    background-color: var(--color-white);
    border-radius: 10px 10px 0px 0px;
    filter: brightness(99%);
    transition: .5s ease-in-out;
}


.products_image_box_div>img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    transition: .5s ease-in-out;
    margin-top: 8px;
    mix-blend-mode: multiply;
}

.products_main_div_box:hover .products_image_box_div>img {
    transition: .5s ease-in-out;
    margin-top: 15px;
}

.products_contnet_div_box {
    padding: 15px 15px 10px 15px;
}

.products_contnet_div_box>h4 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
}

.products_contnet_div_box>h4>a {
    color: var(--color-dark);
}

.products_contnet_div_box>h4>a:hover {
    color: var(--theme-color);
}

.products_contnet_div_box>p {
    font-size: 15px;
    font-weight: 500;
    margin: auto;
    line-height: 26px;
    margin-bottom: 0px !important;
    color: var(--color-dark);
    margin-bottom: 2px !important;
}


.read_more_btn_div_product {
    margin-top: 16px;
}

.read_more_btn_div_product>a {
    background-image: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    padding: 6px 10px 6px 20px;
    border-radius: 100px;
    color: var(--color-white);
    font-weight: 600;
    transition: .3s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
}

.read_more_btn_div_product>a>i {
    background-color: var(--color-white);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--color-dark);
    border-radius: 100px;
    margin-left: 10px;
}


.read_more_btn_div_product>a:hover {
    background-image: linear-gradient(90deg, #b21f25 0%, #b21f25 44%, rgba(30, 35, 42, 1) 100%);
}

.product-title-details{
    font-size: 25px;
    font-weight: 700;
    color: var(--color-dark);
}

.product-features-list ul li strong{
     font-weight: 500;
     font-size: 15px;
     color: var(--color-dark);
}


/* .products-item_shape {
    content: "";
    position: absolute;
    font-weight: 600;
    background-color: var(--color-white);
    width: 45px;
    height: 45px;
    top: -6px;
    left: -6px;
    z-index: 2;
    border-radius: 0px 0px 50px 0px;
}

.products-item_shape::before {
    content: "";
    position: absolute;
    background: #dedddd;
    top: 9px;
    right: 9px;
    width: 28px;
    height: 28px;
    z-index: -1;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    border-radius: 10px;

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.products-item_shape2 {
    content: "";
    position: absolute;
    font-weight: 600;
    background-color: var(--color-white);
    width: 45px;
    height: 45px;
    bottom: -2px;
    right: -2px;
    z-index: 2;
    border-radius: 50px 0px 0px 0px;
}

.products-item_shape2::before {
    content: "";
    position: absolute;
    background: #dedddd;
    top: 13px;
    right: 3px;
    width: 28px;
    height: 28px;
    z-index: -1;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    border-radius: 10px;

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */




/* =========================
   CATEGORY LONG DESCRIPTION
========================= */


.category_long_desc_content_div h4 {
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
    margin-top: 20px;
    position: relative;

}


.category_long_desc_content_div p {
    font-size: 15px;
    line-height: 24px;
    color: var(--color-dark);
    margin-bottom: 18px;
    font-weight: 500;
}

.category_long_desc_content_div ul,
.category_long_desc_content_div ol {
    padding-left: 20px;
    margin-top: 20px;
    list-style: square !important;
}

.category_long_desc_content_div ul li,
.category_long_desc_content_div ol li {
    font-size: 15px;
    line-height: 30px;
    color: var(--color-dark);
    margin-bottom: 12px;
    font-weight: 500;
}

.category_long_desc_content_div strong {
    color: var(--color-dark2);
}

@media(max-width:767px) {

    .category_long_desc_content_div {
        padding: 28px;
    }

    .category_long_desc_content_div h4 {
        font-size: 24px;
    }

    .category_long_desc_content_div p {
        font-size: 15px;
        line-height: 28px;
    }
}

/* css end */



/*====
    Award One
=====*/
.award-one {
    position: relative;
    display: block;
    padding: 60px 0px 70px 0px;
    z-index: 1;
}


.award_title_div {
    text-align: center;
    margin-bottom: 50px;
}

.award_title_div>h3 {
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}


.award_title_div>h4 {
    font-size: 20px;
    font-weight: 800;

    margin-bottom: 14px;
}

.award-one .row {
    align-items: center;
}

.award_content_main_div_box {
    position: relative;
    display: block;
}

.award_content_main_div_box_single {
    position: relative;
    display: block;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    text-align: center;
    padding: 0px 25px 67px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
}

.award_content_main_div_box_single .angle-text {
    position: absolute;
    top: 29px;
    right: -40px;
    background: var(--theme-color);
    transform: rotate(45deg);
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 1px;
}

.award_content_main_div_box_single .angle-text p {
    color: var(--color-white);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.award_content_main_div_box_single .number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-dark);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: var(--color-gray);
    margin: 0 auto;
    font-family: var(--cleanin-font-two);
}

.award_content_main_div_box_single h3 {
    color: var(--color-white);
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 22px;
}

.award_content_main_div_box_single h2 {
    color: var(--color-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.award-one__content {
    position: relative;
    display: flex;
    align-items: center;

}

.award_content_text_div {
    position: relative;
    display: block;
    margin-right: 15px;
}

.award_content_text_div h4 {
    color: var(--color-dark);
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 8px;
}

.award_content_text_div p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 0px !important;
}

.award_img_div {
    text-align: center;
    margin: auto;
    width: 700px;
    height: 300px;
    object-fit: contain;
}


.award_img_div>img {
    text-align: center;
    margin: auto;
    width: 700px;
    height: 300px;
    object-fit: contain;
}

/* end */



/* testimonials css start */
.testimonials_section {
    padding: 50px 0px 90px 0px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.966) 44%, rgba(255, 255, 255, 0.947) 100%), url(../images/testimonialbg01.png);
}

.testimonials_title_div {
    text-align: center;
    margin-bottom: 90px;
}

.testimonials_title_div>h4 {
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.testimonials_title_div>p {
    color: var(--color-dark);
    font-size: 15px;
    max-width: 800px;
    margin: auto;
    margin-top: 8px;
    font-weight: 500;
    line-height: 25px;
}

.testimonials_content_main_div {
    background-color: var(--color-white);
    border: 1.5px solid var(--color-gray);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    overflow: visible;
}

.image_div_testimonilas {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.image_div_testimonilas {
    margin: auto;
}

.image_div_testimonilas>span {
    border-radius: 50%;
    background: var(--color-white);
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.image_div_testimonilas>span>img {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.testimonials_content_div {
    padding: 30px 20px 30px 20px;
    text-align: center;
}

.testimonials_content_div>h4 {
    color: var(--color-dark);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 14px;
}

.testimonials_content_div>p {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.rating_div {
    margin-bottom: 30px;
}

.rating_div>p>i {
    color: #e7d406;
}


.quote_div_main {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.quote_div_main>i {
    border-radius: 50%;
    background: var(--color-white);
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.testimonials_section .swiper,
.testimonials_main_div_slider {
    overflow: visible !important;
}

/* end */



/*  */
.vision_mission_section {
    background: linear-gradient(90deg, rgb(39, 31, 31) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    padding: 50px 0px 50px 0px;
}

.why_choose_us_title_di {
    text-align: center;
    margin-bottom: 50px;
}

.why_choose_us_title_di>h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 20px;
}



.why_choose_us_title_di>h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 20px;
}

.nav_tabs_main_div>ul {
    border: none !important;
    outline: none !important;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}

.nav_tabs_main_div>ul>li {
    width: 32.733%;


}

.nav_tabs_main_div>ul>li>button {
    background-color: var(--color-gray2) !important;
    border-radius: 0px !important;
    outline: none !important;
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark) !important;
    border: none !important;
}

.nav_tabs_main_div>ul>li>button:hover {
    background-color: var(--color-white) !important;
}

.nav_tabs_main_div>ul>li>button.active {
    background: var(--theme-color) !important;
    color: var(--color-white) !important;
}

.image_vision_mission_div {
    text-align: center;
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-color: var(--color-white);
    border-radius: 5px;
    margin-bottom: 30px;

}


.image_vision_mission_div>img {
    text-align: center;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.content_vision_mission_div>h4 {
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 15px;
}

.content_vision_mission_div>p {
    color: var(--color-white);
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

/*  */




/* 23 Faq Css */
.faq-section {
    padding: 40px 0px 40px 0px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.957) 44%, rgba(255, 255, 255, 0.979) 100%), url(../images/faqbg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.faq_title_div {
    margin-bottom: 50px;
}

.faq_title_div>h4 {
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}



.faq_title_div>h5 {
    font-size: 35px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    line-height: 46px;
}

.faq-accordion .accordion-item {
    border: 0;
    margin-bottom: 15px;
    background-color: var(--color-white);
    padding-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
    border: 0;
    box-shadow: none;
    padding: 22px 20px 12px 22px;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-dark);
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 20px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .accordion-title {
    color: var(--color-dark);
    margin-right: 5px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    margin-left: auto;
    background-color: #f8f7f0;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-plus,
.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-minus {
    position: absolute;
    background-color: var(--theme-color);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-plus {
    width: 12px;
    height: 2px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .icon .icon-minus {
    width: 2px;
    height: 12px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed .icon .icon-plus {
    opacity: 1;
}

.faq-accordion .accordion-item .accordion-header .accordion-button.collapsed .icon .icon-minus {
    opacity: 1;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
    background-color: var(--theme-color3);
    transform: rotate(180deg);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon .icon-plus {
    opacity: 1;
    background-color: var(--color-white);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon .icon-minus {
    opacity: 0;
    background-color: var(--color-white);
}

.faq-accordion .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.faq-accordion .accordion-item .accordion-body {
    padding: 0 50px 12px 35px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-dark);
    line-height: 28px;
}

.faq-section .common-subtitle {
    margin-bottom: 10px;
}

.faq-section .common-subtitle i {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color2);
}

.faq-section .common-subtitle span {
    font-weight: 800;
    font-size: 20px;
    color: var(--theme-color2);
}

.faq_right_txt>p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    line-height: 27px;
}

.faq_btn_div {
    margin-top: 30px;
}

.faq_btn_div>a {
    background-image: var(--leaf-gradient);
    padding: 10px 20px;
    border-radius: 100px;
    color: var(--color-white);
    font-weight: 500;
}

.faq_image_div {
    text-align: center;
    height: 620px;
    margin-top: 20px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;

}

.faq_image_div>img {
    height: 620px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    filter: brightness(80%);
}

/* end */





/* blogs css start */
/*  */

.blog-area {
    padding: 60px 0px 30px 0px;
}

.blogs_slider_main_div .swiper-wrapper {
    padding-bottom: 20px;
}

.blogs_title_div {
    margin-bottom: 40px;
}

.blogs_title_div>span {
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: inline-block;
}

.blogs_title_div>h5 {
    font-size: 30px;
    color: var(--color-dark);
    text-transform: capitalize;
    font-family: var(--heading-font2);
    font-weight: 800;

}

.blogs_title_div>p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.blog-item {
    padding: 20px;
    background: var(--color-white);
    border-radius: 30px;
    transition: .5s ease-in-out;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 17px;
}

.blog-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: .5s ease-in-out;
}

.blog-img img {
    border-radius: 12px;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .5s ease-in-out;
    filter: brightness(90%);
}

.blog-item:hover .blog-img img {
    transform: scale(1.1);
    transition: .5s ease-in-out;
}

.blog-date {
    position: absolute;
    right: 70px;
    top: 2px;
    background: var(--color-white);
    color: var(--theme-color);
    font-weight: 500;
    text-align: center;
    padding: 0px 15px;
    border-radius: 50px;
    border: 3px solid var(--color-white);
    z-index: 1;
}

.blog-meta {
    padding: 14px 0 2px 0;
    margin-bottom: 1px;
    border-bottom: 1px solid var(--border-info-color);
}

.blog-meta ul {
    padding: 0px 2px !important;
}

.blog-meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.blog-meta ul li a {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 15px;
}

.blog-meta ul li a:hover {
    color: var(--theme-color);
}

.blog-meta ul li i {
    margin-right: 5px;
    color: var(--theme-color);
}

.blog-title {
    margin-top: 18px;
}

.blog-title a {
    color: var(--color-dark);
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--heading-font2);
}

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

.blog-info p {
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.blog-area.blog-border .blog-item {
    border: 1.5px solid var(--theme-color);
    border-radius: 35px;
    box-shadow: none;
}

.blog-area.blog-border .blog-item:hover {
    border-color: var(--theme-color2);
}

.blog-area.blog-border .blog-img {
    border-radius: 20px;
}

.blog-area.blog-border .blog-img img {
    border-radius: 20px;
    filter: brightness(90%);
}

.blog-area.blog-border .blog-title a {
    margin-bottom: 20px;
}

.blogs_btn_div {
    margin-top: 20px;
}

.blogs_btn_div a {
    background: linear-gradient(90deg, rgb(39, 31, 31) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    color: var(--color-white);
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600
}

.blogs_btn_div a:hover {
    background: linear-gradient(90deg, rgb(133, 67, 67) 0%, rgb(133, 46, 67) 44%, rgba(30, 35, 42, 1) 100%);
}

/*  */
/* blogs css end */




/* footer css */
.footer {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background: linear-gradient(90deg, rgb(39, 31, 31) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
}

.footer {
    position: relative;
    z-index: 1;
}


.overlay_footer_image_div {
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: -1;
}

.social_icon_mobile_div {
    display: none;
}


.footer_overlay {
    background-color: rgb(0, 0, 0, .7);
    padding-top: 40px;
    padding-bottom: 10px;
    border-radius: 0px;
}

.footer_logo_about_main_div {
    margin-bottom: 50px;
}

.footer_logo_div {
    margin-bottom: 14px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 44%, rgb(255 255 255) 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: inline-block;
}

.footer_logo_div>a>img {
    width: 255px;
    height: 60px;
    /* filter: brightness(0%) invert(1); */
    object-fit: contain;
}

.footer_logo_about_main_div>p {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 7px !important;
    letter-spacing: .3px;
}

.footer_logo_about_main_div>p>strong {
    color: var(--color-gray);
    font-family: "Rowdies", sans-serif;
}

.footer_logo_about_main_div>p>a {
    color: var(--color-white);
    display: inline-block;
    text-decoration: underline !important;
}

.social_icon_div_footer>p {
    margin-bottom: 7px !important;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.social_icon_div_footer>a {

    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    margin: 0px 1px;
    font-size: 14px;
    color: var(--color-white);
}


.social_icon_div_footer>a.fa-facebook {
    background-color: var(--facebook-color);
}

.social_icon_div_footer>a.fa-instagram {
    background-color: var(--instagram-color);
}

.social_icon_div_footer>a.fa-youtube {
    background-color: var(--youtube-color);
}


.footer_links_main_div {
    margin-bottom: 35px;
}

.footer_links_main_div>h5 {
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}


.footer_links_main_div>h5>a {
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.footer_map_div {
    margin-bottom: 50px;
}

.footer_map_div>iframe {
    height: 190px;
}

.footer_map_div>h5 {
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.footer_links_main_div {
    margin-bottom: 50px;
}


.footer_links_main_div>ul {
    list-style: none !important;
    padding: 0px 3px !important;
    margin-bottom: 0px !important;
}

.footer_links_main_div>ul>li {
    padding: 13px 0px 13px 0px;
    border-bottom: 1px dashed #333333;
}

.footer_links_main_div>ul>li:nth-last-child(1) {
    border: none;
}

.footer_links_main_div>ul>li>a {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer_links_main_div>ul>li>a:hover {
    color: var(--color-white);
}


.footer_contactus_content_div>a {
    display: block;
    font-size: 13px;
    color: var(--color-white);
    font-weight: 600;
    line-height: 27px;
}


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

.footer_contactus_content_div>p {
    font-size: 14px;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 5px !important;
}

.footer_contactus_content_div>h4 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 2px !important;
}


.footer_media_main_div {
    margin-bottom: 20px;
}

.footer_media_main_div>.d-flex>.flex-shrink-0>i {
    background-color: var(--color-dark);
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border-radius: 20px;
    color: var(--color-white);
    font-size: 20px;

}

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

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

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


/* footer css end */











 .mobile_whatsapp{
        display: none !important;
    }

    .desktop_whatsapp{
        display: block !important;
    }





.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 18px;
    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: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

}

@keyframes moveUpDown {

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

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.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: 100px;
    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;
}

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


.mail_icon_div>a {
    background-color: #656060;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    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;

}


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



/* bottom to top css start */
.scroll-to-top {
    position: fixed;
    right: -140px;
    bottom: 350px;
    transform: rotate(90deg);
    transform-origin: left center;
    z-index: 9999;
}

.scroll-top-inner {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    cursor: pointer;
    padding: 6px 10px;
    background: transparent;
    border-radius: 6px;

}

.scroll-top-inner.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.04);
}

.scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    opacity: .15;
}

.bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--theme-color2);
    transition: width 150ms linear;
}

.scroll-bar-text {
    font-size: 15px;
    font-weight: 700;
    color: #052944;
    user-select: none;
}

.scroll-top-inner.on-footer {

    background: transparent;
}


.scroll-top-inner.on-footer .scroll-bar:before {
    background-color: rgba(255, 255, 255, 0.18);
}

.scroll-top-inner.on-footer .bar-inner {
    background-color: var(--theme-color);
}

.scroll-top-inner.on-footer .scroll-bar-text {
    color: var(--color-white);
}

/* bottom to top css end */



/* pagetitle css */
.page_title_mkp_section {
    background-image: url(../images/breadcrumb01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top; */
    background-size: cover;
}

.page_ti_overly_mkp_div {
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 70px;
    padding-bottom: 70px;
}

.page_title_tax_mkp_main_div {
    text-align: center;
    margin: auto;
}

.page_title_tax_mkp_div {
    text-align: center;
    display: inline-block;
    padding: 7px 5px 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page_title_tax_mkp_div>h1 {
    color: var(--backgorund-color);
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page_title_tax_mkp_div>ul {
    list-style: none;
    padding: 0px 6px;
    margin-top: -7px;
}

.page_title_tax_mkp_div>ul>li>a {
    color: var(--backgorund-color);
    font-weight: 500;
}

.page_title_tax_mkp_div>ul>li {
    display: inline-block;
    color: var(--backgorund-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 10px 0px 10px;
}

.page_title_tax_mkp_div>ul>i {
    font-size: 12px;
    color: var(--background-color);
}

/* page titile css end */


/*  */
.contact-us-page {
    padding: 60px 20px;
}

/* MAIN CONTAINER */
.contact-us-page .container {
    margin: auto;
    display: flex;
    gap: 30px;
    align-items: stretch;
}

/* === LEFT BOX === */

.contact-left-box {
    flex: 1;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.contact-left-box::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    top: -100px;
    right: -100px;
    filter: blur(40px);
    opacity: 0.2;
}

/* LOGO / TITLE */
.contact-logo h2 {
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(120deg, #402229 0%, #31252b 50%, #22232a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 10px;
}

/* USERS WRAPPER */
.contact-users {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    color: var(--color-dark2);
    justify-content: flex-start;
}

/* === USER CARD === */

.contact-user-card {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    border: 1px solid #d8d8d8;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
    transition: 0.3s ease;
}

.contact-user-card:hover {
    transform: translateY(-4px);
    border-color: var(--theme-color);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 15px;
}

/* ICON BOX */
.contact-user-image {
    padding: 5px;
}

/* ICON */
.contact-user-image i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    /* background: var(--theme-color); */
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%);
    color: var(--backgorund-color);
    font-size: 20px;
    transition: 0.3s ease;
}

.contact-user-card:hover .contact-user-image i {
    transform: scale(1.08);
}

.contact-social{
    justify-content: left;
    align-items: start;
    text-align: center;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;

}

.social-icon-title > span{
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 700;
}

.social-icon-link > a{
    color: var(--color-white);
    margin: 0px 2px 0px 2px;
    background: linear-gradient(90deg,rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.social-icon-link > a:hover{
    color: var(--color-gray2);
    border-radius: 2px;
}

/* DETAILS */
.contact-user-details {
    text-align: left;
}

.contact-user-details h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-dark);
}

/* PHONE / MAIL LINKS */
.contact-user-details a {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: var(--color-dark);
    margin-bottom: 4px;
    transition: 0.3s;
}

.contact-user-details a:hover {
    color: var(--theme-color);
}

/* ADDRESS TEXT */
.contact-user-details span {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-dark);
}

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

.contact-right-box {
    flex: 1;
    /* background: linear-gradient(to right bottom, #402229, #2d242a, #22232a); */
    /* background: linear-gradient(to right bottom, #cdcdcd, #fffcfe, #cbcbcb); */
    background: linear-gradient(to right bottom, #e7e7e7, #d3d3d3, #cbcbcb);
    padding: 40px;
    border-radius: 20px;
    min-height: 600px;
    margin-bottom: 34px;
}
/* =========================
CONTACT FORM SECTION
========================= */

/* TITLE */
.contact-title{
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;

    background: linear-gradient(
        120deg,
        rgb(64, 34, 41) 0%,
        rgb(49, 37, 43) 50%,
        rgb(34, 35, 42) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    display: inline-block;
    position: relative;
}
.contact-map iframe{
    height: 350px;
}
/* underline effect */
/* .contact-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;

    width: 80px;
    height: 3px;
    border-radius: 50px;

    background: linear-gradient(
        120deg,
        rgb(64, 34, 41) 0%,
        rgb(49, 37, 43) 50%,
        rgb(34, 35, 42) 100%
    );
} */

/* SUBTITLE */
.contact-subtitle{
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 25px;
    color: var(--color-text);
    line-height: 1.8;
    max-width: 550px;
    font-weight: 500;
}

/* EMAIL INFO */
.contact-email-info{
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 15px;
    font-weight: 500;

    margin-bottom: 30px;
    color: var(--color-dark);
}

.contact-email-info i{
    width: 42px;
    height: 42px;

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

    border-radius: 50%;

    background: linear-gradient(
        120deg,
        rgb(64, 34, 41) 0%,
        rgb(49, 37, 43) 50%,
        rgb(34, 35, 42) 100%
    );

    color: #fff;
    font-size: 16px;
}

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

.contact-form{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* INPUTS */
.contact-form input,
.contact-form textarea{
    width: 100%;
    padding: 15px 18px;

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

    background: #f4f4f4;

    color: var(--color-dark) !important;
    caret-color: var(--color-dark);

    outline: none;
    font-size: 15px;
    font-weight: 500;

    transition: 0.3s ease;

    box-shadow: none;
}

/* PLACEHOLDER */
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #7a7a7a;
    opacity: 1;
}

/* FOCUS EFFECT */
.contact-form input:focus,
.contact-form textarea:focus{
    border-color: var(--primary-color);
    background: #fff;

    box-shadow: 0 0 0 4px rgba(0,117,132,0.10);

    transform: translateY(-2px);
}

/* TEXTAREA */
.contact-form textarea{
    height: 150px;
    resize: none;
}

/* BUTTON */
.contact-form button{
    padding: 15px 30px;

    border: none;
    border-radius: 50px;

    background: linear-gradient(
        120deg,
        rgb(64, 34, 41) 0%,
        rgb(49, 37, 43) 50%,
        rgb(34, 35, 42) 100%
    );

    color: #fff;

    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.4px;

    cursor: pointer;
    transition: all 0.3s ease;

    width: 100%;
    margin-top: 10px;

    position: relative;
    overflow: hidden;
}

/* BUTTON HOVER */
.contact-form button:hover{
    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(34,35,42,0.20);

    background: linear-gradient(
        120deg,
        rgb(203, 24, 66) 0%,
        rgb(49, 37, 43) 50%,
        rgb(64, 34, 41) 100%
    );
}

/* CLICK EFFECT */
.contact-form button:active{
    transform: scale(0.98);
}

/* RESPONSIVE */
@media(max-width:768px){

    .contact-title{
        font-size: 28px;
    }

    .contact-subtitle{
        font-size: 14px;
    }

    .contact-form input,
    .contact-form textarea{
        padding: 14px 16px;
    }

}

/* ====
   PRODUCT DETAILS PAGE
==== */
.product-details-page{
    padding:70px 0;

}

/* ====
   MAIN SECTION
==== */
.product_details_section{
    background: #ffffff;
    padding: 50px 20px;
}

/* ====
   HERO SECTION
==== */
.product_hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:50px 0px;
    border-radius:20px;
    /* margin-bottom:50px; */
}


.product_text{
    flex:1;
}

.product_text h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
    line-height:1.2;

    background:linear-gradient(
        120deg,
        rgb(64,34,41) 0%,
        rgb(49,37,43) 50%,
        rgb(34,35,42) 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.subtitle{
    font-size:18px;
    font-weight:600 !important;
    color:var(--color-dark2);
    margin-bottom:20px;
}

.product_text p{
    font-size:15px;
    line-height:24px;
    color:var(--color-dark);
    margin-bottom:9px;
    font-weight: 500;
}

.features {
    margin-top: 25px;

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

    gap: 14px;
}

.features ul {
    background: #f5f5f5;
    padding: 14px 18px;
    border-radius: 12px;

    font-size: 15px;
    font-weight: 600;
    color: #333;

    margin: 0;

    text-align: left;
    list-style-position: outside;
}

.features ul li{
    text-align: left;
}
.features div:hover{
    /* transform:translateY(-5px); */

    /* background:#fff; */

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

.product_details_section .col-lg-12 p{
    font-size:15px !important;
    line-height:30px !important;
    color:var(--color-dark);
    margin-bottom:9px;
    font-weight: 500;
    /* margin-top: 20px; */
}

.product_details_section ul{
    list-style: square !important;
    padding: 0px 20px !important;
}

.product_details_section ul li{
    font-size:15px !important;
    line-height:30px !important;
    color:var(--color-dark);
    margin-bottom:9px;
    font-weight: 500;
    /* margin-top: 20px; */
}

/* ====
   IMAGE
==== */
.product_image{
    flex:1;
    text-align:center;
}

.product_image img{
    width:100%;
    max-width:360px;

    border-radius:18px;

    border:1px solid #d8d8d8;

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

    transition:0.5s ease;
}

.product_full_content{
    padding: 40px 0px;
    background: #f8f9fa;
    border-radius: 12px;
}

.product_full_content h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;

    background: linear-gradient(
        120deg,
        rgb(64, 34, 41) 0%,
        rgb(49, 37, 43) 50%,
        rgb(34, 35, 42) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    display: inline-block;
    position: relative;
}


.product_full_content p{
    color: var(--color-dark);
    line-height: 1.8;
    font-weight: 500;
    font-size: 15px;
}

.application_boxes{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.app_box{
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid var(--theme-color);
    transition: 0.3s;
}

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

.app_box h4{
    font-size: 18px;
    margin-bottom: 6px;
    color: var(--color-dark2);
    font-weight: 700;
}

.highlight_section h3{
    margin-top: 25px;
    padding: 20px 0px 10px 0px;
    /* background: var(--theme-color); */
    color: var(--color-dark2);
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
}

/* .product_image img:hover{
    transform:scale(1.04);
} */

/* ====
   WIDE RANGE SECTION
==== */
.wide-range-main-section{
  background-color: #e9e9e9;
  padding:60px 40px;
}
/* .wide-range-section{


    background:#f4f4f4;

    border-radius:20px;
} */
.applications_box h3{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%) text;
}

.applications_box ul{
    list-style: square;
}

.applications_box ul li strong{
    font-size: 16px !important;
    font-weight: 700 !important;
}

.applications_box ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.why_choose_box h4{
    font-size: 24px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%) text;
}
.why_choose_box ul li strong{
    font-size: 16px !important;
    font-weight: 700 !important;
}

.why_choose_box ul{
    list-style: square;
}

.why_choose_box ul li{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

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

.similar_product_section_heading h4 {
    font-size: 34px;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%) text;
}

.similar_product_section_heading p {
    font-weight: 500;
    font-size: 15px;
}


/* === IMAGE BOX === */
.similar_products_section{
    padding: 40px 0px;

}

.similar_product_img {
    width: 100%;
    height: 290px;
    object-fit: contain;
    border-radius: 10px 10px 0px 0px;
    filter: brightness(99%);
    /* transition: .5s ease-in-out; */
    overflow: hidden;
    /* background-color: #dfdfdf; */
    border-top: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: none;


}

.similar_product_img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
    mix-blend-mode: multiply;
    padding: 10px;
    /* background-color: black; */
    /* background-color: rgb(223, 223, 223); */

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

.similar_product_content{
    padding: 22px 18px;
    background: linear-gradient(135deg,#e4e4e4,#d4d4d4);

    /* Depth */
    box-shadow:
        inset 0 8px 12px rgba(255,255,255,0.7),
        inset 0 -8px 12px rgba(0,0,0,0.08),
        0 12px 25px rgba(0,0,0,0.12);

    transition: 0.4s ease;

    position: relative;
}

/* Hover pe aur fulega */
.similar_product_box:hover .similar_product_content{


 border-radius: 60px 60px 35px 35px / 35px 35px 60px 60px;
    transform: scale(1.03);

    box-shadow:
        inset 0 10px 15px rgba(255,255,255,0.8),
        inset 0 -10px 15px rgba(0,0,0,0.12),
        0 18px 38px rgba(0,0,0,0.18);
}

.similar_product_content h4 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 32px;
}

.similar_product_content h4 a {
    color: var(--color-dark);
    text-decoration: none;
    transition: .3s ease-in-out;
}

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

.similar_product_content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-dark);
    margin-bottom: 0px !important;
}

/* === BUTTON === */

.similar_product_content .theme-btn {
    background-image: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    padding: 6px 10px 6px 20px;
    border-radius: 100px;
    color: var(--color-white);
    font-weight: 600;
    transition: .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    margin-top: 18px;
    text-decoration: none;
}

.similar_product_content .theme-btn i {
    background-color: var(--color-white);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--color-dark);
    border-radius: 100px;
    margin-left: 10px;
    transition: .3s ease-in-out;
}

.similar_product_content .theme-btn:hover {
    background-image: linear-gradient(90deg, #b21f25 0%, #b21f25 44%, rgba(30, 35, 42, 1) 100%);
    color: #fff;
}

.similar_product_content .theme-btn:hover i {
    transform: rotate(-45deg);
}

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

.faq_section {
    padding: 50px 0px;
    background: #f8fafc;
}

.faq_product_section_heading h2 {
    font-size: 34px;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%) text;
}

.faq_product_section_heading h5 {
    font-size: 34px;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%) text;
}

.faq_product_section_heading p {
    font-size: 15px;
    font-weight: 500;
}

.faq_section .section_heading {
    margin-bottom: 55px;
}

.custom_faq_accordion {
    max-width: 950px;
    margin: auto;
}

.custom_faq_accordion .accordion-item {
    border: none;
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 22px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.custom_faq_accordion .accordion-button {
    padding: 24px 28px;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    color: #111;
    box-shadow: none !important;
}

.custom_faq_accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(120deg, #402229 0%, #31252b 50%, #22232a 100%);
    color: #fff;
}

.custom_faq_accordion .accordion-button::after {
    filter: brightness(0);
}

.custom_faq_accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

.custom_faq_accordion .accordion-body {
    padding: 28px;
    background: #fff;
    font-size: 16px;
    line-height: 1.9;
    color: var(--color-dark);
    font-weight: 500;
}

.custom_faq_accordion .accordion-item .accordion-header button:hover {
    color: var(--backgorund-color);
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%);

}

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

.faq_arrow_icon {
    margin-left: auto;
    flex-shrink: 0;
}

/* product details css end */


/* blog-page css start */
.blogs-page {
    padding: 50px 10px;
}

.blogs-page-title h2 {
    font-size: 34px;

    font-weight: 800;
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.blog-page-item {
    padding: 20px;
    background: var(--color-white);
    border-radius: 30px;
    transition: .5s ease-in-out;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 24px;
}

.blog-page-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: .5s ease-in-out;
}

.blog-page-img img {
    border-radius: 12px;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .5s ease-in-out;
    filter: brightness(90%);
}

.blog-page-item:hover .blog-page-img img {
    transform: scale(1.1);
    transition: .5s ease-in-out;
}

.blog-date {
    position: absolute;
    right: 70px;
    top: 2px;
    background: var(--color-white);
    color: var(--theme-color);
    font-weight: 500;
    text-align: center;
    padding: 0px 15px;
    border-radius: 50px;
    border: 3px solid var(--color-white);
    z-index: 1;
}

.blog-meta {
    padding: 14px 0 2px 0;
    margin-bottom: 1px;
    border-bottom: 1px solid var(--border-info-color);
}

.blog-meta ul {
    padding: 0px 2px !important;
}

.blog-meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.blog-meta ul li a {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 15px;
}

.blog-meta ul li a:hover {
    color: var(--theme-color);
}

.blog-meta ul li i {
    margin-right: 5px;
    color: var(--theme-color);
}

.blog-page-title {
    margin-top: 10px;

}

.blog-page-title a {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--heading-font2);
}

.blog-page-title a:hover {
    color: var(--theme-color);
}

.blog-page-info p {
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.blog-area.blog-border .blog-page-item {
    border: 1.5px solid var(--theme-color);
    border-radius: 35px;
    box-shadow: none;
}

.blog-page-item:hover {
    border-color: var(--theme-color2);
}

.blog-page-img {
    border-radius: 20px;
}

.blog-page-img img {
    border-radius: 20px;
    filter: brightness(90%);
}


.blogs_page_btn_div {
    margin-top: 20px;
}

.blogs_page_btn_div a {
    background: linear-gradient(90deg, rgb(39, 31, 31) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    color: var(--color-white);
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600
}

.blogs_page_btn_div a:hover {
    background: linear-gradient(90deg, rgb(133, 67, 67) 0%, rgb(133, 46, 67) 44%, rgba(30, 35, 42, 1) 100%);
}





/*  */


.privacy_section {
    padding: 20px 0px 20px 0px;
}

.privacy_content_main_div h1 {
    font-size: 34px;
    font-weight: 800;
    margin-top: 27px;

    background: linear-gradient(120deg,
            rgb(64, 34, 41) 0%,
            rgb(49, 37, 43) 50%,
            rgb(34, 35, 42) 100%);

    background-clip: text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;
}



.privacy_content_main_div>h2 {
    font-size: 30px;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgb(65, 34, 41) 44%, rgb(30, 35, 42) 100%) text;
}


.privacy_content_main_div>h3 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h4 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}



.privacy_content_main_div>h5 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-weight: 400;
    font-size: 15px;
    color: var(--color-dark);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div>p>strong {
    color: var(--theme-color);
    font-family: "Rowdies", sans-serif;
}

.privacy_content_main_div>p>a {
    color: var(--theme-color2);
    font-weight: 700;
    text-decoration: underline !important;
}


.privacy_content_main_div>ul {
    list-style: square;
    padding: 0px 20px !important;
    margin-bottom: 0px !important;
}

.privacy_content_main_div>ul>li {
    font-weight: 400;
    font-size: 15px;
    color: var(--color-dark);
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

/*  */

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



.blog_details_section {
    padding: 80px 0;
    background: #f7f8fc;
}

.blog-details-title h2 {

    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, rgb(54, 30, 30) 0%, rgba(65, 34, 41, 1) 44%, rgba(30, 35, 42, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
    margin-left: 37px;
}

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

.blog_details_main {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 25px;
    /* box-shadow: 0 5px 25px rgba(0,0,0,0.06); */
}

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

.blog_main_image {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog_main_image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.5s ease;

}



/* === META === */

.blog_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.meta_item {
    font-size: 15px;
    color: var(--color-dark);
    font-weight: 500;
}

.meta_item i {
    color: var(--theme-color);
    margin-right: 7px;
}

/* === CONTENT === */

.blog_content blockquote {
    background: #fff8e6;
    border-left: 5px solid var(--theme-color);
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 30px;
    color: var(--backgorund-color);
    background: linear-gradient(90deg,
            rgb(54, 30, 30) 0%,
            rgba(65, 34, 41, 1) 44%,
            rgba(30, 35, 42, 1) 100%);
}

.blog_content p {
    font-size: 15px;
    line-height: 1.9;
    color: var(--color-dark);
    margin-bottom: 20px;
    font-weight: 500;
    margin-top:20px;
}



.blog_content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 18px;
    color: var(--color-dark);
}

.blog_content ul {
    padding-left: 20px;
    list-style-type: square;
}

.blog_content ul li {
    font-size: 15px;
    color: var(--color-dark);
    margin-bottom: 14px;
    font-weight: 500;
}

/* === BENEFITS GRID === */

.benefits_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.benefit_box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.4s ease;
}

.benefit_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.benefit_box i {
    font-size: 40px;
    color: var(--theme-color);
    margin-bottom: 15px;
}

.benefit_box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.benefit_box p {
    font-size: 15px;
    margin-bottom: 0;
}

/* === SIDEBAR === */

.blog_sidebar_box {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

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

.sidebar_title h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
}

.sidebar_title h3::after {
    content: "";
    width: 60px;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -10px;
}



/* === CATEGORY === */

.category_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category_list li {
    margin-bottom: 15px;
}

.category_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

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

.category_list li span {
    width: 30px;
    height: 30px;
    background: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

/* === RECENT POST === */

.recent_post {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.recent_post:last-child {
    margin-bottom: 0;
}

.recent_post img {
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 10px;
}

.recent_post_content h4 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 500;
    margin-top: 19px;
}

.recent_post_content h4 a{
    font-size: 16px;
    font-weight: 700;
    color: var(--color-dark);
}
.recent_post_content span {
    font-size: 14px;
    color: var(--color-dark);
}

.blog_sidebar_box {
    margin-bottom: 25px;
}

/* Sticky Recent Blogs */
.blog_sidebar_box.sticky_box {
    position: sticky;
    top: 100px;
}

#recentBlogs {
    transition: all 0.3s ease;
}

#recentBlogs.fixed {
    position: fixed;
    top: 100px;
    width: 350px;
    z-index: 10;
    animation: fadeInDown 0.3s ease;
}

#recentBlogs.stop {
    position: absolute;
    bottom: 0;
    top: auto;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* === BLOG SECTION PARENT === */
.blog_details_section {
    padding: 80px 0px 70px 0px;
    background: #f7f8fc;
}

.blog_details_section .row {
    align-items: flex-start;
}


.blog_details_section .col-lg-8,
.blog_details_section .col-lg-4 {
    align-self: flex-start;
}

/* === SIDEBAR BOX === */
.blog_details_section .blog_sidebar_box {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
}

/* === STICKY RECENT BLOGS === */
.blog_details_section .blog_sidebar_box.sticky_box {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

/*  */



/* sitemap css start */

.sitemap_section {
    padding: 60px 0;
    background: #f7f8fc;
}

/* HEADER */
.sitemap_header {
    text-align: center;
    margin-bottom: 40px;
}

.sitemap_header h2 {
    font-size: 34px;
    margin: 10px 0;
    font-weight: 800;
    background: linear-gradient(120deg, rgb(64, 34, 41) 0%, rgb(49, 37, 43) 50%, rgb(34, 35, 42) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.sitemap_header p {
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
}

/* ACCORDION WRAPPER */
.sitemap_accordion {
    max-width: 900px;
    margin: auto;
}

/* ITEM */
.sitemap_item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* BUTTON */
.sitemap_btn {
    width: 100%;
    background: #fff;
    border: none;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    color: var(--backgorund-color);
    background: linear-gradient(90deg,
            rgb(54, 30, 30) 0%,
            rgba(65, 34, 41, 1) 44%,
            rgba(30, 35, 42, 1) 100%);
}

.sitemap_btn span i {
    margin-right: 10px;
    color: var(--backgorund-color);
}

/* ROTATE ICON */
.sitemap_btn i.fa-chevron-down {
    transition: 0.3s;
}

.sitemap_btn:not(.collapsed) i.fa-chevron-down {
    transform: rotate(180deg);
}

/* LIST */
.sitemap_list {
    list-style: none;
    margin: 0;
    padding: 15px 25px;
    border-top: 1px solid #eee;
}

.sitemap_list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
}

.sitemap_list li a {
    text-decoration: none;
    color: var(--color-dark);
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}

.sitemap_list li a:hover {
    color: var(--theme-color);
    padding-left: 5px;
}


/* ====SITEMAP LIST SCROLL==== */

.sitemap_list{
    max-height: 260px; /* approx 6 items */
    overflow-y: auto;
    padding-right: 6px;
}

/* Custom Scrollbar */
.sitemap_list::-webkit-scrollbar{
    width: 5px;
}

.sitemap_list::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 10px;
}

.sitemap_list::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 10px;
}

.sitemap_list::-webkit-scrollbar-thumb:hover{
    background: #555;
}

/* .sitemap_list{
    max-height:290px;
    overflow-y:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
} */

/* ==== SITEMAP LIST SCROLL ==== */

/* ==== SITEMAP LIST SCROLL FIX ==== */

.sitemap_list{
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;

    /* VERY IMPORTANT */
    overscroll-behavior: contain;
    touch-action: pan-y;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sitemap_list::-webkit-scrollbar{
    display: none;
}

/* Chrome, Edge, Safari
.sitemap_list::-webkit-scrollbar{
    display:none;
} */

/*  */
.product-features-list ul{
    list-style: square;
}

.product-features-list ul li strong{
    font-size: 16px !important;
    font-weight: 700 !important;
}

.product-features-list ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}