
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html, body { height: 100%; font-family: 'Cairo', sans-serif; scroll-behavior: smooth; direction: rtl; text-align: right; background-color: #ffffff; }
        a { text-decoration: none; }

        .macbook-pro { background-color: #ffffff; width: 100%; min-height: 52vh; display: flex; flex-direction: column; align-items: center; }

        /* Navigation Bar - Responsive (unified) */
        .macbook-pro .frame {
            display: flex;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: #ffffff;
            padding: 14px 5%;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid rgba(3,120,216,0.06);
        }

        .macbook-pro .container {
            display: flex;
            max-width: 900px;
            width: 100%;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 6px;
            background: linear-gradient(90deg,#007ee6,#0056b3);
            border-radius: 40px;
        }

        .macbook-pro .div-wrapper,
        .macbook-pro .div,
        .macbook-pro .frame-2 {
            display: flex;
            height: 48px;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 6px 14px;
            flex: 1;
            border-radius: 40px;
            cursor: pointer;
            transition: all 0.18s ease;
            color: #fff;
        }

        .macbook-pro .div-wrapper:hover,
        .macbook-pro .div:hover,
        .macbook-pro .frame-2:hover {
            background-color: rgba(255, 255, 255, 0.12);
        }

        .macbook-pro .frame-2 {
            background: transparent;
            color: #fff;
        }

        .macbook-pro .frame-2.active-link {
            background-color: #ffffff;
            border: 2px solid #007ee6;
            box-shadow: 0 0 8px rgba(0, 126, 230, 0.3);
        }

        .macbook-pro .div-wrapper.active-link,
        .macbook-pro .div.active-link {
            background-color: rgba(255, 255, 255, 0.3);
            border: 2px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        }

        .macbook-pro .text-wrapper {
            font-family: "Cairo", Helvetica;
            font-weight: 400;
            color: #ffffff;
            font-size: 16px;
            line-height: 24px;
            white-space: nowrap;
        }

        .macbook-pro .text-wrapper-2 {
            font-family: "Cairo", Helvetica;
            font-weight: 400;
            color: #ffffff;
            font-size: 16px;
            line-height: 24px;
            white-space: nowrap;
        }
        .frame .text-wrapper-2{
            color: #ffffff;

        }

        .macbook-pro .image {
            width: 78px;
            height: 98px;
            object-fit: cover;
        }

        /* Main */
        .macbook-pro .frame-wrapper { display: flex; flex-direction: column; align-items: center; gap: 60px; width: 100%; max-width: 1400px; margin: 0 auto; padding: 180px 5% 40px; }

        /* Form */
        .macbook-pro .create-plan { display: flex; flex-direction: column; width: 100%; max-width: 700px; align-items: center; gap: 32px; padding: 40px; background-color: #ffffff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }
        .macbook-pro .text-wrapper-3 { font-family: "Cairo", Helvetica; font-weight: 700; color: #161617; font-size: clamp(20px, 3vw, 24px); line-height: 36px; }
        .macbook-pro .frame-3 { display: flex; flex-direction: column; gap: 24px; width: 100%; }
        .macbook-pro .frame-5 { display: flex; flex-direction: column; gap: 16px; width: 100%; }
        .macbook-pro .container-2 { display: flex; flex-direction: column; gap: 8px; width: 100%; }
        .macbook-pro .text-wrapper-4 { font-family: "Cairo", Helvetica; font-weight: 400; color: #0e162b; font-size: 14px; line-height: 17px; }
        .macbook-pro .input, .macbook-pro .input-2, .macbook-pro .input-3 { display: flex; height: 48px; align-items: center; padding: 4px 12px; background-color: #f9fafb; border-radius: 8px; border: 1px solid #d7d7d7; gap: 8px; }
        .macbook-pro .input input, .macbook-pro .input-2 input, .macbook-pro .input-3 input { width: 100%; border: none; background: transparent; font-family: "Cairo", Helvetica; font-size: 14px; color: #0e162b; text-align: right; outline: none; }
        .macbook-pro .input input::placeholder, .macbook-pro .input-2 input::placeholder, .macbook-pro .input-3 input::placeholder { color: #717182; }
        .macbook-pro .frame-6 { display: flex; gap: 16px; width: 100%; flex-wrap: wrap; }
        .macbook-pro .container-3 { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 200px; }
        .macbook-pro .primitive-button { display: flex; height: 48px; align-items: center; justify-content: space-between; padding: 0 12px; background-color: #f9fafb; border-radius: 8px; border: 1px solid #d7d7d7; cursor: pointer; position: relative; }
        .macbook-pro .primitive-button select { width: 100%; border: none; background: transparent; font-family: "Cairo", Helvetica; font-size: 14px; color: #717182; text-align: right; outline: none; cursor: pointer; appearance: none; padding-right: 8px; }
        .macbook-pro .primitive-button select option { text-align: right; direction: rtl; }
        .macbook-pro .primitive-button .select2 { width: 100% !important; border: none; background: transparent; font-family: "Cairo", Helvetica; font-size: 14px; color: #717182; text-align: right; outline: none; cursor: pointer; appearance: none; padding-right: 8px; }
        .macbook-pro .primitive-button select option { text-align: right; direction: rtl; }
        .macbook-pro .frame-7
        
 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    flex-direction: row-reverse;
    
}
.select2-container--default .select2-selection--single {
            background-color: transparent !important; 
            border: none !important;
            border-radius:none !important; 
        }
.Button-container {
    display: flex;
    justify-content: right;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
}


        .macbook-pro .text-wrapper-9 { font-family: "Cairo", Helvetica; font-weight: 400; color: #494747; font-size: 14px; }
        .macbook-pro .fluent-checkbox input { width: 24px; height: 24px; cursor: pointer; }
        .macbook-pro .frame-9 { display: flex; width: 100%; max-width: 350px; height: 44px; align-items: center; justify-content: center; padding: 8px 12px; background-color: #007ee6; border-radius: 8px; border: none; cursor: pointer; transition: all 0.3s ease; }
        .macbook-pro .frame-9:hover { background-color: #0066cc; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 126, 230, 0.3); }
        .macbook-pro .text-wrapper-10 { font-family: "Cairo", Helvetica; font-weight: 400; color: #6a6a6a; font-size: 12px; text-align: center; margin-top: 8px; }

        /* Footer */
.footer { display: flex; flex-direction: column; padding: 64px 5% 32px 5%; background: linear-gradient(180deg, rgba(0, 82, 151, 1) 0%, rgba(0, 53, 97, 1) 100%); color: #ffffff; width: 100%; }
.container-7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 48px; margin-bottom: 48px; }
 .text-wrapper-11 { font-family: "Cairo", Helvetica; font-weight: 400; color: #d4d4d4; font-size: 14px; line-height: 1.6; }
 .text-wrapper-12 { font-family: "Cairo", Helvetica; font-weight: 600; color: #ffffff; font-size: 16px; margin-bottom: 16px; }
.link { color: #d4d4d4; font-family: "Cairo", Helvetica; font-size: 16px; margin-bottom: 8px; display: block; transition: color 0.3s ease; }
.link:hover { color: #ffffff; }
.element { font-family: "Cairo", Helvetica; font-weight: 400; color: #99a1ae; font-size: 14px; text-align: center; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, 0.1); }

        @media (max-width: 768px) {
            .macbook-pro .image { width: 60px; height: 75px; }
            .macbook-pro .container { padding: 6px; }
            .macbook-pro .div-wrapper, .macbook-pro .div, .macbook-pro .frame-2 { height: 42px; padding: 4px 8px; }
            .macbook-pro .text-wrapper, .macbook-pro .text-wrapper-2 { font-size: 14px; }
            .macbook-pro .create-plan { padding: 30px 20px; }
            .macbook-pro .frame-6 { flex-direction: column; }
            .macbook-pro .container-3 { min-width: 100%; }
        }

        @media (max-width: 480px) {
            .macbook-pro .frame { flex-direction: column; gap: 15px; padding: 15px; }
            .macbook-pro .container { width: 100%; }
            .macbook-pro .frame-wrapper { padding: 200px 5% 30px; }
        }
   