/* Title image section */

.title-image-section {
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.title-image-section .col {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.main-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.hero-content {
    z-index: 2;
}


/* Privacy Section */

.privacy-section {
    background-color: #fff;
    color: #111;
    font-size: 1rem;
    line-height: 1.7;
}

.privacy-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.privacy-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-section ol {
    list-style-type: decimal;
}

.privacy-section a {
    color: #cc945e;
    text-decoration: none;
}

.privacy-section a:hover {
    text-decoration: underline;
}

.privacy-section p {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    text-align: left;
}

.privacy-section ul {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.privacy-section li {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: left;
}


@media (max-width: 576px) {
    .privacy-section {
        font-size: 0.95rem;
    }

    .privacy-section h2 {
        font-size: 1.25rem;
    }

    .privacy-section h4 {
        font-size: 1.1rem;
    }
}


.card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    height: 100%;
}

.card h6 {
    font-weight: 700;
}

.card p {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.privacy-section li{
    margin-bottom: 0.5rem;
}

