* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Courier New", Courier, monospace; */
  color: #3d3d3d9a;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* .content{
  font-size: 1.5rem;
} */
p {
  margin-bottom: 0;
}

.opti-auto {
  overflow-y: auto;
}

a {
  text-decoration: none;
}

#popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
}

#popup-container.show {
  visibility: visible;
  opacity: 1;
}

.popup {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popup h2 {
  margin-top: 0;
}

.popup label {
  display: block;
  margin: 10px 0 5px;
}

.popup input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.popup button {
  width: 100%;
  padding: 10px;
  background-color: #007BFF;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.popup button:hover {
  background-color: #0056b3;
}

#popup-container,
#second-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
}

#popup-container.show,
#second-popup.show {
  visibility: visible;
  opacity: 1;
}

.popup {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popup h2 {
  margin-top: 0;
}

.popup label {
  display: block;
  margin: 10px 0 5px;
}

.popup input,
.popup textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.popup button {
  width: 100%;
  padding: 10px;
  background-color: #007BFF;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.popup button:hover {
  background-color: #0056b3;
}

/* General Styles */
body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}


/* Parallax Styles */
.parallax-container {
  height: 100vh;
  overflow: hidden;
  position: relative;

}

.parallax-image-laptop {
  display: block;
  height: 100%;
  background-attachment: fixed;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-image-mobile {
  display: none;
}

/* Quiz css start */

.female {
  text-decoration: none;
}

.opti-container {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 150px;
}

.opti-container .opti-mid-container {
  width: 36%;
  margin: auto;
  /* background:black; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.discomfort-con {
  margin-top: 25px;
}

.discomfort-con h2 {
  margin: 10px 0 20px 0;
}

.opti-mid-container h1 {
  font-weight: 700;
  color: #000000;
}

.opti-mid-container h3,
h4 {
  color: #000000;
  margin-top: 20px;
}

.opti-mid-container .gen {
  color: #000000;
}

.opti-container-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

.opti-container-card1 {
  width: 45%;
  background-color: #ded9d9;
  /* margin-right: 20px; */
  border-radius: 20px;
  overflow: hidden;
}

.opti-container-card1>img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding-top: 10px;
}

.opti-container-card1-gen {
  display: flex;
  /* justify-content: center; */
  background-color: #048549;
  align-items: center;
  height: 40px;
  justify-content: space-between;
  padding: 0 15px 0 15px;
  color: #ffffff;
}

.opti-container-card1-gen>a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.opti-container-card1-gen p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 700;
}

.opti-container-card1-gen i {
  color: #ffffff;
  font-weight: 700;
}

.opti-mid-container-footer {
  text-align: center;
  padding-top: 25px;
}

.opti-mid-container-footer a {
  font-weight: 600;
  color: #0044ff;
}

.opti-mid-container-footer a:hover {
  text-decoration: none;
}

.opti-mid-container h2,
h3 {
  font-weight: 700;
  color: #000000;
}

.opti-mid-container h2 {
  margin-top: 20px;
}

.opti-mid-container .female-met {
  width: 70%;
  /* height: 400px; */
  margin-top: 20px;
   border-radius:10px;
}
.opti-mid-container .female-met img{
  overflow:hidden;
}

.opti-mid-container .million {
  text-decoration: underline pink;
  text-decoration-thickness: 8px;
  color: #000000;
}

.opti-mid-container .mat {
  color: black;
  padding-top: 20px;
  margin-bottom: 0;
}

.opti-btn {
  width: 100%;
  margin: 0 auto;
  /* margin-top: 20px; */
  display: flex;
  justify-content: center;
  font-size: 25px;
  position: fixed;
  bottom: 20px;
  left: 0;
}

.opti-btn button {
  width: 30%;
  /* margin-bottom: 20px; */
}

.opti-mid-container-line {
  width: 100%;
  background-color: #ded9d9;
  height: 5px;
  margin: 10px 0 10px 0;
  border-radius: 10px;
}

.weight {
  width: 80%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: ease all .3s;
}

