.elementor-15913 .elementor-element.elementor-element-b6c1b0a{--display:flex;}/* Start custom CSS *//*hero*/

/* ======================================
   HERO SECTION
====================================== */

.courses-hero{

    width:100%;
    padding:100px 20px;

    background:
    linear-gradient(rgba(8,25,18,.65),
    rgba(8,25,18,.65)),
    url("images/course-banner.jpg");

    background-size:cover;
    background-position:center;

    text-align:center;
}

.hero-content{

    max-width:850px;
    margin:auto;

}

.hero-subtitle{

    color:#D4AF37;

    letter-spacing:3px;

    text-transform:uppercase;

    font-size:14px;

    font-weight:600;

}

.courses-hero h1{

    color:white;

    font-size:56px;

    margin:20px 0;

    line-height:1.2;

}

.courses-hero p{

    color:#f3f3f3;

    font-size:18px;

    line-height:1.8;

}

/* ======================================
   COMMON COURSE SECTION
====================================== */

.course-section{

    padding:90px 20px;

    background:#ffffff;

}

.section-title{

    max-width:700px;

    margin:auto;

    text-align:center;

    margin-bottom:60px;

}

.section-title h2{

    font-size:40px;

    color:#1B4332;

    margin-bottom:15px;

}

.section-title p{

    font-size:18px;

    color:#666;

    line-height:1.8;

}

.course-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

}

.course-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

    text-align:center;

}

.course-card:hover{

    transform:translateY(-8px);

}

.course-hours{

    display:inline-block;

    background:#1B4332;

    color:white;

    padding:8px 18px;

    border-radius:40px;

    font-size:14px;

    margin-bottom:20px;

}

.course-card h3{

    color:#222;

    font-size:26px;

    margin-bottom:25px;

}

.course-price{

    font-size:42px;

    color:#D4AF37;

    font-weight:bold;

    margin-bottom:25px;

}

.course-btn{

    display:inline-block;

    text-decoration:none;

    color:white;

    background:#1B4332;

    padding:14px 28px;

    border-radius:50px;

    transition:.3s;

}

.course-btn:hover{

    background:#D4AF37;

}

@media(max-width:768px){

.courses-hero{

padding:70px 20px;

}

.courses-hero h1{

font-size:38px;

}

.section-title h2{

font-size:30px;

}

.course-card{

padding:25px;

}

.course-price{

font-size:34px;

}

}

/*==========================
AERIAL SECTION
==========================*/

.aerial-section{

    background:#f7fbf8;

}

/*==========================
SINGING BOWL
==========================*/

.bowl-section{

    background:#fdfaf3;

}

/*==========================
REIKI
==========================*/

.reiki-section{

    background:#faf8fc;

}

.section-tag{

    display:inline-block;

    color:#D4AF37;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:13px;

    font-weight:700;

    margin-bottom:15px;

}

.course-description{

    color:#666;

    line-height:1.7;

    margin-bottom:25px;

    min-height:55px;

}/* End custom CSS */