@charset "utf-8";

/* CSS Document */
/*******common css*************/

/* inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    overflow-x: hidden;
}

body {
    font-family: 'Inter' !important;
    background-color: #fbfffa;
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
    font-weight: 800;
    color: #191919;
    font-family: 'Inter';
    margin-bottom: 15px;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    color: #191919;
}

h3 {
    font-size: 19px;
    font-weight: 700;
    color: #191919;
    transition: .3s ease-in-out;
}

h4 {
    font-size: 15px;
    color: #3B3B3B;
    font-weight: 600;
}

p {
    font-size: 13px;
    color: #3b3b3b;
}

.light_text {
    color: #F7F3ED;
}

.sec_mb {
    margin-bottom: 80px;
}

a {
    text-decoration: none;
}

.font_14 {
    font-size: 14px;
}

.a_link {
    font-size: 14px;
    font-weight: bold;
    color: #3B3B3B;
    text-decoration: underline;
    transition: .3s ease-in-out;
}

.a_link:hover {
    color: #6e7f61;
}

.link_tag{
    font-weight: 900 !important;
    color: #38442E;
    margin-bottom: 0;
}

.link_tag a{
    color: #38442E;
}


.link_tag a:hover{
    color: #5d745a;
}

/* button css */

.green_btn {
    background-color: #444E32;
    padding: 0 20px !important;
    color: #ffffff;
}

.green_btn:hover {
    background-color: #172e00;
    color: #ffffff;
}

.nav_btn {
    padding: 0 !important;
}

.nav_btn,
.primary_btn {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 15px;
}

.nav_btn:hover {
    background-color: #172e00;
    color: #ffffff;
}

.nav_btn span {
    padding: 5px;
    border-radius: 50px;
    margin-right: 8px;
}

.sticky-navbar .nav_btn {
    height: 40px;
    min-width: 45px !important;
}

.sticky-navbar .nav_btn span {
    margin-right: 0px;
}

.lang_btn {
    background-color: #9BA48F;
}

.lang_btn span {
    background-color: #8B967D;
}

.currency_btn {
    background-color: #636A55;
}

.currency_btn span {
    background-color: #737C65;
}

.login_btn {
    background-color: #3B3E36;
}

.login_btn span {
    background-color: #525c3f;
}

.btn {
    text-decoration: none;
    padding: 10px 30px;
    white-space: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    min-height: 45px;
    min-width: 100px;
}

.btn:active {
    color: #38442E !important;
    border-color: #38442E;
}

.back_btn {
    border: 1px solid #444E32;
    background-color: transparent;
    transition: background-color 0.3s;
    color: #444E32;
}

.back_btn:hover {
    background-color: #444E32;
    color: #FFFFFF;
}

.read_btn {
    padding: 10px 30px 10px 30px;
    background-color: #444E32;
}

.read_btn .button__icon-wrapper {
    background-color: #444E32;
}

.read_btn:hover .button__icon-wrapper {
    background-color: #3B3B3B !important;
}

.green_fill_btn {
    background-color: #444E32;
    color: #ffffff;
    padding: 10px 30px;
    transition: background-color 0.3s;
}

.green_fill_btn:hover {
    background-color: #172e00;
    color: #ffffff;
}

.map_btn{
    background-color: #ffffff;
    color: #38442E;
    font-size: 13px;
    font-weight: 900;
    width: fit-content;
    border: 1px solid #E0E0E0;
}

.map_btn:hover{
    border: 1px solid #000000;
    background-color: #38442E;
    color: #ffffff;
}

.map_btn img{
    width: 20px;
    margin-right: 3px;
}

/* header */

.navbar {
    padding: 0;
}

.navbar-nav {
    align-items: center;
    background-color: #ffffff !important;
    padding: 5px;
    border-radius: 8px;
    z-index: 9;
    position: relative;
}

.d_logo{
    margin-top: 8px;
}

.navbar-brand {
    margin-top: 5px;
    width: auto;
    height: 50px;
    padding: 0;
    position: absolute;
}

.navbar-expand-lg .navbar-collapse {
    align-items: flex-start;
    padding: 4px 0;
}

.navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Original Navbar */
.main-navbar {
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
    background-color: #ffffff;
}

/* Sticky Navbar (Hidden initially) */
.sticky-navbar {
    position: fixed;
    top: -180px;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease;
}

