body {
    color: var(--main-pc-text);
    background: var(--main-bg-color)
}

a,
a:hover,
a:focus {
    color: var(--main-link-color)
}

.white-header {
    background-image: unset !important;
    background: var(--white-color) !important
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    background: var(--primary-color)
}

#scroll.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInUP 2s;
    -webkit-animation: bounceInUP 2s;
    -moz-animation: bounceInUP 2s
}

:root {
    --main-black: #000;
    --white-color: #fff;
    --primary-color: #da0e17;
    --heading-color: #bb0b12;
    --secondary-color: #020202;
    --text-color: #4d4d4d;
    --main-link-color: #4d4d4d
}

.primarybg {
    background: var(--primary-color) !important
}

.primary {
    color: var(--primary-color) !important
}

.secondarybg {
    background: var(--secondary-color) !important
}

.secondary {
    color: var(--secondary-color) !important
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

*,
:before,
:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0
}

a:hover,
a:focus {
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-color);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: capitalize
}

img {
    max-width: 100%
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

p {
    margin: 0;
    font-weight: 500;
    font-size: 16px
}

a {
    text-decoration: none
}

.twobtns {
    display: flex;
    gap: 15px
}

.pc_btn_small a {
    padding: 7px 20px !important
}

.pc_banner_left_content .pc_btn a {
    margin: 0
}

.pc_btn a {
    max-width: fit-content;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: solid 2px var(--secondary-color);
    padding: 9px 20px 11px;
    width: auto;
    text-align: center;
    transition: all .5s;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 30px
}

.pc_btn a:hover {
    background-color: var(--white-color);
    color: var(--secondary-color);
    border: solid 2px var(--secondary-color)
}

.pc_btn .bgfill {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.pc_btn .bgfill:hover {
    background: transparent;
    border-color: var(--primary-color);
    color: #f0e0e0
}

.pc_btn .bgout {
    background: #fc000d;
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    padding: 5px 15px
}

.pc_btn .bgout:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.modal.show .modal-dialog {
    transform: none;
    width: 40% !important
}

.pc_btn .bgout_white {
    background: transparent;
    border-color: var(--bs-white);
    color: var(--bs-white)
}

.pc_btn .bgout_white:hover {
    background: var(--bs-white);
    border-color: var(--bs-white);
    color: var(--secondary-color)
}

.mshop_info>li {
    position: relative
}

.mshop_info .bx {
    color: var(--heading-color) !important
}

.shop_info .usr>i {
    font-size: 40px
}

body .mshop_info>li:hover ul.sub_menu {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1
}

.mshop_info .sub_menu,
.sub_menu {
    position: absolute;
    width: max-content;
    min-width: 160px;
    top: 45px;
    left: 0;
    z-index: 9;
    transform: translate(0px, 20px);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #465e221a;
    border-radius: 0 0 10px 10px;
    background: #f4faf4;
    padding: 17px;
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
    gap: 7px
}

.has_submenu:has(.mega_full) {
    position: unset !important
}

.mega_full {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100%;
    width: 100%;
    padding: 30px;
    border-top: 3px solid #55721b
}

.mega_item a {
    color: var(--heading-color)
}

.mega_full .mega_item {
    display: flex;
    flex-direction: column;
    width: 100%
}

.pc_main_header_wrapper {
    position: relative
}

.main_menu_wrapper>ul>.has_submenu {
    display: flex;
    align-items: center
}

.pc_logo {
    max-width: 170px;
    margin-left: 30px
}

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

.hdricon i {
    width: 30px;
    height: 30px;
    background: #ef1010;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid #ffffff40;
    color: #fff5f5
}

.hdricon:hover i {
    background: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer
}

@keyframes animate {
    0% {
        background-position: left 0 top 0
    }

    25% {
        background-position: left 150px top -150px
    }

    50% {
        background-position: left 300px top -300px
    }

    75% {
        background-position: left 150px top -150px
    }

    100% {
        background-position: left 0 top 0
    }
}

.pc_banner_wrapper .container {
    margin: auto
}

.pc_banner_right_img {
    animation: mover 2s infinite alternate
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.pc_nav_items ul {
    display: flex;
    align-items: center;
    gap: 30px
}

.main_menu_wrapper>ul>li>a {
    color: #020202b0;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: block
}

.main_menu_wrapper>ul>li,
.mshop_info ul>li {
    position: relative
}

.main_menu_wrapper>ul>li.active>a,
.main_menu_wrapper>ul>li>a:hover {
    color: var(--primary-color)
}

.main_menu_parent {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: space-between
}

.bg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 99
}

.call_icon {
    background-color: var(--heading-color);
    padding: 18px;
    border: 1px solid var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    fill: #fff;
    transition: all .4s linear;
    border-radius: 6px 0 0 6px
}

.call_number {
    color: #fff;
    background: var(--primary-color);
    padding: 18px;
    border: 1px solid var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 6px 6px 0
}

.pc_banner_wrapper {
    position: relative;
    width: 100%;
    min-height: 750px;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden
}

.pc_banner_left_text1 p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffffba;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px
}

.cover {
    background-position: center;
    background-size: cover
}

.pc_banner_left_text1 h1 {
    font-size: 52px;
    font-weight: 900;
    color: white !important;
}

.pc_banner_left_text1 h1>span {
    color: var(--primary-color)
}

.pc_banner_left_content {
    margin-top: 90px
}

.pc_banner_btn {
    margin-top: 25px
}

.pc_banner_form span {
    display: grid
}

.pc_banner_form form {
    display: flex
}

.pc_banner_form_section input {
    border: none;
    border-bottom: 1px solid transparent;
    height: 34px
}

.pc_banner_form_section label {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-color)
}

.pc_banner_form span {
    display: grid;
    width: 100%;
    padding-right: 10px
}

.pc_banner_form_section input:focus {
    border-bottom: 1px solid var(--secondary-color)
}

.pc_banner_form_section_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px
}

.pc_banner_form_margin {
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 9
}

input[type="text"] {
    color: var(--text-center)
}

.pc_banner_right_img img {
    margin: 60px auto 20px;
    -webkit-mask-size: 100% 100%
}

.mt-100 {
    margin-top: 100px !important
}

.pc_breadcrumb_wrapper {
    background-image: url(../images/brdcrmb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 68%;
    padding: 140px 0 0;
    position: relative;
    height: 350px
}

.pc_breadcrumb_title h1 {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary-color)
}

.pc_breadcrumb_title ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.pc_breadcrumb_title ul li,
.pc_breadcrumb_title ul li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color)
}

.pc_breadcrumb_title ul li:last-child {
    color: var(--primary-color)
}

.pb120 {
    padding-bottom: 120px !important
}

.cart_small_img img {
    width: 80px;
    height: 80px;
    object-fit: cover
}

.bgoff2 {
    background: #da0e1708 !important
}

.sub_ttl {
    color: var(--secondary-color)
}

.pc_service_box {
    text-align: center;
    background: #fff2f3;
    padding: 20px 20px 25px;
    position: relative;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 0 10px 4px #0000000a;
    overflow: hidden
}

.pc_service_box_body h2 {
    margin-top: 20px;
    color: var(--secondary-color)
}

.pc_service_box:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 4px;
    background-color: transparent;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pc_service_box:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    background-color: #da0e17
}

.pc_service_seperater {
    padding: 8px 0 5px
}

.pc_service_icon img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px
}

.bgfull {
    width: 100%;
    min-height: 100vh
}

.pc_service_box_body h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 26px 0 0
}

.pc_service_heading h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0 auto 30px;
    text-align: center;
    width: 70%;
    line-height: 1.3
}

.pc_service_slider_wrapper {
    margin-top: 60px
}

.pc_service_box_btn a {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color)
}

.pc_service_wrapper {
    padding: 0 0 80px
}

.pc_our_services_wrapper {
    padding: 70px 0
}

.pc_service_box_body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    margin-bottom: 15px
}

.pc_service_heading h2 {
    padding: 5px 0 10px;
    font-size: 34px;
    font-weight: 800;
    width: 80%;
    margin-bottom: 0
}

.pc_service_heading h2>span {
    color: var(--primary-color)
}

.pc_service_button {
    cursor: pointer
}

.pc_diff_slider_wrapper {
    position: relative
}

.pc_service_wrapper .swiper-container {
    z-index: 0;
    overflow: hidden;
    padding: 0
}

.pc_service_wrapper .swiper-button-next1 svg {
    text-align: right;
    margin-right: 0;
    background: var(--primary-color);
    padding: 14px 10px;
    width: 45px;
    height: 45px;
    float: right;
    fill: #fff;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    position: absolute;
    top: calc(50% - 22.5px);
    right: -70px;
    border-radius: 6px
}

.pc_service_wrapper .swiper-button-next1:hover svg {
    background: var(--white-color);
    fill: var(--text-color);
    border: 1px solid #dcdcdb
}

.pc_service_wrapper .swiper-button-prev1 svg {
    margin-right: 0;
    background: var(--primary-color);
    padding: 14px 10px;
    width: 45px;
    height: 45px;
    fill: #fff;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    position: absolute;
    top: calc(50% - 22.5px);
    left: -70px;
    border-radius: 6px
}

.pc_service_wrapper .swiper-button-prev1:hover svg {
    background: var(--white-color);
    fill: var(--text-color);
    border: 1px solid #dcdcdb
}

.video-play-button {
    position: absolute;
    z-index: 0;
    bottom: 25%;
    left: 80px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

a#play-video {
    background: var(--primary-color)
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    border: 1px solid var(--primary-color)
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 200ms;
    border: 1px solid var(--primary-color)
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    top: 10px;
    left: 5px;
    height: 0
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000c;
    opacity: 0;
    transition: all ease 500ms
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms
}

.video-overlay-close:hover {
    color: #fa183d
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px #000000bf
}

.pc_our_services_text1 p {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700
}

.pc_our_services_heading h2 {
    padding: 5px 0 10px;
    font-size: 34px;
    font-weight: 700;
    max-width: 450px;
    width: 100%
}

.pc_our_services_heading h2>span {
    color: var(--primary-color)
}

.pc_service_type_box {
    margin-top: 30px
}

.pc_service_type_box img {
    width: 70px;
    height: 70px;
    object-fit: contain
}

.pc_service_type_box h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 0 5px
}

.pc_service_type_box:hover h5 {
    color: var(--primary-color)
}

.pc_our_services_img {
    position: relative
}

.social_icon:hover .pc_team_info {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.pc_team_section .pc_share_icon {
    position: absolute;
    right: 15px;
    bottom: 70px;
    z-index: 1
}

.pc_team_info_icon {
    position: absolute;
    right: 15px;
    bottom: 30px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all .5s;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.pc_partner_button {
    cursor: pointer;
    position: relative
}

.pc_team_img_wrapper:hover .pc_team_info_icon {
    transform: scaleY(1)
}

.pc_team_inner {
    margin: 195px 0 15px 175px;
    text-align: center;
    color: var(--main-bg-color)
}

.pc_team_info:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative
}

.pc_team_button {
    cursor: pointer
}

.pc_team_info h6 {
    font-size: 20px;
    color: var(--main-primary-color)
}

.pc_team_info_icon a {
    width: 100%;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.pc_fb_bg {
    background: #0b8ff3
}

.pc_lnkdn_bg {
    background: #0794b3
}

.pc_x_bg {
    background: var(--main-black)
}

.pc_team_img_wrapper,
.pc_team_img_wrapper:hover,
.pc_team_img_wrapper .pc_team_hover,
.pc_team_img_wrapper:hover .pc_team_hover,
.pc_team_button>div,
.pc_team_button>div:hover,
.pc_team_button>div svg,
.pc_team_button>div:hover svg {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pc_share_icon a {
    background: var(--primary-color);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%
}

.pc_team_identity>a {
    color: var(--heading-color);
    font-weight: 700;
    font-size: 20px;
    margin-top: 17px;
    display: inline-block
}

.pc_heading {
    margin-bottom: 40px
}

.pc_heading h2 {
    font-size: 34px;
    font-weight: 700
}

.pc_heading h2>span {
    color: var(--primary-color)
}

.pc_team_identity p {
    color: var(--primary-color)
}

.pc_team_identity {
    padding: 0 0 15px;
    margin-top: 5px
}

.pc_team_wrapper .swiper-button-next1 svg {
    text-align: right;
    margin-right: 0;
    background: var(--primary-color);
    padding: 14px 10px;
    width: 45px;
    height: 45px;
    float: right;
    fill: #fff;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    position: absolute;
    top: calc(50% - 22.5px);
    right: -70px;
    border-radius: 6px
}

.pc_team_wrapper .swiper-button-next1:hover svg {
    background: var(--white-color);
    fill: var(--text-color);
    border: 1px solid #dcdcdb
}

.pc_team_wrapper .swiper-button-prev1 svg {
    margin-right: 0;
    background: var(--primary-color);
    padding: 14px 10px;
    width: 45px;
    height: 45px;
    fill: #fff;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    position: absolute;
    top: calc(50% - 22.5px);
    left: -70px;
    border-radius: 6px
}

.pc_team_wrapper .swiper-button-prev1:hover svg {
    background: var(--white-color);
    fill: var(--text-color);
    border: 1px solid #dcdcdb
}

.pc_testimonial_section {
    background-color: #fcf6f6;
    border-radius: 10px;
    padding: 30px;
    position: relative
}

.pc_temnl_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px
}

.pc_client_quote {
    max-width: 350px
}

.pc_client_quote h4 {
    color: var(--heading-color);
    font-size: 16px;
    padding-top: 10px;
    font-weight: 700
}

.pc_client_quote span {
    color: var(--primary-color);
    font-size: 14px;
    padding-left: 10px
}

img.pc_testimonial_icon {
    position: absolute;
    left: 50%;
    top: 35px
}

.pc_testimonial_button {
    cursor: pointer
}

.pc_client_img_quote img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px
}

img.pc_client_main_img {
    display: block;
    background-color: var(--primary-color);
    border-radius: 50px;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100%;
    padding: 2px
}

.pc_testimonial_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.pc_testimonial_button .swiper-button-next1,
.pc_testimonial_button .swiper-button-prev1 {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    z-index: 1
}

.pc_testimonial_button .swiper-button-prev1:hover,
.pc_testimonial_button .swiper-button-next1:hover {
    background: var(--white-color);
    border: 1px solid #dcdcdb
}

.pc_testimonial_button .swiper-button-prev1:hover svg,
.pc_testimonial_button .swiper-button-next1:hover svg {
    fill: var(--text-color)
}

.pc_testimonial_button .swiper-button-next1 svg,
.pc_testimonial_button .swiper-button-prev1 svg {
    fill: var(--white-color);
    transition: all .4s
}

.pc_testimonial_icon_img {
    position: relative;
    z-index: 2
}

.pc_testimonial_wrapper .swiper-container {
    z-index: 0;
    overflow: hidden;
    padding: 25px
}

.space {
    padding-block: 70px
}

.blight {
    background: #6c8d3c0d
}

.flex-start {
    display: flex;
    justify-content: start;
    align-items: center
}

.flex-end {
    display: flex;
    justify-content: end;
    align-items: center
}

.flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.pc_blog_thumb img {
    width: 100px;
    height: 70px;
    object-fit: cover
}

.policy-box {
    margin-bottom: 25px
}

.policy-box h5 {
    margin-bottom: 5px
}

.clear {
    font-size: 12px;
    color: #df7b08
}

.filter_wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #304e1a36
}

