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: #5a2b0c;
    --heading-color: #c08304;
    --secondary-color: #c08304;
    --text-color: #5e2d0d91;
    --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: transparent;
    border-color: var(--heading-color);
    color: var(--heading-color);
}

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

.pc_logo {
    max-width: 160px;
    margin-bottom: -70px;
    z-index: 9;
}

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

.top_header {
    background: var(--primary-color);
    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: 17px;
}

.main_menu_wrapper>ul>li>a {
    color: #50050799;
    text-transform: capitalize;
    position: relative;
    margin: 0 0px;
    font-size: 16px;
    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: #ba8304;
}


.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: bottom;
    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_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: #ddccb2 !important;
}

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


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

.pc_service_box {
    text-align: center;
    position: relative;
    border-radius: 15px;
    width: 100%;
    /* background: url(../images/shpes.png);
    background-size: contain; */
}

.pc_service_box .cardbg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 130%;
    right: 0;
}

.pc_service_wrapper .row {
    width: 80%;
    margin: -60px auto 0;
    --bs-gutter-y: 6rem;
}

.pc_service_box * {
    position: relative;
}

.pc_service_seperater {
    padding: 8px 0 5px;
}

.pc_service_icon img {
    width: 140px;
}

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


.devoimg img {
    height: 300px;
    width: 45%;
    opacity: 0.4;
}

.cs_footer_logo {
    max-width: 160px;
}

.bg_main {
    background: #5a2b0c;
    padding: 10px;
    border-radius: 10px 20px 100px 10px;
    width: 90%;
    color: #c2870b;
    margin-top: 10px;
}

.intxt {
    color: #fff !important;
}

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

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



.contact-card {
    background: #fffdf8;
    border: 2px solid #d8a13a;
    border-radius: 18px;
    padding: 20px 30px;
    text-align: center;
    transition: 0.4s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.contact-icon {
    width: 68px;
    height: 68px;
    border: 1.5px solid #d8a13a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 12px;
}

.contact-icon i {
    font-size: 34px;
    color: #9a5a09;
}

.contact-card h3 {
    font-size: 22px;
    color: #5b2d04;
    font-weight: 700;
    margin-bottom: 14px;
    position: relative;
}

.contact-card h3::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #d8a13a;
    display: block;
    margin: 12px auto 0;
}

.contact-card p {
    font-size: 17px;
    color: #8b6b4a;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d28a00;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-btn:hover {
    gap: 14px;
}

.contact-form-section {
    padding: 80px 20px;
    background: #f8f5f0;
}

.contact-form-box {
    background: #fffdf8;
    border: 2px solid #d8a13a;
    border-radius: 24px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.contact-form-title {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-title h2 {
    font-size: 42px;
    color: #5b2d04;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-form-title p {
    font-size: 18px;
    color: #8b6b4a;
}

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

.form-label {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #5b2d04;
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    height: 62px;
    border: 1.5px solid #e2c28d;
    border-radius: 14px;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
    background: #fff;
}

.form-control:focus {
    border-color: #c78612;
    box-shadow: 0 0 0 4px rgba(215, 161, 58, 0.15);
}

textarea.form-control {
    height: 180px;
    padding-top: 18px;
    resize: none;
}

.submit-btn {
    background: #c78612;
    color: #fff;
    border: none;
    padding: 16px 38px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #8b4a0f;
    transform: translateY(-3px);
}


.about-section {
    padding: 100px 0;
    background: #fff9f1;
    overflow: hidden;
}

.about-img-box {
    position: relative;
}

.about-main-img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.about-main-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}

.about-shape {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #d89b1d;
    border-radius: 30px;
    top: -35px;
    left: -35px;
    z-index: 1;
    opacity: 0.15;
}

.about-exp {
    position: absolute;
    right: -20px;
    bottom: 40px;
    background: #6b3206;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    z-index: 3;
    max-width: 240px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.about-exp h2 {
    font-size: 50px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    color: #d89b1d;
}

.about-exp p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 30px;
}

.about-content {
    padding-left: 70px;
}

.about-subtitle {
    color: #d58900;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-subtitle::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #d58900;
}

.about-title {
    font-size: 25px;
    line-height: 14px;
    color: #3b1d05;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-text {
    font-size: 19px;
    line-height: 38px;
    color: #6c6c6c;
    margin-bottom: 35px;
}

.about-feature {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.about-feature i {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e2bf76;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b87400;
    font-size: 28px;
    flex-shrink: 0;
}

.about-feature h4 {
    font-size: 24px;
    color: #4a2506;
    margin-bottom: 8px;
}

.about-feature p {
    font-size: 17px;
    line-height: 30px;
    color: #777;
    margin: 0;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c78612;
    color: #fff;
    text-decoration: none;
    padding: 18px 38px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 15px;
}

.about-btn:hover {
    background: #6b3206;
    gap: 16px;
    color: #fff;
}

@media(max-width:991px) {

    .about-content {
        padding-left: 0;
        margin-top: 50px;
    }

    .about-title {
        font-size: 46px;
        line-height: 60px;
    }

    .about-main-img img {
        height: 500px;
    }
}

@media(max-width:767px) {

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

    .about-title {
        font-size: 38px;
        line-height: 52px;
    }

    .about-text {
        font-size: 17px;
        line-height: 32px;
    }

    .about-exp {
        right: 10px;
        bottom: 20px;
        padding: 20px;
    }

    .about-exp h2 {
        font-size: 42px;
    }
}

.ritual-detail {
    padding: 100px 0;
    background: #fff8ef;
    overflow: hidden;
}

.ritual-content {
    padding-right: 40px;
}

.ritual-subtitle {
    color: #d28a00;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ritual-subtitle::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #d28a00;
}

.ritual-title {
    font-size: 25px;
    line-height: 10px;
    color: #4a2205;
    font-weight: 700;
    margin-bottom: 15px;
}

.ritual-text {
    font-size: 18px;
    line-height: 36px;
    color: #6f6f6f;
}

.offer-box {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    border: 1.5px solid #efd5a4;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    margin-top: 15px;
}

.offer-title {
    font-size: 30px;
    color: #4a2205;
    margin-bottom: 16px;
    font-weight: 700;
}

.offer-item {
    display: flex;
    gap: 16px;
    margin-bottom: 13px;
}

.offer-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff5df;
    border: 1px solid #e5bf73;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c78612;
    font-size: 22px;
    flex-shrink: 0;
}

.offer-item h5 {
    font-size: 20px;
    color: #5a2b06;
    margin-bottom: 6px;
}

.offer-item p {
    font-size: 16px;
    color: #777;
    line-height: 28px;
    margin: 0;
}

.extra-text {
    margin-top: 30px;
    padding: 28px;
    background: #fffdf8;
    border-left: 4px solid #d28a00;
    border-radius: 18px;
}

.extra-text p {
    margin: 0;
    font-size: 17px;
    line-height: 34px;
    color: #6f6f6f;
}

.ritual-image {
    position: relative;
}

.ritual-image img {
    width: 100%;
    height: 760px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.image-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #6b3206;
    color: #fff;
    padding: 18px 30px;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.image-badge i {
    color: #f3c15d;
    font-size: 28px;
}

@media(max-width:991px) {

    .ritual-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .ritual-title {
        font-size: 42px;
        line-height: 56px;
    }

    .ritual-image img {
        height: 500px;
    }
}

@media(max-width:767px) {

    .ritual-detail {
        padding: 70px 0;
    }

    .ritual-title {
        font-size: 34px;
        line-height: 48px;
    }

    .ritual-text {
        font-size: 16px;
        line-height: 32px;
    }

    .offer-box {
        padding: 25px;
    }

    .image-badge {
        left: 15px;
        right: 15px;
        bottom: 15px;
        font-size: 18px;
        justify-content: center;
    }
}

.poshak-section {
    padding: 100px 0;
    background: #fff8ef;
    overflow: hidden;
}

.poshak-box {
    background: #fff;
    padding: 30px;
    border: 1.5px solid #efd4a3;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    position: relative;
}

.poshak-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to bottom, #d28a00, #6b3206);
    border-radius: 30px 0 0 30px;
}

.poshak-subtitle {
    color: #d28a00;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.poshak-subtitle::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #d28a00;
}

.poshak-title {
    font-size: 31px;
    line-height: 17px;
    color: #4a2205;
    font-weight: 700;
    margin-bottom: 20px;
}

.poshak-text {
    font-size: 20px;
    line-height: 40px;
    color: #666;
    margin-bottom: 35px;
}

.poshak-highlight {
    background: #fff5df;
    border: 1px solid #e8c47b;
    border-radius: 22px;
    padding: 30px;
    display: flex;
    gap: 22px;
    margin-bottom: 30px;
}

.poshak-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9a13a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.poshak-icon i {
    font-size: 34px;
    color: #c78612;
}

.poshak-highlight p {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    color: #6b6b6b;
}

@media(max-width:991px) {

    .poshak-box {
        padding: 45px;
    }

    .poshak-title {
        font-size: 42px;
        line-height: 56px;
    }
}

@media(max-width:767px) {

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

    .poshak-box {
        padding: 30px 25px;
    }

    .poshak-title {
        font-size: 34px;
        line-height: 48px;
    }

    .poshak-text {
        font-size: 17px;
        line-height: 34px;
    }

    .poshak-highlight {
        flex-direction: column;
        padding: 25px;
    }
}


.festival-section {
    padding: 100px 0;
    background: #fff8ef;
    overflow: hidden;
}

.festival-img {
    position: relative;
}

.festival-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.festival-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #6b3206;
    color: #fff;
    padding: 18px 28px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.festival-badge i {
    color: #f3c15d;
    font-size: 28px;
}


.festival-subtitle {
    color: #d28a00;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.festival-subtitle::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #d28a00;
}

.festival-title {
    font-size: 30px;
    line-height: 35px;
    color: #4a2205;
    font-weight: 700;
    margin-bottom: 15px;
}

.festival-text {
    font-size: 18px;
    line-height: 38px;
    color: #6f6f6f;
    margin-bottom: 28px;
}

.festival-card {
    background: #fff;
    border: 1.5px solid #efd5a4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

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

.festival-card-top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.festival-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff5df;
    border: 1px solid #e2bb72;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.festival-icon i {
    font-size: 32px;
    color: #c78612;
}

.festival-card h4 {
    font-size: 28px;
    color: #4a2205;
    margin-bottom: 12px;
    font-weight: 700;
}

.festival-card p {
    margin: 0;
    font-size: 17px;
    line-height: 34px;
    color: #777;
}

.bottom-highlight {
    margin-top: 0px;
    background: #fff;
    padding: 30px;
    border: 1.5px solid #efd5a4;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    position: relative;
}

.bottom-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to bottom, #d28a00, #6b3206);
    border-radius: 30px 0 0 30px;
}

