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;
}

/********************************************************
    2. Comman CSS Start
********************************************************/

:root {
    --main-black: #000000;
    --white-color: #ffffff;
    --primary-color: #7a040d;
    --heading-color: #500507;
    --secondary-color: #dc9319;
    --text-color: #474848;
    --main-link-color: #5a647a;
}


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

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

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

.secondary {
    color: #f9c056 !important;
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

img {
    max-width: 100%;
}


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

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

.container {
    max-width: 1320px;
}

a {
    text-decoration: none;
}

/* button css */

.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: 10px 20px;
    width: auto;
    text-align: center;
    transition: all 0.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: var(--primary-color);
}

.pc_btn .bgout {
    background: #790303;
    border-color: #fff;
    color: #fff;
}

.pc_btn .bgout:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-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: 0.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;
}

/********************************************************
    4. Header CSS Start
********************************************************/

.top_header {
    background: linear-gradient(-90deg, #500507, #7a040d);
    padding-block: 10px;
}

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

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

.hdricon:hover i {
    background: #ebab3d;
    cursor: pointer;
}




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

    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 0px top 0px;
    }
}

.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: #50050799;
    text-transform: capitalize;
    position: relative;
    margin: 0 0px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    /* padding: 30px 0; */
}

.droptagg {
    color: #50050799;
}

ul.sub_menu li a:hover {
    color: var(--primary-color);
}

.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(--secondary-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: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

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

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

/********************************************************
    4. Banner CSS Start
********************************************************/
.pc_banner_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    width: 100%;
    padding: 80px 0;
}

.pc_banner_left_text1 p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    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: var(--heading-color);
}

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


/********************************************************
    5. About CSS Start
********************************************************/
.pc_breadcrumb_wrapper {
    background-image: url(../images/brdcrmb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 68%;
    padding: 140px 0 0px 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: #f9f4e9 !important;
}

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


/********************************************************
    6. Service CSS Start
********************************************************/

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

.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 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pc_service_box:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    background-color: var(--secondary-color);
}

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

.pc_service_heading h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0px auto 30px auto;
    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: bold;
    color: var(--secondary-color);
}

.pc_service_wrapper {
    padding: 0px 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: 0px;
}

.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: 0px 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 0.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: 0px;
    background: var(--primary-color);
    padding: 14px 10px;
    width: 45px;
    height: 45px;
    fill: #fff;
    border: 1px solid var(--primary-color);
    transition: all 0.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 style start=========*/

.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: rgba(0, 0, 0, 0.80);
    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 rgba(0, 0, 0, 0.75);
}


/*=========video play button style end=========*/

.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: 800;
    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: bold;
    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 0.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 {
    width: 100%;
    display: inline-block;
} */

.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 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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: bold;
    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 0px 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 0.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: 0px;
    background: var(--primary-color);
    padding: 14px 10px;
    width: 45px;
    height: 45px;
    fill: #fff;
    border: 1px solid var(--primary-color);
    transition: all 0.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;
}


/********************************************************
    9. Testimonial CSS Start
********************************************************/


