/* Glossara / Handmade Embroidery — site polish */
:root {
    --gw-accent: #c9a27c;
    --gw-accent-dark: #b08b64;
    --gw-dark: #222222;
    --gw-muted: #6c6c6c;
    --gw-soft: #faf7f3;
    --gw-line: #eee6dc;
    --gw-radius: 0;
}

/* ---------- Header ---------- */
.header-logo img,
.widget-about img {
    max-height: 48px;
    width: auto;
}

.site-main-menu > ul > li > a.active .menu-text,
.site-main-menu > ul > li.active > a .menu-text {
    color: var(--gw-accent);
}

/* Top strip — match site accent color */
.topbar-section {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 101;
}

.topbar-section.bg-primary2 {
    background-color: #c9a27c !important;
}

.topbar-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.topbar-menu ul li a {
    font-size: 16px;
    font-weight: 400;
}

.topbar-menu ul li::after {
    background-color: rgba(255, 255, 255, .35) !important;
}

.topbar-menu ul li a i {
    font-size: 14px;
    margin-right: 10px;
}

.gw-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    background: #222;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background .3s ease, color .3s ease;
}

.gw-header-cta:hover {
    background: var(--gw-accent);
    color: #fff !important;
}

.gw-header-cta-sm {
    padding: 8px 14px;
    margin-right: 10px;
}

.gw-offcanvas-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 0 8px;
    border-top: 1px solid #eee;
    margin-top: 12px;
}

.gw-offcanvas-contact a {
    font-size: 14px;
    color: #555;
}

.gw-offcanvas-contact a i {
    width: 20px;
    color: var(--gw-accent);
}

.page-title-section {
    background-size: cover;
    background-position: center;
    background-color: #f3ebe3;
}

/* Page heading banner */
.page-title-section.gw-page-banner {
    position: relative;
    padding: 72px 0 68px !important;
    min-height: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid rgba(201, 162, 124, .18);
}

.gw-page-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(250, 246, 240, .96) 0%, rgba(250, 246, 240, .88) 38%, rgba(243, 235, 227, .55) 68%, rgba(243, 235, 227, .28) 100%),
        radial-gradient(ellipse at 18% 70%, rgba(201, 162, 124, .18), transparent 55%);
    z-index: 0;
    pointer-events: none;
}

.gw-page-banner-shine {
    position: absolute;
    top: -40%;
    right: -8%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .45) 0%, transparent 68%);
    z-index: 0;
    pointer-events: none;
}

.page-title-section.gw-page-banner .container {
    position: relative;
    z-index: 1;
}

.page-title-section.gw-page-banner .gw-page-title {
    max-width: 640px;
}

.page-title-section.gw-page-banner .gw-page-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #c9a27c;
}

.page-title-section.gw-page-banner .page-title .title {
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.15;
    margin: 0 0 16px;
    color: #2c241c;
    letter-spacing: -.01em;
}

.page-title-section.gw-page-banner .gw-page-accent {
    display: block;
    width: 56px;
    height: 2px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #c9a27c 0%, rgba(201, 162, 124, .15) 100%);
}

.page-title-section.gw-page-banner .page-title .breadcrumb,
.page-title-section.gw-page-banner .gw-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.page-title-section.gw-page-banner .gw-breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    color: #8a7460;
}

.page-title-section.gw-page-banner .gw-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    padding: 0 10px;
    color: #c9a27c;
    font-weight: 400;
    float: none;
}

.page-title-section.gw-page-banner .gw-breadcrumb .breadcrumb-item a {
    color: #8a7460;
    text-decoration: none;
    transition: color .25s ease;
}

.page-title-section.gw-page-banner .gw-breadcrumb .breadcrumb-item a:hover {
    color: #c9a27c;
}

.page-title-section.gw-page-banner .gw-breadcrumb .breadcrumb-item.active {
    color: #2c241c;
    font-weight: 500;
}

.about-page .page-title-section.gw-page-banner {
    background-color: #ebe2d6;
}

.about-page .page-title-section.gw-page-banner .gw-page-banner-overlay {
    background:
        linear-gradient(105deg, rgba(243, 235, 227, .96) 0%, rgba(243, 235, 227, .88) 38%, rgba(235, 226, 214, .55) 68%, rgba(235, 226, 214, .3) 100%),
        radial-gradient(ellipse at 18% 70%, rgba(201, 162, 124, .2), transparent 55%);
}

@media (max-width: 767px) {
    .page-title-section.gw-page-banner {
        padding: 48px 0 44px !important;
    }

    .page-title-section.gw-page-banner .page-title .title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .page-title-section.gw-page-banner .gw-page-eyebrow {
        margin-bottom: 10px;
        letter-spacing: .16em;
    }

    .gw-page-banner-overlay {
        background:
            linear-gradient(180deg, rgba(250, 246, 240, .94) 0%, rgba(250, 246, 240, .82) 100%),
            radial-gradient(ellipse at top left, rgba(201, 162, 124, .16), transparent 60%);
    }

    .gw-page-banner-shine {
        width: 260px;
        height: 260px;
        right: -20%;
    }
}

/* ---------- Home spacing ---------- */
.home-page {
    background: #ffffff;
}

.home-page .gw-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-page .gw-section-soft,
.home-page .gw-home-services,
.home-page .gw-home-gallery,
.home-page .gw-home-why {
    background: #f5efe6;
}

.home-page .gw-home-about,
.home-page .gw-home-works,
.home-page .gw-home-testimonials,
.home-page .section.gw-home-testimonials,
.home-page .gw-cta-section {
    background: #ffffff;
}

.home-page .gw-section-cta {
    margin-top: 40px;
}

