


/* Terms & Conditions Section */

.terms.termsAndConditionsHeading {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    border-bottom: 3px solid #ffc74e;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.terms.spangleWelcome {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Paragraphs */
.terms.termsParagraphIntro {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Section Titles */
.terms.serviceLeadingSection h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 15px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.terms.serviceLeadingSection h4::before {
    content: '';
    width: 6px;
    height: 100%;
    background: #ffc74e;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

/* Paragraph Content */
.terms.serviceLeadingSection p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    padding-left: 10px;
    line-height: 1.7;
}

/* List Items */
.terms.serviceLeadingSection li {
    list-style: none;
    font-size: 16px;
    color: #444;
    margin: 12px 0;
    padding-left: 30px;
    position: relative;
}

.terms.serviceLeadingSection li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ffc74e;
}

/* Keyframe Animations */

/* Responsive Design */
@media (max-width: 768px) {
 


    .terms.termsAndConditionsHeading {
        font-size: 24px;
    }

    .terms.serviceLeadingSection h4 {
        font-size: 18px;
    }

    .terms.termsParagraphIntro,
    .terms.serviceLeadingSection p,
    .terms.serviceLeadingSection li {
        font-size: 15px;
    }
}
