/* --- chrome shim ---------------------------------------------------------- */
:root { --ast-container-width: 1200px; }
.site-header .ast-container,
.header-banner .ast-container,
.site-footer .ast-container {
  width: 100%; max-width: var(--ast-container-width);
  margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px;
  box-sizing: border-box;
}
/* scope the brand fonts to the chrome without touching page content */
.site-header, .ast-above-header, .header-banner, .site-footer,
#ast-mobile-header, .ast-mobile-popup-drawer {
  font-family: var(--teflie-font-primary);
}
/* the above-header CTA strip is a plain widget (no theme CSS) — keep it a row.
   Tailwind Preflight's img{display:block} otherwise stacks the icon links. */
.cta-links-container { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cta-link, .cta-link_ { display: inline-flex; align-items: center; gap: 6px; }
.cta-link_[style*="display:none"], .cta-link_[style*="display: none"] { display: none !important; }
.cta-links-container img { height: 22px; width: auto; }
/* Astra social icons render as sized SVGs; constrain so they don't balloon */
.ahfb-svg-iconset svg, .ast-builder-social-element svg { width: 1em; height: 1em; }
.ast-header-social-1-wrap, .ast-footer-social-1-wrap { font-size: 20px; }


/* ============ tefl-global.css (tokens + fonts) ============ */
/* TEFLIE Global Styles */
html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Light Oblique.otf') format('opentype');
    font-weight: 300;
    font-style: oblique;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Oblique.otf') format('opentype');
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Medium Oblique.otf') format('opentype');
    font-weight: 500;
    font-style: oblique;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Semibold Oblique.otf') format('opentype');
    font-weight: 600;
    font-style: oblique;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond Bold Oblique.otf') format('opentype');
    font-weight: 700;
    font-style: oblique;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond News.otf') format('opentype');
    font-weight: 550;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond';
    src: url('/home/fonts/Salmond News Oblique.otf') format('opentype');
    font-weight: 550;
    font-style: oblique;
    font-display: swap;
}

:root {
    /* Typography */
    --teflie-font-primary: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --teflie-font-headings: "Salmond", system-ui, serif;

    /* Figtree Weights (Body Text) */
    --teflie-font-weight-light: 300;
    --teflie-font-weight-regular: 400;
    --teflie-font-weight-medium: 500;
    --teflie-font-weight-semibold: 600;
    --teflie-font-weight-bold: 700;
    --teflie-font-weight-extrabold: 800;
    --teflie-font-weight-black: 900;

    /* Salmond Weights (Headings) */
    --salmond-light: 300;
    --salmond-regular: 400;
    --salmond-medium: 500;
    --salmond-news: 550;
    --salmond-semibold: 600;
    --salmond-bold: 700;

    /* font-sizes */

    --teflie-font-base: 1rem;
    --teflie-font-subheading: calc(1rem + 2px);
    --teflie-font-xxs: calc(1rem - 3px);
    --teflie-font-xs: calc(1rem - 2px);
    --teflie-font-sm: calc(1rem - 1px);
    --teflie-font-md: 2rem;
    --teflie-font-lg: calc(3rem + 8px);
    --teflie-font-xl: calc(1rem + 6px);
    --teflie-font-xxl: calc(1rem + 8px);

    /* Colors  */
    --teflie-white: #fff;
    --teflie-grey: #FFFFFFCC;
    --teflie-semi-grey: #FFFFFF26;
    --teflie-navy-blue: #2B2D42;
    --teflie-text-primary: #374343;
    --teflie-text-primary-dark: #2D3F40;
    --teflie-background-warm: #FAF7F0;
    --teflie-background-vanilla: #FDEBC6;
    --teflie-background-light-green: #07ADA51A;
    --teflie-background-light-blue: #CCE7E2;
    --teflie-turquoise: #07ADA5;
    --teflie-teal: #026F71;
    --teflie-red: #E67529;
    --teflie-light-blue-transparent: #B1E3E499;
    --teflie-light-pink: #FCE7EE;
    --teflie-navy-blue-transparent: #2B2D4233;
    --teflie-yellow: #FBF2B7;
    --teflie-light-red: #E67529;
    --teflie-dark-navy-transparent: #03284466;
    --teflie-border-1: #ECE9E1;
    --teflie-border-2: #07ADA5;
    --teflie-border-3: #00000026;
    --teflie-discount-color: #1A9AA8;



    /* Grays */
    --teflie-gray-50: #f8fafc;
    --teflie-gray-100: #f1f5f9;
    --teflie-gray-200: #e2e8f0;
    --teflie-gray-300: #cbd5e1;
    --teflie-gray-400: #94a3b8;
    --teflie-gray-500: #64748b;
    --teflie-gray-600: #475569;
    --teflie-gray-700: #334155;
    --teflie-gray-800: #1e293b;
    --teflie-gray-900: #0f172a;

    /* Blues */
    --teflie-blue: #0055FF;

    /* Spacing */
    --teflie-space-xs: 0.5rem;
    --teflie-space-sm: 1rem;
    --teflie-space-md: 1.5rem;
    --teflie-space-lg: 2rem;
    --teflie-space-xl: 3rem;
    --teflie-space-2xl: 4rem;

    /* Border Radius */
    --teflie-radius-sm: 0.375rem;
    --teflie-radius-md: 0.5rem;
    --teflie-radius-lg: 0.75rem;
    --teflie-radius-xl: 1rem;
    --teflie-radius-2xl: 1rem;

    /* Shadows */
    --teflie-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --teflie-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --teflie-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    /* Transitions */
    --teflie-transition: all 0.2s ease-in-out;
}


