* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            background-color: #F7F7F8;
        }

        .navbar {
            background-color: #ffffff;
            padding: 0.6rem 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        .navbar-brand img {
            height: 42px;
            width: auto;
        }
        
        .navbar-nav .nav-link {
            color: #333 !important;
            font-weight: 500;
            margin-left: 1rem;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: #86BC25 !important;
        }

        .btn-get-started {
    background: #86BC25;
    color: #555 !important;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease, filter 0.3s ease;
    text-decoration: none;
    display: inline-block;
}


        .btn-get-started:hover {
    background: #86BC25;
}


        .theme-toggle {
            background: none;
            border: none;
            cursor: pointer;
            padding: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            margin-right: 1.5rem;
            transition: all 0.3s ease;
        }

        .theme-toggle svg {
            width: 24px;
            height: 24px;
            stroke: #333;
            stroke-width: 2;
            fill: none;
            transition: all 0.3s ease;
        }

        body.dark-mode {
            background-color: #1a1a1a;
            color: #e0e0e0;
        }

        body.dark-mode .navbar {
            background-color: #2a2a2a;
            box-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }

        body.dark-mode .navbar-nav .nav-link {
            color: #e0e0e0 !important;
        }

        body.dark-mode .navbar-nav .nav-link:hover {
            color: #86BC25 !important;
        }

        body.dark-mode .theme-toggle svg {
            stroke: #fff;
        }

        body.dark-mode .dropdown-menu {
            background-color: #2a2a2a;
            border-color: #444;
        }

        body.dark-mode .dropdown-item {
            color: #e0e0e0;
        }

        body.dark-mode .dropdown-item:hover {
            background-color: #1a3a52;
            color: #86BC25;
        }

        /* Hero Section */
        .hero-terms {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url('/static/images/terms_conditions.png');
            background-size: cover;
            background-position: center center;
            background-attachment: scroll;
            background-repeat: no-repeat;
            background-color: transparent;
            position: relative;
            width: 100%;
            margin: 0;
            padding: 2rem;
        }

        .hero-terms::before {
            content: none;
        }

        .hero-terms .container {
            position: relative;
            z-index: 2;
            text-align: left;
            color: white;
            width: 100%;
            max-width: 1200px;
            padding: 0 1rem 0 10rem;
        }

        .hero-terms h1 {
            font-size: 3rem;
            font-weight: 900;
            color: #fff;
            margin-bottom: 1rem;
            line-height: 1.2;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
        }

        .hero-terms h1 .highlight {
            background: linear-gradient(90deg, #4a9eff 0%, #2563eb 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.6));
        }

        .hero-terms p {
            color: #f0f0f0;
            font-size: 1.2rem;
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.8;
            text-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
        }

        .terms-section {
            padding: 4rem 2rem;
            background-color: #ffffff;
        }

        .terms-container {
            max-width: 950px;
            margin: 0 auto;
        }

        .terms-content {
            background-color: transparent;
            padding: 0;
            border-radius: 0;
            box-shadow: none;
        }

        .terms-content h2 {
            font-size: 1.6rem;
            font-weight: 700;
            color: #000;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            padding-bottom: 0;
            border-bottom: none;
        }

        .terms-content h2:first-child {
            margin-top: 0;
        }

        .terms-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #86BC25;
            margin-top: 1.2rem;
            margin-bottom: 0.5rem;
        }

        .terms-content p {
            color: #333;
            font-size: 0.95rem;
            line-height: 1.8;
            margin-bottom: 1rem;
            text-align: justify;
        }

        .terms-content ul {
            color: #333;
            font-size: 0.95rem;
            line-height: 1.8;
            margin-bottom: 1rem;
            padding-left: 2rem;
            margin-left: 0;
        }

        .terms-content ul li {
            margin-bottom: 0.6rem;
        }

        .terms-content ol {
            color: #333;
            font-size: 0.95rem;
            line-height: 1.8;
            margin-bottom: 1rem;
            padding-left: 2rem;
            margin-left: 0;
        }

        .terms-content ol li {
            margin-bottom: 0.6rem;
        }

        .highlight-box {
            background-color: #f0f8ff;
            border-left: 3px solid #86BC25;
            padding: 1.2rem;
            margin: 1.5rem 0;
            border-radius: 0;
        }

        .highlight-box p {
            margin: 0;
            color: #86BC25;
            font-weight: 500;
            font-size: 0.95rem;
        }

        body.dark-mode .hero-terms::before {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
        }

        body.dark-mode .hero-terms h1 {
            color: #fff;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
        }

        body.dark-mode .hero-terms p {
            color: #e0e0e0;
            text-shadow: 0 4px 16px rgba(0, 0, 0, 0.9);
        }

        body.dark-mode .terms-section {
            background-color: #1a1a1a;
        }

        body.dark-mode .terms-content {
            background-color: transparent;
            color: #e0e0e0;
        }

        body.dark-mode .terms-content h2 {
            color: #fff;
            border-bottom-color: transparent;
        }

        body.dark-mode .terms-content h3 {
            color: #4a9eff;
        }

        body.dark-mode .terms-content p,
        body.dark-mode .terms-content ul,
        body.dark-mode .terms-content ol {
            color: #c0c0c0;
        }

        body.dark-mode .highlight-box {
            background-color: #000;
            border-left-color: #86BC25;
        }

        body.dark-mode .highlight-box p {
            color: #86BC25;
        }

        body.dark-mode footer {
            background-color: #111313;
            border-top: 1px solid #333;
        }

        body.dark-mode footer h6 {
            color: #ffffff !important;
        }

        body.dark-mode footer a {
            color: #b0b0b0 !important;
        }

        body.dark-mode footer a:hover {
            color: #d3d3d8 !important;
        }

        body.dark-mode footer .text-muted {
            color: #888 !important;
        }

        body.dark-mode footer .text-dark {
            color: #ffffff !important;
        }

        body.dark-mode footer hr {
            border-color: #333 !important;
        }

        body.dark-mode footer svg {
            stroke: #b0b0b0;
        }

        body.dark-mode footer a:hover svg {
            stroke: #4a9eff;
        }

        footer a:hover {
            color: #86BC25 !important;
        }

        footer {
            background-color: #111313;
            color: #aaa;
            padding: 3rem 2rem 1rem;
            margin-top: 4rem;
        }

        footer h6 {
            color: white;
            font-weight: 700;
        }

        footer a {
            color: #aaa;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        footer .text-muted {
            color: #666;
        }
        @keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

/* Floating WhatsApp circle */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px #0003;
    z-index: 999;
    animation: pulse 1.5s infinite;
}

