* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */



header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .header-top {
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #000;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #123167;
  color: #fff;
  border: 1px solid #123167;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 5%;
}

@media (max-width: 480px) {
  header .headermn .navbar .navbar-brand {
    width: 20% !important;
  }
}

header .headermn .navbar .navbar-brand img {
  width: 100%;
}

header .nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  header .nav-link {
    color: #000000;
  }
}

header .nav-link::after {
  content: '';
  background-color: #123167;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #77c6c5;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #fff;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 5%;
}

header .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 15px 0;
  box-shadow: 0 0 5px #0000002f;
}

header .dropdown-menu li .dropdown-item {
  padding: 6px 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: initial;
}

header .dropdown-menu li .dropdown-item:hover {
  background-color: #123167;
  color: #fff;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp {
  margin: 0;
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #77c6c5;
  border-radius: 3px;
  border: 1px solid #77c6c5;
  position: relative;
  transition: .5s;
  z-index: 1;
  text-decoration: none;
}

header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #77c6c5;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}


.top-contacts li a {
  color: #000 !important;
}

/* counter */

.counter-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 100%;
  background-color: #123167;
}

.counter-box {
  border-radius: 10px;
  padding: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.counter-box i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.counter-number {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.counter-text {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 600px) {
  .counter-number {
    font-size: 22px;
  }

  .counter-text {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .counter-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
  }

  .counter-box {
    padding: 8px;
    flex-direction: column;
  }

  .counter-box i {
    font-size: 28px;
    margin-right: 10px;
  }

  .counter-number {
    font-size: 20px;
  }

  .counter-text {
    font-size: 13px;
  }
}



/* Loan Box Style */
.loan-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-item.dropdown .dropdown-menu {
  width: 75vw !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
  margin-top: 0;
}

.navbar-nav .phone-loan li {
  list-style: none;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
}

.navbar-nav .phone-loan li a {
  color: #000;
}

@media (max-width: 992px) {
  .navbar-nav .phone-loan {
    display: block !important;
  }

  .navbar-nav .dashboard-loan {
    display: none;
  }
}

/* Hover Effect */
.loan-box:hover {
  border-color: #ff6d00;
  background: #fff7f0;
  color: #ff6d00;
}

/* Check Offer Button */
.btn-check-offers {
  background: #0056b3;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  transition: 0.3s;
}

.loan-box:hover .btn-check-offers {
  background: #ff6d00;
}

/* Hover par dropdown kholne ka code */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}










.slant-card {
  border-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
  clip-path: polygon(0 65%, 85% 0, 100% 0, 100% 100%, 0 100%);
}





.custom-border-card {
  position: relative;
  background-color: white;
  width: 260px;
  border-radius: 10px;
  padding: 1rem;
  z-index: 1;
}

.custom-border-card::before,
.custom-border-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, #77c6c5 40%, transparent 40%, transparent 60%, #77c6c5 60%);
}

.custom-border-card::before {
  top: 0;
}

.custom-border-card::after {
  bottom: 0;
}

.custom-border-card {
  border-left: 6px solid #77c6c5;
  border-right: 6px solid #77c6c5;
}




.text-info {
  color: #6abdc0 !important;
}


/*Trending Loans */
.loan-card {
  border-radius: 15px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.loan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
  background: linear-gradient(135deg, #f0fdf4, #d1fae5);
  padding: 20px;
}

.card-img-top {
  max-height: 140px;
  object-fit: contain;
  border-radius: 12px;
}





/*Partner css*/
.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #ddd;
}

.logo-item {
  border: 1px solid #59b0b7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 160px;
  text-align: center;
  background: #fff;
}

.logo-item img {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.logo-item p {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: #004485;
}

@media (max-width: 992px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .logo-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}







/* gallery */

#gallery {
  background-color: #f3f1f1;
  padding: 60px 0 40px;
  overflow: hidden;
}

#gallery .row {
  row-gap: 20px;
}

#gallery h2 {
  font-size: 38px;
  color: #123167;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery h2 span {
  color: #000;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
  height: 260px;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}


/* Book form  */

.hero-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 8%;
  flex-wrap: wrap;
  position: relative;
  background: url("../images/background-form-img.webp") no-repeat center center/cover;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* black transparent overlay */
  z-index: 1;
}

