/* Add this at the top of your CSS */
html, body {
    overflow-x: hidden; /* Prevents horizontal scrolling */
    width: 100%;
}

/* Container fixes */
.uk-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 960px) {
    .uk-container {
        max-width: 960px;
    }
}

@media (min-width: 1024px) {
    .uk-container {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {
    .uk-container {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    .uk-container {
        max-width: 1440px;
    }
}


/* Hero Section Stability Fixes */
.hero-section {
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hero-slide {
    height: 90vh;
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-attachment: fixed; /* Reduces flickering */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Side Clickable Container Positioning Fix */
.side-clickable-container {
    right: calc((100vw - min(1440px, 100%)) / 2);
    padding-right: 15px;
}

/* Responsive Adjustments */
@media (max-width: 320px) {
    .hero-slide {
        min-height: 480px;
        height: 70vh;
    }
    .uk-heading-primary {
        font-size: 24px;
    }
}

@media (max-width: 375px) {
    .top-bar {
        font-size: 10px;
        padding: 5px 0;
    }
    .uk-navbar-item.uk-logo {
        font-size: 22px;
    }
}

@media (max-width: 425px) {
    .hero-slide {
        min-height: 500px;
    }
    .uk-text-lead {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .hero-slide {
        min-height: 650px;
    }
    .side-clickable-container {
        right: 20px;
    }
}

@media (min-width: 960px) {
    .hero-slide {
        min-height: 750px;
    }
    /* Fix for the big space on the right */
    .uk-container-expand {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    .hero-slide {
        min-height: 800px;
    }
}

/* Prevent content from stretching too wide on large screens */
@media (min-width: 1440px) {
    .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Hero flickering fix */
.hero-slide.slide-1,
.hero-slide.slide-2,
.hero-slide.slide-3 {
    will-change: transform; /* Optimizes animation performance */
    backface-visibility: hidden; /* Reduces flickering */
    transform: translate3d(0,0,0); /* Hardware acceleration */
}

/* Ensure all images have max-width */
img {
    max-width: 100%;
    height: auto;
}

:root {
    --primary-color: #ba0e53;
    --primary-dark: #9E1224;
    --primary-light: #E53950;
    --gradient-start: #C5172E;
    --gradient-end: #8C0D1F;
    --text-color: #333;
    --light-text: #777;
    --background-light: #f9f9f9;
    --border-color: #e5e5e5;
}

/* Top Bar Styles */
.top-bar {
    background-color: var(--primary-dark);
    color: white;
    padding: 8px 0;
    font-size: 12px;

}

.top-bar a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
    transition: opacity 0.3s ease;
}

.top-bar a:hover {
    opacity: 0.8;
}





/* Navigation Styles */
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.uk-navbar-item.uk-logo {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
}

.uk-navbar-nav > li > a {
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding: 0 15px;
    color: var(--text-color);
}

.uk-navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.uk-navbar-nav > li > a:hover:after {
    width: calc(100% - 30px);
}

.uk-navbar-dropdown {
    border-top: 3px solid var(--primary-color);
}

.uk-nav-header {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    padding-top: 15px !important;
}

/* Hero Slider Styles */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    height: 90vh;
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.hero-slide.slide-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
}

.hero-slide.slide-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
}

.hero-slide.slide-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
}

.uk-heading-primary {
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin-bottom: 20px;
}

.uk-text-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
}

.highlight-text {
    color: white;
    position: relative;
    display: inline-block;
}

.highlight-text:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
}

/* Side Clickable Elements */
.side-clickable-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    z-index: 1;
}

.side-clickable-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 30px;
}

.side-clickable-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
}

.side-clickable-item {
    color: white;
    text-decoration: none;
    padding: 15px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 200px;
}

.side-clickable-item:last-child {
    border-bottom: none;
}

.side-clickable-item h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.side-clickable-item p {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}

.side-clickable-item:hover {
    transform: translateX(-5px);
    opacity: 1;
}

