@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Special+Elite');


        h1, h2, h3, h4, h5,.h1,
        #header,
        a.more-details{
            font-family: 'Oswald', sans-serif,Arial,Helvetica,sans-serif;
        }
        
        
        .custom-heading.style-1 span,
        .custom-heading.style-2 span
        {
            font-family:  'Special Elite', cursive,Arial,Helvetica,sans-serif;
            text-transform: none;
        }

        .accent-price p,
        .accent-price {
            font-family:  'Special Elite', cursive,Arial,Helvetica,sans-serif;
            font-size: 30px;
        }

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Oswald', sans-serif,Arial,Helvetica,sans-serif;
    color: #3b3b3b;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    color: #7a7a7a;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #9a958a;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row::after {
    content: '';
    display: table;
    clear: both;
}

[class^="col-"] {
    padding: 0 15px;
    width: 100%;
}

.col-md-12 { width: 100%; }
.col-md-8 { width: 66.666%; }
.col-md-6 { width: 50%; }
.col-md-4 { width: 33.333%; }
.col-md-3 { width: 25%; }

.centered { text-align: center; }
.text-right { text-align: right; }

.hidden-xs { display: block; }


#header-wrapper {
    height: 83px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #2b2b2b;
    border-bottom: 1px solid #222;
}

#header {
background-color: #2b2b2b;
}

    .header-inner {
        height: 83px;
    }

    .main-nav .row {
        align-items: center;
        height: 83px;
    }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .navbar-header .logo {
        margin: 10px 0;
    }

    .navbar-header .logo img {
        max-height: 58px;
        filter: brightness(0) invert(1);
    }

    .navbar-collapse {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .pi-nav {
        display: flex;
        list-style: none;
        gap: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    .pi-nav li a {
        padding: 8px 16px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(255,255,255,0.75);
        white-space: nowrap;
    }

    .pi-nav li.current-menu-item a,
    .pi-nav li a:hover {
        color: #FCDA9A;
    }

.dl-trigger {
    display:none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    color: #fff;
}

#dl-menu{
float:right;
}


body.homepage {
    padding-top: 83px;
}


.presentation {
    height: 100vh;
    width: 100%;
    overflow:hidden;
    position: relative;
}

.hero-content {
    display: flex;
    justify-content: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-bg::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
}

.hero-overlay {
    padding-top: 30vh;
    z-index: 9;
    text-align: center;
    position: relative;
    width: 100%;
}

.hero-overlay.light .hero-intro-title ,
.hero-overlay.light .hero-title {
    color: #fff;
}

.hero-intro-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.hero-title {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.45);
}

.hero-btn {
    display: inline-block;
    padding: 18px 60px;
    background-color: black;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-appearance: inherit;
    transition: background 0.3s;
}

.hero-btn:hover {
    background-color: #9a958a;
    color: #fff;
}


.page-content {
    padding: 80px 0;
}

.custom-img-background {
    background-repeat: no-repeat;
    background-size: cover;
}

.frame-box {
    border: 1px solid #e8e2d9;
    padding: 40px 30px;
    background: rgba(255,255,255,0.96);
}

.custom-heading.style-1 {
    margin-bottom: 20px;
}

.custom-heading.style-1 span {
    font-size: 23px;
    letter-spacing: 1px;
    color: #7a7a7a;
}

.custom-heading h3 {
    margin: 8px 0;
    font-size: 23px;
}

.custom-heading h2 {
    font-size: 28px;
    font-weight: 700;
}

.divider.style-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.divider .hr-simple {
    display: block;
    height: 1px;
    background: #d4cfc7;
    flex: 1;
}

.divider .hr-icon {
    margin: 0 12px;
    font-size: 6px;
    color: #7a7a7a;
}

.pt-80 { padding-top: 80px; }
.mt-100 { margin-top: 100px; }
.mb-100 { margin-bottom: 100px; }
.mb-60 { margin-bottom: 60px; }
.mb-40 { margin-bottom: 40px; }


.page-content.dark {
    color: #fff;
    position: relative;
}

.page-content.dark::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.55);
}

.page-content.dark .container {
    position: relative;
    z-index: 2;
}

.dark .custom-heading.style-1 h2 span {
    color: #9a958a;
}

.bkg-img-community {
    background-image: url(../visuals/senior-group-studying.webp);
    background-position: center;
}

.bkg-img-tech {
    background-image: url(../visuals/senior-learning-tablet.webp);
    background-position: center;
}

.custom-col-padding {
    padding: 70px 0;
}


.course-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.course-card-item {
    flex: 1 1 calc(25% - 23px);
    min-width: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    min-height: 380px;
}

.course-card-item .card-bg-img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s;
}

.course-card-item:hover .card-bg-img {
    transform: scale(1.05);
}

.course-card-item .card-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.15) 55%);
}

.course-card-item .card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 22px;
    color: #fff;
}

