

/* Why Section */
.why-garbhveda {
  background: #ffffff;
}

.why-garbhveda {
  padding-bottom: 48px !important;
  padding-top: 48px !important;
}

.main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #f47c20;
}

.first-para-cst,
.second-para-cst {
  font-weight: 600;
  color: #454545;
  font-size: 20px;
}

.mobile-heading {
  display: none;
}

/* Video */
.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-wrapper img {
  border-radius: 12px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff3b30;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* Section Title */
.section-title h2 {
  background: #f47c20;
  color: #fff;
  padding: 12px;
  font-weight: 600;
}

/* Cards */
.custom-card {
  background: #e9dfcf;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.custom-card h5 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #454545;
}

.custom-card p {
  font-size: 15px;
  font-weight: 500;
  flex-grow: 1;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.video-wrapper img {
  border-radius: 12px;
  height: 400px;
}

.video-wrapper .ayurveda{
  height: 500px;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  z-index: 2;
}

/* Leaf Background */
.video-wrapper .leaf-bg {
  position: absolute;
  width: 50%;
  height: auto;
  top: -42px;
  left: -150px;
  transform: rotate(327deg);
  z-index: 0;
}

.secondgarbh-cst{
  text-align: end;
}

/* Video Image */
.video-wrapper img.img-fluid {
  position: relative;
  z-index: 2;
  border-radius: 12px;
}

/* Play Button */
.play-btn {
  z-index: 3;
}

.read-more {
  display: block;
  margin: 15px auto 0;
  padding: 6px 18px;
  border: 1px solid #333;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  width: fit-content;
}

.read-more:hover {
  background: #000;
  color: #fff;
}

/* Bottom Text */
.bottom-text p {
  font-size: 30px;
  font-weight: 600;
  color: #f47c20;
}

@media (max-width:768px) and (max-width: 1190px){
  .video-wrapper .ayurveda {
    height: 100%;
}
}

@media (max-width: 767px) {
  .desktop-heading {
    display: none;
  }
  .mobile-heading {
    display: block;
    font-size: 35px;
  }
  .reverse-mobile-cst {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .first-para-cst {
    margin-top: 20px;
  }
  .bottom-text p {
    font-size: 20px !important;
    font-weight: 600;
    color: #f47c20;
  }
  .why-garbhveda {
    padding-bottom: 15px !important;
    padding-top: 25px !important;
  }
  .video-wrapper img {
    border-radius: 12px;
    height: 265px;
    width: 100%;
  }
  .first-para-cst,
  .second-para-cst {
    font-weight: 600;
    color: #454545;
    font-size: 18px;
  }
  .secondgarbh-cst{
  text-align: center;
}
}
