body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

.centerlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;

}

.ulfix ul li:hover {
  color: #014c16;
  cursor: pointer;
}


.box-shedo1 {


  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);

}

.box-shedo2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden !important;
  object-fit: cover;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);

}

/* @media (min-width:1024px) {
  .box-shedo2{
width: 600px;
border-radius: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);

}
} */


.jbvjkc {
  border-radius: 35px;
}

.change-bg-clr {}

.gapfix {
  gap: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.btnfix {
  width: 60px;
  border-radius: 18px;
  background-color: #198754;
  border: unset;

}

.fs-14{
	font-size: 14px;
}
.men-img {
  /* height: 100vh !important; */
  width: 100%;
  overflow: hidden;
}

.xbcm {
  border-radius: 50%;
  padding: 12px;
  margin: 0;
  background-color: #dcab3f;
  color: var(--color-white);
  height: 60px !important;
  width: 60px !important;


}


.changep1p {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.yellow{
  color: #dcab3f;
}
.changep2p {
  font-weight: 500;
}


.changep3p {
  font-size: 11px;
}













.bgsectionclr {
  background-color: #e7f0ee;
}



@media (min-width:992px) {

  .xbcm-1 {
    position: relative;
  }

  .xbcm-1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    /* thickness of the "border" */
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ffffffa5, transparent);
    /* your gradient */

  }

}

.fssaiz {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width:772px) {
  .fssaiz {
    font-size: 14px;
    font-weight: 400;
  }
  .fixbd1 span{
    font-size: 14px;
  }

}

.saizfit {

  font-size: 16px;
  color: rgba(0, 0, 0, 0.737);

}


.h2saiz {

  font-size: 34px;
  font-weight: 600;

}

.stylenone ul li {
  list-style: none;



}


.photo-main {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.photo-overlay {
  position: absolute;
  bottom: -30px;
  right: -30px;
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border: 5px solid white;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.737);
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.checkmark {
  color: #f4b400;
  /* yellow-orange check color */
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
}

.gredent {}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  background: #008552;
  /* background: linear-gradient(90deg, #b6d82d 0%, #008552 100%); */
  color: white;
  padding: 16px 28px;
  border: 2px solid #dea93f;
  border-radius: 8px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #1e6633;
}

.learn-more-btn .arrow {
  margin-left: 10px;
  font-size: 18px;
}





.my-carousel-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.my-carousel-item {
  background: #6A5ACD;
  padding: 30px;
  color: white;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;

}



.change-saiz {
  font-size: 23px;
  font-weight: 500;
}


.fssaiz-fix {
  color: #dea93f;
}

.change-saiz2 {
  font-size: 12px;
  font-weight: 400;
  padding: 0%;
  margin: 0%;
}

.imghover {
  transition-duration: 0.3s;
}

.imghover:hover {
  transform: scale(1.08);
}

.clrfixbox {
  background-color: #f0f4f5;

}

.menu {
  display: flex;
  list-style: none;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.menu-link {
  padding: 12px 20px;
  display: inline-block;
  background-color: #ececec70;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #2e2e2e;
  line-height: 1;
}

.menu-link.active {
  background-color: #1e6633;
  color: #fff;
}

.pmr {
  padding-top: 6px;
  padding-bottom: 4px;
}

@media (max-width:1025px) {
  .menu {
    position: fixed;
    top: 0;
    left: -250px;
    /* Hidden by default */
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    color: #fff;
    transition: left 0.3s ease;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    z-index: 9999;
    padding: 20px;
  }

  .menu.menushow {
    left: 0;
    /* Show sidebar */
  }

  .menu li {
    margin-bottom: 15px;
    list-style: none;
  }

}







.youtube-section {
  padding: 60px 0;
  /* background: linear-gradient(135deg, #f5f7fa, #c3cfe2); */
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.youtube-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #008552;
  border-bottom: 3px solid #dea93f;
  padding-bottom: 10px;
}

.video-item {
  padding: 15px;
}

.video-frame {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.why-choose-us-section {
  padding: 60px 0;
  background: #fdfdfd;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 1.1rem;
  color: #777;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.feature-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-10px);
}

.feature-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.feature-box h4 {
  font-size: 1.3rem;
  color: #007BFF;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 1rem;
  color: #555;
}

.counter-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #e0eafc, #cfdef3);
  color: #333;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 1.1rem;
  color: #555;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  text-align: center;
}

.counter-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: scale(1.05);
}

.counter-box h3 {
  font-size: 3rem;
  color: #007BFF;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 1.1rem;
  color: #555;
}


.testimonial-section {

  background-color: #f0f4f5;
}

.testiBox {
  max-width: 500px;
  margin: 20px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  color: #333;
}

.quote {
  font-style: italic;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
}

.author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.author h4 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}







.men-con {
  height: 250px;
  padding: 20px !important;

  gap: 20px;
}



.reviewrating {
  display: flex;
  line-height: 1.4;
 
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: start;
}


.stars {
  color: gold;
  font-size: 24px;
}



.ftwait {
  font-weight: 600;
  font-size: 16px;
}


.ftwait-1 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.547);
  line-height: 1.2;

}

