@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-green: #006838;
    --heading-color: #333333;
    --white-color: #ffffff;
    --btn-border-radius: 30px;
}

hr {
    margin: 30px 0;
    opacity: 1;
    border-top: 1px solid #e2e9f6 !important;
}

.primary-btn {
    font-size: 15px;
    font-weight: bold;
    background-color: var(--color-green);
    color: var(--white-color);
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: var(--btn-border-radius);
    transition: ease-in-out all 0.2s;
}

.primary-btn:hover,
.primary-btn:active,
.primary-btn:focus {
    background-color: #693A25;
    color: #ffffff;
}

.primary-btn-light {
    font-size: 15px;
    font-weight: bold;
    background-color: #F5F2E9;
    color: var(--heading-color);
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: var(--btn-border-radius);
    transition: ease-in-out all 0.2s;
}

.primary-btn-light:hover,
.primary-btn-light:active,
.primary-btn-light:focus {
    background-color: #693A25;
    color: #ffffff;
}

.color-green {
    color: var(--color-green);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #693A25;
    color: #ffffff;
    border-color: #693A25;
}

.sort-btn.active {
    background-color: #693A25;
    color: var(--white-color);
    border-color: #693A25;
}

.btn-outline-primary {
    border: 1px solid #693A25;
    color: #693A25;
    font-weight: 500;
}

.btn-outline-primary:hover {
    border-color: #693A25;
    background-color: #693A25;
    color: var(--white-color);
}

.btn-outline-secondary {
    border: 1px solid #693A25;
    color: #693A25;
    font-weight: 500;
}

.btn-outline-secondary:hover {
    border-color: #693A25;
    background-color: #693A25;
    color: var(--white-color);
}

/* ---------- Webkit Browsers (Chrome, Safari, Edge, Brave) ---------- */
::-webkit-scrollbar {
    width: 12px;
    /* Vertical scrollbar */
    height: 0;
    /* Horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Thumb color */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Hover effect */
}

.mt-80 {
    margin-top: 80px;
}

.my-80 {
    margin: 80px 0;
}

.box_grid .primary-btn {
    cursor: pointer;
}

.magnific-gallery .primary-btn-light {
    font-size: 18px;
    background-color: #006838;
    color: #ffffff;
    border: 2px solid #ffffff;
    height: 48px;
}

.page-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    border: 2px solid #ffffff;
    color: #006838;
    font-size: 21px;
    border-radius: 100%;
    transition: ease-in-out all 0.2s;
}

.page-share-btn:hover {
    background-color: #006838;
    border-color: #006838;
    color: #ffffff;
}

.box_grid a.wish_bt {
    background-color: #006838 !important;
}

/* Category badge positioned just left of wishlist */
.box_grid a.category_bt {
    position: absolute;
    right: 55px;
    top: 15px;
    z-index: 3;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.4);
}
.box_grid a.category_bt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .box_grid a.category_bt {
        right: 45px;
        top: 10px;
        height: 30px;
        width: 30px;
        z-index: 3;
    }
}

.box_grid a.wish_bt.liked:after,
.box_list a.wish_bt.liked:after {
    color: #ffffff !important;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: var(--white-color);
}

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

.secondary_nav {
    background: #fafafa;
    border-bottom: none;
    padding: 15px 0;
    z-index: 9;
}

.secondary_nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secondary_nav ul li {
    margin: 0;
    list-style: none;
}

.secondary_nav ul li a {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    transition: ease-in-out all 0.2s;
}

.secondary_nav ul li a:hover {
    color: var(--color-green);
}

