@import url('https://fonts.cdnfonts.com/css/lufga');  
@font-face {
    font-family: 'FuturaLT-Book';
    src: url("../fontawesome-free-6.7.2-web/webfonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("../fontawesome-free-6.7.2-web/webfonts/FuturaLT-Book.woff") format("woff"), url("../fontawesome-free-6.7.2-web/webfonts/FuturaLT-Book.ttf") format("truetype"), url("../fontawesome-free-6.7.2-web/webfonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
    font-weight: normal;
    font-style: normal; }          
*{
    margin: 0;
    padding: 0;
    font-family: 'Lufga', sans-serif;
    box-sizing: border-box;
                                                
}
body {
    overflow-x: hidden;
}
.right-nav{
    align-items: center;
}
@media (max-width: 768px) {
    .right-nav{
        align-items: flex-start;
        padding-left: 10px;
    }
    
}
.video-overlay{
    background-color: #1e1e1e81;
    width: 100vw;
    position: absolute;
    height: 100vh; 
}

.video-background {
    position: static;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

.video-background .top_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-background video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none;
    overflow: hidden;
}

.video-background2 {
    position: static;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50vh;
    z-index: -1;
    overflow: hidden;
}

.video-background2 .top_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-background2 video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none;
    overflow: hidden;
}

content{
    gap: 30px;
}

.location-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6px 0px;
}

.location-row2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6px 0px;
}
@media screen and (max-width: 992px){
    .location-row2{
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 768px){
    .location-row2{
        flex-wrap: nowrap;
    }
}
.map-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px;
}
@media (max-width: 768px) {
    .mafoto.location-row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: -6px 0px;
    }
    .map-row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* margin: -6px 0px; */
    }
}
.globe-bg{
    padding: 50px 20px 0px 20px;
    overflow: hidden;
    background: 
        url('../image/globe.jpg') center/cover no-repeat,
        linear-gradient(to right, rgba(238, 238, 234, 0.9), rgba(245,245,245,0.9));
    background-blend-mode: overlay;
    z-index: -1;
}

.loc-col-3{
    flex:0 0 auto;
    width:24%;
}
.loc-col-4{
    flex:0 0 auto;
    width:33.33333333%;
}
.margin-right-img{
    margin-right: 1%;
}
.margin-btm-img{
    margin-bottom: 1%;
}

.loc-col-5{
    flex:0 0 auto;
    width:45.66666667%;
}
.loc-col-6{
    flex:0 0 auto;
    width:50%;
}
.loc-col-7{
    flex:0 0 auto;
    width:54.33333333%
}
.loc-col-8{
    flex:0 0 auto;
    width:58.33333333%
}
.loc-col-10{
    flex:0 0 auto;
    width:78.33333333%
}
.loc-col-12{
    flex:0 0 auto;
    width:99.66666%
}
.ab-col-4{
    flex:0 0 auto;
    width:38.33333333%;
}
.ab-col-6{
    flex:0 0 auto;
    width:50%;
}
.ab-col-8{
    flex:0 0 auto;
    width:60.33333333%;
}
.marg-60{
    margin: 60px;
}
.marg-50{
    margin: 50px;
}
.marg-40{
    margin: 40px;
}
.marg-30{
    margin: 30px;
}
.marg-20{
    margin: 20px;
}
.marg-10{
    margin: 10px;
}
@media (max-width: 768px) {
    .marg-60,.marg-50{
        margin: 10px;
    }
    .marg-20, .marg-30, .marg-10{
        margin: 2px;
    }
}
.about-img img{
    width: 100%;
}
.img-responsive{
    width: 100%;
    height: 100%;
}
.vh80{
    height: 70vh;
}
@media screen and (max-width: 992px){
    .vh80{
        height: 65vh;
    }
}
@media screen and (max-width: 768px){
    .vh80{
        height: 65vh;
    }
}
.hero-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center; 
    text-align: center;
    padding-bottom: 30px;
    z-index: 10;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 75px;
    font-family: 'Lufga', sans-serif;
    margin-bottom:8px!important
}

.hero-content p {
    font-size: 14px;
    text-shadow: 1px 1px 2px black,
    0 0 1em rgb(0, 0, 0);
    margin-bottom:86px!important
}
.hero-content2 {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center; 
    text-align: center;
    padding-bottom: 30px;
    z-index: 10;
}

