
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        width: 100%;
        border-radius: 10px;
        margin: 10% auto;
        max-width: 800px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.3s ease-in-out;
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .close-btn {
        color: #000000;
        font-size: 28px;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
    }

    .close-btn:hover,
    .close-btn:focus {
        color: #000;
    }

    .open-modal-btn {
        padding: 10px 20px;
        font-size: 16px;
        color: rgb(0, 0, 0);
        border: none;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .open-modal-btn img {
        margin-right: 10px;
        border-radius: 50%;
    }

    .modal-body {
        padding: 20px;
    }

    .option-list {
        display: flex;
        flex-wrap: wrap;
        max-height: 300px;
        overflow-y: auto;
        margin: -10px;
    }

    .option {
        flex: 1 1 calc(30% - 20px);
        margin: 10px;
        box-sizing: border-box;
    }

    .option a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        padding: 10px;
        transition: background-color 0.3s ease;
        border-radius: 5px;
    }

    .option a:hover {
        background-color: #662effc1;
        color: #fff;
        padding: 10px;
    }

    .option a.selected {
        background-color: #662effc1;
        color: #fff;
        font-weight: bold;
        padding: 10px;
    }

    .menu_op {
        padding-left: 10px;
    }

    .class_pdf {
        position: relative;
        bottom: 50px;
        right: 20px;
    }

    .bank-account {
        display: flex;
        justify-content: space-between;
    }

    .aaks {
        display: flex
    }

    @media (max-width: 768px) {
        .option {
            flex: 1 1 100%;
        }

        .bank-account {
            display: block;
        }

        .class_pdf {
            bottom: 0px;
            right: 0px;
        }

        .aaks {
            display: block
        }
    }

    img {
        max-width: 100%;
    }

    img {
        border: 0;
    }

    .faq-ob {
        max-width: 1200px;
        margin: 0 auto;
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .faq-obs {
        border-bottom: 1px solid #A84BFF;
    }

    .faq-obs:last-child {
        border-bottom: none;
    }

    .faq-obf {
        padding: 1.5rem;
        background-color: white;
        cursor: pointer;
        position: relative;
        font-weight: 600;
        color: #2d3748;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .faq-obf::before {
        content: '';
        width: 4px;
        height: 0;
        background: #A84BFF;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: height 0.3s ease;
    }

    .faq-obf:hover {
        background-color: #f8fafc;
    }

    .faq-obf::after {
        content: '+';
        position: absolute;
        right: 1.5rem;
        font-size: 1.5rem;
        color: #4f46e5;
        transition: transform 0.3s ease;
    }

    .faq-obf.faq-haks {
        background-color: #f8fafc;
    }

    .faq-obf.faq-haks::before {
        height: 100%;
    }

    .faq-obf.faq-haks::after {
        transform: rotate(45deg);
    }

    .faq-obg {
        max-height: 0;
        overflow: hidden;
        background-color: #f8fafc;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 1.5rem;
        opacity: 0;
        transform: translateY(-10px);
    }

    .faq-obg.ohj-fse {
        max-height: 300px;
        opacity: 1;
        transform: translateY(0);
        padding: 1.5rem;
        color: #4a5568;
    }

    @media (max-width: 768px) {
        .faq-obf {
            padding: 1.25rem;
            font-size: 0.95rem;
        }

        .faq-obg {
            font-size: 0.9rem;
        }
    }

    @keyframes ohj-fsesd {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-header {
        display: flex;
        justify-content: flex-end;
    }

    .close-btn {
        font-size: 24px;
        color: #3333333f;
        cursor: pointer;
    }

    .close-btn:hover {
        color: #f00;
    }

    .option-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .option {
        text-align: center;
    }

    .selected {
        font-weight: bold;
        color: green;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .rdp-help-section {
      padding: 120px 0;
      background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
      position: relative;
      overflow: hidden;
    }

    .rdp-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .rdp-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 60px;
      align-items: center;
    }

    .rdp-content {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 0.6s ease forwards;
    }

    .rdp-content h2 {
      font-size: 48px;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 24px;
      background: linear-gradient(90deg, #1a1a1a 0%, #333333 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .rdp-content p {
      font-size: 18px;
      line-height: 1.6;
      color: #4b5563;
      margin-bottom: 32px;
    }

    .rdp-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 40px;
    }

    .rdp-feature {
      display: flex;
      align-items: center;
      gap: 12px;
      opacity: 0;
      transform: translateX(-20px);
      animation: fadeInLeft 0.5s ease forwards;
    }

    .rdp-feature:nth-child(1) { animation-delay: 0.2s; }
    .rdp-feature:nth-child(2) { animation-delay: 0.3s; }
    .rdp-feature:nth-child(3) { animation-delay: 0.4s; }
    .rdp-feature:nth-child(4) { animation-delay: 0.5s; }

    .rdp-feature-icon {
      width: 32px;
      height: 32px;
      background: #f3f4f6;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .rdp-feature:hover .rdp-feature-icon {
      background: #8b5cf6;
      color: white;
      transform: scale(1.1);
    }

    .rdp-feature span {
      font-size: 15px;
      color: #374151;
      font-weight: 500;
    }

    .rdp-cta {
      display: flex;
      gap: 16px;
      align-items: center;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 0.5s ease forwards 0.6s;
    }

    .rdp-button {
      padding: 16px 32px;
      background: #8b5cf6;
      color: white;
      border-radius: 12px;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .rdp-button:hover {
      background: #7c3aed;
      transform: translateY(-2px);
    }

    .rdp-button::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
      transition: 0.5s;
    }

    .rdp-button:hover::after {
      left: 100%;
    }

    .rdp-button img {
      width: 20px;
      height: 20px;
      filter: brightness(0) invert(1);
    }

    .rdp-secondary {
      padding: 16px 32px;
      color: #6b7280;
      text-decoration: none;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s ease;
    }

    .rdp-secondary:hover {
      color: #374151;
      transform: translateX(5px);
    }

    .rdp-visual {
      position: relative;
      opacity: 0;
      transform: translateX(20px);
      animation: fadeInRight 0.6s ease forwards 0.3s;
    }

    .rdp-card {
      background: white;
      padding: 32px;
      border-radius: 24px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
      max-width: 480px;
      margin: 0 auto;
      transition: all 0.3s ease;
    }

    .rdp-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    }

    .rdp-card-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 24px;
    }

    .rdp-avatar {
      width: 64px;
      height: 64px;
      background: #f3f4f6;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .rdp-card:hover .rdp-avatar {
      background: #8b5cf6;
    }

    .rdp-card:hover .rdp-avatar img {
      filter: brightness(0) invert(1);
    }

    .rdp-avatar img {
      width: 32px;
      height: 32px;
      filter: brightness(0);
      opacity: 0.8;
      transition: all 0.3s ease;
    }

    .rdp-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #f3f4f6;
    }

    .rdp-stat {
      text-align: center;
    }

    .rdp-stat-value {
      font-size: 24px;
      font-weight: 700;
      color: #8b5cf6;
      margin-bottom: 4px;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 0.5s ease forwards 0.8s;
    }

    .rdp-stat-label {
      font-size: 14px;
      color: #6b7280;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 0.5s ease forwards 0.9s;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeInLeft {
      from {
        opacity: 0;
        transform: translateX(-20px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        transform: translateX(20px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @media (max-width: 1024px) {
      .rdp-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .rdp-content {
        text-align: center;
      }

      .rdp-features {
        justify-content: center;
      }

      .rdp-cta {
        justify-content: center;
      }
    }

    @media (max-width: 640px) {
      .rdp-help-section {
        padding: 80px 0;
      }

      .rdp-content h2 {
        font-size: 36px;
      }

      .rdp-features {
        grid-template-columns: 1fr;
      }
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-btn {
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }

    .dropdown-btn img {
        width: 30px;
        height: 20px;
    }

    .dropdown-content {
        left: 3px;
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .dropdown-content a img {
        width: 30px;
        height: 20px;
    }

    .dropdown-content a:hover {
        background-color: #ddd;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }
