@charset "utf-8";

:root {
    --hs-primary: #118554;
    --hs-primary-dark: #0e6e46;
    --hs-cream: #faf2d3;
    --hs-tint: #f8f9fa;
    --hs-border: #e6ecea;
    --hs-text: #2c3e50;
    --hs-muted: #6b7280;
    --hs-radius: 16px;
    --hs-shadow: 0 10px 30px rgba(41, 182, 190, 0.08);
    --hs-shadow-hover: 0 18px 40px rgba(41, 182, 190, 0.16);
}

/* ---------- Hero (light, palette-aware) ---------- */
.home-hero {
    position: relative;
    padding: 90px 0 100px;
    overflow: hidden;
    background: linear-gradient(160deg, #ffffff 0%, var(--sh-bg-main) 60%, color-mix(in srgb, var(--sh-primary) 8%, var(--sh-bg-main)) 100%);
}

.home-hero > .auto-container {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.home-hero-content {
    flex: 1 1 440px;
    text-align: start;
}

.home-hero-media {
    flex: 1 1 380px;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.home-hero-media img {
    max-width: 100%;
    max-height: 480px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.home-hero-slider {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.home-hero-slide img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.home-hero-slider .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.home-hero-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: rgba(0, 0, 0, 0.18);
}

.home-hero-slider .owl-dots .owl-dot.active span {
    background: var(--sh-primary);
}

.home-hero-slider .owl-nav .owl-prev,
.home-hero-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--sh-primary) !important;
    font-size: 15px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
    z-index: 2;
}

.home-hero-slider .owl-nav .owl-prev { inset-inline-start: -14px; }
.home-hero-slider .owl-nav .owl-next { inset-inline-end: -14px; }

.home-hero-slider .owl-nav .owl-prev:hover,
.home-hero-slider .owl-nav .owl-next:hover {
    background: var(--sh-primary) !important;
    color: #fff !important;
}

.home-hero-subtitle {
    color: var(--sh-primary);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.home-hero-subtitle::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 2px;
    background: var(--sh-accent);
    vertical-align: middle;
    margin-inline-end: 12px;
}

.home-hero-title {
    color: var(--sh-text-dark);
    font-size: 46px;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 0 20px;
}

.home-hero-text {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 34px;
    max-width: 540px;
}

.home-hero-cta {
    display: inline-block;
    padding: 16px 44px;
    border-radius: 40px;
    background: var(--sh-accent);
    color: var(--sh-text-dark);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: filter 0.25s ease, transform 0.25s ease;
}

.home-hero-cta:hover {
    filter: brightness(0.92);
    transform: translateY(-2px);
}

.home-download-badge {
    background-color: var(--sh-accent) !important;
    color: var(--sh-text-dark) !important;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.home-download-badge .txt {
    color: var(--sh-text-dark) !important;
}

.home-download-badge:hover {
    filter: brightness(0.92);
    transform: translateY(-2px);
}

.home-download-badge::before {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .home-hero {
        min-height: 460px;
        padding: 80px 0 90px;
    }

    .home-hero-title {
        font-size: 30px;
    }

    .home-hero-text {
        font-size: 15px;
    }
}

.home-section {
    position: relative;
    padding: 80px 0;
}

/* ---------- Full-width video section ---------- */
.home-video-section {
    position: relative;
    padding: 0;
    background: #041e18;
}

.home-video-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 78vh;
    margin: 0 auto;
    overflow: hidden;
    background: #041e18;
}

.home-video-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #041e18;
}

.home-video-caption-bar {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 40px 40px 28px;
    background: linear-gradient(180deg, rgba(4, 30, 24, 0) 0%, rgba(4, 30, 24, 0.75) 100%);
    pointer-events: none;
}

.home-video-caption {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.home-video-mute {
    pointer-events: auto;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.25s ease;
}

.home-video-mute:hover {
    background: var(--hs-primary);
    transform: scale(1.06);
}

.home-video-mute.is-unmuted {
    background: var(--hs-primary);
}

.home-video-section--empty .home-video-mute {
    display: none;
}

.home-video-section--empty .home-video-caption-bar {
    justify-content: center;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .home-video-stage {
        aspect-ratio: 4 / 3;
        max-height: none;
    }

    .home-video-caption-bar {
        padding: 30px 20px 20px;
    }

    .home-video-caption {
        font-size: 17px;
    }

    .home-video-mute {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}

/* Counter/stats section: kill the theme's 270px bottom padding + oversized map bg */
.counter-section.style-two {
    padding: 55px 0 !important;
    background-size: contain;
    background-position: center;
}

.counter-section .fact-counter .count-outer {
    font-size: 42px;
    line-height: 1.1;
}

.counter-section .fact-counter .counter-title {
    font-size: 16px;
    margin-top: 8px;
}

.counter-section .fact-counter .icon {
    font-size: 40px;
}

/* Undo the theme's RTL 180deg rotation that flips the stat icons */
.rtl .counter-section .fact-counter .column .inner .icon {
    transform: none;
}

@media only screen and (max-width: 767px) {
    .counter-section.style-two {
        padding: 40px 0 !important;
    }

    .counter-section .counter-column {
        margin-bottom: 24px;
    }
}

.home-section--tint {
    background-color: var(--hs-tint);
}

.home-section .sec-title {
    margin-bottom: 45px;
}

.home-section[data-state="loading"] .auto-container {
    position: relative;
    min-height: 160px;
}

.home-section[data-state="loading"] .auto-container::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    border: 3px solid var(--hs-border);
    border-top-color: var(--hs-primary);
    border-radius: 50%;
    animation: hs-spin 0.8s linear infinite;
}

@keyframes hs-spin {
    to { transform: rotate(360deg); }
}

.home-carousel {
    position: relative;
}

.home-carousel.owl-carousel .owl-stage {
    display: flex;
}

.home-carousel.owl-carousel .owl-stage .owl-item {
    display: flex;
    flex: 0 0 auto;
}

.home-carousel.owl-carousel .owl-stage .owl-item > div {
    width: 100%;
    display: flex;
}

.home-carousel .owl-nav {
    margin-top: 35px;
    text-align: center;
}

.home-carousel .owl-nav .owl-prev,
.home-carousel .owl-nav .owl-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 6px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 1px solid var(--hs-border) !important;
    color: var(--hs-primary) !important;
    font-size: 18px;
    transition: all 0.3s ease;
}

.home-carousel .owl-nav .owl-prev:hover,
.home-carousel .owl-nav .owl-next:hover {
    background: var(--hs-primary) !important;
    border-color: var(--hs-primary) !important;
    color: #ffffff !important;
}

.home-carousel .owl-dots {
    margin-top: 22px;
    text-align: center;
}

.home-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background: var(--hs-border);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.home-carousel .owl-dots .owl-dot.active span,
.home-carousel .owl-dots .owl-dot:hover span {
    background: var(--hs-primary);
    width: 24px;
    border-radius: 6px;
}

/* ---------- Shared card base ---------- */
.category-card,
.service-card,
.team-card,
.article-card,
.offer-card,
.testimonial-card {
    width: 100%;
    display: flex;
}

.category-card-inner,
.service-card-inner,
.team-card-inner,
.article-card-inner,
.offer-card-inner,
.testimonial-card-inner {
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.category-card-inner:hover,
.service-card-inner:hover,
.team-card-inner:hover,
.article-card-inner:hover,
.offer-card-inner:hover,
.testimonial-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: var(--hs-shadow-hover);
}

/* ---------- Categories ---------- */
.category-card-inner {
    align-items: center;
    text-align: center;
    padding: 32px 24px;
}

.category-card-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--hs-tint);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.category-card-image img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.category-card-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0;
}