.pc_testimonial_section {
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    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_wrapper {
    padding-top: 100px;
    background-image: url(../images/banner3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.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 0.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 0.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: #ffffff;
    border-radius: 50%;
    color: #6c8d3c;
}

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

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

/********************************************************
    12. Blog CSS Start
********************************************************/

.pc_blog_img_box {
    position: relative;
}

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

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

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 1 line */
    -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_blog_text p {
    padding: 8px 0px;
}

.pc_single_blog_text p {
    text-align: justify;
}

.pc_blog_user a {
    transition: all 0.3s;
}

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

.pc_blog_user_comment img {
    padding-right: 5px;
}

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

.pc_blog_comment a {
    transition: all 0.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 0.4s;
    position: relative;
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

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

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

.pc_blog_wrapper {
    background: #6c8d3c33;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.pc_shop_img {
    transition: 0.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;
}

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

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

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


.bg_main {
    background: #68050b;
    padding: 10px;
    border-radius: 10px 20px 100px 10px;
    width: 70%;
    color: #c2870b;
    margin-top: 10px;
}

.intxt {
    color: #fff !important;
}


.intxt i {
    color: #c08304 !important;
}

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

.service-box-section {
    background: linear-gradient(135deg, #fff8ef, #fffdf9);
    position: relative;
    overflow: hidden;
}

.service-card {
    background: #fff;
    border-radius: 30px;
    padding: 25px 30px;
    position: relative;
    transition: 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(188, 122, 0, 0.15);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
}

.service-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgb(104 5 11 / 13%);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.service-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px dashed rgb(122, 0, 0);
    border-radius: 50%;
    bottom: -60px;
    left: -60px;
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 25px;
    background: linear-gradient(135deg, #5c0000, #68050b);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    margin-bottom: 25px;
    box-shadow: 0 12px 25px rgb(104 5 11 / 29%);
}

.service-icon i {
    transform: rotate(-45deg);
    font-size: 32px;
    color: #fff;
}

.service-card h3 {
    font-size: 34px;
    color: #5c0000;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: transparent;
    border: 2px solid #660409;
    color: #7a0000;
    padding: 9px 28px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    transition: .3s;
}


.service-btn i {
    transition: .3s;
}

.service-btn:hover i {
    transform: translateX(5px);
}

/* Responsive */

@media(max-width:991px) {

    .service-card {
        padding: 45px 25px;
    }

    .service-card h3 {
        font-size: 28px;
    }
}

@media(max-width:576px) {

    .service-box-section {
        padding: 40px 0;
    }

    .service-card {
        border-radius: 22px;
        padding: 40px 20px;
    }

    .service-icon {
        width: 80px;
        height: 80px;
    }

    .service-icon i {
        font-size: 34px;
    }

    .service-card h3 {
        font-size: 24px;
    }

    .service-btn {
        padding: 10px 22px;
        font-size: 15px;
    }
}


.about-trust-section {
    background: linear-gradient(135deg, #fff9f1, #ffffff);
    overflow: hidden;
    position: relative;
}

.about-trust-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(185, 122, 0, 0.05);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.about-trust-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px dashed rgba(122, 0, 0, 0.08);
    border-radius: 50%;
    bottom: -140px;
    right: -120px;
}

.trust-logo {
    position: relative;
}

.logo-circle {
    width: 420px;
    height: 420px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(185, 122, 0, 0.15);
}

.logo-circle::before {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    border: 2px dashed rgba(185, 122, 0, 0.25);
    border-radius: 50%;
}



.mini-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #b87900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.trust-content h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #5b0000;
    font-weight: 800;
    margin-bottom: 18px;
}

.title-shape {
    width: 90px;
    height: 4px;
    background: linear-gradient(to right, #f5b028, #7a0000);
    border-radius: 30px;
    margin-bottom: 28px;
}

.trust-content p {
    font-size: 17px;
    line-height: 2;
    color: #555;
    margin-bottom: 22px;
    text-align: justify;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: linear-gradient(to right, #f5b028, #8f3f00);
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    margin-top: 10px;
}

.about-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

.about-btn i {
    transition: .3s;
}

.about-btn:hover i {
    transform: translateX(5px);
}

/* Responsive */

@media(max-width:1199px) {

    .logo-circle {
        width: 350px;
        height: 350px;
    }

    .logo-circle::before {
        width: 390px;
        height: 390px;
    }

    .trust-content h2 {
        font-size: 42px;
    }
}

@media(max-width:991px) {

    .trust-content {
        text-align: center;
    }

    .title-shape {
        margin: 0 auto 28px;
    }

    .trust-content h2 {
        font-size: 36px;
    }

    .logo-circle {
        width: 300px;
        height: 300px;
    }

    .logo-circle::before {
        width: 340px;
        height: 340px;
    }
}

@media(max-width:576px) {

    .about-trust-section {
        padding: 50px 0;
    }

    .logo-circle {
        width: 240px;
        height: 240px;
    }

    .logo-circle::before {
        width: 280px;
        height: 280px;
    }

    .trust-content h2 {
        font-size: 28px;
    }

    .trust-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .about-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
}



.booking-section {
    background: linear-gradient(135deg, #fffaf3, #ffffff);
    position: relative;
    overflow: hidden;
}

.booking-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    top: -100px;
    left: -100px;
}

.booking-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 45px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.12);
}

.booking-heading {
    margin-bottom: 35px;
}

.booking-heading span {
    color: #b87900;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.booking-heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #5b0000;
    margin-top: 10px;
}

.booking-field label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.input-box {
    height: 65px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e4d6c2;
    display: flex;
    align-items: center;
    padding: 0 22px;
    transition: .3s;
}

.input-box:hover {
    border-color: #c07a00;
}

.input-box i {
    color: #b87900;
    font-size: 18px;
    margin-right: 14px;
}

.input-box input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.check-btn {
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(to right, #68050b, #3e0408);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


.bottom-booking-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    gap: 20px;
    flex-wrap: wrap;
}

.room-found {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #5b0000;
}

.room-found i {
    color: #b87900;
}

.sort-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sort-box label {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.select-box {
    position: relative;
}

.select-box i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #b87900;
    pointer-events: none;
}

.select-box select {
    width: 260px;
    height: 60px;
    border-radius: 16px;
    border: 1px solid #ddd;
    outline: none;
    padding: 0 20px 0 48px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #fff;
}

/* Responsive */

@media(max-width:991px) {

    .booking-wrapper {
        padding: 35px 25px;
    }

    .booking-heading h2 {
        font-size: 34px;
    }

    .bottom-booking-area {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:576px) {

    .booking-section {
        padding: 50px 0;
    }

    .booking-wrapper {
        border-radius: 25px;
        padding: 25px 18px;
    }

    .booking-heading h2 {
        font-size: 28px;
    }

    .input-box {
        height: 58px;
        border-radius: 14px;
        padding: 0 16px;
    }

    .input-box input {
        font-size: 15px;
    }

    .check-btn {
        height: 58px;
        font-size: 17px;
        border-radius: 14px;
    }

    .select-box select {
        width: 100%;
        min-width: 240px;
        height: 55px;
    }

    .room-found {
        font-size: 16px;
    }
}

.terms-section {
    background: linear-gradient(135deg, #fffaf3, #ffffff);
    position: relative;
    overflow: hidden;
}

.terms-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading span {
    display: inline-block;
    color: #b87900;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #5b0000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.heading-line {
    width: 110px;
    height: 4px;
    background: linear-gradient(to right, #f5b028, #7a0000);
    margin: auto;
    border-radius: 50px;
}

.intro-text {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    margin-bottom: 45px;
}

.intro-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
}

.terms-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 45px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.12);
}

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

.terms-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
    color: #333;
}

.terms-list li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #b87900;
    font-size: 20px;
}

/* Responsive */

@media(max-width:991px) {

    .section-heading h2 {
        font-size: 40px;
    }

    .terms-wrapper {
        padding: 35px 25px;
    }
}

@media(max-width:576px) {

    .terms-section {
        padding: 50px 0;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .intro-text p {
        font-size: 15px;
    }

    .terms-wrapper {
        border-radius: 22px;
        padding: 25px 18px;
    }

    .terms-list li {
        font-size: 15px;
        line-height: 1.8;
        padding-left: 34px;
        margin-bottom: 20px;
    }

    .terms-list li i {
        font-size: 16px;
        top: 5px;
    }
}

.donation-section {
    background: linear-gradient(135deg, #fffaf3, #ffffff);
    position: relative;
    overflow: hidden;
}

.donation-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

.donation-content {
    max-width: 1050px;
    margin: auto;
}

.donation-content p {
    font-size: 17px;
    line-height: 2;
    color: #333;
    margin-bottom: 28px;
    text-align: justify;
}

.highlight-text {
    max-width: 900px;
    margin: 60px auto 50px;
}

.highlight-text h3 {
    font-size: 20px;
    line-height: 1.6;
    color: #5b0000;
    font-weight: 700;
}

.donation-wrapper {
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.15);
    position: relative;
    z-index: 2;
}

.donation-card {
    padding: 30px;
    height: 100%;
    position: relative;
    transition: .3s;
    border-right: 1px solid rgba(184, 122, 0, 0.12);
}

.donation-card:hover {
    background: #fffaf2;
}

.donation-wrapper .col-lg-4:last-child .donation-card {
    border-right: none;
}

.donation-icon {
    width: 80px;
    height: 80px;
    margin: auto auto 10px;
    border-radius: 50%;
    background: linear-gradient(to right, #68050b, #3a0306);
    display: flex;
    align-items: center;
    justify-content: center;
}

.donation-icon i {
    color: #fff;
    font-size: 30px;
}

.donation-card h4 {
    font-size: 22px;
    color: #5b0000;
    font-weight: 700;
    margin-bottom: 15px;
}

.donation-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 17px;
}

.bank-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bank-details span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.donate-btn {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border: 2px solid #68050b;
    color: #7a0000;
    padding: 10px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}



.active-card {
    background: #fffdf8;
}

/* Responsive */

@media(max-width:991px) {

    .highlight-text h3 {
        font-size: 28px;
    }

    .donation-card {
        border-right: none;
        border-bottom: 1px solid rgba(184, 122, 0, 0.12);
    }

    .donation-wrapper .col-lg-4:last-child .donation-card {
        border-bottom: none;
    }
}

@media(max-width:576px) {

    .donation-section {
        padding: 50px 0;
    }

    .donation-content p {
        font-size: 15px;
        line-height: 1.9;
    }

    .highlight-text {
        margin: 45px auto 35px;
    }

    .highlight-text h3 {
        font-size: 22px;
    }

    .donation-wrapper {
        border-radius: 22px;
    }

    .donation-card {
        padding: 40px 20px;
    }

    .donation-card h4 {
        font-size: 24px;
    }

    .bank-details span {
        font-size: 14px;
    }
}

.feedback-section {
    background: linear-gradient(135deg, #fffaf3, #ffffff);
    position: relative;
    overflow: hidden;
}

.feedback-section::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: url(images/logo.png) no-repeat center;
    background-size: contain;
    opacity: 0.03;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feedback-logo img {
    max-width: 650px;
    width: 100%;
    margin-bottom: 40px;
}

.feedback-heading span {
    color: #b87900;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feedback-heading h2 {
    font-size: 30px;
    color: #5b0000;
    font-weight: 800;
    margin: 12px 0 18px;
}

.heading-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #f5b028, #7a0000);
    margin: auto;
    border-radius: 50px;
}

.feedback-wrapper {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.input-box {
    height: 65px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 24px;
    transition: .3s;
}

.input-box:hover {
    border-color: #b87900;
}

.input-box i {
    color: #b87900;
    margin-right: 14px;
    font-size: 18px;
}

.input-box input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
}

.radio-section {
    margin-top: 30px;
}

.radio-section h5 {
    font-size: 17px;
    font-weight: 700;
    color: #5b0000;
    margin-bottom: 18px;
}

.radio-flex {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.radio-flex label,
.radio-column label {
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
}

.question-box {
    margin-top: 45px;
}

.question-item {
    margin-bottom: 40px;
}

.question-item h4 {
    font-size: 18px;
    color: #5b0000;
    line-height: 1.8;
    margin-bottom: 18px;
    font-weight: 700;
}

.rating-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.rating-flex span {
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

.rating-flex label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #444;
}

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

textarea {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    padding: 22px;
    outline: none;
    resize: none;
    font-size: 16px;
    transition: .3s;
}

textarea:focus {
    border-color: #b87900;
}

.submit-btn {
    margin-top: 35px;
}

.submit-btn button {
    border: none;
    background: linear-gradient(to right, #7a0000, #590309);
    color: #fff;
    padding: 13px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
}

.submit-btn button:hover {
    transform: translateY(-3px);
}

/* Responsive */

@media(max-width:991px) {

    .feedback-heading h2 {
        font-size: 34px;
    }

    .feedback-logo img {
        max-width: 500px;
    }
}

@media(max-width:576px) {

    .feedback-section {
        padding: 50px 0;
    }

    .feedback-heading h2 {
        font-size: 26px;
        line-height: 1.5;
    }

    .feedback-logo img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .input-box {
        height: 58px;
        padding: 0 18px;
    }

    .question-item h4 {
        font-size: 16px;
    }

    .rating-flex {
        gap: 10px;
    }

    .rating-flex label {
        font-size: 14px;
    }

    textarea {
        height: 140px;
        border-radius: 18px;
        padding: 18px;
    }

    .submit-btn button {
        width: 100%;
    }
}


.history-section {
    background: linear-gradient(135deg, #fffaf3, #ffffff);
    position: relative;
    overflow: hidden;
}

.history-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.history-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 45px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.12);
}

.history-image {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.history-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    z-index: 1;
}

.history-image img {
    width: 100%;
    border-radius: 10px;
    transition: .5s;
    height: 440px;
    object-fit: cover;
}

.history-image:hover img {
    transform: scale(1.05);
}

.history-content p,
.bottom-history-content p {
    font-size: 17px;
    line-height: 2;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

.bottom-history-content {
    margin-top: 20px;
}

/* Responsive */

@media(max-width:991px) {

    .history-wrapper {
        padding: 35px 25px;
    }
}

@media(max-width:576px) {

    .history-section {
        padding: 50px 0;
    }

    .history-wrapper {
        border-radius: 22px;
        padding: 25px 18px;
    }

    .history-image {
        border-radius: 18px;
    }

    .history-image img {
        border-radius: 18px;
    }

    .history-content p,
    .bottom-history-content p {
        font-size: 15px;
        line-height: 1.9;
    }
}


.temple-info-section {
    position: relative;
    overflow: hidden;
}

.temple-info-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    top: -140px;
    right: -120px;
}

.temple-info-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 50px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.12);
}

.section-title {
    margin-bottom: 45px;
}

.section-title span {
    display: inline-block;
    color: #b87900;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 800;
    color: #5b0000;
    margin-bottom: 16px;
}

.title-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #f5b028, #7a0000);
    margin: auto;
    border-radius: 50px;
}

.temple-content {
    position: relative;
}

.temple-content::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #f5b028, #7a0000);
    border-radius: 30px;
}

