@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
}

.fs__3 {
  font-size: 3rem;
}

.fs__normal {
  font-size: large;
}

.text-success {
  --bs-text-opacity: 1;
  color: #033491 !important;
}

.text__Blue {
  color: #033491;
}

.btn-success {
  background-color: #000;
}

.text__DarkBlue {
  color: #1d2e3b !important;
}

.text__DarkGrey {
  color: #60606b !important;
}

.text__Golden {
  color: orange !important;
}

.text__lightPurple {
  color: #9272b3 !important;
}

.text__yellow {
  color: #ffc440;
}

.bg__Blue,
.bg__DarkBlue,
.bg__SkyBlue {
  background-color: #033491 !important;
}

.bg__red {
  background-color: #d90700;
}

.bg__LightBlue {
  background-color: #b7daff2a;
}

.bg__DarkGrey {
  background-color: #54667a !important;
}

.bg__Yellow {
  background-color: #14212b !important;
}

.max__W-60 {
  max-width: 60rem;
}

.max__W-50 {
  max-width: 50rem;
}

.border__Radius-15 {
  border-radius: 15px;
}

.bi__bolder.bi::before {
  font-weight: bolder !important;
}

.carousel-slide img {
  width: 200px;
  height: 400px !important;
  object-fit: cover;
  display: block;
}

.navbar-brand img {
  width: 150px;
}

.card .card-body img {
  width: 84px;
  height: 74px;
  object-fit: cover;
}

#Services .card-body ul {
  margin-bottom: 0;
  height: 100px;
}

.service__card-h {
  height: 200px;
  object-fit: cover;
}

.service__card1 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/nordic-06-scaled.jpg");
}

.service__card2 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("images/van.jpeg");
}

.service__card3 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/food-box-1-1.jpg");
}

.service__card4 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/nordic-02-scaled.jpg");
}

.service {
  background-position: center;
  background-size: cover;
}

.doctors .card {
  overflow: hidden;
}

.doctors .card img {
  padding-top: 10px;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .w__sm-100 {
    width: 100% !important;
  }

  .fs__3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .banner img {
    height: 450px;
    object-fit: contain;
  }
}

@media screen and (min-width: 992px) {
  .card__desk {
    min-height: 340px;
  }
}

@media screen and (min-width: 1200px) {
  .card__desk {
    min-height: 265px;
  }
}

@media screen and (min-width: 1400px) {
  .card__desk {
    min-height: 235px;
  }
}

@media (max-width: 767px) {
  .list-unstyled.d-flex {
    gap: 0.75rem;
  }

  .list-unstyled.d-flex li {
    font-size: 0.9rem !important;
  }

  .headingBrands,
  .headingOurWork {
    font-size: 20px !important;
  }
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.carousel-track {
  display: flex;
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 20%;
  box-sizing: border-box;
  padding: 5px;
}

.bg__DarkBlue {
  background-color: #04bb00 !important;
}

.btn-success {
  background-color: #033492 !important;
}

/*.carousel-slide img {*/
/*  width: 100%;*/
/* Fixed height for all images */
/* Ensures images fill the space without distortion */
/*  display: block;*/
/*}*/

/*.carousel-button {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  background-color: rgba(0, 0, 0, 0.5);*/
/*  color: white;*/
/*  border: none;*/
/*  padding: 10px;*/
/*  border-radius: 50%;*/
/*  cursor: pointer;*/
/*  z-index: 10;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.carousel-button img {*/
/*  height: 20px;*/
/*  width: 20px;*/
/*}*/

/*.carousel-button.prev {*/
/*  left: 10px;*/
/*}*/

/*.carousel-button.next {*/
/*  right: 10px;*/
/*}*/

/* Responsive styles */
/*@media (max-width: 768px) {*/
/*  .carousel-slide {*/
/*    flex: 0 0 33.33%;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .carousel-slide {*/
/*    flex: 0 0 100%;*/
/*  }*/
/*}*/

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 auto;
  width: calc(100% / 5);
  /* desktop */
  padding: 5px;
}

.carousel-slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .carousel-slide {
    width: calc(100% / 3);
  }
}

/* Buttons */
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.carousel-button img {
  width: 30px;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

#ourWork {
  margin-bottom: 30px;
}

.headingOurWork {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #2b388f;
}

.text-success {
  color: #28a745 !important;
}
