.uses {
    font-family: Arial, sans-serif;
    color: #333;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: auto ;
    margin-top: 100px;
    text-align: center;
}

.uses h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 30px;
}

.uses-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.use-card {
    flex: 1 1 calc(33.33% - 20px);
    /* Adjust for 3 cards per row */
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.use-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.use-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.use-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.use-details {
    font-size: 14px;
    color: #666;
    display: none;
    margin-top: 10px;
}

.use-card:hover .use-details {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .use-card {
        flex: 1 1 100%;
        /* Stack cards vertically on smaller screens */
    }
}



/*   uhscihaovjouv */



.workflow {
    font-family: Arial, sans-serif;
    color: #333;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: auto ;
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.workflow h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 30px;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.step {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.step:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.step-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.step-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.step-details {
    font-size: 14px;
    color: #666;
    display: none;
    margin-top: 10px;
}

.step.active .step-details {
    display: block;
}

.progress-bar {
    flex: 1;
    height: 4px;
    background-color: #ddd;
    margin: 0 10px;
    transition: width 0.3s ease;
}

.step.active+.progress-bar {
    background-color: #2ecc71;
    /* Green for active steps */
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
    }

    .progress-bar {
        margin: 10px 0;
    }
}



/* Flexbox container for both image and table */
.both {
    display: flex;
    flex-direction: row;
    /* Default: table on the left, image on the right */
    align-items: center;
    gap: 20px;
    /* Space between elements */
    background: linear-gradient(-50deg, #fa0d84,#ffd7be,#ffc5c5,#9164fc);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 10px;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Table container */
.table-container {
    flex: 1;
    /* Take up available space */
    order: 1;
    /* Move table to the left */
}

/* Advantages and Features Section */
.advantages-features {
    flex: 1;
    /* Take up available space */
    order: 2;
    /* Place in the middle */
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.advantages-features h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.advantages-features ul {
    list-style-type: none;
    padding: 0;
}

.advantages-features ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Image container */
.opic {
    flex: 1;
    /* Take up available space */
    order: 3;
    /* Move image to the right */
}

/* Image styling */
.pic img {
    border-radius: 12px;
    border: 2px solid #c81cdf;
    box-shadow: 40px 40px 50px #17011d, 0 0 50px #ca86df;
    width: 100%;
    /* Make image responsive */
    height: auto;
    /* Maintain aspect ratio */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .both {
        flex-direction: column;
        /* Stack elements vertically */
    }

    .table-container {
        order: 1;
        /* Table on top */
    }

    .advantages-features {
        order: 2;
        /* Advantages and features in the middle */
    }

    .opic {
        order: 3;
        /* Image at the bottom */
    }
}

.model {
    color: rgb(15, 15, 15);
    background-color: rgb(241, 10, 10);
}

.m-name {
    color: rgb(10, 10, 10);
    background-color: rgb(138, 137, 137);
    text-align: center;
}

.b-name {
    color: rgb(0, 0, 0);
    background-color: rgb(207, 207, 207);
}

/* table ko yaha se chota  bada kr skte hai */
.b-name,
.model,
.m-name {
    padding: 5px;
    text-align: center;
}

.para {
    font-size: 16px;
    line-height: 1.6;
    color: #0f0f0f;
    text-align: justify;
    margin: 20px 0;
    padding: 10px;
    background-color: #e6e1e7;
    border-radius: 5px;
    border-left: 4px solid #0a76eb;
    border-top: 4px solid #fa0d84;
    border-bottom: 4px solid #fa0d84;
    border-right: 4px solid #0a76eb;
}
 
 .hud {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f0f0f0;
}
 .ambu{
    background-color: #2b2a2a;
    /* padding: 0px; */
    /* padding-top: 20px; */
    padding-bottom: 100px;
 }
    .ambu h1:hover {
        color: #fcc100;
        text-align: center;
        font-weight: bold;
    }