/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1788212576
Updated: 2026-09-01 05:42:56

*/


/* ========================================
   JGA HOMEPAGE HERO
======================================== */



.jga-home-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 120px 20px 20px;
    overflow: hidden;
}

/* Dark overlay over background image */
.jga-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(4, 22, 42, 0.88) 0%,
        rgba(4, 22, 42, 0.72) 48%,
        rgba(4, 22, 42, 0.42) 100%
    );
    z-index: 0;
}

/* Keep all hero content above overlay */
.jga-home-hero > * {
    position: relative;
    z-index: 1;
}

/* ========================================
   LEFT CONTENT
======================================== */

.jga-home-hero-content {
    max-width: 680px;
}

.jga-home-hero-content h1 {
    color: #fff;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin: 0 0 22px;
}

.jga-home-hero-content p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 19px;
    line-height: 1.65;
    max-width: 620px;
}


/* ========================================
   PROOF ROW
======================================== */

.jga-home-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 28px;
    margin-top: 30px;
}

.jga-home-hero-proof .jga-proof-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.jga-home-hero-proof .jga-proof-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(5px);
}

.jga-home-hero-proof svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}


/* ========================================
   RIGHT ENQUIRY CARD
======================================== */

.jga-home-hero-box {
    max-width: 430px;
    margin-left: auto;
    padding: 34px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
}

.jga-home-hero-box > p:first-child {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #1671b8;
}

.jga-home-hero-box h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #102d4f;
}

.jga-home-hero-box h2 + p {
    margin: 0 0 24px;
    color: #5c6875;
    font-size: 15px;
    line-height: 1.6;
}


/* ========================================
   SCHOOL / SPORTS BUTTONS
======================================== */

.jga-home-hero-box .wp-block-button {
    width: 100%;
    margin-bottom: 12px;
}

.jga-home-hero-box .wp-block-button__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    border: 1px solid #dce5ed;
    border-radius: 9px;
    background: #fff;
    color: #102d4f;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
    transition: all 0.2s ease;
}

.jga-home-hero-box .wp-block-button__link::after {
    content: "→";
    font-size: 20px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.jga-home-hero-box .wp-block-button__link:hover {
    background: #1671b8;
    border-color: #1671b8;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(22, 113, 184, 0.20);
}

.jga-home-hero-box .wp-block-button__link:hover::after {
    transform: translateX(4px);
}


/* Bottom microcopy */
.jga-home-hero-box .wp-block-buttons + p {
    margin: 12px 0 0;
    text-align: center;
    font-size: 12px;
    color: #687581;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1024px) {

    .jga-home-hero {
        min-height: auto;
        padding: 130px 25px 70px;
    }

    .jga-home-hero h1 {
        font-size: 46px;
    }

    .jga-home-hero-box {
        padding: 28px;
    }

}

.thank-you{
        min-height: auto;
        padding: 115px 20px 45px;
        align-items: flex-start;
    }



/* ========================================
   MOBILE
======================================== */

@media (max-width: 781px) {

    .jga-home-hero {
        min-height: auto;
        padding: 115px 20px 45px;
        align-items: flex-start;
    }
	
	.thank-you{
        min-height: auto;
        padding: 115px 20px 45px;
        align-items: flex-start;
    }

	

    .jga-home-hero::before {
        background: rgba(4, 22, 42, 0.78);
    }

    .jga-home-hero .wp-block-columns {
        gap: 32px;
    }

    .jga-home-hero-content {
        max-width: 100%;
    }

    .jga-home-hero-content h1 {
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: -0.8px;
    }

    .jga-home-hero-content p {
        font-size: 17px;
        line-height: 1.55;
    }

    .jga-home-hero-proof {
        gap: 12px;
        margin-top: 24px;
    }

    .jga-home-hero-proof .jga-proof-item {
        width: 100%;
    }

    .jga-home-hero-box {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 25px 20px;
        border-radius: 13px;
    }

    .jga-home-hero-box h2 {
        font-size: 27px;
    }

}


/* ========================================
   SMALL MOBILE
======================================== */

@media (max-width: 480px) {

    .jga-home-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .jga-home-hero-content h1 {
        font-size: 35px;
    }

    .jga-home-hero-box {
        padding: 22px 17px;
    }
	
	
	.thank-you{
        min-height: auto;
        padding: 50px 10px;
        align-items: flex-start;
    }

	

}


/* FIX HOMEPAGE HERO PROOF ROW */

.jga-home-hero-proof {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.jga-home-hero-proof .jga-proof-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.jga-home-hero-proof .jga-proof-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.18);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}


/* RIGHT CARD SPACING FIX */

.jga-home-hero-box .wp-block-buttons {
    margin-bottom: 6px;
}

.jga-home-hero-box .wp-block-buttons + p {
    margin: 0 0 14px;
    padding-left: 8px;
    text-align: left;
    font-size: 12px;
    color: #74808b;
}


/* HERO COLUMN BALANCE */

.jga-home-hero > .wp-block-group__inner-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.jga-home-hero > .wp-block-group__inner-container > .wp-block-columns {
    align-items: center;
    gap: 10px;
}

.jga-home-hero-content {
    flex-basis: 58% !important;
}

.jga-home-hero-box {
    flex-basis: 42% !important;
}


/* Hero main CTA */
.jga-home-hero-content > .wp-block-buttons .wp-block-button__link {
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 700;
}


