/*==================================
ABOUT PAGE
==================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gabarito", sans-serif;
  background: #fff;
  color: #333;
  overflow-x: hidden;
}

/*=========================================
  CONTAINER
=========================================*/

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/*=========================================
  HERO SECTION
=========================================*/

.contact-hero {
  position: relative;
  height: 500px;
  background: url("../images/Aboutus.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

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

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

.hero-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.hero-content h1 {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
}
.section-text {
  color: #666;
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 6px;
}

.section-text-1 {
  color: #666;
  line-height: 1.9;
  font-size: 17px;
}

.section-text-2 {
  color: #666;
  line-height: 1.9;
  font-size: 17px;
}

.section-text-3 {
  color: #666;
  line-height: 1.9;
  font-size: 17px;
}

.contact-info h2 {
  font-size: 52px;
  color: #132238;
  margin: 10px 0;
  line-height: 1.2;
}
.about-section {
  padding: 80px 0;
  background: #f8f9fc;
}

.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-content,
.about-image {
  flex: 1;
}

.about-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #222;
}

.about-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.about-image img {
  width: 100%;
  height: 120px;
  display: block;
  border-radius: 15px;
}

@media (max-width: 992px) {
  .about-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .about-content,
  .about-image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 50px 15px;
  }

  .about-content {
    text-align: center;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
  }
}

.why-choose {
  padding: 90px 0;
  background: #fff;
}

.why-heading {
  margin-bottom: 35px;
}

.why-heading h2 {
  font-size: 42px;
  margin-bottom: 10px;
}

.why-heading p {
  color: #666;
  font-size: 17px;
}

.why-card {
  background: #f7f9fc;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Top */

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0a3d91;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.card-title h3 {
  font-size: 34px;
}

.card-badge {
  background: #0a3d91;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
}

/* Middle */

.card-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.info-box {
  padding: 30px;
  border-right: 1px solid #eee;
}

.info-box:last-child {
  border-right: none;
}

.info-box h4 {
  margin-bottom: 8px;
}

.info-box p {
  font-weight: 600;
}

/* Bottom */

.card-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  padding: 35px;
}

.detail h4 {
  margin-bottom: 12px;
  color: #0a3d91;
}

.detail p {
  color: #666;
  line-height: 1.8;
}

/* Responsive */

@media (max-width: 768px) {
  .card-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .card-info {
    grid-template-columns: 1fr;
  }

  .info-box {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .card-details {
    grid-template-columns: 1fr;
  }

  .why-heading h2 {
    font-size: 30px;
  }
}

/*=========================================
  OUR VISION
=========================================*/
/*=========================================
  OUR VISION
=========================================*/

.vision-section {
  padding: 80px 0;
  background: #f8f9fc;
}

.vision-card {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  padding: 45px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.vision-card h2 {
  font-size: 38px;
  color: #0a3d91;
  margin-bottom: 25px;
}

.vision-card p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

.vision-card p:last-child {
  margin-bottom: 0;
}

/*=========================================
  TABLET
=========================================*/

@media (max-width: 992px) {
  .vision-card {
    padding: 35px;
  }

  .vision-card h2 {
    font-size: 32px;
  }
}

/*=========================================
  MOBILE
=========================================*/

@media (max-width: 768px) {
  .vision-section {
    padding: 60px 15px;
  }

  .vision-card {
    padding: 25px;
  }

  .vision-card h2 {
    font-size: 28px;
  }

  .vision-card p {
    font-size: 16px;
    line-height: 1.8;
  }
}
/*=========================================
  LOAN OFFER SECTION
=========================================*/

.loan-offer {
  padding: 80px 0;
  background: #fff;
}

.offer-heading {
  margin-bottom: 35px;
}

.offer-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.offer-heading p {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 700px;
}

/*=========================================
  CARD
=========================================*/

.offer-card {
  background: #f8f9fc;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/*=========================================
  TOP
=========================================*/

.offer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
}

.offer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0a3d91;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.offer-brand h3 {
  font-size: 32px;
  margin-bottom: 6px;
  color: #111;
}

.offer-brand p {
  color: #777;
}

.offer-btn {
  background: #0a3d91;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.offer-btn:hover {
  background: #082f72;
}

/*=========================================
  FEATURE ROW
=========================================*/

.offer-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.feature {
  padding: 28px;
  border-right: 1px solid #ececec;
}

.feature:last-child {
  border-right: none;
}

.feature h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.feature span {
  font-size: 22px;
  font-weight: 700;
  color: #0a3d91;
}

/*=========================================
  DETAILS
=========================================*/

.offer-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 35px;
}

.offer-content h4 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #111;
}

.offer-content ul {
  padding-left: 20px;
}

.offer-content li {
  margin-bottom: 15px;
  color: #666;
  line-height: 1.8;
}

/*=========================================
  RESPONSIVE
=========================================*/

@media (max-width: 992px) {
  .offer-top {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .offer-brand {
    flex-direction: column;
  }

  .offer-features {
    grid-template-columns: 1fr;
  }

  .feature {
    border-right: none;
    border-bottom: 1px solid #ececec;
  }

  .feature:last-child {
    border-bottom: none;
  }

  .offer-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .loan-offer {
    padding: 60px 15px;
  }

  .offer-heading h2 {
    font-size: 30px;
  }

  .offer-heading p {
    font-size: 16px;
  }

  .offer-top {
    padding: 25px;
  }

  .offer-brand h3 {
    font-size: 24px;
  }

  .offer-content {
    padding: 25px;
  }

  .offer-btn {
    width: 100%;
    text-align: center;
  }
}
/*=========================================
  ABOUT COMPANY
=========================================*/

.about-company {
  padding: 90px 0;
  background: #fff;
}

.about-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-image img {
  width: 100%;
  height: 580px; /* Reduce height */
  object-fit: cover; /* Prevents stretching */
  border-radius: 18px;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.about-content {
  flex: 1;
}

.section-tag {
  display: inline-block;
  background: #eef4ff;
  color: #0a3d91;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-content h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #1b2745;
  margin-bottom: 25px;
}

.about-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.about-content p:last-child {
  margin-bottom: 0;
}

/*==========================
  Tablet
==========================*/

@media (max-width: 992px) {
  .about-wrapper {
    gap: 40px;
  }

  .about-content h2 {
    font-size: 36px;
  }
}

/*==========================
  Mobile
==========================*/

@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
  }

  .about-image,
  .about-content {
    width: 100%;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}
