
        .thanks-section {
            min-height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            overflow: hidden;
        }

        .thanks-content {
            z-index: 2;
            color: white;
            max-width: 600px;
            padding: 0 2rem;
        }

        .thanks-content h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .thanks-content p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }

        .thanks-content .btn {
            font-size: 1.2rem;
            margin: 0 1rem;
        }

        .floating-icons {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .thanks-content h1 {
                font-size: 2rem;
            }

            .thanks-content .btn {
                display: block;
                margin: 1rem auto;
            }
        }
   
        .terms-hero {
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.7)), url("image/banner.jpg") no-repeat center center/cover;
            overflow: hidden;
        }

        .terms-hero .hero-content {
            z-index: 2;
            color: white;
            max-width: 800px;
            padding: 0 2rem;
        }

        .terms-hero .floating-icons {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .terms-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 5rem 0;
        }

        .terms-card {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .terms-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .terms-card h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: #333;
        }

        .terms-card ul {
            list-style-type: disc;
            padding-left: 2rem;
        }

        .terms-card ul li {
            margin-bottom: 0.5rem;
        }

        .contact-section {
            background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
            text-align: center;
        }

        .contact-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 2rem;
            color: white;
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-card a {
            color: #feca57;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-card a:hover {
            color: #ff6b6b;
        }

        @media (max-width: 768px) {
            .terms-hero {
                height: 50vh;
            }

            .terms-card {
                padding: 1.5rem;
            }
        }
  

        .privacy-hero {
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.7)), url("image/banner.jpg") no-repeat center center/cover;
            overflow: hidden;
        }

        .privacy-hero .hero-content {
            z-index: 2;
            color: white;
            max-width: 800px;
            padding: 0 2rem;
        }

        .privacy-hero .floating-icons {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .policy-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 5rem 0;
        }

        .policy-card {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .policy-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .policy-card h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: #333;
        }

        .policy-card ul {
            list-style-type: disc;
            padding-left: 2rem;
        }

        .policy-card ul li {
            margin-bottom: 0.5rem;
        }

        .contact-section {
            background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
            text-align: center;
        }

        .contact-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 2rem;
            color: white;
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-card a {
            color: #feca57;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-card a:hover {
            color: #ff6b6b;
        }

        @media (max-width: 768px) {
            .privacy-hero {
                height: 50vh;
            }

            .policy-card {
                padding: 1.5rem;
            }
        }
   