.hero-content,
.hero-form {
  position: relative;
  z-index: 2;
}

.hero-content {
  flex: 1;
  min-width: 300px;
  margin-left: 35px;
}

.hero-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.hero-content h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
}

.hero-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}

.hero-content .btn {
  background: #123167;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.hero-content .btn:hover {
  background: #123167;
}

@media (max-width:768px) {
  .hero-section {
    padding: 0;
  }

  .hero-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Form Section */

.hero-form {
  flex: 0.6;
  min-width: 300px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.hero-form h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.hero-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.hero-form input,
.hero-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
}

.hero-form input:focus,
.hero-form select:focus {
  border-color: #123167;
  outline: none;
}

.hero-form button {
  width: 100%;
  padding: 14px;
  background: #123167;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.hero-form button:hover {
  background: #123167;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 16px;
  }
}

/* testimonials */

#testimonials {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#testimonials h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #123167;
  margin-bottom: 40px;
}

.testimonials-slider .item {
  background: #123167;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  margin: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  color: #fff;
    text-align: justify;
}

.testimonials-slider .item:hover {
  transform: translateY(-5px);
}

.testimonials-slider .item h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #fff;
}

.testimonials-slider .item p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
  margin: 20px 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  text-align: justify;
}

.stars {
  color: teal;
  font-size: 20px;
  text-align: start;
}

/* Owl nav buttons outside */
.testimonials-slider .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 20px !important;
  color: #444 !important;
}

.testimonials-slider .owl-nav .owl-prev {
  left: -50px;
}

.testimonials-slider .owl-nav .owl-next {
  right: -50px;
}

/* Dots */
.testimonials-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonials-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.testimonials-slider .owl-dots .owl-dot.active span {
  background: #123167;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-slider .owl-nav .owl-prev {
    left: -25px;
  }

  .testimonials-slider .owl-nav .owl-next {
    right: -25px;
  }
}


/* footer */

footer .footertop {
  background-color: #123167;
  padding: 70px 0 0;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

footer .footertop .about img {
  width: 175px;
}

footer .footertop .about p {
  color: #fff;
  font-size: 14px;
  width: 77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #fff;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #77c6c5;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #ffffff;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #123167;
  padding-top: 20px;
}

footer .footerboo {
  background-color: #f8f9fa;
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #123167;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #123167;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #123167;
  padding: 0px 10px 8px;
  border-radius: 100px;
}


/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #123167;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}


/* about */

#about-banner {
  padding: 60px 0px;
  background-color: #123167;
}

#about-banner h2 {
  color: #fff;
  text-align: center;
}

#about-banner p,
#about-banner p a {
  color: #fff;
  text-align: center;
}

/* about-sec */

#about-sec {
  padding: 50px 0px;
}

#about-sec .row {
  row-gap: 25px;
  align-items: center;
}

#about-sec h3 {
  color: #123167;
  font-size: 35px;
  font-weight: 600;
}

#about-sec .text {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 15px;
}

#about-sec .imgs img {
  width: 100%;
  border-radius: 10px;
}

/* contact */

#contact {
  padding: 60px 0px;
}

#contact .row {
  row-gap: 30px;
}

#contact h2 {
  margin-bottom: 30px;
}

#contact .contact-info {
  margin-bottom: 50px;
}

#contact .contact-info li h5 {
  line-height: 34px;
  color: #000000;
  font-size: 19px;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#contact .contact-info li .inco {
  color: #ffffff;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 25px;
  font-size: 16px;
  background-color: #123167;
  padding: 6px;
  display: inline-block;
  text-align: center;
  border-radius: 1px;
}

#contact .contact-info li .text-a a,
#contact .contact-info li .text-a {
  font-size: 15px;
  color: #000;
}

#contact .iner {
  border: 1px solid #f0eded;
  padding: 30px;
}

#contact .contact-inr {
  background: #f5f6f6;
  margin-top: 5px;
  padding: 30px 25px;
}

#contact .contact-inr .form-control {
  padding: 9px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
}

#contact .contact-inr .submit-btn {
  padding: 10px 20px;
  background: linear-gradient(90deg, #123167 0%, #123167 100%);
  color: #fff;
  display: block;
  width: 100%;
  margin-top: -22px;
  border: transparent;
}