body .form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

body .form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: none !important
}

.add_btn a {
    padding: 5px 20px !important
}

.wisbtn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #6c8d3c;
    background: #fff;
    border-radius: 50%;
    color: #6c8d3c
}

.wisbtn:hover {
    background: var(--primary-color);
    color: #fff
}

.clear.small:hover {
    font-size: 12px !important
}

.pc_blog_img_box {
    position: relative
}

.pc_blog_text h3 {
    font-size: 18px;
    font-weight: 700;
    transition: all .3s
}

.pc_blog_text h3:hover {
    color: var(--primary-color)
}

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    max-height: 3.1em;
    overflow: hidden;
    margin-bottom: 5px !important
}

.pc_single_blog_text p {
    text-align: justify
}

.pc_blog_user a {
    transition: all .3s
}

.pc_blog_user a:hover {
    color: var(--primary-color)
}

.pc_blog_user_comment img {
    padding-right: 5px
}

.pc_blog_text_body {
    background: #fff;
    padding: 25px 20px;
    border-radius: 0 0 8px 8px
}

.pc_blog_comment a {
    transition: all .3s
}

.pc_blog_comment a:hover {
    color: var(--primary-color)
}

.pc_blog_user_comment {
    display: flex;
    align-items: center
}

.pc_blog_comment {
    padding-left: 40px
}

.pc_blog_img img {
    transition: all .4s;
    position: relative;
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 6px 6px 0 0
}

.pc_blog_img:hover img {
    transition: all .4s;
    transform: scale(1.1)
}

.pc_blog_img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: all .4s
}

.pc_blog_wrapper {
    background: #fcf6f6;
    padding: 80px 0
}

.pc_shop_img {
    transition: .4s;
    border-radius: 10px;
    background: #f6f7fb
}

.pc_shop_img:hover {
    filter: brightness(0.7)
}

.pagination .sr-only {
    position: relative !important
}

.pc_sidebar_wrapper {
    padding: 15px;
    border: 1px solid #6c8d3c0d;
    background: #6c8d3c1c;
    border-radius: 10px
}

.range-slider {
    position: relative;
    height: 40px;
    margin: 5px 0 -10px
}

.slider-track {
    position: absolute;
    height: 8px;
    width: 100%;
    background: var(--heading-color);
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.slider-range {
    position: absolute;
    height: 8px;
    background: var(--primary-color);
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.range-slider input {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: none
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -5px
}

.range-slider input::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: var(--primary-color);
    border-radius: 50%;
    cursor: pointer
}

.range-slider input::-webkit-slider-runnable-track {
    background: transparent
}

.range-slider input::-moz-range-track {
    background: transparent
}

.price-values {
    padding-bottom: 0;
    text-align: center;
    font-weight: 700
}

.pc_category_field ul li:last-child {
    padding: 0
}

.pc_partner_wrapper .swiper-container {
    z-index: 0;
    overflow: hidden
}

.pc_partner_wrapper {
    padding: 80px 0 150px
}

.pc_partners_container img,
.news_inner img {
    border-radius: 10px
}

.pc_partners_container:hover img,
.pc_partners_container:hover,
.pc_partners_container img,
.pc_partners_container {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pc_partner_button .swiper-button-next1 {
    margin-right: -100px;
    background: var(--primary-color);
    border-radius: 6px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 1
}

.pc_partner_button .swiper-button-next1:hover {
    background: transparent;
    border: 1px solid #a5a9b133
}

.pc_partner_button .swiper-button-prev1 {
    margin-left: -100px;
    background: var(--primary-color);
    border-radius: 6px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 1
}

.pc_partner_button .swiper-button-prev1:hover {
    background: transparent;
    border: 1px solid #a5a9b133
}

.pc_partner_button .swiper-button-next1 svg,
.pc_partner_button .swiper-button-prev1 svg {
    fill: var(--white-color)
}

.pc_partner_button .swiper-button-next1:hover svg,
.pc_partner_button .swiper-button-prev1:hover svg {
    fill: var(--text-color)
}

.pc_contact_wrapper {
    position: absolute;
    width: 100%;
    background: var(--main-black);
    padding: 0 0 20px;
    top: 0
}

.pc_contact_top_box {
    background: linear-gradient(180deg, #F44336, #950000);
    background-size: inherit;
    background-repeat: repeat;
    background-position: center;
    padding: 20px 10px;
    border-radius: 6px;
    margin-top: -50px
}

.pc_contact_box h1 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0 10px
}

.pc_contact_box p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 15px
}

.pc_contact_box {
    text-align: center
}

button.sal_btn.submitForm {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: solid 2px var(--primary-color);
    padding: 10px 30px;
    width: auto;
    text-align: center;
    transition: all .5s;
    font-weight: 500;
    border-radius: 25px;
    margin-top: 20px
}

button.sal_btn.submitForm:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
    border: solid 2px var(--primary-color)
}

.cs_footer_wrapper {
    position: relative;
    background: var(--secondary-color);
    padding-top: 60px
}

.colist li:before {
    display: none
}

.pc_about_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 584/389;
    object-fit: cover
}

.colist li {
    padding-left: 0 !important
}

.cs_footer_icon a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.cs_footer_icon a:hover {
    transform: translateY(-5px)
}

.cs_footer_icon .pc_x_bg {
    background: #25272e
}

.cs_footer_icon ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.cs_footer_icon h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    padding: 25px 0 15px
}

.cs_footer_section1 p {
    padding: 25px 0 15px;
    color: var(--white-color);
    font-weight: 400
}

.cs_footer_icon h5 {
    padding-top: 20px
}

.pc_footer_widget_title {
    font-size: 20px;
    font-weight: 600;
    color: #fc000d;
    padding: 15px 0 25px;
    margin: 0
}

.pc_footer_widget ul li {
    margin-bottom: 10px;
    position: relative;
    transition: all .3s;
    padding-left: 18px
}

.pc_footer_widget ul li:last-child {
    margin-bottom: 0
}

.pc_footer_widget ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #cc000c;
    transition: all .3s;
    transform: scale(1)
}

.pc_footer_widget ul li:hover {
    padding-left: 18px
}

.pc_footer_widget ul li:hover::before {
    transform: scale(1)
}

.pc_footer_widget ul li a {
    color: var(--white-color)
}

.pc_footer_widget ul li a:hover {
    color: #e41000
}

.cs_copyright {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #ffffff3b;
    padding: 15px 0
}

.cs_copyright p {
    color: var(--white-color)
}

.cs_copyright p a {
    color: #ffc9cc
}

.colist li a {
    display: inline-flex;
    align-items: center
}

.pc_team_grid .pc_heading h2 {
    margin-bottom: 0;
    padding-bottom: 0
}

.pc_sidebar_search input[type="text"] {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 47px;
    padding: 0 40px 0 20px;
    position: relative;
    line-height: 50px;
    margin-bottom: 4px;
    border-radius: 6px
}

.pc_sidebar_search a {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 11px 15px;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px
}

h4.pc_sub_heading.relative {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.pc_category_field ul li {
    padding: 0 0 12px;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap
}

.pc_sidebar_tags_box {
    margin-top: 22px
}

.pc_latestPost_field {
    margin-top: 20px
}

.pc_category_field a:hover {
    color: var(--primary-color)
}

.pc_sidebar_post {
    margin-top: 10px;
    margin-bottom: 30px
}

.pc_sidebar_tags_box ul li {
    border: none;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 7px
}

.pc_sidebar_search {
    position: relative;
    margin-bottom: 30px
}

.pc_category_field a {
    color: #1a2b04;
    font-size: 14px;
    font-weight: 400
}

.pc_category_field span {
    font-size: 12px !important
}

.pc_latestPost_field li {
    display: flex;
    margin-bottom: 20px
}

a.pc_blog_title:hover {
    color: var(--primary-color)
}

p.pc_blog_date {
    color: var(--primary-color);
    font-size: 16px
}

.pc_blog_sidebar_tags {
    margin-top: 5px
}

a.pc_blog_title {
    font-size: 16px;
    color: #898d94
}

.pc_blog_title_wrap {
    width: 80%;
    margin-left: 15px
}

a.ed_btn.ed_orange {
    color: var(--white-color);
    background: var(--primary-color);
    padding: 7px 10px;
    border: 1px solid var(--primary-color);
    transition: all .4s;
    border-radius: 6px;
    text-transform: capitalize
}

a.ed_btn.ed_orange:hover {
    color: var(--primary-color);
    background: var(--white-color);
    padding: 7px 10px;
    border: 1px solid var(--primary-color)
}

.pc_blog_section2 {
    margin-top: 30px
}

.blog_pagination_wrapper ul li {
    display: inline-block;
    font-size: 18px
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
    margin-top: 50px
}

body li.page-item .page-link {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

body li.page-item:first-child .page-link,
body li.page-item:last-child .page-link {
    font-size: 28px !important;
    padding-bottom: 17px !important
}

li.page-item a:hover {
    z-index: 2;
    color: var(--primary-color);
    text-decoration: none;
    background-color: var(--white-color);
    border-color: var(--primary-color)
}

.page-link:focus {
    outline: none;
    box-shadow: none
}

.pc_blockquote {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pc_blockquote_img {
    width: 160px;
    margin-right: 10px;
    position: relative
}

.pc_blockquote_img img.pc_quote_user {
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    width: 130px;
    height: 130px
}

.pc_quote_user {
    color: var(--main-link-color);
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    display: inline-block
}

.pc_blockquote_quote p,
.pc_quote_user {
    text-align: left
}

.pc_blockquote_quote {
    width: calc(100% - 170px);
    color: #898d94;
    position: relative;
    text-align: center
}

.pc_blockquote_quote p,
.pc_quote_user {
    text-align: left
}

.pc_quote_user {
    color: #2c3e4a;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    display: inline-block
}

.pc_quote_user>span {
    color: var(--main-txt-color);
    font-size: 16px;
    font-weight: 400
}

.pc_img_text_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pc_img_text_container img {
    width: 370px;
    display: inline-block;
    margin: 6px 15px 6px 0;
    border-radius: 6px
}

.pc_img_text_container p {
    display: inline-block;
    width: calc(100% - 385px)
}

.pc_divider {
    margin: 22px 0;
    display: block
}

.pc_author_message_box {
    background: var(--white-color);
    box-shadow: 0 0 30px 0 #0000000d;
    border: none;
    border-radius: 6px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 74px 0 73px;
    color: var(--main-bg-color)
}

.pc_S_blog_wrapper {
    margin-top: 0
}

.pc_author_image {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-right: 30px
}

.pc_author_image img {
    width: 110px;
    height: 110px;
    border: none;
    border-radius: 100%;
    object-fit: fill
}

.pc_author_content {
    width: calc(100% - 140px)
}

.pc_author_content h5 {
    color: var(--main-bg-color);
    font-weight: 700;
    font-size: 20px
}

.pc_author_content h5 span {
    font-weight: 400;
    font-size: 16px
}

.pc_section_heading {
    font-size: 28px;
    margin-bottom: 35px;
    font-weight: 700
}

.pc_blog_comment>ul>li {
    margin-bottom: 26px;
    display: inline-block
}

.pc_comment_holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px
}

.pc_comment_user {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 30px
}

.pc_comment_user img {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 100%;
    object-fit: fill
}

h5.pc_user_name {
    font-weight: 700;
    font-size: 18px
}

.pc_comment_detail {
    width: calc(100% - 130px)
}

.pc_reply_btn {
    color: var(--primary-color);
    margin-left: 15px
}

.pc_blog_comment ul li ul {
    padding-left: 80px
}

.pc_reply_btn svg {
    width: 16px;
    fill: var(--primary-color)
}

.pc_comment_form .pc_section_heading {
    margin-bottom: 40px
}

.pc_field_holder {
    margin-bottom: 30px
}

.pc_form_field {
    width: 100%;
    border: 1px solid var(--main-border-color);
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex
}

textarea.pc_form_field {
    height: 150px;
    resize: none;
    padding: 12px 20px
}

.pc_blog_single .pc_blog_text h3 {
    padding-top: 15px
}

.modal-body .pc_contact_form {
    padding: 15px;
    box-shadow: 0 19px 38px #ffff 0 15px 12px #ffffff0d;
    background: #6c8d3c08;
    border-radius: 30px;
    border: unset
}

.modal-body .pc_contact_form input,
.modal-body .pc_contact_form select,
.modal-body .pc_contact_form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 5px;
    outline: none
}

.pc_contact_form {
    padding: 30px 20px;
    box-shadow: 0 19px 38px #ffff 0 15px 12px #ffffff0d;
    background: #6c8d3c08;
    border-radius: 30px;
    border: 1px solid #75944880
}

.pc_contact_form .pc_sub_heading {
    margin-bottom: 30px;
    font-size: 26px
}

.pc_sub_heading {
    padding-bottom: 12px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize
}

.pc_contact_form .pc_field_holder {
    margin-bottom: 30px
}

.pc_form_field {
    width: 100%;
    border: 1px solid #6c8d3c52;
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex
}

.pc_contact_form textarea.pc_form_field {
    height: 140px
}

textarea.pc_form_field {
    height: 150px;
    resize: none;
    padding: 12px 20px
}

.cs_map_wrapper {
    margin-top: 0;
    margin-bottom: 0
}

iframe {
    width: 100%;
    border: none
}

.pc_main_contact_wrapper {
    background: #f9f9f9;
    padding: 80px 0
}

.pc_banner_form {
    position: relative
}

.pc_shop_box {
    position: relative;
    z-index: 0
}

.cs_map_section>div {
    font-size: 0
}

.elementor-image-box-wrapper {
    padding: 15px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-style: dashed;
    border-width: 0 1px 0 0;
    border-color: #acbf92
}

.row>div:last-child .elementor-image-box-wrapper {
    border-right: none
}

.elementor-image-box-wrapper img {
    width: 80px;
    height: 80px;
    margin: auto
}

.elementor-image-box-wrapper p {
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px
}

.elementor-image-box-wrapper h3 {
    color: #161616;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px
}

.pc_call_btn .dm-more-menu-toggle a {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px
}

.dm-more-menu-toggle a svg,
.cart i {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    fill: #fff;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.dm-pro-price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px !important
}

.dm-pro-price del {
    font-weight: 600;
    color: #b0b0b0;
    padding-left: 3px;
    font-size: 16px !important
}

.dm-pro-offer {
    color: #6abc6a;
    font-weight: 600;
    padding-left: 10px;
    font-size: 16px
}

.dm-feature-box {
    box-shadow: 0 0 20px 0 #0000001a;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #fff;
    position: relative
}

.dm-feature-icon {
    margin-bottom: 20px;
    position: relative;
    transition: .3s;
    min-height: 87px
}

.dm-feature-shape {
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    overflow: hidden
}

.dm-feature-shape img {
    z-index: 1;
    position: relative
}

.dm-feature-shape svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    fill: var(--heading-color)
}

