/* =========================================================
   BRAND COLOURS
========================================================= */
:root {
    --primary: #6FA8A3;
    --primary-dark: #4F7F7A;
    --accent: #D97C6C;
    --text-dark: #2F3E46;
    --text-muted: #5F6B72;
    --bg-light: #F7F7F5;
    --bg-soft: #DDEBE8;
    --white: #ffffff;
    --border-light: #dfe7e5;
    --shadow-soft: 0 10px 30px rgba(47, 62, 70, 0.08);
    --shadow-hover: 0 18px 35px rgba(47, 62, 70, 0.12);
}


/* =========================================================
   GLOBAL / SHARED
========================================================= */
.widget-heading {
    font-size: 18px !important;
    font-weight: 700;
    color: var(--text-dark);
}

.section-content {
    padding-top: 20px;
}

.brand-logos img {
    height: 150px;
    width: auto;
    object-fit: contain;
}

.service-img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.stake-img {
    border-radius: 20px;
}

.stake-title {
    line-height: 1.1;
    color: var(--text-dark);
}

@media (max-width: 991.98px) {
    .stake-title {
        font-size: 1.8rem;
    }

    .stake-img {
        max-height: 360px;
        object-fit: cover;
    }
}


/* =========================================================
   HERO SECTION
========================================================= */
.hostage-hero h1,
.page-hero h1 {
    color: var(--text-dark);
    line-height: 1.1;
}

.hostage-hero .lead {
    max-width: 620px;
    color: var(--text-muted);
}

.service-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background-color: var(--white);
    color: var(--primary-dark);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid rgba(111, 168, 163, 0.28);
    box-shadow: 0 6px 18px rgba(47, 62, 70, 0.06);
    transition: all 0.3s ease;
}

.service-pill:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .service-pill {
        font-size: 0.85rem;
        padding: 9px 14px;
    }
}


/* =========================================================
   CTA BANNER
========================================================= */

.cta-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: var(--white);
    border-radius: 24px;
}

.cta-banner h2,
.cta-banner p {
    color: var(--white);
}


/* =========================================================
   PAGE HERO / INNER HERO
========================================================= */
.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero .hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(47, 62, 70, 0.55), rgba(47, 62, 70, 0.55));
    z-index: 1;
}

@media (max-width: 575.98px) {
    .page-hero {
        height: 200px;
    }

    .section {
        padding-top: 20px;
    }
}

@media (min-width: 576px) {
    .page-hero {
        height: 280px;
    }
}


/* =========================================================
   BUTTONS
========================================================= */
.btn-get-started,
.about-cta-btn,
.training-card .btn-get-started {
    display: inline-block;
    background: var(--primary-dark);
    color: var(--white);
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
}

.btn-get-started:hover,
.about-cta-btn:hover,
.training-card .btn-get-started:hover {
    background: var(--accent);
    color: var(--white);
    transform: translateY(-2px);
}

.training-card .btn-get-started {
    padding: 8px 18px;
}


/* =========================================================
   ABOUT US
========================================================= */
.about-us-subtitle,
.products-subtitle,
.gallery-subtitle,
.contact-subtitle {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-dark);
    margin-bottom: 12px;
}

.about-us-content h2,
.products-preview h2,
.gallery-grid h2,
.contact-info-card h2,
.contact-form-card h2,
#faqs h2,
.packages-section h2,
.results-section h2 {
    color: var(--text-dark);
    line-height: 1.1;
}

.about-us-content p,
.products-intro,
.gallery-intro,
.contact-intro {
    color: var(--text-muted);
    line-height: 1.8;
}

.about-us-image-wrap {
    overflow: hidden;
    border-radius: 24px;
}

.about-us-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--white);
    color: var(--text-dark);
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: var(--shadow-soft);
}

.about-feature-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: var(--shadow-soft);
    transition: 0.3s ease;
}

.about-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.about-feature-card i {
    font-size: 1.6rem;
    color: var(--primary-dark);
    margin-bottom: 12px;
    display: inline-block;
}

.about-feature-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.about-feature-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.about-cta-banner {
    margin-top: 24px;
    padding: 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--text-dark) 100%);
    color: var(--white);
    box-shadow: 0 15px 35px rgba(47, 62, 70, 0.16);
}

.about-cta-banner h3 {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 8px;
}

.about-cta-banner p {
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 16px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .about-cta-banner {
        text-align: center;
    }

    .about-cta-btn {
        width: 100%;
    }
}


/* =========================================================
   SERVICES / TRAINING CARDS
========================================================= */
.training-card,
.service-card {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
}

.training-card p,
.service-card p {
    color: var(--text-muted);
}

.training-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (max-width: 991.98px) {
    .training-img {
        height: 180px;
    }
}

.tile-type-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tile-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(111, 168, 163, 0.12);
    color: var(--primary-dark);
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid rgba(111, 168, 163, 0.2);
}


