/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =========================================
   PROGRAM SIDEBAR
========================================= */

/* =========================================
   PROGRAM SIDEBAR
========================================= */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
   background-color: #f1b968 !important
    color: #fff;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active{background-color: #f1b968 !important;
}
.program-sidebar{
    width:100%;
}
.elementor-nav-menu--main .elementor-item.elementor-item-active {
   color: #000;
    background: #ffffff87;
    border-radius: 50px;
    color: #3d377a !important;
    font-weight: 600 !important;
}
.elementor-nav-menu--main .elementor-item:hover{
	  color: #000;
    background: #ffffff87;
    border-radius: 50px;
    color: #3d377a !important;
    font-weight: 600 !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    margin: 5px;
    display: flex;
}
.elementor-nav-menu--main .elementor-item:focus{
	  color: #000;
    background: #ffffff87;
    border-radius: 50px;
    color: #3d377a !important;
    font-weight: 600 !important;
}
/* =========================================
   BOX
========================================= */

.single-programs .page-content ul{
    list-style:none;
    margin:0 0 20px;
    padding-left:0;
}

.single-programs .page-content ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
    font-size:15px;
    color:#000;
    line-height:1.7;
}

/* Font Awesome icon */
.single-programs .page-content ul li::before{
    content:"\f105"; /* angle-right */
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:2px;
    color:#e7862f;
    font-size:13px;
}
.sidebar-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:6px;
    margin-bottom:24px;
    overflow:hidden;
}

/* =========================================
   BUTTON
========================================= */

.start-btn{
    display:block;
    margin:16px;
    background:#e7862f;
    color:#fff;
    text-align:center;
    text-decoration:none;
    padding:14px 20px;
    border-radius:4px;
    font-size:15px;
    font-weight:600;
    transition:all .3s ease;
}

.start-btn:hover{
    background:#cf6f1c;
    color:#fff;
}

/* =========================================
   COURSE INFO
========================================= */

.course-info-list{
    margin:0;
    padding:20px;
    list-style:none;
}

.course-info-list li{
    position:relative;
    padding-left:20px;
    margin-bottom:14px;
    color:#000;
    font-size:14px;
    line-height:1.6;
}

.course-info-list li:last-child{
    margin-bottom:0;
}

.course-info-list li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#999;
    font-size:18px;
}

/* =========================================
   TITLES
========================================= */

.sidebar-box h4{
    margin:0;
    padding:24px 20px 18px;
    color:#111;
    font-size:24px;
    font-weight:700;
    line-height:1.2;
	    background: #f4f6f9;
    border-bottom: 1px solid #ececec;
}

/* =========================================
   INSTRUCTOR
========================================= */

.instructor-box{
    display:flex;
    align-items:center;
    gap:14px;
    padding: 20px 24px;
}

.instructor-image img{
    width:52px;
    height:52px;
    border-radius:50%;
    object-fit:cover;
    display:block;
}

.instructor-name{
    display:block;
    color:#111;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    margin-bottom:4px;
}

.instructor-name:hover{
    color:#e7862f;
}

.instructor-role{
    color:#777;
    font-size:13px;
}

/* =========================================
   CONTENT
========================================= */

.sidebar-content{
    padding:0 20px 24px;
}

/* =========================================
   LISTS
========================================= */

.sidebar-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.sidebar-content ul li{
    position:relative;
    padding-left:20px;
    margin-bottom:14px;
    color:#000;
    font-size:14px;
    line-height:1.8;
}

.sidebar-content ul li:last-child{
    margin-bottom:0;
}

.sidebar-content ul li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#999;
    font-size:18px;
}

/* =========================================
   TAGS
========================================= */

.tags-wrap{
    padding: 20px 24px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.tag-item{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:4px;
    background:#fff;
    color:#000;
    padding:8px 16px;
    font-size:13px;
    line-height:1;
    transition:all .3s ease;
}

.tag-item:hover{
    border-color:#e7862f;
    color:#e7862f;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .sidebar-box h4{
        font-size:22px;
    }

    .sidebar-content ul li,
    .course-info-list li{
        font-size:13px;
    }

}
/* SIDEBAR LIST RESET */
.program-sidebar .sidebar-box ul{
    list-style:none;
    margin:0;
    padding:18px;
}

/* LIST ITEM STYLE */
.program-sidebar .sidebar-box ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:12px;
    font-size:14px;
    color:#000;
    line-height:1.6;
}

