* {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}

nav {
    padding: 10px 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #021326;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 1;
}

nav h1 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.logo {
    color: #fff;
}

nav ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

nav ul li {
    list-style: none;
    text-decoration: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.08rem;
    padding-top: 7px;
}

.menuIcon i {
    color: #f71735;
    font-size: 30px;
}

.menuIcon {
    display: none;
}

/*boder bottom style*/
nav li {
    margin-bottom: 10px;
}

.cool-link {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: red;
    transition: width .3s;
}

.resumeBTN:hover {
    background-color: #001e35 !important;
}

.cool-link:hover::after {
    width: 100%;
}

@media (max-width:1000px) {
    .menuIcon {
        display: block;
    }

    nav ul {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        gap: 0;
        background: #021326;
        overflow: hidden;
    }

    nav ul li {
        padding: 15px;
    }

    #menuList {
        transition: all 0.5s;
    }

    nav {
        padding: 10px 20px;
    }
}

/*Home*/
.home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 7.5rem;
    background-color: #021326;
    padding-bottom: 8rem;
}

.homeText {
    margin-top: 6rem;
}

.homeText h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.homeText h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    margin: 0 0 7px 0;
}

.homeText p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
    margin-top: 20px;
}

.homeText button {
    background: #fff;
    color: #011627;
    padding: 0 35px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border-radius: 5px;
    margin-top: 30px;
    transition: all 0.5s;
    cursor: pointer;
}

.homeText button:hover {
    background-color: red;
    color: #fff;
}

.bottomLine {
    height: 3px;
    width: 100px;
    background-color: #f71735;
}

/*aniated text podepane*/
#app {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
    background-color: #fff;
    background-clip: border-box;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.homeIMG {
    border: 1px solid;
    height: 450px;
    width: 450px;
    margin-top: 7rem;
    border-radius: 30px;
    background-color: #011627;
    background-image: url(coddingGIF.gif);
    background-size: contain;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

@media (max-width:1000px) {
    .home {
        flex-wrap: wrap;
        padding: 10px 20px;
        padding-bottom: 3rem;
    }

    .homeIMG {
        margin-top: 3rem;
        height: 400px;
        width: 400px;
        background-repeat: no-repeat;
    }

    .homeText {
        margin-top: 3rem;
    }
}

/*about*/
.about-1 {
    padding: 10px 7.5rem;
    background-color: #001e35;
    /* border: 1px solid red; */
    padding-bottom: 4rem;

}

.about-1 h1 {
    text-align: center;
}

.about-2 {
    display: flex;
    gap: 90px;
}

.about-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
}

.about-title h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.about-title .line {
    width: 40px;
    height: 3px;
    background-color: #ff1c44;
}

.about-me h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px;
    border-left: 3px solid red;
    padding-left: 10px;
}

.about-me .intro {
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
}

.about-me .intro u {
    text-decoration: underline;
    color: #fff;
}

.about-me .description {
    color: #bdb9b9;
    font-size: 16px;
    line-height: 1.6;
}

/**/
.design-tools {
    /* max-width: 600px; */
    margin-top: 1.5rem;
}

.design-tools h2 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
}

.red-bar {
    width: 3px;
    height: 20px;
    background-color: #e01b24;
    margin-right: 10px;
}


.tool-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tool {
    padding: 10px 20px;
    border: 1px solid #2f4454;
    border-radius: 9999px;
    background-color: transparent;
    color: #fff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.tool:hover {
    /* background-color: #e01b24; */
    border: 1px solid #e01b24;
    color: #fff;
}

/**/
.skills-section {
    margin-top: 1.5rem;
}

.skills-section h2 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
}

.skills-section .red-bar {
    width: 3px;
    height: 20px;
    background-color: #e01b24;
    margin-right: 10px;
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill {
    padding: 10px 20px;
    border: 1px solid #2f4454;
    border-radius: 9999px;
    background-color: transparent;
    color: #ccc;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.skill:hover {
    border: 1px solid #e01b24;
    color: #fff;
}

/***/
.work-process {
    margin-top: 1.5rem;
}

.work-process h2 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
}