.bottom-highlight h3 {
    font-size: 40px;
    color: #4a2205;
    margin-bottom: 20px;
    font-weight: 700;
}

.bottom-highlight p {
    font-size: 18px;
    line-height: 38px;
    color: #6f6f6f;
    margin: 0;
}

@media(max-width:991px) {


    .festival-title {
        font-size: 25px;
        line-height: 33px;
    }

    .festival-img img {
        height: 500px;
    }
}

@media(max-width:767px) {

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

    .festival-title {
        font-size: 25px;
        line-height: 33px;
    }

    .festival-card h4 {
        font-size: 20px;
    }

    .festival-text {
        font-size: 16px;
        line-height: 32px;
    }

    .festival-card {
        padding: 25px;
    }

    .festival-card-top {
        flex-direction: column;
    }

    .bottom-highlight {
        padding: 30px 25px;
    }

    .bottom-highlight h3 {
        font-size: 20px;
    }

    .bottom-highlight p {
        font-size: 16px;
        line-height: 32px;
    }
}


.history-section {
    padding: 110px 0;
    background: #fef7ed;
    overflow: hidden;
    position: relative;
}

.history-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 350px;
    height: 350px;
    background: #d89b1d;
    opacity: 0.07;
    border-radius: 50%;
}

.history-heading {
    text-align: center;
    margin-bottom: 80px;
}

.history-subtitle {
    color: #d28a00;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.history-subtitle::before,
.history-subtitle::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #d28a00;
}

.history-title {
    font-size: 30px;
    line-height: 38px;
    color: #3e1d04;
    font-weight: 700;
    margin-bottom: 20px;
}

.history-text {
    max-width: 850px;
    margin: auto;
    font-size: 18px;
    line-height: 36px;
    color: #757575;
}

.history-timeline {
    position: relative;
    margin-top: 40px;
}

.history-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #e7c07a;
}

.history-item {
    position: relative;
    margin-bottom: 50px;
}


.history-dot {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 24px;
    height: 30px;
    background: #d28a00;
    border: 5px solid #fff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 0 6px rgba(210, 138, 0, 0.15);
}

.history-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1.5px solid #efd5a4;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: 0.4s;
}

.history-card:hover {
    transform: translateY(-10px);
}

.history-icon {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #fff4dd;
    border: 1px solid #e3bc71;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.history-icon i {
    font-size: 28px;
    color: #c78612;
}

.history-card h3 {
    font-size: 23px;
    color: #4a2205;
    margin-bottom: 10px;
    font-weight: 700;
}

.history-card p {
    font-size: 16px;
    line-height: 30px;
    color: #6f6f6f;
    margin: 0;
}