/* Icon inside */
.whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


        @media (max-width: 1024px) {
            .navbar {
                padding: 0.8rem 0;
            }
            
            .navbar-brand img {
                height: 45px;
            }
            
            .navbar-nav .nav-link {
                font-size: 0.95rem;
                margin-left: 0.75rem;
            }
            
            .hero-terms {
                height: 70vh;
                padding: 2rem 1.5rem;
                background-position: center center;
                background-size: contain;
            }
            
            .hero-terms h1 {
                font-size: 2.5rem;
            }
            
            .hero-terms .container {
                padding: 0 1rem;
            }
            
            footer {
                padding: 2.5rem 1.5rem 1rem;
            }
            
            footer .container-fluid > div[style*="display: flex"] {
                gap: 1.5rem !important;
            }
            
            footer .container-fluid > div[style*="display: flex"] > div {
                flex: 1 1 45% !important;
            }
            
            footer .row.align-items-center > div {
                padding: 0.5rem 0;
            }
            
            footer .col-md-4.text-center,
            footer .col-md-4 {
                text-align: center !important;
            }
        }
        
        @media (max-width: 768px) {
            .navbar {
                padding: 0.5rem 0;
            }
            
            .navbar-brand img {
                height: 40px;
            }
            
            .navbar-nav {
                margin-top: 1rem;
            }
            
            .navbar-nav .nav-link {
                font-size: 0.9rem;
                margin-left: 0;
                padding: 0.5rem 0;
            }
            
            .btn-get-started {
    background: #86BC25;
    color: #555 !important;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease, filter 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

            
            .theme-toggle {
                margin-right: 0;
                margin-left: 0;
            }
            
            .hero-terms {
                height: 60vh;
                min-height: 400px;
                padding: 2rem 1rem;
                background-attachment: scroll;
                background-position: center center;
                background-size: contain;
            }
            
            .hero-terms h1 {
                font-size: 2rem;
                margin-bottom: 0.75rem;
                word-break: break-word;
            }
            
            .hero-terms p {
                font-size: 1rem;
            }
            
            .hero-terms .container {
                padding: 0 0.5rem;
            }
            
            .terms-section {
                padding: 2rem 1rem;
            }
            
            .terms-content h2 {
                font-size: 1.4rem;
                margin-top: 2rem;
            }
            
            .terms-content h3 {
                font-size: 1rem;
            }
            
            .terms-content p,
            .terms-content ul,
            .terms-content ol {
                font-size: 0.9rem;
            }
            
            .terms-content ul,
            .terms-content ol {
                padding-left: 1.5rem;
            }
            
            .highlight-box {
                padding: 1rem;
                margin: 1rem 0;
            }
            
            .highlight-box p {
                font-size: 0.9rem;
            }
            
            footer {
                padding: 2rem 1rem 1rem;
            }
            
            footer .container-fluid > div[style*="display: flex"] {
                flex-direction: column !important;
                gap: 2rem !important;
            }
            
            footer .container-fluid > div[style*="display: flex"] > div {
                min-width: 100% !important;
                flex: none !important;
            }
            
            footer h6 {
                font-size: 1rem;
                margin-bottom: 1rem !important;
            }
            
            footer .text-muted,
            footer ul li a {
                font-size: 0.875rem;
            }
            
            footer .row.align-items-center {
                flex-direction: column !important;
                text-align: center !important;
                gap: 1rem;
            }
            
            footer .row.align-items-center > div {
                text-align: center !important;
                width: 100%;
            }
            
            footer .col-md-4 {
                text-align: center !important;
            }
            
            footer .col-md-4.text-end {
                text-align: center !important;
            }
            
            footer .col-md-4 p {
                justify-content: center;
            }
        }
        
        @media (max-width: 480px) {
            .navbar-brand img {
                height: 35px;
            }
            
            .hero-terms {
                height: 50vh;
                min-height: 350px;
                padding: 1.5rem 0.75rem;
                background-position: center center;
                background-size: contain;
                background-attachment: scroll;
            }
            
            .hero-terms h1 {
                font-size: 1.5rem;
                margin-bottom: 0.5rem;
                line-height: 1.3;
            }
            
            .hero-terms p {
                font-size: 0.95rem;
                line-height: 1.6;
            }
            
            .hero-terms .container {
                padding: 0 0.25rem;
            }
            
            .hero-terms::before {
                background: rgba(0, 0, 0, 0.5);
            }
            
            .terms-section {
                padding: 1.5rem 0.75rem;
            }
            
            .terms-content h2 {
                font-size: 1.25rem;
                margin-top: 1.5rem;
            }
            
            .terms-content h3 {
                font-size: 0.95rem;
            }
            
            .terms-content p,
            .terms-content ul,
            .terms-content ol {
                font-size: 0.85rem;
            }
            
            .terms-content ul,
            .terms-content ol {
                padding-left: 1.25rem;
            }
            
            .highlight-box {
                padding: 0.75rem;
            }
            
            .highlight-box p {
                font-size: 0.85rem;
            }
            
            footer {
                padding: 1.5rem 0.75rem 1rem;
            }
            
            footer .container-fluid > div[style*="display: flex"] {
                gap: 1.5rem !important;
            }
            
            footer h6 {
                font-size: 0.95rem;
                margin-bottom: 0.75rem !important;
            }
            
            footer .text-muted {
                font-size: 0.8rem;
            }
            
            footer ul li a {
                font-size: 0.8rem !important;
            }
            
            footer ul li {
                margin-bottom: 0.5rem !important;
            }
            
            footer img {
                max-width: 120px !important;
                height: auto !important;
            }
            
            footer .row.align-items-center p {
                font-size: 0.75rem;
            }
            
            footer .row.align-items-center svg {
                width: 16px !important;
                height: 16px !important;
            }
            
            footer .row.align-items-center a {
                margin: 0 0.25rem !important;
            }
            
            footer .col-md-4.text-end {
                text-align: center !important;
            }
        }
        
        @media (max-width: 375px) {
            .navbar-brand img {
                height: 30px;
            }
            
            .hero-terms {
                height: 45vh;
                min-height: 300px;
                padding: 1rem 0.5rem;
                background-position: center center;
                background-size: contain;
            }
            
            .hero-terms h1 {
                font-size: 1.25rem;
            }
            
            .hero-terms p {
                font-size: 0.875rem;
            }
            
            .hero-terms .container {
                padding: 0;
            }
            
            .terms-section {
                padding: 1rem 0.5rem;
            }
            
            .terms-content h2 {
                font-size: 1.1rem;
            }
            
            .terms-content h3 {
                font-size: 0.9rem;
            }
            
            .terms-content p,
            .terms-content ul,
            .terms-content ol {
                font-size: 0.8rem;
            }
            
            footer {
                padding: 1rem 0.5rem;
            }
            
            footer img {
                max-width: 100px !important;
            }
            
            footer h6 {
                font-size: 0.9rem;
            }
            
            footer .text-muted,
            footer ul li a {
                font-size: 0.75rem;
            }
            
            footer .row.align-items-center p {
                font-size: 0.7rem;
            }
            
            footer .col-md-4.text-end {
                text-align: center !important;
            }
        }
        a {
    color: #86BC25;
    text-decoration: none;
        }
        a:hover{
    color: #86BC25;
        }