/* ---------- Services ---------- */
.service-card-inner {
    align-items: center;
    text-align: center;
    padding: 36px 26px;
}

.service-card-icon {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    background: var(--hs-tint);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 22px;
}

.service-card-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.service-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 12px;
}

.service-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--hs-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---------- Team ---------- */
.team-card-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: var(--hs-tint);
}

.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card-inner:hover .team-card-image img {
    transform: scale(1.05);
}

.team-card-content {
    padding: 22px 20px;
    text-align: center;
}

.team-card-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 6px;
}

.team-card-role {
    font-size: 14px;
    color: var(--hs-primary);
    font-weight: 600;
}

/* ---------- Partners (logos) ---------- */
.home-carousel--logos .partner-card {
    align-items: center;
}

.partner-card-inner {
    width: 100%;
    height: 120px;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: var(--hs-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.8;
}

.partner-card-inner:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-4px);
    box-shadow: var(--hs-shadow-hover);
}

.partner-card-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ---------- Articles ---------- */
.article-card-inner {
    text-decoration: none;
}

.article-card-image {
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: var(--hs-tint);
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.article-card-inner:hover .article-card-image img {
    transform: scale(1.05);
}

.article-card-content {
    padding: 22px 22px 26px;
}

.article-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: var(--hs-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---------- Offers ---------- */
.offer-card-inner {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.offer-card-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
}

/* ---------- Testimonials (team-card style: image on top) ---------- */
.testimonial-card-image {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: var(--hs-tint);
}

.testimonial-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.testimonial-card-inner:hover .testimonial-card-image img {
    transform: scale(1.05);
}

.testimonial-card-quote {
    position: absolute;
    bottom: -22px;
    inset-inline-start: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--hs-primary);
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(41, 182, 190, 0.35);
}

.testimonial-card-content {
    padding: 34px 24px 26px;
    text-align: start;
}

.testimonial-card-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 4px;
}

