/* About Us page responsive styles */
@media (max-width: 576px) {
  .easy-steps-titles-row, .wj-steps-row {
    flex-direction: column !important;
    gap: 18px !important;
    align-items: center !important;
  }
  .sec3_logo, .wj-step-col {
    width: 100% !important;
    margin-bottom: 18px !important;
    text-align: center !important;
  }
  .easy-steps-title, .wj-steps-title {
           font-size: 13px !important;
        margin-bottom: 10px !important;
        font-weight: bolder;
  }
  .easy-steps-arrow img, .wj-arrow-img {
    margin: 12px 0 !important;
    transform: rotate(90deg);
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .easy-steps-titles-row, .wj-steps-row {
    flex-wrap: wrap !important;
    gap: 24px !important;
    justify-content: center !important;
  }
  .sec3_logo, .wj-step-col {
    width: 48% !important;
    margin-bottom: 16px !important;
    text-align: center !important;
  }
  .easy-steps-title, .wj-steps-title {
            font-size: 13px !important;
        margin-bottom: 10px !important;
        font-weight: bolder;
  }
  .easy-steps-arrow img, .wj-arrow-img {
    margin: 0 24px !important;
  }
}
/* Responsive footer links and icons */
@media (max-width: 576px) {
  .footer-links, .footer-social {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
  }
  .footer-links a, .footer-social a {
    font-size: 1rem !important;
    display: block !important;
    margin: 0 auto 8px auto !important;
  }
  .footer-social i {
    font-size: 2.2rem !important;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .footer-links, .footer-social {
    flex-wrap: wrap !important;
    gap: 18px !important;
    justify-content: center !important;
  }
  .footer-links a, .footer-social a {
    font-size: 1.1rem !important;
    margin: 0 8px !important;
  }
  .footer-social i {
    font-size: 2rem !important;
  }
}
/* Tablet spacing for arrows and titles (about us & home page) */
@media (min-width: 577px) and (max-width: 991px) {
  .easy-steps-arrow img,
  .wj-arrow-img {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .easy-steps-title,
  .wj-steps-title {
    margin-bottom: 18px !important;
  }
}
/* Rotate arrow images on mobile (about us & home page) */
@media (max-width: 575px) {
 img.img-fluid.wj-steps-arrow {
    transform: rotate(90deg);
}
}

*{
    font-family: "Quicksand", sans-serif !important;
}



.forbanner {
        width: 100%;
        max-width: 1260px;
        margin: auto;
        overflow: hidden;
        border-radius: 0 0 2rem 2rem;
        margin-top: 0px;
        box-shadow: 0 4px 32px rgba(235, 6, 140, 0.10);
       
    }
    .dropdown-menu{padding:0px 10px !important;}


.custom-steps {
  text-align: center;
  padding: 30px 15px;
}

.custom-steps h2 {
  font-size: 22px;
  font-weight: bold;
  color: #e91e63;
  margin-bottom: 40px;
}

.custom-steps-row {
  display: flex;
  justify-content: center;
  gap: 80px; /* spacing between steps */
  flex-wrap: wrap;
}

.custom-step {
  text-align: center;
}

.custom-step p {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}

.icon-with-arrow,
.icon-without-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px; /* space between icon and arrow */
}

.icon {
  width: 60px;
  height: auto;
}

.arrow {
  width: 40px;
  height: auto;
}

#easy-steps
{
    padding: 60px !important;
    /* background-color: #ffb6b945; */
}

#easy-steps-container1 {
   padding: 15px;
    background-color: #ffb6b945;
    border-radius: 25px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.04);
}

#easy-steps-container2 {
    padding: 15px;
    background-color: #ffb6b945;
    border-radius: 25px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.04);
}

.easy-steps-titles {
    min-height: 58px;
    display: block;
    font-size: 1.5em;
    text-align: left;
    padding-left: 10%;
}
.imgicon {
   margin-left: 80%;
}


  .wj-steps-title {
        font-weight: 600;
        font-size: 18px;
        white-space: nowrap;
        margin-bottom: 0.5rem;
    }
   


    .img-fluid {
    max-width: 100px;
    height: 100px;
}


.text-justify{
  text-align: justify;
  letter-spacing: 1.3px;
}
.btn-pay {
    color: white;
    background-color: #eb068c;
    font-size: 19px;
    padding: 15px;
    border-radius: 30px;
    width: 200px;
}
.btn-pay:hover {
    color: #eb068c;
    background-color: #fff;
    font-size: 19px;
    padding: 15px;
    border-radius: 30px;
    width: 200px;
    border: 3px solid #eb068c;
}

/* Custom continue and previous button styles for register page */
.btn-continue-custom {
    background-color: #eb068c; /* grey as in image */
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    padding: 16px 0;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
    transition: background 0.2s;
}
.btn-continue-custom:disabled {
    background-color: #eb068c;
    color: #ffffff;
    opacity: 0.7;
}
.btn-continue-custom:hover, .btn-continue-custom:focus {
    background-color: #eb068c;
    color: #ffffff;
}
.btn-prev-custom {
    background: none;
    color: #eb068c;
    font-size: 17px;
    font-weight: 400;
    border: none;
    box-shadow: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 0;
    letter-spacing: 1px;
    display: block;
}
.btn-prev-custom:hover, .btn-prev-custom:focus {
    text-decoration: none;
    color: #eb068c;
}

.form-check-input:checked[type=checkbox]{
  background-color: #eb068c;
}

