html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
body {
    margin-bottom: 50px;
    font-family: "Montserrat", serif;
    font-weight: normal;
    line-height: normal;
}

.hero{
    margin-top: 80px !important;  
}

/* Responsive styling for h1 */
h1 {
    text-transform: uppercase;
    font-family: "Oswald";
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 24px; /* Smaller font size for mobile */
}

p {
    width: 100%;
    font-family: "Montserrat";
    font-weight: normal;
    line-height: normal;
    margin: 0;
}

/* Responsive wrapper for image */
.image-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.image-div img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Section layout adjustments for mobile */
.section {
    display: flex;
    flex-direction: column; /* Stack elements vertically on mobile */
    flex: 0 0 100%;
    gap: 10px;
    scroll-snap-align: start;
    border-radius: 8px;
    padding: 10px; /* Reduced padding for mobile */
}

.content {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 10px; /* Reduced padding for mobile */
    text-align: left;
    width: 100%; /* Full width on mobile */
}

/* Make heading responsive */
h4 {
    margin: 0;
    font-size: 18px; /* Adjusted for mobile readability */
}