.course-card-item .card-text h3 {
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 700;
}

.course-card-item .card-text p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
    margin-bottom: 10px;
    font-weight: 300;
}

.course-card-item .card-text .accent-price {
    font-size: 22px;
    color: #FCDA9A;
}


.lesson-preview-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.lesson-preview-wrap .lesson-img {
    flex: 0 0 50%;
}

.lesson-preview-wrap .lesson-img img {
    width: 100%;
    border: 1px solid #e8e2d9;
}

.lesson-preview-wrap .lesson-desc {
    flex: 1;
}

.lesson-preview-wrap .lesson-desc h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.lesson-preview-wrap .lesson-desc p {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #666;
    font-size: 15px;
}

.lesson-preview-wrap .lesson-desc ul {
    list-style: none;
    padding: 0;
}

.lesson-preview-wrap .lesson-desc ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #666;
}

.lesson-preview-wrap .lesson-desc ul li::before {
    content: '●';
    color: #7a7a7a;
    margin-right: 8px;
    font-size: 8px;
    vertical-align: middle;
}


.tech-reasons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tech-reason-box {
    flex: 1 1 calc(33.333% - 20px);
    padding: 30px 24px;
    border: 1px solid #e8e2d9;
    background: #faf9f6;
}

.tech-reason-box h4 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}

.tech-reason-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}


.findus-wrap {
    display: flex;
    gap: 40px;
}

.findus-wrap .findus-map {
    flex: 0 0 55%;
}

.findus-wrap .findus-map iframe {
    width: 100%;
    height: 370px;
    border: 1px solid #e8e2d9;
}

.findus-wrap .findus-info {
    flex: 1;
}

.findus-wrap .findus-info h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.findus-wrap .findus-info p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

.findus-wrap .findus-info a {
    color: #9a958a;
}


.faq-block {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e8e2d9;
    padding: 22px 0;
}

.faq-item h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.faq-item h4::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #9a958a;
    font-weight: 400;
}

.faq-item.active h4::after {
    content: '−';
}

.faq-item .faq-answer {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    display: none;
    padding-top: 5px;
}

.faq-item.active .faq-answer {
    display: block;
}


.contact-form-wrap {
    max-width: 620px;
    margin: 0 auto;
}

.section-form input,
.section-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #d4cfc7;
    font-family: 'Oswald', sans-serif,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    background: #faf9f6;
    color: #3b3b3b;
    outline: none;
    transition: border 0.3s;
}

.section-form input:focus,
.section-form textarea:focus {
    border-color: #9a958a;
}

.section-form textarea {
    min-height: 140px;
    resize: vertical;
}

.section-form .form-row-inline {
    display: flex;
    gap: 15px;
}

.section-form .form-row-inline input {
    flex: 1;
}

.section-form button[type="submit"] {
    padding: 18px 60px;
    background-color: black;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif,Arial,Helvetica,sans-serif;
    cursor: pointer;
    -webkit-appearance: inherit;
    transition: background 0.3s;
}

.section-form button[type="submit"]:hover {
    background-color: #9a958a;
}

.form-status-msg {
    display: none;
    padding: 15px;
    margin-top: 15px;
    font-size: 14px;
}

.form-status-msg.success {
    background: #f0f7f0;
    border: 1px solid #a8d5a2;
    color: #3b6e36;
}

.form-status-msg.error {
    background: #fdf0f0;
    border: 1px solid #e0a0a0;
    color: #8b3a3a;
}


#footer-wrapper {
    background: #2b2b2b;
    color: #fff;
    padding: 60px 0 0;
}

#footer-wrapper .footer-logo {
    margin-bottom: 30px;
}

#footer-wrapper .footer-logo img {
    max-height: 52px;
    filter: brightness(0) invert(1);
}

#footer-wrapper span {
    color: #9a958a;
}

.footer-nav-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 30px;
}

.footer-nav-links li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-nav-links li a:hover {
    color: #9a958a;
}

.footer-contact-block p {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255,255,255,0.7);
}

.footer-contact-block a {
    color: #9a958a;
}

.footer-legal-micro {
    font-size: 11px;
    line-height: 1.7;
    color: rgba(255,255,255,0.35);
    margin-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 18px;
}

#copyright-container {
    background: #222;
    padding: 18px 0;
    margin-top: 40px;
}

#copyright-container p {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

#copyright-container .breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 15px;
    justify-content: flex-end;
}

#copyright-container .breadcrumb li a {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

#copyright-container .breadcrumb li a:hover {
    color: #9a958a;
}

.scroll-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s;
}

.scroll-up.visible {
    opacity: 1;
}

.aboutme-link {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #d4cfc7;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 18px;
    color: #3b3b3b;
    transition: all 0.3s;
}

.aboutme-link:hover {
    background: black;
    color: #fff;
    border-color: black;
}


