/* =========================================================
   BROKERS PAGE
   assets/css/pages/brokers.css
   ========================================================= */

.brokers-hero-section {
    position: relative;
    background: #ffffff;
    padding: 80px 0 40px;
    overflow: hidden;
}

.aerow-bg {
    background-image: url('../../img/aerow.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 55% auto;
}

.zind {
    position: relative;
    z-index: 2;
}

.hero-copy h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0b1930;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-copy p,
.hero-copy li {
    color: #1d2a3a;
    line-height: 1.8;
    font-size: 1rem;
}

.hero-copy ul {
    padding-left: 1.2rem;
}

.db-t {
    color: #163b68;
}

.ybtn {
    background: #f3c623;
    color: #0b1930;
    font-weight: 700;
    border-radius: 999px;
    padding: 12px 24px;
    border: none;
}

.ybtn:hover {
    background: #e3b500;
    color: #0b1930;
}

.hero-mobile-img {
    max-width: 90%;
}

.off-cir {
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 1;
    opacity: 0.85;
    max-width: 180px;
}

.brokers-commissions-section {
    position: relative;
    overflow: hidden;
}

.lader-div {
    position: relative;
    margin: 30px 0 20px;
    text-align: center;
}

.ye-div {
    background: #f3c623;
    padding: 18px 24px;
    border-radius: 16px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.ye-div h4 {
    color: #0b1930;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

.dark-div {
    background: #0b1930;
    color: #fff;
    border-radius: 18px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.dark-div h4,
.dark-div p {
    color: #fff;
}

.one {
    font-size: 110px;
    font-weight: 800;
    line-height: 1;
    color: #f3c623;
    text-align: center;
    margin-top: 16px;
}

.sky-bg {
    background: #dff3ff;
    border-radius: 18px;
    padding: 26px;
    color: #163b68;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.sky-bg p,
.sky-bg li {
    color: #163b68;
    line-height: 1.8;
}

.sky-bg ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.bb-t {
    color: #163b68;
}

.highlight {
    color: #e7c600;
    font-weight: 700;
}

.off-second {
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 180px;
    opacity: 0.85;
}

.manual {
    position: relative;
    background:
        linear-gradient(rgba(0, 20, 45, 0.78), rgba(0, 20, 45, 0.78)),
        url('../../img/containerbg.png') no-repeat center center;
    background-size: cover;
    padding: 90px 0;
    overflow: hidden;
}

.termy {
    background: rgba(7, 24, 45, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px 30px 90px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.termy h2 {
    color: #fff;
    line-height: 1.4;
}

.des-btn {
    background: #f3c623;
    color: #0b1930;
    font-weight: 700;
    border-radius: 999px;
    padding: 12px 28px;
    border: none;
}

.des-btn:hover {
    background: #e3b500;
    color: #0b1930;
}

.new-btn {
    margin-top: 20px;
}

.new-btn .btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 999px;
    padding: 12px 28px;
    font-weight: 700;
}

.new-btn .btn:hover {
    background: #fff;
    color: #0b1930;
}

.g1,
.g2 {
    position: absolute;
    bottom: 0;
    max-width: 140px;
    opacity: 0.95;
}

.g1 {
    left: 0;
}

.g2 {
    right: 0;
}

/* Responsive */
@media (max-width: 1300px) {
    .hero-copy h1 {
        font-size: 2.5rem;
    }

    .aerow-bg {
        background-size: 61% 28%;
    }

    .one {
        font-size: 100px;
    }

    .off-second {
        bottom: -50px;
    }
}

@media (max-width: 991.98px) {
    .brokers-hero-section {
        padding: 60px 0 20px;
    }

    .hero-copy h1 {
        font-size: 2rem;
    }

    .hero-mobile-img {
        max-width: 70%;
    }

    .ye-div {
        margin-top: -18px;
    }

    .one {
        font-size: 76px;
    }

    .manual {
        padding: 70px 0;
    }

    .termy {
        padding: 28px 20px 70px;
    }
}

@media (max-width: 768px) {
    .aerow-bg {
        background-image: none;
        padding-bottom: 20px;
    }

    .off-cir,
    .off-second,
    .g1,
    .g2 {
        display: none;
    }

    .hero-copy h1 {
        font-size: 1.7rem;
    }

    .ye-div h4 {
        font-size: 0.95rem;
    }

    .one {
        font-size: 64px;
    }

    .manual {
        min-height: auto;
    }

    .termy {
        min-height: auto;
        padding: 24px 18px 30px;
    }
}