:root {
    --color-light-gray: #D5D8D4;
    --color-medium-gray: #979996;
    --color-dark-gray: #616058;

    --color-blue-gray: #415963;
    --color-dark-blue: #13373F;
    --color-deep-blue: #0F2134;

    --color-green-gray: #415963;
    --color-dark-green: #37412B;

    --rethal-orange: #b16c3c;
}

/* Customize scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--color-light-gray);
}

::-webkit-scrollbar-thumb {
    background: var(--color-dark-gray);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-deep-blue);
}

h2 {
    text-transform: uppercase;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.hero-section {
    z-index: 3;
}

.hero-section.custom::after {
    background-color: rgba(0, 0, 0, 0.5);
    /* backdrop-filter: blur(1px); */
    /* background-color: rgb(0, 0, 0, 0.6); */
}

.modal-dialog.modal-form {
    max-width: 640px !important;
    width: 80vw !important;
}

.modal-dialog.modal-form form {
    padding: 30px;
}

.modal-dialog.modal-form form label.error {
    position: static;
}

.video-wrapper video {
    width: 100%;
    height: 73%;
}

.orthomosaic-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.orthomosaic-wrapper img {
    max-width: 840px;
}

/* .video-wrapper video {
    width: 100%;
    height: 100%;
} */

.custom.navigation.show-background {
    background-color: var(--color-dark-blue);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.custom.input-group {
    height: 100%;
}

body.has-loading-screen .page-wrapper:after {
    background-color: var(--color-dark-blue);
}

.bg-green {
    background-color: var(--color-dark-blue);
}



#amenities .icon-grid {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

#amenities .icon-item {
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}


#amenities {
    background-color: var(--rethal-orange);
    color: #fff;
}

#amenities .icon-item img {
    width: 100%;
    aspect-ratio: 1;
    max-width: 80px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 0.8;
}

#amenities .icon-item p {
    font-size: 14px;
    max-width: 120px;
    line-height: 1.5;
    opacity: 0.8;
}

@media (max-width: 768px) {
    #amenities .icon-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    #amenities .icon-item {
        gap: 6px;
    }

    #amenities .icon-item img {
        width: 100%;
        max-width: 60px;
    }

    #amenities .icon-item p {
        font-size: 12px;
    }
}

/* @media (max-width: 480px) {
    #amenities .icon-grid {
        grid-template-columns: 1fr;
    }
} */

#three-cards .card p {
    margin-top: 12px;
    margin-bottom: 58px;
}

#villas .stage .description h2 {
    font-size: 13px;
    padding-top: 12px;
    margin-bottom: 3px;
}

#villas .stage .icon {
    background-color: var(--color-dark-blue);
}

#resort {
    background-color: var(--color-dark-blue);
}

#resort figcaption {
    color: #fff;
}

#testimonials.container {
    padding-left: 0;
    padding-right: 0;
}

#partners .container {
    padding-left: 0;
    padding-right: 0;
}

#partners .owl-carousel {
    padding-left: 0;
    padding-right: 0;
}
#partners .logos .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;   
}
#partners .logo {
    padding-right: 40px;
}


#other-projects .logo-text {
    font-size: 14px;
    font-weight: 600;
}

#other-projects .clogo.framed {
    border-right: 0;
}
#page-footer .logo-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

@media (max-width: 767px) {
    #page-footer .logo-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

#page-footer img {
}


@media (max-width: 767px) {
    .navigation .right .navigation-links li {
        font-size: 19px;
    }
}

.visit-btn {
    background-color: #F0CF43 !important;
    opacity: 1 !important;
    border-radius: 1px;
    margin-left: 18px;
    color: black !important;
  }
  
.d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

#villas .villas-para {
    max-width: 530px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    #villas .villas-para {
        padding-bottom: 50px;
    }

    #villas .d-flex > img {
        width: 30px;
    }
}

#villas .villas-img {
    padding-bottom: 50px;
    padding-top: 20px;
}

#villas .gallery {
    padding-bottom: 20px;
    padding-top: 20px;
}

#villas .villas-col {
    padding-top: 60px;
}

@media (max-width: 767px) {
    #villas .villas-col {
        padding-top: 30px;
    }
}

#villas .villas-col h4 {
   height: fit-content;
}

.villas-title {
    margin-top: 70px;
}

@media (max-width: 767px) {
    #villas .villas-col h4 {
        font-size: 11px;
    }
}

#villas .bhk-row {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    #villas .bhk-row {
        padding-bottom: 70px;
    }
}

.layout-img {
    margin-left: -23px;
}

@media (max-width: 767px) {
    .layout-img {
        margin-left: 0;
    }
}

.resort-carousel img {
    padding-top: 30px;
}

figcaption {
    font-size: 9px;
    opacity: 0.8;
    font-style: italic;
    text-align: right;
    padding-right: 6px;
}

@media (max-width: 767px) {
    figcaption {
        font-size: 8px;
    }
}

.partner-logos {
    gap: 36px;
    margin-bottom: -17px;
}

.winsor-logo {
    border-right: 1px solid #fff;
    padding-right: 36px;
}

.jv-partner {
    margin-bottom: 25px;
}

.vblock {
    padding: 20px 0px;  
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vblock {
        padding: 20px 0px;  
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vblock {
        padding: 20px 0px;  
    }
}

@media (max-width: 767px) {
    .vblock {
        padding: 20px 0px;  
    }
}


.hero-slide figcaption {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
}

#park_layout .gallery .framed{
    margin: 4px;
}

#park_layout .d-flex {
    gap: 0;
}

@media (max-width: 767px) {
    #park_layout .gallery > .d-flex {
        flex-wrap: wrap;
    }

}

#park_layout {
    padding-top: 0;
    justify-items: center;
}


#park_layout .gallery-item {
    height: fit-content;
}

#parks {
    padding-bottom: 12px;
}

#contact .map-iframe {
    width: 80%;
    height: 300px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #contact .map-iframe {
        width: 100%;
    }
}

#species .species_grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}

#species h2 {
}

#species .species_card {
    position: relative;
}

#species .species_card h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    background-color: rgba(26, 26, 26, 0.769);
    padding: 6px;
    border-radius: 0px 100px 100px 0px;
    -webkit-border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
    -ms-border-radius: 0px 100px 100px 0px;
    -o-border-radius: 0px 100px 100px 0px;
}

#species .species_card img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    #species .species_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

#villas .framed {
    border-color: #f0d043c6 !important;
}

.mobile-visit-btn {
    z-index: 14;
    margin-right: 20px;
    padding: 10px 12px;
    display: none;
    position: absolute;
    font-size: 1.5rem;
    top: 15%;
    right: 0;
    border: 1px solid white;
    color: white;
}
@media (max-width: 767px) {
    .mobile-visit-btn {
        display: block;   
    } 
}

.villas_icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.villas_icon-grid .icon-item { /* 3 items in a row with margin */
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px;
    border: 12px solid rgba(0, 0, 0, 0.05);
}

.villas_icon-grid .icon-item img {
    width: 40px;
    aspect-ratio: 1;
    opacity: 0.6;
}


.villas_icon-grid .icon-item h4 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