.sticky-navbar.show {
    top: 0;
}

.sticky_logo {
    position: relative;
    width: auto;
    height: 46px;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 10px;
}

.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto;
}


/* hero sec */

.hero_content {
    margin-top: 35px;
    margin-bottom: 50px;
}

.inner_header_sec .hero_content{
    margin-top: 35px;
    margin-bottom: 50px;
}

/* .hero_content p {
    position: relative;
}

.hero_content p::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    background-color: #9A9A9A;
    top: 21%;
    left: -35px;
} */

/* booking bar */

.booking_div {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.booking_icon_div {
    width: 27px;
    height: 27px;
}

.booking_input {
    border: 0 !important;
}

.booking_col {
    border-right: 1px solid #d7d7d7;
    padding-left: 15px;
}

/* about sec */

.about_content {
    font-size: 26px;
    color: #191919;
    font-weight: normal;
}

.about_num {
    color: #444E32;
    font-size: 40px;
    font-weight: 900;
}

/* massage type sec */

.massage_type_sec {
    /* background-image: url(../images/type_bg.png); */
    background-repeat: no-repeat;
    background-size: 98% auto;
    background-position: top;
    padding-top: 50px;
    padding-bottom: 20px;
}

.type_box .icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    z-index: 9;
    position: relative;
    margin-bottom: 12px;
}

.type_box{
    position: relative;
}

.type_box::after{
    content: '';
    position: absolute;
    width: 87%;
    height: 0.5px;
    left: 10px;
    top: 55px;
    background-color: #e7e7e7;
}

.type_box .text_box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 13px 18px 13px 18px;
    /* margin-top: -50px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    display: flex;
    align-items: flex-start;
    gap: 3px;
    flex-direction: column;
}

.type_box .text_box h4{
    margin-bottom: 0;
}

.text_box h4 {
    font-size: 16px;
    font-weight: 800 !important;
}

.type_swiper {
    overflow: visible !important;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
    background: #fbfffa;
    padding: 24px 60px;
    font-weight: 600;
    color: #56623f;
}

.swiper-button-next:after{
    background: linear-gradient(90deg, #ffffff00, #ffffff, #ffffff, #ffffff, #ffffff);
}

.swiper-button-prev:after{
    background: linear-gradient(270deg, #ffffff00, #ffffff, #ffffff, #ffffff)
}

.desti_sec{
    background: linear-gradient(45deg,#5c6944,#475232,#5c6944);
  background-size: 120% 120%;
  animation: gradient-animation 5s ease infinite;
    padding: 100px 0 50px 0;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 10%;
  }
  50% {
    background-position: 100% 10%;
  }
  100% {
    background-position: 0% 10%;
  }
}

/* destinations sec */

/* Custom Card Styling */
.custom-card {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    /* Ensure all cards are the same height */
    position: relative;
    padding-bottom: 47px;
    /* Space for the arrow button */
    transition: box-shadow 0.3s ease;
    transition: .3s ease-in-out;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
}

.custom-card:hover {
    background-color: #fdfffb;
}

.custom-card:hover h3 {
    color: #5d745a;
}

/* Location Tag Styling */
.location-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9BA48F;
    /* Light green from the image */
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px 0 8px 0;
}

.card-divider {
    border-top: 1px solid #ccc;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 15px;
}

.owl-nav button span{
    position: relative;
    top: -18px;
}

.owl-nav button{
    font-size: 45px !important;
    width: 40px;
    height: 40px;
    background-color: #8E714F !important;
    border-radius: 5px;
    color: #FFFFFF !important;
    transition: background-color 0.3s;
}

.owl-nav button:hover{
    background-color: #654c30 !important;
}

/* ============================ */
.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    background-color: #444E32;
    border-radius: 5px;
    color: #ffffff;
}

.button .btn_text {
    font-size: 14px;
    font-weight: 500;
}

.read_btn {
    padding: 5px 7px 5px 15px;
    transition: background-color 0.3s;
}

.read_btn:hover {
    background-color: #3B3B3B !important;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    position: relative;
    background-color: #444E32;
    color: #ffffff;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 5px;
}

.button:hover .button__icon-wrapper {
    background-color: #3B3B3B !important;
}