.home-page .section-title2 {
    margin-bottom: 44px;
}

.home-page .section-title2 .sub-title {
    color: var(--gw-accent);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.home-page .section-title2 .title {
    margin-bottom: 14px;
}

.home-page .section-title2 p {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    color: var(--gw-muted);
}

.home-page .gw-title-accent {
    display: block;
    width: 52px;
    height: 2px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, #c9a27c 0%, rgba(201, 162, 124, .15) 100%);
}

.home-page .gw-cta-section {
    padding-top: 28px;
    padding-bottom: 88px;
}

.home-page .cta-banner {
    position: relative;
    overflow: hidden;
    padding: 64px 48px;
    border: 1px solid rgba(201, 162, 124, .28);
    background:
        linear-gradient(135deg, #faf6f0 0%, #f3ebe3 55%, #efe4d8 100%),
        radial-gradient(circle at top right, rgba(201, 162, 124, .25), transparent 48%);
}

.home-page .gw-cta-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #c9a27c;
}

.home-page .service-card-learts,
.home-page .why-box,
.home-page .gw-work-card {
    border-color: rgba(201, 162, 124, .22);
    box-shadow: 0 8px 22px rgba(60, 40, 20, .04);
}

.home-page .service-card-learts:hover,
.home-page .why-box:hover,
.home-page .gw-work-card:hover {
    border-color: rgba(201, 162, 124, .45);
    box-shadow: 0 18px 40px rgba(60, 40, 20, .1);
}

.home-page .gw-home-services .service-card-learts,
.home-page .gw-home-why .why-box,
.home-page .gw-home-gallery .gw-gallery-card {
    background: #ffffff;
}

.home-page .gw-about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    margin-top: 8px;
}

/* ---------- Reveal motion ---------- */
.gw-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
    transition-delay: var(--gw-delay, 0s);
}

.gw-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- Hero / Home8 slider ---------- */
.gw-hero {
    overflow: hidden;
    background: #fff;
}

.gw-hero .home8-slider {
    min-height: 560px;
}

.home8-slide-item {
    background: #ffffff !important;
    min-height: 560px;
    position: relative;
    align-items: stretch;
}

.home8-slide-image {
    overflow: hidden;
    max-width: 64% !important;
    width: 64%;
    flex: 0 0 64%;
    align-self: stretch;
    min-height: 560px;
    background: #f3ebe3;
}

.home8-slide-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    transition: transform 6s ease;
}

.home8-slide-item.swiper-slide-active .home8-slide-image img {
    transform: scale(1.04);
}

.home8-slide-content {
    left: 64% !important;
    right: 0;
    width: 36%;
    max-width: 36%;
    padding: 0 28px;
    box-sizing: border-box;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    white-space: normal !important;
    text-align: center;
}

.home8-slide-content .sub-title,
.home8-slide-content .title,
.home8-slide-content .link a {
    color: #333333;
}

.home8-slide-content .title {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 100%;
    font-size: clamp(30px, 3.4vw, 52px);
    line-height: 1.2;
    margin-bottom: 14px;
}

.home8-slide-content .sub-title {
    display: inline-block;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #c9a27c !important;
    line-height: 1.4;
    margin-bottom: 14px;
}

.gw-hero-desc {
    max-width: 320px;
    margin: 0 auto 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #6b5a4a;
}

.home8-slide-content .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.home8-slide-content .link a {
    transition: color .3s ease, border-color .3s ease;
}

.home8-slide-content .link a.gw-hero-link-secondary {
    border: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8a7460;
}

.home8-slide-content .link a.gw-hero-link-secondary:hover {
    color: #c9a27c;
}

.home8-slide-content .link a:hover {
    color: var(--gw-accent);
    border-color: var(--gw-accent);
}

/* ---------- About ---------- */
.gw-about-section {
    overflow: hidden;
}

.gw-about-media {
    position: relative;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
    padding: 28px 28px 28px 0;
}

.gw-about-media::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 48px;
    background: #f3ebe3;
    z-index: -1;
    transition: transform .5s ease;
}

.gw-about-media:hover::before {
    transform: translate(6px, -6px);
}

.gw-about-media img {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: transform .5s ease;
}

.gw-about-media:hover img {
    transform: translateY(-4px);
}

.about-us3 .link {
    transition: color .3s ease;
}

.about-us3 .link:hover {
    color: var(--gw-accent);
}

.gw-about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    margin-top: 8px;
}

.about-page {
    background: #ffffff;
}

.about-page .gw-about-section {
    background: #ffffff;
}

.about-page .gw-section,
.about-page .section.section-padding {
    background: #ffffff;
}

.about-page .gw-section-soft,
.about-page .section.gw-section-soft {
    background: #f5efe6;
}

.about-page .gw-about-why-section {
    background: #f5efe6 !important;
}

.about-page .gw-about-testimonials-section,
.about-page .section.gw-about-testimonials-section {
    background: #ffffff !important;
}

.about-page .gw-section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.about-page .gw-cta-section {
    padding-top: 24px;
    padding-bottom: 80px;
    background: #ffffff;
}

.about-page .section-title2 {
    margin-bottom: 40px;
}

.about-page .gw-about-why {
    background: #fff;
}

.about-page .cta-banner {
    background: #fff;
    border-color: #e8dfd3;
}

