/* Updated styles.css for mobile responsiveness */
body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
}

/* Header Styling */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #070707;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between logo and text */
}

.logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/* Default (Light Mode) */
.logo-text {
    color: black; /* Black text for light mode */
    font-weight: bold;
    font-size: 18px;
}

/* Dark Mode */
.dark-mode .logo-text {
    color: white; /* White text for dark mode */
}

/* Navigation */
nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0;
}

.nav-menu li {
    display: flex;
}

.nav-menu li a {
    padding: 15px 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #222;
    border-radius: 8px;
    transition: background 0.3s, transform 0.2s;
}

.nav-menu li a:hover {
    background-color: #72252c;
    transform: scale(1.05);
}
/* Style for the hamburger icon */
.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: white;
    padding: 10px;
    background: none;
    border: none;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .hamburger {
        display: block; /* Show hamburger menu */
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #222;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        z-index: 1000; /* Ensure it stays on top */
    }

    .nav-menu li {
        flex-grow: 1; /* Make each button take equal space */
        width: 100%; /* Ensure full width */
    }
    
    .nav-menu li a {
        display: block;
        width: 100%; /* Full width */
        padding: 12px 0;
        text-align: center;
    }
    /* Show menu when active */
    .nav-menu.active {
        display: flex;
    }
}

/* Main Content Styling */
.content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    text-align: left;
}

/* Profile Picture Styling */
.profile-pic {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 50px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.profile-pic:hover {
    transform: scale(1.05);
}

/* Typing Effect Text */
.typing-text {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid rgb(255, 255, 255);
    display: inline-block;
}

/* Cursor Blink Animation */
@keyframes blink {
    50% { border-color: transparent; }
}

/* Bookmark Footer */
.bookmark {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: black;
    height: 70px;
    transition: height 0.3s ease-in-out;
}

.bookmark-item {
    flex: 1;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, background 0.3s;
}

.bookmark-item a {
    text-decoration: none;
    color: white;
}

/* Hover Effect - Expands the section */
.bookmark-item:hover {
    transform: translateY(-30px);
    background-color: #72252c;
    height: 80px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .bookmark {
        flex-wrap: wrap;
        height: auto;
    }
    .bookmark-item {
        flex: 50%;
    }
    .content-container {
        flex-direction: column; /* Stack elements vertically */
        align-items: center;
        text-align: center;
        padding: 40px; /* Adjust padding for better spacing */
    }

    .profile-pic {
        margin-right: 0; /* Remove margin for better centering */
        margin-bottom: 20px; /* Space between image and text */
    }
    .social-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px; /* Adds spacing between buttons */
    }

    .social-btn {
        flex: 1 1 calc(50% - 20px); /* Each button takes 50% width with spacing */
        text-align: center;
        padding: 10px;
        border-radius: 5px;
    }
}
    

/*SOCMED.HTML*/

/* Social Media Page Styling */
/* Social Media Section Below About */
.social-container {
    text-align: center;
    margin-top: 30px;
}

.social-container h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.social-btn {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px;
    transition: background 0.3s ease-in-out, transform 0.2s;
}

