.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}





/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.6;
  background-color: #fff;
}



/* Base header layout */
header {
  position:relative;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  
  z-index: 1000;
}

/* Logo styling */
.nav-logo {
  height: 80px; /* Custom logo height */
  width: auto;
  border-radius: 8px; /* Optional: soft corners */
}





.menu-container {
  position: relative;
}

.menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
}

.hamburger span {
  height: 2px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
}


.dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  flex-direction: column;
  min-width: 200px;
  z-index: 10;
  font-size: 24px;
}

.dropdown a {
  padding: 10px;
  text-decoration: none;
  color: #333;
  display: block;
}

.dropdown a:hover {
  background-color: #f0f0f0;
}

.header-line {
  height: 2px;
  background-color: #ccc;
  margin-top: 10px;
}

  /* Section styles */
  section {
    width: 100%;
    padding: 20px 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    scroll-margin-top: 70px;
}

  
  .section-content {
    max-width: 1000px;
    padding: 100px 20px 60px;
    margin: 0 auto;
    
  }
  
  
  
  
  h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-family:Georgia, Times, 'Times New Roman', serif;
    font-weight:lighter;
    color: #fff;
    
    
    
    }

  p{
    font-size: 20px;
    font-family: sans-serif;
  }

  
  
  
  #reviews {
    background: #0056b3;
    
    position: relative;
    
  }
  
.FB {
  width: 90vw;           /* responsive width */
  max-width: 600px;      /* limit container so FB post fits */
  height: 700px;
  margin: 0 auto;        /* center horizontally */
  padding-top: 10px;
  text-align: center;
}


.FB iframe {
  width: 100% !important; /* fill the FB container */
  height: 100%;
  border: none;
  display: block;
}
  
  #about {
    background: #fff;
    
    position: relative;
  }
  #about h2{
    
    color: #070707;
  }

  .about-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100px; /* Adjust as needed */
    width: auto;
  }
  
  #recent-work {
    background:#0056b3;
  }

  #workphotos {
    background: #fff;
  }
  #workphotos h2{
    color: #070707;
    
  }

  
  
  #services {
    background:#0056b3;
    color: rgb(14, 14, 14);
  }
  
  #services p {
    display: inline-block;         /* Shrink to fit content */
    border: 2px solid #333;        /* Your preferred color/width */
    padding: 8px 12px;             /* Some space inside the border */
    border-radius: 8px;            /* Optional: rounded corners */
    background-color: #f9f9f9;     /* Optional: light background */
  }
  
  #services li{
    font-size: 20px;
    padding-top: 10px;
    color: white;
  }

  #booking {
    background-image: url(images_work/IMG_1569.jpeg);
    background-size: cover;         /* Ensures whole image is shown */
    background-repeat: no-repeat;     /* Prevents tiling */
    background-position: center;      /* Centers the image */
    background-color: #000;           /* Fallback background */
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
  }
  
  #booking p{
    font-size: 25px;
  }

  .about-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007BFF; /* Blue color */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-size: 25px;
  }
  
  .about-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
  }
  
  
  /* Services list */
  .services-list li {
    margin-bottom: 0.5rem;
  }

  .checkimg {
    display: block;
    margin: 20px auto;   /* Centers the image horizontally and adds spacing */
    width: 15rem;         /* You can adjust this size */
    height: auto;
  }
  
  .checkimg img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  
  .slideshow-manual {
    position: relative;
    max-width: 500px;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  
  .slideshow-frame {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    border: 1px solid #070707;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(15, 15, 15, 0.25);
  }
  
  .slideshow-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
    background-color: #faf8f8;
    border-radius: 12px;
  }
  
  .slideshow-frame img.active {
    display: block;
  }
  
  .arrow {
    background-color: #0056b3;
    color: white;
    font-size: 2rem;
    border: none;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  
  .arrow:hover {
    background-color: #003d80;
  }
  

 
  
 
  
  /* Arrows for recent work only */
  .work-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    border: none;
    color: white;
    font-size: 2rem;
    background: #007BFF;
    cursor: pointer;
    user-select: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    z-index: 10;
  }

  
  .work-arrow:hover {
    opacity: 1;
  }
  
  .work-arrow.left {
    left: 0;
  }
  
  
  
  

   /* Base Styles - Mobile First */
   #recent-work {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto 40px;
    
  }

  

  .transformations-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-bottom: 1rem;
  }

  .transform-pair {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    
  }

  .image-block {
    position: relative;
    width: 100%;
    width: 350px;
    height: 300px;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 8px;
    border: solid #f0f0f0 1px;
    
  
    
    
  }

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

  .image-block img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .image-block:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  }
  

  .label {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 6px 10px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.65);
    color: white;
    letter-spacing: 0.05em;
  }

  .pair-heading {
    text-align: center;
    margin: 0.75rem 0 1.5rem; /* cleaner spacing */
    font-size: 2rem;
    font-family: "Playfair Display", serif; /* elegant serif font */
    font-weight: 500; /* slightly bolder for readability */
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* soft, modern shadow */
    border-bottom: 2px solid rgba(255, 255, 255, 0.3); /* subtle underline */
    display: inline-block; /* underline hugs text width */
    padding-bottom: 0.5rem; /* spacing between text and underline */
    letter-spacing: 0.5px; /* small spacing for elegance */
  }
  


