/*-- Use For Custom Styling --*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

h1 {
    font-size: 4rem;
}

a:hover {
    color: #f2c64d !important;
}

section,
.section-padding {
    position: relative;
    padding: 7.5rem 0;
}

@media (max-width: 768px) {
    #index-hero {
        padding: 3.5rem 0 0 0 !important;
    }
}

.heading-smaller {
    font-size: 3rem;
}

.rare-box {
    height: 195px;
    width: 100%;
    position: relative;
    left: 0.5rem;
    background: #f2c64d;
}

.image-about {
    top: -155px;
    margin-left: 30px;
    margin-bottom: -145px;
}

/*========================
   About Section && Get To Know Us Section
   =======================*/
#index-about {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.about-banner {
    padding-top: 6.2rem !important;
}
.about-max {
    max-width: 700px;
    margin: 0 auto;
}

.max-151 {
    max-width: 151px;
    margin: 0 auto;
}

.icon-hover-effect {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
/*
.icon-hover-effect:hover .laptop-icon, .icon-hover-effect:hover .chart-icon, .icon-hover-effect:hover .pencil-icon {
    transform: translateY(-20px);
    transition: 1s;
}*/

.about-padding {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #f2c64d;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding:hover {
    background-color: #161922;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-padding2 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #161922;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding2:hover {
    background-color: #f2c64d;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.line-padding2::before {
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    left: 10px;
}

.line-padding2::after {
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    right: 10px;
}

.icon {
    font-size: 40px;
    color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.text-gold {
    color: #f2c64d;
}

#get-to-know-us-section {
    background: url("../img/modern-pattern-bg.jpg") no-repeat center center;
}

#get-to-know-us-section h2 {
    z-index: 1;
}

#get-to-know-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.341
    ); /* Adjust color and opacity as needed */
    z-index: 0;
}

.team-section {
    background-color: white;
}
.team-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}
.team-intro h2 {
    margin-bottom: 1.5rem;
}
.team-member {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.team-member:last-child {
    border-bottom: none;
}
.team-photo {
    flex: 0 0 220px;
    width: 220px;
}
.team-photo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}
.team-content {
    flex: 1;
    min-width: 0;
}
.team-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}
.team-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    opacity: 0.8;
}
.team-bio p {
    margin: 0 0 0.75rem 0;
    line-height: 1.7;
}
.team-bio p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .team-member {
        flex-direction: column;
        gap: 1.5rem;
    }
    .team-photo {
        flex: 0 0 auto;
        width: 180px;
    }
    .team-photo img {
        height: 220px;
    }
}

/** Testimonials Section */

#testimonial-section {
    background: url("../img/testimonial-banner.jpeg") no-repeat center center;
    background-size: cover;
    position: relative;
}

#testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.827
    ); /* Adjust color and opacity as needed */
}

/* Testimonials Slider Layout */
.testimonials-slider-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px;
    overflow: hidden;
}

.testimonials-slider {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s ease;
    will-change: transform;
}

.testimonial-card {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: calc((100% - 1.5rem) / 2);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(242, 198, 77, 0.2);
}

/* Navigation Buttons */
.testimonial-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(242, 198, 77, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #161922;
    font-size: 20px;
}

.testimonial-nav-btn:hover:not(:disabled) {
    background-color: #f2c64d;
    transform: translateY(-50%) scale(1.1);
}

.testimonial-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.testimonial-prev {
    left: 10px;
}

.testimonial-next {
    right: 10px;
}

/* Pagination Dots */
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2rem;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonial-dot:hover {
    background-color: rgba(242, 198, 77, 0.6);
    transform: scale(1.2);
}

.testimonial-dot.active {
    background-color: #f2c64d;
    width: 32px;
    border-radius: 6px;
}

.testimonial-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
}

.testimonial-text {
    font-weight: 300;
    color: #e5e5e5d1;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 0;
}

.testimonial-box {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 400px;
    border-radius: 20px;
}

#testimonial-section h4 {
    font-weight: 400 !important;
}

#testimonial-section h3 {
    font-weight: 400 !important;
    font-size: 1em;
    font-family: "Special Gothic" !important;
}

#testimonial-section p {
    font-weight: 300;
    color: #e5e5e5d1;
}

