 body {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
} 


/* ==============================
   Hero Section
============================== */

.ef-page-hero {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 30vh;        
    display: flex;          
    align-items: center;     
    justify-content: center;  
    text-align: center;      
    background-image: url('../img/bg-3.png');
    height: 40vh;
}

.page-content {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 50px;
    font-weight: 700;
    color: #000 !important;
}

.breadcrumb-link {
    font-size: 25px;
    color: #000 !important;
}

.breadcrumb-link a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.breadcrumb-link a:hover {
    color: #6255FA !important;
}

.breadcrumb-link .separator {
    margin: 0 8px;
    color: #000 !important;
}

.breadcrumb-link .active {
    color: #6255FA !important;
    font-weight: 400;
}


/*====== About Section ======*/
.ef-about-sec {
    background-color: #f8f8f8 !important;
    padding: 120px 0;
}


/*====== Image Box: style-four ======*/
 
.elysia-image-box.style-four {
    position: relative;
    width: 100%;
    height: 220px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elysia-image-box.style-four .elysia-img.single-image {
    position: relative;
    width: 85%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    z-index: 2;
}

.elysia-image-box.style-four .elysia-img.single-image img {
    width: 100%;
    height: auto;
    display: block;
}

.elysia-image-box.style-four .shape {
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}

.elysia-image-box.style-four .shape-one {
    top: -20px;
    left: -20px;
    width: 60px;
}

.elysia-image-box.style-four .shape-two {
    bottom: -20px;
    right: -20px;
    width: 60px;
}

.elysia-image-box.style-four .shape img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .elysia-image-box.style-four {
        height: auto;
        padding-bottom: 30px;
    }

    .elysia-image-box.style-four .elysia-img.single-image {
        width: 100%;
        transform: none;
    }

    .elysia-image-box.style-four .shape-one,
    .elysia-image-box.style-four .shape-two {
        width: 40px;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
    }
}

@media (max-width: 576px) {
    .elysia-image-box.style-four .shape-one,
    .elysia-image-box.style-four .shape-two {
        display: none;
    }
}


/*====== Content Box ======*/

.elysia-content-box p {
    font-size: 16px;
    color: #555 !important;
}

.section-title .sub-heading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    color: #6255FA !important;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
}

.section-title h2 span {
    color: #6255FA !important;
}

.contact-btn {
    display: inline-block;
    background-color: white !important;
    color: #6255FA !important;
    border: 2px solid #6255FA !important;
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
}

.contact-btn:hover {
    transform: scale(1.05);
    background-color: #6255FA !important;
    color: white !important;
    box-shadow: 0 6px 12px rgba(98, 85, 250, 0.3) !important;
}


/*====== Iconic Box ======*/

.iconic-box {
    display: flex;
    align-items: start;
}

.iconic-box .icon {
    font-size: 36px;
    margin-top: 5px;
    color: #6255FA !important;
}

.iconic-box .content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.iconic-box .content p {
    font-size: 15px;
    color: #555 !important;
}


/*====== Button ======*/

.btn-primary {
    background-color: #6255FA !important;
    border-color: #6255FA !important;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #4b43c6 !important;
    border-color: #4b43c6 !important;
}


/*====== Testimonial Section ======*/

.ef-testimonial-sec {
    padding: 60px 20px;
    background-color: #f8f8f8 !important;
}

.ef-testimonial-item {
    background: #fff !important;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    text-align: center;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.author-thumb {
    font-size: 60px;
    color: #6255FA !important;
    margin-bottom: 15px;
}

.author-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.author-info span {
    font-size: 14px;
    color: #777 !important;
}

.ratings li {
    display: inline-block;
    color: #fbc02d !important;
    margin: 0 2px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #6255FA !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .author-thumb {
        font-size: 50px;
        margin-bottom: 12px;
    }
    
    .author-info h5 {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .ef-testimonial-item {
        display: none; /* hide all */
    }
    
    .ef-testimonial-item:first-child {
        display: flex; /* show only the first */
    }
}

@media (max-width: 768px) {
    .ef-testimonial-item {
        padding: 20px;
        margin: 8px 0;
    }
    
    .author-thumb {
        font-size: 45px;
        margin-bottom: 10px;
    }
    
    .author-info h5 {
        font-size: 15px;
    }
    
    .author-info span {
        font-size: 13px;
    }
    
    .ratings li {
        margin: 0 1px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .ef-testimonial-sec {
        padding: 40px 15px;
    }
    
    .ef-testimonial-item {
        padding: 15px;
        margin: 6px 0;
    }
    
    .author-thumb {
        font-size: 40px;
        margin-bottom: 8px;
    }
    
    .author-info h5 {
        font-size: 14px;
    }
    
    .author-info span {
        font-size: 12px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }
}


/*====== Education Process Section ======*/

.ef-education-process {
    background-color: #f8f8f8 !important;
}

.ef-education-process .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.ef-education-process .section-title h2 {
    font-size: 32px;
    font-weight: 700;
}

.ef-education-process .section-title h2 span {
    color: #6255FA !important;
}

.ef-education-process .sub-heading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.ef-iconic-box.style-five {
    background: #fff !important;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
}

.ef-iconic-box.style-five:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
}

.ef-iconic-box.style-five .step {
    font-size: 20px;
    font-weight: 700;
    color: #6255FA !important;
    margin-bottom: 15px;
}

.ef-iconic-box.style-five .icon {
    font-size: 40px;
    color: #6255FA !important;
    margin-bottom: 15px;
}

.ef-iconic-box.style-five .content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ef-iconic-box.style-five .content p {
    font-size: 15px;
    color: #555 !important;
}

/* Responsive: Stack on mobile */
@media (max-width: 991px) {
    .ef-iconic-box.style-five {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .ef-iconic-box.style-five .icon {
        font-size: 35px;
    }
    
    .ef-iconic-box.style-five .step {
        font-size: 18px;
    }
    
    .ef-iconic-box.style-five .content h4 {
        font-size: 16px;
    }
    
    .ef-education-process .section-title h2 {
        font-size: 24px;
    }
}


/*====== Responsive ======*/
@media (max-width: 992px) {
    .section-title h2 {
        font-size: 28px;
    }
    
    .author-thumb {
        font-size: 50px;
    }
    
    .elysia-image-box.style-four .image_two {
        top: 40px;
        left: 40px;
        width: 90%;
    }
    
    .elysia-image-box.style-four .shape-one,
    .elysia-image-box.style-four .shape-two {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 24px;
    }
    
    .author-thumb {
        font-size: 45px;
    }
}

@media (max-width: 576px) {
    .elysia-image-box.style-four .image_two {
        top: 20px;
        left: 20px;
        width: 95%;
    }
    
    .elysia-image-box.style-four .shape-one,
    .elysia-image-box.style-four .shape-two {
        display: none;
    }
    
    .ef-iconic-box.style-five .icon {
        font-size: 35px;
    }
    
    .ef-iconic-box.style-five .step {
        font-size: 18px;
    }
    
    .ef-iconic-box.style-five .content h4 {
        font-size: 16px;
    }
}