/* ==========================================================
   SMART EDGE MAIN STYLESHEET
   ========================================================== */

:root{
    --smart-edge-primary:#fd4d40;
    --smart-edge-secondary:#17a2b8;
    --smart-edge-success:#16c3b0;
    --smart-edge-warning:#fdb62f;

    --smart-edge-dark:#343a40;
    --smart-edge-gray:#6c757d;
    --smart-edge-light:#f7f9f8;
    --smart-edge-white:#ffffff;
    --smart-edge-border-color: #e9eee3;
    --smart-edge-radius:12px;
    --smart-edge-transition:.3s ease;
    --smart-edge-text-dark: #11221d;
}

/* ==========================================================
   RESET
   ========================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#555;
    overflow-x:hidden;
    background:#fff;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    transition:var(--smart-edge-transition);
}

ul{
    list-style:none;
}

/* ==========================================================
   UTILITIES
   ========================================================== */

.smart-edge-section{
    padding:100px 0;
}

.smart-edge-section-sm{
    padding:70px 0;
}

.smart-edge-bg-light{
    background:var(--smart-edge-light);
}

.smart-edge-bg-primary{
    background:var(--smart-edge-primary);
}

.smart-edge-text-primary{
    color:var(--smart-edge-primary);
}

.smart-edge-text-center{
    text-align:center;
}

.smart-edge-radius{
    border-radius:var(--smart-edge-radius);
}

