/* Encapsulated styles under custom-chat-style */
.custom-chat-style {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.custom-chat-style header {
    background: #3498db;
    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 #3498db;
    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 #3498db;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.custom-chat-style footer a:hover {
    color: #3498db;
    border-bottom-color: #fff;
}

/* Section-specific Styles */
.custom-chat-style #web-chat-intro h2,
.custom-chat-style #explore-web-chat h2,
.custom-chat-style #nepal-chat h2 {
    border-left: 5px solid #3498db;
    padding-left: 15px;
}

.custom-chat-style #web-chat-intro {
    border-top: 4px solid #3498db;
}

.custom-chat-style #explore-web-chat {
    border-top: 4px solid #2ecc71;
}

.custom-chat-style #nepal-chat {
    border-top: 4px solid #e74c3c;
}


.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 #3498db;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.custom-chat-style footer a:hover {
    color: #3498db;
    border-bottom-color: #fff;
}

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;
}
