
@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&family=Cabin:ital,wdth,wght@0,87.5,600;1,87.5,600&family=Caveat:wght@400..700&family=Cedarville+Cursive&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jura:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Michroma&family=Montserrat:ital,wght@0,600;1,600&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Qwitcher+Grypen:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&family=TASA+Orbiter:wght@400..800&display=swap');


/* --- Global Reset & Container --- */
body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif!important;
  color: #333;
  line-height: 1.6;
}
html{
    scroll-behavior: smooth;
}

.terms-hero {
    background: linear-gradient(135deg, #f4feff, #effeff);
    padding: 100px 0;
    color: #0b0b0b;
}

.terms-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.terms-hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
    line-height: 1.6;
}


.terms-sidebar {
    background: #f8f9fc;
    padding: 20px;
    border-radius: 6px;

    position: sticky;
    top: 100px;   /* adjust if you have a fixed header */
}


.terms-sidebar ul li {
    margin-bottom: 15px;
}

.terms-sidebar ul li a {
    color: #4d4d4d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.terms-sidebar ul li a:hover {
    color: #0080ff;
    font-weight: 600;
    text-decoration: none;
}
.terms-sidebar ul li a.active {
    color: #0080ff;
    font-weight: 600;
    text-decoration: none;
}


.terms-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0080ff;
    
}

.terms-section {
    margin-top: 40px;
     scroll-margin-top: 120px ;
}

.terms-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0080ff;
}




.footer-copyright ul li {
  display: inline-block;
}

.footer-copyright ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid #fff;
  opacity: 80%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_copyright {
  color: #fff;
  opacity: 80%;
}

.footer-campaign {
  text-align: center;
  background: linear-gradient(to bottom, #181f2d, #181a3d) !important;
}
/* ===== PDF MODE ===== */
.pdf-mode body {
  background: #fff !important;
}

/* Hide web-only elements in PDF */
.pdf-mode .no-pdf,
.pdf-mode .terms-hero,
.pdf-mode .footer-campaign {
  display: none !important;
}

/* PDF Typography */
.pdf-mode h2 {
  font-size: 22px !important;
  margin-bottom: 8px !important;
  color: #000 !important;
}

.pdf-mode h4 {
  font-size: 16px !important;
  margin-top: 18px !important;
  margin-bottom: 6px !important;
  color: #000 !important;
}

.pdf-mode p,
.pdf-mode li {
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #000 !important;
}

/* Reduce spacing */
.pdf-mode .terms-section {
  margin-top: 14px !important;
  page-break-inside: avoid;
}

/* Remove colors & shadows */
.pdf-mode * {
  box-shadow: none !important;
  background: transparent !important;
}