.weight:hover {
  background: #eaf7f6;
  border: 3px solid #00857a;
}
.hover:hover {
  background: #eaf7f6;
  border: 3px solid #00857a;
}

.weight img {
  width: 8%;
}

.opti-container-ex {
  width: 100%;
  display: flex;
}

.opti-container-ex-img {
  width: 100%;
  height: 100px;
  background: url("images/FEMALEexercise.webp");
  /* background-size:cover; */
  position: relative;
  top: 0;
  left: 0;
}

.opti-container-ex-img img {
  width: 100%;
}

.opti-container-ex-con {
  width: 100%;
  /* height:100px; */
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
}

.opti-dish {
  width: 100%;
  background-color: #FAF9F6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.opti-dish-mid {
  width:30%;  
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 160px;
}

.opti-dish-mid h2 {
  color: #000000;
}

.opti-dish-mid-img {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}


.opti-dish-mid-img img {
  width: 100%;
}

.opti-dish-mid-detail {
  display: flex;
  margin: auto;
  background-color: #d1dce6;
  border-radius: 20px;
  margin-top: 20px;
}

.opti-dish-mid-detail-img {
  width: 15%;
  margin-right: 10px;
  margin: 10px;
}

.opti-dish-mid-detail-img img {
  width: 100%;
}

.opti-dish-mid-detail-con .according {
  color: #000000;
  padding-top: 10px;
}

#water-detail {
  width: 80%;
  border-radius: 10px;
}

#water-img {
  padding-top: 10px;
  width: 5%;
}


#water-con {
  padding: 10px;
}

#according {
  padding-top: 0;
}

.opti-dish-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  background: #ffffff;
}

.opti-dish-btn button {
  width: 30%;
}

.height {
  margin-top: 20px;
}

.opti-cal {
  width: 60%;
  background-color: #dbdbdb;
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0;
  border-radius: 20px;
  margin-top: 20px;
}

.opti-lb {
  width: 50%;
}

.opti-height {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-top: 20px;
}

.opti-height input {
  padding: 10px 0 10px 10px;
  border-radius: 20px;
}

.body-calculate {
  width: 80%;
  background-color: #ebf5ff;
  display: flex;
  margin-top: 20px;
  border-radius: 20px;
}

.body-calculate-img {
  width: 20%;
  margin-top: 20px;
}

.body-calculate-img img {
  width: 100%;
}

.body-calculate-con {
  padding: 10px;
}

.opti-height-btn {
  width: 100%;
  margin: 0 auto;
  /* margin-top: 20px; */
  display: flex;
  justify-content: center;
  font-size: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
}

.opti-height-btn button {
  width: 30%;
}

.opti-mid-container-card {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 10px 0 50px 0;
}

.opti-mid-container-card-img {
  width: 60%;
}

.opti-mid-container-card-img img {
  width: 100%;
}

.opti-mid-container-card-con {
  width: 70%;
  display: flex;
  flex-direction: column;
  /* margin: 10px 20px 0 0; */
}

.opti-mid-container-card-con-1 {
  width: 80%;
  background-color: #F5F5F5;
  padding: 10px;
  margin-top: 20px;
  cursor: pointer;
  transition: ease all .3s;
}

.opti-mid-container-card-con-1:hover {
  background: #eaf7f6;
}

.opti-mid-container-card-con-1:active {
  border: 3px solid #00857a;
}

.opti-container-sharing {
  display:none;
  /* display: flex; */
  margin: auto;
  width: 90%;
  background-color: #d1dce6;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  bottom: 280px;
}

.opti-container-sharing-img {
  width: 20%;
  margin-right: 10px;
  margin: 10px;
}

.opti-container-sharing-img img {
  width: 100%;
}

.opti-container-sharing-con .sharing-p {
  color: #000000;
  font-size: 15px;
}

.opti-container-sharing-con p {
  font-size: 13px;
}

.meals {
  width: 90%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-top: 20px;
  justify-content: space-between;
  padding: 13px;
  border-radius: 10px;
  cursor: pointer;
  transition: ease all .3s;
}