.button:hover .button__icon-wrapper {
    color: #ffffff;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

/* testimonial sec */

.testi_sec {
    background-image: url(../images/testi_bg.png);
    background-size: 98% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: center;
}

.review_collaps_div .img_div {
    width: 200px;
}

.testi_icon {
    width: 50px;
}

.testi-text {
    color: #F7F3ED;
    margin-bottom: 0;
    line-height: 25px;
    min-height: 75px;
    font-size: 14px;
}

.testi-profile-img-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-profile-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-name {
    color: #F7F3ED;
    font-weight: bold;
    font-size: 17px;
}

.testi-title {
    color: #F7F3ED !important;
    font-size: 13px;
    font-style: italic;
}

/* testi Navigation Buttons */
.testi-prev-btn,
.testi-next-btn {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #8E714F;
    color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}

.testi-prev-btn:hover,
.testi-next-btn:hover {
    background-color: #654c30;
}

.testi-prev-btn {
    right: 60px;
}

.testi-next-btn {
    right: 10px;
}

/* ====================================== */
/* multi-line input css */

.multi-line-floating {
    width: 100px;
}

.multi_input_label .line1 {
    font-family: 'Inter';
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.multi_input_label .line2 {
    font-family: 'Inter';
    color: #3b3b3b;
    font-size: 11px;
    font-weight: 400;
}

.multi-line-floating label {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    padding-top: 4px !important;
    pointer-events: none;
}

.multi-line-floating .form-control:focus~label,
.multi-line-floating .form-control:not(:placeholder-shown)~label {
    transform: translateY(0rem) scale(0.85);
}

.multi-line-floating .form-control:focus~label .line2,
.multi-line-floating .form-control:not(:placeholder-shown)~label .line2 {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.multi-line-floating label span {
    transition: all 0.2s ease;
}

.Custom-form-floating>.form-select~label {
    transform: scale(1) translateY(0rem) translateX(0rem);
}

.Custom-form-floating>.form-select~label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

/* footer */

.footer {
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: 99% 100%;
    background-position: center;
    padding: 40px 0px;
    margin-bottom: 10px;
}

.footer_logo {
    width: 85px;
}

.footer_link a {
    color: #C0C0C0;
    font-size: 13px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.footer_link a:hover {
    color: #ebffd2;
}

.social_links a {
    width: 29px;
    height: 29px;
    background-color: #858C79;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.social_links a:hover {
    background-color: #191919;
}

/* custom ul  */

ul.icon-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.icon-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
}

ul.icon-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('../images/point.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.copyright p {
    font-size: 11px;
    color: #ffffff;
    margin-bottom: 0;
}

.copyright p span a {
    color: #ffffff;
}

.copyright p span a:hover {
    color: #9BA48F;
}

/* registration process CSS */

.pt-con {
    padding-top: 80px;
}

.input-with-icon {
    position: relative;
    color: #444E32;
}

.input-with-icon .form-floating>label {
    padding: 13px 13px 13px 54px;
}

.input-with-icon .form-floating>.form-control {
    padding-left: 55px;
}

.input-with-icon .form-floating>.form-control-plaintext~label,
.input-with-icon .form-floating>.form-control:focus~label,
.input-with-icon .form-floating>.form-control:not(:placeholder-shown)~label,
.input-with-icon .form-floating>.form-select~label {
    transform: scale(.85) translateY(-.5rem) translateX(10px);
}

.form-label {
    font-size: 13px;
    color: #363B42;
}

.form-section-title{
    color: #444E32;
    margin-bottom: 20px;
}

.input-with-icon::after {
    position: absolute;
    content: "";
    left: 44px;
    width: 1px;
    top: 13px;
    height: 20px;
    background-color: #C8C8C8;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 10;
    pointer-events: none;
}

.form-floating>.form-control {
    /* padding-left: 55px; */
    font-size: 14px;
}

.form-floating>label {
    padding: 13px 13px 13px 13px;
    font-size: 13px;
    color: #5a6a85ba;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #c9c9c9;
    background: transparent;
    border: none;
    padding: 5px;
    z-index: 10;
}

.password-toggle:hover {
    color: #6c757d;
}

.forgot-password a {
    color: #868686;
    font-size: 12px;
}

.forgot-password a:hover {
    color: #383838;
}

.btn-login {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    transition: background-color 0.3s;
}

.btn-login:hover {
    background-color: #0056b3;
}

/* .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.75) translateY(-0.3rem) translateX(1rem);
} */

.form-control:focus {
    border-color: #b5b5b5;
    box-shadow: none;
}

/* form css */
.form-control {
    min-height: 45px !important;
    height: 45px !important;
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) !important;
}

.input-hint {
    color: #868686;
    font-size: 12px;
    text-align: end;
    margin-top: 4px;
}

.social-login {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #a8b89d;
    border-radius: 7px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #444e320d;
}

.google-btn img {
    width: 20px;
    height: 20px;
}

.apple-btn i {
    font-size: 20px;
    color: #000;
}

.facebook-btn i {
    font-size: 20px;
    color: #1877f2;
}

/* radio btns */

/* New: Custom Radio Buttons (I'm A Therapist / I'm In The Business) */
.custom-radio-btn input {
    display: none;
}

.custom-radio-btn .radio-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #5a6645;
    /* outline color */
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    color: #5a6645;
    transition: 0.2s;
    opacity: .6;
}

.custom-radio-btn .radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #5a6645;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-radio-btn .radio-circle::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #5a6645;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s;
}

