/* _content/PortfolioAndreaCapasso/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.login-card[b-msva7df3te] {
    width: 400px;
    padding: 40px 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    box-shadow: 0 0 30px rgba(128, 0, 255, 0.3);
    color: white;
    text-align: center;
}

    /* Titolo */
    .login-card h2[b-msva7df3te] {
        margin-bottom: 25px;
        color: #b388ff;
    }

   

/* INPUT (override Bootstrap) */
.login-card input.form-control[b-msva7df3te] {
    width: 100%;
    padding: 14px 18px !important;
    height: 48px !important;
    font-size: 16px !important;
    border-radius: 25px !important;
    border: 1px solid #5e35b1 !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: white !important;
}


    .login-card input.form-control:focus[b-msva7df3te] {
        outline: none !important;
        border-color: #7c4dff !important;
        box-shadow: 0 0 10px #7c4dff !important;
    }

/* Ricordami */
.actions[b-msva7df3te] {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

    .actions input.form-check-input[b-msva7df3te] {
        margin-right: 8px;
        width: 18px;
        height: 18px;
    }

/* Pulsante login */
.login-btn[b-msva7df3te] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(45deg, #4a148c, #7c4dff);
    color: white;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

    .login-btn:hover[b-msva7df3te] {
        opacity: 0.85;
    }
/* _content/PortfolioAndreaCapasso/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.custom-nav[b-ohij1lattb] {
    transition: background-color 0.4s ease, padding 0.3s ease;
    padding: 18px 0;
    background: black;
    backdrop-filter: blur(6px);
    position:sticky;
}


/* Navbar dopo scroll */
.nav-scrolled[b-ohij1lattb] {
    background: rgba(0,0,0,0.85) !important;
    padding: 8px 0 !important;
}

/* Link animato underline */
.link-animated[b-ohij1lattb] {
    position: relative;
    color: #fff !important;
    transition: color 0.3s ease;
}

    .link-animated[b-ohij1lattb]:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0%;
        height: 2px;
        background: #8B5CF6;
        transition: width 0.3s ease;
    }

    .link-animated:hover[b-ohij1lattb]:after {
        width: 100%;
    }

/* Hamburger personalizzato */
.custom-toggler[b-ohij1lattb] {
    border: none;
    outline: none;
}

    .custom-toggler:focus[b-ohij1lattb] {
        box-shadow: none;
    }

.toggler-icon[b-ohij1lattb] {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: transform 0.3s ease;
}

.custom-toggler.collapsed .toggler-icon:nth-child(1)[b-ohij1lattb] {
    transform: translateY(8px) rotate(45deg);
}

.custom-toggler.collapsed .toggler-icon:nth-child(2)[b-ohij1lattb] {
    opacity: 0;
}

.custom-toggler.collapsed .toggler-icon:nth-child(3)[b-ohij1lattb] {
    transform: translateY(-8px) rotate(-45deg);
}

.fixed-prefix[b-ohij1lattb] {
    color: #8B5CF6;
    font-weight: 700;
}
/* Style del cursore */
#typewriter[b-ohij1lattb] {
    font-weight: 600;
    color: #ffffff;
    border-right: 2px solid #ffffff;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.btn-primary[b-ohij1lattb] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


.border-top[b-ohij1lattb] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ohij1lattb] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ohij1lattb] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ohij1lattb] {
  font-size: 1rem;
  line-height: inherit;
}

/* --- FOOTER --- */
.footer-section[b-ohij1lattb] {
    background-color:transparent;
    border-top: 2px solid rgba(179, 123, 255, 0.3);
}

    .footer-section a[b-ohij1lattb] {
        color: #b37bff;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-section a:hover[b-ohij1lattb] {
            color: #9b63e6;
            text-decoration: underline;
        }

/* SOCIAL ICONS */
.social-icon[b-ohij1lattb] {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.5rem;
    color: #b37bff;
    transition: 0.3s ease;
}

    .social-icon:hover[b-ohij1lattb] {
        color: #9b63e6;
        transform: translateY(-3px);
    }