@media (max-width: 767px) {
    .about-page .gw-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .about-page .gw-cta-section {
        padding-top: 8px;
        padding-bottom: 56px;
    }

    .gw-about-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* ---------- Cards / shared ---------- */
.service-card-learts,
.why-box,
.gw-work-card {
    height: 100%;
    transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
}

.service-card-learts {
    background: #fff;
    border: 1px solid var(--gw-line);
    padding: 32px 26px;
}

.service-card-learts:hover,
.why-box:hover,
.gw-work-card:hover {
    box-shadow: 0 16px 36px rgba(34, 34, 34, .08);
    transform: translateY(-5px);
    border-color: transparent;
}

.service-card-learts .icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3ebe3;
    color: var(--gw-accent-dark);
    font-size: 20px;
    transition: background .3s ease, color .3s ease;
}

.service-card-learts:hover .icon {
    background: var(--gw-dark);
    color: #fff;
}

.service-card-learts h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-card-learts p {
    color: var(--gw-muted);
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.65;
}

.gw-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--gw-dark);
    border-bottom: 1px solid transparent;
    transition: color .3s ease, border-color .3s ease, gap .3s ease;
}

.gw-card-link:hover {
    color: var(--gw-accent);
    border-color: var(--gw-accent);
    gap: 12px;
}

.gw-card-link i {
    font-size: 11px;
}

/* Work cards */
.gw-work-card {
    background: #fff;
    border: 1px solid var(--gw-line);
    overflow: hidden;
}

.gw-work-media {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.gw-work-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.gw-work-card:hover .gw-work-media img {
    transform: scale(1.06);
}

.gw-work-body {
    padding: 22px 20px 24px;
}

.gw-work-body h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.gw-work-body p {
    color: var(--gw-muted);
    font-size: 15px;
    margin-bottom: 10px;
}

.work-price {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--gw-accent);
    letter-spacing: .04em;
}

/* Why / testimonials */
.why-box {
    padding: 28px 22px;
    background: #fff;
    border: 1px solid var(--gw-line);
}

.why-box .num {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .14em;
    color: var(--gw-accent);
    margin-bottom: 12px;
}

.why-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.why-box p {
    color: var(--gw-muted);
    font-size: 15px;
    margin: 0;
    line-height: 1.65;
}

.testimonial {
    background: #fff;
    border: 1px solid var(--gw-line);
    padding: 28px 24px;
}

/* Keep template Style 01 as white card boxes — equal height */
.testimonial-carousel {
    padding-top: 8px;
    overflow: hidden;
}

.testimonial-carousel .slick-list {
    margin: 0 -12px;
    padding: 8px 0 16px;
}

.testimonial-carousel .slick-track {
    display: flex !important;
    align-items: stretch;
}

.testimonial-carousel .slick-slide {
    padding: 0 12px;
    height: auto !important;
    display: flex !important;
    float: none;
}

.testimonial-carousel .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
}

.testimonial-carousel .slick-slide .col {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1;
}

.testimonial-carousel .testimonial {
    background: #ffffff !important;
    border: 1px solid #ebe4da !important;
    box-shadow: 0 8px 24px rgba(34, 34, 34, .05) !important;
    padding: 32px 28px 28px !important;
    width: 100%;
    height: 100% !important;
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    transform: none !important;
    transition: box-shadow .3s ease, border-color .3s ease;
}

.testimonial-carousel .testimonial:hover {
    box-shadow: 0 14px 32px rgba(34, 34, 34, .09) !important;
    border-color: #e0d5c8 !important;
    transform: none !important;
}

.testimonial-carousel .testimonial p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
    margin-bottom: 28px;
    opacity: .85;
    color: #454545;
    text-align: left;
    flex: 1 1 auto;
}

.testimonial-carousel .testimonial .author {
    justify-content: flex-start;
    margin-top: auto;
}

.testimonial-carousel .testimonial .author img {
    width: 72px;
    height: 72px;
    margin-right: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-carousel .slick-arrow {
    color: #bbb;
    font-size: 20px;
    z-index: 2;
}

.testimonial-carousel .slick-arrow:hover {
    color: var(--gw-accent);
}

/* Soft section behind white testimonial cards */
.section.gw-section-soft .testimonial-carousel .testimonial,
.section-padding.gw-section-soft .testimonial-carousel .testimonial {
    background: #fff !important;
}

.gw-stars {
    color: var(--gw-accent);
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.testimonial > p {
    color: var(--gw-muted);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Testimonials page */
.testimonials-page .gw-testimonials-section {
    background: #faf6f0;
    padding: 40px 0 72px;
}

.gw-testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    padding: 32px 28px 28px;
    position: relative;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.gw-testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 124, .45);
    box-shadow: 0 18px 40px rgba(60, 40, 20, .1);
}

.gw-testimonial-quote {
    position: absolute;
    top: 8px;
    right: 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 88px;
    line-height: 1;
    color: rgba(201, 162, 124, .22);
    pointer-events: none;
}

.gw-testimonial-card .gw-stars {
    margin-bottom: 16px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a27c;
}

.gw-testimonial-text {
    flex: 1;
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.8;
    color: #5a4e42;
}

.gw-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(201, 162, 124, .18);
}

.gw-testimonial-author img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(201, 162, 124, .35);
    flex-shrink: 0;
}

.gw-testimonial-name {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 4px;
    color: #2c241c;
}

.gw-testimonial-role {
    display: block;
    font-size: 13px;
    color: #8a7460;
}

@media (max-width: 767px) {
    .testimonials-page .gw-testimonials-section {
        padding: 28px 0 48px;
    }

    .gw-testimonial-card {
        padding: 26px 20px 22px;
    }

    .gw-testimonial-quote {
        font-size: 72px;
        right: 16px;
    }
}

/* Gallery */
.gallery-item-learts {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item-learts img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery-item-learts:hover img {
    transform: scale(1.08);
}

.gallery-item-learts .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 34, 34, .4);
    color: #fff;
    opacity: 0;
    transition: opacity .35s ease;
}

