.hr-section {
    padding-bottom: 70px;
    padding-top: 70px;
    background-color: #f7f7f7;
}

.hr-section:last-child {
    border: none;
}

.hr-section-white {
    background: var(--white);
}

.hr-section-content {
    margin-bottom: 4.5rem;
}

.hr-section-content .hr-sub-titel {
    margin-bottom: 10px;
}

.hr-section-content .hr-sub-titel h6 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-3);
}

.hr-section-content .hr-titel {
    margin-bottom: .25rem;
}

.hr-section-content .hr-titel h1 {
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: calc(1.325rem + .9vw);
}

.hr-section-content .hr-titel h2 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 10px;
    position: relative;
    line-height: 50px;
}
.hr-section-content .hr-titel h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.hr-section-content .hr-titel h2 span {
    color: var(--color-3);
}
.hr-section-content .hr-text h3{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}
.hr-section-content .hr-text .hr-span{
    font-size: 16pt;
    color: var(--color-3);
    text-align: center;
    font-weight: 500;
}
.hr-section-content .hr-text p {
    margin-bottom: 10px;
    font-size: 16px;
/*    letter-spacing: -.25px;*/
    line-height: 26px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}

.hr-section-content .hr-btns-wrap {
    margin-top: 2.5rem;
}

.hr-section-content .hr-text p:last-child {
    margin-bottom: 0;
}

.hr-dark-section {
    background: var(--black);
}

.hr-dark-section .hr-titel h1 {
    color: var(--white);
}
.header-container {
    display: flex;
    justify-content: center;
    /*margin-bottom: 60px;*/
}
.sub-heading {
    font-family: var(--font-03);
    color: var(--color-1);
    font-weight: 400;
    font-size: 1.25vw;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    color: #fff;
}
.main-heading-container {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}
.gold-bar {
    width: 4px;
    height: 38px;
    background-color: #cda85f;
    margin-right: 15px;
}
.main-heading {
    font-family: var(--font-01);
    color: var(--color-1);
    font-size: 3.5vw;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}
/* ======================================
REAL PRODUCT TRUST SECTION CSS
====================================== */

.real-product-note-section {
    padding: 35px 15px 10px;
    background: #f5f5f5;
}

.real-product-note-box {
    background: linear-gradient(135deg, #0f0f0f, #1b1b1b);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 22px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.15),
        0 0 25px rgba(212,175,55,0.08);
}

/* subtle glow */
.real-product-note-box::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: rgba(212,175,55,0.08);
    border-radius: 50%;
    filter: blur(40px);
}

.real-product-icon {
    min-width: 85px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgba(212,175,55,0.12);
    border: 1px solid rgba(212,175,55,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #d4af37;
}

.real-product-content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.real-product-content p {
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 900px;
}

.real-product-content p strong {
    color: #d4af37;
    font-weight: 600;
}

.real-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.real-product-badges span {
    background: rgba(212,175,55,0.12);
    border: 1px solid rgba(212,175,55,0.25);
    color: #f5d77a;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

.real-product-badges span:hover {
    background: #d4af37;
    color: #111;
    transform: translateY(-2px);
}

/* ======================================
RESPONSIVE
====================================== */

@media (max-width: 768px) {

    .real-product-note-box {
        flex-direction: column;
        text-align: center;
        padding: 28px 22px;
    }

    .real-product-content h2 {
        font-size: 24px;
    }

    .real-product-content p {
        font-size: 15px;
    }

    .real-product-badges {
        justify-content: center;
    }

    .real-product-icon {
        width: 72px;
        height: 72px;
        font-size: 28px;
    }
}
@media screen and (max-width: 992px) {
    .hr-section {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem;
    }
}

@media(max-width:576px){
    .hr-section-content .hr-titel h2 {
    font-size: 28px;
    line-height: 35px;
}
.hr-section-content {
    margin-bottom: 1.5rem;
}
.hr-section {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
.home-faq .accordion-item {
    margin-bottom: 0px;
}
}