* {
    margin: 0px;
    padding:0px;
    border: border-box;
    font-family: 'Outfit';
}
html {
    scroll-behavior: smooth;
}
.Body {
    background-color: #110d0d;
    background-color: #161513;
    scroll-behavior: smooth;
    padding-top: 100px;
}
.header_head {
    height:100px;
    position:absolute;
    background-color: #232322;
    background-color: rgba(255, 255, 255, 0.1); 
    z-index: 9999;
    top: 0;               
    width: 77%;   
    display: flex;
    left: 150px;   
    /* border-radius: 10px; */
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    /* margin-left: 100px;      */
    /* padding-left: 100px; */
}
.header_div {
    display: flex;
    /* justify-content: space-evenly;
    padding: 0; 
    /* height: 100%; */
    width:100%;
    padding-left: 30px; 
    padding-right: 30px; 
    align-items: center;  
    box-sizing: border-box;
    justify-content: space-between;  
    /* margin-left: 30px;  
    width: calc(100% - 30px);  */
}


/* .header_namelogo {
    display: inline;   
    max-height: 300px; 
    height: fit-content;
    padding: 0;
    width: auto;
} */


.nav {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
}
 .nav a {
    display: inline-block;
    text-decoration: none;
    color: rgb(224, 219, 219);
    font-size: 20px;
    line-height: normal;
    justify-content: center;

}

.outer_conme_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 200px;
    border-radius: 50%;
    background: linear-gradient(to right,#B415FF , #DF8908 );
    margin-right: 10px;
    transition: all 0.1s ease-in;
    border: 2.5px solid transparent;
}

.outer_conme_div:hover {
    border: 2.5px white solid;
}
.conme_tag {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16.5px;
}


.Home,
.Aboutme,
.Skills,
.Services,
.Contact,
.Experience {
    transition: all 0.3s ease-in;
}



.Home:hover,
.Aboutme:hover,
.Skills:hover,
.Services:hover,
.Contact:hover,
.Experience:hover {
    transform: scale(1.1) ;
    text-shadow: 0px 0px 10px rgb(235, 31, 190);
}


.circle-img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: white; 
  padding: 3px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 20px auto 0;   

}

.circle-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
} 

.Hlines {
    color: white;
    display: block;
    font-size: 65px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 15px auto;
}


.introlineclr {
    background: linear-gradient(to right,#B415FF , #DF8908 );
    background-clip: text;             
    -webkit-text-fill-color: transparent; 
}

.line1 {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    line-height: 22px;
}

/* connect me 2 */

.outer_conme_div2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 190px;
    border-radius: 50%;
    background: linear-gradient(to right,#B415FF , #DF8908 );
    margin-right: 10px;
    transition: all 0.1s ease-in;
    border: 2.5px solid transparent;
    z-index:8888;
}

.outer_conme_div2:hover {
    border: 2.5px white solid;
}
.conme_tag2 {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16.5px;
}
/* resume deign */
.outer_resume_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 190px;
    border-radius: 50%;
    background-color: #161513;
    margin-right: 10px;
    transition: all 0.1s ease-in;
    border: 2.5px solid white;
    box-sizing: border-box;
    z-index:8888;


}
.outer_resume_div:hover {
    border:2px solid #B415FF;

}

.resume_tag {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16.5px;

}


.buttons_container {
    display: flex;
    justify-content: center;   
    align-items: center;
    gap: 60px;                 
    margin-top: 25px;          
    flex-wrap: wrap;           
}

#about_me {
    color: white;
    margin-top: 2rem;
    display: block;
    text-align: center;
    font-size: 70px;
    scroll-margin-top: 100px;
}

.aboutme_things {
    display: flex;
    gap: 70px;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
}
.about_me_intro_line_1 {
    line-height: 1.3;
}
.about_image {
    display: flex;
    justify-content: flex-start;
    padding-left: 14%;
    margin-top: 35px;
}
.eshallongpic {
    height: 350px;
    max-width: 299px;
    border-radius: 10px;
}


