
/* FIXED: Proper centering of social media icons */
.mobile-social-icons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  width: 100%;
  margin-top:0px;
  position: static !important;
}



/* === COMMON FIXES === */

/* Fixed Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: black;
  
}



/* Label stays centered and within image bounds */
.card-label {
 position: absolute;
  bottom: 80%;
  left: 50%;
 transform: translateX(-50%);
  color: black;
  font-size: 1.2rem;
  background-color:transparent;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 90%; 
  text-align: center;
  white-space: normal;
    }


/* mob responsiveness */
@media (max-width:600px) {

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  .page1, .page2, .gallery-section {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: black;
  }

.page2 {
  background: url('mobLbg.jpg') no-repeat 60% center/cover;
}

header a.logo img {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  display: block;
  max-width:130%;
  position: relative;
  top:15px;
  height: auto;
  font-size: 32px;
  color: white;
  text-decoration: none;
}
  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
   box-shadow: 0 4px 6px -6px #555;
  }


header a.logo img {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  display: block;
  max-width:120%;
  position: relative;
  top:15px;
  height: auto;
  font-size: 32px;
  color: white;
  text-decoration: none;
}

  .logo {
    max-width:20%;
    margin-bottom:20px;
  }

 

  .hamburger {
    display: block;
    cursor: pointer;
    width:20px;
    height: auto;
    position: absolute;
    right: 20px;
    top:35px;
    z-index: 1001;
  }

  .hamburger .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    border-radius: 2px;
  }


  #navMenu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 999;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  #navMenu.active {
    display: flex;
  }

  .nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 20px;
  }

 /* .mobile-social-icons img {
    position:relative;
    bottom:20px;
    right:800px;
    width: 30px;
    height: 30px;
  } */





.mobile-social-icons img {
  width: 24px;
  height: 24px;
}


  .hero-text h1 {
    font-size: 32px;
    color: white;
  }

  .hero-text p {
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    margin-top: 10px;
  }

  .portfolio-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 20px;
  }

.portfolio h1 {
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size:1.5em;
padding-top:60px;
}

  .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .portrait h1 {
    font-size:19px;
    padding:10px;
    color: white;
    margin-top:100px;
  }

  .prevnex {
    display: none;
  }

  .prevnex-mob {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 30px auto;
    font-size: 16px;
    color: white;
  }

  .prevnex-mob a {
    color: white;
    text-decoration: none;
  }

  .footer-text {
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
  }


  .about-container {
    flex-direction: column-reverse;
    position: relative;
    left:0px;
    align-items: center;
    gap: 10px;
  }

  .right-column {
    width: 100%;
    margin-top:66px;
    padding: 0;
    align-items: center;
    text-align: center;
  }

 .left-column {
    position:relative;
    left:40px;
    bottom:50px;
    width: 100%;
    margin-top:0;
    justify-content:center;
    align-items: center;
    text-align:justify;
}

  .bio p {
    align-items: center;
    text-align:justify;
    margin: 0 auto;
    position:relative;
    right:55px;
    max-width:90%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size:0.9em;
    font-weight: 100;
    line-height: 1.9;
}  

 

.client p {
    position: relative;
    bottom:100px;
    font-size: 16px;
    width: 100%;
    line-height: 1.6;
    padding: 0;
  }

.bio h1 {
    position: relative;
    left:40px;
    
    padding:20px;
  }

.client h1 {
padding: 10px;
position: relative;
left:40px;
bottom:100px;
}

  .right-column img {
    width:50%;
    max-width:1200px;
}


.flip-box {
    background-color: transparent;
    width: 300px;
    height: 400px;
    perspective: 1000px;
    box-shadow: 0 0 38px 0 #fff;
}

.serv-wrap h3 {
font-size:1rem;
width:150%;
font-weight: 300;
}
.service-container h1{
color:#fff;
text-align:center;
font-size:1.5rem;
font-weight:300;
position:relative;
top:30px;
}
.wrapped {
    margin-top:70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.top-head {
    padding:0px;
    font-size: small;
    text-align: center;
}

.page3 {
width: 100%;
min-height: 100vh;
font-family: 'Helvetica Neue', Arial, sans-serif;
display: flex;
flex-direction: column;
text-align: center;
background-color: black;
}
.services-section {
width:95%;
padding:0px;
text-align: center;
}
.enq-container {
 max-width: 1100px;
 margin-top:90px;
 padding: 20px;
 animation: fadeIn 1s ease;
}
.service-head {
 position: relative;
 top: 90px;
 color: white;
}
.service-head h2 {
 font-size: 1.8rem;
 font-weight: 300;
 color: #fff;
}

.services-grid {
 display: grid;
 grid-template-columns: auto;
 gap: 20px;
 max-width: 1200px;
 margin-top: 100px;
 align-content: center;
 margin-bottom:0;
}
.service-box {
padding:10px;
}
.service-box i {
font-size:20px;
}
.service-box h3 {
font-size:1em;
margin:0;
}
.service-box p {
 font-size: 0.8em;
 margin-top: 10px;
 color: #fff;
}
.form-header h1 {
 font-size: 1.9em;
 }
.form-header p {
 font-size: 1em;
 color: #cccccc;
 max-width: 600px;
 margin: 0 auto;
}
.container {
margin-top:6em;
}
.price-container {
margin-top:6em;
}



}