/* ============ astra frontend.min.css (chrome layout) ============ */
/*!
 * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
 */.ast-container{max-width:100%}
.ast-container,.ast-container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}
.ast-container-fluid::after,.ast-container::after{content:"";display:table;clear:both}
#primary:after,#primary:before,#secondary:after,#secondary:before,.ast-container:after,.ast-container:before,.ast-row:after,.ast-row:before,.clear:after,.clear:before,.sidebar-main:after,.sidebar-main:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.site-main:after,.site-main:before{content:"";display:table}
#primary:after,#secondary:after,.ast-container:after,.ast-row:after,.clear:after,.sidebar-main:after,.site-content:after,.site-footer:after,.site-header:after,.site-main:after{clear:both}
.secondary a *,.site-footer a *,.site-header a *,a{transition:all .2s linear}
.ast-page-builder-template .site-content>.ast-container{max-width:100%;padding:0}
.ast-page-builder-template .entry-header.ast-header-without-markup{margin-top:0;margin-bottom:0}
.main-header-menu .menu-link,.main-header-menu>a{text-decoration:none;padding:0 1em;display:inline-block;transition:all .2s linear}
.main-header-menu .menu-item{position:relative}
.main-header-menu .menu-item.focus>.sub-menu,.main-header-menu .menu-item:hover>.sub-menu,.main-header-menu .menu-item>.sub-menu.toggled-on{right:auto;left:0;visibility:visible}
.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on{left:100%;right:auto;visibility:visible}
.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu{right:0;left:auto}
@media (min-width:769px){.main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu{left:-100%}}
.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999;visibility:hidden}
@media (min-width:769px){.main-header-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .sub-menu .menu-item:hover>.sub-menu{left:100%;right:auto}.main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:-100%}.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}}
.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word}
.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:none}
#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow{display:none}
#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{position:absolute;right:.6em;top:50%;transform:translate(0,-50%) rotate(270deg)}
#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow{display:block}
#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg{margin:0}
#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{transform:translate(0,-50%) rotate(360deg)}
.main-header-menu .sub-menu .sub-menu{top:0}
.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-style:none}
.ast-header-break-point .main-navigation{padding-left:0}
.ast-header-break-point .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:var(--ast-border-color)}
.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{margin-right:5px}
.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:50px}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px}
.ast-header-break-point .main-header-menu{background-color:#f9f9f9;border-top-width:0}
.ast-header-break-point .main-header-menu .sub-menu{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto}
.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:0}
.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:0}
.ast-header-break-point .submenu-with-border .sub-menu{border:0}
.ast-header-break-point .dropdown-menu-toggle{display:none}
.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:2px;vertical-align:middle;line-height:1.85714285714286}
.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:0 .5em;width:auto;text-align:center}
.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu{font-size:15px;font-size:1rem;font-weight:600}
.ast-button-wrap .menu-toggle .menu-toggle-icon{font-style:normal;display:inline-block;vertical-align:middle;line-height:2.05}
.ast-button-wrap .menu-toggle .menu-toggle-icon:before{content:"\e5d2";font-family:Astra;text-decoration:inherit}
.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2){display:none}
.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{content:"\e5cd"}
.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child{display:none}
.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2){display:block}
.ast-button-wrap .menu-toggle .mobile-menu-wrap{display:inline-block}
.ast-button-wrap .menu-toggle:focus{outline:thin dotted}
.header-main-layout-1 .ast-main-header-bar-alignment{margin-left:auto}
.ast-header-break-point .user-select{clear:both}
.ast-header-break-point .ast-mobile-menu-buttons{display:block;align-self:center}
.ast-header-break-point .main-header-bar-navigation{flex:auto}
.ast-header-break-point .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4}
.ast-header-break-point .ast-icon.icon-arrow svg{height:.85em;width:.95em;position:relative;margin-left:10px}
.ast-builder-grid-row{display:grid;grid-template-columns:auto auto;align-items:center;grid-column-gap:20px;overflow-wrap:anywhere}
.ast-builder-grid-row>.site-header-section{flex-wrap:nowrap}
.ast-builder-footer-grid-columns{grid-column-gap:50px}
.ast-builder-grid-row.ast-grid-center-col-layout{grid-template-columns:1fr auto 1fr}
.ast-builder-layout-element{align-items:center}
.ast-builder-grid-row.ast-grid-center-col-layout-only{-js-display:flex;display:flex;height:100%;justify-content:center}
.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center{flex-grow:1}
.site-header-section{height:100%;min-height:0;align-items:center}
.site-header-section>*{padding:0 10px}
.site-header-section>div:first-child{padding-left:0}
.site-header-section>div:last-child{padding-right:0}
.site-header-section .ast-builder-menu{align-items:center}
.ast-builder-layout-element.ast-header-search{height:auto}
.ast-grid-right-center-section{justify-content:flex-start;flex-grow:1}
.ast-grid-right-section{justify-content:flex-end}
.ast-grid-right-section .ast-site-identity>:first-child{text-align:right}
.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child{text-align:left}
.ast-grid-left-center-section{justify-content:flex-end;flex-grow:1}
.ast-logo-title-inline .ast-site-identity{padding:1em 0;-js-display:inline-flex;display:inline-flex;vertical-align:middle;align-items:center;transition:all .2s linear}
.ast-grid-section-center{justify-content:center}
.ast-grid-section-center .ast-site-identity>:first-child{text-align:center}
.ast-builder-social-element{line-height:1;color:#3a3a3a;background:0 0;vertical-align:middle;transition:all 10ms;margin-left:6px;margin-right:6px;justify-content:center;align-items:center}
.ast-builder-social-element:hover{color:#0274be}
.ast-builder-social-element .social-item-label{padding-left:6px}
.ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element{margin-top:6px;margin-bottom:6px}
.ahfb-svg-iconset{-js-display:inline-flex;display:inline-flex;align-self:center}
.ahfb-svg-iconset svg{width:17px;height:17px;transition:none}
.ahfb-svg-iconset svg>*{transition:none}
.ast-footer-copyright p{margin-bottom:0}
.ast-builder-grid-row-container{display:grid;align-content:center}
.main-header-bar .main-header-bar-navigation{height:100%}
.ast-footer-copyright,.ast-footer-social-wrap,.site-footer-focus-item{width:100%}
.ast-header-break-point #ast-mobile-header{display:block}
.ast-header-break-point .main-header-bar-navigation{line-height:3}
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:0;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit}
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow{pointer-events:none}
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}
.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}
.ast-header-break-point .ast-nav-menu .sub-menu{line-height:3}
.site-footer-section{justify-content:center}
.site-footer-section>*{margin-bottom:10px}
.site-footer-section>:last-child{margin-bottom:0}
.site-primary-footer-wrap{padding-top:45px;padding-bottom:45px}
.site-above-footer-wrap,.site-below-footer-wrap{padding-top:20px;padding-bottom:20px}
.ast-hfb-header.ast-header-break-point .main-header-bar-navigation{width:100%;margin:0}
.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg{display:none}
.ast-hfb-header .menu-toggle.toggled .ast-close-svg{display:block}
.menu-toggle .ast-close-svg{display:none}
.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}
.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{-js-display:flex;display:flex;align-items:center;width:auto;height:auto}
.menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}
.menu-toggle .mobile-menu-wrap{-js-display:inline-flex;display:inline-flex;align-self:center;margin-left:.4em}
.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap{align-items:center;-js-display:flex;display:flex}
.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:.5em;align-items:center;-js-display:flex;display:flex}
.ast-header-account-type-extend-text-profile-type{-js-display:flex;display:flex;gap:10px;align-items:center}
.main-header-bar-wrap{position:relative}
.main-header-bar{background-color:#fff;border-bottom-color:var(--ast-border-color);border-bottom-style:solid}
.ast-header-break-point .main-header-bar{border:0}
.ast-header-break-point .main-header-bar{border-bottom-color:var(--ast-border-color);border-bottom-style:solid}
.main-header-bar{margin-left:auto;margin-right:auto}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}
.ast-header-custom-item-inside .button-custom-menu-item .menu-link{display:none}
.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}
.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link{display:none}
.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link{display:block}
.site-branding{line-height:1;align-self:center}
.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent}
.ast-menu-toggle:focus,.ast-menu-toggle:hover{background:0 0;border-color:inherit;color:inherit}
.ast-menu-toggle:focus{outline:thin dotted}
.ast-main-header-nav-open .main-header-bar{padding-bottom:0}
.main-header-bar{z-index:4;position:relative}
.main-header-bar .main-header-bar-navigation:empty{padding:0}
.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45}
.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{line-height:normal}
.ast-site-identity{padding:1em 0}
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{flex:1;align-self:center}
.ast-header-break-point .ast-site-identity{width:100%}
.ast-header-break-point .main-header-bar{display:block;line-height:3}
.ast-header-break-point .main-header-bar .main-header-bar-navigation{line-height:3}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}
.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:0}
.ast-header-break-point .main-navigation{display:block;width:100%}
.ast-header-break-point .main-navigation ul ul{left:auto;right:auto}
.ast-header-break-point .main-navigation .stack-on-mobile li{width:100%}
.ast-header-break-point .main-navigation .widget{margin-bottom:1em}
.ast-header-break-point .main-navigation .widget li{width:auto}
.ast-header-break-point .main-navigation .widget:last-child{margin-bottom:0}
.ast-header-break-point .main-header-bar-navigation{width:calc(100% + 40px);margin:0 -20px}
.ast-header-break-point .main-header-menu ul ul{top:0}
.ast-header-break-point .ast-builder-menu{width:100%}
.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{flex-wrap:wrap}
.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}
.ast-single-post .entry-header.ast-header-without-markup,.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail{margin-bottom:0}
.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap}
.ast-flex-1{flex:1}
.ast-flex-2{flex:2}
.ast-flex-3{flex:3}
.ast-flex-4{flex:4}
.ast-flex-5{flex:5}
.ast-flex-direction-row{flex-direction:row}
.ast-flex-direction-row-reverse{flex-direction:row-reverse}
.ast-flex-direction-column{flex-direction:column}
.ast-flex-direction-column-reverse{flex-direction:column-reverse}
.ast-flex-wrap-nowrap{flex-wrap:nowrap}
.ast-flex-wrap-wrap{flex-wrap:wrap}
.ast-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse}
.ast-flex-grow-1{flex-grow:1}
.ast-flex-grow-2{flex-grow:2}
.ast-flex-grow-3{flex-grow:3}
.ast-flex-grow-4{flex-grow:4}
.ast-flex-grow-5{flex-grow:5}
.ast-flex-shrink-1{flex-shrink:1}
.ast-flex-shrink-2{flex-shrink:2}
.ast-flex-shrink-3{flex-shrink:3}
.ast-flex-shrink-4{flex-shrink:4}
.ast-flex-shrink-5{flex-shrink:5}