.space-50 {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

/* 
.scroll-height-1 {
    height: 170px;
    overflow-y: scroll;
    padding: 0 5px 0 0;
}

.scroll-height-1::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
} */
.inner-slider {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("../assets/image/home/slider.webp");
    background-size: cover;
    background-position: center;
    position: relative;
}

.inner-slider.about-slider {
    background-image: url("../assets/image/about/about-slider.webp");
}

.inner-slider.contact-slider {
    background-image: url("../assets/image/contact-us/contact-slider.webp");
}

.inner-slider h1 {
    color: var(--white-color);
    font-weight: 600;
    text-align: center;
    margin: 45px 0 0 0;
    position: relative;
}

.inner-slider::before {
    content: "";
    background-color: #00000060;
    backdrop-filter: blur(3px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.inner-slider.become-host-bg {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: none;
    background-color: #000000;
    background-position: center;
    position: relative;
}

.inner-slider .inner-slider-detail {
    position: relative;
}

.inner-slider .inner-slider-detail h1 {
    color: var(--white-color);
    font-weight: 600;
    text-align: center;
    margin: -90px 0 0px 0;
}



.inner-slider .inner-slider-detail p {
    color: var(--white-color);
    font-weight: 600;
    text-align: center;
    margin: 30px 0 20px 0;
}

.slider-section {
    padding: 70px 0 0 0;
    position: relative;
}

.slider-section form {
    margin-top: -160px;
}

.slider-section .slider-image img {
    height: 540px;
    object-fit: cover;
    object-position: center;
    width: 480px;
    border-radius: 15px;
}

.slider-content {
    display: block;
}

.slider-content .book-with-us {
    padding: 10px 20px;
    background-color: #e2f0ca;
    border-radius: var(--btn-border-radius);
    ;
    margin: 0 0 30px 0;
    display: inline-block;
}

.slider-content .book-with-us h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #000000;
}

.slider-content h1 {
    font-size: 42px;
    color: #000000;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

.slider-content h1 span {
    color: var(--color-green);
}

.video-slider {
    position: relative;
}

.main-booking-form {
    position: absolute;
    width: 100%;
    top: 59%;
    z-index: 9;
    text-align: center;
}

.main-booking-form h4 {
    color: var(--white-color);
    font-size: 42px;
    margin: 0 0 20px 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.main-booking-form h5 {
    color: var(--white-color);
    font-size: 36px;
    margin: 0 0 30px 0;
}

.slider-content p {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px 0;
}

.wrapper ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    border-top: none;
    height: auto;
}

.wrapper ul li {
    float: left !important;
    width: 50%;
    color: #717171;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.wrapper ul li .box-card-icon {
    border: 1px solid #693A25;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 5px 0 0;
}

.wrapper ul li .box-card-icon img {
    width: 17px;
}

.box_grid .price strong {
    color: var(--heading-color);
    font-size: 18px;
}

.host-card {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    left: 15px;
    padding: 5px 10px 5px 5px;
    background-color: #ffffffd9;
    border-radius: 30px;
    top: 15px;
}

.host-card .host-card-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 100%;
    border: 2px solid #693A25;
    overflow: hidden;
    margin: 0 5px 0 0;
}

.host-card .host-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.host-card .host-name h6 {
    margin: -2px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #006838;
}

.box_grid ul {
    padding: 10px 15px;
    height: auto;
}

.box_grid figure .property-location {
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: var(--white-color);
    padding: 10px;
    bottom: -20px;
    left: 15px;
    right: 15px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
    justify-content: space-between;
}

.box_grid figure .property-location .mld-card-ratings {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.box_grid figure .property-location .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.box_grid figure .property-location .rating p {
    margin: 0;
    font-weight: 450;
    font-size: 15px;
    color: var(--heading-color);
}

.box_grid figure .property-location .rating img {
    width: 15px;
}

.box_grid figure .property-location .pet-friendly {
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 100%;
    border: 1px solid var(--color-green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_grid figure .property-location .pet-friendly img {
    width: 18px;
}

.box_grid figure .property-location .location-name h6 {
    font-size: 15px;
    font-weight: 450;
    margin: 0;
}

.box_grid figure .property-location .location-name h6 small {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 14px;
    display: none;
}

.box_grid figure .property-location .location-name h6 small a {
    color: #343434;
    font-weight: normal;
}

.box_grid figure .property-location .location-name h6 small a i {
    color: #febe10;
    font-size: 12px;
}

.box_grid figure .property-location .location-name h6 small::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    top: 7px;
    left: 6px;
    right: auto;
    bottom: 0;
    background-color: #000;
}

a.box_news_middle {
    min-height: 375px;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    height: 100%;
}

a.box_news_middle figure {
    height: 100%;
    margin: 0;
    position: relative;
}

a.box_news_middle figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.box_news_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(360deg, #000000c2 0%, #00000000 100%);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 30px 24px;
    text-align: center;
}

.box_news_wrapper p {
    color: #F5F2E9;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 24px 0;
}

.box_news_wrapper h3 {
    color: var(--white-color);
    margin: 0 0 15px 0;
}


.occupancy-slider {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

.occupancy-slider:first-child {
    padding-top: 0;
}

.occupancy-slider-wrape {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pets-toggle input {
    height: auto;
}

.occupancy-slider label {
    margin: 0;
    color: #000000;
    font-size: 13px;
}

.occupancy-slider label.form-label.form-label-sm {
    font-size: 12px;
}

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

.slider-controls button {
    border: none;
    border-radius: 100%;
    cursor: pointer;
    background-color: var(--color-green);
    color: white;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.slider-controls button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.slider-controls span {
    min-width: 15px;
    font-size: 15px;
    text-align: center;
    color: #000;
}

.info-text {
    font-size: 13px;
    padding: 10px 0;
    color: #000;
}

.children-ages {
    display: grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    gap: 5px;
}

.children-ages select {
    overflow: hidden;
    height: 30px;
    border: none;
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

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

.dialog-actions button {
    padding: 7.5px 15px;
    background-color: var(--white-color);
    border-radius: var(--btn-border-radius);
    ;
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    width: 100%;
    margin: 10px 0 0 0;
}

/****************************** Explore New Destination Section css Start **********************************/
.explore-new-destination {
    background-color: var(--white-color);
    margin: 60px 0 0 0;
}

.explore-new-destination h2 {
    margin: 0 0 30px 0;
}

.new-detination {
    overflow: hidden;
    border-radius: 15px;
}

.new-detination a {
    display: inline-block;
    width: 100%;
}

.new-detination a .new-destination-img {
    width: 100%;
    position: relative;
}

.new-detination a .new-destination-img img {
    transition: all 0.3s;
    height: 253px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 15px;
}

.new-detination:hover a .new-destination-img img {
    transform: scale(1.1);
}

.new-detination a .big-image img {
    height: 530px !important;
}

.new-detination a .new-destination-content {
    padding: 20px 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8674063375350141) 88%);
    border-radius: 0 0 20px 20px;
}

.new-detination a .new-destination-content h5 {
    margin: 0;
    transition: ease-in-out all 0.2s;
    color: var(--white-color);
    text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}

.new-detination a:hover .new-destination-content h5 {
    color: #F5F2E9;
}

/* .explore-new-destination .nav-pills {
  width: 33%;
  margin: 0 auto; */
/* box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color); */
/* border-radius: 60px;
  padding: 10px 15px; 
}*/
.explore-new-destination .nav-pills .nav-item {
    margin: 0 0 0 15px;
}

.explore-new-destination .nav-pills .nav-item .nav-link {
    font-size: 15px;
    color: var(--heading-color);
    border-radius: var(--btn-border-radius);
    ;
    padding: 10px 24px;
    border: none;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    margin: 0;
    border: none;
}

.explore-new-destination .nav-pills .nav-item .nav-link.active {
    background-color: var(--color-green);
    color: var(--white-color);
    border: none;
}

.box_grid .carousel-control-next,
.box_grid .carousel-control-prev {
    opacity: 0;
    transition: ease-in-out all 0.2s;
}

.box_grid:hover .carousel-control-next,
.box_grid:hover .carousel-control-prev {
    opacity: 1;
    width: 15%;
}

.box_grid .carousel-control-next-icon,
.box_grid .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #F5F2E9;
    border-radius: 100%;
    line-height: 30px;
}

.box_grid .carousel-control-next-icon,
.box_grid .carousel-control-prev-icon {
    background-image: none;
}

.box_grid .carousel-control-next-icon:before,
.box_grid .carousel-control-prev-icon:before {
    font-family: bootstrap-icons !important;
    font-size: 14px;
    color: #000000;
}

.box_grid .carousel-control-next-icon:before {
    content: "\F285";
}

.box_grid .carousel-control-prev-icon:before {
    content: "\F284";
}

/*======================================================
                        Property Detail Page Start
=======================================================*/
.inner-page-banner {
    overflow-x: hidden;
    padding: 0;
}

/*----------------------Detail Page Heading Title css Start--------------------------*/
.inner-page-banner .property-title .property-title-head {
    display: flex;
    align-items: end;
    gap: 30px;
}

.inner-page-banner .property-title {
    background-color: transparent;
    background-image: linear-gradient(360deg, #000000a6 0%, #00000000 100%);
    padding: 45px 0 30px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    height: 120px;
}

.inner-page-banner .hero_single {
    display: none;
}

.inner-page-banner .property-title .property-title-head .property-title-detail h1 {
    font-size: 30px;
    margin: 10px 0;
    color: var(--white-color);
    font-weight: 600;
    text-shadow: 2px 3px 4px rgb(0 0 0);
}

.inner-page-banner .property-title .property-title-head .property-title-detail h6 {
    margin: 0;
    color: var(--white-color);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px
}

.inner-page-banner .property-title .property-title-head .property-title-detail h6 i {
    font-size: 24px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 5px;
    background-color: #ffffff;
    width: 35px;
    border-radius: 100%;
    color: #006838;
}

.inner-page-banner .property-title .property-title-head .property-title-detail h6 .inner-space-leaf img {
    width: 75px;
    margin-top: -5px;
}

.inner-page-banner .property-title .property-title-head .bg-success {
    border-radius: var(--btn-border-radius);
    padding: 7px 12px;
    font-weight: normal;
    background-color: var(--color-green) !important;
    margin: 0;
    font-size: 13px;
}

/*---------------------- Detail Page Header Review css Start --------------------------*/
.inner-page-banner .property-title .property-title-head .property-review {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 15px;
}

.inner-page-banner .property-title .property-title-head .property-review p {
    font-size: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
}

.inner-page-banner .property-title .property-title-head .property-review p b {
    color: #ffffff;
    font-size: 16px;
}

.inner-page-banner .property-title .property-title-head .property-review p .score {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 5px;
    background-color: #ffffff;
    width: 35px;
    border-radius: 100%;
    backdrop-filter: blur(6px);
    /* background-color: #ffffffcf;
    border-radius: 5px;
    backdrop-filter: blur(6px); */
}

.inner-page-banner .property-title .property-title-head .property-review p .score img {
    width: 14px;
}

/* .inner-page-banner .property-title .property-title-head .property-review p .score.inner-space-leaf {
    background-color: #00000061;
    backdrop-filter: blur(6px);
} */

/*---------------------- Detail Page Header Share button css Start --------------------------*/
.social .fbtn {
    width: 35px;
    height: 35px;
    display: flex;
    color: var(--white-color);
    text-align: center;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.social .fa {
    padding: 15px 0px
}

.facebook {
    background-color: #3b5998;
    border-radius: 4px 0 0px 4px;
}

.yt {
    background-color: #ff0000;
}

.insta {
    background-color: #c13584;
    border-radius: 0 4px 4px 0;
}

.share-button .btn-success {
    height: 35px;
    width: 35px;
    background-color: var(--color-green);
    border: none;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
}

.share-button.sharer {
    display: flex !important
}

.share-button.sharer .social.active.top {
    transform: scale(1) translateX(0);
}

.share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}

.share-button.sharer .social.top {
    margin-top: 0;
    transform-origin: 0 0 0;
}

.share-button.sharer .social {
    margin-left: 0;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.inner-page-banner .property-title .property-title-head .share-btn .btn-custom-outline {
    display: inline-block;
    font-size: 14px;
    border: 1px solid var(--color-green);
    background-color: var(--white-color);
    transition: ease-in-out all 0.2s;
    text-align: center;
    color: #000;
    padding: 3px 15px;
    margin: 0 0 0 5px;
    font-weight: normal;
}

.inner-page-banner .property-title .property-title-head .share-btn .btn-custom-outline i {
    margin: 0 5px 0 0;
}

.inner-page-banner .property-title .property-title-head .share-btn .btn-custom-outline {
    display: inline-block;
    font-size: 14px;
    border: 1px solid var(--color-green);
    background-color: var(--white-color);
    transition: ease-in-out all 0.2s;
    text-align: center;
    color: #000;
    padding: 3px 15px;
    margin: 0 0 0 5px;
    font-weight: normal;
    border-radius: var(--btn-border-radius);
    ;
}



.inner-page-banner .slick-prev,
.inner-page-banner .slick-next {
    height: 45px;
    width: 45px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.fancybox-slide--image img {
    max-width: 100%;
    height: auto;
}

.slick-list.draggable {
    padding: 0 20px 0 0 !important;
}

.slick-slide {
    margin: 10px;
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 15px;
}

#description {
    padding-right: 45px;
}

.property-type {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.property-type li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: auto;
    margin: 5px 5px 5px 0;
    background-color: var(--white-color);
    border: 1px solid #693A25;
    border-radius: var(--btn-border-radius);
    padding: 7px 15px;
    font-size: 14px;
    line-height: normal;
}

.property-type li span {
    width: 22px;
}

.property-type li.more-amenities-btn {
    padding: 0;
    border: 0;
}

.property-type li a {
    width: 100%;
    border: 1px solid var(--color-green);
    background-color: var(--color-green);
    padding: 0 20px;
    border-radius: var(--btn-border-radius);
    color: var(--white-color);
    transition: ease-in-out all 0.2s;
    text-decoration: none;
    outline: none;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.property-type li a:hover {
    background-color: #693A25;
    color: var(--white-color);
    border-color: #693A25;
}

/*----------Meet my Localdost Section css Start-----------*/
.localdost-card {
    background-color: var(--white-color);
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    padding: 24px;
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
}

.localdost-content {
    display: inline-block;
    width: 100%;
}

.localdost-content p {
    margin: 0;
}

/* .localdost-content p::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
} */

.localdost-image {
    display: inline-block;
    width: 100%;
}

.localdost-image img {
    height: 200px;
    object-fit: cover;
    object-position: left;
    border-radius: 100%;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

/*-------- Authentic Experiance css Start --------*/
.authentic-experiance {
    display: inline-block;
    width: 100%;
}

.authentic-experiance-card .card {
    /* border: 1px solid #e1e1e1; */
    border-radius: 15px;
    background-color: #f4f2e9;
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 9px;*/
}

/*box-shadow: 1px 1px 10px #f0f0f0; */
.authentic-experiance-card .card .card-header {
    background-color: var(--white-color);
    padding: 0;
    border: none;
    display: inherit;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.authentic-experiance-card .card .card-header img {
    width: 100%;
    height: 220px;
    border-radius: 15px 15px 0 0;
    object-position: center;
    object-fit: cover;
}

.authentic-experiance-card .card .card-body {
    width: 100%;
    padding: 15px;
}

.authentic-experiance-card .card .card-body .card-text h6 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.authentic-experiance-card .card .card-body .card-text h6 small {
    font-weight: normal;
    font-size: 12px;
    color: #717171;
}

.authentic-experiance-card .card .card-body .card-text p {
    height: 125px;
    overflow: hidden;
    /* height: 85px;
    overflow-y: scroll;
    padding: 0 5px 0 0; */
}

/* .authentic-experiance-card .card .card-body .card-text p::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
} */

/*----------Sustainable Travel Section css Start-----------*/
.responsible-trip {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 !important;
    height: 150px;
    overflow-y: auto;
}

.responsible-trip::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

.responsible-trip li {
    list-style: none;
    margin: 0 0 15px 0;
    display: inline-block;
}

.responsible-trip li p {
    padding-left: 60px;
    margin: 0 0 10px 0;
}

.responsible-trip li span {
    height: 45px;
    width: 45px;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 0;
    text-align: center;
    border: 1px solid var(--color-green);
    float: left;
}

.responsible-trip li span img {
    width: 25px;
}

.responsible-trip li b {
    font-weight: 450;
    font-size: 14px;
    color: #000000;
}

.responsible-trip li::marker {
    color: #00abe2;
}

.responsible-trip-leaf {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.responsible-trip-leaf-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsible-trip-leaf img {
    height: 30px;
}

.responsible-trip-box {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 30px 24px;
    text-align: center;
    margin: 20px 0 0 0;
}

.responsible-trip-box .responsible-trip-icon {
    background-color: var(--white-color);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: inline-block;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    border: 1px solid var(--color-green);
}

.responsible-trip-box .responsible-trip-icon img {
    width: 30px;
}

.responsible-trip-box h6 {
    margin: 15px 0 0 0;
    font-size: 16px;
}

.font_16px {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.sustainable-card {
    margin: 15px 0 0 0;
}

.sustainable-card .card {
    border-radius: 15px;
    /* border: 1px solid #e1e1e1; */
    overflow: hidden;
    margin: 0;
    outline: 1px solid #e1e1e1;
    outline-offset: -3px;
}

.sustainable-card .card .card-header {
    background-color: var(--white-color);
    padding: 15px 15px 5px 15px;
    border: none;
    display: flex;
    gap: 15px;
    align-items: center;
    overflow: hidden;
    min-height: 78px;
}

.sustainable-card .card .card-header .sustainable-card-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    border-radius: 100%;
    border: 1px solid #693A25;
    text-align: center;
    padding: 9px;
}

.sustainable-card .card .card-header .sustainable-card-icon img {
    margin: 0 auto;
}

.sustainable-card .card .card-header .sustainable-card-heading {
    padding: 0;
}

.sustainable-card .card .card-header .sustainable-card-heading h6 {
    margin: 0;
    font-size: 16px;
}

.sustainable-card .card .card-body {
    background: var(--white-color);
    width: 100%;
    padding: 5px 15px 20px 15px;
}

.sustainable-card .card .card-body p {
    height: 295px;
    overflow: hidden;
    /* height: 130px;
    overflow-y: scroll;
    font-size: 14px;
    padding: 0 5px 0 0; */
}

/* .sustainable-card .card .card-body p::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
} */

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
    overflow: hidden;
}

.map iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    border-radius: 15px;
}

/* #description h3 {
    margin: 0 0 15px 0;
} */

#description p {
    margin: 0;
}

.nav-pills .nav-link {
    margin: 0 15px 0 0;
    border-radius: var(--btn-border-radius);
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
    color: #000;
}

.things-card {
    background-color: var(--white-color);
    border: 1px solid #e1e1e1;
    padding: 24px;
    border-radius: 15px;
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
}

.things-card .tab-content ul {
    padding-left: 30px;
    margin: 0;
}

.things-card .tab-content ol li::marker,
.things-card .tab-content ul li::marker {
    color: #000000
}

.things-card .tab-content ul li,
.things-card .tab-content ol li {
    margin: 0 0 5px 0;
}

.things-card .tab-content ul li {
    list-style: disc;
}

.things-card .tab-content ol {
    padding-left: 30px;
    margin: 0;
}

.things-card .tab-content ol li {
    list-style: decimal;
}

.things-card .tab-content>.tab-pane {
    height: 280px;
    overflow-y: scroll;
    padding-right: 5px;
}

.things-card .tab-content>.tab-pane::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

.things-card .bullet-style-1 {
    padding-left: 30px;
    margin: 0;
}

.things-card .bullet-style-1 li {
    list-style: disc;
}

.tab-content>.tab-pane h6 {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.things-card .nav {
    flex-wrap: unset;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
}

.things-card .nav.scroll-2 {
    background-color: var(--white-color);
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    border: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.things-card .nav.scroll-2 li a {
    display: inline-block;
    font-size: 15px;
    color: var(--heading-color);
    font-weight: 600;
    text-decoration: none;
    padding: 0 20px;
    transition: ease-in-out all 0.2s;
    white-space: nowrap;
    border: 1px solid #e1e1e1;
    border-radius: var(--btn-border-radius);
    margin: 0 10px 0 0;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.things-card .nav.scroll-2 li a.active {
    background-color: var(--color-green);
    border-color: var(--color-green);
    color: #ffffff;
}

.things-card p strong {
    color: #000000;
    font-size: 16px;
}

.things-card ul p {
    margin: 0 0 5px 0;
}

.things-card ul li.tab {
    list-style: none !important;
}

.things-card .tab-pane h3 {
    font-size: 18px !important;
    margin: 24px 0 15px 0;
}

.things-card .tab-pane h3:first-child {
    margin-top: 0;
}

/*----------Select room Card css Start-----------*/
.select-room-slider {
    height: 320px !important;
    background-color: #000000;
    /*background: url('../img/bg_call_section.jpg');*/
}

.select-room-slider h1 {
    padding: 30px 0 0 0 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0;
    color: var(--white-color) !important;
    text-align: center;
}

.select-room-slider h1 small {
    color: var(--white-color);
}

.select-room-slider p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 450;
}

.hotels_check {
    border: 1px solid #474747;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 440px;
    margin: 15px auto 0 auto;
    border-radius: 10px;
}

.hotels_check_detail {
    border-right: 1px solid #474747;
    padding: 15px 20px;
}

.hotels_check_detail p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 450;
}

.hotels_check_detail p span {
    font-size: 15px;
    font-weight: 450;
    color: #aaaaaa;
}

.inner-space {
    margin: 60px 0;
}

.hotel-detail-page-section {
    margin: 80px 0;
}

.room-card {
    background-color: var(--white-color);
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    position: relative;
    margin-bottom: 24px;
}

.room-card .room-header h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-size: 21px;
}

.room-card .room-header p.room-price b {
    font-size: 21px;
    color: var(--color-green);
    font-weight: 800;
}

.room-card .room-header h5 .room-count {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.room-card .room-header h5 .room-count small {
    background-color: var(--color-green);
    padding: 5px 10px;
    border-radius: 30px;
    color: var(--white-color);
    font-size: 16px;
}

.room-card .max-guest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #f4f2e9;
    margin: 10px 0;
}

.room-card .max-guest p {
    margin: 0;
}

.room-card .max-guest p strong {
    color: #000000;
}

.room-card .btn_1 {
    border: none;
    padding: 0 15px;
    font-size: 15px;
    font-weight: normal;
    border-radius: var(--btn-border-radius);
    ;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-card .property-type {
    display: inline-block;
    width: 100%;
    margin: 0;
    max-height: 95px;
    overflow-y: scroll;
}

.room-card .property-type::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

.room-card .property-type li {
    border-radius: var(--btn-border-radius);
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 0;
    display: inline-block;
}

.room-card .property-type li span img {
    width: 17px;
    margin: 0;
}

.room-card .form-select {
    max-width: 100%;
    width: 100%;
}

.room-card:last-child {
    margin-bottom: 0;
}

.room-card .form-check-inline {
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    background-color: var(--color-green);
    padding: 10px 30px 10px 45px;
    border-radius: var(--btn-border-radius);
    ;
    line-height: 27px;
}

.room-card .form-check-inline .form-check-input {
    /* width: 18px;
  height: 18px; */
    margin-top: 3px;
    vertical-align: middle;
}

.room-card .form-check-inline .form-check-label {
    font-size: 14px;
    color: var(--white-color);
}

.room-card b {
    font-weight: 600;
    margin: 0 0 5px 0;
    display: block;
}

.room-card h4 {
    margin: 10px 0 15px 0;
    font-size: 18px;
}

.room-card .room-card-detail .card {
    border: none;
    border-radius: 15px;
}

.room-card .room-card-detail .card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
}

.room-card .carousel-inner .carousel-item img {
    border-radius: 8px;
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.item {
    margin: 0 12px 12px;
}

.room-card .owl-dots {
    margin-bottom: 0;
}

.room-card-p {
    height: 70px;
    overflow-y: scroll;
    margin: 0 0 15px 0 !important;
    padding: 0 5px 0 0;
    font-size: 14px;
}

.room-card-p::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

/* Quantity Selector Styles */
.quantity-selector {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    background: white;
    width: 100%;
}

.quantity-selector .btn {
    border: none;
    background: #e1e1e1;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    min-width: 42px;
    height: 42px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-selector .btn:hover:not(.disabled) {
    background: #e1e1e1;
    color: #000000;
}

.quantity-selector .btn.disabled,
.quantity-selector .btn:disabled {
    background: #e1e1e1;
    color: #000000;
    cursor: not-allowed;
    opacity: 0.6;
}

.quantity-input {
    border: none;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    background: white;
    min-width: 50px;
    flex: 1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
}

.quantity-input:focus {
    box-shadow: none;
    border: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    outline: none;
}

/* Experience Quantity Selector Styles */
.experience-quantity-selector {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    background: white;
    margin: 0;
    max-width: 100%;
}

.experience-quantity-selector .btn {
    border: none;
    background: #f4f2e9;
    color: #000000;
    padding: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    min-width: 30px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-quantity-selector .btn:hover:not(.disabled) {
    background: #f4f2e9;
    color: #000000;
}

.experience-quantity-selector .btn.disabled,
.experience-quantity-selector .btn:disabled {
    background: #f4f2e9;
    color: #000000;
    cursor: not-allowed;
    opacity: 0.6;
}

.experience-quantity-selector .form-control.exp-quantity-input {
    border: none;
    text-align: center;
    padding: 0;
    font-weight: 600;
    background: transparent;
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-radius: 0;
    box-sizing: border-box;
}

.experience-quantity-selector .form-control:disabled,
.experience-quantity-selector .form-control[readonly] {
    text-align: center;
}

/* Remove browser input number arrows */
/* WebKit browsers (Chrome, Safari) */
.experience-quantity-selector input[type="number"][readonly]::-webkit-inner-spin-button,
.experience-quantity-selector input[type="number"][readonly]::-webkit-outer-spin-button,
.quantity-selector input[type="number"][readonly]::-webkit-inner-spin-button,
.quantity-selector input[type="number"][readonly]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.experience-quantity-selector input[type="number"][readonly],
.quantity-selector input[type="number"][readonly] {
    -moz-appearance: textfield;
}

.exp-quantity-input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.room-card h6 {
    font-size: 16px;
    font-weight: 450;
    margin: 20px 0 10px 0;
}

.room-card .carousel-item {
    position: static;
}

.room-card h6 small {
    color: #717171;
    font-size: 14px;
    font-weight: normal;
}

.room-card label {
    margin-bottom: 5px;
    color: #333333;
}

.room-card hr {
    border-top: 1px solid #e1e1e1 !important;
    margin: 30px 0;
}

.room-card .primary-btn.add-room {
    height: 42px;
}

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.booking-form {
    background-color: var(--white-color);
    border: 1px solid #e1e1e1;
    padding: 24px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.booking-form .price {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 20px 0;
}

.booking-form .select-date {
    display: inline-block;
    width: 100%;
}

.select-date .select-date-btn {
    text-decoration: none;
    border: 1px solid #e1e1e1;
    color: #6e6e6e;
    width: 100%;
    padding: 10px 20px;
    border-radius: var(--btn-border-radius);
    ;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

.booking-form .btn-success {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    background-color: var(--color-green);
    color: #000000;
    margin: 0;
    border: none;
    border-radius: var(--btn-border-radius);
    ;
    transition: ease-in-out all 0.2s;
    text-decoration: none;
    margin: 20px 0 0 0;
}

/*---------------- Experience in select room page --------------------*/
#experiences .owl-item {
    opacity: 1;
}

.tile.experience-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    padding: 0 0 10px 0;
    background-color: #f4f2e9;
}

.tile.experience-card .tile-ctr {
    height: 200px;
    min-width: 170px;
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    border-radius: 10px;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.tile.experience-card .tile-ctr .price-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #693A25;
    padding: 5px 10px;
    border-radius: var(--btn-border-radius);
}

.tile.experience-card .tile-ctr .price-badge p {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.tile.experience-card .tile-content {
    padding: 10px;
}

.tile.experience-card .tile-content h6 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.tile.experience-card .tile-content .add-exp-desc-scroll {
    height: 60px;
    overflow-y: auto;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 13px
}

.tile-content .tile-description .add-exp-desc-scroll::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

.tile-content p b {
    color: #000000;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.tile-qty {
    background-color: transparent;
    background-image: linear-gradient(360deg, #000000d4 0%, #00000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 10px;
    gap: 10px;
    justify-content: start;
}

.tile-qty p {
    font-weight: 600;
    color: var(--white-color);
    margin: 0 0 5px 0;
    font-size: 14px;
}

.tile-qty p span {
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

.tile-qty .primary-btn {
    border: none;
    padding: 0px 15px;
    color: var(--white-color);
    font-weight: normal;
    text-align: center;
    transition: 0.3s ease-in-out;
    border-radius: var(--btn-border-radius);
    font-size: 15px !important;
    height: 35px !important;
}

.tile-ctr label {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.tile-ctr label img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#inclusions .owl-item {
    opacity: 1;
}

#inclusiveExperiences .owl-item {
    opacity: 1;
}

#addonExperiences .owl-item {
    opacity: 1;
}

.inclusion-card {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    padding: 0 0 10px 0;
    background-color: #f4f2e9;
}

#inclusiveExperiences .owl-item,
#addonExperiences .owl-item {
    transform: scale(1);
    -webkit-transform: translateZ(0) scale(1, 1);
}

.inclusion-card .inclusion-img {
    height: 180px;
    min-width: 100%;
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    border-radius: 10px 10px 0 0;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.inclusion-card .inclusion-img .included-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--color-green);
    color: var(--white-color);
    padding: 3px 10px;
    border-radius: var(--btn-border-radius);
    ;
    font-size: 0.8em;
    font-weight: 450;
}

.inclusion-card .inclusion-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.inclusion-card .inclusion-title {
    padding: 10px;
}

.inclusion-card .inclusion-title h6 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.inclusion-card .inclusion-title .exp-desc-scroll {
    height: 60px;
    overflow-y: auto;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 13px;
}

.inclusion-card .inclusion-title .exp-desc-scroll::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

/*---------------- Booking Summary css Start --------------------*/
/* .booking-summry {
  background-color: var(--white-color);
  border: 1px solid #e1e1e1;
  padding: 24px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
} */
/* .booking-summry .price {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 20px 0;
}

.booking-summry .price h4 {
  margin: 0 0 10px 0;
}

.booking-summry .price h6 {
  font-size: 15px;
  margin: 0 0 10px 0;
}

.booking-summry h5 small {
  font-size: 15px;
  position: relative;
}

.booking-summry h5 small:before {
  content: "\F7EC";
  font-family: bootstrap-icons !important;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.booking-summry .total-color {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}

.booking-summry .total-color small {
  font-size: 17px;
}

.booking-summry p {
  margin: 0 0 15px 0;
}

.booking-summry p i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  margin: 0 5px 0 0;
  background-color: #000000;
  color: var(--white-color);
}

.booking-summry hr {
  border-top: 1px solid #e1e1e1;
  opacity: 1;
  margin: 10px 0 15px 0;
}

.booking-summry h6 {
  font-size: 16px;
  font-weight: 450;
  margin: 0 0 10px 0;
}

.booking-summry .btn-success {
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  background-color: var(--color-green);
  color: #000000;
  margin: 0;
  border: none;
  border-radius: var(--btn-border-radius);;
  transition: ease-in-out all 0.2s;
  text-decoration: none;
  margin: 20px 0 0 0;
} */

.form-check {
    padding: 0;
    margin: 5px 0px 5px 20px;
    font-size: 14px;
}

.form-check-input {
    width: 20px;
    height: 20px !important;
    margin: 2px 5px 0 0;
    background-color: var(--white-color);
    border: 1px solid var(--color-green);
    border-radius: 5px !important;
    cursor: pointer;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--color-green);
    border-color: var(--white-color);
}

.filter-aminities li label {
    display: flex;
    margin: 0;
    justify-content: center;
}

/*====================Booking Page css Start ==============*/
.rupees-font-robot {
    font-family: "Roboto", sans-serif !important;
}

.text-decoration-line-through {
    color: #f00;
}

.booking-right-panel {
    padding-left: 15px;
    /* position: relative; */
    z-index: 998;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* When active */
.mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Disable scroll on body */
body.no-scroll {
    overflow: hidden;
}

.booking-right-panel #filters_col {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 10px;
    margin-top: -53px;
}

.booking-right-panel #filters_col label {
    color: var(--heading-color);
    font-weight: 500;
}

.booking-right-panel #filters_col a#filters_col_bt:before {
    display: none;
}

.booking-right-panel #filters_col a#filters_col_bt {
    font-size: 24px;
    pointer-events: none;
}

.booking-detail {
    background-color: var(--white-color);
    border: 1px solid #e1e1e1;
    padding: 24px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.booking-detail h6 {
    margin: 20px 0 10px 0;
    font-weight: 500;
}

/* .booking-summry {
  background-color: var(--white-color);
  border: 1px solid #e1e1e1;
  padding: 24px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
} */
.booking-summry {
    background-color: var(--white-color);
    padding: 0 15px 24px 15px;
    margin: 15px 0 0 0;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
}

.booking-summry .btn_1 {
    border: none;
    padding: 0 30px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0 0;
}

.booking-summry.part-2 {
    background-color: #f4f2e9;
    padding: 0 15px 24px 15px;
    margin: 15px 0 0 0;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.booking-summry .price {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 20px 0;
}

.booking-summry h4 {
    margin: 24px 0 10px 0;
    font-size: 16px;
    font-weight: 450;
}

.booking-summry .cart-item {
    position: relative;
    margin: 0 0 15px 0;
}

.booking-summry .cart-item .btn-danger {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9px;
    right: 0;
    height: 27px;
    width: 27px;
    min-height: 27px;
    min-width: 27px;
    left: auto;
    border-radius: 100%;
    padding: 0;
    font-size: 13px;
}

.booking-summry .cart-item .cart-icon {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #693A25;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-summry .cart-item .cart-icon img {
    width: 17px;
}

.booking-summry .cart-total h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin: 15px 0 0 0;
}


.booking-summry .price h6 {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.booking-summry h5 {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    color: #006838;
}

.booking-summry h5 small {
    font-size: 15px;
    position: relative;
}

.booking-summry .total-color {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}

.booking-summry .total-color small {
    font-size: 17px;
}

.booking-summry p {
    margin: 0 0 15px 0;
    font-size: 15px;
}

/* .booking-summry p i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  margin: 0 5px 0 0;
  background-color: #000000;
  color: var(--white-color);
} */

.booking-summry hr {
    border-top: 1px solid #e1e1e1;
    opacity: 1;
    margin: 10px 0;
}

.booking-summry .cart-discount-message p {
    font-size: 13px;
    color: green;
    margin: 5px 0 0 0;
}

.booking-summry h6 {
    font-size: 16px;
    font-weight: 450;
    margin: 0 0 10px 0;
}

.booking-summry .btn-success {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    background-color: var(--color-green);
    color: #000000;
    margin: 0;
    border: none;
    border-radius: var(--btn-border-radius);
    ;
    transition: ease-in-out all 0.2s;
    text-decoration: none;
    margin: 20px 0 0 0;
}

.booking-detail .booking-detail-box {
    background: #f9fafb;
    border: 1px solid #dfe3eb;
    border-radius: 10px;
    padding: 25px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.booking-detail .booking-detail-box .villa-content h6 {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.booking-detail .booking-detail-box .villa-img img {
    max-width: 160px;
    border-radius: 5px;
    width: 100%;
    min-width: 160px;
}

.guest-details-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: var(--white-color);
    border: 1px solid #d5dbe5;
    border-radius: 10px;
    margin: 30px 0;
}

.guest-details-wrapper .guest-details-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 15px;
    border-right: 1px solid #d5dbe5;
}

.guest-details-wrapper .guest-details-box:last-child {
    border-right: none;
}

.guest-details-wrapper .guest-details-box .calendar-icon i {
    display: flex;
    font-size: 21px;
    margin-left: auto;
    outline: none;
    text-decoration: none;
    text-align: right;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    background-color: #f9fafb;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.guest-details-wrapper .guest-details-box h6 {
    margin: 0 0 5px 0;
    font-weight: 450;
    font-size: 14px;
}

.guest-details-wrapper .guest-details-box p {
    font-size: 13px;
    margin: 0;
}

.guest-details-wrapper .guest-details-box h6 i {
    margin: 0 5px;
    font-size: 15px;
}

.guest-details-wrapper .guest-details-box .btn-edit {
    display: flex;
    font-size: 14px;
    margin-left: auto;
    outline: none;
    text-decoration: none;
    text-align: right;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    background-color: #e9f4d6;
    border: 1px solid var(--color-green);
    border-radius: 5px;
    position: relative;
}

.guest-details-wrapper .guest-details-box .btn-edit:after {
    content: "\F4CA";
    font-family: bootstrap-icons !important;
    font-size: 18px;
}

.addons-detail-box {
    background: var(--white-color);
    border: 1px solid #dfe3eb;
    border-radius: 10px;
    padding: 25px 20px;
    width: 100%;
}

.addons-detail-box .owl-theme .owl-dots {
    margin: 0;
}

.addons-detail-box h6 {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.cancellation-detail {
    background: var(--white-color);
    border: 1px solid #dfe3eb;
    border-radius: 10px;
    padding: 25px 20px;
    width: 100%;
    margin: 30px 0 0 0;
}

.cancellation-detail .btn-policy {
    display: inline-block;
    font-size: 14px;
    outline: none;
    text-decoration: none;
    text-align: center;
    padding: 6px 20px;
    background-color: #e9f4d6;
    border: 1px solid var(--color-green);
    border-radius: var(--btn-border-radius);
    ;
    position: relative;
}

.cancellation-detail h6 {
    margin: 0 0 25px 0;
    font-weight: 600;
}

#conference-timeline {
    position: relative;
    width: 100%;
}

#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 85%;
    top: 0;
    left: 27px;
    background: var(--color-green);
    z-index: 1;
}

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    display: inline-block;
}

.timeline-article .content-right-container {
    max-width: 90%;
    width: 100%;
}

.timeline-article .content-right {
    position: relative;
    width: auto;
    background-color: var(--white-color);
}

.timeline-article p {
    margin: 15px 0;
    position: relative;
}

.timeline-article .content-right-container {
    float: right;
}

.timeline-article .content-right:before {
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #d7d7d7;
}

.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 50px;
    color: #000000;
    border-radius: 5px;
    background-color: #e9f4d6;
    border: 1px solid var(--color-green);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-article .meta-date .date {
    display: block;
    text-align: center;
    width: 100%;
}

.timeline-article .meta-date .date {
    font-size: 16px;
    line-height: 1.5;
}

.timeline-article .meta-date .date b {
    display: block;
    width: 100%;
    background-color: var(--color-green);
    margin-top: -2px;
    border-radius: 5px 5px 2px 2px;
    color: var(--white-color);
    font-weight: 600;
}

.guest-detail {
    background: var(--white-color);
    border: 1px solid #dfe3eb;
    border-radius: 10px;
    width: 100%;
    margin: 30px 0 0 0;
}

.guest-detail h6 {
    margin: 0 0 10px 0;
    font-weight: 600;
    padding: 25px 20px 0 20px;
}

.guest-detail .guest-detail-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #dfe3eb;
    padding: 0 20px 25px 20px;
}

.guest-detail .guest-detail-box .guest-personal-detail span {
    font-size: 13px;
}

.guest-detail .guest-detail-box .guest-personal-detail p {
    font-weight: 450;
    font-size: 14px;
}

.guest-detail .guest-detail-box .guest-personal-detail p small {
    color: var(--color-green);
    position: relative;
}

.guest-detail .guest-detail-box .guest-personal-detail p small::after {
    content: "\F4B5";
    font-family: bootstrap-icons !important;
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.gst-detail {
    padding: 7px 20px 15px 20px;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.gst-detail p a {
    font-size: 16px;
    position: relative;
    color: #717171;
    padding: 0 0 0 40px;
    text-decoration: none;
}

.gst-detail p a:hover {
    color: #000000;
}

.gst-detail p a::before {
    display: flex;
    outline: none;
    text-decoration: none;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background-color: #e9f4d6;
    border: 1px solid var(--color-green);
    border-radius: 5px;
    content: "\f065";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #000000;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -2px;
}

.accordion-button {
    display: inline-block;
    padding: 0;
    width: auto;
    font-size: 16px;
    border: none;
    overflow-anchor: none;
    font-weight: 450;
    color: #717171;
    background-color: var(--white-color);
}

.accordion-button::after {
    content: "\F5D5";
    font-family: bootstrap-icons !important;
    background-image: none;
    font-size: 27px;
    color: var(--color-green);
    margin: 0 0 0 10px;
    position: relative;
    top: 8px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\F5D6";
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: var(--white-color);
    border-bottom: none;
    outline: none;
    box-shadow: none;
}

.accordion-body {
    padding: 20px 0 0 0;
}

.timeline-article .meta-date .month {
    font-size: 18px;
}

/************************* Earth Retreat Page Design Start ****************************/
/* Hero Video */
.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-video .video-container {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-video video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
}

.hero-video .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-video h1 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 1.5;
    color: var(--white-color);
    text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}

.hero-video p {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.hero-video .callout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}

.circle {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-green);
}

.circle i {
    color: #000000;
    font-size: 18px;
    line-height: 40px;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1199px) {
    .hero-video .video-container {
        height: 420px;
    }

    .hero-video video {
        height: 420px;
    }

    .hero-video .callout {
        width: 95%;
    }

    .hero-video h1 {
        font-size: 21px;
        margin: 0 0 15px 0;
    }

    .hero-video p {
        font-size: 13px;
        width: 70%;
        margin: 0 auto 45px auto;
    }
}

.section-one {
    padding: 80px 0 0 0;
    margin: 0;
}

.section-one .read-more {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    transition: ease-in-out all 0.2s;
}

.section-one .read-more:hover {
    color: var(--color-green);
}

.section-one .image-wrape {
    display: inline-block;
    width: 100%;
}

.section-one .image-wrape img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

@media (max-width: 1199px) {
    .section-one {
        padding: 40px 0 0 0;
        margin: 0;
    }

    .section-one .content-wrape p {
        font-size: 14px;
    }

    .section-one .image-wrape {
        text-align: start;
    }

    .section-one .image-wrape img {
        height: 400px;
        width: 400px;
    }
}

@media (max-width: 991px) {
    .section-one {
        padding: 40px 0 0 0;
        margin: 0;
    }

    .section-one .content-wrape p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .section-one .image-wrape {
        text-align: center;
    }

    .section-one .image-wrape img {
        height: 300px;
    }

    .section-one .read-more {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-one {
        padding: 40px 0 0 0;
        margin: 0;
    }

    .section-one h4 {
        margin: 0 0 15px 0;
    }

    .section-one .content-wrape p {
        font-size: 14px;
        margin: 20px 0 0 0;
    }

    .section-one .image-wrape {
        text-align: center;
    }

    .section-one .image-wrape img {
        height: 340px;
        width: 100%;
        border-radius: 10px;
    }

    .section-one .read-more {
        font-size: 14px;
    }
}

.section-two {
    margin: 80px 0 0 0;
}

.section-two .content-wrape {
    background-color: #123927;
    height: 350px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.section-two .content-wrape .display-1 {
    color: #44b27f;
    font-size: 280px;
    font-weight: 600;
    margin: 0;
}

.section-two .image-wrape {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    height: 350px;
}

.section-two .image-wrape .image-wrape-content {
    width: 100%;
    padding: 0 60px;
}

.section-two .image-wrape .image-wrape-content h1 {
    color: var(--white-color);
    text-shadow: 0 0 3px #000000, 0 0 5px #000000;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.section-two .image-wrape .image-wrape-content h1 sub {
    bottom: 0;
    font-size: 24px;
}

.earth-bg {
    background-image: url("../image/event/section-1.jpeg");
}

/***Image 2 css Start***/
.section-two .image-wrape::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.arrive-bg {
    background-image: url("../assets/images/earth-retreat/arrive-bg.jpg");
}

.recharge-bg {
    background-image: url("../assets/images/earth-retreat/recharge-bg.jpg");
}

.transform-bg {
    background-image: url("../assets/images/earth-retreat/transform-bg.jpg");
}

.harness-bg {
    background-image: url("../assets/images/earth-retreat/harness-bg.jpg");
}

.escape-bg {
    background-image: url("../assets/images/earth-retreat/escape-bg.jpeg");
}

.section-two .image-wrape .image-wrape-content-2 {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.section-two .image-wrape .image-wrape-content-2 h1 {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 280px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.section-two .content-wrape-2 {
    background-color: #44b27f;
    height: 350px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.section-two .content-wrape-2 h1 {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.section-two .content-wrape-2 h1 sub {
    bottom: 0;
    font-size: 24px;
}

.section-two .image-wrape-2 .display-1 {
    bottom: 0;
    font-size: 36px;
}

@media (max-width: 1199px) {
    .section-two {
        margin: 40px 0 0 0;
    }

    .section-two .image-wrape .image-wrape-content {
        padding: 0 30px;
    }

    .section-two .image-wrape .image-wrape-content h1 {
        font-size: 42px;
        line-height: 33px;
    }

    .section-two .image-wrape .image-wrape-content h1 sub {
        font-size: 21px;
    }

    .section-two .content-wrape {
        height: 300px;
    }

    .section-two .content-wrape .display-1 {
        font-size: 200px;
    }

    .section-two .image-wrape {
        height: 300px;
    }

    .section-two .content-wrape-2 {
        height: 300px;
    }

    .section-two .content-wrape-2 {
        padding: 0 30px;
    }

    .section-two .content-wrape-2 h1 {
        font-size: 42px;
        line-height: 33px;
    }

    .section-two .content-wrape-2 h1 sub {
        font-size: 21px;
    }

    .section-two .image-wrape .image-wrape-content-2 h1 {
        font-size: 200px;
    }
}

@media (max-width: 991px) {
    .section-two {
        margin: 40px 0 0 0;
    }

    .section-two .image-wrape .image-wrape-content {
        padding: 0 15px;
    }

    .section-two .image-wrape .image-wrape-content h1 {
        font-size: 36px;
        line-height: 30px;
    }

    .section-two .image-wrape .image-wrape-content h1 sub {
        font-size: 18px;
    }

    .section-two .content-wrape {
        height: 200px;
    }

    .section-two .content-wrape .display-1 {
        font-size: 120px;
    }

    .section-two .image-wrape {
        height: 200px;
    }

    .section-two .content-wrape-2 {
        height: 200px;
    }

    .section-two .content-wrape-2 {
        padding: 0 15px;
    }

    .section-two .content-wrape-2 h1 {
        font-size: 36px;
        line-height: 30px;
    }

    .section-two .content-wrape-2 h1 sub {
        font-size: 18px;
    }

    .section-two .image-wrape .image-wrape-content-2 h1 {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .section-two {
        margin: 40px 0 0 0;
    }

    .section-two .image-wrape .image-wrape-content {
        padding: 0 10px;
    }

    .section-two .image-wrape .image-wrape-content h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .section-two .image-wrape .image-wrape-content h1 sub {
        font-size: 16px;
    }

    .section-two .content-wrape {
        height: 180px;
    }

    .section-two .content-wrape .display-1 {
        font-size: 100px;
    }

    .section-two .image-wrape {
        height: 180px;
    }

    .section-two .content-wrape-2 {
        height: 180px;
    }

    .section-two .content-wrape-2 {
        padding: 0 10px;
    }

    .section-two .content-wrape-2 h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .section-two .content-wrape-2 h1 sub {
        font-size: 16px;
    }

    .section-two .image-wrape .image-wrape-content-2 h1 {
        font-size: 100px;
    }
}

.section-3 {
    margin-top: 80px;
}

.event-host-image {
    display: inline-block;
    width: 100%;
}

.event-host-image iframe {
    border-radius: 15px;
}

@media (max-width: 1199px) {
    .section-3 {
        margin-top: 40px;
    }

    .section-3 h4 {
        margin: 0 0 15px 0;
    }

    .section-3 p {
        font-size: 14px;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 991px) {
    .section-3 {
        margin-top: 40px;
    }

    .section-3 h4 {
        margin: 0 0 15px 0;
    }

    .section-3 p {
        font-size: 14px;
        margin: 0 0 20px 0;
    }

    .event-host-image iframe {
        border-radius: 10px;
    }
}

.section-4 {
    margin-top: 80px;
}

.section-4 h4 {
    margin: 0 0 15px 0;
}

.section-4 .image-wrape img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1199px) {
    .section-4 {
        margin-top: 40px;
    }

    .section-4 p {
        margin: 0;
        font-size: 14px;
    }

    .section-4 .image-wrape img {
        height: 330px;
        border-radius: 0px;
    }
}

@media (max-width: 991px) {
    .section-4 {
        margin-top: 40px;
    }

    .section-4 p {
        margin: 0;
        font-size: 14px;
    }

    .section-4 .image-wrape img {
        height: 320px;
        border-radius: 0px;
    }
}

@media (max-width: 767px) {
    .section-4 {
        margin-top: 40px;
    }

    .section-4 p {
        margin: 20px 0 0 0;
        font-size: 14px;
    }

    .section-4 .image-wrape img {
        height: 300px;
        border-radius: 10px;
    }

    .section-4 h5 {
        margin: 0 0 15px 0;
    }
}

.section-5 {
    margin-top: 80px;
}

.section-5 h4 {
    margin: 0 0 15px 0;
}

.section-5 h6 {
    margin: 0 0 15px 0;
}

.section-5 p {
    margin: 0 0 10px 0;
}

.section-5 ul {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 20px;
}

.section-5 ul li {
    list-style: disc;
    width: 50%;
    float: left;
}

.section-5 ul li::marker {
    color: var(--color-green);
}

.fancybox-image {
    border-radius: 15px;
}

.event-gallery-card .card {
    cursor: zoom-in;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

/*box-shadow: 1px 1px 10px #f0f0f0; */
.event-gallery-card .card .card-header {
    background-color: var(--white-color);
    padding: 0;
    border: none;
    display: inherit;
    overflow: hidden;
}

.event-gallery-card .card .card-header img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-position: center;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.event-gallery-card .card .card-header img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/* .signup-wrap {
    background: var(--white-color);
    padding: 0 15px;
    border-radius: var(--btn-border-radius);;
    display: flex;
    align-items: center;
    border: 1px solid #F5F2E9;
    height: 45px;
} */

.signup-wrap .dropdown {
    background: var(--white-color);
    display: flex;
    align-items: center;
    gap: 12px;
    height: 45px;
    padding: 0 12px;
    border-radius: var(--btn-border-radius);
    ;
    border: 1px solid #e1e1e1;
}

.signup-wrap .dropdown .dropdown-toggle {
    white-space: nowrap;
    border-left: 1px solid #e1e1e1;
    padding-left: 7.5px;
    height: 45px;
    line-height: 45px;
}

.signup-wrap .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-top: 0;
    right: 0;
    width: 220px;
    top: 120%;
}

ul#top_menu {
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    float: left;
}

ul#top_menu li a.cart-menu-btn {
    width: auto;
    height: auto;
}

ul#top_menu li a.cart-menu-btn:before {
    color: #878787;
    position: static;
}

ul#top_menu li a.cart-menu-btn strong {
    background-color: var(--color-green);
    ;
    font-size: 10px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    position: absolute;
    top: -7px;
    right: -7px;
    text-align: center;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}

ul#top_menu li a.cart-menu-btn {
    top: 3px;
}

.signup-wrap .dropdown img {
    height: 22px;
    margin: 0;
}

.signup-wrap .dropdown .dropdown-toggle::after {
    display: none;
}

.signup-wrap ul.dropdown-menu {
    width: 220px;
    background-color: var(--white-color);
    border-top: none;
    padding: 10px 0;
    border-radius: 15px;
    box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.57);
}

.signup-wrap ul.dropdown-menu.show {
    margin-right: -15px !important;
}

.signup-wrap ul.dropdown-menu li a {
    padding: 5px 20px;
    color: #555555;
    font-size: 14px;
    transition: ease-in-out all 0.2s;
    display: block;
    font-weight: 600;
}

.signup-wrap ul.dropdown-menu li a i {
    font-size: 21px;
}

.signup-wrap ul.dropdown-menu li a:hover {
    color: var(--color-green);
    background-color: transparent;
}

.hamburger-box {
    height: auto;
    width: auto;
}

@media (max-width: 1199px) {
    .section-5 {
        margin-top: 40px;
    }

    .section-5 h4 {
        margin: 0 0 15px 0;
    }

    .section-5 p {
        font-size: 14px;
    }

    .section-5 ul li {
        width: 100%;
        font-size: 14px;
    }

    .event-gallery-card .card {
        border-radius: 10px;
    }

    .event-gallery-card .card .card-header img {
        height: 220px;
        border-radius: 10px;
    }
}

.section-6 {
    margin: 80px 0 0 0;
}

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 0;
    /* 16:9 Aspect Ratio */
    padding-top: 0;
}

.hs-responsive-embed-youtube iframe {
    width: 100% !important;
    height: 450px !important;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .section-6 {
        margin: 40px 0 0 0;
    }

    .hs-responsive-embed-youtube iframe {
        height: 350px !important;
        border-radius: 10px;
    }

    ul.share-buttons {
        padding: 0;
        list-style: none;
        text-align: center;
        margin: 0 0 30px;
    }

    ul.share-buttons li a {
        font-size: 13px;
        padding: 7px 15px;
    }

    ul.share-buttons li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .hs-responsive-embed-youtube iframe {
        height: 300px !important;
        border-radius: 10px;
    }
}

.section-7 {
    margin: 80px 0 0 0;
}

.section-7 video.fullscreen {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    height: 85vh !important;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .section-7 video.fullscreen {
        height: 40vh !important;
        border-radius: 10px;
    }
}

.section-8 {
    margin: 80px 0;
}

.section-8 .content-wrape h4 {
    line-height: 36px;
}

/* .section-8 .content-wrape p {
  font-size: 18px;
} */
.section-8 .booking-form {
    background-color: var(--white-color);
    border: 1px solid #e1e1e1;
    padding: 30px 24px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 12%;
}

.section-8 .booking-form .form-control {
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    border-radius: var(--btn-border-radius);
    ;
    font-size: 14px;
    margin: 20px 0 0 0;
}

.section-8 .booking-form .form-select {
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    border-radius: var(--btn-border-radius);
    ;
    font-size: 14px;
    color: #6d767e;
    margin: 20px 0 0 0;
}

.section-8 .booking-form .btn-success {
    padding: 12px 30px;
    isplay: inline-block;
    font-size: 14px;
    background-color: var(--color-green);
    color: #000000;
    margin: 0;
    border: none;
    border-radius: var(--btn-border-radius);
    ;
    transition: ease-in-out all 0.2s;
}

.section-8 .booking-form .price span {
    font-weight: 600;
    color: #000000;
}

.section-8 .booking-form .btn-custom {
    width: 100%;
}

@media (max-width: 1199px) {
    .section-8 {
        margin: 40px 0 0 0;
    }

    .section-8 .content-wrape h4 {
        line-height: 30px;
        margin: 0 0 15px 0;
    }

    .section-8 .content-wrape p {
        font-size: 16px;
    }
}

.section-9 {
    background-image: url("../assets/images/earth-retreat/section-9.jpeg");
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    height: 480px;
    margin: 80px 0 0 0;
    position: relative;
    border-radius: 15px;
}

.section-9:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 15px;
}

.section-9 .content-wrape {
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: 50%;
    padding: 50px 60px;
    border-radius: 15px;
}

.section-9 .content-wrape h3 {
    font-size: 30px;
    color: #000000;
    margin: 0 0 30px 0;
}

.section-9 .content-wrape h4 {
    font-size: 16px;
    color: #000000;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.section-9 .content-wrape h4 i {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.section-9 .content-wrape .btn-custom {
    margin: 30px 0 0 0;
    font-weight: 600;
    color: var(--white-color);
}

@media (max-width: 1199px) {
    .section-9 {
        height: 320px;
        margin: 0;
        border-radius: 10px;
    }

    .section-9 .content-wrape {
        width: 85%;
        padding: 30px 20px;
        border-radius: 10px;
        text-align: start;
    }

    .section-9 .content-wrape h4 {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 1.7;
    }

    .section-9 .content-wrape .btn-custom {
        margin: 10px 0 0 0;
        font-weight: 450;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .section-9 {
        height: 320px;
        margin: 0;
        border-radius: 10px;
    }

    .section-9 .content-wrape {
        width: 85%;
        padding: 30px 20px;
        border-radius: 10px;
        text-align: start;
    }

    .section-9 .content-wrape h4 {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 1.7;
    }

    .section-9 .content-wrape .btn-custom {
        margin: 10px 0 0 0;
        font-weight: 450;
        font-size: 13px;
    }
}

.testimonials {
    margin: 60px 0;
    background-color: var(--white-color);
    display: inline-block;
    width: 100%;
}

.testimonial-card {
    display: inline-block;
    width: 100%;
}

.testimonial-card .card {
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.testimonial-card .card .card-header {
    background-color: var(--white-color);
    padding: 20px 20px 0 20px;
    border: none;
    display: inherit;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-card .card .card-header .testimonial-profile {
    background-color: #78909c;
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.testimonial-card .card .card-header .testimonial-profile h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: var(--white-color);
}

.testimonial-card .card .card-header .testimonial-profile img {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    object-position: center;
    object-fit: cover;
}

.testimonial-card .card .card-header .testimonial-name {
    float: right;
    width: 100%;
    padding: 0;
}

.testimonial-card .card .card-header .testimonial-name h6 {
    margin: 0 0 5px 0;
}

.testimonial-card .card .card-header .testimonial-name .rating-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-card .card .card-header .testimonial-name .rating-text img {
    width: 70px;
}

.testimonial-card .card .card-header .testimonial-name .rating-text span {
    font-size: 13px;
    color: #717171;
    display: none;
}

.testimonial-card .card .card-header .testimonial-name h6 small i {
    color: var(--color-green)
}

.testimonial-card .card .card-body {
    background: var(--white-color);
    width: 100%;
    padding: 20px;
}

.testimonial-card .card .card-body p {
    margin: 0;
    font-size: 14px;
    height: 110px;
    overflow-y: scroll;
    padding: 0 15px 0 0;
}

.testimonial-card .card .card-body p::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

.test-scroll-height {
    height: 120px;
    overflow-y: scroll;
    padding-right: 10px;
}

.test-scroll-height::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

.earth-retreat-cntnt {
    height: 170px;
    overflow-y: scroll;
    padding-right: 10px;
}

.earth-retreat-cntnt::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
}

@media (max-width: 991px) {
    .testimonials {
        margin: 60px 0 45px 0;
    }

    .testimonials h3 {
        margin: 0 0 15px 0;
    }

    .testimonial-card .card {
        border-radius: 10px;
    }

    .testimonial-card .card .card-header {
        background-color: var(--white-color);
        padding: 20px 15px 0 15px;
    }

    .testimonial-card .card .card-header .testimonial-name {
        padding: 10px;
    }

    .testimonial-card .card .card-header .testimonial-name h6 {
        font-size: 16px;
    }

    .testimonial-card .card .card-body {
        padding: 20px 15px;
    }
}

.wrapper {
    width: 100%;
    height: 100%;
}

.drop {
    width: 96%;
    height: 96%;
    border: 3px dashed #DADFE3;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: white;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*&:hover
  * cursor: pointer
  * background: #f5f5f5*/
}

.drop .cont {
    width: 500px;
    height: 170px;
    color: #8E99A5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.drop .cont i {
    font-size: 400%;
    color: #8E99A5;
    position: relative;
}

.drop .cont .tit {
    font-size: 400%;
    text-transform: uppercase;
}

.drop .cont .desc {
    color: #A4AEBB;
}

.drop .cont .browse {
    margin: 10px 25%;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    background: #09f;
}

.drop input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#list {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

#list .thumb {
    height: 75px;
    border: 1px solid #323a44;
    margin: 10px 5px 0 0;
}

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {

    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }

    .timeline-article .meta-date {
        margin-left: 0;
        left: 20px;
    }

    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 110px;
        min-height: 53px;
    }

    .timeline-article .content-right {
        padding: 10px 25px;
        min-height: 65px;
    }

    .timeline-article .content-right:before {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }

    .timeline-article p span.article-number {
        display: none;
    }
}

.apply-coupon {
    margin-top: 0;
    background-color: var(--white-color);
    border: 1px solid #e1e1e1;
    padding: 24px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.apply-coupon h6 {
    padding: 0;
    font-weight: 450;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.apply-coupon .form-control {
    padding: 10px 30px;
    height: 46px;
}

.apply-coupon .btn-custom {
    margin: 0;
    padding: 10px 15px;
}

.apply-coupon .input-group .btn {
    z-index: auto;
}


/*================= Footer css Start ==================*/
footer {
    background-color: #f4f2e9;
    padding: 45px 0 0 0;
}

footer h5 {
    color: var(--heading-color);
    margin: 0 0 30px 0;
    font-size: 18px;
}

footer ul#footer-selector li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

footer ul li {
    margin-bottom: 10px;
    font-size: 14px;
    list-style: none;
}

footer ul li a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    color: #494949;
}

footer ul li a:hover {
    color: var(--color-green);
    opacity: 1;
}

footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

footer ul.links li a:hover:after {
    opacity: 1;
    color: var(--color-green);
}

footer ul.links li a:after {
    font-family: bootstrap-icons !important;
    content: "\F138";
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer ul.contacts li a i {
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid #0000001f;
    padding: 15px 0;
    margin: 30px 0 0 0;
}

footer .copyright {
    border-top: 1px solid #e1e1e1;
    padding: 10px 0 10px 0;
    margin-top: 10px;
}

footer .copyright li {
    margin: 0;
}

footer #copy {
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    opacity: 0.7;
}

.social-media {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.social-media li {
    display: inline-block;
    width: auto;
    margin: 0;
}

.social-media li a {
    color: #2b2b2b;
    font-size: 16px;
    margin: 0 10px 0 0;
}

.contact-detail {
    border-left: 3px solid #693A25;
    padding: 5px 0 5px 20px;
    margin: 0 0 20px 0;
}

.contact-detail:last-child {
    margin-bottom: 0;
}

.contact-detail .c_title {
    color: var(--heading-color);
    margin-bottom: 5px;
    font-size: 14px;
}

.contact-detail .m_sub a {
    font-weight: 600;
    font-size: 18px;
    color: #2d2d2d;
    transition: ease-in-out all 0.2s;
}

.contact-detail .m_sub a:hover {
    color: var(--color-green);
}

.user-panel-card {
    background-color: var(--white-color);
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    position: relative;
    margin-bottom: 24px;
    min-height: 600px;
}

.what-is-mylocaldost {
    margin: 70px 0 0 0;
}

.what-is-mylocaldost .what-is-mylocaldost-image img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.what-is-mylocaldost h2 {
    text-transform: uppercase;
}

.make-choice-section {
    margin: 70px 0 0 0;
}

.about-mld-card .card .card-body {
    padding: 0;
    border: none;
    position: relative;
}

.about-mld-card .card {
    border: none;
}

.about-mld-card .card .card-body img {
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
    object-position: top center;
}

.about-mld-card .card .card-body .overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 15px;
    padding: 0 30px;
    cursor: all-scroll;
}

.about-mld-card .card .card-body h5 {
    display: inline-block;
    color: var(--white-color);
    background-color: transparent;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 3px #000000, 0 0 5px #000000;
    font-weight: 450;
}


.localdost-counter {
    margin: 70px 0;
}

.localdost-counter .heading h6 {
    font-size: 18px;
    font-weight: 450;
    margin: 30px 0 20px 0;
    line-height: 1.5;
}

.localdost-counter .localdost-counter-box {
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 30px 24px;
    text-align: center;
}

.localdost-counter .localdost-counter-box h5 {
    margin: 0 0 15px 0;
}

.localdost-counter .icon.bg-blue {
    background-color: #00abe1 !important;
}

.localdost-counter .icon.bg-green {
    background-color: var(--color-green) !important;
}

.localdost-counter .icon.bg-orange {
    background-color: #f26222 !important;
}

.localdost-counter .icon {
    height: 80px;
    width: 80px;
    margin: 0 auto 20px auto;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.localdost-counter .icon img {
    width: 45px;
}

.localdost-counter .icon i {
    font-size: 24px;
    color: var(--white-color);
}

.localdost-counter p {
    margin: 15px 0 0 0;
}


#description .slick-slide {
    margin: 10px 15px 0 0;
}

#description .slick-prev,
#description .slick-next {
    top: -24px;
}

#description .slick-next {
    right: 0;
}

#description .slick-prev {
    right: 42px;
    left: auto !important;
}

.privacy-policy-sec {
    margin: 70px 0;
}

.privacy-policy-sec h2 {
    margin: 0 0 20px 0;
}

.privacy-policy-sec h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
}