@media(max-width:991px) {

    .history-title {
        font-size: 18px;
        line-height: 30px;
    }

    .history-timeline::before {
        left: 20px;
    }

    .history-dot {
        left: 20px;
    }

    .history-item:nth-child(odd) .history-card,
    .history-item:nth-child(even) .history-card {
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {

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

    .history-title {
        font-size: 20px;
        line-height: 28px;
    }

    .history-text {
        font-size: 16px;
        line-height: 32px;
    }

    .history-card {
        padding: 15px;
    }

    .history-card h3 {
        font-size: 20px;
    }

    .history-card p {
        font-size: 16px;
        line-height: 30px;
    }

    .history-item {
        margin-bottom: 0 !important;
    }
}

.popup-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Box */
.popup-box {
    position: relative;
    width: 100%;
    max-width: 1100px;
    animation: popupZoom 0.4s ease;
}

@keyframes popupZoom {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Image */
.popup-box img {
    width: 100%;
    display: block;
    border-radius: 22px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.45);
    height: 600px;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: #7b0000;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.close-popup:hover {
    transform: rotate(90deg) scale(1.08);
    background: #c40000;
}

@media(max-width:768px) {

    .popup-box {
        max-width: 100%;
    }

    .close-popup {
        width: 40px;
        height: 40px;
        top: -12px;
        right: -12px;
        font-size: 20px;
    }
}



.devotee-section {
    background: #f5f7fc;
    font-family: 'Poppins', sans-serif;
}

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

/* HEADER */

.devotee-header {
    background: linear-gradient(135deg, #6b3206, #c08305);
    padding: 25px 40px;
    position: relative;
}

.devotee-header::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.header-flex {
    gap: 20px;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.header-content span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.header-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
}

.header-content p {
    color: #f5f5f5;
    margin: 0;
    font-size: 15px;
}

/* BODY */

.devotee-body {
    padding: 40px;
}

.input-group-main {
    margin-bottom: 28px;
}

.input-group-main label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    color: #222;
}

.custom-input {
    display: flex;
    align-items: center;
    border: 2px solid #ece8ff;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.textarea-box .input-icon {
    margin-top: 10px;
}

.custom-input:hover,
.custom-input:focus-within {
    border-color: #743b06;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(123, 47, 247, 0.12);
}

.input-icon {
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf5ff;
    border-right: 1px solid #ece8ff;
    color: #743b06;
    font-size: 23px;
}

.custom-input input,
.custom-input textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 18px;
    font-size: 15px;
    background: transparent;
}

.textarea-box {
    align-items: flex-start;
    height: auto;
}

.textarea-box textarea {
    height: 170px;
    resize: none;
    padding-top: 18px;
}

/* INFO BOX */

.bottom-box {
    margin-top: 10px;
    background: #fff7f1;
    border-radius: 20px;
    padding: 22px;
}

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

.info-icon {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ff8a00;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.info-content h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.info-content p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}

/* BUTTON */

.continue-btn {
    border: none;
    padding: 16px 34px;
    border-radius: 16px;
    background: linear-gradient(135deg, #6b3206, #c08305);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 10px 30px #6b32064a;
}

.continue-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px #6b32064a;
}

/* MOBILE */

@media(max-width:768px) {

    .devotee-header {
        padding: 30px 20px;
    }

    .devotee-body {
        padding: 25px 20px;
    }

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

    .step-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .header-flex {
        align-items: flex-start !important;
    }

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

}




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

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

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

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

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

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

.calendar-section .today {
    background: #724014;
    color: #fff;
}

.inactive {
    color: #bdbdbd;
}

.step.active .step-label {
    color: #5f2c0c;
}

.step-line.active {
    background: linear-gradient(135deg, #6b3206, #c08305);
}


.step.active .step-circle {
    background: linear-gradient(135deg, #6b3206, #c08305);
    color: white;
    box-shadow: 0 4px 15px rgba(84, 50, 11, 0.4);
}

.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-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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


.date-card-section .card-header {
    background: linear-gradient(135deg, #720000, #c40018) !important;
    border: none !important;
    padding: 22px 28px !important;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.date-card-section .card-header h5,
.date-card-section .card-header h4,
.date-card-section .card-header .card-title {
    color: #fff !important;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.date-card-section .card-header i {
    color: #fff !important;
}


.date-card-section .card-body {
    padding: 25px !important;
    background: #f6f1eb;
}


.date-card-section .date-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    border-top: 1px solid #ddd3c7;
    border-left: 1px solid #ddd3c7;
}

.date-card-section .date-card-item {
    background: #f6f1eb;
    min-height: 135px;
    padding: 18px 14px;
    border-right: 1px solid #ddd3c7;
    border-bottom: 1px solid #ddd3c7;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: 0.3s ease;
}


.date-card-section .date-card-item:hover {
    background: #fff;
    transform: scale(1.02);
    z-index: 2;
}

.date-card-section .day-name {
    font-size: 15px;
    font-weight: 700;
    color: #7b0000;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.date-card-section .day-number {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #d7d0c6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    background: #faf8f4;
    color: #222;
    margin-bottom: 12px;
}



.date-card-section .date-card-item.active .day-number,
.date-card-section .date-card-item.today .day-number {
    background: linear-gradient(135deg, #5d0000, #950011);
    border-color: #950011;
    color: #fff;
}


.date-card-section .month-name {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}


.date-card-section .availability-badge {
    margin-top: auto;
}

.date-card-section .availability-badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}


.date-card-section .availability-badge .text-success {
    background: linear-gradient(135deg, #8d0000, #c40018);
    color: #fff !important;
}



.date-card-section .availability-badge .text-danger {
    background: #1f1f1f;
    color: #fff !important;
}


.date-card-section .high-occupancy {
    background: #fff1f1;
}

.date-card-section .all-free {
    background: #f6f1eb;
}



@media(max-width:768px) {

    .date-card-section {
        padding: 15px;
    }

    .date-card-section .card-header {
        padding: 18px 18px !important;
    }

    .date-card-section .card-header h5,
    .date-card-section .card-header h4 {
        font-size: 22px;
    }

    .date-card-section .card-body {
        padding: 15px !important;
    }

    .date-card-section .date-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .date-card-section .date-card-item {
        min-height: 120px;
        padding: 15px 12px;
    }

    .date-card-section .day-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

}



.time_form_selection {
    padding: 70px 0;
}

.time_form_selection .card {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 60px rgba(31, 38, 135, 0.12);
    position: relative;
}


.time_form_selection .card-header {
    background: linear-gradient(135deg, #5a2b0c, #945e1f) !important;
    border: none !important;
    padding: 28px 35px !important;
    position: relative;
    overflow: hidden;
}

.time_form_selection .card-header::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.time_form_selection .card-header h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 2;
}

.time_form_selection .card-header i {
    color: #fff;
}


.time_form_selection .card-body {
    padding: 35px !important;
    background: #fff;
}


.time_form_selection .alert-info {
    background: linear-gradient(135deg, #f2dcc6, #fff3e8) !important;
    border: none !important;
    border-radius: 10px;
    padding: 20px 25px;
}

.time_form_selection .alert-info small {
    color: #777 !important;
    font-size: 13px;
}

.time_form_selection .alert-info strong {
    color: #222;
    font-size: 16px;
}

.time_form_selection .form-label {
    font-size: 16px;
    font-weight: 700 !important;
    color: #1f1f1f;
    margin-bottom: 12px;
}


.time_form_selection .input-group {
    border: 2px solid #ece8ff;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.time_form_selection .input-group:hover,
.time_form_selection .input-group:focus-within {
    border-color: #5a2b0c;
    box-shadow: 0 10px 25px rgba(123, 47, 247, 0.10);
    transform: translateY(-2px);
}


.time_form_selection .input-group-text {
    width: 65px;
    justify-content: center;
    border: none !important;
    background: linear-gradient(180deg, #faf5ff, #f4ebff) !important;
    color: #5a2b0c !important;
    font-size: 20px;
}


.time_form_selection .form-control,
.time_form_selection .form-select {
    border: none !important;
    box-shadow: none !important;
    min-height: 60px;
    font-size: 15px;
    color: #333;
    padding: 12px 18px;
    background: transparent;
}


.time_form_selection textarea.form-control {
    min-height: 130px;
    resize: none;
    border-radius: 10px !important;
    border: 2px solid #ece8ff !important;
    padding: 18px !important;
}

.time_form_selection textarea.form-control:focus {
    border-color: linear-gradient(135deg, #5a2b0c, #945e1f) !important;
    box-shadow: 0 10px 25px rgba(123, 47, 247, 0.10) !important;
}

/* NORMAL INPUT */

.time_form_selection input.form-control {
    border-radius: 10px !important;
    border: 2px solid #ece8ff !important;
    min-height: 60px;
    padding: 14px 18px;
}

.time_form_selection input.form-control:focus {
    border-color: linear-gradient(135deg, #5a2b0c, #945e1f) !important;
    box-shadow: 0 10px 25px rgba(123, 47, 247, 0.10) !important;
}

.time_form_selection small.text-muted {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #777 !important;
    font-size: 13px;
}


.time_form_selection .aarti-info-box {
    background: linear-gradient(135deg, #fcfbff, #fff6ef);
    border: 1px solid #eee6ff;
    border-radius: 20px;
    padding: 28px;
    margin-top: 10px;
}

.time_form_selection .aarti-info-box h6 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.time_form_selection .aarti-info-box h6 i {
    color: #8e591d;
}


.time_form_selection .aarti-time-card {
    background: #fff;
    border: 2px solid #f0ebff;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.time_form_selection .aarti-time-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #5a2b0c, #945e1f);
    transform: scaleX(0);
    transition: 0.3s;
}

.time_form_selection .aarti-time-card:hover {
    transform: translateY(-5px);
    border-color: #8e591d;
    box-shadow: 0 15px 35px rgba(255, 123, 0, 0.12);
}

.time_form_selection .aarti-time-card:hover::before {
    transform: scaleX(1);
}

.time_form_selection .aarti-time-card strong {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
}

.time_form_selection .aarti-time-card span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #8e591d;
    margin-bottom: 8px;
}

.time_form_selection .aarti-time-card small {
    color: #888;
    font-size: 12px;
}



.time_form_selection .aarti-time-card.highlight {
    background: linear-gradient(135deg, #5a2b0c, #945e1f);
    border-color: transparent;
}

.time_form_selection .aarti-time-card.highlight strong,
.time_form_selection .aarti-time-card.highlight span,
.time_form_selection .aarti-time-card.highlight small {
    color: #fff;
}


.time_form_selection .btn {
    border-radius: 10px !important;
    padding: 14px 28px !important;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}


.time_form_selection .btn-outline-secondary {
    border: 2px solid #ddd !important;
    color: #555 !important;
    background: #fff !important;
}

.time_form_selection .btn-outline-secondary:hover {
    background: #f5f5f5 !important;
    transform: translateY(-2px);
}


.time_form_selection .btn-primary {
    background: linear-gradient(135deg, #5a2b0c, #945e1f) !important;
    border: none !important;
    box-shadow: 0 12px 30px rgba(123, 47, 247, 0.18);
}

.time_form_selection .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(123, 47, 247, 0.24);
}


@media(max-width:768px) {

    .time_form_selection {
        padding: 40px 0;
    }

    .time_form_selection .card-header {
        padding: 22px 20px !important;
    }

    .time_form_selection .card-header h4 {
        font-size: 22px;
    }

    .time_form_selection .card-body {
        padding: 22px !important;
    }

    .time_form_selection .aarti-info-box {
        padding: 20px;
    }

    .time_form_selection .aarti-time-card {
        padding: 18px 12px;
    }

    .time_form_selection .aarti-time-card span {
        font-size: 20px;
    }

    .time_form_selection .btn {
        width: 100%;
    }

    .time_form_selection .d-flex {
        flex-direction: column;
        gap: 15px;
    }

}

section.thali_section {
    padding: 80px 40px;
}

.alert_info,
.alert_success {
    background: #5a2b0c42;
}





.manorath-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at top right, rgba(255, 153, 0, 0.10), transparent 30%),
        radial-gradient(circle at bottom left, rgba(255, 102, 0, 0.08), transparent 35%),
        linear-gradient(to bottom, #fffaf2, #fff3e4);
    overflow: hidden;
    position: relative;
}

.manorath-heading {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.manorath-tag {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: #fff0db;
    color: #c45a00;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid #ffd19a;
    font-size: 15px;
    letter-spacing: .5px;
}

.manorath-heading h2 {
    font-size: 35px;
    font-weight: 800;
    color: #6b2400;
    margin-bottom: 20px;
}

.manorath-heading p {
    max-width: 950px;
    margin: auto;
    line-height: 1.9;
    color: #6f4e37;
    font-size: 17px;
}

.manorath-card {
    background: #fff;
    border-radius: 32px;
    padding: 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 153, 0, 0.15);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
    transition: .4s ease;
}

.manorath-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 119, 0, 0.15);
}

.manorath-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #6b2400, #a53d08, #6b2400);
}

.floating-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 70px;
    color: rgba(255, 153, 0, 0.08);
}

.icon-box {
    width: 95px;
    height: 95px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff2dd, #ffd190);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(255, 153, 0, 0.20);
}

.icon-box i {
    font-size: 45px;
    color: #b45309;
}

.manorath-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #6b2400;
    margin-bottom: 15px;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #6b2400;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 15px;
}

.manorath-card p {
    color: #6f4e37;
    line-height: 1.95;
    margin-bottom: 28px;
    font-size: 15px;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    background: linear-gradient(to right, #6b2400, #6b2400);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .3s ease;
}

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

.bottom-note {
    margin-top: 20px;
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    text-align: center;
    border: 1px solid rgba(255, 153, 0, 0.12);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.bottom-note h4 {
    color: #6b2400;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}

.bottom-note p {
    color: #6f4e37;
    line-height: 1.9;
    margin: 0;
}

@media(max-width:768px) {

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

.stay-guideline-wrap .col-lg-6 {
    padding: 0;
}

.stay-kitchen-card {
    flex-direction: column;
}

    .manorath-heading h2 {
        font-size: 22px;
    }

    .manorath-card h3 {
        font-size: 22px;
    }

    .bottom-note h4 {
        font-size: 22px;
    }

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

    .manorath-card {
    padding: 18px;
    border-radius: 8px;
}

    .bottom-note {
    padding: 15px;
    border-radius: 8px;
}
.thaal-section .col-lg-4.col-md-6 {
    padding: 0;
}
}



.thaal-section {
    padding: 100px 0;
    background: #fff9f1;
    position: relative;
    overflow: hidden;
}

.thaal-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 166, 0, 0.08);
    border-radius: 50%;
    top: -250px;
    left: -200px;
}

.thaal-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 102, 0, 0.06);
    border-radius: 50%;
    bottom: -180px;
    right: -150px;
}

.thaal-heading {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.thaal-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 12px 25px;
    border-radius: 60px;
    border: 1px solid #ffd5a0;
    color: #c45a00;
    font-weight: 700;
    margin-bottom: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.thaal-heading h2 {
    font-size: 35px;
    font-weight: 900;
    color: #682300;
    margin-bottom: 18px;
}

.thaal-heading p {
    max-width: 850px;
    margin: auto;
    color: #6e4d39;
    line-height: 1.9;
    font-size: 17px;
}

.thaal-box {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
    height: 100%;
    border: 1px solid rgb(255 153 0 / 49%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.thaal-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255, 119, 0, 0.15);
}

.thaal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.thaal-icon {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff1dc, #ffd28e);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(255, 153, 0, 0.15);
}

.thaal-icon i {
    font-size: 36px;
    color: #b45309;
}

.thaal-price {
    background: #682300;
    color: #fff;
    padding: 10px 18px;
    border-radius:8px;
    font-size: 14px;
    font-weight: 700;
}

.thaal-box h3 {
    font-size: 24px;
    font-weight: 800;
    color: #682300;
    margin-bottom: 15px;
}

.thaal-box p {
    color: #6e4d39;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 25px;
}

.thaal-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: linear-gradient(to right, #6b2400, #6b2400);
    color: #fff;
    padding: 13px 24px;
    border-radius: 10px;
    font-weight: 700;
    transition: .3s ease;
}

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

.corner-shape {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 90px;
    height: 90px;
    background: rgba(255, 166, 0, 0.08);
    border-radius: 50%;
}

@media(max-width:768px) {

    .thaal-heading h2 {
        font-size: 25px;
    }

   .thaal-box {
    padding: 15px;
    border-radius: 8px;
}

.thaal-box h3 {
    font-size: 18px;
}

    .thaal-top {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 15px;
    }
}



/* Language Switcher Styles */
.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-btn.active {
    background: #D4AF37;
    color: #8B0000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.lang-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.lang-divider {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

/* RTL Support for Hindi */
html[dir="rtl"] .pc_main_menu,
html[dir="rtl"] .hdr_info,
html[dir="rtl"] .soicns {
    direction: rtl;
}

/* Smooth transition for language change */
.lang-transition {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .language-switcher {
        padding: 6px 10px;
        margin-right: 10px;
    }

    .lang-btn {
        padding: 3px 8px;
        font-size: 12px;
    }
}








.bhog-booking-section {
    padding: 100px 0;
    background: linear-gradient(rgba(255, 248, 238, 0.95), rgba(255, 248, 238, 0.95));
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

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

.booking-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #ffd6a5;
    padding: 12px 24px;
    border-radius: 60px;
    color: #c45a00;
    font-weight: 700;
    margin-bottom: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.booking-heading h2 {
    font-size: 35px;
    font-weight: 900;
    color: #6b2400;
    margin-bottom: 18px;
}

.booking-heading p {
    max-width: 850px;
    margin: auto;
    line-height: 1.9;
    color: #6f4e37;
    font-size: 17px;
}

.booking-wrapper {
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 153, 0, 0.15);
}

.booking-left {
    background: linear-gradient(135deg, #a53903, #6b2400);
    color: #fff;
    padding: 50px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.booking-left::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -100px;
    right: -100px;
}

.booking-left::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    bottom: -60px;
    left: -60px;
}

.booking-left h3 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.booking-left p {
    line-height: 1.9;
    color: #fff8ef;
    position: relative;
    z-index: 2;
}

.info-list {
    margin-top: 35px;
    position: relative;
    z-index: 2;
}

.info-list li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
    line-height: 1.7;
}

.info-list i {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.booking-form {
    padding: 50px 40px;
}

.form-label {
    font-weight: 700;
    color: #6b2400;
    margin-bottom: 10px;
}

.custom-input,
.custom-select,
.custom-textarea {
    border: 1px solid #f1c892;
    border-radius: 9px;
    padding: 15px 18px;
    font-size: 15px;
    width: 100%;
    transition: .3s ease;
    background: #fffdf9;
}

.custom-input:focus,
.custom-select:focus,
.custom-textarea:focus {
    border-color: #ff8a00;
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.12);
}

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

.submit-btn {
    border: none;
    background: linear-gradient(to right, #6b2400, #6b2400);
    color: #fff;
    padding: 16px 35px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s ease;
}

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

.guideline-box {
    background: #fff;
    margin-top: 40px;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid rgba(255, 153, 0, 0.15);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}

.guideline-title {
    font-size: 22px;
    font-weight: 800;
    color: #6b2400;
    margin-bottom: 25px;
}

.guideline-list li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #6f4e37;
    line-height: 1.8;
}

.guideline-list i {
    color: #ff7a00;
    font-size: 24px;
    margin-top: 2px;
}

.contact-box {
    margin-top: 35px;
    background: linear-gradient(to right, #fff4e8, #fffaf5);
    border-radius: 25px;
    padding: 35px;
    border: 1px dashed #ffb45d;
}

.contact-box h4 {
    font-size: 22px;
    font-weight: 800;
    color: #6b2400;
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item i {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #fff;
    color: #ff7a00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-item span {
    color: #6f4e37;
    line-height: 1.8;
}

@media(max-width:991px) {

    .booking-left {
        border-radius: 0;
    }

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

@media(max-width:767px) {

    .booking-form,
    .booking-left {
        padding: 35px 15px;
    }

    .booking-wrapper {
    border-radius: 8px;
}

   .guideline-box {
    padding: 20px 15px;
    border-radius: 8px;
}

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

    .booking-left h3 {
        font-size: 25px;
    }
}




.mmj-donation-wrapper {
    background: linear-gradient(rgb(246 230 209 / 95%), rgb(245 239 229 / 97%));
    padding: 80px 0;
}

/* TOP HERO */
.mmj-top-donation-box {
    background: linear-gradient(135deg, #fff7ea, #fdf1dc);
    border-radius: 10px;
    padding: 70px;
    border: 1px solid rgba(201, 156, 63, 0.15);
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}



.mmj-subtitle-text {
    display: inline-block;
    background: #6b2400;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.mmj-left-donation-content h1 {
    color: #3e2723;
    font-size: 40px;
    line-height: 1.2;

    margin-bottom: 25px;
}

.mmj-main-spiritual-line {
    color: #8d6e63;
    font-size: 21px;
    line-height: 1.9;
    font-style: italic;
    margin-bottom: 25px;
}

.mmj-description-text {
    color: #6d4c41;
    line-height: 1.9;
    margin-bottom: 35px;
}

.mmj-btn-area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mmj-main-btn {
    background: linear-gradient(45deg, #6b2400, #6b2400);
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 60px;
    font-weight: 600;
    transition: 0.4s;
    box-shadow: 0 10px 25px rgba(200, 155, 60, 0.25);
}

.mmj-main-btn:hover {
    transform: translateY(-5px);
    color: #fff;
}

.mmj-border-btn {
    border: 1px solid #6b2400;
    color: #3e2723;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 60px;
    transition: 0.4s;
    background: #fff;
}

.mmj-border-btn:hover {
    background: #6b2400;
    color: #fff;
}

.mmj-right-image-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    border: 6px solid #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* COMMON HEADING */
.mmj-heading-center {
    margin-bottom: 50px;
}

.mmj-heading-center span {
    color: #6b2400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.mmj-heading-center h2 {
    color: #3e2723;
    font-size: 46px;
    margin-top: 18px;

}

/* CONTRIBUTION */
.mmj-contribution-main-area {
    margin-bottom: 100px;
}

.mmj-contribution-single-item {
    background: #fff;
    border: 1px solid rgba(200, 155, 60, 0.12);
    padding: 40px;
    border-radius: 10px;
    display: flex;
    gap: 25px;
    transition: 0.4s;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.mmj-contribution-single-item:hover {
    transform: translateY(-10px);
    border-color: #6b2400;
}

.mmj-contribution-icon {
    min-width: 90px;
    height: 90px;
    background: linear-gradient(45deg, #6b2400, #6b2400);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
}

.mmj-contribution-content h3 {
    color: #3e2723;
    font-size: 25px;
    margin-bottom: 15px;

}

.mmj-contribution-content p {
    color: #6d4c41;
    line-height: 1.9;
}

/* BANK */
.mmj-bank-transfer-main-box {
    margin-bottom: 100px;
}

.mmj-bank-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.mmj-bank-detail-card {
    background: linear-gradient(135deg, #fff, #fff8ec);
    padding: 50px;
    border-radius: 10px;
    border: 1px solid rgba(200, 155, 60, 0.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.mmj-bank-heading span {
    color: #6b2400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}

.mmj-bank-heading h2 {
    color: #3e2723;
    font-size: 45px;
    margin: 15px 0;

}

.mmj-bank-heading p {
    color: #6d4c41;
    line-height: 1.9;
    margin-bottom: 30px;
}

.mmj-security-alert-box {
    background: #fff5dd;
    border-left: 4px solid #6b2400;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
}

.mmj-security-alert-box i {
    color: #6b2400;
    font-size: 28px;
}

.mmj-security-alert-box p {
    color: #5d4037;
    margin: 0;
    line-height: 1.8;
}

.mmj-bank-single-line {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mmj-bank-single-line span {
    color: #6b2400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mmj-bank-single-line h5 {
    color: #3e2723;
    margin-top: 10px;
    font-size: 20px;
}

/* GUIDELINES */
.mmj-guideline-wrapper {
    padding-bottom: 40px;
}

.mmj-guideline-single-box {
    background: #fff;
    border: 1px solid rgba(200, 155, 60, 0.12);
    padding: 45px;
    border-radius: 10px;
    transition: 0.4s;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.mmj-guideline-single-box:hover {
    transform: translateY(-10px);
    border-color: #6b2400;
}

.mmj-guideline-icon {
    width: 95px;
    height: 95px;
    background: linear-gradient(45deg, #6b2400, #6b2400);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.mmj-guideline-single-box h3 {
    color: #3e2723;
    font-size: 30px;
    margin-bottom: 20px;

}

.mmj-guideline-single-box p {
    color: #6d4c41;
    line-height: 1.9;
}

/* RESPONSIVE */
@media(max-width:991px) {
    .mmj-top-donation-box {
        padding: 20px;
    }

    .mmj-left-donation-content h1 {
        font-size: 29px;
    }

    .mmj-heading-center h2 {
        font-size: 19px;
    }

    .mmj-bank-heading h2 {
        font-size: 21px;
    }
}

@media(max-width:767px) {
    .mmj-top-donation-box {
        padding: 15px;
    }

    .mmj-main-spiritual-line {
        font-size: 18px;
        line-height: 1.5;
    }

    .mmj-contribution-single-item {
        padding: 15px;
    }

    .mmj-contribution-icon {
        min-width: 60px;
        height: 60px;
        width: 60px;
    }

    .mmj-security-alert-box {
        padding: 15px;
    }

    .mmj-guideline-single-box {
        padding: 15px;
    }

    .mmj-guideline-icon {
        width: 70px;
        height: 70px;
    }

    .mmj-donation-wrapper {
        padding: 50px 0 0px;
    }

    .mmj-main-btn {
        padding: 10px 20px;
        border-radius: 10px;
    }

    .mmj-border-btn {
        padding: 10px 15px;
        border-radius: 10px;
    }

    .contact-form-section {
        padding: 50px 0px;
    }

    .contact-form-box {
        border-radius: 10px;
        padding: 20px 10px;
    }

    .contact-form-title h2 {
        font-size: 25px;
    }

    .cs_footer_section1 {
        margin-top: 10px;
    }

    .mmj-left-donation-content h1 {
        font-size: 20px;
    }

    .mmj-right-image-box img {
        height: 350px;
        margin-top: 30px;
    }

    .mmj-contribution-single-item {
        flex-direction: column;
    }

    .mmj-bank-detail-card {
        padding: 15px;
    }

    .mmj-heading-center h2 {
        font-size: 19px;
    }

    .mmj-bank-heading h2 {
        font-size: 20px;
    }
}



.stay-divine-sec {
    background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.stay-main-head {
    margin-bottom: 20px;
}

.stay-mini-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff1de;
    color: #e46a11;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
    margin-bottom: 22px;
}

.stay-main-head h2 {
    font-size: 35px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 18px;
}

.stay-welcome-line {
    font-size: 24px !important;
    font-weight: 700;
    color: #c2410c !important;
    margin-bottom: 18px;
}

.stay-main-head p {
    font-size: 17px;
    line-height: 32px;
    color: #667085;
}

.stay-service-box {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    text-align: center;
    height: 100%;
    border: 1px solid #fde7cf;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transition: .4s;
}

.stay-service-box:hover {
    transform: translateY(-8px);
}

.stay-service-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 34px;
    margin-bottom: 24px;
}

.stay-service-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #401500;
    margin-bottom: 15px;
}

.stay-service-box p {
    color: #667085;
    line-height: 30px;
}

.stay-small-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff2df;
    color: #6b2400;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.stay-left-content h3 {
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    color: #401500;
    margin-bottom: 18px;
}

.stay-left-content p {
    color: #667085;
    line-height: 32px;
}

.stay-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stay-price-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #fde5c7;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.active-stay-card {
    background: linear-gradient(135deg, #6b2400, #6b2400);
}

.active-stay-card h5,
.active-stay-card span,
.active-stay-card .stay-price-amount,
.active-stay-card .stay-price-icon {
    color: #fff !important;
}

.stay-price-icon {
    width: 85px;
    height: 85px;
    min-width: 85px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.stay-price-text {
    flex: 1;
}

.stay-price-text h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stay-price-text span {
    color: #667085;
}

.stay-price-amount {
    font-size: 34px;
    font-weight: 800;
    color: #6b2400;
    text-align: right;
}

.stay-price-amount small {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.stay-kitchen-card {
    background: #fff7ed;
    border: 1px dashed #fb923c;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.stay-kitchen-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.stay-kitchen-card h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #401500;
}

.stay-kitchen-card p {
    color: #667085;
    line-height: 30px;
}

.stay-form-box {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    border: 1px solid;
}

.stay-form-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6b2400;
    font-weight: 700;
    margin-bottom: 15px;
}

.stay-form-head h3 {
    font-size: 35px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 15px;
}

.stay-form-head p {
    color: #667085;
    line-height: 30px;
    margin-bottom: 35px;
}

.stay-input-field label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #401500;
}

.stay-input-field label i {
    color: #6b2400;
    margin-right: 8px;
}

.stay-input-field input,
.stay-input-field select {
    width: 100%;
    height: 62px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 0 20px;
    outline: none;
    transition: .3s;
}

.stay-input-field input:focus,
.stay-input-field select:focus {
    border-color: #fb923c;
}

.stay-main-btn {
    border: none;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    padding: 18px 42px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 700;
    transition: .4s;
}

.stay-main-btn:hover {
    transform: translateY(-5px);
}

.stay-contact-card {
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    height: 100%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #6b240063;
}

.stay-contact-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 22px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.stay-contact-card h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #401500;
}

.stay-contact-card p {
    color: #667085;
    line-height: 30px;
}

.stay-guideline-wrap {
    background: #fff0e9;
    border-radius: 35px;
    padding: 50px;
}

.stay-guideline-head {
    margin-bottom: 10px;
}

.stay-guideline-head h3 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.stay-guideline-head h3 i {
    color: #fb923c;
}

.stay-guideline-head p {
    color: #000000;
}

.stay-guide-card {
    background: rgb(255 255 255 / 78%);
    border: 1px solid rgb(73 73 73 / 44%);
    border-radius: 28px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
}

.stay-guide-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.stay-guide-card h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.stay-guide-card p {
    color: #000000;
    line-height: 30px;
}

@media(max-width:991px) {

    .stay-main-head h2 {
        font-size: 20px;
    }

    .stay-welcome-line {
        font-size: 19px !important;
    }

    .stay-left-content {
        margin-bottom: 30px;
    }

    .stay-left-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .stay-kitchen-card h4 {
        font-size: 18px;
    }

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

    .stay-price-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .stay-price-amount {
        text-align: left;
    }

    .stay-form-box {
        padding: 30px;
    }

    .stay-form-head h3 {
        font-size: 20px;
    }

    .stay-guideline-wrap {
        padding: 15px;
        border-radius: 10px;
    }

    .stay-guideline-head h3 {
        font-size: 20px;
    }

    .stay-guide-card {
        border-radius: 8px;
        padding: 15px;
        flex-direction: column;

    }

    .stay-guide-card h5 {
        font-size: 18px;
    }

    .stay-contact-card {
        border-radius: 8px;
        padding: 15px;
        flex-direction: column;
    }

}


.katha-mahotsav-section {
    background: linear-gradient(180deg, #fff9f1 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.katha-top-heading {
    margin-bottom: 20px;
}

.katha-label-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff2df;
    color: #d97706;
    padding: 12px 26px;
    border-radius: 60px;
    font-weight: 700;
    margin-bottom: 24px;
}

.katha-top-heading h2 {
    font-size: 35px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 18px;
    line-height: 1.2;
}

.katha-sanskrit-line {
    font-size: 24px !important;
    line-height: 38px !important;
    color: #b45309 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.katha-english-line {
    font-size: 18px !important;
    color: #7c2d12 !important;
    margin-bottom: 20px;
}

.katha-top-heading p {
    color: #667085;
    line-height: 32px;
    font-size: 17px;
}

.katha-service-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    text-align: center;
    height: 100%;
    border: 1px solid #fde6cb;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transition: .4s;
}

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

.katha-service-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 34px;
    margin-bottom: 24px;
}

.katha-service-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #401500;
    margin-bottom: 14px;
}

.katha-service-card p {
    color: #667085;
    line-height: 30px;
}

.katha-small-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff0dc;
    color: #6b2400;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
    margin-bottom: 22px;
}

.katha-left-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 20px;
}


.katha-contact-top {
    margin-bottom: 20px;
}

.katha-contact-top span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff2df;
    color: #401500;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
    margin-bottom: 18px;
}

.katha-contact-top h3 {
    font-size: 30px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 16px;
}

.katha-contact-top p {
    color: #667085;
    line-height: 32px;
    font-size: 17px;
}






.katha-left-content p {
    color: #667085;
    line-height: 32px;
}

.katha-arrangement-box {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border: 1px solid #fde5c7;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.katha-arrangement-icon {
    width: 85px;
    height: 85px;
    min-width: 85px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.katha-arrangement-box h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #401500;
}

.katha-arrangement-box p {
    color: #667085;
    line-height: 31px;
    margin-bottom: 15px;
}

.katha-charge-box {
    background: #fff7ed;
    border: 1px dashed #fb923c;
    border-radius: 10px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.katha-charge-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.katha-charge-box h5 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #401500;
}

.katha-charge-box p {
    color: #667085;
    line-height: 30px;
}

.katha-contact-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    height: 100%;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.05);
}

.katha-contact-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.katha-contact-card h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #401500;
}

.katha-contact-card p {
    color: #667085;
    line-height: 30px;
}

.katha-process-wrapper {
    background: #401500;
    border-radius: 10px;
    padding: 50px;
}

.katha-process-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fb923c;
    font-weight: 700;
    margin-bottom: 15px;
}

.katha-process-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.katha-step-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.katha-step-number {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 22px;
}

.katha-step-card h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.katha-step-card p {
    color: #cbd5e1;
    line-height: 30px;
}

.katha-form-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

.katha-form-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6b2400;
    font-weight: 700;
    margin-bottom: 15px;
}

.katha-form-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 15px;
}

.katha-form-head p {
    color: #667085;
    margin-bottom: 35px;
    line-height: 30px;
}

.katha-input-box label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #401500;
}

.katha-input-box label i {
    color: #6b2400;
    margin-right: 8px;
}

.katha-input-box input,
.katha-input-box select {
    width: 100%;
    height: 62px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 0 20px;
    outline: none;
    transition: .3s;
}

.katha-input-box input:focus,
.katha-input-box select:focus {
    border-color: #fb923c;
}

.katha-submit-btn {
    border: none;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    padding: 18px 42px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 700;
    transition: .4s;
}

.katha-submit-btn:hover {
    transform: translateY(-5px);
}

.katha-payment-box {
    background: linear-gradient(135deg, #6b2400, #6b2400);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.katha-payment-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.katha-payment-box h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 14px;
}

.katha-payment-box p {
    color: rgba(255, 255, 255, 0.92);
    line-height: 31px;
}

.katha-terms-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.05);
}

.katha-terms-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #401500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.katha-terms-head h3 i {
    color: #6b2400;
}

