    :root{
        --c00111: rgb(51, 255, 0);
        --c001112: rgb(20, 125, 9);
        --bgcolor: rgb(9, 14, 32);
        --dftColor2: rgba(0, 0, 0, 0.89); 
        --dftColor: rgb(237, 241, 234);
        --borderColor: rgba(128, 128, 128, 0.543);
        --c001113: rgb(119, 134, 32);
        --c0011125: rgb(190, 92, 22);
    }


    *{
        padding: 0;
        margin: 0;
        user-select: none;
    }

    body{
        background-color: var(--bgcolor);
        font-family: arial;
        box-sizing: border-box;
        color: var(--dftColor);
        margin: 0; 
        padding: 20px;
    }


    a{
        text-decoration: none;
        color: currentColor;
    }

    header ul li{
        list-style-type:none;
        padding: 10px;
        margin: 4px;
        color: var(--dftColor);
        text-transform: capitalize;
        transition: 50ms;
        border-radius: 25px;
        transition: scale 0.4s;
    }
    .logo{
        font-weight: 900;
        font-size: 3rem;
        background: linear-gradient(to right, rgb(119, 134, 32), rgb(190, 92, 22));
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Shadows Into Light", cursive;
        font-style: normal;
    }

    

     header ul li:hover{
        background-color: var(--dftColor);
        border-radius: 25px;
        color: var(--dftColor2);
    }

    header ul li:nth-child(1){
        background: var(--dftColor);
        color: black !important;
        border-radius: 25px;
        
    }
    
    .header{
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 5px;
        
        margin-top: 20px;
    }

    ul{
         position: sticky;
         top: 10px;
    }

     .header .header-center{
        background: var(--dftColor2);
        border-radius: 25px;
       
        border: solid var(--borderColor) 1px;
     }

    .header .header-center ul {
        display: flex;
    }

    .nav-menu{
        display: none;
    }

    .profile img, .start div img{
       border-radius: 50%;
       transition: scale .4s linear;
    }

    .profile img:hover, .start div img:hover{
        scale: 1.05;
    }

     main section{
        max-width: 700px;
        margin: auto;

     }

     main section .start{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 50px;
     }
    
     .online{
        display: flex;
        justify-content: center;
        /* align-items: center; */
        /* margin: 10px; */
     }
     .online .outer-c {
        background-color: var(--c001112);
        width: 13px;
        height: 13px;
        border-radius: 50%; 
        position: relative;
     }

     .online .outer-c span {
        background-color: var(--c00111);
        width: 9px;
        height: 9px;
        z-index: 1;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 2.2px;
        left: 2.1px;
     }

     .cv{
        border: solid 1px var(--borderColor);
        padding: 10px 20px;
        border-radius: 8px; 
        font-weight: 600;
        cursor: pointer;
        transition: all .7s;
     }

     .cv:hover{
        background:var(--dftColor);
        color: var(--dftColor2);
        scale: 1.1;
     }

     .heading {
        margin-top: 20px;
        font-weight: 900;
        font-size: 48px; /* slightly smaller for better mobile fit */
        line-height: 1.05;
        text-align: center;
         background: linear-gradient(to right, rgb(119, 134, 32), rgb(190, 92, 22));
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
     

     .avail{
        margin-left: 10px;
     }

    .hamburger{
        display: none;
        cursor: pointer;
    }

    .bar{
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: white;
    }
    .angle {
        font-size: 50px;
        font-weight: 900;
    }

    .angle #ent-2 {
        color: var(--c001113);
       
    }

    .angle #ent-1{
        color: var(--c0011125);
    }
 
     .subheading{
        text-align: center;
        margin-top: 10px;
        font-size: 20px;
        color: var(--borderColor);
        font-weight: 600;
     }
 
     .start div{
        margin-top: 30px;
     }
 
     .start div img{
        width: 250px;
        height: 250px;
        /* max-width: 80%; */
     }
 
     .socials{
        display: flex;
        justify-content: center;
        align-items: center;
        /* gap: 20px; */
        margin-top: 30px;
     }
 
     .socials a{
        font-size: 30px;
        color: var(--dftColor);
        transition: color 0.3s ease-in-out;
     }
 
     .socials a:hover{
        color: var(--c00111);
     }

     .slash{
        color: rgb(253, 249, 253);
     }

     .hk{

        display: flex;
        justify-content: center;
        align-items: center;
     }

       .bodyDetails p:nth-child(2) {
        margin-top: 20px;
       }

     .bodyDetails {
       
        width: 80%;
        text-transform: capitalize;
     }
     .angle{
        flex-wrap: wrap;
     }

     .skills h1{
        text-align: center;
        font-size: 3em;
        font-weight: 900;
        margin: 20px;
        
        background: linear-gradient(to right, rgb(119, 134, 32), rgb(190, 92, 22));
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

     .skills-section{
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
        mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
     }
   
     .skills-section div{
            display: inline-block;
            white-space: nowrap;
            animation: slideIn 25s linear infinite;
     }
      
     
     .skills-section i {
        font-size: 2rem;
        margin: 0 20px;
      }


      .education{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        text-transform: capitalize;
      }

       .education h2 {
        font-size: 1em;
       }

       .education h3 {
        font-size: .6em;
        color: beige;
       }
      .line{
        width: 1px;
        background: grey;
        height: 100px;
      }

      .education div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
      }


      .contacts{
        max-width: 100%;
        margin: 50px auto ;
        
      }

      .contacts .head-c , .head-sub ,.or , .social-links, .call {
        text-align: center;
      }

      input{
        display: block;
        width: 100%;
    
      }
      form input[type="email"]{
        padding: 10px;
      }
       textarea{
        padding: 10px 10px 100px 5px;
      }


     .fjk {
        max-width: 700px;
     }

     .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px 20px;
        background-color: white;
        color: black;
        border-radius: 10px;
        margin-top: 50px;
     }
