﻿.bold {
    /font-weight: bold;
}


/* ===============================
            About Us Section
=============================== */

.aboutus-container {
    margin: 40px auto;
    width: 92%;
    max-width: 820px;
    padding: 36px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.65;
    text-align: justify;
}

.aboutus-header {
    text-align: center;
    margin-bottom: 20px;
}

.aboutus-title {
    font-size: 28px;
    font-weight: 700;
    color: #06203a;
    display: block;
    margin-bottom: 8px;
}

.aboutus-subtitle {
    font-size: 16px;
    color: #476281;
    font-weight: 500;
}

.aboutus-content {
    font-size: 15px;
    color: #14324a;
}

    .aboutus-content p {
        margin-bottom: 18px;
    }




/* ===============================
    Terms & Conditions Styling
=============================== */

.terms-container {
    margin: 40px auto;
    max-width: 820px;
    padding: 36px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.65;
    text-align: justify;
}

.terms-header {
    text-align: center;
    margin-bottom: 20px;
}

.terms-title {
    font-size: 28px;
    font-weight: 700;
    color: #06203a;
    display: block;
    margin-bottom: 8px;
}

.terms-subtitle {
    font-size: 16px;
    color: #476281;
    font-weight: 500;
}

.terms-content {
    font-size: 15px;
    color: #14324a;
}

    .terms-content h3 {
        font-size: 16px;
        font-weight: 700;
        color: #06203a;
        margin-top: 24px;
        margin-bottom: 10px;
        border-left: 4px solid #1a73e8;
        padding-left: 10px;
    }

    .terms-content ul {
        margin: 0 0 18px 20px;
        padding: 0;
        list-style: disc;
        line-height: 1.6;
    }

    .terms-content a {
        color: #1a73e8;
        text-decoration: none;
        font-weight: 600;
    }

        .terms-content a:hover {
            text-decoration: underline;
        }

.terms-meta {
    font-size: 13px;
    color: #666;
    margin-top: 16px;
    text-align: center;
}




/* ===============================
   Contact Section Styling
=============================== */

.contact-container {
    margin: 40px auto;
    max-width: 820px;
    padding: 36px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.65;
    text-align: center;
}

.contact-header {
    margin-bottom: 10px;
}

.contact-title {
    font-size: 28px;
    font-weight: 700;
    color: #06203a;
    display: block;
    margin-bottom: 0px;
}

.contact-subtitle {
    font-size: 16px;
    color: #476281;
    font-weight: 500;
}

.contact-content {
    font-size: 15px;
    color: #14324a;
}

.contact-intro {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

.contact-info p {
    margin: 0px 0;
    font-size: 15px;
}

.contact-info strong {
    color: #06203a;
}

.contact-info a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
}

    .contact-info a:hover {
        text-decoration: underline;
    }
