body {
    overflow-x: hidden;  /* prevent horizontal scroll */
    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;
}

.text-purple {
    color: #6255FA !important;
}

.btn-purple {
    background-color: #6255FA !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.btn-purple:hover {
    background-color: #4e48c7 !important;
}

/* .ielts-full-img-wrapper img {
  max-height: 450px;
  object-fit: cover;
  object-position: center;
} */

.contact-box {
    background-color: #6255FA !important;
    color: white !important;
    padding: 20px;
    border-radius: 15px;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box .para a{
    text-decoration: none !important;
    color: white !important;
}

.contact-box button {
    background-color: white !important;
    color: #6255FA !important;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 10px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.contact-box button:hover {
    transform: scale(1.1);
    background-color: #e0d9ff !important;
}

/*other languages */


.simple-accordion .accordion-item {
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
    margin-bottom: 10px;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Header */
.simple-accordion .accordion-button {
    background: #ffffff !important;
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
    box-shadow: none !important;
}

/* Open State */
.simple-accordion .accordion-button:not(.collapsed) {
    color: #6255FA !important;
    background: #f6f4ff !important;
    border-bottom: 1px solid #e3e0ff !important;
}

/* Arrow */
.simple-accordion .accordion-button::after {
    transform: rotate(-90deg);
    transition: 0.3s ease;
}

.simple-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

/* Body */
.simple-accordion .accordion-body {
    padding: 12px 18px;
    background: #fcfcff !important;
    font-size: 15px;
    line-height: 1.6;
}
