/* Terms and Conditions Page Styles */

/* Header Section */
.center-dot11 {
  text-align: center;
}

.digital_headsubcnt11 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

/* Decorative Elements */
.r-traingle11,
.o-traingle11,
.g-traingle11,
.g-traingle2,
.b-circle11 {
  max-width: 100%;
  height: auto;
}

.clock-wise {
  animation: clockWise 20s linear infinite;
}

.anti-clockwise {
  animation: antiClockWise 20s linear infinite;
}

@keyframes clockWise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes antiClockWise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.g-traingle11 {
  margin-top: 30px;
}

/* =========================
   Base Desktop Styles
========================= */
.content_space {
  margin-bottom: 26px;
}

.content_space h2 {
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.content_space p {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
}

.content_space ul {
  font-size: 17px;
  color: #333;
  padding-left: 20px;
}

.content_space li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.content_space strong {
  color: #1a1a1a;
}

.content_space.border-top {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.content_space.border-top p,
.last_content {
  font-size: 16px;
  color: #666;
}

/* =========================
   Large Laptop (1440px)
========================= */
@media (max-width: 1440px) {
  .content_space h2 {
    font-size: 21px;
  }

  .content_space p,
  .content_space ul,
  .content_space li {
    font-size: 16px;
  }
}

/* =========================
   Laptop (1200px)
========================= */
@media (max-width: 1200px) {
  .digital_header11 .bottom_11,
  .digital_header11 .bottom_12,
  .digital_header11 .bottom_13 {
    font-size: 38px;
  }

  .content_space h2 {
    font-size: 20px;
  }

  .content_space p,
  .content_space ul,
  .content_space li,
  .last_content {
    font-size: 15px;
  }
}

/* =========================
   Tablet (992px)
========================= */
@media (max-width: 992px) {
  .digital_header11 .bottom_11,
  .digital_header11 .bottom_12,
  .digital_header11 .bottom_13 {
    font-size: 34px;
  }

  .digital_headsubcnt11 {
    font-size: 15px;
  }

  .content_space h2 {
    font-size: 18px;
  }

  .content_space p,
  .content_space ul,
  .content_space li,
  .last_content {
    font-size: 15px;
    line-height: 1.7;
  }

  .content_space {
    margin-bottom: 22px;
  }
}

/* =========================
   Mobile (768px)
========================= */
@media (max-width: 768px) {
  .digital_header11 .bottom_11,
  .digital_header11 .bottom_12,
  .digital_header11 .bottom_13 {
    font-size: 28px;
  }

  .digital_headsubcnt11 {
    font-size: 14px;
  }

  .extra_space {
    margin-bottom: 10px !important;
  }

  .content_space h2 {
    font-size: 17px;
  }

  .content_space p,
  .content_space ul,
  .content_space li,
  .last_content {
    font-size: 14px;
  }

  .content_space.border-top {
    margin-top: 40px;
    padding-top: 20px;
  }
}

/* =========================
   Small Mobile (480px)
========================= */
@media (max-width: 480px) {
  .digital_header11 .bottom_11,
  .digital_header11 .bottom_12,
  .digital_header11 .bottom_13 {
    font-size: 24px;
    line-height: 1.3;
  }

  .digital_headsubcnt11 {
    font-size: 13px;
  }

  .content_space h2 {
    font-size: 16px;
  }

  .content_space p,
  .content_space ul,
  .content_space li,
  .last_content {
    font-size: 13px;
    line-height: 1.6;
  }

  .content_space {
    margin-bottom: 18px;
  }

  .content_space ul {
    padding-left: 16px;
  }
}

/* =========================
   Extra Small Mobile (320px)
========================= */
@media (max-width: 320px) {
  .digital_header11 .bottom_11,
  .digital_header11 .bottom_12,
  .digital_header11 .bottom_13 {
    font-size: 20px;
  }

  .digital_headsubcnt11 {
    font-size: 12px;
  }

  .content_space h2 {
    font-size: 15px;
  }

  .content_space p,
  .content_space ul,
  .content_space li,
  .last_content {
    font-size: 12px;
    line-height: 1.5;
  }

  .content_space {
    margin-bottom: 16px;
  }

  .content_space.border-top {
    margin-top: 30px;
    padding-top: 16px;
  }
}