/* ================= GLOBAL STYLES ================= */

body {
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-weight: 700;
}

.btn-custom {
    background: linear-gradient(135deg, #002e2a, #063b32);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
}

.btn-custom:hover {
    opacity: 0.9;
    color: #fff;
}
.hero-section {
    background: linear-gradient(135deg,#002e2a, #063b32);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 46px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.9;
}

.btn-main {
    background: #00b4d8;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-main:hover {
    background: #0096c7;
    color: #fff;
}

.hero-img {
    max-width: 100%;
    border-radius: 12px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.section-padding {
    padding: 90px 0;
}

.loan-highlights {
    background: #f2f9f8;   /* soft green tint */
    border-top: 1px solid #e3efed;
    border-bottom: 1px solid #e3efed;
    padding: 100px 0;
}

.highlight-item {
    padding: 20px 10px;
}

.highlight-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #002e2a, #063b32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon i {
    color: #fff;
    font-size: 22px;
}

.highlight-item h3 {
    font-weight: 700;
    color: #002e2a;
    margin-bottom: 5px;
}

.highlight-item p {
    font-size: 14px;
    color: #555;
    margin: 0;
}


.icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #002e2a, #063b32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-box i {
    color: white;
    font-size: 28px;
}
.loan-types {
    background: #ffffff;
}

.loan-type-card {
    background: #f8fdfc;
    padding: 35px 30px;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
    border: 1px solid #e6f0ee;
}

.loan-type-card:hover {
    background: #002e2a;
    transform: translateY(-8px);
}

.loan-type-card h5 {
    margin-top: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.loan-type-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    transition: 0.3s;
}

.loan-type-card:hover h5,
.loan-type-card:hover p,
.loan-type-card:hover .read-more {
    color: #ffffff;
}

.loan-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #002e2a, #063b32);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loan-icon i {
    color: #ffffff;
    font-size: 26px;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    color: #002e2a;
    text-decoration: none;
    transition: 0.3s;
}



.loan-testimonials {
    background: #f2f9f8;  /* soft contrast */
}

.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-6px);
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.stars {
    color: #ffb400;
    font-size: 18px;
}
.loan-cta {
    background: linear-gradient(135deg, #002e2a, #063b32);
    padding: 90px 0;
    position: relative;
}

.loan-cta h2 {
    font-size: 36px;
}

.loan-cta p {
    font-size: 16px;
    opacity: 0.9;
}

.cta-buttons .btn {
    padding: 12px 30px;
    border-radius: 30px;
    transition: 0.3s;
}

.cta-buttons .btn-light {
    color: #002e2a;
    font-weight: 600;
}

.cta-buttons .btn-outline-light:hover {
    background: #ffffff;
    color: #002e2a;
}
@media (max-width: 576px) {
    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}
.loan-faq {
    background: #ffffff;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}
.custom-accordion .accordion-body {
    background: #ffffff !important;
    color: #333 !important;
}

.custom-accordion .accordion-button {
    background: #f8fdfc;
    font-weight: 600;
    padding: 18px 20px;
    border: none;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #002e2a, #063b32);
    color: #ffffff;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    background: #ffffff;
    padding: 20px;
    font-size: 14px;
    color: #555;
}

/*footer*/

.footer {
  background: #062b21;
  color: #fff;
  padding: 60px 0 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr; 
  gap: 60px; 
  margin-bottom: 40px;
}

/* ✅ Logo Styling */
.footer-logo img {
  width: 180px;
  max-width: 100%;
  margin-bottom: 15px;
}

/* Text */
.footer p {
  color: #cfcfcf;
  line-height: 1.6;
}

/* Headings */
.footer h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

/* Links */
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #cfcfcf;
  transition: all 0.3s ease;
}

/* 🔥 Smooth Hover */
.footer ul li a:hover {
  color: #f16827;
  padding-left: 6px;
}

/* Social Icons */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #114f3c;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #f16827;
  transform: translateY(-4px);
}
/* Contact Info Fix */
.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #cfcfcf;
}

.contact-info li i {
  color: #f16827;
  font-size: 16px;
}

.contact-info a {
  text-decoration: none;
  color: #cfcfcf;
  transition: 0.3s;
}