/* ============ elements/tefl-header.css ============ */
@media (min-width: 922px) {
    .site-primary-header-wrap.ast-container {
        max-width: 1300px !important;
    }
}

.ast-above-header.ast-above-header-bar {
    margin-top: -37px;
}

header .custom-logo-link img {
    height: auto !important;
}

.dropdown-arrow {
    margin-left: 5px;
}

.course-banner {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.sticky-active {
    position: sticky;
    top: 0;
    z-index: 999;
    width: max-content;
    margin: auto;
}

.course-banner.sticky-active img {
    /* image-rendering: crisp-edges;
    image-rendering: pixelated; */
    object-fit: cover;
    height: 35px;
}

.course-banner-text {
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    z-index: 999;
    right: 0;
    font-size: 14px;
    padding: 5px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width:768px) {

    .course-banner-text {
        font-size: 12px;
        padding: 0;
        text-align: center;
        width: 100%;
        top: 10px;
    }

    .course-banner.sticky-active img {
        width: auto;
        height: 48px;
        max-width: 100%;
        image-rendering: auto;
        object-fit: initial;
    }

    .sticky-active {
        width: auto;
    }

    .hero-banner-container {
        height: auto;
    }
}

ul.mega-menu-list {
    display: flex;
    margin: 0;
    list-style: none;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--teflie-navy-blue);
    gap: var(--teflie-space-sm);
}

ul.mega-menu-list .mega-menu-link {
    font-weight: 500;
    color: var(--teflie-navy-blue);
}

nav>ul>li.mega-menu-item {
    margin-bottom: 0;
}

.mega-menu-dropdown {
    background: var(--teflie-background-warm);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-shadow: var(--teflie-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
    margin-top: 0;
}

.mega-menu-dropdown.has-cta-section {
    background: linear-gradient(to right, var(--teflie-background-warm) 50%, var(--teflie-background-vanilla) 50%);
}

.mega-menu-item.openmenu .mega-menu-dropdown {
    opacity: 1;
    visibility: visible;
}

.mega-menu-item .menu-item-icon {
    width: 25px;
}

.mega-menu-content {
    width: 1200px;
    margin: auto;
    display: flex;
}

.mega-menu-content .menu-content-left {
    flex: 0 0 75%;
    background: var(--teflie-background-warm);
}

.mega-menu-dropdown:not(.has-cta-section) .mega-menu-content .menu-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.mega-menu-content .menu-columns {
    background: var(--teflie-background-warm);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--teflie-space-md);
    padding: var(--teflie-space-md) 0 var(--teflie-space-sm);
    /* height: 100%; */
}

.mega-menu-content .mega-menu-cta-section {
    background: var(--teflie-background-vanilla);
    flex: 0 0 25%;
    padding: var(--teflie-space-lg) 0 var(--teflie-space-lg) var(--teflie-space-xl);
}

