:root {
    --primary-color: #000;
    --secondary-color: rgb(209 10 10);
    --accent-color: #e74c3c;
    --light-color: #ecf0f1;
}

body {
    font-family: Optima, sans-serif;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-size: 18px;
    font-weight: 400;
}

.bg-yellow {
    background-color: rgb(255 240 180);

    color: #000;
}

.bg-yellow h2 {
    color: black;
}

.navbar {
    background-color: var(--primary-color);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
}

.nav-link {
    color: white !important;
    font-weight: 500;
}

.btn-black {
    background-color: black;
    color: white;
}

.contact-form-box {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}




.btn-whatsapp {
    background-color: #06bb4c;
    color: white;
}

.fixed-icon {
    position: fixed;
    z-index: 999;
    left: 0;
    margin-left: 10px;
    top: 70%;
}

.fixed-icon a img {
    width: 60px;
    background-color: white;
    border-radius: 50%;
}

.navbar .nav-item {
    padding: 0 20px;
}


.hero-section {
    /* background: linear-gradient(rgba(75, 80, 44, 0.9), rgba(75, 80, 44, 0.9)),
        url('../gallery/bg-image.jpg'); */
    /* background-image: url('../gallery/bg-image.jpg'); */
    background-color: rgb(237 238 241);
    ;
    background-size: cover;
    background-position: center;
    color: black;
    padding: 100px 0;
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn-accent {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: white;
}

.btn-accent:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    color: white;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.loan-card {
    border-radius: 10px;
    transition: transform 0.3s;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.loan-card:hover {
    transform: translateY(-10px);
}

.testimonial-card {
    background-color: var(--light-color);
    border-radius: 10px;
    padding: 20px;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

footer {
    background-color: var(--primary-color);
    color: white;
}

.social-icon {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
}

.calculator-box {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.upper-footer {
    display: flex;
    justify-content: space-evenly;
}

.upper-footer-section {
    /*background-color: rgb(103 94 71);*/
    background-color: rgb(91 75 139) !important;
}

.btn-yellow {
    /*background-color: rgb(253 213 53);*/
    background-color: rgb(255 240 180);
    font-size: 16px;
    font-weight: 600;
}


.btn-yellow2 {
    background-color: rgb(253 213 53);
    font-size: 20px;
    font-weight: 600;
    padding: 6px 30px;
    margin-top: 20px;
}

.btn-yellow:hover {
    background-color: rgb(253 213 53);
}

footer ul li {
    padding: 10px 0;
}

.line {
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background-color: rgb(209 10 10);
    /*background-color: rgb(253 213 53);*/
    margin-top: -10px;
    margin-bottom: 10px;
}

.title-section h2 {
    font-size: 28px;
    font-weight: bold;
}

.title-section {
    text-align: center;
}

.line2 {
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background-color: rgb(209 10 10);
    margin-top: -10px;
    margin: auto auto;
    display: block;
}

.accordion-item {
    border-bottom: 1px solid #cfcaca;
    border-left: none;
    border-right: none;
    border-top: none;
    /* padding: 8px 0; */
}

.accordion-item .accordion-button {
    font-size: 19px;
    padding: 20px 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
}

.accordion-body {
    background-color: rgb(244 247 249);
    padding: 30px 20px;
    border-radius: 10px;
    color: #383838;
    font-weight: 400;
}

.testimonial-card {
    text-align: center;
    background-color: transparent;
}

.name {
    font-weight: bold;
    font-size: 23px;
    margin-top: 40px;
}

.location {
    margin-top: 20px;
    font-size: 17px;
}




/* Owl Carousel Navigation Arrows Positioning */
.testi-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.testi-carousel .owl-nav button.owl-prev,
.testi-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgb(253 213 53) !important;
    font-size: 34px !important;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.testi-carousel .owl-nav button.owl-prev {
    margin-left: -20px;
}

.testi-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

.testi-carousel .owl-nav button.owl-prev:hover,
.testi-carousel .owl-nav button.owl-next:hover {
    background-color: #092f26 !important;
    color: white !important;
}

.owl-theme .owl-nav {
    margin-top: -50px !important;
}

.card-why h6 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.card-why {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
}

.service-card {
    display: flex;
    margin-bottom: 30px;
}

.service-card .tit {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 15px;
}

.service-card .icon img {
    height: 40px;
    margin-right: 20px;
}


@media (max-width:768px) {
    .testi-carousel .owl-nav {
        display: none;
    }

    .upper-footer p {
        font-size: 14px;
    }

    .hero-section {
        padding: 50px 0;
    }
}


.login-container {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 1rem;
}

.login-header {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.login-header p {
    color: #666;
}

.input-group {
    margin-bottom: 1.5rem;
}

.input-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #555;
    font-weight: 500;
}

.input-group input {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #eee;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.input-group input:focus {
    outline: none;
    border-color: #1d89ff;
}

.login-button {
    width: 100%;
    padding: 0.75rem;
    background: #1d89ff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-button:hover {
    background: #1670d2;
}

.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}