@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

html {
    background-color: #FFF;
}

.headerImg img {
    width: 100%;
    height: auto;
}

.comfortaa-font {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}


.header {
    color: #fff;
    padding: 0;
    position: absolute;
    margin: 3% 0 0 4%;
    z-index: 999;
}

.header h1 {
    color: #F67516;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 95px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.85);
}

.logo {
    margin: 0;
    padding: 0;
    margin: 3% 0 0 1%;
    max-width: 200px;
}

@media only screen and (max-width: 768px) {
    .logo {
        margin: 0;
        padding: 0;
        margin: 3% 0 0 1%;
        max-width: 100px;
    }
}

.logoShadow {
    margin: 0;
    padding: 0;
    margin: -10% 0 0 1%;
    max-width: 128px;
}


@media only screen and (max-width: 768px) {
    .logoShadow {
        margin: 0;
        padding: 0;
        margin: 3% 0 0 1%;
        max-width: 100px;
  }
}


p {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 1.7;
}

ul {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 21px;
    line-height: 1.7;
    color: #005086;
}

li {
    margin: 0px 0px 10px 0px;
}

h1 {
    color: #F67516;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    margin: 50px 0 20px;
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3 {
    color: #F67516;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    margin: 50px 0 20px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h4 {
    color: #005086;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    margin: 50px 0 20px;
    font-size: 25px;
    letter-spacing: 1px;
}


h3.formTitle {
    color: #005086;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    margin: 50px 0 20px;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: none;
}

.slide-fade-text {
    position: relative;
    transform: translateY(0);
    /* Start at the top */
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}

.text-container.scrolled .slide-fade-text {
    transform: translate(-50%, 100%);
    opacity: 0;
}

/* Initial states for both elements */
.slide-fade-text, .fade-in-text {
    transition: opacity 1s ease, transform 1s ease;
}

.slide-fade-text {
    opacity: 1;
    transform: translateY(0);
    /* Start position */
}

.fade-in-text {
    opacity: 0;
    /* Start hidden */
}

/* Slide down and fade out */
.scrolled .slide-fade-text {
    opacity: 0;
    /* Fade out */
    transform: translateY(100%);
    /* Moves to the bottom of the container */
}

/* Fade in */
.scrolled .fade-in-text {
    opacity: 1;
    /* Fade in */
}

/* Initial fade-in style for the image */
.fade-in-image {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Visible state for the image */
.fade-in-image.visible {
    opacity: 1;
}

.formBG {
    background-color: #C7E4F0;
    padding: 1% 0 6% 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}


.theButton {
    width: 150px;
    font-family: "Comfortaa", sans-serif;
    border-radius: 4px;
    background-color: #F67516;
    border: 1px solid #F67516;
    font-weight: 500;
    color: #FFF;
}

.theButton:hover {
    background-color: #A22235;
    border: 1px solid #A22235;
    color: #FFF;
}


footer {
    padding: 11% 0px 4% 0px;
    margin: 0px 0px 0px 0px;
    background-image: url('../images/footerBG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF;
    text-align: center;
    color: #FFF;
    font-family: "Comfortaa", sans-serif;
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 30% 0px 4% 0px;
        margin: 0px 0px 0px 0px;
        background-image: url('../images/footerBG.png');
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #FFF;
        text-align: center;
        color: #FFF;
        font-family: "Comfortaa", sans-serif;
    }

}

footer p {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
}

footer a {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #FFF;
    text-decoration: none;
}


.CBLogo {
    float: left;
    width: 100%;
    max-width: 128px;
    margin: 0px 0px 20px 0px;
}

@media only screen and (max-width: 768px) {
    .CBLogo {
        float: none;
        margin: 20px 0px 30px 0px;
    }
}

.RealtorLogo {
    float: right;
}

@media only screen and (max-width: 768px) {
    .RealtorLogo {
        float: none;
        margin: 0px 0px 30px 0px;
    }
}

p.copyrighttxt {
    color: #FFF;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Comfortaa", sans-serif;
}

a.theAddress {
    color: #FFF;
}


.custom-date-picker {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-date-picker input[type="text"],
.custom-date-picker input[type="date"] {
    width: 100%;
    padding: 8px 40px 8px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom-date-picker input[type="text"]::placeholder {
    color: #495057;
}

.custom-date-picker .calendar-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
}

.hideonDesktop {
    display: none;
}

@media only screen and (max-width: 768px) {
    .hideonDesktop {
        display: block;
    }
}

.hideonMobile {
    display: block;
}

@media only screen and (max-width: 768px) {
    .hideonMobile {
        display: none;
    }
}

.circle li {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.circleList li a {
    color: rgb(33, 37, 41);
    text-decoration: none;
}

.circleList li a:hover {
    color: #0d6efd;
    text-decoration: none;
}

ul.circle {
    font-family: "Comfortaa", sans-serif;
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0px 0px 40px 0px;
    font-size: 21px;
}

li {
    margin: 0px 0px 10px 0px;
}

ul.circle li:nth-child(1)::before {
    background-image: url("../images/arrow.png?v=8999");
}

ul.circle li:nth-child(2)::before {
    background-image: url("../images/arrowBlue.png?v=8999");
}

ul.circle li:nth-child(3)::before {
    background-image: url("../images/arrowRed.png?v=8999");
}

ul.circle li:nth-child(4)::before {
    background-image: url("../images/arrowGreen.png?v=8999");
}

ul.circle li:nth-child(5)::before {
    background-image: url("../images/arrowLtGreen.png?v=8999");
}

ul.circle li:before {
    content: '';
    padding-top: 15px;
    margin-left: -25px;
    position: absolute;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 0px solid #000;
    width: 20px;
    height: 25px;
}

.fb {
    width: 26px;
    height: 26px;
    margin: 0px 10px;
}


@media only screen and (max-width: 768px) {
    .fb {
        width: 26px;
        height: 26px;
        margin: -15px 10px auto auto;
    }
}


.icons {
    width: 85px;
    height: auto;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
}

@media only screen and (max-width: 768px) {
    .icons {
        width: 85px;
        height: auto;
        margin: 40px 0px 0px 0px;
        display: block;
        float: left;
    }
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    display: none;
    /* Hide by default */
}

.cookie-banner p {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
}

.cookie-btn {
    background-color: #F67516;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }

    .custom-date-picker {
        position: relative;
        width: 100%;
        background-color: #FFF;
    }

    .custom-date-picker .calendar-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
    }
}


input[type="date"]::-webkit-calendar-picker-indicator {
    background: #FFF;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

input[type="date"] {
    appearance: none;
    /* Ensures consistency across browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 16px;
    padding: 10px;
}

input::placeholder {
    color: #aaa;
    opacity: 1;
    /* Ensure placeholder is fully visible */
}

input:focus::placeholder {
    color: #ccc;
}


.custom-date-picker {
    position: relative;
}

input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.custom-date-picker {
    position: relative;
}

.placeholder-label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #444;
    pointer-events: none;
    font-size: 15px;
    transition: 0.2s ease-in-out;
    text-align: left;
}


*/ input:focus+.placeholder-label,
input:not(:placeholder-shown)+.placeholder-label {
    top: 22px;
    font-size: 15px;
    color: #aaa;
}

input[type="date"] {
    text-align: left;
    /* Align text to the left */
    appearance: none;
    /* Remove default styling for consistency */
    -webkit-appearance: none;
    /* Specific for Safari and iOS */
    padding-left: 10px;
    /* Optional: Add padding for better alignment */
    font-size: 15px;
    /* Optional: Ensure readability */
}


/* Hamburger Menu */
.hamburger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #FFF;
    padding: 5px 0px;
    border-radius: 3px;
}


@media only screen and (max-width: 768px) {
.hamburger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #FFF;
    padding: 10px 0px;
    border-radius: 3px;
    /* width: 53px; */
    }
}

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #F67516;
    border-radius: 2px;
    transition: 0.3s;
}

