.course_images {
    display: flex;
    justify-content: space-between;
    gap: 20px;

}

.course_images img {

    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

    border-radius: 10px;
    border-bottom: 10px solid #e95301;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.collage_data {
    display: grid;

    gap: 4rem;
    padding: 40px 2px;
}



.course_content span {
    font-size: 18px;
    color: #083880;
    font-weight: 600;
}

.course_content {
    display: flex;
    gap: 14px;
    align-items: left;
    width: 100%;
    padding: 30px 8px;

}

.contact_details a {
    line-height: 1.6;
    color: white;
}

.contact_details span {
    color: #e95301;
}

.contact_img img {
    border-radius: 10px;

    height: 100%;
    width: 150px;
}

.contact_img {
    display: flex;
    justify-content: center;
}

.contact_details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}


.iframe_collage {
    padding-top: 10px;
}

.box_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;


    /* border-radius: 22px; */
    width: 100%;
}

.course_content {
    /* box-shadow: rgba(67, 67, 153, 0.25) 0px 30px 60px -12px inset, rgba(95, 63, 63, 0.3) 0px 18px 36px -18px inset; */
    border-bottom: 2px solid #083880;

}

.cont_img_box {
    /* background: #345381ff; */
    padding: 44px;
}

.ucase_txt {
    margin: 4px;
}

.line_div {
    border-bottom: 8px solid #20509f;
}




/* -----------------------conselling css------------------------------- */
.gride_conselling {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 10px 20px;
}

.page_heading .divider_line {
    background-color: #20509f;
}

.page_heading {
    padding-top: 10px;
}

.content_counselling {}

.contact_counselling {
    /* background-color: #e95301; */
    /* height: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    z-index: 2;
}


.page_content p {
    color: black;

}

.page_content span {
    color: black;

}

.img_conselling {
    border-left: 10px solid gainsboro;
}

.page_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
}

.collage_header_box {
    display: flex;
    justify-content: space-around;
}




@media only screen and (min-width: 1280px) {
    .card h1 {
        font-size: 3rem;
        margin-bottom: 1rem;
        line-height: 4rem;
        color: white;
        font-weight: 700;
    }
}

@media(max-width:992px) {
    .collage_data {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .box_cont {
        padding: 10px 10px;
    }

    .contact_details {
        padding: 20px 2px;
    }

    .iframe_collage {
        width: 100%;
        height: 100%;
    }

    .gride_conselling {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 10px 20px;
    }

}

/* .cont_img_box{
        background-color: #a88a79ff;
     } */
.back_div_cont {

    margin-top: 10px;
}

.contact_map_box {
    background-color: #20509f;
}

.divider_line {
    margin: 0px;
}



.box_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.collages_map {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
}

.collage_data h1 {
    line-height: 2rem;
    font-weight: 700;
    padding-bottom: 10px;
    color: white;
}

.collage_data a {
    font-size: 1.45rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.content_counselling .contact_details {

    width: 100%;
}

.content_counselling .contact_details a {
    color: #07074d;

}
.collages_map iframe{
    height: 100%;
}

@media (max-width: 992px) {
    .contact_details {
        padding: 5px 2px;
    }
}

@media(max-width:567px) {
    .course_content {
        flex-direction: column;
    }

    .contact_details {
        order: 2;
    }

    .contact_img {
        order: 1;
    }

    .course_images {
        flex-direction: column;
    }

    .course_content span {
        font-size: 16px;
    }

    .contact_details h3 {
        font-size: 15px;
    }

    .contact_img img {

        height: none;
        width: 100%;
    }

    .box_cont {
        padding: 0px 6px;
    }

    .cont_img_box {
        padding: 16px;
    }

    .ucase_txt {
        font-size: 18px;
        line-height: 2.2rem;
    }

    .heroContent,
    .heroContent_Center {
        font-size: 18px;
    }

    .page_content p,
    .page_content ul {
        margin-bottom: 1rem;
    }

    .collage_data {

        gap: 2rem;
        padding: 16px 2px;
    }

    .course_content {
        padding-top: 10px;
    }

    .course_content h1 {
        padding-top: 20px;
    }

    .heroContent {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}



.profile-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.img_div_course {
    display: flex;
    justify-content: center;
}

.collages_map {
    padding: 42px 10px !important;

}

.profile-card {
    background: #ffffff;
    width: 48%;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1) !important;
    text-align: center;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.profile-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #4f46e5 !important;
    margin-bottom: 15px;
}

.profile-card h2 {
    margin: 10px 0 5px;
    font-size: 20px;
    color: #333 !important;

}

.designation {
    font-size: 14px;
    color: #4f46e5 !important;
    margin-bottom: 10px;
    font-weight: bold;

}

.profile-card p {
    margin: 6px 0;
    font-size: 14px;
    color: #1a1515ff !important;
}

.profile-card p a {
    color: #1d1b1bff !important;
}

.profile-card p span {
    font-weight: bold;
    color: #333 !important;
}

/* .collage_main_div {
            background-color: #20509f;
        } */

a {
    word-break: break-all !important;
}

.contact_map_box {
    display: flex;
    justify-content: center;
}
.collages_map{
    width: 50%;
}
.contact_map_header{
    display: flex;
    justify-content: space-around;
}
.location_res_header{
    display: none;
}
@media(max-width:992px) {


    .profile-card {
        width: 48%;
    }
    .contact_map_box{
        flex-direction: column;
    }
    .collages_map{
        width: 100%;
        height: 300px;
        padding:0px !important;
        margin: 0px !important;
    }
    .location_header{
        display: none !important;
    }
    .location_res_header{
        display: block;
        color:white
    }
}

@media(max-width:768px) {

    .profile-container {
        flex-direction: column;
    }

    .collages_map {
        padding: 0px 0px;

    }
    .contact_header{
        padding-bottom: 10px;
    }

    .profile-card {
        width: 100%;
    }
    
}