            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                background-color: #f8f9fa;
                color: #333;
            }
            
            .container-content{
                margin: 20px 0;
                display: flex;
                justify-content: center;
                max-height: 80vh;
                gap: 32px;
            }
            
            .container {
                max-width: 800px;
                margin: 20px 0;
                background: white;
                border-radius: 10px;
                /*overflow-y: hidden;*/
            }
            .form-content{
                max-height: 60vh;
                overflow-y: scroll;
            }
            .container p{
                 display: none!important;
            }
            form p{
                margin: 0px !important;
                
            }
            .review-container p{
                display: none!important;
            }
            /*.progress-bar {*/
            /*    display: flex;*/
            /*    background: #f8f9fa;*/
            /*    border-bottom: 1px solid #dee2e6;*/
            /*}*/
            
            /*.step {*/
            /*    flex: 1;*/
            /*    padding: 20px;*/
            /*    text-align: center;*/
            /*    position: relative;*/
            /*    color: #6c757d;*/
            /*    font-weight: 500;*/
            /*}*/
            
            /*.step.active {*/
            /*    background: #007bff;*/
            /*    color: white;*/
            /*}*/
            
            /*.step.completed {*/
            /*    background: #28a745;*/
            /*    color: white;*/
            /*}*/
            
            /*.step-icon {*/
            /*    display: inline-block;*/
            /*    width: 30px;*/
            /*    height: 30px;*/
            /*    border-radius: 50%;*/
            /*    background: currentColor;*/
            /*    color: white;*/
            /*    line-height: 30px;*/
            /*    margin-right: 10px;*/
            /*    font-size: 14px;*/
            /*}*/
            
            .image-container {
                max-height: 874px;
                overflow: hidden;
                /*display: flex;*/
                align-items: center;
                justify-content: center;
                border-radius: 8px ;
                
            }
            
            .image-container img {
                max-width: 100%;
                /*max-height: auto;*/
                object-fit: cover;
                background-position: center;
                width: 400px;
                height: auto;
            }
            
              .progress-bar {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            background: transparent;
            }
            
            .step {
                display: flex;
                align-items: center;
                gap: 5px;
                flex: 1;
                text-align: left;
                position: relative;
                font-size: 14px;
                font-weight: 500;
                color: #B0B0B0; /* lighter gray for inactive steps */
                padding-bottom: 12px;
                background-color: transparent;
                transition: all 0.3s ease;
            }
            
            /* Underline for all steps (default gray) */
            .step::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 228.33px;
                height: 3px;
                background-color: #E0E0E0; /* default gray */
                transition: background-color 0.3s ease;
                border-radius: 2px;
            }
            
            /* Step icon */
            .step-icon {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                font-size: 10px;
                margin-left: 10px;
               
            }
            
            /* Active step */
            .step.active {
                color: #007bff;
                font-weight: 600;
            }
            .step.active .step-icon {
                /*background-color: #AFAFAF;*/
                /*color: white;*/
                /*border-color: #007bff;*/
            }
            .step.active::after {
                background-color: #007bff;
            }
            
            /* Completed step */
            .step.completed {
                color: #28a745;
            }
            /*.step.completed .step-icon {*/
            /*    background-color: #28a745;*/
            /*    color: white;*/
            /*    border-color: #28a745;*/
            /*}*/
            .step.completed::after {
                background-color: #28a745;
            }




            
            /*.form-content {*/
            /*    padding: 30px;*/
            /*}*/
            
            .section-title {
                color: #888888;
                font-size: 10px;
                /*font-weight: 600;*/
                text-transform: uppercase;
                /*letter-spacing: 1px;*/
                margin-bottom: 20px;
                margin-top: 20px;
                font-weight: 500;
                line-height: 100%;
                letter-spacing: 0%;
                
            }
            
            .section-title:first-child {
                margin-top: 0;
            }
            
            .form-row {
                 margin: 0 0 20px 0 !important;
                display: flex;
                gap: 20px;
                /*margin-bottom: 20px;*/
            }
            
            .form-group {
                flex: 1;
            }
            
            .form-group.full-width {
                flex: none;
                width: 100%;
            }
            
            label {
                display: block;
                margin-bottom: 8px;
                font-weight: 500;
                color: #3C3C3C;
                font-size: 14px;
                letter-spacing:-4%;
                text-transform: capitalize;
            }
            
            .required {
                color: #dc3545;
            }
            .country-code{
                width:30%;
            }
   
            input, select, textarea {
                width: 100%;
                padding: 12px;
                border: 1px solid #EAECF0;
                border-radius: 4px;
                font-size: 14px;
                font-weight: 400;
                transition: border-color 0.3s ease;
            }
            
            input:focus, select:focus, textarea:focus {
                outline: none;
                border-color: #007bff;
            }
            
            .phone-input {
                display: flex;
                align-items: center;
            }
            
            .country-code {
                padding: 0px 8px;
                border: 1px solid #e9ecef; 
                border-right: none;
                border-radius: 6px 0 0 6px;
                background: #f8f9fa;
                min-width: 80px;
            }
            
            .phone-input input {
                border-left: none;
                border-radius: 0 6px 6px 0;
            }
            
            .device-counter {
                display: flex;
                align-items: center;
                gap: 10px;
            }
            
            .counter-btn {
                width: 40px;
                height: 40px;
                border: 2px solid #007bff;
                background: white;
                color: #007bff;
                border-radius: 50%;
                cursor: pointer;
                font-size: 18px;
                font-weight: bold;
            }
            
            .counter-btn:hover {
                background: #007bff;
                color: white;
            }
            
            .counter-display {
                width: 60px;
                text-align: center;
                font-size: 18px;
                font-weight: bold;
                padding: 10px;
                border: 2px solid #e9ecef;
                border-radius: 6px;
            }
            
            textarea {
                resize: vertical;
                min-height: 100px;
            }
            
            .form-actions {
                display: flex;
                gap: 5px;
            
                /*padding-top: 20px;*/
            }
            
            .btn {
                padding: 12px 24px;
                border: none;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 600;
                cursor: pointer;
                text-decoration: none;
                display: inline-block;
                text-align: center;
                transition: all 0.3s ease;
            }
            
            .btn-primary {
                background: #1B6C7A;
                color: white;
            }
            
            .btn-primary:hover {
                background: #0056b3;
            }
            
            .btn-secondary {
                background: #6c757d;
                color: white;
            }
            
            .btn-secondary:hover {
                background: #545b62;
            }
            
            .btn-success {
                background: #1B6C7A !important;
                color: white;
            }
            
            .btn-success:hover {
                background: #1e7e34;
            }
            
            .review-container {
                background: white;
                border: 1px solid #e9ecef;
                border-radius: 12px;
                margin-bottom: 16px;
            }
            
            .review-grid {
                display: flex;
                flex-direction: column;
                gap: 22px;
                /*margin-bottom: 30px;*/
                    flex-basis: 50%;
                    padding: 18px;

            }
            
            .review-item {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
            
            /*.review-item.full-width {*/
            /*    grid-column: 1 / -1;*/
            /*}*/
            
            .review-label {
               color: #7E7E7E;
                leading-trim: both;
                text-edge: cap;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.7px;
                text-transform: capitalize;
                margin: 0px;
            }
            
            .review-value {
                color: #3C3C3C;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                letter-spacing: -0.56px;
            }
            
            .device-make-highlight {
                display: inline-flex;
                align-items: center;
                gap: 8px;
            }
            
            #num_devices_slider {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 3px; /* exact track height */
            background-color: #E0E0E0;
            border: none;
            padding: 0;
            margin: 0;
            line-height: 1;
            display: block;
            
            }
        
        
            #num_devices_slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 12px;
            height: 12px;
            background: #1B6C7A;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            margin-top: -2px; /* aligns center of thumb with 3px track */
            border: none;
            box-shadow: none;
            position: relative;
            z-index: 2;
        }
        
            #num_devices_slider::-moz-range-thumb {
            width: 12px;
            height: 12px;
            background: #1B6C7A;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            }




            .form-content{
                width:729px;
            }
            
            .frame-badge {
                background: #007bff;
                color: white;
                padding: 4px 12px;
                border-radius: 20px;
                font-size: 12px;
                font-weight: 500;
            }
            
            .success-container {
                text-align: center;
                padding: 60px 30px;
                background: white; 
            }
            
            .success-icon {
                width: 80px;
                height: 80px;
                background: #28a745;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 30px;
                font-size: 36px;
                color: white;
            }
            
            .success-title {
                font-size: 24px;
                font-weight: 600;
                color: #333;
                margin-bottom: 15px;
            }
            
            .success-message {
                color: #666;
                margin-bottom: 30px;
                font-size: 16px;
            }
            
            .success-email {
                color: #007bff;
                text-decoration: none;
            }
            
            .btn-home {
                background: #dde6ed;
                color: #5a6c7d;
                border: none;
                padding: 12px 30px;
                border-radius: 6px;
                font-weight: 600;
                text-decoration: none;
                display: inline-block;
            }
            
            .error-message {
                background: #dc3545;
                color: white;
                padding: 15px;
                margin: 20px;
                border-radius: 5px;
                text-align: center;
            }
            
            
            @media (max-width: 768px) {
                .form-row {
                   
                    flex-direction: column;
                    gap: 15px;
                }
                
                .container {
                  
                    margin: 10px;
                    border-radius: 0;
                }
                
                .form-content {
                    padding: 20px;
                }
            }
            
            .section-shadow{
                border-radius: 8px;
                border: 0.5px solid #F2F2F2;
                background: #FFF;
                box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.03);
                padding: 18px;
                margin: 16px 0;

            }
            
            /*.container-content img{*/
            /*    max-height: 800px;*/
            /*}*/
            
            .button-next{
                color: #1B6C7A !important;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                border-radius: 5px !important;
                background: rgba(27, 108, 122, 0.15) !important;
            }
            
            /*afnan css*/
            .order-slider{
                width:487px;
                height:800px;
                border-radius: 10px;
                
            }
            input[type="range"] {
              -webkit-appearance: none;
              width: 100%;
              height: 4px;
              background: transparent;
              margin: 0;
              padding: 0;
            }
            
            input[type="range"]::-webkit-slider-runnable-track {
              height: 4px;
              background: #ccc;
              border-radius: 0;
              box-shadow: none;
            }
            
            input[type="range"]::-webkit-slider-thumb {
              -webkit-appearance: none;
              height: 14px;
              width: 14px;
              background: #116a7b; /* your circle color */
              border-radius: 50%;
              cursor: pointer;
              margin-top: -5px; /* key to center the thumb */
              box-shadow: none;
              border: none;
            }
            
            input[type="range"]::-moz-range-track {
              height: 4px;
              background: #ccc;
            }
            
            input[type="range"]::-moz-range-thumb {
              height: 14px;
              width: 14px;
              background: #116a7b;
              border-radius: 50%;
              cursor: pointer;
              border: none;
            }
            
            input[type="range"]::-ms-track {
              height: 4px;
              background: #ccc;
              border-color: transparent;
              color: transparent;
            }
            
            input[type="range"]::-ms-thumb {
              height: 14px;
              width: 14px;
              background: #116a7b;
              border-radius: 50%;
              cursor: pointer;
              border: none;
            }
            .wrapper-review{
                display: flex;
                justify-content: space-between;
                border-bottom: 0.5px solid #E5E5E5;
            }
            
            .grid{
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 20px;
            }
            .card-grid{
                        padding: 18px;
            }
            
            
                        
