    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f9;
        color: #333;
    }
    p,li,th,td{
        font-size: 13px;
        line-height: 1.3;
    }
    
    .temp2_container {
        width: 210mm; /* A4 width */
        height: 297mm; /* A4 height */
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20mm;
        box-sizing: border-box;

    }
    .temp2_header {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .temp2_header h1 {
        margin: 0;
        font-size: calc(1.375rem + 1.5vw);
        text-transform: uppercase;
        color: #2c3e50;
    }
    .temp2_header p {
        margin: 5px 0;
        font-size: 12px;
        color: #555;
    }
    .temp2_section {
        margin-bottom: 20px;
    }
    .temp2_section h2 {
        font-size: 18px;
        color: #2c3e50;
        border-bottom: 2px solid #2c3e50;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .temp2_table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }
    .temp2_table th, .temp2_table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }
    .temp2_table th {
        background-color: #f4f4f4;
    }
    .temp2_list {
        list-style: none;
        padding: 0;
    }
    .temp2_list li {
        margin-bottom: 5px;
    }

    @media print {
        body {
            margin: 0;
            padding: 0;
        }
        .temp2_container {
            box-shadow: none;
            /* margin: 0; */
        }
    }

    /* Form Container */
    .temp2_form {
        background: #ffffff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 600px;
        line-height: 1.6;
        margin: 20px auto;
    }

    /* Form Title */
    .temp2_form h2 {
        text-align: center;
        color: #333;
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Form Group */
    .temp2_form label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        color: #555;
    }

    /* Input Fields and Textarea */
    .temp2_form input[type="text"],
    .temp2_form input[type="email"],
    .temp2_form input[type="tel"],
    .temp2_form input[type="date"],
    .temp2_form textarea,
    .temp2_form input[type="file"] {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 5px;
        outline: none;
        transition: all 0.3s ease;
    }

    .temp2_form textarea {
        resize: vertical;
        min-height: 100px;
    }

    .temp2_form input[type="text"]:focus,
    .temp2_form input[type="email"]:focus,
    .temp2_form input[type="tel"]:focus,
    .temp2_form input[type="date"]:focus,
    .temp2_form textarea:focus,
    .temp2_form input[type="file"]:focus {
        border-color: #4CAF50;
        box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
    }

    /* Buttons */
    /* .temp2_form button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 15px;
        margin: 10px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    } */

    /* .temp2_form button:hover {
        background-color: blue;
    }

    #btn-red:hover {
        background-color: red;
    }

    .temp2_form button:disabled {
        background-color: #ddd;
        cursor: not-allowed;
    }

 */




    .satel{
        width: 50%;
        float: left;
    }
    .pro_img{
    margin-left: 20%;
    }

    .slider-container {
  
        overflow: scroll;
        width: 100%;
        margin: 1px;
        padding: 10px;
    
        }
        
        /* Scrollbar customization */
        .slider-container::-webkit-scrollbar {
        height: 8px;  /* Set the height of the scrollbar */
        }
        
        .slider-container::-webkit-scrollbar-thumb {
        background-color: #007bff;
        border-radius: 5px;
        }
        
        .slider-container::-webkit-scrollbar-track {
        background-color: #f4f4f4;
        }
