@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;

  margin: 0;

  font-family: "Inter", sans-serif;

  color: #2f3045;
  background: #ffffff;

  display: flex;
  flex-direction: column;

  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* =====================================================
   NAVBAR
===================================================== */

.site-header {
  /* width: 100%; */
  flex-shrink: 0;
}

.flex-navbar {
  /* width: 100%; */

  min-height: 80px;

 

 background: #f1f4fa;

  border: 0;
}

.flex-navbar .container {
  display: flex;
  align-items: center;
}

/* Navbar Logo */

.flex-logo-link {
  display: inline-flex;

  align-items: center;

 
 
}

.navbar-logo {
  width: auto;
  height: 90px;
  display: block;
  object-fit: contain;
}

/* =====================================================
   HOME
===================================================== */

.home-section {
  width: 100%;

  flex: 1;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  padding: 60px 0;
}

.home-section .container {
  width: 100%;
}

/* Home Content */

.home-content {
  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;
}

/* =====================================================
   MAIN LOGO
===================================================== */

.home-logo {
  width: 280px;

  height: auto;

  display: block;

  object-fit: contain;

  margin: 0 auto 15px;
}

/* =====================================================
   TAGLINE
===================================================== */

.home-tagline {
  margin: 0 0 12px;

  color: #011854;

  font-size: 22px;

  font-weight: 600;

  line-height: 1.5;

  text-align: center;
}

/* =====================================================
   EMAIL
===================================================== */

.home-email {
  display: inline-block;

  color: #011854;

  font-size: 14px;

  font-weight: 600;

  line-height: 1.4;

  transition:
    color 0.25s ease,
    text-decoration 0.25s ease;
}