/* Button Styles */
.animated-button {
    background-color: var(--primary-color);
    color: white;
    padding: 0 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.animated-button:hover {
    background-color: var(--primary-dark);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(197, 23, 46, 0.4);
}

.animated-button:after {
    content: "→";
    position: absolute;
    opacity: 0;
    right: -20px;
    transition: all 0.3s ease;
}

.animated-button:hover:after {
    opacity: 1;
    right: 20px;
}

/* Calculator Section */
.calculator-section {
    background-color: var(--background-light);
}

.calculator-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.calculator-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.calculator-card h3 {
    color: var(--primary-color);
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}

.uk-input {
    border-radius: 50px;
    padding: 15px 20px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.uk-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(197, 23, 46, 0.2);
}

.result-box {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.result-box span {
    display: block;
    font-size: 14px;
    color: var(--light-text);
    margin-bottom: 5px;
}

.result-box h4 {
    margin: 0;
    color: var(--primary-color);
    font-weight: 700;
}

/* Responsive Adjustments */
@media (max-width: 960px) {
    #addre{
        display: none;
    }
    .hero-slide {
        height: auto;
        min-height: 600px;
    }

    .side-clickable-container {
        display: none;
    }

    .uk-heading-primary {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .uk-navbar-nav {
        display: none;
    }
    .top-links{
        display: none;
    }
    #addre{
        display: none;
    }

    .hero-slide {
        min-height: 500px;
        text-align: center;
    }

    .uk-heading-primary {
        font-size: 28px;
    }

    .calculator-section .uk-width-1-2 {
    width: 100%;
}

    .calculator-card {
        margin-top: 50px;
    }
}

/* Slide-in/out hover animation and custom styling */
/* Slide-in/out hover animation and custom styling */
.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateZ(0); /* Hint GPU acceleration */
    will-change: transform;
}

.card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.experience-box {
    min-width: 120px;
    border-radius: 8px;
    z-index: 2;
    position: relative;
}

.uk-text-danger {
    color: #e53935;
}

.uk-background-danger {
    background-color: #e53935;
}

.uk-heading-medium {
    font-size: 2.5rem;
    font-weight: 700;
}

h3.uk-margin-remove {
    font-size: 2rem;
    font-weight: bold;
}

/* Tilted red container behind image */
.image-background-tilt {
    background-color: #e53935;
    transform: rotate(3deg);
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
}

/* Animated money emoji background */
.money-emoji {
    position: absolute;
    font-size: 2rem;
    animation: floatMoney 4s infinite ease-in-out;
    will-change: transform;
    z-index: 1;
    opacity: 0.2;
}

@keyframes floatMoney {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(10deg); }
    100% { transform: translateY(0) rotate(0deg); }
}



.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Circular icon badge above content */
.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f56c6c;
    color: white;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 2;
}

/* Footer arrow box styling */
.card-footer {
    background: #f5f5f5;
    text-align: center;
    padding: 12px 0;
}

.footer-arrow {
    display: inline-block;
    background: #333;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    font-size: 16px;
    transition: background 0.3s;
}

.footer-arrow:hover {
    background: #e53935;
}
/* Card layout styling */
.offer-card {
    position: relative;
    padding-top: 40px;
    background: #fff;
    text-align: left;
    transition: box-shadow 0.3s ease;
}

.offer-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Top-right icon in each card */
.icon-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* "More Detail" link */
.more-detail {
    display: inline-block;
    margin-top: 10px;
    color: #111;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 2px solid #111;
    transition: border-color 0.3s;
}

.more-detail:hover {
    border-color: #e53935;
}
.testimonial-card {
    background: #fff;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border 0.3s ease;
    position: relative;
}

.testimonial-card.active {
    border-color: #e53935;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: 2px dashed #e53935;
    object-fit: cover;
}

.testimonial-stars {
    color: #e53935;
    font-size: 1rem;
    line-height: 1;
    margin-top: 5px;
}

.testimonial-quote {
    position: relative;
    padding-top: 10px;
}

