@font-face {
    font-family: 'Robo Girls'; font-style: normal; font-weight: 400; src: local('Robo Girls'), url('https://fonts.cdnfonts.com/s/70911/RoboGirls.woff2') format('woff2'), url('https://fonts.cdnfonts.com/s/70911/RoboGirls.woff') format('woff'); font-display: swap; 
}
* { margin: 0; padding: 0; font-family: "Poppins", sans-serif; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; font-size: 16px; }
body { background-color: #020203; color: #D8D8D8; font-weight: 300; line-height: 1.7; overflow-x: hidden; cursor: default; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html.loading-active, body.loading-active { overflow: hidden; }
::-webkit-scrollbar { width: 8px; background: #050507; }
::-webkit-scrollbar-thumb { background-color: #1A1A1F; border-radius: 8px; border: 2px solid #050507; }
::-webkit-scrollbar-thumb:hover { background-color: #28282E; }
h1, h2, h3, h4, h5, h6 { color: #FFFFFF; font-weight: 600; line-height: 1.25; margin-bottom: 0.7em; letter-spacing: -0.02em; }
.typing-text { white-space: normal; word-break: normal; overflow-wrap: normal; hyphens: none; }
.typing-text .typed-word { white-space: nowrap; display: inline-block; }
.hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 0.3em; min-height: unset; }
#typing-text { position: relative; display: inline-block; }
#typing-text.typing-active::after { content: '|'; font-weight: 200; color: rgba(255,255,255,0.9); animation: smoothBlink 0.9s infinite; margin-left: 1px; position: relative; top: -0.03em; font-size: 0.9em; }
@keyframes smoothBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.section-title { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 0.5em; }
.section-subtitle { font-size: clamp(0.95rem, 1.8vw, 1.1rem); color: #A0A0A0; max-width: 700px; margin: 0 auto 1.8em; font-weight: 300; line-height: 1.75; }
p { color: #B8B8B8; margin-bottom: 1.1em; }
.p-tag { font-size: clamp(0.9rem, 1.8vw, 1.05rem); color: #C8C8C8; max-width: 650px; margin: 0 auto 1.8em; line-height: 1.75; }
a { color: #E0E0E0; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #FFFFFF; }
.section-padding { padding: 50px 15px; }
.text-center { text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 28px; border-radius: 50px; font-size: 0.9rem; font-weight: 500; text-transform: none; letter-spacing: 0.02em; cursor: pointer; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid transparent; line-height: 1.4; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.btn ion-icon { font-size: 1.15em; }
.btn-primary { background: #FFFFFF; color: #000; border-color: #ccc; box-shadow: 0 3px 10px rgba(255,255,255,0.1); }
.btn-primary:hover { transform: translateY(-2px); color: #fff; background: #666; box-shadow: 0 5px 15px rgba(255,255,255,0.15); border-color: #fff; }
.btn-primary:active { transform: translateY(0px); box-shadow: 0 2px 5px rgba(255,255,255,0.1); }
.btn-secondary { background-color: transparent; color: #D0D0D0; border: 1px solid #383838; box-shadow: none; }
.btn-secondary:hover { background-color: rgba(255,255,255,0.05); color: #FFFFFF; border-color: #555555; transform: translateY(-2px); }
.btn-secondary:active { background-color: rgba(255,255,255,0.02); transform: translateY(0px); }
.header { position: fixed; top: 10px; left: 10px; width: calc(100% - 20px); z-index: 1000; transition: background-color 0.3s ease, border 0.3s ease, backdrop-filter 0.3s ease; background-color: transparent; border: 1px solid transparent; padding: 0 5%; border-radius: 50px; }
.header nav { display: flex; justify-content: space-between; align-items: center; height: 70px; max-width: 1500px; margin: 0 auto; }
.header .logo a { font-size: 1.8rem; color: #FFFFFF; letter-spacing: 2px; }
.logo a span { font-family: 'Robo Girls', sans-serif !important; font-style: italic; letter-spacing: 2px; }
.header nav .desktop-only { list-style: none; display: flex; align-items: center; }
.header nav .desktop-only li { margin-left: 28px; }
.header nav .desktop-only li a { color: #B0B0B0; font-weight: 400; font-size: 0.85rem; padding: 4px 8px; position: relative; display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.02em; transition: color 0.2s ease, background 0.3s ease, border 0.3s ease; border-radius: 50px; border: 1px solid transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.header nav .desktop-only li a:hover { color: #FFFFFF; background: transparent; border: 1px solid #181818; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.header nav .desktop-only li a ion-icon { font-size: 1.1em; opacity: 0.7; transition: opacity 0.2s ease; }
.header nav .desktop-only li a:hover ion-icon { opacity: 1; }
.menu { display: none; }
#menu-toggle { display: none; }
.menu-icon { display: none; cursor: pointer; z-index: 1005; padding: 10px; margin: -10px; }
.menu-icon .container-2 { width: 24px; height: 18px; position: relative; cursor: pointer; }
.menu-icon .bar1, .menu-icon .bar2, .menu-icon .bar3 { width: 100%; height: 2px; background-color: #FFFFFF; margin: 5px 0; border-radius: 50px; transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transform-origin: center; }
.bar2 { width: 75% !important; }
#menu-toggle:checked ~ .menu-icon .container-2 .bar1 { transform: rotate(45deg) translateY(9.8px); }
#menu-toggle:checked ~ .menu-icon .container-2 .bar2 { opacity: 0; transform: scaleX(0); }
#menu-toggle:checked ~ .menu-icon .container-2 .bar3 { transform: rotate(-45deg) translateY(-9.8px); }
#home { background: #030304; background: linear-gradient(160deg, #050507 0%, #020203 40%, #040406 100%); height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; --gradient-scale: 1.5; }
#home::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 75%; background-image: radial-gradient(1px 1px at 15% 8%, rgba(255, 255, 255, 0.9), transparent), radial-gradient(1px 1px at 35% 12%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1.5px 1.5px at 65% 15%, rgba(255, 255, 255, 0.8), transparent), radial-gradient(1px 1px at 85% 20%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1px 1px at 25% 25%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(1px 1px at 75% 10%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1.5px 1.5px at 45% 5%, rgba(255, 255, 255, 0.9), transparent), radial-gradient(1px 1px at 90% 18%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1px 1px at 10% 22%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1px 1px at 55% 8%, rgba(255, 255, 255, 0.8), transparent), radial-gradient(1px 1px at 20% 15%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1px 1px at 40% 6%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(1.5px 1.5px at 70% 22%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1px 1px at 80% 12%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1px 1px at 30% 18%, rgba(255, 255, 255, 0.8), transparent), radial-gradient(1px 1px at 60% 3%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1px 1px at 12% 16%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(1.5px 1.5px at 95% 8%, rgba(255, 255, 255, 0.8), transparent), radial-gradient(1px 1px at 50% 20%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1px 1px at 8% 12%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1px 1px at 22% 35%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(1px 1px at 42% 32%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1px 1px at 68% 38%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(1px 1px at 88% 33%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1px 1px at 15% 45%, rgba(255, 255, 255, 0.2), transparent), radial-gradient(1px 1px at 78% 40%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(1px 1px at 35% 42%, rgba(255, 255, 255, 0.2), transparent), radial-gradient(1px 1px at 65% 48%, rgba(255, 255, 255, 0.3), transparent); z-index: 0; opacity: 0.8; animation: twinkle 8s ease-in-out infinite alternate; }
@keyframes twinkle { 0% { opacity: 0.6; } 100% { opacity: 0.9; } }
#home::after { content: ''; position: absolute; bottom: -150px; left: 50%; transform: translateX(-50%) scale(var(--gradient-scale)); width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 200, 255, 0.6) 0%, rgba(0, 200, 255, 0.2) 50%, transparent 90%); opacity: 0.8; z-index: 1; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 0 60px 30px rgba(0, 200, 255, 0.3); filter: blur(15px); animation: pulseGlow 6s ease-in-out infinite; }
@keyframes pulseGlow { 0%, 100% { box-shadow: 0 0 60px 30px rgba(0, 200, 255, 0.3); } 50% { box-shadow: 0 0 80px 40px rgba(0, 200, 255, 0.5); } }
.hero-content { position: relative; z-index: 2; padding: 20px; }
.hero-buttons { margin-top: 30px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
#skills-intro-section { background: linear-gradient(180deg, #08080A 0%, #040405 100%); }
.image-section { background: linear-gradient(180deg, #040405 0%, #020203 100%); display: flex; justify-content: center; align-items: center; gap: 25px; flex-wrap: wrap; }
.image-section .image-wrapper { border-radius: 29px; overflow: hidden; box-shadow: 0 10px 30px #000000e3; transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease; border: 5px solid #121214; position: relative; }
.image-section .image-wrapper:hover { transform: scale(1.03) translateY(-5px); box-shadow: 0 15px 35px #000000d3, 0 0 0 1px rgba(255,255,255,0.05); filter: brightness(1.05); }
.image-section .image { display: block; width: 100%; max-width: 350px; height: auto; object-fit: cover; border-radius: 25px; }
.item-container.rotate-left { transform: rotate(-2.5deg); }
.item-container.rotate-right { transform: rotate(2.5deg); }
.item-container.higher-layer { z-index: 2; transform: scale(1.05); }

/* --- ▼▼▼ FROSTED GLASS CARD STYLES (RESPONSIVE UPDATE) ▼▼▼ --- */
#skills-cards-section {
    background: #020203;
    perspective: 1200px;
}
.skills-grid {
    display: grid;
    /* This new grid setup is key for responsiveness and centering */
    grid-template-columns: repeat(auto-fit, minmax(280px, 350px));
    justify-content: center; /* This centers the items when they don't fill the full width */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.skill-card {
    position: relative;
    border-radius: 24px;
    transition: box-shadow 0.4s ease;
    transform-style: preserve-3d;
}
.skill-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.skill-card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}
.skill-card-wrapper::before, .skill-card-wrapper::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: 0;
    filter: blur(90px);
    opacity: 0.6;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.skill-card-wrapper::before {
    background-color: #ff00c1;
    top: 60%;
    left: -50%;
}
.skill-card-wrapper::after {
    background-color: #00c8ff;
    top: -20%;
    right: -40%;
}
.skill-card:hover .skill-card-wrapper::before {
    transform: translateX(30%);
    opacity: 0.7;
}
.skill-card:hover .skill-card-wrapper::after {
    transform: translateX(-20%);
    opacity: 0.7;
}
.skill-card-content {
    position: relative;
    z-index: 1;
    padding: 30px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    transform: translateZ(30px);
}
.skill-card-content::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 0.04;
    pointer-events: none;
    border-radius: inherit;
}
.skill-card-content > ion-icon {
    font-size: 1.8rem;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 20px;
    display: block;
}
.skill-card-content h3 {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.skill-card-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 0;
    flex-grow: 1;
}
.card-action-button {
    margin-top: 25px;
    align-self: flex-end;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    transform: translateZ(15px);
}
.card-action-button ion-icon {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    transform: rotate(-45deg);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), color 0.3s ease-out;
    margin: 0;
}
.skill-card:hover .card-action-button {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}
.skill-card:hover .card-action-button ion-icon {
    transform: rotate(0deg);
    color: #FFFFFF;
}
/* --- ▲▲▲ END OF FROSTED GLASS CARD STYLES ▲▲▲ --- */

#contact-intro-section { background: linear-gradient(180deg, #070709 0%, #030304 100%); }
.contact-container { max-width: 600px; margin: 0 auto; background-color: rgba(15, 15, 17, 0.85); backdrop-filter: blur(10px); padding: 35px; border-radius: 35px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); border: 1px solid #1C1C1E; }
.contact-container form label { display: block; margin-bottom: 15px; }
.contact-container .label-text { display: block; color: #AEAEB3; margin-bottom: 8px; font-weight: 500; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; }
.contact-container input{border-radius: 50px !important;}
.contact-container input, .contact-container textarea { width: 100%; padding: 14px; background-color: #0A0A0B; color: #D0D0D0; border: 1px solid #222225; border-radius: 25px; font-size: 0.95rem; transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease; font-weight: 300; }
.contact-container input::placeholder, .contact-container textarea::placeholder { color: #48484F; font-weight: 300; }
.contact-container input:focus, .contact-container textarea:focus { outline: none; border-color: #505058; background-color: #0D0D0E; box-shadow: 0 0 0 2px rgba(80, 80, 88, 0.15); }
.contact-container textarea { resize: vertical; min-height: 130px; }
.contact-container button[type="submit"] { width: 100%; margin-top: 15px; }
.footer { background-color: #000000; color: #686870; text-align: center; padding: 50px 20px; border-top: 1px solid #0A0A0A; }
.footer p { margin-bottom: 15px; font-size: 0.85rem; color: #787880; font-weight: 300; }
.footer .social-media { margin-bottom: 20px; }
.footer .social-icon { display: inline-block; margin: 0 12px; color: #888890; font-size: 1.8rem; transition: color 0.25s ease, transform 0.25s ease; }
.footer .social-icon:hover { color: #E0E0E0; transform: translateY(-2px) scale(1.05); }
.loading-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #020203; display: flex; justify-content: center; align-items: center; z-index: 99999; opacity: 1; }
#loadingText { font-family: 'Robo Girls', sans-serif !important; font-style: italic; letter-spacing: 2px; font-size: clamp(2rem, 5vw, 3rem); font-weight: 600; color: #FFFFFF; opacity: 0; transform: translateY(10px); }
#loadingText.loading-text-visible { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease, transform 0.6s ease; }
@media (max-width: 992px) { .section-padding { padding: 70px 20px; } .image-section .item-container.higher-layer { transform: scale(1.03); } .hero-title { font-size: clamp(2.2rem, 5vw, 3.4rem); } .section-title { font-size: clamp(1.8rem, 3.5vw, 2.5rem); } }

/* --- ▼▼▼ FINAL MOBILE MENU AND RESPONSIVE STYLES ▼▼▼ --- */
@media (max-width: 768px) {
    .header nav .desktop-only { display: none; }
    .menu-icon { display: block; }
    body.menu-active .header { z-index: 1003; }
    body.menu-active .header { border-color: transparent !important; }
    html.menu-active, body.menu-active { overflow: hidden; }
    .menu { display: flex; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #020203; z-index: 1002; flex-direction: column; align-items: center; text-align: center; transform: translateY(100%); visibility: hidden; transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0.4s; overflow-y: auto; }
    body.menu-active .menu { transform: translateY(0); visibility: visible; }
    .mobile-menu-content { display: flex; flex-direction: column; justify-content: space-between; width: 100%; max-width: 500px; flex-grow: 1; padding: 80px 30px 40px; }
    .mobile-menu-main { flex-grow: 1; }
    .mobile-menu-header { width: 100%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #1a1a1a; }
    .mobile-menu-header h2 { font-size: 1rem; color: #888; text-transform: uppercase; letter-spacing: 2px; margin: 0; }
    .mobile-menu-links { list-style: none; padding: 0; width: 100%; }
    .mobile-menu-links li { margin: 0; opacity: 0; transform: translateY(20px); transition: opacity 0.3s ease, transform 0.3s ease; }
    body.menu-active .mobile-menu-links li { opacity: 1; transform: translateY(0); }
    body.menu-active .mobile-menu-links li:nth-child(1) { transition-delay: 0.15s; }
    body.menu-active .mobile-menu-links li:nth-child(2) { transition-delay: 0.20s; }
    body.menu-active .mobile-menu-links li:nth-child(3) { transition-delay: 0.25s; }
    body.menu-active .mobile-menu-links li:nth-child(4) { transition-delay: 0.30s; }
    .mobile-menu-links li a { display: inline-block; position: relative; font-size: clamp(1.3rem, 5vw, 1.8rem); font-weight: 500; color: #D0D0D0; padding: 10px 20px; transition: color 0.3s ease, transform 0.3s ease; }
    .mobile-menu-links li a::before { content: ''; position: absolute; left: 0; top: 50%; height: 2px; width: 15px; background-color: #fff; transform: translateY(-50%) scaleX(0); transform-origin: left; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }
    .mobile-menu-links li a:hover { color: #FFFFFF; transform: translateX(10px); }
    .mobile-menu-links li a:hover::before { transform: translateY(-50%) scaleX(1); }
    .mobile-menu-quick-links { margin-top: 40px; opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s ease; transition-delay: 0.35s; }
    body.menu-active .mobile-menu-quick-links { opacity: 1; transform: translateY(0); }
    .mobile-menu-quick-links h3 { font-size: 0.9rem; color: #666; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
    .mobile-menu-quick-links ul { list-style: none; padding: 0; }
    .mobile-menu-quick-links ul li a { font-size: 0.9rem; color: #999; padding: 4px 0; }
    .mobile-menu-quick-links ul li a:hover { color: #fff; }
    .mobile-menu-logic { display: block; width: 100%; max-width: 250px; margin: 40px auto 0; opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s ease; transition-delay: 0.4s; }
    body.menu-active .menu .mobile-menu-logic { opacity: 1; transform: translateY(0); }
    .menu-cta-button { width: 100%; margin-bottom: 25px; }
    .menu-contact-info { margin-bottom: 25px; }
    .menu-contact-info p { font-size: 0.8rem; color: #666; margin-bottom: 5px; }
    .menu-contact-info a { font-size: 0.9rem; color: #999; text-decoration: none; border-bottom: 1px solid #444; }
    .menu-contact-info a:hover { color: #fff; border-color: #fff; }
    .menu-socials { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; }
    .menu-socials a { font-size: 1.8rem; color: #888; transition: color 0.2s ease, transform 0.2s ease; }
    .menu-socials a:hover { color: #fff; transform: scale(1.1); }
    .menu-footer { font-size: 0.8rem; color: #666; }
    .menu-overlay { display: none; }
    .section-padding { padding: 60px 15px; } .contact-container { padding: 20px 20px; } .item-container.rotate-left, .item-container.rotate-right, .item-container.higher-layer { transform: none; } .item-container.higher-layer { order: -1; transform: scale(1.02); } .hero-title { min-height: 2em; font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 0.2em; } .p-tag, .section-subtitle { font-size: 0.9rem; line-height: 1.7; } .btn { padding: 10px 24px; font-size: 0.85rem; }
}

@media (max-width: 480px) {
    .hero-title { font-size: clamp(1.8rem, 6vw, 2.5rem); } .section-title { font-size: clamp(1.6rem, 4.5vw, 2rem); } #home { min-height: 90vh; } .header nav { height: 60px; } .header .logo a { font-size: 1.6rem; }
}
/* --- ▼▼▼ ADD THIS TO THE END OF style.css ▼▼▼ --- */

.custom-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -100px);
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease, visibility 0.4s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    border: 1px solid transparent;
}
.custom-alert.show {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}
.custom-alert.success {
    background-color: #2E7D32; /* Darker Green */
    color: #FFFFFF;
    border-color: #388E3C;
}
.custom-alert.error {
    background-color: #C62828; /* Darker Red */
    color: #FFFFFF;
    border-color: #D32F2F;
}