.main-img-container img {
  min-height: 300px !important;
}

.product-img-banner img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  /* border-top-right-radius: 150px;
  border-bottom-left-radius: 150px; */
}

.mission-left-box {
  padding: 0 0 0 0;
}

.Housing-Loan-title {
  color: #000;
  margin: 0;
}

.top-banner-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  margin: 0 0;
}

.Housing-Loan-highlight {
  color: #0276bb;
}

.mission-left-box p {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.36px;
  margin: 0 0 30px 0;
}

.product-btn {
  padding: 12px 24px;
  font-size: 13px;
  background: #068dcd;
  border: 1px solid #068dcd;
  color: #fff;
}

.breadcrumb-conatiner-nav {
  position: relative;
  z-index: 3;
  padding-top: 8px;
}

.breadcrumb-item a {
  color: #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #b1b1b1;
}
.breadcrumb-conatiner-nav {
  position: relative;
  z-index: 3;
  padding-top: 8px;
}

.loan-scroll-container {
  border-radius: unset;
  box-shadow: unset;
}

.sub-text {
  color: #666;
  font-size: 1rem;
}

.loan-scroll-container {
  position: relative;
  background: #f8f9fa;
  /* padding: 15px 50px;
          border-radius: 10px; */
  padding: 10px 75px;
  border-radius: 35px;
  margin: 20px 0;
  /* box-shadow: 0 10px 25px #2b73d829; */
  /* text-align: center; */
}

.loan-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  padding: 5px 0;
  /* mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%); */
}

.loan-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.loan-nav-item {
  display: inline-block;
  margin: 0 5px;
}

.loan-nav-link {
  padding: 8px 20px;
  border-radius: 25px !important;
  color: #068dcd !important;
  background: white !important;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.loan-nav-link:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.loan-nav-link.active {
  background: #068dcd !important;
  color: white !important;
  border-color: #000166;
  box-shadow: 0 2px 8px rgba(0, 0, 150, 0.2);
}

.loan-scroll-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e0e0e0;
  color: #000166;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.loan-scroll-button:hover {
  background: #000166;
  color: #fff;
}

.loan-scroll-left {
  left: 10px;
}

.loan-scroll-right {
  right: 10px;
}

.btn-orange {
  background-color: #ff5500;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
}

.btn-orange:hover {
  background-color: #ff5500;
  color: white;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}

.personal-content-section,
.housing-content-section {
  margin-top: 25px;
  margin-bottom: 40px;
  display: none;
  animation: loan_fadeIn 0.3s ease;
}

@keyframes loan_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.feature-card {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin: 0.8rem 0;
  color: #555;
  /* width: 100%; */
}
.feature-item > strong {
  margin-right: 5px !important;
  line-height: 1.5;
  /* width: 100%; */
  /* flex-grow: 1; */
}

.feature-arrow {
  width: 15px;
  height: auto; /* Maintain aspect ratio */
  position: relative;
  top: -5px;
  margin-right: 5px; /* Space between arrow and text */
}
.feature-item::before {
  content: "";
  background-image: url(/bj/psb-final/assets/psb-img/up-arrow.png);
  /* color: #20b452;
		font-size: 35px; */
  position: relative;
  top: -5px;
}

.feature-item::before {
  content: "";
  /* color: #ff6b33;
	font-size: 24px; */
  margin-right: 10px;
  background-size: 20px auto; /* Adjust size here, e.g., 15px width */
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  display: inline-block; /* Ensures it takes up space */
  width: 15px; /* Match background-size */
  height: 15px; /* Adjust as needed */
}

.loanMenu-process-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  border: none;
  height: 100%;
  border: 1px solid #efefef;
}

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

.loanMenu-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  /* background: linear-gradient(135deg, #00b4db, #0083b0); */
  background-color: #f3f4ff;
}

.loanMenu-process-icon {
  font-size: 1.2rem;
  color: #000166;
}

.loanMenu-step-number {
  font-weight: 600;
  color: #060606;
  /* margin-bottom: 1rem; */
}

.loanMenu-contact-number,
.loan-branch-find {
  color: #000166;
  font-weight: 500;
  text-decoration: none;
}
.three-step-apply-loan {
  background: transparent linear-gradient(90deg, #f4f5f9 0%, #f5f5f5 100%) 0% 0%
    no-repeat padding-box;
}
.Housing-Loan-title {
  color: #000;
}
.Housing-Loan-highlight {
  color: #068dcd;
  font-size: 45px;
  line-height: 50px;
}

.loan-nav-link.active {
  background: #068dcd !important;
  border-color: #068dcd;
}

.loan-nav-link:hover {
  border-color: #068dcd;
}

.loan-scroll-button:hover {
  background: #068dcd;
}

.loan-nav-link {
  text-transform: uppercase;
}

.header-text,
.loanMenu-contact-number,
.loan-branch-find {
  color: #000;
}

.three-step-apply-loan {
  background: unset;
}

.loanMenu-process-icon {
  color: #20b452;
}

.loanMenu-icon-wrapper {
  background-color: #e8f8ef;
}

/* swiper card  other product css */
.star-card-slider {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.star-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.star-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  /* border-radius: 8px 8px 0 0; */
  /* border-top-right-radius: 50px;
  border-bottom-left-radius: 50px; */
}

.star-card-content {
  padding: 20px;
}

.star-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.star-card-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.star-learn-more {
  display: inline-block;
  color: #068dcd;
  text-decoration: none;
}

.star-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-slider-nav:hover {
  background-color: #068dcd;
  color: #fff;
  transition: all 0.5s;
}

.star-slider-prev {
  left: 10px;
}

.star-slider-next {
  right: 10px;
}

.star-slider-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.main-container {
  background: #f5f5f5;
  /* background: #f8f9fa; */
}
.psb_container .col-md-7 img {
  /* height: 100%; */
  /* object-fit: inherit; */
  object-fit: cover;
  object-position: unset;
}
.page_banner_left {
  max-width: 530px;
  align-items: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .psb_container div.row{
	flex-direction: column-reverse;
  }
  .feature-item {
    display: table;
  }
  .feature-card {
    padding: 10px;
  }
  .Housing-Loan-highlight {
    font-size: 36px;
    line-height: 38px;
  }
  .page_banner_left {
    padding: 28px;
  }
  /* .mission-left-box h3 {
    margin: 0;
    font-size: 40px;
  } */

  .top-banner-title {
    font-size: 18px;
  }

  .loan-scroll-left {
    left: -10px;
  }

  .loan-scroll-right {
    right: -10px;
  }

  .mission-left-box p {
    margin: 0 0 15px 0;
  }

  .product-btn {
    padding: 10px 30px;
    font-size: 12px;
  }

  .site-header .logo:before {
    height: 75px;
  }

  .main-img-container img {
    min-height: 280px !important;
  }

  .product-img-banner img {
    height: 280px;
    /* border-top-right-radius: 75px;
    border-bottom-left-radius: 75px; */
  }

  .loan-scroll-container {
    padding: 10px 30px;
    margin-top: 40px;
  }
}
