/* =============================================================
   GAJKESHRI INTERIORS — MASTER STYLESHEET (ORGANIZED)
   Reorganized section-by-section. Duplicate/overriding rules
   from the old file have been merged so only ONE final version
   of each selector exists. Cascade order (which rule "wins")
   has been preserved based on the old file's final values.
   ============================================================= */


/* =============================================================
   SECTION 1: SHARED SECTION HEADINGS
   (Used by: Portfolio, Work/Video banner, CTA, Contact,
   Video Showcase, Testimonials — eyebrow + h2 + line pattern)
   ============================================================= */

/* ---------- Eyebrow (small label above heading) ---------- */
.gk-portfolio-eyebrow,
.gk-work-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 12px;
    color: #a87532;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.3;
    text-transform: uppercase;
}

.gk-portfolio-eyebrow span,
.gk-work-eyebrow span {
    display: block;
    width: 40px;
    height: 1px;
    flex-shrink: 0;
    background: #b48443;
}

/* ---------- Main H2 heading ---------- */
.gk-portfolio-heading h2,
.gk-work-heading h2 {
    margin: 0;
    color: #1f1f1f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.2vw, 45px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    word-wrap: break-word;
}

/* ---------- Description paragraph ---------- */
.gk-portfolio-heading p,
.gk-work-heading p {
    width: 100%;
    max-width: 700px;
    margin: 16px auto 0;
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}

.gk-portfolio-heading,
.gk-work-heading {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 42px;
    text-align: center;
    box-sizing: border-box;
}

/* ---------- Decorative line (used under Video heading) ---------- */
.gk-video-line {
    width: 70px;
    height: 2px;
    margin: 18px auto 0;
    background: #b48443;
    border-radius: 10px;
}

/* ---------- Responsive: Tablet (900px) ---------- */
@media (max-width: 900px) {

    .gk-portfolio-heading,
    .gk-work-heading {
        max-width: 760px;
        margin-bottom: 34px;
        padding: 0 18px;
    }

    .gk-portfolio-eyebrow,
    .gk-work-eyebrow {
        gap: 13px;
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: 3.2px;
    }

    .gk-portfolio-eyebrow span,
    .gk-work-eyebrow span {
        width: 32px;
    }

    .gk-portfolio-heading h2,
    .gk-work-heading h2 {
        font-size: 45px;
        line-height: 1.1;
    }

    .gk-portfolio-heading p,
    .gk-work-heading p {
        max-width: 600px;
        margin-top: 13px;
        font-size: 15px;
        line-height: 1.55;
    }

    .gk-video-line {
        width: 60px;
        margin-top: 16px;
    }
}

/* ---------- Responsive: Mobile (600px) ---------- */
@media (max-width: 600px) {

    .gk-portfolio-heading,
    .gk-work-heading {
        max-width: 100%;
        margin: 0 auto 28px;
        padding: 0 14px;
    }

    .gk-portfolio-eyebrow,
    .gk-work-eyebrow {
        gap: 8px;
        margin-bottom: 9px;
        font-size: 9px;
        letter-spacing: 2.3px;
    }

    .gk-portfolio-eyebrow span,
    .gk-work-eyebrow span {
        width: 24px;
    }

    /* NOTE: heading font-size was patched three times in the
       old file (30px -> 24px). 24px is the FINAL winning value
       because it was declared last with !important. */
    .gk-portfolio-heading h2,
    .gk-work-heading h2,
    .gk-cta-title,
    .gk-contact-title,
    .gk-video-title,
    .gk-testimonial-heading h2 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    .gk-portfolio-heading p,
    .gk-work-heading p,
    .gi-work-banner-content p,
    .gi-process-header p,
    .gk-ba-heading p,
    .gk-cta-description,
    .gk-contact-description,
    .gk-testimonial-heading>p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        max-width: 92% !important;
    }

    .gk-video-line {
        width: 48px;
        height: 1.5px;
        margin-top: 13px;
    }

    .gk-portfolio-category-title h3 {
        font-size: 11px !important;
    }

    .gk-form-heading h3 {
        font-size: 18px !important;
    }

    .gk-review-header h3 {
        font-size: 19px !important;
    }

    .gk-portfolio-empty h3 {
        font-size: 19px !important;
    }
}

/* ---------- Responsive: Small mobile (380px) ---------- */
@media (max-width: 380px) {

    .gk-portfolio-heading h2,
    .gk-work-heading h2,
    .gk-cta-title,
    .gk-contact-title,
    .gk-video-title,
    .gk-testimonial-heading h2 {
        font-size: 21px !important;
        line-height: 1.2 !important;
    }

    .gk-portfolio-heading p,
    .gk-work-heading p,
    .gi-work-banner-content p,
    .gi-process-header p,
    .gk-ba-heading p,
    .gk-cta-description,
    .gk-contact-description,
    .gk-testimonial-heading>p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .gk-form-heading h3 {
        font-size: 16px !important;
    }

    .gk-review-header h3 {
        font-size: 17px !important;
    }

    .gk-portfolio-empty h3 {
        font-size: 17px !important;
    }

    .gk-portfolio-category-title h3 {
        font-size: 10px !important;
        letter-spacing: 1.7px !important;
    }
}

/* Category small heading (used inside portfolio category rows) */
.gk-category-heading {
    margin: 0;
    color: #171717;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1180px) and (min-width: 601px) {
    .gk-category-heading {
        font-size: 23px;
    }
}

@media (max-width: 600px) {
    .gk-category-heading {
        font-size: 16px;
        letter-spacing: 0;
    }
}

@media (max-width: 380px) {
    .gk-category-heading {
        font-size: 14px;
    }
}


/* =============================================================
   SECTION 2: PORTFOLIO / RECENT CREATIONS GRID
   ============================================================= */

.gk-portfolio-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 75px 0 80px;
    background: #f8f3eb;
}

.gk-portfolio-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to bottom, rgba(248, 243, 235, 0.72), rgba(248, 243, 235, 0.90)),
        url("../images/process-bg.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.gk-portfolio-container {
    position: relative;
    z-index: 2;
    width: min(92%, 1180px);
    margin: 0 auto;
}

.gk-portfolio-category {
    margin-bottom: 50px;
}

.gk-kitchen-category {
    margin-top: 5px;
}

.gk-portfolio-category-head {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.gk-portfolio-category-title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 12px;
}

.gk-portfolio-category-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.10);
    color: #7c3aed;
    font-size: 18px;
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.08);
}