/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-section .text-md-start[b-ohij1lattb] {
        text-align: center !important;
    }

    .footer-section .text-md-end[b-ohij1lattb] {
        text-align: center !important;
        margin-top: 10px;
    }
}
/* _content/PortfolioAndreaCapasso/Views/Dashboard/Index.cshtml.rz.scp.css */
.presentazione-card[b-hnrxsryuki] {
    border: 3px solid #7c3aed;
    border-radius: 12px;
    padding: 40px 24px 24px;
    position: relative;
    max-width: 700px;
    margin: 30px auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    background: transparent;
    color:white;
}

/* Titolo integrato nella linea del bordo */
.presentazione-badge[b-hnrxsryuki] {
    position: absolute;
    top: -20px;
    left: 15%;
    transform: translateX(-50%);
    padding: 0;
    background: black; /* o background della tua pagina */
    color: #7c3aed;
    font-weight: bold;
    font-size: 20px;
 
    display: flex;
    align-items: center;
    gap: 2px;
}

    /* Linee ai lati */
    .presentazione-badge[b-hnrxsryuki]::before,
    .presentazione-badge[b-hnrxsryuki]::after {
        content: "";
        height: 3px;
        background: #7c3aed;
        flex: 1;
    }

    .presentazione-badge[b-hnrxsryuki]::before {
        margin-right: 3px;
    }

    .presentazione-badge[b-hnrxsryuki]::after {
        margin-left: 3px;
    }

.presentazione-input[b-hnrxsryuki] {
    padding: 12px;
    border-radius: 10px;
    border: 1.5px solid #ddd;
}

    .presentazione-input:focus[b-hnrxsryuki] {
        border-color: #7c3aed;
        box-shadow: 0 0 6px rgba(124, 58, 237, 0.4);
    }

.presentazione-buttons[b-hnrxsryuki] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.presentazione-toast[b-hnrxsryuki] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #111827;
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    opacity: 0;
    transition: 0.2s;
}

    .presentazione-toast.show[b-hnrxsryuki] {
        opacity: 1;
    }

.table-wrapper[b-hnrxsryuki] {
    max-height: 400px; /* altezza massima visibile */
    overflow-y: auto; /* scroll verticale */
}

    .table-wrapper[b-hnrxsryuki]::-webkit-scrollbar {
        width: 8px;
    }

    .table-wrapper[b-hnrxsryuki]::-webkit-scrollbar-thumb {
        background-color: rgba(124, 58, 237, 0.7); /* viola come il tuo tema */
        border-radius: 4px;
    }

    .table-wrapper[b-hnrxsryuki]::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,0.1);
    }
/* _content/PortfolioAndreaCapasso/Views/Home/Index.cshtml.rz.scp.css */


/* Hero Section */
.hero-section[b-oln1luzlbo] {
    padding-top: 140px;
    padding-bottom: 100px;
}



/* Riquadro foto */
.photo-box[b-oln1luzlbo] {
    padding: 10px;
    border-radius: 15px;
    background: #111;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
    max-width: 300px;
}

    .photo-box img[b-oln1luzlbo] {
        border-radius: 12px;
        width: 100%;
        height: auto;
    }


/* --- ANIMAZIONE NOME --- */
.hero-name[b-oln1luzlbo] {
    font-family: 'Poppins', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    opacity: 0;
    animation: fadeSlideIn-b-oln1luzlbo 1.4s ease forwards, letterSpace-b-oln1luzlbo 1.4s ease forwards;
}

/* --- ANIMAZIONE RUOLO --- */
.hero-role[b-oln1luzlbo] {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: #A855F7;
    font-weight: 600;
    margin-top: 10px;
    opacity: 0;
    animation: fadeIn-b-oln1luzlbo 1.6s ease forwards;
    animation-delay: 0.4s;
}



.hero-buttons[b-oln1luzlbo] {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}

