

.dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.orange-border {
    border: 4px solid #ff8e00;
}


.left-align-hero p {
    margin-left: 32px;
}

.left-align-hero h2 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.text-filter {
    filter: url(#white-text-shadow);
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.custom-card-body {

    background-color: #f6f6f6;
    box-shadow: 18px 18px 20px 4px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px 30px;
    position: relative;
}

header.fixed {
    padding: 16px 0;
    z-index: 2000;
}

.loan-link-card {
    line-height: 34px !important;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-address {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .footer-content {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

}


.content-info p {
    margin-top: 0px;
}

.main_content h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_content h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 400;
}


.main_content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}

.main_content h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.main_content p {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
}

.main_content div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content ul, .main_content ol {

    padding-left: 60px;
    list-style-position: inside;
    line-height: 24px;
    margin: 0px !important;
    font-size: 16px;
}

.main_content li {
    padding-top: 5px;
    padding-bottom: 4px;
    list-style-type: inherit;
    font-size: 16px;
}

.main_content ul {
    padding-left: 60px;
    line-height: 24px;
}

.main_content ul li {
    list-style: disc;
    padding-left: 10px;
    line-height: 24px;
    filter: url(#white-text-shadow);
    font-size: 16px;
}


blockquote {
    padding-left: 20px;
    border-left: solid 6px #b3ded8;
    margin-top: 15px;
}


.main_content a:not(.btn) {
    position: relative;
    text-decoration: none;
    color: #008cc1 !important;
    transition: color 0.15s ease-in-out;
    filter: url(#white-text-shadow);
}

.main_content a:not(.btn):hover,
.main_content a:not(.btn):focus,
.main_content a:not(.btn):active {
    color: black;
    cursor: pointer;
}

.main_content a:not(.btn)::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    background-color: #fdd252;
    bottom: -2px;
}

.main_content a:not(.btn):hover::after,
.main_content a:not(.btn):focus::after,
.main_content a:not(.btn):active::after {
    transform: translateX(0);
    opacity: 1;
    color: #008cc1;
}

.main_content h2 {
    position: relative;
    padding-left: 30px; /* Create space for the image */
}

.main_content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%; /* Center the image vertically */
    transform: translateY(-50%);
    width: 22px; /* Match the image width */
    height: 22px; /* Match the image height */
    background: url('/website/images/icon-square.png') no-repeat center center;
    background-size: contain; /* Ensure the image fits */
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.social-logo {
    border-radius: 50% !important;
}

.dropdown-menu-columns {
    width: 750px;
}

.dropdown-menu {
    min-width: 220px;
}


.btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #c9d4e3;
    border-color: #f8f8f8;
    opacity: var(--bs-btn-disabled-opacity);
    cursor: not-allowed;
    cursor: not-allowed;
    cursor: no-drop;
}

.custom-pagination {
    display: flex;
    gap: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: center;
}

.custom-pagination a,
.custom-pagination span {
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
}

.custom-pagination .active {
    background-color: #fb9500;
    color: white;
    border-color: #fb9500;
}

.custom-pagination .disabled {
    color: #999;
    pointer-events: none;
}

.active_blog {
    background-color: white !important;
    border: 3px solid orange !important;
}

.image-container img {
    border-radius: 20px; /* Rounded corners */
    transition: opacity 0.5s ease-in-out; /* Smooth fade effect */
}

.image-container img.hidden {
    opacity: 0; /* Hide image for transition */
}

.custom-box {
    border: 3px solid transparent;
    border-radius: 40px;
    min-height: 60px;
    margin-bottom: 18px;
    padding: 10px;
    background-color: #edebeb;
}

.custom-box:hover {
    background-color: white;
    border: 3px solid orange;
}

.image-container img {
    border-radius: 20px;
    width: 360px;
    height: auto;
    object-fit: cover;
}

.blog-title {
    font-size: 18px;
    font-weight: 400;
}


@media (min-width: 768px) {
    .image-container img {
        width: 500px;
    }

    .blog-title {
        font-size: 18px;
    }

}

@media (min-width: 994px) {
    .image-container img {
        width: 550px;
    }

}

@media (max-width: 994px) {
    .image-container {
        margin-bottom: 40px;
    }

    .loff-contact .loff-spe {
        margin-left: 10px;
        min-height: 100%;
        flex-direction: column;
        color: black;
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media (max-width: 990px) {
    /*.cross {*/
    /*    position: absolute !important;*/
    /*    right: 60px !important;*/
    /*}*/
}

/*Contact page*/
.info-links {
    margin-top: 60px;
    max-width: 1200px;
}

.map_link {
    color: inherit;
    text-decoration: underline;
}

.info-card {
    background-color: #f7f7f7;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 220px;
}

.info-card:hover {
    background-color: #f8bd69;
}

.info-card.yellow {
    background-color: #f8bd69;
    color: #000;
}

.info-card.yellow:hover {
    background-color: #f7f7f7;
    color: #000;
}

.info-title {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.info-subtitle {
    font-size: 1rem;
    color: #333;
}

/* Section Container */
.help-section {
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 12px;
}

/* Left Content */
.section-title {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
}

.quick-links {
    list-style: none;
    padding: 0;
}

.quick-links li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
}

/* Form Styling */
.help-form {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}

label {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 0.95rem;
    padding: 10px;
    background-color: #f7f7f7 !important;
}

textarea {
    color: #282828;
    background-color: #fff;
    outline: 0;
    box-shadow: none;

    border: solid 4px #e0dddd !important;
}

textarea:focus {
    color: #282828;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: solid 4px #ff9700 !important;
}


.btn-dark {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
}

.btn-dark:hover {
    background-color: #333;
}

/* Style placeholder text */
::placeholder {
    color: #aaa !important;
    font-weight: normal !important;
    opacity: 1;
    font-size: 14px;
}

/* For compatibility with older browsers */
:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
    font-weight: normal;
}

::-ms-input-placeholder { /* Edge */
    color: #aaa;
    font-weight: normal;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 12 16'%3e%3cpath fill-rule='evenodd' d='M6.5 0C3 0 0 3 0 6.5S3 13 6.5 13 13 10 13 6.5 10 0 6.5 0zm0 11.5c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM7 4.75v-2h-1v2h1zM7 6v1h-1V6h1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(1.5em + 0.375rem) calc(1.5em + 0.375rem);
}

.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.is-invalid + .invalid-feedback {
    display: block;
}

/*Contact page*/

.blog_list_section {
    overflow-y: scroll;
    padding-top: 30px;
    max-height: 500px;
}


.blog-card {
    transition: all 0.3s ease;

    overflow: hidden;
    border-radius: 20px;
}

.blog-card img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.card-body {
    min-height: 70px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-card .card-body {
    text-align: left;
    background: #edebeb;
}

.blog-card:hover .card-body {
    background: #f8bd69;

}

.blog-card .blog-title {
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.blog-card .blog-date {
    font-size: 16px;
    color: #6c757d;
}

.recent-blog-container {
    display: flex;
    justify-content: center;
}

.recent-blog {
    max-width: 1100px;
}

@media (min-width: 990px) {
    /* Adjust max-width as needed for "small screens" */
    /*.cross {*/
    /*    position: absolute !important;*/
    /*    right: 60px !important;*/
    /*}*/
}

.btn-sm {
    min-width: 110px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
}

.loff-contact {
    position: fixed;
    width: 100%;
    z-index: 1111;
    bottom: 0;
    background-color: #edebeb;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.loff-contact .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.loff-contact .loff-img {
    height: 80px;
    position: absolute;
    width: 80px;
    top: -28px;
    border-radius: 50px;
    justify-content: center;
}

.loff-contact .loff-img span {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
}

.loff-contact .loff-img img {
    height: 100%;
    width: 100%;
    border-radius: 40px;
}

.loff-contact .loff-spe {
    margin-left: 100px;
    min-height: 100%;
    flex-direction: column;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loff-contact .loff-spe a {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}

.loff-contact .loff-spe p {
    font-size: 14px;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
}

.loff-contact .loff-con-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
}

.loff-contact .loff-con-info a {
    text-decoration: none;
    padding: 2px 14px;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    color: black;
    border: solid 4px #e0dddd;
}

.loff-contact .loff-con-info a:hover {
    background-color: black;
    color: white;
    transition: 0.3s;
}

.loff-contact #clear-session {
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loff-contact #clear-session i {
    font-size: 16px;
}

/*---------------------------time-line----*/
.swiper-pagination {
    margin-top: 20px;
}

.timeline-slider {
    margin-bottom: 60px;
    width: 100%;
    overflow: hidden;
}

.timeline-item {
    text-align: center;
    padding: 20px;
}

.
.swiper-button-prev,
.swiper-button-next {
    color: #f8bd69;
    background-color: #f8bd69;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}


.swiper-button-prev {
    left: -60px !important;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next {
    right: -60px !important;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        left: 10px;
        right: 10px;
    }


    .scroll-top {
        bottom: 0px !important;
    }

}

.swiper-button-prev,
.swiper-button-next {
    color: #f8bd69 !important;


}

.timeline-slider {
    display: flex;
    min-width: 900px !important;
    gap: 20px;
}

.swiper-pagination-bullet {
    background-color: #f8bd69;
}


.timeline-slider {
    margin-bottom: 60px;
}

.timeline-slider {
    display: flex;
    min-width: 320px;
    gap: 20px;
}

.timeline-item p {
    margin-top: 10px;
}

.timeline-item {
    justify-content: center;
}

.arrow {
    justify-content: center;
    padding: 10px;
    margin-top: 20px;
    background-color: #f8bd69 !important;
    z-index: 2;
    position: relative;
}

.swiper-pagination-bullet {
    width: 45px !important;
    height: 14px !important;
    border-radius: 10% !important;
    background-color: #edebeb;
}

.swiper-slide {
    padding-bottom: 45px;
}

.swiper-pagination-bullet-active {
    background-color: #f8bd69 !important;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 230px;
    position: relative;
    clip-path: polygon(50% 0%, 88.25% 0%, 100% 50%, 88.25% 100%, 88.25% 100%, 0% 100%, 13% 50%, 0% 0%);
    background-color: #f8bd69
}


.arrow span {
    z-index: 2;
    position: relative;
}

.footer_space {
    height: 70px;
}

/*---------------------*/

.staff-item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.branch-info-card {
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
}

.branch-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.branch-divider {
    height: 4px;
    background-color: #f8bd69;
    margin: 0 auto 10px auto;
    border: 4px #f8bd69;
    opacity: 1;
}

.branch-subtitle {
    font-size: 14px !important;
    font-style: italic;
    margin-bottom: 20px;
    color: #ccc;
}

.branch-address {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.branch-address a {
    color: white;
}

.branch-contact {
    font-size: 24px !important;
    margin-bottom: 0px !important;
    line-height: 27px !important;
}


.branch-contact a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 27px !important;
}

.branch-contact a:hover {
    text-decoration: underline;
}

.directions {
    color: #f8bd69 !important;
}

.directions:hover {
    text-decoration: underline;
}

.ck-content h2:not(:first-of-type) {
    margin-top: 40px;
    margin-bottom: 20px;
}


.disclaimer {
    font-weight: bold;
    font-size: 14px !important;
}


.video-container {
    position: relative;
    width: 100%;
    max-width: 700px; /* Limit maximum width */
    aspect-ratio: 16 / 9; /* Ensures the video has the correct aspect ratio */
    margin: auto; /* Centers the video horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px; /* Rounded corners */
    overflow: hidden;
}


.super-powers-card {
    padding: 40px;
    margin: auto;
    border: 4px solid #ddd;
    /*border: 4px solid #ff8e00;*/
    border-radius: 20px;
    height: auto !important;

    background-color: #f6f6f6;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}

.super-powers-card h2 {
    font-family: "ff-market-web", serif;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 16px;
}

.super-powers-card ul {
    list-style-type: none;
    padding: 0;
}

.super-powers-card ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 400;
}


.license-info span {
    font-weight: 300;
}


.theme-top-margin {
    margin-top: 60px !important;
}

.theme-botton-margin {
    margin-bottom: 60px !important;
}

.close-btn-sm {
    width: 20px;
    height: 20px;
    position: relative;
    border: none;

    &:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 20px;
        background-color: #282828;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        transition: ease-out .3s all;
    }

    &:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 20px;
        background-color: #282828;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: ease-out .3s all;
    }

    &:hover, &:focus {
        &:before {
            transform: translate(-50%, -50%) rotate(135deg);
        }

        &:after {
            transform: translate(-50%, -50%) rotate(225deg);
        }
    }
}


@media (max-width: 759px) {
    .mt-sm-3 {
        margin-top: 2rem !important;
    }
}


/* Mobile-specific styles */
@media (max-width: 768px) {
    .loff-contact .loff-con-info {
        gap: 5px; /* Reduce gap between links on mobile */
    }

    .loff-con-info {
        position: absolute;
        bottom: 0px;
        width: 90%;
        justify-content: flex-start !important;
    }

    .loff-contact .loff-con-info a {
        all: unset; /* Reset all styles */
        display: inline-block; /* Set as inline elements */


        text-decoration: none;
        padding: 2px 14px;
        border-radius: 4px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        background-color: #fff;
        color: black;
        border: solid 2px #e0dddd;
    }

    .loff-contact .loff-con-info a:hover {
        text-decoration: underline; /* Add underline on hover for link style */
    }

    .pinned-title {
        text-decoration: underline !important;
        position: relative; /* Ensures proper positioning for the icon */
        color: #007bff; /* Link color */
        cursor: pointer;
    }

    .pinned-title::after {
        content: ''; /* Clear default content */
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11"%3E%3C/path%3E%3C/svg%3E');

        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 12px; /* Icon width */
        height: 12px; /* Icon height */
        position: absolute;
        /*top: -5px; !* Adjust to appear as a superscript *!*/
        /*right: -15px; !* Adjust space between text and icon *!*/
    }

    .loff-contact .container-fluid {

        padding-bottom: 30px;
    }

    .pinned-phone {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    /* Your styles for tablets or screens in this range */
    .pinned-buttons {
        margin-right: -20px;
        justify-content: end !important;
    }
}

.ck-content p{
    margin-bottom: 12px;
}

.blog-text h2{
    font-weight: 400;
}