.dm-feature-icon>img,
.dm-feature-icon>i,
.dm-feature-icon>svg {
    width: 40px;
    height: 40px;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.dm-feature-icon>i {
    font-size: 25px;
    color: #fff
}

.dm-feature-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 10px;
    display: inline-block
}

.dm-feature-box p {
    font-size: 16px;
    padding-bottom: .7rem;
    margin-bottom: 0;
    word-break: break-word;
    text-align: center
}

.dm-counter-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 0 5px 10px 0 #00000012;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #f50056;
    background: #6c8d3c;
    border-color: #426412
}

.dm-counter-icon img {
    max-width: 100%;
    height: auto;
    width: 50px;
    filter: invert(1) brightness(6)
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInUp {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.d_bannner_title.animate-left {
    animation: slideInLeft 1s forwards
}

.d_bannner_mtitle.animate-right {
    animation: slideInRight 1s forwards
}

.d_baner_txt2.animate-up {
    animation: slideInUp 1s forwards
}

.pc_banner_btn .animate-up {
    animation: slideInUp 1s forwards
}

.d_banner_section .d_banner_text {
    margin-left: 119px;
    position: relative
}

.d_bannner_title {
    font-size: 16px;
    font-weight: 500;
    color: #ffb6b9;
    line-height: 1.5;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: normal
}

.d_bannner_shadwtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.d_banner_wrapper .swiper-slide-active .d_bannner_shadwtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.d_banner_wrapper {
    position: relative;
    width: 100%;
    background-position: center center;
    padding: 2px 0 46px !important;
    height: 100%
}

.banner_img {
    max-width: 700px;
    width: 100%;
    height: 450px;
    object-fit: contain
}

.banner_img img {
    width: 100%;
    height: 100%
}

.d_bannner_mtitle {
    font-size: 52px;
    font-weight: 700;
    color: var(--bs-white)
}

.d_bannner_stitle {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--d-gray-color);
    letter-spacing: 0
}

.d_bannner_shadwtitle {
    font-size: 150px;
    text-transform: uppercase;
    color: #ff30521a;
    position: absolute;
    top: -100px;
    left: -57px;
    letter-spacing: 5px
}

.d_banner_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17% 0 10%;
    position: relative
}

.d_banner_wrapper .pagination {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    margin: auto;
    z-index: 2;
    display: flex;
    flex-direction: column
}

.d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: red;
    transform: translateX(-30px);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.d_banner_wrapper .pagination .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    border-radius: 0;
    margin: 12px 0;
    position: relative;
    opacity: 1;
    background: #383a57
}

.d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: "01";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 16px;
    color: red;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):after {
    content: "02"
}

.d_banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):after {
    content: "03"
}

.d_social>ul {
    display: flex
}

.d_banner_social>ul {
    position: absolute;
    right: 60px;
    bottom: 30px
}

.d_banner_social>ul>li {
    margin-left: 20px
}

.d_banner_social>ul>li>a {
    color: #383a57;
    font-size: 17px
}

.d_banner_social>ul>li>a:hover {
    color: var(--d-red-color)
}

.d_bannner_title {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease
}

.d_banner_wrapper .swiper-slide-active .d_bannner_title {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.d_bannner_mtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease
}

.d_bannner_mtitle span {
    color: #c48721
}

.d_banner_wrapper .swiper-slide-active .d_bannner_mtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.d_baner_txt2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.d_banner_wrapper .swiper-slide-active .d_baner_txt2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.d_baner_btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.d_banner_wrapper .swiper-slide-active .d_baner_btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.pc_banner_btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.d_banner_wrapper .swiper-slide-active .pc_banner_btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.d_banner_social>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li:nth-child(02) {
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms
}

.d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li:nth-child(03) {
    -webkit-transition-delay: 1700ms;
    -o-transition-delay: 1700ms;
    transition-delay: 1700ms
}

.d_banner_wrapper .swiper-slide-active .d_banner_social>ul>li:nth-child(04) {
    -webkit-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms
}

.qty-box button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    font-weight: 700
}

.qty-box input {
    border-radius: 8px;
    font-weight: 700;
    padding: 0 !important;
    text-align: center !important
}

.box {
    background: #72914314;
    padding: 20px;
    border-radius: 12px;
    height: 100%
}

.box h3 {
    color: #2e7d32;
    margin-bottom: 15px;
    font-size: 20px
}

.payment-col {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.payment-item {
    border: 1px solid #ddd;
    padding: 14px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: .2s
}

.payment-item:hover {
    border-color: #2e7d32;
    background: #f1f8f4
}

.payment-item img {
    width: 35px
}

.payment-item input:checked+img {
    outline: 2px solid #2e7d32;
    border-radius: 6px
}

.thankyou-container {
    max-width: 700px;
    margin: 60px auto;
    text-align: center
}

.thankyou-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px #00000014
}

.success-icon {
    font-size: 60px;
    color: #2e7d32;
    margin-bottom: 15px
}

.order-info {
    margin-top: 20px;
    text-align: left
}

.order-info p {
    margin: 6px 0;
    font-size: 15px
}

.btn-home {
    background: #2e7d32;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none
}

.btn-home:hover {
    background: #1b5e20
}

.address {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: .2s
}

.address:hover {
    border-color: #2e7d32;
    background: #f1f8f4
}

.btn-main {
    background: #2e7d32;
    color: #fff;
    padding: 12px;
    border: none;
    width: 100%;
    border-radius: 8px;
    font-size: 16px
}

.btn-main:hover {
    background: #1b5e20
}

.removeBtn {
    background: #ff4d4d;
    border: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50%;
    transition: .3s
}

.removeBtn:hover {
    background: #c00;
    transform: scale(1.1)
}

.qty-input {
    width: 50px;
    height: 35px;
    text-align: center !important;
    padding: 0 !important
}

.account-container {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    gap: 20px
}

.sidebar {
    background: #739245;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px #0000000d
}

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

.sidebar li {
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff
}

.sidebar li:hover,
.sidebar li.active {
    background: #e8f5e9;
    color: var(--primary-color);
    font-weight: 600
}

.navo-title {
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 20px
}

.navo-order-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px #0000000f;
    border-left: 4px solid #2e7d32;
    transition: .25s ease
}

.navo-order-card:hover {
    transform: translateY(-2px)
}

.navo-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navo-order-id {
    font-weight: 600;
    color: #2e7d32
}

.navo-order-date {
    font-size: 12px;
    color: #777
}

.navo-total {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px
}

.navo-items {
    margin-top: 12px;
    border-top: 1px dashed #ddd;
    padding-top: 8px
}

.navo-item-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

.navo-item-name {
    font-weight: 500
}

.navo-item-price {
    color: #666
}

.navo-item-total {
    font-weight: 700
}

.navo-actions {
    margin-top: 12px;
    text-align: right
}

.navo-cancel-btn {
    background: linear-gradient(45deg, #d32f2f, #ff5252);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px
}

.navo-cancel-btn:hover {
    opacity: .9
}

.navo-status {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    color: #fff
}

.navo-status-pending {
    background: #ff9800
}

.navo-status-processing {
    background: #2196f3
}

.navo-status-confirmed {
    background: #8e24aa
}

.navo-status-shipped {
    background: #00897b
}

.navo-status-delivered {
    background: #2e7d32
}

.navo-status-cancelled {
    background: #c62828
}

.navo-empty {
    text-align: center;
    color: #888
}

.navo-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999
}

.navo-popup-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 320px;
    text-align: center;
    box-shadow: 0 10px 30px #0003
}

.navo-popup-actions {
    margin-top: 15px;
    display: flex;
    justify-content: space-between
}

.navo-popup-actions button {
    padding: 6px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer
}

.navo-popup-actions button:first-child {
    background: #ccc
}

.navo-popup-actions button:last-child {
    background: #e53935;
    color: #fff
}

.navo-tracking-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e0f5e9;
    border: 1px dashed #319228;
    padding: 12px;
    border-radius: 10px;
    margin-top: 10px
}

.track-left i {
    font-size: 28px;
    color: #319228
}

.track-title {
    font-size: 12px;
    color: #666
}

.track-id {
    font-size: 14px;
    font-weight: 600;
    color: #222
}

.track-btn {
    display: inline-block;
    margin-top: 7px;
    padding: 9px 22px;
    background: #739e0c;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: .3s
}

.track-btn:hover {
    background: #008018;
    color: #fff
}

.track-container {
    max-width: 900px;
    margin: 40px auto
}

.track-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px #00000014
}

.track-title {
    color: #2e7d32
}

.track-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.status-badge {
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff
}

.status-pending {
    background: #ff9800
}

.status-processing {
    background: #2196f3
}

.status-confirmed {
    background: #28a745
}

.status-shipped {
    background: #009688
}

.status-delivered {
    background: #4caf50
}

.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px 0
}

.timeline-bg {
    position: absolute;
    top: 18px;
    width: 100%;
    height: 4px;
    background: #ddd
}

.timeline-progress {
    position: absolute;
    top: 18px;
    height: 4px;
    background: #2e7d32
}

.timeline-step {
    text-align: center;
    flex: 1
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative
}

.timeline-step.active .circle {
    background: #2e7d32
}

.timeline-step.current .circle {
    animation: pulse 1s infinite
}

.label {
    margin-top: 5px;
    font-size: 13px
}

.timeline-step.active .label {
    color: #2e7d32
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.15)
    }

    100% {
        transform: scale(1)
    }
}

.product-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.cancel-box {
    background: #ffebee;
    padding: 15px;
    border-radius: 10px;
    color: #d32f2f;
    display: flex;
    gap: 10px
}

.od-container {
    max-width: 900px;
    margin: 40px auto
}

.od-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 25px #00000014
}

.od-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.od-title {
    color: #2e7d32;
    margin-bottom: 5px
}

.od-id {
    font-weight: 700
}

.od-date {
    color: #888;
    font-size: 13px
}

.od-status {
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff
}

.od-status-delivered {
    background: #4caf50
}

.od-status-pending {
    background: #ff9800
}

.od-status-processing {
    background: #2196f3
}

.od-status-cancelled {
    background: #f44336
}

.od-info {
    display: flex;
    gap: 20px;
    margin: 20px 0
}

.od-tracking {
    display: flex;
    justify-content: space-between;
    background: #e8f5e9;
    padding: 12px;
    border-radius: 10px
}

.od-track-btn {
    background: #2e7d32;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none
}

.od-product {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 15px;
    background: #6b8b3d24;
    border-radius: 10px;
    margin-top: 10px
}

.od-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover
}

.od-details {
    flex: 1
}

.od-name {
    font-weight: 600
}

.od-qty {
    font-size: 13px;
    color: #666
}

.od-price {
    font-weight: 700
}

.od-summary {
    margin-top: 20px
}

.od-summary div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.od-address {
    margin-top: 20px
}

.content {
    flex: 1
}

.card-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px #0000000d
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.btn {
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block
}

.btn-primary {
    background: #28a745;
    color: #fff
}

.btn.bt {
    background: #78af26;
    color: #fff
}

.btn.bt:hover {
    background: #98bf5c;
    color: #fff
}

.btn.bttt {
    background: #465f21;
    color: #fff
}

.btn.bttt:hover {
    background: #98bf5c;
    color: #fff
}

.product-detail-page {
    margin-top: 40px
}

.gallery-wrapper {
    display: flex;
    gap: 15px;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px
}

.main-image {
    flex: 1;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden
}

.main-image img {
    width: 100%;
    transition: .4s
}

.main-image:hover img {
    transform: scale(1.2)
}

.thumb-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.thumb-vertical img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px
}

.thumb-vertical img.active-thumb {
    border: 2px solid #ff6a00
}

.product-info-box {
    padding: 10px 20px
}

.category {
    color: #888;
    font-size: 13px
}

.title {
    font-size: 28px;
    color: #ff6a00;
    font-weight: 600
}

.price {
    font-size: 14px;
    margin: 10px 0;
    gap: 14px !important;
    display: flex
}

.stock {
    color: green
}

.rating {
    color: #ff9800;
    font-size: 14px
}

.qty-box {
    display: flex;
    margin: 15px 0
}

.qty-box button {
    width: 35px;
    height: 35px;
    background: #50712b;
    border: none;
    color: #fff
}

.qty-box input {
    width: 60px;
    text-align: center
}

.mnidetil .qty-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background: #fff
}

.mnidetil .qty-minus,
.mnidetil .qty-plus {
    width: 35px;
    height: 35px;
    border: none !important;
    background: #7ba543 !important;
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-white);
    cursor: pointer;
    transition: .2s
}

.mnidetil .qty-minus:hover,
.mnidetil .qty-plus:hover {
    background: #a1c148 !important
}

.mnidetil .qty {
    width: 45px !important;
    height: 35px;
    text-align: center;
    font-weight: 600;
    background: #7ba5431f;
    box-shadow: none !important;
    border: 1px solid #7ba54333 !important;
    margin-inline: 5px
}

.cart_row .cardbox {
    border: 1px solid #6c8d3c3b !important;
    border-radius: 10px;
    background: #eff4e829
}

.mnidetil .mx-1 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.btn-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.btn-carttt {
    background: #4e8d41;
    color: #fff;
    padding: 10px 20px;
    border: none
}

.price-line {
    display: flex;
    gap: 15px;
    align-items: center
}

.price-line .price {
    font-size: 18px;
    font-weight: 600;
    color: #537c1d
}

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

.qty-input {
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-weight: 700;
    padding: 0
}

.btn-buy {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border: none
}

.visn_area p {
    font-weight: 400
}

.text-green {
    color: var(--primary-color)
}

.bg-green {
    background: var(--primary-color)
}

.vsnmg {
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
    border-radius: 15px
}

.partofbody .card {
    background: #6c8d3c;
    padding: 8px !important
}

.partofbody .card img {
    border-radius: 10px !important
}

.tabs {
    display: flex;
    gap: 25px;
    border-bottom: 1px solid #ddd
}

.tab {
    padding: 10px 0;
    cursor: pointer
}

.tab.active {
    color: #ff6a00;
    border-bottom: 2px solid #ff6a00
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.share-box {
    margin-top: 15px;
    display: flex;
    gap: 10px
}

.share-box a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.fb {
    background: #3b5998
}

.tw {
    background: #000
}

.wa {
    background: #25D366
}

.mail {
    background: #6c63ff
}

.blog-content p {
    margin-bottom: 16px
}

body::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px
}