.temple-content p {
    font-size: 17px;
    line-height: 2;
    color: #333;
    margin-bottom: 26px;
    text-align: justify;
    position: relative;
    padding-left: 28px;
}

.temple-content p::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #b87900;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

/* Responsive */

@media(max-width:991px) {

    .temple-info-wrapper {
        padding: 35px 25px;
    }

    .section-title h2 {
        font-size: 36px;
    }
}

@media(max-width:576px) {

    .temple-info-section {
        padding: 50px 0;
    }

    .temple-info-wrapper {
        border-radius: 22px;
        padding: 25px 18px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .temple-content::before {
        left: 0;
    }

    .temple-content p {
        font-size: 15px;
        line-height: 1.9;
        padding-left: 24px;
    }
}

.art-heritage-section {
    background: linear-gradient(135deg, #fffaf3, #ffffff);
    position: relative;
    overflow: hidden;
}

.art-heritage-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.heritage-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 50px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.12);
}

.heritage-image {
    position: relative;
}

.heritage-image img {
    width: 100%;
    border-radius: 22px;
    position: relative;
    z-index: 2;
    transition: .5s;
}

.heritage-image:hover img {
    transform: scale(1.03);
}

.image-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px dashed rgba(184, 122, 0, 0.30);
    border-radius: 22px;
    top: 18px;
    left: 18px;
}

.mini-title {
    display: inline-block;
    color: #b87900;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.heritage-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #5b0000;
    line-height: 1;
    margin-bottom: 18px;
}

.title-line {
    width: 95px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(to right, #f5b028, #7a0000);
    margin-bottom: 15px;
}

.heritage-content p {
    font-size: 17px;
    line-height: 2;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

/* Responsive */

@media(max-width:991px) {

    .heritage-wrapper {
        padding: 35px 25px;
    }

    .heritage-content h2 {
        font-size: 36px;
    }

    .image-border {
        display: none;
    }
}

@media(max-width:576px) {

    .art-heritage-section {
        padding: 50px 0;
    }

    .heritage-wrapper {
        border-radius: 22px;
        padding: 25px 18px;
    }

    .heritage-content h2 {
        font-size: 28px;
    }

    .heritage-content p {
        font-size: 15px;
        line-height: 1.9;
    }

    .heritage-image img {
        border-radius: 16px;
    }
}




.fair-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 0px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.12);
    overflow: hidden;
}

.fair-heading {
    margin-bottom: 25px;
}

.fair-heading span {
    display: inline-block;
    color: #b87900;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.fair-heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #5b0000;
    margin-bottom: 18px;
}

.heading-line {
    width: 100px;
    height: 4px;
    border-radius: 50px;
    margin: auto;
    background: linear-gradient(to right, #f5b028, #7a0000);
}

.fair-content {
    position: relative;
}

.content-shape {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    bottom: -60px;
    left: -60px;
}

.fair-content p {
    position: relative;
    font-size: 17px;
    line-height: 2;
    color: #333;
    margin-bottom: 10px;
    padding-left: 34px;
    text-align: justify;
}

.fair-content p::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(to right, #f5b028, #7a0000);
    left: 0;
    top: 12px;
}

/* Responsive */

@media(max-width:991px) {

    .fair-wrapper {
        padding: 40px 30px;
    }

    .fair-heading h2 {
        font-size: 38px;
    }
}

@media(max-width:576px) {

    .chaitra-fair-section {
        padding: 50px 0;
    }

    .fair-wrapper {
        border-radius: 22px;
        padding: 28px 20px;
    }

    .fair-heading {
        margin-bottom: 30px;
    }

    .fair-heading h2 {
        font-size: 28px;
    }

    .fair-content p {
        font-size: 15px;
        line-height: 1.9;
        padding-left: 24px;
        margin-bottom: 22px;
    }

    .fair-content p::before {
        width: 9px;
        height: 9px;
        top: 10px;
    }
}

.dontaions_qr img {
    height: 220px;
}


.hopitl .news_inner img {
    border-radius: 10px;
    width: 100% !important;
}

.hopitl .news_inner {
    width: 100% !important;
}


.school-section {
    background: linear-gradient(135deg, #fffaf3, #ffffff);
    position: relative;
    overflow: hidden;
}

.school-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(184, 122, 0, 0.05);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.school-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 55px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(184, 122, 0, 0.12);
    overflow: hidden;
}

.school-wrapper::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(184, 122, 0, 0.04);
    border-radius: 50%;
    bottom: -90px;
    right: -90px;
}

.school-heading {
    margin-bottom: 50px;
}

.school-heading span {
    display: inline-block;
    color: #b87900;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.school-heading h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;
    color: #5b0000;
    margin-bottom: 18px;
}

.heading-line {
    width: 100px;
    height: 4px;
    border-radius: 50px;
    margin: auto;
    background: linear-gradient(to right, #f5b028, #7a0000);
}

.content-card {
    background: #fffdf8;
    border-radius: 25px;
    padding: 35px;
    height: 100%;
    position: relative;
    transition: .3s;
    border: 1px solid rgba(184, 122, 0, 0.10);
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.card-icon {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    background: linear-gradient(to right, #7a040d, #510208);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.card-icon i {
    color: #fff;
    font-size: 28px;
}

.content-card p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin: 0;
    text-align: justify;
}

/* Responsive */

@media(max-width:991px) {

    .school-wrapper {
        padding: 40px 30px;
    }

    .school-heading h2 {
        font-size: 26px;
    }
}

@media(max-width:576px) {

    .school-section {
        padding: 50px 0;
    }

    .school-wrapper {
        border-radius: 22px;
        padding: 28px 20px;
    }

    .school-heading {
        margin-bottom: 35px;
    }

    .school-heading h2 {
        font-size: 18px;
    }

    .content-card {
        border-radius: 18px;
        padding: 25px 20px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .card-icon i {
        font-size: 22px;
    }

    .content-card p {
        font-size: 15px;
        line-height: 1.9;
    }
}


.schol .news_inner img {
    border-radius: 10px;
    width: 100% !important;
    height: 200px;
}

.schol .news_inner {
    width: 100% !important;
}


.creative-section {
    padding: 60px 0;
}

.main-heading {
    text-align: center;
    margin-bottom: 60px;
}

.main-heading h2 {
    font-size: 46px;
    font-weight: 800;
    color: #5c0000;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.main-heading h2::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #d62828;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.creative-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #5c0000;
}

.creative-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.creative-card::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(139, 0, 0, 0.05);
    border-radius: 50%;
    top: -90px;
    right: -90px;
}

.section-icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: linear-gradient(135deg, #5c0000, #d62828);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(139, 0, 0, 0.25);
}

.creative-title {
    font-size: 30px;
    font-weight: 700;
    color: #5c0000;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.creative-text {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 0;
}

@media(max-width:768px) {

    .creative-card {
        padding: 25px;
    }

    .creative-title {
        font-size: 25px;
    }

    .main-heading h2 {
        font-size: 34px;
    }

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

.water .news_inner img {
    border-radius: 10px;
    width: 100% !important;
    height: 350px;
}

.water .news_inner {
    width: 100% !important;
}

.water {
    background: #b27d8024;
}


.eco-section {
    padding: 60px 0;
}

.eco-wrapper {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}


.eco-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
}



.eco-content {
    padding: 0 45px;
    position: relative;
}

.eco-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #610205;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.eco-title {
    font-size: 30px;
    font-weight: 800;
    color: #610205;
    margin-bottom: 20px;
    line-height: 1.2;
}

.eco-text {
    font-size: 15px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 18px;
}

.eco-points {
    margin-top: 30px;
}

.eco-point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    background: #f8ecd5;
    padding: 18px;
    border-radius: 10px;
    transition: 0.3s;
}

