.elementor-2657 .elementor-element.elementor-element-f243e42{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2657 .elementor-element.elementor-element-ee569f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2657 .elementor-element.elementor-element-0d5a500{--display:flex;}/* Start custom CSS for html, class: .elementor-element-36b0936 *//* ==================================================
   RGA BUCKINGHAM HOMEPAGE
================================================== */

.rga-home {
    --rga-blue: #2563EB;
    --rga-blue-hover: #1D4ED8;
    --rga-blue-dark: #1E3A8A;
    --rga-dark: #111111;
    --rga-dark-soft: #18181B;
    --rga-text: #27272A;
    --rga-muted: #5F6570;
    --rga-light: #F5F7FB;
    --rga-border: #DCE2EA;
    --rga-white: #FFFFFF;

    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    color: var(--rga-text);
}

.rga-home *,
.rga-home *::before,
.rga-home *::after {
    box-sizing: border-box;
}

.rga-home img {
    display: block;
    width: 100%;
}

.rga-home a {
    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.rga-home-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* ==================================================
   GLOBAL TYPOGRAPHY
================================================== */

.rga-home h1,
.rga-home h2,
.rga-home h3,
.rga-home p {
    margin-top: 0;
}

.rga-home h1,
.rga-home h2,
.rga-home h3 {
    color: var(--rga-dark);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.025em;
}

.rga-home h1 {
    margin-bottom: 24px;
    font-size: clamp(42px, 6vw, 76px);
    max-width: 920px;
}

.rga-home h2 {
    margin-bottom: 20px;
    font-size: clamp(32px, 4vw, 52px);
}

.rga-home h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.rga-home p {
    color: var(--rga-muted);
    font-size: 17px;
    line-height: 1.75;
}

.rga-home-eyebrow {
    margin-bottom: 14px !important;
    color: var(--rga-blue) !important;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.3 !important;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rga-home-eyebrow--light {
    color: #93C5FD !important;
}

.rga-home-section-heading {
    max-width: 760px;
    margin-bottom: 46px;
}

.rga-home-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.rga-home-section-heading > p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   BUTTONS
================================================== */

.rga-home-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border: 2px solid transparent;
    border-radius: 999px;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.2;
}

.rga-home-button:hover {
    transform: translateY(-2px);
}

.rga-home-button--primary {
    background: var(--rga-blue);
    color: #FFFFFF !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .25);
}

.rga-home-button--primary:hover {
    background: var(--rga-blue-hover);
    box-shadow: 0 16px 34px rgba(37, 99, 235, .32);
}

.rga-home-button--outline-light {
    border-color: rgba(255, 255, 255, .65);
    background: transparent;
    color: #FFFFFF !important;
}

.rga-home-button--outline-light:hover {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: var(--rga-dark) !important;
}

.rga-home-button--outline-dark {
    border-color: #CBD1DA;
    background: transparent;
    color: var(--rga-dark) !important;
}

.rga-home-button--outline-dark:hover {
    border-color: var(--rga-blue);
    background: var(--rga-blue);
    color: #FFFFFF !important;
}

.rga-home-button--white {
    background: #FFFFFF;
    color: var(--rga-blue-dark) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.rga-home-button--white:hover {
    background: #EFF6FF;
    color: var(--rga-blue-hover) !important;
}


/* ==================================================
   HERO
================================================== */

.rga-home-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: center;
    background-image:
        linear-gradient(
            90deg,
            rgba(7, 13, 25, .96) 0%,
            rgba(7, 13, 25, .88) 46%,
            rgba(7, 13, 25, .42) 76%,
            rgba(7, 13, 25, .2) 100%
        ),
        url("https://rgabuckingham.com/wp-content/uploads/2025/01/EDE03D9F-0A38-4F4A-BF17-CD0754F95B4C.jpg");
    background-position: center;
    background-size: cover;
}

.rga-home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 15% 45%,
            rgba(37, 99, 235, .22),
            transparent 38%
        );
    pointer-events: none;
}

.rga-home-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 110px;
}

.rga-home-hero__content {
    max-width: 900px;
}

