/* Global Styles */

* {
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

.highlight {
  color: #07b329;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: bolder;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

body {
  margin: 0;
  padding: 0;
}

.Wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}

/* Global Styles */

/* Dropdown Styling  */

/* Dropdown container */
.discBar {
  display: flex;
  color: white;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  background-color: #226440;
  border-bottom: 1px solid white;
}

/* Button styling */
.dropbtn {
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: none;
  color: white;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  width: 50%;
  z-index: 1;
  display: none;
  margin: 0 auto;
  right: 50px;
  top: 30px;
  color: #000000;
  padding: 15px 30px;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Dropdown links */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Dropdown Styling  */

/* Header Styles */
.header {
  color: white;
  font-size: 16px;
  padding: 15px 50px;
  text-align: center;
  background-color: #226440;
  border-bottom: 2px solid white;
}

.logo,
.ftrlogo {
  width: 350px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

.logo {
  width: 200px;
  height: 50px;
  border-radius: 5px;
  /* background-color: rgba(255, 255, 255, .5); */

}

.logo img,
.ftrlogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Header Styles */

/* Intro Section Starts Here */

.introSec {
  padding: 50px 0;
  margin-bottom: 30px;
  background-size: contain;
  background-position: right;
  background-color: #226440;
  background-repeat: no-repeat;
  background-image: url(Images/Header_Weight_Loss_injections_DT_031.20250121114231.png);
}

.introSec h1 {
  color: white;
  font-size: 30px;
  margin-bottom: 15px;
}

.introSec p {
  color: white;
  line-height: 2;
  text-transform: capitalize;
}

/* Hero Section Starts Here */

.heroSection {
  margin-bottom: 30px;
}

.heroSection h2 {
  font-size: 33px;
  border-radius: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid #226440;

}

.heroSection p {
  line-height: 2;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.heroSection li {
  line-height: 2;
}

/* Cards Section Starts Here */

.cardWrapper {
  gap: 20px;
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: repeat(1, 1fr);
}

.card {
  display: flex;
  align-items: center;
  border-radius: 15px;
  transition: all linear 0.2s;
  justify-content: space-between;
}

.cardInner {
  width: 100%;
  display: flex;
  padding: 20px 0;
}

.logoSec {
  width: 180px;
  height: 170px;
  display: block;
  padding: 15px;
  margin-right: 25px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.logoSec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contentSec ul {
  padding: 0;
  list-style-type: none;
}

.contentSec a {

  text-decoration: none;
  color: black;

}

.contentSec li {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.contentSec li p {
  margin: 0;
  font-size: 12px;
}

.check {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.check img {
  width: 100%;
  height: 100%;
}

.ratingSec {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  border: 1px solid #226440;
}

.ratingSec p,
.ratingSec h2 {
  margin: 0;
  text-align: center;
}

.ratingSec h2 {
  font-size: 25px;
  color: white;
  padding: 0px 15px;
}

.rating,
.rate {
  width: 150px;
  height: 18px;
  margin-bottom: 10px;
}

.rating img,
.rate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.rating {
  width: 80px;
  margin-bottom: 0;
}

.ratingSec p {
  font-size: 16px;
}

.rating img {

  object-fit: contain;

}

.buttonSec {
  padding: 0 20px;
}

.buttonSec button {
  margin: 0;
  padding: 00;
  border: none;
  outline: none;
  background: none;
}

.visitButton {
  width: 180px;
  display: block;
  color: #226440;
  font-size: 16px;
  padding: 13px 0;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  transition: all linear .1s;
  border: 2px solid #226440;
}

.visitButton:hover {
  color: white;
  background-color: #226440;
}

/* Cards Section Starts Here */

/* Footer Starts Here */

.footer {
  padding: 10px;
  text-align: center;
  background-color: #226440;
}

.links {
  margin: 30px 0;
}

.links a {
  color: white;
  text-decoration: none;
}

.links a+a {
  margin-left: 30px;
}

.footer p {
  color: white;
  margin-bottom: 0;
}

/* Footer Ends Here */

/* Media Queries Starts Here */

@media (max-width: 991px) {

  .introSec {
    background-image: none;
  }

}

@media (max-width: 640px) {
  .card {
    padding: 0 15px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .card::before {

    top: 0;
    margin: 0;
    height: 35px;
    position: absolute;
    width: 100% !important;

  }

  .introSec {

    padding: 30px 0;

  }


  .cardInner {
    flex-direction: column;
  }

  .logoSec {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .contentSec {
    margin: 0 auto;
    text-align: center;

  }
}

@media (max-width: 888px) {}

@media (max-width: 480px) {
  .logo {
    width: 200px;
    height: 80px;
    display: block;
    margin: 0 auto;
  }

  .ftr {
    flex-direction: column;
  }

  .links {
    align-items: center;
  }
}

/* Media Queries Ends Here */