    /* style.css */
body {
    margin: 0;
    padding: 0;
    background-color: #455081;
}

.header {
    gap: 10px;
}

.header-item button {
    flex: 1;
    height: 45px;
    width: 45px;
    border-radius: 5px;
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1f294d;
    width: 100%;
    height: 45px;
}

.header-left {
    display: flex;
    align-items: center;
}

.home-link {
    text-decoration: none;
    margin-right: 10px;
}

.info-btn {
    background-color: #575699;
    height: 40px;
    font-size: 30px;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header-buttons {
    display: flex;
    gap: 20px;
}

.nav-button {
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
}

.rules-button {
    background-color: #773e6f;
}

.chatbot-button {
    background-color: #217528;
}

.contact-button {
    background-color: #3068c9b3;
}

.main-section {
    margin-top: 45px;
}

.section-title {
    height: 50px;
    font-size: 22px;
    font-family: Franklin Gothic;
    color: aliceblue;
    text-align: center;
}

.chat-container {
    border: 2px solid #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 15px;
    background: #1f294d;
    max-width: 600px;
    text-align: center;
}

.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.logo-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-title {
    font-size: 28px;
    font-family: 'Franklin Gothic';
    color: aliceblue;
    margin: 0;
    letter-spacing: 1px;
}

.chat-domain {
    font-size: 18px;
    color: aliceblue;
    margin: 0;
    font-weight: bold;
}

.content {
    text-align: left;
    color: aliceblue;
    font-family: 'Franklin Gothic';
    line-height: 1.6;
}

.chat-info {
    background: #1f294d;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: 20px auto;
    color: aliceblue;
    font-family: 'Franklin Gothic';
    text-align: left;
}

.info-title {
    font-size: 20px;
    margin: 0 0 15px;
    color: #fff;
}

.main-paragraph {
    font-size: 18px;
    margin: 0 0 15px;
}

.info-paragraph {
    font-size: 16px;
    margin: 0 0 15px;
}

.section-rules {
    height: 50px;
    margin-top: 70px;
    font-size: 20px;
    font-family: Franklin Gothic;
    color: aliceblue;
    text-align: center;
    background-color: #773e6f;
    margin-left: 15px;
    margin-right: 15px;
}

.rules-container {
    border: 1px solid red;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}

.rules-paragraph {
    font-size: 18px;
    font-family: Franklin Gothic;
    color: aliceblue;
    text-align: center;
}

.button-container {
    width: 100%;
    height: auto;
    text-align: center;
}

.rules-button-toggle {
    font-size: 20px;
    width: 180px;
    height: 40px;
    background-color: #773e6f;
    border-radius: 6px;
    margin-top: 10px;
}

.button-text {
    color: aliceblue;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.rules-content {
    text-align: left;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.rules-list {
    font-size: 16px;
    text-align: left;
    font-family: 'Franklin Gothic';
}

.rules-list-item {
    color: aliceblue;
}

.rules-sublist {
    margin-left: 18px;
}

.rules-warning {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff;
}

.chatbot-section {
    height: 50px;
    margin-top: 50px;
    font-size: 20px;
    font-family: Franklin Gothic;
    color: aliceblue;
    text-align: center;
    background-color: #217528;
    margin-left: 15px;
    margin-right: 15px;
}

.chatbot-container {
    border: 1px solid #52ff30;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}

.chatbot-info {
    background: #12121263;
    font-family: 'Franklin Gothic';
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.chatbot-title {
    color: aliceblue;
    font-family: Franklin Gothic;
    font-size: 20px;
    margin: 18px 0;
}

.chatbot-description {
    color: aliceblue;
    font-size: 17px;
    line-height: 1.6;
}

.chatbot-features {
    color: aliceblue;
    font-size: 16px;
    margin: 20px 0;
}

.button-container {
    margin: 20px 0;
}

.start-chat-button {
    display: inline-block;
    padding: 15px 30px;
    background: #217528;
    color: aliceblue;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.chatbot-username {
    color: aliceblue;
    font-size: 16px;
}

.contact-section {
    height: 50px;
    margin-top: 50px;
    font-size: 20px;
    font-family: Franklin Gothic;
    color: aliceblue;
    text-align: center;
    background-color: #3068c9b3;
    margin-left: 15px;
    margin-right: 15px;
}

.contact-container {
    border: 1px solid #05dfff;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}

.contact-info {
    background: #12121263;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-title {
    color: aliceblue;
    font-family: Franklin Gothic;
    margin: 20px 0;
}

.contact-description {
    color: aliceblue;
    font-family: Franklin Gothic;
    font-size: 16px;
}

.email-container {
    margin: 20px 0;
    padding: 15px;
    background: #3068c9b3;
    border-radius: 5px;
}

.email-text {
    color: aliceblue;
    font-size: 20px;
    margin: 0;
}

.contact-note {
    color: aliceblue;
    font-size: 14px;
}

.footer-section {
    text-align: center;
}

.footer-container {
    border: 0px solid #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}

.privacy-container {
    background: #00000045;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin: 20px auto;
}

.privacy-link {
    color: aliceblue;
    text-decoration: none;
    font-family: Franklin Gothic;
    font-size: 18px;
    transition: 0.3s;
}

.privacy-link:hover {
    color: #773e6f;
}
