.u-gallery-nav {
    display: none;
}

/* Make the five boxes align in a single row */
.u-repeater {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px; /* Add space between items */
}

.u-repeater-item {
    flex: 1 1 calc(20% - 10px); /* Adjust width to fit five in a row */
    max-width: 20%;
    box-sizing: border-box;
}



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

.logo {

     width: 150px; /* Adjust the size of your logo */
    position: absolute; /* Use absolute positioning */
    top: 45%; /* Move down to the middle of the container */
    left: 50%; /* Move right to the middle of the container */
    transform: translate(-50%, -50%); /* Center the logo */
    opacity: 0; /* Start invisible */
    animation: fadeInOut 5s ease-in-out forwards; /* Animation duration */
}

@keyframes fadeInOut {
    0% {
        opacity: 0; /* Start invisible */
    }
    20% {
        opacity: 1; /* Fade in to fully visible */
    }
    40% {
        opacity: 1; /* Stay fully visible for 1 second */
    }
    100% {
        opacity: 0; /* Fade out */
    }
}

.content {
    color: white; /* Change text color to white for visibility */
    /* Add any additional styles for your content here */
}





.faq {
    background-color: white; /* Background color for the FAQ section */
    color: black; /* Text color */
    padding: 20px; /* Padding around the section */
     max-width: 1400px;
    margin: auto;
margin-top: 40px;
    margin-bottom: 90px;
   }

.faq-item {
    border-bottom: 1px solid #444; /* Border between items */
}

.faq-question {
    display: flex; /* Flexbox layout for alignment */
    justify-content: space-between; /* Space between question and icon */
    padding: 10px; /* Padding for the question */
    cursor: pointer; /* Change cursor to pointer on hover */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
border-radius: 10px;
}

.faq-question:hover {
    background-color: #e4dbdb; /* Background color on hover */
}

.faq-answer {
    display: none; /* Hidden by default */
    padding: 0 15px 15px; /* Padding for the answer */
    transition: max-height 0.2s ease-out; /* Smooth transition */
  
}

p:not(.u-text-variant) {
    font-size: 15px;
   
    font-family: 'Merriweather';
    
}


/* Optional: Style the toggle icon */
.toggle-icon {
    font-weight: bold; /* Make the icon bold */
}



h2:not(.u-subtitle) {
    font-size: 26px !important;
    font-family: 'Merriweather';
}

.u-body h3 {
    padding: 0;
    font-size: 20px;
font-family: 'Merriweather';
margin-left: 10px;
}


body {
    font-family: 'Merriweather', serif; /* Apply Merriweather font to the body */
}


.u-active-none u-border-none u-btn u-button-link u-button-style u-hover-none u-none u-text-palette-1-light-1 u-btn-2" target="_blank" rel="nofollow {color: #FF860D !important;
}

 
 .u-section-1 {
  background-image: url("images/Untitleddesign12.png");
  background-position: 50% 0%;
}

.u-section-1 .u-sheet-1 {
  min-height: 668px;
}

.u-section-1 .u-image-1 {
  width: 111px;
  height: 111px;
  margin: 60px auto 0;
}

.u-section-1 .u-text-1 {
  line-height: 1.03;
  letter-spacing: 0px;
  margin: 16px auto 0;
}

.u-section-1 .u-text-2 {
  line-height: 1.37;
  width: 488px;
  margin: 20px auto 0;
}

.u-section-1 .u-btn-1 {
  --radius: 20px;
  background-image: none;
  letter-spacing: 4px;
  margin: 12px auto 60px;
  padding: 16px 57px 16px 55px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 394px;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 551px;
  }

  .u-section-1 .u-image-1 {
    margin-left: 486px;
  }

  .u-section-1 .u-text-1 {
    margin-left: -12px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 250px;
  }

  .u-section-1 .u-btn-1 {
    margin-left: 303px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 277px;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 422px;
  }

  .u-section-1 .u-text-1 {
    margin-left: -13px;
  }

  .u-section-1 .u-btn-1 {
    margin-left: 83px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 181px;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 317px;
  }

  .u-section-1 .u-image-1 {
    margin-left: 408px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 191px;
  }

  .u-section-1 .u-btn-1 {
    margin-left: 13px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 74px;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 200px;
  }

  .u-section-1 .u-image-1 {
    margin-left: 208px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 125px;
    width: 340px;
  }
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 344px;
}

.u-section-2 .u-group-1 {
  height: auto;
  margin-top: -76px;
  margin-bottom: 60px;
  --top-left-radius: 10px;
  --top-right-radius: 10px;
  min-height: 321px;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px;
}

.u-section-2 .u-text-1 {
  font-size: 1.125rem;
  margin: 10px auto 0;
}

.u-section-2 .u-text-2 {
  font-weight: 400;
  margin: 8px 66px 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    --radius: 10px;
    height: auto;
  }

  .u-section-2 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
} .u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 494px;
}

.u-section-3 .u-text-1 {
  font-weight: 400;
  width: 477px;
  margin: 50px auto 0;
}

.u-section-3 .u-list-1 {
  margin-top: 29px;
  margin-bottom: 41px;
}

.u-section-3 .u-repeater-1 {
  grid-auto-columns: calc(25% - 7.5px);
  grid-template-columns: repeat(4, calc(25% - 7.5px));
  min-height: 331px;
  grid-gap: 10px;
}

