<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fifthtile {
    text-align: center;
    height: 100vh;
    padding: 3% 5vw;
    background-color: #58c23e; 
    background-image: url(/assets/UpdatedWebImg/contactbg.jpg);
    backdrop-filter:drop-shadow(5px 5px 5px #222); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  
  .testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4%;
  }
  
  .testimonial-header {
    margin-top: 1%;
    font-size: 3vw;
    font-weight: 900;
    margin-bottom: 2%;
     color:#ffffff;
  }
  
  
  .testimonial-text {
    font-size: 1.5vw;
    color: #ffffff;
    text-align: center;
   margin-top: -6%;
   font-weight: 400;
    margin: 0 auto; 
  }
  
  .testimonial-text  h4{
    font-size: 4vw;
    font-weight: 900;
    margin-bottom: 2%;
    color: #197b56;
  } 

  .box-container77 {
  height: 58vh; /* Set the height as needed */
  width: 80vw; /* Set the width as needed */
  margin: 0 auto; /* Center the box horizontally */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; 
  border-radius: 40px;
  margin-bottom: 5%;
  filter: drop-shadow(5px 5px 5px #222);
  background: rgb(53 53 53 / 52%);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 40px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );

}
.arrow12 {
  border: solid black;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 0.7vw;
}

.arrow12:hover {
  border: solid #b0d7b9;
  border-width: 0 5px 5px 0;
}

.right12 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left12 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
  
.carousel55 {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    transition: transform 0.5s ease;
    height: 100%; /* Ensure the height takes the full container height */
    margin: 0 auto; 
    text-align: center; 
    padding: 0 10%;
  }
  
  
  .carousel55 img {
    object-fit:cover ;
    filter: drop-shadow(5px 5px 5px #222);
  }
  
  .prev-button,
  .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: none;
    border: none;
    color: rgb(8, 8, 8);
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
  }
  
  .prev-button {
    left: 35vw;
    top: 48vh;
    border-radius: 40%; 
    z-index: 1;
    width: 30px;
    height: 40px; 
    color:black;
   
  
  }
  .display-test{
    margin-top: -10%;
  }
  .next-button {
    right: 35vw;
    top: 48vh;
    border-radius: 40%; 
    z-index: 1;
    
    width: 30px; /* Adjust the width as needed */
    height: 40px; 
    
  }
  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .testimonial-item {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 400px;
  }
  
  .star-ratings {
    display: flex;
    justify-content: center;
    z-index: 2;
  
  }
  
  .star {
    font-size: 34px;
  
  }
  
  .star.empty {
    color: #811a1a; /* Empty star color */
  }
  
  .username {
    font-size: 2vw;
    font-weight: 700;
    margin: 10px 0;
    color:white;
  }
  
  .quote-text {
    font-size: 1.5vw;
    color:white;
    margin: 10px 0;
    font-weight: 500;
  }
  
  .paragraph {
    font-size: 1.3vw;
    margin-top: 10px;
    align-items: center;
    padding-left:3%;
    padding-right:3%;
    color:white;
    font-weight: 400;
  }

@media screen and (max-width: 600px){

  #fifthtile {
    text-align: center;
    /* background-color:#ebeaea3d; */
    height: auto;
  }
  
  .testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
   margin-top: 5%;
  }
  
  .testimonial-header {
    font-size: 10vw;
    font-weight: 800;
    /* margin-top: 5%; */
    margin-bottom: 6%;
     color:#197b56;/* Adjust color as needed */
  }
  
  
  .testimonial-text {
    font-size: 4vw;
    text-align: center;
   margin-top: 10%;
   font-weight: 600;
   margin-bottom: 6%;
    max-width: 800px; /* Adjust the maximum width as needed */
    margin: 0 auto; /* Center the text horizontally */
  }
  
  .testimonial-text h4{
    font-size: 10vw;
  }



  .box-container77 { 
  height: 60vh; /* Set the height as needed */
  width: 340px; /* Set the width as needed */
  /* Center the box horizontally */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; 
  border-radius: 40px;
  
}

  
.carousel55 {
    display: flex;
   
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    transition: transform 0.5s ease;
    height: 100%; /* Ensure the height takes the full container height */
    margin: 0 auto; /* Center horizontally */
    text-align: center; /* Center inline elements horizontally */
  }
  
  
  .carousel55 img {
    width: 100%;
    
    height: auto;
   
  }
  
  .prev-button,
  .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
   
    border: none;
    color: rgb(8, 8, 8);
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
  }
  
  .prev-button {
    left: 0;
    border-radius: 40%; 
    z-index: 1;
    width: 30px;
    height: 40px; 
   
  }
  .display-test{
    margin-top: -4%;
  }
  .next-button {
    right: 0;
    border-radius: 40%; 
    z-index: 1;
    
    width: 30px; /* Adjust the width as needed */
    height: 40px; 
    /* background-color: rgba(253, 251, 251, 0.5); */
  }
  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .testimonial-item {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 400px;
  }
  
  .star-ratings {
    display: flex;
    justify-content: center;
    z-index: 2;
    margin-bottom: 5%;
  }
  
  .star {
    font-size: 90px;
  
  }
  
  .star.empty {
    color: #811a1a; /* Empty star color */
  }
  
  .username {
    font-size: 26px;
    font-weight: 700;
    margin-top: 4%;
    margin-bottom: 3%;
    color:white;
  }
  
  .quote-text {
    font-size: 20px;
    color:white;
    margin-top: 4%;
    font-weight: 500;
    font-style: bold;
  }
  
  .paragraph {
    font-size: 4vw;
    margin-top: 10px;
    align-items: center;
    padding-left:8%;
    padding-right:8%;
    color:white;
    font-weight: 100;
  }
  

}

  
@media screen and (min-width:700px) and (max-width:800px) {

  #fifthtile{
    padding: 5vw;
  }

  .prev-button{
    left: 34vw;
  }

  .next-button{
    right: 34vw;
  }

  .box-container77{
  
  height: 75vh;
  }

  .paragraph{
    font-size: 2.2vw;
  }
}</pre></body></html>