.rga-home-hero h1 {
    color: #FFFFFF;
}

.rga-home-hero__intro {
    max-width: 720px;
    margin-bottom: 34px !important;
    color: rgba(255, 255, 255, .82) !important;
    font-size: clamp(18px, 2vw, 21px) !important;
    line-height: 1.7 !important;
}

.rga-home-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.rga-home-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 40px;
}

.rga-home-hero__highlight {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 650;
}

.rga-home-hero__highlight svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    fill: none;
    stroke: #60A5FA;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}


/* ==================================================
   ADULT AND KIDS PATHWAYS
================================================== */

.rga-home-pathways {
    padding: 100px 0;
    background: #FFFFFF;
}

.rga-home-pathways__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.rga-home-pathway {
    overflow: hidden;
    border: 1px solid var(--rga-border);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.rga-home-pathway:hover {
    border-color: var(--rga-blue);
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(37, 99, 235, .15);
}

.rga-home-pathway__image {
    position: relative;
    height: 340px;
    overflow: hidden;
    background: #E5E7EB;
}

.rga-home-pathway__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(8, 12, 20, .48) 100%
    );
    content: "";
}

.rga-home-pathway__image img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.rga-home-pathway:hover .rga-home-pathway__image img {
    transform: scale(1.04);
}

.rga-home-pathway__label {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    background: rgba(17, 17, 17, .78);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 750;
    backdrop-filter: blur(8px);
}

.rga-home-pathway__content {
    padding: 34px;
}

.rga-home-pathway__content h3 {
    font-size: clamp(27px, 3vw, 34px);
}

.rga-home-check-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 30px;
    padding: 0;
    list-style: none;
}

.rga-home-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #3F4650;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.5;
}

.rga-home-check {
    display: inline-flex;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #DBEAFE;
    color: var(--rga-blue);
    font-size: 13px;
    font-weight: 900;
}

.rga-home-pathway__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 22px;
}

.rga-home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rga-blue) !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 750;
}

.rga-home-text-link:hover {
    gap: 12px;
    color: var(--rga-blue-hover) !important;
}


/* ==================================================
   TRUST STRIP
================================================== */

.rga-home-trust {
    padding: 30px 0;
    background: var(--rga-blue);
}

.rga-home-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rga-home-trust__item {
    padding: 8px 24px;
    border-right: 1px solid rgba(255, 255, 255, .24);
    text-align: center;
}

.rga-home-trust__item:last-child {
    border-right: 0;
}

.rga-home-trust__item strong,
.rga-home-trust__item span {
    display: block;
}

.rga-home-trust__item strong {
    margin-bottom: 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
}

.rga-home-trust__item span {
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
}


/* ==================================================
   ABOUT
================================================== */

.rga-home-about {
    padding: 110px 0;
    background: var(--rga-light);
}

.rga-home-about__grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 70px;
}

.rga-home-about__image {
    position: relative;
}

.rga-home-about__image > img {
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .15);
}

.rga-home-about__badge {
    position: absolute;
    right: -24px;
    bottom: 34px;
    min-width: 210px;
    padding: 22px 24px;
    border-radius: 16px;
    background: var(--rga-blue);
    box-shadow: 0 16px 36px rgba(37, 99, 235, .3);
}

.rga-home-about__badge strong,
.rga-home-about__badge span {
    display: block;
    color: #FFFFFF;
}

.rga-home-about__badge strong {
    margin-bottom: 4px;
    font-size: 19px;
}

.rga-home-about__badge span {
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
}

.rga-home-about__features {
    display: grid;
    gap: 18px;
    margin: 30px 0 34px;
}

.rga-home-mini-feature {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: start;
}

.rga-home-mini-feature__icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #DBEAFE;
}

.rga-home-mini-feature__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--rga-blue);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.rga-home-mini-feature h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.rga-home-mini-feature p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.55;
}


/* ==================================================
   PROGRAMMES
================================================== */

.rga-home-programmes {
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(37, 99, 235, .2),
            transparent 30%
        ),
        var(--rga-dark);
}

.rga-home-programmes .rga-home-section-heading h2 {
    color: #FFFFFF;
}