/* Mobile */
@media (max-width: 900px) {

    .jga-home-hero-proof {
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    .jga-home-hero-content,
    .jga-home-hero-box {
        flex-basis: 100% !important;
    }

}

@media (max-width: 600px) {

    .jga-home-hero-proof {
        display: grid;
        grid-template-columns: 1fr;
    }

}



/* HERO BACKGROUND IMAGE */
.jga-home-hero {
    position: relative;
    background-image: url("https://justgroup.92webstudios.com/wp-content/uploads/2026/05/1770773223704-547886116-scaled.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* DARK GRADIENT OVERLAY */
.jga-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background: linear-gradient(
        90deg,
        rgba(3, 22, 43, 0.94) 0%,
        rgba(3, 22, 43, 0.82) 35%,
        rgba(3, 22, 43, 0.52) 65%,
        rgba(3, 22, 43, 0.28) 100%
    );

    pointer-events: none;
}


/* CONTENT ABOVE OVERLAY */
.jga-home-hero > .wp-block-group__inner-container {
    position: relative;
    z-index: 2;
}





/* =========================================
   HOMEPAGE - WHY CHOOSE / BENEFITS SECTION
========================================= */

/* Main heading section */
.jga-home-benefits {
    padding: 78px 25px 42px;
    margin: 0;
 
}

.jga-home-benefits > .wp-block-column {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

/* Small label */
.jga-home-benefits h6 {
    margin: 0 0 10px;
    color: #1671b8;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* Main heading */
.jga-home-benefits h2 {
    margin: 0 auto 14px;
    max-width: 700px;
    color: #102d4f;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.7px;
}

/* Intro paragraph */
.jga-home-benefits p {
    max-width: 720px;
    margin: 0 auto;
    color: #65717d;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   BENEFITS CARDS GRID
========================================= */

.jga-home-benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 0 25px 85px;
    margin: 0;
    background: #f4f7fa;
    align-items: stretch;
}

/* Gutenberg may apply flex basis */
.jga-home-benefits-grid > .wp-block-column {
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
}


/* =========================================
   INDIVIDUAL CARD
========================================= */

.jga-home-benefit-card {
    position: relative;
    min-height: 230px;
    padding: 30px 25px 34px;
    background: #ffffff;
    border: 1px solid #e0e8ef;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(16, 45, 79, 0.055);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
    overflow: hidden;
}

/* Hover */
.jga-home-benefit-card:hover {
    transform: translateY(-5px);
    border-color: #c9ddea;
    box-shadow: 0 16px 36px rgba(16, 45, 79, 0.11);
}


/* =========================================
   CARD ICON PLACEHOLDER
   If icon is added above H3 later
========================================= */

.jga-home-benefit-card .jga-benefit-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf4fb;
    color: #1671b8;
}

.jga-home-benefit-card .jga-benefit-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}


/* =========================================
   CARD TYPOGRAPHY
========================================= */

.jga-home-benefit-card h3 {
    margin: 0 0 12px;
    color: #102d4f;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.jga-home-benefit-card p {
    margin: 0;
    color: #687581;
    font-size: 14px;
    line-height: 1.7;
}


/* Bottom blue accent */
.jga-home-benefit-card::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: #1671b8;
    border-radius: 3px 3px 0 0;
    transition: width 0.25s ease;
}

.jga-home-benefit-card:hover::after {
    width: 72px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .jga-home-benefits {
        padding: 70px 24px 38px;
    }

    .jga-home-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 24px 70px;
        gap: 18px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .jga-home-benefits {
        padding: 55px 18px 30px;
    }

    .jga-home-benefits h2 {
        font-size: 31px;
    }

    .jga-home-benefits p {
        font-size: 15px;
    }

    .jga-home-benefits-grid {
        grid-template-columns: 1fr;
        padding: 0 18px 55px;
        gap: 14px;
    }

    .jga-home-benefit-card {
        min-height: auto;
        padding: 25px 21px 29px;
    }

}





/* =========================================
   HOMEPAGE - WHO WE HELP
========================================= */

.jga-home-audience {
    padding: 30px 10px;
  
}

.jga-home-audience > .wp-block-group__inner-container {
    max-width: 1180px;
    margin: 0 auto;
}


/* -----------------------------------------
   SECTION HEADING
----------------------------------------- */
.jga-home-audience h2 {
    margin: 0 auto 14px;
    max-width: 700px;
    color: #102d4f;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.7px;
}
.jga-home-audience h6 {
    margin: 0 0 10px;
    color: #1671b8;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}

.jga-home-audience > .wp-block-group__inner-container > h2,
.jga-home-audience > .wp-block-group__inner-container > .wp-block-heading {
    max-width: 760px;
    margin: 0 auto 15px;
    color: #102d4f;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.7px;
    text-align: center;
}

.jga-home-audience > .wp-block-group__inner-container > p {
    max-width: 760px;
    margin: 0 auto 45px;
    color: #65717d;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}


/* =========================================
   2-CARD GRID
========================================= */

.jga-home-audience-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.jga-home-audience-grid > .wp-block-column {
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
}


/* =========================================
   CARD
========================================= */

.jga-home-audience-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e1e8ee;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16, 45, 79, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.jga-home-audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px rgba(16, 45, 79, 0.13);
}


/* =========================================
   CARD IMAGE
========================================= */

.jga-home-audience-card .wp-block-image {
    margin: 0;
    overflow: hidden;
}

.jga-home-audience-card .wp-block-image img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.jga-home-audience-card:hover .wp-block-image img {
    transform: scale(1.035);
}


/* =========================================
   CARD CONTENT
========================================= */

.jga-home-audience-card h3 {
    margin: 28px 28px 10px;
    color: #102d4f;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.jga-home-audience-card p {
    margin: 0 28px 24px;
    color: #687581;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   BUTTON
========================================= */

.jga-home-audience-card .wp-block-buttons {
    margin: 0 28px 30px;
}

.jga-home-audience-card .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    background: #1671b8;
    color: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.jga-home-audience-card .wp-block-button__link::after {
    content: "→";
    font-size: 17px;
    transition: transform 0.2s ease;
}

.jga-home-audience-card .wp-block-button__link:hover {
    background: #102d4f;
    color: #ffffff;
    transform: translateY(-1px);
}

.jga-home-audience-card .wp-block-button__link:hover::after {
    transform: translateX(4px);
}


/* =========================================
   OPTIONAL TOP LABEL OVER IMAGE
========================================= */

.jga-home-audience-card .jga-audience-label {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;

    padding: 7px 12px;
    border-radius: 999px;

    background: rgba(16, 45, 79, 0.90);
    color: #ffffff;

    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .jga-home-audience {
        padding: 70px 22px;
    }

    .jga-home-audience-grid {
        gap: 20px;
    }

    .jga-home-audience-card .wp-block-image img {
        height: 230px;
    }

    .jga-home-audience-card h3 {
        font-size: 24px;
        margin: 24px 22px 10px;
    }

    .jga-home-audience-card p {
        margin-left: 22px;
        margin-right: 22px;
    }

    .jga-home-audience-card .wp-block-buttons {
        margin-left: 22px;
        margin-right: 22px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .jga-home-audience {
        padding: 55px 16px;
    }

    .jga-home-audience h2 {
        font-size: 31px;
    }

    .jga-home-audience-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .jga-home-audience-card .wp-block-image img {
        height: 220px;
    }

    .jga-home-audience-card h3 {
        font-size: 23px;
    }

}






/* =========================================
   JGA HOMEPAGE - ACCOMMODATION TYPES
========================================= */

.jga-home-accommodation {
    padding: 85px 24px 10px;
}

.jga-home-accommodation > .wp-block-group__inner-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.jga-home-accommodation h6 {
    margin: 0 0 10px;
    color: #1671b8;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}


/* Main H2 */
.jga-home-accommodation h2,
.jga-home-accommodation h2.wp-block-heading {
    max-width: 760px;
    margin: 0 auto 15px;
    color: #102d4f;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700 !important;
    letter-spacing: -0.7px;
    text-align: center;
}


/* Intro paragraph */
.jga-home-accommodation > .wp-block-group__inner-container > p {
    max-width: 760px;
    margin: 0 auto 45px;
    color: #65717d;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}


/* =========================================
   ACCOMMODATION GRID
========================================= */

.jga-home-accommodation-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}


/* Override Gutenberg columns */
.jga-home-accommodation-grid > .wp-block-column {
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
}


/* =========================================
   ACCOMMODATION CARD
========================================= */

.jga-home-accommodation-card {
    position: relative;
    height: 100%;
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e1e8ee;
    border-radius: 14px;

    box-shadow: 0 8px 25px rgba(16, 45, 79, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.jga-home-accommodation-card:hover {
    transform: translateY(-5px);

    border-color: #cbdce8;

    box-shadow:
        0 18px 38px rgba(16, 45, 79, 0.12);
}


/* =========================================
   CARD IMAGE
========================================= */

.jga-home-accommodation-card .wp-block-image {
    margin: 0;
    overflow: hidden;
}


.jga-home-accommodation-card .wp-block-image img {
    display: block;

    width: 100%;
    height: 235px;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.jga-home-accommodation-card:hover .wp-block-image img {
    transform: scale(1.04);
}


/* =========================================
   CARD HEADING
========================================= */

.jga-home-accommodation-card h3,
.jga-home-accommodation-card h3.wp-block-heading {

    position: relative;

    margin: 25px 25px 10px;

    padding-left: 16px;

    color: #102d4f;

    font-size: 22px;
    line-height: 1.25;

    font-weight: 700 !important;
}


/* Blue line beside card heading */
.jga-home-accommodation-card h3::before {

    content: "";

    position: absolute;

    left: 0;
    top: 3px;

    width: 4px;
    height: 22px;

    background: #1671b8;

    border-radius: 4px;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.jga-home-accommodation-card p {

    margin: 0 25px 30px;

    color: #687581;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   OPTIONAL IMAGE LABEL
========================================= */

.jga-home-accommodation-card .jga-accommodation-label {

    position: absolute;

    top: 16px;
    left: 16px;

    z-index: 2;

    padding: 7px 12px;

    background: rgba(16, 45, 79, 0.92);

    color: #ffffff;

    border-radius: 50px;

    font-size: 10px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .jga-home-accommodation {
        padding: 70px 22px;
    }


    .jga-home-accommodation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }


    .jga-home-accommodation-card .wp-block-image img {
        height: 220px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .jga-home-accommodation {
        padding: 55px 16px;
    }


    .jga-home-accommodation h2,
    .jga-home-accommodation h2.wp-block-heading {
        font-size: 31px;
        line-height: 1.18;
    }


    .jga-home-accommodation > .wp-block-group__inner-container > p {
        margin-bottom: 32px;
        font-size: 15px;
    }


    .jga-home-accommodation-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }


    .jga-home-accommodation-card .wp-block-image img {
        height: 215px;
    }


    .jga-home-accommodation-card h3,
    .jga-home-accommodation-card h3.wp-block-heading {

        margin: 22px 20px 9px;

        font-size: 21px;
    }


    .jga-home-accommodation-card p {

        margin: 0 20px 25px;

        font-size: 14px;
    }

}


/* =========================================
   HOMEPAGE - CITIES / DESTINATIONS
========================================= */

.jga-home-cities {
    padding: 85px 24px 10px;
}

.jga-home-cities > .wp-block-group__inner-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.jga-home-cities h6 {
    margin: 0 0 10px;
    color: #1671b8;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}

.jga-home-cities h2,
.jga-home-cities h2.wp-block-heading {
    max-width: 760px;
    margin: 0 auto 15px;
    color: #102d4f;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700 !important;
    letter-spacing: -0.7px;
    text-align: center;
}

.jga-home-cities > .wp-block-group__inner-container > p {
    max-width: 760px;
    margin: 0 auto 45px;
    color: #65717d;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}


/* =========================================
   CITY GRID
========================================= */

.jga-home-cities-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.jga-home-cities-grid > .wp-block-column {
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 !important;
}


/* =========================================
   CITY CARD
========================================= */

.jga-home-city-card {
    position: relative;
    height: 100%;
    padding: 32px 25px 28px;

    background: #ffffff;

    border: 1px solid #e1e8ee;
    border-radius: 14px;

    box-shadow: 0 8px 24px rgba(16, 45, 79, 0.055);

    text-align: center;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.jga-home-city-card:hover {
    transform: translateY(-5px);
    border-color: #c8ddea;
    box-shadow: 0 18px 38px rgba(16, 45, 79, 0.11);
}


/* =========================================
   MAP PIN ICON
========================================= */

.jga-home-city-icon {
    width: 56px;
    height: 56px;

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eaf4fb;
    color: #1671b8;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.jga-home-city-icon svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.jga-home-city-card:hover .jga-home-city-icon {
    background: #1671b8;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================
   CITY TITLE
========================================= */

.jga-home-city-card h3,
.jga-home-city-card h3.wp-block-heading {
    margin: 0 0 10px;
    color: #102d4f;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700 !important;
}


/* =========================================
   CITY DESCRIPTION
========================================= */

.jga-home-city-card p {
    margin: 0 auto 22px;
    max-width: 310px;

    color: #687581;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   CITY BUTTON
========================================= */

.jga-home-city-card .wp-block-buttons {
    justify-content: center;
    margin: 0;
}

.jga-home-city-card .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 11px 17px;

    background: transparent;
    color: #1671b8;

    border: 1px solid #1671b8;
    border-radius: 8px;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;

    text-decoration: none;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.jga-home-city-card .wp-block-button__link::after {
    content: "→";
    font-size: 16px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.jga-home-city-card .wp-block-button__link:hover {
    background: #1671b8;
    color: #ffffff;
    transform: translateY(-1px);
}

.jga-home-city-card .wp-block-button__link:hover::after {
    transform: translateX(3px);
}


/* =========================================
   SMALL BOTTOM ACCENT
========================================= */

.jga-home-city-card::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 44px;
    height: 3px;

    background: #1671b8;

    border-radius: 3px 3px 0 0;

    transition: width 0.25s ease;
}

.jga-home-city-card:hover::after {
    width: 75px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .jga-home-cities {
        padding: 70px 22px;
    }

    .jga-home-cities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .jga-home-cities {
        padding: 55px 16px;
    }

    .jga-home-cities h2,
    .jga-home-cities h2.wp-block-heading {
        font-size: 31px;
        line-height: 1.18;
    }

    .jga-home-cities > .wp-block-group__inner-container > p {
        margin-bottom: 32px;
        font-size: 15px;
    }

    .jga-home-cities-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jga-home-city-card {
        padding: 27px 20px 25px;
    }

    .jga-home-city-card h3 {
        font-size: 22px;
    }

}



/* =========================================
   HOMEPAGE - TESTIMONIALS
========================================= */

.jga-audience-strip {
    padding: 10px 24px 50px;
   
}

.jga-audience-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}


/* =========================================
   TESTIMONIAL CARD
========================================= */

.jga-audience-card {
    position: relative;
    display: flex;
    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e1e8ee;
    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(16, 45, 79, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.jga-audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(16, 45, 79, 0.12);
}


/* =========================================
   LOGO / IMAGE AREA
========================================= */

.jga-audience-image {
    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background: #ffffff;
    border-bottom: 1px solid #edf1f4;
}

.jga-audience-image img {
    display: block;

    width: auto;
    max-width: 85%;
    height: 110px;

    object-fit: contain;
}


/* =========================================
   NAME / ORGANISATION
========================================= */

.jga-audience-card h3 {
    margin: 25px 25px 10px;

    color: #102d4f;

    font-size: 17px;
    line-height: 1.45;

    font-weight: 700;
}


/* =========================================
   TESTIMONIAL TEXT
========================================= */

.jga-audience-card p {
    position: relative;

    margin: 0 25px 28px;

    color: #5f6c78;

    font-size: 15px;
    line-height: 1.7;
}


/* Quote mark */
.jga-audience-card > p::before {
    content: "“";

    display: block;

    margin-bottom: 5px;

    color: #1671b8;

    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 0.8;

    font-weight: 700;
}


/* Blue bottom accent */
.jga-audience-card::after {
    content: "";

    position: absolute;

    left: 25px;
    bottom: 0;

    width: 45px;
    height: 3px;

    background: #1671b8;

    border-radius: 3px 3px 0 0;

    transition: width 0.25s ease;
}

.jga-audience-card:hover::after {
    width: 75px;
}


/* =========================================
   READ MORE TESTIMONIALS
========================================= */

.jga-audience-inner > .jga-main-content {
    grid-column: 1 / -1;

    margin: 10px 0 0;

    text-align: center;

    color: #65717d;

    font-size: 14px;
}

.jga-audience-inner > .jga-main-content::before {
    display: none;
}

.jga-audience-inner > .jga-main-content a {
    color: #1671b8;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(22, 113, 184, 0.35);
}

.jga-audience-inner > .jga-main-content a:hover {
    color: #102d4f;
    border-color: #102d4f;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .jga-audience-strip {
        padding: 70px 22px;
    }

    .jga-audience-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .jga-audience-strip {
        padding: 55px 16px;
    }

    .jga-audience-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .jga-audience-image {
        height: 160px;
        padding: 25px;
    }

    .jga-audience-image img {
        height: 95px;
    }

    .jga-audience-card h3 {
        margin: 22px 20px 10px;
    }

    .jga-audience-card p {
        margin: 0 20px 25px;
    }

}

/* =========================================
   HOMEPAGE TESTIMONIALS - OUTER SECTION
========================================= */

.jga-home-testimonials {
    padding: 85px 24px 10px;

}

.jga-home-testimonials > .wp-block-group__inner-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* Small label */
.jga-home-testimonials h6 {
    margin: 0 0 10px;
    color: #1671b8;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}


/* Main title */
.jga-home-testimonials h2,
.jga-home-testimonials h2.wp-block-heading {
    max-width: 760px;
    margin: 0 auto 15px;
    color: #102d4f;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 700 !important;
    letter-spacing: -0.7px;
    text-align: center;
}


/* Intro text */
.jga-home-testimonials > .wp-block-group__inner-container > p {
    max-width: 720px;
    margin: 0 auto;
    color: #65717d;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}


/* MOBILE */
@media (max-width: 600px) {

    .jga-home-testimonials {
        padding: 55px 16px 28px;
    }

    .jga-home-testimonials h2,
    .jga-home-testimonials h2.wp-block-heading {
        font-size: 31px;
    }

    .jga-home-testimonials > .wp-block-group__inner-container > p {
        font-size: 15px;
    }
}






/* =========================================
   HOMEPAGE FAQ - FINAL
========================================= */

/* Heading rows */
.wp-block-columns.jga-home-faq {
    width: 100%;
    max-width: 1000px;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================
   FAQ HEADING
========================================= */

.wp-block-columns.jga-home-faq h6 {
    margin: 0 0 10px !important;

    color: #1671b8;

    font-size: 12px;
    line-height: 1.4;
    font-weight: 700 !important;

    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}


.wp-block-columns.jga-home-faq h2,
.wp-block-columns.jga-home-faq h2.wp-block-heading {
    max-width: 760px;

    margin: 0 auto 14px !important;

    color: #102d4f;

    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;

    font-weight: 700 !important;

    letter-spacing: -0.6px;
    text-align: center;
}


.wp-block-columns.jga-home-faq .wp-block-paragraph {
    max-width: 680px;

    margin-left: auto;
    margin-right: auto;

    color: #65717d;

    font-size: 16px;
    line-height: 1.7;

    text-align: center;
}


/* Space before FAQs */
.wp-block-columns.jga-home-faq:first-of-type {
    margin-bottom: 34px !important;
}


/* =========================================
   FAQ LIST
========================================= */

.jga-home-faq-list {
    width: 100% !important;
    max-width: 800px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    flex-basis: 800px !important;
}


/* =========================================
   FAQ ITEM
========================================= */

details.jga-home-faq-item {
    position: relative;

    display: block;

    width: 100%;

    margin: 0 0 12px !important;
    padding: 0 !important;

    box-sizing: border-box !important;

    background: #ffffff !important;

    border: 1px solid #dfe7ed !important;
    border-radius: 10px !important;

    overflow: hidden !important;

    box-shadow:
        0 5px 18px rgba(16, 45, 79, 0.04);

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


details.jga-home-faq-item:hover {
    border-color: #c5d9e6 !important;

    box-shadow:
        0 8px 24px rgba(16, 45, 79, 0.07);
}


/* =========================================
   FAQ QUESTION
========================================= */

details.jga-home-faq-item > summary {
    position: relative !important;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 68px;

    box-sizing: border-box !important;

    margin: 0 !important;

    padding:
        19px
        62px
        19px
        22px !important;

    background: #ffffff !important;

    color: #102d4f !important;

    font-size: 16px !important;
    line-height: 1.45 !important;

    font-weight: 700 !important;

    cursor: pointer;

    list-style: none !important;

    overflow: hidden !important;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


/* Remove browser default icon */
details.jga-home-faq-item > summary::-webkit-details-marker {
    display: none !important;
}

details.jga-home-faq-item > summary::marker {
    content: "" !important;
}


/* =========================================
   PLUS / MINUS ICON
========================================= */

details.jga-home-faq-item > summary::after {
    content: "+" !important;

    position: absolute !important;

    right: 16px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 32px !important;
    height: 32px !important;

    min-width: 32px !important;
    max-width: 32px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #eaf4fb !important;
    color: #1671b8 !important;

    border: 0 !important;
    border-radius: 50% !important;

    font-size: 21px !important;
    line-height: 1 !important;
    font-weight: 500 !important;

    text-align: center;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


/* Open state icon */
details.jga-home-faq-item[open] > summary::after {
    content: "−" !important;

    background: #1671b8 !important;
    color: #ffffff !important;
}


/* Hover icon */
details.jga-home-faq-item > summary:hover::after {
    background: #1671b8 !important;
    color: #ffffff !important;
}


/* =========================================
   OPEN FAQ
========================================= */

details.jga-home-faq-item[open] {
    border-color: #c3dbea !important;

    box-shadow:
        0 8px 24px rgba(16, 45, 79, 0.07);
}


details.jga-home-faq-item[open] > summary {
    background: #f7fbfd !important;

    color: #1671b8 !important;
}


/* Active blue left line */
details.jga-home-faq-item[open]::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: #1671b8;

    z-index: 3;
}


/* =========================================
   ANSWER
========================================= */

details.jga-home-faq-item > p {
    margin: 0 !important;

    padding:
        0
        62px
        22px
        22px !important;

    color: #65717d !important;

    font-size: 15px !important;
    line-height: 1.75 !important;

    font-weight: 400 !important;

    text-align: left !important;
}


/* Links inside answer */
details.jga-home-faq-item > p a {
    color: #1671b8;

    font-weight: 600;

    text-decoration: underline;
    text-underline-offset: 2px;
}


details.jga-home-faq-item > p a:hover {
    color: #102d4f;
}


/* Remove margin from last item */
details.jga-home-faq-item:last-child {
    margin-bottom: 0 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .wp-block-columns.jga-home-faq {
        padding-left: 22px;
        padding-right: 22px;

        box-sizing: border-box;
    }

    .jga-home-faq-list {
        max-width: 760px !important;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .wp-block-columns.jga-home-faq {
        padding-left: 16px;
        padding-right: 16px;
    }


    .wp-block-columns.jga-home-faq h6 {
        font-size: 11px;
        margin-bottom: 8px !important;
    }


    .wp-block-columns.jga-home-faq h2,
    .wp-block-columns.jga-home-faq h2.wp-block-heading {
        font-size: 31px;
        line-height: 1.18;
    }


    .wp-block-columns.jga-home-faq .wp-block-paragraph {
        font-size: 15px;
        line-height: 1.65;
    }


    .wp-block-columns.jga-home-faq:first-of-type {
        margin-bottom: 28px !important;
    }


    details.jga-home-faq-item {
        margin-bottom: 10px !important;
    }


    details.jga-home-faq-item > summary {
        min-height: 62px;

        padding:
            17px
            54px
            17px
            17px !important;

        font-size: 15px !important;
        line-height: 1.45 !important;
    }


    details.jga-home-faq-item > summary::after {
        right: 12px !important;

        width: 29px !important;
        height: 29px !important;

        min-width: 29px !important;
        max-width: 29px !important;

        font-size: 19px !important;
    }


    details.jga-home-faq-item > p {
        padding:
            0
            17px
            19px
            17px !important;

        font-size: 14px !important;
        line-height: 1.7 !important;
    }

}








/* =========================================
   HOMEPAGE - FINAL CTA
   Matches Current Gutenberg Structure
========================================= */

.wp-block-columns.jga-home-final-cta {
    width: 100% !important;
    flex-basis: 100% !important;
    position: relative;
    overflow: hidden;
    padding: 70px 50px;
    text-align: center;
    background: linear-gradient(135deg, #17324d 0%, #1d4968 55%, #278fbd 100%);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(15, 40, 60, 0.18);
}

/* Decorative circle - top right */
.wp-block-columns.jga-home-final-cta::before {
    content: "";

    position: absolute;

    width: 340px;
    height: 340px;

    top: -170px;
    right: -100px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.055);

    pointer-events: none;
}


/* Decorative circle - bottom left */
.wp-block-columns.jga-home-final-cta::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    bottom: -155px;
    left: -90px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.045);

    pointer-events: none;
}


/* =========================================
   INNER CONTENT
========================================= */

.jga-home-final-cta-inner {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 850px;

    margin: 0 auto !important;

    flex-basis: 850px !important;

    text-align: center;
}


/* =========================================
   SMALL LABEL
========================================= */

.jga-home-final-cta-inner h6 {
    margin: 0 0 12px !important;

    color: #8ed0ff !important;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 700 !important;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================
   MAIN HEADING
========================================= */

.jga-home-final-cta-inner h2,
.jga-home-final-cta-inner h2.wp-block-heading {
    max-width: 760px;

    margin: 0 auto 18px !important;

    color: #ffffff !important;

    font-size: clamp(34px, 4.5vw, 50px);

    line-height: 1.12;

    font-weight: 700 !important;

    letter-spacing: -0.7px;
}


/* =========================================
   DESCRIPTION
========================================= */

.jga-home-final-cta-inner > p {
    max-width: 720px;

    margin: 0 auto 30px !important;

    color: rgba(255, 255, 255, 0.82) !important;

    font-size: 17px;

    line-height: 1.7;
}


/* =========================================
   BUTTON WRAPPER
========================================= */

.jga-home-final-cta-inner .wp-block-buttons {
    margin: 0 0 15px !important;

    justify-content: center;
}


/* =========================================
   CTA BUTTON
========================================= */

.jga-home-final-cta-btn {
    margin: 0 !important;
}


.jga-home-final-cta-btn .wp-block-button__link {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 52px;

    padding: 15px 27px;

    box-sizing: border-box;

    background: #ffffff !important;

    color: #102d4f !important;

    border: 2px solid #ffffff;

    border-radius: 9px;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.15);

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}


/* Button arrow */
.jga-home-final-cta-btn .wp-block-button__link::after {
    content: "→";

    font-size: 18px;

    line-height: 1;

    transition: transform 0.2s ease;
}


/* Button hover */
.jga-home-final-cta-btn .wp-block-button__link:hover {
    background: #eaf4fb !important;

    color: #102d4f !important;

    transform: translateY(-3px);

    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.20);
}


.jga-home-final-cta-btn .wp-block-button__link:hover::after {
    transform: translateX(4px);
}


/* =========================================
   MICROCOPY
   Targets last paragraph automatically
========================================= */

.jga-home-final-cta-inner > p:last-child {
    margin: 0 auto !important;

    color: rgba(255, 255, 255, 0.68) !important;

    font-size: 13px !important;

    line-height: 1.5;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .wp-block-columns.jga-home-final-cta {
        padding: 75px 22px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .wp-block-columns.jga-home-final-cta {
        padding: 60px 16px;
    }


    .jga-home-final-cta-inner h6 {
        font-size: 11px;
    }


    .jga-home-final-cta-inner h2,
    .jga-home-final-cta-inner h2.wp-block-heading {
        font-size: 32px;

        line-height: 1.16;

        margin-bottom: 15px !important;
    }


    .jga-home-final-cta-inner > p {
        margin-bottom: 25px !important;

        font-size: 15px;

        line-height: 1.65;
    }


    .jga-home-final-cta-inner .wp-block-buttons {
        width: 100%;
    }


    .jga-home-final-cta-btn {
        width: 100%;
    }


    .jga-home-final-cta-btn .wp-block-button__link {
        width: 100%;

        padding: 15px 18px;

        font-size: 14px;
    }


    .jga-home-final-cta-inner > p:last-child {
        font-size: 12px !important;
    }

}







.jga-invalid {
    border-color: #d63638 !important;
}

.jga-field-error {
    display: block;
    color: #d63638;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px;
}

/* =========================================
   JGA Sticky / Glass Header
   ========================================= */

#masthead.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;

    background-color: transparent !important;

    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        backdrop-filter 0.3s ease,
        -webkit-backdrop-filter 0.3s ease;
}


/* Header inner elements must remain transparent */
#masthead .inside-header,
#masthead #site-navigation,
#masthead .inside-navigation {
    background-color: transparent !important;
}


/* =========================================
   SCROLLED HEADER
   ========================================= */

body #masthead.site-header.jga-header-scrolled {
    background-color: rgba(255, 255, 255, 0.70) !important;

    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}


/* =========================================
   LOGO
   ========================================= */

#masthead .site-logo img.header-image {
    width: auto;
    max-height: 80px;

    transition:
        max-height 0.3s ease,
        width 0.3s ease,
        transform 0.3s ease;
}


/* Smaller logo after scroll */
#masthead.jga-header-scrolled .site-logo img.header-image {
    max-height: 58px;
}


/* Also make header slightly more compact */
#masthead .inside-header {
    transition: padding 0.3s ease;
}

#masthead.jga-header-scrolled .inside-header {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* =========================================
   WordPress Admin Bar
   ========================================= */

.admin-bar #masthead.site-header {
    top: 32px;
}

@media (max-width: 782px) {

    .admin-bar #masthead.site-header {
        top: 46px;
    }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 768px) {

    #masthead .site-logo img.header-image {
        max-height: 65px;
    }

    #masthead.jga-header-scrolled .site-logo img.header-image {
        max-height: 50px;
    }

}

/* =========================================
   JGA HEADER - FINAL SCROLL FIX
   ========================================= */

/* Default transparent */
html body #masthead.site-header {
    background: transparent !important;
}


/* Scrolled white glass background */
html body #masthead.site-header.jga-header-scrolled {
    background: rgba(255, 255, 255, 0.70) !important;
    background-color: rgba(255, 255, 255, 0.70) !important;

    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}


/* Keep inner wrappers transparent */
html body #masthead.site-header .inside-header,
html body #masthead.site-header #site-navigation,
html body #masthead.site-header .inside-navigation {
    background: transparent !important;
}


/* =========================================
   PRIMARY MENU SPACING
   ========================================= */

#primary-menu {
    margin-top: 20px;
    transition: margin-top 0.3s ease;
}


/* Remove menu top margin after scroll */
#masthead.jga-header-scrolled #primary-menu {
    margin-top: 0 !important;
}


/* =========================================
   LOGO SIZE
   ========================================= */

#masthead .header-image {
    transition: max-height 0.3s ease;
}

#masthead.jga-header-scrolled .header-image {
    max-height: 58px !important;
}


