@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");


body::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 0;
}
body::-webkit-scrollbar {
    width: 14px;
    height: 8px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    background-color: #ecbf49;
    border-radius: 10px
}

body {
    margin: 0;
    padding: 0;
    color: #282828;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

ul,
li {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

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

.container {
    max-width: 1220px;
}

.container-fluid {
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
}


.progress-container {
    background-color: #f9f9f9;
    height: 6px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1111111;
}

.progress-bar {
    background-color: #ecbf49;
    height: 6px;
    width: 0%;
}

.scroll-top {
    width: 50px;
    height: 75px;
    background: #444444;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    position: fixed;
    bottom: -100px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

 .scroll-top.show {
    bottom: 0px;
    opacity: 1;
}

 .scroll-top.hide {
    bottom: -100px;
    opacity: 0;
}



.hero-bg {
    background-image: linear-gradient(90deg, #dddddd 0%, #dddddd 10%, hsl(0, 0%, 100%) 25%, rgb(250, 250, 250) 75%, #dddddd 90%, #dddddd 100%);
}

/* Header */

header {
    background-color: #fff;
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 0.07);
    padding: 18px 0;
    position: sticky;
    z-index: 111;
    top: 0;
    transition: all .5s;
}

header.fixed {
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 0.07) !important;
}

header.fixed .nav-link {
    transition: all .5s;
    padding-top: 5px;
    padding-bottom: 5px;
}

header .col-xl-2 {
    display: flex;
    align-items: center;
}

.logo a img {
    max-height: 65px;
    width: auto;
    transition: max-height .5s;
}

header.fixed {
    padding: 16px 0;
}

header.fixed .logo a img {
    max-height: 50px;
}

header .dropdown-toggle::after {
    top: 2px;
    position: relative;
}

.header-no-shadow {
    box-shadow: none !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: none;
    border: none;
    min-width: 200px;
    padding: 0px 0;
    padding-bottom: 10px;
    margin-top: 15px;
    border-top: solid 3px #f8bd69;
    border-radius: 0 0 20px 20px;
}


ul.dropdown-menu li a {
    border-bottom: solid 1px #e5e5e5;
    padding: 15px 30px;
    position: relative;
    font-size: 18px;
}

ul.dropdown-menu li a:hover {
    background-color: #f8bd69;
    color: #fff;
}


.navbar-nav {
    gap: 5px;
}

header .nav-link {
    color: #000;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.icon-menu {
    margin-left: 10px;
}

.logo {
    display: flex;
    align-items: center;
}

.right-header {
    display: flex;
    gap: 15px;
    align-items: center;
}

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

.btn-outline-primary {
    border-color: #e0dddd;
    color: #282828;
    border: solid 4px #e0dddd;
    background-color: #fff;
}

.btn-outline-primary:hover {
    border-color: #282828;
    color: #fff;
    border: solid 4px #282828;
    background-color: #282828;
}

.btn-primary {
    background-color: #282828;
    border-color: #282828;
    border: solid 4px #282828;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #e0dddd;
    color: #282828;
    border: solid 4px #e0dddd;
}

.form-control:focus {
    color: #282828;
    background-color: #fff;
    border-color: #ff9700;
    outline: 0;
    box-shadow: none;
}

input.form-control {
    border-color: #e0dddd;
    color: #282828;
    border: solid 4px #e0dddd;
    background-color: #fff;
    border-radius: 12px;
    min-height: 56px;
    padding: 0 28px;
}

input::placeholder {
    font-size: 18px;
    color: #282828;
    font-weight: 500;
}

.header-action {
    gap: 12px;
}

/* about-section */

.about-ceo-section {
    padding: 60px 0 0;
}

.about-ceo-section .section-header {
    margin: 0 auto 60px;
    max-width: 900px;
}

/* hero section */

.hero-section {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.hero-info {
    text-align: center;
}

.hero-section .breadcrumb {
    display: flex;
    justify-content: center;
    margin: 0;
}

.hero-section .breadcrumb li a {
    color: #db860b;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #db860b;
}

.hero-section .breadcrumb li {
    color: #db860b;
}

.hero-section .hero-info h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    color: #282828;
    margin-bottom: 10px;
}

.hero-section .hero-info p {
    font-size: 28px;
    line-height: normal;
    color: #282828;
    padding-bottom: 15px;
}

.branch-hero-section ol li a {
    color: #db860b !important;
}

.branch-hero-section ol li {
    color: #db860b !important;
}

.branch-hero-section .breadcrumb-item + .breadcrumb-item::before {
    color: #db860b !important;
}

.team-hero-section {
    padding-bottom: 35px;
}

.team-hero-section ol li a {
    color: #db860b;
}

.team-hero-section ol li {
    color: #db860b !important;
}

.team-hero-section .breadcrumb-item + .breadcrumb-item::before {
    color: #db860b;
}

.branch-hero-section .hero-info-breadcrumb {
    width: max-content;
    margin: 20px auto;
    padding: 25px 40px;
    border: solid 4px #f8bd69;
    border-radius: 30px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.branch-hero-section.hero-section .hero-info p {
    font-size: 16px;
    padding: 0;
}

/* about-section */

.about-section {
    padding: 60px 0;
}

.about-info {
    max-width: 800px;
    margin: 0 auto;
}

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

.about-info p {
    text-align: center;
}

.about-content {
    margin-top: 40px;
    background-color: #f6f6f6;
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 0.07);
    padding: 40px 80px;
    border-radius: 0 120px 0 120px;
}

.about-img img {
    border-radius: 40px;
}

.about-text h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    color: #282828;
}

.about-action {
    display: flex;
    margin-top: 20px;
    justify-content: end;
}

/* loans-services */

.cta-section {
    padding: 0 0 80px;
}

.cta-section .container {
    max-width: 1130px;
}

.cta-info h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
}

