    body {
      font-family: 'Inter', sans-serif;
    }

    /* NAVBAR */
    .navbar {
      padding: 18px 0;
    }

    .btn-primary {
      background: #4b2c82;
      border: none;
      border-radius: 30px;
      padding: 8px 22px;
    }

    /* HERO */
    .hero {
      /* background: url("images/horse.png") center no-repeat; */
      padding: 120px 0;
      color: black;
      position: relative;
      background-color: rgb(248 249 250) !important;
      /* height: 100vh; */
    }
     .small{
        font-size: 16px;
     }
     .two{
        height: 400px;
     }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgb(248 249 250);
    }
    .rider{
        font-size: 32px;
        font-weight: 600;
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      font-size: 65px;
      font-weight: 700;
    }

   .hero p {
    margin: 30px 0;
    font-size: 20px;
}

    .hero .btn {
    background: #4b2c82;
    border-radius: 50px;
    padding: 20px 50px;
    font-size: 22px;
}

    .phone-mockup img {
      width: 100%;
      max-width: 400px;
    }

    /* EARLY ACCESS */
    .early-access {
      padding: 80px 0;
      background: #fff;
      /* text-align: center; */
    }

    .early-access h4 span {
      color: #F1575A;
    }
 h4  {
      font-size: 45px;
    }
    .early-access p {
      font-size: 22px;
    }
        .work-p {
      font-size: 19px;
      color: black;
    }
        .work-pp {
      font-size: 19px;
      color: rgb(206, 206, 206);
    }
          .explore-p {
      font-size: 19px;
    }
    .early-access input,
    .early-access select {
      border-radius: 8px;
      padding: 12px;
    }

    .submit-btn {
      margin-top: 30px;
      padding: 10px 40px;
      border-radius: 30px;
      background: #4b2c82;
      color: #fff;
      border: none;
    }
    .work{
        margin-top: 50px;
        font-size: 30px;
        font-weight: 600;
    }
    /* HOW IT WORKS */
   .how-it-works {
    background: rgb(248 249 250);
    color: black;
    padding: 80px 0;
}

    /* .how-it-works h3 span {
      color: #ff5c5c;
    } */

    .work-card {
      text-align: center;
      padding: 20px;
    }

    .work-icon {
      width: 70px;
      height: 70px;
      background: #ff5c5c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      font-size: 28px;
    }

    .divider {
      border-left: 1px solid rgba(255,255,255,0.3);
    }

.ridejoy-footer {
  background: #f45b5b;
  color: #fff;
  padding: 80px 0 40px;
}

.footer-title {
  font-size: 28px;
  font-weight: 500;
}
.arrow-img {
  width: 70px;
  margin-top: -20px; /* adjust for perfect alignment */
}

.social-icons a {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background: #fff; */
  color: #f45b5b;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: translateY(-5px);
}

.footer-text {
  max-width: 900px;
  margin: auto;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.95;
}

.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.4);
  margin: 50px 0 30px;
}

.footer-bottom {
  font-size: 14px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}




.interest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.tag.active {
  background: #2563eb; /* blue */
  border-color: #2563eb;
  color: #fff;
}


   .category-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

.category-card:hover {
  background: #ff5c5c;
  color: #fff;
}
.category-card:hover  .icon-circle {
    background: white;
}
.icon-circle {
  width: 260px;
  height: 260px;
  background: rgba(0,0,0,0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 22px;
}
.explore{
    font-size: 25px;
    font-weight: 700;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: #ff5c5c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.form-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  /* max-width: 900px; */
}
.rider-img{
  width: 75px;
}
.about-img{
  width: 85%;
}
.custom-select-wrapper {
  position: relative;
}
.thank-you-section {
  background-color: #f9fafb;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.thank-you-icon i {
  background: #eaf3ff;
  padding: 20px;
  border-radius: 50%;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}

/* .custom-select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #555;
} */
/* Form wrapper */
.barn-form {
  display: none;
  background: #fff4f6;
  padding: 30px;
  border-radius: 16px;
}

/* Inputs */
.custom-input {
  border-radius: 12px;
  padding: 14px 16px;
  border: none;
  background: #ffffff;
  font-size: 14px;
}

.custom-input:focus {
  box-shadow: none;
  border: 1px solid #01d871;
}

/* Labels */
.form-label {
  font-weight: 500;
  margin-bottom: 8px;
}
/* Fake select */
.fake-select {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 18px;
  border: 1px solid #ced4da;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Arrow */
.fake-select .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  transition: 0.3s;
}

/* Rotate arrow when open */
.fake-select.active .arrow {
  transform: rotate(-135deg);
}

/* Hidden form */
.barn-form {
  display: none;
  background: #fff4f6;
  padding: 30px;
  border-radius: 16px;
}

/* Inputs */
.custom-input {
  border-radius: 12px;
  padding: 14px 16px;
  border: none;
  background: #ffffff;
  font-size: 14px;
}

.custom-input:focus {
  border: 1px solid #01d871;
  box-shadow: none;
}

/* Fake dropdown */
.fake-select {
    /* background: #f2f2f2; */
    border-radius: 6px;
    padding: 9px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Arrow icon */
.fake-select .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  transition: 0.3s;
}

/* Arrow rotate when open */
.fake-select.active .arrow {
  transform: rotate(-135deg);
}

/* Hidden section */
.interest-box {
  display: none;
  background: #fff4f6;
  padding: 25px;
  border-radius: 18px;
}

/* Tags */
.interest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    /* justify-content: space-between; */
}

.tag {
  padding: 10px 18px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #eee;
  font-size: 13px;
  cursor: pointer;
}

.tag.active {
  border-color: #ff8c8c;
  color: #ff8c8c;
}


@media (max-width:1280px) {
    .hero h1 {
    font-size: 55px;
    font-weight: 700;
}
.two {
    height: 325px;
}
.rider {
    font-size: 26px;
    font-weight: 600;
}
.rider-img{
  width: 70px;
}
    .work-pp {
      font-size: 17px;
      color: rgb(206, 206, 206);
    }
}
@media (max-width:992px) {
    .hero h1 {
    font-size: 45px;
    font-weight: 700;
}
.icon-circle {
    width: 180px;
    height: 180px;
    padding: 20px;
}
.icon-circle img {
    width: 115px;
}
.explore-p {
    font-size: 17px;
}
.explore {
    font-size: 22px;
    font-weight: 700;
}
.arrow-img {
    width: 55px;
    margin-top: -20px;
}
  .divider {
        border: none;
      }
      .about-img{
  width: 75%;
}
}
     
    @media(max-width: 768px) {
    h4 {
    font-size: 40px;
}
    }
    @media (max-width: 640px) {
      .two {
    height: 220px;
}
.rider {
    font-size: 21px;
    font-weight: 600;
}
.hero h1 {
    font-size: 30px;
    font-weight: 700;
}
.hero p {
    margin: 20px 0;
    font-size: 15px;
}
h4 {
    font-size: 30px;
}
    .work-pp {
      font-size: 15px;
      color: rgb(206, 206, 206);
    }
    }
    