body {
    font-family: "Manrope", sans-serif;
}

button {
    cursor: pointer;
}

.overflow-auto {
    padding-bottom: 8px;
}

.swiper-button-disabled {
    opacity: 50%;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    font-size: 14px;
    padding-right: 6px;
}
.iti__country-container {
    border-right: 1px solid #f0ece8;
}

.services-pagination .swiper-pagination-progressbar-fill {
    background: rgba(206, 164, 144, 0.4) !important;
}

.rich-content {
    font-size: clamp(0.95rem, 0.24vw + 0.9rem, 1.05rem);
    line-height: 26px;
}

.rich-content hr {
    color: #f0ece8;
}
.rich-content a {
    text-decoration: underline;
    font-weight: 600;
}

.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
    line-height: 1.2;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.rich-content h1 {
    font-size: clamp(1.8rem, 2.2vw + 1.2rem, 3rem);
    margin-top: 1.4em;
    margin-bottom: 0.5em;
}

.rich-content h2 {
    font-size: clamp(1.5rem, 1.6vw + 1rem, 2.25rem);
    margin-top: 1.2em;
    margin-bottom: 0.45em;
}

.rich-content h3 {
    font-size: clamp(1.25rem, 1.1vw + 0.9rem, 1.75rem);
    margin-top: 1.1em;
    margin-bottom: 0.4em;
}

.rich-content h4 {
    font-size: clamp(1.1rem, 0.7vw + 0.9rem, 1.35rem);
    margin-top: 1em;
    margin-bottom: 0.35em;
}

.rich-content h5 {
    font-size: clamp(1.02rem, 0.4vw + 0.9rem, 1.15rem);
    margin-top: 0.9em;
    margin-bottom: 0.3em;
}

.rich-content h6 {
    font-size: 1rem;
    margin-top: 0.85em;
    margin-bottom: 0.25em;
}

.rich-content p {
    margin: 0 0 1em;
}

.rich-content ul,
.rich-content ol {
    margin: 1em 0;
    padding-left: 1.25em;
    list-style-type: disc;
}

.rich-content li + li {
    margin-top: 0.35em;
}

.rich-content img,
.rich-content video,
.rich-content iframe {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}

.rich-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.rich-content th,
.rich-content td {
    padding: 0.5em;
    border: 1px solid currentColor;
}

@media screen and (max-width: 768px) {
    .rich-content {
        line-height: 24px;
    }
}