.gallery-item-learts:hover .overlay {
    opacity: 1;
}

/* Gallery page */
.gallery-page,
.gallery-page .site-main-content,
.gallery-page .gw-gallery-section {
    background: #ffffff !important;
}

.gallery-page .gw-gallery-section {
    padding: 48px 0 72px;
}

.gallery-page .page-title-section.gw-page-banner {
    background-color: #ebe2d6;
}

.gallery-page .page-title-section.gw-page-banner .gw-page-banner-overlay {
    background:
        linear-gradient(105deg, rgba(243, 235, 227, .96) 0%, rgba(243, 235, 227, .88) 38%, rgba(235, 226, 214, .55) 68%, rgba(235, 226, 214, .3) 100%),
        radial-gradient(ellipse at 18% 70%, rgba(201, 162, 124, .2), transparent 55%);
}

.gallery-page .gw-gallery-cta,
.gallery-page .gw-gallery-empty {
    background: #faf6f0;
    border-color: rgba(201, 162, 124, .22);
}

.gw-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.gw-gallery-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    padding: 12px;
    box-shadow: 0 8px 22px rgba(34, 34, 34, .04);
    transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.gw-gallery-card:hover {
    box-shadow: 0 16px 36px rgba(34, 34, 34, .1);
    transform: translateY(-4px);
    border-color: rgba(201, 162, 124, .45);
    color: inherit;
}

.gw-gallery-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f3ebe3;
}

.gw-gallery-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.gw-gallery-card:hover .gw-gallery-card-media img {
    transform: scale(1.08);
}

.gw-gallery-card-overlay {
    position: absolute;
    inset: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(31, 28, 25, .15) 0%, rgba(31, 28, 25, .62) 100%);
    color: #fff;
    opacity: 0;
    transition: opacity .35s ease;
    text-align: center;
    pointer-events: none;
}

.gw-gallery-card:hover .gw-gallery-card-overlay {
    opacity: 1;
}

.gw-gallery-card-overlay i {
    font-size: 22px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .08);
}

.gw-gallery-card-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    max-width: 90%;
}

.gw-gallery-empty {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid #ebe4da;
}

.gw-gallery-empty p {
    margin-bottom: 20px;
    color: #666;
}

.gw-gallery-cta {
    margin-top: 48px;
    padding: 36px 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebe4da;
}

.gw-gallery-cta p {
    margin: 0 0 18px;
    color: #666;
    font-size: 16px;
}

@media (max-width: 991px) {
    .gw-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .gallery-page .gw-gallery-section {
        padding: 28px 0 48px;
    }

    .gw-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .gw-gallery-card {
        padding: 8px;
    }

    .gw-gallery-card-overlay {
        inset: 8px;
    }

    .gw-gallery-cta {
        margin-top: 28px;
        padding: 28px 18px;
    }

    .gw-gallery-card-overlay i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .gw-gallery-card-title {
        font-size: 12px;
    }
}

/* Videos */
.video-card {
    position: relative;
    overflow: hidden;
}

.video-card .image {
    position: relative;
    display: block;
}

.video-card .image img {
    aspect-ratio: 16/10;
    width: 100%;
    object-fit: cover;
}

.video-card .play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .28);
    color: #fff;
    font-size: 42px;
    transition: background .3s ease;
}

.video-card:hover .play {
    background: rgba(0, 0, 0, .42);
}

/* Videos page */
.videos-page,
.videos-page .site-main-content,
.videos-page .gw-videos-section {
    background: #ffffff !important;
}

.videos-page .gw-videos-section {
    padding: 48px 0 72px;
}

.videos-page .page-title-section.gw-page-banner {
    background-color: #ebe2d6;
}

.videos-page .page-title-section.gw-page-banner .gw-page-banner-overlay {
    background:
        linear-gradient(105deg, rgba(243, 235, 227, .96) 0%, rgba(243, 235, 227, .88) 38%, rgba(235, 226, 214, .55) 68%, rgba(235, 226, 214, .3) 100%),
        radial-gradient(ellipse at 18% 70%, rgba(201, 162, 124, .2), transparent 55%);
}

.videos-page .gw-gallery-cta,
.videos-page .gw-gallery-empty {
    background: #faf6f0;
    border-color: rgba(201, 162, 124, .22);
}

.gw-video-card {
    height: 100%;
    background: #fff;
    border: 1px solid #ebe4da;
    box-shadow: 0 8px 22px rgba(34, 34, 34, .04);
    overflow: hidden;
    transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
}

.gw-video-card:hover {
    box-shadow: 0 16px 36px rgba(34, 34, 34, .1);
    transform: translateY(-4px);
    border-color: #e0d5c8;
}

.gw-video-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f3ebe3;
}

.gw-video-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.gw-video-card:hover .gw-video-media img {
    transform: scale(1.06);
}

.gw-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 28, 25, .28);
    transition: background .3s ease;
}

.gw-video-play i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    color: #1f1c19;
    font-size: 16px;
    padding-left: 3px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.gw-video-card:hover .gw-video-play {
    background: rgba(31, 28, 25, .42);
}

.gw-video-card:hover .gw-video-play i {
    background: #c9a27c;
    color: #fff;
    transform: scale(1.06);
}

.gw-video-body {
    padding: 22px 20px 24px;
}

.gw-video-tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c9a27c;
}

.gw-video-body h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #222;
}

.gw-video-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .videos-page .gw-videos-section {
        padding: 28px 0 48px;
    }

    .gw-video-play i {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .gw-video-body {
        padding: 18px 16px 20px;
    }

    .gw-video-body h3 {
        font-size: 18px;
    }
}

