.main-container{
    background: url('/WorkshopLandingPageAssets/Banner\ Image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.icon{
    background-color: rgba(255, 255, 255, 0.25);
}

.icon2{
    background-color: #07141F;
}
.card-header2 {
    border: 0;
    /* border-top: 14px solid #DB092D !important; */
    border-radius: 4px !important
}

.enquire-button{
    width: 185;
    /* height: 43; */
    /* top: 466px;
    left: 647.5px; */
    border-radius: 30px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    gap: 8px;
    background: #DC2626;
    color: white;
    font-size: 14px;
}

.nav-item:hover{
    border-radius: 0px !important;
    background-color: whitesmoke;
    color: black !important;
    border-style: ridge;
    border-width:5px 0px 0px 0px;
    border-top-color: #DC2626;
    /* border-top-width: 5px; */
}

.nav-item{
    padding: 1rem 0px !important;
}

a:hover{
    color:black;
    text-decoration:  none;
}

.accordian{

    border: 1px solid #EBEBEB;
    box-shadow: 47px 1px 44.3px 0px #EDEDED4D;
    padding: 1rem;
    border-radius: 4px;
}

.program-highlights-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-highlight-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 800px;
    margin: 1rem 0;
}

.program-highlight-label {
    width: 50%;
    text-align: center;
}

.program-highlight-value {
    width: 50%;
    text-align: left;
    padding-left: 2rem;
    font-weight: 700;
}

.trainer-card {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.trainer-top-section {
    background: #07141F;
    height: 150px;
    position: relative;
}

.trainer-image-container {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #DB092D;
    background-color: #DB092D;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.trainer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.trainer-content {
    padding: 60px 30px 30px;
    text-align: center;
}

.trainer-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.trainer-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.trainer-description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.figtree {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.syne {
    font-family: "Syne", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.card2  {
    box-shadow: 5px 1px 20px 0px #EDEDED;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;


}

.footer-end{
    font-family: Figtree;
font-weight: 200;
font-size: 13px;
line-height: 24px;
letter-spacing: 0px;
vertical-align: middle;
color: #FFFFFF;


}