/* contact-map */

#contact-map {
  padding: 10px 0px 40px;
}

/* blog-det */

#blog-detail {
  padding: 70px 0;
}

#blog-detail .row {
  row-gap: 30px;
  justify-content: center;
}

#blog-detail .img img {
  width: 100%;
}

#blog-detail .content h5 a {
  color: #000;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

#blog-detail .content span {
  color: #6d6d6d;
  display: inline-block;
  margin: 15px 0;
  font-size: 15px;
}

#blog-detail .content span i {
  color: #123167;
}

#blog-detail .content p {
  color: #6d6d6d;
  font-size: 16px;
  text-align: justify;
}

#blog-detail .blog {
  background-color: #12316713;
  padding: 15px 30px 30px;
  border: 1px solid #123167;
  position: sticky;
  top: 100px;
}

#blog-detail .blog h4 {
  color: #123167;
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#blog-detail .blog ul {
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

#blog-detail .blog ul li {
  margin-bottom: 15px;
  align-items: center;
}

#blog-detail .blog ul li:last-child {
  margin-bottom: 0;
}

#blog-detail .blog a {
  color: #000;
  font-size: 13px;
  display: inline-block;
}

#blog-detail .blog p {
  color: #6d6d6d;
  display: inline-block;
  font-size: 14px;
}

#blog-detail .blog p i {
  color: #123167;
}

/* service-det */
.service-heading {
  font-size: 38px;
  color: #123167;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#service-det {
  padding: 50px 0px;
}

#service-det .row {
  row-gap: 25px;
}

#service-det h3 {
  font-size: 30px;
  font-weight: 600;
}

#service-det .text {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 25px;
}

#service-det .read-more {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #123167;
  background-color: #123167;
  color: #fff;
  transition: .5s;
  border-radius: 3px;
}

#service-det .read-more:hover {
  background-color: transparent;
  color: #123167;
}


/* =================================== */


/* about-page css  */
.about-main-cnt {
  padding: 30px 100px;
}

.about-main-cnt span {
  font-size: 35px;
  font-weight: 700;
}

.about-main-cnt p {
  font-size: 19px;
  line-height: 35px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .about-main-cnt {
    padding: 30px 20px;
  }

  .about-main-cnt span {
    font-size: 28px;
  }

  .about-main-cnt p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
  }
}





#ourvision {
  background: linear-gradient(90deg, rgba(53, 172, 177, 1) 25%, rgba(4, 75, 136, 1) 100%) !important;
}

#ourvision .row {
  padding: 0 100px;
}

#ourvision .col-lg-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#ourvision .ourvision-cnt h2 {
  font-size: 40px;
  color: #fff;
}

#ourvision .ourvision-cnt p {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 768px) {
  #ourvision .row {
    padding: 20px;
  }

  #ourvision .ourvision-cnt h2 {
    font-size: 28px;
  }

  #ourvision .ourvision-cnt p {
    font-size: 16px;
  }
}


#ourteam {
  background: linear-gradient(90deg, rgba(53, 172, 177, 1) 25%, rgba(4, 75, 136, 1) 100%) !important;
}

#ourteam .row {
  padding: 30px 100px;
}

#ourteam .ourteam-top-part {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}

#ourteam .ourteam-top-part h2 {
  font-size: 38px;
  color: #0dcaf0;
  font-weight: 600;
  margin-bottom: 15px;
}

#ourteam .ourteam-top-part span {
  color: #123167;
}

#ourteam .ourteam-top-part p {
  font-size: 18px;
}

#ourteam .ourteam-box-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#ourteam .ourteam-box-cnt h3 {
  margin-top: 20px;
  color: #fff;
}

#ourteam .ourteam-box-cnt p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.8px;
}

#ourteam .ourteam-box-cnt a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  padding: 5px 15px;
  border-radius: 10px;
  transition: .5s;
}

#ourteam .ourteam-box-cnt a:hover {
  background-color: #123167;
  color: #fff;
  border: none;
}

@media (max-width: 768px) {
  #ourteam .row {
    padding: 20px;
  }

  #ourteam .ourteam-top-part h2 {
    font-size: 28px;
  }

  #ourteam .ourteam-top-part p {
    font-size: 16px;
  }

  #ourteam .ourteam-top-part {
    padding: 15px;
  }
}