/* =========================================================
   RESULTS / TESTIMONIALS
========================================================= */
.results-shell {
    background: var(--bg-soft);
    border-radius: 32px;
    padding: 32px 24px;
    max-width: 980px;
}

.result-card {
    background: var(--white);
    border-radius: 16px;
    margin: 0 auto;
    padding: 28px 28px 22px;
    max-width: 760px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(47, 62, 70, 0.06);
}

.result-card blockquote {
    font-style: italic;
    color: var(--text-dark);
    margin: 0 0 16px 0;
}

.result-card figcaption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--text-muted);
}

.result-card figcaption strong {
    color: var(--primary-dark);
}

.results-swiper {
    padding: 8px 48px;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--primary-dark);
}

.swiper-pagination-bullet-active {
    background: var(--accent);
}

@media (max-width: 991.98px) {
    .results-shell {
        border-radius: 24px;
        padding: 24px 16px;
    }

    .result-card {
        max-width: 100%;
        padding: 22px 18px;
    }

    .results-swiper {
        padding: 8px 32px;
    }
}


/* =========================================================
   FAQ SECTION
========================================================= */
#faqs hr {
    border: 0;
    height: 3px;
    background: var(--primary);
    opacity: 1;
    border-radius: 999px;
    margin-bottom: 40px;
}

#faqs .accordion-item {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 18px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

#faqs .accordion-button {
    background: var(--white);
    color: var(--text-dark);
    font-weight: 700;
    font-size: 1rem;
    padding: 22px 24px;
    box-shadow: none;
    border: none;
}

#faqs .accordion-button:not(.collapsed) {
    background: #eef5f4;
    color: var(--text-dark);
    box-shadow: none;
}

#faqs .accordion-button:focus {
    box-shadow: none;
    border: none;
}

#faqs .accordion-button::after {
    filter: none;
}

#faqs .accordion-body {
    padding: 0 24px 24px 24px;
    color: var(--text-muted);
    line-height: 1.8;
    background: #eef5f4;
}

#faqs .accordion-collapse {
    border-top: 1px solid #d8e7e4;
}

#faqs .accordion-item:hover {
    transform: translateY(-2px);
    transition: 0.3s ease;
    box-shadow: var(--shadow-hover);
}

@media (max-width: 767px) {
    #faqs .accordion-button {
        font-size: 0.95rem;
        padding: 18px 18px;
    }

    #faqs .accordion-body {
        padding: 0 18px 18px 18px;
    }
}


/* =========================================================
   PRODUCTS PREVIEW
========================================================= */
#products-preview {
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-light) 100%);
}

.product-feature-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: 0.3s ease;
    height: 100%;
}

.product-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.product-feature-img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.product-feature-content {
    padding: 32px;
}

.product-tag {
    display: inline-block;
    background: rgba(111, 168, 163, 0.14);
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.product-feature-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 14px;
}

.product-feature-content p,
.product-points {
    color: var(--text-muted);
    line-height: 1.8;
}

.product-points {
    margin: 0;
    padding-left: 20px;
}

.product-points li {
    margin-bottom: 10px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .product-feature-img {
        min-height: 240px;
        border-radius: 0;
    }

    .product-feature-content {
        padding: 24px;
    }

    .product-feature-content h3 {
        font-size: 1.35rem;
    }
}

@media (max-width: 767px) {
    .product-feature-img {
        min-height: 220px;
    }

    .product-feature-content {
        padding: 20px;
    }

    .product-feature-content h3 {
        font-size: 1.2rem;
    }

    .product-points {
        padding-left: 18px;
    }
}


/* =========================================================
   GALLERY
========================================================= */
#gallery-grid {
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-light) 100%);
}

.gallery-card {
    border-radius: 24px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    transition: 0.3s ease;
    height: 100%;
}

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

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

@media (max-width: 991px) {
    .gallery-img {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .gallery-img {
        height: 240px;
    }
}


/* =========================================================
   CONTACT SECTION
========================================================= */
#contact-section {
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-light) 100%);
}

.contact-info-card,
.contact-form-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 32px;
    box-shadow: var(--shadow-soft);
}

.contact-details-list h6 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
}

.contact-details-list a,
.contact-details-list p {
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 0;
}

.contact-details-list a:hover {
    color: var(--primary-dark);
}

.contact-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: rgba(111, 168, 163, 0.14);
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 1rem;
}

.contact-form-card .form-control {
    border-radius: 16px;
    border: 1px solid var(--border-light);
    box-shadow: none;
}

.contact-form-card .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.15rem rgba(111, 168, 163, 0.18);
}

.contact-form-card .form-floating label {
    color: #777;
}

.contact-map-section {
    line-height: 0;
}

.contact-map-section iframe {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .contact-info-card,
    .contact-form-card {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .contact-info-card,
    .contact-form-card {
        padding: 20px;
    }

    .contact-map-section iframe {
        height: 360px;
    }
}