﻿/* =========================================================
   ROOT + GLOBALS
   ========================================================= */
:root {
    --max-w: 1100px;
    --nav-h: 64px; /* JS updates to actual navbar height */
    --glass-bg: rgba(0,0,0,.22); /* glass background over video */
    --glass-blur: 8px;
    --glass-sat: 120%;
    --glass-border: rgba(255,255,255,.35);
    --glass-hover: rgba(255,255,255,.12);
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-padding-top: 25px;
}
main {
    flex: 1 0 auto;
}

@media (min-width:768px) {
    html {
        font-size: 16px;
    }
}

[id] {
    scroll-margin-top: 25px;
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #111;
    line-height: 1.6;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    overflow-x: hidden;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Bootstrap focus tune */
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 .1rem #ccc,0 0 0 .25rem #ccc;
    border-color: #333;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 200;
    margin: 0 0 .5rem;
}

h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.5rem;
}

h2, h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

h2 {
    font-weight: 400;
}

/* Utilities */
.text-center {
    text-align: center;
}

.tr.highlight {
    background: #d2f4dd;
}

p {
    margin: 0 0 10px;
}

/* =========================================================
   NAVBARS (Desktop + Mobile)
   - No body padding shifts (prevents scroll bounce)
   - Glass over hero (.over-hero), solid white otherwise
   - Zero vertical padding on both navbars
   ========================================================= */
.navbar-studio,
.navbar-studio-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    will-change: background-color,backdrop-filter;
}

/* Desktop ≥ md */
.navbar-studio {
    z-index: 1080;
    background: #fff !important;
    border-bottom: 1px solid #000;
    transition: background-color .25s,border-color .25s,box-shadow .25s,color .25s;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

    .navbar-studio a.nav-link {
        text-decoration: none;
        border-bottom: 4px solid transparent;
        color: #333;
        padding: 12px 10px;
        font-size: 1.1rem;
    }

        .navbar-studio a.nav-link:hover,
        .navbar-studio a.nav-link.active {
            border-bottom-color: #000;
        }

    .navbar-studio.over-hero {
        background: var(--glass-bg) !important;
        backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
        -webkit-backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
        border-bottom-color: var(--glass-border);
        box-shadow: none;
    }

        .navbar-studio.over-hero a.nav-link {
            color: #fff !important;
            border-bottom-color: transparent;
        }

            .navbar-studio.over-hero a.nav-link:hover,
            .navbar-studio.over-hero a.nav-link.active {
                border-bottom-color: #fff;
            }

    .navbar-studio > .container {
        display: block;
    }

    .navbar-studio a.navbar-brand {
        margin-right: .5rem;
        padding-left: 0;
    }
.text-justify {
    text-align: justify;
}
#contact-form {
    background-color: #e4e4e4;
    border-top: 1px solid #666;
}
.contact-info h5 {
    margin-bottom: 0;
}

.contact h4 {
    font-weight: 400;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two columns */
    gap: 1.2rem; /* spacing between cells */
}

/* Responsive: 1 column on small screens */
@media (max-width: 767px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
}

.grecaptcha-badge {
    visibility: hidden;  or opacity: 0; 
}


@media (max-width:991px) {
    .nav-sticky-right {
        position: sticky;
        right: 0;
        background: #fff;
        z-index: 1000;
    }
}

