
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Rubik:wght@400&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  overflow-x: hidden !important;
  font-family: 'Rubik', sans-serif;
  color: rgb(113, 114, 117);
}

/* ------------------------------- Typography ------------------------- */
.heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: rgb(3, 90, 166);
}

.text {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(113, 114, 117);
}

/* ------------------------------- Layout ------------------------- */
.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 1rem;
  background-color: #f8f9fa;
}

.hero-image {
  flex: 1;
  max-width: 45%;
}

.hero-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hero-content {
  flex: 1;
  max-width: 45%;
  text-align: left;
}

.hero-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #2b388f;
  margin-bottom: 1rem;
}

.hero-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #60606b;
}

.hero-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  grid-row: 1.5rem;
  list-style: none;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  justify-content: start;
}

.hero-content ul li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  white-space: nowrap;
}


.hero-content ul i {
  color: green;
}

.btn-container {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary-custom {
  background-color: #172b56;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn-primary-custom:hover {
  background-color: #367ED3;
}

.btn-success-custom {
  background-color: #28a745;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn-success-custom:hover {
  background-color: #218838;
}

@media screen and (max-width: 992px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }
  .hero-image, .hero-content {
    max-width: 100%;
  }
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.feature-item {
  
  color: black;
  padding: 12px 20px;
  border: 2px solid white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}


/* ------------------------------- Utilities start ------------------------- */
.fs__3 {
  font-size: 3rem;
}
.fs__normal {
  font-size: large;
}
.text__Blue {
  color: #367fd3;
}
.text__DarkBlue {
  color: #1d2e3b !important;
}
.text__DarkGrey {
  color: #60606b !important;
}
.text__Golden {
  color: #ffa500 !important;
}
.text__lightPurple{
  color: #9272b3 !important;
}
.text__yellow{
  color: #ffc440;
}
.bg__SkyBlue {
  background-color: #51b8f2 !important;
}
.bg__Blue {
  background-color: #367fd3 !important;
}
.bg__red {
  background-color: #d90700;
}
.bg__LightBlue {
  background-color: #b7daff2a;
}
.bg__DarkBlue {
  background-color: #172b56 !important;
}
.bg__DarkGrey{
  background-color: #54667a !important;
}
.bg__Yellow{
 background-color: #367ED3 !important;
}
.max__W-60 {
  max-width: 60rem;
}
.max__W-50 {
  max-width: 50rem;
}

.border__Radius-15 {
  border-radius: 15px;
}
/* ---------------------- Utilities end --------------------------- */

/* -------------- Bootstrap icon utility's start ---------------------- */
.bi__bolder.bi::before {
  font-weight: bolder !important;
}

/* -------------- Bootstrap icon utility's end ------------------------ */

.navbar-brand img {
  width: 250px;
}
.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");
  /* width: 500px ; */
  /* height: 340px; */
}
.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) {
  /* ------------------------------- Utilities start ------------------------- */

  .w__sm-100 {
    width: 100% !important;
  }
  /* .w-75{
    width: 100% !important;
  } */
  /* ---------------------- Utilities end --------------------------- */

  .navbar-brand img {
    width: 160px;
  }
  .fs__3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .banner img {
    /* width: 620px; */
    height: 450px;
    object-fit: contain;
    /* object-position: top -45px right 0; */
  }
}
@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: 768px) {
 

  .hero-content h1 {
      font-size: 25px;
      font-weight: 700;
      color: #2b388f;
      margin-bottom: 1rem;
  }

  .hero-content h2 {
      font-size: 18px;
      font-weight: 600;
      color: #60606b;
  }

  .hero-content ul {
      gap: 0rem;
  }
}
/* General Styles */
.testimonial-section {
  padding: 0px 20px;
  background-color: #f8f9fa; /* Light background */
}

/* Card Container - Using Flex */
.Testimonial__cards {
  display: flex;
  flex-direction: row; /* Default: Column (Desktop) */
  align-items: center;
  gap: 20px;
}

/* Testimonial Card */
.Testimonial__cards .card {
  width: 30%;
  background: white;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Card Hover Effect */
.Testimonial__cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Card Content */
.card-body {
  padding: 20px;
}

/* Name Styling */
.card-title {
  color: #2b388f;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

/* Star Ratings */
.rating i {
  color: #f5c518; /* Golden Star Color */
}

/* Text Styling */
.card-text {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.5;
}

/* Buttons */
.testimonial-section .btn {
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}

/* Dark Blue Button */
.bg__DarkBlue {
  background-color: #2b388f;
  color: white;
  border: none;
}

.bg__DarkBlue:hover {
  background-color: #1f2b6f;
}

/* Call Button */
.btn-success {
  background-color: #28a745;
  border: none;
}

.btn-success:hover {
  background-color: #218838;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .Testimonial__cards {
      flex-direction: column; /* Change to Row on Mobile */
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
  }

  .Testimonial__cards .card {
      width: 100%; /* Full Width on Mobile */
      max-width: 320px;
  }

  .testimonial-section .btn {
      width: 100%;
      font-size: 16px;
      padding: 10px;
  }

  .testimonial-section .btn + .btn {
      margin-top: 10px;
  }
}
.testimonials{
  text-align: center;
}
.testimonials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 300px;
  min-width: 250px;
  max-width: 310px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d;
  padding: 20px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
  }
  
  .snip1533 {
    flex: 1 1 auto;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .snip1533 {
    width: 100%;
  }
}
.snip1533 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center content */
  align-items: center;     /* horizontally center content */
  text-align: center;      /* center text in child elements */
  height: 350px;           /* fixed or min-height can be applied here */
  /* existing styles... */
}
figcaption p{
  color: #000;
}
figcaption h3{
  color: #357DD3;
}
ul.list-unstyled {
  text-align: left;
  padding-left: 20px; /* Optional: adds some spacing from the left edge */
}

ul.list-unstyled li {
  text-align: left;
}

header nav h5 {
  margin: 0;
  padding: 0;
}
header {
  margin: -60px 0px;
}






  @media screen and (max-width: 767px) {
    .btn-primary-custom {
      background-color: #172b56;
      color: white;
      font-size: 20px;
      font-weight: bold;
      padding: 12px 24px;
      border-radius: 5px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      width: 95% !important;
    }
    
    .btn-success-custom {
      background-color: #28a745;
      color: white;
      font-size: 20px;
      font-weight: bold;
      padding: 12px 24px;
      border-radius: 5px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      width: 95%;
    }
    bg__DarkBlue{
      background-color: #172b56;
      color: white;
      font-size: 20px;
      font-weight: bold;
      padding: 12px 24px;
      border-radius: 5px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      width: 95% !important;
    }
    .py-3 {
      padding-top: 1rem !important;
      margin-top: 5px;
      padding-bottom: 1rem !important;
  }

h1 {
  color: #fff;
  text-align: left;
  padding: 15px;
  font-size: 22px;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 0px; /* Adjust spacing */
  list-style: none;
  padding-left: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}

.bi {
  font-size: 18px; /* Adjust icon size */
}
  }
  .google{
    align-items: center;
    display: block;
  }
  .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* optional spacing between buttons */
  }
footer{
  background-color: white;
}
.heading-title.small {
  font-family: "Manrope", Sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1.5px;
  color: #4D7FD2;
}

.heading-title.large {
  font-size: 2rem;
}