.gk-portfolio-category-title h3 {
    margin: 0;
    color: #191919;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    white-space: nowrap;
}

.gk-portfolio-line {
    flex: 1;
    height: 1px;
    margin-left: 20px;
    background: rgba(160, 130, 95, 0.35);
}

.gk-portfolio-view-all {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: 20px;
    color: #a87532;
    font-family: Georgia, serif;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease, transform 0.3s ease;
}

.gk-portfolio-view-all span {
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.gk-portfolio-view-all:hover {
    color: #80571f;
}

.gk-portfolio-view-all:hover span {
    transform: translateX(4px);
}

/* ---------- Grid ---------- */
.gk-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

/* IMPORTANT — see note below the file for why this exists.
   This makes ALL portfolio items visible everywhere, which
   cancels the "show only 4 on mobile / 6 on tablet" rules
   further down. Remove this rule if you DO want the
   mobile/tablet item-limiting to work. */
.gk-portfolio-grid .gk-portfolio-item {
    display: block !important;
}

.gk-portfolio-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: #e8dfd3;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(70, 50, 30, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.gk-portfolio-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    pointer-events: none;
}

.gk-portfolio-item img::selection,
.gk-portfolio-item img::-moz-selection {
    background: transparent;
}

.gk-portfolio-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(70, 50, 30, 0.15);
}

.gk-portfolio-item:hover img {
    transform: scale(1.05);
}

/* Search/magnifier hover icon removed intentionally (final decision) */
.gk-portfolio-item::before,
.gk-portfolio-item::after,
.gk-portfolio-item:hover::before,
.gk-portfolio-item:hover::after {
    content: none !important;
    display: none !important;
}

.gk-portfolio-item i,
.gk-portfolio-item .search-icon,
.gk-portfolio-item .fa-search,
.gk-portfolio-item .fa-magnifying-glass {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* ---------- Lightbox ---------- */
.gk-lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: rgba(10, 8, 6, 0.94);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gk-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.gk-lightbox-content {
    position: relative;
    max-width: 88vw;
    max-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.gk-lightbox-content img {
    display: block;
    max-width: 88vw;
    max-height: 86vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    transform: scale(0.94);
    transition: transform 0.3s ease;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.gk-lightbox.active .gk-lightbox-content img {
    transform: scale(1);
}

.gk-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 31px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, transform 0.3s ease;
}

.gk-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(90deg);
}

.gk-lightbox-prev,
.gk-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, transform 0.3s ease;
}

.gk-lightbox-prev {
    left: 22px;
}

.gk-lightbox-next {
    right: 22px;
}

.gk-lightbox-prev:hover,
.gk-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.22);
}

.gk-lightbox-prev:hover {
    transform: translate(-3px, -50%);
}

.gk-lightbox-next:hover {
    transform: translate(3px, -50%);
}

/* ---------- Responsive: Tablet 601–1024px (only 6 images, 3 per row) ---------- */
@media (max-width: 1024px) and (min-width: 601px) {
    .gk-portfolio-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 11px;
    }

    .gk-portfolio-grid>*:nth-child(n + 7) {
        display: none;
    }
}

/* ---------- Responsive: Mobile 600px ---------- */
@media (max-width: 600px) {
    .gk-portfolio-section {
        padding: 48px 0 55px;
    }

    .gk-portfolio-container {
        width: calc(100% - 26px);
    }

    .gk-portfolio-bg {
        background-size: auto 100%;
        background-position: center top;
    }

    .gk-portfolio-category {
        margin-bottom: 35px;
    }

    .gk-portfolio-category-head {
        margin-bottom: 12px;
    }

    .gk-portfolio-category-title {
        gap: 8px;
    }

    .gk-portfolio-category-icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .gk-portfolio-line {
        margin-left: 8px;
    }

    .gk-portfolio-view-all {
        margin-left: 8px;
        gap: 4px;
        font-size: 10px;
    }

    .gk-portfolio-view-all span {
        font-size: 16px;
    }

    /* 2 columns, only first 4 images visible */
    .gk-portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .gk-portfolio-item:nth-child(n + 5) {
        display: none;
    }

    .gk-portfolio-item {
        aspect-ratio: 1.42 / 1;
        border-radius: 5px;
    }

    .gk-portfolio-item:hover {
        transform: none;
        box-shadow: 0 4px 12px rgba(70, 50, 30, 0.08);
    }

    .gk-portfolio-item:hover img {
        transform: none;
    }

    .gk-lightbox {
        padding: 15px;
    }

    .gk-lightbox-content {
        max-width: 94vw;
        max-height: 82vh;
    }

    .gk-lightbox-content img {
        max-width: 94vw;
        max-height: 78vh;
        border-radius: 3px;
    }

    .gk-lightbox-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        font-size: 27px;
    }

    .gk-lightbox-prev,
    .gk-lightbox-next {
        width: 36px;
        height: 36px;
        font-size: 28px;
        background: rgba(255, 255, 255, 0.15);
    }

    .gk-lightbox-prev {
        left: 8px;
    }

    .gk-lightbox-next {
        right: 8px;
    }
}

/* ---------- Responsive: Small mobile 380px ---------- */
@media (max-width: 380px) {
    .gk-portfolio-container {
        width: calc(100% - 20px);
    }

    .gk-portfolio-grid {
        gap: 6px;
    }

    .gk-portfolio-item {
        aspect-ratio: 1.38 / 1;
    }
}


/* =============================================================
   SECTION 3: "OUR WORK" BANNER + PROCESS/BEFORE-AFTER HEADINGS
   (mobile fixes only — desktop rules for these live elsewhere
   in your codebase, not present in the CSS you shared)
   ============================================================= */