.aboutmeintro {
    color: white;
    font-size: 18px;
    margin-top: 39px;
    margin-right: 6%;
    line-height: 1.2;
    
}
.skills {
  margin-top: 1rem;
  width: 75%;
  margin-right: 8%;
}

.skill {
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-in;
}

.skill p {
  margin: 0 0 5px;
  color: white;
  font-size: 18px;
}

.skill-bar {
  height: 8px;
  background: #333;
  border-radius: 5px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: linear-gradient(to right,#B415FF , #DF8908 );
  border-radius: 5px;
}
.skill:hover {
    transform: scale(1.06);
}
#my_services {
    font-size: 50px;
    text-align: center;  
    padding: 8px 0;  
    margin-top:60px;
    color: white; 
    scroll-margin-top: 100px;
}


.inner_services_div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
    margin-top: 30px;
    color: white;
}
.service1box {
    height: 250px;
    width: 250px;
    background-color: transparent;
    border: 3px white solid;
    border-radius: 10px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
    margin-right: 50px;
    margin-left: 50px;
}


.service1box h3 {
    font-size: 22px;
}

.service1box h2 {
    font-size: 29px;
    margin-top: 6px;
    background: linear-gradient( to right, #B415FF, #DF8908);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services_caption {
    font-size: 17px;
    margin-top: 8px;
}

.services_readmore{
    margin-top: 20px;
    display: inline-block;
    font-size: 17px;
}

.service1box:hover {
    scale: 1.04;
    border: 3px #B415FF solid;
    box-shadow: 3px 3px 10px #DF8908;
}
.outer_services_div{
    display: flex;
    justify-content: center;
}
#workexperience {
    font-size: 50px;
    text-align: center;  
    padding: 8px 0;  
    margin-top:60px;
    color: white; 
    scroll-margin-top: 100px;
}
.certificatesand {
    color: white;
    display: block;
    text-align: center;
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 0;

}
/* work exprience here */
/* Work Experience Styles */
.workExperience {
    font-size: 50px;
    text-align: center;
    padding: 8px 0;
    margin-top: 60px;
    color: white;
    scroll-margin-top: 100px;
}

.experience-boxes {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px 20px;
    margin-top: 20px;
}

.exp-box {
    background-color: transparent;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 25px;
    width: 280px;
    height: 220px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.exp-box:hover {
    border-color: #DF8908;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(223, 137, 8, 0.15);
}

.exp-icon {
    font-size: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.exp-title {
    color: #DF8908;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.exp-company {
    color: #B415FF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}

.exp-duration {
    color: #888;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

.exp-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exp-points li {
    color: white;
    font-size: 15px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
}

.exp-points li:before {
    content: "✓";
    color: #DF8908;
    position: absolute;
    left: 0;
    font-weight: bold;
}


#certificationspart {
    scroll-margin-top: 100px;
}

.my-specializations {
    background: linear-gradient(to right,#B415FF, #DF8908);
    font-size: 40px;
    text-align: center;  
    padding: 8px 0;  
    margin-top:60px;
    color: white;   

}

.spe_boxes {
    display: flex;
    justify-content: center;
    gap:100px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}
.cer_boxes {
    margin-left: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    z-index: 10;
    position: relative;
}

/* sab boxes ke full design */




.box1, .boxthree{
    background-color: #232222;
    padding-top: 30px;
    padding-right:50px;
    padding-left:50px;
    padding-bottom: 17px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    font-size: 16px;
    border-radius: 15px;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    cursor: pointer;
    z-index: 9998;
} 
/* .box3 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    z-index: 101;
    margin-top: 30px;
}

.box4 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    z-index: 101;
    margin-top: 30px;
}

.box5 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    z-index: 101;
    margin-top: 30px;

}

.box6 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}


.box7 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
    margin-left: 13px;

}
.box8 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}
.box9 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
    margin-left: 10px;

}
.box10 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}
.box11 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}
.box12 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}
.box13 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
    margin-right: 14px;
}
.box14 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}
.box15 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}
.box16 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
} */
.box17 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
    margin-right: 14px;

}
.box18 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}

/* .box19 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
} */
.box20 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}
.box21 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
    margin-right: 14px;

}
/* .box22 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
} */
/* .box23 {
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
} */

