* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* --------- font family start ---------- */
@font-face {
  font-family: "inter";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/inter-Regular.ttf) format("truetype");
}
/* --------- font family end ---------- */

/* ----------- Color-variables-start ------------ */
:root {
  --primary-color: #ffd700;
  --text-color: #2c3e50;
}
.bg-background {
  background: linear-gradient(10deg, rgb(0, 87, 183), rgb(212, 175, 55));
}
a {
  color: var(--primary-color);
}
p,
.black-txt {
  color: var(--text-color);
}
.heading-text {
  color: var(--primary-color);
}

/* ------------- Color-variables-end ------------ */

/* ---------Typography-start---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "inter", sans-serif;
}

h1 {
  font-size: min(70px, 5vw);
  font-weight: 700;
  line-height: 125%;
}
h2 {
  font-size: min(30px, 5vw);
  font-weight: 700;
  line-height: 115%;
}
h3 {
  font-size: min(26px, 5vw);
  font-weight: 600;
  line-height: 115%;
}
h4 {
  font-size: min(24px, 5vw);
  font-weight: 500;
  line-height: 115%;
}
h5 {
  font-size: min(20px, 5vw);
  font-weight: 400;
  line-height: 115%;
}
h6 {
  font-size: min(18px, 5vw);
  font-weight: 400;
  line-height: 115%;
}
/* ---------Typography-start---------- */

.container-fluid {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-brand img {
  width: 100%;
  max-width: 280px;
}
.facing-section {
  background-image: url(/instaloan/assets/images/banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.facing-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-20deg, rgb(0, 87, 183), rgb(212, 175, 55));
  z-index: -1;
}
.modal-backdrop.show {
  opacity: 0.2 !important;
}
.circle-box {
  border: 1px solid var(--primary-color) !important;
}
.step-card {
  background: linear-gradient(10deg, rgb(0, 87, 183), rgb(212, 175, 55));
  color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  height: 100%;
}
.step-number {
  font-size: 2rem;
  font-weight: bold;
}
.step-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.step-divider {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 80px;
  margin: 0 10px;
}
.step-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.thanku-card {
  background: #fff;
  padding: 12% 6%;
  border-radius: 15px;
  box-shadow: 0 0px 10px rgba(255, 215, 0, 0.3);
  text-align: center;
  max-width: 70%;
  width: 90%;
  border: 1px solid var(--primary-color);
}
.thanku-sec {
  height: 70vh;
}
.testimonial-card {
  border-radius: 15px;
  box-shadow: 0 0px 4px 0px rgb(255 255 255 / 1);
  margin: 20px 10px;
}
.price-list {
  width: fit-content;
  border: 1px solid var(--primary-color);
}
.testimonial-image img {
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
  width: 100px;
}
.testimonial-image,
.key-img {
  width: 20%;
}
.testimonial-content {
  width: 80%;
}
.apply-form {
  width: 100%;
  margin: auto;
  background-color: white;
  padding: 30px 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-primary {
  background: linear-gradient(10deg, rgb(0, 87, 183), rgb(212, 175, 55));
  padding: 14px 16px;
  line-height: 20px;
  border-radius: 20px;
}
.btn-primary:hover {
  background: linear-gradient(90deg, rgb(0, 87, 183), rgb(212, 175, 55));
  color: #fff;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #000000;
  color: #fff;
}
.form-control {
  padding: 10px 12px;
}
.price-list .text-black {
  font-size: 14px;
}
.testimonial-text {
  font-style: italic;
  font-size: 15px;
  color: var(--text-color);
}
.testimonial-name {
  color: var(--text-color);
}
.cunsumer-txt {
  color: var(--primary-color);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  padding: 14px;
  border: 1px solid var(--primary-color);
}
.carousel-control-next,
.carousel-control-prev {
  width: 8%;
  opacity: 1;
}
.carousel-inner {
  width: 70%;
  margin: auto;
}
input::placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:focus {
  border-color: #d2d2d2;
  box-shadow: none;
}

@media (max-width: 992px) {
  .carousel-inner {
    width: 85%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .carousel-inner {
    width: 90%;
    margin: auto;
  }
  #eligibility .form-control {
    width: 100%;
  }
  .thanku-card {
    max-width: 100%;
  }
  .thanku-card h1 {
    font-size: 25px !important;
  }
  .apply-form {
    width: 100%;
  }
}

@media (max-width: 675px) {
  .testimonial-image {
    width: 30%;
  }
  .testimonial-content {
    width: 70%;
  }
}

@media (max-width: 479px) {
  .testimonial-card {
    flex-direction: column !important;
    gap: 25px;
  }
  .testimonial-image,
  .testimonial-content {
    width: 100%;
  }
}
.close-main {
  position: relative;
}
.close-main img {
  position: absolute;
  right: 20px;
}
.modal-backdrop.show {
  opacity: 0.2 !important;
}
#otpModal {
  backdrop-filter: brightness(0.2) !important;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1 !important;
}
.transparent-btn {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  backdrop-filter: blur(5px);
}
.step2-text h1,
.step2-text h4 {
  position: relative;
  z-index: 2;
}

.form-container {
  position: relative;
  z-index: 2;
}

/* Decorative images */
.decor-img {
  position: absolute;
  top: 0;
  width: 100px;
  height: auto;
  opacity: 0.3; /* subtle, background effect */
  z-index: 1;
}

.left-img {
  left: 20rem;
  top: 15rem;
}
.mid-img {
  left: 50rem;
  top: 1rem;
}
.center-img {
  left: 1px;
  top: 30rem;
}
.top-img {
  left: 15rem;
  top: 30rem;
}

.right-img {
  right: 10rem;
  top: 20rem;
}
.img3 {
  right: -1rem;
  top: 35rem;
}
@media (max-width: 700px) {
  .decor-img {
    display: none;
  }
}