/*=============================================*/


/*contact page css */


/* Hero */
.hero {
  background: linear-gradient(135deg, #e7f2ff 0%, #f5fbff 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  position: absolute;
  inset: auto -10% -40% -10%;
  height: 70%;
  background: radial-gradient(1000px 400px at 20% 120%, rgba(0, 163, 255, .15), rgba(0, 163, 255, 0));
  pointer-events: none;
}

.badge-soft {
  background: #e9f3ff;
  color: var(--primary);
  border-radius: 999px;
  font-weight: 700
}


/* Cards */
.contact-card {
  background: var(--card);
  border: 1px solid #e5eef7;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: 100%
}

.contact-card .icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: #e9f3ff;
  color: var(--primary);
  font-size: 1.35rem
}

.contact-card h5 {
  color: var(--primary)
}


/* Form */
.form-wrap {
  background: var(--card);
  border: 1px solid #e5eef7;
  border-radius: var(--radius);
  box-shadow: var(--shadow)
}

.form-control,
.form-select {
  border-radius: .9rem;
  padding: .7rem 1rem;
  border: 1px solid #dfe8f2
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 .25rem rgba(0, 163, 255, .15)
}


/*.btn-primary{background:var(--primary); border-color:var(--primary); border-radius:999px; padding:.8rem 1.25rem; font-weight:700}*/
/*.btn-primary:hover{filter:brightness(.95)}*/


/* Info strip */
.info-strip {
  background: #f0f6ff;
  border-radius: var(--radius);
  border: 1px solid #e5eef7
}


/* Footer-like CTA */
.footer-cta {
  background: #f7fbff;
  border-top: 1px solid #e7eef7
}


/* Small helpers */
.small-muted {
  color: var(--muted);
  font-size: .925rem
}


/* ==================================================================== */

/* loan pages css  */

/* personal loan css start  */
#personal-loan {
  position: relative;
  z-index: 1;
  background-image: url(../images/personal-loan-banner.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 500px;
}

/*#personal-loan::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.6);*/
/*  z-index: -1;*/
/*}*/

#personal-loan .loan-form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  width: 330px;
  text-align: center;
  border-top: 5px solid #123167;
}

#personal-loan .loan-form h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}

#personal-loan .loan-form h3 span {
  color: #123167;
  font-weight: bold;
}

#personal-loan .input-box {
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 8px;
  margin: 15px 0;
  padding: 10px;
}

#personal-loan .input-box img {
  width: 24px;
  margin-right: 8px;
}

#personal-loan .input-box input {
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  font-size: 14px;
}

#personal-loan .btn {
  width: 100%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

/* #personal-loan .btn:hover { background: #123167; } */
#personal-loan .loan-form p {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
}

#personal-loan .loan-form p a {
  color: #123167;
  text-decoration: none;
}

#personal-loan .loan-form p a:hover {
  text-decoration: underline;
}


#personal-loan-counter .counter-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  background-color: #fff;
}

#personal-loan-counter .counter-box {
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 320px;
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

#personal-loan-counter .counter-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  border-radius: 4px;
}

#personal-loan-counter .counter-box.orange::before {
  background: #ff7a00;
}

#personal-loan-counter .counter-box.blue::before {
  background: #00c4cc;
}

#personal-loan-counter .counter-box.pink::before {
  background: #ff4f81;
}

#personal-loan-counter .counter-box.purple::before {
  background: #9b59b6;
}

#personal-loan-counter .counter-box i {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

#personal-loan-counter .counter-number {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

#personal-loan-counter .counter-title {
  font-size: 14px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

@media(max-width:768px) {
  #personal-loan-counter .counter-box {
    width: 45%;
  }
}

/* @media(max-width:500px){ #personal-loan-counter .counter-box{ width:50%; } } */




#personal-loan-calculator .calculator {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#personal-loan-calculator .chart-box,
.sliders {
  flex: 1 1 300px;
}

#personal-loan-calculator .input-block {
  margin-bottom: 20px;
}

#personal-loan-calculator .input-block label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

#personal-loan-calculator .input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