@media (max-width: 600px) {
    .gi-work-banner {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .gi-work-banner-picture {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .gi-work-banner-image {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .gi-work-banner-content {
        position: absolute;
        left: 18px;
        right: 18px;
        top: 18%;
        bottom: auto;
        width: auto;
        margin: 0;
        padding: 0;
        z-index: 5;
    }

    .gi-work-eyebrow {
        gap: 7px;
        margin-bottom: 9px;
        font-size: 7px;
        letter-spacing: .20em;
    }

    .gi-work-eyebrow span {
        width: 24px;
    }

    .gi-work-banner-content h2 {
        max-width: 280px;
        font-size: clamp(30px, 9vw, 44px);
        line-height: .93;
        margin: 0;
    }

    .gi-work-banner-content p {
        max-width: 290px;
        margin-top: 10px;
        font-size: 9px;
        line-height: 1.45;
    }

    /* Before / After thumbnails — bigger on mobile */
    .gk-ba-thumbnails {
        gap: 10px;
        margin-top: 14px;
    }

    .gk-ba-thumb {
        width: 82px;
        height: 62px;
        border-radius: 6px;
    }
}

@media (max-width: 380px) {
    .gk-ba-thumb {
        width: 68px;
        height: 52px;
    }
}

@media (max-width: 767px) {
    .gk-work-button-wrap {
        margin-top: 20px;
        padding: 0;
    }

    .gk-work-button {
        width: auto;
        min-width: 170px;
        padding: 10px 20px;
        gap: 10px;
        font-size: 11px;
        letter-spacing: .1em;
    }

    .gk-work-button-arrow {
        font-size: 16px;
    }

    .gk-work-heading h2 {
        font-size: 39px;
        line-height: 1.04;
    }

    .gk-work-heading p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 1.55;
    }
}


/* =============================================================
   SECTION 4: CTA / CONSULTATION SECTION
   ============================================================= */

.gk-cta-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    padding: 70px 20px;
    box-sizing: border-box;
    background: #2b211b;
}

.gk-cta-section * {
    box-sizing: border-box;
}

.gk-cta-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url("../images/cta-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.gk-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(25, 18, 13, 0.48);
}

.gk-cta-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.gk-cta-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px;
}

.gk-cta-eyebrow span {
    width: 55px;
    height: 1px;
    background: #c28a3d;
    display: block;
}

.gk-cta-eyebrow strong {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #d4a15b;
    text-transform: uppercase;
}

.gk-cta-title {
    margin: 0 auto 18px;
    max-width: 760px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1.08;
    font-weight: 400;
    color: #ffffff;
}

.gk-cta-description {
    margin: 0 auto 28px;
    max-width: 650px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.gk-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.gk-cta-btn {
    min-width: 250px;
    min-height: 54px;
    padding: 15px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.gk-cta-primary {
    background: #c28a3d;
    color: #ffffff;
    border: 1px solid #c28a3d;
}

.gk-cta-primary:hover {
    background: #a9712e;
    border-color: #a9712e;
    transform: translateY(-2px);
}

.gk-cta-whatsapp {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(211, 161, 91, 0.85);
}

.gk-cta-whatsapp:hover {
    background: rgba(194, 138, 61, 0.18);
    border-color: #d4a15b;
    transform: translateY(-2px);
}

/* ---------- Responsive: Large desktop ---------- */
@media (min-width: 1400px) {
    .gk-cta-section {
        min-height: 540px;
    }
}

/* ---------- Responsive: Tablet ---------- */
@media (max-width: 1000px) {
    .gk-cta-section {
        min-height: 460px;
        padding: 60px 20px;
    }

    .gk-cta-title {
        font-size: 46px;
    }

    .gk-cta-description {
        font-size: 15px;
    }
}

/* ---------- Responsive: Mobile ---------- */
@media (max-width: 600px) {
    .gk-cta-section {
        min-height: 390px;
        padding: 48px 16px;
    }

    .gk-cta-bg {
        background-image: url("../images/cta-bg-mobile.png");
        background-size: cover;
        background-position: center center;
    }

    .gk-cta-overlay {
        background: rgba(25, 18, 13, 0.52);
    }

    .gk-cta-container {
        max-width: 360px;
    }

    .gk-cta-eyebrow {
        gap: 9px;
        margin-bottom: 13px;
    }

    .gk-cta-eyebrow span {
        width: 30px;
    }

    .gk-cta-eyebrow strong {
        font-size: 9px;
        letter-spacing: 2.2px;
    }

    .gk-cta-title {
        font-size: 30px;
        line-height: 1.12;
        margin-bottom: 13px;
    }

    .gk-cta-description {
        max-width: 330px;
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .gk-cta-buttons {
        flex-direction: column;
        gap: 9px;
        width: 100%;
    }

    .gk-cta-btn {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding: 11px 14px;
        font-size: 10px;
        letter-spacing: 1px;
    }
}

/* ---------- Responsive: Very small mobile ---------- */
@media (max-width: 380px) {
    .gk-cta-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gk-cta-title {
        font-size: 27px;
    }

    .gk-cta-description {
        font-size: 11px;
    }
}


/* =============================================================
   SECTION 5: CONTACT SECTION
   ============================================================= */

.gk-contact-section {
    position: relative;
    padding: 75px 20px 70px;
    background: #f8f3eb;
    overflow: hidden;
    box-sizing: border-box;
}

.gk-contact-section * {
    box-sizing: border-box;
}

.gk-contact-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(to right,
            rgba(248, 243, 235, 0.98) 0%,
            rgba(248, 243, 235, 0.94) 48%,
            rgba(248, 243, 235, 0.55) 72%,
            rgba(248, 243, 235, 0.20) 100%),
        url("../images/cta.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.gk-contact-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(500px, 1fr);
    gap: 55px;
    align-items: center;
}

.gk-contact-info {
    width: 100%;
    max-width: 530px;
}

.gk-contact-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: #a87532;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3.5px;
}

.gk-contact-eyebrow span {
    width: 58px;
    height: 1px;
    display: block;
    background: #b9823a;
}

.gk-contact-title {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.12;
    font-weight: 400;
    color: #1e1c1a;
}

.gk-contact-description {
    max-width: 470px;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.65;
    color: #68635d;
}

.gk-contact-details {
    width: 100%;
}

.gk-contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(160, 126, 84, 0.22);
}

.gk-contact-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2e8d9;
    color: #b27c35;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(80, 55, 30, 0.06);
}

.gk-contact-item-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gk-contact-label {
    font-size: 11px;
    letter-spacing: 2.2px;
    font-weight: 600;
    color: #766b60;
}

.gk-contact-item-content a,
.gk-contact-value {
    color: #282522;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.35;
}

.gk-contact-item-content a:hover {
    color: #ad7832;
}

.gk-contact-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.gk-contact-social>a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(172, 130, 73, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8f6530;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
}

.gk-contact-social>a:hover {
    background: #b27c35;
    color: #ffffff;
    border-color: #b27c35;
    transform: translateY(-2px);
}

.gk-social-line {
    width: 45px;
    height: 1px;
    margin-left: 12px;
    background: #b9823a;
}

.gk-follow-text {
    font-size: 15px;
    color: #a87532;
}

/* ---------- Contact Form ---------- */
.gk-contact-form-box {
    width: 100%;
    max-width: 590px;
    margin-left: auto;
    padding: 38px 40px;
    background: rgba(255, 255, 255, 0.93);
    border-radius: 16px;
    box-shadow: 0 18px 55px rgba(70, 49, 30, 0.10);
    backdrop-filter: blur(5px);
}

.gk-form-heading {
    margin-bottom: 22px;
}

.gk-form-heading h3 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #24211e;
}

.gk-form-heading span {
    display: block;
    width: 44px;
    height: 2px;
    background: #b9823a;
}

.gk-contact-form {
    width: 100%;
}

.gk-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.gk-form-group {
    width: 100%;
}

.gk-form-group label {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #514a43;
}

.gk-form-group input,
.gk-form-group select,
.gk-form-group textarea {
    width: 100%;
    border: 1px solid #ddd6ce;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    outline: none;
    color: #38332e;
    font-family: inherit;
    font-size: 13px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.gk-form-group input,
.gk-form-group select {
    height: 48px;
    padding: 0 13px;
}

.gk-form-group textarea {
    min-height: 105px;
    resize: vertical;
    padding: 12px 13px;
    line-height: 1.5;
}

.gk-form-group input::placeholder,
.gk-form-group textarea::placeholder {
    color: #aaa5a0;
}

.gk-form-group input:focus,
.gk-form-group select:focus,
.gk-form-group textarea:focus {
    border-color: #bd8740;
    box-shadow: 0 0 0 3px rgba(189, 135, 64, 0.09);
}

.gk-message-group {
    margin-bottom: 20px;
}

.gk-submit-button {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    border: 0;
    background: #b98139;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.gk-submit-button:hover {
    background: #9f6d2d;
    transform: translateY(-1px);
}

.gk-submit-arrow {
    font-size: 19px;
    line-height: 1;
}

.gk-form-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #9a948d;
    font-size: 11px;
}

.gk-form-note i {
    color: #b27c35;
}

/* ---------- Responsive: Large desktop ---------- */
@media (min-width: 1400px) {
    .gk-contact-container {
        max-width: 1320px;
        gap: 70px;
    }

    .gk-contact-form-box {
        max-width: 610px;
    }
}

/* ---------- Responsive: Tablet ---------- */
@media (max-width: 1000px) {
    .gk-contact-section {
        padding: 60px 20px;
    }

    .gk-contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 700px;
    }

    .gk-contact-info {
        max-width: 650px;
        margin: 0 auto;
    }

    .gk-contact-form-box {
        max-width: 650px;
        margin: 0 auto;
    }

    .gk-contact-bg {
        background-position: center;
    }
}

/* ---------- Responsive: Mobile ---------- */
@media (max-width: 600px) {
    .gk-contact-section {
        padding: 45px 14px 45px;
    }

    .gk-contact-bg {
        background-image:
            linear-gradient(to bottom, rgba(248, 243, 235, 0.78), rgba(248, 243, 235, 0.75)),
            url("../images/mob-video.png");
        background-size: 100% auto;
        background-position: center top;
    }

    .gk-contact-container {
        width: 100%;
        max-width: 390px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gk-contact-info {
        max-width: 100%;
    }

    .gk-contact-eyebrow {
        gap: 9px;
        margin-bottom: 13px;
        font-size: 9px;
        letter-spacing: 2.2px;
    }

    .gk-contact-eyebrow span {
        width: 30px;
    }

    .gk-contact-title {
        font-size: 31px;
        line-height: 1.13;
        margin-bottom: 14px;
    }

    .gk-contact-description {
        font-size: 12px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .gk-contact-item {
        gap: 12px;
        padding: 10px 0;
    }

    .gk-contact-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 14px;
    }

    .gk-contact-item-content {
        gap: 3px;
    }

    .gk-contact-label {
        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .gk-contact-item-content a,
    .gk-contact-value {
        font-size: 12px;
    }

    .gk-contact-social {
        gap: 7px;
        margin-top: 18px;
    }

    .gk-contact-social>a {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .gk-social-line {
        width: 25px;
        margin-left: 5px;
    }

    .gk-follow-text {
        font-size: 11px;
    }

    .gk-contact-form-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 23px 18px;
        border-radius: 11px;
    }

    .gk-form-heading {
        margin-bottom: 17px;
    }

    .gk-form-heading h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .gk-form-heading span {
        width: 34px;
        height: 1px;
    }

    .gk-form-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 12px;
    }

    .gk-form-group label {
        margin-bottom: 5px;
        font-size: 8px;
        letter-spacing: 1.1px;
    }

    .gk-form-group input,
    .gk-form-group select {
        height: 40px;
        padding: 0 10px;
        font-size: 11px;
    }

    .gk-form-group textarea {
        min-height: 85px;
        padding: 10px;
        font-size: 11px;
    }

    .gk-message-group {
        margin-bottom: 14px;
    }

    .gk-submit-button {
        min-height: 42px;
        padding: 10px 12px;
        font-size: 9px;
        letter-spacing: 1px;
        gap: 10px;
    }

    .gk-submit-arrow {
        font-size: 16px;
    }

    .gk-form-note {
        margin-top: 11px;
        font-size: 8px;
        gap: 5px;
    }
}

/* ---------- Responsive: Very small mobile ---------- */
@media (max-width: 380px) {
    .gk-contact-section {
        padding-left: 11px;
        padding-right: 11px;
    }

    .gk-contact-title {
        font-size: 28px;
    }

    .gk-contact-description {
        font-size: 11px;
    }

    .gk-contact-form-box {
        padding: 20px 15px;
    }

    .gk-form-heading h3 {
        font-size: 20px;
    }

    .gk-submit-button {
        font-size: 8px;
    }
}


/* =============================================================
   SECTION 6: VIDEO SHOWCASE SECTION
   ============================================================= */
/* =========================================================================
   VIDEO SHOWCASE SECTION — FIXED
   Bug: tapping the centre play icon sometimes did nothing.
   Cause: the <video> element itself was still receiving pointer events,
   so a tap could land on the video instead of bubbling to the button.
   Fix: the <video> is set to pointer-events:none until JS adds the
   native `controls` attribute (which it already does on play) — after
   that we re-enable pointer-events so the native scrubber/pause works.
   No JavaScript changes are required; this hooks into the existing
   video.setAttribute('controls', 'controls') / removeAttribute call
   in videos.php.
========================================================================= */

.gk-video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 65px 20px 75px;
    isolation: isolate;
}