body::-webkit-scrollbar-track {
    background: #fff7f74d !important
}

body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px
}

.shop_info a:after,
.shop_info a:before {
    display: none
}

@media(min-width:1200px) {
    ul.sub_menu {
        display: block
    }

    ul.sub_menu li {
        display: block;
        text-align: left;
        padding: 0
    }

    .main_menu_wrapper>ul>li>a {
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    ul.sub_menu li a,
    .mega_item a {
        display: block;
        padding: 7px 20px 8px;
        overflow: hidden;
        position: relative;
        color: #1f1c1c;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid #bb0b1229
    }

    .mega_item a:hover,
    ul.sub_menu li a:hover,
    .mega_item a:hover {
        color: var(--heading-color)
    }

    .has_submenu:has(.mega_full) {
        position: unset !important
    }

    ul.sub_menu {
        position: absolute;
        width: max-content;
        min-width: 200px;
        top: 100%;
        left: 0;
        z-index: 9;
        transform: translate(0px, 20px);
        transition: .3s;
        opacity: 0;
        visibility: hidden;
        border-top: 3px solid var(--heading-color);
        border-radius: 0 0 10px 10px;
        padding: 0;
        background: #fff9f9
    }

    .main_menu_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 75%;
        margin-left: auto
    }

    .main_menu_wrapper>ul>li:hover ul.sub_menu {
        transform: translate(0px, 0px);
        visibility: visible;
        opacity: 1
    }

    header.pc_main_header_wrapper.pc_main_header_wrapper_fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: var(--white-color);
        box-shadow: 0 0 30px 0 #0000000d
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1480px) {
    .pc_banner_form span {
        margin-left: -25px
    }
}

@media (max-width: 1400px) {
    .pc_banner_form {
        padding: 40px 20px;
        width: 100%;
        margin-top: 80px
    }

    .main_menu_parent {
        margin-right: 10px
    }

    .pc_banner_left_content {
        margin-top: 60px
    }

    .pc_contact_wrapper {
        padding: 60px 0
    }

    .call_icon {
        padding: 18px 10px
    }

    .call_number {
        padding: 18px 10px
    }

    .pc_sidebar_search a {
        padding: 11px 15px
    }

    .pc_sidebar_search input[type="text"] {
        height: 47px
    }

    .pc_service_wrapper .swiper-button-next1 svg,
    .pc_service_wrapper .swiper-button-prev1 svg,
    .pc_team_wrapper .swiper-button-next1 svg,
    .pc_team_wrapper .swiper-button-prev1 svg,
    .pc_partner_button .swiper-button-prev1,
    .pc_partner_button .swiper-button-next1 {
        position: unset
    }

    .pc_service_button,
    .pc_team_button,
    .pc_partner_button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    .pc_partner_button {
        margin-top: 50px
    }
}

@media (max-width: 1199px) {
    .menu_btn {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border: 1px solid transparent;
        border-radius: 50%
    }

    .droptagg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        z-index: 2
    }

    .sub_menu li>a {
        padding: 10px !important
    }

    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        display: none
    }

    .mega_item {
        gap: 10px
    }

    .sub_menu li>a {
        color: var(--heading-color) !important
    }

    .mshop_info .sub_menu,
    .sub_menu {
        padding: 0;
        border: 0;
        border-radius: 0;
        border-top: 3px solid #68883a
    }

    .mega_full {
        padding: 20px
    }

    .mega_full .row {
        --bs-gutter-x: 0 !important
    }

    .main_menu_wrapper>ul>.has_submenu {
        position: relative !important
    }

    .has_submenu a {
        display: flex !important;
        justify-content: space-between;
        align-items: center
    }

    .menu_btn span {
        display: block;
        width: 18px;
        height: 2px;
        transition: .3s;
        margin: 0 auto 3px;
        background: var(--main-link-color)
    }

    .mpc_logo {
        margin: 30px 0 0 20px
    }

    .menu_btn_wrap.open .menu_btn span:nth-child(2) {
        opacity: 0;
        visibility: hidden
    }

    .menu_btn_wrap.open .menu_btn span:nth-child(1) {
        transform: translate(0px, 4px) rotate(-48deg)
    }

    .menu_btn_wrap.open .menu_btn span:nth-child(3) {
        transform: translate(0px, -6px) rotate(48deg)
    }

    .main_menu_wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        width: 300px;
        z-index: 999;
        overflow: hidden;
        overflow-y: auto;
        background: var(--white-color);
        box-shadow: 2px 4px 28px 0 #0000001a
    }

    .pc_nav_items ul {
        flex-direction: column;
        gap: 0;
        width: 100%
    }

    .main_menu_wrapper.open {
        left: 0;
        flex-direction: column
    }

    .main_menu_wrapper,
    .main_menu_wrapper.open {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .main_menu_wrapper li {
        width: 100%;
        text-align: left;
        padding-bottom: 0 !important;
        border-bottom: 1px solid var(--main-border-color)
    }

    .main_menu_wrapper li.has_submenu {
        padding-left: 0;
        flex-direction: column
    }

    .main_menu_wrapper li:last-child {
        border: none;
        padding-bottom: 0
    }

    .main_menu_wrapper li>ul>li {
        padding-left: 10px
    }

    .main_menu_wrapper ul>li>a {
        padding: 15px 20px 0;
        width: 100%
    }

    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        position: absolute;
        bottom: 0;
        content: ''
    }

    .main_menu_wrapper li.has_submenu:after {
        right: 21px;
        width: 12px;
        height: 2px;
        top: 25px
    }

    .main_menu_wrapper li.has_submenu:before {
        right: 26px;
        width: 2px;
        height: 12px;
        top: 20px
    }

    .main_menu_wrapper li.has_submenu.open::before {
        content: unset
    }

    .main_menu_wrapper ul>li>a {
        padding: 12px 10px
    }

    .call_number {
        padding: 12px 10px;
        font-size: 16px;
        font-weight: 600
    }

    li.pc_call_info_box a p {
        display: flex;
        align-items: center
    }

    .call_icon {
        padding: 0 10px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .pc_call_btn {
        margin-left: 5px
    }

    .main_menu_parent {
        margin-right: 0
    }

    .pc_main_pink_btn a {
        padding: 11px 10px
    }

    .pc_banner_form_section input[type="text"] {
        width: 100%
    }

    .pc_banner_form {
        width: 100%;
        margin-top: 60px;
        margin-left: 0
    }

    .pc_banner_form form {
        display: flex
    }

    .pc_contact_wrapper {
        padding: 60px 0
    }

    .pc_service_button {
        right: 70px;
        top: -40px
    }

    .video-play-button {
        bottom: 20%;
        left: 20px
    }

    .pc_call_btn.menu_btn_wrap ul {
        display: flex;
        align-items: center
    }

    .main_menu_wrapper ul>li {
        width: 100%;
        text-align: left;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec
    }

    .sub_menu>li {
        border-bottom: 0 !important
    }

    .main_menu_wrapper li>ul>li {
        padding-left: 10px
    }

    .main_menu_wrapper ul>li>a {
        padding: 15px 20px;
        display: block
    }

    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        position: absolute;
        bottom: 0;
        content: '';
        background: var(--primary-color)
    }

    .main_menu_wrapper li.has_submenu:after {
        right: 21px;
        width: 12px;
        height: 2px;
        top: 25px
    }

    .pc_testimonial_section {
        padding: 30px 10px 30px 30px
    }

    img.pc_client_main_img {
        width: 80px;
        height: 80px
    }

    .pc_temnl_flex {
        gap: 20px
    }

    .pc_client_img {
        max-width: 80px;
        width: 100%
    }

    .pc_banner_wrapper {
        padding: 150px 0 100px
    }

    .pc_main_header_wrapper {
        top: 0;
        border-bottom: 1px solid #ccc
    }

    .pc_banner_wrapper {
        padding: 60px 0 0
    }

    .d_bannner_mtitle,
    .d_bannner_title {
        text-align: center !important;
        display: flex;
        justify-content: center
    }
}

@media (max-width: 1024px) {
    .main_menu_parent {
        margin-right: 0
    }

    .main_menu_wrapper ul>li>a {
        padding: 12px 15px
    }

    img.pc_testimonial_icon {
        left: 40%;
        top: 150px
    }

    .cs_footer_section5 {
        margin-top: 30px
    }

    .main_menu_wrapper ul>li>a {
        padding: 12px 20px
    }
}

@media (max-width: 991.98px) {

    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        background: var(--primary-color)
    }

    .main_menu_wrapper li.has_submenu:before {
        right: 26px;
        width: 2px;
        height: 12px;
        top: 20px
    }

    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        position: absolute;
        bottom: 0;
        content: ''
    }

    .fixed_header {
        position: relative;
        padding: 0
    }

    .page_title_wrapper {
        padding: 41px 0
    }
}