.eco-point:hover {
    transform: translateY(-4px);
    background: #fff5f5;
}

.eco-point i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
    background: #610205;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.eco-point p {
    margin: 0;
    color: #444;
    line-height: 1.8;
    font-size: 14px;
}

@media(max-width:991px) {

    .eco-image {
        height: 350px;
    }

    .eco-title {
        font-size: 32px;
    }

    .eco-content {
        padding: 30px;
    }
}

@media(max-width:576px) {

    .eco-title {
        font-size: 26px;
    }

    .eco-point {
        flex-direction: column;
    }
}

.travel-section {
    padding: 60px 0;
}

.travel-wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.travel-left {
    padding: 50px;
    position: relative;
}

.travel-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #5c0000;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

.travel-title {
    font-size: 30px;
    font-weight: 800;
    color: #5c0000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.travel-text {
    color: #555;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 20px;
}

.travel-card {
    background: #faf7f2;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 22px;
    transition: 0.4s;
    border-left: 5px solid #5c0000;
}

.travel-card:hover {
    transform: translateY(-5px);
    background: #fff5f5;
}

.travel-card-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}

.travel-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 10px;
    background: linear-gradient(135deg, #5c0000, #d62828);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 10px 20px rgba(139, 0, 0, 0.2);
}

.travel-card h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #5c0000;
}

.travel-card p {
    margin: 0;
    color: #555;
    line-height: 1.9;
    font-size: 14px;
}


.map-image img {
    width: 100%;
    object-fit: contain;
}


@media(max-width:991px) {

    .travel-left {
        padding: 30px;
    }

    .travel-title {
        font-size: 34px;
    }

    .map-image {
        height: 400px;
    }
}

@media(max-width:576px) {
    .travel-title {
        font-size: 28px;
    }
    .travel-card-top {
        flex-direction: column;
        align-items: flex-start;
    }
}


.calendar-section {
    padding: 70px 0;
}

.calendar-wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgb(0 0 0 / 16%);
}

.calendar-header {
    background: linear-gradient(135deg, #5c0000, #c1121f);
    padding: 25px 30px;
    color: #fff;
}

.calendar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

.nav-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transition: 0.3s;
}

.nav-btn:hover {
    background: #fff;
    color: #5c0000;
}

.today-btn {
    border: none;
    background: #fff;
    color: #5c0000;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.calendar-select {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.calendar-select select {
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
    outline: none;
}

.calendar-body {
    padding: 25px;
    background: #faf7f2;
}

.weekdays,
.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.weekdays div {
    padding: 18px 10px;
    background: #f3ebe1;
    color: #5c0000;
    font-weight: 700;
    border: 1px solid #ebe3d7;
}

.days div {
    border: 1px solid #9c9c9c3b;
    padding: 12px;
    position: relative;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}



.date {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #333;
}

.today {
    background: #5c0000;
    color: #fff;
}

.inactive {
    color: #bdbdbd;
}

