/* Jivandeep Finance - Modern Professional UI Style */

body {
    font-family: 'Poppins', sans-serif;
    color: #434343;
    background-image: linear-gradient(to right top, #017a2d, #018a33, #029a39, #02aa3f, #03ba45), url('data:image/svg+xml,...');
    background-attachment: fixed;
    padding-top: 100px; /* Adjusted for navbar height */
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

a {
    color: #d38c0e;
    text-decoration: none;
}

section {
    padding: 60px 0; /* Increased section padding */
}

.glass-card, .service-card, .service-card-detailed, .value-item, .form-container, .contact-form-container, .contact-info-container {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(1, 122, 45, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 50px; /* Increased padding */
}

/* Navigation */
.navbar {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(1, 122, 45, 0.15);
    padding: 8px 0;
    z-index: 1030; /* Ensure navbar is on top */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 80px;
}

.navbar-nav .nav-link {
    color: #434343;
    font-weight: 500;
    margin: 0 15px;
    text-shadow: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #017a2d; /* Primary green */
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #d38c0e, #e59a1f);
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(211, 140, 14, 0.3);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e59a1f, #d38c0e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(211, 140, 14, 0.4);
    color: #fff;
}

/* Sections & Typography */
.section-title, .page-header-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.form-container .section-title, .contact-form-container .section-title, .contact-info-container .section-title{
     color: #0c2585;
}


.section-subtitle, .page-header-section .lead {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Glass card text colors */
.glass-card .section-title, .glass-card h2, .glass-card h3, .glass-card h4, .glass-card h5 {
    color: #017a2d;
    text-shadow: none;
}

.glass-card p, .glass-card li {
    color: #434343;
}

.glass-card .section-subtitle {
    color: #434343;
}

.value-prop-item, .step-item {
    padding: 40px;
    text-align: center;
}

.icon-box {
    width: 80px;
    height: 80px;
    line-height: 80px; /* Vertically center icon */
    border-radius: 50%;
    background-color: #004996;
    color: #fff;
    font-size: 2.5rem;
    margin: 0 auto 20px;
    border: 1px solid rgba(0, 73, 150, 0.2);
    display: flex; /* For perfect centering */
    align-items: center; /* For perfect centering */
    justify-content: center; /* For perfect centering */
}

.service-card .icon-box {
    margin-bottom: 30px;
}

.step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #d38c0e;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(211, 140, 14, 0.3);
}

h3, h4 {
    color: #017a2d;
    font-weight: 600;
}

p {
    color: #434343;
}

/* Form Styling */
.form-container, .contact-form-container, .contact-info-container {
    padding: 50px; /* Increased padding */
}

.form-label {
    margin-bottom: 10px;
    font-weight: 500;
    color: #434343;
}

.form-control, .form-select {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(1, 122, 45, 0.2);
    color: #434343;
    padding: 12px 15px;
    border-radius: 10px;
}

.form-control::placeholder {
    color: #888;
}

.form-control:focus, .form-select:focus {
    background: #fff;
    color: #434343;
    border-color: #017a2d;
    box-shadow: 0 0 15px rgba(1, 122, 45, 0.2);
}

/* Footer */
.footer {
    background: linear-gradient(to right top, #004996, #017a2d, #004996);
    padding: 60px 0 30px;
    color: #fff;
}

.footer h5 {
    color: #d38c0e;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer p, .footer li {
    color: rgba(255, 255, 255, 0.9);
}

.footer a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #d38c0e;
}

.footer-logo {
       height: 103px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}

.footer li{
     margin-bottom: 10px;
}

.stars {
    color: #d38c0e;
    margin-bottom: 15px;
}

.special-focus-section-gradient {
    background: linear-gradient(to right top, #03ba45, #02aa3f, #029a39, #018a33, #017a2d);
}

.final-cta-section-gradient {
    background: linear-gradient(to right top, #017a2d, #018a33, #029a39, #02aa3f, #03ba45);
}

.animated-button .btn {
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}
.our_story_img{
    text-align: center;
}
.our_story_img img{
       max-width: 394px;
}

/* Testimonials */
.testimonial-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

.testimonial-author {
    color: #017a2d;
    font-weight: 600;
}

@media (max-width: 768px) {
    .section-title, .page-header-section h1 {
        font-size: 2.5rem;
    }

    section {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .section-title, .page-header-section h1 {
        font-size: 2rem;
    }

    .form-container, .contact-form-container, .contact-info-container{
        padding: 15px;
    }

    .contact-section .col-lg-6, .about-story-section .col-lg-8, .advantage-section .col-lg-7, .eligibility-section .col-lg-7,
    .testimonials-section .col-md-4, .our-mission-section .col-lg-7, .hero-section .col-lg-6{
        margin-bottom: 30px;
    }
    .glass-card, .service-card, .service-card-detailed, .value-item, .form-container, .contact-form-container, .contact-info-container{
          padding: 20px;
    }
}

.navbar-toggler{
    background-color: #ffffff;
    border: 1px solid #017a2d;
}

.sub-footer {
    padding-top: 30px;
}

.sub-footer p {
    color: rgba(255, 255, 255, 0.9);
}

.contact-info-item {
    display: flex;
    margin-bottom: 5px;
}

.contact-info-item .contact-icon {
    font-size: 1.5rem; /* Adjust icon size as needed */
    color: #d38c0e; /* Orange color for icons */
    margin-right: 15px; /* Space between icon and text */
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.contact-info-item div {
    flex-grow: 1; /* Allow text content to take remaining space */
}

.title-with-border {
    border-bottom: 1px solid #d38c0e; /* Orange border */
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block; /* To make border only under text */
    color: #017a2d;
}

/* Hero section text adjustments */
.hero-section .hero-title {
    color: #fff;
}

.hero-section .hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

/* Service card specific styles */
.service-card h4, .service-card-detailed h3 {
    color: #017a2d;
}

.service-card p, .service-card-detailed p {
    color: #434343;
}

/* Alert styling */
.alert {
    border-radius: 10px;
}

/* Card styling for thank you page */
.card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border: 1px solid rgba(1, 122, 45, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}

.card-title {
    color: #017a2d;
}

/* List styling in glass cards */
.glass-card ul {
    padding-left: 20px;
}

.glass-card ul li {
    margin-bottom: 8px;
}

/* Text utilities for footer */
.text-warning {
    color: #d38c0e !important;
}

 .hero-feature-card {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 15px;
            display: flex;
            align-items: center;
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.2);
           
        }
        .hero-feature-card .icon-box-sm {
            background-color: #ffc107;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .hero-feature-card .icon-box-sm i {
            color: #212529;
            font-size: 1.2rem;
        }
        .hero-feature-card p {
            margin-bottom: 0;
            color: #fff;
            font-weight: 500;
            
        }