@media (max-width: 991px) {
    .pc_banner_form {
        width: 100%;
        margin-top: 60px;
        margin-left: 0
    }

    .product-detail-page {
        margin-top: 0
    }

    .price-line {
        flex-wrap: wrap
    }

    .product-info-box {
        padding: 30px 0
    }

    .cart_row .cardbox {
        flex-wrap: wrap;
        justify-content: space-around
    }

    .thankyou-box .pc_heading h2 {
        font-size: 28px;
        margin-bottom: 15px !important
    }

    .pb120 {
        padding-bottom: 50px !important
    }

    .pc_counter_wrapper {
        padding: 50px 0;
        margin-top: 0
    }

    .pc_partner_wrapper {
        padding: 60px 0
    }

    .pc_contact_wrapper {
        position: relative !important
    }

    .cs_footer_wrapper {
        padding-top: 30px !important
    }

    .main_menu_wrapper ul>li>a {
        padding: 12px 20px
    }

    .call_number {
        padding: 0 10px;
        font-size: 14px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .call_number:hover {
        padding: 14px 10px;
        font-size: 14px
    }

    .main_menu_parent {
        margin-right: 0
    }

    .pc_banner_form form {
        flex-wrap: wrap
    }

    .pc_banner_form span {
        display: inline-block;
        margin-bottom: 10px;
        flex: 0 0 50%
    }

    span.pc_header_form_btn.pc_main_pink_btn {
        margin-bottom: 0
    }

    .pc_banner_form span:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .pc_banner_left_content {
        margin-top: 60px
    }

    .video-play-button {
        top: 61%;
        left: 80px
    }

    .pc_contact_wrapper {
        padding: 60px 0
    }

    img.pc_testimonial_icon {
        left: 40%;
        top: 150px
    }

    .pc_about_img {
        text-align: center
    }

    .pc_banner_right_img {
        margin-right: 0;
        margin-top: 60px
    }

    .pc_contact_form {
        margin-right: 0;
        margin-bottom: 40px
    }

    .pc_img_text_container {
        display: block
    }

    .pc_img_text_container p {
        width: 100%;
        padding: 15px 0 0
    }

    .pc_blog_comment ul li ul {
        padding-left: 0
    }

    .pc_banner_left_text1 h1 {
        font-size: 40px
    }

    .pc_about_wrapper {
        padding: 20px 0 0
    }

    section.pc_about_wrapper .col-12 {
        padding: 0 15px
    }

    .pc_service_heading {
        margin-bottom: 20px
    }

    .pc_service_box {
        padding: 10px 12px 15px
    }

    .pc_our_services_img {
        text-align: center
    }

    .pc_testimonial_section {
        max-width: 510px;
        width: 100%;
        margin: auto
    }

    .pc_testimonial_wrapper .pc_heading h2 {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }

    .pc_testimonial_wrapper .swiper-container {
        padding: 25px 0 0
    }

    .d_bannner_mtitle {
        font-size: 40px;
        font-weight: 900;
        color: var(--bs-white)
    }

    .row {
        margin-inline: 0 !important
    }

    body .swiper1 .swiper-slide[aria-label="2 / 3"],
    body .swiper1 .swiper-slide[aria-label="3 / 3"] {
        display: none !important;
        visibility: hidden !important;
        backface-visibility: hidden !important;
        opacity: 0 !important
    }

    .pc_testimonial_wrapper {
        padding-block: 50px !important
    }

    .abusp {
        margin: 0 !important;
        padding: 0 !important
    }

    .pc_service_wrapper .swiper-container {
        padding: 0 0 30px
    }

    .pc_breadcrumb_wrapper {
        padding: 90px 0 0;
        height: 240px
    }

    .space {
        padding-block: 50px
    }

    .pc_contact_top_box {
        margin-top: 0
    }
}

@media (max-width: 767px) {

    .pc_contact_wrapper,
    .pc_main_contact_wrapper {
        padding: 60px 0
    }

    .pc_main_header_box {
        padding: 10px 0;
        --bs-gutter-x: 0
    }

    .pc_breadcrumb_title h1 {
        font-size: 30px
    }

    main {
        padding: 0 !important
    }

    .modal.show .modal-dialog {
        transform: none;
        width: 96% !important
    }

    .pc_logo {
        margin-left: 0
    }

    .d_bannner_mtitle {
        font-size: 22px
    }

    .pc_banner_left_text1 p {
        font-size: 14px;
        margin-top: 0
    }

    .pc_banner_form_section .row {
        gap: 20px
    }

    .pc_heading {
        padding-top: 20px
    }

    .btn_wrap {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        align-items: baseline;
        margin-left: 16px
    }

    .owner-card {
        position: relative;
        top: 0;
        margin-top: 30px;
        width: 100%
    }

    .hdricon i {
        width: 30px;
        height: 30px;
        background: red;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 12px;
        border: 1px solid #ffffff40;
        color: #fff
    }

    .service_title i {
        font-size: 24px;
        margin-right: 10px
    }

    .main_card_aboyt {
        flex-direction: column
    }

    .process_cardin {
        flex-direction: column
    }

    .step_box {
        width: 100% !important
    }

    .step_top h3 {
        font-size: 16px !important
    }

    .property_restoration_section {
        padding: 40px 0 !important
    }

    .contctbnr {
        min-height: 350px !important
    }

    .pc_service_type_box {
        text-align: center
    }

    .abusp {
        margin: 50px 0 10px !important;
        padding: 0 !important
    }

    .pc_team_wrapper .swiper-container {
        padding-bottom: 20px
    }

    .pc_banner_form {
        width: 100%;
        margin-top: 60px;
        margin-left: 0
    }

    .pc_banner_form form {
        display: block
    }

    .pc_banner_form span {
        padding-bottom: 10px
    }

    .pc_banner_left_content {
        margin-top: 60px
    }

    .cs_footer_section4 {
        margin-top: 30px
    }

    .cs_footer_section5 {
        margin-top: 30px
    }

    .pc_blog_user_comment {
        display: block
    }

    .pc_blog_comment {
        padding-left: 0
    }

    .video-play-button {
        top: 20%;
        left: 15%;
        transform: translateX(0%) translateY(0%)
    }

    .pc_about_img {
        text-align: center
    }

    .main_menu_parent {
        margin-right: 0
    }

    .pc_client_quote {
        padding-right: 0
    }

    img.pc_testimonial_icon {
        left: 25%;
        top: 150px
    }

    .pc_contact_box {
        padding-bottom: 10px
    }

    .pc_banner_right_img {
        margin-right: 0;
        margin-top: 60px
    }

    .pc_our_services_img {
        text-align: center
    }

    .pc_our_services_img img {
        border-radius: 5px !important
    }

    .restor_area .row {
        gap: 20px
    }

    .process_area .row {
        gap: 20px
    }

    .cs_footer_section3 {
        margin-top: 30px
    }

    .pc_sidebar_wrapper {
        margin-top: 0
    }

    .pc_blockquote {
        display: block
    }

    .pc_blockquote_quote {
        width: 100%;
        margin: 15px 0 0
    }

    .pc_img_text_container {
        display: block
    }

    .pc_img_text_container p {
        width: 100%
    }

    .pc_author_message_box {
        display: block;
        margin: 40px 0 43px
    }

    .pc_author_content {
        width: 100%;
        padding: 13px 0 0
    }

    .pc_comment_holder {
        display: block
    }

    .pc_comment_detail {
        width: 100%;
        padding: 12px 0
    }

    .pc_blog_comment ul li ul {
        padding-left: 0
    }

    .ps_about_body {
        margin-top: 30px
    }

    .pc_service_wrapper {
        padding: 50px 0
    }

    .pc_contact_top_box .col-lg-4.col-md-4.col-sm-12.col-12:last-child .pc_contact_box {
        padding-bottom: 0
    }

    .pc_banner_wrapper {
        position: relative;
        width: 100%;
        min-height: auto;
        padding: 80px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        overflow: hidden
    }

    .pc_banner_btn a {
        margin: auto !important
    }

    .pc_our_services_wrapper {
        padding: 20px 0 40px
    }

    .pc_contact_box h1 {
        font-size: 16px;
        padding: 5px 0
    }

    .pc_shop_wrapper {
        padding-block: 50px
    }

    .pc_heading {
        margin-bottom: 30px
    }

    .pc_shop_btn a {
        margin: 0 auto
    }

    .pc_service_types {
        padding-bottom: 0
    }

    .elementor-image-box-wrapper {
        border: 0 !important
    }

    .pc_blog_wrapper {
        margin-top: 0;
        padding: 50px 0
    }
}

@media (max-width: 567px) {
    .pc_banner_form {
        width: 100%;
        margin-top: 60px;
        margin-left: 0
    }

    .main_menu_parent {
        margin-right: 0
    }

    .pc_banner_form form {
        display: inline-block
    }

    .pc_about_img {
        text-align: center
    }

    .pc_banner_form span {
        padding-bottom: 10px
    }

    .pc_contact_wrapper {
        padding: 60px 0
    }

    .cs_footer_section4 {
        margin-bottom: 30px
    }

    .cs_footer_section5 {
        margin-bottom: 30px
    }

    .pc_call_btn {
        margin-left: 0
    }

    .pc_banner_left_content {
        margin-top: 60px
    }

    .main_menu_parent {
        margin-right: 0
    }

    .pc_banner_left_text1 h1 {
        font-size: 26px
    }

    .pc_banner_left_text1 p {
        font-size: 14px
    }

    .pc_service_heading.center h2 {
        padding: 5px 0 10px;
        font-size: 24px;
        width: 100%
    }

    .cs_footer_section2 {
        margin-top: 0
    }

    .cs_footer_section3 {
        margin-top: 30px
    }

    .cs_footer_section4 {
        margin: 0
    }

    h2.ps_about_heading {
        font-size: 24px
    }

    .pc_our_services_heading h2 {
        font-size: 24px;
        width: 100%
    }

    .pc_heading h2 {
        padding: 5px 0 0;
        font-size: 24px;
        margin-bottom: 0
    }

    .pc_shop_box {
        max-width: 350px;
        width: 100%;
        margin: auto
    }

    .pc_client_quote {
        padding-right: 0
    }

    img.pc_testimonial_icon {
        left: 25%;
        top: 150px
    }

    .pc_banner_right_img {
        margin-right: 0;
        margin-top: 60px
    }

    .video-play-button {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0
    }

    .video-play-button span {
        position: unset;
        width: auto;
        height: auto
    }

    .video-play-button:before {
        width: 60px;
        height: 60px
    }

    .video-play-button:after {
        width: 70px;
        height: 70px
    }

    .pc_team_wrapper {
        padding: 50px 0
    }

    .pc_testimonial_wrapper .pc_heading h2 {
        max-width: 400px;
        margin: auto;
        width: 100%
    }

    .pc_team_wrapper .pc_heading h2 {
        padding-bottom: 15px;
        max-width: 380px;
        width: 100%;
        margin: auto
    }

    .pc_testimonial_wrapper .swiper-container {
        padding: 15px 0 0
    }

    .pc_counter_text h2 {
        padding: 15px 0 0;
        font-size: 28px;
        font-weight: 800
    }

    .pc_counter_text p {
        font-size: 16px
    }

    .pc_shop_wrapper .pc_heading h2 {
        padding-bottom: 0
    }

    .pc_partner_wrapper {
        padding: 50px 0
    }

    .cs_copyright {
        margin-top: 10px
    }

    .pc_footer_widget_title {
        padding: 15px 0
    }
}

@media (max-width: 480px) {
    .call_number {
        padding: 0 10px;
        font-size: 13px;
        height: 35px;
        border-radius: 6px
    }

    .call_icon {
        height: 40px;
        display: none
    }

    .menu_btn {
        width: 30px;
        height: 30px
    }

    .pc_call_btn.menu_btn_wrap ul {
        gap: 5px
    }

    .pc_about_img {
        max-width: 300px
    }

    .pc_temnl_flex {
        flex-direction: column;
        text-align: center
    }

    .pc_client_img_quote img {
        right: 10px;
        bottom: auto;
        top: 10px
    }

    .pc_blog_text_body {
        padding: 20px 10px 20px 15px
    }
}

@media (max-width: 425px) {
    .pc_counter_text h2 {
        padding: 10px 0 0;
        font-size: 25px
    }

    .pc_counter_text p {
        font-size: 14px
    }

    .pc_counter_icon p,
    p.pc_counter_icon1:after,
    p.pc_counter_icon2:after,
    p.pc_counter_icon3:after,
    p.pc_counter_icon4:after {
        width: 80px;
        height: 80px
    }
}

@media (max-width: 400px) {
    .pc_banner_form {
        width: 100%;
        margin-top: 50px;
        margin-left: 0
    }

    .pc_banner_form form {
        display: inline-block
    }

    .cs_footer_section3 {
        margin-bottom: 20px
    }

    .pc_contact_wrapper {
        padding: 50px 0
    }

    .pc_call_btn {
        margin-left: 0
    }

    .call_icon {
        padding: 15px 3px;
        font-size: 14px
    }

    .cs_footer_section2 {
        margin-top: 0
    }

    .cs_footer_section5 {
        margin-top: 0
    }

    .cs_footer_section4 {
        margin: 20px 0 30px
    }

    .pc_banner_left_content {
        margin-top: 40px
    }

    .pc_our_services_heading h2 {
        font-size: 24px;
        width: 100%
    }

    .pc_banner_left_text1 p {
        font-size: 14px
    }

    img.pc_testimonial_icon {
        left: 25%;
        top: 150px
    }

    .pc_client_quote {
        padding-right: 0
    }

    .pc_banner_right_img {
        margin-right: 0;
        margin-top: 60px
    }

    .video-play-button {
        top: 20%;
        transform: translateX(0%) translateY(0%)
    }

    .pc_shop_wrapper .pc_heading h2 {
        padding-bottom: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 375px) {
    .main_menu_wrapper {
        width: 300px
    }

    .cs_copyright p {
        font-size: 15px
    }
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pc_banner_left_content {
    flex: 0 0 50%;
    padding: 0 20px
}

.pc_banner_wrapper .swiper-button-prev {
    display: none !important
}

.pc_banner_wrapper .swiper-button-next {
    display: none !important
}

@media (max-width: 768px) {
    .swiper-slide {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .pc_banner_left_content {
        flex: 1 0 auto;
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .banner_img {
        flex: 1 0 auto;
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }
}

button.slick-next.slick-arrow {
    display: none !important
}

button.slick-prev.slick-arrow {
    display: none !important
}

@keyframes beat {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.pc_main_header_box {
    width: 100%
}

.proce_card {
    padding: 15px;
    background: #ffffff8f;
    border-radius: 8px;
    gap: 15px;
    box-shadow: 0 2px 5px #00000012;
    position: relative;
    text-align: center;
    height: 100%
}

.pc_blog_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #000
}

.step {
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 100px;
    font-weight: 700;
    color: #8f0f0f0d;
    justify-content: center;
    width: 100px;
    border-radius: 50px 5px;
    left: 0
}

.restor_area {
    background: linear-gradient(180deg, #da0e17, transparent)
}

.proc_icon i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: var(--primary-color);
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px
}

.faq_outer button {
    font-weight: 600 !important
}

.accordion {
    display: flex;
    flex-direction: column
}

.accordion-button:not(.collapsed) {
    color: #da0e17;
    background-color: transparent;
    box-shadow: none !important;
    border-bottom: 1px solid #da0e17
}

.accordion-item {
    border-radius: 8px !important;
    border: 0
}

.accordion-button.collapsed {
    border: 1px solid #ff000021;
    border-radius: 8px !important
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1px solid #e30613
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23da0e17' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important
}

.svrbg {
    background: url(../images/serv.png) center center/cover no-repeat !important
}

.contctbnr {
    background: url(../images/conus.png) center center/cover no-repeat !important;
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden
}

.about-section {
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background: url(../images/aboutus.png) center center/cover no-repeat
}

.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000000f2 0%, #000000d9 35%, #00000059 70%, #0003 100%)
}

.about-content {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 70px 50px;
    color: #fff
}

.small-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px
}

.small-heading span {
    color: red
}

.small-heading::before {
    content: "";
    width: 35px;
    height: 2px;
    background: red
}

.about-content h1 {
    font-size: 51px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff
}

.about-content p {
    font-size: 24px;
    line-height: 1.8;
    color: #ddd;
    max-width: 700px
}

.support-box {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 5;
    background: #da0e17;
    border-radius: 10px;
    padding: 1px 12px;
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff
}

.support-box i {
    font-size: 60px
}

.support-text {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3
}

@media(max-width:991px) {
    .about-content {
        width: 100%;
        padding: 30px 10px
    }

    .about-content h1 {
        font-size: 55px
    }

    .support-text br {
        display: none
    }

    .about-content p {
        font-size: 18px
    }

    .support-box {
        right: 20px;
        left: 20px;
        bottom: 20px;
        justify-content: center;
        padding: 18px
    }

    .support-text {
        font-size: 22px
    }

    .support-box i {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .about-content h1 {
        font-size: 32px
    }

    .small-heading {
        font-size: 13px
    }

    .support-box {
        gap: 12px
    }

    .support-text {
        font-size: 16px
    }
}

.about_services_inner .left-content h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;
    color: #111;
    margin-bottom: 35px
}

.about_services_inner .service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px
}

.about_services_inner .service-item i {
    color: #ff1d1d;
    font-size: 16px
}

.about_services_inner .right-content {
    border-left: 2px solid #ff2a2a;
    background: #ffe9e9;
    padding: 20px
}

.about_services_inner .right-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #111;
    font-weight: 400
}

@media(max-width:991px) {
    .about_services_inner .right-content {
        border-left: 0;
        border-top: 2px solid #ff2a2a;
        padding-left: 15px;
        padding-top: 25px;
        margin-top: 20px
    }

    .about_services_inner .left-content h2 {
        font-size: 25px
    }
}

@media(max-width:576px) {
    .about_services_inner {
        padding: 30px 0
    }

    .about_services_inner .left-content h2 {
        font-size: 18px
    }

    .about_services_inner .service-item {
        font-size: 16px;
        align-items: flex-start;
        line-height: 1.5
    }

    .about_services_inner .right-content p {
        font-size: 17px
    }
}

.about_card_section {
    background: #ffe9e9
}

.about_card_section .row {
    row-gap: 30px
}

.about_card_box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%
}

.about_icon {
    margin-bottom: 15px
}

.about_icon i {
    font-size: 50px;
    color: #ef1010
}

.about_card_box h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin-bottom: 15px
}

.about_card_box p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 15px;
    font-weight: 500
}

.service_title {
    color: #ef1010;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px
}

.service_title i {
    font-size: 24px
}

.about_card_box ul {
    padding-left: 35px;
    margin-bottom: 0
}

.about_card_box ul li {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 8px;
    font-weight: 500
}

.check_list {
    list-style: none;
    padding-left: 0 !important
}

.check_list li {
    position: relative;
    padding-left: 28px
}

.check_list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ef1010;
    position: absolute;
    left: 0;
    top: 1px
}

.call_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ef1010;
    color: #fff;
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px
}

.call_btn:hover {
    color: #fff
}

@media(max-width:991px) {
    .about_card_section {
        padding: 50px 0
    }

    .about_card_box {
        padding: 25px
    }

    .about_card_box h3 {
        font-size: 18px
    }

    .about_card_box p {
        font-size: 16px
    }

    .about_icon i {
        font-size: 40px
    }

    .service_title {
        font-size: 18px
    }

    .about_card_box ul li {
        font-size: 15px
    }

    .call_btn {
        font-size: 16px;
        width: 100%;
        justify-content: center
    }
}

.why_choose_section {
    overflow: hidden
}

.left_main {
    background: #050505;
    height: 100%
}

.left_content {
    padding: 25px 30px;
    color: #fff
}

.left_content h2,
.right_main h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.left_content h2 span,
.right_main h2 span {
    color: #ef1010
}

.top_text {
    font-size: 16px;
    line-height: 1.8;
    color: #cfcfcf;
    margin-bottom: 20px
}

.info_box {
    display: flex;
    gap: 18px;
    margin-bottom: 20px
}

.info_box .icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid #ef1010;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.info_box .icon i {
    color: #ef1010;
    font-size: 22px
}

.info_box .text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff
}

.info_box .text p {
    color: #d5d5d5;
    font-size: 15px;
    line-height: 1.7;
    margin: 0
}

.middle_image {
    height: 100%
}

.middle_image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.right_main {
    background: #fff;
    height: 100%
}

.right_main h2 {
    color: #fff
}

.right_main .top_text {
    color: #d9d9d9;
    margin: 0
}

.top_box {
    background: #050505;
    border-left: 2px solid red;
    padding: 13px 30px
}

.service_card {
    display: flex;
    gap: 18px;
    background: #fff;
    border-radius: 12px;
    padding: 18px 30px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px #00000014
}

.service_icon i {
    color: #ef1010;
    font-size: 34px
}

.service_text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111
}