/* ================================
   Sydney Hero - Polished Version
   ================================ */

.jga-sydney-hero {
    min-height: 640px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 150px 24px 90px;
    overflow: hidden;
}

/* Better cinematic overlay */
.jga-sydney-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(8, 25, 40, 0.82) 0%,
            rgba(8, 25, 40, 0.64) 38%,
            rgba(8, 25, 40, 0.20) 70%,
            rgba(8, 25, 40, 0.05) 100%
        );
    z-index: 1;
}

.jga-sydney-hero .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* Content width */
.jga-sydney-hero .wp-block-cover__inner-container > * {
    max-width: 880px;
}

/* Main heading */
.jga-sydney-hero h1 {
    max-width: 650px;
    margin: 0 0 24px;
    font-size: clamp(46px, 5.2vw, 72px);
    line-height: 1.02;
    letter-spacing: -1.8px;
    font-weight: 800;
    color: #fff;
}

/* Intro paragraph */
.jga-sydney-hero h1 + p {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.65;
    color: rgba(255,255,255,0.96);
}

/* Qualifier */
.jga-sydney-hero h1 + p + p {
    max-width: 610px;
    margin-bottom: 26px;
    padding-left: 16px;
    border-left: 3px solid #f0b323;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.88);
}

/* CTA spacing */
.jga-sydney-hero .wp-block-buttons {
    margin-top: 4px;
    margin-bottom: 14px;
}