/* Overlay Navigation */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 80, 134, 0.95);
    /* Updated to #005086 */
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

@media only screen and (max-width: 768px) {
    .nav-overlay {
        justify-content: top;
    }
}

.nav-overlay.active {
    display: flex;
}

.overlay-content {
    text-align: center;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}


@media only screen and (max-width: 768px) {
.nav-list {
list-style: none;
padding: 0;
margin: -90px 0px 0px 0px;
text-transform: uppercase;
}
}



.nav-list li {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #F67516;
}

@media only screen and (max-width: 768px) {
    .nav-list li {
        margin: 10px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #F67516;
    }
}


.nav-list a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

@media only screen and (max-width: 768px) {
    .nav-list a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
}

.nav-list a:hover {
    color: #F67516;
    text-decoration: none;
}


.close-div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    border: 1px solid #FFF;
    top: 5%;
    right: 20px;
    background: rgba(0, 80, 134, 1);
    height: 50px;
    width: 50px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .close-div {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        border: 1px solid #FFF;
        top: 20px;
        right: 5px;
        background: rgba(0, 80, 134, 1);
        height: 33px;
        width: 30px;
        cursor: pointer;
    }
}




.close-btn {
    position: relative;
    background: none;
    border: none;
    color: #FFF;
    font-size: 50px;
    margin-top: -3px;
    }


