body{
   background: #95a5a6; 
   font-family: Arial, Helvetica, sans-serif;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);  /* Glass effect */
  backdrop-filter: blur(8px);
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  position: fixed;
  width: 94%;
  text-align: left;
  
}

nav {
  display: flex;
  gap: 20px;
  margin-right: 15px;
}

nav a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: color 0.3s;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #22a6b3;
  transition: width 0.3s;
}

nav a:hover {
  color: #22a6b3;
}

nav a:hover::after {
  width: 100%;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #22a6b3;
  margin: 4px 0;
  border-radius: 2px;
  transition: 0.3s;
  
}

/* Mobile */
@media (max-width: 768px) {
  nav {
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    position: absolute;
    top: 60px;
    right: 20px;
    width: 220px;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  }

  nav.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
#home{
  background: linear-gradient(135deg,#bdc3c7 50%,#ecf0f1 50%);
  height: 400px;
  width: 100%;
  align-items: center;
  text-align: center;
 padding-top: 100px;
 border-radius: 15px;
 box-shadow: 0 20px 5px rgba(0,0,0,0.15);
}
#home:hover{
  background: #bdc3c7 ;
  height: 400px;
  width: 100%;
  align-items: center;
  text-align: center;
 padding-top: 100px;
 border-radius: 15px;
 box-shadow: 0 20px 5px rgba(0,0,0,0.15);
 transition: 2s;
 margin-left: 10px;
}
#home img{
  width: 200px;
  border-radius: 50%;
  box-shadow: 0 20px 5px rgba(0,0,0,0.15);
}
#about{
  margin-top: 30px;
  background:linear-gradient(135deg,#ecf0f1 50%, #bdc3c7 50%) ;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  color: #2c3e50;
  
  width: 100%;
}
#about:hover{
  margin-top: 30px;
  background:#ecf0f1 50% ;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  border-radius: 15px;
  display: flex;
  
  width: 100%;
  flex-wrap: wrap;
  color: #2c3e50;
  transition: 2s;
 margin-left: 10px;
 border: 1px solid #22a6b3;
}
#about img{
 border-radius: 7px 25px 7px 25px;
 border: 1px solid #22a6b3;
  width: 300px;
  margin: 20px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
}
#aboutpic{
  width: 300px;
  
}
#aboutme{
  width: 700px;
  margin: 40px;
  
}
#home h1{
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  color: #22a6b3;
  display: inline-block;
  padding: 20px;
  border-radius: 15px;
}
#mark{
  color: #22a6b3;
  font-size: 16px;
}
#ctn{
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
    border: 1px solid #22a6b3;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
    color:#128C7E ;
}
.skills-div{
  background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    width: 200px;  
}
.skills-div:hover{
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    width: 200px;  
    transition: 1s;
    margin-left: 4px;
    border: 1px solid #22a6b3;
    background:#0fbcf9 ;
}
.skills-div1{
  background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    width: 200px;  
}
.skills-div1:hover{
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    width: 200px;  
    transition: 1s;
    margin-right: 4px;
    border: 1px solid hsl(300, 68%, 42%);
    background:#34e7e4 ;
}
#Skills{
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
}
#Skills h3 {
  color: #22a6b3;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  padding: 15px;
  border-radius: 15px;
}
#Skills h2{
  color: #34495e;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  padding: 15px;
  border-radius: 15px;
}
#Skills h2:hover{
  color: #34495e;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  padding: 15px;
  border-radius: 15px;
  margin-left: 5px;
  transition: 2s;
  border: 1px solid hsl(300, 68%, 42%);
}
#Skills li{
  color: #34495e;}

.services-div{
  background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    display: inline-block;
    width: 250px;
}
.services-div :hover{
  background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    display: inline-block;
    width: 250px;
    margin-left: 5px;
  transition: 2s;
  border: 1px solid hsl(300, 68%, 42%);
  background: #34e7e4;
}
#services{
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background: #34495e;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  
}
#services h2{
  color: #7f8c8d;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  padding: 15px;
  border-radius: 15px;
}


#services h3{
   color: #34495e;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  padding: 15px;
  border-radius: 15px;
}
#services p{
  color: #34495e;}

#call{
 background: #ced6e0;
 border-radius: 15px;
 padding: 20px;
 margin-top: 10px;
 display: flex;
 flex-wrap: wrap;
}
#call h2{
  border-radius: 15px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  padding: 5px;
  display: inline-block;
  margin: 5px;
  color: hsl(210, 94%, 28%);
}
#call p{
  color: #22a6b3;
}
#call h2:hover{
  border-radius: 15px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  padding: 5px;
  display: inline-block;
  margin: 5px;
  color: #2c3e50;
  border: 1px solid hsl(10, 68%, 42%);
  transition: 2s;
  margin-right: 10px;
  background: #128C7E;
}

.calll{
  background: linear-gradient(135deg,#747d8c 50%,#57606f 50%);
  width: 250px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
}
.callll{
  margin: 20px;
  padding: 20px;
}
.calll:hover{
  
  width: 250px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  transition: 2s;
  background: #57606f ;
  margin-left: 4px;
}
input {
  background:#95a5a6 ;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  border: 1px solid #22a6b3;
  color: #833471;
  width: 100%;
  height: 30px;
}

textarea {
  background: #7f8fa6;
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  border: 1px solid #22a6b3;
  color: #F79F1F;
  width: 100%;
}
::placeholder{
  
  color: #0652DD;
}
button{
  background: #ffa801;
  
  border-radius: 10px;
  margin: 10px;
  padding: 5px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
  border: 1px solid #22a6b3;
  color: #833471;
  text-decoration: none;
}
button:hover{
  background: #128C7E;
  text-decoration: underline;
  border: 1px solid hsl(10, 68%, 42%);
  transition: 2s;
  margin-left: 4px;
}
label{
  color: #34495e;
}
#Social img{
  width: 30px;
}
#Social{
  background:#ecf0f1  ;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
}
#Socialdiv{
  background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    width: 135px;
    margin: 10px;
    padding: 10pt;
    border-radius: 10px;
    box-shadow: 0 10px 5px rgba(0,0,0,0.15);
}
#Socialdiv h3{
  color: #7f8fa6;
}
#Socialdiv a {
  text-decoration: none;
  background:#8395a7;
  padding: 5px;
  border-radius: 10px;
   box-shadow: 0 10px 5px rgba(0,0,0,0.15);
   color: #c8d6e5;
}
#Social :hover {
 background-color: #128C7E;
 transition: 1s;
 color: #ecf0f1;
 margin-left: 5px;
}
#privacypolicy{
  background:#ecf0f1;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
#privacypolicydiv{
  background:#7f8fa6 ;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 5px rgba(0,0,0,0.15);
}
#privacypolicy {
  display: none;
}

#privacypolicy.active {
  display: block;
}


#footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #576574;
}
#footerdiv{
  width: 340px;
}
#footer h3{
  color: #dfe6e9;
  
  
}
  





#call1 {
  width: 100%;
  background: #4a90e2;
  padding: 12px;
  font-size: 17px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#call1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(255,255,255,0.3);
  transition: all 0.4s ease;
}
#call1:hover::after {
  left: 0;
}

#call1:active {
  transform: scale(0.96);
}