.service_text p {
    margin: 0;
    color: #555;
    line-height: 1.7;
    font-size: 15px
}

@media(max-width:991px) {

    .left_content,
    .right_main {
        padding: 35px 20px
    }

    .left_content h2,
    .right_main h2 {
        font-size: 28px
    }

    .middle_image {
        height: 350px
    }
}

@media(max-width:576px) {
    .info_box {
        flex-direction: column
    }

    .service_card {
        flex-direction: column
    }

    .service_text h4 {
        font-size: 19px
    }

    .left_content h2,
    .right_main h2 {
        font-size: 24px
    }
}

.process_section .row {
    row-gap: 30px
}

.process_section .process_card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    border: 2px dotted #ff000045
}

.top_icon {
    margin-bottom: 18px
}

.top_icon i {
    font-size: 42px;
    color: #ef1010
}

.process_card h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px
}

.process_card p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 16px
}

.process_cardss h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px
}

.process_cardss p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 16px
}

.small_text {
    font-weight: 700;
    margin-bottom: 10px !important
}

.red_text {
    color: #ef1010 !important;
    font-weight: 700
}

.shape_img {
    width: 180px;
    margin-top: 15px
}

.step_box span {
    min-width: 62px;
    height: 32px;
    background: #ef1010;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    margin: auto;
    margin-bottom: 15px
}

.step_box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff
}

.step_box p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #fff
}

.process_card ul {
    margin-bottom: 20px
}

.process_card ul li {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 8px
}

.bottom_img {
    width: 100%;
    border-radius: 12px;
    margin-top: 15px
}

.check_list {
    list-style: none;
    padding-left: 0 !important
}

.check_list li {
    position: relative;
    padding-left: 28px
}

.check_list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ef1010;
    position: absolute;
    left: 0;
    top: 1px
}

.watermark_icon {
    position: absolute;
    right: -10px;
    bottom: -20px;
    opacity: .05
}

.watermark_icon i {
    font-size: 160px;
    color: #000
}

@media(max-width:991px) {
    .process_section {
        padding: 50px 0
    }

    .process_card {
        padding: 22px
    }

    .process_card h3 {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .top_icon i {
        font-size: 34px
    }

    .process_card h3 {
        font-size: 18px
    }

    .step_box {
        flex-direction: column
    }

    .step_box span {
        width: fit-content
    }
}

.step_box {
    width: 19%;
    background: #ffffff17;
    padding: 20px;
    border-radius: 10px;
    text-align: center
}

.top_icon h3 {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px
}

.contact_banner {
    background: #000;
    overflow: hidden;
    border-bottom: 3px solid #e60000;
    background-image: url(../images/bnrabt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right
}

.banner_left {
    padding: 40px 35px
}

.banner_left h2 {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0
}

.banner_left h2 span {
    color: #ef1010
}

.banner_middle {
    background: linear-gradient(90deg, #c40000, #ff1010);
    padding: 35px 15px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%)
}

.banner_middle h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 23px
}

.contact_wrapper {
    display: flex;
    justify-content: space-between
}

.contact_box {
    width: 33.33%;
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid #ffffff4d
}

.border_none {
    border-right: 0
}

.contact_icon {
    width: 55px;
    height: 55px;
    border: 2px solid #ffffff80;
    border-radius: 50%;
    margin: auto auto 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact_icon i {
    color: #fff;
    font-size: 22px
}

.contact_box h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    margin: 0
}

.banner_right {
    height: 100%
}

.banner_right img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width:1199px) {
    .banner_left h2 {
        font-size: 34px
    }

    .contact_box h4 {
        font-size: 18px
    }
}

@media(max-width:991px) {
    .banner_middle {
        clip-path: none
    }

    .banner_left {
        padding: 30px 20px
    }

    .banner_middle {
        padding: 30px 20px
    }

    .contact_wrapper {
        flex-direction: column;
        gap: 25px
    }

    .contact_box {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff3;
        padding-bottom: 25px
    }

    .border_none {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media(max-width:576px) {
    .banner_left h2 {
        font-size: 28px
    }

    .banner_middle h3 {
        font-size: 20px
    }

    .contact_icon {
        width: 65px;
        height: 65px
    }

    .contact_icon i {
        font-size: 28px
    }

    .contact_box h4 {
        font-size: 16px
    }
}

.service_inner_section {
    background: #000;
    overflow: hidden;
    position: relative
}

.service_inner_left {
    background: #000;
    padding: 40px 0 40px 30px;
    height: 100%;
    position: relative;
    z-index: 2
}

.service_inner_left::after {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 300px;
    height: 100%;
    background: #000;
    transform: skewX(-12deg);
    z-index: -1;
    border-right: 5px solid #d60000
}

.pc_btn.pc_btn_small a:hover {
    background: #920101
}

.service_tag {
    display: inline-block;
    background: #d90000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

.service_inner_left h1 {
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 15px
}

.service_inner_left h1 span {
    color: #ef1010;
    display: block
}

.service_inner_left h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 700
}

.service_inner_left p {
    color: #d0d0d0;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0;
    text-align: justify
}

.service_btns {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    flex-wrap: wrap
}

.theme_btn {
    background: #ef1010;
    color: #fff;
    padding: 15px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s
}

.boxhed {
    width: 100%;
    margin: auto
}

.theme_btn:hover {
    background: #fff;
    color: #111
}

.white_btn {
    background: transparent;
    border: 2px solid #fff
}

.white_btn:hover {
    background: #ef1010;
    border-color: #ef1010;
    color: #fff
}

.service_inner_right {
    height: 100%
}

.service_inner_right img {
    width: 100%;
    height: auto;
    aspect-ratio: 650 / 700;
    object-fit: cover;
    display: block
}

.helpmg img {
    width: 100%;
    height: auto;
    display: block
}

.emergency_box {
    position: absolute;
    background: #000c;
    border: 2px solid #ef1010;
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    bottom: 60px;
    right: 70px
}

.emergency_icon {
    width: 50px;
    height: 50px;
    border: 2px solid #ef1010;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.emergency_icon i {
    color: #ef1010;
    font-size: 18px
}

.emergency_text h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 5px
}

.emergency_text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0
}

@media(max-width:1199px) {
    .service_inner_left h1 {
        font-size: 56px
    }

    .feature_item {
        width: 50%;
        margin-bottom: 20px;
        border-right: 0
    }
}

@media(max-width:991px) {
    .service_inner_left {
        padding: 40px 20px
    }

    .service_inner_left::after {
        display: none
    }

    .service_inner_left h1 {
        font-size: 42px
    }

    .service_inner_left h3 {
        font-size: 22px
    }

    .service_inner_right {
        height: 300px
    }

    .service_inner_right img {
        height: 52vh
    }

    .service_feature_bar {
        padding: 25px 20px
    }

    .feature_item {
        width: 100%
    }

    .emergency_box {
        right: 20px;
        bottom: 20px
    }
}

@media(max-width:576px) {
    .service_inner_left h1 {
        font-size: 34px
    }

    .service_inner_left h3 {
        font-size: 18px
    }

    .theme_btn {
        width: 100%;
        justify-content: center
    }

    .emergency_box {
        padding: 15px;
        gap: 12px
    }

    .emergency_text h2 {
        font-size: 25px
    }

    .emergency_text p {
        font-size: 15px
    }

    .feature_item h4 {
        font-size: 16px
    }
}

.damage_timeline_section {
    padding: 80px 0;
    background: #f8f8f8
}

.timeline_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px
}

.timeline_heading .line {
    width: 120px;
    height: 2px;
    background: #ef1010;
    position: relative
}

.timeline_heading .line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #ef1010;
    border-radius: 50%;
    transform: translateY(-50%)
}

.timeline_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.large-loss img {
    object-fit: contain !important
}

.timeline_heading h2 {
    font-size: 35px;
    font-weight: 700;
    color: #111;
    margin: 0;
    text-align: center
}

.timeline_heading h2 span {
    color: #ef1010
}

.timeline_img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px #0000001f
}

.timeline_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.timeline_card {
    background: #050505;
    border-radius: 10px;
    padding: 20px 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px #0000001f
}

.timeline_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #ff000014, transparent)
}

.timeline_icon {
    display: flex;
    gap: 20px
}

.timeline_icon i {
    font-size: 34px;
    color: #ef1010
}

.timeline_card h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600
}

.timeline_card h3 span {
    color: #ef1010;
    display: block
}

.timeline_card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-top: 15px
}

.timeline_card ul li {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 28px
}

.timeline_card ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ef1010;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 10px
}

@media(max-width:1199px) {
    .timeline_heading h2 {
        font-size: 42px
    }

    .timeline_card h3 {
        font-size: 26px
    }

    .timeline_card ul li {
        font-size: 16px
    }
}

@media(max-width:991px) {
    .damage_timeline_section {
        padding: 60px 0
    }

    .timeline_heading {
        flex-direction: column;
        gap: 15px
    }

    .timeline_heading .line {
        width: 80px
    }

    .timeline_heading h2 {
        font-size: 34px
    }

    .timeline_img {
        height: 250px;
        margin-bottom: 25px
    }

    .timeline_card {
        margin-bottom: 25px
    }
}

@media(max-width:576px) {
    .timeline_heading h2 {
        font-size: 26px
    }

    .timeline_card {
        padding: 25px 20px
    }

    .timeline_card h3 {
        font-size: 22px
    }

    .timeline_card ul li {
        font-size: 15px;
        line-height: 1.7
    }

    .timeline_icon i {
        font-size: 34px
    }
}

.water_process_section {
    padding: 80px 0;
    background: #e7e7e7
}

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

.section_title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111
}

.section_title h2 span {
    color: #ef1010
}

.process_wrapper {
    display: flex;
    flex-wrap: wrap
}

.process_card {
    background: #fff;
    border: 1px solid #f6dddd;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 3px 12px #0000000d
}

.process_card.col-lg-6 {
    width: 49%
}

.arrow {
    display: none
}

.step_top {
    display: flex;
    gap: 12px;
    margin-bottom: 20px
}

.step_icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border: 2px solid #ef1010;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.step_icon i {
    color: #ef1010;
    font-size: 22px
}

.step_top span {
    color: #ef1010;
    font-size: 13px;
    font-weight: 800;
    display: block;
    margin-bottom: 5px
}

.step_top h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #111;
    margin: 0
}

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

.process_card ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #444;
    font-size: 15px;
    line-height: 1.6
}

.process_card ul li::before,
.process_cardss ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ef1010;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px
}

@media(max-width:1199px) {
    .process_wrapper {
        flex-wrap: wrap
    }

    .process_card {
        width: calc(50% - 15px)
    }

    .arrow {
        display: none
    }
}

@media(max-width:767px) {
    .section_title h2 {
        font-size: 25px
    }

    .process_card {
        width: 100%
    }
}

.water_cause_section {
    padding: 80px 0;
    background: #fff
}

.water_cause_section .section_title {
    margin-bottom: 35px
}

.water_cause_section .section_title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #111
}

.water_cause_section .section_title h2 span {
    color: #ef1010
}

.cause_card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ebd5d5;
    box-shadow: 0 3px 12px #0000000d;
    transition: .3s
}

.cause_card:hover {
    transform: translateY(-5px)
}

.cause_img {
    height: 180px
}

.cause_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cause_content {
    padding: 20px 10px
}

.cause_content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 3px
}

.cause_content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin: 0
}

.cause_content ul {
    margin: 0;
    padding-left: 18px;
    list-style: auto
}

.cause_content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #444
}

@media(max-width:991px) {
    .water_cause_section {
        padding: 60px 0
    }

    .water_cause_section .row {
        row-gap: 10px
    }

    .water_cause_section .section_title h2 {
        font-size: 34px
    }
}

@media(max-width:576px) {
    .water_cause_section .section_title h2 {
        font-size: 28px
    }

    .cause_content h3 {
        font-size: 20px
    }

    .cause_content p,
    .cause_content ul li {
        font-size: 14px
    }
}

.property_restoration_section {
    padding: 80px 0;
    background: #e7e7e7
}

.property_card {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center
}

.residential_card {
    background-image: url('../images/Media (2).jfif')
}

.commercial_card {
    background-image: url(../images/svr2.png)
}

.box_vntr {
    display: flex;
    gap: 20px
}

.residential_card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #dc0000f2 0%, #dc000070 45%, #dc000000 100%)
}

.commercial_card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000000f2 0%, #000000d9 45%, #00000026 100%)
}

.property_content {
    position: relative;
    z-index: 2;
    padding: 25px;
    color: #fff
}

.property_icon {
    margin-bottom: 20px
}

.property_icon i {
    font-size: 48px;
    color: #fff
}

.property_content h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

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

.property_content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500
}

.property_content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px
}

@media(max-width:991px) {
    .property_card {
        height: 100%;
        margin-bottom: 0
    }

    .property_restoration_section .row {
        gap: 20px
    }

    .property_content {
        padding: 15px
    }

    .property_content h2 {
        font-size: 18px
    }
}

.water_damage_info_section {
    padding: 80px 0;
    background: #f8f8f8
}

.info_card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #edd6d6
}

.info_img {
    height: 280px;
    overflow: hidden
}

.info_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block
}

.info_content {
    padding: 20px
}

.card_tag {
    display: inline-block;
    background: #ef1010;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
    margin-bottom: 15px
}

.info_content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
    line-height: 1.3
}

.info_content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555
}

.info_content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 7px 0 15px
}

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

.info_content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444
}

.info_content ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ef1010;
    position: absolute;
    left: 0;
    top: 1px
}

.service_area_card {
    display: flex;
    justify-content: center;
    min-height: 100%
}

.location_box {
    background: #fafafa;
    border: 1px solid #ebc6c6;
    border-radius: 6px;
    padding: 14px;
    font-weight: 600;
    transition: .3s;
    height: 100%
}

.location_box i {
    margin-right: 10px
}

.location_box:hover {
    background: #ef1010;
    color: #fff;
    border-color: #ef1010
}

@media(max-width:991px) {
    .info_img {
        height: 220px
    }

    .info_content {
        padding: 15px;
        width: 100%
    }

    .info_content .row {
        flex-direction: column
    }

    .info_content .row .col-6 {
        width: 100% !important
    }

    .info_content h2 {
        font-size: 22px
    }
}

@media(max-width:576px) {
    .water_damage_info_section {
        padding: 50px 0
    }

    .info_content h2 {
        font-size: 16px
    }

    .location_box {
        font-size: 14px;
        padding: 12px
    }
}

.iner_svr {
    background: linear-gradient(180deg, #fdb7bb, transparent)
}

.main_service .pc_service_box {
    text-align: center;
    background: #fff2f3;
    padding: 20px 20px 25px;
    position: relative;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 0 10px 4px #00000026;
    overflow: hidden
}

.innerbx.process_area.space {
    background: linear-gradient(45deg, #b75f6e40, #fff6f6)
}

.pc_blog_banner_content {
    text-align: center;
    color: #fff
}

.pc_blog_banner_content span {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.pc_blog_banner_content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px
}

.pc_blog_banner_content ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0
}

.pc_blog_banner_content ul li,
.pc_blog_banner_content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px
}