.testimonial-card-role {
    display: block;
    font-size: 14px;
    color: var(--hs-primary);
    font-weight: 600;
}

.testimonial-card-stars {
    display: flex;
    gap: 4px;
    margin: 12px 0 14px;
}

.testimonial-card-stars .fa-star {
    font-size: 14px;
    color: var(--hs-border);
}

.testimonial-card-stars .fa-star.is-on {
    color: #f5b301;
}

.testimonial-card-text {
    font-size: 15px;
    line-height: 1.85;
    color: var(--hs-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 111px;
}

/* ---------- Owl image overrides (owl forces img width:100%) ---------- */
.home-carousel.owl-carousel .owl-item .category-card-image img {
    width: 64px;
    height: 64px;
}

.home-carousel.owl-carousel .owl-item .service-card-icon img {
    width: 46px;
    height: 46px;
}

.home-carousel.owl-carousel .owl-item .partner-card-inner img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.home-carousel.owl-carousel .owl-item .team-card-image img,
.home-carousel.owl-carousel .owl-item .testimonial-card-image img,
.home-carousel.owl-carousel .owl-item .article-card-image img,
.home-carousel.owl-carousel .owl-item .offer-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-carousel.owl-carousel .owl-item .offer-card-inner img {
    height: 300px;
}

/* ---------- Responsive ---------- */
@media only screen and (max-width: 767px) {
    .home-section {
        padding: 55px 0;
    }

    .home-section .sec-title {
        margin-bottom: 30px;
    }

    .team-card-image { height: 220px; }
    .testimonial-card-image { height: 220px; }
    .article-card-image { height: 190px; }
    .offer-card-inner img { height: 220px; }
}

/* ---------- Generic page hero (inner pages) ---------- */
.page-hero {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg, var(--sh-primary) 0%, color-mix(in srgb, var(--sh-primary) 75%, #000) 160%);
    text-align: center;
}

.page-hero-title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 10px;
}

.page-hero-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin: 0;
}

/* ---------- Workshop filters ---------- */
.workshop-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.workshop-filter {
    padding: 10px 22px;
    border: 1px solid var(--hs-border);
    border-radius: 30px;
    background: #ffffff;
    color: var(--hs-muted);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.workshop-filter:hover {
    border-color: var(--hs-primary);
    color: var(--hs-primary);
}

.workshop-filter.is-active {
    background: var(--hs-primary);
    border-color: var(--hs-primary);
    color: #ffffff;
}

/* ---------- Workshop grid + card ---------- */
.workshop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.workshop-card {
    display: flex;
}

.workshop-card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workshop-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: var(--hs-shadow-hover);
}

.workshop-card-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--hs-tint);
}

.workshop-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.workshop-card-inner:hover .workshop-card-image img {
    transform: scale(1.05);
}

.workshop-card-badge {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(209, 250, 229, 0.95);
    color: #065f46;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(4px);
}

.workshop-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
    text-align: start;
}

.workshop-card-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 6px;
}

.workshop-card-subtitle {
    font-size: 14px;
    color: var(--hs-muted);
    margin: 0 0 16px;
}

.workshop-card-meta {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.workshop-card-meta li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: var(--hs-muted);
}

.workshop-card-meta li > span[class*="fa"] {
    color: var(--hs-primary);
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.workshop-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--hs-border);
}

.workshop-card-cost {
    font-size: 17px;
    font-weight: 800;
    color: var(--hs-primary);
}

.workshop-card-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--hs-text);
}

.workshop-card-inner:hover .workshop-card-link {
    color: var(--hs-primary);
}

.workshop-empty {
    text-align: center;
    color: var(--hs-muted);
    font-size: 16px;
    padding: 40px 0;
}

/* ---------- Workshop detail ---------- */
.workshop-detail {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 34px;
    align-items: start;
}

.workshop-detail-image {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: var(--hs-radius);
    overflow: hidden;
    background: var(--hs-tint);
    margin-bottom: 30px;
}

.workshop-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop-detail-block {
    margin-bottom: 30px;
    text-align: start;
}

.workshop-detail-heading {
    font-size: 21px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 14px;
    padding-inline-start: 14px;
    border-inline-start: 4px solid var(--hs-primary);
    line-height: 1.2;
}

.workshop-detail-text {
    font-size: 16px;
    line-height: 1.9;
    color: var(--hs-muted);
    margin: 0;
}

