@font-face {
    font-family: 'Nirmala UI';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../../../public/assets/fonts/nirmala-ui/Nirmala.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body *{
    font-family: 'Nirmala UI', sans-serif;
}

body.rtl *{
    font-family: "Cairo", sans-serif;
}

body * {
    font-family: 'Cairo', sans-serif;
}

.rtl .reviews-swiper-prev i{
    rotate: 180deg;
}


.categories .active{
    color: #ff7a00 !important;
    border-bottom: 2px solid #ff7a00  !important;
    font-weight: bold !important;
}

.fixed-bottom {
    position: fixed;
    bottom: 20px;
    left: 20px !important;
    right: unset !important;

}
.whatsapp-btn {
    padding: 12px;
    margin: 12px;
    width: 75px;
    height: 75px;
    background-color: #25D366;
    padding: 12px;
    margin: 12px;
    display: block;
    border-radius: 100%;
    svg {
        margin-bottom: 4px;
        fill: #fff;
        width: 100%;
        height: 100%;

    }
}
.copyright {
    color: #000;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}
.services .title {
    color: #FEFBF3;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 48px */
  }

  .services .services-wrapper {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .services .services-wrapper .service img {
    max-width: 100%;
    width: 160px;
  }

  .services .services-wrapper .service p {
    color: #FEFBF3;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }

  .services .contact-section .contain {
    max-width: 780px;
    margin: auto;
  }

  .services .contact-section .form-group {
    margin-bottom: 1rem;
  }

  .services .contact-section .form-group .form-control {
    height: 46px;
  }

  .services .contact-section .form-group .form-control.error {
    border-color: #dc3545;
  }

  .services .contact-section .form-group textarea.form-control {
    height: 100%;
  }

  .services .contact-section .intl-tel-input {
    width: 100% !important;
  }

  .services .contact-section .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-inline-start: 28px;
    padding-inline-end: 0;
  }

  .services .contact-section .intl-tel-input .selected-flag {
    padding: 0px 16px 0 0px;
  }

  .services .contact-section .intl-tel-input .selected-flag .iti-arrow {
    left: 6px;
  }

  .services .contact-section .intl-tel-input .country-list {
    left: 6px !important;
  }


  .services .contact-section .btn-send {
    width: 100%;
    padding: 1rem;
    border-radius: 5.46px;
    background: #FFF600;
    color: #333;
    font-weight: 700;
  }