.pc_blog_details_wrapper {
    padding: 70px 0;
    background: #f8f8f8
}

.pc_blog_details_content {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ff00004a
}

.pc_blog_featured_img img {
    width: 100%;
    border-radius: 8px;
    height: 400px;
    object-fit: cover
}

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

.pc_blog_meta span {
    color: #666;
    font-size: 14px
}

.pc_blog_meta i {
    color: #d71920;
    margin-right: 5px
}

.pc_blog_details_content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px
}

.pc_blog_details_content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px
}

.pc_blog_details_content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555
}

.pc_blog_details_content ul,
.pc_blog_details_content ol {
    padding-left: 20px;
    margin-bottom: 25px
}

.pc_blog_details_content li {
    margin-bottom: 12px;
    color: #444;
    line-height: 1.8
}

.pc_blog_mid_img img {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0;
    height: 400px;
    object-fit: cover
}

.pc_blog_details_content blockquote {
    background: #fff5f5;
    border-left: 5px solid #d71920;
    padding: 30px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin: 40px 0
}

.pc_blog_highlight {
    background: #ffe8e8;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 25px #00000014;
    height: 100%
}

.pc_blog_highlight i {
    font-size: 45px;
    color: #d71920;
    margin-bottom: 15px
}

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

.pc_blog_cta {
    margin-top: 50px;
    background: linear-gradient(135deg, #d71920, #8e2d2d);
    color: #fff;
    padding: 50px;
    border-radius: 8px;
    text-align: center
}

.pc_blog_cta h3 {
    color: #fff;
    margin-bottom: 15px
}

.pc_blog_cta p {
    color: #ffffffe6
}

.theme_btn {
    background: #ef1010;
    color: #fff;
    padding: 15px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s
}

.white_btn {
    background: transparent;
    border: 2px solid #fff
}

.white_btn:hover {
    background: #ef1010;
    border-color: #ef1010;
    color: #fff
}

.theme_btn:hover {
    background: #fff;
    color: #111
}

.pc_blog_tags {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dfdcdc
}

.pc_blog_tags h4 {
    margin-bottom: 15px
}

.pc_blog_tags a {
    display: inline-block;
    background: #fbe9e9;
    color: #111;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 10px;
    margin: 5px;
    transition: .4s
}

.btn-box a {
    padding: 10px 25px;
    background: red;
    color: #fff;
    border-radius: 8px
}

.btn-box {
    margin-top: 15px
}

.pc_blog_tags a:hover {
    background: #d71920;
    color: #fff
}

.pc_blog_author {
    margin-top: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
    background: #fff5f5;
    padding: 30px;
    border-radius: 8px
}

.pc_author_img img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%
}

.pc_author_content h4 {
    margin-bottom: 10px;
    font-weight: 700
}

.pc_blog_faq {
    margin-top: 30px
}

.pc_blog_faq h3 {
    margin-bottom: 25px
}

.accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 5px 20px #0000000f
}

.accordion-button {
    font-weight: 600;
    padding: 20px
}

.accordion-button:not(.collapsed) {
    background: #d71920;
    color: #fff
}

.accordion-button:focus {
    box-shadow: none
}

.pc_blog_sidebar {
    position: sticky;
    top: 50px
}

.pc_sidebar_box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ff00004a
}

.pc_sidebar_box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

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

.pc_sidebar_box ul li {
    border-bottom: 1px solid #eee
}

.pc_sidebar_box ul li:last-child {
    border-bottom: 0
}

.pc_sidebar_box ul li a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    transition: .4s
}

.pc_sidebar_box ul li a:hover {
    color: #d71920;
    padding-left: 10px
}

.emergency_boxss {
    background: linear-gradient(135deg, #d71920, #ff4545);
    text-align: center;
    color: #fff
}

.emergency_boxss h3,
.emergency_boxss p {
    color: #fff
}

.emergency_boxss a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700
}

.recent_post {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center
}

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

.recent_post a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
    transition: .4s
}

.recent_post a:hover {
    color: #d71920
}

.pc_related_blogs {
    padding: 70px 0;
    background: #fff
}

.pc_related_blogs .pc_blog_section {
    overflow: hidden;
    border-radius: 8px;
    background: #fdeaea;
    transition: .4s
}

.pc_related_blogs .pc_blog_section:hover {
    transform: translateY(-8px)
}

.pc_related_blogs img {
    width: 100%;
    height: 260px;
    object-fit: cover
}

.pc_related_blogs .pc_blog_text {
    padding: 25px
}

.pc_related_blogs .pc_blog_text h3 {
    font-size: 22px;
    font-weight: 700
}

.info_recent p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media(max-width:991px) {
    .pc_blog_banner_content h1 {
        font-size: 38px
    }

    .pc_blog_sidebar {
        margin-top: 40px;
        position: relative;
        top: 0
    }

    .pc_blog_details_content {
        padding: 10px
    }

    .pc_blog_featured_img img {
        height: 250px
    }

    .pc_blog_author {
        flex-direction: column;
        text-align: center
    }

    .pc_blog_details_content blockquote {
        padding: 12px;
        font-size: 16px
    }

    .pc_blog_mid_img img {
        height: 250px
    }
}

@media(max-width:767px) {
    .pc_blog_details_wrapper {
        padding: 50px 0
    }

    .pc_sidebar_box {
        padding: 15px
    }

    .pc_blog_author {
        padding: 11px
    }

    .pc_blog_banner_content h1 {
        font-size: 30px
    }

    .pc_blog_details_content h2 {
        font-size: 18px
    }

    .pc_blog_details_content h3 {
        font-size: 18px
    }

    .pc_blog_details_content .row {
        gap: 20px
    }

    .pc_blog_details_content .col-md-6 {
        padding: 0
    }

    .pc_blog_cta {
        padding: 30px 12px
    }

    .pc_related_blogs {
        padding: 30px 0
    }

    .pc_related_blogs .row {
        gap: 20px
    }

    .pc_related_blogs .pc_blog_text {
        padding: 14px
    }

    .pc_related_blogs .pc_blog_text h3 {
        font-size: 18px;
        font-weight: 700
    }

    .emergency_boxss a {
        font-size: 22px
    }

    .pc_about_img img {
        border-radius: 5px !important
    }

    .pc_blog_meta {
        gap: 15px
    }
}

.pc_contact_section {
    padding: 100px 0;
    background: #f8f8f8
}

.pc_contact_card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    transition: .4s;
    border: 1px solid #ff00005c
}

.pc_contact_card:hover {
    transform: translateY(-8px)
}

.pc_contact_card .icon {
    width: 75px;
    height: 75px;
    margin: auto;
    background: #d71920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.pc_contact_card .icon i {
    color: #fff;
    font-size: 30px
}

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

.pc_contact_card a,
.pc_contact_card p {
    color: #666;
    text-decoration: none;
    margin: 0
}

.pc_contact_image {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.pc_contact_image img {
    width: 100%;
    border-radius: 10px
}

.pc_contact_form {
    background: #fff;
    padding: 25px;
    border-radius: 10px
}

.pc_contact_form span {
    color: #d71920;
    font-weight: 700;
    text-transform: uppercase
}

.pc_contact_form h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px
}

.pc_contact_form input,
.pc_contact_form select,
.pc_contact_form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    outline: none
}

.pc_contact_form input:focus,
.pc_contact_form select:focus,
.pc_contact_form textarea:focus {
    border-color: #d71920
}

.pc_contact_form button {
    background: #d71920;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 700;
    transition: .4s
}

.pc_contact_form button:hover {
    background: #111
}

.pc_google_map iframe {
    display: block
}

@media(max-width:991px) {
    .pc_contact_section {
        padding: 70px 0
    }

    .pc_contact_form {
        padding: 12px
    }

    .pc_contact_form h2 {
        font-size: 32px
    }

    .pc_contact_form .col-md-6,
    .pc_contact_form .col-12 {
        padding: 0
    }

    section.pc_contact_section .col-lg-6 {
        padding: 0 10px
    }
}

@media(max-width:767px) {
    .pc_contact_form h2 {
        font-size: 19px
    }

    .pc_archive_wrapper .col-lg-8,
    .pc_archive_wrapper .col-lg-8 {
        padding: 0
    }

    .pc_archive_body {
        padding: 11px !important
    }
}

.pc_archive_banner {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(#000000bf, #000000bf), url(../images/banner-bg-optimized.jpg);
    background-size: cover;
    background-position: center;
    text-align: center
}

.pc_archive_banner_content span {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.pc_archive_banner_content h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px
}

.pc_archive_banner_content ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0
}

.pc_archive_banner_content ul li,
.pc_archive_banner_content ul li a {
    color: #fff;
    text-decoration: none
}

.pc_archive_wrapper {
    padding: 100px 0;
    background: #f8f8f8
}

.pc_archive_featured {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 35px #00000014
}

.pc_archive_featured_img img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

.pc_archive_featured_content {
    padding: 35px
}

.pc_archive_featured_content span {
    color: #d71920;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px
}

.pc_archive_featured_content h2 {
    font-size: 33px;
    font-weight: 700;
    color: #111;
    margin: 15px 0
}

.pc_archive_featured_content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px
}

.pc_archive_featured_content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d71920;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: .4s
}

.pc_archive_featured_content a:hover {
    background: #111
}

.pc_archive_card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 25px #00000014;
    transition: .4s
}

.pc_archive_card:hover {
    transform: translateY(-8px)
}

.pc_archive_thumb {
    overflow: hidden
}

.pc_archive_thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s
}

.pc_archive_card:hover .pc_archive_thumb img {
    transform: scale(1.08)
}

.pc_archive_body {
    padding: 25px
}

.pc_archive_body span {
    color: #d71920;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.pc_archive_body h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin: 15px 0;
    color: #111
}

.pc_archive_body p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px
}

.pc_archive_body a {
    color: #d71920;
    text-decoration: none;
    font-weight: 700
}

.pc_archive_sidebar {
    position: sticky;
    top: 120px
}

.pc_archive_widget {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px #00000014
}

.pc_archive_widget h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111
}

.pc_archive_widget input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 15px;
    outline: none
}

.pc_archive_widget input:focus {
    border-color: #d71920
}

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

.pc_archive_widget ul li {
    border-bottom: 1px solid #eee
}

.pc_archive_widget ul li:last-child {
    border-bottom: 0
}

.pc_archive_widget ul li a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    transition: .4s
}

.pc_archive_widget ul li a:hover {
    color: #d71920;
    padding-left: 10px
}

.pc_archive_recent_post {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px
}

.pc_archive_recent_post:last-child {
    margin-bottom: 0
}

.pc_archive_recent_post img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 12px
}

.pc_archive_recent_post a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5;
    transition: .4s
}

.pc_archive_recent_post a:hover {
    color: #d71920
}

.pc_archive_helpbox {
    background: linear-gradient(135deg, #d71920, #f44);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff
}

.pc_archive_helpbox h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px
}

.pc_archive_helpbox p {
    color: #ffffffe6;
    margin-bottom: 20px
}

.pc_archive_helpbox a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700
}

.pc_archive_pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px
}

.pc_archive_pagination a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    box-shadow: 0 5px 15px #00000014;
    transition: .4s
}

.pc_archive_pagination a:hover,
.pc_archive_pagination a.active {
    background: #d71920;
    color: #fff
}

.pc_archive_pagination button {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    box-shadow: 0 5px 15px #00000014;
    transition: .4s
}

.pc_archive_pagination button:hover,
.pc_archive_pagination button.active {
    background: #d71920;
    color: #fff
}

@media(max-width:991px) {
    .pc_archive_wrapper {
        padding: 70px 0
    }

    .pc_archive_sidebar {
        position: relative;
        top: 0;
        margin-top: 40px
    }

    .pc_archive_banner_content h1 {
        font-size: 24px
    }

    .pc_archive_featured_content h2 {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .pc_archive_banner {
        padding: 100px 0
    }

    .pc_archive_banner_content h1 {
        font-size: 25px
    }

    .pc_archive_featured_img img {
        height: 250px
    }

    .pc_archive_featured_content {
        padding: 15px
    }

    .pc_archive_widget {
        padding: 15px
    }

    .pc_archive_featured_content h2 {
        font-size: 22px
    }

    .pc_archive_body h3 {
        font-size: 18px
    }
}

.swiper {
    padding-bottom: 60px
}

.swiper-pagination {
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: red
}

.process-pagination {
    text-align: center;
    margin-top: 20px
}

.swiper-pagination-bullet {
    background-color: red !important
}

.swiper-pagination-bullet-active {
    width: 25px !important;
    border-radius: 5px !important
}

.process_wrapper .col-lg-4,
.process_wrapper .col-lg-6 {
    display: flex
}

.process_card {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: .3s
}

.process_card:hover {
    transform: translateY(-5px)
}

.modal-body ul {
    padding-left: 18px
}

.cntmodl .modal-body {
    padding: 0 !important
}

.modal-header {
    padding: 10px 25px !important
}

.modal-body li {
    margin-bottom: 10px
}

.process_card {
    position: relative;
    overflow: hidden;
    transition: .35s;
    height: 250px
}

.process_overlay {
    position: absolute;
    inset: 0;
    background: #e31e2447;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 99
}

.process_section .process_cardss {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    border: 2px dotted #ff000045
}

.process_box ul li::before,
.process_box ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ef1010;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 9px
}

.process_box ul li {
    position: relative
}

.process_box ul {
    margin-top: 10px
}

.process_card:hover .process_overlay {
    opacity: 1;
    visibility: visible
}

.process_btn {
    background: #e31e24;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s
}

.process_btn:hover {
    background: #fff;
    color: #e31e24;
    transform: scale(1.05)
}

.process_card {
    position: relative;
    height: 250px;
    overflow: hidden;
    padding: 25px
}

.process_card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.process_card ul {
    max-height: 80px;
    overflow: hidden
}

.process_card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, #fff0, #fff 85%);
    pointer-events: none
}

@media(min-width: 768px) and (max-width:1023px) {
    main {
        padding: 0 !important
    }

    .d_bannner_mtitle {
        font-size: 30px
    }

    .pc_banner_form_section .row {
        row-gap: 20px
    }

    .restor_area .row {
        row-gap: 20px
    }

    .process_area .row {
        row-gap: 20px
    }

    section.pc_blog_wrapper .row {
        justify-content: start !important
    }

    .pc_temnl_flex {
        flex-direction: column
    }

    .pc_our_services_img img {
        border-radius: 10px !important
    }

    .btn_wrap {
        display: none
    }

    .about-section {
        min-height: 380px
    }

    .about-content h1 {
        font-size: 35px
    }

    .service_inner_right img {
        height: 54vh;
        width: 100%
    }

    .service_inner_left {
        padding: 40px 0 !important
    }

    .step_top h3 {
        font-size: 18px
    }

    .property_restoration_section {
        padding: 40px 0
    }
}