.quote-arrow {
    width: 100%;
    height: 20px;
    background: transparent;
    background-image: url('../images/front-view-woman-with-face-mask-market_23-2148777465.jpg');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.highlight {
    color: #ff5e5e;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.calculator-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

input[type='range'] {
    width: 100%;
    margin: 10px 0;
}

strong {
    color: #222;
}

.note {
    font-size: 12px;
    color: #888;
    margin-top: 15px;
}

.uk-button-danger {
    background-color: #f44336;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.btn-primary-custom {
    background-color: var(--primary-color);
    color: white;
    border: none;
    transition: all 0.3s;
}

.btn-primary-custom:hover {
    background-color: var(--primary-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn-outline-custom {
    border: 2px solid white;
    color: white;
    background: transparent;
    transition: all 0.3s;
}

.btn-outline-custom:hover {
    background: white;
    color: var(--primary-color);
}

.modal-header-custom {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: white;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}

.modal-header-custom h3 {
    margin: 0;
    font-weight: 700;
}

.modal-body-custom {
    padding: 30px;
}

.form-label-custom {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
    display: block;
}

.form-input-custom:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 2px rgba(197, 23, 46, 0.2);
}

.switch-modal {
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s;
}

.switch-modal:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.emoji-animation {
    display: inline-block;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.money-emoji {
    font-size: 1.5rem;
    margin-right: 10px;
    vertical-align: middle;
}

.benefits-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.benefits-list li:before {
    content: "✓";
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.floating-emoji {
    position: absolute;
    font-size: 2rem;
    opacity: 0.7;
    z-index: 0;
}

.floating-emoji:nth-child(1) {
    top: 20%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

.floating-emoji:nth-child(2) {
    top: 60%;
    right: 15%;
    animation: float 8s ease-in-out infinite 2s;
}

.floating-emoji:nth-child(3) {
    bottom: 10%;
    left: 20%;
    animation: float 7s ease-in-out infinite 1s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.feature-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s;
    height: 100%;
    border-top: 4px solid var(--primary-color);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.services-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 30px;
    background: linear-gradient(to right, #ffffff, #f2f2f2);
}

.card {
    background: #fff;
    padding: 30px 20px;
    width: 300px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: left;
    position: relative;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.icon img {
    height: 50px;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(39%) sepia(88%) saturate(486%) hue-rotate(348deg) brightness(97%) contrast(95%);
}

.card h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #111;
}

.card p {
    font-size: 0.95rem;
    margin-bottom: 25px;
    color: #555;
}

.more-detail {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
}

.trust-section {
    position: relative;
    background: url('../images/side-view-people-chatting-work_11zon.jpg') center/cover no-repeat;
    color: white;
    padding: 80px 40px;
}

.trust-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.6);
    z-index: 0;
}

.trust-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.left-side {
    max-width: 40%;
    padding: 20px;
}

.left-side .play-button {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.left-side .play-button:hover {
    background: #fff;
    color: #d40000;
}

.left-side h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.right-side {
    max-width: 55%;
    padding: 20px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.trust-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.trust-item::before {
    content: "✔";
    color: #ff3b3b;
    margin-right: 10px;
}

.uk-modal-dialog {
    border-radius: 12px !important;
    overflow: hidden;
}

.uk-modal-body {
    padding: 0 !important;
    overflow-y: auto;
}

.modal-header {
    background: linear-gradient(
            to right,
            rgba(197, 23, 46, 0.7),
            rgba(158, 18, 36, 0.7)
    ), url('../images/about-4-1.a9e6670e6abfe12ebfec.png'), url('../images/african-man-harvesting-vegetables_11zon.jpg'), url('../images/loan-calculator-1-1.721d90f91af143cb8f21.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: white;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 180px;
    animation: backgroundTransition 18s ease infinite;
}

.modal-header .brand {
    font-weight: 700;
}

.modal-header p {
    margin: 8px 0 0;
    opacity: 0.9;
}

.emoji-container {
    position: relative;
    z-index: 2;
}


.emoji {
    font-size: 40px;
    display: inline-block;
    animation: bounce 2s infinite;
}

form {
    padding: 30px;
}

.uk-form-label {
    font-weight: 500;
    color: var(--text-color);
}

.uk-input {
    border-radius: 8px !important;
    border: 1px solid var(--border-color) !important;
    transition: all 0.3s;
}

.uk-input:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 2px rgba(197, 23, 46, 0.2) !important;
}

.uk-button-primary {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px !important;
    transition: all 0.3s;
}

.uk-button-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(158, 18, 36, 0.3);
}

.switch-link {
    color: var(--primary-color) !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.switch-link:hover {
    text-decoration: underline;
}

.social-divider {
    position: relative;
    text-align: center;
    margin: 25px 0;
    color: var(--light-text);
}

.social-divider span {
    background: white;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.social-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--border-color);
    z-index: 0;
}

.social-btn {
    width: 100%;
    padding: 10px;
    border-radius: 8px !important;
    border: 1px solid var(--border-color);
    background: white;
    color: var(--text-color);
    font-weight: 500;
    transition: all 0.3s;
    text-align: center;
}

.social-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.social-btn i {
    margin-right: 8px;
}

.social-btn.google:hover i {
    color: #DB4437;
}

.social-btn.facebook:hover i {
    color: #4267B2;
}

.password-hint {
    font-size: 13px;
    color: var(--light-text);
    margin-top: 5px;
}

.uk-checkbox:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Animations */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-7px);}
}

/* Close button styling */
.uk-modal-close-default {
    color: white !important;
    opacity: 0.8;
    transition: all 0.3s;
}

.uk-modal-close-default:hover {
    opacity: 1;
    transform: rotate(90deg);
}

@keyframes backgroundTransition {
    0%, 33% {
        background: linear-gradient(
                to right,
                rgba(197, 23, 46, 0.02),
                rgba(158, 18, 36, 0.04)
        ), url('../images/about-4-1.a9e6670e6abfe12ebfec.png');
        background-size: cover;
        background-position: center;
        background-blend-mode: overlay;
    }
    34%, 66% {
        background: linear-gradient(
                to right,
                rgba(197, 23, 46, 0.05),
                rgba(158, 18, 36, 0.07)
        ), url('../images/african-man-harvesting-vegetables_11zon.jpg');
        background-size: cover;
        background-position: center;
        background-blend-mode: overlay;
    }
    67%, 100% {
        background: linear-gradient(
                to right,
                rgba(197, 23, 46, 0.06),
                rgba(158, 18, 36, 0.1)
        ), url('../images/loan-calculator-1-1.721d90f91af143cb8f21.png');
        background-size: cover;
        background-position: center;
        background-blend-mode: overlay;
    }
}
.uk-modal-title, .modal-header p {
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
/* Side Clickable Container - Left Version */
.side-clickable-container {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.side-clickable-divider {
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    margin-left: 10px;
}

.side-clickable-items {
    background-color: rgba(0,0,0,0.7);
    padding: 20px;
    border-radius: 4px;
    text-align: left;
    transition: transform 0.3s ease;
}

.side-clickable-item {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    margin: 10px 0;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
}

.side-clickable-item:hover {
    background-color: rgba(255,255,255,0.1);
    border-right: 3px solid #ba0e53;
    transform: translateX(-5px);
}

.side-clickable-item h3 {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
}

.side-clickable-item p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Hero Bottom Content */
.hero-bottom-content {
    margin-bottom: 100px;
}

.hero-button {
    background: #ba0e53;
    color: white;
}

.hero-button:hover {
    background: #9a0c46;
    color: white;
}


/* Responsive Adjustments */
@media (max-width: 960px) {
    .side-clickable-container {
        left: 20px;
    }

    .side-clickable-items {
        padding: 15px;
    }
    .hero-style-resposnive{
        display: none;
    }
}

@media (max-width: 640px) {
    .side-clickable-container {
        display: none;
    }
    .hero-style-resposnive{
        display: none;
    }
}
.uk-icon-button:hover {
    color: #91c8ff;
}
.apply-now-button {
    display: inline-block;
    padding: 8px 20px;
    background-color: #bc2738; /* Your red color */
    color: white !important;
    text-decoration: none !important;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 500;
    border: none;
    z-index: 1;
}

.apply-now-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #9e1c2a; /* Darker red for hover */
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.apply-now-button:hover::before {
    left: 0;
}

.apply-now-button:hover {
    color: white !important;
}

/* Main nav item glow and hover effect */
.nav-item-glow > a {
    position: relative;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.nav-item-glow > a:hover {
    background-color: rgba(188, 39, 56, 0.1); /* Light red background */
}

.nav-item-glow > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: #bc2738;
    z-index: -1;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.nav-item-glow > a:hover::before {
    opacity: 0.3;
    transform: scale(1);
    box-shadow: 0 0 15px rgba(188, 39, 56, 0.5);
}

/* Dropdown item hover effects */
.dropdown-item-glow > a {
    position: relative;
    padding: 8px 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.dropdown-item-glow > a:hover {
    background-color: #bc2738 !important;
    color: white !important;
    transform: translateX(5px);
}

.dropdown-item-glow > a span[uk-icon] {
    margin-right: 8px;
    transition: all 0.3s ease;
}

.dropdown-item-glow > a:hover span[uk-icon] {
    transform: scale(1.1);
    color: white !important;
}

/* Pulse animation for active/hover states */
@keyframes pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(188, 39, 56, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(188, 39, 56, 0); }
    100% { box-shadow: 0 0 0 0 rgba(188, 39, 56, 0); }
}

.nav-item-glow:hover,
.nav-item-glow.active{
    animation: pulse-glow 1.5s infinite;
}
.right-side-container {
    position: absolute;
    right: 30px;
    bottom: 50px;
    width: 300px;
    z-index: 1;
}
.nav-item-glow.active span[uk-icon] {
    filter: drop-shadow(0 0 5px rgba(188, 39, 56, 0.7));
}
.news-letter-background{
    border-color: #000000;
}

.hero-style-resposnive{
    display: block;
}