.mm {
  line-height: 1 !important;
  /* display: flex; */
  /* flex-direction: column;
    align-items:center;
    justify-content: center; */

}



.bvfi {
  width: 80px;

}



.ndwvi {
  width: 550px;
  /* height: 320px; */
  padding: 45px;
  border: solid 2px #f8b400;
  border-radius: 20px;

}


footer {
  background-color: #111;
  color: #fff;
}

 

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo img {
    width: 81px;
    height: auto;
}

.footer-section h3 {
  margin-bottom: 15px;
  color: #f8b400;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fff;
}

.social-icons a {
  margin-right: 15px;
  color: #ccc;
  font-size: 22px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #f8b400;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  color: #888;
  font-size: 14px;
}


.fixbd1 {
  border-radius: 10px;

}

.wellness-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}


.bgclrf {

  background-color: #f0f4f5;
}

.bdrredis1 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.list-foot{
  padding-left: unset;
  font-size: 14px;
  font-weight: 400;
}
.fs-12{
  font-size: 12px;
}

@media (max-width:1350px) {

  .reviewrating {
    display: flex;
    line-height: 1.4;
    
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: start;
  }
}
.svgImg img{
  max-height: 90px;
}























.cont21 {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.h1name {
  text-align: center;
  color: #1b5e20;
  margin-bottom: 40px;
  font-size: 32px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.info,
.form {
  flex: 1;
  min-width: 280px;
}

.info h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #388e3c;
}

.info p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.form input,
.form textarea {
  width: 100%;
  padding: 14px;
  margin: 10px 0 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  background: #f9f9f9;
  transition: 0.3s;
}

.form input:focus,
.form textarea:focus {
  border-color: #4caf50;
  outline: none;
  background: #fff;
}

.form button {
  background-color: #43a047;
  color: white;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.form button:hover {
  background-color: #2e7d32;
}

@media (max-width: 768px) {
  .contact-grid {
    flex-direction: column;
  }
}














.contact-container {
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

h1,
h2 {
 
  margin-bottom: 20px;
} 
h2 span{
  color:#dcab3f;
}
.green{
  color: #008552;
}
.bg-green{
  background-color: #008552;
}
.anaadi-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.fs-12{
  font-size: 12px;
}
.anaadi-info,
.anaadi-form {
  flex: 1;
  min-width: 280px;
}

.anaadi-info h2 {
  font-size: 22px;
  color: #388e3c;
  margin-bottom: 15px;
}

.anaadi-info p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.anaadi-form input,
.anaadi-form textarea {
  width: 100%;
  padding: 14px;
  margin: 10px 0 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  background: #f9f9f9;
  transition: 0.3s;
}

.anaadi-form input:focus,
.anaadi-form textarea:focus {
  border-color: #4caf50;
  outline: none;
  background: #fff;
}

.anaadi-form button {
  background-color: #43a047;
  color: white;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.anaadi-form button:hover {
  background-color: #2e7d32;
}

/* Quick Contact Cards */
.anaadi-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.anaadi-card {
  flex: 1;
  background: #f6fff6;
  border: 1px solid #c8e6c9;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  min-width: 240px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.anaadi-card h3 {
  color: #1b5e20;
  margin-bottom: 10px;
}

.anaadi-card p {
  font-size: 14px;
}

/* Map Section */
.anaadi-map {
  margin-top: 20px;
}

iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  border: none;
}

/* FAQ Section */
.anaadi-faq {
  margin-top: 60px;
}

.anaadi-faq-item {
  margin-bottom: 20px;
}

.anaadi-faq-item h4 {
  color: #2e7d32;
  margin-bottom: 8px;
}

.anaadi-faq-item p {
  font-size: 15px;
  line-height: 1.6;
}

/* Social Media */
.anaadi-social {
  text-align: center;
  margin-top: 50px;
}

.anaadi-social a {
  display: inline-block;
  margin: 0 15px;
  font-size: 24px;
  color: #388e3c;
  text-decoration: none;
  transition: 0.3s;
}

.anaadi-social a:hover {
  color: #1b5e20;
}

@media (max-width: 768px) {

  .anaadi-grid,
  .anaadi-cards {
    flex-direction: column;
  }
  .changep1p{
    font-size: 35px;
  }
  .h2saiz, h2{
    font-size: 30px;
  }
}

.men-img1 {
  height: 250px !important;
  /* width: 250px !important; */
  overflow: hidden !important;
  object-fit: cover;

  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}

.men-img1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  object-position: top;
}

.custom-box {
  /* or any fixed width */
  border: 1px solid #ccc;
  border-radius: 12px;
  /* padding: 10px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        margin: 0 auto; */
}
.border-bottom-4{
  border-top: 7px solid #008552;

  border-bottom: 7px solid #008552;
}
.fs-14{
  font-size: 14px;
}
.border-cont{
  border: 2px dashed #008552;
  padding: 16px;
  border-radius: 14px;
  background-color: #ececec70;
}
.founder{
  border-left: 8px solid #008552;
  background-color: #E7F0EE;
}
.backIMg{
  max-width: 200px;
  z-index: 1;
  top: 0;
  animation: rotateInfinite 20s linear infinite;
}
.frontImg{
  z-index: 2;
  position: relative;

}
@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}