.privacy-policy-sec h4 {
    margin: 0 0 10px 0;
    font-size: 18px;

}

.privacy-policy-sec p {
    text-align: justify;
}

.privacy-policy-sec p b {
    color: var(--color-green);
}

.privacy-policy-sec ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.privacy-policy-sec ul li {
    list-style: disc;
    line-height: 1.8;
    font-size: 15px;
    color: #717171;
}

.privacy-policy-sec ul li::marker {
    color: var(--color-green);
}

.privacy-policy-sec ol {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
}

.privacy-policy-sec ol li {
    list-style: auto;
    line-height: 1.8;
    font-size: 15px;
    color: #717171;
}

.privacy-policy-sec ol li::marker {
    color: #000000;
}


.contact_info {
    margin: 70px 0;
    padding: 0;
}

.contact_info ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.contact_info ul li {
    width: 100%;
    background-color: var(--white-color);
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.contact_info ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact_info ul li h6 {
    margin: 0;
    font-size: 18px;
}

.contact_info ul li h6 a {
    color: #717171;
    transition: ease-in-out all 0.2s;
}

.contact_info ul li h6 a:hover {
    color: #000000;
}

.contact_info ul li h6 small {
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0 0;
    display: inline-block;
    color: #717171;
}

.contact_info ul li i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid rgb(105 58 37);
    color: #333333;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    margin-right: 15px;
    float: left;
}

