/* SECTION WRAPPER */
.loan-hero-section-wrap {
    margin-bottom: 80px;
}

/* GRID */
.loan-hero-grid-container {
    display: grid;
    grid-template-columns: 40% 60%;
}

/* LEFT BLOCK */
.loan-hero-left-block {
    padding-top: 260px;
    padding-left: 150px;
}

/* HEADING */
.loan-hero-heading-main {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* SUBTEXT */
.loan-hero-subtext {
    font-size: 26px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}


/* RIGHT BLOCK */
.loan-hero-right-block {
    width: 100%;
}

/* IMAGE */
.loan-hero-image-main {
    width: 100%;
    height: auto;
    display: block;
}

/* SECTION */
.psb-section-wrap {
    margin: 90px 0;
}

/* TOP ROW */
.psb-top-row {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10%;
    margin-bottom: 150px;
}

/* LEFT */
.psb-top-left {
    padding-left: 100px;
}

.psb-title-text {
    font-size: 30px;
    font-weight: 500;
    color: #525252;
}

/* RIGHT */
.psb-top-right {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 20px;
}

/* DOT */
.psb-line-dot {
    width: 20px;
    height: 20px;
    background: #525252;
    border-radius: 50%;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

/* LINE */
.psb-line-bar {
    width: 100%;
    height: 3px;
    background: #525252;
}

/* LOGO GRID */
.psb-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 90px;
    column-gap: 60px;
    padding: 0 80px;
    margin-bottom: 150px;
}

/* LOGO ITEM */
.psb-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* IMAGE */
.psb-logo-img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* SECTION */
.forex-dark-section-wrap {
    background: #1A1A19;
    margin: 90px;
    border-radius: 30px;
}

/* INNER ROW */
.forex-dark-inner-row {
    display: grid;
    grid-template-columns: 85% 15%;
    gap: 10px;
    padding: 50px;
    margin: 30px;
    align-items: center;
}

/* LEFT */
.forex-dark-left {
    color: #fff;
}

/* HEADING */
.forex-dark-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* SUBTEXT */
.forex-dark-subtext {
    font-size: 28px;
    line-height: 1.6;
    max-width: 90%;
}

/* RIGHT */
.forex-dark-right {
    display: flex;
    justify-content: flex-end;
}

/* IMAGE */
.forex-dark-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}