/* Momsy Care Colors */
/* Custom Dropdown Styling */
.dropdown-menu-custom {
  border: 2px solid #ffe44d;
  border-radius: 15px;
  padding: 15px 0;
  margin-top: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 12px 25px;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.dropdown-item:hover {
  background: #fff6d5;
  color: #333;
  transform: translateX(10px);
}

.dropdown-item:active {
  background: #ffe44d;
}

/* Animation for dropdown */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

/* Icon styling */
.dropdown-item i {
  color: #ffc107;
  width: 25px;
  text-align: center;
}
:root {
  --momsy-yellow: #f7d002 !important;
  --momsy-light-yellow: #fdeb99;
  --momsy-dark: #333333;
  --momsy-gray: #777777;
  --momsy-light-gray: #f5f5f5;
  --momsy-white: #ffffff;
}
h1 {
  font-size: 2.5rem !important;
}
h2 {
  font-size: 2rem !important;
}
h3 {
  font-size: 2rem !important;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

/* Basic Navbar Styling */
.navbar {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

.navbar .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-link:hover {
  color: #ee6730; /* Adjust to your brand's hover color */
}

/* Active link color */
.navbar .navbar-nav .nav-link.active {
  color: #ee6730; /* Adjust to your brand's active link color */
  font-weight: 600;
}

/* Navbar Toggler Icon */
.navbar-toggler-icon {
  background-color: #ffffff;
}

/* For smaller screens (Mobile view) */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .navbar .btn-momsy {
    width: 100%;
  }
}

/* Sticky navbar */
.navbar-momsy {
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* Customizing the background color of the active link in mobile view */
@media (max-width: 767px) {
  .navbar-nav .nav-link.active {
    background-color: #ee6730;
    color: #fff;
  }
}

/* Basic Hero Section Styling */
.hero-section {
  background-image: url("images/bg.jpg");
  padding: 50px 0;
  background-color: #f8f9fa; /* Light background for contrast */
}

.hero-section h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.hero-section .lead {
  font-size: 1.2rem;
}

/* Service Cards Layout */
.service-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 107%;
  object-fit: cover;
}

.service-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Responsive Grid */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .hero-section .lead {
    font-size: 1rem;
  }

  .service-card .card-body {
    padding: 15px;
  }

  .col-12 {
    margin-bottom: 15px;
  }

  /* For mobile screens, we want each card to stack on top of each other */
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-momsy {
    width: 60%;
    padding: 12px;
  }
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section .lead {
    font-size: 0.9rem;
  }

  .btn-momsy {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.lead {
  font-size: 1.1rem !important;
}
/* Custom Styles */
.bg-momsy-yellow {
  background-color: var(--momsy-yellow);
}

.text-momsy-yellow {
  color: var(--momsy-yellow);
}

.border-momsy-yellow {
  border-color: var(--momsy-yellow);
}

.btn-momsy {
  background-color: var(--momsy-yellow);
  color: var(--momsy-dark);
  font-weight: 600;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-momsy:hover {
  background-color: var(--momsy-dark);
  color: var(--momsy-white);
}

.service-card {
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.team-card {
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.team-card:hover {
  transform: translateY(-5px);
}

.backed-banner {
  background-color: var(--momsy-yellow);
  padding: 10px 0;
  text-align: center;
  color: var(--momsy-dark);
  font-weight: 600;
}

.navbar-momsy {
  background-color: var(--momsy-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.hero-section {
  padding: 80px 0px 60px;
}

.services-section {
  padding: 60px 0;
}

.team-section {
  padding: 60px 0;
  background-color: var(--momsy-light-gray);
}

.why-choose-section {
  padding: 60px 0;
}

.footer-section {
  padding: 60px 0 30px;
  background-color: var(--momsy-dark);
  color: var(--momsy-white);
}

.footer-link {
  color: var(--momsy-white);
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  margin-bottom: 10px;
}

.footer-link:hover {
  color: var(--momsy-yellow);
}

.stars-container {
  display: inline-block;
  color: var(--momsy-yellow);
  font-size: 14px;
}

.team-pink {
  background-color: #f9a8d4;
}

.team-yellow {
  background-color: #fde68a;
}

.team-purple {
  background-color: #c4b5fd;
}

.team-teal {
  background-color: #99f6e4;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 60px 0 40px;
  }

  .hero-section h1 {
    font-size: 2.8rem !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 40px 0 30px;
  }

  .hero-section h1 {
    font-size: 2.2rem !important;
  }

  .service-card .card-body {
    padding: 15px 10px;
  }

  .service-card h5 {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-section h1 {
    font-size: 1.8rem !important;
  }
}
