*{
    font-family: 'Josefin Sans', sans-serif;
    /* background-color: #f9f9f9; */
}

.head {
    min-height: 300px;
    overflow: hidden;
}

.bg-image {
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-image img {
    object-fit: cover;
    object-position: center;
}

.career-img {
    max-width: 306px;
    width: 313px;
    height: auto;
    /* left: 10px; */
    position: absolute;
    top: 50px;
    right: -116px;
    z-index: 1;
    opacity: 0.9;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .career-img {
        max-width: 120px;
        top: 10px;
        right: 10px;
    }

    .head h1 {
        font-size: 2rem;
    }

    .head .breadcrumb {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
  .loan-title {
    font-size: 16px;
  }

  .loan-description {
    font-size: 14px;
  }

  .custom-image {
    max-height: 300px;
    margin-top: 20px;
  }
}

.testimonial{
  background-color: #f2f2f2;
  height: 435px;
  top: -31px;
  position: relative;
}

.service{
  /* background-color: #f2f2f2; */
  height: 100%;
  /* top: -31px; */
  position: relative;
}

.texts{
  text-align: center;
  position: relative;
  top: 50px;
  font-family: 'Josefin Sans', sans-serif;
}

.texts h6{
  margin-top: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #5a55e3;
}

.texts h1{
  margin-top: 22px;
  font-size: 70px;
  font-weight: 700;
  color: #080632;
}
.texts p{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #080632;
}


.list {
  position: relative;
  top: 34px;
  left: -107px;
  display: flex;
  flex-direction: column;
  gap: 12px; 
}

.list-item {
  display: flex;
  align-items: flex-start; 
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #1a1a1a;
}
.list-item p {
  font-size: 22px;
  color: #020d51;
}
.loan-title {
    font-size: 1.2rem;
}

.loan-description {
    font-size: 1rem;
    color: #444;
}

@media (max-width: 400px) {
        .list-item {
            flex-direction: column;
            align-items: flex-start;
        }

        .list-item img {
            margin-bottom: 6px;
        }

        .list{
          position: relative;
          left: 6px;
          top: -1px;
          z-index: 1;
        }

        .loan-title,
        .loan-description {
            font-size: 14px !important;
            line-height: 1.5;
            color: #212529 !important;
            /* Ensure readable on white bg */
        }

        .texts h1 {
            font-size: 24px;
        }

        .texts p {
            font-size: 14px;
        }

        .breadcrumb-item {
            font-size: 13px;
        }

        .career-img {
            max-width: 100%;
            height: auto;
        }
    }