body {
  font-family: "Rancho", sans-serif;
  padding-top: 44px;
  background-color: #ffdee985;
  background-image: linear-gradient(to bottom, #f8f8f8, #80deffc7 50%, #f8f8f8);
  font-size: 1.2rem;
}

.paynowDetails {
  font-family: "Lato", sans-serif;
  margin-bottom: 50px;
}

/* bootstrap */
.container-fluid {
  margin-bottom: 40px;
}

.navbar-collapse .nav-item {
  margin-left: 20px;
}

.navbar-brand {
  margin-inline: 12px;
}

header {
  margin-top: 20px;
}

.modal-body {
  background-color: #f8f8f8;
  color: #333;

  .conditions-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  h2 {
    margin-bottom: 20px;
    font-size: 2em;
    text-align: center;
  }

  ul {
    padding-left: 20px;
  }

  li {
    margin-bottom: 10px;
  }

  .section-title {
    font-weight: bold;
    margin-top: 20px;
  }
}

.footer a {
  border-radius: 60px;
}

.footer {
  /* background-color: #2a3439; */
  background: linear-gradient(to right, #36454F, #000000, #36454F, #000000, #36454F, #000000, #36454F);
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 10vh;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-icon {
  margin-top: 15px;
  color: #FFF;
}

.whatsapp-float:focus,
.whatsapp-float:active {
  color: #FFF;
  outline: none;
  box-shadow: none;
}

.unclickable {
  pointer-events: none !important;
  /* Makes the div unclickable */
  /* background-color: white; */
  /* padding: 20px; */
  /* text-align: center; */

}

.payment-form {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  padding-bottom: 20px;
}

#payDiv {
  margin-top: 40px;
}


.headingDiv {
  padding-block: 50px;
  text-align: center;
  /* margin-inline: -15px; */
  background: radial-gradient(circle at 48.7% 44.3%, rgb(30, 144, 231) 0%, rgb(56, 113, 209) 22.9%, rgb(38, 76, 140) 76.7%, rgb(31, 63, 116) 100.2%);
}

.payment-form {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
}

.payment-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
}

#card-element {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.btn-submit {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #0056b3;
}

.error-message {
  color: red;
  margin-top: 10px;
  text-align: center;
}

.success-message {
  color: green;
  margin-top: 10px;
  text-align: center;
}

.terms {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.terms input {
  margin-right: 10px;
  width: fit-content;
}

.terms label {
  display: flex;
  align-items: center;
}

.terms a {
  color: #007bff;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.modal-dialog {
  max-width: 1000px;

}

.payment-method {

  .inlineimage {
    max-width: 470px;
    margin-right: 8px;
    margin-left: 10px
  }

  .images {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 22%;
    margin: 1%;
    left: 20px;
    text-align: center
  }
}

/* Modal styles */
.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Disable scroll */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

.modal-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

/* Spinner styles */
.spinner2 {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-inline: auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Call Icon */
.call-icon {
  margin-top: 15px;
  color: #FFF;
}

.call-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  /* Adjusted to position above the WhatsApp icon */
  right: 40px;
  background-color: #34b7f1;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  text-decoration: none;
}

.call-float:focus,
.call-float:active {
  color: #FFF;
  outline: none;
  box-shadow: none;
}