/* Main CTA */
.jga-sydney-hero .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 16px 30px;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.jga-sydney-hero .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.24);
}

/* Microcopy */
.jga-sydney-hero .wp-block-buttons + p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.82);
}

/* Mobile */
@media (max-width: 768px) {

    .jga-sydney-hero {
        min-height: 620px;
        padding: 125px 20px 65px;
        align-items: flex-end;
    }

    .jga-sydney-hero::before {
        background:
            linear-gradient(
                180deg,
                rgba(8,25,40,0.20) 0%,
                rgba(8,25,40,0.50) 35%,
                rgba(8,25,40,0.88) 100%
            );
    }

    .jga-sydney-hero h1 {
        font-size: 42px;
        line-height: 1.05;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .jga-sydney-hero h1 + p {
        font-size: 17px;
        line-height: 1.6;
    }

    .jga-sydney-hero h1 + p + p {
        font-size: 15px;
        padding-left: 13px;
    }

    .jga-sydney-hero .wp-block-buttons,
    .jga-sydney-hero .wp-block-button,
    .jga-sydney-hero .wp-block-button__link {
        width: 100%;
    }
}

/* ================================
   Sydney Trust Strip
   ================================ */

.jga-trust-strip {
    position: relative;
    z-index: 5;
    max-width: 1180px;
    margin: -42px auto 70px;
    padding: 26px 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
}

.jga-trust-strip .wp-block-columns {
    margin-bottom: 0;
    gap: 0;
}

.jga-trust-strip .wp-block-column {
    text-align: center;
    padding: 8px 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.jga-trust-strip .wp-block-column:last-child {
    border-right: 0;
}

.jga-trust-strip h3,
.jga-trust-strip h4,
.jga-trust-strip strong {
    display: block;
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    color: #17324d;
}

.jga-trust-strip p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #5d6873;
}

@media (max-width: 781px) {

    .jga-trust-strip {
        margin: -25px 18px 50px;
        padding: 10px 22px;
    }

    .jga-trust-strip .wp-block-columns {
        gap: 0;
    }

    .jga-trust-strip .wp-block-column {
        padding: 18px 8px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .jga-trust-strip .wp-block-column:last-child {
        border-bottom: 0;
    }

}


.jga-trust-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(35, 150, 190, 0.10);
    color: #238fbd;

    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.jga-trust-strip .wp-block-column {
    transition: transform 0.25s ease;
}

.jga-trust-strip .wp-block-column:hover {
    transform: translateY(-3px);
}


/* ==================================
   Sydney Specialist Section
   ================================== */

.jga-sydney-specialist {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px;
}
.jga-sydney-specialist h6{
    margin: 0 0 12px;
    color: #278fbd;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.jga-sydney-specialist h2 {
    max-width: 820px;
    margin: 0 auto 16px;
    text-align: left;
    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 700;
    color: #17324d;
}

.jga-sydney-specialist > .wp-block-columns:first-child {
    align-items: center !important;
    gap: 70px;
    margin-bottom: 55px;
}

/* Small label */
.jga-sydney-specialist .wp-block-column:first-child > p:first-child {
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #278fbd;
}

/* Heading */
.jga-sydney-specialist h2 {
    max-width: 560px;
    margin: 0 0 22px;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -1px;
    color: #17324d;
}

/* Main paragraph */
.jga-sydney-specialist h2 + p {
    max-width: 580px;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.7;
    color: #5b6670;
}

/* Benefits area */
.jga-sydney-specialist .wp-block-column:first-child > p:last-child {
    padding: 22px 24px;
    border-radius: 12px;
    background: #f6f9fb;
    border-left: 4px solid #278fbd;

    font-size: 15px;
    line-height: 2;
    color: #394957;
}

/* Right image */
.jga-sydney-specialist
.wp-block-columns:first-child
.wp-block-column:last-child
.wp-block-image {
    margin: 0;
    position: relative;
}

.jga-sydney-specialist
.wp-block-columns:first-child
.wp-block-column:last-child
img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 24px 55px rgba(0,0,0,.16);
}

/* Small decorative offset */
.jga-sydney-specialist
.wp-block-columns:first-child
.wp-block-column:last-child {
    position: relative;
}

.jga-sydney-specialist
.wp-block-columns:first-child
.wp-block-column:last-child::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 85%;
    right: -18px;
    bottom: -18px;
    background: rgba(39,143,189,.10);
    border-radius: 22px;
    z-index: -1;
}



/* Specialist benefit cards */

.jga-specialist-benefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
}

.jga-benefit-item {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 16px 18px;

    background: #ffffff;
    border: 1px solid rgba(23, 50, 77, 0.08);
    border-radius: 12px;

    box-shadow: 0 7px 22px rgba(15, 40, 60, 0.05);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.jga-benefit-item:hover {
    transform: translateX(5px);
    border-color: rgba(39, 143, 189, .25);
    box-shadow: 0 10px 28px rgba(15, 40, 60, .09);
}


/* Icon circle */

.jga-benefit-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(39, 143, 189, .10);
    border-radius: 50%;
}


/* SVG */

.jga-benefit-icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: #278fbd;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* Text */

.jga-benefit-item strong {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;

    color: #17324d;
}

.jga-benefit-item span {
    display: block;

    font-size: 13px;
    line-height: 1.45;

    color: #687580;
}


/* Mobile */

@media (max-width: 600px) {

    .jga-benefit-item {
        padding: 14px;
        gap: 13px;
    }

    .jga-benefit-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .jga-benefit-icon svg {
        width: 20px;
        height: 20px;
    }

}


/* =========================================
   JGA SERVICE CARDS - MODERN STYLE
   ========================================= */

.jga-service-cards {
    max-width: 1100px;
    margin: 55px auto 0;
    gap: 26px !important;
    flex-wrap: wrap !important;
}