.u-section-3 .u-list-item-1 {
  --radius: 38px;
  transition-duration: 0.5s;
}

.u-section-3 .u-container-layout-1 {
  padding: 10px;
}

.u-section-3 .u-icon-1 {
  width: 104px;
  height: 104px;
  margin: 14px auto 0;
  padding: 0;
}

.u-section-3 .u-text-2 {
  font-weight: 400;
  margin: 5px 22px 0;
}

.u-section-3 .u-text-3 {
  font-weight: 400;
  font-size: 0.75rem;
  width: 173px;
  margin: 5px auto 0;
}

.u-section-3 .u-list-item-2 {
  --radius: 38px;
  transition-duration: 0.5s;
}

.u-section-3 .u-container-layout-2 {
  padding: 10px;
}

.u-section-3 .u-icon-2 {
  width: 104px;
  height: 104px;
  margin: 14px auto 0;
  padding: 0;
}

.u-section-3 .u-text-4 {
  font-weight: 400;
  margin: 5px 22px 0;
}

.u-section-3 .u-text-5 {
  font-weight: 400;
  font-size: 0.75rem;
  width: 173px;
  margin: 5px auto 0;
}

.u-section-3 .u-list-item-3 {
  --radius: 38px;
  transition-duration: 0.5s;
}

.u-section-3 .u-container-layout-3 {
  padding: 10px;
}

.u-section-3 .u-icon-3 {
  width: 104px;
  height: 104px;
  margin: 14px auto 0;
  padding: 0;
}

.u-section-3 .u-text-6 {
  font-weight: 400;
  margin: 5px 22px 0;
}

.u-section-3 .u-text-7 {
  font-weight: 400;
  font-size: 0.75rem;
  width: 173px;
  margin: 5px auto 0;
}

.u-section-3 .u-list-item-4 {
  --radius: 38px;
  transition-duration: 0.5s;
}

.u-section-3 .u-container-layout-4 {
  padding: 10px;
}

.u-section-3 .u-icon-4 {
  width: 104px;
  height: 104px;
  margin: 14px auto 0;
  padding: 0;
}

.u-section-3 .u-text-8 {
  font-weight: 400;
  margin: 5px 22px 0;
}

.u-section-3 .u-text-9 {
  font-weight: 400;
  font-size: 0.75rem;
  width: 173px;
  margin: 5px auto 0;
}

.u-section-3 .u-list-item-5 {
  --radius: 38px;
  transition-duration: 0.5s;
}

.u-section-3 .u-container-layout-5 {
  padding: 10px;
}

.u-section-3 .u-icon-5 {
  width: 104px;
  height: 104px;
  margin: 14px auto 0;
  padding: 0;
}

.u-section-3 .u-text-10 {
  font-weight: 400;
  margin: 5px 22px 0;
}

.u-section-3 .u-text-11 {
  font-weight: 400;
  font-size: 0.75rem;
  width: 173px;
  margin: 5px auto 0;
}

.u-section-3 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
}

.u-section-3 .u-gallery-nav-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: auto;
  top: 146px;
  right: 10px;
}

@media (max-width: 1199px) {
  .u-section-3 .u-text-2 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-3 .u-text-4 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-3 .u-text-6 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-3 .u-text-8 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .u-section-3 .u-text-10 {
    margin-left: 17px;
    margin-right: 17px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5px);
    grid-template-columns: repeat(2, calc(50% - 5px));
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-text-1 {
    width: 340px;
  }

  .u-section-3 .u-repeater-1 {
    grid-auto-columns: 100%;
  }
}

.u-section-3 .u-list-item-1,
.u-section-3 .u-list-item-1:before,
.u-section-3 .u-list-item-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-1.u-list-item-1.u-list-item-1:hover:before {
  background-color: #f2f2f2 !important;
}

.u-section-3 .u-list-item-2,
.u-section-3 .u-list-item-2:before,
.u-section-3 .u-list-item-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-2.u-list-item-2.u-list-item-2:hover:before {
  background-color: #f2f2f2 !important;
}

.u-section-3 .u-list-item-3,
.u-section-3 .u-list-item-3:before,
.u-section-3 .u-list-item-3 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-3.u-list-item-3.u-list-item-3:hover:before {
  background-color: #f2f2f2 !important;
}

.u-section-3 .u-list-item-4,
.u-section-3 .u-list-item-4:before,
.u-section-3 .u-list-item-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-4.u-list-item-4.u-list-item-4:hover:before {
  background-color: #f2f2f2 !important;
}

.u-section-3 .u-list-item-5,
.u-section-3 .u-list-item-5:before,
.u-section-3 .u-list-item-5 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-3 .u-list-item-5.u-list-item-5.u-list-item-5:hover:before {
  background-color: #f2f2f2 !important;
}.u-section-4 .u-sheet-1 {
  min-height: 451px;
}

.u-section-4 .u-group-1 {
  height: auto;
  --top-left-radius: 10px;
  --top-right-radius: 10px;
  min-height: 369px;
  margin-top: 41px;
  margin-bottom: 41px;
}

.u-section-4 .u-container-layout-1 {
  padding: 23px 30px;
}

.u-section-4 .u-text-1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 22px auto 0;
}

.u-section-4 .u-text-2 {
  font-weight: 400;
  margin: 26px 66px 0;
}

@media (max-width: 1199px) {
  .u-section-4 .u-group-1 {
    height: auto;
  }

  .u-section-4 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}