body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.homePageContainer {
    margin: 0 auto;
    padding: 2rem 4rem;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    /* font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; */
    font-family: "Noto Serif", serif;
  }
  
  .homePageContainer .p {
    font-size: 1.2rem;
  }
  
  .newContainer {
    padding: 2rem 4rem;
    text-align: center;
  }
  
  .imageWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  
  .newImageItem {
    height: 100%;
    max-width: 100%; /* Ensures images don't take the entire width */
  }
  
  .newButtons {
    width: 100%;
  }
  
  .locationImage {
    width: 27rem;
    height: 35rem;
  }
  
  .homePageContainer h1 {
    font-size: 30px;
    color: #ff4c4c;
    margin-bottom: 10px;
    margin-top: 20px;
  
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 0;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  }
  
  .homePageContainer .mainTitle {
    color: rgb(2, 2, 2);
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .homePageContainer .h1::before {
    content: '';
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, transparent);
  }
  
  .homePageContainer .h1::after {
    content: '✦';
    position: absolute;
    bottom: -15px;
    left: 0;
    font-size: 2rem;
    color: #ff6b6b;
    background-color: white;
    padding: 0 10px 0 0;
  }
  
  .mainContainer .p2 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ff6b6b;
  }
  
  .buttonCategoriesDiv .buttonCategories {
    font-size: 35px;
    color: #ffb300;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .homePageContainer h3 {
    font-size: 23px;
    color: rgb(2, 2, 2);
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .homePageContainer p {
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px;
    color: rgb(58, 57, 57);
  }
  
  .buttonContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
  }
  
  .buttonCategories {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .button {
    font-family: "Noto Serif", serif;
    font-style: italic;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    transition-duration: 0.4s;
    background-color: #5c469c;
    display: block;
    width: 100%;
    padding: 15px;
  }
  
  .button:hover {
    opacity: 0.8;
  }
  
  .linkWrapper {
    display: contents;
  }
  
  .locationSection .h3,
  .videoService .h3 {
    margin-top: 50px;
    color: #ff4c4c;
    margin-bottom: 10px;
  }
  
  .locationButtonContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }
  
  .locationButton {
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    transition-duration: 0.4s;
    background-color: #ff4c4c;
  }
  
  .locationButton:hover {
    background-color: #f4ce14;
    color: black;
  }
  
  .locationImageSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
    gap: 10px;
  }
  
  .imageContainer {
    margin-top: 20px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
  }
  
  .videos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  .backgroundVideo {
    width: 42%;
    height: auto;
  }
  
  .section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 20px 0;
    gap: 4rem;
    margin-top: 40px;
  }
  
  .sectionImage {
    height: 45rem;
    width: 40rem;
    border-radius: 10px;
    object-fit: fill;
  }
  
  .singleImage {
    height: 50rem;
    width: 100%;
    max-width: 30rem;
    border-radius: 10px;
    object-fit: fill;
  }
  
  .sectionContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(58, 57, 57);
  }
  
  .sectionContent p {
    font-size: 1.2rem;
  }
  
  .sectionTitle {
    font-weight: 600;
    color: #ff4c4c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .sectionTitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ff6b6b; /* You can change this color to match your design */
  }
  
  .sectionContent p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    max-width: 96rem;
  }
  
  .mainTerms {
    display: flex;
    justify-content: center;
  }
  
  .terms {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 10px;
    max-width: 116rem;
    width: 100%;
    box-sizing: border-box; /* Ensure padding is included in max-width */
    background-color: #fff; /* Optional: Add background color */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add box shadow */
  }
  
  .mainTerms h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }
  
  .termsContent {
    padding: 1rem;
    text-align: justify; /* Justify text */
    max-width: 114rem; /* Set maximum width for content */
    margin: 0 auto; /* Center align content */
  }
  
  .termsText {
    font-size: 1rem;
    color: rgb(58, 57, 57);
    line-height: 1.6;
  }
  
  /* Responsive Styles */
  
  @media (max-width: 1400px) {
    .sectionImage {
      width: auto;
      max-width: 30rem;
      height: 46rem;
    }
  
    .singleImage {
      max-width: 30rem;
      height: auto;
    }
  
    .sectionContent p {
      font-size: 1.2rem;
      line-height: 1.3;
      text-align: left;
    }
  
    .locationSection .h3,
    .videoService .h3 {
      margin-bottom: 10px;
    }
  
    .termsTitle {
      font-size: 1.7rem;
    }
  
    .termsText {
      line-height: 1.4;
    }

    .locationImageSection img {
      max-width: 22rem;
      height: 32rem;
    }
  
    .locationImage {
      width: 22rem;
      height: 32rem;
    }
    .imageWrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 2rem;
      margin-top: 2rem;
    }
    
    .newImageItem {
      height: auto;
      max-width: 100%; /* Ensures images don't take the entire width */
    }
  }
  
  @media (max-width: 1300px) {
    .section {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    /* .imageWrapper {
      grid-template-columns: repeat(1, 1fr);
      text-align: center;
      gap: 30px;
    } */
    .newImageItem {
      max-width: 90%; /* Ensures images don't take the entire width */
      margin-top: 1rem;
      max-width: 100%;
    }
    .newContainer {
      padding: 0;
    }
  }
  
  
  @media (max-width: 1200px) {
    .sectionImage {
      width: auto;
      max-width: 28rem;
    }
  
    .singleImage {
      max-width: 28rem;
      height: auto;
    }
  
    .sectionTitle {
      font-size: 1.8rem;
      text-align: left;
    }
  
    .sectionContent p {
      font-size: 1.5rem;
      line-height: 1.3;
      text-align: left;
    }

    .locationImage {
      width: 30rem;
      height: 35rem;
    }
  
    .mainTerms {
      margin: 0;
    }
  
    .termsTitle {
      font-size: 43px;
    }
  
    .termsText {
      font-size: 1.3rem;
      line-height: 1.4;
    }
  }
  
  @media (max-width: 990px) {
    .section {
      flex-direction: column;
      align-items: center;
    }
  
    .sectionImage {
      margin: 0 0 15px 0;
      height: 46rem;
      max-width: 90%;
    }
  
    .singleImage {
      max-width: 56%;
      height: auto;
    }
  
    .sectionTitle {
      margin-bottom: 10px;
      text-align: left;
      font-size: 2rem;
    }
  
    .homePageContainer p {
      font-size: 1.3rem;
      font-weight: 400;
      color: rgb(58, 57, 57);
    }
  
    .sectionContent {
      align-items: center;
    }
  
    .sectionContent p {
      font-size: 1.3rem;
      line-height: 1.3;
      text-align: left;
    }
  
    .locationSection .h3,
    .videoService .h3 {
      font-size: 36px;
      margin-bottom: 10px;
      text-align: left;
      margin-top: 0;
    }
    .locationImage {
      width: 30rem;
      height: 46rem;
    }
  
    .termsTitle {
      font-size: 50px;
    }
  
    .termsText {
      font-size: 1.2rem;
      line-height: 1.3;
    }
    .newContainer {
      padding: 2rem 4rem;
    }
    .imageWrapper {
      grid-template-columns: repeat(1, 1fr);
      margin-top: 0rem;
    }
    .newImageItem {
      height: auto;
      max-width: 67%; /* Ensures images don't take the entire width */
    }
  }
  
  @media (max-width: 768px) {
    .homePageContainer .mainTitle {
      font-size: 1.4rem;
      color: rgb(2, 2, 2);
      margin-bottom: 20px;
      font-weight: 700;
    }
  
    .homePageContainer {
      text-align: left;
      padding: 1rem;
    }
  
    .homePageContainer h1 {
      font-size: 60px;
      text-align: left;
    }
  
    .homePageContainer h3 {
      font-size: 30px;
      text-align: center;
      margin: 0;
    }
  
    .sectionContent p {
      font-size: 1.3rem;
      line-height: 1.4;
      text-align: left;
    }
  
    .buttonContainer {
      grid-template-columns: 1fr;
      text-align: center;
    }
  
    .locationImageSection {
      text-align: center;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  
    .imageContainer {
      width: 90%;
      height: auto;
    }
  
    .videoService .h3 {
      font-size: 22px;
      margin-top: 20px;
    }
  
    .videos {
      flex-direction: column;
      align-items: center;
    }
  
    .backgroundVideo {
      width: 90%;
      margin-bottom: 20px;
    }
  
    .section {
      gap: 20px;
      align-items: center;
    }
  
    .singleImage {
      max-width: 56%;
      height: auto;
    }
  
    .sectionTitle {
      margin-bottom: 24px;
      text-align: left;
    }
  
    .sectionImage {
      margin: 0 0 15px 0;
      height: 40rem;
      max-width: 90%;
    }
    .locationImage {
      width: 28rem;
      height: 40rem;
    }

    .terms {
      margin-top: 1rem;
    }
  
    .terms h1 {
      font-size: 35px;
    }
  
    .termsText {
      font-size: 1.2rem;
      line-height: 1.3;
      margin-bottom: 0;
    }
  
    .termsTitle {
      font-size: 40px;
    }
    .newContainer {
      padding: 2rem 2rem;
    }
    .imageWrapper {
      grid-template-columns: 1fr;
      margin-top: 0rem;
      gap: 0;
    }
    .newImageItem {
      height: auto;
      max-width: 64%; /* Ensures images don't take the entire width */
    }
  }
  
  @media (max-width: 520px) {
    .homePageContainer {
      padding: 0rem 1rem;
      text-align: left;
    }
  
    .homePageContainer h1 {
      text-align: left;
      font-size: 34px;
    }
  
    .homePageContainer h3 {
      font-size: 25px;
      text-align: center;
    margin-bottom: 10px;

    }
  
    .homePageContainer p {
      font-size: 1.1rem;
      text-align: left;
      line-height: 1.7rem;
    }
  
    .button {
      font-size: 20px;
      text-align: center;
    }
  
    .locationSection {
      margin-top: 2rem;
    }
  
    .locationSection .h3,
    .videoService .h3 {
      font-size: 19px;
      margin-bottom: 10px;
      margin-top: 0;
    }
  
    .locationImageSection {
      gap: 15px;
      margin-top: 0;
    }

    .locationImageSection img {
      max-width: 18rem;
      height: 25rem;
    }
  
  
    .imageContainer {
      width: 100%;
      height: auto;
    }
  
    .buttonCategoriesDiv .buttonCategories {
      margin-left: 0;
      text-align: center;
    }
  
    .sectionTitle {
      margin-bottom: 23px;
      text-align: left;
      font-size: 1.4rem;
    }
  
    .sectionImage {
      margin: 0 0 15px 0;
      height: 28rem;
      max-width: 100%;
    }
  
    .singleImage {
      max-width: 90%;
      height: auto;
    }
  
    .locationImage {
      width: 23rem;
      height: 35rem;
    }

    .terms {
      margin-top: 1rem;
    }
  
    .termsText {
      font-size: 1.1rem;
      line-height: 1.3;
    }
  
    .termsTitle {
      font-size: 30px;
    }
  
    .newContainer {
      padding: 0rem;
    }
    .imageWrapper {
      flex-direction: column;
      align-items: center;
      gap: 0px;
    }
  
    .newImageItem {
      height: auto;
      max-width: 100%; /* Ensures images don't take the entire width */
    }

     
  .termsContent {
    padding: 0rem;
  }
  
  }
  
  @media (max-width: 435px) {
    .locationImage {
      width: 22rem;
      height: 35rem;
    }
  
    .singleImage {
      max-width: 22rem;
      height: auto;
    }
  
    .terms {
      padding: 1rem;
    }
  
    .termsText {
      font-size: 1.1rem;
      line-height: 1.3;
      text-align: center;
    }
  
    .termsTitle {
      font-size: 30px;
    }
  }
  
  @media (max-width: 400px) {
    .locationImage {
      width: 100%;
      height: auto;
    }
    .homePageContainer h1 { 
      text-align: center;
      font-size: 30px;
      margin: 0;
    }
  
    .singleImage {
      max-width: 19rem;
      height: auto;
    }
  }

  .locationImageSection img {
    max-width: 18rem;
    height: 25rem;
  }

  

  .navbar {
    width: 100%;
    background-color: #333;
    padding: 1rem;
  }
  
  .nav-links {
    display: flex;
    justify-content: space-around;
    list-style: none;
  }
  
  .nav-links li a {
    color: white;
    text-decoration: none;
  }
  
  /* Image Header Styles */
  .image-container {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    overflow: hidden;
  }
  
  .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 350px) {
    .locationImageSection img {
      width: 100%;
      height: auto;
    }
  }
  
  /* Responsive design */
  @media (max-width: 768px) {
    .image-container {
      height: auto;
    }
  
    .image {
      height: auto;
      width: 100%;
      object-fit: contain; /* Ensures the whole image is visible */
    }
  }
  
  @media (max-width: 480px) {
    .image-container {
      height: auto;
    }
  
    .image {
      height: auto;
      width: 100%;
      object-fit: contain; /* Ensures the whole image is visible */
    }
  }

  /* whatsapp button */
  
  .sticky-links {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #333;
    z-index: 1000;
  }
  
  .sticky-link-whatsapp {
    flex: 1;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #20b954;
    transition: background-color 0.3s ease;
  }
  
  .sticky-link-callUs {
    flex: 1;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    transition: background-color 0.3s ease;
  }
  
  .sticky-link-whatsapp:hover {
    background-color: #18bd4f;
  }
  .sticky-link-callUs:hover {
    background-color: #0056b3;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .sticky-link-whatsapp {
      font-size: 0.9rem;
      padding: 0.8rem;
    }
    .sticky-link-callUs {
      font-size: 0.9rem;
      padding: 0.8rem;
    }
  }
  
  @media (max-width: 480px) {
    .sticky-link-whatsapp {
      font-size: 0.8rem;
      padding: 0.6rem;
    }
    .sticky-link-callUs {
      font-size: 0.8rem;
      padding: 0.6rem;
    }
  }

  . .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .video {
    width: 100%;
    height: auto;
    object-fit: cover; /* Adjust this if needed for different aspect ratios */
  }

  @media screen and (max-width: 768px) {
    .video-container {
      height: auto;
    }
    
    .video {
      height: auto;
    }
  }
  
  /* Media query for very small screens */
  @media screen and (max-width: 480px) {
    .video-container {
      height: auto;
    }
    
    .video {
      height: auto;
    }
  }