*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #ffffff;
  margin: 10px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}

.text-full-size {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}

/* Loader container */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Spinner style */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #114e2e; /* Bootstrap primary color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

/* Fade out effect */
#loader.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* WhatsApp Sticky Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #197242;
  color: white;
  font-size: 22px;
  padding: 23px 25px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.2s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

/* Go to Top Sticky Button */
.top-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #114e2e;
  color: white;
  border: none;
  font-size: 20px;
  padding: 12px 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.2s ease;
}

.top-btn:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 450px) {
  .whatsapp-btn {
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    padding: 13px 15px;
  }
  .whatsapp-btn:hover {
    transform: scale(1.1);
  }
  /* Go to Top Sticky Button */
  .top-btn {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    padding: 6px 12px;
  }
}
.timeline {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #198754;
}

.timeline-item {
  position: relative;
}

.box-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #197242;
  opacity: 50%;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.section {
  margin: 100px 0 0 0 !important;
}

.baghe {
  background-color: #197242;
  padding: 10px 10px;
  margin-bottom: 50px !important;
  border-radius: 10px;
}

.blur {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(20px);
}

.section-testimonials {
  background-color: #114e2e;
  padding: 40px 0 10px;
}

.negative-margin {
  margin-top: -80px !important;
}

/* Animation */
.scroll-animate {
  opacity: 0;
  transform: translateY(50px); /* default fallback */
  transition: all 1s cubic-bezier(0, 0.92, 0.97, 1.01);
}

.scroll-animate.from-left {
  transform: translateX(-200px);
}

.scroll-animate.from-right {
  transform: translateX(200px);
}

.scroll-animate.from-bottom {
  transform: translateY(200px);
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* When visible */
.show {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 750px) {
  .logo {
    height: 80px !important;
  }
  .negative-margin {
    margin-top: -60px !important;
  }
  .carousel-item p {
    font-size: 16px !important;
    width: 60% !important;
  }
  .carousel-item div {
    font-size: 18px !important;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 28px !important;
  }
}
@media (max-width: 450px) {
  .negative-margin {
    margin-top: -60px !important;
  }
  .carousel-item p {
    font-size: 12px !important;
    width: 60% !important;
  }
  .carousel-item div {
    font-size: 14px !important;
  }
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 28px !important;
  }
  .section-shop .hero-btns {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .section-shop .hero-btns .ms-3 {
    margin: 20px 0 40px 0;
    margin-left: 0 !important;
  }
  .section-shop .hero-btns .hero-img-content .h-75 img {
    height: 50%;
  }
}
iframe {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

footer {
  padding: 40px 0;
}

footer a {
  color: #000000;
  text-decoration: none;
}
