/* TERMS & CONDITIONS STYLES */

.terms-hero {
    background:
        linear-gradient(
            rgba(var(--rgb-navy), 0.85),
            rgba(var(--rgb-navy), 0.85)
        ),
        url("../images/pagetitle-bg.jpg") center/cover no-repeat;
    padding: 120px 0 80px;
    color: #fff;
    text-align: left;
}

.terms-hero .hero-tag {
    display: inline-block;
    color: var(--gold-primary);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.terms-hero h1 {
    font-family: "Outfit", sans-serif;
    font-size: 56px;
    color: white;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.terms-hero .hero-sub {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
}

.terms-content-section {
    padding: 100px 0;
    background-color: var(--text-dark);
}

.terms-body {
    max-width: 850px;
    margin: 0 auto;
}

.terms-effective-date {
    background: rgba(var(--rgb-navy), 0.04);
    border-left: 4px solid var(--gold-primary);
    border-radius: 0 12px 12px 0;
    padding: 30px 35px;
    margin-bottom: 50px;
}

.terms-effective-date p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-slate);
    margin-bottom: 12px;
}

.terms-effective-date p:last-child {
    margin-bottom: 0;
}

.terms-effective-date strong {
    color: var(--gold-primary);
    font-weight: 700;
}

.terms-block {
    margin-bottom: 50px;
}

.terms-block h2 {
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.terms-block h2 span {
    color: var(--gold-primary);
    font-size: 16px;
    font-weight: 800;
    min-width: 30px;
}

.terms-block h3 {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy-deep);
    margin: 25px 0 15px;
}

.terms-block p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-slate);
    margin-bottom: 20px;
}

.terms-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.terms-block ul li {
    font-size: 17px;
    color: var(--text-slate);
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.terms-block ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: var(--gold-primary);
    font-size: 14px;
}

.terms-contact-card {
    background: #202226;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(var(--rgb-navy), 0.05);
}

.terms-contact-card p {
    margin-bottom: 10px;
}

.terms-contact-card strong {
    color: #b28c40;
}

.hero-crumbs {
    margin-top: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.hero-crumbs a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.hero-crumbs a:hover {
    color: var(--gold-primary);
}

.hero-crumbs .sep {
    margin: 0 10px;
}

.hero-crumbs .cur {
    color: var(--gold-primary);
    font-weight: 600;
}

@media (max-width: 991px) {
    .terms-hero h1 {
        font-size: 42px;
    }
    .terms-content-section {
        padding: 60px 0;
    }
}

.bhg-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--gold-primary) !important;
    color: #0b111a !important;
    font-weight: 700;
    padding: 14px 35px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid var(--gold-primary) !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 15px rgba(178, 140, 64, 0.2);
}

.bhg-contact-btn:hover {
    background-color: transparent !important;
    color: var(--gold-primary) !important;
    border-color: var(--gold-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(178, 140, 64, 0.4);
    text-decoration: none !important;
}

.bhg-contact-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.bhg-contact-btn:hover i.ti-angle-right {
    transform: translateX(4px);
}
