/* nav bar */
.navbar-brand {
  width: 120px !important ; /* reduce width */
  height: auto !important ;
}

.main-header {
  /* background: linear-gradient(to right, #ff7e29, #e7d700); */
  background-color: #fff;
}
.navbar-nav.mr-auto a {
  color: #ff7e29; /* static (normal) color */
  transition: color 0.3s ease;
  text-decoration: none; /* optional - removes underline */
}
.navbar-nav.mr-auto a:hover {
  color: #000000; /* hover color */
}

/* hero section */
.my-stylish-title 
 {
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    font-style: normal;
  }

.hero-section {
  position: relative;
  height: 100vh;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.hero-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  left: 10%;
  top: 38%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.hero-overlay h1 {
  font-size: 90px;
  /* font-weight: 800; */
  color: #fff;
  margin-bottom: 40px;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
}

.slider {
  width: 400px;
  overflow: hidden;
  border-radius: 15px;
}

.slides {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  border-radius: 15px;
}

.slide p {
  margin-top: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

.desc {
  font-size: 16px;
  line-height: 1.6;
  max-width: 970px;
  margin: 20px auto;
}

.tagline {
  background: #fff;
  color: #f77f00;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 700;
}

/* process of juice */
  
.juice-process {
  padding-left: 20px !important;
}
.juice-process .row {
  display: flex;
  align-items: stretch;
}

.process-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.main-process-img {
  width: 100%;
  max-width: 350px;
  margin: auto;
  object-fit: contain;
}

.sub-box {
  justify-content: space-between;
  height: 100%;
}

.process-sub-img {
  width: 100%;
  max-width: 115px;
  margin: auto;
  object-fit: contain;
}

.process-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.process-heading {
  font-size: 18px;
  font-weight: 700;
  color: #ff7e29 !important;
  margin-bottom: 6px;
}

.process-sub {
  /* color: #ff7e29 !important; */
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .juice-process .row {
    flex-direction: column;
  }
  .process-box {
    align-items: center;
    text-align: center;
  }
}
.process-sub .force-break {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
}

/* benifit */
.section-row-3 {
  margin-bottom: 100px;
  margin-top: 0px;
}

.testimonial-item {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  min-height: 210px;
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonial-content h2 {
  font-size: 20px;
  font-weight: 700;
  /* color: #222; */
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.swiper-slide-active .testimonial-content h2,
.swiper-slide-active .testimonial-content p {
  color: #fff;
}

/* why choose us */

/* keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* base styles unchanged */
.sale-now-1 {
  position: relative;
  /* background: linear-gradient(to right, #ff7e29, #e7d700); */
  background-color: #fff;
  padding: 30px 0;
  overflow: hidden;
}

/* keep pseudo elements hidden by default */
.sale-now-1::before,
.sale-now-1::after {
  content: "";
  position: absolute;
  display: block;
  width: 450px;
  height: 500px;
  bottom: 150px;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: translateY(40px);
  /* make sure they don't animate automatically */
  animation: none;
}

/* images */
.sale-now-1::before {
  left: 0;
  background-image: url("../images/png/why-choose-1.png");
}
.sale-now-1::after {
  right: 0;
  background-image: url("../images/png/why-choose-2.png");
}

/* when .in-view is added, play the animation */
.sale-now-1.in-view::before {
  animation: fadeInUp 1000ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.6s;
}
.sale-now-1.in-view::after {
  animation: fadeInUp 1000ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.6s; /* stagger */
}

/* .why-choose {
  color: white;
} */

/* where to get */
/* .where-to-get {
  background-color: #ffffff !important;
} */

/* vending services */
.ps-10 {
  padding-left: 20%;
}

.ps-20 {
  padding-left: 20%;
}

/* button */
.learn-1 {
  padding-top: 40px;
}
/* 
.imgfix{
  width: 200px !important;
  height: 50px !important;
} */

.points {
  font-size: 35px !important;
  line-height: 48px;
}

/* logo */
.relative-cls {
  position: relative;
}
.abs-cls {
  position: absolute;
  top: -40%;
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 760px) {
  .abs-cls {
    top: -95%;
    height: 110px;
  }
}
/* about */
.abt-img {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.abt-img-1 {
  padding-right: 80px !important;
  padding-left: 0px !important;
}

/* why choose us */

.sale-now-2 {
  position: relative;
  /* background: linear-gradient(to right, #ff7e29, #e7d700); */
  background-color: #fff;
  padding: 30px 0;
  overflow: hidden;
}

/* keep pseudo elements hidden by default */
.sale-now-2::before,
.sale-now-2::after {
  content: "";
  position: absolute;
  display: block;
  width: 500px;
  height: 350px;
  bottom: 200px;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: translateY(40px);
  /* make sure they don't animate automatically */
  animation: none;
}

/* images */
.sale-now-2::before {
  left: 0;
  background-image: url("../images/png/up-comming-1.png");
}
.sale-now-2::after {
  right: 0;
  background-image: url("../images/png/up-comming-2.png");
}

/* when .in-view is added, play the animation */
.sale-now-2.in-view::before {
  animation: fadeInUp 1000ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.6s;
}
.sale-now-2.in-view::after {
  animation: fadeInUp 1000ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: 0.6s; /* stagger */
}

/* .why-choose {
  color: #198754;
} */

.why-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  justify-items: start;
  max-width: 900px;
  margin: 30px auto 0;
  padding-left: 20px;
}

.why-item {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.why-item i {
  font-size: 1.6rem;
  color: #fff; /* White icons */
  min-width: 30px;
  text-align: center;
  transition: 0.3s;
}

/* .why-item p {
  font-weight: 500;
  color: #2067461A;
  margin: 0;
} */

.why-item:hover i {
  transform: scale(1.2);
  color: #ffd27f; /* soft orange glow on hover */
}

/* Responsive */
@media (max-width: 768px) {
  .why-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 0px;
  }
}

@media (max-width: 480px) {
  .why-points {
    grid-template-columns: 1fr;
  }
}
html,
body {
  height: 100%;
  overflow: hidden;
}

/* Each slide fills the screen */
.slide-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
  align-content: center;
}

/* Transform states */
.slide-section:not(.active) {
  pointer-events: none;
}

.down-scroll {
  transform: translateY(-100%);
}

.up-scroll {
  transform: translateY(100%);
}

.active {
  transform: translateY(0);
  z-index: 10;
}

/* hero button */

.h-btn {
  padding-bottom: 15px !important;
}
.our-scrolling-ticker {
  z-index: 12;
  position: relative;
}
.vd-hight {
  height: 100% !important ;
}

.footer-copyright .footer-size {
  margin-top: 0;
}

.space h3 {
  margin-bottom: 30px !important;
}

.fa-square-check {
  color: #ff7e29 !important;
}

.we-offer.where-to-get .row .offer-item-content h3 {
  color: #ffffff !important; /* replace with your desired color */
}
.our-testimonials {
  background-color: #ffffff;
}

.upcoming-img-1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: -150px;
}

.upcoming-img-1 img {
  width: 60%;
  max-width: 600px;
  transition: transform 0.3s ease;
}

.upcoming-img-1 img:hover {
  transform: scale(1.05);
}

.upcoming-img-2 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: -150px;
}

.upcoming-img-2 img {
  width: 60%;
  max-width: 600px;
  transition: transform 0.3s ease;
}

.upcoming-img-2 img:hover {
  transform: scale(1.05);
}



/* orange image */

/* Decorative corner styles */
.testimonial-decor {
  position: absolute;
  width: 330px;
  opacity: 0.8;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1;
}

/* Left and right placement */
.decor-left {
  top: 115px;
  left: -40px;
  transform: rotate(-10deg);
}

.decor-right {
  top: 115px;
  right: -40px;
  transform: rotate(15deg);
}

/* Hover animation for subtle movement */
.our-testimonials:hover .testimonial-decor,
.we-offer:hover .testimonial-decor {
  transform: scale(1.05);
  opacity: 1;
}

.text-anime-style-3.points {
  font-size: 18px; /* adjust as needed */
}



.process-image:hover {
  transform: scale(1.05);
}

/* Text styling */
.process-heading {
  color: #e36414;
  font-weight: 600;
  margin-bottom: 5px;
}

.process-sub {
  /* color: #6c757d; */
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Adjust spacing between top and bottom sections */
.top-section,
.bottom-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.process-gap {
  height: 40px; /* creates breathing space between top & bottom */
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .juice-process .row {
    flex-direction: column;
    text-align: center;
  }

  .right-sections .row {
    flex-direction: column;
  }

  .process-gap {
    height: 30px;
  }

  .process-image {
    margin-bottom: 20px;
  }

  .main-process-img {
    max-width: 380px;
    margin-bottom: 40px;
  }
}

/* ============================= */
/* FOOTER TOP CUSTOM SECTION */
/* ============================= */

.footer-top {
  text-align: center;
  margin-bottom: 25px;
}

.footer-top img {
  max-width: 160px;
  margin-bottom: 15px;
}

/* Quick Links */
.footer-quick-links {
  margin: 30px 0;
}

.footer-quick-links h3 {
  /* font-size: 18px; */
  /* font-weight: 600; */
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-quick-links ul {
  font-weight: 500;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.footer-quick-links ul li a {
  color: #000000;
  /* text-decoration: none; */
  /* font-size: 15px; */
  transition: 0.3s;
}

.footer-quick-links ul li a:hover {
  color: #ff7e27;
}

/* Reach Us + Contact Us Section */
.footer-info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-info-row h3 {
  /* font-size: 18px; */
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-left: -25px;
}

.footer-contact-content a:hover {
  color: #ff7e27;
}
.footer-copyright {
  background-color: #f77f00; /* adjust if needed */
  padding: 20px 0;
  text-align: center;
}

.footer-copyright-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-copyright-text p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.footer-privacy-policy ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}

.footer-privacy-policy ul li {
  display: inline-block;
}

.footer-privacy-policy ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-privacy-policy ul li a:hover {
  color: #000;
}



/* Responsive Layout */
@media (max-width: 768px) {
  .footer-info-row {
    flex-direction: column;
    text-align: center;
  }
  .footer-contact-item {
    justify-content: center;
  }
}
.margin {
  margin-left: 55px !important;
}

/* heading height */
.why-choose {
  margin-top: 15px;
}

/* small view */

@media (min-width: 991px) and(max-width:1400px) {
  .section-title h1 {
    font-size: 48px;
  }
  .about-us {
    margin-top: 80px;
  }
  .section-title {
    margin-bottom: -50px;
  }
  .about-image {
    width: 70%;
    margin-top: 20%;
  }
  .about-us-content {
    margin-top: 20%;
  }
}

/* big view */
@media (min-width: 1401px) {
  .our-scrolling-ticker {
    bottom: -145px;
  }
  .about-us {
    margin-top: 100px;
  }
}


/* LEFT SIDE WHATSAPP */
.whatsapp-container {
  position: fixed;
  bottom: 100px;
  left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  z-index: 9999;
}

/* WhatsApp Button */
.whatsapp-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* GPS Pulse Effect */
.whatsapp-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.35);
  z-index: -1;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* Chat Popup */
.chat-popup {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 270px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateX(-20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Popup Visible */
.chat-popup.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.chat-header {
  background: #075e54;
  color: #fff;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.chat-body {
  padding: 12px;
  font-size: 14px;
  color: #222;
}

.chat-body p {
  margin: 0 0 10px 0;
}

.chat-row {
  display: flex;
  gap: 6px;
  align-items: center;
}

.chat-row input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.chat-row button {
  background: #25d366;
  border: none;
  color: white;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.chat-close {
  cursor: pointer;
  font-size: 18px;
}

/* RIGHT SIDE SOCIAL ICONS */
.socials {
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: flex;
  gap: 10px;
  z-index: 9999;
}

.socials a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #ff7e29;
  border: 2px solid #ff7e29;
  text-decoration: none;
  transition: 0.2s;
}

.socials a:hover {
  transform: translateY(-4px);
}

.socials a.facebook:hover {
  background: #ff7e29;
  color: white;
  border-color: transparent;
}
.socials a.instagram:hover {
  background: #ff7e29;
  color: white;
  border-color: transparent;
}
.socials a.linkedin:hover {
  background: #ff7e29;
  color: white;
  border-color: transparent;
}