/* ICON BASE */
.program-sidebar .sidebar-box ul li::before{
    position:absolute;
    left:0;
    top:2px;
   font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#e7862f;
    font-size:14px;
}

/* ICONS FOR EACH ITEM */

.program-sidebar .sidebar-content ul{
   list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.program-sidebar .sidebar-content ul li{
    position:relative;
    padding-left:25px;
    margin-bottom:10px;
    font-size:14px;
    color:#000;
    line-height:1.6;
}

/* ARROW ICON */
.program-sidebar .sidebar-box ul li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #e7862f;
    font-size: 14px;
   content: "\f178"; /* angle-right */
}
.program-sidebar .course-info-list{
    list-style:none;
    margin:0;
    padding:18px;
}

.program-sidebar .course-info-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
    font-size:14px;
    color:#000;
    line-height:1.6;
}

/* ICON BASE */
.program-sidebar .course-info-list li::before{
    position:absolute;
    left:0;
    top:2px;
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#e7862f;
    font-size:13px;
}

/* 1. Level */
.program-sidebar .course-info-list li:nth-child(1)::before{
    content:"\f19d"; /* graduation cap */
}

/* 2. Enrolled */
.program-sidebar .course-info-list li:nth-child(2)::before{
    content:"\f0c0"; /* users */
}

/* 3. Duration */
.program-sidebar .course-info-list li:nth-child(3)::before{
    content:"\f017"; /* clock */
}

/* 4. Updated */
.program-sidebar .course-info-list li:nth-child(4)::before{
    content:"\f073"; /* calendar */
}
.program-sidebar {
    width: 100%;
    font-family: "DM Sans", Sans-serif;
}
/* =========================================
CONTACT FORM 7 MODERN CSS
========================================= */

/* =========================================
CONTACT FORM 7 METFORM STYLE
========================================= */

.wpcf7{
    width:100%;
}

.wpcf7 form{
    position:relative;
}

/* GRID */

.contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

@media(max-width:767px){

    .contact-grid{
        grid-template-columns:1fr;
		gap:0
    }

}

/* FORM GROUP */

.form-group{
    margin-bottom:20px;
}

/* INPUTS */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
    width:100%;
    height:60px;
    border:1px solid #e7e7e7;
    background:#fff;
    padding:0 22px;
    border-radius:12px;
    font-size:15px;
    color:#111;
    transition:.3s;
    box-sizing:border-box;
    outline:none;
    box-shadow:none;
}

/* TEXTAREA */

.wpcf7 textarea{
    height:180px;
    padding-top:20px;
    resize:none;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: pointer !important;
}
/* PLACEHOLDER */

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
    color:#999;
    font-size:14px;
}

/* FOCUS */

.wpcf7 input:focus,
.wpcf7 textarea:focus{
    border-color:#000 !important;
    box-shadow:0 0 0 4px rgba(213,51,41,0.08);
}

/* CHECKBOX */

.form-check{
    margin:25px 0;
    font-size:14px;
    color:#555;
}

.form-check label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    line-height:1.7;
}

.form-check input[type="checkbox"]{
    margin-top:5px;
    accent-color:#d53329;
}

/* BUTTON */

.form-btn{
    margin-top:30px;
}

.wpcf7 input[type="submit"]{
       
	background:#000;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 30px 15px 30px;
}

/* HOVER */

.wpcf7 input[type="submit"]:hover{
    background-color: #F4B860;
    transform:translateY(-2px);
/*     box-shadow:0 15px 30px rgba(213,51,41,.18); */
}

/* ERROR */

.wpcf7-not-valid-tip{
    font-size:13px;
    margin-top:8px;
    color:#d53329;
}

/* SUCCESS MESSAGE */
.form-group {
    margin-bottom: 0;
}
.form-check label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.7;
    font-size: 14px;
    font-family: 'Outfit';
}
.form-group p{
	 margin-bottom:20px;
}
.wpcf7-response-output{
    margin:25px 0 0 !important;
    border:none !important;
    padding:16px 20px !important;
    border-radius:10px;
    font-size:14px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    color: #000;
}
.wpcf7 form.sent .wpcf7-response-output{
    background:#eaf8ef;
    color:#1f7a3f;
}

.wpcf7 form.invalid .wpcf7-response-output{
    background:#fff2f2;
    color:#d53329;
}