.contact-info a:hover {
  color: #f16827;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #cfcfcf;
  margin-left: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-bottom a:hover {
  color: #f16827;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}


/* Right side */
/* Navbar styling */
/* Navbar */
.navbar {
    background: linear-gradient(90deg, #024737, #022c23);
    padding: 10px 0;
}



.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 57px;
    width: auto;
    display: block;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 12px;
}

.dropdown-menu {
    border-radius: 10px;
    padding: 12px;
    min-width: 220px;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

.register-btn {
    background: #f16827;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-left: 12px;
    text-decoration: none;
}

.register-btn:hover {
    background: #ff8c1a;
    color: #fff;
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 42px;
    }
}
/* ================= SCROLL ANIMATION ================= */

.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Slight zoom animation */
.zoom-reveal {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease;
}

.zoom-reveal.active {
    opacity: 1;
    transform: scale(1);
}

/* Left slide */
.slide-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.8s ease;
}

.slide-left.active {
    opacity: 1;
    transform: translateX(0);
}

/* Right slide */
.slide-right {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s ease;
}

.slide-right.active {
    opacity: 1;
    transform: translateX(0);
}

/*home loan styling */
:root {
  --primary-dark: #002e2a;
  --secondary-dark: #063b32;
  --gold: #f16827;
  --light-bg: #f5f7fa;
}

/* HERO */
.lg-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
  min-height: 90vh;
  padding: 80px 0;
  
}

.text-gold {
  color: #f16827;
}

.hero-img {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

/* BUTTON */
.btn-gold {
  background: var(--gold);
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-gold:hover {
  background: #f16827;
  transform: translateY(-3px);
}



/* CTA */
.lg-cta {
  background: linear-gradient(135deg, var(--secondary-dark), var(--primary-dark));
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
/* Section Background */
.eligibility-section {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Image Styling */
.eligibility-img {
  max-width: 85%;
}

/* Eligibility List */
.eligibility-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eligibility-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* Icon Style */
.eligibility-list i {
  width: 45px;
  height: 45px;
  background: #063b32;  /* Brand Dark */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s ease;
}

/* Hover Effect */
.eligibility-list li:hover i {
  background: #f16827; /* Gold Accent */
  color: #000;
  transform: scale(1.1);
}

/* LOAN TYPES */
.lg-loan-types {
  background: #f2f9f8;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.loan-type-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  transition: 0.4s;
}

.loan-type-card:hover {
  transform: translateY(-10px);
}

/* Section Padding */
.lg-process {
  
  background: #ffffff;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Wrapper for line positioning */
.process-wrapper {
  position: relative;
  margin-top: 40px;
}

/* Horizontal Line (Perfectly Centered Through Icons) */
.process-wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
  height: 3px;
  background: #002e2a;
}


/* Step Column */
.process-col {
  position: relative;
  z-index: 1;
}

/* Step Box */
.process-step {
  padding: 20px;
}

/* Icon Circle */
.process-icon {
  width: 70px;
  height: 70px;
  background: #002e2a;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 26px;
  position: relative;
  transition: 0.3s ease;
}

/* Step Number Badge */
.step-number {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #f16827;
  color: #000;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.process-step:hover .process-icon {
  transform: scale(1.1);
  background: #f16827;
  color: #000;
}

/* Text Styling */
.process-step h6 {
  font-weight: 600;
}

.process-step p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .process-wrapper::before {
    display: none;
  }
}



.hero-img {
  max-width: 100%;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .lg-hero {
    text-align: center;
    padding: 80px 20px;
  }

  .lg-hero h1 {
    font-size: 28px;
  }

  .lg-hero p {
    font-size: 15px;
  }

  .hero-img {
    margin-top: 40px;
    max-width: 85%;
  }
}
html, body {
  overflow-x: hidden;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
/* Navbar link default style */
.navbar .nav-link {
    color: #ffffff;   /* keep your current white */
    transition: color 0.3s ease;
}

/* Hover color */
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ff8c1a !important;
}

/* Dropdown hover color */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #ff8c1a;
    color: #ffffff;
}

/* Active link color (optional but recommended) */
.navbar .nav-link.active {
    color: #ff8c1a !important;
}
