.container {
    max-width: 100% !important;
 }
 
 .page-header {
    padding-top: 0px !important;
 }
 
 .f4u-contact_main {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
 }
 
.f4u-contact-content {
    position: relative;
    font-family: "Poppins", sans-serif;
    color: white;
    text-align: center;
    margin: 0.625rem;
    margin-top: 3rem;
    line-height: 1.7;
    width: calc(100% - 1.25rem);
    max-width: 970px;
}
 
 #content {
    padding-left: 0px !important;
    padding-right: 0px !important;
 }
 
 .f4u-contact-title {
    margin-bottom: 35px;
    font-weight: 500;
    text-align: center;
 }
 
 .f4u-contact-map-img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
 }
 
.f4u-contact-subtitle {
    font-weight: 500;
    color: #000;
    margin: 2em 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.f4u-contact-subtitle-question {
    margin-bottom: 0.5rem;
}

.f4u-contact-subtitle-phone {
    margin-top: 0;
}

.f4u-review-button {
    display: inline-block;
    margin: 0.75rem 0 1.5rem;
    padding: 12px 22px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.f4u-review-button:hover,
.f4u-review-button:focus {
    color: #fff;
}
 
 .f4u-contact-text {
    color: #666666;
    text-align: center;
 }

 .f4u-feedback-subtitle {
    font-weight: 500;
    color: #000;
    margin: 2em 0em 0.5em 0em;
    text-align: center;
 }

 .f4u-feedback-text {
    color: #666666;
    text-align: center;
 }

 .f4u-feedback-text-strong {
    font-weight: 600;
    color: #666666;
    text-align: center;
 }

 .f4u-feedback-form {
    margin: auto;
    max-width: 75%;
 }

 .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
    margin-top: -2px;
}

 .forminator-label {
    display: none !important;
 }

 .select2-selection__rendered, .select2-results__option, .forminator-description, .forminator-input, .forminator-textarea {
    text-align: center;
 }

 .forminator-button-submit {
    padding: 10px 40px 10px 40px !important;
    border-radius: 99px !important;
    text-transform: capitalize;
 }

 .forminator-response-message.forminator-success p {
    text-align: center;
 }

 .opening-hours {
    color: #666666;
    text-align: center;
 }
 
#map {
   height: 379px;
   width: 100%;
   max-width: 970px;
 }

.day-name {
    font-weight: 500 !important;
 }

.f4u-contact-social-links {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 1.5rem;
}

.fb-icon-dark {
   background: url(../img/fb-dark.png) no-repeat;
   width: 40px;
   height: 40px;
   padding-right: 20px;
   display: inline-block;
   margin-top: 2rem;
   margin-right: 1.5rem;
}

.insta-icon-dark {
   background: url(../img/insta-dark.png) no-repeat;
   width: 40px;
   height: 40px;
   display: inline-block;
   margin-top: 2rem;
}

.tiktok-icon-dark {
   background: url(../img/tiktok.png) no-repeat;
   width: 40px;
   height: 40px;
   display: inline-block;
   margin-top: 2rem;
}

@media (max-width: 768px) {
   .f4u-contact-content {
      margin-top: 1.5rem;
      width: calc(100% - 1rem);
      padding-left: 0.5rem;
      padding-right: 0.5rem;
   }

   .f4u-feedback-form {
      max-width: 100%;
   }

   #map {
      height: 280px;
   }

   .f4u-contact-subtitle {
      margin-left: 0;
      margin-right: 0;
      font-size: 1.05rem;
      line-height: 1.45;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
   }

   .f4u-contact-subtitle-phone a {
      display: inline-block;
      margin-top: 0.25rem;
   }
}
