/* custom-signup.css */

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
  margin: 0;
  padding: 0;
}
/* Container Styling */
.axil-signin-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  overflow: auto;
}

.axil-mainmenu.signin-header {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  z-index: 10;
  border-bottom: 4px solid #82001d;
}

.signin-header .header-navbar {
  justify-content: space-between;
}

.signin-header .site-logo img {
  max-height: 50px;
}

.singin-header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.signin-header .header-main-nav .mainmenu > li > a {
  padding: 0;
}

.header-main-nav .mainmenu {
  justify-content: flex-start;
}

.axil-btn.sign-up-btn {
  background-color: #80011f;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  margin-top: 0;
}

.signin-header .singin-header-btn .sign-up-btn {
  margin-top: 0;
  margin-left: 0;
}

.axil-btn.sign-up-btn:hover {
  background-color: #a00026;
  transform: translateY(-2px);
  color: #fff;
}

.axil-signin-form-wrap {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  height: calc(100vh - 40px);
  margin: 0;
  scrollbar-width: none;
}

.axil-signin-form {
  max-width: 450px;
  width: 100%;
  padding: 0px;
  margin-top: 40px;
}

.axil-signin-banner {
  background-size: cover;
  background-position: center;
  padding: 40px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}

.bg_image--10 {
  background-image: url("../images/bg/signup-bg.jpg"); /* You can use any banner image */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-content: center;
}

.axil-signin-banner h3.title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.axil-signin-banner .subtitle {
  font-size: 16px;
  color: #ffffff;
}

.axil-btn.submit-btn {
  background-color: #80011f;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

.axil-btn.submit-btn:hover {
  background-color: #a00026;
  transform: translateY(-2px);
  color: #fff;
}

.singin-header-btn p {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 15px;
  color: #333;
}

.axil-signin-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/bg/sign-in2.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 16px;
  padding: 40px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 40px);
}

.axil-signin-banner .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.axil-signin-banner .subtitle {
  font-size: 16px;
  font-weight: bold;
}

/* Form Styling */
.axil-signin-form-wrap {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  min-height: 300px;
  display: flex;
  justify-content: center;
}

.axil-signin-form h3.title {
  font-size: 24px;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 10px;
  margin-top: 20px;
}

.axil-signin-form .b2 {
  color: #6c757d;
  font-size: 15px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  color: #495057;
}

.form-control {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.2s ease;
}

.form-control:focus {
  border-color: #5e60ce;
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 96, 206, 0.2);
}

.forgot-btn {
  font-size: 14px;
  color: #5e60ce;
  text-decoration: none;
}

.forgot-btn:hover {
  text-decoration: underline;
  transform: translateY(-2px);
}

/* Alert Styling */
.alert-danger {
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #f8d7da;
  color: #842029;
  font-size: 14px;
  margin-bottom: 20px;
}

.custom-flow-banner-mobile h3.title {
  color: black;
}

.custom-flow-banner-mobile .subtitle {
  color: black;
}

.main-wrapper.signin-container {
  margin-top: 50px;
}