.meals:hover {
  background: #eaf7f6;
  border: 3px solid #00857a;
}

.mealp {
  font-weight: 700;
  font-size: 17px;
}

.we-users {
  display: flex;
  margin: auto;
  width: 88%;
  background-color: #ebf5ff;
  border-radius: 20px;
  padding-right: 10px;
  /* position: relative;
  bottom: 20px; */
  margin: 20px 0 20px 0;
}

.we-users-img {
  width: 10%;
  margin-right: 10px;
  margin: 10px;
}

.we-users-img img {
  padding-top: 15px;
  width: 70%;
}

.we-users-con {
  padding-bottom: 10px;
}

#star {
  font-size: 30px;
  position: relative;
  top: 10px;
}

.user-quiz {
  font-weight: 600;
  position: relative;
  bottom: 20px;
}

.upsell-container {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 70px;
  margin-bottom: 100px;
}

.upsell-container .upsell-mid-container {
  width: 36%;
  margin: auto;
  /* background:black; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.upsell-mid-container-con {
  margin-top: 20px;
  width: 80%;
}

.upsell-mid-container-con p {
  color: #000000;
  margin-top: 10px;
}

.upsell-mid-container img {
  width: 80%;
}

.opti-mid-container-con {
  width: 80%;
}

.opti-mid-container-form {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.form-op {
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  justify-content: space-between;
}

.form-p {
  width: 80%;
  margin-top: 10px;
}


.input-label {
  display: flex;
  align-items: center;
}

.form-op img {
  width: 9%;
}

.form-op label {
  padding-left: 20px;
  font-size:15px;
}

.form-op input {
  height: 20px;
  width: 20px;
}

.date-con {
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

.date-p {
  width: 100%;
}

.date label {
  margin-top: 20px;
  width: 100%;
}


.date input {
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  color: #000000;
}

.agree {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.agree input {
  margin-right: 20px;
  height: 30px;
  width: 40px;
}

.agree label {
  font-size: 14px;
}

.agree-con {
  font-size: 14px;
}

.agree-lock {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  font-size: 14px;
  align-items: center;
}

.lock i {
  font-size: 25px;
  padding-right: 20px;
}

.opti-btn a {
  color: #fff;
}


/* Quiz css end  */

@media (max-width:768px) {
  .parallax-image-laptop {
    display: none;
  }

  .parallax-image-mobile {
    display: block;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.about-us h2 {
  text-align: center;
}

.about-us p {
  text-align: center;
  font-size: 1.5rem;
}

#testimonial {
  text-align: center;
  align-items: center;
}

.btnn {
  align-items: center;
  text-align: center;
}

.about-us,
.about-us-grid {
  padding: 30px;
  background-color: #f0dcd9;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text: flex-wrap;
}

.about-us h2,
.about-us-grid h2 {
  margin-top: 0;
}

/* Grid Layout */
.about-us-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about-us-grid-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 50px;
  background-color: #B7B3A7;
  position: relative;
  z-index: 1;
  color: white;
}

.about-us-grid-2 h1 {
  color: white;
}

.about-us-grid-2 p {
  color: white;
}

.aboutp,
.ab,
.dr {
  margin: 20px 10px 20px 10px;
}

.grid-content {
  padding-left: 5%;
}

.grid-content h1 {
  margin-right: 120px;
}

#grid {
  padding: 10px;
}

.grid-content,
.grid-image {
  flex: 1;
}

.grid-image img {
  max-width: 80%;
  height: auto;
}

.grid-image {
  align-items: center;
  text-align: center;
}