/* 2 cards per row */
.jga-service-cards > .wp-block-column {
    flex-basis: calc(50% - 13px) !important;
    flex-grow: 0 !important;

    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    background: #ffffff;
    border-radius: 18px;

    border: 1px solid rgba(20, 50, 70, 0.08);

    box-shadow:
        0 10px 30px rgba(15, 40, 60, 0.07);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.jga-service-cards > .wp-block-column:hover {
    transform: translateY(-7px);

    box-shadow:
        0 22px 50px rgba(15, 40, 60, 0.14);
}


/* =========================
   IMAGE
   ========================= */

.jga-service-cards .wp-block-image {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jga-service-cards .wp-block-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 40%;

    background:
        linear-gradient(
            to top,
            rgba(10, 30, 45, 0.18),
            transparent
        );

    pointer-events: none;
}

.jga-service-cards .wp-block-image img {
    width: 100%;
    height: 225px;

    object-fit: cover;
    display: block;

    transition: transform 0.45s ease;
}

.jga-service-cards > .wp-block-column:hover img {
    transform: scale(1.05);
}


/* =========================
   ACCENT LINE
   ========================= */

.jga-service-cards > .wp-block-column::after {
    content: "";

    position: absolute;
    top: 280px;
    left: 28px;

    width: 54px;
    height: 4px;

    background: #278fbd;
    border-radius: 20px;
}


/* =========================
   HEADING
   ========================= */

.jga-service-cards h3 {
    margin: 30px 28px 10px;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;

    color: #17324d;
}


/* =========================
   DESCRIPTION
   ========================= */

.jga-service-cards p {
    margin: 0 28px 22px;

    font-size: 15px;
    line-height: 1.65;

    color: #64717c;
}


/* =========================
   BUTTON
   ========================= */

.jga-service-cards .wp-block-buttons {
    margin: auto 28px 28px;
}

.jga-service-cards .wp-block-button {
    width: auto;
}

.jga-service-cards .wp-block-button__link {
    display: inline-flex;
    align-items: center;

    width: auto;

    padding: 12px 20px;

    border-radius: 7px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.jga-service-cards .wp-block-button__link:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(15, 40, 60, 0.16);
}


/* Arrow after CTA */
.jga-service-cards .wp-block-button__link::after {
    content: "→";
    margin-left: 9px;

    font-size: 17px;

    transition: transform 0.2s ease;
}

.jga-service-cards .wp-block-button__link:hover::after {
    transform: translateX(4px);
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 781px) {

    .jga-service-cards {
        gap: 22px !important;
    }

    .jga-service-cards > .wp-block-column {
        flex-basis: 100% !important;
    }

    .jga-service-cards .wp-block-image img {
        height: 240px;
    }

    .jga-service-cards > .wp-block-column::after {
        top: 240px;
        left: 22px;
    }

    .jga-service-cards h3 {
        margin: 28px 22px 9px;
        font-size: 23px;
    }

    .jga-service-cards p {
        margin-left: 22px;
        margin-right: 22px;
    }

    .jga-service-cards .wp-block-buttons {
        margin-left: 22px;
        margin-right: 22px;
    }

}

/* Service Card Images - Rounded Corners */
.jga-service-cards .wp-block-image {
    border-radius: 15px;
    overflow: hidden;
    margin: 12px 12px 0;
}

.jga-service-cards .wp-block-image img {
    border-radius: 15px;
    width: 100%;
    display: block;
}




/* =========================================================
   HOW WE HELP - FINAL CORRECT CSS
   Based on your CURRENT Gutenberg HTML
   ========================================================= */

.jga-how-we-help {
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 90px 24px;
}

/* Outer single column */
.jga-how-we-help > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
}

/* Actual LEFT + RIGHT columns wrapper */
.jga-how-we-help
> .wp-block-column
> .wp-block-columns {

    display: flex !important;
    align-items: center !important;

    gap: 75px !important;

    margin: 0 !important;
}


/* ================================
   LEFT COLUMN
   ================================ */

.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:first-child {

    flex-basis: 58% !important;
}


/* Small label */
.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:first-child
h6 {

    margin: 0 0 14px;

    font-size: 13px;
    line-height: 1.4;

    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #278fbd;
}


/* H2 */
.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:first-child
h2 {

    max-width: 650px;

    margin: 0 0 24px;

    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;

    letter-spacing: -1.1px;
    font-weight: 700;

    color: #17324d;
}


/* Left paragraphs */
.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:first-child
p {

    max-width: 670px;

    margin: 0 0 18px;

    font-size: 16px;
    line-height: 1.75;

    color: #5f6c76;
}


.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:first-child
p:last-child {

    margin-bottom: 0;
}


/* ================================
   RIGHT COLUMN
   ================================ */

.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child {

    flex-basis: 42% !important;
}


/* Right parent group */
.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group {

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    box-shadow: none !important;
}


