.terms-hero {
    position: relative;
    height: 520px;
}

.terms-hero img {
    object-fit: cover;
}

.terms-overlay {
    background: linear-gradient(
        to bottom,
        rgba(60,60,60,0) 0%,
        rgba(17,17,17,0.7) 36%,
        rgba(17,17,17,0.85) 70%
    );
}
.terms-title {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
}
.terms-title::after {
    content: "";
    max-width: 467px;
    width: 100%;
    height: 2px;
    background: #caa56a;
    display: block;
    margin: 12px auto 0;
}
.terms-subtitle {
    font-size: 22px;
    font-weight: 500;
    color: #caa56a;
    max-width: 900px;
    margin: 0 auto;
}
.terms-section {
    background: #000;
    padding-top: 35px;
    padding-bottom: 60px;
}

/* Gold Glass Card */
.terms-card {
    background: linear-gradient(239.23deg, rgba(229, 197, 96, 0.4) 1.86%, rgba(183, 158, 77, 0.1) 43.54%);
    border: 1px solid rgba(229, 197, 96, 0.5);
    border-radius: 8px;
    padding: 25px 30px;
    color: #fff;
    backdrop-filter: blur(4px);
    transition: 3s ease;
    width: 80%;
    box-shadow: 6px 6px 3px 0px rgba(0, 0, 0, 0.25);
}
.terms-card:hover {
    background: linear-gradient(239.23deg, rgba(183, 158, 77, 0.1) 58.7%, rgba(229, 197, 96, 0.4) 100.38%);
    transform: translateY(-4px);
    transition: 3s ease;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);

}

/* Heading */
.terms-card h3 {
    color: #caa56a;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* List */
.terms-card ul {
    padding-left: 20px;
}

.terms-card ul li {
    margin-bottom: 8px;
    font-size: 15px;
}
.term-condition-pointer-paragb{
     color: #fff;
     text-align: center;
     margin-bottom: 50px;
}
.second-para-for-header-gh{
    color: #caa56a;
    font-size: 24px;
    text-align: center;
}
.tm-header-placeholder{
    display: none !important;
}
.ul-list-main-dv-bv{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 667px) {
  .terms-card {
        width: 100%;
    }

}