@media (max-width:768px) {
  .grid-image img {
    max-width: 100%;
    height: auto;
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
  ul {
    flex-direction: column;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 60px;
    align-items: center;
    display: none;
  }

  .toggleBtn {
    display: block;
  }

  .showMenu {
    display: flex !important;
  }

  .about-us-grid {
    flex-direction: column;
  }
}

.content {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  /* margin: 20px; */
}

.content h1,
.content h2,
.content p {
  margin-bottom: 15px;
}

.highlight {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Popup Styles */
#popup-container,
#second-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.hidden {
  display: none;
}

.popup {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
  ul {
    flex-direction: column;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.622);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 60px;
    align-items: center;
    display: none;
  }

  .toggleBtn {
    display: block;
  }

  .showMenu {
    display: flex !important;
  }

  .about-us-grid {
    flex-direction: column;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  overflow: hidden;
  height: 3rem;
  background-size: 300% 300%;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#212121, #212121), linear-gradient(137.48deg, #ffdb3b 10%, #FE53BB 45%, #8F51EA 67%, #0044ff 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

#container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

strong {
  z-index: 2;
  font-family: 'Avalors Personal Use';
  font-size: 12px;
  letter-spacing: 5px;
  color: #FFFFFF;
  text-shadow: 0 0 4px white;
}

#glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.btn:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}

.btn:hover {
  transform: scale(1.1)
}

.btn:active {
  border: double 4px #FE53BB;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.btn:active .circle {
  background: #FE53BB;
}

#stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.btnn {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
}

/* calculater  */
.container {
  background: url(images/fruit.png);
  padding: 20px;
}

.containernew {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  gap: 20px;
}

.calculator {
  flex: 1 1 30%;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.calculator:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.calculator h2 {
  margin-top: 0;
  color: #C8A599;
  font-size: xx-large;
  font-weight: bold;
}

.calculator input,
.calculator select {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.calculator input:focus,
.calculator select:focus {
  border-color: #28a745;
}

.calculator button {
  width: 100%;
  padding: 10px;
  background: linear-gradient(70deg, #C8A599, #ffffff, #C8A599);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.calculator button:hover {
  background-color: #218838;
  transform: scale(1.05);
}

.result {
  margin-top: 20px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* background: -webkit-linear-gradient(rgb(143, 125, 39), rgb(0, 0, 0)); */
  /* -webkit-text-fill-color: transparent; */
}

.result.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 800px) {
  .calculator {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .calculator {
    flex: 1 1 100%;
  }
}

footer {
  background-color: #333;
  color: rgb(255, 255, 255);
  padding: 20px 0;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  padding: 20px;
  min-width: 250px;
}

.footer-section h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.footer-section p {
  font-size: 1em;
  line-height: 1.5;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery-grid img {
  max-width: 100px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.1);
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 10px;
  margin-top: 20px;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }

  .gallery-grid img {
    max-width: 80px;
  }
}


.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===================================CTA ================================ */
/* Styles for the WhatsApp icon */
#whatsapp-icon {
  position: fixed;
  bottom: 20px;
  /* Distance from the bottom of the viewport */
  right: 40px;
  /* Distance from the right of the viewport */
  z-index: 1000;
  /* Ensure the icon is on top of other content */
}

#whatsapp-icon img {
  width: 60px;
  /* Adjust the size of the icon as needed */
  height: auto;
  /* Maintain aspect ratio */
  border-radius: 50%;
  /* Optional: Rounded corners for a circle effect */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* Optional: Shadow for better visibility */
  transition: transform 0.3s ease;
  /* Smooth hover effect */
}

#whatsapp-icon:hover img {
  transform: scale(1.1);
  /* Slightly enlarge the icon on hover */
}

.enquiry {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}


/* ======================= cards==========================  */
.cardforprice {
  background: url(images/price.jpg);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-size: cover;
}

.card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
}


.card-header-unique {
  background-color: #f2e2de;
  color: black;
  padding: 15px;
  font-size: 1.25em;
  text-align: center;
}

.card-body-unique {
  padding: 20px;
}

.mn-service {
  display: relative;
}

.mn-service-item {
  /* display:none;     */
  position: absolute;
  top: 39px;
  right: 0;
  background: #ffffff;
  padding: 10px;
  list-style: none;
  border-radius: 10px;
}


.mn-service-item a {
  padding: 10px;
}