/* Wrapper containing 3 cards */
.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group
> .wp-block-group__inner-container {

    display: flex !important;
    flex-direction: column !important;

    gap: 16px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ================================
   EACH RIGHT FEATURE CARD
   ================================ */

.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group
> .wp-block-group__inner-container
> .wp-block-columns {

    position: relative;

    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 22px 24px 22px 82px !important;

    background: #ffffff !important;

    border: 1px solid rgba(23, 50, 77, 0.08) !important;
    border-radius: 15px;

    box-shadow:
        0 10px 30px rgba(15, 40, 60, 0.07);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group
> .wp-block-group__inner-container
> .wp-block-columns:hover {

    transform: translateY(-4px);

    border-color: rgba(39, 143, 189, .24) !important;

    box-shadow:
        0 16px 38px rgba(15, 40, 60, .12);
}


/* Remove Gutenberg inner column sizing */
.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group
> .wp-block-group__inner-container
> .wp-block-columns
> .wp-block-column {

    width: 100% !important;

    flex: none !important;
    flex-basis: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
}


/* ================================
   CHECK ICON
   ================================ */

.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group
> .wp-block-group__inner-container
> .wp-block-columns::before {

    content: "✓";

    position: absolute;

    left: 22px;
    top: 50%;

    transform: translateY(-50%);

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(39, 143, 189, .11);

    color: #278fbd;

    font-size: 18px;
    line-height: 1;
    font-weight: 700;

    box-shadow:
        inset 0 0 0 1px rgba(39, 143, 189, .08);
}


/* ================================
   RIGHT CARD TEXT
   ================================ */

.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group
> .wp-block-group__inner-container
> .wp-block-columns
h3 {

    margin: 0 0 6px;

    font-size: 19px;
    line-height: 1.3;

    font-weight: 700;

    color: #17324d;
}


.jga-how-we-help
> .wp-block-column
> .wp-block-columns
> .wp-block-column:last-child
> .wp-block-group
> .wp-block-group__inner-container
> .wp-block-columns
p {

    margin: 0;

    font-size: 14px;
    line-height: 1.55;

    color: #697680;
}


/* ================================
   TABLET
   ================================ */

@media (max-width: 1024px) {

    .jga-how-we-help {
        padding: 75px 24px;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns {

        gap: 45px !important;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column:first-child
    h2 {

        font-size: 40px;
    }

}


/* ================================
   MOBILE
   ================================ */

@media (max-width: 781px) {

    .jga-how-we-help {
        padding: 60px 18px;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns {

        flex-direction: column !important;

        gap: 40px !important;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column {

        width: 100% !important;
        flex-basis: 100% !important;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column:first-child
    h2 {

        font-size: 35px;
    }

}


/* ================================
   SMALL MOBILE
   ================================ */

@media (max-width: 480px) {

    .jga-how-we-help {
        padding: 55px 16px;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column:first-child
    h2 {

        font-size: 31px;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column:last-child
    > .wp-block-group
    > .wp-block-group__inner-container
    > .wp-block-columns {

        padding: 18px 16px 18px 68px !important;
    }

    .jga-how-we-help
    > .wp-block-column
    > .wp-block-columns
    > .wp-block-column:last-child
    > .wp-block-group
    > .wp-block-group__inner-container
    > .wp-block-columns::before {

        left: 15px;

        width: 38px;
        height: 38px;

        font-size: 16px;
    }

}



/* =========================================================
   SYDNEY VENUES & LOCATIONS
   jga-sydney-venues = Main Columns block
   ========================================================= */

.jga-sydney-venues {
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 90px 24px;
}

/* Full inner column */
.jga-sydney-venues > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
}


/* =========================================================
   SECTION LABEL
   ========================================================= */

.jga-sydney-venues h6 {
    margin: 0 0 14px;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #278fbd;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

.jga-sydney-venues h2 {
    max-width: 760px;

    margin: 0 0 22px;

    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;

    letter-spacing: -1.1px;
    font-weight: 700;

    color: #17324d;
}


/* =========================================================
   INTRO PARAGRAPHS
   ========================================================= */

.jga-sydney-venues > .wp-block-column > p {
    max-width: 850px;

    margin: 0 0 16px;

    font-size: 16px;
    line-height: 1.75;

    color: #5f6c76;
}


/* =========================================================
   VENUE GRID
   ========================================================= */

.jga-venue-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 14px;

    margin: 38px 0 32px;
}


/* Individual venue */
.jga-venue-grid span {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 68px;

    padding: 15px 16px 15px 50px;

    background: #ffffff;

    border: 1px solid rgba(23, 50, 77, 0.08);
    border-radius: 12px;

    color: #17324d;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;

    box-shadow:
        0 7px 22px rgba(15, 40, 60, 0.05);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


/* Hover */
.jga-venue-grid span:hover {
    transform: translateY(-3px);

    border-color: rgba(39, 143, 189, .28);

    box-shadow:
        0 12px 28px rgba(15, 40, 60, .10);
}


/* =========================================================
   LOCATION PIN
   ========================================================= */

.jga-venue-grid span::before {
    content: "";

    position: absolute;

    left: 16px;
    top: 50%;

    transform: translateY(-50%);

    width: 26px;
    height: 26px;

    border-radius: 50%;

    background:
        rgba(39, 143, 189, .11);
}


/* Pin dot */
.jga-venue-grid span::after {
    content: "";

    position: absolute;

    left: 25px;
    top: 50%;

    width: 8px;
    height: 8px;

    transform: translateY(-50%);

    border: 2px solid #278fbd;
    border-radius: 50%;
}


/* =========================================================
   FINAL PARAGRAPH / CALLOUT
   ========================================================= */

.jga-sydney-venues
.jga-venue-grid + p {

    max-width: 900px;

    margin: 0;

    padding: 20px 24px;

    background: rgba(39, 143, 189, .07);

    border-left: 4px solid #278fbd;
    border-radius: 10px;

    font-size: 15px;
    line-height: 1.65;

    color: #40515f;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .jga-sydney-venues {
        padding: 75px 24px;
    }

    .jga-venue-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .jga-sydney-venues h2 {
        font-size: 40px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 781px) {

    .jga-sydney-venues {
        padding: 60px 18px;
    }

    .jga-sydney-venues h2 {
        font-size: 35px;
    }

    .jga-sydney-venues > .wp-block-column > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .jga-venue-grid {
        grid-template-columns: 1fr;

        gap: 11px;

        margin-top: 30px;
    }

    .jga-venue-grid span {
        min-height: 60px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .jga-sydney-venues {
        padding: 55px 16px;
    }

    .jga-sydney-venues h2 {
        font-size: 31px;
    }

    .jga-venue-grid span {
        padding:
            14px 14px 14px 48px;

        font-size: 13px;
    }

}

/* Venue section polish */

.jga-sydney-venues h2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 18px;
}

.jga-sydney-venues > .wp-block-column > p {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jga-venue-grid {
    gap: 16px 18px;
    margin-top: 42px;
}

.jga-venue-grid span {
    min-height: 76px;
    padding: 16px 18px 16px 58px;

    border-radius: 14px;

    box-shadow:
        0 10px 28px rgba(15, 40, 60, 0.07);
}


/* Proper location pin circle */

.jga-venue-grid span::before {
    left: 17px;

    width: 32px;
    height: 32px;

    background: rgba(39, 143, 189, 0.10);

    border-radius: 50%;
}


/* Pin shape */

.jga-venue-grid span::after {
    content: "⌖";

    left: 24px;
    top: 50%;

    width: auto;
    height: auto;

    transform: translateY(-50%);

    border: 0;

    color: #278fbd;

    font-size: 17px;
    font-weight: 700;

    line-height: 1;
}


/* Slightly stronger hover */

.jga-venue-grid span:hover {
    transform: translateY(-4px);

    border-color: rgba(39, 143, 189, 0.30);

    box-shadow:
        0 16px 34px rgba(15, 40, 60, 0.11);
}


/* Bottom callout */

.jga-sydney-venues .jga-venue-grid + p {
    max-width: 940px;

    margin: 35px auto 0;

    padding: 22px 26px;

    text-align: left;

    background: rgba(39, 143, 189, 0.07);

    border-left: 4px solid #278fbd;
    border-radius: 12px;
}

/* =========================================================
   HOW IT WORKS SECTION
   ========================================================= */

.jga-how-it-works {
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 90px 24px 0px;
}

.jga-how-it-works > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
}

/* Small label */
.jga-how-it-works h6 {
    margin: 0 0 12px;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #278fbd;

    text-align: center;
}

/* Main heading */
.jga-how-it-works h2 {
    margin: 0 0 14px;

    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 700;

    color: #17324d;

    text-align: center;
}

/* Intro */
.jga-how-it-works > .wp-block-column > p {
    max-width: 700px;

    margin: 0 auto;

    font-size: 16px;
    line-height: 1.7;

    color: #66737d;

    text-align: center;
}


/* =========================================================
   PROCESS CARDS
   ========================================================= */

.jga-process-cards {
    position: relative;

    margin-top: 55px !important;

    gap: 26px !important;
}

/* Connecting line */
.jga-process-cards::before {
    content: "";

    position: absolute;

    top: 42px;
    left: 15%;
    right: 15%;

    height: 2px;

    background: rgba(39, 143, 189, 0.18);

    z-index: 0;
}

/* Individual card */
.jga-process-cards > .wp-block-column {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;

    padding: 30px 28px 28px;

    background: #ffffff;

    border: 1px solid rgba(23, 50, 77, 0.08);
    border-radius: 18px;

    box-shadow:
        0 12px 32px rgba(15, 40, 60, 0.07);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.jga-process-cards > .wp-block-column:hover {
    transform: translateY(-6px);

    border-color: rgba(39, 143, 189, 0.24);

    box-shadow:
        0 20px 42px rgba(15, 40, 60, 0.12);
}


/* =========================================================
   STEP NUMBER
   First paragraph inside each card
   ========================================================= */

.jga-process-cards
> .wp-block-column
> p:first-child {

    width: 58px;
    height: 58px;

    margin: 0 0 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #278fbd;

    color: #ffffff;

    font-size: 18px;
    line-height: 1;
    font-weight: 700;

    box-shadow:
        0 8px 22px rgba(39, 143, 189, 0.22);
}


/* Step heading */
.jga-process-cards h3 {
    margin: 0 0 10px;

    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;

    color: #17324d;
}


/* Description */
.jga-process-cards
> .wp-block-column
> p:not(:first-child) {

    margin: 0;

    font-size: 15px;
    line-height: 1.65;

    color: #66737d;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .jga-how-it-works {
        padding: 75px 24px;
    }

    .jga-how-it-works h2 {
        font-size: 40px;
    }

    .jga-process-cards {
        gap: 20px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 781px) {

    .jga-how-it-works {
        padding: 60px 18px;
    }

    .jga-how-it-works h2 {
        font-size: 35px;
    }

    .jga-how-it-works > .wp-block-column > p {
        font-size: 15px;
    }

    .jga-process-cards {
        flex-direction: column !important;

        gap: 20px !important;

        margin-top: 40px !important;
    }

    /* Hide horizontal line on mobile */
    .jga-process-cards::before {
        display: none;
    }

    .jga-process-cards > .wp-block-column {
        width: 100% !important;
        flex-basis: 100% !important;

        padding: 26px 22px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .jga-how-it-works {
        padding: 55px 16px;
    }

    .jga-how-it-works h2 {
        font-size: 31px;
    }

    .jga-process-cards
    > .wp-block-column
    > p:first-child {

        width: 52px;
        height: 52px;

        font-size: 16px;
    }

    .jga-process-cards h3 {
        font-size: 21px;
    }

}


/* =========================================================
   SYDNEY FAQ SECTION
   ========================================================= */

.jga-sydney-faq {
    max-width: 1100px;
    margin: 0 auto !important;
    padding: 90px 24px;
}

.jga-sydney-faq > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
}

/* Small label */
.jga-sydney-faq h6 {
    margin: 0 0 12px;

    text-align: center;
    text-transform: uppercase;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;

    color: #278fbd;
}

/* Main heading */
.jga-sydney-faq h2 {
    max-width: 760px;

    margin: 0 auto 16px;

    text-align: center;

    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;
    letter-spacing: -1px;

    color: #17324d;
}

/* Intro */
.jga-sydney-faq > .wp-block-column > p {
    max-width: 720px;

    margin: 0 auto;

    text-align: center;

    font-size: 16px;
    line-height: 1.7;

    color: #66737d;
}


/* =========================================================
   FAQ LIST
   ========================================================= */

.jga-faq-list {
    max-width: 900px;

    margin: 48px auto 0 !important;

    display: flex;
    flex-direction: column;

    gap: 13px;
}


/* Individual Details item */
.jga-faq-list details {
    overflow: hidden;

    margin: 0;

    background: #ffffff;

    border: 1px solid rgba(23, 50, 77, 0.09);
    border-radius: 14px;

    box-shadow:
        0 7px 24px rgba(15, 40, 60, 0.05);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.jga-faq-list details:hover {
    border-color: rgba(39, 143, 189, 0.25);

    box-shadow:
        0 11px 28px rgba(15, 40, 60, 0.08);
}


/* Open state */
.jga-faq-list details[open] {
    border-color: rgba(39, 143, 189, 0.28);

    box-shadow:
        0 13px 32px rgba(15, 40, 60, 0.09);
}


/* =========================================================
   QUESTION / SUMMARY
   ========================================================= */

.jga-faq-list summary {
    position: relative;

    display: block;

    padding: 21px 65px 21px 24px;

    cursor: pointer;

    list-style: none;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;

    color: #17324d;

    user-select: none;
}


/* Remove browser marker */
.jga-faq-list summary::-webkit-details-marker {
    display: none;
}

.jga-faq-list summary::marker {
    display: none;
    content: "";
}


/* Plus circle */
.jga-faq-list summary::after {
    content: "+";

    position: absolute;

    right: 20px;
    top: 50%;

    transform: translateY(-50%);

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(39, 143, 189, 0.10);

    color: #278fbd;

    font-size: 22px;
    line-height: 1;
    font-weight: 500;

    transition:
        transform .25s ease,
        background .25s ease;
}


/* Minus when open */
.jga-faq-list details[open] summary::after {
    content: "−";

    background: #278fbd;
    color: #ffffff;
}


/* Question hover */
.jga-faq-list summary:hover::after {
    transform:
        translateY(-50%)
        scale(1.06);
}


/* =========================================================
   ANSWER
   ========================================================= */

.jga-faq-list details > p {
    margin: 0;

    padding: 0 70px 22px 24px;

    max-width: 800px;

    font-size: 15px;
    line-height: 1.7;

    color: #66737d;
}


/* Divider visible when opened */
.jga-faq-list details[open] summary {
    padding-bottom: 14px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 781px) {

    .jga-sydney-faq {
        padding: 60px 18px;
    }

    .jga-sydney-faq h2 {
        font-size: 35px;
    }

    .jga-sydney-faq > .wp-block-column > p {
        font-size: 15px;
    }

    .jga-faq-list {
        margin-top: 38px !important;
    }

    .jga-faq-list summary {
        padding:
            18px 58px 18px 18px;

        font-size: 16px;
    }

    .jga-faq-list summary::after {
        right: 16px;

        width: 32px;
        height: 32px;

        font-size: 20px;
    }

    .jga-faq-list details > p {
        padding:
            0 55px 20px 18px;

        font-size: 14px;
    }

}


/* Small mobile */
@media (max-width: 480px) {

    .jga-sydney-faq {
        padding: 55px 16px;
    }

    .jga-sydney-faq h2 {
        font-size: 31px;
    }

}

/* =========================================================
   FINAL SYDNEY CTA
   ========================================================= */

.jga-final-cta {
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 10px;
}

.jga-final-cta > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;

    position: relative;
    overflow: hidden;

    padding: 70px 50px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #17324d 0%,
            #1d4968 55%,
            #278fbd 100%
        );

    border-radius: 24px;

    box-shadow:
        0 22px 55px rgba(15, 40, 60, 0.18);
}


/* Decorative glow */
.jga-final-cta > .wp-block-column::before {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    top: -180px;
    right: -100px;

    border-radius: 50%;

    background: rgba(255,255,255,.07);
}


/* Second decorative shape */
.jga-final-cta > .wp-block-column::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    bottom: -130px;
    left: -60px;

    border-radius: 50%;

    background: rgba(255,255,255,.05);
}


/* Keep content above shapes */
.jga-final-cta > .wp-block-column > * {
    position: relative;
    z-index: 2;
}


/* Small label */
.jga-final-cta h6 {
    margin: 0 0 14px;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: rgba(255,255,255,.75);
}


/* Heading */
.jga-final-cta h2 {
    max-width: 760px;

    margin: 0 auto 20px;

    font-size: clamp(38px, 4.5vw, 54px);
    line-height: 1.08;
    letter-spacing: -1.2px;

    color: #ffffff;
}


/* Main text */
.jga-final-cta > .wp-block-column > p {
    max-width: 700px;

    margin: 0 auto 28px;

    font-size: 17px;
    line-height: 1.7;

    color: rgba(255,255,255,.88);
}


/* Button wrapper */
.jga-final-cta .wp-block-buttons {
    justify-content: center;

    margin-bottom: 14px;
}


/* Button */
.jga-final-cta .wp-block-button__link {
    min-height: 56px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 30px;

    border-radius: 8px;

    font-size: 16px;
    font-weight: 700;

    background: #ffffff;
    color: #17324d;

    box-shadow:
        0 10px 28px rgba(0,0,0,.18);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.jga-final-cta .wp-block-button__link:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 34px rgba(0,0,0,.24);
}


/* Microcopy - last paragraph */
.jga-final-cta > .wp-block-column > p:last-child {
    margin: 4px auto 0;

    font-size: 13px;
    line-height: 1.5;

    color: rgba(255,255,255,.72);
}


/* MOBILE */
@media (max-width: 781px) {

    .jga-final-cta {
        padding: 60px 18px;
    }

    .jga-final-cta > .wp-block-column {
        padding: 55px 24px;

        border-radius: 18px;
    }

    .jga-final-cta h2 {
        font-size: 35px;
    }

    .jga-final-cta > .wp-block-column > p {
        font-size: 15px;
    }

}


/* SMALL MOBILE */
@media (max-width: 480px) {

    .jga-final-cta {
        padding: 50px 16px;
    }

    .jga-final-cta > .wp-block-column {
        padding: 45px 20px;
    }

    .jga-final-cta h2 {
        font-size: 30px;
    }

    .jga-final-cta .wp-block-buttons,
    .jga-final-cta .wp-block-button,
    .jga-final-cta .wp-block-button__link {
        width: 100%;
    }

}




/* =========================================================
   SCHOOL AMENITIES - YOUR CURRENT GUTENBERG STRUCTURE
   ========================================================= */

/* All section rows */
.jga-school-amenities {
    max-width: 1180px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* First row - heading area */
.jga-school-amenities:first-of-type {
    padding: 85px 24px 10px;
}

/* Heading label */
.jga-school-amenities h6 {
    margin: 0 0 12px;

    color: #278fbd;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Main heading */
.jga-school-amenities h2 {
    max-width: 760px;

    margin: 0 auto 16px;

    color: #17324d;

    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
}

/* Intro */
.jga-school-amenities:first-of-type p {
    max-width: 760px;

    margin: 0 auto;

    color: #66737d;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   CARD ROWS
   ========================================================= */

/* Rows which contain amenity cards */
.jga-school-amenities:has(.jga-amenities-grid) {
    display: flex !important;

    gap: 20px !important;

    padding: 0 24px 0px;

    align-items: stretch !important;
}

/* Last card row spacing */
.jga-school-amenities:has(.jga-amenities-grid):last-of-type {
    padding-bottom: 85px;
}


/* =========================================================
   INDIVIDUAL CARD
   ========================================================= */

.jga-school-amenities .jga-amenities-grid {
    position: relative;

    flex: 1 1 0 !important;
    width: 33.333% !important;
    min-width: 0 !important;

    padding: 26px 24px 26px 70px;

    background: #ffffff;

    border: 1px solid rgba(23, 50, 77, 0.08);
    border-radius: 16px;

    box-shadow:
        0 10px 28px rgba(15, 40, 60, 0.06);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.jga-school-amenities .jga-amenities-grid:hover {
    transform: translateY(-4px);

    border-color: rgba(39, 143, 189, 0.25);

    box-shadow:
        0 16px 36px rgba(15, 40, 60, 0.10);
}


/* Icon */
.jga-school-amenities .jga-amenities-grid::before {
    content: "✓";

    position: absolute;

    top: 25px;
    left: 22px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(39, 143, 189, 0.10);

    color: #278fbd;

    font-size: 16px;
    font-weight: 700;
}


/* Card heading */
.jga-school-amenities .jga-amenities-grid h3 {
    margin: 0 0 8px !important;

    text-align: left !important;

    color: #17324d;

    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;

    word-break: normal !important;
    overflow-wrap: normal !important;
}


/* Card text */
.jga-school-amenities .jga-amenities-grid p {
    margin: 0 !important;

    text-align: left !important;

    color: #66737d;

    font-size: 14px;
    line-height: 1.65;

    word-break: normal !important;
    overflow-wrap: normal !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .jga-school-amenities:has(.jga-amenities-grid) {
        flex-wrap: wrap !important;
    }

    .jga-school-amenities .jga-amenities-grid {
        flex: 1 1 calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .jga-school-amenities:first-of-type {
        padding: 60px 18px 35px;
    }

    .jga-school-amenities h2 {
        font-size: 34px;
    }

    .jga-school-amenities:first-of-type p {
        font-size: 15px;
    }

    .jga-school-amenities:has(.jga-amenities-grid) {
        padding-left: 18px;
        padding-right: 18px;

        flex-direction: column !important;
        gap: 14px !important;
    }

    .jga-school-amenities .jga-amenities-grid {
        width: 100% !important;
        flex: 1 1 100% !important;

        padding: 22px 20px 22px 65px;
    }

    .jga-school-amenities .jga-amenities-grid::before {
        top: 21px;
        left: 18px;
    }

}




/* =========================================================
   SCHOOL CITY CARDS
   ========================================================= */

.jga-school-cities {
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 90px 10px 10px;
}

.jga-school-cities > .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
}

/* Label */
.jga-school-cities h6 {
    margin: 0 0 12px;
    text-align: center;
    text-transform: uppercase;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1.5px;

    color: #278fbd;
}

/* Heading */
.jga-school-cities h2 {
    max-width: 820px;
    margin: 0 auto 16px;

    text-align: center;

    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 700;

    color: #17324d;
}

/* Intro */
.jga-school-cities > .wp-block-column > p {
    max-width: 760px;
    margin: 0 auto;

    text-align: center;

    font-size: 16px;
    line-height: 1.7;

    color: #66737d;
}


/* =========================================================
   GRID
   ========================================================= */

.jga-city-grid {
    margin-top: 20px !important;

    display: grid !important;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px !important;
}


/* =========================================================
   CARD
   ========================================================= */

.jga-city-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 260px;

    padding: 30px 26px;

    background: #ffffff;

    border: 1px solid rgba(23, 50, 77, 0.08);
    border-radius: 18px;

    box-shadow:
        0 10px 30px rgba(15, 40, 60, 0.06);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.jga-city-card:hover {
    transform: translateY(-5px);

    border-color: rgba(39, 143, 189, 0.25);

    box-shadow:
        0 18px 40px rgba(15, 40, 60, 0.11);
}


/* =========================================================
   MAP ICON
   ========================================================= */

.jga-city-icon {
    width: 52px;
    height: 52px;

    margin-bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: rgba(39, 143, 189, 0.10);
}

.jga-city-icon svg {
    width: 26px;
    height: 26px;

    fill: #278fbd;
}


/* =========================================================
   TEXT
   ========================================================= */

.jga-city-card h3 {
    margin: 0 0 10px;

    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;

    color: #17324d;
}

.jga-city-card p {
    margin: 0 0 22px;

    font-size: 15px;
    line-height: 1.65;

    color: #66737d;
}


/* =========================================================
   BUTTON
   ========================================================= */

.jga-city-card .wp-block-buttons {
    margin-top: auto;
}

.jga-city-card .wp-block-button__link {
    padding: 0;

    background: transparent !important;
    color: #278fbd !important;

    font-size: 15px;
    font-weight: 700;

    border-radius: 0;

    box-shadow: none !important;

    transition:
        color .2s ease,
        transform .2s ease;
}

.jga-city-card .wp-block-button__link:hover {
    color: #17324d !important;
    transform: translateX(3px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .jga-school-cities {
        padding: 75px 24px;
    }

    .jga-city-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .jga-school-cities {
        padding: 60px 18px;
    }

    .jga-school-cities h2 {
        font-size: 34px;
    }

    .jga-school-cities > .wp-block-column > p {
        font-size: 15px;
    }

    .jga-city-grid {
        grid-template-columns: 1fr;

        margin-top: 36px !important;
        gap: 14px !important;
    }

    .jga-city-card {
        min-height: auto;

        padding: 24px 22px;
    }

    .jga-city-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 18px;
    }

    .jga-city-card h3 {
        font-size: 21px;
    }

}


/* City cards - centered layout */

.jga-city-card {
    text-align: center;
    align-items: center;
}

.jga-city-icon {
    margin: 0 auto 22px;
    
    width: 58px;
    height: 58px;

    border-radius: 16px;

    background: rgba(39, 143, 189, 0.10);
}

.jga-city-icon svg {
    width: 28px;
    height: 28px;
    fill: #278fbd;
}

.jga-city-card h3 {
    width: 100%;
    text-align: center !important;
}

.jga-city-card p {
    width: 100%;
    text-align: center !important;
}

.jga-city-card .wp-block-buttons {
    width: 100%;
    justify-content: center !important;
}



/* =========================================
   JUST GROUP ACCOMMODATION - FOOTER
========================================= */

#footer-widgets {
    background: #102d4f !important;
    color: #ffffff;
}

.footer-widgets-container {
    max-width: 1180px;
    margin: 0 auto;
}

.inside-footer-widgets {
    display: block !important;
}

.footer-widget-1 {
    width: 100% !important;
}


/* Remove old widget spacing */
#footer-widgets .widget {
    margin: 0 !important;
    padding: 0 !important;
}

#footer-widgets .wp-block-group {
    margin: 0 !important;
}


/* =========================================
   MAIN GRID
========================================= */

.jga-footer-main {
    display: grid;

    grid-template-columns:
        1.35fr
        1fr
        1fr
        1.35fr;

    gap: 45px;

    padding: 70px 24px 55px;
}


/* =========================================
   HEADINGS
========================================= */

.jga-footer-main h3 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.25;

    font-weight: 700;
}


.jga-footer-main h4 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.3;

    font-weight: 700;
}


/* Small accent under headings */
.jga-footer-main h4::after,
.jga-footer-main h3::after {
    content: "";

    display: block;

    width: 36px;
    height: 2px;

    margin-top: 10px;

    background: #56a9df;

    border-radius: 2px;
}


/* =========================================
   BODY TEXT
========================================= */

.jga-footer-main p {
    margin: 0 0 15px;

    color: rgba(255,255,255,.72);

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   PROOF
========================================= */

.jga-footer-proof {
    margin-top: 22px !important;

    padding-left: 14px;

    border-left: 3px solid #56a9df;
}

.jga-footer-proof strong {
    color: #ffffff;
}


/* =========================================
   LINKS
========================================= */

.jga-footer-main ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.jga-footer-main li {
    margin: 0 0 10px;
}

.jga-footer-main a {
    color: rgba(255,255,255,.75);

    text-decoration: none;

    transition:
        color .2s ease,
        padding-left .2s ease;
}

.jga-footer-main li a:hover {
    color: #ffffff;
    padding-left: 4px;
}


/* =========================================
   CTA BUTTON
========================================= */

.jga-footer-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 4px;
    margin-bottom: 22px;

    padding: 13px 20px;

    background: #ffffff;

    color: #102d4f !important;

    border-radius: 8px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform .2s ease,
        background .2s ease;
}


.jga-footer-btn::after {
    content: "→";

    font-size: 17px;

    transition: transform .2s ease;
}


.jga-footer-btn:hover {
    background: #eaf4fb;

    transform: translateY(-2px);
}


.jga-footer-btn:hover::after {
    transform: translateX(4px);
}


/* =========================================
   CONTACT
========================================= */

.jga-footer-details {
    padding-top: 4px;
}

.jga-footer-details p {
    margin-bottom: 8px;
}

.jga-footer-details strong {
    color: #ffffff;
}

.jga-footer-details a {
    word-break: break-word;
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.jga-footer-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding: 22px 24px;

    border-top: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.6);

    font-size: 12px;
}


/* Company info */
.jga-footer-company {
    display: flex;

    flex-wrap: wrap;

    gap: 8px 14px;
}

.jga-footer-company span::before {
    content: "•";
    margin-right: 14px;

    color: rgba(255,255,255,.35);
}


/* Legal links */
.jga-footer-legal {
    display: flex;

    flex-wrap: wrap;

    gap: 18px;
}

.jga-footer-legal a {
    color: rgba(255,255,255,.65);

    text-decoration: none;
}

.jga-footer-legal a:hover {
    color: #ffffff;
}


/* =========================================
   GENERATEPRESS COPYRIGHT BAR
========================================= */

.site-info {
    background: #0b223b !important;

    color: rgba(255,255,255,.65) !important;
}

.inside-site-info {
    padding: 15px 24px !important;
}

.copyright-bar {
    width: 100%;
    text-align: center;

    font-size: 12px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .jga-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 38px;

        padding: 60px 24px 50px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .jga-footer-main {
        grid-template-columns: 1fr;

        gap: 34px;

        padding: 50px 20px 40px;
    }


    .jga-footer-main h3 {
        font-size: 21px;
    }


    .jga-footer-btn {
        width: 100%;

        box-sizing: border-box;
    }


    .jga-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        padding: 20px;

        gap: 16px;
    }


    .jga-footer-company {
        flex-direction: column;

        gap: 5px;
    }


    .jga-footer-company span::before {
        display: none;
    }


    .jga-footer-legal {
        gap: 14px;
    }

}






/* =========================================================
   JGA CITY TESTIMONIALS - COMPLETE STYLING
========================================================= */

.jga-city-testimonials {
    width: 100%;
    padding: 85px 20px;
    box-sizing: border-box;
 
}


/* =========================================================
   SECTION HEADING
========================================================= */

.jga-city-testimonials > h6 {
    margin: 0 0 10px !important;

    color: #1671b8 !important;

    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.jga-city-testimonials > h2 {
    margin: 0 0 14px !important;

    color: #102d4f !important;

    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.jga-city-testimonials > p {
    max-width: 720px;

    margin: 0 auto 42px !important;

    color: #66717d !important;

    font-size: 16px !important;
    line-height: 1.7 !important;
}


/* =========================================================
   TESTIMONIAL WRAPPER
========================================================= */

.jga-city-testimonials .strong-view {
    width: 100% !important;
    max-width: 1180px;

    margin: 0 auto !important;
}


/* =========================================================
   GRID
========================================================= */

.jga-city-testimonials .strong-content {
    display: grid !important;

    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    gap: 28px !important;

    align-items: stretch !important;
}


/* Hide all testimonials */
.jga-city-testimonials .wpmtst-testimonial {
    display: none !important;
}


/* Show first 3 only */
.jga-city-testimonials .wpmtst-testimonial:nth-child(-n+3) {
    display: flex !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box;
}


/* =========================================================
   TESTIMONIAL CARD
========================================================= */

.jga-city-testimonials .wpmtst-testimonial-inner {
    position: relative;

    display: flex !important;
    flex-direction: column;

    width: 100%;

    min-height: 425px;

    padding: 30px !important;

    box-sizing: border-box;

    background: #ffffff !important;

    border: 1px solid #e2e9ef !important;
    border-radius: 16px !important;

    box-shadow: 0 10px 32px rgba(16, 45, 79, 0.08);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.jga-city-testimonials .wpmtst-testimonial-inner:hover {
    transform: translateY(-5px);

    border-color: #cbdbe7 !important;

    box-shadow: 0 18px 45px rgba(16, 45, 79, 0.13);
}


/* =========================================================
   TESTIMONIAL TITLE
========================================================= */

.jga-city-testimonials .testimonial-heading {
    order: 1;

    margin: 0 0 16px !important;

    color: #102d4f !important;

    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}


/* =========================================================
   TESTIMONIAL CONTENT
========================================================= */

.jga-city-testimonials .testimonial-content {
    order: 2;

    display: flex;
    flex-direction: column;

    margin: 0 0 20px !important;

    color: #5d6975 !important;

    font-size: 14px !important;
    line-height: 1.7 !important;
}


/* Quote mark */
.jga-city-testimonials .testimonial-content::before {
    content: "“";

    display: block;

    height: 34px;

    margin: 0 0 5px;

    color: #d8e8f3;

    font-family: Georgia, serif;

    font-size: 55px;
    line-height: 1;

    font-weight: 700;
}


/* Limit testimonial text */
.jga-city-testimonials .testimonial-content > p {
    margin: 0 !important;

    display: -webkit-box;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;

    overflow: hidden;
}


/* Hide extra paragraphs */
.jga-city-testimonials .testimonial-content > p:not(:first-of-type) {
    display: none !important;
}


/* =========================================================
   LOGO / IMAGE
========================================================= */

.jga-city-testimonials .testimonial-image {
    order: -1;

    float: none !important;

    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 84px !important;
    height: 84px !important;

    margin: 0 0 20px !important;

    padding: 10px !important;

    box-sizing: border-box;

    background: #f8fafc;

    border: 1px solid #e2e9ef;
    border-radius: 12px;
}

.jga-city-testimonials .testimonial-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 64px !important;
    max-height: 64px !important;

    object-fit: contain !important;

    margin: 0 !important;
}


/* Remove plugin clears */
.jga-city-testimonials .maybe-clear,
.jga-city-testimonials .clear {
    display: none !important;
}


/* =========================================================
   NAME
========================================================= */

.jga-city-testimonials .testimonial-name {
    order: 3;

    margin-top: auto !important;

    padding-top: 18px;

    border-top: 1px solid #edf1f4;

    color: #102d4f !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}


/* =========================================================
   COMPANY / POSITION
========================================================= */

.jga-city-testimonials .testimonial-company,
.jga-city-testimonials .testimonial-position {
    order: 4;

    margin-top: 4px !important;

    color: #7b8792 !important;

    font-size: 12px !important;
    line-height: 1.5 !important;
}


/* =========================================================
   STAR RATING
========================================================= */

.jga-city-testimonials .testimonial-field:has(.strong-rating-wrapper) {
    order: 5;
}

.jga-city-testimonials .strong-rating-wrapper {
    display: block !important;

    margin-top: 14px !important;
}

.jga-city-testimonials .strong-rating {
    display: flex !important;

    gap: 3px;
}

.jga-city-testimonials .strong-rating .star {
    line-height: 1 !important;
}

.jga-city-testimonials .strong-rating svg {
    width: 16px !important;
    height: 16px !important;

    fill: #f4b51e !important;
}


/* =========================================================
   READ MORE TESTIMONIAL BUTTON
========================================================= */

/*
Add class "jga-testimonials-btn"
to the Gutenberg Button block.
*/

.jga-city-testimonials .jga-testimonials-btn {
    margin-top: 38px !important;

    text-align: center;
}

.jga-city-testimonials .jga-testimonials-btn .wp-block-button__link {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 13px 25px !important;

    background: #1671b8 !important;

    color: #ffffff !important;

    border: 1px solid #1671b8 !important;
    border-radius: 6px !important;

    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.jga-city-testimonials .jga-testimonials-btn .wp-block-button__link::after {
    content: "→";

    margin-left: 9px;

    transition: transform 0.2s ease;
}

.jga-city-testimonials .jga-testimonials-btn .wp-block-button__link:hover {
    background: #102d4f !important;

    border-color: #102d4f !important;

    color: #ffffff !important;

    transform: translateY(-2px);
}

.jga-city-testimonials .jga-testimonials-btn .wp-block-button__link:hover::after {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .jga-city-testimonials {
        padding: 70px 22px;
    }

    .jga-city-testimonials > h2 {
        font-size: 34px !important;
    }

    .jga-city-testimonials .strong-content {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .jga-city-testimonials .wpmtst-testimonial:nth-child(3) {
        display: none !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .jga-city-testimonials {
        padding: 55px 18px;
    }

    .jga-city-testimonials > h6 {
        font-size: 12px !important;
    }

    .jga-city-testimonials > h2 {
        font-size: 29px !important;
    }

    .jga-city-testimonials > p {
        margin-bottom: 30px !important;

        font-size: 15px !important;
    }

    .jga-city-testimonials .strong-content {
        grid-template-columns: 1fr !important;
    }

    .jga-city-testimonials .wpmtst-testimonial:nth-child(2),
    .jga-city-testimonials .wpmtst-testimonial:nth-child(3) {
        display: none !important;
    }

    .jga-city-testimonials .wpmtst-testimonial-inner {
        min-height: auto;

        padding: 25px !important;
    }

    .jga-city-testimonials .testimonial-image {
        width: 76px !important;
        height: 76px !important;
    }

    .jga-city-testimonials .jga-testimonials-btn {
        margin-top: 30px !important;
    }

}



/* ========================================
   JGA HEADER MENU COLOURS
======================================== */

/* Hero / dark-background pages */
body.jga-header-white #masthead .main-navigation .main-nav > ul > li > a {
    color: #fff !important;
}

/* White-background pages */
body.jga-header-black #masthead .main-navigation .main-nav > ul > li > a {
    color: #111 !important;
}


/* ========================================
   DROPDOWN — ALWAYS WHITE + BLACK
======================================== */

#masthead .main-navigation .main-nav ul ul {
    background: #fff !important;
}

#masthead .main-navigation .main-nav ul ul li a {
    color: #111 !important;
    background: #fff !important;
}

#masthead .main-navigation .main-nav ul ul li a:hover {
    color: #111 !important;
    background: #f5f5f5 !important;
}


/* ========================================
   AFTER HEADER SCROLLS
   Always black menu text
======================================== */

#masthead.jga-header-scrolled .main-navigation .main-nav > ul > li > a {
    color: #111 !important;
}



/* ========================================
   JGA MOBILE MENU - FINAL FIX
======================================== */

@media (max-width: 768px) {

    /* Open mobile menu area */
    #masthead .main-navigation.toggled .main-nav,
    #masthead .main-navigation.toggled .main-nav > ul {
        background: #ffffff !important;
    }

    /* ALL top level links on opened mobile menu */
    body.jga-header-white #masthead .main-navigation.toggled
    .main-nav > ul > li > a,

    body.jga-header-black #masthead .main-navigation.toggled
    .main-nav > ul > li > a,

    #masthead .main-navigation.toggled
    .main-nav > ul > li > a {
        color: #111111 !important;
        background: #ffffff !important;
        opacity: 1 !important;
    }

    /* Dropdown container */
    #masthead .main-navigation.toggled .main-nav ul ul {
        background: #ffffff !important;
    }

    /* Dropdown links */
    #masthead .main-navigation.toggled .main-nav ul ul li a {
        color: #111111 !important;
        background: #ffffff !important;
        opacity: 1 !important;
    }

    /* Hover/current item */
    #masthead .main-navigation.toggled .main-nav ul li:hover > a,
    #masthead .main-navigation.toggled .main-nav ul li.current-menu-item > a,
    #masthead .main-navigation.toggled .main-nav ul li.current-menu-parent > a {
        color: #111111 !important;
        background: #f5f5f5 !important;
    }

    /* Dropdown arrow */
    #masthead .main-navigation.toggled .dropdown-menu-toggle,
    #masthead .main-navigation.toggled .dropdown-menu-toggle .gp-icon,
    #masthead .main-navigation.toggled .dropdown-menu-toggle svg {
        color: #111111 !important;
        fill: #111111 !important;
    }
}

