@font-face {
    font-family: 'Futura LT Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Futura LT Regular'), url('../fonts/FuturaLT.woff') format('woff');
}
@font-face {
    font-family: 'Lucky Beauty';
    /* Give your font family a name */
    src: url('../fonts/LuckyBeauty.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Improves font loading performance */
}
:root {
    --font-primary: "Futura LT Regular", "Helvetica", Arial, sans-serif;
    --font-banner: "Lucky Beauty", "Helvetica", Arial, sans-serif;
    --bs-primary: #F4EFE7;
    --bs-secondary: #EDE2D1;
    --bs-primary-text: #99895F;
    --bs-banner-3-text: #83A8AD;
    --bs-primary-button: #BFB28F;
}
.btn-primary {
    --bs-btn-color: var(--bs-primary-text);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary-text);
    --bs-btn-hover-border-color: var(--bs-primary-text);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary-text);
    --bs-btn-active-border-color: var(--bs-primary-text);
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-primary-dark {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-primary-button);
    --bs-btn-border-color: var(--bs-primary-button);
}
html {
    scroll-behavior: smooth;
}
html,
body {
    font-family: var(--font-primary);
    font-size: 22px;
    height: 100%;
    background-color: var(--bs-primary) !important;
    margin: 0;
    padding: 0;
    color: var(--bs-primary-text);
}
.card-unit-type {
    background-color: var(--bs-secondary);
    min-height: 750px;
}
.full-height-center {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-bg-primary {
    background-image: url('../images/sand-texture.png') !important;
    background-color: transparent !important;
    color: var(--bs-primary-text) !important;
    border: none !important;
    border-radius: 0 !important;
}
.title {
    font-family: var(--font-banner);
    font-weight: 400;
    font-size: 90px;
    line-height: 70px;
    letter-spacing: 0px;
    color: var(--bs-primary);
}
.blue-title {
    color: var(--bs-banner-3-text);
}
.lg {
    color: var(--bs-banner-3-text);
    font-size: 50px;
    font-weight: 800;
    font-style: Italic;
}
.sm {
    color: var(--bs-banner-3-text);
    font-size: 30px;
    font-weight: 800;
}
.banner-2 {
    background-image: url('../images/banner-2.jpg') !important;
    background-color: transparent !important;
    background-size: cover;
    background-position: cover;
    padding: 20px 0;
    height: 650px;
}
.banner-2 .title {
    font-family: var(--font-banner);
    font-weight: 400;
    font-style: Italic;
    font-size: clamp(2rem, 5vw + 0.1rem, 4rem);
    line-height: 70px;
    letter-spacing: 0px;
    color: var(--bs-primary);
}
.banner-3 {
    background-image: url('../images/banner-3.png') !important;
    background-color: transparent !important;
    background-size: cover;
    background-position: cover;
    padding: 20px 20px;
    min-width: 300px;
}
.banner-3>div .link-amenities {
    color: var(--bs-banner-3-text);
    background-color: var(--bs-primary);
    border-radius: 50px;
    font-family: var(--font-banner);
    font-weight: 800;
    font-style: Italic;
    font-size: clamp(0.5rem, 1vw + .5rem, 1.0rem);
    line-height: 100%;
    letter-spacing: 0px;
    margin: 5px;
    padding:10px;
}
.text-field {
    height: 53px;
    background-color: var(--bs-secondary);
    /*color: var(--bs-primary-text);*/
}
.text-field:focus {
    background-color: var(--bs-secondary);
    border: none;
    box-shadow: none;
}
/* Style the carousel controls to be more visible on the light background */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--bs-primary-button);
    /* Solid "filled" circle */
    border-radius: 50%;
    padding: 1.25rem;
    background-size: 60%;
    /* Made new arrow slightly larger */
    background-repeat: no-repeat;
    background-position: center;
}
/* New "emptied" arrow for PREV button */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='10.5 3.5 5.5 8 10.5 12.5' /%3e%3c/svg%3e");
}
/* New "emptied" arrow for NEXT button */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='5.5 3.5 10.5 8 5.5 12.5' /%3e%3c/svg%3e");
}
.card-img-top
{
    border-radius: 0;
}
/* Sets the color and opacity for all elements with the class form-control */
.form-control::placeholder {
    /* Set your desired color here (e.g., a light gray) */
    color: var(--bs-primary-text);
    /* Ensures the color is displayed correctly in Firefox (which defaults to a lower opacity) */
    opacity: 0.5; 
}
/* --- Vendor Prefixes for Cross-Browser Compatibility --- */
/* For older WebKit-based browsers (Chrome, Safari) */
.form-control::-webkit-input-placeholder {
    color: var(--bs-primary-text);
    opacity: 0.5; 
}
/* For older versions of Firefox (18 and below) */
.form-control:-moz-placeholder {
    color: var(--bs-primary-text);
    opacity: 0.5; 
}
/* For current versions of Firefox (19 and above) */
.form-control::-moz-placeholder {
    color: var(--bs-primary-text);
    opacity: 0.5; 
}
/* For Microsoft Edge/IE (Edge now supports the standard ::placeholder, but this helps older versions) */
.form-control:-ms-input-placeholder {
    color: var(--bs-primary-text);
    opacity: 0.5; 
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-primary-text);
    pointer-events: none;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    opacity: 0.25;
}