.katha-terms-card {
    background: #fff7ed;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    border: 1px solid #fde5c7;
}

.katha-terms-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
}

.katha-terms-card h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #401500;
}

.katha-terms-card p {
    color: #667085;
    line-height: 30px;
}

.katha-guideline-section {
    background: #401500;
    border-radius: 10px;
    padding: 50px;
}

.katha-guideline-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.katha-guideline-head h3 i {
    color: #fb923c;
}

.katha-guide-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    height: 100%;
}

.katha-guide-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6b2400, #6b2400);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.katha-guide-card h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 14px;
}

.katha-guide-card p {
    color: #cbd5e1;
    line-height: 31px;
}

@media(max-width:991px) {

    .katha-top-heading h2 {
        font-size: 20px;
    }

    .katha-sanskrit-line {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .katha-left-content {
        margin-bottom: 30px;
    }

    .katha-left-content h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .katha-arrangement-box h4 {
        font-size: 18px;
    }

    .katha-contact-top h3 {
        font-size: 20px;
    }

    .katha-guide-card {
        padding: 15px;
        flex-direction: column;
    }

    .katha-arrangement-box {
        flex-direction: column;
        padding: 15px;
    }

    .katha-charge-box {
    flex-direction: column;
}

.katha-contact-card {
    flex-direction: column;
    border: 1px solid #6b240052;
    padding: 20px;
}

.katha-step-card {
    padding: 20px;
}

    .katha-process-wrapper,
    .katha-form-wrapper,
    .katha-terms-wrapper,
    .katha-guideline-section {
        padding: 10px;
    }

    .katha-process-head h3,
    .katha-form-head h3,
    .katha-payment-box h3,
    .katha-terms-head h3,
    .katha-guideline-head h3 {
        font-size: 20px;
    }

    .katha-payment-box {
        flex-direction: column;
    }

}


.poshak-divine-booking {
    background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.poshak-main-heading {
    margin-bottom: 15px;
}

.poshak-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff1df;
    color: #d97706;
    padding: 12px 26px;
    border-radius: 60px;
    font-weight: 700;
    margin-bottom: 22px;
}

.poshak-main-heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #401500;
    line-height: 1.2;
    margin-bottom: 18px;
}