/* ========================================
   REMOVE STICKY / FIXED HEADER
======================================== */

#masthead.site-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
}


@media (max-width: 768px) {
    .site-main .wp-block-group__inner-container {
        padding: 30px 10px !important;
    }
}


/* ========================================
   LIGHTER CITY HERO IMAGE OVERLAY
======================================== */

.jga-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(3, 22, 43, 0.94) 0%, rgb(3 22 43 / 75%) 35%, rgb(3 22 43 / 12%) 65%, rgba(3, 22, 43, 0.28) 100%) !important;
    pointer-events: none;
}


.jga-sydney-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(8 25 40 / 75%) 0%, rgb(8 25 40 / 0%) 38%, rgb(8 25 40 / 0%) 70%, rgba(8, 25, 40, 0.05) 100%) !important;
    z-index: 1;
}


/* ========================================
   JGA MOBILE HAMBURGER COLOUR BY PAGE
======================================== */

@media (max-width: 768px) {

    /* WHITE HEADER PAGES */
    body.jga-header-white #masthead .menu-toggle,
    body.jga-header-white #masthead .menu-toggle .gp-icon,
    body.jga-header-white #masthead .menu-toggle svg {
        color: #ffffff !important;
        fill: #ffffff !important;
    }

    body.jga-header-white #masthead .menu-toggle svg path {
        fill: #ffffff !important;
        stroke: #ffffff !important;
    }


    /* BLACK HEADER PAGES */
    body.jga-header-black #masthead .menu-toggle,
    body.jga-header-black #masthead .menu-toggle .gp-icon,
    body.jga-header-black #masthead .menu-toggle svg {
        color: #111111 !important;
        fill: #111111 !important;
    }

    body.jga-header-black #masthead .menu-toggle svg path {
        fill: #111111 !important;
        stroke: #111111 !important;
    }
}