.contact_info form {
    width: 100%;
    background-color: var(--white-color);
    border: 1px solid #e1e1e1;
    padding: 24px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.contact_info form h4 {
    margin: 0 0 15px 0;
}

.contact_info form p {
    margin: 0 0 30px 0;
}

.contact_info form .btn-custom {
    margin: 0;
}

.inner-slider.sustainable-inner-slider {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('../assets/image/sustainable-stewardship/sustainable-banner.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.what-is-mylocaldost.sustainable-section .what-is-mylocaldost-image img {
    height: 350px;
}

.sustainable-card {
    margin: 15px 0 0 0;
}

/* 
.sustainable-page-card .card {
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    margin: 0;
    min-height: 180px;
}

.sustainable-page-card .card .card-header {
    background-color: var(--white-color);
    padding: 15px 15px 0 15px;
    border: none;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sustainable-page-card .card .card-header .sustainable-page-card-icon {
   width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    border-radius: 100%;
    border: 1px solid #693A25;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainable-page-card .card .card-header .sustainable-page-card-icon img {
    width: 27px;
}

.sustainable-page-card .card .card-header .sustainable-page-card-heading {
    padding: 15px;
}

.sustainable-page-card .card .card-header .sustainable-page-card-heading h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.sustainable-page-card .card .card-body {
    background: var(--white-color);
    width: 100%;
    padding: 5px 15px 20px 15px;
}

.sustainable-page-card .card .card-body p {
    margin: 0;
    height: 150px;
    overflow-y: scroll;
}

.sustainable-page-card .card .card-body p::-webkit-scrollbar {
    width: 3px;
    height: auto;
    background-color: #F5F2E9;
    border-radius: 100px;
} */


/*============= User Dashboard Header ===========*/
.user-dashboard-header {
    height: 85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

.user-profile-section {
    margin: 70px 0;
}

.user-profile-section h1 {
    font-size: 30px;
    margin: 0 0 24px 0;
    color: #333333;
}

.user-dashboard-mobile {
    display: flex;
    align-items: start;
    gap: 45px;
}

.user-booking-card {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #F5F2E9;
    position: relative;
    margin: 0 0 30px 0;
}

.user-booking-card:last-child {
    margin-bottom: 0;
}

.user-booking-card .booking-card-detail {
    padding: 24px;
    width: 100%;
}

.user-booking-card .booking-card-detail h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000000
}

.user-booking-card .booking-card-detail p {
    color: #343434;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 24px 0;
}

.user-booking-card .booking-card-detail p i {
    color: var(--color-green);
}

.user-booking-card .booking-card-detail .check-grid-detail h6 {
    margin: 0;
    font-size: 15px;
}

.user-booking-card .booking-card-detail .check-grid-detail p {
    margin: 3px 0;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}

.user-booking-card .booking-card-detail .pending-status {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 30px;
    background-color: #dc3545;
    border-radius: var(--btn-border-radius);
    display: flex;
    align-items: center;
    border: 1px solid #dc3545;
    padding: 0 12px;
}

.user-booking-card .booking-card-detail .pending-status p {
    font-weight: 450;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.user-booking-card .booking-card-detail .approved-status {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 30px;
    background-color: var(--color-green);
    border-radius: var(--btn-border-radius);
    display: flex;
    align-items: center;
    border: 1px solid var(--color-green);
    padding: 0 12px;
}

.user-booking-card .booking-card-detail .approved-status p {
    font-weight: 450;
    color: var(--white-color);
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.user-booking-card .booking-card-image {
    width: 350px;
    min-width: 350px;
}

.user-booking-card .booking-card-image img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.user-booking-card .booking-card-detail .booking-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 0 0;
}

.user-booking-card .booking-card-detail .booking-card-footer h6 {
    font-size: 18px;
    font-weight: 600;
    color: #343434;
    margin: 0;
}

.user-booking-card .booking-card-detail .booking-card-footer .btn_1 {
    margin: 0;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 450;
}

.user-booking-card .booking-card-detail .booking-card-footer .btn_1-outline {
    background-color: var(--white-color);
    border: 1px solid var(--color-green);
    color: var(--color-green);
    border-radius: var(--btn-border-radius);
    margin: 0 0 0 10px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    transition: ease-in-out all 0.2s;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-booking-card .booking-card-detail .booking-card-footer .btn_1-outline:hover {
    border-color: var(--color-green);
    background-color: var(--color-green);
    color: var(--white-color);
}

/* Base style for the nav */
.custom-nav {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);
    padding: 30px 24px;
    border: 1px solid #F5F2E9;
}

/* Style the buttons/links */
.custom-nav .nav-link {
    font-size: 16px;
    border-radius: 0;
    margin: 0;
    font-weight: 500;
    color: #717171;
    background: transparent;
    transition: all 0.3s ease;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #F5F2E9;
    padding: 12px 0;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 7px;
}

.custom-nav .nav-link:hover {
    color: #343434;
    border-color: #343434;
}

.custom-nav .nav-link i {
    font-size: 21px;
}

/* .custom-nav .nav-link:first-child {
    padding: 0 0 12px 0;
} */

/* .custom-nav .nav-link:last-child {
    border-bottom: none;
    padding: 12px 0 0 0;
} */

.custom-nav .nav-link.active {
    background: transparent;
    color: var(--color-green);
    border: none;
    border-bottom: 1px solid var(--color-green);
}

.custom-nav .nav-link.active:last-child {
    border-bottom: none;
    padding: 15px 0 0 0;
}

.user-profile-section .my-profile-card {
    display: flex;
    padding: 30px 24px;
    gap: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 1px solid #F5F2E9;
}

.user-profile-section .my-profile-card form {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.btn-upload {
    background-color: var(--color-green);
    color: var(--white-color);
    height: 35px;
    font-size: 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out all 0.2s;
    width: 75px;
}

.btn-upload:hover {
    background-color: #693A25;
    color: var(--white-color);
}

.btn-upload-2 {
    background-color: #693A25;
    color: var(--white-color);
    height: 35px;
    font-size: 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out all 0.2s;
    width: 75px;
}

.btn-upload-2:hover {
    background-color: var(--color-green);
    color: var(--white-color);
}


.user-profile-section .my-profile-card .form-control {
    padding: 10px 24px;
    height: 48px;
    font-size: 14px;
    width: 100%;
    min-width: 100%;
}

.profile-section {
    max-width: 700px;
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.desc {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.field-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    align-items: center;
    gap: 30px;
}

.field-row:first-child {
    border-top: none;
}

.field-label {
    font-weight: 450;
    min-width: 150px;
    color: #343434;
}

.field-value {
    flex: 1;
    color: var(--heading-color);
    position: relative;
    min-width: 360px;
    width: 360px;
}

.field-note {
    color: #777;
    font-size: 13px;
    margin-top: 5px;
}

.edit-link {
    background-color: var(--white-color);
    color: #00abe2;
    font-size: 15px;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00abe2;
    transition: ease-in-out all 0.2s;
}

.edit-link:hover {
    background-color: #00abe2;
    color: var(--white-color);
}

.my-profile-card input,
select,
textarea {
    width: 100%;
    max-width: 260px;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: var(--btn-border-radius);
    ;
    background-color: var(--white-color);
    border: 1px solid #d2d8dd;
    color: #495057;
}

.save-btn {
    padding: 10px 20px;
    font-size: 14px;
    background-color: var(--color-green);
    color: var(--white-color);
    border: none;
    cursor: pointer;
    border-radius: var(--btn-border-radius);
    ;
    transition: ease-in-out all 0.2s;
}

.save-btn:hover {
    background-color: #005a99;
}

.verified {
    background: green;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 8px;
}

.eye-icon {
    cursor: pointer;
    margin-right: 0;
    color: var(--color-green);
    font-size: 18px;
    position: absolute;
    right: 115px;
    z-index: 999999;
    top: 6px;
}



.upload-container {
    min-width: 250px;
    background-color: var(--white-color);
    padding: 24px 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    /*background-image: url("../assets/image/home/slider.jpeg");*/
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #F5F2E9;
}

.upload-container p {
    position: relative;
}

.upload-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color)0a;
    backdrop-filter: blur(4px);
}

.image-preview {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #ddd;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.image-preview::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("../assets/image/home/profile-pik.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
}

.upload-btn {
    background-color: var(--color-green);
    color: var(--white-color);
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    transition: background-color 0.3s;
    position: relative;
}

.upload-btn:hover {
    background-color: #00abe2;
}

.upload-container input[type="file"] {
    display: none;
}

.change-btn {
    display: inline-block;
    background-color: #00abe2;
    color: var(--white-color);
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.change-btn:hover {
    background-color: var(--color-green);
    color: var(--white-color);
}



/* Mobile: make horizontal scrolling */
@media (max-width: 991.98px) {
    .custom-nav {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        padding: 15px 15px 24px 15px;
    }
}

/* Desktop: vertical nav */
@media (min-width: 992px) {
    .custom-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 300px;
        max-width: 300px;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
}

/* Optional: hide scrollbar on mobile */
.custom-nav::-webkit-scrollbar {
    display: none;
}

.custom-nav {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/*=========== Booking Confirmation Card css Start ==========*/
.confirmation-booking-header {
    height: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

.confirmation-booking-header .confirmation-booking-header-detail {
    padding: 60px 0 0 0;
    text-align: center;
}

.confirmation-booking-header .confirmation-booking-header-detail img {
    width: 80px;
    margin: 0 0 20px 0;
}

.confirmation-booking-header .confirmation-booking-header-detail h2 {
    margin: 0 0 15px 0;
    color: var(--white-color);
}

.confirmation-booking-header .confirmation-booking-header-detail p {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 450;
    margin: 0;
}

.confirmation-booking-body-section {
    padding: 70px 0;
    background: #F5F7FB;
    background: linear-gradient(90deg, rgba(245, 247, 251, 1) 41%, rgba(255, 255, 255, 1) 41%, rgba(255, 255, 255, 1) 100%);
}

.confirmation-booking-body-section .confirmation-booking-card .confirm-booking-summary p {
    margin: 0 0 10px 0;
}

.confirmation-booking-body-section .confirmation-booking-card .confirm-booking-summary p b {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.confirmation-booking-body-section .confirmation-booking-card .confirm-booking-summary p .fw-bold {
    font-weight: 600 !important;
}

.confirmation-booking-body-section .confirmation-booking-card h2 {
    margin: 0 0 20px 0;
}

.confirmation-booking-body-section .confirmation-booking-card h4 {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    margin: 24px 0 0 0;
}

.confirmation-booking-body-section .confirmation-booking-card h5 {
    margin: 0 0 20px 0;
}

.confirmation-booking-body-section .confirmation-booking-card .sharing-option p {
    display: flex;
    align-items: center;
    margin: 24px 0 0 0;
    gap: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.confirmation-booking-body-section .confirmation-booking-card .sharing-option p a {
    border: 1px solid #693a25;
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0;
    color: #000000;
    font-size: 18px;
    transition: ease-in-out all 0.2s;
}

.confirmation-booking-body-section .confirmation-booking-card .sharing-option p a:hover {
    border-color: var(--color-green);
    background-color: var(--color-green);
    color: var(--white-color);
}

.confirmation-booking-body-section .confirmation-booking-card .contact-option p a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

.confirmation-booking-body-section .confirmation-booking-card .contact-option p a i {
    border: 1px solid #693a25;
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0;
    color: #000000;
    font-size: 18px;
    transition: ease-in-out all 0.2s;
}

.confirmation-booking-body-section .confirmation-booking-card .contact-option p a i:hover {
    border-color: var(--color-green);
    background-color: var(--color-green);
    color: var(--white-color);
}

.confirmation-booking-body-section .confirmation-booking-card .input-group .form-control {
    height: 45px;
}

.confirmation-booking-body-section .confirmation-booking-card .input-group .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: var(--color-green);
    color: var(--white-color);
    font-size: 21px;
    height: 45px;
    border-radius: 0 30px 30px 0px;
    transition: ease-in-out all 0.2s;
}

.confirmation-booking-body-section .confirmation-booking-card .input-group .btn-copy:hover {
    background: #693A25;
    color: var(--white-color);
}

.confirmation-booking-body-section .confirmation-booking-card .timer p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.confirmation-booking-body-section .confirmation-booking-card .timer p .btn-refresh {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 21px;
    background: var(--color-green);
    color: var(--white-color);
    border-radius: 100%;
    transition: ease-in-out all 0.2s;
}

.confirmation-booking-body-section .confirmation-booking-card .timer p:hover .btn-refresh {
    background: #693A25;
    color: var(--white-color);
}

.confirmation-booking-body-section .confirmation-booking-card .btn_1 {
    margin: 30px 0 0 0;
    font-size: 16px;
}

.confirmation-booking-body-section .confirmation-booking-card .btn_1 i {
    font-size: 18px;
}

.book-property-card {
    margin: 0;
    background-color: var(--white-color);
    border: 1px solid #e1e1e1;
    padding: 24px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.book-property-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.book-property-card h4 {
    font-size: 21px;
    margin: 0 0 10px 0;
}

.book-property-card p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.book-property-card p i {
    color: #000000;
}

.check-grid-detail {
    border-radius: 5px;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border: 1px solid #e1e1e1;
    text-align: center;
}

.check-grid-detail h6 {
    font-size: 16px;
    margin: 0;
}

.check-grid-detail p {
    margin: 10px 0 5px 0;
    font-size: 15px;
    color: #000000;
}

.check-grid-detail .check-icon {
    width: 100%;
    height: 40px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}

.check-grid-detail .check-icon i {
    color: var(--white-color);
    font-size: 21px;
}

.group-section .hero_single.jarallax {
    height: 568px;
    border-radius: 15px;
    overflow: hidden;
}

.group-section .hero_single .wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 60px;
    position: relative;
    z-index: 2;
}

.group-section .hero_single.jarallax h1 {
    color: var(--white-color);
    font-size: 2rem;
    margin: 15px 0 0;
    font-weight: 600;
}

.group-section .hero_single.jarallax small {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--white-color);
}

.group-section .hero_single.jarallax p {
    color: #F5F2E9;
    font-size: 18px;
    font-weight: 600;
}

.help-section .contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 24px 10px;
    border-bottom: 1px solid #F5F2E9;
}

.help-section .contact-info::first-child {
    padding-top: 0;
}

.help-section .contact-info:last-child {
    border-bottom: none;
}

.help-section .contact-info .contact-info-icon .contact-info-bg {
    position: relative;
    z-index: 9;
    background-color: #F5F2E9;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.help-section .contact-info .contact-info-icon .contact-info-bg i {
    color: #000000;
    font-size: 21px;
}

.help-section .contact-info .contact-info-detail h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.help-section .contact-info .contact-info-detail p {
    margin: 0;
}

.help-section .contact-info .contact-info-detail p:last-child {
    margin: 0;
}

.help-section .contact-info .contact-info-detail p a {
    font-size: 15px;
    font-weight: normal;
    color: #474C55;
}


/* ---------- Price Section css Start of MLD Booking Page ----------*/
.fixed-cart-footer {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: all 0.3s ease;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.fixed-cart-footer.show {
    opacity: 1;
    visibility: visible;
}

.fixed-cart-footer .cart-total h6 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.fixed-cart-footer .cart-total h6 small {
    font-size: 15px;
    font-weight: 600;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875rem;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #693a25 0%,
            #76422a 29%,
            #874c31 67%,
            #9A5434 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 30px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.review-summery a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #d2d8dd;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    color: #000000;
    transition: ease-in-out all 0.2s;
}

.review-summery a .bi-chevron-up::before,
.review-summery a .bi-chevron-down::before {
    font-size: 24px;
    font-weight: 900 !important;
    margin-top: 5px;
}

.review-summery a:hover {
    color: var(--color-green);
}


/*============== Progress section css start ==============*/
.process-wrap {
    background-color: #f4f2e9;
    border-radius: 15px;
    padding: 30px 24px;
}

.process-card {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 0;
    padding: 0;
}

.process-card .process-thumb {
    max-width: 110px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto 24px
}

.process-card .process-text h5 {
    margin: 0 0 15px 0;
    font-size: 21px;
}

.process-wrap .col-12:first-child .process-card::after,
.process-wrap .col-12:nth-child(2) .process-card::after {
    content: "";
    position: absolute;
    background-image: url(../assets/image/home/curve1.webp);
    width: 200px;
    top: 37%;
    left: calc(85% + 0px);
    z-index: 10;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.process-wrap .col-12:nth-child(2) .process-card::after {
    background-image: url("../assets/image/home/curve2.webp");
    left: calc(75% + 0px);
}

#authenticExp .owl-item,
#sustainableStewardship .owl-item {
    transform: scale(1);
    -webkit-transform: translateZ(0) scale(1, 1);
}


#notification-area {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    z-index: 999999;
    width: auto;
    max-width: 100%;
    text-align: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
    right: 0;
}

#notification-area .alert {
    width: 100%;
    height: 80px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
}


/********************** GROUP TOURS PAGE CSS START FROM HERE *************************/
.group-tours {
    background: url('../assets/image/group-tours/sattal-bg.webp') center center / cover no-repeat fixed;
}

/*************** Abous us Section css start ***************/
.become-host-1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(241, 241, 241, 0.7861738445378151) 50%, rgba(241, 241, 241, 1) 100%);
    padding: 80px 0;
}

.become-host-1 h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.become-host-1 .lead {
    font-size: 16px;
    font-weight: 500;
}

.become-host-1 .btn-custom {
    margin: 20px 0 0 0;
}

.become-host-1 .become-host-img {
    border-radius: 15px;
    width: 65%;
    margin: 30px auto 0 auto;

}

.become-host-1 .become-host-img img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 20px 0px;
}

/************************** Itenary css Start **********************/
.become-host-timeline {
    padding: 0;
}

.timeline {
    position: relative;
    padding: 45px 0;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background: var(--color-green);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 104 57) 50%, rgba(0, 0, 0, 0) 100%);
}