.biography p {
    text-align: justify;
}
/* Mobile < md */
.navbar.navbar-studio-mobile {
    z-index: 1080;
    background: #fff !important;
    border-bottom: 1px solid #000;
    transition: background-color .25s,border-color .25s,box-shadow .25s,color .25s;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.navbar-studio-mobile .container-fluid {
    display: block;
    padding: 0;
}

/* Mobile custom dropdown control */
.dropdown-navigation {
    height: 53px;
    width: 100%;
}

.dropdown-navigation-control {
    text-align: center;
    line-height: 53px;
    font-size: large;
    transition: color .25s;
}

.dropdown-navigation-control a {
    text-decoration: none;
    display: block;
    color: rgba(0,0,0,.55);
}
.dropdown-navigation-control a:hover {

    color: #111;
}

.dropdown-navigation-control:hover {
    cursor: pointer;
}

.dropdown-navigation-control-text {
    width: 200px;
    display: inline-block;
}

.dropdown-navigation-control-arrow {
    color: #888;
    transition: color .25s;
}

.dropdown-navigation-control:hover .dropdown-navigation-control-arrow {
    color: #000;
}

/* Mobile dropdown list — solid by default */
.dropdown-navigation .dropdown-navigation-items {
    background: #eee;
    list-style: none;
    padding-left: 0;
    border-bottom: 3px solid #000;
    transition: background-color .25s,border-color .25s,backdrop-filter .25s;
}

    .dropdown-navigation .dropdown-navigation-items .nav-link,
    .dropdown-navigation .dropdown-navigation-items .dropdown-item {
        color: #333;
        padding: .75rem 1rem;
        text-decoration: none;
    }

        .dropdown-navigation .dropdown-navigation-items .nav-link:hover,
        .dropdown-navigation .dropdown-navigation-items .dropdown-item:hover {
            background: #f7f7f7;
        }

/* Override Bootstrap active using vars */
.navbar-studio-mobile .dropdown-navigation {
    --bs-dropdown-link-active-bg: #ddd;
    --bs-dropdown-link-active-color: #111;
}

.dropdown-navigation .dropdown-item.active,
.dropdown-navigation .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: var(--bs-dropdown-link-active-bg);
}

/* Mobile over-hero (glass) */
.navbar-studio-mobile.over-hero {
    background: var(--glass-bg) !important;
    backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
    border-bottom-color: var(--glass-border);
    box-shadow: none;
}

    .navbar-studio-mobile.over-hero .dropdown-navigation-control-text,
    .navbar-studio-mobile.over-hero .dropdown-navigation-control-arrow {
        color: #fff !important;
    }

    .navbar-studio-mobile.over-hero .dropdown-navigation .dropdown-navigation-items {
        background: rgba(0,0,0,.40); /* darker = less transparent */
        border-bottom-color: rgba(255,255,255,.50);
        backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
        -webkit-backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
    }

        .navbar-studio-mobile.over-hero .dropdown-navigation .dropdown-navigation-items .nav-link,
        .navbar-studio-mobile.over-hero .dropdown-navigation .dropdown-navigation-items .dropdown-item {
            color: #fff;
        }

            .navbar-studio-mobile.over-hero .dropdown-navigation .dropdown-navigation-items .nav-link:hover,
            .navbar-studio-mobile.over-hero .dropdown-navigation .dropdown-navigation-items .dropdown-item:hover {
                background: rgba(255,255,255,.28);
            }

    .navbar-studio-mobile.over-hero .dropdown-navigation {
        --bs-dropdown-link-active-bg: rgba(255,255,255,.28);
        --bs-dropdown-link-active-color: #fff;
    }

        .navbar-studio-mobile.over-hero .dropdown-navigation .dropdown-navigation-items .dropdown-item + .dropdown-item {
            border-top: 1px solid rgba(255,255,255,.15);
        }

/* Accessibility */
.navbar-studio a.nav-link:focus-visible,
.navbar-studio-mobile a.nav-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* If you also use real Bootstrap .dropdown-menu inside navbars, glass them */
.navbar-studio.over-hero .dropdown-menu,
.navbar-studio-mobile.over-hero .dropdown-menu {
    background: var(--glass-bg);
    backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(var(--glass-sat)) blur(var(--glass-blur));
    border-color: var(--glass-border);
}

.navbar-studio.over-hero .dropdown-menu .dropdown-item.active,
.navbar-studio.over-hero .dropdown-menu .dropdown-item:active,
.navbar-studio-mobile.over-hero .dropdown-menu .dropdown-item.active,
.navbar-studio-mobile.over-hero .dropdown-menu .dropdown-item:active {
    color: #fff;
    background: var(--glass-hover);
}

/* =========================================================
   HERO / HEADER
   ========================================================= */