.mega-menu-content .menu-columns .column-header {
    display: inline-flex;
    gap: var(--teflie-space-xs);
    align-items: center;
    margin-bottom: var(--teflie-space-xs);
}

.mega-menu-content .column-header .column-title {
    font-size: 16px;
    font-weight: var(--teflie-font-weight-bold);
    color: var(--teflie-turquoise) !important;
    line-height: 1.25;
}

.mega-menu-content .column-links {
    list-style: none;
    margin-left: var(--teflie-space-md);
    margin-bottom: 0;
}

.mega-menu-content .column-links .column-link-item {
    line-height: 1;
    margin-bottom: 0;
}

.mega-menu-content .column-links .column-link-item:not(:last-of-type) {
    margin-bottom: 7px;
}

.mega-menu-content .column-links .column-link {
    color: var(--teflie-text-primary);
    font-weight: var(--teflie-font-weight-medium);
    font-size: 15px;
}

.contact-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px 0;
    flex-wrap: wrap;
    background-color: var(--teflie-background-warm);
    position: relative;
}

.contact-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 1px;
    background-color: #0000001F;
}

h4.contact-label {
    color: var(--teflie-text-primary-dark);
    font-size: 18px;
    font-weight: 500;
}

.contact-bar .contact-item {
    border-right: 1px solid #2D3F4033;
    padding-right: 10px;
}

.contact-bar .contact-item:last-child {
    border-right: 0;
}

.contact-bar .contact-item a {
    font-size: 16px;
    font-weight: 400;
    color: #2D3F40CC;
}

.mega-menu-cta-section .cta-section-title {
    font-size: 18px;
    color: var(--teflie-text-primary-dark);
    margin-bottom: var(--teflie-space-xs);
    font-weight: var(--salmond-semibold);
}

.mega-menu-cta-section .cta-cards {
    display: flex;
    flex-direction: column;
    gap: var(--teflie-space-xs);
}

.mega-menu-cta-section .cta-card-link {
    display: flex !important;
    background: var(--teflie-white);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--teflie-space-sm);
    border-radius: var(--teflie-radius-2xl);
    color: var(--teflie-text-primary);
}

.mega-menu-cta-section .cta-card-link:focus,
.mega-menu-cta-section .cta-card-link:focus-visible {
    outline: none !important;
}

.mega-menu-cta-section .cta-card-link .cta-title {
    color: var(--teflie-text-primary-dark);
    font-size: 16px;
    font-weight: var(--teflie-font-weight-medium);
}

.mega-menu-cta-section .cta-card {
    width: 100%;
    max-width: 320px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.mega-menu-cta-section .cta-card .cta-bg-img {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.mega-menu-cta-section .cta-card .card-container {
    padding: 20px;
    border-radius: 0 0 24px 24px;
    background: #CCE7E2;
}

.mega-menu-cta-section .cta-card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--teflie-text-primary-dark);
    margin-bottom: 8px;
}

.mega-menu-cta-section .cta-card .cta-summary {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
    font-weight: 400;
    color: var(--teflie-text-primary);
}

.cta-card-link {
    padding: 8px 24px !important;
    border-radius: 50px !important;
}

.cta-card-link.hidden-link {
    display: none !important;
}

.cta-card .cta-card-link.click-link {
    gap: 13px;
}

.cta-card .cta-card-link .cta-title {
    font-size: 16px;
}