.cta-info p {
    font-size: 16px;
    color: #282828;
    padding-left: 35px;
}

.cta-list {
    max-width: 1100px;
    margin: 30px auto 0;
}

.cta-item {
    background-color: #f6f6f6;
    width: 100%;
    display: flex;
    border: solid 4px #edebeb;
    border-radius: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
}

.cta-item:hover {
    border: solid 4px #ff9700;
}

.loan-service {
    max-width: 1100px;
    margin: 30px auto 0;
}

.loan-item {
    background-color: #edebeb;
    width: 100%;
    display: flex;
    border: solid 4px #edebeb;
    border-radius: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    flex-direction: column;
    line-height: normal;
}

.loan-item:hover {
    background-color: #fff;
    border: solid 4px #fff;
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 0.07);
}

.loan-item span {
    font-size: 20px;
    color: #282828;
}

/* staff-section */

.staff-section {
    padding: 0 0 60px;
}

.staff-item {
    display: flex;
    align-items: center;
    background-color: #edebeb;
    padding: 20px 20px;
    border-radius: 230px;
    cursor: pointer;
    gap: 30px;
    flex-wrap: wrap;
}

.staff-item:hover {
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 18%);
}

.staff-item:hover .staff-img {
    border: solid 4px #ff9700;
}

.staff-item:hover .staff-info span {
    border: solid 4px #ff9700;
}

.staff-info:hover span {
    background-color: #fff;
    color: #282828;
}

.staff-img {
    width: 230px;
    min-width: 230px;
    height: 230px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border: solid 4px #edebeb;
}


.staff-img-sm {
    width: 230px !important;
    min-width: 230px !important;;
    height: 230px !important;;
    border-radius: 100% !important;;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border: solid 4px #edebeb;
}

.staff-img-sm img {
    width: 230px !important;
}

.item-sm {
    min-width: 375px;
}


.staff-img img {
    object-fit: cover;
}

.staff-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    padding-right: 30px;
}

.staff-info h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: normal;
}

.staff-info p {
    font-size: 20px;
    font-weight: 300;
    font-weight: 400;
    line-height: 24px;
}




.staff-info span {
    margin-top: 12px;
    min-height: 44px;
    font-size: 16px;
}

.staff-list {
    max-width: 1200px;
    margin: 60px auto;
}

.staff-icon {
    position: absolute;
    right: 10px;
    bottom: 60px;

}

.staff-icon img {
    max-width: 40px;
}

.connect-link {
    margin-bottom: 25px;
}

.connect-link a {
    font-size: 18px;
}

/* branch-manager-section */
.branch-manager-section {
    position: relative;
}

.branch-manager-section::after {
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #dddddd 0%, #dddddd 10%, hsl(0, 0%, 100%) 25%, rgb(250, 250, 250) 75%, #dddddd 90%, #dddddd 100%);
}

.branch-manager-section .container {
    position: relative;
    z-index: 111;
}

.branch-manager-section .staff-img {
    width: 190px;
    min-width: 190px;
    height: 190px;
    border: solid 4px #282828;
}