/* --- BOTTONE CONTATTAMI --- */
.btn-contact[b-oln1luzlbo] {
    padding: 12px 26px;
    border: 2px solid #A855F7;
    color: #A855F7;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-contact:hover[b-oln1luzlbo] {
        background-color: #A855F7;
        color: #ffffff;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
    }

/* --- BOTTONE CV --- */
.btn-cv[b-oln1luzlbo] {
    padding: 12px 26px;
    background-color: #A855F7;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-cv:hover[b-oln1luzlbo] {
        background-color: #9333EA; /* viola più scuro */
        box-shadow: 0 0 18px rgba(168, 85, 247, 0.6);
    }


.about-section[b-oln1luzlbo] {
    
    padding: 70px 0;
}

.section-title[b-oln1luzlbo] {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

    .section-title[b-oln1luzlbo]::after {
        content: "";
        display: block;
        height: 3px;
        width: 60px;
        background: #6f42c1;
        margin: 10px auto 0 auto;
        border-radius: 3px;
    }

.about-text[b-oln1luzlbo] {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
    color: #d9d9d9;
    padding: 15px;
    border-radius: 12px;
    
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}


.reveal[b-oln1luzlbo] {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease-out;
}

    /* quando entra nello schermo */
    .reveal.active[b-oln1luzlbo] {
        opacity: 1;
        transform: translateY(0);
    }

/* --- TIMELINE DARK --- */
.experience-section[b-oln1luzlbo] {
    background-color:transparent;
}

.timeline[b-oln1luzlbo] {
    position: relative;
    margin: 0 auto;
    padding-left: 20px;
    /*border-left: 3px solid rgba(179, 123, 255, 0.4);*/
    max-width: 800px;
}

/* Ogni step */
.timeline-item[b-oln1luzlbo] {
    position: relative;
    padding: 30px 0 30px 40px;
}

/* Linea neon interna */
.timeline-line[b-oln1luzlbo] {
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 100%;
    background: rgba(179, 123, 255, 0.25);
}

/* Pallino neon */
.timeline-dot[b-oln1luzlbo] {
    position: absolute;
    left: -11px;
    top: 35px;
    width: 22px;
    height: 22px;
    background: #b37bff;
    border-radius: 50%;
    box-shadow: 0 0 12px #b37bff, 0 0 25px rgba(179, 123, 255, 0.7);
    border: 3px solid #fff;
}

/* Contenuto */
.timeline-content[b-oln1luzlbo] {
    background: #1a1a1a;
    padding: 20px 25px;
    border-radius: 15px;
    color: #e5e5e5;
    border: 1px solid rgba(179, 123, 255, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .timeline-content:hover[b-oln1luzlbo] {
        transform: translateY(-4px);
        box-shadow: 0 0 15px rgba(179, 123, 255, 0.4);
    }

    /* Titoli anni */
    .timeline-content .year[b-oln1luzlbo] {
        color: #b37bff;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }




    /*Side Bar Pallini*/



.side-nav[b-oln1luzlbo] {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.dot[b-oln1luzlbo] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #A855F7;
    background: transparent;
    transition: 0.3s ease;
}

    .dot.active[b-oln1luzlbo],
    .dot:hover[b-oln1luzlbo] {
        background: #A855F7;
        box-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
    }



/* --- SEZIONE SKILL --- */
.skills-section[b-oln1luzlbo] {
    background-color:transparent;
}

/* Card skill */
.skill-card[b-oln1luzlbo] {
    background: #111;
    border: 1px solid rgba(179, 123, 255, 0.3);
    padding: 30px 20px;
    border-radius: 18px;
    text-align: center;
    color: white;
    transition: 0.3s ease-out;
    box-shadow: 0 0 0 rgba(179, 123, 255, 0);
}

    .skill-card:hover[b-oln1luzlbo] {
        transform: translateY(-7px);
        box-shadow: 0 0 20px rgba(179, 123, 255, 0.4);
        border-color: #b37bff;
    }

/* Icone */
.skill-icon[b-oln1luzlbo] {
    font-size: 3rem;
    color: #b37bff;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.skill-card:hover .skill-icon[b-oln1luzlbo] {
    transform: scale(1.15);
}

/* Nome skill */
.skill-card p[b-oln1luzlbo] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}


/* SEZIONE CONTATTI DARK */
.contatti-section[b-oln1luzlbo] {
    background-color:transparent; /* nero ma leggero, elegante */
}

.section-title[b-oln1luzlbo] {
    color: #b37bff; /* viola elegante */
    font-size: 2.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* CARD */
.contact-card[b-oln1luzlbo] {
    max-width: 800px;
    border: none;
    background: #111;
    border-radius: 18px;
    box-shadow: 0 0 25px rgba(179, 123, 255, 0.2);
}

.contact-header[b-oln1luzlbo] {
    background: #b37bff;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

/* LABEL */
.contact-card .form-label[b-oln1luzlbo] {
    color: #e0e0e0;
    font-weight: 500;
}

/* INPUT E TEXTAREA */
.contact-input[b-oln1luzlbo] {
    background: #1a1a1a;
    border: 2px solid #333;
    color: white;
    border-radius: 10px;
    padding: 12px;
    transition: 0.3s ease-in-out;
}

    .contact-input:focus[b-oln1luzlbo] {
        border-color: #b37bff;
        box-shadow: 0 0 10px rgba(179, 123, 255, 0.3);
        background: #1f1f1f;
        color: white;
    }

/* BOTTONE INVIA */
.contact-btn[b-oln1luzlbo] {
    background: #b37bff;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 12px;
    border: none;
    transition: 0.25s;
}

    .contact-btn:hover[b-oln1luzlbo] {
        background: #9b63e6;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(179, 123, 255, 0.4);
    }




/* --- KEYFRAMES --- */
@keyframes fadeSlideIn-b-oln1luzlbo {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-oln1luzlbo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes letterSpace-b-oln1luzlbo {
    0% {
        letter-spacing: -2px;
    }

    100% {
        letter-spacing: 1px;
    }
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {

    /* Sezione */
    .hero-section[b-oln1luzlbo] {
        text-align: center;
        padding-top: 90px;
    }

    /* Nome più piccolo su mobile */
    .hero-name[b-oln1luzlbo] {
        font-size: 2.7rem;
    }

    /* Ruolo un po’ più contenuto */
    .hero-role[b-oln1luzlbo] {
        font-size: 1.2rem;
    }

    /* Foto più piccola */
    .photo-box[b-oln1luzlbo] {
        width: 200px;
        height: 200px;
    }

    /* Bottoni in colonna */
    .hero-buttons[b-oln1luzlbo] {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .btn-contact[b-oln1luzlbo],
    .btn-cv[b-oln1luzlbo] {
        width: 50%;
        text-align: center;
        padding: 14px 0;
    }
    .section-title[b-oln1luzlbo] {
        font-size: 2rem;
    }

    .about-text[b-oln1luzlbo] {
        font-size: 1rem;
        line-height: 1.6;
    }
    .timeline[b-oln1luzlbo] {
        padding-left: 15px;
        border-left-width: 2px;
    }

    .timeline-item[b-oln1luzlbo] {
        padding-left: 35px;
    }

    .timeline-dot[b-oln1luzlbo] {
        left: -10px;
        width: 18px;
        height: 18px;
    }

    .timeline-content[b-oln1luzlbo] {
        padding: 15px 18px;
    }
}

/* --- RESPONSIVE per schermi molto piccoli (iPhone SE) --- */
@media (max-width: 420px) {
    .hero-name[b-oln1luzlbo] {
        font-size: 2.2rem;
    }

    .hero-role[b-oln1luzlbo] {
        font-size: 1rem;
    }

    .photo-box[b-oln1luzlbo] {
        width: 150px;
        height: 150px;
    }
    .section-title[b-oln1luzlbo] {
        font-size: 1.7rem;
    }

    .about-text[b-oln1luzlbo] {
        font-size: 0.95rem;
    }
}