.workshop-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.workshop-detail-list li {
    position: relative;
    padding-inline-start: 28px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--hs-muted);
}

.workshop-detail-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    inset-inline-start: 0;
    top: 2px;
    color: var(--hs-primary);
    font-size: 13px;
}

.workshop-table-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border: 1px solid var(--hs-border);
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.workshop-table-row strong {
    color: var(--hs-text);
}

.workshop-table-row span {
    color: var(--hs-muted);
}

.workshop-detail-side {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.workshop-info-card,
.workshop-instructor-card {
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    padding: 24px;
    text-align: start;
}

.workshop-info-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.workshop-info-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.workshop-info-list li > span[class*="fa"] {
    color: var(--hs-primary);
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.workshop-info-label {
    color: var(--hs-muted);
}

.workshop-info-list li strong {
    margin-inline-start: auto;
    color: var(--hs-text);
    font-weight: 700;
    text-align: end;
}

.workshop-register-btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    background: var(--hs-primary);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(41, 182, 190, 0.3);
    transition: background 0.25s ease, transform 0.25s ease;
}

.workshop-register-btn:hover {
    background: var(--hs-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

.workshop-instructor {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.workshop-instructor-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--hs-tint);
}

.workshop-instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop-instructor-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.workshop-instructor-meta strong {
    font-size: 16px;
    color: var(--hs-text);
}

.workshop-instructor-meta span {
    font-size: 13px;
    color: var(--hs-primary);
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .workshop-detail {
        grid-template-columns: 1fr;
    }

    .workshop-detail-side {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .page-hero {
        padding: 50px 0;
    }

    .page-hero-title {
        font-size: 27px;
    }

    .workshop-grid {
        grid-template-columns: 1fr;
    }

    .workshop-detail-image {
        height: 240px;
    }
}

/* ---------- Workshop booking ---------- */
.booking-back {
    margin-bottom: 26px;
    text-align: start;
}

.booking-back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--hs-muted);
    text-decoration: none;
    transition: color 0.25s ease, gap 0.25s ease;
}

.booking-back a:hover {
    color: var(--hs-primary);
    gap: 14px;
}

[dir="ltr"] .booking-back-icon {
    transform: rotate(180deg);
}

.booking-head {
    text-align: center;
    margin-bottom: 40px;
}

.booking-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--hs-text);
    margin: 0 0 8px;
}

.booking-subtitle {
    font-size: 16px;
    color: var(--hs-muted);
    margin: 0;
}

.booking-layout {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 30px;
    align-items: start;
}

.booking-form-card,
.booking-summary-card {
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    padding: 30px;
    text-align: start;
}

.booking-summary-card {
    position: sticky;
    top: 100px;
}

.booking-card-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 22px;
}

.booking-divider {
    border: none;
    border-top: 1px solid var(--hs-border);
    margin: 0 0 22px;
}

.booking-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.booking-field {
    margin-bottom: 18px;
}

.booking-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--hs-text);
    margin-bottom: 8px;
}

.booking-field label .req {
    color: #ef4444;
}

.booking-field label .opt {
    color: var(--hs-muted);
    font-weight: 400;
}

.booking-field input,
.booking-field textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--hs-border);
    border-radius: 10px;
    background: #f8fafa;
    font-size: 15px;
    color: var(--hs-text);
    transition: border-color 0.25s ease, background 0.25s ease;
}

.booking-field input:focus,
.booking-field textarea:focus {
    outline: none;
    border-color: var(--hs-primary);
    background: #ffffff;
}

.booking-field input.is-invalid,
.booking-field textarea.is-invalid {
    border-color: #ef4444;
    background: #fef2f2;
}

.booking-field textarea {
    resize: vertical;
    min-height: 110px;
}

.booking-error {
    color: #ef4444;
    font-size: 14px;
    margin: 0 0 16px;
}

.booking-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 30px;
    background: #25d366;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.3);
    transition: background 0.25s ease, transform 0.25s ease;
}

.booking-submit:hover {
    background: #1eb855;
    transform: translateY(-2px);
}

.booking-submit > span[class*="fa"] {
    font-size: 19px;
}

.booking-summary-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 18px;
}

.booking-summary-item strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--hs-text);
}

.booking-summary-item span {
    font-size: 14px;
    color: var(--hs-muted);
    line-height: 1.7;
}

.booking-summary-cost {
    padding-top: 18px;
    border-top: 1px solid var(--hs-border);
    margin-bottom: 0;
}

.booking-summary-cost span {
    font-size: 19px;
    font-weight: 800;
    color: var(--hs-primary);
}

@media only screen and (max-width: 991px) {
    .booking-layout {
        grid-template-columns: 1fr;
    }

    .booking-summary-card {
        position: static;
        order: -1;
    }
}

