
/* 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:375px) {

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  .page1, .page2, .gallery-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: black;
  }

.page2 {
  background: url('mobMbg.jpg') no-repeat 75% bottom/cover;
}

header a.logo img {
  font-family: 'Playfair Display', 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: 10px 20px;
  }


header a.logo img {
  font-family: 'Playfair Display', serif;
  display: block;
  max-width:120%;
  position: relative;
  top:15px;
  height: auto;
  font-size: 32px;
  color: white;
  text-decoration: none;
}

  .logo {
    max-width:20%;
  }

 

  .hamburger {
    display: block;
    cursor: pointer;
    width:20px;
    height: auto;
    position: absolute;
    right: 20px;
    top:20px;
    z-index: 1001;
  }

  .hamburger .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    border-radius: 2px;
  }

 .hero {
    flex: 1;
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center; /* vertical center */
    align-items: center;     /* horizontal center */
    text-align: center;
    padding:0 20px;
  }

 .hero-text {
   position:relative;
   left:20px;
   width:100%;
  }

  .hero-text h1 {
    font-size: clamp(24px, 6vw, 36px);
    color: white;
  }

  .hero-text p {
    font-size: clamp(12px, 4vw, 16px);
    color: white;
  }
}



  #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;
}


  .portfolio-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 20px;
  }

 
  .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

 .portrait h1 {
    font-size:19px;
    padding:10px;
    color: white;
    margin-top:70px;
  }
  .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;
  }

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 400px;
    perspective: 1000px;
    box-shadow: 0 0 38px 0 #fff;
}
.pricing-wrapper {
display: flex;
flex-wrap: wrap;
flex-direction:column;
justify-content: center;
gap:5rem;
margin:3rem 0;
padding:0 20px;
}
.top-head {
  padding: 0;
  font-size: x-small;
  text-align: center;
        }

}