.event {
    background: linear-gradient(135deg, #5c0000, #c1121f);
    color: #fff;
    padding: 6px 10px !important;
    border-radius: 6px;
    font-size: 11px;
    display: inline-block;
}

@media(max-width:768px) {
    .calendar-body {
        overflow-x: auto;
    }
    .weekdays,
    .days {
        min-width: 900px;
    }
    .calendar-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

.prasad-section {
    padding: 80px 0;
}

.prasad-wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;

    box-shadow:
        -12px 0 30px rgba(0, 0, 0, 0.08),
        12px 0 30px rgba(0, 0, 0, 0.08),
        0 18px 35px rgba(0, 0, 0, 0.08);
}


.prasad-image img {
    width: 100%;
    object-fit: cover;
}

.image-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(139, 0, 0, 0.95);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.prasad-content {
    padding: 30px 50px;
    position: relative;
}

.small-title {
    color: #5c0000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-title {
    font-size: 25px;
    font-weight: 800;
    color: #5c0000;
    margin-bottom: 15px;
    line-height: 1.2;
}

.main-text {
    color: #444;
    font-size: 15px;
    line-height: 1.95;
    margin-bottom: 10px;
}

.benefit-box {
    margin-bottom: 25px;
    background: #f2efe9;
    border-radius: 10px;
    padding: 35px;
    border-left: 6px solid #5c0000;
}

.benefit-title {
    font-size: 26px;
    font-weight: 800;
    color: #5c0000;
    margin-bottom: 22px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
    padding: 18px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.benefit-item:hover {
    transform: translateY(-5px);
    background: #fff5f5;
}

.benefit-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 10px;
    background: linear-gradient(135deg, #5c0000, #c1121f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.benefit-item p {
    margin: 0;
    color: #444;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 500;
}

@media(max-width:991px) {
    .prasad-content {
        padding: 35px;
    }
    .main-title {
        font-size: 26px;
    }
    .benefit-title {
        font-size: 20px;
    }
    .prasad-image {
        height: 400px;
    }
}

@media(max-width:576px) {
    .main-title {
        font-size: 20px;
    }
    .benefit-box {
        padding: 22px;
    }
    .benefit-item {
        flex-direction: column;
    }
}


 .facility-section{
        padding:60px 0;
        position:relative;
        overflow:hidden;
    }

    .facility-section::before{
        content:'';
        position:absolute;
        width:450px;
        height:450px;
        background:rgb(139 0 0 / 9%);
        border-radius:50%;
        top:-180px;
        right:-150px;
    }

    .facility-section::after{
        content:'';
        position:absolute;
        width:350px;
        height:350px;
        background:rgb(139 0 0 / 9%);
        border-radius:50%;
        bottom:-120px;
        left:-120px;
    }

.facility-card {
    background: #fff;
    border-radius: 30px;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    height: 100%;
    box-shadow: -12px 0 30px rgba(0,0,0,0.08),
        12px 0 30px rgba(0,0,0,0.08),
        0 18px 35px rgba(0,0,0,0.08);
    z-index: 1;
}

    .facility-card:hover{
        transform:translateY(-8px);
    }

 .facility-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: linear-gradient(135deg,#5c0000,#c1121f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin: 0 auto 10px;
}

    .facility-title{
        text-align:center;
        font-size:27px;
        font-weight:800;
        color:#5c0000;
        margin-bottom:22px;
        text-transform:uppercase;
    }

    .facility-text{
        text-align:center;
        color:#555;
        font-size:16px;
        line-height:2;
        margin-bottom:0;
    }

    .facility-highlight{
        color:#5c0000;
        font-weight:700;
    }

    @media(max-width:991px){

        .facility-card{
            margin-bottom:30px;
        }

        .facility-title{
            font-size:20px;
        }
    }

    @media(max-width:576px){

        .facility-card{
            padding:35px 25px;
        }

        .facility-title{
            font-size:17px;
        }

        .facility-icon{
            width:75px;
            height:75px;
            font-size:28px;
        }
    }

    .rajbhog-section {
    padding: 60px 0px 100px 0px;
    position: relative;
    overflow: hidden;
}

    .rajbhog-section::before{
        content:'';
        position:absolute;
        width:450px;
        height:450px;
        background:rgba(139,0,0,0.04);
        border-radius:50%;
        top:-180px;
        right:-120px;
    }

    .rajbhog-wrapper{
        background:#fff;
        border-radius:15px;
        overflow:hidden;

        box-shadow:
        -12px 0 30px rgba(0,0,0,0.08),
        12px 0 30px rgba(0,0,0,0.08),
        0 18px 35px rgba(0,0,0,0.08);
    }

    /* Image */
    .rajbhog-image{
        position:relative;
        overflow:hidden;
    }

    .rajbhog-image img{
        width:100%;
        object-fit:cover;
        height: 490px;
    }


    .image-overlay{
        position:absolute;
        inset:0;
        background:linear-gradient(to top,rgba(0,0,0,0.6),transparent);
    }

    .image-badge{
        position:absolute;
        left:30px;
        background:rgba(139,0,0,0.95);
        color:#fff;
        padding:12px 24px;
        border-radius:10px;
        font-size:15px;
        font-weight:600;
        backdrop-filter:blur(8px);
    }

    .image-badge i{
        margin-right:8px;
    }

    /* Content */
    .rajbhog-content{
        padding:25px;
    }

    .small-title{
        display:inline-flex;
        align-items:center;
        gap:10px;
        background:#fff3f3;
        color:#5c0000;
        padding:10px 22px;
        border-radius:50px;
        font-weight:700;
        margin-bottom:22px;
    }

    .main-title{
        font-size:30px;
        font-weight:800;
        color:#5c0000;
        line-height:1.2;
        margin-bottom:20px;
    }

    .main-text{
        color:#444;
        font-size:15px;
        line-height:2;
        margin-bottom:15px;
    }

    /* Highlight Cards */
    .highlight-box{
        margin-top:60px;
    }

    .highlight-card{
        background:#faf7f2;
        border-radius:10px;
        padding:25px;
        transition:0.3s;
        height:100%;
        border-left:5px solid #5c0000;
    }

    .highlight-card:hover{
        transform:translateY(-6px);
        background:#fff5f5;
    }

    .highlight-icon{
        width:70px;
        height:70px;
        border-radius:10px;
        background:linear-gradient(135deg,#5c0000,#c1121f);
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:28px;
        margin-bottom:20px;
        box-shadow:0 12px 25px rgba(139,0,0,0.22);
    }

    .highlight-card h4{
        font-size:24px;
        font-weight:700;
        color:#5c0000;
        margin-bottom:14px;
    }

    .highlight-card p{
        color:#555;
        line-height:1.9;
        margin-bottom:0;
        font-size:14px;
    }

    @media(max-width:991px){

        .rajbhog-content{
            padding:35px;
        }

        .main-title{
            font-size:25px;
        }

        .rajbhog-image{
            height:420px;
        }
    }

    @media(max-width:576px){

        .main-title{
            font-size:22px;
        }

        .highlight-card{
            margin-bottom:20px;
        }

        .image-badge{
            left:15px;
            bottom:15px;
            font-size:13px;
        }
    }


     .place-section{
        padding:60px 0;
        position:relative;
        overflow:hidden;
    }


    .section-title{
        text-align:center;
        margin-bottom:60px;
    }

    .section-title span{
        display:inline-block;
        background:#fff3f3;
        color:#5c0000;
        padding:10px 22px;
        border-radius:10px;
        font-weight:700;
        margin-bottom:18px;
    }

    .section-title h2{
        font-size:30px;
        font-weight:800;
        color:#5c0000;
        margin-bottom:0;
    }

    .place-card{
        background:#fff;
        border-radius:10px;
        overflow:hidden;
        margin-bottom:35px;
        transition:0.4s;

        box-shadow:
        -12px 0 30px rgba(0,0,0,0.08),
        12px 0 30px rgba(0,0,0,0.08),
        0 18px 35px rgba(0,0,0,0.08);
    }

    .place-card:hover{
        transform:translateY(-8px);
    }

    .place-image{
        height:100%;
        overflow:hidden;
        position:relative;
    }

    .place-image img{
        width:100%;
        height:100%;
        object-fit:cover;
        transition:0.5s;
    }

    .place-card:hover .place-image img{
        transform:scale(1.08);
    }

    .place-overlay{
        position:absolute;
        inset:0;
        background:linear-gradient(to top,rgba(0,0,0,0.5),transparent);
    }

    .place-icon{
        position:absolute;
        top:22px;
        left:22px;
        width:65px;
        height:65px;
        border-radius:10px;
        background:rgba(139,0,0,0.95);
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:26px;
        backdrop-filter:blur(8px);
        box-shadow:0 12px 25px rgba(0,0,0,0.2);
    }

    .place-content{
        padding:35px;
    }

    .place-content h3{
        font-size:24px;
        font-weight:800;
        color:#5c0000;
        margin-bottom:18px;
    }

    .place-content p{
        color:#555;
        line-height:2;
        font-size:15px;
        margin-bottom:0;
    }

    .place-btn{
        margin-top:25px;
        display:inline-flex;
        align-items:center;
        gap:10px;
        background:#5c0000;
        color:#fff;
        padding:12px 24px;
        border-radius:50px;
        text-decoration:none;
        font-weight:600;
        transition:0.3s;
    }

    .place-btn:hover{
        background:#5e0000;
        color:#fff;
    }

    @media(max-width:991px){

        .section-title h2{
            font-size:40px;
        }

        .place-image{
            height:350px;
        }

        .place-content h3{
            font-size:28px;
        }
    }

    @media(max-width:576px){

        .section-title h2{
            font-size:30px;
        }

        .place-content{
            padding:25px;
        }

        .place-content h3{
            font-size:24px;
        }
    }



     .news-section{
        padding:60px 0;
        position:relative;
        overflow:hidden;
    }


    /* Blog Card */
    .news-card{
        background:#fff;
        border-radius:30px;
        overflow:hidden;
        margin-bottom:35px;
        transition:0.4s;

        box-shadow:
        -12px 0 30px rgba(0,0,0,0.08),
        12px 0 30px rgba(0,0,0,0.08),
        0 18px 35px rgba(0,0,0,0.08);
    }

    .news-card:hover{
        transform:translateY(-8px);
    }

    .news-image{
        position:relative;
        overflow:hidden;
    }

    .news-image img{
        width:100%;
        height:300px;
        object-fit:cover;
        transition:0.5s;
    }

    .news-card:hover .news-image img{
        transform:scale(1.08);
    }

    .date-box{
        position:absolute;
        top:20px;
        left:20px;
        background:#fff;
        width:75px;
        height:85px;
        border-radius:10px;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        box-shadow:0 10px 25px rgba(0,0,0,0.12);
    }

    .date-box h4{
        margin:0;
        font-size:32px;
        color:#5c0000;
        font-weight:800;
        line-height:1;
    }

    .date-box span{
        font-size:14px;
        font-weight:700;
        color:#444;
    }

    .news-content{
        padding:15px 40px;
    }

    .news-tag{
        display:inline-block;
        background:#5c0000;
        color:#fff;
        padding:8px 18px;
        border-radius:50px;
        font-size:12px;
        font-weight:700;
        margin-bottom:18px;
    }

    .news-title{
        font-size:26px;
        font-weight:800;
        color:#5c0000;
        margin-bottom:18px;
        line-height:1.3;
    }

    .news-meta{
        display:flex;
        align-items:center;
        gap:18px;
        flex-wrap:wrap;
        margin-bottom:18px;
        color:#888;
        font-size:14px;
    }

    .news-text{
        color:#555;
        line-height:1.9;
        font-size:15px;
        margin-bottom:22px;
    }

    .read-btn{
        display:inline-flex;
        align-items:center;
        gap:10px;
        padding:12px 25px;
        background:linear-gradient(135deg,#5c0000,#c1121f);
        color:#fff;
        border-radius:50px;
        text-decoration:none;
        font-weight:600;
        transition:0.3s;
    }

    .read-btn:hover{
        color:#fff;
        background:#5e0000;
    }

    /* Sidebar */
    .sidebar-box{
        background:#fff;
        border-radius:10px;
        padding:35px;
        margin-bottom:35px;

        box-shadow:
        -12px 0 30px rgba(0,0,0,0.08),
        12px 0 30px rgba(0,0,0,0.08),
        0 18px 35px rgba(0,0,0,0.08);
    }

    .sidebar-title{
        font-size:22px;
        font-weight:800;
        color:#5c0000;
        margin-bottom:25px;
    }

    /* Search */
    .search-box{
        display:flex;
        overflow:hidden;
        border-radius:16px;
        border:2px solid #eee;
    }

    .search-box input{
        border:none;
        padding:15px;
        width:100%;
        outline:none;
    }

    .search-btn{
        border:none;
        background:#5c0000;
        color:#fff;
        padding:0 25px;
        font-weight:700;
    }

    /* Recent Posts */
    .post-item{
        display:flex;
        gap:15px;
        margin-bottom:22px;
        align-items:center;
    }

    .post-item img{
        width:85px;
        height:70px;
        object-fit:cover;
        border-radius:7px;
    }

    .post-item h5{
        font-size:15px;
        line-height:1.6;
        margin:0;
        color:#444;
        font-weight:600;
    }

    .post-item:hover h5{
        color:#5c0000;
    }

    @media(max-width:991px){

        .news-content{
            padding:30px;
        }

        .news-title{
            font-size:22px;
        }

        .news-image{
            height:350px;
        }
    }

    @media(max-width:576px){

        .news-title{
            font-size:18px;
        }

        .sidebar-box{
            padding:25px;
        }
    }


     .tender-section{
        padding:60px 0;
    }

    .tender-wrapper{
        background:#fff;
        border-radius:10px;
        overflow:hidden;

        box-shadow:
        -12px 0 30px rgba(0,0,0,0.08),
        12px 0 30px rgba(0,0,0,0.08),
        0 18px 35px rgba(0,0,0,0.08);
    }

    .section-title{
        text-align:center;
        margin-bottom:45px;
    }

    .section-title h2{
        font-size:30px;
        font-weight:800;
        color:#8b0000;
        margin-bottom:12px;
    }

    .section-title .line{
        width:120px;
        height:4px;
        background:#d4a017;
        margin:auto;
        border-radius:10px;
    }

    .table{
        margin-bottom:0;
    }

    .table thead{
        background:#8b0000;
        color:#fff;
    }

    .table thead th{
        padding:15px 18px;
        font-size:15px;
        font-weight:700;
        border:none;
        white-space:nowrap;
        text-align: left;
    }

    .table tbody tr{
        transition:0.3s;
    }

    .table tbody tr:nth-child(even){
        background:#faf7f2;
    }

    .table tbody tr:hover{
        background:#fff5f5;
        transform:scale(1.003);
    }

    .table tbody td{
        padding:15px 18px;
        vertical-align:middle;
        border-color:#f0f0f0;
        font-size:14px;
        color:#444;
        font-weight:500;
        text-align: left;
    }

    .ref-badge{
        background:#fff3f3;
        color:#8b0000;
        padding:8px 16px;
        border-radius:50px;
        font-weight:700;
        display:inline-block;
    }

    .download-btn{
        width:52px;
        height:52px;
        border-radius:10px;
        background:linear-gradient(135deg,#ff4d4d,#d90429);
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:24px;
        text-decoration:none;
        transition:0.3s;
        box-shadow:0 10px 20px rgba(217,4,41,0.2);
    }

    .download-btn:hover{
        transform:translateY(-5px);
        color:#fff;
        background:#8b0000;
    }

    .table-responsive{
        overflow-x:auto;
    }

    @media(max-width:768px){

        .section-title h2{
            font-size:24px;
        }

        .table thead th,
        .table tbody td{
            white-space:nowrap;
        }
    }


     .career-section{
        padding:60px 0;
        position:relative;
        overflow:hidden;
    }


    .career-wrapper{
        background:#fff;
        border-radius:15px;
        overflow:hidden;
        box-shadow:
        -12px 0 30px rgba(0,0,0,0.08),
        12px 0 30px rgba(0,0,0,0.08),
        0 18px 35px rgba(0,0,0,0.08);
    }

    /* Left Form */
    .career-form{
        padding:30px;
    }

    .small-title{
        display:inline-flex;
        align-items:center;
        gap:10px;
        background:#e1cdcd;
        color:#8b0000;
        padding:10px 22px;
        border-radius:50px;
        font-weight:700;
        margin-bottom:10px;
    }

    .main-title{
        font-size:35px;
        font-weight:800;
        color:#8b0000;
        margin-bottom:10px;
        line-height:1.2;
    }

    .form-text{
        color:#666;
        line-height:1.9;
        margin-bottom:15px;
    }

    .custom-input{
        border:none;
        border-bottom:2px solid #ddd;
        border-radius:0;
        padding:15px 5px;
        background:transparent;
        transition:0.3s;
        font-size:15px;
        box-shadow:none !important;
    }

    .custom-input:focus{
        border-color:#8b0000;
    }

    textarea.custom-input{
        resize:none;
        height:120px;
    }

    .file-upload{
        position:relative;
        overflow:hidden;
        display:inline-block;
        margin-top:10px;
    }

    .file-upload input[type=file]{
        position:absolute;
        opacity:0;
        left:0;
        top:0;
        width:100%;
        height:100%;
        cursor:pointer;
    }

    .upload-btn{
        background:#faf7f2;
        color:#8b0000;
        padding:14px 24px;
        border-radius:14px;
        display:inline-flex;
        align-items:center;
        gap:10px;
        font-weight:600;
        border:2px dashed #d4a017;
        transition:0.3s;
    }

    .upload-btn:hover{
        background:#fff5f5;
    }

   .career-section .submit-btn{
        border:none;
        background:linear-gradient(135deg,#8b0000,#c1121f);
        color:#fff;
        padding:16px 38px;
        border-radius:16px;
        font-weight:700;
        margin-top:25px;
        transition:0.3s;
    }

    .submit-btn:hover{
        transform:translateY(-5px);
        background:#5e0000;
    }

    /* Right Contact Card */
    .contact-box{
        background:linear-gradient(135deg,#7a0019,#a0002a);
        height:100%;
        color:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        padding:60px 40px;
        position:relative;
        overflow:hidden;
    }

    .contact-box::before{
        content:'';
        position:absolute;
        width:300px;
        height:300px;
        border-radius:50%;
        background:rgba(255,255,255,0.05);
        top:-120px;
        right:-100px;
    }

    .contact-icon{
        width:95px;
        height:95px;
        border-radius:10px;
        background:rgba(255,255,255,0.12);
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:40px;
        margin:0 auto 28px;
        backdrop-filter:blur(8px);
    }

    .contact-box h2{
        font-size:32px;
        font-weight:800;
        margin-bottom:25px;
        color: #fff;
    }

    .contact-info{
        margin-top:30px;
    }

    .contact-info p{
        margin-bottom:14px;
        font-size:17px;
        line-height:1.8;
        font-weight:500;
    }

    .contact-info i{
        margin-right:10px;
        color:#ffcf70;
    }

    @media(max-width:991px){

        .career-form{
            padding:40px;
        }

        .main-title{
            font-size:22px;
        }

        .contact-box h2{
            font-size:28px;
        }
    }

    @media(max-width:576px){

        .career-form{
            padding:28px;
        }

        .main-title{
            font-size:18px;
        }

        .contact-box{
            padding:45px 25px;
        }

        .contact-box h2{
            font-size:20px;
        }
    }

    .contact-section{
    background:#f5f5f5;
    padding: 70px 0;
}

.contact-card{
    background:#fff;
    border:2px dashed #68050b;
    border-radius:10px;
    padding:45px 30px;
    height:100%;
    transition:0.3s;
}

.contact-card:hover{
    transform:translateY(-5px);
}

.icon-box{
    width:70px;
    height:70px;
    border:1.5px dashed #68050b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 5px;
}

.icon-box i{
    font-size:28px;
    color:#480307;
}

.contact-card h3{
    font-size:30px;
    font-weight:700;
    color:#480307;
    margin-bottom:10px;
}

.line{
    width:70px;
    height:2px;
    background:#68050b;
    margin:0 auto 0px;
}

.contact-card p{
    color:#000000;
    font-size:20px;
    line-height:1.9;
    margin-bottom:15px;
    font-weight:500;
    word-break: break-word;
}

.contact-card a {
    color: #68050b;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.contact-card a i{
    margin-left:8px;
    transition:0.3s;
}

.contact-card a:hover i{
    transform:translateX(5px);
}

/* Responsive */
@media(max-width:991px){

    .contact-card{
        padding:35px 20px;
    }

    .contact-card h3{
        font-size:30px;
    }

    .contact-card p{
        font-size:20px;
    }

    .contact-card a{
        font-size:22px;
    }
}

@media(max-width:576px){

    .icon-box{
        width:60px;
        height:60px;
    }

    .icon-box i{
        font-size:24px;
    }

    .contact-card h3{
        font-size:26px;
    }

    .contact-card p{
        font-size:18px;
    }

    .contact-card a{
        font-size:20px;
    }
}



.contact-form-section{
    background:#f6dedf;
    padding: 70px 0 110px;
}

.contact-form-wrapper {
    border: 2px dashed #68050b;
    border-radius: 10px;
    padding: 30px 60px;
    background: #fff;
}

.contact-form-wrapper h2{
    font-size:35px;
    font-weight:700;
    color:#480307;
    margin-bottom:8px;
}

.contact-form-wrapper p{
    font-size:18px;
    color:#68050b;
    font-weight:500;
}

.contact-form-wrapper label{
    display:block;
    margin-bottom:12px;
    font-size:22px;
    font-weight:600;
    color:#480307;
}

.contact-form-wrapper .form-control{
    height:60px;
    border:1.5px dashed #68050b;
    border-radius:10px;
    padding:15px 22px;
    font-size:18px;
    color:#333;
    box-shadow:none !important;
}

.contact-form-wrapper .form-control::placeholder{
    color:#7d7d7d;
}

.contact-form-wrapper .textarea{
    height:180px;
    resize:none;
    padding-top:20px;
}

.submit-btn{
    border:none;
    background:#68050b;
    color:#fff;
    font-size:22px;
    font-weight:600;
    padding:12px 40px;
    border-radius:10px;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.submit-btn:hover{
    background:#480307;
}

.submit-btn i{
    transition:.3s;
}

.submit-btn:hover i{
    transform:translateX(5px);
}

/* Responsive */

@media(max-width:991px){

    .contact-form-wrapper{
        padding:40px 25px;
    }

    .contact-form-wrapper h2{
        font-size:40px;
    }

    .contact-form-wrapper label{
        font-size:18px;
    }

    .contact-form-wrapper .form-control{
        height:60px;
        font-size:16px;
    }

    .contact-form-wrapper .textarea{
        height:150px;
    }

    .submit-btn{
        font-size:18px;
        padding:15px 30px;
    }
}

@media(max-width:576px){

    .contact-form-wrapper{
        padding:30px 18px;
        border-radius:20px;
    }

    .contact-form-wrapper h2{
        font-size:32px;
    }

    .contact-form-wrapper p{
        font-size:15px;
    }

    .contact-form-wrapper label{
        font-size:16px;
    }

    .contact-form-wrapper .form-control{
        height:55px;
        border-radius:12px;
        padding:12px 16px;
    }

    .contact-form-wrapper .textarea{
        height:130px;
    }

    .submit-btn{
        width:100%;
        justify-content:center;
    }
}




    /* Popup */
    .donation-popup{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:99999;
        display:none;
    }

   .donation-popup .dontaions_qr img {
    height: 340px;
}

    .donation-popup.active{
        display:block;
    }

    /* Dark Background */
    .popup-overlay{
        position:absolute;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.7);
        backdrop-filter:blur(4px);
    }

    /* Popup Box */
    .popup-box{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
        background:#fff;
        padding:20px;
        border-radius:20px;
        max-width:420px;
        width:90%;
        text-align:center;
        animation:popupZoom 0.3s ease;
        box-shadow:0 10px 40px rgba(0,0,0,0.3);
    }

    /* Close Button */
    .close-popup{
        position:absolute;
        top:-12px;
        right:-12px;
        width:40px;
        height:40px;
        border:none;
        border-radius:50%;
        background:#c58b2d;
        color:#fff;
        font-size:18px;
        cursor:pointer;
        box-shadow:0 5px 15px rgba(0,0,0,0.2);
    }

    @keyframes popupZoom{
        from{
            transform:translate(-50%, -50%) scale(0.7);
            opacity:0;
        }
        to{
            transform:translate(-50%, -50%) scale(1);
            opacity:1;
        }
    }





















.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: 0px;
    text-align: center;
    font-weight: bold;
}

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


/********************************************************
    13. Partners CSS Start
********************************************************/

.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 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.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 0.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);
}

/********************************************************
    14. Contact CSS Start
********************************************************/

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


.pc_contact_top_box {
    background: #c17900;
    background-image: url(../images/feature.png);
    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 0px 10px 0;
}

.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 0.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);
}


/********************************************************
    15. Footer CSS Start
********************************************************/

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

.cs_footer_icon a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.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 0px 15px;
}

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

.cs_footer_icon h5 {
    padding-top: 20px;
}

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

.pc_footer_widget ul li {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.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: var(--secondary-color);
    transition: all 0.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: var(--secondary-color);
}

.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: #f9c156;
}

