body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;

}



.home-course p {
    color: #18405B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
    /* 141.667% */
}

.section-heading {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.hilight-txt {
    color: #eb7753;
    margin: 0px;
    font-size: 16px;
}

.check-icon {
    font-size: 20px;
    color: #172853;
    vertical-align: middle;
}

.check-icon-color {
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    margin-right: 7px;
}

.check-icon-white {
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    margin-right: 7px;
}

.check-icon-white-small {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    margin-right: 7px;
}

.check-icon-blue {
    font-size: 30px;
    color: #172853;
    vertical-align: middle;
    margin-right: 7px;
}

.check-icon-red {
    font-size: 30px;
    color: #ce2029;
    vertical-align: middle;
    margin-right: 7px;
}

.arrow-icon {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    margin-right: 8px;
}

.chevron-icon-blue {
    font-size: 20px;
    color: #172853;
    vertical-align: middle;
    margin-right: 7px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.book-icon-red {
    font-size: 25px;
    color: #ce2029;
    vertical-align: middle;
    margin-right: 7px;
}



.about-founder-block-text h4 {
    background-color: #172853;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 9px 5px 9px 34px;
    position: relative;
    z-index: 1;
}


.about-founder-block-text h4::before {
    position: absolute;
    content: "";
    right: -70px;
    background-color: #172853;
    width: 90px;
    height: 100%;
    top: 0;
    z-index: -1;
}

.collab-title span {
    color: #eb7753;
}


.course-list-cntr h5 {
    color: #172853;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
}


.event-cap h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-right: 25px;
}

.presence-cap h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
}

.home-course h3 {
    color: #18405B;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}


/* Make each column a flex container so child stretches */
.same-height>[class^="col-"] {
    display: flex;
}

/* Make loca-list fill height but content control layout */
.same-height .loca-list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 20px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}

/* Optional hover effect */
.same-height .loca-list:hover {
    border-color: #ce2029;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

/* Icon */
.loca-list img {
    height: 80px;
    object-fit: contain;
    margin: 0 auto 15px;
}

/* Heading */
.loca-list h3 {
    color: #383838;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.4px;
    margin: 15px 0;
}

/* Paragraph */
.loca-list p {
    color: #17415D;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.28px;
    margin: 0;
}

.highlight-box p {
    font-weight: 500;
    font-size: 16px;
}

/* Layout */
.trainer-simple {
    padding: clamp(20px, 6vw, 40px) 0;
}

.trainer-simple .container {
    width: min(1000px, 92%);
    margin-inline: auto;
}

/* Card */
.trainer-card {

    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    padding: clamp(20px, 4vw, 36px);
    background: #0d1730;
    color: #e8eef7;
}

/* Content */
.eyebrow {
    display: inline-block;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 12px;
    color: #CE2029;
    /* red accent */
    background: rgba(206, 32, 41, .12);
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.name {
    margin: 6px 0 10px;
    font-size: clamp(22px, 3.2vw, 30px);
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
}

.bio {
    margin: 0;
    font-size: clamp(15px, 1.9vw, 17px);
    line-height: 1.75;
    color: #cbd7eb;
}

/* Accent rule */
.trainer-card {
    position: relative;
}

.trainer-card::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -10px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #18405B, #CE2029);
    /* brand blue to red */
    opacity: .7;
}

@media (max-width: 576px) {
    .trainer-card::after {
        left: 14px;
        right: 14px;
    }
}

/* placement page css ............. */
.teacherjobs-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ce2029, #18405b);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(24, 64, 91, 0.25);
}

.teacherjobs-btn:hover {
    background: linear-gradient(135deg, #18405b, #ce2029);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(24, 64, 91, 0.4);
}

/* Container alignment */
.teacherjobs-collab {
    text-align: center;
}

.teacherjobs-collab img {
    display: block;
    margin: 0 auto;
}




.ebtImgFrame {
    margin: 50px 0px;
    position: relative;
    border-radius: 18px;
    padding: 14px;
    background: radial-gradient(circle at 20% 20%, rgba(246, 183, 7, .28), transparent 55%),
        radial-gradient(circle at 90% 30%, rgba(31, 143, 90, .18), transparent 60%),
        #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .10);
}

.ebtFramedImg {
    border-radius: 14px;
    display: block;
}