#personal-loan-calculator .input-group input {
  flex: 1;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  text-align: right;
  font-size: 15px;
}

#personal-loan-calculator .input-group span {
  background: #003366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  min-width: 40px;
  text-align: center;
}

#personal-loan-calculator input[type="range"] {
  width: 100%;
}

#personal-loan-calculator .results {
  flex: 1 1 100%;
  text-align: center;
  padding: 15px;
  border: 2px solid #00bfa5;
  border-radius: 8px;
  font-size: 16px;
  background: #f9fffc;
}

#personal-loan-calculator .results strong {
  color: #003366;
}

#personal-loan-calculator .apply-btn {
  flex: 1 1 100%;
  text-align: center;
}

#personal-loan-calculator .apply-btn button {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

canvas {
  max-width: 100%;
}

#personal-loan-calculator h3 {
  margin-bottom: 15px;
}




/* ===== Theme (easy to tweak) ===== */
:root {
  --card-bg: #ffffff;
  --card-grad: linear-gradient(135deg, #fff 0%, #f7f9ff 100%);
  --text: #1f2937;
  --muted: #6b7280;
  --accent: #123167;
  /* Indigo */
  --accent-2: #14b8a6;
  /* Teal */
  --border: #e5e7eb;
  --shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
}




/* ===== Card ===== */
.personal-loan-eligibility-cnt {
  position: relative;
  background: var(--card-grad);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.personal-loan-eligibility-cnt::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(closest-side, rgba(79, 70, 229, 0.15), transparent 70%);
  filter: blur(2px);
  z-index: -1;
}

.personal-loan-eligibility-cnt h2 {
  text-align: center;
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.2;
  color: var(--accent);
}

.personal-loan-eligibility-cnt p {
  text-align: center;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.personal-loan-eligibility-cnt ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 10px 18px;
}

.personal-loan-eligibility-cnt li {
  position: relative;
  padding: 12px 12px 12px 42px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.personal-loan-eligibility-cnt li::before {
  content: "✔";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(20, 184, 166, .25);
}

.personal-loan-eligibility-cnt li>strong {
  color: var(--text);
  font-weight: 700;
}

.personal-loan-eligibility-cnt li:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2, 6, 23, .08);
  border-color: rgba(79, 70, 229, .35);
}

.personal-loan-eligibility-cnt>p:last-of-type {
  margin-top: 14px;
}

/* ===== Responsive ===== */
@media (min-width: 640px) {
  .personal-loan-eligibility-cnt ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .personal-loan-eligibility-cnt {
    padding: 28px 32px;
  }

  .personal-loan-eligibility-cnt ul {
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }
}




:root {
  --accent: #70c0c3;
  --accent-2: #123167;
  --text: #1f2937;
  --muted: #6b7280;
  --bg: #f9fafb;
  --card: #fff;
  --border: #e5e7eb;
}

.loan-documents-timeline {
  max-width: 900px;
  margin: 40px auto;
  background: var(--bg);
  border-radius: 16px;
  padding: 24px;
}

.loan-documents-timeline h2 {
  color: var(--accent);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin-bottom: 8px;
}

.loan-documents-timeline p {
  color: var(--muted);
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.loan-documents-timeline .timeline {
  position: relative;
  padding-left: 24px;
  border-left: 3px solid var(--accent);
  display: grid;
  gap: 28px;
}

.loan-documents-timeline .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.loan-documents-timeline .timeline-item .circle {
  position: absolute;
  left: -42px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.loan-documents-timeline .timeline-item .content {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  transition: 0.2s ease;
}

.loan-documents-timeline .timeline-item .content strong {
  color: var(--text);
}

.loan-documents-timeline .timeline-item .content:hover {
  border-color: rgba(37, 99, 235, 0.4);
  transform: translateX(4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

/* Responsive */
@media (min-width: 640px) {
  .timeline-item {
    gap: 24px;
  }

  .timeline-item .content {
    font-size: 1rem;
  }
}



/* ======================================================== */

/* business loan css start  */

#business-loan {
  position: relative;
  z-index: 1;
  background-image: url(../images/businessloan_banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#business-loan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

#business-loan .loan-form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  width: 330px;
  text-align: center;
  border-top: 5px solid #123167;
}

#business-loan .loan-form h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}

#business-loan .loan-form h3 span {
  color: #123167;
  font-weight: bold;
}

#business-loan .input-box {
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 8px;
  margin: 15px 0;
  padding: 10px;
}

#business-loan .input-box img {
  width: 24px;
  margin-right: 8px;
}

#business-loan .input-box input {
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  font-size: 14px;
}

