* {
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(0, 115, 56);
    -webkit-box-shadow: inset 0 0 6px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(0, 115, 56);
}

body h1,
h2,
h3 {
  font-family: 'Lora', serif;
}

p,
a,
span {
  font-family: 'DM Sans', sans-serif;

}

/*  */
.aboutsection {
  padding: 80px 0;
  color: #333;

}

.about-content span {
  font-size: 16px;
  color: #00780b;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 34px;
  line-height: 50.91px;
  font-weight: 400;
  margin-bottom: 39px;
  color: #222;
  max-width: 550px;

}

.about-right {
  margin-top: 0px;
}

.about-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.abt-primary,
.abt-secondary {
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.abt-primary {
  background-color: #00780b;
  color: white;
}

.abt-primary:hover {
  background-color: #005a08;
}

.abt-secondary {
  background-color: #ecebe6;
  color: #333;
}

.abt-secondary:hover {
  background-color: #d9d7cf;
}

.about-right p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}

.stats {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stat {
  flex: 1 1 120px;
}

.stat h3 {
  font-size: 28px;
  color: #00780b;
  margin-bottom: 5px;
}

.stat p {
  font-size: 14px;
  color: #444;
}

.learn-more {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  color: #00780b;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.learn-more:hover {
  color: #005a08;
}

/* MORE-ABOUT */
.more-abtsec {
  background: linear-gradient(to right, #e6f1e7, #ffffff);
  padding: 150px 0px;
  color: #1f1f1f;

}

.moreabt-title h4 {
  font-size: 16px;
  color: #00780b;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;

}

.moreabt-title h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}

.moreabt-title span {
  font-weight: bold;

  display: inline-block;
  margin-top: 0.2rem;
}

.img-wrap {
  position: relative;
  text-align: center;
  max-width: 100%;
  animation: zoomIn 1.5s ease-out forwards;
  opacity: 0;
}

.img-wrap img {
  max-width: 380px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  animation: imageReveal 1.5s ease-out forwards;
  transform: scale(0.9);
  opacity: 0;
}

.img-wrap:hover img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

/* Keyframes */
@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes imageReveal {
  to {
    opacity: 1;
    transform: scale(1);
  }
}



.stamp {
  position: absolute;
  bottom: 0px;
  left: 10px;

  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  animation: stampSpinIn 1.8s ease-out forwards;
}

.stamp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

@keyframes stampSpinIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) rotate(-360deg) scale(0.5);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) rotate(0deg) scale(1);
  }
}



.info-block {
  margin-bottom: 30px;
}

.info-block h3 {

  color: #00780b;

  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.info-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;

}

.more-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #00780b;
  /* border-bottom: 1px solid transparent; */
  transition: all 0.3s ease;
}

.more-link:hover {
  border-color: #1d4d20;
}

.packages-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.pg-head h2 {
  font-size: 36px;
  font-weight: 500;
  color: #162a22;
  margin-bottom: 20px;
  line-height: 1.25;
}

.pg-title {
  font-size: 16px;
  line-height: 1.6;
  max-width: 630px;
  color: #444;
  margin-top: 30px;
}

.pg-line {
  display: block;
  background-color: #00780b;
  height: 4px;
  width: 10%;
  margin: 10px 0;
}


.package-head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}


.image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* your overlay color */
  z-index: 1;
  transition: background 0.3s ease;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-content {
  position: absolute;
  bottom: -50px;
  color: #fff;
  max-width: 336px;
  z-index: 2;
  left: 30px;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  padding-right: 10px;
}

.overlay-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  z-index: 3;
  position: relative;
  transition: transform 0.5s ease;
}


.image-wrapper:hover .overlay-content h4 {
  transform: translateY(-50px);
}


.overlay-content p,
.overlay-content .read-more {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}


.image-wrapper:hover .overlay-content p,
.image-wrapper:hover .overlay-content .read-more {
  opacity: 1;
  transform: translateY(-60px);
}

.overlay-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #f1f1f1;
  z-index: 3;
}

.overlay-content .read-more {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  z-index: 3;
  transition: background-color 0.3s ease;
}

.package-card1 img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.package-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.read-more {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease;
}

.read-more:hover {
  background: #000;
  color: #fff;
}


/* SPECIALITY-SECTION */
.specialties-section {
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;

}

.sp-head h2 {
  font-size: 36px;
  font-weight: 500;
  color: #162a22;
  margin-bottom: 20px;
  line-height: 1.25;
  text-align: center;
}

.sp-head p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  max-width: 630px;
  color: #444;
  margin: 0 auto 60px;

}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.specialty-card {
  background-color: #e6f1e7;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.icon-circle {
  background: #a9d9a4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-circle img {
  width: 32px;
  height: 32px;
}

