    .table {
    font-size: 12px;
    table-layout: fixed;
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0; /* prevent overflow from margins */
    box-sizing: border-box;
    }

    .table th, 
    .table td {
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    word-break: break-word;
    }

    .table thead th {
    background-color: #f2f2f2;
    font-size: 15px;
    font-weight: bold;
    white-space: normal;
    }

    .table tbody td {
    white-space: normal;
    }

    body, html {
    overflow-x: hidden;
    }
    .error {
        color: #ff0000;
        font-weight: bold;
        margin-left: 5px;
    }
    .form-row {
        display: flex;
        justify-content: center; /* Center items horizontally */
        align-items: center; /* Center items vertically */
    }

    .mb-2 {
        margin-bottom: 1rem; /* Ensure consistent spacing below each image */
    }
    .product-label {
        display: inline-block;
        width: 160px; /* Adjust the width of the label */
        height: 200px; /* Adjust the height of the label */
        margin: 5px;
        border: 2px solid blue;
        cursor: pointer;
        text-align: center; /* Center content inside the label */
        vertical-align: top;
    }

    .product-img {
        width: 150px; /* Fixed width */
        height: 150px; /* Fixed height */
        object-fit: cover; /* Ensures the image fits within the box without distortion */
        border: 2px solid transparent;
        display: block;
        margin: 0 auto;
    }

    .product-label small {
        display: block;
        font-size: 14px;
        margin-top: 5px;
        text-align: center; /* Center text */
        word-wrap: break-word; /* Ensure long words wrap */
        white-space: normal; /* Allow text to wrap onto the next line */
        width: 100%; /* Ensure it fits within the label width */
        line-height: 1.2; /* Adjust line spacing for readability */
    }

    .offer_section,.banner_section {
    background-color: #8f1212cc;
    padding: 6px 20px;
    text-align: center;
    font-family: "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    color: #f4f4f9;
    }

    .banner_section h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    }

    /* Responsive text size */
    @media (max-width: 768px) {
    /* .banner_section {
        padding: 60px 15px;
    } */

    .banner_section h2 {
        font-size: 28px;
    }
    }


    .mac_section, .education-section {
    padding: 60px 0;
    /* background-color: #f9f9f9; */
    text-align: center;
    font-family: "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    color: #1d1d1f;
    }

    .mac_section h4, .education-section h4 {
    font-size: 22px;
    color: #0071E3;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    }

    .mac_section h2, .education-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
    }

    .education-section p {
        font-size: 18px;
        line-height: 1.6;
        max-width: 900px;
        margin: 0 auto;
        color: #333;
        /* text-align: justify;
        text-justify: inter-word; */
    }
    .mac_section p {
        font-size: 18px;
        line-height: 1.6;
        max-width: 900px;
        margin: 0 auto;
        color: #333;
        /* text-align: justify;
        text-justify: inter-word; */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .mac_section h2, .education-section h2 {
            font-size: 28px;
        }

        .education-section p {
            font-size: 18px;
            padding: 0 15px;
            /* text-align: justify;
            text-justify: inter-word; */
        }
        .mac_section p {
            font-size: 20px;
            padding: 0 15px;
            /* text-align: justify;
            text-justify: inter-word; */
        }
    }
    .education-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    padding: 60px 5%;
    background-color: #f1e0e0;
    text-align: center;
    font-family: "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    flex-wrap: wrap; /* responsive */
    }

    .education-cards .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 301px;
    display: flex;
    flex-direction: column;     /* stack vertically */
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .education-cards .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .education-cards img {
    width: 100%;
    height: auto;
    display: block;
    }

    .education-cards h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #801d1d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }

    .education-cards p {
    font-size: 18px;
    color: #555;
    margin: 0 auto 25px;
    line-height: 1.5;
    padding: 0 15px;
    flex-grow: 1;
    }

    /* Responsive design */
    @media (max-width: 992px) {
    .education-cards {
        gap: 30px;
    }
    .education-cards .card {
        width: 300px;
    }
    }

    @media (max-width: 768px) {
    .education-cards {
        flex-direction: column;
        align-items: center;
    }
    .education-cards .card {
        width: 90%;
    }
    }


    .process-section {
    background: #f1e0e0;
    padding: 60px 0;
    text-align: center;
    border: 1px solid silver;
    border-radius: 10px;
    }

    .process-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #007aff;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    }

    .process-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
    }

    .process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
    }

    .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 180px;
    position: relative;
    }

    .step-box {
    width: 70px;
    height: 70px;
    background: #007aff;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    }

    .step-box:hover {
    background: #333;
    transform: scale(1.1);
    }

    .step h3 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    }

    /* horizontal line between steps */
    .line {
    flex: 0 0 80px; /* line width between steps */
    height: 3px;
    background: #ccc;
    position: relative;
    top: -35px; /* centers the line between circles */
    z-index: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
    }

    .line {
        width: 3px;
        height: 50px;
        top: 0;
    }
    }
