.btn-dark:hover {
    background-color: #a74038;
    border-color: #A74038;
}

.heading {
    font-size: 4rem;
    /* Adjusted font size for better responsiveness */
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    text-align: center;
    color: #2e2e2e;
    margin-top: 50px;
}

.stats h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    /* Adjusted margin for tight spacing */
}

.stats p {
    font-size: 1rem;
    margin-bottom: 0;
}

.content-section {
    background-color: #f5fdff;
    /* Light background for contrast */
    padding: 0 10px;
    border-radius: 10px;
}

.image-container {
    margin-left: 200px;
}

.image-container img {
    max-width: 50%;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-contact {
    margin-top: 10px;
    margin-left: 320px;
}

.awards-section {
    text-align: center;
    padding: 85px 171px;
}

.awards-section h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #2e2e2e;
}

.awards-logos img {
    max-width: 170px;
    margin: 55px;
    margin-bottom: -200px;
}

.logos img {
    max-width: 170px;
    margin: 40px;
}

.social-links {
    margin-top: -50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-links a {
    text-decoration: none;
    background-color: #fff;
    color: #2e2e2e;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 80px;
    border: 1px solid #2e2e2e;
    border-radius: 10px;
}

.social-links a:hover {
    /* background-color: #2e2e2e; */
    color: #fff;
}

.quote-section {
    margin: 30px auto;
    max-width: 700px;
    font-family: 'Sora', sans-serif;
}

.quote-text {
    font-size: 1.5rem;
    color: #2e2e2e;
    line-height: 1.6;
    margin-bottom: -2px;
    font-weight: 500;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo-container img {
    border-radius: 5px;
}

.company-name {
    font-size: 1rem;
    color: #2e2e2e;
    font-weight: 600;
}

/* Enable dropdown on hover */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: Adjust spacing of the dropdown items */
.dropdown-menu {
    margin-top: 0;
    /* Remove space above dropdown */
}

.navbar-nav .nav-item .nav-link.active {
    color: #a74038 !important;
    /* Active link color */
}

.action-button {
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    background-color: black;
    border-radius: 10px;
}

/* Adjust padding for mobile view */
@media (max-width: 767px) {
    .container-fluid {
        padding: 0 15px;
    }
}

.whatsapp_chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.dsa {
    background-color: transparent;
    background-image: linear-gradient(35deg, #3498DB 35%, #2C3E50 100%);
}

.dsa-text {
    color: #003366;
}

.block-header {
    font-size: 15px;
}

.block-header a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.block-content p {
    font-size: 14px;

}

.btn-dark:hover {
    background-color: #a74038;
    border-color: #A74038;
}

.whatsapp_chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* WhatsApp button styling */
.qlwapp-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* WhatsApp button hover effect */
.qlwapp-toggle:hover {
    background-color: #20b058;
    transform: scale(1.05);
}

/* WhatsApp icon styling */
.qlwapp-toggle svg {
    width: 25px;
    height: 25px;
    fill: white;
}

/* Text inside the button */
.qlwapp-text {
    color: white;
}

.business_loan {
    background-color: #003366;
}

.business_loan_text {
    color: #003366;
}


a {
    text-decoration: none;
    color: black;
}

.slider-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    text-align: center;
}

.slide-content {
    padding: 20px;
    color: white;
    font-size: 24px;
}

.action-button {
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    background-color: black;
    border-radius: 10px;
}

.slider-dots {
    text-align: center;
    margin-top: 10px;
}

.slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.slider-dot.active {
    background: #A74038;
}


.home_loan {
    background-color: #006666;
}

.home_loan_text {
    color: #006666;
}

.loan_against {
    background-color: transparent;
    background-image: linear-gradient(35deg, #8E44AD 35%, #34495E 100%);
}

.loan_against_text {
    color: #003366;
}

.personal_loan {
    background-color: #006666;
}

.personal_loan_text {
    color: #006666;
}


@media (max-width: 768px) {
    .container-fluid {
        padding: 0 15px;
    }

    .company_card {
        padding: 10px;
    }

    .whatsapp_chat {
        position: fixed;
        bottom: 20px;
        right: 2px;
        z-index: 1000;
    }
    
}

/* .container-fluid{
    padding:200px
} */

.company_card {
    padding: 100px;
}

.loan_image {
    max-width: 350px;
    border-bottom-left-radius: 140px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}