/* Encapsulated styles under custom-chat-style */
.custom-chat-style {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.custom-chat-style header {
    background: #2ecc71;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-chat-style header h1 {
    font-size: 2.5em;
    margin: 0;
}

.custom-chat-style section {
    padding: 40px;
    margin: 20px auto;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-chat-style section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #2c3e50;
    border-left: 5px solid #2ecc71;
    padding-left: 15px;
}

.custom-chat-style section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
}

.custom-chat-style footer {
    background: #34495e;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.custom-chat-style footer h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.custom-chat-style footer p {
    font-size: 1em;
    margin: 10px 0;
}

.custom-chat-style footer a {
    color: #ecf0f1;
    text-decoration: none;
    border-bottom: 2px solid #2ecc71;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.custom-chat-style footer a:hover {
    color: #2ecc71;
    border-bottom-color: #fff;
}

/* Section-specific Styles */
.custom-chat-style #intro-free-chat h2,
.custom-chat-style #benefits-of-free-chat h2,
.custom-chat-style #video-chat-online-free h2,
.custom-chat-style #chat-without-registering h2,
.custom-chat-style #make-friends-online-free h2 {
    border-left: 5px solid #2ecc71;
    padding-left: 15px;
}

.custom-chat-style #intro-free-chat {
    border-top: 4px solid #2ecc71;
}

.custom-chat-style #benefits-of-free-chat {
    border-top: 4px solid #3498db;
}

.custom-chat-style #video-chat-online-free {
    border-top: 4px solid #e74c3c;
}

.custom-chat-style #chat-without-registering {
    border-top: 4px solid #f1c40f;
}

.custom-chat-style #make-friends-online-free {
    border-top: 4px solid #9b59b6;
}

footer {
    background: #34495e;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

footer p {
    font-size: 1em;
    margin: 10px 0;
}

footer a {
    color: #ecf0f1;
    text-decoration: none;
    border-bottom: 2px solid #3498db;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #3498db;
    border-bottom-color: #fff;
}