.timeline-step {
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
    left: 0 !important;
    text-align: left !important;
}

.timeline-step.visible {
    opacity: 1;
    transform: translateY(0);
}

.timeline-step .timeline-step-header .timeline-step-header-detail h4 {
    margin: 0 0 24px 0;
    font-size: 21px;
}

.timeline-step .timeline-step-header .timeline-step-header-detail h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.timeline-step .timeline-step-body p {
    position: relative;
}

.timeline-step .timeline-step-body ul {
    padding: 0 0 0 20px;
}

.timeline-step .timeline-step-body ul li {
    list-style: disc;
    margin: 0 0 5px 0;
}

.timeline-step .timeline-step-body ul li b {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.timeline-step .timeline-step-body ul li::marker {
    color: var(--color-green);
}

.timeline-step .timeline-step-body ul li ol {
    padding: 0 0 0 20px;
}

.timeline-step .timeline-step-body ul li ol li {
    list-style: lower-latin;
}

.timeline-step .timeline-step-body ul li ol li b {
    font-weight: 450;
    font-size: 15px;
    color: var(--color-green);
}

.timeline-step .timeline-step-body ul li ol li::marker {
    color: var(--color-green);
    font-size: 16px;
}

.timeline-step::before {
    content: "";
    position: absolute;
    top: 45px;
    width: 20px;
    height: 20px;
    background: rgb(16 108 62);
    border-radius: 50%;
    transform: translateY(-50%);
    border: 3px solid white;
}

.timeline::after {
    left: 0;
}

.timeline-step {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding: 30px 0 0 30px;
}

.timeline-step:first-child {
    border-top: none;
}

.timeline-step::before {
    left: -10px !important;
}

.sticky-sidebar {
    position: sticky;
    top: 120px;
    margin-top: 0;
}

/************************** Inclusions & Pricing Section css Start **************************/
.group-inclusion {
    margin: 80px 0 0 0;
    padding: 45px 0;
    background-color: #ffffff;
    position: relative;
}

.group-inclusion h2 {
    margin: 0 0 15px 0;
}

.group-inclusion h4 {
    margin: 0 0 10px 0;
    font-size: 21px;
    color: var(--color-green);
}

.group-inclusion p.lead {
    font-size: 16px;
    margin: 0 0 24px 0;
    font-weight: 600;
}

.group-inclusion .things-card .tab-content>.tab-pane {
    height: 200px;
    overflow-y: scroll;
    padding-right: 5px;
}

.group-inclusion h4:first-child {
    margin-top: 0;
}

.group-inclusion ul {
    padding: 0 0 0 20px;
}

.group-inclusion ul li {
    list-style: disc;
    margin: 0 0 5px 0; 
}

.group-inclusion ul li::marker {
    color: var(--color-green);
}

.group-inclusion p.lead i {
    color: var(--color-green);
    font-size: 18px;
}

.group-inclusion .group-inclusion-right-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46%;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
}

