/* Start custom CSS for html, class: .elementor-element-0c49b8c *//* =========================================================
   GOLFASTIAN FUNNY GOLF QUOTES
   SEO-SAFE EDITORIAL QUOTE WALL
   ========================================================= */

.ga-golf-quotes {
    --ga-green: #719430;
    --ga-green-dark: #4f6d28;
    --ga-green-light: #edf3e5;
    --ga-green-pale: #f7f9f4;
    --ga-charcoal: #282c28;
    --ga-grey-dark: #4f554f;
    --ga-grey: #697069;
    --ga-grey-light: #eef0ed;
    --ga-sand: #f4eee2;
    --ga-white: #ffffff;
    --ga-border: rgba(40, 44, 40, 0.13);

    max-width: 1180px;
    margin: 0 auto;
    color: var(--ga-charcoal);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.72;
}

.ga-golf-quotes *,
.ga-golf-quotes *::before,
.ga-golf-quotes *::after {
    box-sizing: border-box;
}

.ga-golf-quotes p {
    margin: 0 0 22px;
}

.ga-golf-quotes a {
    color: var(--ga-green-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ga-golf-quotes a:hover {
    color: var(--ga-charcoal);
}

/* =========================================================
   ARTICLE INTRODUCTION
   ========================================================= */

.ga-quotes-intro {
    max-width: 870px;
    margin: 0 auto 48px;
}

.ga-quotes-kicker {
    display: inline-block;
    margin: 0 0 14px;
    color: var(--ga-green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ga-quotes-title {
    margin: 0 0 22px;
    color: var(--ga-charcoal);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 6vw, 67px);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.02;
}

.ga-quotes-lead {
    color: var(--ga-grey-dark);
    font-size: clamp(19px, 2.3vw, 23px);
    line-height: 1.58;
}

.ga-intro-quote {
    position: relative;
    margin: 34px 0;
    padding: 30px 34px 28px 78px;
    overflow: hidden;
    background: var(--ga-green-light);
    border-radius: 24px 7px 24px 7px;
}

.ga-intro-quote::before {
    content: "“";
    position: absolute;
    top: 7px;
    left: 22px;
    color: var(--ga-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 78px;
    line-height: 1;
}

.ga-intro-quote blockquote {
    margin: 0 0 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 3vw, 31px);
    font-style: italic;
    line-height: 1.34;
}

.ga-intro-quote p {
    margin: 0;
    color: var(--ga-grey-dark);
    font-size: 15px;
    line-height: 1.55;
}

/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.ga-quote-section {
    margin: 64px 0;
}

.ga-section-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 20px;
    margin: 0 0 28px;
}

.ga-section-number {
    color: var(--ga-green);
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.ga-section-heading-text {
    padding-bottom: 13px;
    border-bottom: 1px solid var(--ga-border);
}

.ga-section-heading h2 {
    margin: 0 0 7px;
    color: var(--ga-charcoal);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 43px);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.ga-section-heading p {
    margin: 0;
    color: var(--ga-grey);
    font-size: 15px;
    line-height: 1.5;
}

/* =========================================================
   QUOTE GRID
   ========================================================= */

.ga-quote-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 18px;
}

.ga-quote-card {
    position: relative;
    display: flex;
    min-height: 180px;
    flex-direction: column;
    justify-content: space-between;
    padding: 27px;
    overflow: hidden;
    background: var(--ga-white);
    border: 1px solid var(--ga-border);
    border-radius: 19px 6px 19px 6px;
    transform: rotate(var(--quote-rotation, 0deg));
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.ga-quote-card:hover {
    z-index: 2;
    transform:
        rotate(0deg)
        translateY(-3px);
    box-shadow: 0 15px 30px rgba(40, 44, 40, 0.11);
}

.ga-quote-card::before {
    content: "“";
    position: absolute;
    top: -14px;
    right: 11px;
    color: rgba(113, 148, 48, 0.1);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 104px;
    line-height: 1;
    pointer-events: none;
}

.ga-quote-content {
    position: relative;
    z-index: 1;
}

.ga-quote-card blockquote {
    margin: 0;
    font-size: 19px;
    line-height: 1.42;
}

.ga-quote-card cite {
    display: block;
    margin-top: 15px;
    color: var(--ga-grey);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.45;
    text-transform: uppercase;
}

.ga-quote-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.ga-copy-quote {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    color: var(--ga-grey-dark);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 999px;
    cursor: pointer;
    opacity: 0.75;
    transition:
        opacity 150ms ease,
        background-color 150ms ease;
}

.ga-copy-quote:hover,
.ga-copy-quote:focus-visible {
    background: rgba(113, 148, 48, 0.08);
    opacity: 1;
}

.ga-copy-quote[aria-pressed="true"] {
    background: var(--ga-green);
    border-color: var(--ga-green);
    color: var(--ga-white);
    opacity: 1;
}

/* =========================================================
   CARD SIZES
   ========================================================= */

.ga-card-xs {
    grid-column: span 3;
    min-height: 145px;
}

.ga-card-sm {
    grid-column: span 4;
    min-height: 195px;
}

.ga-card-md {
    grid-column: span 5;
    min-height: 220px;
}

.ga-card-lg {
    grid-column: span 7;
    min-height: 285px;
}

.ga-card-wide {
    grid-column: span 8;
    min-height: 230px;
}

.ga-card-tall {
    grid-column: span 4;
    min-height: 335px;
}

/* =========================================================
   TYPOGRAPHY VARIATIONS
   ========================================================= */

.ga-font-serif blockquote {
    font-family: Georgia, "Times New Roman", serif;
}

.ga-font-bold blockquote {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.14;
}

.ga-font-typewriter blockquote {
    font-family: "Courier New", Courier, monospace;
    font-weight: 700;
    line-height: 1.39;
}

.ga-font-casual blockquote {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-style: italic;
    line-height: 1.36;
}

.ga-card-lg blockquote {
    font-size: clamp(28px, 3.8vw, 48px);
}

.ga-card-wide blockquote {
    font-size: clamp(24px, 3vw, 36px);
}

.ga-card-tall blockquote {
    font-size: clamp(23px, 2.8vw, 34px);
}

.ga-card-xs blockquote {
    font-size: 16px;
}

/* =========================================================
   COLOUR VARIATIONS
   ========================================================= */

.ga-bg-green {
    color: var(--ga-white);
    background: var(--ga-green);
    border-color: transparent;
}

.ga-bg-green::before,
.ga-bg-dark::before {
    color: rgba(255, 255, 255, 0.12);
}

.ga-bg-green cite,
.ga-bg-dark cite {
    color: rgba(255, 255, 255, 0.74);
}

.ga-bg-green .ga-copy-quote,
.ga-bg-dark .ga-copy-quote {
    color: rgba(255, 255, 255, 0.85);
}

.ga-bg-green .ga-copy-quote:hover,
.ga-bg-green .ga-copy-quote:focus-visible,
.ga-bg-dark .ga-copy-quote:hover,
.ga-bg-dark .ga-copy-quote:focus-visible {
    background: rgba(255, 255, 255, 0.12);
}

.ga-bg-green .ga-copy-quote[aria-pressed="true"],
.ga-bg-dark .ga-copy-quote[aria-pressed="true"] {
    color: var(--ga-charcoal);
    background: var(--ga-white);
    border-color: var(--ga-white);
}

.ga-bg-dark {
    color: var(--ga-white);
    background: var(--ga-charcoal);
    border-color: transparent;
}

.ga-bg-pale {
    background: var(--ga-green-light);
    border-color: rgba(113, 148, 48, 0.2);
}

.ga-bg-sand {
    background: var(--ga-sand);
}

.ga-bg-grey {
    background: var(--ga-grey-light);
}

/* =========================================================
   DECORATIVE DETAILS
   ========================================================= */

.ga-golf-ball::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -39px;
    width: 123px;
    height: 123px;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.55);
    background-image:
        radial-gradient(
            circle,
            rgba(40, 44, 40, 0.14) 0 2px,
            transparent 2.5px
        );
    background-size: 14px 14px;
    border: 1px solid rgba(40, 44, 40, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.ga-golf-flag {
    padding-top: 75px;
}

.ga-golf-flag::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 28px;
    width: 43px;
    height: 31px;
    background:
        linear-gradient(
            to bottom right,
            var(--ga-green) 49%,
            transparent 51%
        );
    border-left: 3px solid var(--ga-charcoal);
    pointer-events: none;
}

.ga-bg-green.ga-golf-flag::after,
.ga-bg-dark.ga-golf-flag::after {
    background:
        linear-gradient(
            to bottom right,
            var(--ga-white) 49%,
            transparent 51%
        );
    border-left-color: var(--ga-white);
}

.ga-scorecard {
    background-image:
        linear-gradient(
            rgba(40, 44, 40, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(40, 44, 40, 0.05) 1px,
            transparent 1px
        );
    background-size: 26px 26px;
}

/* =========================================================
   FEATURE BREAK
   ========================================================= */

.ga-feature-break {
    position: relative;
    margin: 64px 0;
    padding: 42px;
    overflow: hidden;
    color: var(--ga-white);
    background: var(--ga-charcoal);
    border-radius: 8px 28px 8px 28px;
}

.ga-feature-break::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -62px;
    width: 210px;
    height: 210px;
    opacity: 0.16;
    background-image:
        radial-gradient(
            circle,
            var(--ga-white) 0 3px,
            transparent 3.5px
        );
    background-size: 20px 20px;
    border: 2px solid var(--ga-white);
    border-radius: 50%;
}

.ga-feature-break h2 {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 0 18px;
    color: var(--ga-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 5vw, 52px);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.09;
}

.ga-feature-break p {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}

/* =========================================================
   CONCLUSION
   ========================================================= */

.ga-quotes-conclusion {
    max-width: 900px;
    margin: 68px auto 0;
    padding: 38px 42px;
    color: var(--ga-charcoal);
    background: var(--ga-green-light);
    border-top: 5px solid var(--ga-green);
    border-radius: 8px 25px 8px 25px;
}

.ga-quotes-conclusion h2 {
    margin: 0 0 18px;
    color: var(--ga-charcoal);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 4vw, 43px);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.17;
}

.ga-quotes-conclusion p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
    .ga-quote-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ga-card-xs {
        grid-column: span 2;
    }

    .ga-card-sm,
    .ga-card-md,
    .ga-card-tall {
        grid-column: span 3;
    }

    .ga-card-lg,
    .ga-card-wide {
        grid-column: span 6;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 620px) {
    .ga-golf-quotes {
        font-size: 16px;
        line-height: 1.68;
    }

    .ga-quotes-intro {
        margin-bottom: 38px;
    }

    .ga-quotes-title {
        font-size: 40px;
    }

    .ga-quotes-lead {
        font-size: 18px;
    }

    .ga-intro-quote {
        padding: 66px 24px 25px;
    }

    .ga-intro-quote::before {
        top: 5px;
        left: 21px;
    }

    .ga-quote-section {
        margin: 50px 0;
    }

    .ga-section-heading {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ga-section-heading-text {
        padding-bottom: 12px;
    }

    .ga-quote-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ga-quote-card,
    .ga-card-xs,
    .ga-card-sm,
    .ga-card-md,
    .ga-card-lg,
    .ga-card-wide,
    .ga-card-tall {
        grid-column: span 2;
        min-height: 0;
        padding: 24px;
        transform: none;
    }

    .ga-quote-card:nth-child(5n + 2),
    .ga-quote-card:nth-child(7n + 3) {
        grid-column: span 1;
    }

    .ga-quote-card:nth-child(5n + 2) blockquote,
    .ga-quote-card:nth-child(7n + 3) blockquote {
        font-size: 16px;
    }

    .ga-card-lg blockquote,
    .ga-card-wide blockquote,
    .ga-card-tall blockquote {
        font-size: 25px;
    }

    .ga-quote-card:hover {
        transform: translateY(-2px);
    }

    .ga-feature-break {
        padding: 31px 25px;
    }

    .ga-quotes-conclusion {
        padding: 30px 25px;
    }
}

@media (max-width: 390px) {
    .ga-quote-card:nth-child(5n + 2),
    .ga-quote-card:nth-child(7n + 3) {
        grid-column: span 2;
    }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .ga-quote-card,
    .ga-copy-quote {
        transition: none;
    }

    .ga-quote-card:hover {
        transform: none;
    }
}/* End custom CSS */