.mn-service-item a:hover {
  background-color: black;
  color: white;
  transition: ease-in 0.5s;
}

button {
  background-color: #8bccaa;
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

@media (max-width: 600px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }
}

#faq {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.containerrr {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

h1 {
  text-align: center;
  padding: 20px 0;
}

.faq {
  background: #fff;
  border: 1px solid #ddd;
  margin: 10px 0;
  border-radius: 5px;
  padding: 15px;
  position: relative;
}

.faq h5 {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq h5 .icon {
  margin-right: 10px;
  /* font-size: 1.2em; */
  transition: transform 0.3s ease;
}

.faq p {
  display: none;
  margin: 10px 0 0;
}

.faq.active p {
  display: block;
}

.faq .active h5 .icon {
  transform: rotate(45deg);
}

.aboutmn {
  height: 340px;
  overflow: hidden;
  text-align: center;
  background-image: url("images/about-page.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/about-page.png");
  background-size: cover;
  background-position: 50%;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  top: 50%;
}

.aboutmn h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 35px;
}

.servicemn {
  height: 300px;
  width: 100%;
  background-image: url("images/servicesimg.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/servicesimg.png");
  background-size: cover;
  background-size: auto;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  top: 50%;
}

.servicemn h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 35px;
}

.span h1 {
  text-align: center;
}

.servicecontainer {
  /* min-height: 700px; */
  width: 100%;
  background-color: #f0dcd9;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-bottom: 20px;
}

.servicecontainer1 {
  /* min-height: 700px; */
  width: 100%;
  background-color: #f0dcd9;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-bottom: 20px;
}


.servicecontainer h2 {
  text-align: center;
}

.servicecontainer h2 {
  text-align: center;
}

.servicecon {
  margin-top: 20px;
  /* height: 270px; */
  /* height: auto; */
  width: 30%;
  border: 2px solid black;
  text-align: justify;
  padding: 20px;
  /* display: block; */
}

.servicecona {
  margin-top: 20px;
  /* height: 270px; */
  /* height: auto; */
  width: 30%;
  border: 2px solid black;
  text-align: justify;
  padding: 20px;
  /* display: block; */
}

.serviceconab {
  margin-top: 20px;
  width: 62.5%;
  border: 2px solid black;
  padding: 20px;
  text-align: justify;
}

.servicecona h4 {
  text-align: center;
}

.servicecona li {
  padding-top: 10px;
}

.serviceconab h4 {
  text-align: center;
}

.serviceconab li {
  padding-top: 10px;
}

.servicecon h4 {
  text-align: center;
}

.servicecon li {
  padding-top: 10px;

}

.contactus {
  height: 300px;
  width: 100%;
  background-image: url("images/servicesimg.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/servicesimg.png");
  background-size: cover;
  background-size: auto;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  top: 50%;
}

.contactus h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  font-size: 35px;
}

.contact-form {
  height: 700px;
  width: 100%;
  background-color: #f0dcd9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 40px 0 40px;
  gap: 120px;
}

.contact-left {
  width: 100%;
  margin-left: 50px;
  position: absolute;
  top: 20%;
  right: 100%;
  background: #ffffff;
  padding: 20px;
  background: #884f21;
  color: #ffffff;
  border-radius: 50px 0 0 50px;
}

.contact-left>h2 {
  margin-bottom: 30px;
}

.contact-left i {
  padding-right: 15px;
  font-size: 25px;
  color: #ffffff;
}

.contact-left p {
  font-size: 20px;
  color: #ffffff;
}

.contact-right {
  /* height: 520px; */
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff;
  box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0%;
  padding: 10px 0;
}

.contact-right h2 {
  margin-bottom: 20px;
  text-align: center;
}

.contact-right textarea {
  height: 150px;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  border-radius: 20px;
  /* border: none; */
  min-height: 50px;
  max-height: 50px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.contact-right input {
  height: 40px;
  width: 100%;
  padding-left: 20px;
  border-radius: 20px;
  /* border: none; */
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.contact-right label {
  padding-bottom: 10px;
}

.contact-right div {
  margin-top: 10px;
}


#btn {
  display: flex;
  justify-content: center;
}

#btn button {
  width: 100%;
  background: #884f21;
}

#btn button:hover {
  background: #613511;
}


.name {
  display: flex;
  flex-direction: column;
}


.diabetes {
  width: 100%;
  height: 700px;
  background-color: #f0dcd9;
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
}

.dia-img {
  width: 50%;
  height: 150px;
}

.dia-img img {
  width: 100%;
  background-size: cover;
  border-radius: 20px;
}

.dia-con {
  width: 40%;
  margin-top: 20px;
}

.ab,
.dr {
  text-align: center;
}

.ab {
  margin-top: 30px;
}

p {
  text-align: justify;
  /* padding: 10px 74px 10px 74px; */
}

.abo-img {
  object-fit: cover;
}

@media (max-width:768px) {
  .diabetes {
    flex-direction: column;
    padding: 20px;
    justify-content: start;
    height: auto;
  }

  .diabetes>div {
    width: 100%;
  }

  .dia-img {
    height: auto;
  }

  .contact-form {
    height: auto;
    padding: 30px 10px;
    flex-direction: column;
  }

  .contact-right {
    width: 100%;
  }

  .contact-left {
    top: 100%;
    left: 0;
    right: 0;
    display: none;
  }

  .grid-content {
    padding: 0;
  }

  .navbar-nav {
    background: rgb(255, 255, 255);
  }

  .nav-link {
    color: #000000;
  }

  .navbar-nav .nav-link.active {
    color: #000000;
  }

  .opti-container {
    width: 100%;
  }

  .opti-container .opti-mid-container {
    width: 100%;
    padding: 20px;
    /* align-items: start; */
  }

  .opti-mid-container h1 {
    font-size: 25px;
  }

  .opti-mid-container p {
    font-size: 15px;
    text-align: left;
  }

  .opti-container-card {
    width: 100%;
  }

  .opti-container-card1 {
    margin-right: 0px;
  }

  .opti-mid-container-footer {
    padding: 10px;
  }

  .opti-btn form {
    padding: 0 10px;
  }

  .opti-btn button {
    width: 100% !important
  }

  .opti-dish-mid-img {
    width: 100%;
  }
  .opti-dish-mid {
    width:100%;
    margin-top:0;
  }
  .opti-dish-content{
    padding:10px;
  }
  .opti-dish-btn form{
    width:100%;
    padding:10px;
  }
  .opti-dish-btn form button{
    width:100%;
  }
  .opti-height-btn{
    width:100%;
    padding:10px;
    margin-bottom:0;
  }
  .opti-height-btn button{
    width:100%;
  }
  .opti-cal{
    width:100%;
  }
  .opti-height {
    width:100%;
  }
  .body-calculate {
    width:100%;
  }
  .weight {
    width:100%;
  }
  .discomfort-con{
    width:100%;
    margin-top:0;
  }
  .meals{
    width:100%;
  }
  .opti-container .opti-mid-container {
    /* align-items:start; */
  }
  .opti-mid-container .female-met {
    width:100%;
  }
  .opti-container .opti-mid-container > img{
    margin:auto;

  }
  .opti-mid-container-form {
    width:100%;
  }
  .opti-dish-btn button{
    width:100%
  }
  .opti-dish-btn {
    padding:10px; 
  }
  .we-users{
    width:100%;
  }
  .upsell-container{
    margin-top:0;
  }
  .upsell-container .upsell-mid-container {
    width:100%;
  }
  .upsell-container .upsell-mid-container img{
    width:100%;
  }
  .upsell-mid-container-con {
    width:100%;
    padding:20px;
  }
  .opti-btn {
    bottom:10px;
  }
  #water-detail {
    width:100%;
  }
  .date-con {
    width:100%;
    margin-top:0;
  }
  .form-op label {
    font-size:15px;
  }
  .form-p {
    width:100%;
  }
}
