.step-img {
    height: 150px;
    /* or any fixed height */
    object-fit: contain;
    /* keeps aspect ratio */
}


.logo {
    max-width: 10%;
    /* relative to parent container */
    height: auto;
}

.navbar-text {
    font-family: 'Lexend', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    /* Bold */
    letter-spacing: 0.5em;
}

.announcement-text {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    font-weight: 400;
    /* Bold */
}

h1 {
    font-family: 'Merriweather', serif;
    font-size: 4rem;
    font-weight: 300;
    /* Bold */
    line-height: 1.25;
    text-shadow: 1px 1px #272727
}


h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    /* Bold */
}


h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    color: #333;
    /* Dark grey text */
    font-weight: 300;
}

.cta {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #333;
    /* Dark grey text */
    font-weight: 300;
}

.placeholder-scale::placeholder {
    font-size: 1rem;
    /* Use rem for scaling */
}

.selling-point {
    font-family: 'Merriweather', serif;
    font-size: 2.5rem;
    color: #333;
    /* Dark grey text */
    font-weight: 300;
}

.selling-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
}

.selling-text-small {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    color: #333;
    /* Dark grey text */
    font-weight: 300;
    opacity: 0.5;

}

.about-us {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #333;
    /* Dark grey text */
    font-weight: 300;

}

.icon {
    font-size: 4rem;
    color: #333;
    /* Dark grey text */
    font-weight: 300;
}

.review-text {
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
    margin-top: 10px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.list-items {
    font-weight: 300;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #333;
    /* Dark grey text */
    font-weight: 300;
}


@media (max-width: 768px) {
    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.25em;
    }

    .cta {
        font-size: 1.25rem;
    }

    .placeholder-scale::placeholder {
        font-size: 0.9rem;
    }

    .selling-point {
        font-size: 2rem;
    }

    .selling-text {
        font-size: 1.15rem;
    }

    .selling-text-small {
        font-size: 1.15rem;
    }

    .icon {
        font-size: 4rem;
    }

    .review-text {
        font-size: 0.875rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .list-items {
        font-size: 0.875rem;
    }

}

@media (max-width: 576px) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1rem;
    }

    .cta {
        font-size: 1rem;
    }

    .placeholder-scale::placeholder {
        font-size: 0.75rem;
    }

    .selling-point {
        font-size: 1.75rem;
    }

    .selling-text {
        font-size: 1rem;
    }

    .selling-text-small {
        font-size: 1rem;
    }

    .icon {
        font-size: 3rem;
    }

    .review-text {
        font-size: 0.75rem;
    }

    .review-text {
        font-size: 0.875rem;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .list-items {
        font-size: 0.75rem;
    }
}










.sources {
    font-weight: 300;
    font-size: 0.5rem;
    font-family: 'Poppins', sans-serif;
    color: #333;
    /* Dark grey text */
    font-weight: 200;
}

.poppin {
    font-family: 'Poppins', sans-serif;
    color: #333;
    /* Dark grey text */
    font-weight: 300;

}


.bold {
    font-weight: 400;
}


/* Logo styling */
.logo {
    width: 150px;
    /* Adjust size */
    height: auto;
}

html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
    overflow-y: auto;
    /* Allow vertical scrolling */
    scroll-behavior: smooth;
}

/* Flexbox to center content */

/* Padding top to move content down */


.review-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}


.review-author {
    font-weight: 600;
    margin-top: 20px;
    color: #333;
    font-size: 0.95rem;
}

.navbar.bg-transparent {
    background-color: rgba(184, 168, 151, 0.7) !important;
    /* Adjust opacity as desired */
    backdrop-filter: blur(10px);
    /* Optional blurred background effect */
}

.navbar.bg-full-transparent {
    background-color: rgba(255, 255, 255, 0.0) !important;
    /* Adjust opacity as desired */
    backdrop-filter: blur(10px);
    /* Optional blurred background effect */
}

.stars {
    color: gold;
    font-size: 1.2rem;
}

.review-carousel {
    min-height: 350px;
    /* choose a value that fits your tallest review */
}


.review-carousel .carousel-inner {
    overflow: hidden;
    position: relative;
    /* Ensure absolute children are positioned correctly */
}

.review-carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    padding: 1rem 2.5rem;
}

.review-carousel .carousel-item.active {
    position: relative;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.text-transparent {
    color: rgba(0, 0, 0, 0.3);
    /* Adjust opacity as needed */
}

hr {
    border: 0;
    border-top: 1px solid #000000;
    margin: 2rem 0;
}

.faq-content {
    font-family: 'Raleway', sans-serif;
}

.faq-question {
    font-weight: 500;
}

.faq-answer {
    font-weight: 400;
}


/* Make the parent div fill the viewport */
/* .fullscreen-hero {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.fullscreen-hero .landing {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
} */

/* Hero background — does not break Bootstrap grid */
.hero-background {
  width: 100%;
  height: auto; /* allows taller content to expand naturally */
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Move the media query OUTSIDE */
@media (max-width: 768px) {
  .hero-img {
    object-position: right center; /* focus on right side for mobile */
  }
}


.hero-overlay {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    /* sits above image but below content */
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.landing-promo-text {
    background-color: rgb(209 201 193 / 30%) !important;
}


/* Optional: style the icon */
.scroll-icon {
    display: inline-block;
    color: #AC9F84;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    z-index: 5;
    /* ensures it's above image/overlay */
    cursor: pointer;
}

.scroll-icon i {
    font-size: 3rem;
    /* scale icon itself */
    animation: bounce 2s infinite;
}

.scroll-icon:hover {
    transform: translateY(4px);
    color: #CCC0A9;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(5px);
    }

    60% {
        transform: translateY(3px);
    }
}