.site-header {
    position: relative;
    display: flex;
    align-items: center;
    background: #000;
    color: #fff;
    min-height: 28vh;
    isolation: isolate;
    overflow: clip;
    padding-top: 57px;
}

    .site-header .content {
        max-width: var(--max-w);
        margin-inline: auto;
        padding: clamp(1rem,3vw,2rem);
        position: relative;
        z-index: 2;
    }

        .site-header .content * {
            position: relative;
            z-index: 2;
        }

.hero-inner {
    display: flex;
    align-items: center;
    gap: clamp(16px,3vw,32px);
}

.brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
}

.brand img {
    display: block;
    width: clamp(120px,14vw,220px);
    height: auto;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.6));
}

.copy {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

    .copy h1 {
        margin: 0 0 .6rem;
        font-size: clamp(1.6rem,5vw,3.2rem);
        line-height: 1.05;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: .01em;
    }

    .copy .lead {
        margin: 0 0 1rem;
        opacity: .95;
        max-width: 70ch;
    }

/* Actions: socials left, CTA right */
.actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

    .actions > a {
        display: inline-flex;
        align-items: center;
    }

    .actions .cita-link {
        margin-left: auto;
    }

    .actions > .social-icon-link:first-child {
        padding-left: 0;
    }

a.social-icon-link {
    font-size: x-large;
    color: #ccc !important;
    padding-left: 10px;
}

    a.social-icon-link:visited {
        color: #ccc;
    }

header a.social-icon-link:hover {
    color: #fff !important;
}

.cita-link {
    border: 1px solid #aaa;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 20px;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 1025;
}

    .cita-link:visited {
        color: #fff;
    }

    .cita-link:hover {
        background: rgba(255,255,255,.2);
        color: #fff;
        border: 1px solid #fff;
    }

/* Home hero video */
.site-header {
    min-height: 70vh;
}

.site-header::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.2) 30%);
    }

.site-header video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: brightness(.65);
        z-index: 0;
        display: block;
    }

@media (prefers-reduced-motion:reduce) {
    .site-header {
        background: #000 url('/img/hero.jpg') center / cover no-repeat;
    }

    .site-header video {
        display: none;
    }
}

/* Responsive hero spacing */
@media (max-width:768px) {
    .hero-inner {
        flex-direction: column;
        align-items: stretch;
        gap: clamp(18px,6vw,36px);
    }

    .brand {
        align-self: center;
    }

    .copy h1 {
        font-size: clamp(1.4rem,7vw,2.2rem);
    }

    .actions {
        flex-wrap: nowrap;
        gap: 0;
    }

        .actions .cita-link {
            margin-left: auto;
            margin-top: 0;
            flex: 0 0 auto;
        }

        .actions > a.social-icon-link {
            flex: 0 0 auto;
        }
}

@media (min-width:769px) and (max-width:991px) {
    .hero-inner {
        column-gap: clamp(28px,6vw,56px);
    }
}

@media (min-width:992px) {
    .hero-inner {
        align-items: stretch;
        gap: clamp(24px,4vw,48px);
    }

    .brand {
        align-self: stretch;
        display: flex;
        align-items: center;
    }

        .brand img {
            max-height: 100%;
            height: auto;
            width: auto;
            max-width: 170px;
            object-fit: contain;
        }
}

.page-content .accordion-header {
    padding-top: 0;
}

/* =========================================================
   SECTIONS / CONTENT
   ========================================================= */
section.studio-bg-dark {
    background: #091513;
    color: #fff;
    border-bottom: 1px solid #0e1513;
}

section.education, section.programms {
    margin: 0;
}

.text-container {
    margin: 40px auto;
    font-size: 1.1rem;
}

.services {
    margin: 0;
    padding: 40px 0;
}

.map {
    height: 450px;
    width: 100%;
    border: 0;
    margin: 10px 0 0;
    background: #eee;
}

/* =========================================================
   CAROUSELS
   ========================================================= */
.slider {
    border-bottom: 1px solid #000;
    margin: 0;
    position: absolute;
}

.video-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-fluid {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    clip-path: inset(0 1px);
}

