.elementor-3604 .elementor-element.elementor-element-6b1291c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9f312cb *//*==========================================
GOOGLE FONT
==========================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#FAF8F3;
}

/*==========================================
SECTION
==========================================*/

.ksa-course-section{

max-width:1400px;
margin:auto;
padding:80px 20px;

}

/*==========================================
HEADING
==========================================*/

.ksa-course-heading{

text-align:center;
margin-bottom:40px;

}

.ksa-badge{

display:inline-block;
padding:10px 22px;
border-radius:50px;
background:#EEF7F4;
color:#0F5551;
font-size:14px;
font-weight:600;
margin-bottom:18px;

}

.ksa-course-heading h2{

font-size:52px;
font-weight:800;
color:#102A43;
margin-bottom:15px;

}

.ksa-course-heading p{

font-size:19px;
color:#667085;

}

/*==========================================
SEARCH
==========================================*/

.ksa-search-box{

display:flex;
justify-content:center;
margin:40px auto;
max-width:700px;

}

.ksa-search-box input{

width:100%;
padding:18px 25px;
border:none;
outline:none;
background:white;
border-radius:50px 0 0 50px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
font-size:17px;

}

.ksa-search-box button{

width:70px;
border:none;
background:#0F5551;
color:white;
font-size:22px;
border-radius:0 50px 50px 0;
cursor:pointer;
transition:.3s;

}

.ksa-search-box button:hover{

background:#C8A24E;

}

/*==========================================
CATEGORY
==========================================*/

.ksa-category{

display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-bottom:50px;

}

.ksa-category button{

padding:14px 28px;
border:none;
background:white;
border-radius:50px;
font-weight:600;
cursor:pointer;
transition:.3s;
box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.ksa-category button:hover,
.ksa-category .active{

background:#0F5551;
color:white;

}

/*==========================================
GRID
==========================================*/

.ksa-course-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:28px;

}

/*==========================================
CARD
==========================================*/

.ksa-card{

background:white;
border-radius:22px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.35s;
position:relative;

}

.ksa-card:hover{

transform:translateY(-10px);
box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.ksa-card img{

width:100%;
height:250px;
object-fit:cover;

}

/*==========================================
BADGES
==========================================*/

.live,
.best,
.new,
.free{

position:absolute;
top:15px;
left:15px;

padding:8px 16px;

border-radius:40px;

font-size:12px;

font-weight:700;

color:white;

}

.live{

background:#FF3B30;

}

.best{

background:#F5A623;

}

.new{

background:#0F5551;

}

.free{

background:#28A745;

}

/*==========================================
CONTENT
==========================================*/

.ksa-content{

padding:22px;

}

.rating{

color:#F4B400;
font-size:14px;
margin-bottom:12px;

}

.rating span{

color:#555;
margin-left:8px;

}

.ksa-content h3{

font-size:22px;
color:#102A43;
line-height:1.4;
margin-bottom:12px;

}

.students{

color:#777;
font-size:15px;
margin-bottom:18px;

}

/*==========================================
PRICE
==========================================*/

.price{

display:flex;
align-items:center;
gap:12px;
margin-bottom:25px;

}

.price del{

color:#999;
font-size:16px;

}

.price h4{

font-size:34px;
color:#0F5551;

}

/*==========================================
BUTTON
==========================================*/

.ksa-content a{

display:block;
text-align:center;
padding:16px;
background:#0F5551;
color:white;
text-decoration:none;
border-radius:14px;
font-weight:600;
transition:.3s;

}

.ksa-content a:hover{

background:#C8A24E;
color:#102A43;

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:1200px){

.ksa-course-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:992px){

.ksa-course-grid{

grid-template-columns:repeat(2,1fr);

}

.ksa-course-heading h2{

font-size:40px;

}

}

@media(max-width:768px){

.ksa-course-grid{

grid-template-columns:1fr;

}

.ksa-course-heading h2{

font-size:32px;

}

.ksa-search-box{

flex-direction:column;

}

.ksa-search-box input{

border-radius:50px;
margin-bottom:10px;

}

.ksa-search-box button{

width:100%;
border-radius:50px;
height:55px;

}

}
.ksa-card h3{
color:#13293D !important;
}

.ksa-card p{
color:#6B7280 !important;
}

.rating span{
color:#555 !important;
}

.price h4{
color:#0F5551 !important;
}

.price del{
color:#999 !important;
}

.ksa-content{
color:#13293D !important;
}

.ksa-content *{
color:inherit;
}
.ksa-card img{

width:100%;
height:240px;
display:block;
object-fit:cover;

}
.ksa-card{

background:#fff;

border-radius:24px;

overflow:hidden;

box-shadow:0 18px 40px rgba(0,0,0,.08);

transition:.35s;

}

.ksa-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 70px rgba(0,0,0,.15);

}
.ksa-content a{

display:flex;

justify-content:center;

align-items:center;

height:52px;

background:#0E5A56;

color:white !important;

font-weight:700;

border-radius:14px;

text-decoration:none;

transition:.3s;

}

