/* General Styles */
html, body {
    font-family: Arial, sans-serif;
    height: 100%;
    margin: 0;
    /* padding: 0;
    width: 100%; */
    /* box-sizing: border-box; */
    /* overflow-x: hidden; Prevent horizontal scrolling
    overflow-y: auto; Allow vertical scrolling
    display: flex;
    flex-direction: column; */
}

/* body {
    overscroll-behavior-y: contain; Allows bounce effect on content only
} */

/* .background1, .background2, .background3{
    position: relative;
    opacity: 0.5;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background1{
    background-image: url('images/banner0.jpg');
    min-height: 100%;
}

.background2{
    background-image: url('images/banner2.jpg');
    min-height: 450px;
}

.background3{
    background-image: url('images/banner5.jpg');
    min-height: 450px;
}

.buttondiv{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: black;
} */

.button{
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid white;
    color: white;
    padding: 16px;
    font-size: 22px;
    letter-spacing: 8px;
}

.button:hover{
    background-color: #232425;
    transition: 1s;
    opacity: 0.3;
}

.heading{
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: black;
}

.welcome{
    color: #6b6a6a;
    background-color: white;
    text-align: center;
    padding: 60px 50px;
    text-align: justify;
}

.about{
    color: #9c9b9b;
    background-color: #232425;
    text-align: center;
    padding: 60px 50px;
    text-align: justify;
}

.contact{
    color: #232425;
    background-color: white;
    text-align: center;
    padding: 60px 50px;
    text-align: justify;
}

.wrapper{
    position: relative;
}

.content {
    overflow-y: auto;
    padding-top: 0;
    margin-top: 0;
}
.content, .index-container, .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.content-wrapper {
    flex: 1;  /* This makes the content-wrapper take up all available space between navbar and footer */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
}
.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent; /* Fully transparent background */
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.navbar a {
    color: white; /* Keep text fully readable */
    padding: 10px;
    text-decoration: none;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.navbar a:hover {
    background-color: #575757;
    /* Background color on hover */
}

/* 🔹 Navbar Hover / Scroll Effect */
.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.5); /* Darker on scroll */
}

/* 🔹 Navbar Hover Effect */
.navbar a:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Subtle background change */
}


/* Center the login form and style inputs */
.login-container {
    width: 300px;
    margin: 100px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.login-container h2 {
    margin-bottom: 30px;
}

.login-container label {
    display: block;
    margin-bottom: 5px;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    width: calc(100% - 16px);
    /* Full width minus padding and border */
    padding: 8px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
    font-size: 14px;
    height: 40px;
}

.login-container input::placeholder {
    color: #8a8989;
    /* Pale grey color for the placeholder text */
    font-size: 12px;
    /* Smaller font size for the placeholder text */
}

.login-container button {
    width: calc(100% - 16px);
    /* Full width minus padding and border */
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #707070;
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
}

.login-container button:hover {
    background-color: #9abee5;
}

/* Container */
.container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* New index-specific container class */
.index-container {
    padding-top: 0;
    width: 100vw;
    /* Full width of parent */
    max-width: 100%;
    /* Set maximum width for large screens */
    margin: 0 auto;
    /* Center the container */
    padding: 0;
    /* Add horizontal padding */

    box-sizing: border-box;
    /* Include padding in the width calculation */
    flex-direction: center;
    align-items: center;
    overflow-x: hidden;
    min-height: auto;
    height: auto;
    /* Allow content to fill viewport */
}
.container, .index-container {
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    box-sizing: border-box;
}

/* Terra Numina Page Specific */
.terra-numina-page .terra-numina-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.terra-numina-page .homepage-links {
    padding: 20px;
    margin-bottom: 50px; /* Ensure there is space above the footer */
}

footer {
    background-color: #727272;
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: auto;
    width: 100%

}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    /* Add spacing between the links */
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #9abee5;
    /* Light blue on hover */
}

.footer-copyright {
    font-size: 12px;
    color: #cccccc;
}

/* New block-specific class for index page */
.index-block-container {
    width: 100%;
    /* Full width of parent */
    padding: 0;
    /* Remove extra padding */
    margin: 0;
    /* Remove extra margin */
}