.page_banner {
    position: relative
}

.page_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000008c
}

.page_banner .container {
    position: relative;
    z-index: 2
}

.page_banner h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.page_banner p {
    color: #fff;
    font-size: 18px
}

.privacy-policy .container,
.terms-condition .container {
    width: 70%;
    box-shadow: 0 0 4px 0 #00000047;
    padding: 25px;
    border-radius: 10px
}

.privacy-content h3,
.terms-content h3 {
    font-size: 22px
}

.privacy-content p,
.terms-content p {
    margin-bottom: 15px
}

li.btn-mnu a {
    color: #fff !important;
    font-weight: 600
}

.owner-top {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 35px 30px 20px
}

.owner-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    background: #bdbdbd
}

.owner-info h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.owner-info span {
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    margin-top: 5px
}

.owner-content {
    padding: 0 15px 15px
}

.owner-content p {
    color: #fff;
    font-size: 20px;
    margin: 0
}

.pc_service_box_body h3 a {
    color: #000
}

.owner-footer {
    background: #861515;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 9px;
    border-radius: 10px;
    width: 33%
}

.read-btn,
.review-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.read-btn i {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.review-btn {
    background: #ff442f;
    padding: 15px 35px;
    border-radius: 8px
}

.review-btn:hover {
    color: #fff
}

@media (max-width: 768px) {
    .owner-top {
        flex-direction: column;
        text-align: center;
        gap: 15px
    }

    .owner-info h3 {
        font-size: 34px
    }

    .owner-info span {
        font-size: 18px
    }

    .owner-content {
        text-align: center;
        padding: 0 20px 25px
    }

    .owner-content p {
        font-size: 16px
    }

    .owner-footer {
        flex-direction: column;
        gap: 20px
    }

    .review-btn {
        width: 100%;
        justify-content: center
    }

    .read-btn {
        justify-content: center
    }
}

.service-hero {
    background: #f7f8fb;
    overflow: hidden
}

.hero-box {
    background: #fff;
    border-radius: 25px;
    padding: 70px;
    box-shadow: 0 15px 45px #00000014;
    position: relative
}

.hero-box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #e11d22;
    opacity: .06;
    border-radius: 50%;
    right: -100px;
    top: -100px
}

.service-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e11d22;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 18px
}

.service-tag .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e11d22;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.service-hero h1 {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
    color: #17233b;
    margin-bottom: 25px
}

.service-hero p {
    font-size: 18px;
    color: #555;
    line-height: 1.4
}

.hero-image {
    position: relative
}

.hero-image img {
    width: 100%;
    border-radius: 22px;
    display: block;
    box-shadow: 0 25px 50px #0000002e;
    transition: .4s
}

.hero-image:hover img {
    transform: scale(1.03)
}

.experience-box {
    position: absolute;
    left: -30px;
    bottom: 35px;
    background: #fff;
    border-radius: 18px
}

.experience-box img {
    height: 100px
}

.pc_service_type_box h3 {
    font-size: 25px
}

.owner-footer a:hover,
a:focus {
    color: #fff
}

.experience-box h4 {
    margin: 0;
    color: #e11d22;
    font-size: 34px;
    font-weight: 800
}

.experience-box span {
    font-weight: 600;
    color: #444
}

.contact-strip {
    background: #e11d22;
    padding: 22px 0
}

.contact-strip h4 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 700
}

.contact-strip a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700
}

.service-features {
    padding: 45px 0;
    background: #fff
}

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 35px #00000014;
    transition: .35s;
    border: 1px solid #ececec;
    height: 100%
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px #e11d2226
}

.feature-card i {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff3f3;
    color: #e11d22;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0
}

.feature-card h5 {
    margin: 0;
    font-size: 22px;
    color: #17233b;
    font-weight: 700
}

@media(max-width:991px) {
    .hero-box {
        padding: 40px 30px
    }

    .service-hero h1 {
        font-size: 42px
    }

    .service-hero p {
        font-size: 18px
    }

    .hero-image {
        margin-top: 35px
    }

    .experience-box {
        left: 20px;
        bottom: 20px
    }

    .contact-strip h4,
    .contact-strip a {
        font-size: 24px;
        text-align: center
    }
}

@media(max-width:767px) {
    .hero-box {
        padding: 25px
    }

    .service-hero h1 {
        font-size: 34px
    }

    .service-hero p {
        font-size: 16px
    }

    .service-tag {
        font-size: 16px
    }

    .service-tag .icon {
        width: 42px;
        height: 42px;
        font-size: 18px
    }

    .feature-card {
        padding: 20px
    }

    .feature-card h5 {
        font-size: 18px
    }

    .contact-strip {
        text-align: center
    }

    .contact-strip .col-md-6:last-child {
        margin-top: 12px
    }
}

.about-service {
    background: #f7e8e8
}

.content-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 15px 45px #0000000f
}

.section-tag {
    display: inline-block;
    background: #ffeaea;
    color: #df2025;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 20px
}

.content-box h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #16213f;
    margin: 15px 0
}

.about-service .col-lg-8 {
    padding: 0
}

.content-box h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700
}

.content-box p {
    font-size: 18px;
    color: #555
}

.service-list {
    margin: 30px 0;
    padding: 0;
    list-style: none
}

.service-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 600;
    color: #16213f
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #df2025;
    width: 24px;
    height: 24px;
    background: #ffeaea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700
}

.owner-card {
    position: sticky;
    top: 110px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #ea2328, #991b1b);
    color: #fff;
    box-shadow: #0000002e 0 25px 60px;
    padding: 30px
}

.owner-top {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px 20px
}

.owner-top img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #ffffff40;
    object-fit: cover
}

.owner-top h4 {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 700
}

.owner-top span {
    opacity: .9
}

.owner-card p {
    padding: 0 0 10px;
    font-size: 16px;
    color: #ffffffbd;
    font-weight: 400
}

.owner-btns {
    background: #0000002e;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.owner-btns a {
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.review-btn {
    background: #fff;
    color: #df2025 !important;
    padding: 12px 22px;
    border-radius: 8px;
    transition: .3s
}

.review-btn:hover {
    background: #16213f;
    color: #fff !important
}

@media(max-width:991px) {
    .owner-card {
        position: relative;
        top: 0;
        margin-top: 30px
    }

    .content-box {
        padding: 30px
    }

    .content-box h2 {
        font-size: 36px
    }
}

@media(max-width:767px) {
    .content-box h2 {
        font-size: 28px
    }

    .content-box {
        padding: 22px
    }

    .owner-top {
        flex-direction: column;
        text-align: center
    }

    .owner-btns {
        flex-direction: column;
        gap: 15px
    }
}

.team-area {
    background: #f7f8fc
}

.section-title span {
    color: #df2025;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 5px 0;
    color: #16213f
}

.section-title p {
    color: #666;
    max-width: 650px;
    margin: auto
}

.team-card {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px #00000014;
    transition: .4s;
    height: 100%
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px #df202526
}

.team-img {
    width: 220px;
    flex-shrink: 0;
    overflow: hidden
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s
}

.team-card:hover img {
    transform: scale(1.08)
}

.team-content {
    padding: 15px
}

.team-content h3 {
    font-size: 25px;
    font-weight: 700;
    color: #16213f
}

.team-content span {
    color: #df2025;
    font-weight: 700;
    display: block;
    margin: 6px 0 5px
}

.team-content p {
    color: #666;
    margin: 0
}

.team-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #df2025;
    font-weight: 700;
    text-decoration: none;
    margin-top: 15px
}

.team-content a:hover {
    gap: 14px
}

.service-location {
    background: #fdefef
}

.location-box {
    background: #fdefef;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 12px 35px #00000014
}

.location-box h2 {
    font-size: 25px;
    font-weight: 800;
    color: #16213f
}

.location-box p {
    color: #777;
    margin-bottom: 30px
}

.location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.location-list span {
    background: #fff5f5;
    color: #df2025;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #ffd6d6;
    transition: .3s
}

.location-list span:hover {
    background: #df2025;
    color: #fff;
    transform: translateY(-3px)
}

.location-list i {
    margin-right: 6px
}

@media(max-width:991px) {
    .team-card {
        flex-direction: column
    }

    .team-img {
        width: 100%;
        height: 280px
    }

    .location-box {
        text-align: center
    }

    .location-list {
        justify-content: center;
        margin-top: 30px
    }
}

@media(max-width:767px) {
    .section-title h2 {
        font-size: 34px
    }

    .team-content {
        padding: 25px
    }

    .location-box {
        padding: 25px
    }

    .location-box h2 {
        font-size: 28px
    }
}

.testimonial-card {
    position: relative;
    width: 100%;
    min-height: 515px;
    padding: 52px 52px 34px;
    background: linear-gradient(145deg, #810000 0%, #b00000 55%, #980000 100%);
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: #03376538 0 24px 45px
}

.testimonial-card::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: #ffffff0f
}

.testimonial-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 23px;
    background: #7b0a0c
}

.quote-mark {
    position: absolute;
    top: 12px;
    left: 46px;
    font-size: 112px;
    line-height: .8;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #ffffffe6
}

.testimonial-content {
    position: relative;
    z-index: 2;
    padding-top: 30px
}

.testimonial-content p {
    max-width: 310px;
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    font-style: italic;
    color: #fff
}

.testimonial-content h4 {
    margin: 0;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    color: #fff
}

.testimonial-dots {
    display: none
}

.testimonial-bottom {
    position: absolute;
    right: 28px;
    bottom: 45px;
    z-index: 3;
    display: flex;
    justify-content: flex-end
}

.testimonial-arrows {
    display: flex;
    gap: 12px
}

.testimonial-arrows button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #ffffff2e;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    justify-content: center
}

.testimonial-arrows button:hover {
    background: #fff;
    color: #064783
}

@media (max-width: 575px) {
    .testimonial-card {
        min-height: 470px;
        padding: 44px 30px 32px
    }

    .quote-mark {
        left: 28px;
        font-size: 95px
    }

    .testimonial-content {
        padding-top: 105px
    }

    .testimonial-content p {
        font-size: 16px
    }

    .testimonial-bottom {
        right: 24px;
        bottom: 42px
    }
}

.credentials-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%)
}

.section-heading {
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 60px;
    justify-content: center !important
}

.sub-title {
    display: inline-block;
    color: #c62828;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0c2340;
    margin-bottom: 15px
}

.section-heading p {
    color: #666;
    font-size: 17px;
    line-height: 28px
}

.certificate-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: .4s;
    box-shadow: 0 12px 35px #00000014;
    height: 100%;
    border: 1px solid #edf2f7
}

.certificate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px #00000026
}

.certificate-img {
    width: 180px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.certificate-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: .4s
}

.certificate-card:hover img {
    transform: scale(1.08)
}

.certificate-card h4 {
    margin-top: 25px;
    font-size: 22px;
    color: #0c2340;
    font-weight: 700
}

.line {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #d32f2f, #0b5ed7);
    margin: 20px auto 0;
    border-radius: 50px
}

@media(max-width:768px) {
    .section-heading h2 {
        font-size: 32px
    }

    .certificate-card {
        padding: 30px 20px
    }
}

.section-heading h2 {
    font-size: 30px !important;
    margin-bottom: 30px
}

section.franchise_cta {
    padding-top: 73px
}

.franchise_cta_box {
    background: #7b0a0c;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .4s
}

.franchise_cta_box::before {
    content: "";
    position: absolute;
    left: -40%;
    top: 0;
    width: 40%;
    height: 100%;
    background: #ffffff14;
    transform: skewX(-30deg);
    transition: .8s
}

.franchise_cta_box:hover::before {
    left: 120%
}

.franchise_cta_box:hover {
    transform: translateY(-5px)
}

.franchise_cta_box h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4
}

@media (max-width:991px) {
    .franchise_cta_box h2 {
        font-size: 30px
    }
}

@media (max-width:576px) {
    .franchise_cta {
        padding: 30px 0 60px
    }

    .franchise_cta_box {
        padding: 25px 15px
    }

    .franchise_cta_box h2 {
        font-size: 22px
    }
}

.content-section {
    background: #fff;
    padding: 70px 0
}

.content-section .container {
    max-width: 1140px
}

.content-section h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #071d44;
    line-height: 1.2;
    margin-bottom: 30px
}

.content-section h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #071d44;
    margin-bottom: 15px;
    line-height: 1.3
}

.content-section h4,
.content-section h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #071d44;
    margin-bottom: 8px
}

.content-section p {
    font-size: 1.22rem;
    color: #333;
    line-height: 1.9;
    margin-bottom: 28px
}

.content-section strong {
    color: #071d44;
    font-weight: 700
}

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

.toc-list li {
    margin-bottom: 6px
}

.toc-list a {
    color: #d62828;
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: .3s
}

.toc-list a:hover {
    color: #a81414;
    padding-left: 5px
}

.content-list {
    padding-left: 22px;
    margin-bottom: 30px
}

.content-list li {
    margin-bottom: 20px
}

.content-list li::marker {
    color: #071d44
}

.content-list li h5 {
    margin-bottom: 5px
}

.content-list li p {
    margin-bottom: 0
}

.service-item {
    margin-bottom: 20px
}

.service-item:last-child {
    margin-bottom: 0
}

.feature-list {
    padding-left: 22px;
    margin-bottom: 30px
}

.feature-list li {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.9;
    color: #222
}

.feature-list li::marker {
    color: #071d44
}

.content-section hr {
    border: 0;
    border-top: 2px solid #d7d7d7;
    margin: 45px 0
}

.content-section a {
    color: #d62828;
    text-decoration: underline;
    transition: .3s
}

.content-section a:hover {
    color: #a81414
}

@media (max-width:992px) {
    .content-section {
        padding: 60px 0
    }

    .content-section h2 {
        font-size: 2.3rem
    }

    .content-section h3 {
        font-size: 1.7rem
    }

    .content-section h4,
    .content-section h5 {
        font-size: 1.2rem
    }

    .content-section p {
        font-size: 1.08rem
    }

    .toc-list a {
        font-size: 1.15rem
    }

    .feature-list li {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    .content-section {
        padding: 50px 0
    }

    .content-section h2 {
        font-size: 1.9rem
    }

    .content-section h3 {
        font-size: 1.45rem
    }

    .content-section h4,
    .content-section h5 {
        font-size: 1.1rem
    }

    .content-section p {
        font-size: 1rem;
        line-height: 1.8
    }

    .toc-list a {
        font-size: 1rem
    }

    .feature-list li {
        font-size: .98rem
    }

    .content-section hr {
        margin: 35px 0
    }
}

.about-service {
    padding: 80px 0
}

.content-box {
    height: auto;
    max-height: none;
    overflow: visible
}

.testimonial-card {
    position: sticky;
    top: 10px
}



.pc_banner_left_text1 h1 {
    font-size: 52px;
    font-weight: 900;
    color: white !important;
}