.table {
    width: 100%;
    border-collapse: collapse;
}
.th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}
.th {
    background-color: #f2f2f2;
}


.about-s-p{

padding-top: 40px;


}


.joel-barke-p{


color: red !important;
font-size: 18px !important;


}

.about__name-p {

    padding-top: 30px;
}

.table{
    background: #fff !important;
}

.nth-table {
    border-collapse: collapse;
    border: 1px solid rgb(0, 0, 0);
	width: 100%;
		
	font-size: 16px;
  }
 .nth-table tr:nth-child(odd){
      
    }
.nth-table th{
    border: 1px solid rgb(0 48 110 / 50%);
    padding:12px;
   
  }
.nth-table td{
    border: 1px solid rgb(0 48 110 / 50%);
     padding:12px;
   }
   .nth-table td {
    border: 1px solid rgb(0 48 110 / 50%);
    padding: 12px;
}

.text-w{

color: white !important;


}


/*--------------------------------------
	general disipline cards
--------------------------------------*/


.card {
    background-color: white;
    border: 1px solid rgb(0 48 110 / 50%);
    border-radius: 8px;
    box-shadow: 0 10px 11px rgba(0, 0, 0, 0.1);
    margin-top: 10px; /* Reduced margin */
    padding: 20px;
    width: 100%;
    height: 310px;
    transition: transform 0.2s;
    margin-bottom: 15px;
}

.card:hover {
    transform: translateY(-10px);
}

.card-header {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 5px;
}


.card-body {
    font-size: 1em;
    color: #555;
    line-height: 1.5;
}

.card-body strong {
    color: #007BFF;
}

.timing-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 20px;
    width: 100%;
    text-align: left;
    
}

.timing-card h2, p{


margin: 0px;

}
.time-icon {
    margin-right: 5px;
}

.time-p{

    text-align: center;
}

.time-p span.icon {
    display: inline-block;
    width: 1em;
    text-align: center;
    justify-content: center;
}

.card1, .card2, .card3, .card4 {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 10px;
    border: 1px solid rgb(0 48 110 / 10%);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 75px;
    position: relative;
}
.card1 .icon img,
.card2 .icon img, 
.card3 .icon img, 
.card4 .icon img{
    position: absolute;
    width: 30px;
    top: 22px;
}

.icon {
    margin-right: 10px;
}
.card1 .text,
.card2 .text,
.card3 .text,
.card4 .text{
    padding-left: 35px;
}


@media(max-width:575px){
    .card1 .icon, .card2 .icon, .card3 .icon, .card4 .icon{
        position: absolute;
        width: 20px;
        left: -9px;
    }
    .card1 .text, .card2 .text, .card3 .text, .card4 .text {
     padding-left: 0px; 
   }
    .card1 .icon img,
.card2 .icon img, 
.card3 .icon img, 
.card4 .icon img{
    position: absolute;
    width: 30px;
    top: -13px;
  }
}

/*
.icon img {
    width: 25px;
}
*/

.text {
    font-size: 16px;
    color: #333;
}