.gk-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(to bottom, rgba(248, 243, 235, 0.30), rgba(248, 243, 235, 0.68)),
        url("../images/video3.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #f8f3eb;
}

.gk-video-container {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    z-index: 2;
}

.gk-video-title {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
}

.gk-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
}

.gk-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 0.82 / 1;
    overflow: hidden;
    border: 1px solid #d6a84f;
    border-radius: 6px;
    background: #111;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    isolation: isolate;
    cursor: pointer; /* whole card visually signals "clickable" */
}

.gk-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

/* ---------------------------------------------------------------
   THE FIX: video ignores clicks until it actually has controls.
   Before play  -> [controls] attribute absent -> pointer-events:none
   After play   -> JS adds [controls]            -> pointer-events:auto
--------------------------------------------------------------- */
.gk-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #111;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.gk-video[controls] {
    pointer-events: auto;
    cursor: default;
}

.gk-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: transparent;
}

.gk-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.30);
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation; /* removes mobile tap delay */
    transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.gk-video-play span {
    display: block;
    font-size: 27px;
    line-height: 1;
    margin-left: 4px;
    pointer-events: none; /* icon glyph itself never blocks the button's own click */
}

.gk-video-play:hover {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(190, 135, 55, 0.85);
}

/* JS toggles this class on the BUTTON on play/pause */
.gk-video-play.is-playing {
    opacity: 0;
    pointer-events: none;
}

.gk-video-all-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}

.gk-video-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 150px;
    padding: 11px 20px;
    border: 1px solid #a87538;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.65);
    color: #8f622d;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.gk-video-all-arrow {
    font-size: 16px;
    line-height: 1;
    transition: transform .3s ease;
}

.gk-video-all-btn:hover {
    background: #a87538;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(120, 80, 35, .16);
}

.gk-video-all-btn:hover .gk-video-all-arrow {
    transform: translateX(4px);
}

/* -------- VIDEO: Tablet (<=900px) -------- */
@media (max-width: 900px) {
    .gk-video-section { padding: 55px 18px 65px; }
    .gk-video-grid { gap: 20px; }
    .gk-video-title { font-size: 44px; }
    .gk-video-card { aspect-ratio: 0.78 / 1; }
    .gk-video-play { width: 65px; height: 65px; }
    .gk-video-play span { font-size: 23px; }
}

/* -------- VIDEO: Mobile (<=768px) — 2 per row -------- */
@media (max-width: 768px) {
    .gk-video-section { padding: 45px 14px 55px; }

    .gk-video-bg {
        background-image: linear-gradient(to bottom, rgba(248, 243, 235, 0.78), rgba(248, 243, 235, 0.75)), url("../images/mob-video.png");
        background-size: 100% auto;
        background-position: center top;
    }

    .gk-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        max-width: 100%;
    }

    .gk-video-card { aspect-ratio: 0.82 / 1; border-radius: 5px; }

    /* Button stays VISIBLE and tappable on mobile — do not display:none it.
       Just make it comfortably sized (44px is the accepted min. tap target). */
    .gk-video-play {
        width: 48px;
        height: 48px;
        border-width: 2px;
    }
    .gk-video-play span { font-size: 17px; }
}

@media (max-width: 420px) {
    .gk-video-grid { gap: 9px; }
    .gk-video-play { width: 44px; height: 44px; }
    .gk-video-play span { font-size: 15px; }
}

@media (max-width: 380px) {
    .gk-video-section { padding: 38px 12px 48px; }
    .gk-video-title { font-size: 26px; }
    .gk-video-grid { max-width: 270px; gap: 17px; }
    .gk-video-card { aspect-ratio: 0.78 / 1; }
}

@media (max-width: 600px) {
    .gk-video-all-wrap { margin-top: 20px; }
    .gk-video-all-btn { min-width: 125px; padding: 9px 15px; gap: 10px; font-size: 8px; letter-spacing: .15em; }
    .gk-video-all-arrow { font-size: 14px; }
}

/* =============================================================
   SECTION 7: TESTIMONIAL SECTION
   ============================================================= */

.gk-testimonial-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 70px 20px 45px;
    background: #f8f5ef;
}

.gk-testimonial-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(to bottom, rgba(248, 245, 239, 0.58), rgba(248, 245, 239, 0.54)),
        url("../images/testimonial-bg.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.gk-testimonial-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.gk-testimonial-heading {
    text-align: center;
    margin-bottom: 38px;
}

.gk-testimonial-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 12px;
    color: #174f50;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.gk-testimonial-eyebrow span {
    width: 38px;
    height: 1px;
    background: #b77b2b;
}

.gk-testimonial-heading h2 {
    margin: 0;
    color: #101c24;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.1;
    font-weight: 500;
}

.gk-testimonial-heading h2 strong {
    color: #b47729;
    font-weight: 500;
}

.gk-testimonial-heading>p {
    max-width: 650px;
    margin: 13px auto 0;
    color: #626b70;
    font-size: 16px;
    line-height: 1.6;
}

.gk-testimonial-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.gk-testimonial-divider span {
    width: 55px;
    height: 1px;
    background: #a8a49d;
}

.gk-testimonial-divider b {
    color: #b47729;
    font-size: 21px;
}

.gk-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 100%;
}

.gk-testimonial-card {
    position: relative;
    min-width: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(35, 48, 48, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gk-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(35, 48, 48, 0.11);
}

.gk-testimonial-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.gk-quote-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f8eddf;
    color: #b47729;
    font-family: Georgia, serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

.gk-stars {
    color: #f29100;
    font-size: 17px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.gk-testimonial-date {
    margin-left: auto;
    color: #788187;
    font-size: 12px;
    white-space: nowrap;
}

.gk-testimonial-text {
    margin: 0;
    min-height: 105px;
    color: #3e4852;
    font-size: 14px;
    line-height: 1.55;
}

.gk-testimonial-line {
    width: 100%;
    height: 1px;
    margin: 14px 0;
    background: #e4e1dc;
}

.gk-client {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gk-client-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(145deg, #e8d8c3, #c9aa7d);
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #173f42;
    font-size: 15px;
    font-weight: 700;
}

.gk-client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gk-client-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gk-client-info strong {
    color: #121b25;
    font-size: 15px;
    line-height: 1.3;
}

.gk-client-info>span {
    margin-top: 2px;
    color: #245a5b;
    font-size: 12px;
}

.gk-client-info small {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: #496267;
    font-size: 11px;
}

.gk-client-info small i {
    color: #185d5e;
}

.gk-testimonial-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.gk-testimonial-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 235px;
    padding: 11px 20px;
    border-radius: 30px;
    background: #b77b2b;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    box-shadow: 0 7px 18px rgba(183, 123, 43, 0.18);
    transition: transform .25s ease, background .25s ease;
}

.gk-testimonial-button:hover {
    transform: translateY(-2px);
    background: #9f6821;
    color: #fff;
}

.gk-testimonial-button b {
    font-size: 18px;
    font-weight: 400;
}

.gk-testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
}

.gk-testimonial-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bfc2c0;
}

.gk-testimonial-dots span.active {
    background: #b77b2b;
}

.gk-testimonial-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 45px;
    padding: 22px 0;
    border-top: 1px solid #dfd7ca;
    border-bottom: 1px solid #dfd7ca;
}

.gk-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 4px 18px;
    border-right: 1px solid #ddd5c9;
}

.gk-stat:last-child {
    border-right: none;
}

.gk-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 25px;
    color: #b47a2c !important;
    background: rgba(180, 122, 44, 0.08);
    border: 1px solid rgba(180, 122, 44, 0.20);
}

.gk-stat-icon i {
    color: #b47a2c !important;
}

.gk-stat div:last-child {
    display: flex;
    flex-direction: column;
}

.gk-stat strong {
    color: #102f38;
    font-size: 25px;
    line-height: 1.15;
}

.gk-stat span {
    margin-top: 3px;
    color: #626b70;
    font-size: 11px;
}

.gk-testimonial-thanks {
    text-align: center;
    margin-top: 30px;
    color: #857b71;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 22px;
    font-style: italic;
}

/* ---------- "Share Your Experience" button ---------- */
.gk-testimonial-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}

.gk-add-testimonial-btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 11px 22px;
    border: 1px solid #b77b2b;
    border-radius: 30px;
    background: #b77b2b;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(183, 123, 43, 0.18);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.gk-add-testimonial-btn:hover {
    transform: translateY(-2px);
    background: #9f6821;
    box-shadow: 0 12px 25px rgba(183, 123, 43, 0.24);
}

.gk-add-testimonial-btn:active {
    transform: translateY(0);
}

.gk-add-testimonial-btn i {
    font-size: 14px;
}

.gk-review-success-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 760px;
    margin: 0 auto 25px;
    padding: 13px 18px;
    border: 1px solid rgba(33, 116, 76, .18);
    border-radius: 10px;
    background: #effaf4;
    color: #216f4c;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.gk-review-success-message i {
    flex-shrink: 0;
    font-size: 18px;
}

/* ---------- Responsive: Tablet ---------- */
@media (max-width: 900px) {
    .gk-testimonial-section {
        padding: 55px 16px 38px;
    }

    .gk-testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gk-testimonial-stats {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .gk-stat:nth-child(2) {
        border-right: none;
    }
}

/* ---------- Responsive: Mobile ---------- */
@media (max-width: 600px) {
    .gk-testimonial-section {
        padding: 40px 12px 30px;
    }

    .gk-testimonial-heading {
        margin-bottom: 25px;
    }

    .gk-testimonial-eyebrow {
        gap: 9px;
        font-size: 9px;
        letter-spacing: 2.5px;
    }

    .gk-testimonial-eyebrow span {
        width: 25px;
    }

    .gk-testimonial-heading h2 {
        font-size: 31px;
    }

    .gk-testimonial-heading>p {
        max-width: 340px;
        margin-top: 9px;
        font-size: 12px;
        line-height: 1.5;
    }

    .gk-testimonial-divider {
        margin-top: 12px;
    }

    .gk-testimonial-divider span {
        width: 35px;
    }

    .gk-testimonial-divider b {
        font-size: 17px;
    }

    .gk-testimonial-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gk-testimonial-card {
        padding: 15px;
        border-radius: 13px;
    }

    .gk-testimonial-top {
        gap: 9px;
        margin-bottom: 9px;
    }

    .gk-quote-icon {
        width: 22px;
        height: 23px;
        font-size: 25px;
    }

    .gk-stars {
        font-size: 14px;
        letter-spacing: .5px;
    }

    .gk-testimonial-date {
        font-size: 10px;
    }

    .gk-testimonial-text {
        min-height: auto;
        font-size: 12px;
        line-height: 1.5;
    }

    .gk-testimonial-line {
        margin: 11px 0;
    }

    .gk-client {
        gap: 9px;
    }

    .gk-client-avatar {
        width: 48px;
        height: 48px;
        font-size: 12px;
    }

    .gk-client-info strong {
        font-size: 13px;
    }

    .gk-client-info>span {
        font-size: 10px;
    }

    .gk-client-info small {
        margin-top: 3px;
        font-size: 9px;
    }

    .gk-testimonial-button-wrap {
        margin-top: 22px;
    }

    .gk-testimonial-button {
        min-width: 200px;
        padding: 9px 16px;
        font-size: 11px;
        gap: 10px;
    }

    .gk-testimonial-button b {
        font-size: 15px;
    }

    .gk-testimonial-dots {
        margin-top: 14px;
    }

    .gk-testimonial-dots span {
        width: 8px;
        height: 8px;
    }

    .gk-testimonial-stats {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
        padding: 16px 0;
        row-gap: 15px;
    }

    .gk-stat {
        gap: 7px;
        padding: 4px 8px;
    }

    .gk-stat:nth-child(2) {
        border-right: none;
    }

    .gk-stat:nth-child(3),
    .gk-stat:nth-child(4) {
        border-top: 1px solid #ddd5c9;
        padding-top: 14px;
    }

    .gk-stat-icon {
        width: 28px;
        height: 28px;
        font-size: 19px;
    }

    .gk-stat strong {
        font-size: 18px;
    }

    .gk-stat span {
        font-size: 9px;
    }

    .gk-testimonial-thanks {
        margin-top: 22px;
        font-size: 17px;
    }
}

/* ---------- Responsive: Very small mobile ---------- */
@media (max-width: 380px) {
    .gk-testimonial-section {
        padding-left: 9px;
        padding-right: 9px;
    }

    .gk-testimonial-heading h2 {
        font-size: 27px;
    }

    .gk-testimonial-heading>p {
        font-size: 11px;
    }

    .gk-testimonial-card {
        padding: 13px;
    }

    .gk-testimonial-text {
        font-size: 11px;
    }

    .gk-client-avatar {
        width: 44px;
        height: 44px;
    }

    .gk-client-info strong {
        font-size: 12px;
    }
}


/* =============================================================
   SECTION 8: "SHARE YOUR EXPERIENCE" REVIEW MODAL
   ============================================================= */

body.gk-review-body-lock {
    overflow: hidden !important;
}

.gk-review-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.gk-review-modal.gk-review-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.gk-review-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 17, 20, 0.66);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.gk-review-box {
    position: relative;
    z-index: 2;
    width: min(760px, calc(100vw - 40px));
    max-width: 760px;
    max-height: calc(100vh - 40px);
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(183, 123, 43, .14);
    box-shadow: 0 25px 80px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    transform: translateY(20px) scale(.97);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    scrollbar-width: thin;
    scrollbar-color: #c79b5b #f4f1eb;
}

.gk-review-active .gk-review-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.gk-review-box::-webkit-scrollbar {
    width: 6px;
}

.gk-review-box::-webkit-scrollbar-track {
    background: #f4f1eb;
}

.gk-review-box::-webkit-scrollbar-thumb {
    background: #c79b5b;
    border-radius: 20px;
}

.gk-review-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 25px 17px;
    border-bottom: 1px solid #eee8de;
    box-sizing: border-box;
}

.gk-review-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #b47729;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.gk-review-header h3 {
    margin: 0;
    color: #14252b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
}

.gk-review-header p {
    margin: 6px 0 0;
    color: #70797e;
    font-size: 12px;
    line-height: 1.5;
}

.gk-review-close {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e6dfd5;
    border-radius: 50%;
    background: #faf8f4;
    color: #26363b;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.gk-review-close:hover {
    background: #b77b2b;
    color: #ffffff;
    border-color: #b77b2b;
    transform: rotate(90deg);
}

.gk-review-alert {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 15px 25px 0;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.45;
    box-sizing: border-box;
}

.gk-review-error {
    background: #fff3f1;
    border: 1px solid #f1cbc5;
    color: #a63d30;
}

.gk-review-alert i {
    flex: 0 0 auto;
    margin-top: 1px;
    font-size: 14px;
}

.gk-review-form {
    width: 100%;
    padding: 20px 25px 25px;
    box-sizing: border-box;
}

.gk-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 15px;
    width: 100%;
}

.gk-review-field {
    min-width: 0;
    width: 100%;
}

.gk-review-field>label,
.gk-review-rating-title>label {
    display: block;
    margin: 0 0 6px;
    color: #25353a;
    font-size: 11px;
    font-weight: 700;
}

.gk-review-field>label span,
.gk-review-rating-title>label span {
    color: #c44738;
}

.gk-review-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.gk-review-input>i {
    position: absolute;
    left: 12px;
    z-index: 2;
    color: #a47a43;
    font-size: 12px;
    pointer-events: none;
}

.gk-review-input input,
.gk-review-input select {
    width: 100%;
    min-height: 39px;
    padding: 9px 11px 9px 34px;
    border: 1px solid #ddd7ce;
    border-radius: 8px;
    outline: none;
    background: #fffdf9;
    color: #26353a;
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.gk-review-input input::placeholder {
    color: #a4a4a0;
}

.gk-review-input input:focus,
.gk-review-input select:focus {
    border-color: #b77b2b;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(183, 123, 43, .10);
}

.gk-review-input select {
    cursor: pointer;
}

.gk-review-rating-field {
    width: 100%;
    margin-top: 15px;
    padding: 12px 14px;
    border: 1px solid #eee6da;
    border-radius: 10px;
    background: #fbf9f5;
    box-sizing: border-box;
}

.gk-review-rating-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
}

.gk-review-rating-title>label {
    margin: 0;
}

#gkRatingText {
    color: #b47729;
    font-size: 11px;
    font-weight: 800;
}

.gk-rating-v2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    width: 100% !important;
    min-height: 39px !important;
    white-space: nowrap !important;
    box-sizing: border-box;
}

.gk-rating-star-v2 {
    all: unset;
    box-sizing: border-box;
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    color: #d8d4cc !important;
    font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif !important;
    font-size: 29px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
    transform: none !important;
    transition: color .16s ease, transform .16s ease !important;
}

.gk-rating-star-v2 span {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: inherit !important;
    color: inherit !important;
}

.gk-rating-star-v2.is-selected {
    color: #c17b14 !important;
}

.gk-rating-star-v2:hover {
    color: #d48a18 !important;
    transform: scale(1.10) !important;
}

.gk-rating-star-v2:focus-visible {
    border-radius: 6px !important;
    box-shadow: 0 0 0 3px rgba(183, 123, 43, .20) !important;
}

.gk-review-message-field {
    width: 100%;
    margin-top: 13px;
}

.gk-review-message-field textarea {
    display: block;
    width: 100%;
    min-height: 90px;
    resize: vertical;
    padding: 10px 12px;
    border: 1px solid #ddd7ce;
    border-radius: 8px;
    outline: none;
    background: #fffdf9;
    color: #26353a;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.gk-review-message-field textarea::placeholder {
    color: #a4a4a0;
}

.gk-review-message-field textarea:focus {
    border-color: #b77b2b;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(183, 123, 43, .10);
}

.gk-review-counter {
    margin-top: 4px;
    color: #9a9a96;
    font-size: 9px;
    text-align: right;
}

.gk-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #eee8de;
}

.gk-review-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    max-width: 320px;
    color: #777d7f;
    font-size: 10px;
    line-height: 1.45;
}

.gk-review-note i {
    flex: 0 0 auto;
    margin-top: 1px;
    color: #a67b42;
}

.gk-review-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 17px;
    border: 1px solid #b77b2b;
    border-radius: 8px;
    background: #b77b2b;
    color: #ffffff;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 7px 16px rgba(183, 123, 43, .16);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.gk-review-submit:hover {
    background: #9f6821;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(183, 123, 43, .22);
}

.gk-review-submit:active {
    transform: translateY(0);
}

/* ---------- Responsive: 700px ---------- */
@media (max-width: 700px) {
    .gk-review-modal {
        padding: 12px;
        align-items: center;
        justify-content: center;
    }

    .gk-review-box {
        width: calc(100vw - 24px);
        max-width: 500px;
        max-height: calc(100dvh - 24px);
        border-radius: 15px;
        margin: auto;
        transform: translateY(15px) scale(.97);
    }

    .gk-review-header {
        padding: 17px 17px 14px;
        gap: 12px;
    }

    .gk-review-eyebrow {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .gk-review-header h3 {
        font-size: 23px;
        line-height: 1.2;
    }

    .gk-review-header p {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.45;
    }

    .gk-review-close {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .gk-review-form {
        padding: 16px 17px 20px;
    }

    .gk-review-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gk-review-input input,
    .gk-review-input select {
        min-height: 39px;
        font-size: 12px;
    }

    .gk-review-rating-field {
        margin-top: 11px;
        padding: 11px 12px;
    }

    .gk-rating-v2 {
        min-height: 37px !important;
        height: 37px !important;
    }

    .gk-rating-star-v2 {
        flex: 0 0 34px !important;
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        max-height: 34px !important;
        font-size: 27px !important;
    }

    .gk-review-message-field {
        margin-top: 10px;
    }

    .gk-review-message-field textarea {
        min-height: 85px;
        font-size: 11px;
    }

    .gk-review-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 11px;
        margin-top: 15px;
        padding-top: 13px;
    }

    .gk-review-note {
        width: 100%;
        max-width: none;
        font-size: 9px;
        line-height: 1.45;
    }

    .gk-review-submit {
        width: 100%;
        min-height: 42px;
        padding: 10px 15px;
        font-size: 11px;
    }

    .gk-review-alert {
        margin: 13px 17px 0;
        font-size: 10px;
    }
}

/* ---------- Responsive: 400px ---------- */
@media (max-width: 400px) {
    .gk-review-modal {
        padding: 9px;
    }

    .gk-review-box {
        width: calc(100vw - 18px);
        max-height: calc(100dvh - 18px);
        border-radius: 14px;
    }

    .gk-review-header {
        padding: 14px 14px 12px;
        gap: 9px;
    }

    .gk-review-eyebrow {
        font-size: 7px;
        letter-spacing: 1.7px;
    }

    .gk-review-header h3 {
        font-size: 20px;
    }

    .gk-review-header p {
        font-size: 9px;
        line-height: 1.4;
    }

    .gk-review-close {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .gk-review-form {
        padding: 13px 14px 18px;
    }

    .gk-review-field>label,
    .gk-review-rating-title>label {
        font-size: 10px;
    }

    .gk-review-input input,
    .gk-review-input select {
        min-height: 37px;
        padding-left: 32px;
        font-size: 11px;
    }

    .gk-review-input>i {
        left: 11px;
        font-size: 11px;
    }

    .gk-review-rating-field {
        padding: 10px;
    }

    .gk-rating-v2 {
        gap: 2px !important;
        min-height: 35px !important;
    }

    .gk-rating-star-v2 {
        flex: 0 0 31px !important;
        width: 31px !important;
        min-width: 31px !important;
        max-width: 31px !important;
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        font-size: 25px !important;
    }

    .gk-review-message-field textarea {
        min-height: 78px;
        font-size: 10px;
    }

    .gk-review-counter {
        font-size: 8px;
    }

    .gk-review-note {
        font-size: 8px;
    }

    .gk-review-submit {
        min-height: 40px;
        font-size: 10px;
    }
}

/* ---------- Responsive: 340px ---------- */
@media (max-width: 340px) {
    .gk-review-modal {
        padding: 7px;
    }

    .gk-review-box {
        width: calc(100vw - 14px);
        max-height: calc(100dvh - 14px);
    }

    .gk-review-header h3 {
        font-size: 18px;
    }

    .gk-review-header p {
        font-size: 8px;
    }

    .gk-review-form {
        padding: 12px 12px 16px;
    }

    .gk-review-input input,
    .gk-review-input select {
        font-size: 10px;
        min-height: 36px;
    }

    .gk-rating-star-v2 {
        flex: 0 0 29px !important;
        width: 29px !important;
        min-width: 29px !important;
        max-width: 29px !important;
        font-size: 23px !important;
    }

    .gk-review-message-field textarea {
        min-height: 72px;
    }

    .gk-review-submit {
        font-size: 9px;
    }
}


/* =============================================================
   SECTION 9: PORTFOLIO "NO PROJECTS AVAILABLE" EMPTY STATE
   ============================================================= */

.gk-portfolio-empty {
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 55px 25px;
    margin: 10px 0 40px;
    box-sizing: border-box;
}

.gk-portfolio-empty-icon {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #f7f1e8;
    border: 1px solid #e4d3bb;
    color: #a87532;
    font-size: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.gk-portfolio-empty h3 {
    margin: 0 0 12px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}

.gk-portfolio-empty p {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 25px;
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.gk-portfolio-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 13px 24px;
    border: 1px solid #a87532;
    border-radius: 3px;
    background: #a87532;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.gk-portfolio-empty-btn:hover {
    background: #ffffff;
    color: #a87532;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(168, 117, 50, 0.15);
}

@media (max-width: 768px) {
    .gk-portfolio-empty {
        min-height: 320px;
        padding: 45px 20px;
        margin-bottom: 35px;
    }

    .gk-portfolio-empty-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 18px;
        font-size: 26px;
    }

    .gk-portfolio-empty h3 {
        font-size: 26px;
    }

    .gk-portfolio-empty p {
        max-width: 480px;
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 22px;
    }
}

@media (max-width: 600px) {
    .gk-portfolio-empty {
        min-height: 290px;
        padding: 45px 18px;
        margin: 0 0 35px;
    }

    .gk-portfolio-empty-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
        font-size: 23px;
    }

    .gk-portfolio-empty h3 {
        font-size: 23px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .gk-portfolio-empty p {
        max-width: 360px;
        font-size: 14px;
        line-height: 1.55;
        margin: 0 auto 22px;
    }

    .gk-portfolio-empty-btn {
        min-width: 140px;
        padding: 11px 20px;
        font-size: 11px;
        letter-spacing: 1.3px;
    }
}

@media (max-width: 400px) {
    .gk-portfolio-empty {
        min-height: 270px;
        padding: 38px 15px;
        margin-bottom: 30px;
    }

    .gk-portfolio-empty-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 14px;
        font-size: 20px;
    }

    .gk-portfolio-empty h3 {
        font-size: 21px;
    }

    .gk-portfolio-empty p {
        font-size: 13px;
        max-width: 320px;
    }

    .gk-portfolio-empty-btn {
        padding: 10px 18px;
        font-size: 10px;
    }
}