.custom-caption {
    top: 10%;
    left: 15%;
    right: auto;
    text-align: left;
    padding: 0;
    max-width: 500px;
}

    .custom-caption h5 {
        font-size: large;
        text-transform: uppercase;
    }

#carouselExampleDark .carousel-item {
    max-height: 560px;
}

/* Testimonials carousel */
#testimonialCarousel .carousel-inner {
    padding: 1em;
}

@media (min-width:576px) {
    #testimonialCarousel .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    #testimonialCarousel .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100%/3);
    }
}

@media (min-width:768px) {
    #testimonialCarousel .carousel-item {
        flex: 0 0 calc(100%/4);
    }
}

@media (min-width:1152px) {
    #testimonialCarousel .carousel-item {
        flex: 0 0 calc(100%/5);
    }
}

#testimonialCarousel.carousel .card {
    margin: 0 13px;
    transition: transform .1s linear,border .1s linear;
}

    #testimonialCarousel.carousel .card:hover {
        cursor: pointer;
        border: 1px solid #000;
    }

    #testimonialCarousel.carousel .card img {
        border-radius: 0;
    }

#testimonialCarousel .card-title {
    font-size: 1rem;
}

#testimonialCarousel .card-text {
    font-size: .9rem;
    padding-bottom: 0;
    text-align: justify;
    line-height: normal;
}


#testimonialCarousel .card-content {
    color: #fff;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.95));
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width:568px) {
    #testimonialCarousel .carousel-control-prev {
        left: 4%;
    }

    #testimonialCarousel .carousel-control-next {
        right: 4%;
    }
}

/* =========================================================
   SERVICE OPTIONS
   ========================================================= */
.service {
    flex: 1 1 300px;
    padding: 20px;
    text-align: center;
}

    .service .container p {
        text-align: justify;
    }

    .service ul {
        list-style: none;
        margin: 0 0 10px;
    }

.service-options-option {
    color: #eee;
    text-decoration: none;
    display: block;
    border: 2px solid #000;
    transition: border .3s linear;
    backdrop-filter: blur(5px);
    border-radius: 0;
}

    .service-options-option h5 {
        font-size: 1rem;
    }

    .service-options-option:hover {
        color: #fff;
        background: rgba(20,20,20,.3);
        filter: contrast(.9);
    }

.service-options-option-heading {
    text-align: center;
}

.service-options-option .more-info {
    text-align: center;
    margin: 40px auto;
}

.service-options-option .card-img-overlay {
    padding: 0;
}

.service-options-option .more-info span {
    border: 1px solid rgba(10,20,30,.7);
    color: #000;
    padding: 15px 35px;
    width: 225px;
    display: inline-block;
    text-transform: uppercase;
}

.service-options-option:hover .more-info span {
    color: #fff;
    background: rgba(10,20,30,.9);
    border-color: transparent;
}

/* =========================================================
   PROGRAMS
   ========================================================= */
