.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}


.bg-light {
  background-color: #f2f4f6 !important;
}

#faq {
  background: #88adc838 !important;
  color: #000;
}


.accordion-button {
    font-size: 18px;
    font-weight: 600;
}

#apply_online_form label.form-label {
  font-size: 15px;
  font-weight: 700;
  color: #122750;
}


.container {
  max-width: 1440px;
}

.notice-text {
  padding: 10px 10px;
  background: var(--color-primary);
  text-align: center;
  color: var(--color-secondary);
}

.slide-container .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.list-dot ul,
.blog ul {
  list-style: disc;
  margin-left: 20px;
}

.slide-text {
  max-width: 1000px;
  text-align: center;
  padding: 25px;
  /*background-color: #0000002e;*/
  color: #fff;
}

.slide-text h1 {
  color: #fff;
  font-size: 40px;
}

.slide img {
  min-height: 400px;
  object-fit: cover;
}

/* .header .navbar-nav > .nav-item {
  padding-left: 10px;
} */




.location-title {
  color: #fff;
  font-size: 25px;
}

.location-section .card {
  background-color: var(--color-primary);
  border: 0px;
  display: flex;
  flex-direction: column;
}

.location-section .card .card-footer {
  text-align: center;
  padding: 30px;
}

.location-inner li {
  line-height: 40px;

}

.page-banner {
  position: relative;
}

.page-banner h1 {
  color: #fff;
}

.page-banner .container {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.banner-top {
  background-color: var(--color-primary);
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.banner-top h1 {
  color: #fff;
  font-size: 45px;
}

.location-inner h2 {
  font-size: 30px;
}


.page-banner img {
  min-height: 250px;
  object-fit: cover;
}

.contact-page {
  color: #fff;
}

.contact-page .contact-text i {
  padding: 5px;
}

.contact-page .contact-text i:before {
  color: var(--color-primary);
}

.contact-form .form-group .form-control {
  line-height: 35px;
  border-radius: 0;
}

.lead {
  font-size: 16px;
  font-weight: 400;
  color: #5b5b5b !important;
}

.custom-arrow li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  line-height: 40px;
}

.custom-arrow li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/arrow-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-main .custom-menu a {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.care-card {
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  border: 3px solid var(--color-primary);
}

.care-card i {
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.bg-light-dark {
  background-color: #0000005c;
}

.contact-info a {
  color: #ffff;
}

.slide .swiper-slide {
  position: relative;
  overflow: hidden;
}

.slide .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slide .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}

.slide .slide-container {

  z-index: 99;
}


.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust opacity/color */
  z-index: 1;
}

.page-banner img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}

.page-banner .container {

  z-index: 99;
}


.custom-card {
  background: #fff;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  font-size: 3rem;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.who-we-are-section .img-container {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.who-we-are-section .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-primary-custom {
  color: var(--color-primary);
}

@media screen and (max-width: 1600px) {
  .header .navbar-nav .nav-item a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .slide-text {
    max-width: 600px;
  }

  .slide-text h1 {
    font-size: 30px;
  }

  .banner-top {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1200px) {
  .banner-top h1 {
    color: #fff;
    font-size: 35px;
  }


}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-main .custom-menu a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
  .slide-text h1 {
    font-size: 30px;
    margin-right: 0px;
    text-align: center;
    background-color: transparent !important;
  }

  .banner-top h1 {
    color: #fff;
    font-size: 25px;

  }

  .slide-container {
    position: inherit;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0%);
    padding: 15px;
  }

  .slide {
    background-color: var(--color-secondary);
  }

  .slide-container .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }


}

@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }

  .slide-text h1 {
    font-size: 20px;
  }

  .footer-main {
    font-size: 16px;
  }

  .top-bar {
    font-size: 14px;
  }

  .referal-inner a {
    word-break: break-word;
  }

  .header-btn {
    font-size: 12px !important;
    padding: 10px 10px !important;
  }

  .page-banner .container {
    position: inherit;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
    text-align: center;
    background-color: var(--color-secondary);
    padding: 30px;
  }

  .banner-text h1 {
    font-size: 35px;
  }

  /*--------------------*/

  .testimonials-slider.px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  h1 {
    font-size: 35px;
  }


  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }


}