@font-face {
    font-family: 'FuturaStdLight';
    src: url('/fonts/futura-std-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('/fonts/Oswald-Light.ttf');
  font-display: swap;
}

/* 1. Global Reset & Variables */
:root {
    --main: #596770;
    --primary-blue: #5b7482;
    --dark-blue: #3d4f5b;
    --charcoal: #333333;
    --light-gray: #f8f9fa;
    --border-color: #dee2e6;
    --text-muted: #6c757d;
    --accent-red: #d9534f;
    --bg-map: #6c757d;
    --darker-blue: #212d85;
    --bs-body-font-size: 1rem;
    --bs-dark-rgb: 52, 58, 64;
}

body {
    font-family: 'Oswald', sans-serif;
    color: #212529;
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
}

/* For large screens */
.paragraph {
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.paragraph a{
        font-family: 'Oswald';
}

/* For medium screens */
@media (max-width: 991px) {
    .paragraph {
        font-size: 1.3rem;
    }
}

/* For small screens */
@media (max-width: 767px) {
    .paragraph {
        font-size: 1.1rem;
    }
}

.floor-plan-details td {
    font-size: 1.2rem;
    font-weight: 500;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.nav-link,
a,
.btn,
button,
.btn-uppercase {
    font-family: 'FuturaStdLight', sans-serif;
    font-weight: 700;
}

a {
    color: #0065d1;
}

.darker-blue {
    color: var(--darker-blue);
}

h1,
p {
    font-family: 'Oswald', sans-serif;
}

.futura {
    font-family: 'FuturaStdLight', sans-serif !important;
}

.oswald {
    font-family: 'Oswald', sans-serif !important;
}

.font-system-ui {
    font-family: system-ui !important;
}

p,.paragraph {
    font-size: 1.3rem;
    font-weight: 400;
}

h1 {
    font-weight: 300 !important;
}

.footer h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.gallery-card h3,
.gallery-card a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.gallery-card .card-title{
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 1.5;
}

/*.gallery-card*/
.btn:hover {
    color: inherit !important;
    background-color: inherit !important;
}

.section-title {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 32px;
}

.os-bold {
    font-weight: 700;
}

.os-medium {
    font-weight: 500;
}

.os-light {
    font-weight: 300;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.italic {
    font-style: italic;
}

.small {
    font-size: 0.85rem;
}

.tiny-text {
    font-size: 0.7rem;
}

.max-width-800 {
    max-width: 800px;
}

.btn-main {
    background-color: white;
    color: black;
    text-transform: none !important;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.btn-main:hover {
    color: var(--main);
}

.btn-secondary {
    background-color: var(--main);
    color: #fff;
    text-transform: none !important;
    letter-spacing: 1px;
    font-size: 20px;
    width: auto;
    padding: 12px 20px!important;
}
.btn-small{
background-color: var(--main);
    color: #fff;
    text-transform: none !important;
    letter-spacing: 1px;
    font-size:1rem;
    font-weight: 400;
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}


/* 2. Top Banner Section */
.top-banner {
    background-color: var(--main);
    z-index: 1050;
    font-family: 'FuturaStdLight', sans-serif;
}
.top-banner .h1{
    font-size: 2.2rem;
}
.top-banner h6 {
    font-size: 1.1rem;
    color: white;
}


.top-banner .btn-close {
    font-size: 1rem;
    opacity: 1;
}
.top-banner .btn-close{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
/* 3. Utility Nav Section */
.utility-nav {
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.utility-links a {
    font-size: 0.7rem;
    font-weight: 500;
    transition: color 0.3s;
}

.utility-links a:hover {
    color: #ccc !important;
}

/* 4. Main Navbar Section */
.main-navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-nav .nav-link {
    color: black !important;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    transition: color 0.3s;
    letter-spacing: 1px;
}

.navbar-nav .nav-link:hover {
}

.navbar .logo {
    max-width: 350px;
    max-height: 95px;
}

.btn-dark-blue {
    background-color: var(--dark-blue);
    border: none;
    color: #fff;
    font-size: 0.8rem;
    font-family: 'FuturaStdLight', sans-serif;
    letter-spacing: 0.5px;
}

/* 5. Hero Section */
.hero-section {
    max-height: 700px;
}

.hero-img {
    object-fit: cover;
    height: 700px;
    width: 100%;
}

.hero-cta .btn {
    font-family: 'FuturaStdLight', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* 6. Intro Section */
.btn-secondary-gray {
    background-color: #6c757d;
    color: #fff;
    border: none;
    font-family: 'FuturaStdLight', sans-serif;
    padding: 10px 40px;
}

.btn-secondary-gray:hover {
    background-color: #5a6268;
    color: #fff;
}

/* 7. Gallery Grid Section */
.gallery-card {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.gallery-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.card-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition: background 0.4s;
}

.gallery-card:hover .card-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
}

/* 8. Floor Plans Section */
.segmented-control-wrapper {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.segmented-control {
    display: inline-flex;
    flex-wrap: nowrap;
    border: 2px solid #000;
    border-radius: 50rem;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
}

.segmented-control .nav-link {
    color: #000;
    background: transparent;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 30px;
    height: 100%;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    white-space: normal;
}

.segmented-control .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
}

/* Optional: Vertical separator */
.segmented-control .nav-item:not(:last-child) .nav-link {
    border-right: 2px solid #000;
}

@media (max-width: 575px) {
    .segmented-control .nav-link {
        padding: 0.5rem;
    }
}

@media (max-width: 575px) {
    .segmented-control .nav-link {
        padding: 0.5rem;
    }
}

.floor-plan-details {
    background-color: #fff;
    width: fit-content;
}

.floor-plan-details table th {
    width: 40%;
    color: #888;
}

.floor-plan-details h3 {
    font-size: 2.8rem !important;
}

.btn-secondary-gray-dark {
    background-color: #6c757d;
    color: #fff;
}

.btn-primary-dark {
    background-color: #5b7482;
    color: #fff;
}

/* 9. Map & Contact Section */
.bg-dark-gray {
    background-color: var(--bg-map);
}

.contact-info-panel h2 {
    letter-spacing: 1px;
}

/* 10. Reviews Section */
.stars {
    color: #eebb11;
}

.avatar {
    border: 1px solid #eee;
}

.carousel-inner {
    margin: auto;
    max-width: 70%;
}

.reviews-quotes {
    font-size: 8rem;
    font-family: serif;
    line-height: 0.6;
    height: 30px;
}

.reviews-star-block {
    min-height: 75px;
}

.reviews-star-block .rating {
    --stars: 5;
    color: #e7711b;
}

.rating-stars {
    height: 25px;
    width: 125px;
}

.bi-person-fill {
    font-size: 2.5rem;
    transform: translateY(-5px);
}

/* 11. Final CTA Section */
.final-cta {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.final-cta .btn {
    border: 2px solid #fff;
    min-width: 200px;
    font-family: 'FuturaStdLight', sans-serif;
}

.final-cta .btn:hover {
    background: #fff;
    color: #000;
}

/* 12. Footer Section */

.footer {
    background-color: #f2f2f2;
    color:#212529;
    margin-top: 6rem;
}

footer .social-icons a {
    color: #000 !important;
    margin: 0 10px;
    transition: transform 0.3s;
    display: inline-block;
}

footer .social-icons a:hover {
    transform: translateY(-3px);
}

.bg-main {
    background-color: var(--main);
}

.badges img {
    max-width: 200px;
    height: fit-content;
}

/* Responsive Overrides */
@media (max-width: 1199.98px) {
    .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
}

@media (max-width: 991.98px) {
    .hero-img {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .utility-nav {
        padding: 10px 0;
    }

    .utility-links {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 5px;
    }

    .utility-links a {
        border-right: none !important;
        padding: 2px 8px !important;
    }

    .hero-img {
        height: 400px;
    }
}

@media (max-width: 575.98px) {
    .hero-img {
        height: 350px;
    }
}

.one-word-per-line {
    width: min-content;
    word-spacing: 100vw;
    word-break: keep-all;
}

#map .marker {
    height: 32px;
    width: 32px;
}

#map .property.marker {
    height: 40px;
    width: 40px;
}

.reviews-star-block .ratingBorder::after,
.reviews-star-block .rating::before {
    font-size: 30px !important;
}

.reviews-star-block .rating {
    width: calc(125px * (var(--stars, 5)/5)) !important;
}

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

.floorplan-link {
    color: #0073E6;
    font-family: 'FuturaStdLight', sans-serif;
    
}

.floorplan-link:hover {
    color: #0051A8;
    text-decoration: underline !important;
}

.max-width-1000 {
    max-width: 1000px;
}

/* Floorplan Image Styles */
.floorplan-img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.floorplan-img:hover {
    transform: scale(1.02);
}

/* Apply Now Page Styles */
.apply-description {
    line-height: 1.8;
}

.text-theme-blue {
    color: #0065d1 !important;
}

.apply-contact-btn {
    max-width: 250px;
}

.apply-form .form-control {
    border-radius: 2px !important;
    border: 1px solid #dee2e6;
    padding: 0.65rem 0.75rem;
    font-size: 0.95rem;
    color: #495057;
}

.apply-form .form-control::placeholder {
    color: #adb5bd;
}

.apply-form .form-control:focus {
    border-color: #8bb3c9;
    box-shadow: 0 0 0 0.2rem rgba(91, 116, 130, 0.25);
}

/* Get Directions Page */
.directions-input-wrap gmpx-place-autocomplete {
    width: 100%;
}

.directions-input-wrap:focus-within {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#g-map-direction-list b {
    color: #333;
}



.faq-items h2 {
    font-weight: 300 !important;
}
.font-system-ui a{
    font-family: system-ui !important;
}
/* Virtual Leasing Page Styles */
.step-by-step-banner {
    background-color: #8c8c8c;
    width: 100%;
}

.virtual-leasing-step-img {
    width: 240px;
    height: 240px;
    object-fit: contain;
    border-radius: 50%;
}


.border-top.border-secondary{
border-width: 30px !important;
}
/* Apartment Search New Layout Styles */
.apt-search-heading {
    font-weight: 300;
}

.pt-table {
    font-size: 0.9rem;
}

.pt-table thead tr {
    border-bottom: 2px solid #ddd !important;
}

.border-light-grey {
    border-color: #eee !important;
}

.btn-schedule {
    background-color: #6a747b;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-schedule:hover {
    background-color: #555d63;
    color: #fff;
}

/* Neighborhood Page Styles */
.neighborhood-card {
    background-color: transparent;
}

.neighborhood-card img {
    object-fit: cover;
}

.map-container-full-width {
    position: relative;
    overflow: hidden;
}

/* Contact Page Styles */
.btn-contact,
.btn-submit-contact {
    background-color: #6a747b;
    border: none;
    transition: all 0.2s ease-in-out;
}

.btn-contact:hover,
.btn-submit-contact:hover {
    background-color: #555d63;
    color: #fff;
}

.header-border {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.clickable-stars {
    cursor: pointer;
}

.rating-score {
    display: inline-block;
    border: none;
}

.rating-score:after {
    content: "";
    display: table;
    clear: both;
}

/* Modal Fade Animation */
.modal.fade {
    transition: opacity 0.4s linear;
}

.modal.fade .modal-dialog {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Carousel Scroll Effect */
#reviewCarousel .carousel-item {
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

/* Async Gallery Lightbox Styles */
.asyncGallery {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    transition: opacity 200ms, visibility 200ms;
}

.asyncGallery.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.asyncGallery__Item {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: opacity 200ms, visibility 200ms;
}

.asyncGallery__Item.is-visible {
    opacity: 1;
    visibility: visible;
}

.asyncGallery__ItemImage img {
    max-height: 80vh;
    display: block;
}

.asyncGallery__ItemDescription,
.asyncGallery__Loader {
    color: #fff;
}

.asyncGallery__Loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
    z-index: 100;
}

.asyncGallery__Loader.is-visible {
    display: block;
}

.asyncGallery button {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.asyncGallery__Close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODctMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}

.asyncGallery__Counter {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    right: 40px;
    bottom: 40px;
}

.asyncGallery__Dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    display: flex;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    list-style-type: none;
    z-index: 1000;
}

.asyncGallery__Dots button {
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 0;
    outline: 0;
    border-radius: 50%;
}

.asyncGallery__Dots li {
    opacity: 0.2;
    transition: opacity 200ms;
}

.asyncGallery__Dots li+li {
    margin-left: 10px;
}

.asyncGallery__Dots li.is-active {
    opacity: 1;
}

.asyncGallery__Next,
.asyncGallery__Prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 1000;
    transition: transform 200ms, opacity 200ms;
    transform: translateY(-50%);
}

.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
    opacity: 0.2;
    cursor: default;
}

.asyncGallery__Next:before,
.asyncGallery__Prev:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

.asyncGallery__Next {
    right: 40px;
}

.asyncGallery__Next:hover {
    transform: translateX(2px) translateY(-50%);
}

.asyncGallery__Next:before {
    transform: translate3d(-50%, -50%, 0);
}

.asyncGallery__Prev {
    left: 40px;
}

.asyncGallery__Prev:hover {
    transform: translateX(-2px) translateY(-50%);
}

.asyncGallery__Prev:before {
    transform: translate3d(-50%, -50%, 0) scale(-1);
}

@media screen and (max-width: 768px) {
    .asyncGallery__Close {
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .asyncGallery__Dots {
        bottom: 15px;
    }

    .asyncGallery__Counter {
        right: 15px;
        bottom: 15px;
        font-size: 12px;
    }

    .asyncGallery__Item {
        width: 100%;
    }

    .asyncGallery__ItemImage img {
        max-height: none;
        max-width: 100%;
    }

    .asyncGallery__ItemDescription {
        padding: 0 20px;
    }

    .asyncGallery__Next,
    .asyncGallery__Prev {
        display: none;
    }
}

/* Virtual Tours Styles */
.virtual-tour-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
    border-radius: 4px;
}

.virtual-tour-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.virtual-tour-card:hover img {
    transform: scale(1.05);
}

.virtual-tour-card .play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.virtual-tour-card:hover .play-btn-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #fff;
}

/* Virtual Tour Modal */
.modal-virtual-tour .modal-dialog {
    max-width: 90vw;
    margin: 1.75rem auto;
}

.modal-virtual-tour .modal-content {
    background: transparent;
    border: none;
}

.modal-virtual-tour .modal-header {
    border-bottom: none;
    padding: 0 0 10px 0;
}

.modal-virtual-tour .btn-close {
    background-color: #fff;
    opacity: 0.8;
    border-radius: 50%;
    padding: 10px;
}

.modal-virtual-tour .btn-close:hover {
    opacity: 1;
}

.modal-virtual-tour iframe {
    width: 100%;
    height: 75vh;
    border: none;
    border-radius: 4px;
}

/* Amenities Page Styles */
.amenities-list {
    list-style-type: disc;
    padding-left: 20px;
}

.amenities-list li {
    margin-bottom: 0.4rem;
}

.amenities-list li:hover {
    color: #000;
}

.see-more-btn {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    text-decoration: underline;
}

/* Scheduler */
.scheduler {
    text-align: center;
    margin: 20px 0;
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#scheduler-show {
    --bs-accordion-active-bg: var(--main) !important;
    --bs-accordion-active-color: white !important;
}

#scheduler-show.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.schedule-loader {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 30%;
    background-color: white;
    background-image: url('https://cdn.pixabay.com/animation/2022/07/29/03/42/03-42-05-37_512.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

.schedule-loader.hide {
    display: none;
}

.controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.date-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}

.schedule-info {
    text-align: center;
}

.schedule-controls {
    background-color: #f4f4f4;
    color: black;
    border: 1px solid black;
    padding: 0.5rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    min-width: 120px;
}

.control-text {
    padding: 10px;
    width: 80%;
}

.hider {
    background-color: #f4f4f4;
    color: black;
    border: 1px solid black;
    width: 200px;
    font-size: 14px;
    padding: 5px;
    margin: 30px;
    margin-bottom: 0;
}

.schedule-times {
    display: none;
    padding: 20px;
}

.schedule-times .time-title {
    width: 100%;
    text-align: center;
}

.schedule-times.show {
    display: block;
}

.schedule-times-field {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: none;
}

.schedule-date,
.schedule-time-button {
    background-color: #f4f4f4;
    color: black;
    border: 1px solid black;
    font-size: 18px;
    width: 120px;
    box-sizing: border-box;
    cursor: pointer;
}

.schedule-date {
    padding: 10px;
    background-color: white !important;
}

.schedule-date.active,
.schedule-time-button.active {
    font-weight: bold;
    color: var(--main) !important;
    border: 1px solid !important;
    border-color: var(--main) !important;
}

.schedule-date.active {
    border-top: 3px solid !important;
    ;
}

.schedule-controls[disabled],
.schedule-date.disabled {
    background-color: #c1c1c1 !important;
    ;
    color: #4c4c4c;
    border: 1px solid #4c4c4c;
}

.schedule-time-button {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-time-button input {
    accent-color: var(--main);
}

.schedule-time-button label {
    display: block;
    padding-left: 5px;
    flex: 1;
}

.schedule-confirm {
    padding: 15px;
    font-size: 18px;
    background-color: #f4f4f4;
    color: black;
    border: 1px solid black;
}

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

    .schedule-date,
    .schedule-time-button {
        width: 30%;
        font-size: 14px;
    }

    .schedule-confirm {
        font-size: 14px;
    }
}

/* Template Styling */
#scheduler .schedule-time-button,
#scheduler .hider,
#scheduler .schedule-controls {
    font-size: 16px;
    padding: 3px;
    margin: 2px;
    border-radius: 0.25rem;
    background: white;
    border-color: #6c757d;
}

.schedule-date {
    background: white;
    font-size: 16px;
    padding: 3px;
}

.schedule-date:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.schedule-date:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

#scheduler .hider {
    margin-top: 8px;
}

#scheduler .control-text {
    padding: 0;
}

#scheduler .schedule-time-button label {
    margin: 0;
}

#scheduler .schedule-times,
#scheduler .date-holder {
    padding: 5px;
}

#scheduler .schedule-times legend {
    font-size: 16px;
    margin-bottom: 5px;
}

#scheduler .scheduler {
    min-height: 150px;
    margin: 0;
    margin-top: 5px;
}

#scheduler {
    border: 1px solid #ced4da;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/*End Scheduler */

.btn-square-2 {
    border-radius: 0px;
    padding: 9px 40px 0;
    width: auto;
    min-width: 270px;
    background-color: var(--main);
    color: white;
    font-size: 18px;
}

.btn.btn-link.see-more-link {
    background: none !important;
    color: green !important;
    border: none !important;
    font-size: 1.2rem !important;
    display: block !important;
    margin-bottom: 1.5rem !important;
}

.see-more-link{
text-transform: uppercase;
}

.scrolling-wrapper{
    overflow-x: auto;
}