@media only screen and (max-width: 767px) {
    .booking-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .booking-title {
        font-size: 24px;
    }

    .booking-form-card,
    .booking-summary-card {
        padding: 22px;
    }
}

/* ---------- Doctors grid ---------- */
.doctor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
}

.doctor-card {
    width: 100%;
    min-width: 0;
    display: flex;
}

.doctor-card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doctor-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: var(--hs-shadow-hover);
}

.doctor-card-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: var(--hs-tint);
}

.doctor-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.doctor-card-inner:hover .doctor-card-image img {
    transform: scale(1.05);
}

.doctor-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
    text-align: center;
}

.doctor-card-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 6px;
}

.doctor-card-title {
    font-size: 14px;
    color: var(--hs-primary);
    font-weight: 600;
    margin-bottom: 12px;
}

.doctor-card-bio {
    font-size: 14px;
    color: var(--hs-muted);
    line-height: 1.7;
    margin: 0 0 18px;
}

.doctor-card-cta {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--hs-border);
    font-size: 14px;
    font-weight: 700;
    color: var(--hs-text);
}

.doctor-card-inner:hover .doctor-card-cta {
    color: var(--hs-primary);
}

@media (max-width: 991px) {
    .doctor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .doctor-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ---------- Doctor detail ---------- */
.doctor-detail {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 34px;
    align-items: start;
}

.doctor-detail-main {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.doctor-detail-image {
    width: 100%;
    max-height: 380px;
    border-radius: var(--hs-radius);
    overflow: hidden;
    box-shadow: var(--hs-shadow);
}

.doctor-detail-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.doctor-detail-block {
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    padding: 24px;
    text-align: start;
}

.doctor-detail-role {
    display: inline-block;
    color: var(--hs-primary);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}

.doctor-video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--hs-primary);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.doctor-video-link > span {
    font-size: 22px;
}

.doctor-schedule-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.doctor-schedule-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--hs-border);
    border-radius: 10px;
    background: #f8fafa;
}

.doctor-schedule-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--hs-text);
}

.doctor-schedule-info > span[class*="fa"] {
    color: var(--hs-primary);
}

.doctor-schedule-time {
    color: var(--hs-muted);
}

.doctor-schedule-book {
    flex-shrink: 0;
    padding: 8px 18px;
    border: none;
    border-radius: 20px;
    background: var(--hs-primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease;
}

.doctor-schedule-book:hover {
    background: #0f9d6b;
}

@media (max-width: 991px) {
    .doctor-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .doctor-schedule-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ---------- Doctor booking modal ---------- */
.booking-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 22, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
}

.booking-modal {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow-hover);
    padding: 30px;
    text-align: start;
}

.booking-modal-close {
    position: absolute;
    top: 18px;
    inset-inline-end: 18px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: var(--hs-tint);
    color: var(--hs-text);
    font-size: 15px;
    cursor: pointer;
    transition: background 0.25s ease;
}

.booking-modal-close:hover {
    background: var(--hs-border);
}

/* ---------- Institutions page ---------- */
.page-hero-separator {
    display: block;
    height: 22px;
    border: none;
}

.institution-why-card {
    width: 100%;
    display: flex;
}

.institution-why-card-inner {
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    padding: 30px 26px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.institution-why-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: var(--hs-shadow-hover);
}

.institution-why-card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--hs-tint);
    color: var(--hs-primary);
    font-size: 28px;
}

.institution-why-card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 10px;
}

.institution-why-card-text {
    font-size: 14px;
    color: var(--hs-muted);
    line-height: 1.7;
    margin: 0;
}

.institution-feature-list {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.institution-feature-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    font-size: 15px;
    color: var(--hs-text);
    text-align: start;
}

.institution-feature-list li > span[class*="fa"] {
    flex-shrink: 0;
    color: var(--hs-primary);
    font-size: 20px;
}

.institution-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    padding: 30px 26px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.institution-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--hs-shadow-hover);
}

.institution-contact-card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--hs-tint);
    color: var(--hs-primary);
    font-size: 26px;
}

.institution-contact-card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 10px;
}

.institution-contact-card-text {
    font-size: 14px;
    color: var(--hs-muted);
    line-height: 1.7;
    margin: 0;
}

.institution-form-card {
    max-width: 900px;
    margin: 0 auto;
}

.institution-privacy-note {
    font-size: 13px;
    color: var(--hs-muted);
    line-height: 1.8;
    margin: 0 0 20px;
}

.institution-form-submit {
    width: auto;
    padding: 15px 46px;
    margin: 0 auto;
    background: var(--hs-primary);
    box-shadow: 0 8px 22px rgba(41, 182, 190, 0.3);
}