.program-options {
    padding: 30px 0 20px;
}

    .program-options > div {
        margin: 0 auto;
    }

    .program-options .program {
        display: inline-block;
        padding: 20px 15px;
        margin: 0 auto 20px;
        height: 210px;
    }

        .program-options .program h4 {
            padding: 10px 0 0;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
        }

        .program-options .program span {
            font-size: 14px;
            display: block;
            text-align: center;
        }

        .program-options .program p {
            padding: 20px 15px;
            line-height: normal;
            color: #888;
            text-align: justify
        }

    .program-options .program {
        border: 3px solid transparent;
    }

        .program-options .program.teal {
            border-top-color: #70c2b2;
            border-image: linear-gradient(to bottom,#70c2b2,transparent) 1 100%;
            border-image-slice: 1;
        }

        .program-options .program.blue {
            border-top-color: #5f94b9;
            border-image: linear-gradient(to bottom,#5f94b9,transparent) 1 100%;
            border-image-slice: 1;
        }

        .program-options .program.violet {
            border-top-color: #754eb6;
            border-image: linear-gradient(to bottom,#754eb6,transparent) 1 100%;
            border-image-slice: 1;
        }

/* Progressive columns */
.progressive-column {
    border: 3px solid transparent;
}

    .progressive-column.teal,
    .progressive-column.dark {
        border-top: 3px solid #70c2b2;
        border-image: linear-gradient(to bottom,#70c2b2,transparent) 1 100%;
        border-image-slice: 1;
    }

/* =========================================================
   COURSES
   ========================================================= */
.courses {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.course-details {
    margin-bottom: 100px;
}

    .course-details h4 {
        font-size: larger;
        padding: 20px 10px;
    }

.course-details-context {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.courses-list {
    padding: 20px;
}

.course-thumb {
    border-radius: 0;
    text-align: left;
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 10px;
    color: #000;
    background: rgba(30,30,30,.3);
    border: 2px solid transparent;
}

    .course-thumb:hover {
        border-color: #eee;
        background: #222;
        filter: contrast(.9);
        transition: border .3s linear;
    }

.course-thumb-heading-title {
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: .9rem;
}

.course-thumb-heading .course-thumb-heading-more {
    color: #555;
    line-height: 2rem;
    font-size: 2rem;
}

.course-thumb:hover .course-thumb-heading-more {
    color: #eee;
}

.course-thumb-more {
    margin: 1rem 0 1.5rem;
}

.course-thumb-more span {
    text-align: center;
    color: #ddd;
    border: 1px solid #888;
    padding: 10px 40px;
    display: inline-block;
    background: rgba(40,60,80,.9);
}

.course-thumb.purple {
    border-color: rgba(159,137,232,.65);
}

    .course-thumb.purple:hover {
        border-color: rgba(159,137,232,1);
    }

.course-thumb.blue {
    border-color: rgba(114,178,222,.65);
}

    .course-thumb.blue:hover {
        border-color: rgba(114,178,222,1);
    }

.course-thumb.teal {
    border-color: rgba(134,233,214,.65);
}

    .course-thumb.teal:hover {
        border-color: rgba(134,233,214,1);
    }

.course-thumb.purple .course-thumb-more span {
    border-color: rgba(159,137,232,.45);
    color: rgba(121,107,186,.8);
}

.course-thumb.teal .course-thumb-more span {
    border-color: rgba(134,233,214,.45);
    color: rgba(134,233,214,.8);
}

.course-thumb.blue .course-thumb-more span {
    border-color: rgba(114,178,222,.45);
    color: rgba(114,178,222,.8);
}

.course-thumb.purple:hover .course-thumb-more span {
    border-color: rgba(159,137,232,1);
}

.course-thumb.teal:hover .course-thumb-more span {
    border-color: rgba(134,233,214,1);
}

.course-thumb.blue:hover .course-thumb-more span {
    border-color: rgba(114,178,222,1);
}

.course-thumb:hover .course-thumb-more span {
    color: #fff;
    background: rgba(40,60,80,.9);
    border: 1px solid #eee;
    text-decoration: none;
}

.course-thumb-heading-duration {
    color: #888;
    margin-bottom: 15px;
}

.course-thumb-description {
    padding: 25px 0 20px;
    text-align: justify;
    line-height: normal;
    max-height: 340px;
    overflow: hidden;
    color: #555;
}

.course-thumb-link {
    text-transform: uppercase;
    font-size: 20px;
    color: #3b6f94;
}

.course-thumb-location {
    /*margin-top: auto;*/
    color: #636363;
    text-align: center;
}

.course-thumb-start {
    color: #aaa;
    font-size: 0.9rem;
}

.teal .course-thumb-start-date {
    color: rgba(134,233,214,.75);
}

.blue .course-thumb-start-date {
    color: rgba(114,178,222,.75);
}

.purple .course-thumb-start-date {
    color: rgba(159,137,232,.75);
}

.course-thumb:hover .course-thumb-start-date {
    color: #fff;
}

/* =========================================================
   MISC CONTENT BLOCKS
   ========================================================= */
.education {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    background: #091513;
}

    .education i {
        font-size: 20px;
        padding: 0 10px;
    }

    .education h3 {
        font-size: 20px;
    }

    .education h4 {
        text-align: center;
        font-size: 16px;
    }

.benefits-list {
    list-style-position: inside;
    padding-left: 0;
    font-size: 1.1rem;
}

    .benefits-list li p {
        color: #888;
        text-align: justify;
    }

.gallery-content .card {
    border-radius: 0;
    border: 0;
}

    .gallery-content .card img {
        border-radius: 0;
        filter: saturate(.5);
    }

    .gallery-content .card:hover {
        cursor: pointer;
    }

        .gallery-content .card:hover img {
            filter: saturate(.85);
        }

.gallery-content .card-content {
    color: #fff;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.95));
    width: 100%;
}

.gallery-content .card-img-overlay {
    padding: 0;
}

.gallery-content .card-title {
    font-weight: 200;
}

.gallery-menu ul {
    justify-content: center;
}

.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 1rem;
}

#brand-logo-mini {
    transition: opacity .3s ease;
}

    #brand-logo-mini.visible {
        opacity: 1;
    }

    #brand-logo-mini.d-none {
        opacity: 0;
    }

footer {
    padding: 20px;
    background: #333;
    color: #fff;
    line-height: 40px;
}

.footer ul li {
    line-height: 40px;
}

    footer a.social-icon-link {
        color: #aaa !important;
        padding: 5px;
        font-size: medium;
        line-height: 40px;
    }

    footer a {
        color: #ddd;
        text-decoration: none;
        padding-right: 10px;
    }

        footer a:hover {
            color: #fff !important;
        }

        footer a:visited {
            color: #ccc;
        }

.footer-additional {
    line-height: 20px;
    padding: 10px;
    font-size: 0.9rem;
    background: #111;
}

/* Reviews */
.reviews-item {
    display: inline-block;
    padding: 2px 20px;
}

    .reviews-item span {
        display: block;
    }

.reviews-score {
    font-size: smaller;
    line-height: 20px;
}

.reviews-stars {
    line-height: 35px;
}

    .reviews-stars i {
        font-size: large;
        color: #ffae15;
        padding: 3px;
    }

.reviews-date {
    color: gray;
    font-size: small;
    line-height: 20px;
}

/* Course page headings */
.page-heading {
    background: #272F37;
    color: #fff;
    margin-bottom: 0;
}

h1.page-heading {
    font-size: 1.6rem;
    padding: 25px;
    padding-top: 80px;
    text-align: center;
}

h2.page-heading {
    font-size: 1.4rem;
    padding: 20px;
}

.page-heading span {
    font-size: 1.2rem;
    color: #aaa;
}

.page-heading-iteration {
    padding: 20px;
    font-size: larger;
    border-bottom: 1px solid #98a9b5;
    margin-bottom: 20px;
}

/* Forms / tables */
textarea.form-control {
    resize: vertical;
}

tr.editable-row:hover {
    background: #f8f9fa;
    cursor: pointer;
}

.add-row td {
    cursor: pointer;
}

.ajax-delete, .remove-new-row {
    visibility: hidden;
}

tr:hover .ajax-delete, tr:hover .remove-new-row {
    visibility: visible;
}

.certificate {
    border: 2px solid #2288aa;
    padding: 3px 8px;
    line-height: 27px;
    margin: 0 8px;
    color: #2288aa;
    display: inline-block;
    background: #e7f9ff;
}

.course-duration {
    display: inline-block;
}

span.course-duration-number {
    font-size: x-large;
}

span.course-duration-type {
    color: #2288aa;
    font-size: larger;
}

.page-content {
    font-size: larger;
    margin-bottom: 15px;
}

.page-content h2 {
    text-transform: none;
    font-weight: 200;
    text-align: left;
    font-size: 1.5rem;
    padding-top: 20px;
}
.page-content h3 {
    text-align: left;
    font-size: 1.2rem;
}
.page-content ul {
    padding-left: 1.5rem !important;
}
.page-content p {
    text-align: justify;
}

/* Sidebar (admin?) */
.wrapper {
    display: flex;
    min-height: 100vh;
}

.main-content {
    flex: 1;
    transition: margin-right .3s;
}

.toggle-btn {
    position: fixed;
    right: 310px;
    top: 20px;
    z-index: 1000;
    transition: right .3s;
}

    .toggle-btn.collapsed {
        right: 20px;
    }

@media (max-width:768px) {
    .sidebar {
        width: 100%;
    }

    .toggle-btn {
        right: 20px;
    }
}

/* Misc */
#responseMessage {
    min-height: 40px;
}

.baguetteBox-button {
    background: transparent !important;
}

#reviews {
    background: #dde1e0;
    padding-bottom: 100px;
}