.hero-content2 h1 {
    font-weight: 900;
    font-size: 60px;
}
@media (max-width: 992px) {
    .hero-content h1 {
        font-weight: 900;
        font-size: 32px;
    }
    .hero-content2 h1 {
        font-weight: 900;
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .hero-content h1 {
        font-weight: 900;
        font-size: 32px;
    }
    .hero-content2 h1 {
        font-weight: 900;
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .hero-content h1 {
        font-weight: 900;
        font-size: 32px;
    }
    .hero-content2 h1 {
        font-weight: 900;
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 12px;
    }
}
.booking-form {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: 100%;
    max-width: 1200px;
    padding: 10px 100px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.book-now-btn {
    background-color: #b8945e !important;
    border-color: #aa8856!important;
    border-radius: 5px;
    margin: 10px 0px;
}
.book-now-btn2 {
    background-color: #b8945e !important;
    border-color: #aa8856!important;
}
.book-now-btn2:hover {
    background-color: #9e7e4d !important;
    border-color: #8b7047!important;
}

.book-now-btn i{
    margin-top: 5px;
}
.more-btn{
    background-color: #1E1E1E !important;
    font-size: 13px;
    font-weight: 300;
}
.book-now-btn.send-contact {
    color: #ffffff;
}
.book-now-btn:hover {
    background-color: #6b573a;
}

.form-control, .form-select {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

.form-control::placeholder, .form-select {
    color: rgba(255, 255, 255, 0.7) !important;
}

.form-select option {
    background-color: #343a40;
    color: white;
}

/* RESERVATION FORM STYLE */
    .cs-reservation-form {
        --field-height: 48px;
        --field-space: 30px;
        --dropdown-bg:rgb(248, 245, 241);
        --dropdown-color: #000;
        --dropdown-border: var(--primary-color);
        --icon-color: var(--primary-color);
        --divider-color: var(--primary-color);
    }
    
    .cs-reservation-form .cs-form-field .field-wrap, .cs-reservation-form .cs-form-field .field-input-wrap {
        position: relative;
    }
    
    .cs-reservation-form .cs-form-field:not(.cs-submit) .field-input-wrap:after {
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        /* content: "\33"; */
        font-size: 20px;
        line-height: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        opacity: 0.35;
    }
    
    .cs-reservation-form .cs-form-label {
        display: block;
    }
    
    .cs-reservation-form .field-wrap > .cs-form-label {
        color: var(--text-color);
    }
    
    .cs-reservation-form input[type="text"], .cs-reservation-form input[type="email"], .cs-reservation-form input[type="url"], .cs-reservation-form input[type="file"], .cs-reservation-form input[type="password"], .cs-reservation-form input[type="number"], .cs-reservation-form input[type="date"], .cs-reservation-form input[type="search"], .cs-reservation-form input[type="tel"], .cs-reservation-form textarea, .cs-reservation-form select {
        height: var(--field-height);
        font-size: 12px;
        font-size: 0.875rem;
        background: rgba(250, 250, 250, 0.1);
        border: solid 1px rgba(250, 250, 250, 0.5)!important;
        margin-right: 10px;
    }
    @media (max-width: 768px) {
        .cs-reservation-form input[type="text"], .cs-reservation-form input[type="email"], .cs-reservation-form input[type="url"], .cs-reservation-form input[type="file"], .cs-reservation-form input[type="password"], .cs-reservation-form input[type="number"], .cs-reservation-form input[type="date"], .cs-reservation-form input[type="search"], .cs-reservation-form input[type="tel"], .cs-reservation-form textarea, .cs-reservation-form select {
            width:  100%;
        }
    }
    
    .cs-reservation-form select {
        -webkit-appearance: none !important;
        width: 100%;
    }
    
    .cs-reservation-form button[type="submit"] {
        padding: 0 15px;
        width: 100%;
        height: var(--field-height);
        line-height: 1.2;
        text-align: center;
    }
    
    .cs-reservation-form.style-block .cs-form-wrap {
        font-size: 0;
    }
    
    .cs-reservation-form.style-block .cs-form-field:not(:first-child) {
        padding-top: var(--field-space);
    }
    
    .cs-reservation-form.style-block .form-field-col-1-2 {
        display: inline-block;
        width: 50%;
    }
    
    .cs-reservation-form.style-block .form-field-col-1-2.cs-adults {
        padding-right: calc(var(--field-space)/2);
    }
    
    .cs-reservation-form.style-block .form-field-col-1-2.cs-children {
        padding-left: calc(var(--field-space)/2);
    }
    
    .cs-reservation-form.style-block .form-field-col-1-2 .csf-dropdown {
        padding: 15px;
    }
    
    .cs-reservation-form.style-block .form-field-col-1-2 .csf-dropdown .cs-form-label {
        display: none;
    }
    
    .cs-reservation-form.style-block .form-field-col-1-2 .csf-dropdown .csf-dropdown-item {
        justify-content: center;
    }
    
    .cs-reservation-form.style-block .csf-dropdown {
        min-width: 100px;
        width: 100%;
    }
    
    .cs-reservation-form.style-banner .cs-form-wrap {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin: 0 calc(0px - var(--field-space)/2);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    
    .cs-reservation-form.style-banner .cs-form-wrap .cs-form-field {
        position: relative;
        display: inline-block;
        max-width: 30%;
        vertical-align: top;
        padding: 0 calc(var(--field-space)/2);
    }
    
    .cs-reservation-form.style-banner button[type="submit"] {
        padding: 0 15px;
        text-align: center;
        width: 100%;
    }
    
    .cs-reservation-form.style-banner.style-banner-4 {
        --field-space: 15px;
    }
    
    .cs-reservation-form.style-banner.style-banner-4 .cs-form-wrap {
        flex-wrap: wrap;
    }
    
    .cs-reservation-form.style-banner.style-banner-4 .cs-form-field {
        display: block;
        width: 50%;
        margin-top: var(--field-space);
    }
    
    .cs-reservation-form.style-banner.style-banner-4 .cs-form-field:nth-child(-n+2) {
        margin-top: 0;
    }
    
    .cs-reservation-form.style-banner.style-banner-4 .cs-form-field.cs-submit:nth-child(5) {
        width: 100%;
    }
    
    .cs-reservation-form.style-banner-2 {
        --field-space: 40px;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-wrap {
        margin: 0;
        align-items: center;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field:not(.cs-submit) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-wrap .field-wrap {
        flex: 1 1 auto;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field {
        padding-left: 0;
        padding-right: 0;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field.cs-check-out, .cs-reservation-form.style-banner-2 .cs-form-wrap .cs-form-field.cs-guests {
        padding-left: var(--field-space);
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-icon {
        width: 20px;
        height: 25px;
        margin-right: 25px;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-icon svg {
        width: 20px;
        height: auto;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-icon svg path {
        fill: var(--icon-color);
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-field.cs-guests .cs-form-icon, .cs-reservation-form.style-banner-2 .cs-form-field.cs-guests .cs-form-icon svg {
        width: 25px;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-field:not(.cs-submit) .field-input-wrap:after {
        display: none;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-field:not(.cs-submit):after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        display: block;
        width: 1px;
        height: 56px;
        background: var(--divider-color);
        content: "";
        right: 0;
    }
    
    .cs-reservation-form.style-banner-2 .cs-form-field.cs-guests:after {
        display: none;
    }
    
    .cs-reservation-form.style-banner-2 .field-wrap > .cs-form-label {
        font-size: 12px;
        /* font-size: 1.125rem; */
        line-height: 1.2;
    }
    
    .cs-reservation-form.style-banner-2 input[type="text"], .cs-reservation-form.style-banner-2 input[type="email"], .cs-reservation-form.style-banner-2 input[type="url"], .cs-reservation-form.style-banner-2 input[type="file"], .cs-reservation-form.style-banner-2 input[type="password"], .cs-reservation-form.style-banner-2 input[type="number"], .cs-reservation-form.style-banner-2 input[type="date"], .cs-reservation-form.style-banner-2 input[type="search"], .cs-reservation-form.style-banner-2 input[type="tel"], .cs-reservation-form.style-banner-2 textarea, .cs-reservation-form.style-banner-2 select {
        padding: 0;
        height: auto;
        border: none;
        line-height: 1.2;
    }
    
    .cs-reservation-form.style-banner-2 button[type="submit"] {
        min-height: 56px;
        font-size: 18px;
        font-size: 1.125rem;
    }
    
    .cs-reservation-form.style-banner-2.inline-label {
        --field-space: 60px;
    }
    
    .cs-reservation-form.style-banner-2.inline-label .cs-form-icon {
        margin-right: 15px;
    }
    
    .cs-reservation-form.style-banner-2.inline-label .cs-form-label {
        left: 0;
    }
    
    .cs-reservation-form.style-banner-2.inline-label .cs-form-field:not(.cs-submit):after {
        right: 0;
    }
    
    .cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-check-in, .cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-check-out {
        width: 23%;
    }
    
    .cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-guests {
        width: 30%;
    }
    
    .cs-reservation-form.style-banner-2.inline-label .cs-form-field.cs-submit {
        width: 24%;
    }
    
    .cs-reservation-form.style-banner-3 {
        --field-height: 60px;
        --field-space: 0px;
        --btn-radius: 0px;
    }
    
    .cs-reservation-form.style-banner-3 .cs-form-wrap {
        margin: 0 5px;
    }
    
    .cs-reservation-form.style-banner-3 .cs-form-wrap:before {
        position: absolute;
        top: 5px;
        left: -5px;
        display: block;
        width: calc(100% + 10px);
        height: calc(100% - 10px);
        border: 1px solid var(--form-bd);
        content: "";
        pointer-events: none;
    }
    
    .cs-reservation-form.style-banner-3 .cs-form-wrap .cs-form-field {
        padding: 0;
    }
    
    .cs-reservation-form.style-banner-3 .cs-form-wrap .button {
        background: none;
        color: inherit;
        border: 1px solid var(--form-bd);
        font-family: "Inter Tight", sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
    
    .cs-reservation-form.inline-label .field-wrap > .cs-form-label {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px;
        font-family: "Inter Tight", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 13px;
        opacity: 0.7;
    }
    
    .cs-reservation-form.inline-label .field-input-wrap > * {
        text-align: right;
        padding-right: 35px;
        color: rgba(0, 0, 0, 0.806);
    }
    
    .cs-reservation-form.inline-label.cs-form-underline .field-wrap > .cs-form-label {
        left: 0;
    }
    
    .cs-reservation-form.inline-label.cs-form-underline .field-input-wrap > * {
        padding-right: 25px;
    }
    
    .cs-reservation-form.inline-label.cs-form-underline .cs-form-field:not(.cs-submit) .field-input-wrap:after {
        right: 0;
    }
    
    .cs-reservation-form.hide-label .field-wrap > .cs-form-label {
        display: none;
    }
    
    .cs-reservation-form .csf-dropdown {
        position: absolute;
        bottom: -12px;
        left: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: -1;
        display: block;
        min-width: 320px;
        background: var(--dropdown-bg);
        color: var(--dropdown-color);
        border: 1px solid var(--dropdown-border);
        padding: 30px;
        transition: 0.3s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    
    .cs-reservation-form .csf-dropdown.is-open {
        z-index: 999;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
    
    .cs-reservation-form .csf-dropdown .csf-dropdown-item, .cs-reservation-form .csf-dropdown .cs-quantity {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .cs-reservation-form .csf-dropdown .csf-dropdown-item:not(:last-child) {
        margin-bottom: 15px;
    }
    
    .cs-reservation-form .csf-dropdown .cs-quantity .input-text {
        padding: 0;
        margin: 0;
        width: 40px;
        height: auto;
        background: none;
        border: none;
        text-align: center;
        color: inherit;
        font-size: 16px;
        line-height: 1.2;
    }
    
    .cs-reservation-form .csf-dropdown .cs-quantity .minus, .cs-reservation-form .csf-dropdown .cs-quantity .plus {
        position: relative;
        background: none;
        border: none;
        box-shadow: none;
        outline: none;
        width: 30px;
        height: 30px;
        padding: 0;
        color: inherit;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    
    .cs-reservation-form .csf-dropdown .cs-quantity .minus:before, .cs-reservation-form .csf-dropdown .cs-quantity .minus:after, .cs-reservation-form .csf-dropdown .cs-quantity .plus:before, .cs-reservation-form .csf-dropdown .cs-quantity .plus:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        content: "";
        background: currentColor;
    }
    
    .cs-reservation-form .csf-dropdown .cs-quantity .minus:before, .cs-reservation-form .csf-dropdown .cs-quantity .plus:before {
        width: 12px;
        height: 1px;
    }
    
    .cs-reservation-form .csf-dropdown .cs-quantity .plus:after {
        width: 1px;
        height: 12px;
    }
    
    .cs-reservation-form .date-range-picker {
        position: absolute;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
    }
/* END daterange css */
/* Added styles on it */
.screen-reader-text{
    font-size: 12px!important;
    text-align: justify!important;
}
@media (max-width: 768px) {
    .cs-form-wrap {
        width: 100% !important; 
        display: block!important; 
    }
    .cs-form-field{
        margin-bottom: 5px!important;
    }
}

.new {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 600px;
    width: 99vw;
}

.color-primary {
    color: #b8945e;
}
.image  {
    height: 280px;
}
.image .img {
    height: 100%;
    width: 100%;
}
.new .holder{
    margin: 60px; 
    margin-bottom:30px;
    display: flex!important;
    flex-wrap: wrap;
}
.new .head-title{
    line-height: 1.5;
}
.new .head-text{
    text-align: justify;
}

p{
    font-size: 13px;
    text-wrap: unset;
}

.title-p{
    font-weight: 400;
    color: #b8945e;
    font-size: 16px;
}
@media (max-width: 768px) {
    .title-p{
        font-size: 15px;
    }
}

/* Custom styles for jQuery UI Datepicker */
.ui-datepicker {
    width: 350px; /* Original width */
    font-size: 14px; /* Original font size */
    background-color: #fff; /* Background color */
    border: 1px solid #C5A880; /* Border color */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow */
    padding: 10px; /* Add padding */
   transform: scale(1.2);
    margin-top: 20px; /* Add top margin for better positioning */
}

.ui-datepicker-header {
    background-color: #C5A880; /* Header background color */
    color: #fff; /* Header text color */
    border: none; /* Remove border */
    border-radius: 6px 6px 0 0; /* Rounded corners for header */
    padding: 10px; /* Add padding */
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer; /* Pointer cursor for navigation buttons */
    color: #fff; /* Navigation button color */
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Hover effect for navigation buttons */
    border-radius: 4px; /* Rounded corners for hover effect */
}

.ui-datepicker-title {
    font-weight: bold; /* Bold font for month/year */
}

.ui-datepicker-calendar th {
    color: #C5A880; /* Weekday header color */
    font-weight: bold; /* Bold font for weekdays */
}

.ui-datepicker-calendar td {
    padding: 5px; /* Add padding to calendar cells */
}

.ui-datepicker-calendar td a {
    color: #333; /* Default date text color */
    text-align: center; /* Center-align date text */
    display: block; /* Make dates block elements */
    padding: 5px; /* Add padding to dates */
    border-radius: 4px; /* Rounded corners for dates */
    transition: background-color 0.3s ease; /* Smooth hover transition */
}

.ui-datepicker-calendar td a:hover {
    background-color: #f0f0f0; /* Hover background color */
}

.ui-datepicker-calendar .ui-state-active {
    background-color: #C5A880; /* Active date background color */
    color: #fff; /* Active date text color */
    border-radius: 4px; /* Rounded corners for active date */
}

.ui-datepicker-calendar .ui-state-highlight {
    background-color: #f8f9fa; /* Highlighted date background color */
    color: #C5A880; /* Highlighted date text color */
    border: 1px solid #C5A880; /* Highlighted date border color */
    border-radius: 4px; /* Rounded corners for highlighted date */
}

.form-control[readonly] {
    background-color: #f8f9fa;
    cursor: pointer;
    border: 1px solid #C5A880;
    color: #C5A880;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
}
.ui-datepicker-title-custom {
    background-color: #C5A880; /* Background color */
    color: #fff; /* Text color */
    font-size: 18px; /* Font size */
    font-weight: bold; /* Bold font */
    text-align: center; /* Center-align text */
    padding: 10px; /* Add padding */
    border-radius: 6px 6px 0 0; /* Rounded corners for the top */
    margin-bottom: 10px; /* Add margin below the title */
}

.content-1 {
    padding: 80px 70px 70px 70px;
}
.content-1 p{
    font-size: 13px;
    text-align: justify;
}
@media (max-width: 768px) {
    .content-1 {
        padding: 50px 40px 40px 40px;
    }
}
.rating_div{
    width: 33%;
}
.rating_head {
    font-size: 48px; /* Default for desktop */
}

.rating_text {
    font-size: 18px; /* Default for desktop */
}

/* Media queries for responsive font sizes */
@media screen and (max-width: 992px) {
    /* For tablets and smaller devices */
    .rating_head {
        font-size: 40px;
    }
    
    .rating_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    /* For larger phones and small tablets */
    .rating_head {
        font-size: 32px;
    }
    
    .rating_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    /* For mobile phones */
    .rating_head {
        font-size: 28px;
    }
    
    .rating_text {
        font-size: 13px;
    }
}
.content p{
    font-size: 20px;
}
.content-2 {
    padding: 0;
}
.content-2 p{
    font-size: 12px;
}
.image img {
    height: 100%;
    width: 100%;
    object-fit: cover; 
}
.ev-container {
    margin: 20px;
}
.ev-container img{
    height: 78vh;
    object-fit: cover; 
}
@media screen and (max-width: 992px){
    .ev-container img{
    height: 58vh;
    object-fit: cover; 
    }
}
@media screen and (max-width: 768px){
    .ev-container img{
        height: 58vh;
        object-fit: cover; 
        width: 100%;
    }
}
@media screen and (max-width: 576px){
    .ev-container img{
    height: 48vh;
    object-fit: cover; 
    }
}
@media screen and (max-width: 480px){
    .ev-container img{
    height: 48vh;
    object-fit: cover; 
    }
}
.about img{
    margin: 0 20px;
    height: 400px;
    object-fit: cover; 
}
.img{
    position: relative;
    overflow: hidden; 
}
.image .details,.elevetor2 .details {
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 100px;
    color: white;
    background: linear-gradient(rgba(20, 20, 20, 0.11), rgba(0, 0, 0, 0.745)); /* Gradient background */
    padding: 10px;
    z-index: 1;
    transition: opacity 0.3s ease; /* Smooth transition for hover effect */
}
.image .details,.elevetor2 .details2 {
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 110px;
    color: white;
    background: linear-gradient(rgba(20, 20, 20, 0.11), rgba(0, 0, 0, 0.545)); /* Gradient background */
    padding: 10px;
    z-index: 1;
    transition: opacity 0.3s ease; 
}

.image:hover .details {
    opacity: 0;
}

.image .details h6 {
    margin: 0; /* Remove default margin */
}

.after-det {
    opacity: 0; 
    bottom: -100px; 
    position: absolute;
    height: 100%;
    width: 100%;
    color: white;
    background: linear-gradient(rgba(24, 23, 23, 0.007), rgba(0, 0, 0, 0.863)); 
    padding: 10px;
    z-index: 1;
    transition: opacity 0.3s ease, transform 0.3s ease; 
}
.after-det h3,h6{
    margin-top: 180px;
}
.after-det2 {
    /* opacity: 0;  */
    bottom: -100px; 
    position: absolute;
    height: 100%;
    width: 100%;
    color: white;
    background: linear-gradient(rgba(24, 23, 23, 0.007), rgba(0, 0, 0, 0.863)); 
    padding: 10px;
    z-index: 1;
    transition: opacity 0.3s ease, transform 0.3s ease; 
}
.after-det2 .ev-title {
    position: absolute;
    bottom: 135px;
    left: 40px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 1;
    text-decoration: none;
    color: #fcfbfb;
    font-size: 25px;
}
@media (max-width: 768px) {
    .after-det2 .ev-title {
        position: absolute;
        bottom: 130px;
        left: 10px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: transform 0.2s ease;
        z-index: 1;
        text-decoration: none;
        color: #fcfbfb;
        font-size: 15px;
    }
}
.image:hover .after-det {
    opacity: 1; 
    transform: translateY(-100px); 
}
.details p{
    font-size: 12px;
    font-weight: 400;
}
.after-det p{
    font-size: 12px;
    font-weight: 400;
}

/* links locations */

.link-circle {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 1;
    text-decoration: none;
}
.link-circle2 {
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 100px;
    height: 100px;
    background-color: rgb(185, 136, 72);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 1;
    text-decoration: none;
    color: #fcfbfb;
    font-size: 30px;
}
@media (max-width: 768px) {
    .link-circle2 {
        position: absolute;
        bottom: 30px;
        right:10px;
        width: 50px;
        height: 50px;
        background-color: rgb(185, 136, 72);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: transform 0.2s ease;
        z-index: 1;
        text-decoration: none;
        color: #fcfbfb;
        font-size: 20px;
    }
}

.link-circle:hover {
    transform: scale(1.1);
}

.diagonal {
    /* border: solid #333; */
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 1px 0px 1px 5px;
    text-decoration: none;
    color: #333;
    font-size: 10px;
    font-weight: 300;
    transform: rotate(-45deg);
}

.elevetor1 {
    background-color: #1E1E1E;
    height: 50vh;
    position: relative;
}

.elevetor2 {
    position:absolute;
    bottom: 80;
    margin: 7%;
    width: 86%; 
}

.elevetor2 img {
    height: 500px;
    width: 100%; 
    object-fit: cover; 
}


.elevetor2 .details h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2; 
}
.elevetor2 .details{
    gap: 50%;
}
.elevetor2 .details a{
    background: #C5A880;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* text-align: center; */
    justify-content: center;
    margin: 0 0 40px 0;
}
.elevetor2 .details i{
    font-weight: 100;
}
.elevetor2 .details a i{
    margin-top: 25px;
    font-size: 50px;
    color: white;
}

.message{
    margin-top: 300px;
}
.message h3{
    font-weight: bold;
}
.messagebox img{
width: 50px;
}
@media (max-width: 768px) {
    .message{
        margin-top: 220px;
    }
}
/* CAROUSEL TESTIMONIALS */
.testimonial{
    padding: 20px 20px 20px 90px;
    margin: 10px 20px 50px 55px;
    border-left: 2px solid #b5946e;
    position: relative;
}
.testimonial:after{
    content: "";
    border-bottom: 25px solid #b5946e;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -26px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #b5946e;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -50px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 600;
    color: #715b33;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #857542;
    text-transform: capitalize;
}
.testimonial .description{
    font-size: 14px;
    color: #8d8584;
    line-height: 28px;
    text-align: justify;
}
.owl-theme .owl-controls{ margin-top: 10px; }
.owl-theme .owl-controls .owl-page span{
    width: 35px;
    height: 15px;
    border-radius: 0;
    background: #71334a;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b5946e;
}
@media only screen and (max-width: 479px){
    .testimonial{
        padding: 20px 0 20px 60px;
        margin: 10px 20px 50px 50px;
    }
    .testimonial .title{ font-size: 20px; }
}

footer{
    padding-top: 30px;
    position: relative;
    background-color: #1E1E1E;
    width: 100%;
    margin:70px 0 0 0;
}
.part {
    margin: 0px;
}

.footerimage{
    display: flex;
    width: 130px;
    min-height: 130px;
}
.footerimage img{
    width: 100%;
    min-height: 100%;
}
footer p{
    font-weight: 200;
    font-size: 13px;
    margin-top: 10px;
}
 footer form {
    position: relative;
    display: flex;
    flex-wrap: nowrap; /* Changed from wrap to nowrap */
    gap: 0; /* Removed gap */
    padding: 10px 10px 10px 0px;
}

footer form input {
    padding: 0 0 0 20px;
    height: 50px;
    flex: 1;
    border: none;
    border-radius: 0;
    outline: none;
    min-width: 0; /* Allow input to shrink when needed */
}

footer form button {
    height: 50px;
    background-color: #C5A880 !important;
    border: none;
    color: #f0f0f0;
    text-align: center;
    font-size: 15px;
    padding: 10px 15px; /* Reduced padding */
    flex-shrink: 0;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    width: 100px; /* Fixed width instead of min-width */
}

footer form button:hover {
    background-color: #b8976f !important;
}

/* Media Queries */
@media screen and (max-width: 992px) {
    .form-container {
        padding-right: 8px;
    }
    footer form input {
        height: 25px;
    }
    footer form button {
        height: 25px;
        font-size: 13px;
        padding: 5px 12px;
        min-width: 80px;
    }
}

@media screen and (max-width: 768px) {
    .form-container {
        padding-right: 8px;
    }
    footer form input {
        height: 40px;
    }
    footer form button {
        height: 40px;
        font-size: 14px;
        padding: 8px 15px;
        min-width: 90px;
    }
}

@media screen and (max-width: 576px) {
    .form-container {
        padding-right: 5px;
    }
    footer form input {
        height: 35px;
    }
    footer form button {
        height: 35px;
        font-size: 13px;
        padding: 7px 12px;
        min-width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .form-container {
        padding-right: 5px;
    }
    footer form input {
        height: 35px;
    }
    footer form button {
        height: 35px;
        font-size: 12px;
        padding: 7px 10px;
        min-width: 70px;
    }
}
        
footer .icons{
    display: flex;
    justify-content: space-between;
}
.footer{
    margin: 20px 30px 0 30px;
}

.move{
    margin: 20px;
}
.move .icon{
text-align: center;
font-size: 25px;
margin: 10px;
color: #f0f0f0;
background-color: #C5A880;
border-radius: 50%;
}
.move .icon i{
    padding: 15px;
    height: 50px;
    width: 50px;
}
.move .icon:hover{
    background-color: #9c835f;
}

/* -------meassge----------- */
.messagebox {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.box {
    flex: 0 0 auto; /* Ensure boxes don't shrink or grow */
    box-sizing: border-box;
    padding: 10px;
    width: calc(100% / 3); /* Show 3 boxes at a time (adjust as needed) */
}

.move {
    margin-top: 10px;
}

.icon {
    cursor: pointer;
    margin: 0 10px;
}
.container-top{
    position: absolute;
    top: 50%;
}
.container-top h1{
    font-weight: 500;
}

.container-top2{
    position: absolute;
    top: 20%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-header {
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
}

.contact-header h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.map-container {
    height: 100%;
    min-height: 450px;
    background-color: #e9f5eb;
}

.contact-form {
    background-color: #faf7f2;
    padding: 30px;
}

.contact-form h2,h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.c-form-control {
    border: 1px solid #d0a85c;
    padding: 12px;
    /* margin: 15px; */
    border-radius: 0;
    width: 100%;
}

textarea.c-form-control {
    height: 150px;
}

.btn-submit {
    background-color: #c9a55c;
    color: white;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-submit:hover {
    background-color: #b08d3f;
}
.myContactForm>.row>* {
    flex-shrink: 0;
    padding: 0px 10px 10px 0px;
    padding-left: 0;
    margin-top: 0;
}
.contact-info-card {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-icon {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.contact-info-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-info-text {
    color: #333;
}

.world-map-bg {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
/* Homepage button Play */
.video-container {
position: relative;
width: 100%;
max-width: 700px;
margin: 0 auto;
}

.video-player {
    position: relative;
    overflow: hidden; 
    width: 100%;
    height: 100%;;
    cursor: pointer;
}

/* @media (max-width: 768px) {
    .video-player {
        height: 80vh; 
    }
} */
@media screen and (max-width: 992px){
    .video-player {
        height: 58vh; 
    }
}
@media screen and (max-width: 768px){
    .video-player {
        height: 58vh; 
    }
}
@media screen and (max-width: 576px){
    .video-player {
        height: 48vh; 
    }
}
@media screen and (max-width: 480px){
    .video-player {
        height: 48vh; 
    }
}

.video-thumbnail {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.play-button {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: rgb(185, 136, 72); /* Base button color */
    border-radius: 50%; /* Round button */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth transition for scale, shadow, and color */
    z-index: 1;
    text-decoration: none;
    color: #fcfbfb; /* Icon color */
    font-size: 35px; /* Icon size */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  }
  
  /* Hover state */
  .play-button:hover {
    transform: scale(1.2); /* Button grows bigger */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15); /* Larger shadow on hover */
    background-color: rgb(205, 156, 92); /* Slightly lighter color on hover */
  }
  
  /* Optional: Active state for when the button is clicked */
  .play-button:active {
    transform: scale(1.1); /* Shrink slightly on click */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Reduce shadow on click */
  }

.play-button i {
    margin-top: 5px;
    margin-left: 5px;
}

/* About Section */
.about-section {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.about-container {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}
.founder-image {
    flex: 1;
    max-width: 40%;
}

.founder-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.about-content {
    flex: 1.5;
}
@media (max-width: 768px) {
    .about-section {
        padding: 0 10px;
    }
    .about-container {
        display: block;
    }
    .founder-image {
        flex: 1;
        width: 100%;
        max-width: 100%;
        height: 55vh;
    }
}

.section-header {
    margin-bottom: 1.5rem;
}

.section-header h3 {
    color: #c5a880;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.section-header h2 {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
}

.founder-intro {
    color: #666!important;
}

.founder-name {
    font-weight: bold;
    color: #000!important;
}

.founder-info p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    color: #444;
    text-align: justify;
}

/* Quote Section */
.quote-container {
    background-color: rgba(223, 253, 255, 0.184);
    padding: 3rem;
    border-radius: 5px;
    margin: 2rem 0;
    text-align: center;
}

blockquote {
    font-style: italic;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 1.5rem;
}

.quote-author {
    font-weight: bold;
    color: #333!important;
}

.quote-author span{
    font-weight: bold;
    color: #333!important;
}
@media (max-width: 768px) {
    .quote-container {
        background-color: rgba(223, 253, 255, 0.184);
        padding: 20px;
        margin: 16px 0px 60px 0px;
    }
    
    blockquote {
        font-style: italic;
        color: #555;
        line-height: 1.8;
        font-size: 15px;
        margin-bottom: 1.5rem;
    }
}
.vision-container{
    display: flex;
    /* gap: 3rem; */
    margin-bottom: 3rem;
}
.x-container{
    display: flex;
    margin-bottom: 3rem;
}
.vison-title {
    display: grid; 
    place-items: center;
    width: 50%;
}
.x-title {
    display: grid; 
    place-items: center;
    width: 50%;
}
.x-title> .tit {
    width: 100%;
}

.vison-title h3{
    text-align: center;
    padding: 0% 10%;
}
.x-title h3{
    text-align: center;
    padding: 0% 10%;
}

.x-title h5{
    /* text-align: center; */
    padding: 0% 10%;
}

.tit>.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #b8a060;
    padding: 0% 10%;
    margin-bottom: 0px!important;
}

.vison-title p{
    text-align: justify;
    padding: 0% 10%;
}

.x-title p{
    text-align: justify;
    padding: 0% 10%;
}

.vision-content {
    width: 50%;
}

.x-content {
    width: 50%;
}
/* .vision-img{
    height: 70vh!important;
    display: flex;
}
.vision-img img{
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
} */

@media (max-width: 768px) {
    .vision-container, .x-container{
        display: block;
        /* gap: 3rem; */
        margin-bottom: 3rem;
    }
    .vison-title, .x-title {
        display: grid; 
        place-items: center;
        width: 100%;
    }
    .vision-content {
        width: 100%;
    }
    .vison-title p{
        padding: 0% 5%;
    }
    .x-title p{
        padding: 0% 5%;
    }
    .x-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ab-col-4,.ab-col-8 {
        flex: 0 0 50%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .loc-col-3, .loc-col-5, .loc-col-6, .loc-col-7, .loc-col-8, .loc-col-10, .loc-col-12{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .new .holder {
        margin: 20px;
    }
    .ev-container {
        margin: 5px;
        padding: 5px;
    }
    .vh80{
        height: 50vh;
    }
}

/* GALLERY */
#gallery {
    display: grid;
    /* height: calc(100vh - 10px); */
    /* height: calc(100vh - 10px); */
    grid-template: repeat(6, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
}

@media (max-width: 800px) {
    #gallery {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }
    #gallery > div {
        width: 100%;
        margin: 1%;
    }
}

@media (max-width: 800px) and (max-width: 350px) {
    #gallery > div {
        width: 98%;
    }
}

#gallery > div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery > div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}

#gallery > div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}

#gallery > div > a {
    opacity: 0;
    position: absolute;
    color: #045168;
    background-color: #ffffff;
    font: bold 14px "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

#gallery > div > img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all ease 1s;
}

#gallery > div:hover img {
    filter: blur(4px);
}

#gallery > div:hover a {
    opacity: 1;
}

#gallery > div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

[id^=lightbox-] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
}

[id^=lightbox-]:target {
    opacity: 1;
    pointer-events: inherit;
}

[id^=lightbox-]:target img {
    filter: blur(0);
}

[id^=lightbox-] .content {
    max-width: 90%;
    position: relative;
    color: #fff;
}

[id^=lightbox-] .content:hover > a.close {
    opacity: 1;
    transform: scale(1, 1);
}

[id^=lightbox-] .content:hover > .title {
    opacity: 1;
    transform: translateY(-3px);
}

[id^=lightbox-] .content:hover > .title::after {
    opacity: 1;
}

[id^=lightbox-] .content > * {
    transition: all 450ms ease-in-out;
}

[id^=lightbox-] .title {
    display: block;
    margin: 0;
    padding: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    font-size: 1.5em;
    opacity: 0;
}

[id^=lightbox-] .title::after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 350ms ease-in-out 250ms;
    opacity: 0;
    transform-origin: bottom;
    mix-blend-mode: soft-light;
}

[id^=lightbox-] img {
    max-height: 90vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    filter: blur(50px);
}

[id^=lightbox-] a.close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 0);
    opacity: 0;
    transform-origin: right top;
    text-decoration: none;
    color: #fff;
}

[id^=lightbox-] a.close::after {
    content: "X";
}

.gallery-header {
    text-align: center;
    margin: 30px 0;
}

.gallery-header h1 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.gallery-header p {
    color: #666;
    font-size: 1.0rem;
    max-width: 800px;
    margin: 0 auto;
}
.vh-50{height:50vh!important}
.vh-60{height:60vh!important}
.vh-70{height:70vh!important}
.vh-80{height:80vh!important}
.vh-90{height:90vh!important}
/* END GALLERY */

/* MAP ON WHERE */
.x-cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.x-head-comb{
    display: flex;
}

.x-head {
    margin-bottom: 30px;
}

.x-head small {
    color: #b08d4c;
    font-weight: 500;
}

.x-head h1 {
    font-size: 28px;
    margin-top: 5px;
    color: #333;
}

.intro-text {
    max-width: 500px;
    margin-left: auto;
    text-align: right;
    margin-bottom: 30px;
    font-size: 15px;
}

.x-tabs {
    display: flex;
    justify-content: space-between;
    background-color: #f1f0ec;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    overflow: hidden;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.tab:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(0,0,0,0.1);
}

.tab.active {
    background-color: #b08d4c;
    color: white;
}

.map-x-cont {
    position: relative;
    background-color: #f1f0ec;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.map {
    flex: 3;
    position: relative;
    min-width: 300px;
}

#map {
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.info-panel {
    flex: 1;
    background-color: white;
    border-radius: 8px;
    padding: 25px;
    margin-left: 20px;
    min-width: 250px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.info-panel h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #b08d4c;
    border-bottom: 2px solid #f1f0ec;
    padding-bottom: 10px;
}

.info-panel p {
    margin-bottom: 15px;
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
}

.photos {
    margin-top: 25px;
}

.photos h4 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 15px;
}

.photo-grid img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.photo-grid img:hover {
    transform: scale(1.03);
}

.more-images {
    text-align: right;
    font-size: 14px;
    color: #b08d4c;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
    transition: color 0.3s;
}

.more-images:hover {
    color: #95763f;
    text-decoration: underline;
}

.explore-btn {
    background-color: #b08d4c;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s;
    font-weight: 600;
    display: block;
    width: 100%;
    box-shadow: 0 2px 4px rgba(176,141,76,0.3);
}

.explore-btn:hover {
    background-color: #95763f;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(176,141,76,0.4);
}

/* Map Legend Styles */
.map-legend {
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    line-height: 1.5;
    font-size: 12px;
}

.legend-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.legend-color {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
}

/* Custom Map Popup Styles */
.custom-popup .leaflet-popup-content-wrapper {
    background: white;
    color: #333;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    border-left: 4px solid #b08d4c;
}

.custom-popup .leaflet-popup-content {
    margin: 12px;
    line-height: 1.6;
}

.custom-popup .leaflet-popup-tip {
    background: white;
}

.popup-title {
    color: #b08d4c;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.popup-button {
    background-color: #b08d4c;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
}

.popup-button:hover {
    background-color: #95763f;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
    .x-cont {
        padding: 20px 15px;
    }
    .leaflet-popup {
        width: 170px;
        max-height: 80px;
    }
    .leaflet-popup h3 {
        font-size: 13px;
    }
    .leaflet-popup p {
        font-size: 12px;
    }
    .map-legend{
        display: none;
    }
    .x-head-comb{
        display: block;
    }
    
    .x-head, .intro-text {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    
    .x-head h1 {
        font-size: 24px;
    }
    
    .x-tabs {
        flex-wrap: wrap;
    }
    
    .tab {
        padding: 10px 5px;
        font-size: 14px;
    }
    
    .map-x-cont {
        flex-direction: column;
        padding: 15px;
    }
    
    .map {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .info-panel {
        width: 100%;
        margin-left: 0;
    }
    
    #map {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .x-cont {
        padding: 15px 10px;
    }
    
    .x-head h1 {
        font-size: 20px;
    }
    
    .intro-text {
        font-size: 14px;
    }
    
    .tab {
        padding: 8px 5px;
        font-size: 12px;
    }
    
    .info-panel h3 {
        font-size: 18px;
    }
    
    #map {
        height: 300px;
    }
}
.vh-110 {
    height: 110vh!important;
}
/* END MAP ON WHERE */