.institution-form-submit:hover {
    background: var(--hs-primary-dark);
}

@media (max-width: 767px) {
    .institution-why-card-inner,
    .institution-contact-card {
        padding: 24px 20px;
    }
}

/* ---------- Courses ---------- */
.course-card-content {
    text-align: start;
}

.course-card-meta {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.course-card-meta li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: var(--hs-muted);
}

.course-card-meta li > span[class*="fa"] {
    color: var(--hs-primary);
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.course-detail-layout .workshop-detail-heading > span[class*="fa"] {
    color: var(--hs-primary);
    margin-inline-end: 8px;
}

.course-units {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.course-unit {
    border: 1px solid var(--hs-border);
    border-radius: 12px;
    overflow: hidden;
}

.course-unit-head {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: none;
    background: var(--hs-tint);
    cursor: pointer;
    text-align: start;
}

.course-unit-toggle {
    color: var(--hs-primary);
    font-size: 13px;
    transition: transform 0.25s ease;
}

.course-unit.is-open .course-unit-toggle {
    transform: rotate(180deg);
}

.course-unit-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--hs-text);
}

.course-unit-count {
    margin-inline-start: auto;
    font-size: 13px;
    color: var(--hs-muted);
}

.course-unit-body {
    display: none;
    padding: 6px 18px 14px;
}

.course-unit.is-open .course-unit-body {
    display: block;
}

.course-lesson {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--hs-border);
    font-size: 14px;
    color: var(--hs-text);
}

.course-lesson:first-child {
    border-top: none;
}

.course-lesson-icon {
    color: var(--hs-primary);
    font-size: 12px;
    flex-shrink: 0;
}

.course-lesson-time {
    margin-inline-start: auto;
    color: var(--hs-muted);
    font-size: 13px;
    direction: ltr;
}

.course-purchase-card {
    text-align: center;
}

.course-purchase-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--hs-tint);
    color: var(--hs-primary);
    font-size: 26px;
}

.course-purchase-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--hs-text);
    margin: 0 0 6px;
}

.course-purchase-sub {
    font-size: 13px;
    color: var(--hs-muted);
    margin: 0 0 20px;
}

.course-purchase-divider {
    border-top: 1px solid var(--hs-border);
    margin: 0 0 20px;
}

.course-purchase-includes {
    font-size: 14px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 12px;
    text-align: start;
}

.course-includes-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: start;
}

.course-includes-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--hs-muted);
}

.course-includes-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--hs-primary);
    font-size: 12px;
    flex-shrink: 0;
}

.course-progress {
    margin-bottom: 18px;
}

.course-progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 6px;
    background: var(--hs-tint);
    overflow: hidden;
    margin-bottom: 8px;
}

.course-progress-bar > span {
    display: block;
    height: 100%;
    background: var(--hs-primary);
    border-radius: 6px;
    transition: width 0.3s ease;
}

.course-progress-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--hs-primary);
}

/* ---------- Auth ---------- */
.auth-form-card {
    max-width: 560px;
    margin: 0 auto;
}

.auth-form-submit {
    background: var(--hs-primary);
    box-shadow: 0 8px 22px rgba(41, 182, 190, 0.3);
}

.auth-form-submit:hover {
    background: var(--hs-primary-dark);
}

.auth-form-switch {
    margin: 22px 0 0;
    text-align: center;
    font-size: 14px;
    color: var(--hs-muted);
}

.auth-form-switch a {
    color: var(--hs-primary);
    font-weight: 700;
    text-decoration: none;
    margin-inline-start: 6px;
}

.auth-form-switch a:hover {
    text-decoration: underline;
}

/* ---------- Palette override: footer background ---------- */
.main-footer,
.main-footer.style-two,
.main-footer.style-two .footer-bottom {
    background-color: var(--sh-primary) !important;
}

/* ---------- Palette override: footer text light on primary ---------- */
.main-footer.style-two .contact-list li a,
.main-footer.style-two .contact-list li .icon,
.main-footer.style-two .contact-list li,
.main-footer.style-two .footer-list li a,
.main-footer.style-two .logo-widget .text,
.main-footer.style-two .footer-widget .footer-title h2,
.main-footer.style-two .footer-bottom .copyright {
    color: rgba(255, 255, 255, 0.85) !important;
}

.main-footer.style-two .footer-widget .footer-title .separator:after {
    background-color: var(--sh-accent) !important;
}

.main-footer.style-two .logo-widget .social-icons li a {
    color: var(--hs-text) !important;
    border-color: var(--hs-border) !important;
}