.testimonial-icon {
    background-color: #f2c64d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Google Reviews Styling */
.testimonial-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.star-rating {
    display: inline-flex;
    gap: 2px;
}

.star-rating i {
    font-size: 14px;
}

.text-gold {
    color: #f2c64d !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.google-badge {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.google-badge:hover {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 767px) {
    .testimonials-slider-wrapper {
        padding: 0 60px;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .testimonial-prev {
        left: 5px;
    }

    .testimonial-next {
        right: 5px;
    }

    .testimonial-box {
        width: 100%;
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .testimonial-card {
        width: calc((100% - 1.5rem) / 2);
    }

    .testimonials-slider-wrapper {
        padding: 0 70px;
    }
}

#closing-location-section {
    background-color: #21362c;
    padding: 4rem 0;
}

/* Location Intro Box */
.location-intro-box {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    height: 100%;
    border: 1px solid rgba(242, 198, 77, 0.2);
}

.location-stats {
    margin-top: 2rem;
}

.stat-item {
    flex: 1;
    min-width: 80px;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Location Cards */
.location-card {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 15px;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid rgba(242, 198, 77, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Location Card with Map */
.location-card-with-map {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.location-map-container {
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
}

.location-map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(20%) contrast(1.1);
    transition: filter 0.3s ease;
}

.location-card-with-map:hover .location-map-container iframe {
    filter: grayscale(0%) contrast(1.2);
}

/* Blurred map for Coming Soon locations */
.location-map-blurred {
    position: relative;
}

.location-map-blurred iframe,
.location-card-with-map:hover .location-map-blurred iframe {
    filter: blur(5px) grayscale(70%) brightness(0.55) !important;
    pointer-events: none;
}

.location-map-blurred::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(33, 54, 44, 0.35);
    z-index: 5;
}

.location-card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.location-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f2c64d;
    transition: width 0.3s ease;
}

.location-card:hover {
    transform: translateY(-5px);
    border-color: rgba(242, 198, 77, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.location-card:hover::before {
    width: 8px;
}

/* Coming Soon Banner */
.location-coming-soon-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #f2c64d, #ffdd7a, #f2c64d);
    color: #21362c;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    z-index: 10;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.location-coming-soon-banner i {
    margin-right: 8px;
}

.location-card-sm {
    padding: 1rem;
}

.location-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.location-icon {
    width: 40px;
    height: 40px;
    background-color: #f2c64d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.location-icon i {
    color: #21362c;
    font-size: 1.2rem;
}

.location-city {
    color: #f2c64d;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.location-details {
    margin-top: 0.5rem;
}

.location-address {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.location-zip {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
}

/* Get Directions Button */
.location-directions-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: #f2c64d;
    color: #21362c;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: 1em;
    width: fit-content;
}

.location-directions-btn:hover {
    background-color: #21362c;
    color: #f2c64d !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(242, 198, 77, 0.3);
}

.location-directions-btn i {
    font-size: 1rem;
}

/* 5-Column Layout for Signing Locations */
@media (min-width: 992px) {
    .col-lg-5ths {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Small Location Cards (Signing Locations) */
.location-card-sm.location-card-with-map {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.location-map-sm {
    height: 150px;
    flex-shrink: 0;
}

.location-card-content-sm {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.location-card-content-sm .location-address {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.location-card-content-sm .location-zip {
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}

.location-card-content-sm .location-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.location-directions-btn-sm {
    padding: 8px 14px;
    font-size: 0.85rem;
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.location-directions-btn-sm i {
    font-size: 0.9rem;
}

/* Location CTA */
.location-cta {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(242, 198, 77, 0.2);
}

.btn-gold {
    background-color: #f2c64d;
    color: #21362c;
    border: 2px solid #f2c64d;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: #21362c;
    color: #f2c64d;
    border-color: #f2c64d;
    transform: translateY(-2px);
}

.btn-outline-gold {
    background-color: transparent;
    color: #f2c64d;
    border: 2px solid #f2c64d;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background-color: #f2c64d;
    color: #21362c !important;
    transform: translateY(-2px);
}

/* utilities */

.form-control {
    height: auto !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.text-xs {
    font-size: 0.65rem;
    line-height: 1.5em;
}

/* Responsive Design */
@media (max-width: 768px) {
    #closing-location-section {
        padding: 2rem 0;
    }

    .location-card {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }

    .location-card-with-map {
        padding: 0;
    }

    .location-card-with-map .location-card-content {
        padding: 1.25rem;
    }

    .location-map-container {
        height: 180px;
    }

    .location-card-sm {
        padding: 1rem;
    }

    .location-card-sm.location-card-with-map {
        padding: 0;
    }

    .location-card-sm .location-card-content-sm {
        padding: 1rem;
    }

    .location-map-sm {
        height: 140px;
    }

    .location-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1rem;
    }

    .location-card-with-map .location-header {
        flex-direction: row;
        text-align: left;
        margin-bottom: 1rem;
    }

    .location-icon {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }

    .location-card-with-map .location-icon {
        margin-right: 1rem;
        margin-bottom: 0;
    }

    .location-city {
        font-size: 1.2rem;
    }

    .location-address {
        font-size: 0.95rem;
    }

    .location-directions-btn,
    .location-directions-btn-sm {
        width: 100%;
        justify-content: center;
    }

    .stat-item {
        min-width: 70px;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .location-cta {
        padding: 1.5rem;
    }

    .btn-gold,
    .btn-outline-gold {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .btn-gold.me-3 {
        margin-right: 0 !important;
    }
}

@media (max-width: 576px) {
    .location-stats {
        flex-direction: column;
        gap: 1rem !important;
    }

    .stat-item {
        min-width: auto;
    }

    .location-card {
        padding: 1rem;
    }

    .location-card-with-map {
        padding: 0;
    }

    .location-card-with-map .location-card-content {
        padding: 1rem;
    }

    .location-map-container {
        height: 160px;
    }

    .location-map-sm {
        height: 130px;
    }

    .location-card-sm {
        padding: 0.75rem;
    }

    .location-card-sm.location-card-with-map {
        padding: 0;
    }

    .location-card-sm .location-card-content-sm {
        padding: 0.85rem;
    }

    .location-card-content-sm .location-address {
        font-size: 0.85rem;
    }

    .location-card-content-sm .location-zip {
        font-size: 0.75rem;
    }

    .location-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .location-directions-btn,
    .location-directions-btn-sm {
        font-size: 0.8rem;
        padding: 7px 12px;
    }
}

/* Legacy styles for backward compatibility */
.location-box {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    height: 100%;
}

.location-item {
    padding: 1rem;
    border-left: 3px solid #f2c64d;
    transition: all 0.3s ease;
}

.location-item:hover {
    background-color: rgba(242, 198, 77, 0.1);
    transform: translateX(5px);
}

.location-item h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

/* Contact Us — office cards */
.contact-offices {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-office-card {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.contact-office-card p {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 300;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.contact-office-card p i {
    color: #f2c64d;
    margin-top: 3px;
    flex-shrink: 0;
    font-size: 0.85rem;
}

.contact-office-card a {
    color: #ffffff;
    text-decoration: none;
}

.contact-office-card a:hover {
    color: #f2c64d;
}

.contact-office-name {
    color: #f2c64d;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.35rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-office-email {
    width: 100%;
}

/* Need a Different Location — CTA proportions */
.location-cta-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.location-cta-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.location-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}

@media (max-width: 768px) {
    .contact-offices {
        flex-direction: column;
        gap: 1rem;
    }

    .location-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .location-cta-buttons .btn-gold,
    .location-cta-buttons .btn-outline-gold {
        width: 100%;
        max-width: 320px;
    }
}

.location-item p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.location-item .text-gold {
    font-weight: 500;
}

.locations-button {
    background-color: #f2c64d;
    padding: 0.3rem;
    border-radius: 20px;
    width: auto;
}

.locations-button:hover {
    background-color: #161922;
    transition: ease-in-out 0.3s;
}

.locations-hero-img-container {
    position: relative;
}

.locations-hero-img-container::before {
    content: "";
    background-color: #f2c64d;
    position: absolute;
    top: 25%;
    left: -25px;
    width: 75%;
    height: 80%;
    border-radius: 20px;
    z-index: 0;
}

.locations-hero-img {
    position: relative;
    z-index: 1;
}

#fiat-cash-section {
    background-color: #fff;
    padding: 6rem 0;
}

.exchange-label {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background-color: #f2c64d38;
    color: #21362c;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.currency-converter-box {
    max-width: 500px;
    margin: 0 auto;
}

.currency-input {
    background-color: #f2c64d38;
    border-radius: 15px;
    overflow: hidden;
}

.currency-select {
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.currency-select:hover {
    background-color: #f8f9fa;
}

.currency-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.currency-code {
    font-weight: 500;
    font-size: 1.1rem;
}

.amount-input {
    display: flex;
    align-items: center;
}

.currency-symbol {
    color: #666;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.currency-amount {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    outline: none;
}

.currency-amount:read-only {
    color: #666;
}

.currency-dropdown {
    width: 100%;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.currency-dropdown .dropdown-item {
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease;
}

.currency-dropdown .dropdown-item:hover {
    background-color: #f2c64d38;
}

.currency-dropdown .currency-flag {
    width: 20px;
    height: 20px;
}

.currency-select {
    position: relative;
    cursor: pointer;
}

.currency-select .fa-chevron-down {
    transition: transform 0.3s ease;
}

.currency-select[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.currency-select.btn {
    background: none;
    border: none;
    padding: 1rem;
    text-align: left;
    width: 100%;
}

.currency-select.btn:focus,
.currency-select.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.custom-dropdown {
    position: relative;
    background: #fff;
}

.dropdown-trigger {
    cursor: pointer;
    background: #f2c64d38;
    transition: background-color 0.3s ease;
}

.dropdown-trigger:hover {
    background-color: #f8f9fa;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.custom-dropdown.active .dropdown-content {
    display: block;
}

.custom-dropdown.active .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f2c64d38;
}

.fa-chevron-down {
    transition: transform 0.3s ease;
}

/* Side Nav */

.side-nav-menu a {
    font-size: 2.5em !important;
}

/* Utility Classes */

.fs-1 {
    font-size: 16px !important;
}

.fs-2 {
    font-size: 1.25rem;
}

.fs-3 {
    font-size: 1.5rem;
}

.fs-4 {
    font-size: 1.75rem;
}

.fs-5 {
    font-size: 2rem;
}

.fs-6 {
    font-size: 2.25rem;
}

.gap-5 {
    gap: 5rem;
}

.img-wrapper {
    background-color: #f2c64d;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.img-wrapper img {
    border-radius: 15px;
    transition: all 0.3s ease;
}

.img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(242, 198, 77, 0.2);
}

.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-headline {
    position: absolute;
    bottom: 25%;
    left: 65px;
    z-index: 2;
    color: white;
}

.hero-headline h1,
h2 {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

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

.fw-black {
    font-weight: 900;
}

@media (max-width: 768px) {
    .hero-headline {
        top: 5%;
        left: 30px;
    }

    .video-background {
        width: 100%;
        height: 80vh;
        overflow: hidden;
    }

    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(0.9);
        transform-origin: center center;
    }

    .hero-headline h1,
    h2 {
        font-size: 2rem;
    }

    .page-title {
        height: 300px;
        margin-top: 80px;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }
}

/** Circles CSS **/

.cta-circles {
    padding: 60px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.circle-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.circle-link:hover {
    transform: translateY(-10px);
    text-decoration: none;
}

.circle-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.circle-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 1;
}

.circle-link:hover .circle-icon::after {
    transform: scale(1);
    z-index: 2;
}

.yellow-bg {
    background: linear-gradient(135deg, #ffb347 0%, #ffcc33 100%);
    box-shadow: 0 10px 20px rgba(255, 179, 71, 0.2);
}

.blue-bg {
    background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);
    box-shadow: 0 10px 20px rgba(0, 102, 204, 0.2);
}

.circle-icon svg {
    width: 60px;
    height: 60px;
    z-index: 1;
}

.circle-link h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.circle-link:hover h3 {
    color: #0066cc;
}

/* CTA Circles Flexbox Layout with Connecting Lines */
.cta-circle-item {
    position: relative;
}

/* Line between first and second circle */
.cta-circle-first::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffb347, #0066cc);
    z-index: 1;
}

/* Line between second and third circle */
.cta-circle-middle::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0066cc, #ffb347);
    z-index: 1;
}

/* Hide connecting lines on mobile */
@media (max-width: 768px) {
    .cta-circle-first::after,
    .cta-circle-middle::after {
        display: none;
    }

    .circle-icon {
        width: 150px;
        height: 150px;
    }

    .circle-icon svg {
        width: 45px;
        height: 45px;
    }

    .circle-link h3 {
        font-size: 16px;
    }
}

.social-link svg {
    width: 24px !important;
    height: 24px !important;
}
.social-link.linkedin svg {
    width: 18px !important;
    height: 18px !important;
}

/* Blog Styles */
.blog-section {
    background-color: #21362c;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(242, 198, 77, 0.2);
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 25px;
    background: #ffffff;
}

.blog-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.blog-meta span {
    margin-right: 15px;
}

.blog-meta i {
    color: #f2c64d;
    margin-right: 5px;
}

.blog-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #21362c;
    font-family: "Oswald", sans-serif;
    line-height: 1.4;
}

.blog-excerpt {
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.blog-card .btn {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .blog-image {
        height: 200px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-excerpt {
        font-size: 14px;
    }
}

/* Single Post Styles */
.blog-single {
    background-color: #21362c;
    color: #ffffff;
}

.blog-single-post {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.blog-single-post .post-image {
    position: relative;
    margin: -30px -30px 30px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.blog-single-post .post-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.blog-single-post .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

.blog-single-post .post-meta span {
    margin-right: 20px;
    font-size: 14px;
}

.blog-single-post .post-meta i {
    color: #f2c64d;
    margin-right: 5px;
}

.blog-single-post .post-content {
    color: #e5e5e5;
}

.blog-single-post .post-content .lead {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #ffffff;
}

.blog-single-post h2,
.blog-single-post h3,
.blog-single-post h4 {
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    margin: 2rem 0 1rem;
}

.blog-single-post h2 {
    font-size: 2rem;
}

.blog-single-post h3 {
    font-size: 1.75rem;
}

.blog-single-post h4 {
    font-size: 1.5rem;
}

.blog-single-post p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.blog-single-post ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.blog-single-post ul li {
    margin-bottom: 0.5rem;
    position: relative;
}

.blog-single-post blockquote {
    background: rgba(242, 198, 77, 0.1);
    border-left: 4px solid #f2c64d;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 0 15px 15px 0;
}

.blog-single-post blockquote p {
    font-size: 1.2rem;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 0;
}

.post-share {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.post-share span {
    margin-right: 1rem;
    font-weight: 500;
}

.post-share .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.post-share .social-link:hover {
    background: #f2c64d;
    color: #21362c !important;
}

/* Sidebar Styles */
.blog-sidebar {
    position: sticky;
    top: 30px;
}

.sidebar-widget {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.widget-title {
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
}

.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #f2c64d;
}

.search-widget .input-group {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    overflow: hidden;
    padding: 5px;
}

.search-widget input {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
}

.search-widget input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-widget .btn {
    border-radius: 25px;
    padding: 10px 20px;
}

.recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.recent-post-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}

.recent-post-content h4 {
    font-size: 16px;
    margin: 0 0 5px;
}

.recent-post-content h4 a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.recent-post-content h4 a:hover {
    color: #f2c64d !important;
}

.recent-post-content .date {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.recent-post-content .date i {
    color: #f2c64d;
    margin-right: 5px;
}

.categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories li {
    margin-bottom: 15px;
}

.categories li:last-child {
    margin-bottom: 0;
}

.categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.categories a:hover {
    background: rgba(242, 198, 77, 0.1);
    transform: translateX(5px);
    color: #f2c64d !important;
}

.categories span {
    background: rgba(242, 198, 77, 0.1);
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .blog-single-post {
        padding: 20px;
    }

    .blog-single-post .post-image {
        margin: -20px -20px 20px;
    }

    .blog-single-post .post-image img {
        height: 300px;
    }

    .blog-single-post h2 {
        font-size: 1.75rem;
    }

    .blog-single-post h3 {
        font-size: 1.5rem;
    }

    .blog-single-post h4 {
        font-size: 1.25rem;
    }

    .blog-single-post blockquote {
        padding: 1.5rem;
    }
}

/* Body padding for sticky header */
body {
    padding-top: 70px;
    margin-top: 0;
    transition: padding-top 0.3s ease;
}

/* Reduce body padding when header is scaled */
body.header-scaled {
    padding-top: 55px;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }

    body.header-scaled {
        padding-top: 50px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 55px;
    }

    body.header-scaled {
        padding-top: 45px;
    }
}

/* Header Flexbox Layout */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #21362c;
    transition: all 0.3s ease;
}

.sticky-header .inner-header {
    background-color: #21362c;
    padding: 5px 25px 15px 25px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    max-width: none;
}

/* Header scaling when scrolling */
.sticky-header .inner-header.header-appear {
    padding: 2px 25px 8px 25px;
}

.sticky-header .inner-header.header-appear .header-container {
    min-height: 45px;
}

.sticky-header .inner-header.header-appear .navbar-brand img {
    width: 100px;
    transition: all 0.3s ease;
}

.sticky-header .inner-header.header-appear .sidemenu_btn {
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
    margin-right: 2em;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    background-color: #21362c;
    transition: all 0.3s ease;
    max-width: none;
    margin: 0;
    padding: 0;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-links {
    display: flex;
    gap: 8px;
    align-items: center;
}

.social-link-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #161922;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    background-color: #f2c64d;
    transform: translateY(-2px);
}

.social-link svg {
    width: 20px;
    height: 20px;
}

.sidemenu_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
    padding: 4px;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidemenu_btn span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    margin: 2px 0;
    transition: 0.5s ease;
}

.sidemenu_btn:hover span {
    background-color: #f2c64d;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

/* Override the original header styles that move hamburger to left */
.sticky-header .header-appear .sidemenu_btn,
.sticky-header .sidemenu_btn {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin-right: 2em;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
    padding: 4px;
}

/* Disable slide down fade animation */
.sticky-header .inner-header.header-appear {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}

.sticky-header .sidemenu_btn span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    margin: 2px 0;
    transition: 0.5s ease;
}

.sticky-header .sidemenu_btn:hover span {
    background-color: #f2c64d;
}

.sticky-header .sidemenu_btn:hover span:first-child,
.sticky-header .sidemenu_btn:hover span:last-child {
    width: 70%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sticky-header .inner-header {
        padding: 5px 15px 10px 15px;
        width: 100%;
        max-width: none;
    }

    .sticky-header .inner-header.header-appear {
        padding: 2px 15px 8px 15px;
    }

    .header-container {
        min-height: 50px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .header-right {
        gap: 15px;
    }

    /* Ensure full width on mobile */
    .sticky-header,
    .sticky-header .inner-header,
    .sticky-header .header-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .sticky-header .inner-header {
        padding: 5px 10px 8px 10px;
        width: 100%;
        max-width: none;
    }

    .sticky-header .inner-header.header-appear {
        padding: 2px 10px 6px 10px;
    }

    .header-container {
        min-height: 45px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .header-right {
        gap: 10px;
    }

    /* Ensure full width on very small screens */
    .sticky-header,
    .sticky-header .inner-header,
    .sticky-header .header-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;

        box-sizing: border-box !important;
    }
}

/* Agent Form Styles */

.agent-form-section {
    background: #21362c;
    min-height: 100vh;
    padding: 0;
}

.form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h1 {
    color: #21362c;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
}

.form-header p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #21362c;
    font-size: 1rem;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
}

.form-control:focus {
    border-color: #f2c64d;
    box-shadow: 0 0 0 3px rgba(242, 198, 77, 0.1);
    outline: none;
}

.form-control.textarea {
    min-height: 120px;
    resize: vertical;
}

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.radio-option:hover {
    border-color: #f2c64d;
}

.radio-option input[type="radio"] {
    margin: 0;
    accent-color: #f2c64d;
    width: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}

.radio-option input[type="radio"]:checked + label {
    color: #f2c64d;
    font-weight: 600;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.checkbox-group input[type="checkbox"] {
    margin: 0;
    margin-top: 2px;
    accent-color: #f2c64d;
    width: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}

.checkbox-group label {
    margin: 0;
    line-height: 1.4;
}

.checkbox-group a {
    color: #f2c64d;
    text-decoration: underline;
}

.checkbox-group a:hover {
    color: #21362c;
}

.submit-btn {
    background: #f2c64d;
    color: #21362c;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #21362c;
    color: #f2c64d;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-title {
    color: #21362c;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.required {
    color: #e74c3c;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
button[type="submit"].submitting {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Add spinner animation */
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .form-container {
        margin: 20px;
        padding: 30px 20px;
    }

    .form-header h1 {
        font-size: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .radio-group {
        flex-direction: column;
        gap: 10px;
    }

    .agent-form-section {
        padding: 0;
    }
}

.success-message {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
}

/* Image preview styling */

.social-media-designs {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
}

.social-media-designs:hover {
    transform: scale(1.02);
    border-color: #21362c;
}

.social-media-designs.enlarged {
    width: 100% !important;
    max-width: 800px;
    height: auto;
    transform: scale(1.5);
    border-color: #21362c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-preview-container .click-hint {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    transition: opacity 0.3s ease;
}

.image-preview-container.enlarged .click-hint {
    opacity: 0;
}

/* Content Images in Blog Posts */
.content-image {
    margin: 2rem 0;
    text-align: center;
}

.content-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.content-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.image-caption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
    text-align: center;
}

@media (max-width: 768px) {
    .content-image {
        margin: 1.5rem 0;
    }

    .content-image img {
        border-radius: 6px;
    }

    .image-caption {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }
}

/* Locations Hub Section */
.locations-hub-section {
    background-color: #21362c;
    padding: 4rem 0;
}

/* Location Accordion */
.location-accordion-item {
    background-color: rgba(90, 90, 90, 0.278);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(242, 198, 77, 0.1);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.location-accordion-item:hover {
    border-color: rgba(242, 198, 77, 0.3);
}

.location-accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.location-accordion-icon {
    width: 40px;
    height: 40px;
    background-color: #f2c64d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 1rem;
}

.location-accordion-icon i {
    color: #21362c;
    font-size: 1.1rem;
}

.location-accordion-heading {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.location-accordion-title {
    color: #f2c64d;
    font-size: 1.15rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.location-accordion-badge {
    background-color: #f2c64d;
    color: #21362c;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}

.location-accordion-tagline {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    margin-top: 0.15rem;
}

.location-accordion-chevron {
    color: #f2c64d;
    font-size: 1.3rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.location-accordion-header[aria-expanded="true"] .location-accordion-chevron {
    transform: rotate(180deg);
}

.location-accordion-body {
    display: flex;
    gap: 1.5rem;
    padding: 0 1.5rem 1.5rem;
}

.location-accordion-map {
    flex: 0 0 320px;
    width: 320px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.location-accordion-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.location-accordion-desc {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.location-accordion-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
}

.location-accordion-item-coming-soon .location-accordion-title {
    color: #ffffff;
}

@media (max-width: 767px) {
    .location-accordion-body {
        flex-direction: column;
    }

    .location-accordion-map {
        width: 100%;
        flex: 0 0 auto;
    }

    .location-accordion-header {
        padding: 1rem;
    }
}

/* Team Member Detail Page Styles */
.team-detail-section {
    background-color: #ffffff;
}

.team-breadcrumb {
    margin-bottom: 2rem;
}

.team-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.team-breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
}

.team-breadcrumb .breadcrumb-item a {
    color: #21362c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-breadcrumb .breadcrumb-item a:hover {
    color: #f2c64d !important;
}

.team-breadcrumb .breadcrumb-item.active {
    color: #666;
}

.team-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #999;
}

.team-detail-card {
    display: flex;
    gap: 3rem;
    padding: 2.5rem;
    background: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.team-detail-photo {
    flex: 0 0 300px;
    width: 300px;
}

.team-detail-photo img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-detail-content {
    flex: 1;
    min-width: 0;
}

.team-detail-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: #21362c;
    margin: 0 0 0.5rem 0;
    font-family: "Oswald", sans-serif;
}

.team-detail-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #f2c64d;
    margin: 0 0 1.5rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-detail-bio {
    color: #444;
    line-height: 1.8;
}

.team-detail-bio p {
    margin: 0 0 1rem 0;
}

.team-detail-bio p:last-child {
    margin-bottom: 0;
}

.team-detail-back {
    margin-top: 2rem;
    text-align: center;
}

.team-detail-back .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Other Team Members Grid */
.other-team-members {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e5e5;
}

.other-team-members h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-family: "Oswald", sans-serif;
    font-size: 1.75rem;
}

.team-members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.team-member-card {
    display: block;
    background: #f9f9f9;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.team-member-card-photo {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.team-member-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-member-card:hover .team-member-card-photo img {
    transform: scale(1.05);
}

.team-member-card-info {
    padding: 1rem;
    text-align: center;
}

.team-member-card-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #21362c;
    margin: 0 0 0.25rem 0;
    font-family: "Oswald", sans-serif;
}

.team-member-card-info p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

/* Team Member Link on About Page */
.team-member-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #f2c64d;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.team-member-link:hover {
    color: #21362c !important;
    text-decoration: none;
}

.team-member-link i {
    transition: transform 0.3s ease;
}

.team-member-link:hover i {
    transform: translateX(3px);
}

/* Responsive Styles for Team Detail */
@media (max-width: 991px) {
    .team-members-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-detail-card {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .team-detail-photo {
        flex: 0 0 auto;
        width: 200px;
        margin: 0 auto;
    }

    .team-detail-photo img {
        height: 250px;
    }

    .team-detail-content {
        text-align: center;
    }

    .team-detail-name {
        font-size: 2rem;
    }

    .team-detail-title {
        font-size: 1rem;
    }

    .team-detail-bio {
        text-align: left;
    }

    .team-members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .team-member-card-photo {
        height: 150px;
    }

    .team-member-card-info {
        padding: 0.75rem;
    }

    .team-member-card-info h4 {
        font-size: 0.9rem;
    }

    .team-member-card-info p {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .team-members-grid {
        grid-template-columns: 1fr 1fr;
    }

    .team-member-card-photo {
        height: 130px;
    }
}

/* Location Detail Page (reuses .team-detail-* layout) */
.location-detail-map {
    flex: 0 0 380px;
    width: 380px;
    position: relative;
}

.location-detail-map-container {
    height: 100%;
    min-height: 320px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.location-detail-bullets {
    list-style: none;
    padding-left: 0;
    margin: 1.25rem 0;
}

.location-detail-bullets li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.75rem;
    color: #21362c;
    font-size: 1rem;
}

.location-detail-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: #f2c64d;
}

.location-detail-address {
    border-top: 1px solid #e5e5e5;
    padding-top: 1.25rem;
}

.location-detail-address .location-address {
    color: #21362c;
    font-weight: 600;
}

.location-detail-address .location-zip {
    color: #666;
    margin-bottom: 1rem;
}

/* Other Locations Grid (reuses .team-member-card layout) */
.location-other-card-map {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #21362c;
}

.location-other-card-map i {
    color: #f2c64d;
    font-size: 2rem;
}

.location-other-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f2c64d;
    color: #21362c;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .location-detail-map {
        width: 100%;
        height: 220px;
    }

    .location-detail-map-container {
        min-height: 220px;
    }
}

/* About Page Team Grid Layout */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.team-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.team-card-photo {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

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

.team-card:hover .team-card-photo img {
    transform: scale(1.08);
}

.team-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 54, 44, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .team-card-overlay {
    opacity: 1;
}

.view-bio-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    background: #f2c64d;
    color: #21362c;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.view-bio-btn i {
    transition: transform 0.3s ease;
}

.team-card:hover .view-bio-btn i {
    transform: translateX(4px);
}

.team-card-info {
    padding: 1.25rem;
    text-align: center;
    background: #fff;
}

.team-card-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #21362c;
    margin: 0 0 0.35rem 0;
    font-family: "Oswald", sans-serif;
}

.team-card-title {
    font-size: 0.9rem;
    color: #f2c64d;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Team Grid */
@media (max-width: 1200px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 991px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    .team-card-photo {
        height: 240px;
    }

    .team-card-name {
        font-size: 1.05rem;
    }

    .team-card-title {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .team-card-photo {
        height: 220px;
    }

    .team-card-info {
        padding: 1rem;
    }

    .team-card-name {
        font-size: 1rem;
    }

    .team-card-title {
        font-size: 0.8rem;
    }

    .view-bio-btn {
        padding: 10px 18px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .team-card-photo {
        height: 180px;
    }

    .team-card-info {
        padding: 0.85rem;
    }

    .team-card-name {
        font-size: 0.9rem;
    }

    .team-card-title {
        font-size: 0.75rem;
    }
}

/*========================
   Resources Page
   =======================*/

/* Dark Theme Resources Sidebar Styles */
.resources-sidebar {
    position: sticky;
    top: 100px;
    background: rgba(0,0,0,0.2);
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.05);
}

.resource-nav-link {
    color: rgba(255,255,255,0.6);
    padding: 12px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 0.95rem;
    text-decoration: none !important;
}

.resource-nav-link i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    color: rgba(255,255,255,0.4);
    transition: color 0.3s ease;
}

.resource-nav-link:hover {
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

.resource-nav-link.active {
    background: #f2c64d; /* Heritage Gold */
    color: #21362c !important;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(242, 198, 77, 0.2);
}

.resource-nav-link.active i {
    color: #21362c;
}

/* Resource Cards Dark Theme */
.resource-item {
    animation: fadeIn 0.4s ease forwards;
    margin-bottom: 1.5rem;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.resource-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 1.75rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
}

.resource-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.06);
    border-color: rgba(242, 198, 77, 0.4);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.resource-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(242, 198, 77, 0.1);
    color: #f2c64d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}

.resource-card:hover .resource-icon-wrapper {
    background: #f2c64d;
    color: #21362c;
}

.resource-card-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    font-family: "Special Gothic", sans-serif;
}

.resource-card-text {
    color: rgba(255,255,255,0.5);
    font-size: 0.85rem;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.resource-card-action {
    color: #f2c64d;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.resource-card:hover .resource-card-action i {
    transform: translateX(5px);
}

.resource-card-action i {
    transition: transform 0.3s ease;
}

@media (max-width: 991px) {
    .resources-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 2rem;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 1rem;
        border-radius: 8px;
        gap: 10px;
    }

    .resources-sidebar h5 {
        display: none;
    }

    .resource-nav {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .resource-nav-link {
        white-space: nowrap;
        margin-bottom: 0;
        padding: 10px 15px;
    }

    /* Hide scrollbar for clean look on mobile menu */
    .resources-sidebar::-webkit-scrollbar {
        display: none;
    }
}

/* ============================================
   Luxury Office Page (editorial / dark)
============================================ */
.lux-eyebrow {
    display: inline-block;
    color: #f2c64d;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.lux-eyebrow-dark {
    color: #b08a2e;
}

/* Hero */
.lux-hero {
    position: relative;
    height: 78vh;
    min-height: 480px;
    max-height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 75px;
}

.lux-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
}

.lux-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20, 30, 25, .55) 0%, rgba(20, 30, 25, .35) 40%, rgba(15, 22, 18, .85) 100%);
}

.lux-hero-content {
    position: relative;
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
}

.lux-hero-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.lux-divider {
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f2c64d, transparent);
    margin: 24px auto;
}

.lux-hero-sub {
    color: rgba(255, 255, 255, .75);
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 0;
}

/* About */
.lux-about {
    background-color: #fdfbf8;
    padding: 6rem 0;
}

.lux-section-title {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #21362c;
    line-height: 1.3;
    margin: 0;
}

.lux-body {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #555;
    margin-bottom: 1.25rem;
}

/* Stat Callout */
.lux-stat {
    background-color: #21362c;
    padding: 4rem 0;
    border-top: 1px solid rgba(242, 198, 77, .15);
    border-bottom: 1px solid rgba(242, 198, 77, .15);
}

.lux-stat-number {
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #f2c64d 0%, #e0b96a 40%, #fff6df 60%, #c9973a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lux-stat-label {
    color: rgba(255, 255, 255, .7);
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0.75rem;
}

/* Gallery */
.lux-gallery {
    background-color: #21362c;
    padding: 0 0 4rem;
}

.lux-gallery-strip {
    display: flex;
    height: 560px;
    gap: 3px;
}

.lux-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    min-width: 0;
    transition: flex-grow .5s ease;
}

.lux-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.92);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.lux-gallery-item:hover img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.lux-gallery-item:hover {
    flex-grow: 2.2 !important;
}

.lux-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 22, 18, .05) 0%, rgba(15, 22, 18, .1) 55%, rgba(15, 22, 18, .85) 100%);
    pointer-events: none;
}

.lux-gallery-index {
    position: absolute;
    top: 20px;
    left: 20px;
    color: rgba(242, 198, 77, .8);
    font-family: "Oswald", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 1px;
    z-index: 1;
}

.lux-gallery-caption-wrap {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.lux-gallery-caption {
    display: block;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.lux-gallery-blurb {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 6px;
    max-width: 320px;
}

.luxury-office-cta-section {
    background-color: #21362c;
    padding: 4rem 0;
}

@media (max-width: 991px) {
    .lux-about {
        text-align: center;
        padding: 4rem 0;
    }

    .lux-about .col-12:first-child {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .lux-hero {
        height: 60vh;
        min-height: 400px;
    }

    .lux-gallery-strip {
        flex-direction: column;
        height: auto;
    }

    .lux-gallery-item {
        height: 260px;
        flex: none !important;
    }

    .lux-gallery-blurb {
        max-width: 100%;
    }
}

/* ============================================
   Hamburger Sidebar Navigation
============================================ */
.hc-side-menu .inner-wrapper {
    padding: 2.75rem 3rem;
    align-items: flex-start;
    display: flex;
}

.hc-side-menu .btn-close {
    height: 18px;
    width: 18px;
    border: none;
    border-radius: 0;
    top: 34px;
    left: 34px;
}

.hc-side-menu .btn-close::before,
.hc-side-menu .btn-close::after {
    left: 8px;
    top: -3px;
    height: 18px;
    width: 2px;
}

.hc-side-menu-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.hc-side-menu-brand {
    margin-bottom: 2.5rem;
}

.hc-side-menu-logo {
    width: 150px;
    height: auto;
}

.hc-side-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    transform: none;
    margin-bottom: 0;
}

.hc-side-menu .hc-nav-link {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: auto;
    padding: 13px 14px;
    border-radius: 8px;
    font-size: 1.05rem !important;
    font-family: "Special Gothic", "Oswald", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, .82) !important;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, padding-left .2s ease;
}

.hc-side-menu .hc-nav-link:hover,
.hc-side-menu .hc-nav-link.active {
    background: rgba(242, 198, 77, .1);
    color: #f2c64d !important;
    padding-left: 20px;
    text-decoration: none;
}

.hc-nav-icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hc-nav-icon::before {
    content: "";
    width: 7px;
    height: 7px;
    background: rgba(242, 198, 77, .45);
    transition: background .2s ease, transform .2s ease;
}

.hc-side-menu .hc-nav-link:hover .hc-nav-icon::before,
.hc-side-menu .hc-nav-link.active .hc-nav-icon::before {
    background: #f2c64d;
    transform: rotate(45deg) scale(1.2);
}

.hc-nav-label {
    flex: 1;
}

/* Group (Closing Locations w/ submenu) */
.hc-nav-group {
    display: flex;
    flex-direction: column;
}

.hc-nav-row {
    display: flex;
    align-items: center;
}

.hc-nav-row .hc-nav-link {
    flex: 1;
}

.hc-nav-toggle {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, .6);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, background .2s ease, color .2s ease;
    flex-shrink: 0;
    font-size: .8rem;
}

.hc-nav-toggle:hover {
    background: rgba(255, 255, 255, .08);
    color: #f2c64d;
}

.hc-nav-group-open .hc-nav-toggle {
    transform: rotate(180deg);
    color: #f2c64d;
}

.hc-nav-submenu {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: max-height .35s ease;
    padding-left: 48px;
}

.hc-nav-group-open .hc-nav-submenu {
    max-height: 400px;
}

.hc-side-menu .hc-nav-sublink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: .85rem !important;
    padding: 9px 12px;
    color: rgba(255, 255, 255, .65) !important;
    text-decoration: none;
    border-radius: 6px;
    min-height: auto;
    font-weight: 400;
    text-transform: none;
}

.hc-side-menu .hc-nav-sublink:hover {
    background: rgba(255, 255, 255, .06);
    color: #f2c64d !important;
    text-decoration: none;
}

.hc-nav-sublink-badge {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: #f2c64d;
    color: #21362c;
    padding: 2px 7px;
    border-radius: 20px;
    flex-shrink: 0;
}

.hc-side-menu .hc-nav-sublink-all {
    color: #f2c64d !important;
    font-weight: 600;
    margin-top: 2px;
}

/* Footer */
.hc-side-menu-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.hc-side-menu-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 1.25rem;
}

.hc-side-menu-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .8);
    font-size: .9rem;
    text-decoration: none;
    transition: color .2s ease;
}

.hc-side-menu-contact-link:hover {
    color: #f2c64d;
    text-decoration: none;
}

.hc-side-menu-contact-link i {
    width: 16px;
    color: #f2c64d;
}

.hc-side-menu .copywrite {
    font-size: .75rem;
    margin-top: 1rem;
    opacity: .6;
    text-align: left;
}

@media (max-width: 991.98px) {
    .hc-side-menu .inner-wrapper {
        padding: 2.25rem 1.75rem;
    }

    .hc-side-menu-logo {
        width: 130px;
    }
}

@media (max-width: 500px) {
    .hc-side-menu .inner-wrapper {
        padding: 2rem 1.25rem;
    }

    .hc-side-menu .hc-nav-link {
        font-size: 1rem !important;
        padding: 12px;
    }
}