.facebook { background-color: #3b5998; }
.instagram { background-color: #e4405f; }
.twitter { background-color: #1da1f2; }
.tiktok { background-color: #000000; }
.youtube { background-color: #ff0000; }
.pinterest { background-color: #bd081c; }

.social-btn:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Contact Form */
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80vh; /* Ensures it takes most of the screen */
    padding: 20px;
}

/* Center the Form Elements */
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

/* Center Input Fields */
input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

button {
    background-color: #222;
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

button:hover {
    background-color: #72252c;
}

/* Reading List Button - Below Nav */
.reading-list-button {
    text-align: right; /* Center it */
    margin-top: 10px;
}

.reading-list-button a {
    display: inline-block;
    background-color: #9b2c3f; /* Dark Red */
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
}

.reading-list-button a:hover {
    background-color: #b33a4b; /* Lighter Red */
    transform: scale(1.05);
}
/* Spotify Share Section */
.spotify-share {
    text-align: center;
    margin-top: 30px;
}

.spotify-share h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.spotify-code {
    width: 250px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.spotify-code:hover {
    transform: scale(1.1);
}

/* Theme Toggle Button */
.theme-toggle {
    cursor: pointer;
    font-size: 24px;
    color: white;
    margin-left: 15px;
    padding: 10px;
    transition: transform 0.2s ease-in-out;
}

.theme-toggle:hover {
    transform: scale(1.1);
}

/* Dark Mode Styles */
.dark-mode {
    background-color: #121212;
    color: white;
}

.dark-mode header {
    background-color: #1a1a1a;
}

.dark-mode .nav-menu li a {
    background: #333;
    color: white;
}

.dark-mode .nav-menu li a:hover {
    background-color: #b33a4b;
}

.dark-mode .bookmark {
    background-color: #222;
}

.dark-mode .bookmark-item a {
    color: white;
}

.dark-mode .reading-list-button a {
    background-color: #72252c;
}

.dark-mode .reading-list-button a:hover {
    background-color: #b33a4b;
}

/* Light Mode Styles */
.light-mode {
    background-color: white;
    color: black;
}

.light-mode header {
    background-color: #f4f4f4;
}

.light-mode .nav-menu li a {
    background: #ddd;
    color: black;
}

.light-mode .nav-menu li a:hover {
    background-color: #72252c;
    color: white;
}

.light-mode .bookmark {
    background-color: #e0e0e0;
}

.light-mode .bookmark-item a {
    color: black;
}

/* Smooth Theme Transition */
body {
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* Light & Dark Mode for Text */
.dark-mode .social-container h1,
.dark-mode .social-container p,
.dark-mode .contact-section p {
    color: white;
}

.light-mode .social-container h1,
.light-mode .social-container p,
.light-mode .contact-section p {
    color: black;
}

/* Light & Dark Mode for Buttons */
.dark-mode .social-btn {
    filter: brightness(0.8);
}

.light-mode .social-btn {
    filter: brightness(1);
}

.email-logo {
    display: block;
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Ensures it's a perfect circle */
    margin: 0 auto 15px; /* Centers the image & adds spacing below */
    border-radius: 50%; /* Makes it circular */
    object-fit: cover; /* Ensures it maintains its aspect ratio */
    transition: transform 0.3s ease-in-out;
}

/* ✨ Hover Effect (Zoom in slightly) */
.email-logo:hover {
    transform: scale(1.1);
}

/* Main Content Styling */
.content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    text-align: left;
}

/* Achievements Section */
.achievements-container {
    text-align: center;
    margin-top: 40px;
}

.achievement-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.achievement img {
    width: 120px;
    height: 120px;
    border-radius: 50%; /* Circular images */
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.achievement img:hover {
    transform: scale(1.1);
}

/* YouTube Section */
.youtube-container {
    text-align: center;
    margin: 40px 0;
}

.youtube-container iframe {
    max-width: 100%;
    height: auto;
}

/* Spotify Section */
.spotify-share {
    text-align: center;
    margin-top: 30px;
}

.spotify-code {
    width: 250px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.spotify-code:hover {
    transform: scale(1.1);
}

/* Add spacing between sections */
.spacer {
    margin-top: 40px;
}

.spacer-large {
    margin-top: 60px;
}

/* Social Media Icons */
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-links a img {
    width: 40px;  /* Adjust size as needed */
    height: 40px;
    border-radius: 50%; /* Makes the icons round */
    transition: transform 0.3s ease-in-out;
}

.social-links a img:hover {
    transform: scale(1.1);
}

/* Add space between sections */
.achievements-container,
.youtube-container,
.spotify-share,
.social-container {
    margin-top: 50px; /* Adjust the value as needed */
    padding-top: 30px; /* Adds inner space for separation */
}

/* Additional spacing before and after sections */
.spacer {
    height: 40px; /* Adds space before YouTube */
}

.spacer-large {
    height: 60px; /* Adds space before Social Media Links */
}