
/* 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-right:50px;
  margin-top:0px;
  position: static !important;
}


@media (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html, body {
    width: 100%;
    overflow-x: hidden;
    margin:0;
    padding:0;
  }

  .page1, .page2, .gallery-section {
    width: 100%;
    min-height:100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: black;
  }

.page2 {
  background: url('tabbg.jpg') no-repeat 50% 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: 20px 20px;
    
    box-shadow: 0 4px 6px -6px #555;
  }


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%;
    margin-bottom:20px;
  }

 

  .hamburger {
    display: block;
    cursor: pointer;
    width: 30px;
    height: auto;
    position: absolute;
    right: 20px;
    top:40px;
    z-index: 1001;
  }

  .hamburger .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    border-radius: 2px;
  }

 /* Animate to X */
  .hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5.6px, 6.6px);
  }

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

  .hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(2.6px, -4.6px);
  }





 .hero {
    flex: 1;
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center; 
    align-items: center;     
    text-align: center;
  }

 .hero-text {
   position:relative;
   top:200px;
   left:0px;
   width:100%;
  }

  .hero-text h1 {
    font-size:20px;
    color: white;
  }

  .hero-text p {
    font-size: clamp(12px, 4vw, 10px);
    color: white;
  }

  #navMenu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index:1000;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  #navMenu.active {
    display: flex;
  }

  .nav-links {
    list-style: none;
    display: flex;
    flex-direction: column; 
    top:-200px;
    left:0px;
    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;
  }

.portfolio h1 {
  display: flex;
  position: relative;
  top:50px;
  width:100%;
  color: white;
  font-size:2.5em;
  font-weight:300;
  text-align: center;
  justify-content: center;
  padding:1vh 1vw;
}

.image-card {
  position: relative;
  display: inline-block;
  max-width:1600px;
  overflow: hidden;
  text-align: center;
}

.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;
    }

.card {
  display:flex;
  flex-direction:column;
  text-align:center;
  justify-content:center;
  align-items:center;
  max-width:100%;
  gap:25px;
  padding: 60px 5px 30px 5px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card:hover .middle {
  opacity:0.7;
}


.card img {
  width:90%;
  height:90%;
  transition: transform 0.5s ease;
}

.card img:hover,
.card a img:hover {
  transform:scale(1.05);
  opacity:0.7;
}

.text {
  color: white;
  font-size: 1em;
  padding: 1vh 1vw;
}

  /*.left {
    width: 90%;
  }*/

  .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .portrait h1 {
    font-size: 20px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top:20px;
    top: 0px;
    left: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;

  }

  .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;
  }

.copyright {
font-size:16px;
position:relative;
top:380px;
left:15px;
color:white;
}


  .footer-text {
    background-color: black;
    color: white;
    text-align: center;
    padding: 15px 0;
  }


  .contact-info {
    flex: 1;
    position: relative;
    bottom:50px;
    right: 200px;
     }

  .about-container {
    flex-direction: column-reverse;
    position: relative;
    left: 10px;
    align-items: center;
    gap: 10px;
  }

  .right-column {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .left-column {
    position:relative;
    left:40px;
    width: 100%;
    margin-top:0;
    justify-content:center;
    align-items: center;
    text-align:justify;
}

  .bio p {
    justify-content:center;
    align-items: center;
    text-align:justify;
    max-width: 80%;
    font-size:0.9em;
    font-weight: 100;
    /* padding-top: 2vh; */
    padding-left: 4vh;
    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;
}

  .client-logos img {
    position:relative;
    top:-100px;
    right:30px;
    width: 150%;
    max-width:500px;
  }


.prevnex-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em 4em;
  /* Top, sides, bottom */
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
}

.prevnex-mob a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}

.prevnex-mob a:hover {
  opacity: 0.6;
}


footer {
padding:0 0;
margin:0 0;
}

.contact-container {
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
flex-wrap:wrap;
gap:250px;
margin:50px auto;
}

.contact-info h1 {
    font-size:40px;
    top:10px;
    font-weight:500;
    position: relative;
    left: 200px;
}

  .contact-form {
    display:flex;
    position:relative;
    bottom:100px;
    left:20px;
    align-items:center;
    text-align:center;
    width:min-content;
    color: white;
  }

.mail a {
position:relative;
top:30px;
}

  .contact-form button {
    color: white;
    width: 100%;
    margin-top: 10px;
  }

  .contact-form button:hover {
    background-color: white;
    color: black;
  }

  .gallery-section .portfolio-flex {
    display: flex;
    flex-direction: column;
  }


}

.price-card {
margin-bottom: 1rem;
}

.container{
display:flex;
flex-wrap: wrap;
justify-content: center;
flex-direction:column;
margin-top:8rem;
/*min-height:285vh;*/
}

