/* Add your custom styles here */

.header {
    background-color: #ffffff;
    padding: 10px 0;
}

.logo {
    max-width: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    box-shadow: 4px 4px 8px #bebebe, -4px -4px 8px #ffffff;
    transition: box-shadow 0.3s ease;
}

.logo:hover {
    box-shadow: 6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
}

.neomorphic-card {
    background-color: #f0f0f0;
    border-radius: 15px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}

.neomorphic-card:hover {
    box-shadow: 12px 12px 24px #bebebe, -12px -12px 24px #ffffff;
}

.neomorphic-input label {
    color: #666;
}

.neomorphic-input input {
    border: none;
    border-radius: 10px;
    background-color: #f0f0f0;
    box-shadow: 4px 4px 8px #bebebe, -4px -4px 8px #ffffff;
    transition: box-shadow 0.3s ease;
}

.neomorphic-input input:focus {
    outline: none;
    box-shadow: inset 4px 4px 8px #bebebe, inset -4px -4px 8px #ffffff;
}

.neomorphic-button {
    border: none;
    border-radius: 10px;
    background-color: #007bff;
    color: #fff;
    box-shadow: 4px 4px 8px #bebebe, -4px -4px 8px #ffffff;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.neomorphic-button:hover {
    background-color: #0056b3;
    box-shadow: 6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
}
.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.neomorphic-icon {
    display: inline-flex; /* Use inline-flex to allow setting fixed width and height */
    justify-content: center; /* Center the icon horizontally */
    align-items: center; /* Center the icon vertically */
    width: 40px; /* Set a fixed width for the icon */
    height: 40px; /* Set a fixed height for the icon */
    border-radius: 50%;
    margin: 0 10px;
    background-color: #f0f0f0;
    box-shadow: 6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
    transition: box-shadow 0.3s ease;
}

.neomorphic-icon:hover {
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
}
.dark-mode {
    background-color: #333;
    color: #fff;
}

.dark-mode .neomorphic-button {
    background-color: #555;
    color: #fff;
}
.dark-mode-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-mode-toggle:hover {
    background-color: #ddd;
}

.dark-mode-toggle i {
    font-size: 24px;
}

.neomorphic-card {
    background-color: #f0f0f0;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.neomorphic-input input,
.neomorphic-button {
    box-shadow: 4px 4px 8px #bebebe, -4px -4px 8px #ffffff;
    transition: box-shadow 0.3s ease;
}

/* Additional styles for dark mode */
.dark-mode .neomorphic-card {
    background-color: #333;
}

.dark-mode .neomorphic-input input,
.dark-mode .neomorphic-button {
    box-shadow: none; /* Remove box shadow */
}
.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.neomorphic-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
}

.neomorphic-icon:hover {
    background-color: #ddd;
}

.neomorphic-icon i {
    font-size: 20px;
}

.neomorphic-card {
    background-color: #f0f0f0;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.neomorphic-input input,
.neomorphic-button {
    box-shadow: 4px 4px 8px #bebebe, -4px -4px 8px #ffffff;
    transition: box-shadow 0.3s ease;
}

/* Additional styles for dark mode */
.dark-mode .neomorphic-card {
    background-color: #333;
}

.dark-mode .neomorphic-input input,
.dark-mode .neomorphic-button {
    box-shadow: none; /* Remove box shadow */
}
.container {
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    transition: box-shadow 0.3s ease;
}

/* Additional styles for dark mode */
.dark-mode .container {
    box-shadow: none; /* Remove box shadow */
}
.neomorphic-card {
    background-color: #f0f0f0;
    border-radius: 15px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Additional styles for dark mode */
.dark-mode .neomorphic-card {
    box-shadow: none; /* Remove box shadow */
}
/* Add your custom styles here */

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.neomorphic-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #f0f0f0;
    box-shadow: 6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.neomorphic-icon:hover {
    background-color: #ddd;
}

.neomorphic-icon i {
    font-size: 20px;
}

/* Additional styles for dark mode */
.dark-mode .neomorphic-icon {
    box-shadow: none; /* Remove box shadow */
}
body {
    transition: background-color 0.3s ease; /* Add transition for smooth color change */
}

.dark-mode-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333; /* Default color for light mode */
    transition: background-color 0.3s ease, color 0.3s ease; /* Add color transition */
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-mode-toggle:hover {
    background-color: #ddd;
}

.dark-mode-toggle i {
    font-size: 24px;
    display: none; /* Initially hide both icons */
}

.dark-mode-toggle .fa-moon {
    display: block; /* Show dark mode icon */
}

/* Additional styles for dark mode */
.dark-mode .dark-mode-toggle {
    color: #fff; /* Color for dark mode */
}

.dark-mode .dark-mode-toggle .fa-moon {
    display: none; /* Hide dark mode icon when dark mode is enabled */
}

.dark-mode .dark-mode-toggle .fa-sun {
    display: block; /* Show light mode icon when dark mode is enabled */
}