#about h3 {
    text-transform: none;
}

#about h4 {
    font-size: 1.1rem;
}

.notification-badge {
    background: #ef4444;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: 9999px;
    font-size: .75rem;
}

.user-status {
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.achievement-feature-title {
    font-weight: 500;
    color: #258b78;
    display: block;
    padding-bottom: 5px;
    font-size: larger;
}

    .achievement-feature-title i {
        padding: 0 10px 0 0;
        font-size: smaller;
    }

.achievements > div {
    padding-bottom: 20px;
    line-height: 20px;
}

.product-image {
    height: 100%;
    object-fit: cover; /* keeps aspect ratio, crops overflow */
    object-position: center; /* center the crop */
    border-radius: 0;
}

.ratio-5x3 {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.product-price {
    background-color: rgba(20,70,60,0.6);
}

.product-price.violet {
    background-color: rgba(50, 0, 83, 0.6);
}

.product-price.blue {
    background-color: rgba(10, 65, 100, 0.6);
}

.services-span {
    font-size: 1.2rem;
    text-transform: none;
    padding-left: 10px;
    color: seagreen;
}

.pack-span {
    font-size: 1.2rem;
    text-transform: none;
    padding-left: 10px;
    color: darkviolet;
}

.about-description {
    font-size: larger;
}

.service-card {
    text-decoration: none;
    color: #333;
    padding: 15px 18px;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    transition: border .3s linear;
    box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 0.10);
}

    .service-card:hover {
        border: 1px solid #aaa;
        transition: border .3s linear;
        color: #000;
        box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 0.20);
    }

