@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    color: #555;
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #2563eb;
}

/* Utilities */
.text-blue {
    color: #2563eb !important;
}

.bg-blue {
    background-color: #2563eb !important;
}

.bg-light-blue {
    background-color: #eff6ff !important;
}

.border-left-blue {
    border-left: 4px solid #2563eb;
}

.sec_title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    line-height: 1.3;
}

.sec_desc {
    font-size: 16px;
    color: #777;
}

/* Header */
.header_1 {
    padding: 20px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: 1px;
}

.logo-text strong {
    color: #222;
}

.mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainmenu ul li {
    display: inline-block;
    margin-left: 25px;
}

.mainmenu ul li a {
    font-weight: 700;
    color: #333;
    font-size: 15px;
}

.mainmenu ul li a:hover {
    color: #2563eb;
}

.common_btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #2563eb;
    color: #fff;
    border-radius: 50px; /* rounded pill */
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
}

.common_btn:hover {
    background-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.6);
}

/* Hero Section */
.payloan_header_bg {
    position: relative;
    padding-top: 150px;
    padding-bottom: 120px;
    background-color: #f4f5f9;
    overflow: hidden;
}

.hero-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.hero-bg-img img {
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
    object-position: right top;
}

.z-index-10 {
    z-index: 10;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 5;
}

.hero-wave svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.welcome_area {
    position: relative;
    z-index: 10;
    background: rgba(244, 245, 249, 0.7); /* Subtle background for readability if image overlaps */
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.welcome_text h1 {
    font-size: 48px;
    font-weight: 900;
    color: #222;
    line-height: 1.2;
    margin-bottom: 20px;
}

.welcome_text h1 span {
    color: #2563eb;
}

.welcome_text p {
    font-size: 18px;
    color: #666;
    max-width: 90%;
}

/* Services */
.homeService {
    padding: 80px 0;
}

.service-card {
    background: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.service-card h5 {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* Contact Area */
.homeContact {
    padding: 100px 0;
}

/* Process */
.applicatioProces {
    padding: 100px 0;
}

.process-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s;
}

.process-card:hover {
    transform: translateY(-5px);
}

.process-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}

.process-card p {
    font-size: 15px;
    color: #777;
}

/* Footer Section */
.footer {
    position: relative;
    background-color: #f4f5f9;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: 150px;
}

.footer-wave {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.footer-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.footer-content {
    position: relative;
    z-index: 10;
}

.footer-logo {
    font-size: 24px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.footer-logo strong {
    color: #222;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 15px;
}

.contact-info li a {
    font-size: 18px;
    color: #2563eb;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.contact-info li a:hover {
    color: #1d4ed8;
}

/* Recent Posts */
.recent_posts .singleLPost {
    margin-bottom: 20px;
}

.recent_posts .singleLPost h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
}

.recent_posts .singleLPost h4 a {
    color: #222;
}

.recent_posts .singleLPost h4 a:hover {
    color: #2563eb;
}

.recent_posts .singleLPost span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 5px;
}

.recent_posts .singleLPost p {
    font-size: 13px;
    color: #777;
    margin: 0;
}

/* Subscribe Widget */
.subscribe_widgets h3 {
    font-size: 32px;
    font-weight: 300;
    color: #222;
    margin-bottom: 30px;
    line-height: 1.2;
}

.subscribe-form .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px 20px;
    height: auto;
    font-size: 14px;
    box-shadow: none;
}

.subscribe-form .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 5px rgba(37, 99, 235, 0.3);
}

.btn-subscribe {
    background-color: #2563eb;
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background-color: #1d4ed8;
    color: #fff;
}

/* Copyright */
.copyright {
    background-color: #fff;
    padding: 25px 0;
    border-top: 1px solid #eaeaea;
}

.copyright p {
    font-size: 14px;
    color: #888;
}

.copyright p strong {
    color: #2563eb;
    font-weight: 800;
}

#backTo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #bfdbfe;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}

#backTo:hover {
    background-color: #2563eb;
}