.student-voice-item {
    padding: 28px 24px;
    border-left: 3px solid #FCDA9A;
    margin-bottom: 24px;
    background: #faf9f6;
}

.student-voice-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 8px;
}

.student-voice-item .voice-name {
    font-size: 13px;
    color: #9a958a;
    text-align: right;
    margin-bottom: 0;
}


.owner-note-wrap {
    max-width: 740px;
    margin: 0 auto;
}

.owner-note-wrap p {
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255,255,255,0.88);
    margin-bottom: 16px;
}

.owner-note-wrap p:last-child {
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .hero-overlay {
        padding-top: 15vh;
    }
    .presentation {
        height: 50vh;
    }
}

@media screen and (max-width: 1199px) {
    .logo {
        margin: 10px 0;
    }

    .navbar-collapse {
        position: static;
        transform: none;
    }

    .navbar {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .col-md-6 { width: 100%; }
    .col-md-4 { width: 50%; }
    .col-md-3 { width: 50%; }
    .col-md-8 { width: 100%; }

    .lesson-preview-wrap {
        flex-direction: column;
    }
    .lesson-preview-wrap .lesson-img {
        flex: 0 0 auto;
    }

    .findus-wrap {
        flex-direction: column;
    }
    .findus-wrap .findus-map {
        flex: 0 0 auto;
    }

    .tech-reason-box {
        flex: 1 1 calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {

    body.homepage {
        padding-top: 83px;
    }

    .logo {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar {
        justify-content: center;
    }

    .navbar-collapse {
        display: none;
        position: static;
        transform: none;
    }

    .navbar-collapse.open {
        display: block;
        width: 100%;
        background: #2b2b2b;
        border-top: 1px solid #444;
    }

    .navbar-collapse.open .pi-nav {
        flex-direction: column;
        padding: 15px 0;
        margin-top: 0;
    }

    .navbar-collapse.open .pi-nav li a {
        padding: 10px 20px;
        display: block;
    }

    .dl-trigger {
        display:block;
    }

    #dl-menu {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .col-md-4 { width: 100%; }
    .col-md-3 { width: 100%; }
    
    .hidden-xs { display: none; }

    .course-card-item {
        flex: 1 1 100%;
        min-height: 280px;
    }

    .tech-reason-box {
        flex: 1 1 100%;
    }

    .section-form .form-row-inline {
        flex-direction: column;
        gap: 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-intro-title {
        font-size: 16px;
    }

    #copyright-container .breadcrumb {
        justify-content: center;
        margin-top: 10px;
    }

    #copyright-container .row {
        flex-direction: column;
        text-align: center;
    }

    .footer-legal-micro {
        margin-top: 14px;
        padding-top: 12px;
    }
}

@media only screen and (max-width: 1150px){
  .hero-content {
    height: 700px !important;
    min-height: 700px !important;
  }
}

@media only screen and (max-width: 950px){
  .hero-content {
    height: 500px !important;
    min-height: 500px !important;
  }
}

@media only screen and (max-width: 650px){
  .hero-content {
    height: 300px !important;
    min-height: 300px !important;
  }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
#header-wrapper {
    background-color: #2b2b2b;
}
}

.custom-heading.style-2 {
    margin-bottom: 20px;
}

.custom-heading.style-2 span {
    font-size: 23px;
    letter-spacing: 1px;
    color: #7a7a7a;
}

.custom-heading.style-2 h3 {
    margin: 8px 0;
    font-size: 23px;
}

.about-me-section p {
    line-height: 1.8;
    color: #666;
    font-size: 15px;
    margin-bottom: 14px;
}


.inner-page-hero {
    height: 220px;
    position: relative;
    background: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-page-hero h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.inner-content {
    padding: 60px 0 80px;
}

.inner-content .narrow-col {
    max-width: 780px;
    margin: 0 auto;
}

.inner-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.inner-content h2 {
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 35px;
    font-weight: 700;
}

.inner-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 28px;
    font-weight: 700;
}

.inner-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 18px;
}

.inner-content ul li {
    padding: 4px 0;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.inner-content ul li::before {
    content: '●';
    color: #9a958a;
    margin-right: 8px;
    font-size: 7px;
    vertical-align: middle;
}

.inner-content a {
    color: #9a958a;
}

.inner-content .last-updated {
    font-size: 12px;
    color: #999;
    margin-top: 40px;
    padding-top: 18px;
    border-top: 1px solid #e8e2d9;
}


.bio-photos-row {
    display: flex;
    gap: 24px;
    margin: 30px 0;
}

.bio-photos-row img {
    flex: 1;
    max-width: calc(50% - 12px);
    border: 1px solid #e8e2d9;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .bio-photos-row {
        flex-direction: column;
    }

    .bio-photos-row img {
        max-width: 100%;
    }

    .inner-page-hero {
        height: 160px;
    }

    .inner-page-hero h1 {
        font-size: 24px;
    }
}