.work-process .red-bar {
    width: 3px;
    height: 20px;
    background-color: #e01b24;
    margin-right: 10px;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.step {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #9daab5;
}

.circle {
    background-color: #e01b24;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 12px;
}

.about-2 .aboutIMG img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;

}

@media (max-width:1000px) {
    .about-1 {
        padding: 10px 20px;
        padding-bottom: 3rem;
    }

    .about-2 {
        flex-wrap: wrap;
    }

    .about-2 .aboutIMG img {
        padding-right: 0rem;
        padding-bottom: 2rem;
        width: 100%;
        height: auto;
    }

    .process-steps {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/*servises*/
.section3 {
    padding: 10px 7.5rem;
    background-color: #021326;
    /* padding-bottom: 4rem; */

}

.servises-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
}

.servises-tittle h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.servises-tittle .line {
    width: 40px;
    height: 3px;
    background-color: #ff1c44;
}

/**/
.servisesCardTop {
    display: flex;
    justify-content: space-between;
}

.servisesCardTop .card {
    background-color: #0C2A40;
    border-radius: 12px;
    padding: 30px;
    width: 300px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;

}

.servisesCardTop .card:hover {
    transform: translateY(-5px);
    background-color: #001e35;

}

.servisesCardTop .icon {
    background-color: #EF233C;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servisesCardTop .icon img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.servisesCardTop h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}

.servisesCardTop p {
    color: #b0c7d1;
    font-size: 15px;
    line-height: 1.5;
}

/**/
.servisesCardBottom {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px;

}

.servisesCardBottom .card {
    background-color: #0C2A40;
    border-radius: 12px;
    padding: 30px;
    width: 300px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.servisesCardBottom .card:hover {
    transform: translateY(-5px);
    background-color: #001e35;
}

.servisesCardBottom .icon {
    background-color: #EF233C;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 20% / 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servisesCardBottom .icon img {
    width: 36px;
    height: 36px;
    filter: brightness(0) invert(1);
}

.servisesCardBottom h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
}

.servisesCardBottom p {
    color: #b0c7d1;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width:1000px) {
    .section3 {
        padding: 10px 20px;
        padding-bottom: 3rem;
    }

}

@media (max-width:1350px) {
    .servisesCardTop {
        flex-wrap: wrap;
    }

    .servisesCardTop .card {
        margin: 10px !important;
        width: 100%;
    }

    .servisesCardBottom {
        flex-wrap: wrap;
        padding: 0px 0px;
    }

    .servisesCardBottom .card {
        margin: 10px !important;
        width: 100%;
    }

}

/*project*/
.project {
    padding: 10px 7.5rem;
    background-color: #001e35;
    padding-bottom: 3rem;
}

.project-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
}

.project-tittle h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.project-tittle .line {
    width: 40px;
    height: 3px;
    background-color: #ff1c44;
}

/**/
.projectCardSection1 {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.projectCardSection1 .card {
    background-color: #021326;
    color: white;
    border-radius: 12px;
    padding: 20px;
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.projectCardSection1 .card-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.projectCardSection1 .card-header i {
    color: white;
    font-size: 50px;
}

.projectCardSection1 .card-content p {
    margin: 0;
    line-height: 1.6;
}

.projectCardSection1 .name {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.projectCardSection1 .title {
    color: #9db4cc;
    font-size: 14px;
}

.projectCardSection1 .card-footer {
    margin-top: auto;
}

.projectCardSection1 .card button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background-color: #e01b24;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
}

.projectCardSection1 .card button:hover {
    background-color: aqua;
    color: black;
    transform: translateX(5px);
}

@media (max-width:1000px) {
    .project {
        padding: 10px 20px;
        padding-bottom: 3rem;
    }

    .projectCardSection1 .card {
        width: auto;
    }
}

/*education*/
.education {
    padding: 10px 7.5rem;
    background-color: #021326;
    padding-bottom: 3rem;
}

.education-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
}

.education-tittle h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.education-tittle .line {
    width: 40px;
    height: 3px;
    background-color: #ff1c44;
}

/**/
.educationCard .experience-card {
    background-color: #102e4a;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: border 0.3s ease;
    border: 2px solid transparent;
    max-width: 800px;
    margin: auto;
}

.educationCard .experience-card:hover {
    border: 2px solid red;
}

.educationCard .date-tag {
    background-color: #1c3a57;
    color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
}

.educationCard .content {
    color: #b0c7da;
}

.educationCard .content h3 {
    color: white;
    margin: 0 0 8px 0;
    font-size: 18px;
}

.educationCard .content p {
    margin: 0 0 6px 0;
    line-height: 1.6;
}

.educationCard .location {
    font-size: 14px;
    color: #8aa2ba;
}

@media (max-width:1000px) {
    .education {
        padding: 10px 20px;
        padding-bottom: 3rem;
    }

    .educationCard .experience-card {
        max-width: 700px;
    }

}

/*testimonials*/
.testimonials {
    padding: 10px 7.5rem;
    background-color: #001e35;
    padding-bottom: 3rem;
}

.testimonials-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
}

.testimonials-tittle h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.testimonials-tittle .line {
    width: 40px;
    height: 3px;
    background-color: #ff1c44;
}

/**/
.testimonials .testimonial-card {
    background-color: #021326;
    color: #fff;
    border: 2px solid #2f4454;
    display: flex;
    border-radius: 12px;
    padding: 50px 30px;
    margin: 0 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.testimonial-card:hover {
    border: 1px solid red;
    background-color: #2f4454;
    color: black;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 25px;
    object-fit: cover;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #e4e4e4;
    margin-bottom: 15px;
    margin-top: 20px;
}

.testimonial-content h3 {
    margin: 0;
    font-size: 18px;
    color: white;
}

.testimonial-content span {
    font-size: 17px;
    color: #a0b3c6;
}

.testimonial-content i {
    color: red;
    margin-top: 20px;
}

@media (max-width:1490px) {
    .testimonials .testimonial-card {
        margin: 0 100px;
    }
}

@media (max-width:1000px) {
    .testimonials .testimonial-card {
        margin: 0 0px;
    }

    .testimonials {
        padding: 10px 20px;
        padding-bottom: 3rem;
    }

    .testimonials .testimonial-card {
        flex-wrap: wrap;
    }
}

/*certificate*/
.cetificate {
    padding: 10px 7.5rem;
    background-color: #021326;
    padding-bottom: 3rem;
}

.certificate-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
}

.certificate-tittle h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.certificate-tittle .line {
    width: 40px;
    height: 3px;
    background-color: #ff1c44;
}

/**/
.certificate-card {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.certificate-card .card {
    background-color: #1e293b;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.certificate-card .card-image {
    position: relative;
}

.certificate-card .card-image img {
    width: 100%;
    display: block;
}

.certificate-card .certificate-card .date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: white;
    color: #0f172a;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: 50px;
    font-weight: bold;
}

.certificate-card .card-content {
    padding: 20px;
}

.certificate-card .card-content p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.certificate-card .card-content a {
    color: #ef4444;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.certificate-card .card-content a:hover {
    text-decoration: underline;
}

@media (max-width:1000px) {
    .cetificate {
        padding: 10px 20px;
        padding-bottom: 3rem;
    }

}

/*contact-me*/
.contact-me {
    padding: 10px 7.5rem;
    background-color: #001e35;
    padding-bottom: 3rem;
}

.contact-me-tittle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 70px 0;
}