/********************************************************
    Team Page
********************************************************/
.pc_team_grid .pc_heading h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}


/********************************************************
    Blog Page
********************************************************/

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


/********************************************************
    Single Blog Page
********************************************************/

.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 rgba(0, 0, 0, 0.05);
    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;
}

/********************************************************
    17. Contact CSS Start
********************************************************/

.pc_contact_form {
    padding: 30px 20px;
    box-shadow: 0 19px 38px rgb(255 255 255 / 7%), 0 15px 12px rgb(255 255 255 / 5%);
    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: 0px 1px 0px 0px;
    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: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #fff;
    position: relative;
}

.dm-feature-icon {
    margin-bottom: 20px;
    position: relative;
    transition: 0.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: #f50056;
}

.dm-feature-shape svg {
    fill: #e49b20;
}

.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: 20px;
    font-weight: 700;
    padding: 15px 0 10px;
    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: 0.7rem;
    margin-bottom: 0;
    word-break: break-word;
    text-align: center;
}

.dm-feature-title:after,
.dm-feature-title:before,
.dm-btn {
    background: var(--secondary-color);
}

.dm-feature-title:after {
    position: absolute;
    content: '';
    width: 65%;
    bottom: 0;
    height: 1.5px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
}


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

.dm-counter-icon {
    border-color: #426412;
}

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