/* Blogs listing */
.blogs-page .gw-blogs-section,
.blog-detail-page .gw-blog-detail-section {
    background: #faf6f0;
    padding: 40px 0 72px;
}

/* Blog list layout (fullwidth list) */
.gw-blog-list {
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    padding: 8px 40px 0;
}

.gw-blog-list-item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(201, 162, 124, .2);
}

.gw-blog-list-item:last-child {
    border-bottom: 0;
}

.gw-blog-list-media {
    display: block;
    overflow: hidden;
    background: #f3ebe3;
    aspect-ratio: 4 / 3;
}

.gw-blog-list-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.gw-blog-list-item:hover .gw-blog-list-media img {
    transform: scale(1.05);
}

.gw-blog-list-content {
    padding-right: 8px;
}

.gw-blog-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    font-size: 14px;
    color: #8a7460;
}

.gw-blog-list-meta i {
    margin-right: 6px;
    color: #c9a27c;
}

.gw-blog-list-title {
    font-size: clamp(22px, 2.4vw, 28px);
    line-height: 1.3;
    margin: 0 0 14px;
}

.gw-blog-list-title a {
    color: #2c241c;
    text-decoration: none;
    transition: color .25s ease;
}

.gw-blog-list-title a:hover {
    color: #c9a27c;
}

.gw-blog-list-excerpt {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #5a4e42;
    max-width: 640px;
}

.gw-blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.gw-blog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 124, .45);
    box-shadow: 0 18px 40px rgba(60, 40, 20, .1);
}

.gw-blog-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f3ebe3;
}

.gw-blog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.gw-blog-card:hover .gw-blog-media img {
    transform: scale(1.06);
}

.gw-blog-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 24px;
}

.gw-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #8a7460;
}

.gw-blog-meta i {
    margin-right: 5px;
    color: #c9a27c;
}

.gw-blog-title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.gw-blog-title a {
    color: #2c241c;
    text-decoration: none;
    transition: color .25s ease;
}

.gw-blog-title a:hover {
    color: #c9a27c;
}

.gw-blog-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
    flex: 1;
}

.gw-blog-body .gw-card-link {
    margin-top: auto;
}

.pagination-wrap {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.pagination-wrap .pagination {
    gap: 6px;
}

.pagination-wrap .page-link {
    border-color: rgba(201, 162, 124, .28);
    color: #5c4a3a;
    background: #fff;
    border-radius: 0 !important;
    padding: 8px 14px;
}

.pagination-wrap .page-item.active .page-link,
.pagination-wrap .page-link:hover {
    background: #c9a27c;
    border-color: #c9a27c;
    color: #fff;
}

/* Blog detail */
.blog-detail-page .gw-blog-detail-section {
    background: #faf6f0;
}

.blog-detail-page .single-blog .image {
    margin-bottom: 28px;
    overflow: hidden;
    background: #f3ebe3;
}

.blog-detail-page .single-blog .image img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 520px;
    object-fit: cover;
}

.blog-detail-page .single-blog .title {
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.25;
    margin-bottom: 16px;
}

.blog-detail-page .gw-blog-lead {
    font-size: 17px;
    line-height: 1.7;
    color: #6b5a4a;
    margin-bottom: 20px;
}

.blog-detail-page .single-blog .desc {
    font-size: 16px;
    line-height: 1.85;
    color: #4a4036;
}

.blog-detail-page .blog-author {
    margin-top: 40px;
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
}

.blog-detail-page .related-blog {
    margin-top: 48px;
}

.blog-detail-page .gw-blog-detail-cta {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(201, 162, 124, .22);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blog-detail-page .gw-blog-sidebar .single-widget {
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    padding: 22px 20px;
}

.blog-detail-page .gw-blog-sidebar .widget-search {
    padding: 0;
    background: transparent;
    border: 0;
}

.blog-detail-page .gw-blog-sidebar-cta {
    text-align: center;
}

.blog-detail-page .gw-blog-sidebar-cta h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c241c;
}

.blog-detail-page .gw-blog-sidebar-cta p {
    font-size: 14px;
    line-height: 1.65;
    color: #8a7460;
    margin-bottom: 16px;
}

.gw-blog-detail {
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    padding: 40px 48px 48px;
}

.gw-blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 14px;
    color: #8a7460;
}

.gw-blog-detail-meta i {
    margin-right: 6px;
    color: #c9a27c;
}

.gw-blog-detail-title {
    text-align: center;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.25;
    color: #2c241c;
    margin-bottom: 16px;
}

.gw-blog-detail-excerpt {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.7;
    color: #6b5a4a;
}

.gw-blog-detail-image {
    margin-bottom: 36px;
    overflow: hidden;
    background: #f3ebe3;
}

.gw-blog-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 520px;
    object-fit: cover;
}

.gw-blog-detail-content {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.85;
    color: #4a4036;
}

.gw-blog-detail-content p {
    margin-bottom: 1.15em;
}

.gw-blog-detail-actions {
    max-width: 760px;
    margin: 40px auto 0;
    padding-top: 28px;
    border-top: 1px solid rgba(201, 162, 124, .22);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.gw-blog-related {
    margin-top: 64px;
    padding-top: 16px;
}

.gw-blog-related .section-title2 {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .blogs-page .gw-blogs-section,
    .blog-detail-page .gw-blog-detail-section {
        padding: 28px 0 48px;
    }

    .gw-blog-list {
        padding: 0 18px;
    }

    .gw-blog-list-item {
        padding: 28px 0;
    }

    .gw-blog-list-title {
        font-size: 20px;
    }

    .gw-blog-list-excerpt {
        font-size: 15px;
    }

    .gw-blog-body {
        padding: 18px 16px 20px;
    }

    .gw-blog-title {
        font-size: 18px;
    }

    .gw-blog-detail {
        padding: 28px 18px 32px;
    }

    .gw-blog-detail-actions,
    .blog-detail-page .gw-blog-detail-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .gw-blog-related {
        margin-top: 48px;
    }
}

/* CTA */
.cta-banner {
    background:
        linear-gradient(135deg, rgba(247, 241, 234, .95) 0%, rgba(239, 227, 214, .95) 100%),
        radial-gradient(circle at top right, rgba(201, 162, 124, .22), transparent 50%);
    padding: 56px 40px;
    text-align: center;
    border: 1px solid var(--gw-line);
}

.cta-banner h2 {
    margin-bottom: 12px;
}

.cta-banner p {
    max-width: 560px;
    margin: 0 auto 28px;
    color: var(--gw-muted);
}

.gw-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* Forms / misc pages */
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 14px 18px;
    background: #fff;
}

.contact-form textarea {
    min-height: 140px;
}

.form-alert-success {
    background: #eef8f0;
    color: #1d6b34;
    padding: 14px 18px;
    margin-bottom: 24px;
    border: 1px solid #c7e6cf;
}

.form-error {
    display: block;
    color: #c0392b;
    font-size: 13px;
    margin-top: 6px;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 22px 0;
}

.faq-item h5 {
    margin-bottom: 10px;
}

/* FAQs page */
.faqs-page .gw-faqs-section {
    background: #faf6f0;
    padding: 40px 0 72px;
}

.gw-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gw-faq-item {
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    transition: border-color .3s ease, box-shadow .3s ease;
}

.gw-faq-item.is-open,
.gw-faq-item:hover {
    border-color: rgba(201, 162, 124, .45);
    box-shadow: 0 12px 28px rgba(60, 40, 20, .08);
}

.gw-faq-question {
    margin: 0;
    font-size: inherit;
}

.gw-faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    background: transparent;
    border: 0;
    text-align: left;
    color: #2c241c;
    cursor: pointer;
    transition: color .25s ease;
}

.gw-faq-toggle:hover,
.gw-faq-item.is-open .gw-faq-toggle {
    color: #c9a27c;
}

.gw-faq-num {
    flex-shrink: 0;
    font-size: 13px;
    letter-spacing: .08em;
    color: #c9a27c;
    font-weight: 600;
}

.gw-faq-q-text {
    flex: 1;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.gw-faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.gw-faq-icon::before,
.gw-faq-icon::after {
    content: "";
    position: absolute;
    background: #c9a27c;
    transition: transform .3s ease, opacity .3s ease;
}

.gw-faq-icon::before {
    top: 10px;
    left: 3px;
    width: 16px;
    height: 2px;
}

.gw-faq-icon::after {
    top: 3px;
    left: 10px;
    width: 2px;
    height: 16px;
}

.gw-faq-item.is-open .gw-faq-icon::after {
    opacity: 0;
    transform: rotate(90deg);
}

.gw-faq-answer {
    padding: 0 24px 24px 62px;
}

.gw-faq-answer p {
    margin: 0;
    border-top: 1px solid rgba(201, 162, 124, .16);
    padding-top: 18px;
    font-size: 15px;
    line-height: 1.8;
    color: #5a4e42;
}

@media (max-width: 767px) {
    .faqs-page .gw-faqs-section {
        padding: 28px 0 48px;
    }

    .gw-faq-toggle {
        padding: 18px 16px;
        gap: 12px;
    }

    .gw-faq-q-text {
        font-size: 15px;
    }

    .gw-faq-answer {
        padding: 0 16px 18px 16px;
    }
}

.pagination-wrap {
    margin-top: 40px;
}

.pagination-wrap .pagination {
    justify-content: center;
    gap: 6px;
}

.offcanvas-menu ul li a.active,
.offcanvas-menu ul li.active > a {
    color: var(--gw-accent);
}

/* Fix theme height:100% clipping page footer */
html,
body {
    height: auto !important;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

.site-main-content {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: visible;
}

/* ---------- Footer ---------- */
.gw-footer {
    position: relative;
    z-index: 20;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    clear: both;
    width: 100%;
    margin-top: 0;
    color: #e8e2da;
    background-color: #1f1c19;
    background-image: linear-gradient(160deg, #2a2622 0%, #1f1c19 55%, #2c2824 100%);
    overflow: visible;
}

.gw-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(201, 162, 124, .18), transparent 32%),
        radial-gradient(circle at 88% 80%, rgba(201, 162, 124, .1), transparent 28%);
    pointer-events: none;
    z-index: 0;
}

.gw-footer-accent {
    height: 4px;
    background: linear-gradient(90deg, #b08b64 0%, #c9a27c 50%, #d4b28f 100%);
}

.gw-footer-main {
    position: relative;
    z-index: 1;
    padding: 64px 0 48px;
    min-height: 280px;
}

.gw-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
    line-height: 0;
    padding: 10px 14px;
    background: rgba(255, 255, 255, .96);
    border-radius: 2px;
}

.gw-footer-logo img {
    max-height: 42px;
    width: auto;
    display: block;
}

.gw-footer-about > p {
    max-width: 360px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 22px;
}

.gw-footer-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 340px;
}

.gw-footer-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    transition: background .3s ease, border-color .3s ease, transform .3s ease;
}

.gw-footer-chip:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(201, 162, 124, .45);
    transform: translateY(-2px);
    color: inherit;
}

.gw-footer-chip-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 162, 124, .18);
    color: #c9a27c;
    font-size: 14px;
}

.gw-footer-chip small {
    display: block;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 2px;
}

.gw-footer-chip strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    word-break: break-word;
}

.gw-footer-title {
    font-family: "Marcellus", Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
    color: #fff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: none;
    display: inline-block;
    position: relative;
}

.gw-footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: #c9a27c;
}

.gw-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gw-footer-links li + li {
    margin-top: 12px;
}

.gw-footer-links a {
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, .68);
    padding-left: 0;
    transition: color .25s ease, padding-left .25s ease;
}

.gw-footer-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background: #c9a27c;
    transition: width .25s ease;
}

.gw-footer-links a:hover {
    color: #c9a27c;
    padding-left: 14px;
}

.gw-footer-links a:hover::before {
    width: 8px;
}

.gw-footer-note {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .68);
    margin-bottom: 18px;
    max-width: 300px;
}

.gw-footer-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.gw-social-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .05);
    color: #fff !important;
    font-size: 14px;
    transition: background .3s ease, border-color .3s ease, transform .3s ease, color .3s ease;
}

.gw-social-btn:hover {
    background: #c9a27c;
    border-color: #c9a27c;
    color: #1f1c19 !important;
    transform: translateY(-3px);
}

.gw-footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    background: #c9a27c;
    color: #1f1c19 !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 18px;
    transition: background .3s ease, transform .3s ease;
}

.gw-footer-cta:hover {
    background: #d4b28f;
    color: #1f1c19 !important;
    transform: translateY(-2px);
}

.gw-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 8px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .68);
    max-width: 320px;
}

.gw-footer-address .gw-footer-chip-icon {
    width: 36px;
    height: 36px;
    font-size: 13px;
}

.gw-footer-bottom {
    position: relative;
    z-index: 1;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .22);
}

.gw-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 20px;
}

.gw-footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
}

.gw-footer-bottom-link {
    font-size: 13px;
    color: #c9a27c;
    letter-spacing: .02em;
    border-bottom: 1px solid transparent;
    transition: border-color .25s ease, color .25s ease;
}

.gw-footer-bottom-link:hover {
    color: #d4b28f;
    border-color: rgba(212, 178, 143, .5);
}

/* Contact page — separate content from footer */
.contact-page .gw-contact-form-section {
    padding-bottom: 64px;
    background: #fff;
    border-bottom: 1px solid #d9cfc3;
}

.contact-page .contact-form {
    margin-bottom: 0;
}

.contact-page .gw-contact-section {
    background: #faf6f0;
    padding: 40px 0 72px;
}

.gw-contact-info-row {
    margin-bottom: 28px;
}

.gw-contact-info-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
    padding: 28px 24px;
    text-align: center;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.gw-contact-info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 162, 124, .45);
    box-shadow: 0 14px 32px rgba(60, 40, 20, .08);
}

.gw-contact-info-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 162, 124, .12);
    color: #c9a27c;
    font-size: 18px;
}

.gw-contact-info-card h3 {
    font-size: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #2c241c;
}

.gw-contact-info-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5a4e42;
}

.gw-contact-info-card a {
    color: #5a4e42;
    text-decoration: none;
    transition: color .25s ease;
}

.gw-contact-info-card a:hover {
    color: #c9a27c;
}

.gw-contact-form-card,
.gw-contact-map-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(201, 162, 124, .22);
}

.gw-contact-form-card {
    padding: 36px 32px;
}

.gw-contact-form-title {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 8px;
    color: #2c241c;
}

.gw-contact-form-lead {
    margin: 0 0 28px;
    color: #8a7460;
    font-size: 15px;
    line-height: 1.65;
}

.gw-contact-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #8a7460;
}

.gw-contact-form input,
.gw-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(201, 162, 124, .28);
    padding: 13px 16px;
    background: #faf7f3;
    color: #2c241c;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.gw-contact-form input:focus,
.gw-contact-form textarea:focus {
    outline: none;
    border-color: #c9a27c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201, 162, 124, .15);
}

.gw-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.gw-contact-map-card {
    overflow: hidden;
    min-height: 100%;
}

.gw-contact-map,
.gw-contact-map-card iframe,
.gw-contact-map-card .gw-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
}

