:root {
  --primary-color: #015029;   /* Blue tone */
  --accent-color: #015029;   /* Teal green tone */
  --text-dark: #222;
  --text-light: #6c757d;
}
a{
    text-decoration: none !important;
}
body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
}
.logo {
    width: 239px;
    /*border-radius: 50%;*/
}.flogo {
    width: 75%;
    /*border-radius: 50%;*/
}
/* Navbar */
.navbar {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.navbar-brand span {
  color: var(--accent-color);
}
.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--text-dark);
  margin-right: 15px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}
.btn-accent {
  background: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
}
.btn-accent:hover {
  background: #deb425;
  color: #fff;
}
.btn-outline-primary {
    --bs-btn-color: #015029;
    --bs-btn-border-color: #015029;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #015029;
    --bs-btn-hover-border-color: #015029;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #015029;
    --bs-btn-active-border-color: #015029;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #015029;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #015029;
    --bs-gradient: none;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #015029;
    border-color: #015029;
}
/* Hero Section */
.hero {
  background: url('../img/banner.jpg') center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  background-position: bottom center;
  /*margin-top: 72px;*/
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background:#01502aa8;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.hero p {
  max-width: 650px;
  margin: 0 auto 25px;
  font-size: 1.05rem;
}

/* Section headings */
section h3, section h4, section h5 {
  font-weight: 700;
  color: var(--primary-color);
}

/* About Section */
#about img {
  border-radius: 10px;
  width: 100%;
}

/* Services */
#services .card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 12px;
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-size: cover;background-position: center;
}
#services .card:hover {
  transform: translateY(0px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#services .card-body {
    color: #222 !important;
    background-color: #ffffffe6;
    border-radius: 7px;padding: 0.5rem;
}
#services h6 {
  color: var(--accent-color);
}

/* Why Choose */
#why-choose img {
  border-radius: 10px;
  width: 100%;
}

/* Lenders */
#lenders img {
  filter: grayscale(0%);
  transition: all 0.3s ease;
}
#lenders img:hover {
  filter: grayscale(100%);
}

/* Footer */
footer {
  background: #111;
  color: #ccc;
  font-size: 0.9rem;
}
footer h5, footer h6 {
  color: #fff;
  font-weight: 600;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: var(--accent-color);
}
.footer-bottom {
  border-top: 1px solid #333;
  color: #888;
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 0.95rem; }
}
@media (max-width: 768px) {
  .navbar-brand { font-size: 1.25rem; }
  .hero { height: 70vh; }
}
.text-info {
    --bs-text-opacity: 1;
    color: #d9b824 !important;
}
.lender-img {
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
    margin: 0 auto;
}
.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 70% !important;
}
.service-img{
    width: 75px;
}
.widget-w {
    position: fixed;
    right: 15px;
    bottom: 20px;
    background: #25d366;
    padding: 10px 10px 5px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
}
.widget-w i {
    font-size: 35px;
    color: #fff;
    position: relative;
    top: -9px;
}
.section-title {
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    font-weight: 700;
    color: #0D1B3E;
}

.calc-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.calc-left, .calc-right {
    padding: 40px 35px;
    width: 50%;
}

.calc-right {
    background: #f9f9f9;
    text-align: center;
}

.loan-input {
    height: 50px;
    font-size: 18px;
}

.selector-btn {
    border: 2px solid #000;
    background: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.selector-btn.active {
    background: #000;
    color: #fff;
}

.repayment-type button {
    margin-right: 10px;
}

.price-display {
    font-size: 60px;
    font-weight: 800;
    color: #000;
}

.btn-teal {
    background: #015029;
    border-radius: 30px;
    padding: 13px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: none;
    transition: 0.2s;
}

.btn-teal:hover {
    background: #dfb526;
    opacity: 0.8;
}

@media(max-width: 992px) {
    .calc-wrapper {
        flex-direction: column;
    }
    .calc-left, .calc-right {
        width: 100%;
    }
}
.footer-icon{
    display: flex !important;
}
.footer-icon i{
    color:#fff;
    font-size: 22px;
    margin-right: 15px;
}
.ulli{
    font-size: 1.2rem;
    color: #015029;
    font-weight: 500;
}
.olli{
    font-size: 1rem;
    font-weight: 500;
}
.msg-success { color: green; font-weight: bold; }
.msg-error { color: red; font-weight: bold; }