#business-loan .btn {
  width: 100%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

/* #business-loan .btn:hover { background: #123167; } */
#business-loan .loan-form p {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
}

#business-loan .loan-form p a {
  color: #123167;
  text-decoration: none;
}

#business-loan .loan-form p a:hover {
  text-decoration: underline;
}


#business-loan-counter .counter-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  background-color: #fff;
}

#business-loan-counter .counter-box {
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 320px;
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

#business-loan-counter .counter-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  border-radius: 4px;
}

#business-loan-counter .counter-box.orange::before {
  background: #ff7a00;
}

#business-loan-counter .counter-box.blue::before {
  background: #00c4cc;
}

#business-loan-counter .counter-box.pink::before {
  background: #ff4f81;
}

#business-loan-counter .counter-box.purple::before {
  background: #9b59b6;
}

#business-loan-counter .counter-box i {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

#business-loan-counter .counter-number {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

#business-loan-counter .counter-title {
  font-size: 14px;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

@media(max-width:768px) {
  #business-loan-counter .counter-box {
    width: 45%;
  }
}

/* @media(max-width:500px){ #business-loan-counter .counter-box{ width:50%; } } */




#business-loan-calculator .calculator {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#business-loan-calculator .chart-box,
.sliders {
  flex: 1 1 300px;
}

#business-loan-calculator .input-block {
  margin-bottom: 20px;
}

#business-loan-calculator .input-block label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

#business-loan-calculator .input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

#business-loan-calculator .input-group input {
  flex: 1;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  text-align: right;
  font-size: 15px;
}

#business-loan-calculator .input-group span {
  background: #003366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  min-width: 40px;
  text-align: center;
}

#business-loan-calculator input[type="range"] {
  width: 100%;
}

#business-loan-calculator .results {
  flex: 1 1 100%;
  text-align: center;
  padding: 15px;
  border: 2px solid #00bfa5;
  border-radius: 8px;
  font-size: 16px;
  background: #f9fffc;
}

#business-loan-calculator .results strong {
  color: #003366;
}

#business-loan-calculator .apply-btn {
  flex: 1 1 100%;
  text-align: center;
}

#business-loan-calculator .apply-btn button {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

canvas {
  max-width: 100%;
}

#business-loan-calculator h3 {
  margin-bottom: 15px;
}




/* ===== Theme (easy to tweak) ===== */
:root {
  --card-bg: #ffffff;
  --card-grad: linear-gradient(135deg, #fff 0%, #f7f9ff 100%);
  --text: #1f2937;
  --muted: #6b7280;
  --accent: #123167;
  /* Indigo */
  --accent-2: #14b8a6;
  /* Teal */
  --border: #e5e7eb;
  --shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
}




/* ===== Card ===== */
.business-loan-eligibility-cnt {
  position: relative;
  background: var(--card-grad);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.business-loan-eligibility-cnt::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(closest-side, rgba(79, 70, 229, 0.15), transparent 70%);
  filter: blur(2px);
  z-index: -1;
}

.business-loan-eligibility-cnt h2 {
  text-align: center;
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.2;
  color: var(--accent);
}

.business-loan-eligibility-cnt p {
  text-align: center;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.business-loan-eligibility-cnt ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 10px 18px;
}

.business-loan-eligibility-cnt li {
  position: relative;
  padding: 12px 12px 12px 42px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.business-loan-eligibility-cnt li::before {
  content: "✔";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(20, 184, 166, .25);
}

.business-loan-eligibility-cnt li>strong {
  color: var(--text);
  font-weight: 700;
}

.business-loan-eligibility-cnt li:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(2, 6, 23, .08);
  border-color: rgba(79, 70, 229, .35);
}

.business-loan-eligibility-cnt>p:last-of-type {
  margin-top: 14px;
}

/* ===== Responsive ===== */
@media (min-width: 640px) {
  .business-loan-eligibility-cnt ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .business-loan-eligibility-cnt {
    padding: 28px 32px;
  }

  .business-loan-eligibility-cnt ul {
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }
}



/* ============================================================== */


#apply-online {
  position: relative;
  bottom: 125px;
  z-index: 99;
}