.header-cta-icons {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.search-input-field-wrapper {
    opacity: 1;
    transform: translate(0);
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 32px;
    z-index: 2;
}

.search-input-field-wrapper {
    opacity: 1;
    transform: translate(0, -50%);
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    left: calc(-100% - 200px);
    z-index: 2;
}

.search-input-field-wrapper.hidden {
    opacity: 0;
    transform: translate(160px, -50%);
    z-index: -1;
}

.search-input-field-wrapper.hidden input {
    position: relative;
    z-index: -1;
}

.search-input-field-wrapper input {
    position: relative;
    z-index: 2;
}

.search-input-container .search-icon {
    cursor: pointer;
}

.search-input-container form {
    position: relative;
}

.search-submit-icon {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    height: 1rem;
    cursor: pointer;
}

.menu-list.main-header-menu a,
.menu-list.main-header-menu a:hover,
.menu-list.main-header-menu a:focus {
    color: #193847;
}

.column-link[href*="teach-english-jobs"] {
    font-weight: bold !important;
}


.mobile-tel-btn {
    display: none;
}

@media (max-width: 921px) {
    .mobile-tel-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-tel-btn svg {
        width: 20px;
        height: 20px;
        fill: #193847;
        /* stroke: #193847; */
        stroke-width: 1;
        margin-top: 4px;
        margin-left: 4px;
    }
}

.header-widget-area section.widget_block:empty {
    display: none;
}

/* Banner Styling */

body.home .header-banner>.ast-container {
    display: block;
}

body.megamenu-open .header-banner {
    position: relative;
    top: 0 !important;
    z-index: 0 !important;
}

.header-banner {
    background-image: url('https://tefl.ie/wp-content/uploads/2026/02/Pattern.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: sticky;
    top: 0;
    z-index: 9999 !important;
}

.header-banner.is-admin {
    top: 32px;
}

.header-banner .countdown {
    background: var(--teflie-background-vanilla);
    padding: var(--teflie-space-xs) var(--teflie-space-md);
    border-radius: 16px;
    /* margin-top: var(--teflie-space-sm);
    margin-bottom: var(--teflie-space-sm); */
}

.header-banner .clock {
    display: flex;
    justify-content: space-between;
    margin-top: var(--teflie-space-xs);
    gap: 20px;
    line-height: var(--ast-body-line-height, 1.4em);
    color: var(--teflie-text-primary);
}

.header-banner .clock>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-banner .clock .clock-inner {
    display: flex;
    font-weight: var(--teflie-font-weight-semibold);
    gap: 1px;
    font-size: 24px;
}

.header-banner .clock .digit-text {
    font-size: 14px;
}

.header-banner .banner-row {
    --banner-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--banner-gap);
    padding: 20px 0;
}

.header-banner .banner-content {
    flex: 0 0 calc(40% - var(--banner-gap));
    max-width: calc(40% - var(--banner-gap));
    text-align: left;
    color: #fff;
    font-size: var(--content-font-size, 24px);
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.header-banner .banner-content p {
    margin: 0;
}

.header-banner .banner-clock-container {
    flex: 0 0 calc(30% - var(--banner-gap));
    max-width: calc(30% - var(--banner-gap));
    display: flex;
    justify-content: center;
}

.header-banner .banner-button-container {
    flex: 0 0 calc(30% - var(--banner-gap));
    max-width: calc(30% - var(--banner-gap));
    display: flex;
    justify-content: flex-end;
}

.header-banner.no-clock .banner-content {
    flex: 0 0 calc(65% - var(--banner-gap));
    max-width: calc(65% - var(--banner-gap));
}

.header-banner.no-clock .banner-button-container {
    flex: 0 0 calc(35% - var(--banner-gap));
    max-width: calc(35% - var(--banner-gap));
}

@media screen and (min-width:769px) {
    .header-banner .banner-button-container .header-banner-link {
        white-space: nowrap;
        min-width: 75%;
    }
}

.header-banner .promo-logo-container-wrapper {
    display: none;
}

.banner-button-container a {
    font-size: var(--cta-font-size, 16px);
}

@media (max-width: 991px) {
    .header-banner .banner-content {
        flex: 0 0 45%;
        max-width: 45%;
        font-size: 16px;
    }

    .header-banner .banner-clock-container {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .header-banner .banner-button-container {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .header-banner .banner-row {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .header-banner {
        background-size: auto 100%;
        background-position: center;
    }

    .header-banner .banner-row {
        flex-direction: column;
        gap: 8px;
        padding: 12px 0;
    }

    .header-banner .banner-content {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        font-size: 14px;
        flex-direction: column;
        gap: 10px;
    }

    .header-banner .banner-logo {
        width: 50px;
        margin: 0;
    }

    .header-banner .banner-clock-container {
        display: none;
    }

    .header-banner .banner-content p {
        margin-bottom: 0;
    }

    .header-banner .banner-button-container {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
    }

    .header-banner .banner-button-container .header-banner-link {
        padding: 8px 24px;
        margin-top: 0;
        font-size: 14px;
        line-height: 1;
    }
}

.header-banner .banner-logo {
    width: 70px;
    flex-shrink: 0;
    margin-right: 16px;
}


@media screen and (max-width:768px) {
    .header-banner .banner-logo {
        margin: 0 0 10px 0;
        width: 50px;
        display: none;
    }

    .header-banner.no-clock .banner-content {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
}

/* Certificate Verification CTA */

.verify-cert-cta {
    background: #2D4040;
    border-radius: 20px;
    padding: 16px;
    text-align: center;
    overflow: hidden;
    margin-top: 1rem;
}

.verify-cert-cta .cta-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 10px;
}

.verify-cert-cta .cta-badge img {
    width: 40px;
}

.verify-cert-cta .cta-header__text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.2;
}

.verify-cert-cta .cta-header__light {
    /* font-size: 28px; */
    font-weight: 400;
    color: #fff;
}

.verify-cert-cta .cta-header__bold {
    /* font-size: 32px; */
    font-weight: 700;
    color: #fff;
}

.verify-cert-cta .cta-divider {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0 10px;
}

.verify-cert-cta .cta-content p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

.verify-cert-cta .cta-highlight {
    color: #4EBABB;
    font-weight: 500;
}

.verify-cert-cta .cta-image {
    margin: 0 -28px;
}

.verify-cert-cta .cta-image img {
    width: 100%;
    display: block;
    margin-bottom: -16px;
}

@media (min-width: 992px) {
    .mega-menu-item.hide-on-desktop {
        display: none !important;
    }

    li.mega-menu-item:nth-of-type(3) {
        display: none;
    }
}

.birthday-sale-gif {
    width: 130px;
}

/* ============ elements/tefl-footer.css ============ */
.widget.widget_block>p {
    display: none;
}

.footer-menu-block {
    display: flex;
    gap: var(--teflie-space-2xl);
}

.footer-menu-container {
    flex: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
}

.footer-cta-column {
    flex: 30%;
}

.footer-menu-column h3 {
    /* font-size: 16px !important; */
    /* font-weight: 700; */
    letter-spacing: 0;
}

.footer-menu-column {
    min-width: 160px;
}

.footer-menu-title {
    font-size: 18px !important;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
    font-family: 'Figtree' !important;
    color: #ffffff !important;
}

.footer-menu-title::after {
    content: '';
    display: none;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: max-height 0.3s ease;
}

.footer-menu-list li {
    margin-bottom: 12px;
    line-height: 1.4;
}

.footer-menu-list li a {
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    color: #FFFFFFCC;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    padding: 0 !important;
}

.footer-menu-list li a:hover {
    color: #FFFFFFCC !important;
}

.get-in-touch .contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: max-height 0.3s ease;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

.contact-icon {
    font-size: 16px;
    min-width: 20px;
    opacity: 0.8;
}

.contact-item a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-item.address span:not(.contact-icon) {
    line-height: 1.5;
}

/* Mobile Collapsible Menu */
@media (max-width: 768px) {
    .footer-menu-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .footer-menu-title {
        font-size: 18px !important;
        font-weight: 500;
        margin-bottom: 20px;
        text-transform: capitalize;
        letter-spacing: 0;
        cursor: pointer;
        position: relative;
        font-family: 'Figtree' !important;
        line-height: 24px;
        margin-bottom: var(--teflie-space-sm);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-menu-title::after {
        content: '+';
        display: block;
        font-size: 20px;
        font-weight: 300;
        transition: transform 0.3s ease;
    }

    .footer-menu-title.active::after {
        transform: rotate(45deg);
    }

    .footer-menu-list,
    .get-in-touch .contact-info {
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    .footer-menu-list.active,
    .get-in-touch .contact-info.active {
        max-height: 500px;
    }

    .footer-menu-list li:last-child {
        margin-bottom: 0;
    }

    .footer-menu-column {
        border-bottom: 1px solid var(--teflie-gray-800);
        padding-bottom: 20px;
    }
}


/* Footer CTA Card Styles */
.footer-cta-card {
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cta-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 18px;
}

.footer-cta-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-cta-card .footer-cta-title {
    font-size: 24px !important;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 130%;
    letter-spacing: 0;
    color: #ffffff !important;
}

.footer-cta-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: var(--teflie-navy-blue) !IMPORTANT;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    justify-content: space-between;
    backdrop-filter: blur(40px);
}

.footer-cta-button>span {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 140%;
}

.footer-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    color: #333;
    text-decoration: none;
}

.footer-cta-button .cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.footer-cta-button .cta-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer-cta-button .cta-text {
    font-weight: 600;
}

.footer-cta-card-error {
    padding: 20px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    text-align: center;
}

.footer-logo-with-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--teflie-space-xl);
}

.footer-accred-links,
.footer-app-links {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.footer-accred-links {
    align-items: end;
}

.footer-accred-links img {
    height: 60px;
    object-fit: contain;
}

.footer-accred-links {
    gap: 1.5rem;
}

.eqf-logo img, .waterford-Logo img {
    height: 100px;
    width: 100px;
}

.hope-logo img {
    width: 150px;
    /* height: 120px; */
    /* object-fit: contain; */
    margin-top: -1rem;
}

.footer-app-links img {
    width: 150px;
    object-fit: contain;
    height: 45px;
}

.site-below-footer-wrap .site-below-footer-inner-wrap {
    border-top: 1px solid #FFFFFF29;
    padding-top: var(--teflie-space-md);
    /* border: 1px solid #FFFFFF29; */
}

@media (max-width: 768px) {

    .footer-logo-with-links {
        flex-direction: column;
        align-items: center;
        gap: var(--teflie-space-md);
    }

    .footer-menu-block {
        flex-direction: column;
    }

    .footer-cta-card {
        min-height: 350px;
    }

    .footer-cta-card-overlay {
        padding: 30px 15px;
    }

    .footer-cta-title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .footer-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-cta-button {
        width: 100%;
        padding: 12px 20px;
    }

    .footer-accred-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-accred-links a.gaisice-logo {
        order: 5;
    }
}

@media (max-width: 480px) {
    .footer-cta-title {
        font-size: 1.75rem;
    }

    .footer-cta-button {
        font-size: 0.9rem;
        padding: 10px 18px;
    }
}

.footer-newsletter-column {
    min-width: 200px;
}

.footer-newsletter-column .footer-newsletter {
    margin-top: 0;
}

footer .footer-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footer-newsletter-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

footer .footer-newsletter-form input[type="email"] {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

footer .footer-newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .footer-newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
}

footer .newsletter-submit-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 20px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

footer .newsletter-submit-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
footer .footer-newsletter-form .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

footer .footer-newsletter-form input[type="submit"].newsletter-submit {
    background: transparent;
    border: none;
    color: var(--teflie-navy-blue);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    cursor: pointer;
    padding: 5px 0;
    margin: 0;
    flex: 1;
    text-align: left;
}

footer .newsletter-submit-wrapper .submit-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

footer .newsletter-disclaimer {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

footer .newsletter-disclaimer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
    transition: color 0.3s ease;
}

footer .newsletter-disclaimer a:hover {
    color: #fff;
}

footer .footer-newsletter-form .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
}

footer .footer-newsletter-form .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
}

footer .footer-newsletter-form .wpcf7-list-item {
    margin: 0;
}

footer .footer-newsletter-form .wpcf7-acceptance {
    margin: 12px 0;
}

footer .footer-newsletter-form .wpcf7-list-item-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    /* display: flex;
    align-items: flex-start;
    gap: 8px; */
    cursor: pointer;
}