.poshak-shlok-line {
    font-size: 24px !important;
    line-height: 38px !important;
    color: #b45309 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.poshak-meaning-line {
    font-size: 18px !important;
    color: #7c2d12 !important;
    margin-bottom: 22px;
}

.poshak-main-heading p {
    color: #667085;
    line-height: 32px;
    font-size: 17px;
}

.poshak-charge-wrapper {
    background: #401500;
    border-radius: 10px;
    padding: 50px;
    overflow: hidden;
    position: relative;
}

.poshak-charge-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fb923c;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
}

.poshak-charge-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
}

.poshak-charge-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #401500;
    font-size: 30px;
}

.poshak-charge-card h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.poshak-charge-card p {
    color: #cbd5e1;
    line-height: 30px;
}

.poshak-form-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

.poshak-form-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #401500;
    font-weight: 700;
    margin-bottom: 15px;
}

.poshak-form-head h3 {
    font-size: 42px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 15px;
}

.poshak-form-head p {
    color: #667085;
    margin-bottom: 35px;
    line-height: 30px;
}

.poshak-input-box label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #401500;
}

.poshak-input-box label i {
    color: #401500;
    margin-right: 8px;
}

.poshak-input-box input,
.poshak-input-box select {
    width: 100%;
    height: 62px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 0 20px;
    outline: none;
    transition: .3s;
}

