:root{
    --easilon-font: "Montserrat", sans-serif;
}
body {
    font-family: "Montserrat", sans-serif;
    background-color: #f8f9fa;
}

.navbar.navbar-expand-lg{
box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px 0;
}
.hero {
    background: url('./../../assets/images/banner.jpg') center center/cover no-repeat;
    color: white;
    padding: 100px 20px;
    position: relative;
    height: 80vh;
}
@media (max-width:1200px) {
    .hero {
          padding: 50px 20px;

    }
    
}
input:focus{
    box-shadow: none;
    border-color: none;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero>.container {
    position: relative;
    z-index: 2;
}

.hero-form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 10px;
    color: #333;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.loan-options {
    background-color: #EBF6F9;
}

.loan-type-card i {
    font-size: 2rem;
    color: #00cde5;
    
}
.loan-options-card .col .card {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        border-width 0.3s ease; /* Add border-width transition if needed */
}

.loan-options-card .col .card:hover {
    border-color: #4A9B85;
    border-width: 2px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}



    /*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  background-color: #ffffff;
  counter-reset: workProcessNumber;
}
@media (min-width: 1200px) {
  .work-process-one__item--down {
    margin-top: 60px;
  }
}
.work-process-one__item__image {
  margin-bottom: 21px;
  padding-bottom: 46px;
  position: relative;
  width: 100%;
  max-width: 235px;
  text-align: center;
}
@media (max-width: 767px) {
  .work-process-one__item__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process-one__item__image img {
  position: relative;
  width: 129px;
  height: 129px;
  /* border-radius: 50%; */
  z-index: 1;
}
.work-process-one__item__number {
  padding: 4.5px 10px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  color: var(--easilon-white2, #F6F6F8);
  line-height: 1.5;
  text-transform: capitalize;
  background-color: var(--easilon-base, #00CDE5);
  border-radius: 100px;
  transition: all 500ms ease;
}
.work-process-one__item__number::after {
  content: counters(workProcessNumber, ".", decimal-leading-zero);
  counter-increment: workProcessNumber;
  margin-left: 5px;
}
.work-process-one__item:hover .work-process-one__item__number {
  color:  #ffffff;
  background-color:  #2B2B5E;
}
.work-process-one__item__shape {
  width: 242px;
  height: 67px;
  position: absolute;
  left: 0;
  bottom: 13px;
  transition: all 500ms ease;
}
.work-process-one__item__shape path {
  stroke: var(--easilon-base, #00CDE5);
  stroke-width: 3;
  stroke-miterlimit: 10;
  transition: all 500ms ease;
}
.work-process-one__item:hover .work-process-one__item__shape {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.work-process-one__item__circle {
  width: 136px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}
.work-process-one__item__circle path {
  fill: var(--easilon-white2, #F6F6F8);
  transition: all 500ms ease;
}
.work-process-one__item:hover .work-process-one__item__circle path {
  fill:  #00CDE5;
}
@media (max-width: 767px) {
  .work-process-one__item__content {
    text-align: center;
  }
}
.work-process-one__item__title {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-transform: capitalize;
}
.work-process-one__item__text {
  margin: 0;
  line-height: 1.625;
  color: #82828a;
  font-size: 17px;
}


.sec-title {
  margin-bottom: 51px;
}
.sec-title--center {
  text-align: center;
}
.sec-title--center .sec-title__top {
  justify-content: center;
}
.sec-title__top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.sec-title__shape {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.sec-title__shape__one, .sec-title__shape__two {
  flex-shrink: 0;
  height: 4px;
  background-color: var(--easilon-base, #00CDE5);
}
.sec-title__shape__one {
  width: 11px;
}
.sec-title__shape__two {
  width: 18px;
}
.sec-title__tagline {
  margin-bottom: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: 19px;
  color: var(--easilon-base, #00CDE5);
  line-height: 1.4;
  text-transform: uppercase;
}
.sec-title__title {
  margin: 0;
  font-family: var(--easilon-font, "Montserrat", sans-serif);
  font-size: 45px;
  font-weight: 700;
  color: var(--easilon-black, #2B2B5E);
  line-height: 1.111;
  letter-spacing: var(--easilon-letter-space-xl, -0.03em);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .sec-title__title {
    font-size: 35px;
  }
}



.whatsapp-btn {
    background-color: #25D366;
    color: white;
}

footer {
    font-size: 0.9rem;
}

.bank-logos img {
    max-height: 120px;
    margin: 10px;
    transition: transform 0.3s, filter 0.3s;
}

.bank-logos img:hover {
    filter: none;
    transform: scale(1.05);
}
.main-head{
    display: inline-block;
    overflow: hidden;
    font-size: 65px;
    color: #00cde5;
    font-weight: 700;
    line-height: 1.153;
    letter-spacing: var(--easilon-letter-space, -0.02em);
    text-transform: capitalize;
}

@media (max-width:768px) {
    .hero {
        height: 100%;
    }
    .main-head{
    font-size: 35px;

    }
    
.lead {
    font-size: 1.5rem !important;
    line-height: 30px !important;
}
}
.custom-ordered-list {
  list-style: none;
  padding-left: 0;
  counter-reset: custom-counter;
}
.hero-form{
    height: 350px;
}
.custom-ordered-list li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 19px;
}

.custom-ordered-list li::before {
  content: counter(custom-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
      color: #ffffff;
  width: 25px;
}


.lead {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 45px;
}
.card {
    transition: all 0.3s ease-in-out;
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed) {
    background-color: #00cde5;
    color: #fff;
}

.btn-primary,
.btn-success {
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
}

.how-it-works-step {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.how-it-works-step i {
    font-size: 2.5rem;
    color: #00cde5;
    margin-bottom: 15px;
}

.why-choose-card {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-left: 4px solid #00cde5;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.why-choose-card i {
    font-size: 2rem;
    color: #00cde5;
    margin-bottom: 15px;
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.testimonial-card i {
    font-size: 2rem;
    color: #2B2B5E;
    margin-bottom: 10px;
}

.accordion-button {
    font-weight: 600;
    background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #00cde5;
}

.accordion-body {
    font-size: 15px;
    color: #555;
}

.whatsapp-btn-icon {
    color: #1ebb58;
    cursor: pointer;
    font-size: 1.5rem;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #e2e2e2;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4fadcb;
  z-index: 1;
}

@media (max-width: 768px) {
.timeline-dot {
display: none;
}
}

.timeline-card {
  display: flex;
  align-items: center;
  border-radius: 20px;
  box-shadow: 8px 0px 11px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: fit-content;
  margin: auto;
}

.timeline-card .card-left {
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-align: center;
  min-width: 60px;
}

.timeline-card .card-right {
  background: #fff;
  padding: 15px 20px;
}

.bg-light-blue {
  background: linear-gradient(to right, #4fadcb 40%, #ffffff 40%);
}
.bg-light-blue-full {
  background: linear-gradient(to right, #4fadcb 40%, #4fadcb 40%);
}
.text-light-blue {
  color: #4fadcb;
}
.bg-light-green {
  background: linear-gradient(to right, #63b59f 40%, #ffffff 40%);
}
.bg-light-green-full {
  background: linear-gradient(to right, #63b59f 40%, #63b59f 40%);
}
.text-light-green {
  color: #63b59f;
}
.timeline-card img {
  filter: brightness(0) invert(0.5);
}

@media (max-width: 768px) {
  .timeline-line {
    display: none;
  }

  .timeline-dot {
    margin: 15px 0;
  }

  .timeline-card {
    flex-direction: row;
  }

  .timeline-card .card-left {
    color: white;
  }

  .row.align-items-center {
    text-align: center;
  }
}

.custom-padding{
    padding: 80px 0;
}
.custom-dark{
    color: #2B2B5E;
}
.btn-custom-color{
    background-color: #00cde5;
    color: black;
}
.btn-custom-color:hover{
    background-color: #2B2B5E;
    color: rgb(255, 255, 255);
}
.custom-bg-color{
        background-color: #2B2B5E;
    color: rgb(255, 255, 255);
}

.form-control , .form-select{
    background-color: #f3f3f3;
}
.custom-linear-gradient{
    background: linear-gradient(to right, #00cde5, #2B2B5E);
    color: white;
    /* padding: 10px 20px; */
    border: none;
    transition: background 0.3s ease;
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.top-footer{
  background-color: #4fadcb;
}