/* In custom.css */
.navbar {
  position: relative; /* or fixed/sticky, depending on your design */
  z-index: 1000; /* Higher than carousel's z-index: 1 */
  padding: 0.5rem 7rem;
}
.owl-carousel {
  margin-top: 70px; /* Adjust based on navbar height */
}
.nav-link {
  font-family: "Teko", serif;
  font-size: 24px;
  color: #111 !important;
  margin-right: 15px;
}
/* In custom.css */
.owl-carousel .owl-item img {
  max-height: 500px; /* Adjust based on design */
  object-fit: cover; /* Prevent distortion */
}
.owl-carousel {
  max-height: 500px;
  overflow: hidden;
}
/* In custom.css */
.owl-theme .owl-nav {
  margin-top: 20px; /* Increase spacing from carousel content */
}
.owl-theme .owl-dots {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .owl-theme .owl-nav {
    margin-top: 15px;
  }
  .owl-theme .owl-dots {
    margin-top: 15px;
  }
}
h1,
h2,
h3.h4.h5.h6 {
  font-family: "Teko", serif;
}

p {
  font-family: "Poppins", serif;
}
.section {
  padding-top: 54px;
  padding-bottom: 54px;
}
.underline {
  width: 100px;
  height: 04px;
  background-color: red;
}
.text-red {
  color: red;
}
.section-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}
.bg-f2f2f2 {
  background-color: #f2f2f2;
}
.readmore {
  color: red !important;
  font-weight: 600;
  text-decoration: underline;
}
.bg-howitworks {
  background-image: url("../images/www.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.card-text {
  font-size: 15px;
}
.footer-link {
  color: #fff;
  font-size: 14px;
  margin-bottom: 07px;
}
.f-14 {
  font-size: 14px;
}
.section-why {
  margin-top: 80px; /* adjust this value until it looks right */
}
