
body {
    padding-top: 86px;
    font-family: "Montserrat", sans-serif;
}



header {
    position: relative;
    height: 86px;
    padding: 1rem 20px;
    transition: height 0.2s ease-in-out, background 0.2s ease-in-out, padding 0.2s ease-in-out;
    background: #ffffff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-slim {
    background: #ffffffa5;
    height: 56px;
    padding: 1rem 20px;
    box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22), 0 5px 14px 0 rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
}
.logo {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    text-align: left;
    transform-origin: left;
    width: 250px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    transition: margin-top 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.logo .logo-text {
    font-size: 1.3rem;
    line-height: 1.3rem;
    max-width: 100px;
    transition: transform 0.2s ease-in-out;
    transform-origin: left;
}

.slogan {
    text-align: right;
    font-size: 18px;
    transform-origin: right;
    transition: transform 0.2s ease-in-out;
}


.header-slim .logo {
    margin-top: 0px;
    transform: translateY(-50%) scale(0.7);
}

.header-slim .logo-text {
    transform: scale(0.9);
}

.header-slim .slogan {
    transform: scale(0.9);
}


@media (min-width: 992px) {
    .header-slim .logo {
        margin-top: 35px;
    }
}


.nav-link {
    color: #000 !important;
    margin-right: 5px; 
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.navbar-nav {
    width: 100%;
}

.navbar-collapse {
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar-toggler {

    right:0;

}

@media (max-width: 992px) {
    .navbar-collapse {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}











.herosec-1 {
    background: linear-gradient(90deg, #10334d34, #00000043), url(/assets/img/bg-5.png);
    background-size: cover;
    background-position: center;
    height: 525px;
}

.herosec-2 {
    background: linear-gradient(90deg, #10334d34, #00000043), url(/assets/img/bg-3.png);
    background-size: cover;
    background-position: center;
    height: 525px;
}



.hero-inner{
    width: 100%;
    height: 100%;
    color: #ffffff;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 13px;
    background: radial-gradient(#0000005f, #00000000);
}
.hero-inner h1 {
    font-weight: 200;
    padding: 13px 0px;
}
.hero-inner p {
    font-weight: 500;
}








.feature-section{
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.feature-section h5{
    font-size: 1.0rem;
    font-weight: 600;
}

.feature-section p{
    font-size: 13px;
}

.feature-section .card{
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}

.feature-section .card-body{
    padding: 20px;
}

.img-fluid{
    border-radius: 15px;
    margin: 20px 0px;
}




.key-aspects{
    position: relative;
    background: linear-gradient(90deg, #2d2e3098, #00000059), url(/assets/img/desk-2.png);
    background-position: right center;
    background-size: cover;
    overflow: hidden;
}


.key-aspects .cover{
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.key-aspects .container{
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}


.key-aspects .col-md-4 {
    margin: 12px 0px;
    padding: 0px 28px;
}

.key-aspects i {
    color: #ffffff;
    font-size: 1.5em;
}
.key-aspects h1 {
    color: #ffffff;
}

.key-aspects h3 {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
}
.key-aspects p {
    font-size: 14px;
    color: #ffffff;
}






.course-features {
    background-color: #E4E4E1;
    background: linear-gradient(90deg, #2d2e3098, #00000059), url(/assets/img/desk-1.png);
 	background-blend-mode: normal, multiply;
    text-align: center;
    padding-top: 20px;
}

.course-features ul {
    text-align: center;
    padding-top: 20px;
}






.testimonials{
    background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
 background-blend-mode: normal,color-burn;
}




.blockquote-footer{
    margin-top: 15px;
    color: #717171;
    font-size: 0.8rem;
}



.contact-info{
    position: relative;
    background: linear-gradient(90deg, #ffffffeb 33%, #ffffffb8), url(/assets/img/desk-1.png);
    background-position: right center;
    background-size: cover;
    overflow: hidden;    
}


/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.newsletter-section h1 {
    font-weight: 600;
    color: #1a1a2e;
}

.newsletter-section .lead {
    font-size: 1.1rem;
    color: #555;
}

.newsletter-visual {
    transition: transform 0.3s ease;
}

.newsletter-visual:hover {
    transform: translateY(-5px);
}


/* Book Showcase Section */
.book-showcase h1 {
    font-weight: 600;
    color: #1a1a2e;
}

.book-showcase h2 {
    font-weight: 600;
    color: #2c3e50;
}


/* My Story Section */
.my-story-section {
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.my-story-section h1 {
    font-weight: 600;
    color: #1a1a2e;
}

.my-story-section h2 {
    font-weight: 600;
    color: #2c3e50;
}

.my-story-section .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.my-story-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.certification-card {
    transition: transform 0.3s ease;
}

.certification-card:hover {
    transform: scale(1.02);
}



