
/*-------------------------------------------------*/
/* Ancient Enquiry Form 
/*-------------------------------------------------*/
.why__section {
  padding: 20px;
}

.service-single {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.service-img {
  width: 100%;
}

.service-img img {
  width: 100%;
  height: auto;
}

.service-content {
  padding: 20px;
}

.services-one__icon {
  margin-bottom: 10px;
}

.services-one__icon img {
  width: 50px;
}

@media (min-width: 768px) {
  .service-single {
      display: flex;
      align-items: center;
  }

  .service-img {
      flex: 0 0 30%;
      max-width: 30%;
      margin-right: 20px;
  }

  .service-content {
      flex: 1;
      padding: 20px;
  }
}

@media (max-width: 767px) {
  .why__section {
      display: none;
  }
}






/* Styles for the form */

  
  .service-btn {
    text-align: center;
    margin-top: 20px;
  }
  
  .service-btn button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }
  
  .service-btn button:hover {
    background-color: #45a049;
  }



  /* Styles for the form loader 


.loader {
  width: 120px;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(#ffa500 0 0) 0/0% no-repeat #5cb874;
  animation: l2 2s infinite steps(10);
}

@keyframes l2 {
  100% {
      background-size: 110%;
  }
}

.form-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; 
}*/


.loader {
  width: 120px;
  height: 22px;
  border-radius: 20px;
  color: #5cb874;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: currentColor;
  animation: l6 2s infinite;
}
@keyframes l6 {
    100% {inset:0}
}

.form-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

 /* Styles for the form */
 .right_form_container {
    max-width:a; 
    margin: 0 auto;
    padding: 0 15px;
}

.right_form_fran {
    background-color: "";
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #5cb874(0, 0, 0, 0.1);
}


.form-control {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}

form.new_form_fran ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}








.container__custom {
width: 85% !important;
margin: 0 auto;
}


.main_container {
display: grid;
grid-template-columns: 55% 40%;
grid-gap: 5%;
}


.right_form_fran_heading {
    position: relative;
    margin-top: 80px;
    }


    .right_form_container {
    position: sticky;
    width: 100%;
    max-height: 740px !important;
    top: 90px;
    padding: 28px 32px 10px;
    box-shadow: 0 3px 30px #80c792;
    border-radius: 30px;
    }


input[type=text], input[type=password], input[type=email], input[type=search], input[type=url], input[type=tel], input[type=number], input[type=date], input[type=month], input[type=week], input[type=time], input[type=range], input[type=color], select, textarea {
display: block;
width: 100%;
height: 44px;
min-height: 44px;
padding: 0 10px;
margin: 0 0 15px;
line-height: 22px;
border: 1px solid #cccccc;
outline: none;
background: #fff;
}

.aff__box__container {
margin-top: 74px;
}
.aff__box {
display: grid;
grid-template-columns: 48.5% 48.5%;
grid-gap: 3%;
}
.aff__box .aff__boxitem {
background: #fff;
border: 2px solid #80c792;

box-shadow: 0 4px 40px #00000014;
border-radius: 12px;
display: flex;
align-items: center;
gap: 20px;
padding: 10px 15px;
height: 93px;
width: 100%;
}
.aff__box1 {
margin-top: 50px;
}


@media (max-width:769px) {
.cart-count {
position: absolute;
top: -9px;
right: 215px;
color: black;
border-radius: 50%;
padding: 5px 8px;
font-size: 14px;
font-weight: 900;
}

.main_container {
display: grid;
grid-template-columns: 100%;
grid-gap: 0;
}





.affiliate {
margin-top: 70px;
}
.aff__box, .franch_box_container {
display: grid;
grid-template-columns: 100%;
grid-gap: 40px;
}

.left {
order: 1;
}


}