input.form-control,
select.form-select {
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #ddd;
}

input.form-control:focus,
select.form-select:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}





/* loan page css start */


/* Tabs Styling */
#loan-tabs .nav-tabs { border-bottom: none; }

#loan-tabs .nav-link { background: #4b4b4b; color: #fff; font-weight: 600; margin: 0 2px; border-radius: 8px 8px 0 0; padding: 10px 20px; }

#loan-tabs .nav-link.active { background: #ffc107; color: #000; }


#loan-tabs .tab-pane h3 { font-size: 35px; color: #1d7ca7;}

.tab-types { margin-top: 100px; }


#loan-tabs .loan-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; list-style: none; padding: 0; margin: 0; text-align: center; margin-top: 30px; }

#loan-tabs .loan-list li { background: #123167;; padding: 12px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: 0.3s; color:#fff; }

#loan-tabs .loan-list li:hover { background: #76c5c7; color: #fff; cursor: pointer; transform: translateY(-3px); }

#loan-tabs .tab-features { width: 100%; margin-top: 100px; }

#loan-tabs .tab-features-box { display: flex; justify-content: center; align-items: center; margin: 30px 0; }

#loan-tabs .tab-features-content { text-align: left; margin-left: 20px; }



#loan-tabs .apply-loan-section { padding: 60px 20px; text-align: center; }

#loan-tabs .apply-loan-section h2 { font-size: 28px; margin-bottom: 10px; }

#loan-tabs .apply-loan-section .subtitle { color: #555; margin-bottom: 40px; }

#loan-tabs .apply-loan-content { display: flex; align-items: center; justify-content: center; gap: 50px; flex-wrap: wrap; }

#loan-tabs .loan-image img { width: 100%; }



#loan-tabs .loan-steps { text-align: left; position: relative; }

#loan-tabs .step { display: flex; align-items: flex-start; margin-bottom: 30px; position: relative; }

#loan-tabs .step .dot { width: 14px; height: 14px; border-radius: 50%; background: #76c5c7; margin-right: 15px; position: relative; }

#loan-tabs .step:not(:last-child) .dot::after { content: ""; position: absolute; width: 2px; height: 50px; background: #ddd; left: 6px; top: 14px; }

#loan-tabs .step-text h4 { font-size: 16px; margin: 0; color: #555; }

#loan-tabs .step-text p { margin: 2px 0 0; font-size: 20px; }

#loan-tabs .btn-know { display: inline-block; margin-top: 20px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; padding: 12px 25px; text-decoration: none; border-radius: 6px; font-weight: 600; transition: 0.3s; }

#loan-tabs .btn-know:hover { background: none; border: 1px solid var(--accent); color: #000; }



#loan-tabs .apply-loan-box { padding: 30px 30px; background-color: #ecfafd; }

#loan-tabs .apply-loan-box h5 { margin: 20px 0; }

#loan-tabs .apply-loan-section .row{ margin: 50px 0; display: flex; align-items: center; justify-content: center;}

/* @media (max-width: 768px) {
  #loan-tabs p{
    text-align: justify;
  }
  
} */
.tab-container {
    display: flex;
    align-items: center;
    justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll in mobile */
}
.nav-tabs .nav-item {
  white-space: nowrap; /* prevent wrapping */
}





    #cards-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
      gap: 20px;
      padding: 20px 0;
    }

    #cards-container .card {
      background: #f5f5f5;
      border-radius: 8px;
      padding: 30px;
      box-shadow: 0px 2px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
      text-align: left;
    }

    #cards-container .card:hover {
      transform: translateY(-5px);
    }

    #cards-container .card h3 {
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #111;
    }

    #cards-container .underline {
      width: 60px;
      height: 3px;
      background: #f4c20d; /* yellow underline */
      margin-bottom: 15px;
    }

    #cards-container .card p {
      font-size: 15px;
      line-height: 1.6;
      color: #333;
    }

    .accordion-body{
      text-align: left;
    }