/* ========================================
   Privacy Policy CSS
   Daintree Skill India Development College
   ======================================== */

/* Hero Section */
.dt-privacy-hero {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    color: white;
    padding: 50px 30px;
    border-radius: 12px;
    margin-bottom: 50px;
    text-align: center;
}

.dt-privacy-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: "Finlandica Headline", sans-serif;
    color: white;
    letter-spacing: 1px;
}

.dt-privacy-subtitle {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}

/* Privacy Sections */
.dt-privacy-section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.dt-privacy-section:last-child,
.dt-last-section {
    border-bottom: none;
    margin-bottom: 0;
}

.dt-section-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
    margin-top: 0;
    font-family: "Finlandica Headline", sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    border-bottom: 3px solid #1abc9c;
    display: inline-block;
}

.dt-section-content {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.dt-section-content strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* Info Box */
.dt-info-box {
    background: #f0fdf4;
    border-left: 4px solid #1abc9c;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
}

.dt-highlight-text {
    color: #16a085;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dt-highlight-text i {
    color: #1abc9c;
    font-size: 18px;
}

/* Feedback Box */
.dt-feedback-box {
    background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #1abc9c;
    margin-top: 20px;
}

.dt-feedback-link {
    color: #1abc9c;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.dt-feedback-link:hover {
    color: #16a085;
    border-bottom-color: #1abc9c;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dt-privacy-hero {
        padding: 40px 20px;
    }

    .dt-privacy-title {
        font-size: 28px;
    }

    .dt-privacy-subtitle {
        font-size: 14px;
    }

    .dt-section-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .dt-section-content {
        font-size: 14px;
        line-height: 1.7;
    }

    .dt-info-box {
        padding: 20px;
    }

    .dt-feedback-box {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .dt-privacy-hero {
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .dt-privacy-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .dt-privacy-subtitle {
        font-size: 13px;
    }

    .dt-section-heading {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .dt-section-content {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .dt-info-box {
        padding: 15px;
        margin: 15px 0;
    }

    .dt-feedback-box {
        padding: 15px;
    }

    .dt-highlight-text {
        gap: 8px;
        font-size: 13px;
    }

    .dt-privacy-section {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}