.specialty-title {
  font-size: 18px;
  font-weight: 600;
  color: #2e7d32;
  margin-bottom: 10px;
}

.specialty-description {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 15px;
  line-height: 1.6;
}

.diseases-label {
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.disease-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.disease-list li {
  background: #f2fbea;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2c3e50;
}

.disease-list li:hover {
  background: #d9f4c8;
  cursor: default;
}

.dot-icon {
  font-size: 1rem;
}

.specialty-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* AMENITY-SEC */
.amenities {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f6;
  position: relative;
}

.amenity-img img {
  height: 240px;
  width: 240px;
}

.amenity-img {
  position: absolute;
  bottom: -160px;
  left: -48px;
}

.amenityhead h2 {
  font-size: 36px;
  font-weight: 500;
  color: #162a22;
  margin-bottom: 20px;
}

.amenityhead p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  max-width: 400px;
}


.amenitycard {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  height: 100%;
}

.amenity-icon img {
  width: 32px;
  height: 32px;
}

.amenity-icon {
  background-color: #EDE9E3;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenity-title h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

/* WHYCHOOSE */

.whychoose-sec {
  padding: 80px 0;

}

.choose-title {
  text-align: center;
  margin-bottom: 40px;
}

.choose-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #162a22;
  margin-bottom: 20px;
}

.choose-title p {
  margin: auto;
  font-size: 16px;
  max-width: 660px;
  color: #444;
  line-height: 1.6;
}

.choose-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;



}

.choose-card:hover {

  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}



.choosse-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.choose-text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #388e3c;
  margin-bottom: 6px;
}

.choose-text p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.choose-img {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: white;
  /* Optional, helps contrast */
}

.choose-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.08) 41%, transparent 42%),
    radial-gradient(circle, transparent 60%, rgba(0, 0, 0, 0.08) 61%, transparent 62%),
    radial-gradient(circle, transparent 80%, rgba(0, 0, 0, 0.08) 81%, transparent 82%);

}

.choose-img img {
  width: 70%;
  height: 70%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}



.doctor-sec {
  padding: 80px 0;
  background: #fff;
}


.doc-img {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 5;
  border-radius: 50% / 40%;
  overflow: hidden;
  margin: auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  
}


.doc-img img {
    width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}


.doc-content {
  padding: 30px 20px;
}

.doc-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1d3a2f;
  margin-bottom: 20px;
  line-height: 1.3;
}

.doc-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #00780b;
  margin-bottom: 16px;
}

.doc-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}


.social-icon {
  display: flex;
  gap: 14px;
  margin-top: 25px;
}

.social-icon a i {
  font-size: 22px;
  color: #00780b;
  transition: color 0.3s ease;
}

.social-icon a:hover i {
  color: #1d3a2f;
}



.owl-nav {
  text-align: center;
  margin-top: 30px;
}

.owl-nav i {
  font-size: 26px;
  color: #00780b;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #00780b;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-dot.active {
  background: #4f6f61;
}

.owl-dot:hover {
  background: #00780b;
}



/*  */
.cta-sec {
  background-image: url(../images/top-view-plant-with-special-properties-assortment.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5%;
  position: relative;
  color: white;
  overflow: hidden;
}

.cta-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* subtle overlay */
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  text-align: right;
  margin-left: auto;
  padding: 60px 0;
}

.cta-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.cta-content h2 strong {
  font-weight: 700;
  font-size: 40px;
}

.cta-content p {
  font-size: 16px;
  margin-bottom: 30px;
}

.cta-content a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #00780b;
  color: white;
  text-decoration: none;
  font-weight: bold;

  transition: background-color 0.3s ease;
}

.cta-content a:hover {
  background-color: #162a22;
}

/* FOOTER */
.footer-sec {
  background-color: #f7f7f7;
  padding: 60px 0 30px;
  color: #444;

}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}


.footer-item {
  flex: 1 1 200px;
  max-width: 290px;
  padding: 0 10px;
}


.ft-des p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}




.ft-head {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00780B;
}

.ft-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-link li {
  margin-bottom: 10px;
}

.ft-link li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}

