* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    font-size: 16px;
  }
  
  body {
    font-family: Helvetica, Arial, sans-serif;
  }
  
  h1, p {
    font-family: 'Playfair Display', serif;
  }
  
  h1 {
    font-size: clamp(1rem, 5vw, 5rem);
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
  }

  h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: black;
    font-size: 48px;
    text-transform: uppercase; 
    line-height: 1;
  }

  h4{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #b59d5c;
    font-size: clamp(1rem, 2.8vh, 1.75rem);
    text-transform: uppercase; 
    line-height: 1.2;
  }

  p1 {
    color: #c9c5c5 ; 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.5rem;
  }


  p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    padding-right: 4rem;
    padding-left: 4rem;
    text-align: center;
}

p2{
    color: black ; 
    font-family: Helvetica, Arial, sans-serif;

}
  
  .hero {
    width: 100%;
    z-index: 1;
    min-height: 10vh;
  }
  
  nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  nav .logo {
    width: 80px;
  }
  
  nav ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
  }
  
  .content {
    position: relative;
    aspect-ratio: 16 / 9;
    z-index: 1;
    width: 100%;
    overflow: hidden;
  }
  
  .hero-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
    z-index: 1;
    text-align: center;
    color: white;
  }
  
  .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  
  .hero-content-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F3EFE3;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .hero-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .section-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
  
  .image {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('Image1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .center-icon {
    width: 30px; /* Shrink while keeping ratio */
    height: auto;
    z-index: 2;
    max-width: 100%;
  }
  

  .section-4 {
    height: 75vh;
    display: flex;
    flex-direction: column;
  }
  
  .section-4-1 {
    height: 15%; /* maybe the heading */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section-4-3:hover{
    background-image: url('Image1.jpg');
    background-size: cover;
    background-position: center;
    transition: ease-in;
  }

  .section-4-2 {
    height: 85%; /* rest of space for cards */
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .section-4-3 {
    height: 100%; /* match parent */
    width: 50vh;
    border-style: double;
    border-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
  }

  .section-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto; /* centers the container */
    height: 25vh;
  }

  .section-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }

  .section-7 {
    background-color: #f3efe3;
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
  }
  
  .section-8 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
  }


  .section-9 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }

  .section-10 {
    background-color: #2b2b2b;
    display: flex;
    flex-direction: column;
  }

  .section-10-footer {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 4em;
    padding-bottom: 4em;
}

.section-10-col {
  width: 50vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section-10-oh {
  display: flex;
  flex-direction: column;   /* stack vertically */
  align-items: center;      /* center horizontally */
  text-align: center;
}


.section1-aboutus {
  display: flex;
  align-items: center;
  background-image: url("Image1.jpg"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
  width: 100%;
}

.section-2-aboutus {
  display: flex;
  background-color: #b59d5c;
  height: 100vh;
  width: 100%;
  flex-direction: row;
  align-items: center;}

.sec-2-au-txt {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 80vh;
  width: 100%;
}

.sec-2-au-header {
  display: flex;
  background-color: #fff;
}

.sec-2-au-main {
  display: flex;
}

.sec-2-au-image {
  display: flex;
  background-color: #000;
  height: 80vh;
  width: 100%;

}

.section-3-au {
  background-image: url("Image1.jpg");
  background-size: cover;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
}

.section-2-team {
  display: flex;
  background-color: #FFFF;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10vh;
  }

  .section-3-t1 {
    display: flex;
    height: 60vh;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding-bottom: 25px;
    }

    .section-3-t2 {
      display: flex;
      height: 60vh;
      width: 100%;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 25px;
      }
  

    .team-image {
      height: 100%; /* match parent */
      width: 50vh;
      border-style: double;
      border-color: rgb(184, 10, 10);
      display: flex;
      background-image: url("Image1.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    .section-1-team {
      display: flex;
      height: 10vh;
      width: 100%;
      }




  .testimonial {
    background-color: #2b2b2b;
    color: #fff;
    padding: 2rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%; /* Two cards per row */
    margin: 1%; /* Creates space between */
    box-sizing: border-box;
  }
  
  .testimonial-text {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  .testimonial-user span {
    display: block;
    font-size: 0.875rem;
    color: #ccc;
  }
  
  .testimonial-stars {
    color: #b59d5c;
    font-size: 1.2rem;
  }
  
  .btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease; 
  }
  
  .btn:hover {
    background-color: #333;
  }
  
  .hamburger {
    display: none;
    font-size: 2rem;
    cursor: pointer;
  }
  
  .nav-links {
    display: flex;
    gap: 2rem;
    flex-direction: row;
  }
  
  @media (max-width: 768px) {
    html {
      font-size: 14px;
    }
  
    .hamburger {
      display: block;
    }
  
    .nav-links {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 100%;
      right: 0;
      background: white;
      padding: 1rem;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
  
    .nav-links.active {
      display: flex;
    }
  }
  
  @media (max-width: 480px) {
    html {
      font-size: 13px;
    }
  
    .mobile-hide {
      display: none;
    }
  
    .content {
      aspect-ratio: auto;
      min-height: 100vh;
      width: 100%;
    }
  
    h1 {
      font-size: clamp(2rem, 5vw, 3rem);
      max-width: 90%;
      margin: 0 auto;
      text-align: center;
      line-height: 1.2;
    }

  
  
    .hero-content {
      min-height: 100vh;
      justify-content: center;
    }
  }
