/*=========================================
  BUSINESS LOAN PAGE
=========================================*/

.service-hero {
  position: relative;
  height: 420px;
  background: url("../images/Personal\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-8 {
  position: relative;
  height: 420px;
  background: url("../images/Car\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-7 {
  position: relative;
  height: 420px;
  background: url("../images/Vacation\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-6 {
  position: relative;
  height: 420px;
  background: url("../images/Emergency\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-5 {
  position: relative;
  height: 420px;
  background: url("../images/Debt\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-4 {
  position: relative;
  height: 420px;
  background: url("../images/Home\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-3 {
  position: relative;
  height: 420px;
  background: url("../images/Business\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-2 {
  position: relative;
  height: 420px;
  background: url("../images/Home\ Buying\ loan\ Bannner\ Image.webp") center
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 44, 0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-2 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-3 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-4 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-5 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-6 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-7 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-8 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-content-9 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 20px;
}

.breadcrumb span {
  margin: 0 10px;
}

.service-hero h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-2 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-3 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-4 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-5 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-6 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-7 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-8 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-9 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

/*=========================================
  SERVICE SECTION
=========================================*/

.service-details {
  padding: 100px 0;
  background: #ffffff;
}

.service-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: flex-start;
}

/*=========================================
  SIDEBAR
=========================================*/

.service-sidebar {
  position: sticky;
  top: 120px;
}

.sidebar-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.sidebar-box h3 {
  background: #0f294c;
  color: #fff;
  padding: 22px;
  font-size: 24px;
  font-weight: 600;
}

.sidebar-box ul {
  list-style: none;
}

.sidebar-box ul li {
  border-bottom: 1px solid #eee;
}

.sidebar-box ul li:last-child {
  border-bottom: none;
}

.sidebar-box ul li a {
  display: block;
  padding: 18px 22px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.sidebar-box ul li:hover a {
  background: #0f294c;
  color: #fff;
}

.sidebar-box ul li.active a {
  background: #0f294c;
  color: #fff;
}

/*=========================================
  CONTENT
=========================================*/

.service-content {
  width: 100%;
}

.service-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 45px;
  display: block;
}

.service-content h2 {
  font-size: 42px;
  color: #08182c;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.service-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 25px;
}

.service-content h3 {
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 30px;
  color: #08182c;
}
/*=========================================
  WORKFLOW SECTION
=========================================*/

.workflow-section {
  background: #08182c;
  padding: 100px 0;
  color: #fff;
}

.workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.workflow-left h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 30px 0 60px;
}

.workflow-item {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
  cursor: pointer;
}

.workflow-number {
  font-size: 42px;
  font-weight: 700;
  color: #7a8798;
  min-width: 60px;
}

.workflow-item h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.workflow-item.active .workflow-number,
.workflow-item.active h3 {
  color: #0f294c;
}

.workflow-right img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

@media (max-width: 992px) {
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-left h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .workflow-item h3 {
    font-size: 22px;
  }

  .workflow-number {
    font-size: 34px;
  }
}
/*=========================================
  RESPONSIVE
=========================================*/

@media (max-width: 1200px) {
  .service-wrapper {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }

  .service-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .service-hero {
    height: 420px;
  }

  .hero-content h1 {
    font-size: 52px;
  }

  .service-wrapper {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    order: 2;
  }

  .service-content {
    order: 1;
  }

  .sidebar-box {
    position: relative;
    top: 0;
  }

  .service-content h2 {
    font-size: 38px;
  }

  .service-image {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .service-hero {
    height: 360px;
  }

  .hero-content {
    padding-top: 170px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content .breadcrumb {
    font-size: 15px;
  }

  .service-details {
    padding: 70px 0;
  }

  .service-content h2 {
    font-size: 34px;
  }

  .service-content h3 {
    font-size: 28px;
  }

  .service-content p {
    font-size: 16px;
  }

  .service-image {
    height: 300px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .service-hero {
    height: 300px;
  }

  .hero-content {
    padding-top: 145px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content .breadcrumb {
    font-size: 14px;
  }

  .service-details {
    padding: 55px 0;
  }

  .service-wrapper {
    gap: 30px;
  }

  .sidebar-box h3 {
    font-size: 22px;
  }

  .sidebar-box ul li a {
    padding: 16px 20px;
    font-size: 15px;
  }

  .service-image {
    height: 220px;
  }

  .service-content h2 {
    font-size: 28px;
  }

  .service-content h3 {
    font-size: 24px;
  }

  .service-content p {
    font-size: 15px;
    line-height: 1.9;
  }
  /*
  .service-list li {
    font-size: 15px;
    padding: 14px 18px;
  }
*/
  /*=========================================
  LIST
=========================================

  .service-list {
    margin: 20px 0;
    padding-left: 20px;
    list-style-position: outside;
  }

  .service-list li {
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
  }
  /*
  .service-list li:last-child {
    margin-bottom: 0;
  }
    */
  .service-btn {
    padding: 16px 30px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .hero-content h1 {
    font-size: 30px;
  }

  .service-content h2 {
    font-size: 25px;
  }

  .service-content h3 {
    font-size: 22px;
  }

  .service-image {
    height: 190px;
  }
}
/*=========================================
  SERVICE CONTENT
=========================================*/
/*
.service-content h3 {
  font-size: 38px;
  color: #0f2345;
  font-weight: 700;
  margin: 40px 0 25px;
  line-height: 1.3;
}
*/
.service-content h3 {
  font-size: 32px;
  color: #08182c;
  font-weight: 700;
  margin: 35px 0 18px;
  padding-left: 0px; /* Slightly move heading inside */
  line-height: 1.3;
}

/*=========================================
  LIST
=========================================

.service-list {
  margin: 0 0 35px 25px;
  padding: 0;
}

.service-list li {
  list-style: disc;
  font-size: 21px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 10px; /* Slightly move heading inside 
  line-height: 1.7;
}
*/
.service-list {
  list-style: disc;
  margin: 20px 0;
  padding-left: 30px;
  list-style-position: outside;
}

.service-list li {
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
}

/*=========================================
  APPLY BUTTON
=========================================*/

.service-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 16px 42px;
  background: #203764;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease;
}

.service-btn:hover {
  background: #14284d;
  transform: translateY(-2px);
}