/* Active State */
.custom-radio-btn input:checked+.radio-box {
    background: #ffffff;
    border-color: #4b5736;
    color: #4b5736;
    opacity: 1;
}

.custom-radio-btn input:checked+.radio-box .radio-circle::after {
    opacity: 1;
}

/* otp input */

.otp-inputs {
    display: flex;
    gap: 10px;
}

.otp-input {
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    /* border: 2px solid #dee2e6; */
    /* border-radius: 10px; */
    transition: all 0.3s;
}

.otp-input:focus {
    border-color: #808080;
    box-shadow: none;
    outline: none;
}

.timer-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 12px;
}

.timer-count {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

.resend-link {
    color: #5d745a;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s;
}

.resend-link:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* checkbox styles */

.form-check-input {
    border: 1px solid #444E32;
}

.form-check-label {
    font-size: 13px;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #525c3f;
    border-color: #525c3f;
}

.form-check-input:focus {
    border-color: #525c3f;
    box-shadow: 0 0 0 0.2rem rgba(82, 92, 63, 0.25);
}

/* The starting state for the 'fragmented' look before reveal */
.char-fade {
    color: #8C8C8C; /* Muted gray */
    display: inline;
    transition: none; /* Let GSAP handle the transition */
}

.block_text {
    line-height: 1.6;
    font-weight: 500;
    font-size: 26px;
    font-weight: normal;
}

/* pagination */

.pagination{
    gap: 10px;
}

.pagination .page-link {
    color: #444E32;
    border: none;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.pagination .page-link:hover {
    background-color: #38442E;
    color: #ffffff;
}

.pagination .disabled{
    pointer-events: none;
    opacity: 0.5;
}

.pagination .active .page-link{
    color: #ffffff;
    background-color: #444E32;
}

.contact_info_bar{
    background-color: #FAFFF0;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: rgb(67 67 67 / 5%) 0px 10px 15px -3px, rgb(97 97 97 / 0%) 0px 4px 6px -2px;
    align-items: center;
}

.support_icon_box img{
    width: 55px;
    margin-bottom: 8px;
}

.green_box{
    background-color: #636A55;
    padding: 20px;
    border-radius: 8px;
}

.green_box h4, .green_box p{
    color: #ffffff;
}

/* list styles */

.custom_ul{
    list-style-type: disc;
    padding-left: 20px;
    font-size: 13px;
}

.custom_ol{
    padding-left: 20px;
    font-size: 13px;
}

.custom_ol li{
    margin-bottom: 10px;
}

.custom_ul li{
    color: #3b3b3b;
}

.custom_ul li::marker{
    color: #5a6645;
    font-size: 20px;
}

/* Custom Styling to match your image */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px !important;
    background-color: #F9FFED;
}

.accordion-header {
    border: none;
}

.accordion-button {
    color: #1a1a1a;
    font-weight: 700;
    padding: 20px;
    box-shadow: none !important;
    border-radius: 5px !important;
    font-size: 14px;
}

/* Active/Opened State Header */
.accordion-button:not(.collapsed) {
    background-color: #3d4734; /* Dark Olive Green from your image */
    color: #ffffff;
}

/* Change the icon to +/- */
.accordion-button::after {
    content: '+';
    background-image: none;
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    content: '−';
    background-image: none;
    color: #ffffff;
    transform: none;
}

.accordion-body{
    font-size: 13px;
    color: #3b3b3b;
    border-radius: 8px !important;
}

.desc_text_box{
    position: relative;
    padding-left: 15px;
}

.desc_text_box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 50px;
    background-color: #5a6645;
}

