/*
CTC Separate Stylesheet
Updated: 2026-03-04 08:24:55
Theme Name: Bhasha World
Theme URI: Bhasha World
Template: hello-elementor
Author: Bhasha World
Author URI: Bhasha World
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1772612695
*/

span.blue-text
{
	color: #2d2df2;
}
.age-group-card:hover * {
    fill:#fff;
}
.age-group-card:hover *, .language-card:hover *,.testimonial-card:hover * {
    color: #fff !important;
}
.age-group-card:hover a.elementor-button {
    background-color: #fff !important;
}
.age-group-card:hover a.elementor-button span{
     color: #2d2df2 !important;
}

.pricing-card:hover a.elementor-button {
    background-color: #2d2df2 !important;
}
.pricing-card:hover a.elementor-button span{
     color: #fff !important;
}

.language-card *{
    width:100%;
}

/* =====================================Featured Courses====================================== */
.course-properties-box{
background:#f7f8ff;
padding:25px;
border-radius:14px;
border:2px solid #6a7cff;
max-width:500px;
}

.course-property-item{
display:flex;
align-items:center;
gap:15px;
padding:12px 0;
border-bottom:1px solid #cfd5ff;
}

.course-property-item:last-child{
border-bottom:none;
}

.property-icon img{
width:24px;
height:24px;
object-fit:contain;
}

.property-text{
font-size:16px;
line-height:1.5;
}

.property-text strong{
font-weight:600;
}

/*================================Why Language===================================================*/
.why-lang-container {
    display: flex;
    flex-direction: column;
}

.why-lang-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #d1d1d1; 
}

.why-lang-row:last-child {
    border-bottom: none;
}

.why-lang-icon-wrap {
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-lang-description {
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .why-lang-description {
        font-size: 14px;
    }
}


/*=========================================Course Level=========================================*/
.course-levels-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px;
}

.course-level-card {
    background: #F8FAFC;
    border: 1px solid #dce4f1;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s ease;
}

.course-level-card:hover {
    transform: translateY(-5px);
}

.course-level-badge {
    background-color: #2D2DF2;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.course-level-title {
    font-size: 20px !important;
    margin-bottom: 10px;
}

.course-level-meta {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-level-body {
    font-size: 15px;
    line-height: 1.6;
}

/* Tablet: 2 columns */
@media (max-width: 1200px) {
    .course-levels-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
    .course-levels-container {
        grid-template-columns: 1fr;
    }
}

/*===================================Certifications==============================================*/
.cert-list-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cert-item-card {
    background-color: #f0f7ff;
    border: 1px solid #e1eefc;
    border-radius: 10px;
    padding: 25px;
}

.cert-item-card:nth-child(even) {
    background-color: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.cert-icon-box {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: inline-block;
    margin-bottom: 20px;
}

.cert-icon-box img {
    width: 30px;
    display: block;
    object-fit: contain;
}

.cert-item-title {
    margin: 0 0 8px 0;
    font-size: 18px !important;
}

.cert-item-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.cert-item-desc p {
    margin: 0;
}

/*========================================Course Fees=============================================*/

/*Fees Table============*/
.fees-custom-table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0 10px;
}

.fees-custom-table thead th {
    background-color: #fff;
    padding: 20px 20px;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: left;
}

.fees-custom-table thead tr th:first-child {
    border-radius: 8px 0 0 8px;
}
.fees-custom-table thead tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.fees-custom-table tbody tr {
    background-color: #ffffff;
    transition: transform 0.2s ease;
}
.fees-custom-table tbody tr:nth-child(odd) {
    background-color: #E8E8E8;
}
.fees-custom-table td {
    padding: 15px 20px;
    border-top: 1px solid #2d2df275;
    border-bottom: 1px solid #2d2df275;
    vertical-align: middle;
    font-weight: 500;
}

.fees-custom-table td:first-child {
    border-left: 1px solid #2d2df275;
    border-radius: 8px 0 0 8px;
    font-weight: 600;
}

.fees-custom-table td:last-child {
    border-right: 1px solid #2d2df275;
    border-radius: 0 8px 8px 0;
}

.mode-badge {
    background: #f0f2ff;
    color: #2b31d4;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.fees-custom-table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/*Fees Key Points===========*/
.fees-key-points-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.fee-point-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px 15px;
    border: 1px solid #2d2df221;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.fee-point-item:hover {
    border-color: #2b31d4;
    background-color: #fbfbff;
}

.fee-point-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fee-point-icon img {
    width: 100%;
}

.fee-point-content p {
    font-weight: 500;
    display: inline; 
}

.fee-point-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.fee-point-text strong, 
.fee-point-text b {
    color: #000;
}

@media (max-width: 600px) {
    .fees-key-points-container {
        grid-template-columns: 1fr;
    }
}

/*======================Start Your Journey=================================*/
.journey-cta-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.journey-btn {
    display: inline-block;
    background-color: #2b31d4;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid #2b31d4;
    text-align: center;
}

.journey-btn:hover {
    background-color: #ffffff;
    color: #2b31d4;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(43, 49, 212, 0.2);
}

.journey-cta-item:nth-child(2) .journey-btn {
    background-color: transparent;
    color: #2b31d4;
}

.journey-cta-item:nth-child(2) .journey-btn:hover {
    background-color: #2b31d4;
    color: #ffffff;
}

@media (max-width: 480px) {
    .journey-cta-container {
        flex-direction: column;
    }
    .journey-btn {
        width: 100%;
    }
}



/*=============================Responsive===============================================*/
@media (max-width:1200px){
    .journey-cta-container {
    justify-content: center;
}

.fees-table .course-fees-wrapper {
    min-width: 1000px;
}
.fees-table {
    overflow: scroll;
}

.cert-item-card {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cert-icon-box {
    margin-bottom: 0px;
}
.course-level-card {
    text-align: center;
}
.course-level-meta {
    justify-content: center;
}
}

@media (max-width:600px){
    .cert-item-card {
    padding: 15px;
}
.cert-icon-box {
    width: 90px;
}
.fees-custom-table thead th {
    font-size: 15px;
}
.fees-custom-table td {
    font-size: 13px;
}
.mode-badge {
    font-size: 10px;
    display: inline-block;
    min-width: 160px;
}
.fees-table .course-fees-wrapper {
        min-width: 400px;
    }
}