:root {
    --hero-outline-color: rgba(255, 255, 255, 0.45);
}

.bg-overlay-green::before {
    background: rgba(21, 16, 46, 0.62);
}

.btn-glow {
    position: relative;
    box-shadow: 0 12px 30px rgba(35, 92, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.btn-glow:hover,
.btn-glow:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(35, 92, 255, 0.4);
}

@media (max-width: 1199.98px) {
    /* Only keep hamburger button styling */
    .navbar-toggler {
        padding: 0.5rem;
        border-color: transparent;
        transition: all 0.2s ease-in-out;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }
    
    .navbar-toggler-icon {
        transition: all 0.2s ease;
    }
    
    .navbar-toggler:hover .navbar-toggler-icon {
        transform: scale(1.1);
    }
}

/* Removed offcanvas-related styles */

@media (max-width: 575.98px) {
    /* Removed offcanvas-related styles */
}


.btn-get-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;   
    padding: 0.6rem 1.3rem;
}

.btn-get-quote i {
    font-size: 1rem;
}

.hero-video .hero-cta-group {
    margin-top: 1.75rem !important;
}

.hero-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    position: relative;
}

/* Desktop check-room placement and width fix */
.hero-cta-wrapper {
    position: static;
    width: 100%;
    max-width: 730px;
    margin: 2.25rem auto 0 auto;
    z-index: 2;
}

/* Desktop check-room placement and width fix */
.check-room.d-lg-block {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    z-index: 20;
    margin-top: 1.25rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    background: none;
    box-shadow: none;
}

.card-check-room {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    border-radius: 1.5rem;
    box-shadow: 0 0.5rem 2.5rem rgba(0,0,0,0.18);
    background: rgba(24, 24, 24, 0.88);
    position: relative;
    z-index: 21;
}

.card-check-room .card-body {
    padding: 1.5rem 1.75rem 1.25rem !important;
}

.card-check-room .row.g-2 > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.hero-cta-wrapper .card-check-room {
    border-radius: 1.5rem;
    box-shadow: 0 0.5rem 2.5rem rgba(0,0,0,0.18);
    background: rgba(24, 24, 24, 0.88);
}

@media (max-width: 991.98px) {
  .hero-cta-wrapper .check-room.d-lg-block {
    display: none !important;
  }
}

.hero-video .hero-cta-group {
    margin-top: 1.75rem !important;
}

.hero-video .hero-cta-group .btn {    
    box-shadow: 0 0.75rem 2.5rem rgba(12, 12, 12, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-video .hero-cta-group .btn:hover,
.hero-video .hero-cta-group .btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 1.1rem 2.75rem rgba(12, 12, 12, 0.28);
}

.hero-video .hero-cta-group .btn-outline-light {
    color: var(--bs-white);
    border-color: var(--hero-outline-color);
    background-color: rgba(255, 255, 255, 0.06);
}

/* Featured package cards */
.package-highlights {
    display: grid;
    gap: 0.65rem;
    font-size: 0.95rem;
    color: var(--bs-body-secondary);
}

.package-highlights li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
}

.package-highlights li i {
    color: var(--bs-primary);
    font-size: 1rem;
    line-height: 1.1;
    margin-top: 0.1rem;
}

.package-highlights li span {
    line-height: 1.55;
}

.package-summary {
    font-size: 0.95rem;
    line-height: 1.6;
}

.hero-video .hero-cta-group .btn-outline-light:hover,
.hero-video .hero-cta-group .btn-outline-light:focus-visible {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
}

#quoteModal .modal-content {
    background: var(--bs-body-bg);
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1.5rem 3rem rgba(33, 37, 41, 0.18);
}

#quoteModal .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#quoteModal .modal-body {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
}

.hero-form-checklist {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--bs-light-bg-subtle, rgba(248, 249, 250, 0.8));
}

.hero-form-checklist .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

#quoteSuccess {
    gap: 0.5rem;
    
}

@media (min-width: 992px) {
    .hero-video .hero-cta-group {
        margin-top: 3rem !important;
    }

    .hero-video .video-caption {
        top: 55% !important;
    }
}

@media (min-width: 1400px) {
    .hero-video .video-caption {
        top: 58% !important;
    }
}

@media (max-width: 575.98px) {
    .hero-video .hero-cta-group .btn {
        flex: 1 1 calc(50% - 0.75rem);
        min-width: 140px;
    }

    .hero-video .hero-cta-group {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .btn-get-quote {
        padding: 0.55rem;
        width: 44px;
        height: 44px;
        border-radius: 999px;
        gap: 0;
    }

    .btn-get-quote i {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    #header .navbar-brand .logo,
    .offcanvas-header .logo-light,
    #ocRightInfo .logo-light {
        height: auto;
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .about-section-wrapper {
        justify-content: center !important;
        text-align: center;
    }

    .about-section-content {
        padding: 2.25rem 1.5rem;
    }

    .about-section-content .btn {
        margin-inline: auto;
    }
}

@media (max-width: 767.98px) {
    #about {
        padding-top: 3.6rem !important;
    }
}

#locationSelect option {
  background: rgba(24, 24, 24, 0.95);
  color: white;
}

.testimonial-slider .splide__slide figure {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    background-color: var(--bs-body-bg, #fff);
}

.testimonial-slider .splide__slide figure blockquote {
    margin-bottom: 2rem;
}

.testimonial-slider .splide__slide figure img {
    margin-bottom: 1.75rem;
}