.contact-me-tittle h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.contact-me-tittle .line {
    width: 40px;
    height: 3px;
    background-color: #ff1c44;
}

/**/
.contact .contact-section {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact .contact-info,
.contact-form {
    background-color: #021326;
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    min-width: 300px;
}

.contact .contact-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
    border-left: 3px solid red;
    padding-left: 10px;
}

.contact .contact-info p {
    color: #94a3b8;
    font-size: 14px;
    margin: 5px 0 15px 0;
}

.contact .contact-info .social-icons {
    margin-top: 20px;
    padding-top: 1rem;
}

.contact .contact-info .social-icons i {
    font-size: 25px;
    transition: all ease-in 0.2s;
}

.contact .contact-info .social-icons i:hover {
    transform: translateY(-4px);
}

.contact .social-icons a {
    color: white;
    text-decoration: none;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    /* background: red; */
    padding: 8px;
    border-radius: 5px;
}

.contact .contact-form h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: white;
    border-left: 3px solid red;
    padding-left: 10px;
}

.contact .contact-form form {
    display: flex;
    flex-direction: column;
}

.contact .form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.contact .form-group input {
    flex: 1;
    width: 100%;
}

.contact input,
textarea {
    background-color: #11263d;
    border: 1px solid #334155;
    border-radius: 5px;
    padding: 12px;
    color: #cbd5e1;
    font-size: 14px;
}

