/* ✅ General Styles */
body {
    font-family: 'Assistant', sans-serif;
    background-color: #F7F7F7;
}

.phone-number {
    font-size: 2rem;
    font-weight: bold;
}


/* ✅ Footer */
.footer {
    background-color: #002855;
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 50px;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
    display: none !important;
}


* {
    font-family: 'Assistant', !important;
}
.swiper-button-disabled {
    pointer-events: auto !important;
    opacity: 1 !important;
  }
  
.iframe-section {
    width: 100%;
    border: none;
    overflow: hidden;
    display: block;
}

iframe::-webkit-scrollbar {
    display: none; /* Hide scrollbar for cleaner look */
}
/* ✅ Apply 'Assistant' font to the entire website */
body, html {
    font-family: 'Assistant',  !important;
}

/* ✅ Ensure specific elements inherit the font */
button, input, textarea, select {
    font-family: inherit !important;
}

/* ✅ Force the font inside all components */
* {
    font-family: 'Assistant', !important;
}