footer .footer-newsletter-form .wpcf7-list-item input[type="checkbox"] {
    margin: 2px 0 0 0;
    cursor: pointer;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    background-color: transparent;
    position: relative;
    transition: all 0.3s ease;
}

footer .footer-newsletter-form .wpcf7-list-item input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #fff;
}

footer .footer-newsletter-form .wpcf7-list-item input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--teflie-navy-blue);
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

footer .footer-newsletter-form .wpcf7-acceptance a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    transition: color 0.3s ease;
}

footer .footer-newsletter-form .wpcf7-acceptance a:hover {
    color: #fff;
}

footer .footer-newsletter-form .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
}

footer .newsletter-submit-wrapper.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed !important;
}

footer .newsletter-submit-wrapper.disabled:hover {
    transform: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 768px) {
    .footer-newsletter-column {
        border-bottom: 1px solid var(--teflie-gray-800);
        padding-bottom: 20px;
    }
    
    .footer-newsletter-column .footer-menu-title::after {
        display: none;
    }
    
    .footer-newsletter-column .footer-menu-title {
        cursor: default;
    }
    
    footer .footer-newsletter,
    footer .footer-newsletter-form {
        max-height: none !important;
        overflow: visible !important;
    }

    footer .footer-newsletter-form .wpcf7-list-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
    
    footer .footer-newsletter-form .wpcf7-list-item input[type="checkbox"]:checked::after {
        font-size: 15px;
    }

    .footer-accred-links>* {
        flex: 0 0 45%;
    }
}