/* ---------- Preloader (brand spinner) ---------- */
.preloader {
    background-image: none !important;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader::after {
    content: "";
    width: 56px;
    height: 56px;
    border: 4px solid var(--hs-tint);
    border-top-color: var(--hs-primary);
    border-radius: 50%;
    animation: hs-spin 0.8s linear infinite;
}

/* ---------- Footer: app links + legal info widget ---------- */
.footer-app-widget .footer-legal-title {
    margin-top: 20px;
}

.footer-app-links,
.footer-legal-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-app-links li,
.footer-legal-list li {
    margin-bottom: 14px;
}

.footer-app-links li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hs-text);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-app-links li a > span[class*="fa"] {
    color: var(--hs-primary);
    font-size: 18px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.footer-app-links li a:hover {
    color: var(--hs-primary-dark);
}

.footer-app-links li a:hover > span[class*="fa"] {
    color: var(--hs-primary-dark);
}

.footer-legal-list li {
    color: var(--hs-text);
    font-size: 14px;
    line-height: 1.7;
}

.footer-legal-list li span {
    color: var(--hs-text);
}

/* ---------- Footer hover states: clearly visible against cream background ---------- */
.main-footer .footer-list li a:hover,
.main-footer .contact-list li a:hover {
    color: var(--hs-primary-dark) !important;
}

.main-footer .logo-widget .social-icons li a:hover {
    color: #ffffff !important;
    border-color: var(--hs-primary) !important;
    background-color: var(--hs-primary) !important;
}

/* ---------- FAQ ---------- */
.faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    border: 1px solid var(--hs-border);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.faq-item-head {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border: none;
    background: var(--hs-tint);
    cursor: pointer;
    text-align: start;
}

.faq-item-toggle {
    color: var(--hs-primary);
    font-size: 13px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.faq-item.is-open .faq-item-toggle {
    transform: rotate(180deg);
}

.faq-item-question {
    font-size: 16px;
    font-weight: 700;
    color: var(--hs-text);
}

.faq-item-body {
    display: none;
    padding: 18px 20px;
}

.faq-item.is-open .faq-item-body {
    display: block;
}

.faq-item-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--hs-muted);
}

.faq-login-note {
    margin: 0 0 20px;
    font-size: 15px;
    color: var(--hs-muted);
    text-align: center;
}

.faq-login-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 14px 40px;
    text-decoration: none;
}

/* ---------- Blog ---------- */
.blog-card-content {
    text-align: start;
}

.blog-card-meta {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.blog-card-meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--hs-muted);
}

.blog-card-meta li > span[class*="fa"] {
    color: var(--hs-primary);
}

.blog-detail-meta {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    gap: 14px;
}

.blog-detail-meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--hs-muted);
}

.blog-detail-meta li > span[class*="fa"] {
    color: var(--hs-primary);
}

.blog-author-card {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-author-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hs-shadow-hover);
}

.blog-author-cta {
    display: block;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--hs-border);
    font-size: 14px;
    font-weight: 700;
    color: var(--hs-primary);
    text-align: center;
}

.blog-author-profile {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 720px;
    margin: 0 auto 50px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
}

.blog-author-profile-image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.blog-author-profile-meta h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 8px;
}

.blog-author-profile-meta p {
    font-size: 14px;
    color: var(--hs-muted);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 640px) {
    .blog-author-profile {
        flex-direction: column;
        text-align: center;
    }
}

/* ---------- Plans ---------- */
.plan-group {
    margin-bottom: 60px;
}

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

.plan-group-title {
    margin-bottom: 34px;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.plan-card {
    width: 100%;
    display: flex;
}

.plan-card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    box-shadow: var(--hs-shadow);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: var(--hs-shadow-hover);
}

.plan-card-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 14px;
}

.plan-card-price {
    font-size: 30px;
    font-weight: 800;
    color: var(--hs-primary);
    margin-bottom: 22px;
}

.plan-card-features {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: start;
}

.plan-card-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--hs-muted);
}

.plan-card-features li > span[class*="fa"] {
    color: var(--hs-primary);
    flex-shrink: 0;
}

.plan-card-cta {
    margin-top: auto;
    padding: 13px;
    border: none;
    border-radius: 30px;
    background: var(--hs-primary);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease;
}

.plan-card-cta:hover {
    background: var(--hs-primary-dark);
}