/* human body */

.human-body {
  width: 207px;
  position: relative;
  padding-top: 240px;
  height: 400px;
  display: block;
}

.human-body svg:hover {
  cursor: pointer;
}

.human-body svg path:hover {
  fill: #00ad11; /* Hover color */
}

.human-body svg {
  position: absolute;
  fill: #383838;
  top: 30px;
}

#area #data {
  color: black;

}

.human-body svg path.active {
  fill: #70d05b !important;
}

/* float btn */

.float_btn {
    position: fixed;
    top: 40%;
    right: -53px;
    z-index: 999;
    transform: rotate(90deg);
    font-weight: 200;
    padding: 12px;
    transition: background-color 0.3s, opacity 0.4s ease;
    letter-spacing: 1px;
    opacity: 0;
    pointer-events: auto;
}

.float_btn.show {
  opacity: 1;
  pointer-events: auto;
}

.float_btn.show {
    opacity: 1;
    pointer-events: auto;
}

.float_btn i {
    transform: rotate(270deg);
    margin-right: 6px;
    position: relative;
}

/* detail page css */

.check_mark{
    width: 20px;
    margin-right: 5px;
}

.facility_div{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.facility_div p{
    color: #38442E;
    font-weight: 600;
}

.facility_div p span{
    width: 20px;
}

.type_acc{
    background-color: #3d4734;
}

.type_acc::after{
    color: #ffffff !important;
}

.accordion-body .text_box h4{
    font-size: 14px;
}

.accordion-body .type_box .text_box{
    padding: 10px 15px 10px 15px;
    transition: .3s ease-in-out;
}

.accordion-body .type_box .icon{
    width: 40px;
    height: 40px;
}

.accordion-body .type_box .text_box:hover{
    background-color: #fafff124;
    cursor: pointer;
}

.team_card .img_div{
    background-color: #ffffff;
    background-image: url(../images/team_bg.png);
    background-size: contain;
    padding: 15px 30px 0 30px;
    background-repeat: no-repeat;
    background-position: center 38%;
    border-radius: 5px;
}

.team_card .text_div{
    background-color: #FAFFF0;
    padding: 15px;
    border: 10px solid #ffffff;
    border-radius: 5px;
    border-top: 0;
}

.team_card .text_div p{
    margin-bottom: 0;
}

.team_card .text_div h4{
    color: #38442E;
    font-weight: 800;
    font-size: 16px;
}

.masg_detail_modal .modal-header .icon{
    width: 35px;
    margin-right: 10px;
}

.masg_detail_modal .modal-header{
    padding-left: 25px;
    padding-right: 25px;
    background-color: #eff5eb;
}

.masg_detail_modal .modal-header h4{
    color: #38442E;
    font-weight: 900 !important;
}

.masg_detail_modal .modal-body{
    padding: 15px 25px !important;
}

.small_icon{
    width: 20px;
    margin-right: 10px;
}

.price{
    font-size: 33px;
    color: #38442E;
    font-weight: 900;
}

.book_now_btn{
    min-width: 180px !important;
}

/* swiper */


.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
}

@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.gallery-top .swiper-slide, .gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  position: relative;
  width: 100%;
}

@media (min-width: 480px) {
  .gallery-top {
    width: 80%;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  padding-top: 10px;
  height: 100px;
}

@media (min-width: 480px) {
  .gallery-thumbs {
    width: 20%;
    height: 500px;
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-top .swiper-button-prev:after {
    background: transparent !important;
}

.gallery-top .swiper-button-next:after {
    background: transparent !important;
}

.gallery-top .swiper-button-next:after, .gallery-top .swiper-button-prev:after{
    color: #ffffff;
}

.sticky_icon{
    width: 34px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #87956f;
}

.form-floating > .form-control[type="date"]:-webkit-calendar-picker-indicator {
    opacity: 1; /* Ensures the calendar icon stays visible */
}