@keyframes slideIn {
    from {
        transform: translateX(0%);
    
    }
    to {
        transform: translateX(-50%);
       
    }

}

 /* Responsive */


@media (max-width: 768px) {
    .header .header-center{
        display: none;
    }
    .nav-menu {
        display: flex;
        position: fixed;
        left: -100%;
        top: 100px;
        flex-direction: column;
        background-color: var(--dftColor2);
        width: 100%;
        height: 70vh;
        text-align: center;
        transition: 0.3s;
        gap: 0;
        border-radius: 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li{
        padding: 15px 0;
        margin: 0;
    }

    .hamburger {
        display: block;
        z-index: 101; 
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .heading {
        font-size: 40px;
    }

    .skills-section i {
        font-size: 40px;
        margin: 10px;
    }
    .hk{
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 10px;
    }
}

/* Contact Form Styles */
.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.mobile-frame {
    background-color: #1a1a1a;
    border-radius: 40px;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 420px; /* allow slightly larger mobile frames on wider phones */
    display: flex;
    flex-direction: column;
}

/* Very small screen adjustments */
@media (max-width: 360px) {
    .mobile-frame {
        margin: 0 8px;
        max-width: calc(100% - 16px);
        padding: 14px;
        border-radius: 28px;
    }

    .heading {
        font-size: 34px;
    }
}

.inner-frame {
    background-color: #0d0d0d;
    border-radius: 20px;
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.socials-top {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.socials-top a {
    color: #888;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.socials-top a:hover {
    color: #fff;
}

.contact-button {
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.contact-button:hover {
    background-color: #3a3a3a;
}

.contact-button i {
    font-size: 1.1rem;
}

.separator {
    text-align: center;
    color: #888;
    margin: 20px 0;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input-group input,
.input-group textarea {
    background-color: #2a2a2a;
    border: 1px solid #444;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-size: 0.9rem;
    box-sizing: border-box;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
    color: #888;
}

.send-button {
    background-color: #fff;
    color: #0d0d0d;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.send-button:hover {
    background-color: #e6e6e6;

}
