h2 {
    font-size: 48px;
  }

  #gallery-new {
      width: 100%;
      padding: 20px;
      background-color: #f9f9f9;
      box-sizing: border-box;
      margin-top: 150px;
  }

  .gallery-new-section {
      max-width: 1400px;
      margin: auto;
      text-align: center;
      font-family: Arial, sans-serif;
  }

  .gallery-new-section h2 {
     font-size: 24px;
    margin-bottom: 40px;
    color: #333;
    margin-top: 50px;
  }

  .slider {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding: 10px;
      box-sizing: border-box;margin-bottom: 100px;
  }

  .slide {
      scroll-snap-align: start;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      border: 1px solid #ddd;
      border-radius: 8px;
      transition: transform 0.2s ease-in-out;
  }

  .slide img {
      width: 100%;
      height: 100%;
      display: block;
  }

  .slide:hover {
      transform: scale(1.05);
  }

  .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
  }

  .popup img {
      max-width: 90%;
      max-height: 90%;
  }

  .popup .close {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 30px;
      color: white;
      cursor: pointer;
  }

  @media (max-width: 768px) {
      .slider {
          display: flex;
          overflow-x: scroll;
          gap: 10px;
      }

      .slide {
          flex: 0 0 calc(100% - 20px); /* Full width minus padding */
      }
  }

















  .project-top-banner{
      position: relative;
      width: 100%;
      height: 600px;

      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #999999;
      box-shadow: 1px 3px 11px rgb(161, 116, 2);
  }

  .project-top-banner-desc{
      width: 80%;
      margin: auto;
      text-align: center;
  }

  .project-top-banner-heading{
    text-transform: uppercase;
    text-align: center;
  }



  .project-top-banner-para{
      width: 60%;
      font-weight: 600;
      margin: auto;
      color: white;
  }

  .project-about-section{
      position: relative;
      max-width:1000px ;
      height: auto;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: -100px;
      /* background-color: #fff; */
  }

  .project-about-left{
      width: 50%;
     border: 4px solid rgb(161, 116, 2);
    box-shadow: 1px 3px 11px rgb(161, 116, 2);

  }



  .project-about-right{
      width: 50%;
      height: 100%;
      border: 4px solid rgb(161, 116, 2);
    box-shadow: 1px 3px 11px rgb(161, 116, 2);
    background-color: #fff;
  }

  .project-about-right-desc{
      width: 100%;
      height: 100%;
      padding: 80px;
  }

  .project-about-right-desc h2{
      color: black !important;
  }

  .project-about-right-desc p{
      color: black !important;
  }

  .apartments-section{
      width: 100%;
      height: 800px;
      display: flex;
      padding-top: 50px;
      justify-content: center;
      border: 2px solid black;
  }

  .apartments-section-desc{
      width: 40%;
      height: max-content;
      border: 2px solid black;
      text-align: center;
  }

  .apartments-section-desc h2{
      color: black;
      text-transform: uppercase;
      margin-bottom: 1em;
  }

  .amenities-section{
      width: 100%;
      height: 100%;
      background-color: #f0f5f1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 50px 0;
  }

  .amenities-section-desc{
      width: 60%;
      height: max-content;
      margin: auto;

      padding: 50px 0;
      margin-bottom: 2em;
      text-align: center;
  }

  .amenities-section-desc p{color: black !important;}

  .amenities-section-box{
      width: 60%;
      height: max-content;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      gap: 10px;
      /* border: 2px solid black; */
  }

  .amenities-section-box span{
      font-size: 60px;
      color: black;
  }

  .amenities-section-box p{
    color: black !important;
  }

  .amenities-section h2{
      color: black !important;
      text-transform: uppercase;
  }

  .single-amenity{
      width: 220px;
      height: 200px;

      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .single-amenity p{color: white;}

  .advantages-section{
    width: 100%;
    height: 100%;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #a5a5af;
    margin-top: 50px;
  }

  .advantages-section-desc{
    width: 40%;
    padding: 50px 0px;
    text-align: center;
    border: 2px solid black;
    margin-bottom: 50px;
  }

  .advantages-section-desc h2{
    text-transform: uppercase;
  }

  .advantages-section-desc p{
    width: 80%;
    margin: auto;
   }

   .advantages-box{
    width: 60%;
    height: 100%;
    border: 2px solid black;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
   }

   .single-advantage-box{
    width: 250px;
    height: 220px;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
   }
   .single-advantage-box span{
    font-weight: bold;
    color: white;
    padding-bottom: 5px;
   }

   .single-advantage-box  p {
    color: white;
   }


   .video-testimonial-section{
    width: 100%;
    height: 100% ;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
   }

   .video-testimonial-section h2{
    color: black !important;
   }

   .video-container{
    width: 100%;
    height: auto;
    border: 2px solid black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px 0px ;
    gap: 20px;

   }

   .video-box{
    width: 40%;
    height: 330px;
    /* border: 2px solid black; */
    box-shadow: 0px 0px 10px #aaa;
    border-radius: 15px ;
    padding: 10px;
   }

   .video-box iframe{
    border-radius: 15px;
   }

   .testimonial-section {
    padding: 100px;
    background-color: #fff;
    text-align: center;
  }

  .testimonial-section-desc h2 {
    margin-bottom: 10px;
    color: black !important;
  }

  .testimonial-section-desc p {
    font-size: 1.1em;
    color: #666;
  }

  /* Swiper container */
  .swiper-container {
    width: 100%;
    padding: 60px 0;

  }

  /* Testimonial cards */
  .testimonial-card {
    background:#f0f5f1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-card h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
  }

  .testimonial-card p {
    font-size: 1em;
    color: #555;
    width: 80%;
  margin: auto;
  }

  /* Swiper navigation buttons */
  .swiper-button-prev,
  .swiper-button-next {
    color: #333;
  }

  /* Swiper pagination bullets */
  .swiper-pagination-bullet {
    background: #333;
  }

  .social-links-container {
      display: flex;
      gap: 15px;
      justify-content: center;
      padding: 20px;background: var(--tj-color-theme-primary);
  }

  .social-link {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: #655;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .social-link a {
      text-decoration: none;
      font-size: 20px;
      color: white;
  }

  .social-link:hover {
      transform: scale(1.1); /* Slight scale effect */
  }

  /* Facebook */
  .social-link.facebook:hover {
      background-color: #3b5998; /* Facebook Blue */
  }

  /* Twitter */
  .social-link.twitter:hover {
      background-color: #1da1f2; /* Twitter Blue */
  }

  /* Instagram */
  .social-link.instagram:hover {
      background-color: #e1306c; /* Instagram Pink */
  }

  /* LinkedIn */
  .social-link.linkedin:hover {
      background-color: #0077b5; /* LinkedIn Blue */
  }

  /* Pinterest */
  .social-link.pinterest:hover {
      background-color: #e60023; /* Pinterest Red */
  }

  /* YouTube */
  .social-link.youtube:hover {
      background-color: #ff0000; /* YouTube Red */
  }
  
  
  /* Video Section Container */
.video-section {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}

.video-section-desc h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #333;
}