.pricing-wrapper {
display: flex;
flex-wrap: wrap;
flex-direction:column;
justify-content: center;
gap:0.5rem;
margin:1rem 0;
}
.price-card {
padding:1rem;
flex: 1 1 450px;
max-width: 300px;
transition: transform 0.4s ease, box-shadow 0.4s ease; 
animation:fadeInUp 0.6s ease forwards;
opacity: 0;
overflow: hidden;
}
.price-card h3 {
font-size:1rem;
}

.price-card .price {
    max-width:50%;
    text-align: center;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    display: flex;
    position: relative;
    left:60px;
    margin-top: 20px;
    flex-direction: column;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}
.wrap {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top:40px;
}
.label {
font-size:13px;
}

.service-container {
padding:30px 15px;
}
.service-grid .serv-wrap {
width:calc(50% - 20px)
}
.flip-box {
width:400px;
height:600px;
box-shadow: 0 0 18px 0 #fff;
}
.flip-box-front img {
height:auto;
}
.serv-wrap h3 {
font-size:1.2rem;
width:150%;
font-weight: 300;
}
.flip-box-back h2 {
font-size:1.2rem;
}
.flip-box-back p {
font-size:0.95rem;
}
.service-box {
padding:15px;
}
.service-head h2 {
font-size:2em;
}
.service-box h3 {
    font-weight: 300;
    font-size: 1.1em;
    margin:0;
    color: #fff;
}
.service-box p {
margin-top:10px;
}
.service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin-top:0;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.services-grid {
display: grid;
grid-template-columns:auto;
    gap: 20px;
    max-width: 1200px;
    margin: 10px auto;
    align-content: center;

}
.service-head {
position:relative;
top:0;
}
.page3 {
width: 100%;
min-height: 100vh;
font-family: 'Helvetica Neue', Arial, sans-serif;
display: flex;
flex-direction: column;
text-align: center;
background-color: black;
}
.wrapped {
padding: 50px 0;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}

.top-head {
padding: 20px;
text-align: center;
}

.top-head h1 {
color: white;
margin-bottom: 10px;
}

.slider-wrapper {
position: relative;
width: 100%;
max-width: 1300px;
overflow: hidden;
margin: 60px auto;
}

.testimonial-container {
display: flex;
gap: 20px;
transition: transform 0.5s ease;
width: max-content;
padding: 0 40px;
}

.testimonial-card {
background-color: #2e2e2e;
width: 85vw;
max-width: 300px;
padding: 20px;
border-radius: 10px;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 450px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
color: white;
}

.quote-bubble {
background-color: white;
color: #333;
border-radius: 10px;
padding:20px;
clip-path: polygon(0 0, 100% 0, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
font-size: 13px;
margin-bottom: 20px;
}

.profile-info {
text-align: center;
margin-bottom: 15px;
}

.profile-info h3 {
margin: 10px 0 5px;
font-size: 18px;
font-weight: 600;
}

.position {
font-size: 13px;
color: #ccc;
}

.description {
font-size: 13px;
margin-bottom: 20px;
color: #aaa;
text-align: center;
}

.stars {
color: gold;
text-align: center;
font-size: 18px;
}

.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 2rem;
background-color: rgba(0, 0, 0, 0.6);
color: white;
border: none;
border-radius: 50%;
cursor: pointer;
z-index: 10;
width: 40px;
height: 40px;
}

.slider-btn.left {
left: 10px;
}

.slider-btn.right {
right: 10px;
}

.testimonial-container::-webkit-scrollbar {
display: none;
}

.enq-container {
    display: flex;
    max-width: 1600px;
    width: fit-content;
    margin: 50px auto;
    padding: 20px;
    animation: fadeIn 1s ease;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.enquiry-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    flex-direction: row;
}
.left-section, .right-section, .check label {
    margin-bottom: 6px;
}

.right-sec {
    display: flex;
    gap: 60px;
    /* position: relative; */
    /* left: 40px; */
    flex-wrap: wrap;
    flex-direction: row;
}
.right-section {
    display: flex;
    gap: 20px;
    position: relative;
    left: 60px;
    flex-direction: column;
    flex-wrap: wrap;
}
.check {
    position: relative;
    left: 50px;
}
.leftcheck {
    position: relative;
    right: 15px;
}
.checkbox-group {
    display: flex;
    /* gap: 20px; */
    position: relative;
    flex-direction: column;
    right: 10px;
    /* padding-bottom: 10px; */
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.enq-flex {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
 }
.enq-left, .enq-right {
width: 100%;
max-width: 400px;
}
.checkbox-section {
 margin-bottom: 30px;
}
.checkbox-section label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
      font-size: 15px;
    }

    .checkbox-section input[type="checkbox"] {
      transform: scale(1.1);
    }

      .checkbox-section {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px auto;
      }

      .checkbox-section label {
        justify-content: flex-start;
      }

.enq-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
}

.enq-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.services-section {
    width:100%;
    padding:10px 20px;
    text-align: center;
}
 .enq-flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
       margin-top:50px;
      }
      .enq-left, .enq-right {
        width: 100%;
        max-width: 400px;
      }
      .enq-right {
        flex-direction: column;
      }
    







}