.poshak-input-box input:focus,
.poshak-input-box select:focus {
    border-color: #fb923c;
}

.poshak-submit-btn {
    border: none;
    background: linear-gradient(135deg, #401500, #401500);
    color: #fff;
    padding: 18px 42px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    transition: .4s;
}

.poshak-submit-btn:hover {
    transform: translateY(-5px);
}

.poshak-contact-top {
    margin-bottom: 10px;
}

.poshak-contact-top span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff1df;
    color: #401500;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
    margin-bottom: 18px;
}

.poshak-contact-top p {
    color: #667085;
    line-height: 32px;
    font-size: 17px;
}

.poshak-contact-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.05);
}

.poshak-contact-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 10px;
    background: linear-gradient(135deg, #401500, #401500);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.poshak-contact-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #401500;
    margin-bottom: 12px;
}

.poshak-contact-card p {
    color: #667085;
    line-height: 30px;
}

.poshak-rules-wrapper {
    background: #401500;
    border-radius: 10px;
    padding: 50px;
}

.poshak-rules-head h3 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.poshak-rules-head h3 i {
    color: #fb923c;
}

.poshak-rule-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.poshak-rule-icon {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #401500;
    font-size: 30px;
    margin-bottom: 22px;
}

.poshak-rule-card h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.poshak-rule-card p {
    color: #cbd5e1;
    line-height: 31px;
}

@media(max-width:991px) {

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

    .poshak-shlok-line {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .poshak-rule-icon {
        width: 55px;
        height: 55px;
    }

    .poshak-contact-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .poshak-charge-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .poshak-charge-wrapper,
    .poshak-form-wrapper,
    .poshak-rules-wrapper {
        padding: 15px;
    }

    .poshak-rule-card {
        padding: 15px;
    }

    .poshak-form-head h3,
    .poshak-rules-head h3 {
        font-size: 18px;
    }

    .poshak-charge-card,
    .poshak-contact-card {
        flex-direction: column;
    }

}

/* ===== overall ===== */

.flag-seva-area {
    background: #f6f6f6;
    overflow: hidden;
}

/* ===== hero ===== */

.flag-hero-box {
    background: #fff;
    border: 1px solid #e9e1dc;
    border-radius: 10px;
    padding: 50px;
}

.flag-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #401500;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 22px;
}

.flag-left-content h2 {
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
    color: #401500;
    margin-bottom: 10px;
}

.flag-left-content h4 {
    color: #7c5b4f;
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 600;
}

.flag-shlok {
    font-size: 20px;
    line-height: 27px;
    color: #401500;
    font-weight: 700;
    margin-bottom: 18px;
}

.flag-desc {
    color: #666;
    line-height: 25px;
    font-size: 16px;
}

.flag-right-card {
    background: #faf7f5;
    border: 1px solid #ede3dd;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}

.flag-circle-icon {
    width: 90px;
    height: 90px;
    background: #401500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    margin-bottom: 25px;
}

.flag-right-card p {
    color: #666;
    line-height: 25px;
    margin-bottom: 18px;
}

/* ===== cards ===== */

.flag-info-style {
    background: #fff4ef;
    border-radius: 10px;
    padding: 35px;
    border: 1px solid #401500;
    height: 100%;
    transition: .3s;
}

.flag-info-style:hover {
    transform: translateY(-5px);
}

.flag-card-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.flag-icon-box {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 10px;
    background: #401500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.flag-card-head h3 {
    font-size: 23px;
    line-height: 28px;
    color: #401500;
    font-weight: 700;
    margin: 0;
}

.flag-info-style p {
    color: #666;
    line-height: 25px;
    margin-bottom: 16px;
}

/* ===== arrangement ===== */

.flag-arrangement-main {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.flag-arrangement-left {
    background: #401500;
    padding: 45px;
    height: 100%;
}

.flag-arrangement-left span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 22px;
}

.flag-arrangement-left h3 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
}

.flag-arrangement-right {
    padding: 45px;
}

.flag-arrangement-right h4 {
    color: #401500;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.flag-arrangement-right p {
    color: #666;
    line-height: 25px;
    margin-bottom: 18px;
}

.flag-fee-box {
    background: #f7f2ef;
    border: 1px solid #eaded7;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
}

.flag-fee-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 10px;
    background: #401500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.flag-fee-box h5 {
    color: #401500;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.flag-fee-box p {
    margin: 0;
    color: #666;
}

/* ===== form ===== */

.flag-form-layout {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.flag-form-side {
    background: #faf7f5;
    padding: 45px;
    height: 100%;
    border-right: 1px solid #ececec;
}

.flag-form-side span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #401500;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 22px;
}

.flag-form-side h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    color: #401500;
    margin-bottom: 22px;
}