#how-it-works,
#contact,
#about-seller {
  margin-top: 100px;
}
/* Responsive */
@media (max-width: 991px) {
  .axil-signin-banner {
    margin-bottom: 30px;
    text-align: center;
  }

  .col-lg-6.offset-xl-2 {
    margin: 0;
  }

  .axil-signin-form-wrap {
    padding: 30px 20px;
  }

  .signin-header {
    flex-direction: column;
    text-align: center;
  }

  .singin-header-btn {
    justify-content: center;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .signin-header .singin-header-btn {
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    margin-top: 0;
  }
  .axil-signin-banner {
    margin-bottom: 30px;
    text-align: center;
    justify-content: end;
    height: 500px;
  }

  .axil-signin-form-wrap {
    padding: 30px 20px;
    height: auto;
  }

  .axil-signin-form {
    margin-top: 0;
  }
}

.custom-flow-banner {
  padding: 30px;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    url("../images/bg/sign-in3.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.flow-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  grid-template-rows: repeat(3, 150px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  position: relative;
}

/* Step Common */
.flow-steps-grid .step-box .step {
  width: 160px;
  height: 60px;
  border-radius: 20px;
  background-color: #80011f;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.flow-steps-grid .step-box .step.step-1 {
  margin-top: 20px;
}

.flow-steps-grid .step-box .step.step-2 {
  margin-top: 10px;
  margin-left: -10px;
}

.flow-steps-grid .step-box .step.step-3 {
  margin-top: 10px;
}
.flow-steps-grid .step span {
  font-weight: normal;
  color: #ffffff;
}

.flow-steps-grid .step:hover {
  transform: scale(1.05);
  background-color: #a00026;
}

/* Position each step */
.flow-steps-grid .buy {
  grid-column: 1;
  grid-row: 1;
}
.flow-steps-grid .arrow-mirror {
  grid-column: 2;
  grid-row: 1;
  margin-left: -25px;
}
.flow-steps-grid .browse {
  grid-column: 2;
  grid-row: 2;
  margin-left: 20px;
}
.flow-steps-grid .arrow-curve {
  grid-column: 1;
  grid-row: 2;
  margin-left: 50px;
}
.flow-steps-grid .register {
  grid-column: 1;
  grid-row: 3;
}

/* Arrows */
.flow-steps-grid .arrow-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  width: 150px;
}

.flow-steps-grid .arrow-img {
  width: 120px;
}

.custom-flow-banner-mobile {
  display: none;
}

.signin-header .header-main-nav .mainmenu > li > a {
  gap: 5px;
}

.signin-header .header-main-nav .mainmenu > li > a:hover,
.signin-header .header-main-nav .mainmenu > li > a:focus,
.signin-header .header-main-nav .mainmenu > li > a:active {
  color: #80011f;
  text-decoration: none;
  transition: none;
}
.header-main-nav .mainmenu li a:hover {
  color: #80011f;
  text-decoration: none;
}

.mainmenu li a:hover {
  color: #80011f;
  text-decoration: none;
}

/* Responsive Support */
@media (max-width: 768px) {
  .axil-signin-banner {
    justify-content: flex-end;
  }
  .flow-steps-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }

  .flow-steps-grid .arrow-img {
    transform: rotate(90deg);
  }

  .flow-steps-grid .buy,
  .flow-steps-grid .arrow-mirror,
  .flow-steps-grid .browse,
  .flow-steps-grid .arrow-curve,
  .flow-steps-grid .register {
    grid-column: 1;
  }
}

@media (max-width: 800px) {
  .custom-flow-banner-mobile {
    padding: 30px;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.4)
      ),
      url("../images/bg/sign-in3.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .axil-signin-form {
    margin-top: 80px;
  }

  .flow-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
  }

  .flow-steps a {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .flow-steps .register {
    justify-content: flex-start;
  }

  .flow-steps .buy {
    justify-content: flex-end;
  }

  .flow-steps .browse {
    justify-content: center;
  }

  .step {
    width: 50%;
    background: #80011f;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
  }

  .step span {
    font-weight: normal;
  }

  /* Arrow image between steps */
  .arrow-img,
  .arrow-img-1 {
    width: 25px;
    margin: 0 10px;
  }

  .arrow-img-1 {
    margin-left: 140px;
  }

  /* Hover effect */
  .step:hover {
    transform: scale(1.05);
  }
}

@media (max-width: 760px) {
  .custom-flow-banner-mobile {
    padding: 30px;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.4)
      ),
      url("../images/bg/sign-in3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    margin-top: 300px;
    justify-content: end;
    height: 800px;
  }

  .axil-signin-form h3.title {
    font-size: 24px;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .axil-signin-form {
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .custom-flow-banner-mobile {
    margin-top: 350px;
  }

  .signin-header .singin-header-btn p {
    font-size: 12px;
  }

  .axil-btn.sign-up-btn {
    font-size: 10px;
    padding: 3px 8px;
  }
}

.header-main-nav.open .mainmenu-nav .mainmenu li {
  text-align: justify;
}

@media (max-width: 991px) {
  .signin-header .header-action {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .singin-header-btn {
    margin-top: 0;
  }
}
