@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Righteous&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

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

.alert-success{
    position: fixed; 
    top: 20px; 
    left: 50%; 
    transform: translateX(-50%);
     z-index: 1050;
}

#alert-backdrop{
    position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    
}

:root {
    --primary-color: #774824;
    --secondry-color: #a55727;
    --third-color: #c26029;
    --gradient-color: linear-gradient(
        90deg,
        rgba(119, 72, 36, 1) 0%,
        rgba(165, 87, 39, 1) 50%,
        rgba(194, 96, 41, 1) 100%
    );
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #222222;
    --black-color3: #2c2c2c;
    --black-color4: #3d3d3d;
    --black-color5: #c9c5c5;
    --black-color6: #3e3e3e;
    --gray-color: #e5e4e2;
    --gray-color2: #f5f5f5;
    --gray-color3: #f7f7f7;
    --facebook-color: #3b5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --background-color: #f9f6f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Amaranth", sans-serif; */
    font-family: "Righteous", sans-serif;
}

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

body {
    font-family: "Outfit", sans-serif;
}

body,
html {
    scroll-behavior: smooth;
    font-family: "Outfit", sans-serif;
}

a {
    text-decoration: none !important;
}

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

/* css start */

.hero_slider_section2 {
    display: none;
}

.some_point_section {
    margin-top: -40px;
    position: relative;
    margin-bottom: 20px;
}