.smart-edge-shadow{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* ==========================================================
   TOP BAR
   ========================================================== */

.smart-edge-topbar{
    background:var(--smart-edge-primary);
    color:#fff;
    padding:10px 0;
    font-size:16px;
}

.smart-edge-topbar a{
    color:#fff;
}

/* ==========================================================
   HEADER
   ========================================================== */

.smart-edge-navbar{
    background:#fff;
    padding:15px 0;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    z-index:999;
}

.smart-edge-logo{
    font-size:34px;
    font-weight:700;
    color:var(--smart-edge-primary);
}

.smart-edge-nav-link{
    color:#333 !important;
    font-weight:600;
    margin-left:20px;
}

.smart-edge-nav-link:hover{
    color:var(--smart-edge-primary)!important;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.smart-edge-btn{
    display:inline-block;
    background:var(--smart-edge-primary);
    color:#fff;
    padding:14px 35px;
    border-radius:40px;
    font-weight:600;
    border:none;
}

.smart-edge-btn:hover{
    background:#e43c30;
    color:#fff;
    transform:translateY(-2px);
}

.smart-edge-btn-secondary{
    background:var(--smart-edge-secondary);
}

.smart-edge-btn-secondary:hover{
    background:#12889a;
}

/* ==========================================================
   HERO
   ========================================================== */

.smart-edge-hero{
    min-height:700px;
    display:flex;
    align-items:center;
    background-position:center;
    background-size:cover;
    position:relative;
}

.smart-edge-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.smart-edge-hero-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.smart-edge-hero-content h1{
    font-size:70px;
    font-weight:700;
    line-height:1.1;
}

.smart-edge-hero-content p{
    font-size:20px;
    margin-top:25px;
    margin-bottom:30px;
}

/* ==========================================================
   FEATURES
   ========================================================== */

.smart-edge-feature-box{
    padding:40px;
    border-radius:12px;
    color:#fff;
    height:100%;
}

.smart-edge-feature-box h4{
    margin-bottom:15px;
    font-weight:700;
}

.smart-edge-feature-1{
    background:var(--smart-edge-primary);
}

.smart-edge-feature-2{
    background:var(--smart-edge-warning);
}

.smart-edge-feature-3{
    background:var(--smart-edge-success);
}

/* ==========================================================
   TITLES
   ========================================================== */

.smart-edge-title{
    font-size:48px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.smart-edge-subtitle{
    color:var(--smart-edge-primary);
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    margin-bottom:10px;
}

/* ==========================================================
   ABOUT
   ========================================================== */

.smart-edge-about-image{
    border-radius:15px;
    overflow:hidden;
}

.smart-edge-about-content p{
    margin-bottom:20px;
}

/* ==========================================================
   PROGRAMS
   ========================================================== */

.smart-edge-card{
    border:none;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .3s ease;
    min-height: 170px;
}

.smart-edge-card:hover{
    transform:translateY(-10px);
}

.smart-edge-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.smart-edge-card-body{
    padding:30px;
}

.smart-edge-program-price{
    color:var(--smart-edge-primary);
    font-size:28px;
    font-weight:700;
}

/* ==========================================================
   TEACHERS
   ========================================================== */

.smart-edge-teacher{
    text-align:center;
}

.smart-edge-teacher img{
    width:180px;
    height:180px;
    border-radius:50%;
    object-fit:cover;
    margin:auto;
}

.smart-edge-teacher h4{
    margin-top:20px;
    font-weight:700;
}

.smart-edge-teacher p{
    color:#888;
}

/* ==========================================================
   COUNTERS
   ========================================================== */

.smart-edge-counter{
    background:var(--smart-edge-secondary);
    color:#fff;
}

.smart-edge-counter-item{
    text-align:center;
    padding:40px 20px;
}

.smart-edge-counter-number{
    font-size:55px;
    font-weight:700;
}

/* ==========================================================
   EVENTS
   ========================================================== */

.smart-edge-event-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.smart-edge-event-date{
    background:var(--smart-edge-primary);
    color:#fff;
    padding:20px;
    text-align:center;
    font-size:24px;
    font-weight:700;
}

/* ==========================================================
   GALLERY
   ========================================================== */

.smart-edge-gallery-item{
    overflow:hidden;
    border-radius:15px;
}

.smart-edge-gallery-item img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:.5s;
}

.smart-edge-gallery-item:hover img{
    transform:scale(1.1);
}

/* ==========================================================
   BLOG
   ========================================================== */

.smart-edge-blog-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.smart-edge-blog-content{
    padding:30px;
}

.smart-edge-blog-meta{
    color:#999;
    font-size:14px;
    margin-bottom:15px;
}

/* ==========================================================
   CONTACT
   ========================================================== */

.smart-edge-contact-form input,
.smart-edge-contact-form textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    padding:15px;
    margin-bottom:20px;
}

.smart-edge-contact-form textarea{
    min-height:180px;
    resize:none;
}

/* ==========================================================
   FOOTER
   ========================================================== */

.smart-edge-footer{
    background:var(--smart-edge-dark);
    color:#fff;
    padding-top:80px;
}

.smart-edge-footer h4{
    margin-bottom:25px;
    font-weight:700;
}

.smart-edge-footer a{
    color:#ddd;
}

.smart-edge-footer a:hover{
    color:#fff;
}

.smart-edge-footer-bottom{
    margin-top:50px;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,.1);
    text-align:center;
}

/* ==========================================================
   BREADCRUMB
   ========================================================== */

.smart-edge-page-banner{
    padding:120px 0;
    background-position:center;
    background-size:cover;
    position:relative;
}

.smart-edge-page-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.5);
}

.smart-edge-page-banner-content{
    position:relative;
    z-index:2;
    color:#fff;
    text-align:center;
}

.smart-edge-page-banner h1{
    font-size:55px;
    font-weight:700;
}

/* ==========================================================
   ANIMATION
   ========================================================== */

.smart-edge-fade-up{
    animation:smartEdgeFadeUp .8s ease;
}

@keyframes smartEdgeFadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media(max-width:992px){

    .smart-edge-hero-content h1{
        font-size:50px;
    }

    .smart-edge-title{
        font-size:38px;
    }

}

@media(max-width:768px){

    .smart-edge-section{
        padding:70px 0;
    }

    .smart-edge-hero{
        min-height:600px;
    }

    .smart-edge-hero-content h1{
        font-size:40px;
    }

    .smart-edge-title{
        font-size:32px;
    }

    .smart-edge-counter-number{
        font-size:40px;
    }

}

@media(max-width:576px){

    .smart-edge-hero-content h1{
        font-size:32px;
    }

    .smart-edge-btn{
        width:100%;
        text-align:center;
    }

}