.rga-home-programmes .rga-home-section-heading > p:last-child {
    color: rgba(255, 255, 255, .66);
}

.rga-home-programmes__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.rga-home-programme-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: #18181B;
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.rga-home-programme-card:hover {
    border-color: rgba(96, 165, 250, .9);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(37, 99, 235, .18);
}

.rga-home-programme-card__image {
    display: block;
    height: 225px;
    overflow: hidden;
    background: #27272A;
}

.rga-home-programme-card__image img {
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.rga-home-programme-card:hover .rga-home-programme-card__image img {
    transform: scale(1.05);
}

.rga-home-programme-card__content {
    padding: 25px;
}

.rga-home-programme-card__tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, .22);
    color: #93C5FD;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rga-home-programme-card h3 {
    color: #FFFFFF;
    font-size: 21px;
}

.rga-home-programme-card p {
    min-height: 108px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.65;
}

.rga-home-programme-card__content > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #93C5FD !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 750;
}

.rga-home-programme-card__content > a:hover {
    gap: 12px;
    color: #FFFFFF !important;
}

.rga-home-programmes__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 44px;
}


/* ==================================================
   BENEFITS
================================================== */

.rga-home-benefits {
    padding: 110px 0;
    background: #FFFFFF;
}

.rga-home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.rga-home-benefit-card {
    position: relative;
    padding: 32px 28px;
    border: 1px solid var(--rga-border);
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    transition:
        border-color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.rga-home-benefit-card:hover {
    border-color: var(--rga-blue);
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(37, 99, 235, .14);
}

.rga-home-benefit-card__number {
    margin-bottom: 22px;
    color: var(--rga-blue);
    font-size: 38px;
    font-weight: 850;
    line-height: 1;
}

.rga-home-benefit-card h3 {
    font-size: 20px;
}

.rga-home-benefit-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.65;
}


/* ==================================================
   FIRST CLASS
================================================== */

.rga-home-first-class {
    padding: 110px 0;
    background: var(--rga-light);
}

.rga-home-first-class__steps {
    display: grid;
    grid-template-columns: 1fr 90px 1fr 90px 1fr;
    align-items: start;
    max-width: 1050px;
    margin: 0 auto;
}

.rga-home-step {
    text-align: center;
}

.rga-home-step__number {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--rga-blue);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .25);
    font-size: 24px;
    font-weight: 850;
}

.rga-home-step h3 {
    font-size: 20px;
}

.rga-home-step p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
}

.rga-home-step-line {
    height: 2px;
    margin-top: 32px;
    background: linear-gradient(
        90deg,
        #BFDBFE,
        var(--rga-blue),
        #BFDBFE
    );
}

.rga-home-first-class__button {
    margin-top: 44px;
    text-align: center;
}


/* ==================================================
   REVIEWS
================================================== */

.rga-home-reviews {
    padding: 110px 0;
    background:
        linear-gradient(
            135deg,
            rgba(30, 58, 138, .32),
            transparent 50%
        ),
        var(--rga-dark);
}

.rga-home-reviews .rga-home-section-heading h2 {
    color: #FFFFFF;
}

.rga-home-reviews .rga-home-section-heading > p:last-child {
    color: rgba(255, 255, 255, .65);
}

.rga-home-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rga-home-review-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(24, 24, 27, .88);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.rga-home-review-card__stars {
    margin-bottom: 20px;
    color: #FBBF24;
    font-size: 18px;
    letter-spacing: .12em;
}

.rga-home-review-card blockquote {
    min-height: 150px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    font-style: normal;
    line-height: 1.75;
}

.rga-home-review-card__footer {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.rga-home-review-card__footer strong,
.rga-home-review-card__footer span {
    display: block;
}

.rga-home-review-card__footer strong {
    margin-bottom: 3px;
    color: #FFFFFF;
    font-size: 14px;
}

.rga-home-review-card__footer span {
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
}

.rga-home-reviews__button {
    margin-top: 42px;
    text-align: center;
}


/* ==================================================
   LOCATION
================================================== */

.rga-home-location {
    padding: 110px 0;
    background: #FFFFFF;
}

.rga-home-location__grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 70px;
}

