/* ===== Breadcrumb Area ===== */
.tj-breadcrumb-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0 120px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tj-breadcrumb-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(7 124 234 / .5);
    z-index: -2
}

.tj-breadcrumb-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(1 15 52 / .3);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tj-breadcrumb-area {
        padding: 200px 0 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

@media (max-width:575px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

.tj-breadcrumb-bg-shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(4%, -30%);
    -ms-transform: translate(4%, -30%);
    transform: translate(4%, -30%);
    z-index: -1
}

.tj-breadcrumb-title {
    color: var(--tj-color-common-white);
    font-weight: var(--tj-fw-bold);
    margin-bottom: 12px
}

.tj-breadcrumb-body {
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-medium);
    font-size: 18px;
    color: var(--tj-color-common-white);
    margin-bottom: 0
}

.tj-breadcrumb-body .spacing {
    margin: 0 10px 0
}
/* banner  closed */
    /* ===== TERMS SECTION ===== */
.terms-section {
    padding: 70px 15px;
    background: #f9fafc;
    font-family: Arial, sans-serif;
}

.terms-section .container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Title */
.terms-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #0c1b36;
}

/* Intro text */
.terms-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin-bottom: 40px;
}

/* Card */
.terms-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Section headings */
.terms-card h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #12306b;
}

/* Section headings */
.terms-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #12306b;
}
/* Paragraph text */
.terms-card p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    margin-bottom: 12px;
}

/* List container */
.terms-card ul {
    margin: 10px 0 15px 20px;
    padding: 0;
}

/* List items */
.terms-card ul li {
    font-size: 15.5px;
    line-height: 1.7;
    color: #444;
    text-align: justify;
    margin-bottom: 6px;
}

/* Better justification spacing */


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .terms-title {
        font-size: 28px;
    }

    .terms-card {
        padding: 25px;
    }

    .terms-card h2 {
        font-size: 20px;
    }

    .terms-card p,
    .terms-card ul li {
        font-size: 15px;
    }
}