/* ********************************************************
    5.Banner Start
******************************************************* */

@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: 18px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.5;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: normal;
}

.d_bannner_shadwtitle {
    opacity: 0;
    visibility: hidden;
    -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-image: url(../images/index14/banner.jpg); */
    background-position: center center;
    padding: 2px 0px 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: 900;
    color: var(--heading-color);
}

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

.d_bannner_shadwtitle {
    font-size: 150px;
    text-transform: uppercase;
    color: rgb(255 48 82 / 0.10);
    position: absolute;
    top: -100px;
    left: -57px;
    letter-spacing: 5px;
}

.d_banner_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: var(--main-border-color); */
    padding: 17% 0 10%;
    position: relative;
}

/* .d_banner_section.slide1 {
    background-image: url(../images/about.png);
}

.d_banner_section.slide2 {
    background-image: url(../images/abt-img.png);
}

.d_banner_section.slide3 {
    background-image: url(../images/banner2.jpg);
} */

.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);
}


/*animation css*/

.d_bannner_title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.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: 0;
    visibility: hidden;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.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: 0;
    visibility: hidden;
    -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: 0;
    visibility: hidden;
    -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: 0;
    visibility: hidden;
    -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: 0;
    visibility: hidden;
    -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: bold;
}

.qty-box input {
    border-radius: 8px;
    font-weight: bold;
}

.qty-box input {
    padding: 0 !important;
    text-align: center !important;
}

/* .checkout-wrapper {
    max-width: 1156px;
    margin: 39px 73px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
} */

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

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

/* Address */




.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: 0.2s;
}

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

.payment-item img {
    width: 35px;
}

/* selected highlight */
.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 rgba(0, 0, 0, 0.08);
}

.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: 0.2s;
}

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

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

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

/* Remove Button */
.removeBtn {
    background: #ff4d4d;
    border: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.removeBtn:hover {
    background: #cc0000;
    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 */
.sidebar {
    background: #739245;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.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;
}



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

/* Card */
.navo-order-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #2e7d32;
    transition: 0.25s ease;
}

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

/* Header */
.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;
}

/* Total */
.navo-total {
    margin-top: 8px;
    font-weight: bold;
    font-size: 16px;
}

/* Items */
.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: bold;
}

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

/* Cancel Button */
.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: 0.9;
}

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

/* Status Colors */
.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;
}

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



.navo-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    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 rgba(0, 0, 0, 0.2);
}

.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;
}

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

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

/* Right Content */
.track-title {
    font-size: 12px;
    color: #666;
}

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

/* Button */
.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: 0.3s;
}

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


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

/* Card */
.track-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Title */
.track-title {
    color: #2e7d32;
}

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

/* Status */
.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 */
.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;
}

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

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