.rga-home-location__details {
    display: grid;
    gap: 13px;
    margin: 28px 0 34px;
}

.rga-home-location__details > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--rga-border);
}

.rga-home-location__details strong {
    color: var(--rga-dark);
    font-size: 14px;
}

.rga-home-location__details span {
    color: var(--rga-muted);
    font-size: 14px;
}

.rga-home-location__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.rga-home-location__image img {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .14);
}


/* ==================================================
   FINAL CTA
================================================== */

.rga-home-final-cta {
    padding: 72px 0;
    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(96, 165, 250, .28),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            var(--rga-blue-dark),
            var(--rga-blue)
        );
}

.rga-home-final-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
}

.rga-home-final-cta h2 {
    margin-bottom: 12px;
    color: #FFFFFF;
}

.rga-home-final-cta p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
}

.rga-home-final-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1050px) {

    .rga-home-programmes__grid,
    .rga-home-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rga-home-programme-card p {
        min-height: auto;
    }

    .rga-home-about__grid,
    .rga-home-location__grid {
        gap: 46px;
    }

    .rga-home-final-cta__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rga-home-final-cta__buttons {
        justify-content: flex-start;
    }

}


/* ==================================================
   MOBILE AND SMALL TABLET
================================================== */

@media (max-width: 800px) {

    .rga-home-container {
        width: min(100% - 30px, 1180px);
    }

    .rga-home-hero {
        min-height: 700px;
        background-image:
            linear-gradient(
                180deg,
                rgba(7, 13, 25, .91) 0%,
                rgba(7, 13, 25, .84) 65%,
                rgba(7, 13, 25, .92) 100%
            ),
            url("YOUR-HOMEPAGE-HERO-IMAGE-URL");
        background-position: center;
    }

    .rga-home-hero__inner {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .rga-home-pathways,
    .rga-home-about,
    .rga-home-programmes,
    .rga-home-benefits,
    .rga-home-first-class,
    .rga-home-reviews,
    .rga-home-location {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .rga-home-pathways__grid,
    .rga-home-about__grid,
    .rga-home-location__grid,
    .rga-home-reviews__grid {
        grid-template-columns: 1fr;
    }

    .rga-home-about__image {
        max-width: 560px;
    }

    .rga-home-about__badge {
        right: 18px;
    }

    .rga-home-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 22px;
    }

    .rga-home-trust__item:nth-child(2) {
        border-right: 0;
    }

    .rga-home-first-class__steps {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 520px;
    }

    .rga-home-step {
        padding: 0 0 12px;
    }

    .rga-home-step-line {
        width: 2px;
        height: 48px;
        margin: 0 auto 20px;
        background: linear-gradient(
            180deg,
            #BFDBFE,
            var(--rga-blue),
            #BFDBFE
        );
    }

    .rga-home-review-card blockquote {
        min-height: auto;
    }

    .rga-home-location__image {
        order: -1;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 560px) {

    .rga-home h1 {
        font-size: 42px;
    }

    .rga-home h2 {
        font-size: 32px;
    }

    .rga-home h3 {
        font-size: 22px;
    }

    .rga-home-hero {
        min-height: 680px;
    }

    .rga-home-hero__buttons,
    .rga-home-pathway__buttons,
    .rga-home-programmes__actions,
    .rga-home-location__buttons,
    .rga-home-final-cta__buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .rga-home-button {
        width: 100%;
    }

    .rga-home-hero__highlights {
        display: grid;
        gap: 13px;
    }

    .rga-home-pathway__image {
        height: 270px;
    }

    .rga-home-pathway__content {
        padding: 28px 22px;
    }

    .rga-home-programmes__grid,
    .rga-home-benefits__grid {
        grid-template-columns: 1fr;
    }

    .rga-home-programme-card__image {
        height: 245px;
    }

    .rga-home-trust__item {
        padding-right: 12px;
        padding-left: 12px;
    }

    .rga-home-trust__item strong {
        font-size: 16px;
    }

    .rga-home-about__badge {
        right: 12px;
        bottom: 18px;
        min-width: 180px;
        padding: 17px 19px;
    }

    .rga-home-location__details > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .rga-home-final-cta {
        padding: 64px 0;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ee569f4 */<style>
/* ==================================================
   RGA BUCKINGHAM — REUSABLE BOOKLY SECTION
================================================== */

.rga-booking-section {
    position: relative;
    width: 100%;
    padding: 90px 24px;
    background: #f8fafc;
    scroll-margin-top: 110px;
}

.rga-booking-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* Heading */

.rga-booking-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.rga-booking-eyebrow {
    margin: 0 0 12px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rga-booking-heading h2 {
    margin: 0 0 18px;
    color: #111111;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.rga-booking-heading h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 5px;
    margin: 20px auto 0;
    background: #2563eb;
    border-radius: 999px;
}

.rga-booking-heading > p:not(.rga-booking-eyebrow) {
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.75;
}

/* Outer Bookly card */

.rga-booking-card {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

/* Bookly form reset */

.rga-booking-card .bookly-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    font-family: inherit !important;
    color: #111827 !important;
}

.rga-booking-card .bookly-form * {
    box-sizing: border-box;
}

/* Bookly progress bar */

.rga-booking-card .bookly-progress-tracker {
    margin-bottom: 30px !important;
}

.rga-booking-card .bookly-progress-tracker > div {
    color: #64748b !important;
}

.rga-booking-card .bookly-progress-tracker > div.active,
.rga-booking-card .bookly-progress-tracker > div.bookly-active {
    color: #2563eb !important;
}

.rga-booking-card .bookly-progress-tracker .step {
    background: #e2e8f0 !important;
}

.rga-booking-card .bookly-progress-tracker .active .step,
.rga-booking-card .bookly-progress-tracker .bookly-active .step {
    background: #2563eb !important;
}

/* Form labels */

.rga-booking-card .bookly-form label {
    color: #111827 !important;
    font-weight: 700 !important;
}

/* Inputs and dropdowns */

.rga-booking-card .bookly-form input[type="text"],
.rga-booking-card .bookly-form input[type="email"],
.rga-booking-card .bookly-form input[type="tel"],
.rga-booking-card .bookly-form input[type="number"],
.rga-booking-card .bookly-form select,
.rga-booking-card .bookly-form textarea {
    width: 100% !important;
    min-height: 54px !important;
    padding: 13px 16px !important;
    color: #111827 !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 16px !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.rga-booking-card .bookly-form textarea {
    min-height: 120px !important;
    resize: vertical;
}

.rga-booking-card .bookly-form input:focus,
.rga-booking-card .bookly-form select:focus,
.rga-booking-card .bookly-form textarea:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

/* Calendar and date headings */

.rga-booking-card .bookly-week-days {
    gap: 14px !important;
}

.rga-booking-card .bookly-week-day {
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #dbe2ea !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
}

.rga-booking-card .bookly-week-day-header,
.rga-booking-card .bookly-week-day-date,
.rga-booking-card .bookly-day-header,
.rga-booking-card .bookly-columnizer .bookly-day {
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb 0%,
        #1d4ed8 100%
    ) !important;
    border-color: #2563eb !important;
    font-weight: 800 !important;
}

/*
Bookly commonly places the date inside the first block
of each available-day column.
*/

.rga-booking-card .bookly-columnizer .bookly-hour:first-child,
.rga-booking-card .bookly-columnizer .bookly-day {
    border-radius: 10px 10px 0 0 !important;
}

/* Date header buttons seen in some Bookly layouts */

.rga-booking-card .bookly-columnizer .bookly-day,
.rga-booking-card .bookly-time-screen .bookly-day,
.rga-booking-card .bookly-time-screen .bookly-columnizer > div > div:first-child {
    color: #ffffff !important;
    background: #111827 !important;
    border-color: #111827 !important;
}

/* Time slot cards */

.rga-booking-card .bookly-hour,
.rga-booking-card .bookly-time-step,
.rga-booking-card .bookly-time-slot,
.rga-booking-card .bookly-time-screen label {
    color: #334155 !important;
    background: #ffffff !important;
    border-color: #dbe2ea !important;
    border-radius: 8px !important;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease !important;
}

.rga-booking-card .bookly-hour:hover,
.rga-booking-card .bookly-time-step:hover,
.rga-booking-card .bookly-time-slot:hover,
.rga-booking-card .bookly-time-screen label:hover {
    background: #eff6ff !important;
    border-color: #2563eb !important;
    box-shadow: 0 5px 14px rgba(37, 99, 235, 0.12) !important;
    transform: translateY(-1px);
}

/* Selected time */

.rga-booking-card .bookly-hour.bookly-hour-selected,
.rga-booking-card .bookly-time-step.active,
.rga-booking-card .bookly-time-slot.active,
.rga-booking-card .bookly-time-screen label:has(input:checked) {
    color: #1e3a8a !important;
    background: #dbeafe !important;
    border-color: #2563eb !important;
}

/* Radio buttons */

.rga-booking-card .bookly-form input[type="radio"] {
    width: 22px !important;
    height: 22px !important;
    margin-right: 12px !important;
    accent-color: #2563eb !important;
    cursor: pointer;
}

/* Main action buttons */

/* Bookly main action and navigation buttons only */
.rga-booking-card .bookly-form .bookly-nav-steps .bookly-btn,
.rga-booking-card .bookly-form .bookly-js-next-step,
.rga-booking-card .bookly-form .bookly-js-back-step,
.rga-booking-card .bookly-form .bookly-js-next,
.rga-booking-card .bookly-form .bookly-js-back,
.rga-booking-card .bookly-form .bookly-js-prev-page,
.rga-booking-card .bookly-form .bookly-js-next-page,
.rga-booking-card .bookly-form button[type="submit"],
.rga-booking-card .bookly-form input[type="submit"] {
    min-height: 50px !important;
    padding: 13px 24px !important;
    color: #ffffff !important;
    background: #2563eb !important;
    border: 1px solid #2563eb !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-shadow: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.rga-booking-card .bookly-form .bookly-nav-steps .bookly-btn:hover,
.rga-booking-card .bookly-form .bookly-js-next-step:hover,
.rga-booking-card .bookly-form .bookly-js-back-step:hover,
.rga-booking-card .bookly-form .bookly-js-next:hover,
.rga-booking-card .bookly-form .bookly-js-back:hover,
.rga-booking-card .bookly-form .bookly-js-prev-page:hover,
.rga-booking-card .bookly-form .bookly-js-next-page:hover,
.rga-booking-card .bookly-form button[type="submit"]:hover,
.rga-booking-card .bookly-form input[type="submit"]:hover {
    color: #ffffff !important;
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22) !important;
    transform: translateY(-1px);
}
/* Available time-selection rows */
.rga-booking-card .bookly-form .bookly-hour,
.rga-booking-card .bookly-form button.bookly-hour,
.rga-booking-card .bookly-form .bookly-time-step,
.rga-booking-card .bookly-form .bookly-time-slot {
    color: #334155 !important;
    background: #ffffff !important;
    border: 1px solid #dbe2ea !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    text-align: left !important;
    transform: none !important;
}

/* Time-selection hover */
.rga-booking-card .bookly-form .bookly-hour:hover,
.rga-booking-card .bookly-form button.bookly-hour:hover,
.rga-booking-card .bookly-form .bookly-time-step:hover,
.rga-booking-card .bookly-form .bookly-time-slot:hover {
    color: #1e3a8a !important;
    background: #eff6ff !important;
    border-color: #2563eb !important;
    box-shadow: 0 5px 14px rgba(37, 99, 235, 0.12) !important;
    transform: none !important;
}

/* Selected time */
.rga-booking-card .bookly-form .bookly-hour.bookly-hour-selected,
.rga-booking-card .bookly-form .bookly-hour.bookly-active,
.rga-booking-card .bookly-form .bookly-time-step.active,
.rga-booking-card .bookly-form .bookly-time-slot.active {
    color: #1e3a8a !important;
    background: #dbeafe !important;
    border-color: #2563eb !important;
}

.rga-booking-card .bookly-form .bookly-btn:hover,
.rga-booking-card .bookly-form button:hover,
.rga-booking-card .bookly-form input[type="button"]:hover,
.rga-booking-card .bookly-form input[type="submit"]:hover {
    color: #ffffff !important;
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22) !important;
    transform: translateY(-1px);
}

/* Specifically target previous and next controls */

.rga-booking-card .bookly-prev-step,
.rga-booking-card .bookly-next-step,
.rga-booking-card .bookly-js-back,
.rga-booking-card .bookly-js-next,
.rga-booking-card .bookly-js-prev-page,
.rga-booking-card .bookly-js-next-page,
.rga-booking-card .bookly-nav-steps button,
.rga-booking-card button[aria-label="Previous"],
.rga-booking-card button[aria-label="Next"] {
    min-width: 78px !important;
    min-height: 54px !important;
    color: #ffffff !important;
    background: #2563eb !important;
    border: 1px solid #2563eb !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

/*
Some Bookly versions apply the colour through pseudo-elements
or nested spans.
*/

.rga-booking-card .bookly-prev-step *,
.rga-booking-card .bookly-next-step *,
.rga-booking-card .bookly-js-back *,
.rga-booking-card .bookly-js-next *,
.rga-booking-card .bookly-js-prev-page *,
.rga-booking-card .bookly-js-next-page * {
    color: #ffffff !important;
}

/* Navigation/footer area */

.rga-booking-card .bookly-nav-steps {
    margin-top: 28px !important;
    padding-top: 24px !important;
    border-top: 1px solid #e2e8f0 !important;
}

/* Messages */

.rga-booking-card .bookly-box {
    border-radius: 10px !important;
}

.rga-booking-card .bookly-notify-info {
    color: #1e3a8a !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
}

/* Remove unwanted plugin shadows/gradients */

.rga-booking-card .bookly-form button::before,
.rga-booking-card .bookly-form button::after {
    box-shadow: none !important;
}

/* Mobile */

@media (max-width: 767px) {
    .rga-booking-section {
        padding: 65px 15px;
        scroll-margin-top: 85px;
    }

    .rga-booking-heading {
        margin-bottom: 28px;
    }

    .rga-booking-heading h2 {
        font-size: 34px;
    }

    .rga-booking-heading > p:not(.rga-booking-eyebrow) {
        font-size: 16px;
        line-height: 1.65;
    }

    .rga-booking-card {
        padding: 18px 12px;
        border-radius: 16px;
    }

    .rga-booking-card .bookly-columnizer {
        width: 100% !important;
    }

    .rga-booking-card .bookly-columnizer > div {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
    }

    .rga-booking-card .bookly-prev-step,
    .rga-booking-card .bookly-next-step,
    .rga-booking-card .bookly-js-back,
    .rga-booking-card .bookly-js-next,
    .rga-booking-card .bookly-js-prev-page,
    .rga-booking-card .bookly-js-next-page {
        min-width: 64px !important;
        min-height: 50px !important;
        padding: 10px 18px !important;
    }
}
/* Keep the complete Bookly form inside the booking section */

.rga-booking-section {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 90px 24px !important;
    background: #f8fafc;
}

.rga-booking-section > .e-con-inner,
.rga-booking-container {
    width: 100%;
    max-width: 1100px;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto;
    overflow: visible !important;
}

.rga-booking-card {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto;
    padding: 34px;
    overflow: visible !important;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
}

/* Prevent Elementor's shortcode wrapper from collapsing */

.rga-booking-card .elementor-widget-container,
.rga-booking-card .bookly-form,
.rga-booking-card [class*="bookly-form"] {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

/* Ensure floated Bookly elements contribute to the container height */

.rga-booking-card::after,
.rga-booking-card .elementor-widget-container::after,
.rga-booking-card .bookly-form::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .rga-booking-section {
        padding: 65px 15px !important;
    }

    .rga-booking-card {
        padding: 18px 12px;
        border-radius: 16px;
    }
}/* End custom CSS */