@media only screen and (max-width: 768px) {
.close-btn {
    position: relative;
    background: none;
    border: none;
    color: #FFF;
    font-size: 33px;
    margin-top: -3px;
    }
}

/* Close button hover effect */
.close-btn:hover {
    color: #F67516;
}

.hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: #F67516;
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: #F67516;
}

.carousel-fade .carousel-item {
    transition: opacity 0.8s ease-in-out;
    /* Adjust the duration and easing */
}

.cta-button {
    border: 1px solid #F67516;
    color: #F67516;
    padding: 10px 20px;
    background-color: #FFF;
    margin: 30px 0px;
    text-transform: uppercase;
}


@media only screen and (max-width: 768px) {
    .cta-button {
        border: 1px solid #F67516;
        color: #F67516;
        padding: 10px 20px;
        background-color: #FFF;
        margin: 30px 0px;
        text-transform: uppercase;
    }
}

.cta-button:hover {
    border: 1px solid #F67516;
    padding: 10px 20px;
    background-color: #F67516;
    color: #FFF;
    margin: 30px 0px;
}

h2.secHdr {
    color: #005086;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    margin: 50px 0 20px;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 80px 0px 20px 0px;
}

@media only screen and (max-width: 768px) {
    h2.secHdr {
        font-size: 35px;
    }
}

.AmenitiesBG {
    background-image: url("../images/AmenitiesBg.jpg?v=99");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    height: 748px;
    /* Adjust the height to your needs */
}


    @media only screen and (max-width: 1200px) {
        .AmenitiesBG {
            background-image: url("../images/AmenitiesBg.jpg?v=99");
            background-attachment: initial;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 485px;
            }
        }
    
        @media only screen and (max-width: 600px) {
            .AmenitiesBG {
                background-image: url("../images/AmenitiesBg.jpg?v=99");
                background-attachment: initial;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                height: 316px;
                }
            }

.ResidencesBg {
    background-image: url("../images/ResidencesBg2.jpg?v=99");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    height: 748px;
    /* Adjust the height to your needs */
}


@media only screen and (max-width: 1200px) {
    .ResidencesBg {
        background-image: url("../images/ResidencesBg2.jpg?v=99");
        background-attachment: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 485px;
        }
    }

    @media only screen and (max-width: 600px) {
        .ResidencesBg {
            background-image: url("../images/ResidencesBg2.jpg?v=99");
            background-attachment: initial;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 316px;
            }
        }


.neighborhoodBG {
    background-image: url("../images/neighborhood_BG1.jpg?v=93339445");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 748px;
    /* Adjust the height to your needs */
}

@media only screen and (max-width: 1200px) {
    .neighborhoodBG {
        background-image: url("../images/neighborhood_BG1.jpg?v=959");
        background-attachment: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 485px;
        }
    }

    @media only screen and (max-width: 600px) {
        .neighborhoodBG {
            background-image: url("../images/neighborhood_BG1.jpg?v=59");
            background-attachment: initial;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 316px;
            }
        }

.overlay {
    display: flex;
    width: 100%;
}


.accordion-button::after {
    display: none !important;
}

.icnAccordion {
    border: 0px solid red;
    position: absolute;
    right: 10px;
}

.accordion-button {
    background-color: #0d6efd;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 1.7;
    /* Default closed color */
    color: #FFF;
    /* Text color when closed */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button[aria-expanded="true"] {
    background-color: #F67516;
    /* Open color */
    color: #FFF
    /* Text color when open */
    border-color: #a2c0eb;
    /* Optional: Add border for open state */
}

.accordion-button:focus {
    box-shadow: none;
    /* Optional: Remove default focus shadow */
}

.accordionHdr {
    margin: 50px auto;
}




.circleList li {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
    font-weight: 300;
}

ul.circleList {
    font-family: "Comfortaa", sans-serif;
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0px 0px 40px 0px;
    font-size: 21px;
}

li {
    margin: 0px 0px 10px 0px;
}

ul.circleList li::before {
    background-image: url("../images/arrow.png?v=8999");
}


ul.circleList li:before {
    content: '';
    padding-top: 15px;
    margin-left: -25px;
    position: absolute;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 0px solid #000;
    width: 20px;
    height: 25px;
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Makes all columns the same height */
}

.floorplan {
    position: relative;
    padding: 20px; /* Optional: Add padding for spacing */
    border: 1px solid #ddd; /* Optional: Add borders for clearer distinction */
    cursor: pointer!important;
    margin-bottom: 20px;
}


@media only screen and (max-width: 768px) {
    .floorplan {
        position: relative;
        padding: 20px; /* Optional: Add padding for spacing */
        border: 1px solid #ddd; /* Optional: Add borders for clearer distinction */
        min-height: auto;
        cursor: pointer!important;
        margin-bottom: 20px;
    }
}


/* .floorplan:hover {
    border: 1px solid #005086;
    cursor: pointer;
    box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 6px 5px 0px rgba(0,0,0,0.2);
} */

.floorplan a {
    text-decoration: none;
    color: #000;
}


    .unitInfo {
        bottom: 10px;
        position: relative;
        width: 100%;
        margin: auto;
    }


.unitInfo h4 {
    color: #005086;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    margin: 20px 0 0px;
    font-size: 22px;
    letter-spacing: 1px;
}

.unitInfo p {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 1.7;
}


.floorplan img {
    cursor: auto!important;
}

a.availBtn {
    border: 1px solid #FFF;
    background-color: transparent;
    position: absolute;
    top: 10%;
    right: 10%;
    color: #FFF;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    a.availBtn {
        border: 1px solid #FFF;
        background-color: transparent;
        position: absolute;
        top: 10%;
        right: 10%;
        color: #FFF;
        padding: 5px 25px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 200px;
        font-size: 14px;
    }
}