.ksa-content a:hover{

background:#D8A23D;

color:#0E5A56 !important;

}
.ksa-card{

overflow:hidden;

}

.ksa-card img{

transition:.4s;

}

.ksa-card:hover img{

transform:scale(1.08);

}
.ksa-content{

padding:22px;

}

.ksa-content h3{

min-height:70px;

font-size:30px;

font-weight:700;

line-height:1.35;

}
.ksa-category button{
color:#0F5551 !important;
}

.ksa-category button.active{
color:#fff !important;
}

.ksa-category button:hover{
color:#fff !important;
}
.ksa-content a{

    margin-top:auto;

    display:flex;
    justify-content:center;
    align-items:center;

    height:52px;

    background:#0E5A56;
    color:#fff;
    text-decoration:none;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}
.ksa-course-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

    align-items:stretch;

}
/* CARD */

.ksa-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    height:100%;
    transition:.35s;
}

.ksa-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}


/* IMAGE */

.ksa-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}


/* CONTENT */

.ksa-content{

    display:flex;
    flex-direction:column;

    flex:1;

    padding:22px;

}


/* RATING */

.rating{
    margin-bottom:14px;
}


/* TITLE */

.ksa-content h3{

    font-size:20px;

    font-weight:700;

    line-height:1.4;

    color:#0D2C4A;

    height:112px;

    margin:0;

}


/* STUDENTS */

.students{

    margin-top:8px;

    color:#666;

}


/* PRICE */

.price{

    margin-top:18px;

    display:flex;

    align-items:flex-end;

    gap:12px;

}

.price del{

    color:#999;

    font-size:16px;

}

.price h4{

    font-size:22px;

    color:#0E5A56;

    margin:0;

}


/* BUTTON */

.ksa-content a{

    margin-top:auto;

    width:100%;

    height:54px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#0E5A56;

    color:#fff !important;

    text-decoration:none;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.ksa-content a:hover{

    background:#D9A441;

    color:#0E5A56 !important;

}


/* GRID */

.ksa-course-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

    align-items:stretch;

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6b1291c *//* =========================
MOBILE RESPONSIVE
========================= */

@media only screen and (max-width:768px){

.ksa-course-section{
    padding:40px 15px;
}

/* Heading */

.ksa-course-heading h2{
    font-size:32px;
    line-height:1.3;
}

.ksa-course-heading p{
    font-size:16px;
}

/* Search */

.ksa-search-box{
    width:100%;
}

.ksa-search-box input{
    font-size:15px;
}

/* Category */

.ksa-category{
    display:flex;
    overflow-x:auto;
    gap:12px;
    justify-content:flex-start;
    padding-bottom:10px;

    scrollbar-width:none;
}

.ksa-category::-webkit-scrollbar{
    display:none;
}

.ksa-category button{

    min-width:120px;

    flex:none;

}

/* GRID */

.ksa-course-grid{

    display:grid;

    grid-template-columns:1fr;

    gap:25px;

}

/* CARD */

.ksa-card{

    width:100%;

    max-width:380px;

    margin:auto;

}

/* IMAGE */

.ksa-card img{

    height:220px;

}

/* TITLE */

.ksa-content h3{

    height:auto;

    min-height:auto;

    font-size:24px;

}

/* PRICE */

.price h4{

    font-size:34px;

}

/* BUTTON */

.ksa-content a{

    height:55px;

    font-size:17px;

}

}

/* ===========================
   FIX COURSE IMAGE CROPPING
=========================== */

.ksa-card{
    display:flex;
    flex-direction:column;
}

.ksa-image{
    width:100%;
    height:auto !important;
    overflow:hidden;
    border-radius:20px 20px 0 0;
    background:#ffffff;
    line-height:0;
}

.ksa-image img{
    width:100% !important;
    height:auto !important;
    display:block;
    object-fit:contain !important;
    object-position:center center !important;
    border:none;
    max-width:100%;
}

/* Remove any fixed heights */
.ksa-card img{
    height:auto !important;
    max-height:none !important;
}

/* Mobile */
@media (max-width:768px){

.ksa-image{
    height:auto !important;
}

.ksa-image img{
    width:100% !important;
    height:auto !important;
}

}/* End custom CSS */