html {
  font-size: 14px;
}
.row>* {
    padding: 1rem;
}
nav {
    background-color: #FFFDF5;
}
body, html {
    max-width: 100%;
    width: 100vw;
    overflow-x: hidden;
}
body, .navbarm {
    background-color: #FFFDF5;
    color: #570000;
}
header a{
    font-size: 16px;
    text-decoration: none;
}
.is-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown 0.35s ease-out;
}
.navbar-collapse a {
    font-size: 20px;
}

.navbar-nav a{
    text-align: center;
    font-weight: bold;
    color: black !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

    html {
        font-size: 14px;
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.location-map {
    width: 300px;
    height: 300px;
}

.tracking-widest {
    letter-spacing: 0.2em;
}

.carousel-item {
    transition: transform 0.6s ease-in-out, opacity 0.6s;
}
.carousel-control-prev {
    left: -1rem;
}

.carousel-control-next {
    right: -1rem;
}
@media (max-width: 400px) {
    .p-5 {
        padding: 10px !important;
    }
}
@media (min-width: 992px) {
    .carousel-control-prev {
        left: -6rem;
    }

    .carousel-control-next {
        right: -6rem;
    }
}

.text-warning {
    color: #d4a373 !important;
}

.bronze-light {
    max-width: 100vw;
    margin: 0;
    background: linear-gradient(135deg, #C2A78A 0%, #967450 100%);
    color: white;
}

.bronze-darker {
    background: linear-gradient(135deg, #BA9366 0%, #6E4A23 100%);
    max-width: 100vw;
    margin: 0;
    color: white;
}
.btn-accent {
    color: #1a1a1a;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.1);
}

.btn-accent:hover {
    background-color: #f0e8d8;
    color: #1a1a1a;
}

.hero-section .container {
    padding: 5rem 2rem 5rem 2rem;
}

/* ─── Promo Split Card ─── */
.tan-promo-section {
    background: #D8CBBB;
    padding: 5rem 0;
}

.tan-promo-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    overflow: visible;
}

.tan-promo-left-col {
    flex: 0 0 37%;
    max-width: 37%;
}

.tan-promo-copy {
    background: #FAF1E8;
    border-radius: 1.5rem;
    padding: 2.75rem 2.25rem;
}

.tan-promo-right-col {
    flex: 1;
    min-width: 0;
    margin-left: -2rem;
}

.tan-promo-panel {
    background: linear-gradient(135deg, #C2A78A 0%, #7A5230 100%);
    border-radius: 1.5rem;
    padding: 3.5rem 2.75rem;
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
    box-shadow: 0 28px 70px rgba(80, 48, 10, 0.3);
    position: relative;
    z-index: 2;
}

.tan-promo-btn {
    color: #7A5230 !important;
}

.tan-promo-points span {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.2);
    font-weight: 600;
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .tan-promo-section {
        padding: 3rem 0;
    }
    .tan-promo-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .tan-promo-left-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .tan-promo-copy {
        border-radius: 1.5rem 1.5rem 0 0;
    }
    .tan-promo-right-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .tan-promo-panel {
        border-radius: 0 0 1.5rem 1.5rem;
        margin-top: 0;
        margin-bottom: 0;
        padding: 2.5rem 1.75rem;
    }
}

.max-width{
    margin: auto;
    max-width: 100rem;
}

.border-tan {
    border-color: #3d2b0f !important;
}

header a, header a > i,
footer a, footer a > i {
    color: white;
}

/* Guides dropdown */
.dropdown-menu {
    background-color: #FFFDF5;
    border: 1px solid rgba(186, 147, 102, 0.3);
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    min-width: 14rem;
}

.dropdown-item {
    color: #570000 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.25rem;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(186, 147, 102, 0.15);
    color: #3d2b0f !important;
}

/* Pricing cards */
.pricing-card-book-btn {
    color: #3d2b0f !important;
    border: 1px solid #BA9366 !important;
    background-color: transparent;
}

.pricing-card-book-btn:hover {
    background-color: #BA9366 !important;
    color: white !important;
}

/* Guide pages */
.guide-hero {
    background: linear-gradient(135deg, #C2A78A 0%, #7A5230 100%);
    color: white;
    padding: 3.5rem 0;
}

.guide-hero .breadcrumb-item a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

.guide-hero .breadcrumb-item.active {
    color: white;
}

.guide-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

.guide-toc {
    background-color: #FFFDF5;
    border-left: 4px solid #BA9366;
}

.guide-cta {
    background: linear-gradient(135deg, #BA9366 0%, #6E4A23 100%);
    color: white;
    border-radius: 0.75rem;
    padding: 1.75rem;
    text-align: center;
}

.guide-sidebar .card a {
    color: #570000;
    font-weight: 500;
    text-decoration: none;
}

.guide-sidebar .card a:hover {
    color: #BA9366;
}

/* ─── Book CTA Button ─── */
.btn-book-cta {
    background-color: #570000;
    color: white !important;
    border: none;
    transition: background-color 0.2s ease;
}
.btn-book-cta:hover {
    background-color: #3d0000;
    color: white !important;
}

/* ─── Navbar ─── */
nav.navbar {
    background-color: #FFFDF5;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.navbar-nav .nav-link {
    color: #570000 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.25rem 0;
    position: relative;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #BA9366;
    transition: width 0.25s ease;
}
.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* ─── Mobile Nav Overlay ─── */
.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background-color: #FFFDF5;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav-overlay.open {
    transform: translateX(0);
}
.mobile-nav-header {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.mobile-nav-body {
    flex: 1;
}
.mobile-nav-link {
    display: block;
    font-size: 2.1rem;
    font-weight: 700;
    color: #570000;
    text-decoration: none;
    padding: 0.5rem 0;
    text-align: center;
    transition: opacity 0.2s;
    letter-spacing: -0.01em;
}
.mobile-nav-link:hover {
    opacity: 0.55;
    color: #570000;
}
.mobile-social-icon {
    color: #570000 !important;
    opacity: 0.65;
    transition: opacity 0.2s;
    text-decoration: none;
}
.mobile-social-icon:hover {
    opacity: 1;
}

/* ─── Feature / Icon Grid ─── */
.feature-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08) !important;
}
.feature-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C2A78A 0%, #967450 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

/* ─── Gallery Section ─── */
.gallery-section {
    overflow: hidden;
}
.gallery-row {
    display: flex;
    gap: 14px;
    will-change: transform;
}
.gallery-row-backward {
    transform: translateX(-200px);
}
.gallery-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
    flex-shrink: 0;
    filter: sepia(0.1) brightness(0.97) saturate(1.1);
}

/* ─── Have Questions / Guide Cards ─── */
.questions-section {
    background-color: #FEF7EE;
}
.guide-cards-row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.75rem;
}
.guide-cards-row::-webkit-scrollbar {
    display: none;
}
.guide-card-wrap {
    flex: 0 0 260px;
    scroll-snap-align: start;
}
@media (min-width: 768px) {
    .guide-cards-row {
        overflow-x: visible;
        scroll-snap-type: none;
    }
    .guide-card-wrap {
        flex: 1 1 220px;
        max-width: 270px;
    }
}
.guide-q-card {
    border-radius: 1rem !important;
    height: 100%;
    background-color: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.guide-q-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1) !important;
}
.guide-q-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #C2A78A 0%, #967450 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.guide-read-link {
    display: inline-block;
    font-weight: 600;
    font-size: 0.875rem;
    color: #BA9366;
    text-decoration: none;
}
.guide-read-link:hover {
    color: #6E4A23;
}