a.availBtn:hover {
    border: 1px solid #F67516;
    background-color: #F67516;
    position: absolute;
    color: #FFF;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

a.phoneBtn {
    border: 1px solid #FFF;
    background-color: transparent;
    position: absolute;
    top: 5%;
    right: 10%;
    color: #FFF;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    font-size: 16px;
}


@media only screen and (max-width: 768px) {
    a.phoneBtn {
        border: 1px solid #FFF;
        background-color: transparent;
        position: absolute;
        top: 20px;
        right: 10%;
        color: #FFF;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 150px;
        font-size: 14px;
    }
}


a.phoneBtn:hover {
    border: 1px solid #F67516;
    background-color: #F67516;
    position: absolute;
    color: #FFF;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.navLogo {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 150px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .navLogo {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 70px;
        height: auto;
    }
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0; /* This is necessary to maintain the aspect ratio */
    overflow: hidden;
    margin: 50px 0px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iconAccordion {
    width: 100%;
    max-width: 30px;
    height: auto;
    margin-left: -10px;
    margin-right: 20px;
}

a.downloadLink {
    background-color: #005086;
    color: #FFF;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.7;
    text-decoration: none;
    padding: 10px 19px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 10px auto;
    display: inline-block;
}


a.downloadLink:hover {
    background-color: #F67516;
    color: #FFF;
}


@media only screen and (max-width: 768px) {

    a.downloadLink {
        background-color: #005086;
        color: #FFF;
        font-family: "Comfortaa", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 15px;
        line-height: 1.7;
        text-decoration: none;
        padding: 10px 19px;
        border-radius: 4px;
        text-transform: uppercase;
        margin: 10px auto;
        display: block;

    }
    
    
    a.downloadLink:hover {
        background-color: #F67516;
        color: #FFF;
    }

}

.key {
    background-color: #F67516;
    position: fixed;
    border-radius: 4px 0px 0px 4px;
    top: 25%;
    right: 0px;
    z-index: 1000;
    padding: 5px 0px;
    border-radius: 5px 0px 0px 5px;
    padding: 5px 10px;
    box-shadow: -4px 7px 5px 0px rgba(0,0,0,0.23);
-webkit-box-shadow: -4px 7px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: -4px 7px 5px 0px rgba(0,0,0,0.23);
display: none;
}

.key img {
    height: 40px;
    width: 40px;
}

.btnPortal {
    border: 1px solid #F67516; 
    color: #FFF;
    background-color: #F67516;
    padding: 10px 20px;
    margin-top: -11px!important;
}

.btnPortal:hover {
    border: 1px solid #F67516; 
    color: #F67516;
    background-color: transparent;
}

.galleryImg {
    margin-bottom: 20px;
}

.category-btn.active {
    background-color: #F67516; /* Change to your preferred highlight color */
    color: white;
    border-color: #F67516; /* Optional: change border color */
}

 .custom-date-picker {
        position: relative;
      }
      .calendar-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
      }


      .floating-video-thumb {
        position: fixed;
        left: 0px;
        bottom: 80px;
        width: 300px;
        height: auto;
        z-index: 99;
        border-radius: 8px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.65);
        cursor: pointer;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
      }
      .floating-video-thumb:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 24px rgba(0,0,0,0.35);
      }
      @media (max-width: 767.98px) {
        .floating-video-thumb {
          width: 115px;
          right: 12px;
          bottom: 12px;
        }
      }