.stage-card-continer{
    border: 1px solid lightgrey; 
    border-radius: 20px;
    min-height: 300px;
    width: 99%;
    margin: 0px auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: white;
}

.home-stages-cards-heading{
    font-size: 30px;
    font-weight: bold;
    margin: 30px auto;
    /* border: 1px solid black; */
    width: 100%;
    text-align: center;
}

.home-stages-cards-heading hr{
    width: 70%;
    margin: 20px auto;
}

.stage-cards-layer img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.stage-card-section{
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
    /*border: 1px solid black;*/
    margin: 0px auto;
    width: 95%;
    gap: 20px;
}

.stage-card-cell{
    border: 1px solid silver;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    background-color: white;
    padding: 20px;
}

.stage-card-cell:hover{
    border: 2px solid black;
    background-color: #E5E7E9;
}

.stage-card-cell-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.stage-card-cell-heading{
    /* border: 1px solid black; */
    width: 100%;
    margin: 10px auto;
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) 
{   
    .home-stages-cards-heading{
        font-size: 15px;
    }

    .stage-card-continer{
        min-height: 100px;
        /*border: 1px solid black;*/
    }

    .stage-card-section{
        gap: 10px;
        /*border: 1px solid black;*/
    }

    .stage-card-cell{
        width: 100%;
        gap: 0px;
        border: 0px;
        /*border: 1px solid black;*/
        padding: 0px;
    }
    
    /*.stage-card-cell-img{*/
    /*    border: 1px solid black;*/
    /*}*/

    .stage-card-cell-img img
    {
        min-width: 100%;
        height: 60px;
        object-fit: cover;
        margin-top: 0px;
    }

    .stage-card-cell-heading{
        display: block;
        font-size: 12px;
        margin: 5px auto;
    }

}
/*
     FILE ARCHIVED ON 01:43:32 Apr 20, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:58:11 Sep 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.628
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.06
  esindex: 0.009
  cdx.remote: 29.073
  LoadShardBlock: 131.755 (3)
  PetaboxLoader3.datanode: 141.257 (5)
  PetaboxLoader3.resolve: 1097.648 (2)
  load_resource: 1140.816
  loaddict: 24.375
*/