.flag-form-side p {
    color: #666;
    line-height: 25px;
    margin-bottom: 18px;
}

.flag-form-layout form {
    padding: 45px;
}

.flag-input-group label {
    display: block;
    margin-bottom: 12px;
    color: #401500;
    font-weight: 600;
}

.flag-input-group input,
.flag-input-group textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px 18px;
    outline: none;
    transition: .3s;
}

.flag-input-group input {
    height: 60px;
}

.flag-input-group textarea {
    height: 150px;
    resize: none;
}

.flag-input-group input:focus,
.flag-input-group textarea:focus {
    border-color: #401500;
}

.flag-submit-btn {
    border: none;
    background: #401500;
    color: #fff;
    padding: 18px 36px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.flag-submit-btn i {
    margin-right: 8px;
}

.flag-submit-btn:hover {
    opacity: .9;
}

/* ===== rules ===== */

.flag-rules-section {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    padding: 45px;
}

.flag-rule-title span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #401500;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 18px;
}

.flag-rule-title h3 {
    color: #401500;
    font-size: 30px;
    font-weight: 800;
}

.flag-rule-card {
    background: #faf7f5;
    border: 1px solid #ece1db;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.flag-rule-card i {
    width: 75px;
    height: 75px;
    background: #401500;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 22px;
}

.flag-rule-card h4 {
    color: #401500;
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.flag-rule-card p {
    color: #666;
    line-height: 28px;
}

/* ===== contact ===== */

.flag-contact-style {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 40px;
    height: 100%;
    text-align: center;
}

.flag-contact-top {
    width: 90px;
    height: 90px;
    background: #401500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    margin: auto;
    margin-bottom: 24px;
}

.flag-contact-style h4 {
    color: #401500;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
}

.flag-contact-style p {
    color: #666;
    line-height: 28px;
}

/* ===== responsive ===== */

@media(max-width:991px) {

    .flag-hero-box,
    .flag-arrangement-right,
    .flag-form-layout form,
    .flag-rules-section {
        padding: 15px;
    }

    .flag-left-content h2 {
        font-size: 20px;
    }

    .flag-arrangement-left {
        padding: 15px;
    }

    .flag-arrangement-left h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .flag-form-side {
        border-right: none;
        border-bottom: 1px solid #ececec;
        padding: 30px;
    }

    .flag-form-side h3,
    .flag-rule-title h3 {
        font-size: 20px;
        line-height: 34px;
    }

    .flag-right-card {
        padding: 15px;
    }

    .flag-hero-box .row {
        gap: 20px;
    }

    .flag-info-style {
        padding: 15px;
    }

    .flag-rules-section {
        padding: 0;
    }

    .aarti-main-heading h2 {
        font-size: 25px !important;
    }

    .flag-form-side {
        padding: 15px;
    }

    .flag-rule-card {
        padding: 15px;
    }
}


/* ===== overall ===== */

.phool-bangla-mahal {
    background: #f4f1ee;
    overflow: hidden;
    position: relative;
}

/* ===== top section ===== */

.phool-top-wrapper {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8dfda;
}

.phool-top-content {
    padding: 60px;
}

.phool-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #401500;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 24px;
}

.phool-top-content h2 {
    font-size: 35px;
    line-height: 1.1;
    color: #401500;
    font-weight: 800;
    margin-bottom: 20px;
}

.phool-shlok {
    font-size: 20px;
    line-height: 26px;
    color: #401500;
    font-weight: 700;
    margin-bottom: 18px;
}

.phool-meaning {
    color: #666;
    line-height: 32px;
    font-size: 17px;
}

.phool-side-card {
    background: #401500;
    height: 100%;
    padding: 30px 45px;
    position: relative;
    overflow: hidden;
}

.phool-side-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}

.phool-icon-circle {
    width: 95px;
    height: 95px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 28px;
}

.phool-side-card p {
    color: #f1f1f1;
    line-height: 34px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

/* ===== cards ===== */

.phool-big-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid #e9dfda;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.phool-big-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: #f8f3ef;
    border-radius: 50%;
    top: -40px;
    right: -40px;
}

.phool-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #401500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.phool-big-card h3 {
    color: #401500;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.phool-big-card p {
    color: #666;
    line-height: 30px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.phool-small-card {
    background: #401500;
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.phool-small-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 24px;
}

.phool-small-card p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.phool-horizontal-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9dfda;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.phool-horizontal-icon {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    background: #401500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.phool-horizontal-card p {
    color: #666;
    line-height: 32px;
    margin: 0;
}

.phool-fee-box {
    background: #f8f4f1;
    border: 1px solid #e7dbd4;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: left;
    min-width: 300px;
}

.phool-fee-box h5 {
    color: #401500;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.phool-fee-box span {
    display: block;
    color: #401500;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 8px;
}

.phool-fee-box p {
    color: #777;
    font-size: 14px;
}

/* ===== booking ===== */

.phool-booking-layout {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8dfda;
}

.phool-left-panel {
    background: #401500;
    padding: 50px;
    height: 100%;
}

.phool-left-panel span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 24px;
}

.phool-left-panel h3 {
    color: #fff;
    font-size: 33px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 22px;
}

.phool-left-panel p {
    color: #f1f1f1;
    line-height: 32px;
}

.phool-right-panel {
    padding: 50px;
}

.phool-input-group label {
    display: block;
    margin-bottom: 12px;
    color: #401500;
    font-weight: 600;
}

.phool-input-group input,
.phool-input-group textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px 18px;
    outline: none;
    transition: .3s;
}

.phool-input-group input {
    height: 60px;
}

.phool-input-group textarea {
    height: 150px;
    resize: none;
}

.phool-input-group input:focus,
.phool-input-group textarea:focus {
    border-color: #401500;
}

.phool-submit-btn {
    border: none;
    background: #401500;
    color: #fff;
    padding: 18px 36px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.phool-submit-btn i {
    margin-right: 8px;
}

.phool-submit-btn:hover {
    opacity: .9;
}

/* ===== guideline ===== */

.phool-guideline-card {
    background: #401500;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.phool-guideline-icon {
    width: 85px;
    height: 85px;
    min-width: 85px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
}

.phool-guideline-card h3 {
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 18px;
}

.phool-guideline-card p {
    color: #f3f3f3;
    line-height: 33px;
}

/* ===== responsive ===== */

@media(max-width:991px) {

    .phool-top-content,
    .phool-side-card,
    .phool-left-panel,
    .phool-right-panel,
    .phool-guideline-card {
        padding: 15px;
    }

    .phool-top-content h2 {
        font-size: 20px;
    }

    .phool-left-panel h3,
    .phool-guideline-card h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .phool-horizontal-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .phool-guideline-card {
        flex-direction: column;
    }

}


/* ===== main ===== */

.temple-aarti-wrapper {
    background: #f5f3f1;
    overflow: hidden;
    position: relative;
}

.aarti-main-heading {
    margin-bottom: 60px;
}

.aarti-main-heading span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #401500;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.aarti-main-heading h2 {
    font-size: 35px;
    font-weight: 800;
    color: #401500;
    margin: 0;
}

/* ===== timeline ===== */

.aarti-timeline-main {
    position: relative;
    padding-left: 90px;
}

.aarti-timeline-main::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #401500;
    border-radius: 10px;
}

/* ===== block ===== */

.aarti-block {
    position: relative;
    margin-bottom: 45px;
}

.aarti-time-icon {
    width: 70px;
    height: 70px;
    background: #401500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    position: absolute;
    left: -90px;
    top: 0;
    border: 5px solid #f5f3f1;
    z-index: 2;
}

.aarti-content-box {
    background: #fff;
    border: 1px solid #e7dfdb;
    border-radius: 10px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.aarti-content-box::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: #f8f3ef;
    border-radius: 50%;
    right: -50px;
    top: -50px;
}

.aarti-content-box h3 {
    font-size: 35px;
    color: #401500;
    font-weight: 800;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.aarti-content-box p {
    color: #666;
    line-height: 33px;
    margin-bottom: 8px;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.aarti-quote-box {
    background: #401500;
    color: #fff;
    padding: 22px 25px;
    border-radius: 10px;
    line-height: 32px;
    font-size: 17px;
    margin: 25px 0;
    position: relative;
    z-index: 2;
    font-style: italic;
}

/* ===== responsive ===== */

@media(max-width:991px) {

    .aarti-timeline-main {
        padding-left: 0;
    }

    .aarti-timeline-main::before {
        display: none;
    }

    .aarti-block {
        padding-top: 80px;
    }

    .aarti-time-icon {
        position: absolute;
        left: 20px;
        top: 0;
    }

    .aarti-content-box {
        padding: 25px;
    }

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

}

.aarti-time-icon i {
    color: #fff;
}

/* ===== main ===== */

.temple-timing-booking-section {
    background: #f5f3f1;
    overflow: hidden;
}

/* ===== live update ===== */

.live-update-bar {
    background: #401500;
    border-radius: 10px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 45px;
}

.live-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    animation: liveblink 1s infinite;
}

@keyframes liveblink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

.live-update-bar marquee {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/* ===== heading ===== */

.timing-main-heading {
    margin-bottom: 20px;
}

.timing-main-heading span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #401500;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.timing-main-heading h2 {
    font-size: 35px;
    color: #401500;
    font-weight: 800;
    margin-bottom: 15px;
}

.timing-main-heading p {
    color: #666;
    line-height: 30px;
}

/* ===== timing table ===== */

.timing-table-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7dfdb;
    overflow: hidden;
}

.timing-table-head {
    background: #401500;
    padding: 22px 30px;
}

