    @import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600&display=swap');

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Vazirmatn", sans-serif;
        }

        body {
            background: linear-gradient(135deg, #7ce7a3ff, #22c55e, #86efac);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding: 40px 10px;
        }

        .container {
            background: #fff;
            padding: 40px 30px;
            border-radius: 25px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            width: 100%;
            max-width: 900px;
            position: relative;
            margin-top: 15px;
        }

        .container img.logo {
            width: 90px;
            height: 90px;
            object-fit: cover;
            border-radius: 50%;
            position: absolute;
            top: -45px;
            left: 50%;
            transform: translateX(-50%);
            border: 4px solid #fff;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
            background: #fff;
        }

        header {
            text-align: center;
            margin-bottom: 30px;
        }

        header h1 {
            font-size: 26px;
            font-weight: 700;
            color: #15803d;
            margin-bottom: 8px;
        }

        header p {
            font-size: 15px;
            color: #4b5563;
        }

        h2 {
            text-align: center;
            font-size: 22px;
            font-weight: 600;
            margin: 40px 0 25px 0;
            color: #111827;
        }

        .message {
            text-align: center;
            margin-bottom: 15px;
            font-weight: bold;
            color: #dc2626;
        }

        form .row {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 15px;
        }

        form .row>div {
            flex: 1;
            min-width: 220px;
        }

        label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            font-size: 14px;
            color: #374151;
        }

        input,
        textarea,
        select {
            width: 100%;
            padding: 12px 14px;
            border-radius: 12px;
            border: 1px solid #d1d5db;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        input:focus,
        textarea:focus,
        select:focus {
            border-color: #16a34a;
            box-shadow: 0 0 6px rgba(22, 163, 74, 0.4);
            outline: none;
        }

        .btn,
        .btn-sample {
            padding: 12px 25px;
            border: none;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn {
            background: linear-gradient(135deg, #16a34a, #22c55e);
            color: #fff;
        }

        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(22, 163, 74, 0.4);
        }

        .btn-sample {
            background: #e5e7eb;
            color: #111827;
            margin-right: 10px;
        }

        .btn-sample:hover {
            background: #d1d5db;
        }

        .payment-info {
            background: #f9fafb;
            border: 1px solid #d1d5db;
            border-radius: 15px;
            padding: 15px 20px;
            margin: 20px 0;
            font-size: 14px;
            line-height: 1.8;
        }

        footer {
            text-align: center;
            margin-top: 25px;
            font-size: 13px;
            color: #6b7280;
        }

        .plate-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            font-family: 'IRANSans', sans-serif;
        }

        .plate-label {
            font-weight: 600;
            margin-bottom: 6px;
        }

        .plate {
            display: flex;
            align-items: center;
            background-color: #facc15;
            border-radius: 10px;
            border: 1px solid;
            padding: 6px 12px;
            gap: 6px;
            direction: ltr;
        }


        .plate input,
        .plate select {
            background-color: white;
            border: 1px solid #ccc;
            border-radius: 6px;
            padding: 4px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            width: 50px;
            outline: none;
            transition: all 0.2s ease;
        }

        .plate select {
            width: 55px;
            cursor: pointer;
        }

        .plate input:focus,
        .plate select:focus {
            border-color: #16a34a;
            box-shadow: 0 0 4px rgba(22, 163, 74, 0.4);
        }

        .plate-iran {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .plate-iran span {
            font-size: 12px;
        }

        .plate-iran input {
            width: 40px;
            margin-top: 2px;
        }
      .border {
        border: 3px solid #24a80c;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px;
        }
    .label-info {
        font: bold;
        font-size: large;
        color: #24a80c;
    }

    .tractorBox {
        margin-bottom: 15px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .accordion-header {
        background: linear-gradient(135deg, #16a34a, #22c55e);
        color: #fff;
        padding: 16px 20px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
        user-select: none;
    }

    .accordion-header:hover {
        background: linear-gradient(135deg, #15803d, #16a34a);
        box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
    }

    .accordion-title {
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1;
    }

    .tractor-number {
        font-weight: 700;
        font-size: 16px;
    }

    .tractor-plate-preview {
        font-size: 14px;
        opacity: 0.9;
        font-weight: 500;
    }

    .accordion-icon {
        font-size: 14px;
        transition: transform 0.3s ease;
        font-weight: bold;
    }

    .accordion-item.active .accordion-icon {
        transform: rotate(180deg);
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
        padding: 0 15px;
    }

    .accordion-item.active .accordion-content {
        max-height: 5000px;
        padding: 15px;
    }

    .accordion-content.border {
        border: 3px solid #24a80c;
        border-radius: 10px;
        margin: 0;
    }

    #addTractorBtn {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 16px;
        padding: 14px;
    }