

.custom-heading-lg {
    font-family: 'Poppins' ;
    font-size: 48px ;
    font-weight: 700 ;
    /* color:rgba(0, 113, 161, 1); */
}

.custom-heading-1 {
    font-family: 'Poppins' ;
    font-size: 40px ;
    font-weight: 700 ;
    color:rgba(0, 113, 161, 1);
}

.custom-heading-2 {
    font-family: 'Poppins' ;
    font-size: 36px ;
    font-weight: 700 ;
    color:rgba(0, 113, 161, 1);
}

.custom-heading-3 {
    font-family: 'Poppins' ;
    font-size: 32px ;
    font-weight: 700 ;
    color:rgba(0, 113, 161, 1);
}

.custom-p-1 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    text-align: justify;
    display:block;
    color:rgba(0, 0, 0, 1);
                                
}

.custom-p-1-v2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    text-align: justify;
    display:block;
    color:rgba(0, 0, 0, 1);
                                
}

.custom-p-2 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    text-align: justify;
    display:block;
    color:rgba(0, 0, 0, 1);
                                
}

.custom-p-5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    display:block;
    color:rgba(0, 0, 0, 1);
                                
}


.center-x {
    position:absolute;
    left:50%;
    transform:translateX(-50%)
}

.center-y {
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}

.center-xy {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}



.btn-style-1 {
    
    border-radius: 18px ;
    padding:1% 5% ;
    background: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    border:none

}

.btn-style-1-lg {
    
    border-radius: 20px ;
    padding:1% 6% ;
    background: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    border:none;
    font-size: 1.3rem;

}

.custom-btn-5 {
    border-radius: 5px 0px 0px 0px;
    background: rgba(255, 199, 0, 1);
    display:block;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color:rgba(0, 0, 0, 1);
    text-align: center;

    border-radius:5px
        
                                
}



/* ===================== Inside page banner ==================== */


.inside-page-banner {
    background-size: cover !important;
    padding:50px !important ;
    /* height:70vh; */
    width:100% !important;
    background-position:center !important ;
}


@media only screen and (max-width: 600px) {

    .inside-page-banner {
        height:70vw ;
    }
    
}

@media only screen and (min-width: 601px) and (max-width: 767px) {

    .inside-page-banner {
        height:50vw ;
    }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .inside-page-banner {
        height:45vw ;
    }
   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .inside-page-banner {
        height:45vw ;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

    .inside-page-banner {
        height:45vw ;
    }
    
}

@media only screen and (min-width: 1600px) {

    .inside-page-banner {
        height:35vw ;
    }
   

}




/* ===================== course ==================== */


.course-item {
    position: relative;
    /* height: 480px; */
    height: 380px;
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
.course-item h3 {
    margin: 0;
    display: block;
    background-color:rgba(255, 199, 0, 1);
    padding: 1rem;
}
.course-item h5 {
    margin: 0;
    display: block;
    background-color:rgba(255, 199, 0, 1);
    padding: 2rem;
    text-align: center;
    font-family: Poppins;
    /* font-size: 36px; */
    font-weight: 600;
    /* line-height: 20px; */
    text-align: center;

}
.course-item .course-item-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.course-item a:hover ~ .item__overlay, .course-item a:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
}

.course-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.course-item .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60%;
    position: absolute;
    width: 100%;
    top: 40%;
    transition: transform 300ms;
    background-color: rgba(255, 199, 0, 1);
    transform: translateY(68%);
}
.course-item .item__body {
    flex-grow: 1;
    padding: 1rem;
}
.course-item .item__body p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color:rgba(0, 0, 0, 1);
    margin-bottom: 10%;

}

/* .item__body .apply-btn {
    width: 40%;height:10%;padding:1% 5%;
    border-radius: 18.5px ;
    background: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    border:none;
    margin-top: 5%                         
} */


.course-requirement ul {
    list-style-type: circle;
}

.course-requirement li {
    font-family: Poppins;
    font-size: 1.2rem;
    font-weight: 400;

    text-align: justify ;
    color:black
}

/* ===================== Testimonials ==================== */


.testimonial_box  {
    background-color: #fff;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 42px;
    padding: 30px 30px 30px 50px;
    margin: 5px 5px 5px 50px;
    position: relative;
    z-index: 1;

}

.checked-star {
    color: rgba(255, 168, 0, 1);
}

.testi_user_name {
    font-family: Poppins;
    /* font-size: 24px; */
    font-weight: 700;
    /* line-height: 24px; */
    text-align: center;
    color:rgba(0, 0, 0, 1);
                                    
}

.testi_user_info {
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 600;
    /* line-height: 24px; */
    text-align: center;
    color:rgba(0, 0, 0, 1) !important ;
}

.testi_user_review {
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 24px; */
    text-align: justify;
    text-align-last: center;
    color:rgba(0, 0, 0, 1);
    height:150%;
}

.checked-star {
    color: rgba(255, 168, 0, 1);
}


/* ===================== Faculties ==================== */

.faculties-item {
    position: relative;
    height: 480px;
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
.faculties-item h3 {
    margin: 0;
    display: block;
    background-color:rgba(255, 199, 0, 1);
    padding: 1rem;
}
.faculties-item h5 {
    margin: 0;
    display: block;
    /* background-color:rgba(255, 199, 0, 1); */
    background-color:rgba(255, 255, 255, 1);
    padding: 2rem;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;

}
.faculties-item .faculties-item-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.faculties-item p:hover ~ .item__overlay, .faculties-item p:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);

    background-color: rgba(0, 113, 161, 1) !important;
    color:white !important ;
    
}

.faculties-item p:hover ~ .item__overlay h5,
.faculties-item p:focus ~ .item__overlay h5,
.faculties-item p:hover ~ .item__overlay p,
.faculties-item p:focus ~ .item__overlay p {
    background-color: rgba(0, 113, 161, 1) !important;
    color: white !important ;
}


.faculties-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.faculties-item .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60%;
    position: absolute;
    width: 100%;
    top: 40%;
    transition: transform 300ms;
    /* background-color: rgba(255, 199, 0, 1); */
    background-color:rgba(255, 255, 255, 1);
    transform: translateY(68%);
}
.faculties-item .item__body {
    flex-grow: 1;
    padding: 1rem;
}
.faculties-item .item__body p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color:rgba(0, 0, 0, 1);
    margin-bottom: 10%;

}



/* ==================================  TAKE YOUR NEXT STEP ====================================== */

.next-step-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;

}

.step-div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Gap between buttons */
    justify-content: center;
    width: 90%;
    max-width: 100%;
}

.step-btn {
    display: block !important;
    flex: 1 1 calc(20% - 16px); 
    max-width: calc(20% - 16px);
    min-width: 150px; 
    /* aspect-ratio: 1;  */
    background-color: #ffffffd5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;

    font-family: 'Poppins';

 

}

.step-btn:hover {
    background-color: #ffc700;
}