.contact textarea {
    resize: vertical;
    height: 120px;
    margin-top: 1.2rem;
}

.contact button {
    background-color: white;
    color: #0f172a;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    width: 150px;
    transition: all 0.5s;
}

.contact button:hover {
    background-color: #e01b24;
}

.map iframe {
    width: 100%;
    height: 430px;

}

@media (max-width:1000px) {
    .contact-me {
        padding: 10px 20px;
        padding-bottom: 3rem;
    }
}

/*footer*/
.footer {
    display: flex;
    align-items: center;
    padding: 10px 7.5rem;
    background-color: #11263d;
    padding-bottom: 1rem;
    justify-content: space-between;
}

.footer .social-icons i {
    font-size: 25px;
    padding-top: 15px;
}

.footer .social-icons i:hover {
    transform: translateY(-2px);
}

.footer .social-icons a {
    color: white;
    text-decoration: none;
    padding: 8px;
    border-radius: 5px;
}

.footer .text p {
    color: #fff;
    padding-top: 15px;
    font-size: 15px;
}

@media (max-width:1000px) {
    .footer {
        flex-wrap: wrap;
        padding: 10px 20px;
        justify-content: center !important;
    }
}



/* New Modal Variables */
:root {
    --primary-color: #007bff;
    --secondary-color: #28a745;
    --background-color: #021326;
    --card-bg: #09223D;
    --text-light: #f8f9fa;
    --text-muted: #adb5bd;
    --shadow-color: rgba(0, 0, 0, 0.5);
    --modal-bg: #112a45;
    --overlay-color: rgba(0, 0, 0, 0.8);
}

.welcome-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.welcome-modal.show {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background-color: var(--modal-bg);
    color: var(--text-light);
    padding: 40px;
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 10px 30px var(--shadow-color);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    text-align: center;
    border: 1px solid var(--primary-color);
}

.welcome-modal.show .modal-content {
    transform: scale(1);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--text-muted);
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
    border: none;
    background: none;
}

.close-btn:hover {
    color: var(--primary-color);
}

.modal-title {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 700;
}

.modal-body {
    font-size: 1.1em;
    margin-bottom: 25px;
    line-height: 1.5;
}

.modal-body p {
    margin-bottom: 10px;
}







/* PROJECT POPUP – */


.proj-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 19, 38, 0.85);
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: popupFadeBG 0.4s ease;
}

@keyframes popupFadeBG {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.proj-popup-box {
    position: relative;
    width: 90%;
    max-width: 380px;
    background: #021326;
    border-radius: 15px;
    padding: 30px 30px 25px 30px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    text-align: center;

    transform: scale(0.7);
    opacity: 0;
    animation: popupZoomIn 0.35s ease forwards;
}

@keyframes popupZoomIn {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.proj-popup-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.proj-popup-box input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #0c213f;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.proj-popup-box input:focus {
    background: #103057;
    box-shadow: 0 0 8px #1b5cff;
}

#proj-error-msg {
    height: 20px;
    font-size: 14px;
    margin-top: 5px;
    color: #ff4c4c;
}

.proj-popup-actions {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

#projSubmitBtn {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-radius: 10px;
    background: #1b5cff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

#projSubmitBtn:hover {
    background: #3a70ff;
    transform: translateY(-2px);
}

.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d9534f;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.25s ease;
}

.close-btn:hover {
    background: #ff6763;
    transform: scale(1.1);
}


@media (max-width: 480px) {
    .proj-popup-box {
        padding: 25px;
        max-width: 92%;
    }

    .proj-popup-box h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #projSubmitBtn {
        font-size: 15px;
        padding: 10px;
    }

    .close-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .proj-popup-box {
        padding: 20px;
    }

    .close-btn {
        top: 8px;
        right: 8px;
    }
}