/* Adjust section styling within the index block container */
.index-block-container section {
    width: 100%;
    /* Full width */
    padding: 20px;
    margin: 0;
    /* Remove extra margin */
    box-sizing: border-box;
    /* Ensure padding is included in the width */
}


/* Title Wrapper */
.title-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 150px;
    position: relative;
    text-align: left;
    width: 100%;
}

.title-wrapper h1 {
    margin: 10;
    font-size: 2em;
}

/* Specific styles for the "Your Account" page */
.account-page .title-wrapper {
    margin-bottom: 0.5em;
    /* Adjust the space below the title-wrapper specifically for this page */
}

/* Ensure other page elements are not affected */
.account-page .homepage-links {
    margin-top: 0;
    /* Reset any margin-top if needed */
}

.image-wrapper {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.placeholder-image {
    border: 1px solid #ddd;
    height: 100px;
    width: auto;
}

/* Profile Image section */
.profile-image-wrapper {
    text-align: left;
    /* Center the profile image horizontally */
    margin: 1em 0;
    /* Space above and below the profile image */
}

.profile-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10%;
    border: 2px solid #ddd;
}

/* Style for form elements */
form label {
    display: block;
    /* Ensure labels are block elements */
    margin: 0;
    /* Space above each label */
}

form input[type="text"],
form input[type="password"],
form input[type="file"] {
    display: block;
    /* Ensure input fields are block elements */
    margin: 0;
    width: 50%;
    /* Make input fields full-width */
    font-size: 0.9em;
}

form textarea {
    display: block;
    /* Ensure textareas are block elements */
    margin: 0;
    width: 50%;
    /* Set textareas to half size */
    font-size: 0.9em;
}

button[type="submit"] {
    display: block;
    /* Ensure the button is a block element */
    margin-top: 0.1em;
    /* Space above the button */
    padding: 0.1em 0.5em;
    /* Padding inside the button */
    font-size: 1em;
    /* Font size for the button text */
}

/* Subtitle Wrappers */
.subtitle-wrapper .subtitle {
    font-size: 1.6em;
    /* This makes the subtitle text larger, but smaller than the title */
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
    /* Adjust line height */
    margin-bottom: 0.5em;
}

.subtitle-wrapper .subtitle a {
    font-size: 1em;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-family: Arial, sans-serif;
}

.subtitle-wrapper .subtitle a:hover {
    color: #b1bac4;
    /* Change color on hover if desired */
    text-decoration: none;
}

/* Homepage Links */
.homepage-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    max-width: 800px;
    padding: 20px;
    text-align: left;
    width: 100%;
}

.homepage-links a {
    color: #b1bac4;
    font-size: 16px;
    text-decoration: none;
}

.homepage-links a:hover {
    background-color: #ffffff;
    color: #80acdc;
}

.homepage-links a:active {
    background-color: #ffffff;
}

/* Link Sections */
.link-section {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 250px;
}

.link-section a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.link-section a:hover {
    background-color: #0056b3;
}

.link-section.large {
    width: 500px;
    position: relative;
}

/* Topic Page */
.topic-page {
    margin: 0 auto;
    max-width: 800px;
}

/* Post Input */
.post-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.post-input form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.post-form-row input,
.post-form-row textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
}

.post-form-row input {
    width: 200px;
}

.post-form-row textarea {
    height: 60px;
    width: 300px;
}

.post-form-row button {
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    padding: 10px;
}

.post-form-row button:hover {
    background-color: #0056b3;
}

/* Posts */
.posts {
    margin: 20px auto;
    max-width: 800px;
    width: 100%;
}

.post {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    margin-bottom: 20px;
    padding: 10px;
}

.post-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.post-right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.post-author-image {
    border-radius: 20%;
    height: 60px;
    width: 60px;
    object-fit: cover;
    margin-right: 15px;
}

.author-image {
    border: 1px solid #ddd;
    border-radius: 10%;
    height: 80px;
    width: 80px;
    margin-bottom: 5px;
    object-fit: cover;
}

