
  .scalable-image {
    transition: transform 0.6s ease;
    border-radius: 1em; 
    box-shadow: 2.5px 5px 20px black; 
    transition: box-shadow 0.3s ease;
  }
  
  .scalable-image:hover {
    transform: scale(1.05);
  }

  .serviceBox {
    border: 3px solid #90744c; 
    border-radius: 1em;

  }

  .textCenter {
    text-align: center;
  }

  .flexContainer {
    flex: 0 0 auto;
    width: 30%;
  }

  .flexSpaceBtw {
    justify-content: space-between;
  }

  @media (min-width: 768px) {
    .maxWidth {
      max-width: 45%;
    }
  }

  @media (min-width: 992px) {
    .maxWidth {
      max-width: 30%;
    }
  }

  .nav-bar-background {
    background-color: #343a40;

  }

  @media (min-width: 992px) {
    .footer-middle {
      margin-left: 80px;
    }

    .footer-left {
      margin-right: 80px;
    }
  }

  .DivHheight {
   
  }

  @media (min-width: 768px) {
    .DivHheight {
        height: 200px;
    }
  }

  @media (min-width: 1700px) {
    .DivHheight {
        height: 150px;
    }
  }

  .custom-color-text {
    color: #4b4f58;
  }

  .eightBoxes {
    border: 2px solid #f0f0f0;
  }

  .eightBoxesHeight {
    aspect-ratio: 1 / 1;
  }

  .custom-color-text-eightBoxes {
    color: white
  }

  .displayFlex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .displayFlexColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .eightBoxesFlex {
    display: flex;
    flex-direction: column;
  }

  .eightBoxesPercentage {
    /* font-size: 80px; */
    font-size: 6vw;
    border-bottom: 2px solid white;
  }

  .imageBackground1 {
    background-image: url('./../img/images/ns1_resized.jpg');  /* Set the background image */
    background-size: cover;                          /* Ensure the image covers the entire div */
    background-position: center;                     /* Center the image */
    background-repeat: no-repeat;                    /* Prevent the image from repeating */
  }

  .imageBackground2 {
    background-image: url('./../img/images/ns2_resized.jpg');  /* Set the background image */
    background-size: cover;                          /* Ensure the image covers the entire div */
    background-position: center;                     /* Center the image */
    background-repeat: no-repeat;                    /* Prevent the image from repeating */
  }

  .imageBackground3 {
    background-image: url('./../img/images/ns3_resized.jpg');  /* Set the background image */
    background-size: cover;                          /* Ensure the image covers the entire div */
    background-position: center;                     /* Center the image */
    background-repeat: no-repeat;                    /* Prevent the image from repeating */
  }

  .imageBackground4 {
    background-image: url('./../img/images/ns4_resized.jpg');  /* Set the background image */
    background-size: cover;                          /* Ensure the image covers the entire div */
    background-position: center;                     /* Center the image */
    background-repeat: no-repeat;                    /* Prevent the image from repeating */
  }

  .reviewStyle {
    height: 230px;
  }

  @media (min-width: 1200px) {
    .reviewStyle {
      height: 260px;
    }
  }

  @media (max-width: 766px) {
    .reviewStyle {
      height: auto;
    }
  } 

  @media (min-width: 767px) and (max-width: 1200px) {
    .reviewStyle {
      height: 180px;
    }
  }

  .imageBoxBackground1 {
    background-image: url('./../img/images/images1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .imageBoxBackground2 {
    background-image: url('./../img/images/images2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .imageBoxBackground3 {
    background-image: url('./../img/images/images3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