.box23{
    background-color: #232222;
    display: inline-flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 1px #B415FF ;
    transition: all 0.2s ease-out;
    transform: scale(1);
    border-radius: 15px;
    margin-right: 30px;
    z-index: 101;
    margin-top: 30px;
}

.box1:hover,
.boxthree:hover,
.box17:hover,
.box18:hover,
.box20:hover,
.box21:hover,
.box23:hover
 {
    box-shadow: 2px 2px 1px #DF8908;
    transform: scale(1.02);
    z-index: 99999;
}
/* certificates ke name headings */
/* .spe_name1 {
    color: #DF8908;
    font-size: 16.75px;
    margin-bottom: 8px;

} */

.spe_name2 {
    color: #DF8908 ;
    font-size: 16.75px;
    margin-bottom: 8px;
    text-align: center;
}



/* issued by  coursera gogles companyyy */

.isued_by1 {
    color: white;
    font-family: 'Outfit';
    margin-bottom: 14px;

}

.isued_by2 {
    color: white;
    font-family: 'Outfit';
    margin-bottom: 14px;
    text-align: center;

}



.issued_by {
    color:white;
    font-family: 'Outfit';
    text-align: center;
    margin-bottom: 14px;
    color: #DF8908 ;
    font-size: 16.75px;

}


/* linkesss for verification  */