.author-name {
    color: #333;
    font-size: 0.9em;
    text-align: center;
}

/* Post Metadata */
.post-date {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 10px;
    text-align: left;
}

.post-meta {
    color: #666;
    font-size: 0.8em;
}

/* Ensure better spacing for text areas */
textarea {
    padding: 10px;
}

/* Container */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px;
}

/* Header Styling */
header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    font-size: 2.5em;
    color: #333;
}

header p {
    font-size: 1.2em;
    color: #666;
}

/* Sections Styling */
main.sections {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Header Image */
.header-image {
    position: relative;
    width: 100%;
    height: 300px;
    /* Adjust height as needed */
    background: url('images/header-image.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    top: 0;
    z-index: 1;
}

.header-text {
    text-align: center;
    position: relative;
    padding-top: 40px;
    z-index: 1;

}

.header-text h1 {
    font-size: 4.5em;
    /* Adjust font size as needed */
    margin: 0;
    color: white;
    text-shadow:
        3px 3px 5px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(0, 0, 0, 0.2);
}

.header-text p {
    color: white;
    font-size: 2.5rem;
    /* Adjust as needed */
    text-shadow:
        3px 3px 5px rgba(0, 0, 0, 0.4),
        /* Darker grey shadow, extended */
        0 0 15px rgba(0, 0, 0, 0.2),
        /* Lighter grey aura, extended */
        0 0 10px rgba(0, 0, 0, 0.2);
    /* Additional light grey shadow, extended */
}


section {
    width: 100%;
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 100px;
    /* Ensure sections have a minimum height */
    overflow: hidden;
    margin: 0;
    /* Achieving continuous blocks */
}

/* Alternating Background Colors */
.header-image {
    background-color: #f1f1f1;
    /* Light grey */
}

.intro {
    background-color: #e0e0e0;
    /* Slightly darker grey */
    padding: 30px 20px;
    /* Adjust vertical padding */
    min-height: 170px;
    /* creates more vertical space */
}

.services {
    background-color: #f1f1f1;
    /* Light grey */
}

.contact {
    background-color: #f1f1f1;
    /* Maintain background color */
    padding: 30px 20px;
    /* Adjust vertical padding */
    min-height: 200px;
    /* creates more vertical space */

}

.podcast {
    background-color: #f1f1f1;
    /* Light grey */
}

.resources {
    background-color: #e0e0e0;
    /* Slightly darker grey */
}


section h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 5px;
    margin-top: 1px;
}

section p {
    font-size: 1.2em;
    color: #555;
}

section a.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #333;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    transition: background-color 0.3s, box-shadow 0.3s;
}

section a.btn:hover {
    background-color: #555;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Services container adjustments */
.services-container,
.resources-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* Space between services */
    align-items: center;
}

.resource-section {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    /* Optional: Add border for visual separation */
    padding: 20px;
    background-color: #f9f9f9;
    /* Background color for each section */
    border-radius: 5px;
    /* Rounded corners */
}

.service,
.resource {
    flex: 2;
    /* Allow each service to take equal space */
    text-align: center;
    /* Center align text */
}

.service img,
.resource img {
    width: 80px;
    /* Adjust icon size */
    height: 80px;
    margin-bottom: 10px;
}

.service p {
    font-size: 1em;
    color: #333;
}

.service p a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.service p a:hover {
    color: #555;
}