@media (max-width: 991px) {
    .gw-contact-map,
    .gw-contact-map-card iframe,
    .gw-contact-map-card .gw-contact-map iframe {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .contact-page .gw-contact-section {
        padding: 28px 0 48px;
    }

    .gw-contact-form-card {
        padding: 26px 18px;
    }

    .gw-contact-form-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .gw-footer-main {
        padding: 44px 0 32px;
    }

    .gw-footer-about > p,
    .gw-footer-contact-cards,
    .gw-footer-note,
    .gw-footer-address {
        max-width: 100%;
    }

    .gw-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .gw-footer-title {
        margin-bottom: 16px;
    }
}

.category-banner2 .image img,
.portfolio .thumbnail img,
.blog .image img,
.instafeed-item img,
.video-card .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ---------- Tablet ---------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gw-hero .home8-slider,
    .home8-slide-item,
    .home8-slide-image,
    .home8-slide-image img {
        min-height: 480px;
    }

    .home8-slide-image img {
        height: 480px;
    }

    .home8-slide-content {
        left: 70% !important;
        width: 30%;
        max-width: 30%;
        padding: 0 16px;
    }

    .home-page .gw-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

/* ---------- Mobile ---------- */
@media only screen and (max-width: 767px) {
    .home-page .gw-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .home-page .gw-section-cta {
        margin-top: 28px;
    }

    .home-page .section-title2 {
        margin-bottom: 28px;
    }

    .home-page .gw-cta-section {
        padding-top: 8px;
        padding-bottom: 56px;
    }

    .home8-slide-item {
        min-height: auto;
        flex-direction: column;
        background: #ffffff;
    }

    .home8-slide-image {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        min-height: 0;
    }

    .home8-slide-image img {
        aspect-ratio: 4 / 3;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        max-height: 340px;
        object-fit: cover;
    }

    .home8-slide-content {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 28px 20px 48px;
        transform: none !important;
        -webkit-transform: none !important;
        background: #ffffff;
        margin-top: 0 !important;
    }

    .home8-slide-content .title {
        font-size: 28px;
    }

    .home8-slide-content .sub-title {
        font-size: 12px !important;
    }

    .home8-slide-pages {
        display: none;
    }

    .home-page .cta-banner {
        padding: 40px 22px;
    }

    .gw-hero-desc {
        max-width: 100%;
        font-size: 14px;
    }

    .gw-about-media {
        padding: 16px 12px 16px 0;
        max-width: 320px;
    }

    .gw-about-media::before {
        left: 20px;
    }

    .about-us3 {
        text-align: left;
    }

    .about-us3 .title {
        font-size: 28px;
    }

    .service-card-learts,
    .why-box,
    .testimonial {
        padding: 24px 20px;
    }

    .cta-banner {
        padding: 36px 20px;
    }

    .gw-cta-actions .btn {
        width: 100%;
    }

    .gw-cta-actions .ms-2 {
        margin-left: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gw-reveal,
    .service-card-learts,
    .why-box,
    .testimonial,
    .gw-work-card,
    .gallery-item-learts img,
    .home8-slide-image img {
        transition: none !important;
        transform: none !important;
    }

    .gw-reveal {
        opacity: 1;
    }
}

/* ---------- Homepage enquiry modal ---------- */
body.gw-enquiry-open {
    overflow: visible;
}

.gw-enquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 96px 24px 40px;
    box-sizing: border-box;
    pointer-events: none;
    animation: gwEnquiryFadeIn .35s ease;
}

.gw-enquiry-modal[hidden] {
    display: none !important;
}

.gw-enquiry-modal.is-closing {
    animation: gwEnquiryFadeOut .22s ease forwards;
}

.gw-enquiry-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(31, 28, 25, .58);
    backdrop-filter: blur(3px);
    pointer-events: auto;
}

.gw-enquiry-dialog {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    max-height: none;
    margin: 24px auto 0;
    padding-top: 0;
    box-sizing: border-box;
    pointer-events: auto;
    animation: gwEnquiryRise .4s ease;
}

.gw-enquiry-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #2c241c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.gw-enquiry-close:hover {
    background: #c9a27c;
    color: #fff;
    transform: rotate(90deg);
}

.gw-enquiry-panel {
    position: relative;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 28px 70px rgba(34, 28, 20, .32);
    background:
        linear-gradient(165deg, rgba(250, 246, 240, .92) 0%, rgba(250, 246, 240, .88) 55%, rgba(243, 235, 227, .9) 100%),
        url('/assets/images/about.jpg') center / cover no-repeat;
}

.gw-enquiry-form-wrap {
    padding: 32px 28px 28px;
    overflow: visible;
}

.gw-enquiry-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #c9a27c;
}

.gw-enquiry-form-head h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 6px;
    color: #2c241c;
}

.gw-enquiry-form-head p {
    margin: 0 0 16px;
    color: #6b5a4a;
    font-size: 14px;
    line-height: 1.55;
}

.gw-enquiry-field {
    margin-bottom: 12px;
}

.gw-enquiry-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #8a7460;
}

.gw-enquiry-field input,
.gw-enquiry-field textarea {
    width: 100%;
    border: 1px solid rgba(201, 162, 124, .35);
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
    padding: 11px 14px;
    color: #2c241c;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.gw-enquiry-field input:focus,
.gw-enquiry-field textarea:focus {
    outline: none;
    border-color: #c9a27c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201, 162, 124, .16);
}

.gw-enquiry-field textarea {
    resize: none;
    min-height: 72px;
    max-height: 72px;
}

.gw-enquiry-error {
    display: block;
    min-height: 14px;
    margin-top: 2px;
    font-size: 11px;
    color: #c0392b;
}

.gw-enquiry-submit {
    width: 100%;
    margin-top: 8px;
    min-height: 48px;
    padding: 12px 18px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    white-space: nowrap;
}

.gw-enquiry-alert {
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.45;
}

.gw-enquiry-alert.is-success {
    background: rgba(238, 248, 240, .95);
    border: 1px solid #c7e6cf;
    color: #1d6b34;
}

.gw-enquiry-alert.is-error {
    background: rgba(253, 242, 241, .95);
    border: 1px solid #f0c6c2;
    color: #a83228;
}

@keyframes gwEnquiryFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes gwEnquiryFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes gwEnquiryRise {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 767px) {
    .gw-enquiry-modal {
        padding: 88px 16px 28px;
        align-items: center;
    }

    .gw-enquiry-dialog {
        width: min(400px, 100%);
        margin-top: 16px;
        max-height: none;
    }

    .gw-enquiry-panel {
        overflow: visible;
    }

    .gw-enquiry-form-wrap {
        padding: 26px 18px 24px;
        overflow: visible;
    }

    .gw-enquiry-form-head h2 {
        font-size: 22px;
    }

    .gw-enquiry-submit {
        min-height: 46px;
    }

    .gw-enquiry-close {
        top: 10px;
        right: 10px;
    }
}