.link1 {
    position: relative;
    z-index: 99;
    font-family: 'Outfit';
    text-decoration: none;
    color: antiquewhite;
    background: linear-gradient(to right, #B415FF , #DF8908);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    /* display: block; */
    border-radius: 3.5px;
    margin-bottom: 8px;

}
.link2 {
    position: relative;
    z-index: 99;
    font-family: 'Outfit';
    text-decoration: none;
    color: antiquewhite;
    background: linear-gradient(to right, #B415FF , #DF8908);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    border-radius: 3.5px;
    margin-bottom: 8px;
}
  
.certificate_links {
    color: antiquewhite;
    font-family: 'Outfit';
    text-decoration: none;
    background: linear-gradient(to right, #B415FF, #DF8908);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 8px;
    border-radius: 3.5px;

}


/* jab mily thy mere ko certificates  */
/* means issued on  */

.isued_on1 {
    color: rgb(127, 123, 123);
    font-family: 'Outfit';
    margin-top: 10px;
}

.isued_on2 {
    color: rgb(127, 123, 123);
    font-family: 'Outfit';
    margin-top: 10px;
  
}

.issued_on {
    color: rgb(127, 123, 123);
    font-family: 'Outfit';
    margin-top: 10px;
}




/* certificaties wali heading ha yeb */
.my_certis_heading {
    display: absolute;
    margin-top: 50px;
    text-align: center;
    background: linear-gradient(to right,#B415FF , #DF8908 );
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
    font-size: 18px;
}



#connect-contact-me {
    color: white;
    font-size: 60px;
    display: block;
    text-align: center;
    scroll-margin-top: 100px;
    margin-top: 100px;
}


.outer-div-lets-talk {
    display: flex;
    color: white;
    flex-wrap: wrap;
    margin-left: 140px;
    align-items: flex-start;
    gap:100px;
}

.lets_talk {
    background: linear-gradient(270deg, #DF8908 80%, #B415FF 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    margin-top: 70px;
    margin-left: 0px;
    font-weight: 700;
}
.connnect_left {
    margin-left: 30px;
}
.connect_left_line {
    word-wrap: break-word;
    max-width: 40ch;
    line-height: 25px;
    margin-top: 40px;
}

.connections_email {
    display: flex;
    align-items: left;
    margin-top: 20px;
    gap: 20px;
}
.connections_call {
    display: flex;
    align-items: left;
    margin-top: 20px;
    gap: 20px;
}
.connections_location {
    display: flex;
    align-items: left;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
}
.form_label {
    font-weight: 300;
}


.connect_right {
    display: flex;
    color: white;
    flex-wrap: wrap;
    margin-top: 70px;
}
.user_input_text {
    padding: 15px;
    width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #32323c;
    color: #a0a0a0;
    border-radius: 5px;
    border: 2px solid #32323c;
    outline: none;
}

.user_input_text:hover {
    border: 2px solid white;
}

.submit_button {
    background: linear-gradient(to right, #B415FF, #DF8908);
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
    border-radius: 30px;
    border: 0.00001px solid transparent ;
    transition: all 0.3s ease;
    /* margin-bottom: 100px; */
}
.submit_button:hover {
    transform: scale(1.1);
}

.bottom_wrapper {
    display: flex;
}

.bottom_area_div{
    display: flex;
    flex-direction: column;
    text-align: left;
    color: white;
    /* background: url("logor.png")no-repeat center/cover;  */
    width: 200px;     
    height: 100px;
    margin-left: 70px;
    position: relative;
    z-index: 999;
}

.bottom_intro_line {
    color: white;
    word-wrap: break-word;
    z-index: 302;
    margin-top: 80px;
    max-width: 44ch;
    margin-left: -130px;
}

.bottom_logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto;
    gap:10px;
    margin-right: 50px;
}


.horizontal_line {
    margin-top: 30px;

}

.bottom_div_bottom {
    display: flex;
    color: white;
    margin-top: 30px;
    margin-left: 130px;
    margin-bottom: 70px;
    font-size: 16px;
}

.bottom_content_left_bottom {
    display: flex;
}

.bottom_content_right_bottom {
    display: flex;
    gap: 20px;
    margin-left: auto;
    margin-right: 40px;
}

.bottom_content_right_bottom :hover {
    text-decoration: underline;
}


/* ======================================================= */
/* RESPONSIVE FIXES ONLY - NO DESIGN CHANGES */
/* ======================================================= */

/* When screen is smaller than 1200px */
@media (max-width: 1200px) {
    .header_head {
        width: 90%;
        left: 5%;
    }
    
    .nav a {
        font-size: 18px;
    }
}

/* When screen is smaller than 1024px */
@media (max-width: 1024px) {
    .header_head {
        width: 95%;
        left: 2.5%;
    }
    
    /* Connect button remove karein jab space kam ho */
    .outer_conme_div {
        display: none;
    }
    
    .nav a {
        font-size: 16px;
        margin: 0 8px;
    }
    
    /* Right side space fix */
    .Body {
        width: 100%;
        overflow-x: hidden;
    }
}

/* When screen is smaller than 900px */
@media (max-width: 900px) {
    .nav a {
        font-size: 14px;
        margin: 0 6px;
    }
    
    /* Heading size thora chhota */
    .Hlines {
        font-size: 50px;
    }
}

/* When screen is smaller than 768px (Tablet) */
@media (max-width: 768px) {
    /* Header fix */
    .header_head {
        height: 80px;
    }
    
    .nav a {
        font-size: 13px;
        margin: 0 4px;
    }
    
    /* Main content ko center aur width 100% */
    .Body {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    
    /* Circle image size adjust */
    .circle-img {
        width: 220px;
        height: 220px;
    }
    
    /* Heading size adjust */
    .Hlines {
        font-size: 40px;
        line-height: 44px;
        padding: 0 15px;
    }
    
    .line1 {
        font-size: 16px;
        padding: 0 15px;
    }
    
    /* Buttons ko vertical stack karein */
    .buttons_container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .outer_conme_div2, .outer_resume_div {
        width: 220px;
    }
    
    /* About me section ko vertical stack */
    .aboutme_things {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    
    .about_image {
        padding-left: 0;
        margin-bottom: 20px;
    }
    
    .aboutmeintro {
        text-align: center;
        padding: 0 10px;
    }
    
    /* Services boxes ko vertical - FIXED MARGIN */
    .inner_services_div {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .service1box {
        width: 100%;
        max-width: 350px;
        margin: 15px auto;
        box-sizing: border-box;
    }
    
    /* Experience boxes ko vertical - FIXED MARGIN aur height badhayein */
    .experience-boxes {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .exp-box {
        width: 100%;
        max-width: 350px;
        margin: 15px auto;
        box-sizing: border-box;
        height: 250px;
        padding: 20px;
        overflow: visible;
    }
    
    /* Exp points ki font size chhoti karein */
    .exp-points li {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    /* Certifications boxes ko center aur grid banayein */
    .spe_boxes {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .box1, .boxthree {
        width: 100%;
        max-width: 350px;
        margin: 15px auto;
        box-sizing: border-box;
    }
    
    /* Certificates boxes ko grid banayein aur center karein */
    .cer_boxes {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        justify-content: center;
        gap: 15px;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 20px;
    }
    
    .box23 {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        box-sizing: border-box;
        justify-self: center;
    }
    
    /* Contact form ko center aur width 100% */
    .outer-div-lets-talk {
        flex-direction: column;
        align-items: center;
        margin: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .connect_left {
        text-align: center;
        width: 100%;
    }
    
    .connect_left_line {
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
    }
    
    .connect_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .user_input_text {
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
    }
    
    /* Bottom section ko center aur fix karein */
    .bottom_wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .bottom_intro_line {
        text-align: center;
        margin: 20px 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    
    /* Footer section ko properly center karein */
    .bottom_div_bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        margin-left: 0;
        margin-bottom: 40px;
    }
    
    .bottom_content_left_bottom,
    .bottom_content_right_bottom {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    
    .bottom_content_right_bottom {
        flex-direction: column;
        gap: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .bottom_content_right_bottom pre,
    .bottom_content_right_bottom p {
        display: block;
        margin: 5px 0;
    }
}

/* Galaxy Z Fold 5 ke liye specific fix (882px width) */
@media (max-width: 882px) {
    .header_head {
        width: 96%;
        left: 2%;
    }
    
    .nav a {
        font-size: 12px;
        margin: 0 3px;
    }
    
    /* Certificates boxes ko grid me aur center me */
    .cer_boxes {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 12px;
        padding: 0 15px;
    }
    
    .box23 {
        width: 100%;
        max-width: 260px;
        padding: 20px 25px;
        margin: 0 auto;
    }
    
    .spe_name2 {
        font-size: 15px;
    }
    
    .certificate_links {
        font-size: 15px;
        padding: 3px 8px;
    }
    
    /* Experience boxes ki height aur font size adjust */
    .exp-box {
        height: 260px;
        padding: 18px;
    }
    
    .exp-points li {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 6px;
    }
    
    /* Contact line ko properly center */
    .connect_left_line {
        padding: 0 10px;
        font-size: 16px;
        line-height: 1.4;
    }
}

/* When screen is smaller than 480px (Mobile) */
@media (max-width: 480px) {
    /* Header aur navigation fix */
    .header_head {
        height: 70px;
    }
    
    .nav a {
        font-size: 11px;
        margin: 0 3px;
    }
    
    /* Main headings size */
    .Hlines {
        font-size: 32px;
        line-height: 36px;
    }
    
    #about_me, #my_services, .workExperience, .certificatesand, #connect-contact-me {
        font-size: 34px;
    }
    
    /* Circle image */
    .circle-img {
        width: 180px;
        height: 180px;
    }
    
    /* Buttons */
    .outer_conme_div2, .outer_resume_div {
        width: 200px;
        height: 55px;
    }
    
    /* All boxes ko full width - FIXED MARGIN */
    .service1box,
    .exp-box,
    .box1,
    .boxthree,
    .box23 {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
    }
    
    /* Experience boxes ki height aur padding */
    .exp-box {
        height: 270px;
        padding: 15px;
    }
    
    .exp-points li {
        font-size: 12px;
        line-height: 1.1;
    }
    
    /* Certificates ko single column grid aur center */
    .cer_boxes {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 15px;
    }
    
    .box23 {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 15px 20px;
    }
    
    /* Contact form */
    .user_input_text {
        max-width: 350px;
    }
    
    /* Font sizes for small text */
    .line1,
    .aboutmeintro,
    .services_caption,
    .connect_left_line {
        font-size: 15px;
    }
    
    /* Contact line ko properly center */
    .connect_left_line {
        padding: 0 10px;
        font-size: 15px;
        line-height: 1.4;
        text-align: center;
        width: 100%;
    }
    
    /* Footer text ko aur chhota karein */
    .bottom_div_bottom {
        font-size: 14px;
        padding: 0 15px;
    }
}

/* When screen is smaller than 360px (Small Mobile) */
@media (max-width: 360px) {
    /* Navigation links very small */
    .nav a {
        font-size: 10px;
        margin: 0 2px;
    }
    
    /* Hide one link if absolutely necessary */
    .Contact {
        display: none;
    }
    
    /* Main headings */
    .Hlines {
        font-size: 28px;
        line-height: 32px;
    }
    
    #about_me, #my_services, .workExperience, .certificatesand, #connect-contact-me {
        font-size: 30px;
    }
    
    /* Circle image */
    .circle-img {
        width: 160px;
        height: 160px;
    }
    
    /* Buttons */
    .outer_conme_div2, .outer_resume_div {
        width: 180px;
        height: 50px;
        font-size: 15px;
    }
    
    /* Experience boxes ki height aur font */
    .exp-box {
        height: 280px;
        padding: 12px;
    }
    
    .exp-points li {
        font-size: 11px;
    }
    
    /* Certificates boxes ki padding kam karein */
    .box23 {
        padding: 12px 15px;
        max-width: 260px;
    }
    
    /* Contact line ko properly center */
    .connect_left_line {
        padding: 0 8px;
        font-size: 14px;
        line-height: 1.3;
    }
    
    /* Footer text ko aur chhota */
    .bottom_div_bottom {
        font-size: 12px;
        padding: 0 10px;
    }
}

/* ======================================================= */
/* IMPORTANT: RIGHT SIDE SPACE FIX FOR ALL SCREENS */
/* ======================================================= */
@media (max-width: 1024px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    
    .Body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    * {
        max-width: 100%;
    }
    
    /* Ensure no element goes outside screen */
    .header_head,
    .aboutme_things,
    .inner_services_div,
    .experience-boxes,
    .spe_boxes,
    .cer_boxes,
    .outer-div-lets-talk,
    .bottom_wrapper {
        width: 100%;
        box-sizing: border-box;
    }
    
    /* Contact line ko fix karein */
    .connect_left_line {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
    }
    
    /* Footer ko properly center karein */
    .bottom_div_bottom {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .bottom_content_right_bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin: 10px 0;
    }
}

/* ======================================================= */
/* FIX FOR FORM ON MOBILE - CENTER ALIGN */
/* ======================================================= */
@media (max-width: 768px) {
    .connect_right {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .connect_name,
    .connect_email,
    .connect_mesg {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .form_label {
        text-align: center;
        width: 100%;
    }
    
    .submit_button {
        align-self: center;
    }
    
    /* Contact line ko properly center karein */
    .connect_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .connect_left_line {
        text-align: center;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}