/* Sign Up Button */
.signup-button {
    background: linear-gradient(45deg, #4CAF50, #45a049);
    /* Gradient background */
    color: white;
    /* White text */
    padding: 20px 30px;
    /* Padding around the text */
    font-size: 19px;
    /* Font size */
    border: none;
    /* Remove default border */
    border-radius: 5px;
    /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background 0.3s ease, transform 0.2s ease;
    /* Smooth transition for hover effect */
}

.signup-button:hover {
    background: linear-gradient(45deg, #45a049, #388E3C);
    /* Darker gradient on hover */
    transform: translateY(-2px);
    /* Slight lift effect */
}

.signup-button:active {
    transform: translateY(0);
    /* Remove lift effect on click */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Adjust shadow on click */
}

/* 🔹 General Header Styling for Public Pages */
.page-header {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0; /* Remove default margin */
    padding: 0;
    top: 0;
    z-index: 1;
}


/* Make the form wider and center it */
.contact-form {
    max-width: 600px; /* Twice as wide */
    width: 100%;
    background: white;
    padding: 20px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Space out form elements */
.contact-form .form-group,
.contact-form .radio-group,
.contact-form .checkbox-group {
    margin-bottom: 1.5em; /* Increase spacing */
}

/* Adjust inputs */
.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: calc(100% - 20px); /* Expand input width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Style the submit button */
.contact-submit {
    width: 100%;
    padding: 10px;
    background-color: #707070; /* Grey like the account page */
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Hover effect */
.contact-submit:hover {
    background-color: #9abee5; /* Light blue hover */
}

s
.inline-option {
    display: flex;
    align-items: center;
    gap: 8px; /* Small space between button and text */
    margin-bottom: 5px; /* Add spacing between items */
}

/* Ensure radio and checkboxes align with text */
.radio-group,
.checkbox-group {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    gap: 15px; /* Add space between items */
}

/* -------------------------------- */
/* 🔹 Auto-Scrolling Gallery Header */
/* -------------------------------- */

.gallery-header {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: black; /* Ensure black background in case of gaps */
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-container {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: black; /* Black background in case images do not fill the screen */
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-track {
    display: flex;
    width: 100%;
    height: 100%;
    animation: slideImages 16s infinite ease-in-out;
    transition: transform 1s ease-in-out;
    justify-content: center; /* Center the images horizontally */
    align-items: center; /* Center the images vertically */
    position: absolute;
}

.gallery-track img {
    width: auto;
    height: 100vh;
    max-width: 100vw; /* Match the width of the viewport */
    object-fit: contain; /* Ensures full coverage without stretching */
    position: absolute;
    background-color: black;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* 🔹 Navigation Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* 🔹 Dotted Navigation */
.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.6;
}

.dot.active {
    opacity: 1;
    background: #80acdc; /* Light blue */
}

/* 🔹 Keep Header Text on Top */
.gallery-header .header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    font-size: 2.5em;
    text-align: center;
    z-index: 2;
}

/* -------------------------------- */
/* ---- Responsive adjustments ---- */
/* -------------------------------- */

@media (max-width: 1024px) {
    .page-header {
        height: 70vh; /* Slightly smaller for tablets */
    }
    .gallery-header {
        height: 70vh;
    }
}

@media (max-width: 768px) {
    .navbar a {
        display: none; /* Hide all links */
    }

    .hamburger {
        display: block; /* Show hamburger icon */
    }

    .navbar.open a {
        display: block;
        text-align: left;
        padding: 10px;
        background-color: #333;
        color: white;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .login-container {
        width: 100%;
        padding: 15px;
    }

    .homepage-links {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .link-section {
        width: 100%;
    }

    .page-header {
        height: 60vh; /* Smaller for medium screens */
    }

    .gallery-header {
        height: 60vh;
    }

    section {
        width: 90%;
        margin: 0 auto;
    }

    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service {
        width: 80%;
        margin-bottom: 20px;
    }

    .header-image {
        height: 200px;
        /* Adjust for smaller screens */
    }

    .container {
        width: 100%;
        /* Full width on smaller screens */
    }
}

@media (max-width: 480px) {

    .homepage-links {
        flex-direction: column;
        padding: 10px;
    }

    .login-container input,
    .login-container button {
        width: calc(100% - 12px);
    }

    .page-header {
        height: 180px; /* Smaller for mobile */
    }

    .gallery-header {
        height: 70vh;
    }

    .post-form-row input,
    .post-form-row textarea {
        width: 100%;
    }
}

/* Auto-Scrolling Gallery Header */
.gallery-header {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: black; /* Ensure black background in case of gaps */
}

.gallery-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-track img {
    width: 100vw;
    height: 60vh;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Navigation Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Dotted Navigation */
.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.6;
}

.dot.active {
    opacity: 1;
    background: #80acdc; /* Light blue */
}