.some_point_item_div {
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

.overlay_icon_some_point_img {
    position: absolute;
    top: 30px;
    width: 80px;
    left: -60px;
}

.some_point_item_icon_div {
    text-align: center;
    margin: auto;
    margin-bottom: 6px;
}

.some_point_item_icon_div > span {
    display: inline-block;
    background-color: var(--gray-color2);
    border-radius: 90px 90px 20px 90px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 7px solid var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.some_point_item_icon_div > .move_icons {
    animation: upDownMove 2s ease-in-out infinite;
}

/* Keyframes */
@keyframes upDownMove {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.some_point_item_icon_div > span > img {
    margin: auto;
    width: 50px;
    height: 80px;
    object-fit: contain;
    display: block;
    text-align: center;
    mix-blend-mode: multiply;
}

.some_point_item_div > h4 {
    color: var(--primary-color);
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px !important;
    text-transform: capitalize;
}

.some_point_item_div > p {
    font-size: 15px;
    color: var(--black-color2);
    font-weight: 500;
}
/* css end */

/* css start */

.mission_and_vision_section {
    padding: 20px 0px 30px 0px;
    background-color: var(--gray-color2);
    margin-bottom: 20px;
}

.mission_vision_title_main_div {
    margin-bottom: 30px;
    text-align: center;
}

.mission_vision_title_main_div > h2 {
    font-size: 27px;
    line-height: 35px;
}

.mission_vision_title_main_div > h2 > span {
    display: block;
    color: var(--primary-color);
    font-size: 24px;
}

.mission_vision_content_main_div {
    margin-bottom: 15px;
    position: relative;
    background-color: var(--primary-color);
    padding: 30px 30px;
    border-radius: 10px;
}

.overaly_number_div {
    position: absolute;
    top: -6px;
    right: -8px;
}

.overaly_number_div > h5 {
    background-color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    color: var(--white-color);
    font-weight: 600;
    font-family: "Righteous", sans-serif;
}

.mission_vision_content_main_div2 {
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: var(--secondry-color);
}

.mission_vision_media_obejct_main_div {
    margin-bottom: 15px;
}

.mission_vision_media_obejct_main_div > .d-flex > .flex-shrink-0 > span > img {
    width: 35px;
    filter: brightness(0%) invert(1);
    animation: upDownMove 8s ease-in-out infinite;
}

.mission_vision_media_obejct_main_div > .d-flex > .flex-shrink-0 > span {
    background-color: var(--secondry-color);
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 60px;
    border-radius: 90px 90px 20px 90px;
    display: inline-block;
    border: 4px solid var(--white-color);
    outline: 5px solid var(--third-color);
}

.mission_vision_heading > h3 {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 24px;
}

.mission_vision_media_obejct_main_div > .d-flex > .flex-shrink-0 > span {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.mission_vision_content_main_div > p {
    color: var(--white-color);
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px !important;
}

.our_strength_content_main_div_div {
    margin-top: 35px;
    background-color: var(--white-color);
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

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

.our_strength_content_main_div_div > ul > li {
    color: var(--black-color);
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 7px;
}

.our_strength_content_main_div_div > ul > li > strong {
    color: var(--primary-color);
    font-family: "Righteous", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.our_strength_content_main_div_div > ul > li > strong > span {
    font-family: "Outfit", sans-serif;
}

.our_strength_content_main_div_div > ul > li:nth-last-child(1) {
    margin-bottom: 0px !important;
}

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

.our_strength_image_div > img {
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

/* css end */

/* css start */

.about_us_section {
    padding: 40px 0px 30px 0px;
}

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

.about_us_image_box {
    position: relative;
    text-align: center;
    margin: auto;
}

.about_us_image_box > img {
    display: block;
    margin: auto;
    clip-path: polygon(80% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    border-radius: 6px;
}

.overlay_about_us_umber_div {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: var(--white-color);
    padding: 4px 15px;
    border-radius: 12px 0px 0px 0px;
}

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

.icon_div_aboutus > span {
    color: var(--primary-color);
    text-align: center;
    font-size: 27px;
    background-color: var(--gray-color2);
    border-radius: 90px 90px 20px 90px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 4px solid var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: pulse-animation2 2s infinite;
}

@keyframes pulse-animation2 {
    0% {
        box-shadow: 0 0 0 0px rgba(196, 196, 195, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.aboutus_number_div > p {
    margin-bottom: 0px !important;
    font-weight: 600;
    font-size: 14px;
    color: var(--black-color);
    font-family: "Rowdies", sans-serif;
}

.aboutus_number_div > a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    font-family: "Rowdies", sans-serif;
}

.aboutus_number_div > a:hover {
    color: var(--third-color);
}

.aboutus .aboutus-nav {
    margin-right: -180px !important;
}

.about_us_content_main_div > h2 {
    margin-bottom: 5px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.about_us_content_main_div > h1 {
    color: var(--primary-color);
    font-size: 26px;
}

.about_us_content_main_div > p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px !important;
}

.about_us_content_main_div > p > strong {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    font-family: "Righteous", sans-serif;
}

.about_us_read_more_btn {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.about_us_read_more_btn > a {
    background-color: var(--primary-color);
    padding: 10px 15px;
    position: relative;
    color: var(--white-color);
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
}

.about_us_read_more_btn > a::before,
.about_us_read_more_btn > a::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--third-color);
    border-radius: 50%;
}

.about_us_read_more_btn > a::before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.about_us_read_more_btn > a::after {
    right: -20px;
    transform: translate(50%, -50%);
}

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

.about_us_read_more_btn > a:hover::before {
    animation: criss-cross-left 0.3s both alternate;
}

.about_us_read_more_btn > a:hover::after {
    animation: criss-cross-right 0.3s both alternate;
}

@keyframes criss-cross-left {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(50%, -50%);
    }
}

@keyframes criss-cross-right {
    0% {
        transform: translate(50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

/* css end */

/* products css start */
.products_section {
    background-image: url("../images/productbg2.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 20px;
}

.overlay_product_bg_div {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 0px 30px 0px;
}

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

.products_title_div > h2 {
    font-size: 33px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 8px !important;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.products_box_main_div {
    position: relative;
    margin: 0px 0px 20px 22px;
}

.products_image_box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

.products_image_box > a > img {
    border-radius: 2px;
    margin: auto;
    width: 100%;
    filter: brightness(90%);
    transition: 0.6s ease-in-out;
}

.products_image_box:hover > a > img {
    transform: scale(1.1, 1.1);
}

.products_image_box > img {
    border-radius: 2px;
    margin: auto;
    height: 300px;
    width: 100%;
    object-fit: cover;
    filter: brightness(90%);
}

.products_content_div {
    background-color: var(--white-color);
    margin: 0px 0px 0px 14px;
    padding: 10px 10px;
    margin-top: -70px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px 0px 20px 20px;
}

.products_content_div > h3 {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 5px !important;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.products_content_div > h3 > a {
    color: var(--secondry-color);
}

.products_content_div > p {
    font-size: 15px;
    color: var(--black-color4);
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 3px !important;
}

.read_more_overlay_btn_div {
    position: absolute;
    top: 0px;
    right: -35px;
    transition: 0.4s ease-in-out;
}

.products_box_main_div:hover .read_more_overlay_btn_div {
    right: -35px;
    transition: 0.4s ease-in-out;
}

.read_more_overlay_btn_div > a {
    writing-mode: vertical-lr;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 30px 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile_view_readmore_btn {
    margin-top: 10px;
    display: none;
}

.mobile_view_readmore_btn > a {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
}

.read_more_overlay_btn_div > a:hover {
    background-color: var(--secondry-color);
}

/* products css end */

/* css start */
.premium_outdoor_section {
    padding: 20px 0px 40px 0px;
}

.premium_title_div {
    text-align: center;
    margin-bottom: 30px;
}

.premium_title_div > h4 {
    color: var(--black-color);
    font-weight: 600;
    text-transform: capitalize;
}

.premium_title_div > h4 > span {
    font-family: "Outfit", sans-serif;
}

.premium_outdoor_main_div {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}

.premium_outdoor_main_div2 {
    margin-top: 50px;
}

.premium_outdoor_image_div {
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
}

.premium_outdoor_image_div > img {
    width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
}

.premium_outdoor_image_div:hover > img {
    transform: scale(1.1, 1.1);
    transition: 0.5s ease-in-out;
    border-radius: 20px;
}

.overlay_premium_text_div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    background-image: linear-gradient(
        360deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    height: 100%;
    width: 100%;
}

.overlay_premium_text_div > h4 {
    color: var(--white-color);
    margin-bottom: 0px !important;
    text-transform: capitalize;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
}

/* css end */

/* css start */
.breadcrumb_section {
    background-color: var(--gray-color);
    padding: 3px 0px;
}

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

.breadcrumb_content_div > ul > li > a {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Righteous", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumb_content_div > ul > li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    color: var(--black-color2);
    font-weight: 500;
    font-family: "Righteous", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}
/* css end */

/* css start */
.contact_us_page_section {
    padding: 30px 0px;
    background-color: var(--gray-color3);
    margin-top: 10px;
}

.contact_us_left_side_main {
    margin-bottom: 10px;
}

.contact_us_left_side_title_div > h1 {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 5px !important;
    text-transform: capitalize;
}

.contact_us_left_side_title_div > p {
    font-weight: 400;
    font-size: 14px;
    color: var(--black-color);
    text-transform: capitalize;
    line-height: 25px;
    transition: 0.2s ease-in-out;
}

.contact_us_left_side_media_object_main_div {
    background-color: var(--white-color);
    padding: 30px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 10px;
    border-radius: 7px;
}

.contact_us_left_side_media_object_main_div > .d-flex > .flex-shrink-0 > i {
    background-image: var(--gradient-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
    border-radius: 90px 90px 10px 90px;
}

.contact_us_media_content > a {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color);
}

.contact_us_media_content > p {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0px !important;
}

.social_media_icon_div {
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_media_icon_div > h4 {
    font-size: 19px;
    margin-bottom: 10px;
}

.social_media_icon_div > b {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--secondry-color);
    margin: 0px 8px 0px 0px;
    font-family: "Rowdies", sans-serif;
}

.social_media_icon_div > a {
    color: var(--white-color);
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 90px 90px 10px 90px;
    margin: 0px 3px 0px 0px;
}

.social_media_icon_div > a.bxl-facebook {
    background-color: var(--facebook-color);
}

.social_media_icon_div > a.bxl-instagram {
    background-color: var(--instagram-color);
}

.social_media_icon_div > a.bxl-youtube {
    background-color: var(--youtube-color);
}

.contact_us_right_side_main_div {
    background-color: var(--white-color);
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact_us_right_side_main_div > h2 {
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 10px !important;
    text-transform: capitalize;
}

.conatct_us_input_div {
    margin-bottom: 6px;
}

.conatct_us_input_div > label {
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

.conatct_us_input_div > input {
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid var(--gray-color) !important;
    font-size: 14px;
    font-weight: 500;
}

.conatct_us_input_div > textarea {
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid var(--gray-color) !important;
    font-size: 14px;
    font-weight: 500;
}

.conatct_us_input_div > ::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.conatct_us_btn_div {
    margin-top: 10px;
}

.conatct_us_btn_div > button {
    background-image: var(--gradient-color) !important;
    color: var(--white-color) !important;
    border: none !important;
    border-radius: 4px !important;
    outline: none !important;
    padding: 8px 20px !important;
    font-size: 14px;
    font-weight: 500;
}

/* css end */

/* sitemap css start */
.site_section {
    padding: 20px 0px 20px 0px;
}

.sitemap_main_div_list {
    margin-bottom: 20px;
}

.saraswati_collapse_div > li {
    background-color: var(--lightgray-color);
    margin-bottom: 0px;
    border: 1px solid var(--gray-color);
    padding: 12px 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;
}

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

.saraswati_collapse_div > li:hover {
    background-color: var(--secondry-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.saraswati_collapse_div > li > a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
}

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

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

.collpase_list_ul_div > ul {
    padding: 0px 0px !important;
}

.collpase_list_ul_div > ul {
    padding: 0px 0px !important;
    list-style: none !important;
    background-color: var(--gray-color2) !important;
}

.collpase_list_ul_div > ul > li {
    border-bottom: 1px dashed var(--black-color5);
    padding: 7px 0px 7px 0px;
}

.collpase_list_ul_div > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    text-transform: capitalize;
}

/* sitemap css end */

/* blogs css start */
.blogs_section {
    padding: 30px 0px 15px 0px;
    background-color: var(--gray-color4);
}

.blogs_title_div {
    text-align: center;
    margin-bottom: 30px;
}

.blogs_title_div > h2 {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 35px;
}

.blogs_item_div {
    padding: 15px;
    z-index: 1;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    background-color: var(--white-color);
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.6s ease-in-out;
}

.blogs_img_box_div {
    position: relative;
}

.blogs_img_box_div > img {
    border-radius: 20px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.date_overlay_div {
    position: absolute;
    bottom: 20px;
    right: 0px;
    transition: 0.6s ease-in-out;
}

.date_overlay_div > b {
    background-color: var(--secondry-color);
    border-radius: 10px 0px 0px 10px;
    padding: 5px 15px 5px 15px;
    color: var(--white-color);
    font-size: 13px;
    border: 5px solid var(--white-color);
    transition: 0.6s ease-in-out;
}

.blogs_item_div:hover .date_overlay_div > b {
    background-color: var(--primary-color);
}

.blogs_content_div > span > b {
    color: var(--black-color);
    font-weight: 500;
    font-size: 14px;
}

.blogs_content_div > span {
    color: #494545;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #dadad8;
    display: block;
    padding: 7px 0px 6px 0px;
    display: none;
}

.blogs_content_div > h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 8px !important;
    margin-top: 15px;
}

.blogs_content_div > h3 > a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 4px !important;
    margin-top: 6px;
}

.blogs_content_div > p {
    margin-bottom: 8px !important;
    color: #454545;
    line-height: 25px;
    font-weight: 400;
    font-size: 14px;
}

.readmore_btn_blog {
    margin-top: 15px;
}

.readmore_btn_blog > a {
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 6px 14px 8px 14px;
    border-radius: 5px;
    font-weight: 500;
}

.readmore_btn_blog > a > span {
    margin: 0px 0px 0px 5px;
}

.blogs_section .owl-nav > .owl-prev {
    position: absolute;
    bottom: -30px;
    right: 50px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--primary-color);
    font-size: 17px;
}

.blogs_section .owl-nav > .owl-prev:hover {
    background-color: var(--secondry-color) !important;
}

.blogs_section .owl-nav > .owl-next {
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--primary-color);
    font-size: 17px;
}

.blogs_section .owl-nav > .owl-next:hover {
    background-color: var(--secondry-color) !important;
}

/* blogs css end */

.blog_recnet_div_main {
    background-color: var(--white-color);
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid var(--gray-color4);
    border-radius: 7px;
    position: sticky;
    top: 80px !important;
}

.blog_recnet_div_main > h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black-color4);
    margin-bottom: 2px;
}

.recent_blos_post_div {
    border-bottom: 1px dashed var(--gray-color3);
    padding-bottom: 12px;
    padding-top: 12px;
}

.recent_post_media_object > .d-flex > .flex-shrink-0 > img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 7px;
}

.recent_post_media_content_div > p {
    color: var(--black-color6);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px !important;
}

.recent_post_media_content_div > h2 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    line-height: 20px;
    color: var(--black-color3) !important;
}

.recent_post_media_content_div > h2 > a {
    color: var(--black-color3);
}

.recent_post_media_content_div > h2 > a:hover {
    color: var(--third-color);
}
/*  */

/* css start */
.category_slider_section {
    padding: 30px 0px 3px 0px;
}

.category_title_div {
    margin-bottom: 25px;
}

.category_title_div > h1 {
    color: var(--black-color);
    font-size: 25px;
    margin-bottom: 6px !important;
    text-transform: capitalize;
}

.category_title_div > p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px !important;
}

.category_title_div > p > strong {
    color: var(--primary-color);
    font-family: "Righteous", sans-serif;
    font-weight: 500;
}

.category_list_slider_main_div {
    margin-bottom: 10px;
}

.category_items_main_div {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.category_items_main_div > a > .category_img_box {
    text-align: center;
    margin: auto;
}

.category_items_main_div > a > .category_img_box > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    text-align: center;
    margin: auto;
}

.category_items_main_div > a > .category_img_box > a > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    border: 3px solid var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.category_items_main_div > a > .category_img_box > .overlay_zoom_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
    background-image: linear-gradient(
        360deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    text-align: center;
    margin: auto;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.category_items_main_div:hover > a > .category_img_box > .overlay_zoom_icon {
    opacity: 1;
}

.category_items_main_div > a > .category_img_box > .overlay_zoom_icon > span {
    position: absolute;
    top: 43px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: var(--white-color);
}

.category_items_main_div > a > h3 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
    text-transform: capitalize;
}

.category_list_slider_main_div .owl-prev {
    position: absolute;
    top: 40px;
    left: -10px;
    font-size: 30px;
}

.category_list_slider_main_div .owl-next {
    position: absolute;
    top: 40px;
    right: -10px;
    font-size: 30px;
}

.category_products_section {
    background-color: var(--gray-color3);
    padding: 10px 0px;
}

.category_products_section > .container > .row {
    background-color: var(--white-color);
    padding: 10px 0px 10px 0px;
    box-shadow: rgba(218, 218, 219, 0.2) 0px 8px 24px;
    margin-bottom: 12px;
}

.category_left_side_image_main_div {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.category_image_div {
    text-align: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.category_image_div > img {
    border-radius: 5px;
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    filter: brightness(95%);
}

.overlay_enquiry_btn_div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    height: 100%;
    background-image: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0.559) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.overlay_enquiry_btn_div > a {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
}

.category_right_side_content_main_div > h2 {
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category_right_side_content_main_div > h2 > a {
    color: var(--black-color3);
}

.category_right_side_content_main_div > h2 > a:nth-child(2) {
    font-size: 12px !important;
    background-color: var(--secondry-color);
    color: var(--white-color) !important;
    padding: 3px 8px;
    font-weight: 400 !important;
    border-radius: 0px 10px 0px 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: zigzag2 4s infinite;
    display: inline-block;
}

@keyframes zigzag2 {
    0% {
        left: 0px;
    }
    1% {
        left: -5px;
    }
    2% {
        left: 5px;
    }
    3% {
        left: -5px;
    }
    4% {
        left: 5px;
    }
    5% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}

.category_right_side_content_main_div > h2 > a:hover {
    color: var(--secondry-color);
}

.category_right_side_content_main_div > h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--black-color3);
}

.category_right_side_content_main_div > h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--black-color3);
}

.category_right_side_content_main_div > h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--black-color3);
}

.category_right_side_content_main_div > h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: var(--black-color3);
}

.category_right_side_content_main_div > p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px !important;
}

.category_right_side_content_main_div > p > strong {
    color: var(--primary-color);
    font-family: "Righteous", sans-serif;
    font-weight: 500;
}

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

.category_right_side_content_main_div > ul > li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 4px !important;
}

.category_right_side_content_main_div > ul > li > strong {
    color: var(--primary-color);
    font-family: "Righteous", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

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

.category_right_side_content_main_div > ol > li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 4px !important;
}

.category_right_side_content_main_div > ol > li > strong {
    color: var(--primary-color);
    font-family: "Righteous", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.category_read_more_btn {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.category_read_more_btn > a {
    background-color: var(--primary-color);
    padding: 7px 20px;
    position: relative;
    color: var(--white-color);
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px 15px 2px 15px;
}

.category_read_more_btn > a::before,
.category_read_more_btn > a::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--third-color);
    border-radius: 50%;
}

.category_read_more_btn > a::before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.category_read_more_btn > a::after {
    right: -20px;
    transform: translate(50%, -50%);
}

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

.category_read_more_btn > a:hover::before {
    animation: criss-cross-left 0.3s both alternate;
}

.category_read_more_btn > a:hover::after {
    animation: criss-cross-right 0.3s both alternate;
}

@keyframes criss-cross-left {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(50%, -50%);
    }
}

@keyframes criss-cross-right {
    0% {
        transform: translate(50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

/* css end */

.products_details_section {
    padding: 40px 0px;
}

/*  */

/* css start */
.enquiry_modal_section > .modal > .modal-dialog > .modal-content {
    border-radius: 7px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--white-color) !important;
}

.enquiry_modal_section
    > .modal
    > .modal-dialog
    > .modal-content
    > .modal-header {
    padding: 7px 10px !important;
}

.enquiry_modal_section
    > .modal
    > .modal-dialog
    > .modal-content
    > .modal-header
    > .modal-title {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 800;
    text-transform: capitalize;
}

.enquiry_modal_section
    > .modal
    > .modal-dialog
    > .modal-content
    > .modal-header
    > button {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    outline: none !important;
    border: none !important;
    border-radius: 100px !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    font-weight: 500 !important;
}

.enquiry_modal_section .modal-body {
    padding: 10px 10px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div > label {
    font-size: 14px;
    color: var(--black-color3) !important;
    font-weight: 600;
    margin-bottom: 2px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div > input {
    margin-bottom: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: var(--black-color3) !important;
    border: 1px solid #d7d7d7 !important;
    padding: 6px 4px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div > textarea {
    margin-bottom: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: var(--black-color3) !important;
    border: 1px solid #d7d7d7 !important;
    padding: 6px 4px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div ::placeholder {
    font-size: 14px !important;
    color: var(--black-color2) !important;
}

.enquiry_popup_btn_div > button {
    background-image: var(--gradient-color);
    color: var(--white-color) !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

/* css end */

/* sitemap css start */
.site_section {
    padding: 20px 0px 20px 0px;
}

.sitemap_main_div_list {
    margin-bottom: 20px;
}

.thermowood_collapse_div > li {
    background-color: #ab7442 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border-radius: 3px;
}

.thermowood_collapse_div > li > span {
    cursor: pointer;
    background-color: #742e11;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
}

.thermowood_collapse_div > li > a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}

.collpase_list_ul_div > ul > li {
    background-color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    color: #212121 !important;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 0px;
    border-bottom: 1px dashed #c0bfbf !important;
}

.collpase_list_ul_div > ul > li > span {
    cursor: pointer;
    background-color: var(--secondry-color);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
}

.collpase_list_ul_div > ul > li > a {
    color: #212121 !important;
    font-size: 14px;
    font-weight: 500;
}

.sbumenu_ul_list_div > ul {
    padding: 0px 0px !important;
}

.sbumenu_ul_list_div > ul > li {
    background-color: var(--gray-color2) !important;
    outline: none !important;
    box-shadow: none !important;
    color: #212121 !important;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-radius: 0px;
    border-bottom: 1px dashed var(--black-color6) !important;
}

.sbumenu_ul_list_div > ul > li > a {
    color: #212121 !important;
    font-size: 14px;
    font-weight: 500;
}

/* sitemap css end */

/* css start */
.counter_section {
    padding: 40px 0px 25px 0px;
    background-color: var(--gray-color3);
}

.counter_flex_div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.counter_main_div {
    text-align: center;
    margin-bottom: 15px;
    background-color: var(--white-color);
    padding: 20px 10px;
    border: 1px solid var(--gray-color);
    border-radius: 10px;
    width: 100%;
}

.counter_main_div > p {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.counter_icon_div {
    text-align: center;
    margin-bottom: 8px;
}

.counter_icon_div > img {
    width: 60px;
}
.counter_flex_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.counter_main_div {
    flex: 1 1 18%;
    max-width: 20%;
    text-align: center;
}

.counter_main_div > h4 {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--black-color3);
    margin-bottom: 5px !important;
}

.counter_number_div {
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
}

.counter_number_div h3 {
    font-size: 20px;
    margin-bottom: 0px !important;
    color: var(--primary-color);
}

.counter_number_div span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
}

/* css end */

/* gallery css */
.gallery_section_anya {
    padding-top: 30px;
    padding-bottom: 10px;
}

.gallery_div_box_m {
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.gallery_div_box_m img {
    display: block;
    margin: auto;
}

.gallery_overlay_icons {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gallery_overlay_icons a {
    background-color: var(--primary-color);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px solid var(--background-color);
    transition: 0.4s ease;
}

.gallery_overlay_icons a:hover {
    background-color: var(--secondry-color);
}

/* end */

/* footer css */
.footer {
    background-image: url("../images/footerbg01.jpg");
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

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

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

.overlay_footer_image_div > img {
    width: 180px;
    position: relative;
    animation: upDownMove 2s ease-in-out infinite;
}

/* Keyframes */
@keyframes upDownMove {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.overlay_footer_image_div2 {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: -1;
}

.overlay_footer_image_div2 > img {
    width: 180px;
    position: relative;
    animation: upDownMove 2s ease-in-out infinite;
}

/* Keyframes */
@keyframes upDownMove {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.social_icon_mobile_div {
    display: none;
}

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

.footer_logo_about_main_div {
    margin-bottom: 15px;
}

.footer_logo_div {
    margin-bottom: 14px;
}

.footer_logo_div > a > img {
    width: 200px;
    filter: brightness(0%) invert(1);
}

.footer_logo_about_main_div > p {
    color: var(--black-color5);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 7px !important;
    letter-spacing: 0.3px;
}

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

.footer_logo_about_main_div > p > a {
    color: var(--white-color);
}

.social_icon_div_footer > p {
    margin-bottom: 7px !important;
    color: var(--white-color);
    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: 100px;
    margin: 0px 1px;
    font-size: 14px;
    color: var(--white-color);
    animation: pulse-animation 2s infinite;
}

.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: 15px;
    margin-top: 15px;
}

.footer_links_main_div > h5 {
    color: var(--white-color);
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Righteous", sans-serif;
}

.footer_links_main_div > h5 > a {
    color: var(--white-color);
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-family: "Righteous", sans-serif;
}

.footer_map_div {
    margin-bottom: 6px;
}

.footer_map_div > iframe {
    height: 190px;
}

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

.footer_links_main_div {
    margin-bottom: 20px;
}

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

.footer_links_main_div > ul > li {
    padding: 8px 0px 8px 0px;
    border-bottom: 1px dashed var(--black-color6);
}

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

.footer_links_main_div > ul > li > a {
    color: var(--black-color5);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.4s ease-in-out;
}

.footer_links_main_div > ul > li > a:hover {
    color: var(--white-color);
    margin-left: 5px;
    transition: 0.4s ease-in-out;
}

.footer_contactus_content_div > a {
    display: block;
    font-size: 14px;
    color: var(--black-color5);
    font-weight: 400;
    line-height: 27px;
}

.footer_contactus_content_div > h6 {
    color: var(--white-color);
    margin-bottom: 3px !important;
    font-size: 16px;
}

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

.footer_contactus_content_div > p {
    font-size: 14px;
    color: var(--black-color5);
    font-weight: 400;
    margin-bottom: 0px !important;
    line-height: 25px;
}

.footer_media_main_div {
    margin-bottom: 20px;
}

.footer_media_main_div > .d-flex > .flex-shrink-0 > i {
    background-image: var(--gradient-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 90px 90px 10px 90px;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 400;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(171, 169, 169, 0);
    }
}

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

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

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

/* footer css end */

.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 9;
}

.mobile_whatsapp {
    display: none;
}

.call_icon_div {
    text-align: center;
}

.call_icon_div > a {
    background-color: var(--primary-color);
    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;
}

/*  */

/* STATE CITY CSS */

.state_city_section {
    padding: 20px 0px 40px 0px;
}

.state_city_dropdown_main_div > li {
    list-style: none !important;
    background-color: var(--primary-color);
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.state_city_dropdown_main_div > li > span {
    color: var(--white-color);
    background-color: var(--secondry-color);
    color: var(--white-color);
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}

.state_title_div {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 20px;
}

.state_title_div > h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
}

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

.state_city_dropdown_main_div > li > a {
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
}

.city_name_list_main_div {
    max-height: 300px;
    overflow-x: auto;
}

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

.city_name_list_main_div > ul > li {
    background-color: var(--gray-color3);
    padding: 8px 20px 8px 20px;
    border-radius: 0px;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}

.city_name_list_main_div > ul > li:hover {
    background-color: black;
    text-transform: capitalize;
}

.city_name_list_main_div > ul > li > a {
    color: var(--black-color);
    display: block;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.city_name_list_main_div > ul > li > a > span {
    font-size: 13px;
}

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