.timing-table-head h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.timing-table-head h3 i {
    margin-right: 10px;
}

.timing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px;
    border-bottom: 1px solid #eee;
}

.timing-row:last-child {
    border-bottom: none;
}

.timing-row span {
    color: #401500;
    font-size: 18px;
    font-weight: 600;
}

.timing-row strong {
    color: #666;
    font-size: 18px;
}

.timing-row.active {
    background: #faf5f1;
}

.timing-row.active strong {
    color: #401500;
    font-weight: 800;
}

/* ===== update card ===== */

.today-update-card {
    background: #401500;
    border-radius: 10px;
    padding: 40px 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.today-update-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

.update-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.today-update-card h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.today-update-card p {
    color: #f1f1f1;
    line-height: 32px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

/* ===== bhog heading ===== */

.bhog-heading span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #401500;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bhog-heading h2 {
    font-size: 35px;
    color: #401500;
    font-weight: 800;
}

/* ===== premium cards ===== */

.premium-bhog-card {
    background: #401500;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.premium-bhog-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

.premium-tag {
    display: inline-block;
    background: #fff;
    color: #401500;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.premium-bhog-card h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.premium-bhog-card h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* ===== small cards ===== */

.bhog-small-card {
    background: #fff;
    border: 1px solid #ab8f82;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: .3s;
    height: 100%;
}

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

.bhog-small-card h5 {
    color: #401500;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.bhog-small-card span {
    color: #666;
    font-size: 22px;
    font-weight: 800;
}

/* ===== rules ===== */

.rules-box {
    background: #fff;
    border: 1px solid #e7dfdb;
    border-radius: 10px;
    padding: 40px;
}

.rules-box h3 {
    color: #401500;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
}

.rules-box h3 i {
    margin-right: 10px;
}

.rules-box ul {
    padding-left: 20px;
    margin: 0;
}

.rules-box ul li {
    color: #666;
    line-height: 34px;
    margin-bottom: 18px;
    font-size: 17px;
}

/* ===== responsive ===== */

@media(max-width:991px) {

    .timing-main-heading h2,
    .bhog-heading h2 {
        font-size: 28px;
    }

    .premium-bhog-card {
        padding: 30px;
    }

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

    .premium-bhog-card h4 {
        font-size: 34px;
    }

    .today-update-card,
    .rules-box {
        padding: 30px;
    }

    .timing-row {
        padding: 18px 20px;
    }

    .timing-row span,
    .timing-row strong {
        font-size: 16px;
    }

}






























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

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

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

/* Hide default track */
.range-slider input::-webkit-slider-runnable-track {
    background: transparent;
}

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

/* Price box */
.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 rgb(192 154 74 / 27%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #fefbf4;
    position: relative;
    border: 2px solid #dca204;
}

.dm-feature-icon {
    position: relative;
    transition: 0.3s;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #fefbf4;
    border-radius: 50%;
    border: 1px solid #fbba26;
    margin: auto;
}

.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;
    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;
    margin-bottom: 15px;
    word-break: break-word;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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(--heading-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-position: center center;
    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(--primary-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: 90px;
        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 #c08304;
        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: 85%;
        margin-left: auto; */
    }

    /* 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%;
        align-items: start;
    }



    .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: 25px;
        font-weight: 900;
        color: var(--heading-color);
        gap: 10px;
    }

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


}

ul#nav-menu img {
    width: 100px;
    display: none;
}

@media (max-width: 767px) {

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

    ul#nav-menu img {
        width: 100px;
        display: block;
    }

    .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 img {
        border-radius: 10px !important;
    }

    .devoimg img {
        height: 200px;
    }

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

    .cs_footer_logo {
        max-width: 100px;
    }

    .pc_service_wrapper .row {
        width: 80%;
        margin: -60px auto 0 !important
    }

    .pc_heading p {
        text-align: justify;
    }

    .pc_about_wrapper .col-12 {
        padding: 0px 10px;
    }

    .pc_about_wrapper .row {
        gap: 30px;
    }


    .main_menu_parent {
        margin-right: 0;
    }

    .pc_logo {
        max-width: 100px;
        margin-bottom: -60px;
    }

    .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 30px !important;
        background-blend-mode: overlay;
        background-color: #00000096;
    }

    .main_menu_wrapper {
        width: 280px;
    }

    .flex-end {
        gap: 10px !important;
    }

    .pc_banner_form_margin .row {
        gap: 15px;
    }

    .pc_banner_left_text1 p {
        font-size: 14px;
        color: #fff !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: 400px;
    }

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

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



@media(max-width:767px) {
    .popup-box img {
        height: 300px;
    }

    .hdr_info {
        display: none;
    }



    .twobtns.pc_btn.pc_btn_small {
        display: none;
    }
}



.travel-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: linear-gradient(135deg, #fff8ef, #f3e0bf);
}


.hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5a2b0c;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hero-subtitle i {
    font-size: 20px;
}

.travel-hero h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #5a2b0c;
    margin-bottom: 20px;
    font-weight: 700;
}

.travel-hero h4 {
    color: #5a2b0c;
    margin-bottom: 20px;
    font-size: 24px;
}

.travel-hero p {
    font-size: 17px;
}

.hero-image img {
    width: 100%;
    border-radius: 25px;
    border: 4px solid var(--border);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

/* ========================== SECTION COMMON ========================== */
.travel-section {
    padding: 40px 0 0;
}

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

.section-title h2 {
    font-size: 40px;
    color: #5a2b0c;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2 i {
    color: #5a2b0c;
    margin-right: 10px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #5a2b0c;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/* ========================== ADDRESS CARD ========================== */
.address-card {
    background: #5a2b0c00;
    text-align: center;
    border-radius: 25px;
    border: 2px solid var(--border);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .07);
}

.address-card h3 {
    color: #5a2b0c;
    font-size: 28px;
    margin-bottom: 15px;
}

.address-card p {
    font-size: 18px;
    margin-bottom: 15px;
}

.map-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: #5a2b0c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    transition: .4s;
    font-weight: 600;
}

.travel-section p {
    text-align: center;
    color: #000;
}

.map-btn:hover {
    background: #5a2b0c;
    color: #fff;
}

/* ========================== TABLE ========================== */
.travel-table {
    margin-top: 15px;
    overflow: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.travel-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #c7c7c7;
}

.travel-table th {
    background: #5a2b0c;
    color: #fff;
    padding: 18px;
    font-size: 16px;
     text-align: center;
}

.travel-table th {
    border-right: 1px solid #c7c7c7;
}

.travel-table th::nth-child {
    border-right: 0;
}

.travel-table td {
    padding: 18px;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.travel-table td::nth-child {
    border-right: 0;
}

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

.travel-table tr:hover {
    background: #fff6df;
}

/* ========================== TRAVEL TIP ========================== */
.travel-tip {
    margin-top: 25px;
    background: #fff7dd;
    border-left: 5px solid #5a2b0c;
    padding: 20px;
    border-radius: 12px;
    font-weight: 500;
}

.travel-tip i {
    color: #5a2b0c;
    margin-right: 8px;
}

/* ========================== CARDS (TRAIN / AIR) ========================== */
.travel-card {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #5a2b0c;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    height: 100%;
}

.travel-info {
    background: #fff5ee;
}



.travel-card h2 {
    color: #5a2b0c;
    margin-bottom: 20px;
}

.travel-card p {
    margin-bottom: 15px;
}

/* ========================== LOCAL TRANSPORT ========================== */
.local-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.local-box {
    background: #fff;
    border: 1px solid #5a2b0c;
    border-radius: 10px;
    padding: 35px;
}


.local-box h3 {
    color: #5a2b0c;
    margin-bottom: 15px;
}

/* ========================== BLESSING SECTION ========================== */
.blessing-box {
    background: linear-gradient(135deg, #6B340F, #8B4B16);
    color: #fff;
    text-align: center;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.blessing-box:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border: 2px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.blessing-box h2 {
    color: #FFD66D;
    font-size: 42px;
    margin-bottom: 20px;
}

.blessing-box p {
    font-size: 20px;
    color: #fff;
}


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

    .col-lg-7,
    .col-lg-5 {
        width: 100%;
    }

    .travel-hero {
        text-align: center;
    }

    .travel-hero h1 {
        font-size: 42px;
    }

    .hero-image {
        margin-top: 30px;
    }

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

@media(max-width:767px) {
    .travel-hero {
        padding: 70px 0;
    }

    .travel-hero h1 {
        font-size: 34px;
    }

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

    .address-card,
    .travel-card,
    .local-box {
        padding: 25px;
    }

    .blessing-box h2 {
        font-size: 30px;
    }

    .blessing-box p {
        font-size: 17px;
    }
}

.station-box{
    margin-top:20px;
    padding:20px;
    border:1px dashed #d4a437;
    border-radius:15px;
    background:#fffaf2;
}

.station-box h4{
    color:#6B340F;
    margin-bottom:10px;
}

.station-box h4 i{
    color:#C68A12;
    margin-right:8px;
}

/* LOCAL ICON */

.local-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#fff7e5;
    border:2px solid #d4a437;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.local-icon i{
    font-size:35px;
    color:#C68A12;
}

.section-intro{
    text-align:center;
    max-width:850px;
    margin:0 auto 40px;
}


.blessing-icon i{
    font-size:55px;
    color:#FFD66D;
}


.btn-box{
    margin-top: 40px;
}
.btn-box a{
   padding: 12px 40px;
   font-weight: 600;
   color: #fff;
   background: #5c0000;
   border-radius: 10px;
}