.photo-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  align-items: center;
}

.photo-card {
  width: 100%;
  max-width: 400px;
  background:#fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease;
}

.photo-card:hover {
  transform: translateY(-4px);
}

.photo-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.photo-label {
  background-color: #0056b3;
  padding: 12px;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  border-top: 1px solid #ddd;
}












  
  /* Footer */
  footer {
    text-align: center;
    padding: 0.25rem;
    background-color: #fff;
    color: #030303;
    margin-top: 0.25rem;
  }
  
  /* Spacer for sticky header */
  .spacer {
    padding-top: 80px;
  }
 


  @media (min-width: 1000px) {

    .hamburger {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 3rem;
      height: 2rem;
    }

    .dropdown {
      
      min-width: 400px;
      
      font-size: 3rem;
    }
    /* === Global Typography Scaling === */
    body {
      font-size: 18px;
    }
  
    h1 {
      font-size: 3rem;
    }
  
    h2 {
      font-size: 4rem;
    }
  
    h3 {
      font-size: 2rem;
    }
  
    p,
    #services p,
    #services li,
    
    form input,
    form textarea,
    form button {
      font-size: 2rem;
    }

    .slideshow-manual {
      position: relative;
      max-width: 500px;
      max-height: 400px;
      width: 100%;
      aspect-ratio: 4 / 3;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
    }
    
   

    .photo-label{
      font-size: 1.25rem;
    }
  
    .about-button {
      font-size: 1.2rem;
      padding: 14px 28px;
    }

    .about-logo {
      height: 10rem;
      width: auto;
    }

    .about-button {
      font-size: 3rem;
    }

   
  
    /* === Recent Work Grid: 4 Columns, Larger Boxes === */
    .comparison-grid {
      
      gap: 2rem;
    }
  
    .comparison-box {
      width: 30rem;
      height: auto;
      aspect-ratio: 4 / 3; /* Bigger aspect for impact */
    }
  
    .label-dynamic {
      font-size: 1rem;
      padding: 6px 14px;
    }
  
    .label {
      font-size: 2rem;
      padding: 6px 12px;
    }
  
    .label-container {
      height: 3rem;
    }
    .slider-input {
      height: 6rem;
    }
  
    /* === Completed Work Section: 2 x 2 Cards, Larger === */
    .photo-card-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
    }
  
    .photo-card {
      width: calc(50% - 24px);
      margin: 12px;
    }
  
    .photo-card img {
      height: 240px;
    }
  
    .photo-label {
      padding: 16px;
    }
  
    /* === Review Section (#reviews) Expansion === */
    #reviews {
      padding: 80px 40px;
    }
  
    #reviews p {
      font-size: 1.4rem;
      max-width: 900px;
      margin: 0 auto;
    }
  
    .FB {
      width: 600px;
      height: 800px;           /* slightly larger on large screens */
          /* cap container to prevent left offset */
    }
  
    /* === Slideshow Image Container === */
    .slideshow-manual {
      position: relative;
      max-width: 1000px;
      width: 100%;
      aspect-ratio: 4 / 3;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
    }

    .services-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* Two columns */
    }
    
    
    
    
    
    .arrow {
 
      font-size: 10rem;
     
    }
    
  
    /* === Navigation Logo Bigger === */
    .nav-logo {
      height: 100px;
    }
  
    .work-slideshow {
      
      max-width: 900px;
    }

    /* Arrows for recent work only */
  .work-arrow {
   
    font-size: 5rem;
    
  }

    #booking p {
      font-size: 3rem;
    }

    .transformations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns for first row */
  gap: 3rem 6rem;
  align-items: start;
  justify-items: center;
  padding: 2.5rem 4rem;
}






 /* Top row: 3 items, each spans 2 columns */
 .transformations-list > .transform-pair:nth-child(1) { grid-column: 1 / 3; }
 .transformations-list > .transform-pair:nth-child(2) { grid-column: 3 / 5; }
 .transformations-list > .transform-pair:nth-child(3) { grid-column: 5 / 7; }

 /* Bottom row: 2 items centred underneath (span the "middle" areas) */
 .transformations-list > .transform-pair:nth-child(4) { grid-column: 2 / 4; }
 .transformations-list > .transform-pair:nth-child(5) { grid-column: 4 / 6; }

    
    
  
    .transform-pair {
      width: 400px;
     
      flex-direction: column;
      align-items: center;
    }
    /* centre lone last card in a 2-column grid */
    #transformation-list > .transfrom-pair:last-child {
      grid-column: 1 / -1;   /* span both columns */
      justify-self: center;  /* centre within the spanned area */
      width: auto;           /* allow max-width to take effect instead of 100% */
    }
  
    .image-block {
      width: 100%;
      height: 400px;
    }
  
    .pair-heading {
      font-size: 2.4rem;
      margin-bottom: 15px;
      }
    }
  
  
  
 
  
  
  
  