.branch-manager-section .staff-item {
    min-width: 450px;
    /*width: 100%;*/
    padding: 15px;
    background-color: #282828;
    gap: 10px;
}

.branch-manager-section .staff-info {
    padding-right: 40px;
    gap: 4px;
}

.branch-manager-section .staff-info h3 {
    color: #fff;
}

.branch-manager-section .staff-info p {
    color: #fff;
}

.branch-manager-section .staff-info span {
    border: solid 4px #fff;
    height: 44px;
    min-height: 44px;
}

.branch-manager-section .staff-item:hover span {
    border: solid 4px #ff9700;
    background-color: #ff9700;

}

.branch-manager-section .staff-info a {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}

/* accordin-section */

.accordin-section {
    padding: 0 0 60px;
}

.accordin-section .accordion {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.accordion-item {
    border: none;
}

.accordion-button {
    background-color: #edebeb;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 400;
    color: #252525;
    padding: 20px;
    display: flex;
    gap: 12px;
    border: solid 4px #edebeb;
}

.accordion-button:hover {
    border: solid 4px #f8bd69;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffe0b2;
    color: #252525;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    border: solid 4px #ffe0b2;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ffe0b2;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.accordion-body p {
    font-size: 16px;
}

/* form-section */

.form-section {
    padding: 60px 0 100px;
}

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

.form-filed {
    max-width: 800px;
    margin: 0 auto;
}

/* testimonial-section */

.testimonial-section {
    padding: 60px 0;
}

.testimonial-header {
    margin-bottom: 40px;
}

.testimonial-header h2 {
    font-size: 30px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.section-header p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.testimonial-header p {
    text-align: center;
    font-size: 16px;
}

.logo-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.logo-rating img {
    height: 50px;
    width: max-content;
}

.logo-lo {
    display: flex;
    justify-content: center;
    margin: 50px auto 30px;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.logo-lo img {
    height: 160px;
    width: max-content;
}

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

.testimonial-box::after {
    content: "";
    width: 80px;
    height: 70px;
    background-image: url(../images/icon-qoute.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    position: absolute;
    top: 40px;
    left: 40px;
}

.testimonials {
    max-width: 900px;
    margin: 0 auto;
}

.owl-carousel .testimonial .icons-star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.owl-carousel .testimonial .icons-star img {
    width: 24px;
    height: auto;
}

.testimonial {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    background-color: #edebeb;
}

.testimonial:hover {
    background-color: #ffe0b2;
    cursor: pointer;
}

.testimonial h4 {
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

.testimonial p {
    font-size: 16px;
}


/* info-section */

.info-section {
    padding-top: 60px;
}

.info-section .staff-item {
    padding: 15px;
    gap: 10px;
    position: relative;
}

.info-section .staff-info {
    width: calc(96% - 210px);
}

.info-section .staff-info h3 {
    margin-bottom: 5px;
}

.info-section .staff-info p {
    margin-bottom: 4px;
}

.info-section .staff-img {
    width: 180px;
    min-width: 180px;
    height: 180px;
}

.info-links {
    max-width: 1000px;
    margin: 60px auto 0 auto;
}

.info-link {
    background-color: #edebeb;
    width: 100%;
    display: flex;
    border-radius: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    flex-direction: column;
    line-height: normal;
    font-family: "ff-market-web", sans-serif;;
}

.info-link:hover {
    background-color: #fff;
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 0.07);
}

.info-link .link-subtitle {
    font-size: 34px;
    font-family: "Roboto Condensed", sans-serif;
}

.info-link.location:hover {
    background-color: #fff;
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 0.07);
}

.info-link.location {
    background-color: #f8bd69;
}

.info-section .section-description {
    margin: 0 auto;
    max-width: 800px;
}

.info-section .section-lo {
    margin: 0 auto;
    max-width: 1100px;
}
/* ceo-message-section */

.ceo-message-section {
    padding: 80px 0 40px;
}

.ceo-message-content {
    background-color: #f6f6f6;
    box-shadow: 18px 18px 61px 4px rgba(0, 0, 0, 0.07);
    padding: 40px 80px;
    border-radius: 0 120px 0 120px;
}

.ceo-message-image {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}

.ceo-message-image img {
    width: 240px;
    border-radius: 100px;
}

.ceo-message-text h3 {
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
    font-family: "ff-market-web", sans-serif;;
}

.ceo-message-text h3 img {
    width: 16px;
    height: 16px;
}

.ceo-message-text p {
    font-size: 16px;
    color: #282828;
}

.ceo-action {
    display: flex;
    align-items: left;
    justify-content: left;
    margin-top: 20px;
}

.ceo-action a {
    border-color: #f8bd69;
}

/* faq section */

.faq-section {
    padding: 80px 0 20px;
}

.faq-section .section-header {
    max-width: 900px;
    margin: 0 auto 60px;
}

.faq-section .section-header p {
    font-size: 16px;
}

/* footer */
.footer-topbar {
    position: relative;
    overflow: hidden;
    margin-top: 60px;

}

.footer-line {
    width: 100vw;
    height: 20px;
    background-color: #ebeae9;
    border-radius: 40px 40px 0 0;
}

.footer-section {
    padding: 60px 0;
    background-color: #282828;
    /* background-image: linear-gradient(90deg,
            hsl(36deg 100% 85%) 0%,
            hsl(35, 100%, 92%) 10%,
            hsl(0, 0%, 100%) 25%,
            hsl(0, 0%, 98%) 75%,
            hsl(35, 100%, 96%) 90%,
            hsl(36deg 100% 85%) 100%); */
    border-bottom: solid 10px #f8bd69;
}

.footer-section .btn-primary {
    background-color: #282828;
    border-color: #ff8e00;
    border: solid 4px #ff8e00;
}

.footer-section .btn-primary:hover {
    background-color: #ff8e00;
    border-color: #ff8e00;
    border: solid 4px #ff8e00;
}

.footer-section .btn-outline-primary {
    border-color: #fff;
    color: #282828;
    border: solid 4px #fff;
}

.footer-section .btn-outline-primary:hover {
    border-color: #fff;
    color: #fff;
    border: solid 4px #fff;
}

.footer-section .container {
    position: relative;
}

.footer-logo a {
    display: flex;
}

.footer-link {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.footer-link a {
    font-size: 14px;
    color: #fff;
}

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

    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 180px;
}

.footer-action a {
    min-width: 180px;
}

.footer-address {
    text-align: center;
}

.footer-address address p {
    color: #fff;
    line-height: 32px;
}


.footer-address address a {
    color: #fff;
}


.footer-address p {
    font-size: 20px;
    color: #282828;
}

.submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.submit-btn button {
    min-height: 56px;
    min-width: 200px;
    font-weight: 400;
}

.social-link {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.social-link a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* blog section */

.blog-content {
    margin-top: 40px;
    background-color: #f6f6f6;
    box-shadow: 18px 18px 24px 4px rgba(0, 0, 0, 0.07);
    padding: 40px 80px;
    border-radius: 0 120px 0 120px;
}

.blog-img img {
    border-radius: 40px;
}

.blog-text {
    max-width: 90%;
    margin: 0 auto;
}

.blog-text span {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    margin-bottom: 8px;
}

.blog-text h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-text h3 img {
    margin-top: 4px;
}

.blog-text p {
    font-size: 16px;
    color: #282828;
}

.blog-action {
    display: flex;
    margin-top: 20px;
    justify-content: end;
}

.list-with-icon li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: none;
}

.list-with-icon li::after {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-image: url(../images/icon-checkmark.png);
    display: flex;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: contain;
}

/* Style the dots container */
.owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

/* Style individual dots */
.owl-dot {
    width: 45px;
    height: 14px;
    border-radius: 10%;
    background-color: #edebeb;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Active dot styling */
.owl-dot.active {
    background-color: #ffe0b2;
}

/* Additional hover effect (optional) */
.owl-dot:hover {
    background-color: #ffe0b2;
}

/* Style for the <span> inside each dot (if needed) */
.owl-dot span {
    display: none;
}


/* hero section */

.hero-second-section {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-second-section .container {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-second-section .container .row {
    position: relative;
    z-index: 11;
}

.hero-second-section .container::after {
    width: 104%;
    height: 70%;
    content: '';
    position: absolute;
    background-image: linear-gradient(95deg, #dddddd 0%, #dddddd 2%, hsl(0, 0%, 100%) 10%, rgb(250, 250, 250) 90%, #dddddd 98%, #dddddd 100%);
}

.navbar-expand-lg .navbar-nav > .nav-item:hover > .dropdown-menu {
    display: block;
    margin: 0;
}

.hero-second-section::after {
    width: 100%;
    height: 70%;
    content: '';
    position: absolute;
    background-color: #dddddd;
}

.hero-img {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content-box {
    background: linear-gradient(87deg, #444444, #282828);
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    padding: 40px;
    min-height: 500px;
    width: 100%;
}

.hero-content {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-content p {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.hero-content p:first-child {
    max-width: 260px;
    margin: 0 auto;
}

.hero-content p {
    max-width: 360px;
    margin: 0 auto;
}

.hero-content p a {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-decoration: underline;
}

.hero-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.hero-action a {
    background-color: #282828;
    color: #f8bd69;
    border-color: #f8bd69;
    max-width: 260px;
    min-width: 260px;
    width: 100%;
    min-height: 56px;
    font-size: 24px;
    font-weight: 400;
}

.hero-action a:hover {
    background-color: #f8bd69;
    color: #282828;
    border-color: #f8bd69;
}

/* highlight-section */

.highlight-section {
    margin: 60px 0;
    overflow: hidden;
}

.highlight-section .row {
    position: relative;
}

.highlight-content {
    width: 100vw;
    background-color: #282828;
    border-radius: 30px 0 0 30px;
    margin-left: 80px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 120px;
}

.highlight-text .highlight-title {
    color: #fff;
    font-size: 34px;
    line-height: normal;
}

.highlight-description {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    max-width: 700px;
    justify-content: space-between;
}

.highlight-text {
    max-width: 900px;
}

.highlight-image img {
    max-height: 180px;
}

.highlight-link {
    background-color: #282828;
    color: #f8bd69;
    border-color: #f8bd69;
    max-width: 180px;
    min-width: 180px;
    width: 100%;
    min-height: 46px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.highlight-link:hover {
    background-color: #f8bd69;
    color: #282828;
    border-color: #f8bd69;
}


.hero-section .hero-info-breadcrumb {
    margin-bottom: 35px;
    margin-top: 20px;
}

.hero-section .hero-info-breadcrumb p {
    text-align: center;
    font-size: 18px;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

.hero-section .hero-info-breadcrumb a {
    font-size: 18px;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

/* tab-section */
.tab-section {
    padding: 60px 0;
}

.tab-section .section-header {
    max-width: 800px;
    margin: 0 auto;
}

.tab-section .tab-body {
    margin-top: 60px;
    max-width: 1000px;
    margin: 60px auto 0;
}

.tab-list-body .nav-link {
    border-color: #e0dddd;
    color: #282828 !important;
    border: solid 4px #e0dddd;
    background-color: #fff;
    border-radius: 50rem !important;
    min-width: 160px;
    font-size: 18px;
    font-weight: 500;
}

.tab-list-body .nav-link:hover {
    border: solid 4px #f8bd69 !important;
}

.tab-body .nav-pills {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}


.tab-body .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #282828;
    border-color: #282828;
    border: solid 4px #282828;
    color: #fff !important;
}

.nav-tab-list {
    position: relative;
    padding-right: 40px;
}

.nav-tab-list::after {
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #f8bd69;
    right: 0;
    border-radius: 50px;
}

.tab-content {
    padding: 0 30px;
    width: 100%;
}

.location-box {
    background-color: #edebeb;
    padding: 20px 30px;
    border-radius: 100px;
    text-align: center;
    height: 100%;
    position: relative;
    display: block;
    border: solid 4px #edebeb;
}

.location-box img {
    position: absolute;
    right: 30px;
    bottom: 20px;
    max-width: 50px;
}

.location-box:hover {
    border: solid 4px #f8bd69;
}

.location-box h3 {
    text-align: center;
    font-size: 24px;
    margin: 0;
}

.location-box p {
    max-width: 90%;
    font-size: 16px;
    margin: 0 auto;

}


/* content-section */

.content-section {
    padding: 60px 0 0px;
}

.content-section .section-header h2 {
    justify-content: start;
}

.content-section .section-header p {
    text-align: left;
}

.content-info h2 {
    font-weight: 400;
    line-height: normal;
    font-size: 28px;
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 0;
}

.content-info h2 img {
    margin-top: 7px;
}

.content-info h3 img {
    margin-top: 4px;
}

.content-info h3 {
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: start;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: 30px;
}

.content-info p {
    margin-left: 32px;
    color: #282828;
    line-height: normal;
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
}

.content-info ul {
    margin-top: 20px;
    margin-left: 32px;
    padding-left: 20px;
}

.content-info ul.list-with-icon {
    margin-left: 0;
}

.content-info ul.list-with-icon li {
    list-style: none;
}

.content-info ul li {
    list-style: disc;
}

.content-info ol li {
}

.content-info ol {
    margin-top: 20px;
    margin-left: 32px;
    padding-left: 20px;
}

.content-info ol li {
    list-style: decimal;
}

.section-space {
    margin-bottom: 60px;
}

.section-top-space {
    margin-top: 60px;
}

/* loan-section */

.loan-section {
    padding: 80px 0 20px;
}

.loan-section .section-header {
    max-width: 1000px;
    margin: 0 auto 40px;
}

.loan-section .section-header p {
    max-width: 800px;
    margin: 0 auto;
}

.loan-link-card {
    min-height: 150px;
    width: 100%;
    padding: 20px;
    background-color: #edebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    font-size: 28px;
    line-height: 24px;
    color: #282828;
}


.loan-link {
    min-height: 150px;
    width: 100%;
    padding: 20px;
    background-color: #edebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    font-size: 28px;
    line-height: 24px;
    color: #282828;
}

.loan-link span {
    font-size: 20px;
    list-style: 20px;
    color: #282828;
}

.loan-list {
    max-width: 900px;
    margin: 0 auto;
}

.loan-link:hover {
    background-color: #fff;
    box-shadow: 0px 1px 20px 4px rgba(0, 0, 0, 0.07);
}

/* resources-blog-section */

.resources-blog-section .section-header {
    max-width: 900px;
    margin: 0 auto;
}

.resources-blog-section .blog-text h3 {
    font-family: "ff-market-web", sans-serif;;
    font-size: 30px;
}

.resources-blog-section .blog-text h3 img {
    margin-top: 8px;
}

.resources-blog-section .blog-action {
    justify-content: center;
}

.resources-blog-section .btn-outline-primary {
    border-color: #ff8e00;
    color: #282828;
    border: solid 4px #ff8e00;
    background-color: #fff;
}

.resources-blog-section .btn-outline-primary:hover {
    border-color: #ff8e00;
    color: #fff;
    border: solid 4px #ff8e00;
    background-color: #ff8e00;
}

/* resources section */

.resources-section {
    padding: 80px 0;
}


.resources-section .section-header {
    max-width: 860px;
    margin: 0 auto;
}

.resources-section .resources-item {
    background-color: #f6f6f6;
    width: 100%;
    display: flex;
    border: solid 4px #edebeb;
    border-radius: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    line-height: normal;
}

/* .resources-section .resources-item.active {
    border: solid 4px #ff9700;
    background-color: #fff;
} */

.resources-section .resources-item:hover {
    border: solid 4px #ff9700;
    background-color: #fff;
}

.resources-service {
    max-width: 1000px;
    margin: 40px auto 0;
}

.loan-link-section .info-links {
    margin: 60px auto 0 auto;
    max-width: 1100px;
}

.loan-link-section .info-link {
    font-size: 22px;
}

.loan-link-section .info-link .link-subtitle {
    font-size: 28px;
}

.access-links-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.access-links-section .loan-list {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.access-links-section .loan-link {
    font-size: 18px;
    line-height: 24px;
    min-height: 96px;
    max-width: 150px;
    text-align: center;
}

.access-links-section .loan-link span {
    font-size: 16px;
    line-height: 24px;
}


/* info-city-section */

.info-city-section {
    margin: 80px 0 60px;
}

.info-city-section .section-header {
    max-width: 900px;
    margin: 0 auto;
}

.city-location-list {
    max-width: 900px;
}

.city-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}


@media (min-width: 768px) {
    .staff-img-sm {
        width: 140px !important;
        min-width: 140px !important;
        height: 140px !important;
    }

    .staff-img-sm img {
        width: 140px !important;
    }

    .staff-info-sm p {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 20px;
    }

    .staff-info-sm h3 {
        font-size: 22px !important;
        font-weight: 400;
        margin: 0 0 10px;
        line-height: normal;
    }
    /*.staff-item-sm{*/
    /*    min-height: 180px !important;*/
    /*}*/
    .staff-info-sm span {
        margin-top: 4px !important;
        min-height: 44px;
        font-size: 16px;
    }
}


/* reponisve */
@media (min-width: 1560px) {
    .hero-second-section .container::after {
        width: 100%;
    }
}

@media (max-width: 1460px) {
    .hero-second-section .container::after {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .hero-second-section .container::after {
        width: 100%;
    }
}

@media (max-width: 1260px) {
    .hero-second-section .container::after {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .yt-video-container{
        margin-top: 30px;
    }
    .footer-logo {
        margin-bottom: 60px;
    }

    .footer-address {
        margin-bottom: 60px;
    }

    .leader-box {
        flex-direction: column;
    }

    .branch-manager-section .staff-info {
        padding-right: 0;
    }

    .about-content {
        padding: 40px 20px;
    }

    .about-text {
        margin-bottom: 60px;
    }

    .cta-item {
        max-width: 500px;
        margin: 0 auto;
    }

    .loan-item {
        max-width: 500px;
        margin: 0 auto;
    }

    .blog-content {
        padding: 30px;
    }

    .blog-img {
        margin-bottom: 30px;
    }

    .form-box {
        padding: 30px;
    }

    .footer-content {
        flex-direction: column;
    }

    .header-action {
        background-color: #fff;
        width: 100%;
        padding: 20px;
        z-index: 11;
        position: relative;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-img {
        border-radius: 20px 20px 0 0;
    }

    .hero-content-box {
        border-radius: 0 0 20px 20px;
    }

    .ceo-message-content {
        padding: 40px 20px;
    }

    .ceo-message-image {
        justify-content: center;
    }

    .testimonial-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info-section .staff-item {
        max-width: 600px;
        margin: 0 auto;
    }

    .info-link {
        max-width: 500px;
        margin: 0 auto;
    }

    .highlight-content {
        margin-left: 0;
        gap: 20px;
    }

}

@media (max-width: 767px) {

    .scroll-top {
        bottom: 50px !important;
    }
    .modal-checkbox .form-check-input[type=checkbox] {
        font-size: 32px !important;
    }

    /*.logo-lo {*/
    /*    flex-direction: column;*/
    /*    gap: 50px;*/
    /*}*/

    .logo-lo img {
        width: 80px;
        height: auto;
        max-width: 90px;
        max-height: 90px;
    }

    .hero-section .hero-info h1 {
        font-size: 40px;
        line-height: normal;
    }

    .logo-rating {
        gap: 50px;
        flex-direction: column;
    }

    .logo-rating img {
        width: max-content;
        height: auto;
        max-width: 60%;
        max-height: 120px;
    }

    .tab-list-body {
        flex-direction: column;
        margin-top: 20px;
        display: flex;
        width: 100%;
    }

    .nav-tab-list {
        padding-right: 0;
    }

    .tab-body .nav-pills {
        width: 100%;
        margin-bottom: 30px;
    }

    .nav-tab-list::after {
        left: 0;
        bottom: 0;
        display: none;
    }

    .tab-content {
        padding: 0;
    }

    .highlight-image {
        display: none;
    }

    .section-header h2 {
        align-items: start;
    }

    .section-header h2 img {
        margin-top: 8px;
    }

    .staff-item {
        border-radius: 80px;
        justify-content: center;
        max-width: 300px;
        margin: 0 auto;
        padding: 40px 20px;
    }



    .info-section .staff-item {
        max-width: 340px;
        margin: 0 auto;
    }

    .info-section .staff-info {
        width: 100%;
        padding-right: 0;
    }

    .staff-info {
        padding-right: 0;
    }

    .blog-content {
        padding: 20px;
    }

    .testimonial-box::after {
        width: 60px;
        height: 40px;

        top: 10px;
    }

}


/* mobile  */
.header-hamburger {
    width: 40px;
    display: flex;
    align-items: center;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f8bd69;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1111111;
}

.mobile-menu .nav-link {
    color: #282828 !important;
    font-size: 18px;
}

.menu-close {
    padding: 1rem 2.5rem 1rem 2rem;
    font-size: 1.5rem;
    text-align: right;
    cursor: pointer;
}

.menu-content {
    padding: 0 2rem 0;
}

.mobile-menu .dropdown ul li {
    padding: 8px 0;
}

.mobile-menu .menu-content .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mobile-menu .menu-content .navbar-nav li.nav-item {
    flex-direction: column;
}

.mobile-menu .menu-content .dropdown-toggle::before {
    display: none;
}

.mobile-menu ul.navbar-nav > li.nav-item.dropdown > a::after {
    display: inline-block;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "";
    /*border-top: .4em solid #282828 !important;*/
    /*border-right: .3em solid transparent !important;*/
    border-bottom: 0;
    border-left: .3em solid transparent !important;
    right: -12px;
    position: relative !important;
    margin-right: -2px !important;
    margin-top: 7px;
    max-width: 2px;
    top: 3px;
}


.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.menu-list .nav-item.dropdown .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0px, 10px, 0px) !important;
    width: 100%;
}

.menu-list .nav-item.dropdown li a {
    color: #fff;
}

.menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu svg path {
    fill: #fff;
}

.mobile-logo-container {
    text-align: center;
}

.mobile-logo-container .logo {
    max-width: 260px;
}

.mobile-logo-container a.m-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto 40px;
}

.mobile-logo-container .btn-action {
    gap: 20px;
    display: flex;
    justify-content: center;
    background-color: #000;
}

.mobile-logo-container .btn-action a {
    background-color: #000;
    border: none;
}

.mobile-logo-container .btn-action a:hover {
    background-color: #000;
}

.mobile-content {
    overflow-y: auto;
    height: 90%;
}

.mobile-footer {
    padding: 2rem 2rem;
}

.mobile-link {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.mobile-link a {
    color: #282828;
    line-height: normal;
}

.mobile-footer {
    padding: 1rem 1rem;
    border-top: solid 1px #fff;
    margin: 20px 10px 5px;
}

.mobile-footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}


.about-info-section .staff-list {
    margin-top: 0;
}

.modal {
    z-index: 11111111;
}

.modal-backdrop {
    z-index: 1111111;
}

.leader-block {
    max-width: 840px;
    margin: 0 auto;
    padding: 60px 0;
}

.leaders-modal .modal-dialog {
    max-width: 1025px;
}

.leaders-modal .btn-close {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1111111111;
    opacity: 1;
}

.leaders-modal .modal-body {
    padding: 40px;
}

.leader-img {
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.leader-content h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 4px;
    line-height: normal;
}

.leader-content p {
    font-size: 20px;
    font-weight: 300;
    font-weight: 400;
    line-height: 32px;
}

.leader-info p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
}


.video-modal .modal-content {
    border: none;
}

.video-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.defaultModal .modal-dialog {
    max-width: 800px;
}

.defaultModal .modal-content {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.defaultModal .btn-close {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1111;
    display: none;
}

.video-modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1111;
    background-color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.modal-checkbox {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.modal-checkbox .modal-icon {
    margin-bottom: 30px;
}

.modal-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.modal-checkbox .form-check {
    max-width: 500px;
}

.modal-checkbox .form-check label {
    font-size: 18px;
}

.modal-checkbox .form-check label span {
    font-weight: 600;
}

.modal-checkbox .form-check-input:checked {
    background-color: #000;
    border-color: #000;

}

.modal-checkbox .form-check-input[type=checkbox] {
    font-size: 48px;
    margin-top: 0;
    border: solid 4px #000;
}

.form-check-input:focus {
    box-shadow: none;
}

.eol_ic {
    margin-top: 40px;
}

.footer-note {
    text-align: center;
    margin-top: 40px;
}

.footer-note p {
    color: #fff;
    opacity: 0.6;
}

.has-square h2::before {
    content: ''; /* Required for the pseudo-element to render */
    display: inline-block; /* Makes the pseudo-element behave like an inline element */
    width: 22px; /* Set the image width */
    height: 22px; /* Set the image height */
    background-image: url('/website/images/icon-square.png'); /* Replace with the actual image URL */
    background-size: cover; /* Ensures the image fits perfectly within the size */
    background-repeat: no-repeat; /* Prevents tiling of the image */
    vertical-align: middle; /* Aligns the image with the text */
}

.has-square > h2::before {
    content: ''; /* Required for the pseudo-element to render */
    display: inline-block; /* Makes the pseudo-element behave like an inline element */
    width: 22px; /* Set the image width */
    height: 22px; /* Set the image height */
    background-image: url('/website/images/icon-square.png'); /* Replace with the actual image URL */
    background-size: cover; /* Ensures the image fits perfectly within the size */
    background-repeat: no-repeat; /* Prevents tiling of the image */
    vertical-align: middle; /* Aligns the image with the text */
}

.f-w-400 {
    font-weight: 400;
}

.hero_image{
    margin: auto;
    display: flex;
    justify-content: center;
}
.hero_image img{
    border-radius: 20px;
    margin-top: -60px;
    max-height: 400px;
}

.fw-600{
    font-weight: 600;
}

.contact-menu{
    margin-top: 15px;
}

.title-h2{
    font-size: 30px;
    font-weight: 400;
}

.main_content:first-of-type {
    margin-top: 0 !important;
}
