/* ======================================================
   CUSTOM.CSS
   Page-level & widget-specific styles only
   ====================================================== */

/* =====================
   HERO SPACING OVERRIDES
   ===================== */
.hero {
  padding-top: 120px;
  padding-bottom: 80px;
}

/* Optional subtitle text inside hero */
.hero .hero-subtitle {
  font-size: 1.1rem;
  margin: 20px 0 30px;
  color: var(--white);
  opacity: 0.9;
}


/* =====================
   SERVICE BOX OVERRIDE
   ===================== */
.service-box {
  padding: 30px;
  border: 1px solid #eee;
  height: 100%;
}
.hero-slider {
    position: relative;
}

.flexslider .slides li {
    height: 85vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.flexslider .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.slider-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.slider-content h1 {
    font-size: 3rem;
    font-weight: 700;
}

.slider-content p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.flexslider {
    margin: 0;
    padding: 0;
    border: none;
}

.flexslider .slides > li {
    display: none;
    height: 85vh;
    background-size: cover;
    background-position: center;
}

.flexslider .slides > li:first-child {
    display: block;
}
/* HERO SLIDER */
.hero-slider,
.hero-slider .flexslider,
.hero-slider .slides li {
  height: 100vh;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Overlay */
.hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

/* Center content vertically */
.hero-slider .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Text content */
.slider-content {
  max-width: 600px;
  color: #fff;
}

.slider-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.slider-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

/* Buttons */
.slider-content .btn {
  margin-top: 10px;
}
.about-home {
  background: #f9f9f9;
}

.section-tag {
  display: inline-block;
  color: #A53692;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Top Info Bar */
#top-info-bar {
  background: linear-gradient(90deg, #71A543, #A53692);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#top-info-bar.hide-bar {
  transform: translateY(-100%);
  opacity: 0;
}

#top-info-bar .info-left span {
  margin-right: 10px;
  white-space: nowrap;
}

#top-info-bar i {
  margin-right: 5px;
}

#top-info-bar .info-right a {
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

#top-info-bar .info-right a:hover {
  opacity: 0.7;
}

/* Push navbar down slightly */
.navbar {
  margin-top: 40px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  #top-info-bar {
    font-size: 12px;
  }

  #top-info-bar .info-left span {
    display: block;
  }
}
.btn-brand-green {
  color: #71A543;
  border: 2px solid #71A543;
  background: transparent;
}

.btn-brand-green:hover {
  background: #71A543;
  color: #fff;
}

.btn-brand-purple {
  color: #A53693;
  border: 2px solid #A53693;
  background: transparent;
}

.btn-brand-purple:hover {
  background: #A53693;
  color: #fff;
}
.text-justify {
  text-align: justify;
}

.about-image {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image {
  width: 100%;
}

.about-image img {
  width: 100%;          /* use full column width */
  height: auto;         /* keep proportions */
  max-height: 460px;    /* match image height */
  object-fit: contain; /* show full image */
  display: block;       /* removes inline spacing */
}



.services {
  background: #f9f9f9;
}

.service-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  min-height: 260px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.service-icon {
  height: 200px;
  width: auto;
}
.service-card h4 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #A53692;
}

.service-card:nth-child(even) h4 {
  color: #71A543;
}

.service-card p {
  font-size: 15px;
  color: #555;
}
.footer-contact p {
  font-size: 15px;
  line-height: 1.6;
}

.footer-contact i {
  width: 18px;
}


.video-wrapper {
  max-width: 800px;   /* controls width */
  margin: 0 auto;     /* centers container */
}

.controlled-video {
  width: 100%;
  height: auto;
  display: block;     /* fixes right alignment */
  border-radius: 12px;
  background: #000;   /* ensures poster visibility */
}


.stat-box {
  padding: 30px 15px;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-6px);
}

.stat-box h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 1.1rem;
  margin: 0;
  opacity: 0.95;
}

/* Brand colors */
.bg-green {
  background-color: #71A543;
}

.bg-purple {
  background-color: #A53692;
}
.testimonials {
  background: #ffffff;
}

.testimonial-card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

.testimonial-card p {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}

.testimonial-card h6 {
  font-weight: 600;
  color: #71A543;
}
/* PRICING SCROLL CONTAINER */
.pricing-marquee {
  overflow: hidden;
  width: 100%;
}

/* MOVING TRACK */
.pricing-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scrollPricing 35s linear infinite;
}

/* PAUSE ON HOVER */
.pricing-marquee:hover .pricing-track {
  animation-play-state: paused;
}

/* INDIVIDUAL ITEM */
.pricing-item {
  min-width: 300px;
}

/* CARD STYLING */
.pricing-card {
  padding: 25px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  transition: transform .3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
}

.pricing-card h5 {
  font-weight: 700;
  color: #A53693;
}

.pricing-card .price {
  font-weight: 700;
  color: #71A543;
  margin: 15px 0;
}

.pricing-card small {
  font-size: 15px;
  color: #666;
}

.pricing-card.highlight {
  border: 2px solid #A53693;
}

/* SCROLL ANIMATION */
@keyframes scrollPricing {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.justify-text {
  text-align: justify;
}

footer a{
  color:#ffffff;
  text-decoration:none;
  transition: color .3s ease;
}

footer a:hover{
  color:#71A543;
}

/* =====================
   WHATSAPP FLOAT BUTTON
   ===================== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366; /* WhatsApp brand color */
  color: #fff;
  border-radius: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 9999;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  color: #fff;
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
}

.whatsapp-text {
  font-weight: 600;
  font-size: 14px;
}

/* Mobile behavior */
@media (max-width: 768px) {
  .whatsapp-text {
    display: none;
  }
}