/* Active */
.timeline-step.active .circle {
    background: #2e7d32;
}

/* Current Animation */
.timeline-step.current .circle {
    animation: pulse 1s infinite;
}

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

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

/* Pulse */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

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

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

/*oder details page */

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

/* Card */
.od-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

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

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

.od-id {
    font-weight: bold;
}

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

/* Status */
.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;
}

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

/* Tracking */
.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;
}

/* Products */
.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;
}

/* Details */
.od-details {
    flex: 1;
}

.od-name {
    font-weight: 600;
}

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

/* Price */
.od-price {
    font-weight: bold;
}

/* Summary */
.od-summary {
    margin-top: 20px;
}

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


/* Address */
.od-address {
    margin-top: 20px;
}



/* Content */
.content {
    flex: 1;
}

/* Card */
.card-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Tabs */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Buttons */
.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;
}

/* LEFT */
.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: 0.4s;
}

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

/* THUMB */
.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;
}

/* RIGHT */
.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 */
.rating {
    color: #ff9800;
    font-size: 14px;
}

/* QTY */
.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: 1px solid #ddd; */
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

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

/* Hover effect */
.mnidetil .qty-minus:hover,
.mnidetil .qty-plus:hover {
    background: #a1c148 !important;
}

/* Input box */
.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;
}

/* Remove bootstrap extra spacing */
.mnidetil .mx-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* BUTTON */
.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;
    /* horizontal center */
    line-height: 35px;
    /* vertical center */
    border: 1px solid #ccc;
    border-radius: 6px;
    font-weight: bold;
    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 */
.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 */
.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: #6c8d3c4d !important;
}

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

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

/********************************************************
    17. Responsive CSS Start
********************************************************/
@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: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ul.sub_menu li a,
    .mega_item a {
        display: block;
        padding: 12px 20px 0;
        overflow: hidden;
        position: relative;
        color: #4002079c;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600;
    }

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

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

    /* Header Menu */
    ul.sub_menu {
        position: absolute;
        width: max-content;
        min-width: 200px;
        top: 100%;
        left: 0;
        z-index: 9;
        transform: translate(0px, 20px);
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        border-top: 3px solid #79040d;
        border-radius: 0 0 10px 10px;
        padding: 0 0 15px;
        background: #fef7e7;
        /* box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.06); */
    }

    .main_menu_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    /* Header Menu */
    .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 rgba(0, 0, 0, 0.05);
    }
}

@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 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 0px;
    } */

    .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: 0.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 0px rgba(0, 0, 0, 0.1);
    }

    .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 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .main_menu_wrapper li {
        width: 100%;
        text-align: left;
        padding-bottom: 0px !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.has_submenu>ul {
        display: none;
    } */

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

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

    .pc_banner_form form {
        display: flex;
    }

    /* .pc_contact_wrapper {
        padding: 60px 0px;
    } */

    .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 0;
    }

    .pc_main_header_wrapper {
        top: 0;
    }

    .pc_banner_wrapper {
        padding: 60px 0 0px;
    }

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

}

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

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


}

@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 60px;
    }

    .pc_contact_wrapper {
        position: relative !important;
    }

    .cs_footer_wrapper {
        padding-top: 0 !important;
    }

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

    .call_number {
        padding: 0px 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 0px;
    } */



    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 {
        margin: 150px 0 0px !important;
        padding: 20px 0 0 0;
    }

    .pc_service_heading {
        margin-bottom: 20px;
    }

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

    .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 0;
    }

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

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

    .pc_breadcrumb_wrapper {
        padding: 90px 0 0px 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 0px;
    }

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

    .pc_breadcrumb_title h1 {
        font-size: 30px;
    }



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

    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 {
        margin-top: 50px;
        text-align: center;
    }

    .cs_footer_section3 {
        margin-top: 30px;
    }

    .pc_sidebar_wrapper {
        margin-top: 0px;
    }

    .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 {
        padding: 50px 0 0 !important;
    }

    .pc_banner_btn a {
        margin: auto !important;
    }

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

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

    .pc_shop_wrapper {
        padding-block: 50px;
    }

    .pc_heading {
        margin-bottom: 30px;
    }

    .pc_shop_btn a {
        margin: 0 auto 0;
    }

    .pc_service_types {
        padding-bottom: 0;
    }




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

    .pc_blog_wrapper {
        margin-top: 0px;
        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 0px;
    }

    .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;
    }

    .pc_our_services_img {
        margin-top: 40px;
    }

    .main_menu_parent {
        margin-right: 0px;
    }

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

    .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 0px 0px;
        font-size: 24px;
        margin-bottom: 0;
    }

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

    .pc_client_quote {
        padding-right: 0px;
    }

    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 0;
    }



    .pc_counter_text h2 {
        padding: 15px 0px 0px;
        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 0px;
    }
}

@media (max-width: 480px) {
    .main_menu_parent {
        max-width: 170px;
    }

    .call_number {
        padding: 0px 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 0px 0px;
        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 0px;
    }

    .pc_call_btn {
        margin-left: 0;
    }

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

    .cs_footer_section2 {
        margin-top: 30px;
    }

    .cs_footer_section5 {
        margin-top: 0;
    }

    .cs_footer_section4 {
        margin: 0 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: 0px;
    }

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

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

@media (max-width: 300px) {
    .pc_client_quote {
        padding-right: 0px;
    }

    .pc_main_menu.main_menu_parent {
        text-align: center;
        margin-top: 20px;
    }

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

    .pc_banner_right_img {
        margin-top: 40px;
    }

    .ps_about_text1 p {
        font-size: 14px;
    }

    h1.ps_about_heading {
        font-size: 24px;
    }

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

    .pc_counter_icon_box {
        margin-top: 20px;
    }

    .pc_shop_item_discount {
        left: 40px;
        top: 40px;
    }

    .pc_shop_box {
        margin-top: 20px;
    }

    .cs_footer_section2 {
        margin-top: 30px;
    }

    .cs_footer_section3 {
        margin-top: 30px;
    }

    .cs_footer_section4 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

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

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

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

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







/* Banner Styles */
.pc_banner_wrapper {
    /* Remove background-image for better control in responsiveness */
    position: relative;
    overflow: hidden;
    /* Ensure slides don't overflow */
    /* Adjust padding as needed */
}

.swiper-slide {
    display: flex;
    /* Use flexbox for easy arrangement */
    align-items: center;
    justify-content: space-between;
    /* Distribute space between image and text */
}

.pc_banner_left_content {
    flex: 0 0 50%;
    /* Occupy 50% width */
    padding: 0 20px;
    /* Add padding for better spacing */
}

.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;
        /* Stack image over text on smaller screens */
        align-items: center;
        /* Center content */
        text-align: center;
        /* Center text */
    }

    .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;
    }

}


/* 🔥 main wrapper */
.related-slider-fix {
    margin-top: 20px;
    padding-bottom: 80px;
}

/* 🔥 slide fix (NO FLEX) */
.related-slider-fix .swiper-slide {
    width: 100%;
}

/* 🔥 row full width */
.related-slider-fix .swiper-slide .row {
    width: 100%;
    margin: 0;
}

/* 🔥 column spacing */
.related-slider-fix .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
}

/* 🔥 heading gap fix */
.related-slider-fix h3 {
    margin-bottom: 10px;
}

/* 🔥 Center products properly */
.related-center-row {
    display: flex;
    justify-content: center;
    /* 👈 center */
    flex-wrap: wrap;
    gap: 20px;
    /* 👈 equal spacing */
}

/* 🔥 Fix column width (important) */
.related-center-row .col-lg-3 {
    flex: 0 0 22%;
    /* 👈 4 items fit nicely */
    max-width: 25%;
}

.related-heading-fix {
    margin-left: 55px !important;
}



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

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

.legicon {
    font-size: 25px;
    margin-left: 10px;
    color: var(--primary-color);
    animation: beat 1s infinite;
}

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

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.online_card {
    background: var(--primary-color);
    padding: 30px;
    border-radius: 15px;
}

.lang-btn.active {
    background: #D4AF37;
    color: #8B0000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px 15px;
    border-radius: 40px;
    margin-right: 20px;
    backdrop-filter: blur(5px);
}

.lang-btn {
    background: transparent;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.lang-divider {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.logo-circle img {
    height: 100% !important;
    width: 100% !important;
    border-radius: 50%;
    object-fit: cover;
}