body {
    background-image: linear-gradient(rgb(245, 144, 30, 0.7), rgb(245, 144, 30, 0.7)), url("/assets/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

p {
    line-height: 1.75;
}

.text-faded {
    color: #f6e1c5;
}

.site-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1;
}

.site-heading .site-heading-upper {
    display: block;
    font-size: 2rem;
    font-weight: 800;
}

.site-heading .site-heading-lower {
    font-size: 5rem;
    font-weight: 100;
    line-height: 4rem;
}

.page-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/* .section-heading {
    text-transform: uppercase;
} */
.section-heading .section-heading-upper {
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.section-heading .section-heading-lower {
    display: block;
    font-size: 3rem;
    font-weight: 100;
}

.bg-faded {
    /* background-color: #f6e1c5; */
    background-color: #ecdfa1;
}

.bg-page {
    background-color: #ecdfa1;
    /* background-color: rgb(236, 223, 161);
    background-color: rgba(255, 255, 255, 0.7); */
}

.btn {
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-xl {
    font-weight: 700;
    font-size: 0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-custom-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EE5717;
    --bs-btn-border-color: #EE5717;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d44c10;
    --bs-btn-hover-border-color: #c9480f;
    --bs-btn-focus-shadow-rgb: 238, 87, 23;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c9480f;
    --bs-btn-active-border-color: #be440e;
    font-size: 1.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, transform .2s ease-in-out;
}

.btn-custom-orange:hover {
    transform: scale(1.05);
}

/* Outline button for secondary actions */
.btn-outline-teal {
    --bs-btn-color: #028487;
    --bs-btn-border-color: #028487;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #028487;
    --bs-btn-hover-border-color: #028487;
    --bs-btn-focus-shadow-rgb: 2, 132, 135;
    font-size: 1.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out, transform .2s ease-in-out;
}

.btn-outline-teal:hover {
    transform: scale(1.05);
}

#mainNav {
    background-color: rgba(3, 90, 107, 0.9);
}

#mainNav .navbar-brand {
    color: #fb6c0b;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 1.1rem;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
    color: #fb6c0b;
}

@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 1.3rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: rgba(255, 255, 255, 0.6);
    }

    #mainNav .navbar-nav .nav-item.active .nav-link:hover {
        color: #fb6c0b;
    }
}

@media (min-width: 992px) {
    .about-heading .about-heading-img {
        position: relative;
        z-index: 0;
    }

    .about-heading .about-heading-content {
        margin-top: -5rem;
        position: relative;
        z-index: 1;
    }
}

.cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgba(254, 176, 9, 0.6);
}

.cta .cta-inner {
    position: relative;
    padding: 3rem;
    margin: 0.5rem;
}

.cta .cta-inner:before {
    border-radius: 0.5rem;
    content: "";
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    border: 0.25rem solid rgba(255, 255, 255, 0.85);
    z-index: -1;
}

.footer {
    background-color: rgba(33, 37, 41, 0.9);
    padding-left: 15px;
}

.intro {
    position: relative;
}

@media (min-width: 992px) {
    .intro .intro-img {
        width: 75%;
        float: right;
    }

    .intro .intro-text {
        left: 0;
        width: 60%;
        margin-top: 3rem;
        position: absolute;
    }

    .intro .intro-text .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -2rem;
    }
}

@media (min-width: 1200px) {
    .intro .intro-text {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }

    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }

    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

/* Soft gradient divider between tours */
hr.tour-divider {
  border: 0;
  height: 1px;
  margin: 3rem 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0),
    rgba(2, 132, 135, 0.35),
    rgba(251, 108, 11, 0.35),
    rgba(0,0,0,0)
  );
  position: relative;
  opacity: 0.9;
}

/* Optional: a tiny accent bead at center for a refined touch */
hr.tour-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at center, #fb6c0b 0 40%, #028487 100%);
  opacity: 0.75;
}

/* Ensure anchors scroll to a comfortable position below the navbar */
.tour-title { scroll-margin-top: 6rem; }