@media (max-width: 991px) {
    .plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .plan-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ---------- Global form validation UI (auto-applied site-wide) ---------- */
@keyframes fv-shake {
    10%, 90% { transform: translateX(-1px); }
    20%, 80% { transform: translateX(2px); }
    30%, 50%, 70% { transform: translateX(-4px); }
    40%, 60% { transform: translateX(4px); }
}

input.fv-shake,
textarea.fv-shake,
select.fv-shake {
    animation: fv-shake 0.4s ease;
}

.booking-field input.is-invalid,
.booking-field textarea.is-invalid {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

@keyframes fv-message-in {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fv-message {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    margin: 0 0 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    animation: fv-message-in 0.25s ease;
}

.fv-message-in {
    animation: fv-message-in 0.25s ease;
}

.fv-message--error {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.fv-message--success {
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.fv-msg-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv-message--error .fv-msg-icon {
    background: #ef4444;
}

.fv-message--success .fv-msg-icon {
    background: var(--hs-primary);
}

.fv-msg-icon::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.fv-message--error .fv-msg-icon::before {
    width: 2px;
    height: 8px;
    border-radius: 1px;
}

/* ---------- Footer social links (dynamic icon images from API) ---------- */
.main-footer .logo-widget .social-icons li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.main-footer .logo-widget .social-icons li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* ---------- Footer contact list: smaller icons ---------- */
.main-footer .contact-list li .icon {
    font-size: 20px;
    top: 3px;
}

/* ---------- Legal pages (terms / privacy / delete account) ---------- */
.legal-article {
    max-width: 820px;
    margin: 0 auto;
    text-align: start;
}

.legal-updated {
    font-size: 13px;
    color: var(--hs-muted);
    margin: 0 0 20px;
}

.legal-intro {
    font-size: 16px;
    line-height: 1.9;
    color: var(--hs-text);
    margin: 0 0 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--hs-border);
}

.legal-intro--centered {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}

.legal-article h2 {
    font-size: 19px;
    font-weight: 700;
    color: var(--hs-text);
    margin: 34px 0 12px;
}

.legal-article h2:first-of-type {
    margin-top: 0;
}

.legal-article p {
    font-size: 15px;
    line-height: 1.9;
    color: var(--hs-muted);
    margin: 0 0 8px;
}

.legal-steps,
.legal-list {
    margin: 0 0 8px;
    padding-inline-start: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legal-steps li,
.legal-list li {
    font-size: 15px;
    line-height: 1.8;
    color: var(--hs-muted);
}

.legal-steps li::marker {
    color: var(--hs-primary);
    font-weight: 700;
}

.legal-list li::marker {
    color: var(--hs-primary);
}

.closing-cta {
    background-color: var(--sh-primary);
    padding: 80px 0;
    text-align: center;
}

.closing-cta .home-download-buttons {
    justify-content: center;
}

/* ---------- Steps in a single row ---------- */
.steps-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.step-item {
    position: relative;
    flex: 1 1 0;
    min-width: 180px;
    text-align: center;
    padding: 20px 16px;
}

.step-number {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sh-primary);
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--sh-primary) 35%, transparent);
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--sh-text-dark);
    margin-bottom: 8px;
}

.step-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
}

.step-connector {
    position: absolute;
    top: 31px;
    inset-inline-start: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: repeating-linear-gradient(to right, color-mix(in srgb, var(--sh-primary) 35%, transparent) 0 8px, transparent 8px 16px);
}

@media (max-width: 767px) {
    .step-connector { display: none; }
    .step-item { flex: 1 1 100%; }
}

/* ---------- Images-only gallery ---------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.gallery-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

/* ---------- Professional feature/service cards ---------- */
.category-card {
    height: 100%;
    margin-bottom: 30px;
    padding: 0 12px;
}

.category-card-inner {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 36px 26px;
    text-align: center;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.category-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
    border-color: color-mix(in srgb, var(--sh-primary) 35%, transparent);
}

.category-card-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--sh-primary) 10%, transparent);
    font-size: 30px;
    line-height: 1;
}

.category-card-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--sh-text-dark);
    margin-bottom: 10px;
}

.category-card-inner p {
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
}

.home-carousel[data-features-slider] .owl-stage-outer {
    padding: 6px 0 10px;
}

/* ---------- Testimonials ---------- */
.testimonial-card {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 34px 30px 28px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-quote-mark {
    position: absolute;
    top: 8px;
    inset-inline-end: 24px;
    font-size: 70px;
    line-height: 1;
    color: color-mix(in srgb, var(--sh-primary) 18%, transparent);
    font-family: Georgia, serif;
    pointer-events: none;
}

.testimonial-text {
    font-size: 15.5px;
    line-height: 1.9;
    color: #374151;
    margin: 0;
    position: relative;
    z-index: 1;
}

.testimonial-stars {
    color: var(--sh-accent);
    font-size: 16px;
    letter-spacing: 2px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sh-primary);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--sh-text-dark);
}

.testimonial-role {
    font-size: 13px;
    color: var(--sh-primary);
    font-weight: 600;
}

/* ---------- Footer logo ---------- */
.main-footer .logo-widget .logo .footer-logo-img {
    max-height: 56px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}
