html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0.5em 0;
}

p, a, li, button {
  font-weight: 400;
}

button, .nav-menu, .headline {
  font-weight: 500;
}

p {
  line-height: 1.6;
  letter-spacing: 0.5px;
}

/* Typography - Responsive Font Sizes */
@media (max-width: 1024px) {
  body { font-size: 16px; }
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.8rem; text-align: center; }
  h3 { font-size: 1.6rem; }
  h4, h5, h6 { font-size: 1.4rem; }
  p { font-size: 1rem; }
}

@media (max-width: 768px) {
  body { font-size: 14px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; text-align: center; }
  h3 { font-size: 1.4rem; }
  h4, h5, h6 { font-size: 1.2rem; }
  p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  button, .nav-menu, .headline {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  body { font-size: 13px; }
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; text-align: center; }
  h3 { font-size: 1.2rem; }
  p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  button, .nav-menu, .headline {
    font-size: 0.9rem;
  }
}


  /* ============================== PRIVACY CONTENT ========================================= */

    /* Terms Content */
    .container {
        max-width: 1280px;
        margin-top: 10rem ;
        margin-left:auto;
        margin-right: auto;
    }


    /***************** terms-content *****************/
    /* Add these styles to your CSS */
    .terms-content {
        max-width: 80%;
        margin: 0 auto 40px;
        padding: 0 20px 30px 20px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 15px rgba(0, 51, 102, 0.08);
    }

    .terms-content p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #444;
        margin: 0;
        padding: 30px;
        text-align: justify;
    }

    .terms-content a {
        color: #333333; /* Dark gray (replaces navy #003366) */
        text-decoration: none;
        font-weight: 600;
        border-bottom: 2px solid rgba(0, 0, 0, 0.2); /* Black with 20% opacity */
        transition: all 0.3s ease;
    }

    .terms-content h3 {
        color: #000; /* Dark gray (replaces navy #003366) */
        margin-left: 30px;

    }

    /* Optional hover state for subtle interaction */
    .terms-content a:hover {
        color: #000000; /* Pure black for contrast */
        border-bottom-color: rgba(0, 0, 0, 0.4); /* Darker underline on hover */
    }


    /* Important notice styling */
    /* .terms-content strong {
        display: block;
        margin: 25px 0 15px;
        color: #000000;
        font-size: 1.1rem;
    } */

    /* Age requirement emphasis */
    .terms-content em {
        display: inline-block;
        background: #f0f0f0; /* Light gray (replaces pink #fff3f3) */
        padding: 2px 6px;
        border-radius: 4px;
        font-style: normal;
        color: #333333; /* Dark gray (replaces red #cc0000) */
    }

    /* Optional hover effect for interactivity */
    .terms-content em:hover {
        background: #e0e0e0; /* Slightly darker gray on hover */
    }

    /* Mobile optimization */
    @media (max-width: 768px) {
        .terms-content {
            padding: 0 15px;
            margin-bottom: 30px;
        }

        .terms-content p {
            padding: 20px;
            font-size: 1rem;
            line-height: 1.7;
        }

        /* .terms-content strong {
            margin: 20px 0 10px;
        } */
    }
    /*************************/

    .mini-header {
        display: inline-block;
        font-weight: 600;
        color: #000; /* Pure black (replaces #002244) */
        margin: 0 5px 0 0;
        font-size: 0.95em;
        letter-spacing: 0.03em;
    }
    .mini-list
    {
        margin-left: 50px;
    }

    /********Panel Content*******/

    .panel-content {
        padding: 15px;
        border-left: 4px solid #d5d4d4;
        background-color: #f9f9f9;
        font-family: "Arial", sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
        transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    }

    .panel-content h3 {
        font-size: 18px;
        color: #000;
        margin-left: 30px;
    }

    .panel-content p {
        margin-bottom: 5px;
    }

    .panel-content ul {
        padding-left: 20px;
        list-style-type: disc;
        margin-left: 30px;
    }




    .panel-content ul li {
        margin-bottom: 5px;
    }


    .title {
        color: #000000;
        text-align: center;
        margin-bottom: 0.5rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        font-size: 2rem;
    }
    

    .last-revised {
        text-align: center;
        color: #666;
        margin-bottom: 3rem;
    }

    /* Accordion System */
    .terms-table {
        width: 100%;
        border-collapse: collapse;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .accordion {
        background: #f8f8f8; /* Light gray background */
        border-bottom: 2px solid #e0e0e0; /* Neutral border */
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .accordion:hover {
        background: #eeeeee; /* Slightly darker on hover */
    }

    .accordion.active {
        background: #e0e0e0; /* Noticeably darker when active */
        border-bottom-color: #b0b0b0; /* Darker border for active state */
        box-shadow: inset 0 0 0 1px #cccccc; /* Inner shadow for depth */
    }



    .accordion td {
        padding: 20px;
        font-weight: 600;
        color: #222222; /* Dark gray (replaces #003366) */
        position: relative;
        border-bottom: 1px solid #e0e0e0; /* Optional divider */
    }

    .panel td {
        padding: 0 !important;
    }

    .panel-content {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        transition:
        max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        padding 0.3s ease;
        will-change: max-height;

    }

    .panel.active .panel-content {
        max-height: none; /* Removes height restriction */    padding: 20px;
        transition:
            max-height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
            padding 0.4s linear;
    }

    /* Toggle Icon */
    .toggle-icon {
        position: absolute;
        right: 20px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        transform: translateY(-50%);
    }

    .plus, .minus {
        position: absolute;
        font-size: 1.6em;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: center;
        line-height: 1;
        color: #222222;
    }

    .plus {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }

    .minus {
        opacity: 0;
        transform: rotate(-90deg) scale(0.8);
    }

    /* Active states */
    .accordion.active .plus {
        opacity: 0;
        transform: rotate(90deg) scale(0.8);
    }

    .accordion.active .minus {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .container {
            padding: 0 15px;
        }

        .accordion td {
            padding: 16px;
            font-size: 15px;
        }

        .panel.active .panel-content {
            padding: 16px;
        }

        .toggle-icon {
            right: 16px;
        }
    }

    @media (max-width: 480px) {
        .terms-table {
            border-radius: 8px;
        }

        .accordion td {
            padding: 14px;
        }

        .panel-content {
            font-size: 14px;
        }
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
        .toggle-icon {
            right: 16px;
            width: 22px;
            height: 22px;
        }

        .plus, .minus {
            font-size: 1.4em;
        }
    }




  /* ============================== End Of PRIVACY CONTENT ========================================= */
/* Privacy specific*/
.axel-feature-wrapper {
    padding-left: 3rem;
  }

  .axel-feature-list {
    margin: 0;
    padding-left: 0;
  }

  .axel-feature-list li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
  }


  .axel-feature-title {
    color: #444;
    font-weight: bold;
  }