

body {
    background-color: #000000; 
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


/* Text section styling */
.text-section {
    text-align: center;
    color: white;
    padding: 20px 20px 10px 20px; 
    margin: 0;
}

.text-section h1 {
    font-size: 36px; 
    margin: 0 0 10px 0;
}

.text-section p {
    font-size: 18px;
    margin: 0; 
    color: #d1d1d1;
}

/* Image section styling */
.image-section {
    display: flex;
    justify-content: center;
    padding: 10px 0; 
}

.main-image {
    width: 35%;       
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

.text-section1 {
    text-align: center;
    color: white;
    padding: 60px 20px 20px 20px;
}

/* Footer styling */
footer {
    background-color: #000000;; 
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}
/* Main navigation */
.main-nav {
    display: flex;
    align-items: center;
    justify-content: center; 
    background-color: #0b0c10;
    padding: 10px 40px;
    gap: 20px; 
}

/* Logo style */
.logo {
    height: 45px; 
    width: auto;
}

/* Navigation list styling */
.main-nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

/* Navigation links */
.main-nav a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #66fcf1;
}


/* Footer logo */
.footer-logo {
    height: 45px; 
    width: auto;
    margin-top: 10px; 
}
/* Comment section styling */
.comments-section {
    text-align: center;
    color: white;
    padding: 60px 20px;
}

.comments-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: white;
}

/* Comment box container */
.comment-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

/* Arrows */
.prev-btn,
.next-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: 24px;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: white;
    color: #000;
}

/* Comment text box */
.comment-content {
    background-color: #0f0f0f;
    padding: 30px;
    border-radius: 16px;
    max-width: 500px;
    min-height: 150px;
    box-shadow: 0 0 10px white;
}

.comment-content h3 {
    color: white;
    margin-bottom: 10px;
}

.comment-content p {
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1.4;
}

/* Login icon (*/
.login-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.login-icon .icon {
    width: 30px;
    height: 30px;
    stroke: white;
    transition: stroke 0.3s ease;
}

.login-icon:hover .icon {
    stroke: #ffffff;
}

/* Footer links styling */
.footer-links {
    margin-top: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 12px;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

/* Footer disclaimer */
.footer-disclaimer {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 1.5;
    max-width: 800px;
    margin: 15px auto 0 auto;
    text-align: center;
}
/* Footer links styling */
.footer-links {
    margin-top: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 12px;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

/* Footer disclaimer */
.footer-disclaimer {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 1.5;
    max-width: 800px;
    margin: 15px auto 0 auto;
    text-align: center;
}