.home-email:hover {
  color: #0d4f9e;

  text-decoration: underline;
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer {
  width: 100%;

  flex-shrink: 0;

  background: #f1f4fa;
  padding: 18px 0 15px;
}

/* Footer Main */

.footer-main {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;
}

/* =====================================================
   FOOTER LOGO
===================================================== */

.footer-logo-wrapper {
  flex-shrink: 0;
}

.footer-logo-wrapper a {
  display: inline-flex;

  align-items: center;
}

.footer-logo {
  width: 105px;

  height: auto;

  display: block;

  object-fit: contain;
}

/* =====================================================
   FOOTER LINKS
===================================================== */

.footer-links {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  flex-wrap: wrap;

  gap: 12px 28px;
}

.footer-links a {
  color: #222222;

  font-size: 14px;

  font-weight: 500;

  line-height: 1.4;

  white-space: nowrap;

  transition:
    color 0.25s ease,
    text-decoration 0.25s ease;
}

.footer-links a:hover {
  color: #555555;

  text-decoration: underline;
}

/* =====================================================
   COPYRIGHT
===================================================== */

.footer-bottom {
  width: 100%;

  margin-top: 14px;

  padding-top: 10px;

  border-top: 1px solid #d8d8d8;

  text-align: center;
}

.footer-bottom p {
  margin: 0;

  color: #888888;

  font-size: 10px;

  line-height: 1.4;
}


/* =========================================
   GLOBAL
========================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  min-height: 100vh;

  margin: 0;

  

  background: #f8f8f8;

  color: #222222;

  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* =========================================
   TOP RED BANNER
========================================= */

.terms-top-banner {
  width: 100%;

  height: 16px;

  background: #011854;

  position: relative;

  overflow: hidden;
}

/* Optional decorative pattern */

.terms-top-banner::before {
  content: "";

  position: absolute;

  left: 12%;

  top: 0;

  width: 90px;

  height: 100%;

  opacity: 0.15;

  background-image: radial-gradient(circle, #ffffff 2px, transparent 3px);

  background-size: 14px 14px;
}

/* =========================================
   TERMS PAGE
========================================= */

.terms-page {
  width: 100%;

  min-height: calc(100vh - 16px);

  background: #f8f8f8;

  padding-top: 58px;

  padding-bottom: 60px;
}

/* =========================================
   BOOTSTRAP CONTAINER
========================================= */

.terms-page .container {
  max-width: 1140px;
}

/* =========================
   SUB BANNER
========================= */

.sub-banner {
  height: 120px;

  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay */

.sub-banner-overlay {
  width: 100%;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container */

.sub-banner .container {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content */

.sub-banner-content {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

/* Heading */

.sub-banner-content h1 {
  

  font-size: 30px;
  font-weight: 700;

  color: #011854;


  text-align: center;
}


.sub-text{
    padding: 40px 0;
    text-align: center;
}
.sub-text h3{
    font-size: 30px;
    font-weight: 700;
    color: #011854;
   
}

/* =================================
   STICKY NAVBAR
================================= */

.site-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;

    background: #ffffff;
}


/* Navbar */

.flex-navbar {
    width: 100%;
    min-height: 80px;

    padding: 10px 0;

    background: #ffffff;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}


/* Bootstrap container */

.flex-navbar .container {
    display: flex;
    align-items: center;

    min-height: 60px;
}


/* Logo link */

.flex-logo-link {
    display: flex;
    align-items: center;

    text-decoration: none;

    margin: 0;
    padding: 0;
}


/* Logo */

.navbar-logo {
    display: block;

    width: auto;
    height: 70px;

    max-width: 180px;

    object-fit: contain;
}


/* =================================
   TABLET
================================= */

@media (max-width: 991px) {

    .flex-navbar {
        min-height: 72px;
        padding: 8px 0;
    }

    .flex-navbar .container {
        min-height: 56px;
    }

    .navbar-logo {
        height: 62px;
        max-width: 165px;
    }
}


/* =================================
   MOBILE
================================= */

@media (max-width: 767px) {

    .flex-navbar {
        min-height: 68px;
        padding: 7px 0;
    }

    .flex-navbar .container {
        min-height: 54px;

        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-logo {
        height: 58px;
        max-width: 155px;
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
/* =================================
   SMALL MOBILE
================================= */

@media (max-width: 480px) {

    .flex-navbar {
        min-height: 64px;
        padding: 6px 0;
    }

    .flex-navbar .container {
        min-height: 52px;

        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar-logo {
        height: 54px;
        max-width: 145px;
    }
}



/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .sub-banner {
    height: 190px;
  }

  .sub-banner-content h1 {
    font-size: 32px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .sub-banner {
    height: 160px;
  }

  .sub-banner-content h1 {
    font-size: 27px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {
  .sub-banner {
    height: 140px;
  }

  .sub-banner-content h1 {
    font-size: 23px;
  }
}
/* =========================================
   TERMS CARD
========================================= */

.terms-card {
  width: 100%;

  background: #ffffff;

  border: 1px solid #011854;

  border-radius: 8px;

  padding: 25px 18px 35px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* =========================================
   HEADING
========================================= */

.terms-heading {
  width: 430px;

  max-width: 100%;

  padding-bottom: 11px;

  border-bottom: 1px solid #cfcfcf;

  margin-bottom: 23px;
}

.terms-heading h1 {
  margin: 0;

  color: #011854;

  font-size: 22px;

  font-weight: 700;

  line-height: 1.3;
}

/* =========================================
   TERMS LIST
========================================= */

.terms-list {
  margin: 0;

  padding-left: 43px;

  color: #111111;

  font-size: 15px;

  font-weight: 400;

  line-height: 2.05;
}

/* =========================================
   LIST ITEM
========================================= */

.terms-list li {
  margin-bottom: 15px;

  padding-left: 2px;
}

/* Last item */

.terms-list li:last-child {
  margin-bottom: 0;
}

/* =========================================
   NUMBER
========================================= */

.terms-list li::marker {
  color: #111111;

  font-size: 14px;
}

/* =========================================
   BOLD TEXT
========================================= */

.terms-list strong {
  color: #111111;

  font-weight: 700;
}

/* =========================================
   RED HIGHLIGHT
========================================= */

.terms-highlight {
  color: #d83636;

  font-size: 17px;

  font-weight: 700;
}

/* =========================================
   LINKS
========================================= */

.terms-list a {
  color: #111111;

  font-weight: 500;

  text-decoration: none;
}

.terms-list a:hover {
  color: #d83636;

  text-decoration: underline;
}

/* =========================================
   WHATSAPP FLOATING BUTTON
========================================= */

.floating-whatsapp {
  position: fixed;

  right: 28px;

  bottom: 105px;

  width: 43px;

  height: 43px;

  border-radius: 50%;

  background: #011854;

  color: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 25px;

  z-index: 9999;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.floating-whatsapp:hover {
  color: #ffffff;

  background: #011854;

  transform: scale(1.08);
}

/* =========================================
   CALL FLOATING BUTTON
========================================= */

.floating-call {
  position: fixed;

  right: 28px;

  bottom: 30px;

  width: 43px;

  height: 43px;

  border-radius: 50%;

  background: #2196f3;

  color: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 19px;

  z-index: 9999;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.floating-call:hover {
  color: #ffffff;

  background: #147ed0;

  transform: scale(1.08);
}

/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1200px) {
  .terms-page {
    padding-top: 15px;

    padding-bottom: 70px;
  }

  .terms-page .container {
    max-width: 1140px;
  }

  .terms-card {
    padding: 25px 18px 40px;
  }

  .terms-list {
    font-size: 15px;

    line-height: 2.05;
  }
}

/* =========================================
   LAPTOP
========================================= */

@media (min-width: 992px) and (max-width: 1199px) {
  .terms-page {
    padding-top: 50px;

    padding-bottom: 55px;
  }

  .terms-page .container {
    max-width: 960px;
  }

  .terms-card {
    padding: 24px 18px 35px;
  }

  .terms-list {
    font-size: 15px;

    line-height: 1.95;
  }
}

/* =========================================
   TABLET
========================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .terms-page {
    padding-top: 40px;

    padding-bottom: 45px;
  }

  .terms-page .container {
    max-width: 720px;
  }

  .terms-card {
    padding: 23px 18px 30px;
  }

  .terms-heading {
    width: 400px;

    margin-bottom: 20px;
  }

  .terms-heading h1 {
    font-size: 21px;
  }

  .terms-list {
    padding-left: 38px;

    font-size: 14px;

    line-height: 1.9;
  }

  .terms-list li {
    margin-bottom: 14px;
  }

  .floating-whatsapp {
    right: 20px;

    bottom: 90px;
  }

  .floating-call {
    right: 20px;

    bottom: 28px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .terms-top-banner {
    height: 12px;
  }

  .terms-page {
    min-height: calc(100vh - 12px);

    padding: 25px 0 35px;
  }

  .terms-page .container {
    width: 100%;

    max-width: 100%;

    padding-left: 12px;

    padding-right: 12px;
  }

  .terms-card {
    border-radius: 7px;

    padding: 20px 14px 25px;
  }

  .terms-heading {
    width: 100%;

    padding-bottom: 10px;

    margin-bottom: 20px;
  }

  .terms-heading h1 {
    font-size: 21px;

    line-height: 1.35;
  }

  .terms-list {
    padding-left: 28px;

    font-size: 14px;

    line-height: 1.8;

    text-align: left;
  }

  .terms-list li {
    margin-bottom: 14px;

    padding-left: 2px;
  }

  .terms-list strong {
    font-weight: 700;
  }

  .terms-highlight {
    font-size: 15px;
  }

  .terms-list a {
    word-break: break-word;
  }

  /* Floating buttons */

  .floating-whatsapp {
    right: 16px;

    bottom: 80px;

    width: 42px;

    height: 42px;

    font-size: 24px;
  }

  .floating-call {
    right: 16px;

    bottom: 25px;

    width: 42px;

    height: 42px;

    font-size: 18px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .terms-page {
    padding-top: 18px;

    padding-bottom: 25px;
  }

  .terms-page .container {
    padding-left: 9px;

    padding-right: 9px;
  }

  .terms-card {
    padding: 18px 12px 22px;

    border-radius: 6px;
  }

  .terms-heading {
    margin-bottom: 18px;

    padding-bottom: 8px;
  }

  .terms-heading h1 {
    font-size: 20px;
  }

  .terms-list {
    padding-left: 25px;

    font-size: 13px;

    line-height: 1.75;
  }

  .terms-list li {
    margin-bottom: 13px;
  }

  .terms-highlight {
    font-size: 14px;
  }

  .floating-whatsapp {
    right: 12px;

    bottom: 72px;

    width: 40px;

    height: 40px;

    font-size: 22px;
  }

  .floating-call {
    right: 12px;

    bottom: 20px;

    width: 40px;

    height: 40px;

    font-size: 17px;
  }
}
/* =========================================
   TERMS & CONDITIONS LIST
========================================= */

.terms-list {
  margin: 0;
  padding-left: 25px;

  color: #555555;

  font-size: 15px;

  line-height: 1.8;
}

.terms-list li {
  margin-bottom: 18px;

  padding-left: 8px;
}

.terms-list li strong {
  color: #011854;

  font-size: 17px;

  font-weight: 700;
}

.terms-list li a {
  color: #011854;

  font-size: 15px;

  font-weight: 500;

  text-decoration: none;
}

.terms-list li a:hover {
  text-decoration: underline;
}
/* ================================
   RULES / REFUND SECTION
================================ */

/* .rules-section {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}

.rules-content {
  width: 100%;
}

.important-rules {
  width: 100%;
  background: #ffffff;

  border: 1px solid #036308;
  border-radius: 8px;

  padding: 25px 18px 30px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
} */

/* ================================
   HEADING
================================ */

.custom-heading {
  margin: 0;
  padding: 0;

  color: #011854;

  font-size: 21px;
  font-weight: 700;

  line-height: 1.4;
}

.rules-hr {
  margin-top: 10px;
  margin-bottom: 25px;

  border: 0;
  border-top: 1px solid #cfcfcf;

  opacity: 1;
}

/* ================================
   LIST
================================ */

.rules-list {
  width: 100%;
}

.rules-list ol {
  margin: 0;
  padding-left: 42px;
}

.rules-list li {
  color: #101010;

  font-size: 15.5px;
  font-weight: 400;

  line-height: 2.2;

  margin-bottom: 10px;

  padding-left: 2px;
}

/* Main first point */

.rules-list li.main-rule {
  color: #011854;

  font-size: 16px;
  font-weight: 700;

  line-height: 1.8;

  margin-bottom: 20px;
}

/* Red highlighted titles */

.rule-title {
  color: #011854;

  font-size: 15.5px;
  font-weight: 700;
}

/* Normal titles */

.normal-title {
  color: #111111;
  font-weight: 400;
}

/* ================================
   LINKS
================================ */

.package-link {
  color: #be9302;
  text-decoration: none;
  font-weight: 400;
}

.package-link:hover {
  color: #a17c00;
  text-decoration: underline;
}

.normal-link {
  color: #111111;
  text-decoration: none;
}

.normal-link:hover {
  color: #011854;
}

.website-link {
  color: #011854;
  font-weight: 700;
  text-decoration: none;
}

.website-link:hover {
  text-decoration: underline;
}

/* ================================
   INLINE TEXT
================================ */

.inline-text {
  margin-left: 3px;
}

/* =========================================
   PRIVACY / RULES SECTION
========================================= */

.rules-section {
  width: 100%;
  background: #f8f8f8;

  padding: 15px 0 70px;
}

/* Bootstrap Container */

.rules-section .container {
  max-width: 1140px;
}

/* =========================================
   MAIN CONTENT
========================================= */

.rules-content {
  width: 100%;
}

/* =========================================
   WHITE CONTENT BOX
========================================= */

.important-rules {
  width: 100%;

  background: #ffffff;

  border: 1px solid #011854;

  border-radius: 7px;

  padding: 25px 18px 40px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* =========================================
   HEADING
========================================= */

.custom-heading {
  width: 430px;
  max-width: 100%;

  margin: 0;

  padding: 0 0 11px;

  color: #011854;

  font-size: 22px;
  font-weight: 700;

  line-height: 1.3;
}

/* =========================================
   HORIZONTAL LINE
========================================= */

.rules-hr {
  width: 430px;
  max-width: 100%;

  margin: 0 0 25px;

  border: 0;

  border-top: 1px solid #cfcfcf;

  opacity: 1;
}

/* =========================================
   ORDERED LIST
========================================= */

.rules-list {
  width: 100%;
}

.rules-list ol {
  margin: 0;

  padding-left: 43px;

  color: #111111;

  font-size: 15px;

  line-height: 2.05;
}

/* =========================================
   LIST ITEM
========================================= */

.rules-list ol > li {
  margin-bottom: 22px;

  padding-left: 2px;
}

.rules-list ol > li:last-child {
  margin-bottom: 0;
}

/* Number */

.rules-list ol > li::marker {
  color: #111111;

  font-size: 14px;

  font-weight: 400;
}

/* =========================================
   PARAGRAPH
========================================= */

.rules-list p {
  margin: 0 0 20px;

  color: #011854;

  font-size: 15px;

  font-weight: 400;

  line-height: 2.05;
}

.rules-list p:last-child {
  margin-bottom: 0;
}

/* =========================================
   SECTION TITLE
========================================= */

.policy-section-title {
  margin-bottom: 15px;

  color: #011854;

  font-size: 15px;

  font-weight: 400;

  line-height: 1.6;
}

/* =========================================
   SUB HEADINGS
========================================= */

.rules-list h4 {
  margin: 18px 0 12px;

  color: #011854;

  font-size: 15px;

  font-weight: 700;

  line-height: 1.5;
}

/* =========================================
   BOLD TEXT
========================================= */

.rules-list strong {
  color: #011854;

  font-weight: 700;
}

/* =========================================
   EMAIL / LINKS
========================================= */

.rules-list a {
  color: #011854;

  font-weight: 400;

  text-decoration: none;

  transition: 0.3s ease;
}

.rules-list a:hover {
  color: #011854;

  text-decoration: underline;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .rules-section {
    padding: 45px 0 55px;
  }

  .rules-section .container {
    max-width: 960px;
  }

  .important-rules {
    padding: 24px 18px 35px;
  }

  .custom-heading {
    font-size: 21px;
  }

  .rules-list ol {
    padding-left: 38px;

    font-size: 14px;

    line-height: 1.95;
  }

  .rules-list p {
    font-size: 14px;

    line-height: 1.95;
  }

  .rules-list h4 {
    font-size: 15px;
  }
}

/* =========================================
   TABLET SMALL
========================================= */

@media (max-width: 767px) {
  .rules-section {
    padding: 30px 0 40px;
  }

  .rules-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .important-rules {
    padding: 20px 14px 28px;

    border-radius: 6px;
  }

  .custom-heading {
    width: 100%;

    font-size: 21px;

    padding-bottom: 9px;
  }

  .rules-hr {
    width: 100%;

    margin-bottom: 20px;
  }

  .rules-list ol {
    padding-left: 28px;

    font-size: 14px;

    line-height: 1.8;
  }

  .rules-list ol > li {
    margin-bottom: 18px;

    padding-left: 2px;
  }

  .rules-list p {
    margin-bottom: 16px;

    font-size: 14px;

    line-height: 1.8;
  }

  .rules-list h4 {
    margin: 16px 0 10px;

    font-size: 14px;

    line-height: 1.5;
  }

  .policy-section-title {
    font-size: 14px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .rules-section {
    padding: 20px 0 30px;
  }

  .rules-section .container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .important-rules {
    padding: 18px 12px 24px;
  }

  .custom-heading {
    font-size: 20px;
  }

  .rules-hr {
    margin-bottom: 18px;
  }

  .rules-list ol {
    padding-left: 25px;

    font-size: 13px;

    line-height: 1.75;
  }

  .rules-list ol > li {
    margin-bottom: 16px;
  }

  .rules-list p {
    font-size: 13px;

    line-height: 1.75;

    margin-bottom: 14px;
  }

  .rules-list h4 {
    font-size: 14px;

    margin-top: 14px;
  }

  .policy-section-title {
    font-size: 13px;
  }
}

/* ================================
   TABLET
================================ */

@media (max-width: 991px) {
  .rules-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .important-rules {
    padding: 22px 18px 28px;
  }

  .custom-heading {
    font-size: 20px;
  }

  .rules-list ol {
    padding-left: 38px;
  }

  .rules-list li {
    font-size: 15px;
    line-height: 2;
  }

  .rule-title {
    font-size: 15px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .rules-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .important-rules {
    padding: 20px 15px 25px;

    border-radius: 6px;
  }

  .custom-heading {
    font-size: 18px;
    line-height: 1.5;
  }

  .rules-hr {
    margin-top: 8px;
    margin-bottom: 20px;
  }

  .rules-list ol {
    padding-left: 30px;
  }

  .rules-list li {
    font-size: 14px;
    line-height: 1.9;

    margin-bottom: 12px;
  }

  .rules-list li.main-rule {
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .rule-title {
    font-size: 14px;
  }
}

/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {
  .rules-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .important-rules {
    padding: 18px 12px 22px;
  }

  .custom-heading {
    font-size: 17px;
  }

  .rules-list ol {
    padding-left: 25px;
  }

  .rules-list li {
    font-size: 13.5px;
    line-height: 1.85;
  }

  .rules-list li.main-rule {
    font-size: 14px;
  }

  .rule-title {
    font-size: 13.5px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .terms-list {
    padding-left: 22px;

    font-size: 14px;

    line-height: 1.7;
  }

  .terms-list li {
    margin-bottom: 15px;

    padding-left: 5px;
  }

  .terms-list li strong {
    font-size: 15px;
  }

  .terms-list li a {
    font-size: 14px;
  }
}

/* =====================================================
   LARGE DESKTOP
   1200px+
===================================================== */

@media (min-width: 1200px) {
  .flex-navbar {
    min-height: 68px;
  }

  .navbar-logo {
    width: 150px;
  }

  .home-logo {
    width: 280px;
  }

  .home-section {
    padding: 70px 0;
  }

  .site-footer {
    padding: 20px 0 16px;
  }
}

/* =====================================================
   LAPTOP
   992px - 1199px
===================================================== */

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-logo {
    width: 140px;
  }

  .home-logo {
    width: 260px;
  }

  .home-section {
    padding: 60px 0;
  }
}

/* =====================================================
   TABLET
   768px - 991px
===================================================== */

@media (min-width: 768px) and (max-width: 991px) {
  .flex-navbar {
    min-height: 64px;

    padding: 10px 0;
  }

  .navbar-logo {
    width: 135px;
  }

  .home-section {
    padding: 55px 25px;
  }

  .home-logo {
    width: 245px;

    margin-bottom: 14px;
  }

  .home-tagline {
    font-size: 13px;
  }

  .home-email {
    font-size: 12px;
  }

  .site-footer {
    padding: 18px 0 15px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-links {
    gap: 10px 20px;
  }

  .footer-links a {
    font-size: 10px;
  }

  /* Policy */

  .policy-page {
    padding: 55px 25px;
  }

  .policy-content h1 {
    font-size: 34px;
  }
}

/* =====================================================
   MOBILE
   576px - 767px
===================================================== */

@media (min-width: 576px) and (max-width: 767px) {
  .flex-navbar {
    min-height: 62px;

    padding: 10px 0;
  }

  .navbar-logo {
    width: 125px;
  }

  .home-section {
    padding: 50px 20px;
  }

  .home-logo {
    width: 220px;

    margin-bottom: 15px;
  }

  .home-tagline {
    font-size: 13px;
  }

  .home-email {
    font-size: 12px;
  }

  /* Footer */

  .site-footer {
    padding: 22px 0 18px;
  }

  .footer-main {
    flex-direction: column;

    justify-content: center;

    gap: 18px;

    text-align: center;
  }

  .footer-logo {
    width: 105px;
  }

  .footer-links {
    justify-content: center;

    gap: 10px 18px;
  }

  .footer-links a {
    font-size: 10px;
  }

  /* Policy */

  .policy-page {
    padding: 45px 20px;
  }

  .policy-content h1 {
    font-size: 30px;
  }

  .policy-content h2 {
    font-size: 18px;

    margin-top: 26px;
  }

  .policy-content p {
    font-size: 14px;

    line-height: 1.75;
  }
}

/* =====================================================
   SMALL MOBILE
   0px - 575px
===================================================== */

@media (max-width: 575px) {
  .flex-navbar {
    min-height: 58px;

    padding: 9px 0;
  }

  .navbar-logo {
    width: 115px;
  }

  /* Home */

  .home-section {
    padding: 45px 20px;
  }

  .home-logo {
    width: 200px;

    margin-bottom: 14px;
  }

  .home-tagline {
    max-width: 100%;

    font-size: 12px;

    line-height: 1.5;
  }

  .home-email {
    font-size: 11px;
  }

  /* Footer */

  .site-footer {
    padding: 22px 15px 18px;
  }

  .footer-main {
    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 16px;

    text-align: center;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-links {
    width: 100%;

    justify-content: center;

    align-items: center;

    gap: 8px 18px;
  }

  .footer-links a {
    font-size: 10px;
  }

  .footer-bottom {
    margin-top: 15px;

    padding-top: 9px;
  }

  .footer-bottom p {
    font-size: 9px;
  }

  /* Policy */

  .policy-page {
    padding: 40px 18px;
  }

  .policy-content h1 {
    font-size: 28px;

    line-height: 1.3;
  }

  .policy-date {
    margin-bottom: 30px;

    font-size: 11px;
  }

  .policy-content h2 {
    margin-top: 25px;

    font-size: 18px;
  }

  .policy-content p {
    font-size: 14px;

    line-height: 1.75;
  }
}

/* =====================================================
   EXTRA SMALL DEVICES
   375px and below
===================================================== */

@media (max-width: 375px) {
  .navbar-logo {
    width: 105px;
  }

  .home-section {
    padding: 38px 15px;
  }

  .home-logo {
    width: 180px;
  }

  .home-tagline {
    font-size: 11px;
  }

  .home-email {
    font-size: 10px;
  }

  .footer-links {
    gap: 7px 13px;
  }

  .footer-links a {
    font-size: 9px;
  }

  .footer-bottom p {
    font-size: 8px;
  }
}