.service-card-time {
    color: #666;
}

.service-card p {
    font-size: 0.95rem;
    font-weight: 200;
    min-height: 34px;
    line-height: 17px;
}

.service-card-heading .service-card-heading-more {
    color: #bbb;
    line-height: 26px;
}
.service-card:hover .service-card-heading-more {
    color: #333;
}

.service-card-heading-more i {
    font-size: 1.2rem;
}

.service-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    display: inline-block;
}

.services-category-header {
    text-transform: uppercase;
    font-size: 1.25rem;
}

.page-content img {
    margin: 0 40px 10px 0px;
    height: 300px;
    width: 300px;
    object-fit: cover;
    box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 0.15);
}

article h2 {
    text-align: left;
    font-size: x-large;
    padding-top: 20px;
    font-weight: 200;
}
#aviso-cookies table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 30px;
    margin-bottom: 30px;
}
#aviso-cookies h3, article h3 {
    text-align: left;
    font-size: large;
    padding-top: 20px;
    font-weight: 200;
}
    /* Accordion styles only */
.accordion .accordion-item {
    border: none;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.accordion .accordion-item:hover {
    transform: translateY(-2px);
}

.accordion .accordion-button {
    background-color: #ffffff;
    color: #0f172a;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    border: none;
    box-shadow: none;
    position: relative;
    transition: background-color 0.2s ease;
}

    .accordion .accordion-button:hover {
        background-color: #f1f5f9;
    }

    .accordion .accordion-button:focus {
        box-shadow: none;
    }
    /* Preserve Bootstrap default arrow */
    .accordion .accordion-button::after {
        transition: transform 0.3s ease;
    }

.accordion .accordion-body {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 1.25rem 1.5rem;
}

    .accordion .accordion-body ul,
    .accordion .accordion-body ol {
        margin-bottom: 0;
        padding-left: 1.25rem;
    }

    .accordion .accordion-body li {
        margin-bottom: 0.5rem;
    }



