/* ---------- Terms & Conditions Custom Styles ---------- */
.terms-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.terms-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Headings */
.terms-card h1 {
  font-size: 36px;
  font-weight: 700;
  color: orangered ;/* bootstrap primary */
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.terms-card h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border-left: 4px solid orangered ;
  padding-left: 10px;
}

/* Paragraphs */
.terms-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Lists */
.terms-card ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.terms-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

/* Divider */
.terms-card hr {
  margin: 30px 0;
  border-top: 1px solid #ddd;
}

/* Button */
.terms-card .btn-primary {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
}



/* ===== Base Styling ===== */
.gama-section h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:16px;
    line-height:1.3;
}
.gama-section h3{
    font-size:26px;
    font-weight:600;
    margin:40px 0 14px;
}
.gama-section h4{
    font-size:20px;
    font-weight:600;
    margin:25px 0 10px;
}
.gama-section p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:15px;
    color:#333;
}
.gama-section ul,
.gama-section ol{
    padding-left:22px;
    margin-bottom:20px;
}
.gama-section ul li,
.gama-section ol li{
    font-size:16px;
    line-height:1.7;
    margin-bottom:10px;
}

/* CTA text button look */
.gama-section p strong,
.gama-section p b{
    font-weight:600;
}
.gama-section p:has(👉){
    background:#f7f9fc;
    padding:12px 16px;
    border-left:4px solid #0d6efd;
    border-radius:6px;
}

/* ===== Responsive ===== */
@media(max-width:991px){
    .gama-section{
        padding:50px 16px;
    }
    .gama-section h2{font-size:28px;}
    .gama-section h3{font-size:24px;}
}
@media(max-width:576px){
    .gama-section{
        padding:40px 12px;
    }
    .gama-section h2{font-size:24px;}
    .gama-section h3{font-size:21px;}
    .gama-section p,
    .gama-section li{font-size:15px;}
}

/* Main container */
.chart-list2.ab1 {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 24px;
}

/* Headings hierarchy */
.chart-list2 h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111;
}

.chart-list2 h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 14px;
    color: #111;
}

.chart-list2 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #111;
}

.chart-list2 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 10px;
    color: #111;
}

/* Paragraphs */
.chart-list2.ab1 p {
    font-size: 15px;
    line-height: 1.9;
    color: #222;
    margin-bottom: 14px;
}

/* Strong text inside content */
.chart-list2.ab1 p strong {
    font-weight: 600;
    color: #000;
}

/* Ordered list */
.chart-list2 ol {
    padding-left: 1.8rem;
    margin-top: 12px;
    margin-bottom: 20px;
}

.chart-list2 ol li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}

/* Unordered list */
.chart-list2 ul {
    padding-left: 1.5rem;
    margin-top: 12px;
    margin-bottom: 20px;
}

.chart-list2 ul li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* Space between li lines */
.chart-list2 li br {
    display: block;
    content: "";
    margin-bottom: 6px;
}

/* Mobile optimization */
@media (max-width: 768px) {

    .chart-list2.ab1 {
        padding: 18px;
    }

    .chart-list2 h1 {
        font-size: 24px;
    }

    .chart-list2 h2 {
        font-size: 21px;
    }

    .chart-list2 h3 {
        font-size: 18px;
    }

    .chart-list2.ab1 p,
    .chart-list2 ul li,
    .chart-list2 ol li {
        font-size: 14px;
        line-height: 1.8;
    }
}
