

.location_image {
    margin-left: none;
    margin-right: none;
    fill: linear-gradient(179deg, rgba(0, 0, 0, 0.00) -40.55%, rgba(0, 0, 0, 0.00) -10.58%, #000 117.57%), lightgray 50% / cover no-repeat;width: 100%;
    height: auto;
    flex-shrink: 0;
    display: flex; /* Add this */
    justify-content: center; /* Add this */
    align-items: center; /* Add this */
    position: relative; /* Add this */
    opacity: auto; 
    z-index: 1; /* Add this */
}

.prayag_content {
    margin-bottom: 11%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: absolute; /* Add this */
}

.tcm_logo{
    width: 204.188px;
    height: 92.048px;
}

.prayag_head{
    width: 1300px;
    color: var(--TCM-Neutral-grey01, #FFF);
    font-family: Figtree;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
}

.call_btn{
    display: flex;
    padding: 10px 20px;
    border-radius: 38px;
    background: var(--TCM-Neutral-grey01, #FFF);
    justify-content: center;
    align-items: center;
    gap: 3px;

    color: var(--TCM-Neutral-grey13, #000);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
}

.view_btn{
    display: flex;
    padding: 10px 20px;
    border-radius: 38px;
    border: 1px solid var(--TCM-Neutral-grey01, #FFF);
    justify-content: center;
    align-items: center;
    gap: 2px;
    text-decoration: none;

    color: var(--TCM-Neutral-grey01, #FFF);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
}

.prayag_but{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-direction:row; 
}

.center_card{
    display: flex;
    align-items: center;
    position: relative; 
    top: -200px; 
    z-index: 2; 
    flex-direction: row;
    justify-content: space-evenly;
}

.center_card_one{
    display: flex;
    overflow: hidden;
    padding: 36px 40px;
    border-radius: 16px;
    box-shadow: 0px 0px 18.6px 0px rgba(0, 0, 0, 0.08);
    background: var(--TCM-Neutral-grey01, #FFF);
    align-items: flex-start;
    gap: 10px;
}

.center_card_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.center_card_image{
    width: 120px;
    height: 120px;
}

.center_card_head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.center_card_title{
    color: var(--TCM-Brand-brand-blue01, #14A4F5);
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.center_card_detail{
    width: 308px;
    color: var(--TCM-Neutral-grey10, #262626);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.core_team{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 0px 20px;
}

.core_team_heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }

.team_quote{
    color: var(--TCM-Neutral-grey13, #000);
    font-family: Figtree;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
}

.team_content{
    width: 954px;
    color: var(--TCM-Neutral-grey08, #595959);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.centre_class{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding-top: 40px;
    width: 90% !important;
    margin: auto;
}

.centre_quote{
    color: var(--TCM-Neutral-grey13, #000);
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
}
.students{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.centre_upcoming{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}



.option{
    display: flex;
    padding: 9px 31px;
    border-radius: 59px;
    border: 1px solid var(--TCM-Brand-brand-blue01, #14A4F5);
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--TCM-Brand-brand-blue01, #14A4F5);
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

.course_batch{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 10%;
}

.Batch-Card{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: auto;
    flex-wrap: wrap;
}

.batch-card{
    display: flex;
    overflow: hidden;
    padding: 30px 140px 30px 30px;
    border-radius: 14px;
    border: 2px solid rgba(20, 164, 245, 0.20);
    background: var(--TCM-Brand-brand-blue12, #F1F7FE);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.batch-card-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.batch-card-firstpor{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.batch-card-firstpor-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.batch-card-firstpor-title{
    color: var(--TCM-Brand-brand-blue01, #14A4F5);
    font-family: Figtree;
    font-size: 19px;
    padding: 10px 0px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.batch-card-firstpor-title-date{
    color: var(--TCM-Neutral-grey13, #000);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.batch-card-firstpor-detail{
    width: 243px;
    color: var(--TCM-Neutral-grey08, #595959);
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.city-contain{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row;
}
.batch-card-city1{
    display: flex;
    padding: 3px 12px;
    border-radius: 59px;
    border: 1px solid rgba(20, 164, 245, 0.45);
    background: var(--TCM-Brand-brand-blue12, #F1F7FE);
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: var(--TCM-Brand-brand-blue01, #14A4F5);
    font-family: Figtree;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.second-por{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
}
.batch-enroll-but{
    display: flex;
    padding: 10px 20px;
    border-radius: 38px;
    background: var(--TCM-Brand-brand-blue01, #14A4F5);
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
    
    color: var(--TCM-Neutral-grey01, #FFF);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;   
}

.batch-enroll-but a{
    text-decoration: none;
    color: var(--TCM-Neutral-grey01, #FFF);
}

.batch-card-viewmore{
    display: flex;
    padding: 10px 5px;
    border-radius: 38px;
    justify-content: center;
    align-items: center;
    gap: 6px;

    color: var(--TCM-Brand-brand-blue01, #14A4F5);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
}

.batch-card-viewmore a{
    text-decoration-line: underline;
    color: var(--TCM-Brand-brand-blue01, #14A4F5);
}
.local-center-img{
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    bottom: 40px;
}

.faculties{
    width: 100%;
    height: auto;
}

/*phone view */

@media (max-width: 768px) {
    .location_image {
        width: 100%;
        height: auto;
        margin-left: none;
        margin-right: none;
        fill: linear-gradient(179deg, rgba(0, 0, 0, 0.00) -40.55%, rgba(0, 0, 0, 0.00) -10.58%, #000 117.57%), lightgray 50% / cover no-repeat;width: 100%;
        height: auto;
        flex-shrink: 0;
        display: flex; /* Add this */
        justify-content: center; /* Add this */
        align-items: center; /* Add this */
        position: relative; /* Add this */
        opacity: auto; 
        z-index: 1; /* Add this */
    }
    
    .prayag_content {
        width: 100%;
        height: 100px;
        margin-bottom: 11%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        top:-10px;
        position: absolute; /* Add this */
        
    }
    
    .tcm_logo{
        position: relative;
        top: 15%;
        width: 80.188px;
        height: 62.048px;
    }
    
    .prayag_head{
        position: relative;
        bottom: 35%;
        width: 400px;
        height: 45px;
        color: var(--TCM-Neutral-grey01, #FFF);
        font-family: Figtree;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 72px;
        text-align: center;
    }
    
    .call_btn{
        display: flex;
        padding: 5px 10px;
        border-radius: 38px;
        background: var(--TCM-Neutral-grey01, #FFF);
        justify-content: center;
        align-items: center;
        gap: 2px;
        color: var(--TCM-Neutral-grey13, #000);
        font-family: Figtree;
        border: none;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }
    
    .view_btn{
        display: flex;
        padding: 5px 10px;
        border-radius: 38px;
        border: 1px solid var(--TCM-Neutral-grey01, #FFF);
        justify-content: center;
        align-items: center;
        gap: 2px;
    
        color: var(--TCM-Neutral-grey01, #FFF);
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        background-color: rgba(255, 255, 255, 0);
    }
    
    .prayag_but{
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-direction:row; 
        position: relative;
        bottom: 70%;
    }
    
    .center_card{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        position: relative; 
        top: -100px; 
        gap: 16px;
        z-index: 2; 
        flex-direction: column;
        justify-content: center;
        margin-bottom: -20px;

    }
    
    .center_card_one{
        display: flex;
        overflow: hidden;
        padding: 3px 4px;
        border-radius: 16px;
        box-shadow: 0px 0px 18.6px 0px rgba(0, 0, 0, 0.08);
        background: var(--TCM-Neutral-grey01, #FFF);
        align-items: flex-start;
        gap: 10px;
        width: 60%;
        padding: 14px;
    }
    
    .local-center-img{
        position: relative;
        width: 130%;
        height: auto;
        bottom: 40px;
    }

    .center_card_content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .center_card_image{
        width: 50px;
        height: 50px;
    }
    
    .center_card_head{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    
    .center_card_title{
        color: var(--TCM-Brand-brand-blue01, #14A4F5);
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
    
    .center_card_detail{
        width: 100%;
        height: 100%;
        color: var(--TCM-Neutral-grey10, #262626);
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .core_team{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .core_team_heading{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        }
    
    .team_quote{
        color: var(--TCM-Neutral-grey13, #000);
        font-family: Figtree;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
    
    .team_content{
        width: 100%;
        color: var(--TCM-Neutral-grey08, #595959);
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }

    .faculties{
        width: 100%;
        height: auto;
    }
    .centre_class{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 20px;
    }
    
    .centre_quote{
        color: var(--TCM-Neutral-grey13, #000);
        font-family: Figtree;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
    .students{
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    
    .centre_upcoming{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .option{
        display: flex;
        padding: 5px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 59px;
        border: 1px solid var(--TCM-Brand-brand-blue01, #14A4F5);
        color: var(--TCM-Brand-brand-blue01, #14A4F5);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* TCM Mobile/text-sm/Medium-M */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
    }
    
    .course_batch{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 21px;
    }
    
    .Batch-Card{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 21px;
    }
    
    .batch-card{
        display: flex;
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex;
        gap: 10px;
        border-radius: 14px;
        border: 2px solid rgba(20, 164, 245, 0.20);
        background: var(--TCM-Brand-brand-blue12, #F1F7FE);
        position: relative;
    }
    
    .batch-card-content{
        display: flex;
        flex-direction: column;
        align-items: flex;
        gap: 24px;
    }
    
    .batch-card-firstpor{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .batch-card-firstpor-content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .batch-card-firstpor-title{
        color: var(--TCM-Brand-brand-blue01, #14A4F5);
        font-feature-settings: 'clig' off, 'liga' off;
        
        /* TCM Mobile/text-lg/Bold-M */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 155.556% */
    }
    
    .batch-card-firstpor-title-date{
        color: var(--TCM-Neutral-grey13, #000);
        font-feature-settings: 'clig' off, 'liga' off;
        
        /* TCM Mobile/text-2xs/Medium-M */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 160% */
    }
    
    .batch-card-firstpor-detail{
        width: 243px;
        color: var(--TCM-Neutral-grey08, #595959);
        font-feature-settings: 'clig' off, 'liga' off;
        
        /* TCM Mobile/text-2xs/Regular-M */
        font-family: Figtree;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 180% */
    }
    
    .city-contain{
        display: flex;
        align-items: center;
        gap: 8px;
        flex-direction: row;
    }
    .batch-card-city1{
        display: flex;
        padding: 3px 8px;
        border-radius: 59px;
        border: 1px solid rgba(20, 164, 245, 0.45);
        background: var(--TCM-Brand-brand-blue12, #F1F7FE);
        justify-content: center;
        align-items: center;
        gap: 10px;
    
        color: var(--TCM-Brand-brand-blue01, #14A4F5);
        font-family: Figtree;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }
    
    .second-por{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }
    .batch-enroll-but{
        display: flex;
        padding: 5px 12px;
        border-radius: 38px;
        background: var(--TCM-Brand-brand-blue01, #14A4F5);
        justify-content: center;
        align-items: center;
        gap: 3px;
        border: none;
        
        color: var(--TCM-Neutral-grey01, #FFF);
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        
    }

    .batch-enroll-but a{
        text-decoration: none;
        color: var(--TCM-Neutral-grey01, #FFF);
    }
    
    .batch-card-viewmore{
        display: flex;
        padding: 5px 12px;
        border-radius: 38px;
        justify-content: center;
        align-items: center;
        gap: 6px;
    
        color: var(--TCM-Brand-brand-blue01, #14A4F5);
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        text-decoration-line: underline;
    }

    .batch-card-viewmore a{
        text-decoration-line: underline;
        color: var(--TCM-Brand-brand-blue01, #14A4F5);
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .center_card {
        gap: 30px;
        top: -140px;
        width: 90%;
        margin-left: 5%;
    }
    .center_card_detail{
        width: fit-content;
    }
    .center_card_title{
        text-align: left;
    }
}