.ft-link li a:hover {
  color: #00780B;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}


.social-icons a {
  background-color: #00780B;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}



.footer-item .ft-contact p {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #444;
}

.footer-item .ft-contact a {
  color: #444;
  text-decoration: none;
}

.footer-item address a:hover {
  color: #00780B;
  text-decoration: underline;
}


.ft-contact i {
  color: #00780B;
  min-width: 18px;
  font-size: 16px;
  margin-top: 3px;
}


.bottom-bar {
  text-align: center;
  padding: 40px 20px 20px;
  background-color: #f7f7f7;
  position: relative;
}

.footer-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%;
}

.back-to-top-btn {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background-color: #00780B;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.bottom-bar p {
  font-size: 13px;
  color: #444;
  margin-top: 10px;
  line-height: 1.6;
}

.bottom-bar a {
  color: #fff;
  text-decoration: none;
}

.bottom-bar a:hover {
  text-decoration: underline;
}

.copyright a {
  color: #00780B;
}

.hero-ayurveda {
  padding: 80px 0;
  background-color: #f4f4f4;
  position: relative;
  padding-top: 160px;
}



.hero-ayurveda .hero-text {
  padding-right: 40px;
  margin-top: 60px;
}

.hero-ayurveda h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.hero-ayurveda p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.hero-ayurveda .hero-buttons {
  margin-top: 20px;
}

.hero-ayurveda .btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 15px;
}

.hero-ayurveda .primary-btn {
  background-color: #00780b;
  color: white;
}

.hero-ayurveda .primary-btn:hover {
  background-color: #45a049;
}

.hero-ayurveda .secondary-btn {
  background-color: #f2f2f2;
  color: #333;
  border: 2px solid #00780b;
}

.hero-ayurveda .secondary-btn:hover {
  background-color: #e6e6e6;
}

.hero-ayurveda .patient-info {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  font-style: italic;
}

.hero-ayurveda .hero-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-ayurveda .info-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-ayurveda .info-box p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.header-sec {
  position: absolute;
  width: 100%;
  z-index: 22;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.17); */
  padding: 0px 0;
  transition: all 0.3s ease;
}



.hdrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo img {
  max-height: 200px;
}

.navmenu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.mainmenu {
  display: flex;
}

.menu {
  list-style: none;
  display: flex;
  gap: 30px;
}

.menu li a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  transition: color 0.3s ease;
  font-size: 16px;
}

.menu li a:hover {
  color: #006b3c;
}

/* Button Style */
.header-btn .btn-filled {
  color: #ffffff;
  background: #158825;
  border: 1px solid #158825;
  font-weight: 500;
  line-height: 1;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.header-btn .btn-filled:hover {
  background-color: #004d2a;
}

.mobilemenu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.mobilemenu span {
  width: 25px;
  height: 3px;
  background-color: #27026C;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobilemenu.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobilemenu.open span:nth-child(2) {
  opacity: 0;
}

.mobilemenu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(70%);
}


.slide-text {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #fff;
  max-width: 600px;
  z-index: 2;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.slide-text h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.slide-text a {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.slide-text {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1.2s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.circle-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-btn:hover .circle-arrow {
  background-color: #f0f0f0;
  transform: translateX(4px);
}

/* FOOTER */
.footer-sec {
  background-color: #f7f7f7;
  padding: 60px 0 30px;
  color: #444;

}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}


.footer-item {
  flex: 1 1 200px;
  max-width: 220px;
  padding: 0 10px;
}


.ft-des p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.ft-logo img {
  max-width: 70px;
  margin-bottom: 15px;
}


.ft-head {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00780B;
}

.ft-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-link li {
  margin-bottom: 10px;
}

.ft-link li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}

.ft-link li a:hover {
  color: #00780B;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.social-icons a {
  background-color: #00780B;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}



.footer-item .ft-contact p {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #444;
}

.footer-item .ft-contact a {
  color: #444;
  text-decoration: none;
}

.footer-item address a:hover {
  color: #00780B;
  text-decoration: underline;
}


.ft-contact i {
  color: #00780B;
  min-width: 18px;
  font-size: 16px;
  margin-top: 3px;
}


.bottom-bar {
  text-align: center;
  padding: 40px 20px 20px;
  background-color: #f7f7f7;
  position: relative;
}

.footer-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%;
}

.back-to-top-btn {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background-color: #00780B;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .header-btn{
    position: relative;
    padding-right: 5px;
  }
}
/* whatsappicon  */
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 99999;
}

.whatsapp-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  padding: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: 0.25s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 26px rgba(0,0,0,0.35);
}
/* our  reach*/
/* SECTION */
.reach-section {
  background: #0D3559;
  padding: 40px 0 55px; /* compact height */
  color: #fff;
  text-align: center;
}

/* MAIN HEADING */
.reach-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 35px; /* tighter spacing */
}

/* FLEX LAYOUT */
.reach-wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px; /* reduced gap */
  padding: 0 20px;
  text-align: left;
}

/* LEFT TEXT */
.reach-left {
  max-width: 420px;
}

.reach-left p {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.reach-left span {
  color: #FF7C9E;
  font-weight: 800;
}

/* RIGHT CARD — BORDER ONLY */
.reach-card {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 22px;
  padding: 38px 45px;
  width: 360px;
  text-align: center;
}

/* CARD TEXT */
.reach-card h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
}

.reach-card p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 6px;
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .reach-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .reach-left {
    max-width: 100%;
  }
}
