@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --primary-teal: #2c7a7b;
  --light-teal: #4fd1c7;
  --dark-teal: #0c4654;
  --light-bg: #f7fafc;
  --text-gray: #4a5568;
  --green: #3a966c;
  --secondary-green: #2EE290;
  --light-green:#eef5f6;
  --light-grey:#F2F6FA
}

.btn:focus,
.btn:active,
.btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.btn-primary:active {
  background-color: #0d6efd; /* Keep same color as normal */
  border-color: #0d6efd;
}

.btn:focus,
.btn:active,
.btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.btn-primary:active {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.text-muted {
  color: #3a966c !important;
  font-size: large;
}

.icon-h6 {
  margin-bottom: 0;
}

.text-primary {
  color: #0c4654 !important;
}
.text-secondary {
  color: var(--green) !important;
}
.btn-primary {
  background-color: var(--green) !important;
}

body {
  font-family: "Figtree", sans-serif;
  line-height: 1.6;
}

.navbar-custom {
  background-color: #ffffff;
  min-height: 80px;
}

.navbar-brand {
  font-weight: bold;
  color: white !important;
  font-size: 1.5rem;
}

.navbar-nav .nav-link {
  color: var(--dark-teal) !important;
  margin: 0 1rem;
}

.btn-primary-custom {
  background-color: var(--green);
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  color: white;
}

.btn-light-custom {
  background-color: white;
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  color: var(--green);
}

.btn-primary-custom:hover {
  background-color: var(--primary-teal);
}

.hero-section {
  background: linear-gradient(135deg, #f7fafc 0%, #e2e8f0 100%);
  padding: 5rem 0;
  /* min-height: 80vh; */
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--text-gray);
  margin-bottom: 1rem;
}

.hero-subtitle {
  color: var(--green);

  font-size: 3rem;
  font-weight: bold;
}

.hero-description {
  color: var(--text-gray);
  font-size: 1.1rem;
  margin: 2rem 0;
}

.test-card {
  background: white;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--secondary-green);
}

.packages-section {
  padding: 4rem 0;
  background-color: white;
}

.package-tab {
  background-color: var(--primary-teal);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
}

.package-tab.active {
  background-color: var(--dark-teal);
}

.package-card {
  background: linear-gradient(135deg, #fef5e7 0%, #fed7aa 100%);
  border-radius: 15px;
  padding: 2rem;
  margin: 1rem;
  height: 300px;
}

.how-it-works {
  padding: 4rem 0;
  background-color: var(--light-bg);
}

.step-card {
  text-align: center;
  padding: 2rem 1rem;
}

.step-image {
  /* width: 500px; */
  /* height: 150px; */
  /* background-color: var(--primary-teal); */
  border-radius: 15px;
  margin: 0 auto 1rem;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: white;
  font-size: 3rem;
}

.diabetes-section {
  padding: 4rem 0;
  /* background: linear-gradient(
    135deg,
    var(--primary-teal) 0%,
    var(--dark-teal) 100%
  ); */
  /* color: white; */
}

.top-packages {
  padding: 4rem 0;
  background-color: white;
}

.price-card {
  background: var(--light-grey);
  border-radius: 15px;
  padding: 2rem;
  margin:  0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.price {
  font-size: 2rem;
  font-weight: bold;
  color: var(--green);
}

.why-choose {
  padding: 4rem 0;
  background-color: var(--light-bg);
}

.feature-item {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background-color: var(--light-teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  color: white;
}

.footer {
  background-color: var(--primary-teal);
  color: white;
  padding: 2rem 0;
  text-align: center;
}

/* Adding styles for STI tests page */

/* Top banner styles */
.top-banner {
  background-color: var(--dark-teal);
  color: white;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}

/* Cart icon styles */
.cart-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--light-teal);
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Features icons section */
.features-icons {
  padding: 2rem 0;
  background-color: #fffbee !important;
}

.feature-icon i {
  font-size: 2rem;
}

/* Pricing cards specific styles */
.pricing-section {
  padding: 4rem 0;
  background-color: white;
}

.pricing-card {
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  transition: transform 0.3s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.featured-package {
  /* background: linear-gradient(
    135deg,
    var(--primary-teal) 0%,
    var(--dark-teal) 100%
  ); */
  background-color: var(--green);
  color: white;
  position: relative;
}

.recommended-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--secondary-green);
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

.price-display {
  margin: 1.5rem 0;
}

.featured-package .price {
  color: white;
}

.test-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.test-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.featured-package .test-list li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.test-list i {
  margin-right: 0.5rem;
}

/* Sexual health info section */
.sexual-health-info {
  padding: 4rem 0;
}

.sexual-health-info h5 {
  color: var(--primary-teal);
  font-weight: bold;
  margin-bottom: 1rem;
}

.sexual-health-info ul li {
  margin-bottom: 0.5rem;
  color: var(--text-gray);
}

/* Video section styles */
.video-section {
  padding: 4rem 0;
  background-color: white;
}

.video-placeholder {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button:hover {
  background-color: var(--light-teal);
  color: white;
}

.play-button i {
  font-size: 1.5rem;
  margin-left: 3px;
}

.flex.items-center {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.icon {
  font-size: 2rem;
}
.col-9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  margin-inline: auto;
  gap: 1rem;
}
.row-3{
  display: flex;
  flex-direction: row;
  align-items: start;
}

.hidden{
  display: none;
}
.visible {
  display: block;
}
.dropdown-trigger {
  position: relative;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  transform: translateX(20%);
  background-color: white;
  border: 1px solid var(--border-color);
  z-index: 1000;
  padding: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
}

.img-size {
  width: 550px;
 }
 .blog-padding {
    padding: 0 1.5rem;
  }
/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  .package-tab {
    margin-bottom: 0.5rem;
  }
 .img-size{
  width: 250px;
 }
 .wellness-topics{
  margin-inline: auto;
 }
.row-3{
  display: flex;
  gap: 1rem;
}
  .hero-subtitle {
    font-size: 2rem;
  }
  .test-selection-card {
    margin-top: 3rem;
  }
  .pricing-card {
    margin-bottom: 2rem;
  }
  .blog-padding {
    padding: 1.5rem 0;
  }

  .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    text-align: center;
    margin: 2rem 0;
  }
  .features-icons .col-md-3 {
    margin-bottom: 1rem;
  }
  .col-9 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .price-cardt {
    margin: 1rem 0;
  }
}

@media (min-width: 960px) {
  .col-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .topic-card {
    display: flex;
  }
}
