        body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
        }

        .summary-box.stickky {
            position: sticky;
            top: 0;
        }

        .container.main_container {
            position: relative;
            top: 0;
        }

        .my_class_css.form-row.my-5 {
            margin: 20px 0 0 0 !important;
            position: sticky;
            top: 10px;
        }

        .container.main_container .col-md-8 .form-section {
            padding: 20px !important;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }

        .container.main_container .col-md-8 .row.my-2 {
            margin: 2px 0 0 0 !important;
        }

        .container.main_container .col-md-8 .row.my-2 h2.hd-primary {
            font-size: 24px !important;
            font-weight: 500;
            color: #071527;
            margin-bottom: 15px;
        }

        .container.main_container .col-md-8 .row.my-2 p.phara-bold {
            font-size: 15px;
            margin: 0;
            color: #393b3b;
        }

        .uploadimage {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            opacity: 0;
        }

        .image-wrapper img {
            max-width: 250px;
            width: 100%;
        }

        .show-images {
            display: flex;
            flex-wrap: wrap;
            gap: 23px;
            margin-bottom: 24px;
        }

        .image-wrapper {
            position: relative;
        }

        button.delete-btn {
            position: absolute;
            right: 0;
            top: 0;
            background: white;
            font-size: 25px;
            display: flex;
            height: 40px;
            width: 40px;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
        }

        .input-fields,
        .textarea-fields {
            border: 1px solid #ced4da;
            border-radius: 4px;
            padding: 10px;
            width: 100%;
        }

        .t-btn-1 {
            display: table;
            background: #071527;
            color: #fff;
            width: 100%;
            padding: 10px;
            text-align: center;
            border-radius: 4px;
            text-decoration: none;
            border: none;
            cursor: pointer;
        }

        .pack-main {
            background: white;
            border: 1px solid #ddd;
            transition: all 0.3s ease;
            cursor: pointer;
            height: 100%;
            padding: 15px;
        }

        .pack-main:hover,
        .pack-main.selected {
            border-color: #071527;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .pack-head-div h2 {
            font-size: 16px;
            color: #071527;
        }

        .pack-head-div h3 {
            color: #ff4a00;
            font-size: 20px;
        }

        .view-package-btn {
            background: transparent;
            border: 1px solid #071527;
            color: #071527;
            padding: 5px 10px;
            border-radius: 4px;
            margin-top: 10px;
            cursor: pointer;
            font-size: 14px;
            width: 100%;
        }

        .view-package-btn:hover {
            background: #071527;
            color: white;
        }

        .expedited-box {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 4px;
            border-left: 4px solid #ff4a00;
        }

        .summary-box {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        td {
            border: 1px solid #ddd;
            padding: 10px !important;
        }

        .total-due {
            font-size: 20px;
            font-weight: bold;
            color: #071527;
            margin: 15px 0;
        }

        .secure-checkout {
            background: #28a745;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 4px;
            width: 100%;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .secure-checkout:disabled {
            background: #6c757d;
            cursor: not-allowed;
            opacity: 0.6;
        }

        .payment-icons {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 15px;
        }

        .payment-icons img {
            height: 30px;
        }

        .form-check-type {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .form-check-type .get-label {
            display: flex;
            align-items: center;
        }

        .form-check-type input[type="radio"] {
            margin-right: 5px;
        }

        header {
            position: relative !important;
            background: #c3bab5;
            padding: 15px 0;
        }

        .modal-package-details {
            max-height: 400px;
            overflow-y: auto;
        }

        .modal-package-details ul {
            padding-left: 0;
            list-style: none;
        }

        .modal-package-details li {
            margin-bottom: 10px;
            font-size: 14px;
        }

        .modal-package-details li i {
            color: #28a745;
            margin-right: 5px;
        }

        .compact-section {
            margin-bottom: 10px !important;
        }

        .form-check input:invalid~label {
            color: #dc3545;
        }

        .form-check input:valid~label {
            color: black;
            font-size: 15px;
            padding: 7px 0 0 8px;
        }

        div#index-1 {}

        .pack-main.pack-1.text-center.py-3.px-2.rounded-3 {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .pack-main.pack-1.text-center.py-3.px-2.rounded-3 .pack-head-div h3.price-div.fs25.fw-bold.mb-0 {
            display: flex;
            flex-direction: column;
            color: #b31942;
        }

        .pack-main.pack-1.text-center.py-3.px-2.rounded-3.selected {
            position: relative;
        }

        .pack-main.pack-1.text-center.py-3.px-2.rounded-3.selected::after {
            content: '\f00c';
            display: block;
            background: #b31942;
            width: 30px;
            height: 30px;
            border-radius: 20px;
            color: white;
            position: absolute;
            left: unset;
            right: -10px;
            top: -13px;
            font-family: 'FontAwesome';
            font-size: 18px;
            font-weight: 700;
        }

        a.btn.btn-yellow.various {
            background: #b31942;
            margin: 0 0 0 0;
        }

        nav.main-menu.menu ul {
            margin: 0;
        }

        tbody#summary-table tr td small,
        tbody#summary-table tr td small br {
            overflow: hidden;
            white-space: nowrap;
            /* keep on one line */
            text-overflow: ellipsis;
            --max-chars: 15;
            display: block;
            max-width: 100%;
        }

        .d-flex.gap-2.for-aggrement {
            display: flex;
            align-items: start;
        }

        .d-flex.gap-2.for-aggrement input#Agreement {
            margin: 7px 0 0 0;
        }

        .d-flex.gap-2.for-aggrement label,
        .d-flex.gap-2.for-aggrement label a {
            font-size: 17px !important;
            align-items: center !important;
        }

        p.phara-bold {
            color: black;
            font-weight: 500;
        }



        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            background-color: white;
            color: black;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            border: 1px solid;
        }


        .back-btn i {
            font-size: 18px;
        }

        .back-btn:active {
            transform: translateY(0);
        }

        span.totaldue_amount {
            top: -3px;
            position: relative;
        }