.group-inclusion .group-inclusion-right-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.group-inclusion .form-box {
    background-color: #ffffffb8;
    border: none;
    padding: 24px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    position: relative;
    z-index: 9;
    backdrop-filter: blur(7px);
}

.group-inclusion .form-box .form-control,
.group-inclusion .form-box .form-select {
    padding: 12px 24px;
    border-radius: var(--btn-border-radius);
    box-shadow: none;
    position: relative;
    z-index: 9;
    backdrop-filter: blur(7px);
    border: none;
    font-size: 14px;
    color: #333333;
}

.group-inclusion .form-box textarea {
    font-weight: 500;
    height: 60px;
    padding-right: 25px;
}

.group-inclusion .form-control:focus {
    border-color: none !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem #0068385c !important;
}

.group-inclusion .form-box input:focus {
    border: none;
}

/************************ Why Sattal Section css Start *******************/
.why-sattal {
    min-height: 640px;
    margin: 80px 0 0 0;
    padding: 45px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.why-sattal h3 {
    margin: 0 0 15px 0;
}

.why-sattal p b {
    font-size: 16px;
    margin: 0 0 24px 0;
    font-weight: 600;
    color: var(--color-green);
}

.why-sattal .why-sattal-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 46%;
    overflow: hidden;
    border-radius: 0 24px 24px 0;
}

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

