*{
    margin:0;
    padding: 0;
}
body{
    height: 100vh;
    justify-content: center;
     /* font-family: sans-serif;   */
    /* font-family: poppins;  */
}
/* navbar css styling */
.navbar{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 5px;
    align-items: center;
    color: white;
    padding: 15px 60px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}
.portfolio{
    font-size: 24px;
    font-weight: bold;
     color: #2e006c;
     flex:0 0 auto; /* keeps logo fixed on left */
     cursor: pointer;
    }
.navlinks{
    list-style: none;
    display: flex;
    justify-content: center;
    flex:1;
    gap: 40px;
    margin-right: 40px; /* slight spacing from right edge */
 
   }
   .navlinks li{
    display: inline-block;
   }
   .navlinks a{
    text-decoration: none;
    color: #2e006c;
    font-weight: 700;
    font-size: 20px;
    transition: color 0.3s ease;
}
.navlinks a:hover{
    color:blue;
}

/*homesection css styling */
.homesection{
    margin-top: 0px;
    padding: 0px;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 100vh;
    width: 100%;
}
/* .homesection:hover{
    background-color: #F5F5F5;
    cursor: pointer;
} */
.hello{
    color:#2563eb;
    font-size: 25px;
    padding-top: 0px;
}
.name{
    color:#2e006c;
    font-size: 50px;
    margin-top: 15px;
    font-weight: bold;
}
.position{
    color:blue;
    margin-top: 20px;
    font-size: 25px;
}
span{
    color: #2e006c;
    font-size: 25px;
    font-weight: bold;
}
.description{
    color: #2e006c;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}
.hireaboutsection{
    display: flex;
    margin-top: 40px;
}
.hiresection{
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    color: white;
    background-color: #2e006c;
    font-weight: bold;
    cursor: pointer;
}
.aboutsection{
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    margin-left: 20px;
    background-color: #fff;
    cursor: pointer;

}
.aboutsection:hover{
    background-color: #2e006c;
    color:white;
}
.leftsection{
    margin: 20px;
    padding: 25px;
}

.rightsection img{
    height: 450px;
    width: 450px;
    margin-right: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #2563eb;
    /* color: #0A66C2; */
}
/*aboutmesection css styling */

.aboutmesection{
    margin-left: 10px;
    padding-left: 10px;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-top: 10px;
    height: 100vh;
    width: 100%;
}
/* .aboutmesection:hover{
    background-color: gray;
    cursor: pointer;
} */
.headingsection{
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    color: #2e006c;
     font-size: 40px;
}
.aboutmeleftsection img{
     height: 300px;
    width: 300px;
    margin-right: 10px;
    object-fit: cover;
    padding-left: 20px;
    border-radius: 10px; 

}
.aboutmerightsection{
   padding-right: 20px;
   padding-left: 20px;

}
.aboutmepara{
      font-size: 18px;
      text-align: justify;
      padding-right: 25px;
      /* color: #2e006c; */
     font-family: sans-serif;

}

.downloadcv{
    margin-top: 30px;
    border: 2px solid #2e006c;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    color:#2e006c;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}
.downloadcv:hover{
    background-color:#2e006c;
    color: #fff;
    cursor: pointer;
}
.service{
   margin-left: 70px;
   border:1px solid black;
   width: 400px;
   border-radius: 10px;
   background-color: #F5F5F5;
   text-align: center;
   border: none;
}
/* .service:hover{
    background-color: red;
    cursor: pointer;
    .heading4{
         color:#fff;
        font-weight: bold;
    }
}  */

.service:hover{
    background: #2e006c;
    color: white;
    transform: translateY(-8px);
    transition: 0.4s ease;
    cursor: pointer;
}
.service:hover i{
    color: white;
}
.servicepara{
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px;
   font-family: sans-serif;
}
/* .service:hover{
    background-color: #fff;
    cursor: pointer;
} */
.clockimage{
   margin-top: 10px;
   font-size: 60px;
   }
   .clockimage i{
    color: #2e006c;
    
   }
   .codeimage{
    border: 1px solid black;
   background-color: #E8F0FE;  
    margin-top: 10px;
    font-size: 60px;
    padding-left: 10px;
    height: 100px;
    width: 100px;
    border-radius: 5px;
    border: none;
    outline: none;
}
   .codeimage i{
    color:#2e006c;
    padding: 10px;
   }
   .post{
    font-weight: bold;
    color:#0F172A;
    margin-top: 10px;
   }
   .organization{
    color: #1E3A8A;
    margin-top: 5px;
   }
   .address{
    margin-top: 10px;
    font-weight: bold;
   }
   .calender{
    font-size: bold;
    color:#1E3A8A;
    margin-top: 10px;
    
   }
   .calender i{
    margin-right: 10px;
   }
    .experiencebutton{
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    color: white;
    background-color: #2e006c;
    font-weight: bold;
    cursor: pointer;
    margin-right: 40px;
    
   } 
   .experiencerightsection{
    display: flex;
    align-items: center;
    padding: 20px;
    
   } 
   .heading4,.headingdelivery,.headingquality,.headingrated{
   margin-top: 0px;
   margin-bottom: 0px;
}
.skillssection{
   text-align: center;
   height: 100vh;
   width: 100%;
   background-color: #fff;
 
}
.additionalservices{
   font-size: 20px;
   margin-top: 10px;
 }
.technicalskills-firstphase{
    display: flex;
    justify-content:space-between;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 20px;
}
.technicalskills-secondphase{
   display: flex;
   position:static;
    padding-right: 20px;
   }
   /* experience section css styling */
.experiencesectionfirstphase{
    margin-bottom: 5px;
    margin-top: 5px;
    background-color:#F5F5F5; 
    border: 1px solid black;
    border-radius: 5px;
    height: 370px;
    width: 410px;
    border: none; 
    
}
 .experiencesectionfirstphase:hover{
   transform: translateY(-10px);
    box-shadow: 0px 10px 25px rgba(46,0,108,0.25);
    border: 1px solid #2E006C;
    background: #f8f5ff;
    cursor: pointer;
}
 .experiencesection{
    background-color:#FFF;
    border: 1px solid black;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border: none;
    display:flex;
    justify-content: space-between;
   }

   /* education section css styling  */
.educationsectionsecondphase{
    display: flex;
    justify-content:space-between;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color:#fff;
    border: 1px solid black;
    border-radius: 5px;
    /* background-color: #F9FAFB; */
    border: none;
    margin-left: 20px;
    margin-right: 20px;
}
.educationsectionsecondphase:hover{
    transform: translateY(-10px);
    box-shadow: 0px 10px 25px rgba(46,0,108,0.25);
    border: 1px solid #2E006C;
    background: #f8f5ff;
}
.collegesection{
    margin-top: 20px;
}
   .experienceleftsection{
    padding: 20px;
   }

   /*education css styling */
   .coursebutton{
    border: 1px solid black;
    color: white;
    padding: 10px;
    border-radius: 5px;
    background-color: #2e006c;
    font-weight: bold;
    width: 200px;
    height: 60px;
    cursor: pointer;
  font-family: sans-serif;
   }
   .coursedescription{
    text-align: center;
   }
   .coursedescriptionfirstphase{
    display: flex;
    justify-content:space-between;
     margin-bottom: 5px;
    margin-top: 5px; 
    gap:50px
   }
    .coursedescriptionsecondphase{
    display: flex;
    position: static;
    justify-content:space-between;
    gap:50px;
   }

   /*contactus new css styling */
   .contactusnewsection{
    background-color:#FFF;
    border: 1px solid black;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border: none;
    display:flex;
    justify-content: space-between;
   }
  .leftrightsection{
    display: flex;
    
   }
  .footersection{
    border: 1px solid black;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #F9FAFB;
    padding-top: 0px;
    margin-top: 0px;
    height: 50px;
    width: 100%;
  }
  .footersection:hover{
    color:#2e006c;
    cursor: pointer;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  .btn a{
    position: fixed;
    bottom: 20px;
    right: 20px;
    color:#fff;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 18px;
    background: #2e006c;
  }
 
 .menu-btn{
    display:none;
    font-size: 32px;
    color: #2e006c;
    cursor: pointer;
  }


  /* latest contactus section */
    .headingcontactus{
    padding-left: 20px;
    color:#2e006c;
   }
     .contactuspara {
    margin-top: 10px;
    padding-left: 20px;
    font-family: sans-serif;
   }
    .leftrightsection{
    display: flex;
    
   }
   .container{
    border: 1px solid black;
    width: 350px;
    height: 440px;
    padding: 20px;
    margin: 20px;
    background-color: #F9FAFB;
    border-radius: 5px;
    border: none;
    outline: none;
    font-family: sans-serif;
   }
    .nameinput,.emailinput,.subjectinput,.messageinput{
    margin-bottom: 20px;

   }
     .container input{
    padding: 10px;
    width: 95%;
    outline: none;
    border: none;
   }
   .container textarea{
    width: 95%;
    border: none;
    margin-top: 10px;
   }
   .container button{
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
    background-color: #2e006c;
    color: white;
    font-weight: bold;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
   }
   .container button:hover{
    background-color:#1A0040;
    cursor: pointer;
   }
    .input-box{
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
   }
   .input-box i{
    border: 1px solid black;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 20px;
    top:50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #2e006c;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    border: none;
   }
   .input-box i:hover{
    background-color:#1E3A8A;
    cursor: pointer;

   }
   .input-box input{
    padding: 10px 10px 10px 60px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    height: 40px;
    background-color: #F9FAFB;
    border: none;
   }
    .rightsectioncontactus{
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-left: 60px;
    margin-top: 5px;
   }
   .rightsectioncontactus p {
    font-size: 34px;
    color:black;
    font-weight: bold;
   }
    .socialmedia-button{
    display: flex;
    gap: 35px;
    margin-top: 20px;

  }
   .input-boxlinkedin,.input-boxwhatsapp,.input-boxinstagram,.input-boxfacebook,.input-boxgithub i{
       border: 1px solid black;
       height: 30px;
       width: 30px;
       background-color: #2e006c;
       color: #fff;
       text-align: center;
       align-content: center;
       border: none;
       border-radius: 50%;
       outline: none;
       }
      
  
  .socialmedia-button :hover{
    transform: scale(1.1); 
    cursor: pointer; 
    background-color: #1E3A8A; 
  } 
  .headingcontactusconnect{
    padding-left: 20px;
    color:#2e006c;
    margin-top: 30px;
   }
     .contactussection{
    background-color:#fff;
    border: 1px solid black;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border:none;
   }
  /*Mobile Responsive */
  /* =========================
   MOBILE RESPONSIVE DESIGN
   ========================= */

@media (max-width:768px){

    *{
        box-sizing: border-box;
    }

    body{
        overflow-x: hidden;
    }

    /* ================= NAVBAR ================= */

    .navbar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 18px 20px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
    }

    .portfolio{
        font-size: 24px;
    }

    /* Menu Button */
    .menu-btn{
        display: block;
        font-size: 30px;
        color: #2e006c;
        cursor: pointer;
    }

    /* Nav Links */
    .navlinks{
        position: absolute;
        top: 75px;
        left: -100%;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        text-align: left;
        gap: 20px;
        padding: 30px 0;
        transition: 0.4s ease;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        margin-right: 0;
        padding-left: 20px;
    }

    /* Active Menu */
    .navlinks.active{
        left: 0;
    }

    .navlinks li{
        list-style: none;
    }

    .navlinks a{
        font-size: 18px;
        color: #2e006c;
    }

    /* ================= HOME SECTION ================= */

    .homesection{
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        padding: 120px 20px 40px;
        height: auto;
    }

    .leftsection{
        margin: 0;
        padding: 10px;
    }

    .hello{
        font-size: 18px;
    }

    .name{
        font-size: 34px;
        line-height: 45px;
    }

    .position{
        font-size: 18px;
    }

    span{
        font-size: 20px;
    }

    .description{
        font-size: 15px;
        line-height: 28px;
    }

    .hireaboutsection{
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .hiresection,
    .aboutsection{
        width: 140px;
    }

    .rightsection img{
        width: 260px;
        height: 260px;
        margin: 0 0 30px 0;
    }

    /* ================= ABOUT SECTION ================= */

    .aboutmesection{
        flex-direction: column;
        text-align: center;
        padding: 20px;
        margin-left: 0;
        padding-left: 0;
        height: auto;
        gap: 25px;
    }

    .headingsection{
        font-size: 30px;
        margin-top: 40px;
    }

    .aboutmeleftsection img{
        width: 240px;
        height: 240px;
        padding-left: 0;
    }

    .aboutmerightsection{
        padding: 0 10px;
    }

    .aboutmepara{
        font-size: 15px;
        line-height: 28px;
        text-align: center;
        padding-right: 0;
    }

    .downloadcv{
        width: 160px;
        font-size: 14px;
    }

    /* ================= SKILLS SECTION ================= */

    .skillssection{
        height: auto;
        padding: 20px 15px;
    }

    .technicalskills-firstphase,
    .technicalskills-secondphase{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .service{
        width: 100%;
        max-width: 350px;
        margin-left: 0;
        padding: 20px 15px;
    }

    .clockimage{
        font-size: 40px;
    }

    .heading4{
        font-size: 22px;
    }

    .servicepara{
        font-size: 14px;
        line-height: 24px;
    }
/* =====================================
   EXPERIENCE SECTION MOBILE RESPONSIVE
   ===================================== */

@media (max-width:768px){

    /* Main experience container */
    .experiencesection{
        flex-direction: column;
        align-items: center;
        padding: 15px;
        gap: 20px;
    }

    /* Experience Cards */
    .experiencesectionfirstphase{
        width: 100%;
        max-width: 350px;
        height: auto;
        padding: 20px;
        margin: 0;
    }

    /* Left content section */
    .experienceleftsection{
        padding: 0;
    }

    /* Icon Box */
    .codeimage{
        width: 70px;
        height: 70px;
        font-size: 35px;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .codeimage i{
        padding: 0;
    }

    /* Post Title */
    .post{
        font-size: 18px;
        line-height: 28px;
        margin-top: 15px;
    }

    /* Organization */
    .organization{
        font-size: 15px;
    }

    /* Address */
    .address{
        font-size: 14px;
    }

    /* Calendar */
    .calender{
        font-size: 14px;
    }

    /* Description */
    .description{
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }

}

/* =====================================
   EDUCATION SECTION MOBILE RESPONSIVE
   ===================================== */

@media (max-width:768px){

    /* Main Education Card */
    .educationsectionsecondphase{
        flex-direction: column;
        align-items: center; /* center content horizontally */
        justify-content: center;
        width: 95%; /* slightly reduce width for spacing */
        margin: 20px auto; /* add space around the card */
        padding: 25px; /* increase inner padding */
        border-radius: 10px;
        gap: 25px; /* more space between elements */
        box-sizing: border-box;
        cursor: pointer;
    }

    /* Left Section */
    .experienceleftsection{
        width: 100%;
        padding: 10px 0; /* add vertical breathing space */
    }

    /* Right Date Button */
    .experiencerightsection{
        width: 100%;
        padding: 10px 0;
        justify-content: center; /* center button horizontally */
    }

    .experiencebutton{
        width: 100%;
        margin: 10px 0; /* add spacing above and below */
        font-size: 14px;
        padding: 12px;
        cursor: pointer;
    }

    /* Icon Box */
    .codeimage{
        width: 70px;
        height: 70px;
        font-size: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin-bottom: 10px; /* space below icon */
    }

    /* Heading Text */
    .post{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .organization{
        font-size: 15px;
        margin-bottom: 5px;
    }

    .address{
        font-size: 14px;
        margin-bottom: 10px;
    }

    /* Course Description Layout */
    .coursedescriptionfirstphase,
    .coursedescriptionsecondphase{
        flex-direction: column;
        align-items: center;
        gap: 20px; /* increase gap for clarity */
    }

    /* Course Buttons */
    .coursebutton{
        width: 100%;
        max-width: 320px;
        height: auto;
        padding: 18px;
        font-size: 15px;
        line-height: 22px;
        margin: 5px 0; /* add vertical spacing between buttons */
    }

    /* College Section */
    .collegesection{
        margin-top: 25px;
        padding: 0 10px; /* add horizontal padding */
    }
}

    /* ================= CONTACT SECTION ================= */

    .leftrightsection{
        flex-direction: column;
    }

    .container{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px;
    }

    .container input,
    .container textarea{
        width: 100%;
    }

    .rightsectioncontactus{
        padding-left: 0;
        margin-top: 30px;
    }

    .input-box input{
        width: 100%;
    }

    .socialmedia-button{
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ================= FOOTER ================= */

    .footersection{
        padding: 15px;
        height: auto;
        font-size: 14px;
        text-align: center;
    }

    .btn a{
        bottom: 15px;
        right: 15px;
    }

}


