/* .hero.privacy-policy {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.35)
    ), url('/assets/img/privacy-policy.webp');
} */

.hero-content.privacy-policy {
    max-width: 90%;
}

.hero-content.privacy-policy .second-description {
    line-height: 35px;
}

.privacy-sections {
    width: 100%;
}
.privacy-sections ul {
    list-style: none;
    padding-left: 0;
}

.privacy-section {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    color: #293848;
    position: relative;
}

.privacy-section.alt {
    background-color: #ECEDEF;
}
.privacy-section h2, .privacy-section h3, .privacy-section h4 {
    text-align: center;
}
.privacy-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    margin-bottom: 70px;
    position: relative;
}

.privacy-section h2::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: #FF5F13;
}

.privacy-section p {
    font-size: 18px;
    line-height: 32px;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
}

.privacy-section p + p {
    margin-top: 20px;
}

.privacy-section a {
    color: #FF5F13;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.privacy-section a:hover {
    opacity: 0.8;
}

/* You can also add specific styles for visited links if needed */
.privacy-section a:visited {
    color: #FF5F13;
}

#sms-opt-in{
font-weight: 800;
text-decoration: underline;
}

@media (max-width: 768px) {
    .privacy-section {
        padding: 60px 20px;
    }

    .privacy-section h2 {
        font-size: 28px;
    }

    .privacy-section p {
        font-size: 16px;
        line-height: 28px;
    }
}

.main-footer {
    width: 100%;
    background-image: linear-gradient(
        rgba(4, 49, 104, 0.85),
        rgba(4, 49, 104, 0.85)
    ), url('/assets/img/background.png');
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* .footer-logo {
    max-width: 400px;
} */

.back-link {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    padding-left: 30px;
    transition: opacity 0.2s ease;
}

.back-link::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 20px;
    background-image: url('/assets/img/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.back-link:hover {
    opacity: 0.8;
}

footer .powered-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.powered-by span {
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}

.powered-logo {
    max-width: 150px;
}



/* Base styles for mobile (320px and up) */
.hero-content.privacy-policy .title {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-family: "Teko";
    letter-spacing: 0;
}

.hero-content.privacy-policy .second-description {
    font-size: 16px;
    line-height: 28px;
    max-width: 90%;
}

.privacy-section h2 {
    font-size: 28px;
    margin-bottom: 70px;
}

.privacy-section p {
    font-size: 16px;
    line-height: 28px;
}
@media (max-width: 768px) {
    /* .footer-logo {
        max-width: 200px;
    } */

    .powered-logo {
        max-width: 120px;
    }
    .hero-content.privacy-policy .second-description {
        font-size: 12px;
        line-height: 20px;
    }
    .hero-content.privacy-policy .second-description span {
        display: block;
    }
}
/* Tablet (768px and up) */
@media (min-width: 768px) {
    .hero-content.privacy-policy .title {
        font-size: 38px;
    }

    .hero-content.privacy-policy .second-description {
        font-size: 17px;
        line-height: 30px;
    }

    .privacy-section h2 {
        font-size: 30px;
    }

    .privacy-section p {
        font-size: 17px;
        line-height: 30px;
    }
}

/* Laptop (1024px and up) */
@media (min-width: 1024px) {
    .hero-content.privacy-policy .title {
        font-size: 42px;
    }

    .hero-content.privacy-policy .second-description {
        font-size: 18px;
        line-height: 32px;
    }

    .privacy-section h2 {
        font-size: 32px;
    }

    .privacy-section p {
        font-size: 18px;
        line-height: 32px;
    }
}

/* Desktop (1440px and up) */
@media (min-width: 1440px) {
    .hero-content.privacy-policy .title {
        font-size: 45px;
    }

    .hero-content.privacy-policy .second-description {
        font-size: 18px;
        line-height: 35px;
        max-width: 80%;
    }

    .privacy-section h2 {
        font-size: 32px;
    }

    .privacy-section p {
        font-size: 18px;
        line-height: 32px;
        max-width: 1380px;
    }
}

/* Large Desktop (1920px and up) */
@media (min-width: 1920px) {
    .hero-content.privacy-policy .title {
        font-size: 52px;
        margin-bottom: 2rem;
    }

    .hero-content.privacy-policy .second-description {
        font-size: 20px;
        line-height: 38px;
        max-width: 70%;
    }

    .privacy-section {
        padding: 100px 20px;
    }

    .privacy-section h2 {
        font-size: 38px;
        margin-bottom: 80px;
    }

    .privacy-section h2::after {
        bottom: -70px;
        height: 60px;
    }

    .privacy-section p {
        font-size: 20px;
        line-height: 36px;
        max-width: 1600px;
    }

    .privacy-section p + p {
        margin-top: 25px;
    }
}