.why-sattal ul {
    padding: 0 0 0 20px;
}

.why-sattal ul li {
    list-style: disc;
    margin: 0 0 5px 0;
}

.why-sattal ul li b {
    font-size: 15px;
}

.why-sattal ul li::marker {
    color: var(--color-green);
}

/********************** The MylocalDost Section CSS Start **********************/
.group-mld-localdost {
    margin: 80px 0 0 0;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 640px;
    padding: 45px 0;
}

.group-mld-localdost .group-mld-localdost-profile {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46%;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
}

.group-mld-localdost .group-mld-localdost-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/********************** Sustainable Travel Section CSS Start **********************/

.group-sustainable {
    padding: 80px 0;
}

.group-sustainable h3 {
    margin: 0 0 15px 0;
}

.group-sustainable p b {
    font-size: 16px;
    margin: 0 0 24px 0;
    font-weight: 600;
    color: var(--color-green);
}

.group-sustainable .sustainable-card .card .card-body p {
    height: 120px;
    overflow: hidden;
}

.group-sustainable p.lead {
    font-size: 16px;
    color: var(--color-green);
    margin: 15px 0 0 0;
    font-weight: 500;
}

/********************** Criteria to Join Section CSS Start **********************/
.become-host-criteria {
    margin: 80px 0 0 0;
    padding: 80px 0;
    background-color: #f0f0f0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(241, 241, 241, 0.7861738445378151) 50%, rgba(241, 241, 241, 1) 100%);
}

.become-host-criteria h2 {
    margin: 0 0 15px 0;
    font-size: 30px;
}

.become-host-criteria .lead {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-green);
    margin: 0 0 10px 0;
}

.become-host-criteria ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

.become-host-criteria ul li {
    list-style: disc;
    font-weight: 450;
    margin: 0 0 5px 0;
}

.become-host-criteria ul li::marker {
    color: var(--color-green);
}

.become-host-criteria .become-host-form {
    position: relative;
}