.video-section-desc p {
  color: #555;
  font-size: 16px;
  margin-bottom: 30px;
}

/* Swiper Container */
.video-slider {
  width: 100%;
  overflow: hidden;
}

/* Video Cards */
.video-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.video-wrapper iframe:hover {
  transform: scale(1.02);
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #cda549; /* Gold-like navigation buttons */
  transition: color 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #333;
}

/* Pagination Styling */
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #cda549;
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .video-wrapper {
    height: 200px;
  }

  .video-section-desc h2 {
    font-size: 24px;
  }

  .video-section-desc p {
    font-size: 14px;
  }
}



/* Section Styling */
#location-advantages {
    width: 100%;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.location-advantages-desc h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
}

.location-advantages-desc p {
    color: #555;
    font-size: 16px;
    margin-bottom: 40px;
}

/* Grid Container */
.location-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: auto;
}

/* Individual Card Styling */
.advantage-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.advantage-card span {
    font-size: 36px;
    color: #cda549; /* Icon color */
    margin-bottom: 10px;
    display: block;
}

.advantage-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.advantage-card p {
    font-size: 14px;
    color: #555;
}

/* Responsive Styling for Mobile */
@media (max-width: 768px) {
    .location-advantages-grid {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 15px;
    }

    .advantage-card {
        padding: 15px;
    }

    .location-advantages-desc h2 {
        font-size: 24px;
    }

    .location-advantages-desc p {
        font-size: 14px;
    }
    
    .testimonial-section{padding: 20px !important;}
    
    
}


