.service-22 {
  color: #000;
  font-weight: 300;
}

.service-22 h1,
.service-22 h2,
.service-22 h3,
.service-22 h4,
.service-22 h5,
.service-22 h6 {
  color: #000;
}

.service-22 .font-weight-medium {
  font-weight: 500;
}

.service-22 .wrap-service-22 {
  margin-top: 60px;
}

.service-22 .wrap-service-22 .text-box {
  padding: 0 30px;
}

.service-22 .wrap-service-22 .text-box h3 {
  margin: 10px 0 25px 0;
}

.service-22 .text-info {
  color: #188ef4 !important;
}

.service-22 .text-megna {
  color: #1dc8cd;
}

.service-22 .img-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.service-22 .btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #188ef4 0%,
    #316ce8 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#188ef4),
    to(#316ce8)
  );
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.service-22 .btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #316ce8 0%,
    #188ef4 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#316ce8),
    to(#188ef4)
  );
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.service-22 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}
body {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Serif Devanagari", sans-serif;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.devanagari {
  font-family: "Noto Serif Devanagari", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin: 0;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.anton-bold {
  font-family: "Anton", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.shadow-red {
  text-shadow: 0.275rem 0.275rem #d32f2f;
}
.font-red {
  color: #d32f2f;
  /* text-shadow: 0.1rem 0.1rem #ffffff; */
  /* -webkit-text-stroke: 2px white; */
  letter-spacing: 1px;
}

.text-outline {
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff; /* चारों तरफ shadow से outline */
}

.text-three {
  font-size: 3.75rem;
}

.text-five {
  font-size: 5.25rem;
}

.text-medium {
  font-size: 3.25rem;
}
.first-section {
  /* background-image: url("../uploads/background.jpg"); */
  background-size: cover;
  min-height: 800px;
}

.p-image-1 img {
  height: 100%;
  float: left;
}

.custom-section {
  background-color: #f8f1e9; /* Light background color similar to the image */
  padding: 30px;
  border-radius: 10px;
}
.discount-banner {
  background-color: #d32f2f; /* Red background for the discount banner */
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}
.buy-now-btn {
  background-color: #f5c518; /* Yellow button color */
  color: black;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
}
.buy-now-btn:hover {
  background-color: #e0b310; /* Slightly darker yellow on hover */
}

.feature {
  width: 30%;
  padding: 1rem;
  gap: 1rem;
}

.feature img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0.5rem;
  width: 70%;
}

.w-80 {
  width: 80% !important;
}

.ingredients {
  gap: 1rem;
}

.feature > div > p {
  font-size: 18px;
}

a {
  text-decoration: none;
}
#testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #f8f1e9;
}
.testimonial-heading {
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-heading span {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimonial-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.testimonial-box {
  width: 500px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}
.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile {
  display: flex;
  align-items: center;
}
.name-user {
  display: flex;
  flex-direction: column;
}
.name-user strong {
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.name-user span {
  color: #000;
  font-size: 0.8rem;
}
.reviews {
  color: #f9d71c;
}
.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.client-comment p {
  font-size: 1.2rem;
  color: #000;
}
.testimonial-box:hover {
  transform: translateY(-10px);
  transition: all ease 0.3s;
}

@media (max-width: 1060px) {
  .testimonial-box {
    width: 45%;
    padding: 10px;
  }
}
@media (max-width: 790px) {
  .testimonial-box {
    width: 100%;
  }
  .testimonial-heading h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 340px) {
  .box-top {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .reviews {
    margin-top: 10px;
  }
}
::selection {
  color: #ffffff;
  background-color: #e0b310;
}
.prpic {
  /* padding: 1rem; */
  border-radius: 50%;
  width: 100px;
}

.problem {
  background-color: #d32f2f;
  height: 180px;
  width: 30%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.problemsection {
  background-color: #d32f2f;
}

.coverpr {
  gap: 1rem;
}

video::-webkit-media-controls {
  display: none;
}

@media (max-width: 480px) {
  .first-section .container {
    flex-direction: column;
    min-width: 400px;
  }
  .first-section {
    background-size: 100%;
    min-height: 400px;
  }
  .heading h3 {
    font-size: 2.25rem;
  }
  .heading h1 {
    font-size: 3.25rem;
  }
  .text-medium {
    font-size: 1.75rem;
  }
  .p-image-1 img {
    height: 250px;
  }
  .ingredients {
    margin: 0 !important;
    width: 100% !important;
  }
  .feature {
    width: 100%;
  }
  .custom-section .w-80 {
    width: 100% !important;
  }
  .service-22 .wrap-service-22 .text-box {
    padding: 0 10px;
  }
  .pcover {
    flex-direction: column;
  }
  .problem {
    flex-direction: column;
    width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}
section {
  padding-top: 60px;
  /* min-height: 100vh;*/
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-area {
  border-bottom: 1px solid #353c46;
}

.contact-content p {
  font-size: 15px;
  margin: 30px 0 60px;
  position: relative;
}

/* .contact-content p::after {
  background: #353c46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
} */

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social > ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #fab702;
  color: #fab702;
}

.contact-content img {
  max-width: 210px;
}

section,
footer {
  background: #1a1e25;
  color: #868c96;
}

footer p {
  padding: 40px 0;
  text-align: center;
}

footer img {
  width: 44px;
}

@media (min-width: 480px) {
  .mobview {
    display: none;
  }
}

@media (max-width: 480px) {
  .deskview {
    display: none;
  }
}
