:where([class^="ri-"])::before {
    content: "\f3c2";
}

body {
    font-family: 'Poppins', sans-serif;
}

.hero-gradient {
    background: linear-gradient(135deg, #E6F3F5 0%, #FFFFFF 100%);
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.hero-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards;
}

.hero-text span:nth-child(1) {
    animation-delay: 0.1s;
}

.hero-text span:nth-child(2) {
    animation-delay: 0.3s;
}

.hero-text span:nth-child(3) {
    animation-delay: 0.5s;
}

.hero-text span:nth-child(4) {
    animation-delay: 0.7s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(10, 151, 176, 0.1);
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #0A97B0;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #0A97B0;
    border-radius: 4px;
}

.custom-checkbox input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0A97B0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wave-separator {
    position: relative;
    height: 70px;
    overflow: hidden;
}

.wave-separator svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-20px) translateX(-50%);
    }
    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

.service-icon {
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    color: #0A97B0;
}

.tab-button {
    position: relative;
    transition: all 0.3s ease;
}

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0A97B0;
}

:where([class^="ri-"])::before {
    content: "\f3c2";
}

body {
    font-family: 'Poppins', sans-serif;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.prose {
    max-width: 65ch;
    color: #374151;
    line-height: 1.8;
}

.prose h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #1F2937;
}

.prose h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    color: #1F2937;
}

.prose p {
    margin-bottom: 1.25rem;
}

.prose ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style-type: disc;
}

.prose li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.prose blockquote {
    border-left: 4px solid #0A97B0;
    padding-left: 1rem;
    font-style: italic;
    margin: 1.5rem 0;
    color: #4B5563;
}

.prose a {
    color: #0A97B0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.prose a:hover {
    text-decoration-thickness: 2px;
}

.prose img {
    border-radius: 8px;
    margin: 1.5rem 0;
}

.font-size-control button.active {
    background-color: #0A97B0;
    color: white;
}

.article-share-button:hover {
    transform: translateY(-2px);
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background-color: #0A97B0;
    z-index: 100;
    transition: width 0.1s;
}

:where([class^="ri-"])::before {
    content: "\f3c2";
}

body {
    font-family: 'Poppins', sans-serif;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.hero-gradient {
    background: linear-gradient(135deg, #E6F3F5 0%, #FFFFFF 100%);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #0A97B0;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #0A97B0;
    border-radius: 4px;
}

.custom-checkbox input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0A97B0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

.tab-button {
    position: relative;
    transition: all 0.3s ease;
}

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0A97B0;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
}

.slider-container {
    scroll-behavior: smooth;
}

.slider-dot.active {
    background-color: #0A97B0;
}