.course-item-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

.course-item-box .course-single-box {
    margin-bottom: 0;
    min-width: 0;
}

.course-item-box .course-thumb {
    aspect-ratio: 1.32 / 1;
}

.course-item-box .course-thumb img {
    height: 100%;
    object-fit: cover;
}

.course-item-box .course-rating {
    height: 58px;
}

.course-item-box .course-content {
    min-height: 205px;
}

.course-item-box .course-title {
    min-height: 82px;
    padding-bottom: 20px;
}

.course-item-box .course-title h4 a {
    font-size: 20px;
    line-height: 1.28;
}

.course-item-box .course-meta {
    gap: 12px;
    margin-bottom: 18px;
}

.course-item-box .course-meta span,
.course-item-box .course-cart a {
    font-size: 15px;
}

.course-shape.instructor-photo {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    overflow: hidden;
    border-radius: 50%;
}

.course-shape.instructor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formation-instructor-box {
    background: #fff;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.10);
    margin: 30px 0;
    padding: 28px;
}

.formation-instructor-head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.formation-instructor-head img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.formation-instructor-head span {
    color: #00518C;
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.formation-instructor-head h4 {
    color: #002935;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.formation-instructor-head p,
.formation-instructor-bio {
    color: #747474;
    font-size: 15px;
    line-height: 24px;
    margin: 8px 0 0;
}

.formation-instructor-links {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.formation-instructor-links a {
    color: #00518C;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.scroll-area {
    bottom: 24px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 24px;
    transform: translateY(16px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 999;
}

.scroll-area.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.go-top-button {
    align-items: center;
    background: #00518C;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .18);
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 48px;
}

.go-top-button i {
    font-size: 16px;
    position: absolute;
    transition: transform .25s ease, opacity .25s ease;
}

.go-top-button i:first-child {
    transform: translateY(0);
}

.go-top-button i:last-child {
    opacity: 0;
    transform: translateY(22px);
}

.go-top-button:hover i:first-child,
.go-top-button:focus i:first-child {
    opacity: 0;
    transform: translateY(-22px);
}

.go-top-button:hover i:last-child,
.go-top-button:focus i:last-child {
    opacity: 1;
    transform: translateY(0);
}

.breatcome-title h1 {
    overflow-wrap: anywhere;
    line-height: 1.12;
}

.breatcome-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.breatcome-text ul li {
    color: #fff;
    display: inline;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.breatcome-text ul li + li::before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    opacity: .75;
}

.breatcome-text ul li a {
    color: #fff;
    text-decoration: none;
}

.detail-page {
    background: #fff;
    padding: 96px 0;
}

.detail-page .container {
    max-width: 1180px;
}

.detail-layout {
    row-gap: 34px;
}

.site-global-subscribe {
    padding: 0;
    position: relative;
    z-index: 2;
}

.site-global-subscribe .subscribe-area {
    width: 100%;
}

.site-global-subscribe .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
}

.site-global-subscribe .newsletter-form-row {
    row-gap: 18px;
}

.site-global-subscribe .subscribe-box input {
    width: 100%;
}

.site-global-subscribe .subscribe-button {
    text-align: right;
}

.site-global-subscribe .subscribe-button button {
    max-width: 180px;
    width: 100%;
}

.newsletter-feedback {
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 10px 14px;
}

.newsletter-feedback-success {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.newsletter-feedback-error {
    background: rgba(239, 39, 48, 0.14);
    color: #ffffff;
}

.contact-page-section {
    background: #fbfcfe;
}

.contact-page-grid {
    align-items: stretch;
    row-gap: 30px;
}

.contact-page-section .contact-box {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(0, 41, 53, 0.10);
    height: 100%;
    margin-top: 0;
    padding: 42px 40px 36px;
}

.contact-form-head h4 {
    color: #0c2236;
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.contact-form-head p {
    color: #5f6f82;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 26px;
    max-width: 620px;
}

.contact-form-grid {
    row-gap: 18px;
}

.contact-field label {
    color: #17324a;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    background: #ffffff;
    border: 1px solid #d7e0ea;
    border-radius: 6px;
    color: #17324a;
    font-size: 16px;
    min-height: 56px;
    padding: 0 18px;
    transition: border-color .25s ease, box-shadow .25s ease;
    width: 100%;
}

.contact-field textarea {
    min-height: 200px;
    padding: 16px 18px;
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #9aa7b7;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: #7bb4dc;
    box-shadow: 0 0 0 4px rgba(0, 81, 140, 0.08);
    outline: 0;
}

.contact-submit {
    margin-top: 4px;
}

.contact-submit button {
    background: #00518C;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    min-height: 56px;
    padding: 0 30px;
    transition: background-color .25s ease, transform .25s ease;
}

.contact-submit button:hover,
.contact-submit button:focus {
    background: #0a3c63;
    transform: translateY(-2px);
}

.contact-sidebar-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.contact-quick-grid {
    row-gap: 20px;
}

.contact-quick-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #bcd0e3;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    height: 100%;
    min-height: 118px;
    padding: 16px 18px;
}

.contact-quick-icon {
    align-items: center;
    background: #00518C;
    border-radius: 14px;
    color: #ffffff;
    display: flex;
    flex: 0 0 64px;
    font-size: 30px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.contact-quick-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.contact-quick-copy span {
    color: #6f8194;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.contact-quick-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-quick-copy a {
    color: #0c2236;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    white-space: nowrap;
}

.contact-location-block {
    padding: 0 2px;
}

.contact-location-title {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
}

.contact-location-title i {
    color: #00518C;
    font-size: 28px;
    line-height: 1;
}

.contact-location-title h4 {
    color: #0c2236;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.contact-location-block p {
    color: #4e6480;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.contact-map-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
}

.contact-map-card iframe {
    display: block;
    min-height: 450px;
    width: 100% !important;
}

.gallery-index-area {
    background: #ffffff;
    padding: 120px 0 90px;
}

.gallery-group {
    margin-bottom: 56px;
}

.gallery-group:last-child {
    margin-bottom: 0;
}

.gallery-group-header {
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 41, 53, 0.10);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 18px;
}

.gallery-group-header h2 {
    color: #3c3531;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.gallery-group-header p {
    color: #747474;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    max-width: 560px;
}

.gallery-group-grid {
    row-gap: 30px;
}

.gallery-group-card {
    border-radius: 12px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 0;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}

.gallery-group-card:hover {
    box-shadow: 0 24px 54px rgba(0, 81, 140, 0.14);
    transform: translateY(-8px);
}

.gallery-group-thumb {
    border-radius: 12px;
}

.gallery-group-thumb img {
    height: 320px;
    object-fit: cover;
}

.gallery-group-card .protfolio-images-link {
    border-radius: 12px;
}

.gallery-group-card .protfolio-images-link a {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 14px 30px rgba(0, 41, 53, 0.22);
    color: #00518C;
    display: inline-flex;
    height: 68px;
    justify-content: center;
    transition: .35s ease;
    width: 68px;
}

.gallery-group-card .protfolio-images-link a:hover,
.gallery-group-card .protfolio-images-link a:focus {
    background: #EF2730;
    color: #ffffff;
    transform: scale(1.06);
}

.gallery-show-page {
    background: #ffffff;
}

.gallery-cover {
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    margin-bottom: 36px;
}

.gallery-cover img {
    max-height: 560px;
    object-fit: cover;
}

.gallery-detail-grid {
    row-gap: 30px;
}

.gallery-detail-item {
    border-radius: 12px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 0;
}

.gallery-detail-item img {
    height: 290px;
    object-fit: cover;
}

.gallery-detail-info {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.09);
    padding: 34px 38px;
}

.gallery-detail-info h2 {
    color: #3c3531;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}

.gallery-detail-info p {
    color: #747474;
    font-size: 16px;
    line-height: 1.85;
    margin: 0 0 8px;
}

.gallery-detail-info p:last-child {
    margin-bottom: 0;
}

.brand_list .brand-thumb {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 88px;
    padding: 0 18px;
}

.brand_list .brand-thumb a {
    display: inline-flex;
    justify-content: center;
}

.brand_list .brand-thumb img {
    margin: 0 auto;
    width: 150px !important;
}

.about-breatcome {
    overflow: hidden;
    padding: 175px 0 120px;
    position: relative;
}

.about-breatcome-content {
    margin: 0 auto;
    max-width: 940px;
    text-align: center;
}

.about-breatcome-subtitle {
    color: #cfe3f6;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.6;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.about-breatcome .breatcome-title h1 {
    font-size: clamp(44px, 7vw, 68px);
    margin-bottom: 24px;
}

.about-breatcome-copy {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.9;
    margin: 0 auto 34px;
    max-width: 760px;
}

.about-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-bottom: 26px;
}

.about-outline-link {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 5px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    text-decoration: none;
    transition: .5s;
}

.about-outline-link:hover,
.about-outline-link:focus {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

.about-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
}

.about-hero-points span {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 18px;
}

.about-story-area .section-title {
    margin-bottom: 0;
}

.about-main-thumb {
    margin-bottom: 0;
}

.about-main-thumb img {
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.about-story-copy {
    margin-bottom: 0;
}

.about-metric-row {
    margin-bottom: 28px;
    margin-top: 44px;
    row-gap: 24px;
}

.about-stat-chip {
    background: #ffffff;
    border-left: 4px solid #00518C;
    border-radius: 6px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 26px 22px;
}

.about-stat-chip strong {
    color: #00518C;
    display: block;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.about-stat-chip span {
    color: #434141;
    display: block;
    font-size: 15px;
    line-height: 1.7;
    text-transform: capitalize;
}

.about-feature-row {
    row-gap: 30px;
}

.about-feature-box,
.about-value-card {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 32px 28px;
}

.about-feature-icon {
    align-items: center;
    background: rgba(0, 81, 140, 0.08);
    border-radius: 50%;
    display: flex;
    height: 72px;
    justify-content: center;
    margin-bottom: 22px;
    width: 72px;
}

.about-feature-icon img {
    max-height: 34px;
    max-width: 34px;
}

.about-feature-box h4,
.about-value-card h4 {
    color: #3c3531;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 14px;
}

.about-feature-box p,
.about-value-card p {
    color: #434141;
    font-size: 16px;
    line-height: 1.85;
    margin: 0;
}

.about-values-area {
    background: #f7fbff;
}

.about-value-card {
    overflow: hidden;
    padding: 32px 110px 32px 28px;
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
}

.about-value-card::before {
    background: radial-gradient(circle, rgba(0, 81, 140, 0.16) 0%, rgba(0, 81, 140, 0) 72%);
    border-radius: 999px;
    content: "";
    height: 150px;
    position: absolute;
    right: -10px;
    top: -14px;
    transform: scale(.92);
    transition: transform .4s ease, opacity .4s ease;
    width: 150px;
    z-index: 0;
}

.about-value-card::after {
    background: linear-gradient(90deg, #00518C 0%, #EF2730 100%);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
    width: 100%;
    z-index: 1;
}

.about-value-icon {
    align-items: center;
    background: linear-gradient(135deg, #0f2940 0%, #00518C 100%);
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(0, 81, 140, 0.22);
    color: #ffffff;
    display: flex;
    height: 68px;
    justify-content: center;
    position: absolute;
    right: 28px;
    top: 24px;
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
    width: 68px;
    z-index: 1;
}

.about-value-icon i {
    font-size: 28px;
    line-height: 1;
    transition: transform .35s ease;
}

.about-value-card span {
    color: #00518C;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin-bottom: 14px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.about-value-card h4,
.about-value-card p {
    position: relative;
    z-index: 1;
}

.about-value-card:hover,
.about-value-card:focus-within {
    background: #ffffff;
    box-shadow: 0 24px 52px rgba(0, 81, 140, 0.16);
    transform: translateY(-10px);
}

.about-value-card:hover::before,
.about-value-card:focus-within::before {
    opacity: 1;
    transform: scale(1.15);
}

.about-value-card:hover::after,
.about-value-card:focus-within::after {
    transform: scaleX(1);
}

.about-value-card:hover .about-value-icon,
.about-value-card:focus-within .about-value-icon {
    background: linear-gradient(135deg, #00518C 0%, #EF2730 100%);
    box-shadow: 0 20px 38px rgba(0, 81, 140, 0.24);
    transform: translateY(-4px) rotate(-6deg);
}

.about-value-card:hover .about-value-icon i,
.about-value-card:focus-within .about-value-icon i {
    transform: scale(1.08);
}

.about-value-card:hover h4,
.about-value-card:focus-within h4 {
    color: #00518C;
}

.about-section-action {
    margin-top: 34px;
    text-align: center;
}

.about-section-link {
    color: #00518C;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.about-section-link i {
    margin-left: 8px;
}

.about-section-link:hover,
.about-section-link:focus {
    color: #002935;
}

.about-team-area {
    padding-top: 0;
}

.about-cta-strip {
    padding: 0 0 120px;
}

.about-cta-inner {
    align-items: center;
    background: linear-gradient(90deg, #082236 0%, #004c83 58%, #0b6cad 100%);
    border-radius: 0;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 44px 48px;
}

.about-cta-copy span {
    color: rgba(255, 255, 255, 0.78);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.5;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.about-cta-copy h3 {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.22;
    margin-bottom: 16px;
    max-width: 720px;
}

.about-cta-copy p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.85;
    margin: 0;
    max-width: 640px;
}

.about-cta-inner .main-btn {
    flex: 0 0 auto;
}

.about-cta-button {
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(3, 22, 39, 0.18);
    color: #00518C;
}

.about-cta-button .nest-btn__shape {
    background: #EF2730;
}

.about-cta-button:hover,
.about-cta-button:focus {
    color: #ffffff;
}

@media (max-width: 991px) {
    .contact-page-section .contact-box {
        padding: 34px 28px 30px;
    }

    .contact-form-head h4 {
        font-size: 36px;
    }

    .contact-map-card iframe {
        min-height: 380px;
    }

    .contact-quick-copy a {
        font-size: 16px;
    }

    .gallery-group-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-group-header h2 {
        font-size: 28px;
    }

    .gallery-group-thumb img,
    .gallery-detail-item img {
        height: 280px;
    }

    .site-global-subscribe .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .site-global-subscribe .subscribe-title h4 {
        margin-bottom: 20px;
        text-align: center;
    }

    .site-global-subscribe .subscribe-button {
        text-align: center;
    }

    .site-global-subscribe .subscribe-button button {
        max-width: none;
    }

    .about-breatcome {
        padding: 150px 0 100px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-hero-actions .main-btn,
    .about-outline-link {
        width: 100%;
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 36px 32px;
    }

    .about-cta-copy h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-page-section .contact-box {
        border-radius: 14px;
        padding: 28px 20px 24px;
    }

    .contact-form-head h4 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .contact-form-head p {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .contact-quick-card {
        min-height: 0;
    }

    .contact-quick-copy a {
        white-space: normal;
    }

    .contact-map-card iframe {
        min-height: 320px;
    }

    .gallery-index-area {
        padding: 90px 0 70px;
    }

    .gallery-group {
        margin-bottom: 42px;
    }

    .gallery-group-header {
        margin-bottom: 24px;
        padding-bottom: 14px;
    }

    .gallery-group-header h2,
    .gallery-detail-info h2 {
        font-size: 24px;
    }

    .gallery-group-thumb img,
    .gallery-detail-item img {
        height: 240px;
    }

    .gallery-group-card .protfolio-images-link a {
        height: 58px;
        width: 58px;
    }

    .gallery-detail-info {
        padding: 26px 22px;
    }

    .site-global-subscribe .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-breatcome {
        padding: 135px 0 90px;
    }

    .about-breatcome-copy {
        font-size: 16px;
    }

    .about-feature-box,
    .about-value-card,
    .about-stat-chip {
        padding: 24px 20px;
    }

    .about-value-card {
        padding-right: 86px;
    }

    .about-value-icon {
        height: 56px;
        right: 18px;
        top: 18px;
        width: 56px;
    }

    .about-value-icon i {
        font-size: 22px;
    }

    .about-feature-box h4,
    .about-value-card h4 {
        font-size: 22px;
    }

    .about-cta-strip {
        padding-bottom: 90px;
    }

    .about-cta-copy h3 {
        font-size: 28px;
    }
}
