html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
}

/* header */
.navbar-toggler {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background: none;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
}

.toggler-icon {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.navbar-toggler-icon {
  display: none;
}

.custom-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; /* remove Bootstrap default padding */
  width: 40px; /* make it square */
  height: 40px;
}

.custom-toggler::before {
  content: "\2630"; /* ☰ hamburger */
  font-size: 1.3rem;
  color: black;
  font-weight: bold;
}

.custom-toggler[aria-expanded="true"]::before {
  content: "\2715"; /* ✕ cross */
  font-size: 1.3rem;
  color: black;
  font-weight: bold;
}

.nav-link {
  padding: 0.75rem 1rem;
  color: #475064;
  font-weight: 1000;
  border-bottom: 1px solid transparent;
}

.navbar-nav {
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    width: 100%;
  }

  .nav-link {
    border-bottom: 1px solid #dee2e6;
  }

  .dropdown-menu {
    border: none !important;
    box-shadow: none !important;
  }

  .dropdown-item {
    border-bottom: 1px solid #dee2e6;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .navbar-nav {
    gap: 0.3rem;
  }
}

.dropdown-toggle::after {
  margin-left: 0.5rem;
}

.btn-for-providers {
  background-color: #77a0d5;
  font-weight: 600 !important;
  color: white;
  border-radius: 20px;
  padding: 0.5rem 1rem;
}

.es {
  margin-left: 1rem;
  color: #f46c63;
}

/* footer */
.footer-logo {
  max-width: 150px; /* Adjust logo size */
  height: auto;
  margin-bottom: 20px;
}

.social-icons a {
  color: #0068a5;
  font-size: 20px;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #6f9fd5;
}

.footer-bottom {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 30px;
  font-size: 20px;
  color: #475064;
}

.footer-bottom a {
  color: #475064;
  text-decoration: none;
  /* margin-left: 15px; */
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #007bff;
}

.list-group-item.sub-item {
  border: none;
  font-weight: normal !important;
  /* color: #333333 !important; */
}

.list-group-item {
  color: #475064;
  font-weight: 600 !important;
  padding-left: 0 !important;
}

/* Knowing the 15 umws */
.third {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* For absolute positioning of image placeholders */
  overflow: hidden; /* Hide overflow from absolutely positioned elements */
}

.carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bbb;
  transition: background-color 0.3s;
}
.carousel-dot.active {
  background-color: #000;
}

.card-radius {
  border-radius: 0 1rem 1rem 0;
}

@media (max-width: 991px) {
  .card-radius {
    border-radius: 0 0 1rem 1rem;
  }

  .es {
    margin-left: 1rem;
    color: #f46c63;
    font-weight: 700 !important;
  }
}

/* buttons */
.cutome-hover-dark:hover {
  background-color: #475064;
  color: white;
}

.cutome-hover-dark-english {
  background-color: white;
  color: #475064;
  font-weight: 700;
}

.cutome-hover-dark-english:hover {
  background-color: #475064;
  color: white;
}

.dark-dot {
  background-color: #475064;
  color: white;
  font-weight: 700;
}

.dark-dot:hover {
  background-color: #5d6983;
  color: white;
}
