:root{--st_mint:#dcf7ef;--st_navy:#071b4a;--st_gold:#f5b51b;--st_gold_soft:#fff5d8;--st_bg:#fffdf8;--st_text:#5d6678;--st_line:#e8edf5;--st_shadow_soft:0 14px 40px rgba(7,27,74,.08)}
a:visited {
    color: var(--st_at_navy);
}

a.st_btn.st_btn_profile:visited,.st_btn_primary:visited {
    color: #FFF;
}


body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}
body.single-post #page::before,
body.blog #page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;

    background-image:
        linear-gradient(rgba(7, 27, 74, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 27, 74, .035) 1px, transparent 1px);

    background-size: 42px 42px;

    pointer-events: none;
    z-index: 0;
}

.st_shape{position:absolute;pointer-events:none;z-index:0}
.st_blob_a{width:430px;height:430px;border-radius:50%;background:var(--st_gold_soft);right:-155px;top:-150px}
.st_blob_b{width:380px;height:380px;border-radius:50%;background:var(--st_mint);left:-180px;top:27em}
.st_header_wrap,.st_footer,.st_mobile_bottom_nav,.st_side_booking{box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.st_header_wrap *,.st_footer *,.st_mobile_bottom_nav *,.st_side_booking *{box-sizing:border-box}
.st_header_wrap a,.st_footer a,.st_mobile_bottom_nav a,.st_side_booking{text-decoration:none}
.st_header_wrap{position:fixed;left:0;right:0;top:14px;z-index:120;pointer-events:none;transition:top .35s ease}
.st_header{pointer-events:auto;position:relative;width:min(1160px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid rgba(7,27,74,.08);border-radius:26px;box-shadow:0 16px 45px rgba(7,27,74,.08);padding:12px 16px;transition:width .45s cubic-bezier(.22,1,.36,1),border-radius .45s cubic-bezier(.22,1,.36,1),padding .35s ease}
.st_header_wrap.st_scrolled{top:0}.st_header_wrap.st_scrolled .st_header{width:100%;border-radius:0;padding:12px max(22px,calc((100vw - 1160px)/2));background:rgba(255,255,255,.97);border-left:0;border-right:0;border-top:0;box-shadow:0 18px 55px rgba(7,27,74,.1)}
.st_logo{display:flex;align-items:center;min-width:168px}.st_logo img{display:block;width:168px;height:auto}
.st_desktop_menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.st_desktop_menu li{position:relative;list-style:none}
.st_desktop_menu .hfe-menu-item{display:flex;align-items:center;gap:8px;padding:12px 10px;border-radius:999px;color:#424b5e;font-size:14px;font-weight:900;transition:.25s ease}.st_desktop_menu .hfe-menu-item:hover,.st_desktop_menu .st_has_dropdown:hover>.hfe-has-submenu-container .hfe-menu-item{color:var(--st_navy);background:rgba(245,181,27,.12)}
.st_desktop_menu .hfe-menu-toggle{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--st_gold_soft);font-size:10px;transition:transform .28s ease}.st_desktop_menu .st_has_dropdown:hover .hfe-menu-toggle{transform:rotate(180deg)}
.st_desktop_menu .sub-menu{position:absolute;left:50%;top:calc(100% + 16px);transform:translateX(-50%) translateY(12px) scale(.96);min-width:286px;margin:0;padding:12px;list-style:none;border-radius:24px;background:rgba(255,255,255,.98);border:1px solid rgba(7,27,74,.08);box-shadow:0 28px 80px rgba(7,27,74,.18);opacity:0;visibility:hidden;pointer-events:none;transition:.25s ease;z-index:500}.st_desktop_menu .sub-menu:after{content:"";position:absolute;left:0;right:0;top:-18px;height:22px}.st_desktop_menu .st_has_dropdown:hover>.sub-menu,.st_desktop_menu .st_has_dropdown:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1)}
.st_desktop_menu .hfe-sub-menu-item{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:16px;color:var(--st_navy);font-size:14px;font-weight:900;line-height:1.25}.st_desktop_menu .hfe-sub-menu-item:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--st_gold);box-shadow:0 0 0 5px rgba(245,181,27,.14)}.st_desktop_menu .hfe-sub-menu-item:hover{background:#f8fafc;transform:translateX(5px)}
.st_btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:999px;font-weight:900;border:1px solid transparent;cursor:pointer}.st_btn_primary{background:var(--st_navy);color:#fff}.st_btn_primary:hover{background:var(--st_navy);color:#fff}.st_btn_light{background:#fff;color:var(--st_navy);border-color:var(--st_line)}.st_header_actions{display:flex;gap:10px;align-items:center}
.st_btn_profile{position:relative;isolation:isolate;overflow:hidden;background:var(--st_navy);color:#fff;box-shadow:0 14px 32px rgba(7,27,74,.18);transition:transform .25s ease,box-shadow .25s ease}.st_btn_profile::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.2) 48%,transparent 76%);transform:translateX(-130%);animation:stProfileShine 3.2s ease-in-out infinite}.st_btn_profile:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 38px rgba(7,27,74,.25)}.st_profile_icon{position:relative;width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px;border-radius:50%;background:var(--st_gold);color:var(--st_navy);animation:stProfileFloat 2.4s ease-in-out infinite}.st_profile_icon::after{content:"";position:absolute;inset:-4px;border:2px solid rgba(245,181,27,.48);border-radius:inherit;animation:stProfilePulse 2.4s ease-out infinite}.st_btn_logout{background:#fff;color:var(--st_navy);border-color:var(--st_line);transition:color .25s ease,border-color .25s ease,transform .25s ease}.st_btn_logout:hover{color:#a5283f;border-color:#f1b7c2;transform:translateY(-2px)}.st_mobile_panel_actions .st_btn{display:flex}
.st_mobile_btn{display:none;background:transparent;border:0;font-size:24px;color:var(--st_navy);cursor:pointer}.st_mobile_panel{position:absolute;left:20px;right:20px;top:calc(100% + 12px);background:#fff;border:1px solid rgba(7,27,74,.08);border-radius:28px;box-shadow:0 24px 70px rgba(7,27,74,.16);padding:16px;display:none;max-height:70vh;overflow:auto}.st_mobile_panel.st_open{display:block;animation:stMenuDrop .3s ease both}.st_mobile_panel a{display:block;padding:13px 12px;border-radius:16px;font-weight:900;color:var(--st_navy)}.st_mobile_panel a:hover{background:var(--st_gold_soft)}.st_mobile_group{border-radius:18px}.st_mobile_subtoggle{width:100%;border:0;background:transparent;padding:13px 12px;border-radius:16px;font-weight:900;color:var(--st_navy);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.st_mobile_group.st_open .st_mobile_subtoggle{background:var(--st_gold_soft)}.st_mobile_subtoggle i{margin-left:10px;transition:transform .25s}.st_mobile_group.st_open .st_mobile_subtoggle i{transform:rotate(180deg)}.st_mobile_submenu{display:none;background:#f8fafc;border-radius:18px;margin:2px 0 8px;padding:6px}.st_mobile_group.st_open .st_mobile_submenu{display:block}.st_mobile_submenu a{font-size:13px;padding:11px 14px 11px 28px}.st_mobile_panel_actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.st_footer{padding:58px 0 96px;background:#fff;color:#7a8496}.st_footer_container{width:min(1160px,calc(100% - 40px));margin:auto}.st_footer_grid{display:grid;grid-template-columns:2fr 1fr 1.3fr 1.2fr;gap:34px}.st_footer_logo{width:168px;height:auto;margin-bottom:18px}.st_footer p{line-height:1.7;margin:0 0 14px}.st_footer h4{font-size:15px;color:var(--st_navy);font-weight:900;margin:0 0 14px}.st_footer_col>a{display:block;color:#6b7280;margin-bottom:9px;font-weight:700}.st_footer_col>a:hover{color:var(--st_navy)}.st_social_links{display:flex;align-items:center;gap:12px}.st_social_links a{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid var(--st_line);color:var(--st_navy);box-shadow:var(--st_shadow_soft)}.st_footer_bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid var(--st_line)}
.st_side_booking{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:110;display:flex;align-items:center;justify-content:center;width:58px;height:58px;overflow:hidden;background:var(--st_navy);color:#fff;font-weight:900;border-radius:999px;box-shadow:0 22px 52px rgba(7,27,74,.26);transition:width .34s ease}.st_side_booking span{white-space:nowrap;max-width:0;opacity:0;overflow:hidden;transition:.3s}.st_side_booking i{flex:0 0 42px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--st_gold);color:var(--st_navy)}.st_side_booking:hover{width:218px;color:#fff}.st_side_booking:hover span{max-width:150px;opacity:1;margin-right:12px}
.st_mobile_bottom_nav{display:none}
.st_btn_animated a:hover:before{left:120%}
.st_btn_animated a:before {
    content: "";
    position: absolute;
    inset: -2px auto -2px -45%;
    width: 38%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-18deg);
    transition: left .65s cubic-bezier(.22, 1, .36, 1);
}
.st_header_wrap.st_scrolled .st_header_book_icon {
    display: flex;
    animation: stBookIconIn .35s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes stBookIconIn{from{opacity:0;transform:scale(.75) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}
.st_header_book_icon:before{content:"";position:absolute;inset:-50%;background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.55) 50%,transparent 65%);transform:translateX(-90%) rotate(20deg);transition:transform .55s ease}
.st_header_book_icon:hover{color:var(--st_navy);transform:translateY(-2px) scale(1.04);box-shadow:0 20px 40px rgba(245,181,27,.36)}
.st_header_book_icon:hover:before{transform:translateX(90%) rotate(20deg)}
.st_header_book_icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--st_gold);
    color: var(--st_navy);
    box-shadow: 0 14px 30px rgba(245, 181, 27, .28);
    position: relative;
    overflow: hidden;
    transition: transform .28s cubic-bezier(.22, 1, .36, 1), box-shadow .28s ease;
}
.st_newsletter_copy .st_kicker
{
align-self: flex-start;
}
html .st_at_tutor_photo_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.01);
    transition: transform .45s ease;
}
@keyframes stMenuDrop{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}
@keyframes stProfileShine{0%,58%{transform:translateX(-130%)}82%,100%{transform:translateX(130%)}}
@keyframes stProfileFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(4deg)}}
@keyframes stProfilePulse{0%{opacity:.8;transform:scale(.82)}70%,100%{opacity:0;transform:scale(1.35)}}
@media(prefers-reduced-motion:reduce){.st_btn_profile::before,.st_profile_icon,.st_profile_icon::after{animation:none}}
@media(max-width:1120px){.st_desktop_menu{gap:3px}.st_desktop_menu .hfe-menu-item{font-size:13px;padding:11px 7px}.st_header_actions .st_btn{padding-inline:16px}}
@media(max-width:991px){.st_nav,.st_header_actions{display:none}.st_mobile_btn{display:block}.st_header_wrap.st_scrolled .st_header{padding-left:16px;padding-right:16px}.st_footer_grid{grid-template-columns:1fr 1fr}.st_side_booking{display:none}.st_mobile_bottom_nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:130;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:9px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(7,27,74,.1);border-radius:24px;box-shadow:0 18px 55px rgba(7,27,74,.18)}.st_mobile_bottom_nav a,.st_mobile_bottom_nav button{border:0;background:transparent;color:var(--st_navy);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:54px;border-radius:17px;font-size:11px;font-weight:900;cursor:pointer}.st_mobile_bottom_nav .st_bottom_primary{background:var(--st_gold)}}
@media(max-width:575px){.st_header_book_icon{display:none !important;}.st_header{width:calc(100% - 24px);border-radius:20px}.st_logo{min-width:142px}.st_logo img{width:142px}.st_mobile_panel{left:12px;right:12px}.st_mobile_panel_actions{grid-template-columns:1fr}.st_footer_container{width:calc(100% - 30px)}.st_footer_grid{grid-template-columns:1fr 1fr}.st_footer_brand,.st_footer_social{grid-column:1/-1}.st_footer_bottom{display:block}.st_footer_bottom span{display:block;margin-top:8px}}

/* Native Elementor template widgets */
.st_elementor_header.e-con{padding:0!important;background:transparent!important}.st_elementor_header .st_header.e-con{flex-wrap:nowrap}.st_logo_widget{width:168px;min-width:168px}.st_logo_widget img{width:168px!important;height:auto}.st_native_nav.e-con,.st_native_actions.e-con{width:auto}.st_native_nav_link{width:auto!important;margin:0!important}.st_native_nav_link .elementor-heading-title a{display:block;padding:12px 10px;border-radius:999px;color:#424b5e;font-size:14px;font-weight:900;line-height:1.2;white-space:nowrap;transition:.25s}.st_native_nav_link .elementor-heading-title a:hover{color:var(--st_navy);background:rgba(245,181,27,.12)}.st_native_actions .elementor-widget-button{width:auto}.st_native_login .elementor-button{min-height:50px;padding:15px 22px;border-radius:999px;background:#fff;color:var(--st_navy);border:1px solid var(--st_line);box-shadow:var(--st_shadow_soft);font-weight:900}.st_native_register .elementor-button{min-height:50px;padding:15px 22px;border-radius:999px;background:var(--st_navy);color:#fff;font-weight:900}
.st_elementor_footer.e-con{max-width:none!important;width:100%!important;padding:58px max(20px,calc((100% - 1160px)/2)) 96px!important;background:#fff}.st_native_footer_grid.e-con{display:grid!important;grid-template-columns:2fr 1fr 1.3fr 1.2fr;width:100%}.st_native_footer_brand.e-con,.st_native_footer_col.e-con,.st_native_footer_social.e-con{width:auto}.st_footer_logo_widget{width:168px}.st_footer_logo_widget img{width:168px!important;height:auto}.st_footer_copy p,.st_footer_contact p,.st_footer_copyright p,.st_footer_legal p{margin:0;color:#7a8496;line-height:1.7}.st_footer_contact a,.st_footer_legal a{color:#6b7280}.st_footer_heading{margin:0!important}.st_footer_heading .elementor-heading-title{font-size:15px;color:var(--st_navy);font-weight:900}.st_footer_links .elementor-icon-list-items{display:grid;gap:9px}.st_footer_links .elementor-icon-list-item{padding:0!important}.st_footer_links .elementor-icon-list-text{color:#6b7280!important;font-weight:700}.st_footer_links .elementor-icon-list-icon{display:none}.st_native_social_icons .elementor-social-icons-wrapper{display:flex;gap:12px}.st_native_social_icons .elementor-social-icon{width:48px;height:48px;background:#fff!important;border:1px solid var(--st_line);color:var(--st_navy)!important;box-shadow:var(--st_shadow_soft)}.st_native_footer_bottom.e-con{width:100%;padding-top:24px;border-top:1px solid var(--st_line)}.st_native_booking_button{position:fixed!important;right:18px;top:50%;transform:translateY(-50%);z-index:110;width:auto!important}.st_native_booking_button .elementor-button{border-radius:999px;background:var(--st_navy);color:#fff;font-weight:900;box-shadow:0 22px 52px rgba(7,27,74,.26)}
@media(max-width:1120px){.st_native_nav_link .elementor-heading-title a{font-size:13px;padding:11px 7px}.st_native_login .elementor-button,.st_native_register .elementor-button{padding-inline:16px}}
@media(max-width:991px){.st_elementor_header .st_header.e-con{flex-wrap:wrap}.st_native_nav.e-con{order:3;width:100%;display:grid!important;grid-template-columns:repeat(3,1fr);padding-top:8px}.st_native_nav_link .elementor-heading-title{text-align:center}.st_native_actions.e-con{margin-left:auto}.st_native_footer_grid.e-con{grid-template-columns:1fr 1fr}.st_native_footer_brand.e-con,.st_native_footer_social.e-con{grid-column:1/-1}.st_native_booking_button{display:none}}
@media(max-width:575px){.st_elementor_header .st_header.e-con{width:calc(100% - 24px)}.st_logo_widget{width:142px;min-width:142px}.st_logo_widget img{width:142px!important}.st_native_actions.e-con{gap:6px}.st_native_login .elementor-button,.st_native_register .elementor-button{min-height:42px;padding:11px 13px;font-size:12px}.st_native_nav.e-con{grid-template-columns:1fr 1fr;max-height:150px;overflow:auto}.st_native_nav_link .elementor-heading-title a{padding:8px 5px;font-size:12px}.st_elementor_footer.e-con{padding-left:15px!important;padding-right:15px!important}.st_native_footer_bottom.e-con{display:block!important}.st_footer_legal{margin-top:8px}}

/* Elementor 4 import compatibility: container classes may be dropped while widget classes survive. */
.elementor:has(.st_logo_widget):has(.st_native_register){position:relative;z-index:120;width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con{width:min(1160px,calc(100% - 40px));margin:14px auto 28px;padding:12px 16px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid rgba(7,27,74,.08);border-radius:26px;box-shadow:0 16px 45px rgba(7,27,74,.08)}
.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con-inner{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:14px}
.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link),.elementor:has(.st_logo_widget) .e-con:has(.st_native_login){width:auto;--width:auto;flex:0 0 auto}
.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link)>.e-con-inner,.elementor:has(.st_logo_widget) .e-con:has(.st_native_login)>.e-con-inner{display:flex;flex-flow:row nowrap;align-items:center;gap:6px}
.elementor:has(.st_logo_widget) .e-con:has(.st_native_login)>.e-con-inner{gap:10px}
.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright){width:100%;padding:58px max(20px,calc((100% - 1160px)/2)) 96px;background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright)>.e-con>.e-con-inner{display:flex;flex-direction:column;gap:30px}
.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_logo_widget):has(.st_footer_heading)>.e-con-inner{display:grid;grid-template-columns:2fr 1fr 1.3fr 1.2fr;align-items:start;gap:34px}
.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_copyright):has(.st_footer_legal)>.e-con-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:24px;border-top:1px solid var(--st_line)}
@media(max-width:991px){.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con-inner{flex-wrap:wrap}.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link){order:3;width:100%;--width:100%}.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link)>.e-con-inner{display:grid;grid-template-columns:repeat(3,1fr)}.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_logo_widget):has(.st_footer_heading)>.e-con-inner{grid-template-columns:1fr 1fr}}
@media(max-width:575px){.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con{width:calc(100% - 24px)}.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link)>.e-con-inner{grid-template-columns:1fr 1fr}.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright){padding-left:15px;padding-right:15px}.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_copyright):has(.st_footer_legal)>.e-con-inner{display:block}}

/* Final home.html parity overrides for native Elementor markup */
body:has(.st_logo_widget){padding-top:110px}
.elementor:has(.st_logo_widget):has(.st_native_register){position:fixed;left:0;right:0;top:14px;z-index:120;width:100%;pointer-events:none;transition:top .35s ease}
body.admin-bar .elementor:has(.st_logo_widget):has(.st_native_register){top:46px}
.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con{pointer-events:auto;width:min(1160px,calc(100% - 40px));min-height:78px;margin:0 auto;padding:12px 16px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid rgba(7,27,74,.08);border-radius:26px;box-shadow:0 16px 45px rgba(7,27,74,.08);transition:width .45s cubic-bezier(.22,1,.36,1),border-radius .45s cubic-bezier(.22,1,.36,1),padding .35s ease,box-shadow .35s ease}
.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con-inner{width:100%;max-width:none;display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:18px}
.st_logo_widget{width:168px!important;min-width:168px;margin:0!important}.st_logo_widget .elementor-widget-container,.st_logo_widget a{display:block}.st_logo_widget img{display:block;width:168px!important;height:auto!important;object-fit:contain}
.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link){width:100%;min-width:0;--width:100%;margin:0;padding:0}
.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link)>.e-con-inner{width:100%;max-width:none;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:8px}
.st_native_nav_link{flex:0 0 auto;width:auto!important;margin:0!important}.st_native_nav_link .elementor-heading-title{margin:0;line-height:1}.st_native_nav_link .elementor-heading-title a{position:relative;display:flex;align-items:center;min-height:44px;padding:12px 10px;border-radius:999px;color:#424b5e;font-size:14px!important;font-weight:900!important;letter-spacing:-.01em;line-height:1;white-space:nowrap;transition:color .25s ease,background .25s ease,transform .25s ease}.st_native_nav_link .elementor-heading-title a:hover{color:var(--st_navy);background:rgba(245,181,27,.12);transform:translateY(-1px)}
.elementor:has(.st_logo_widget) .e-con:has(.st_native_login){width:auto;--width:auto;margin:0;padding:0}.elementor:has(.st_logo_widget) .e-con:has(.st_native_login)>.e-con-inner{width:auto;max-width:none;display:flex;flex-flow:row nowrap;align-items:center;gap:10px}.st_native_actions .elementor-widget-button,.st_native_login,.st_native_register{flex:0 0 auto;width:auto!important;margin:0!important}.st_native_login .elementor-button,.st_native_register .elementor-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-size:14px;font-weight:900;white-space:nowrap}.st_native_login .elementor-button{background:#fff;color:var(--st_navy);border:1px solid var(--st_line);box-shadow:var(--st_shadow_soft)}.st_native_register .elementor-button{background:var(--st_navy);color:#fff;box-shadow:0 16px 35px rgba(7,27,74,.22)}
.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright){position:relative;width:100%;margin:0;padding:48px max(20px,calc((100% - 1160px)/2)) 36px;background:transparent;color:#7a8496}.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright)>.e-con{width:100%;max-width:1160px;margin:0 auto;padding:0}.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright)>.e-con>.e-con-inner{width:100%;max-width:none;display:flex;flex-direction:column;gap:0}
.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_logo_widget):has(.st_footer_heading){width:100%;margin:0;padding:0}.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_logo_widget):has(.st_footer_heading)>.e-con-inner{width:100%;max-width:none;display:grid;grid-template-columns:2fr 1fr 1.3fr 1.2fr;align-items:start;gap:34px}.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_logo_widget):has(.st_footer_heading) .e-con{width:auto;--width:auto;margin:0;padding:0}.st_footer_logo_widget{width:168px!important;margin:0 0 18px!important}.st_footer_logo_widget img{display:block;width:168px!important;height:auto!important}.st_footer_copy,.st_footer_contact,.st_footer_heading,.st_footer_links,.st_native_social_icons{margin:0!important}.st_footer_copy p,.st_footer_contact p{margin:0 0 14px;color:#7a8496;font-size:16px;line-height:1.7}.st_footer_contact strong{color:#7a8496}.st_footer_contact a{display:inline;color:#6b7280;font-weight:700}.st_footer_heading .elementor-heading-title{margin:0 0 14px;color:var(--st_navy);font-size:15px!important;font-weight:900;line-height:1.2}.st_footer_links .elementor-icon-list-items{display:grid;gap:0;margin:0;padding:0}.st_footer_links .elementor-icon-list-item{margin:0 0 9px!important;padding:0!important}.st_footer-links a,.st_footer_links .elementor-icon-list-item>a{font-weight:700}.st_footer_links .elementor-icon-list-text{color:#6b7280!important;font-size:16px;line-height:1.4}.st_native_social_icons .elementor-social-icons-wrapper{display:flex!important;grid-template-columns:none!important;gap:12px}.st_native_social_icons .elementor-grid-item{margin:0}.st_native_social_icons .elementor-social-icon{display:grid;place-items:center;width:48px;height:48px;margin:0;border-radius:50%;background:#fff!important;border:1px solid var(--st_line);color:var(--st_navy)!important;box-shadow:0 14px 30px rgba(7,27,74,.08);transition:.28s ease}.st_native_social_icons .elementor-social-icon svg{width:17px;height:17px;fill:var(--st_navy)!important}.st_native_social_icons .elementor-social-icon:hover{transform:translateY(-4px) rotate(-4deg);background:var(--st_navy)!important}.st_native_social_icons .elementor-social-icon:hover svg{fill:#fff!important}
.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_copyright):has(.st_footer_legal){width:100%;margin:30px 0 0;padding:24px 0 0;border-top:1px solid var(--st_line)}.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_copyright):has(.st_footer_legal)>.e-con-inner{width:100%;max-width:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.st_footer_copyright,.st_footer_legal{width:auto!important;margin:0!important}.st_footer_copyright p,.st_footer_legal p{margin:0;color:#7a8496;line-height:1.5}.st_footer_legal a{display:inline;color:#6b7280;font-weight:700}
.st_native_booking_button{position:fixed!important;right:18px;top:50%;z-index:110;width:58px!important;height:58px;transform:translateY(-50%);overflow:visible}.st_native_booking_button .elementor-button{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:flex-end;gap:0;width:58px;height:58px;min-height:58px;padding:8px;border-radius:999px;background:var(--st_navy);color:#fff;box-shadow:0 22px 52px rgba(7,27,74,.26);overflow:hidden;transition:width .34s cubic-bezier(.22,1,.36,1),background .25s ease,box-shadow .25s ease}.st_native_booking_button .elementor-button-text{display:block;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transform:translateX(8px);transition:max-width .32s cubic-bezier(.22,1,.36,1),opacity .22s ease,transform .32s ease,margin .32s ease}.st_native_booking_button .elementor-button-icon{order:2;flex:0 0 42px;display:grid;place-items:center;width:42px;height:42px;margin:0!important;border-radius:50%;background:var(--st_gold);color:var(--st_navy)}.st_native_booking_button .elementor-button-icon svg{width:16px;fill:var(--st_navy)}.st_native_booking_button:hover .elementor-button{width:218px;background:#102d6c;box-shadow:0 26px 60px rgba(7,27,74,.32)}.st_native_booking_button:hover .elementor-button-text{max-width:150px;opacity:1;transform:none;margin-right:12px}
@media(max-width:1120px){.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con-inner{grid-template-columns:168px minmax(0,1fr) auto;gap:10px}.st_native_nav_link .elementor-heading-title a{padding-inline:7px;font-size:13px!important}.st_native_login .elementor-button,.st_native_register .elementor-button{padding-inline:18px}}
@media(max-width:991px){body:has(.st_logo_widget){padding-top:172px}.elementor:has(.st_logo_widget):has(.st_native_register){top:10px}body.admin-bar .elementor:has(.st_logo_widget):has(.st_native_register){top:42px}.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con-inner{display:grid;grid-template-columns:1fr auto;gap:10px}.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link){grid-column:1/-1;grid-row:2;width:100%;--width:100%}.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link)>.e-con-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.st_native_nav_link .elementor-heading-title{text-align:center}.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_logo_widget):has(.st_footer_heading)>.e-con-inner{grid-template-columns:1fr 1fr}.st_native_booking_button{display:none!important}}
@media(max-width:575px){body:has(.st_logo_widget){padding-top:210px}.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con{width:calc(100% - 24px);border-radius:20px}.st_logo_widget{width:142px!important;min-width:142px}.st_logo_widget img{width:142px!important}.st_native_login .elementor-button,.st_native_register .elementor-button{min-height:42px;padding:0 13px;font-size:12px}.elementor:has(.st_logo_widget) .e-con:has(.st_native_nav_link)>.e-con-inner{grid-template-columns:1fr 1fr}.st_native_nav_link .elementor-heading-title a{justify-content:center;min-height:38px;padding:8px 5px;font-size:12px!important}.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright){padding-left:15px;padding-right:15px}.elementor:has(.st_footer_logo_widget) .e-con:has(.st_footer_copyright):has(.st_footer_legal)>.e-con-inner{display:block}.st_footer_legal{margin-top:8px!important}}

/* Actual Elementor 4 header nesting: root > full container > boxed header container. */
.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con{width:100%!important;--width:100%!important;min-height:0;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important}
.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con{width:min(1160px,calc(100% - 40px))!important;--width:min(1160px,calc(100% - 40px))!important;max-width:1160px;min-height:78px;margin:0 auto!important;padding:12px 16px!important;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(18px);border:1px solid rgba(7,27,74,.08)!important;border-radius:26px!important;box-shadow:0 16px 45px rgba(7,27,74,.08)!important;pointer-events:auto}
.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con>.e-con-inner{width:100%;max-width:none;display:grid!important;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:18px}
@media(max-width:1120px){.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con>.e-con-inner{grid-template-columns:168px minmax(0,1fr) auto;gap:10px}}
@media(max-width:991px){.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con>.e-con-inner{grid-template-columns:1fr auto;gap:10px}}
@media(max-width:575px){.elementor:has(.st_logo_widget):has(.st_native_register)>.e-con>.e-con{width:calc(100% - 24px)!important;--width:calc(100% - 24px)!important;border-radius:20px!important}}

/* Precise native footer nesting and safe content clearance. */
body:has(.st_logo_widget){padding-top:150px!important}
.elementor:has(.st_footer_logo_widget):has(.st_footer_copyright)>.e-con>.e-con-inner{display:flex!important;flex-direction:column!important;gap:0!important}
.elementor:has(.st_footer_logo_widget)>.e-con>.e-con-inner>.e-con:has(.st_footer_logo_widget):has(.st_footer_heading){width:100%;--width:100%;margin:0;padding:0}
.elementor:has(.st_footer_logo_widget)>.e-con>.e-con-inner>.e-con:has(.st_footer_logo_widget):has(.st_footer_heading)>.e-con-inner{display:grid!important;grid-template-columns:2fr 1fr 1.3fr 1.2fr!important;align-items:start;gap:34px}
.elementor:has(.st_footer_logo_widget)>.e-con>.e-con-inner>.e-con:has(.st_footer_copyright):has(.st_footer_legal){width:100%;--width:100%;margin:30px 0 0;padding:24px 0 0;border-top:1px solid var(--st_line)}
.elementor:has(.st_footer_logo_widget)>.e-con>.e-con-inner>.e-con:has(.st_footer_copyright):has(.st_footer_legal)>.e-con-inner{display:flex!important;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-width:none}
@media(max-width:991px){body:has(.st_logo_widget){padding-top:190px!important}.elementor:has(.st_footer_logo_widget)>.e-con>.e-con-inner>.e-con:has(.st_footer_logo_widget):has(.st_footer_heading)>.e-con-inner{grid-template-columns:1fr 1fr!important}}
@media(max-width:575px){body:has(.st_logo_widget){padding-top:230px!important}.elementor:has(.st_footer_logo_widget)>.e-con>.e-con-inner>.e-con:has(.st_footer_logo_widget):has(.st_footer_heading)>.e-con-inner{grid-template-columns:1fr!important}.elementor:has(.st_footer_logo_widget)>.e-con>.e-con-inner>.e-con:has(.st_footer_copyright):has(.st_footer_legal)>.e-con-inner{display:block!important}}

/* Source design canvas, scrolled header and accessible native dropdowns. */
html{background:var(--st_bg)}
body{background:var(--st_bg)!important;color:var(--st_ink);overflow-x:hidden}
.st_header_wrap.st_scrolled{top:0!important;background:rgba(255,253,248,.78);backdrop-filter:blur(18px)}
body.admin-bar .st_header_wrap.st_scrolled{top:32px!important}
.st_header_wrap.st_scrolled>.e-con>.st_header{width:100%!important;--width:100%!important;max-width:none!important;min-height:76px;margin:0!important;padding:12px max(22px,calc((100vw - 1160px)/2))!important;border-radius:0!important;border-left:0!important;border-right:0!important;border-top:0!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 55px rgba(7,27,74,.1)!important}
.st_native_nav_link.st_has_dropdown{position:relative;overflow:visible!important}.st_native_nav_link.st_has_dropdown>.elementor-widget-container{position:relative;overflow:visible}.st_native_nav_link.st_has_dropdown .elementor-heading-title a{padding-right:34px}.st_native_dropdown_toggle{position:absolute;right:8px;top:50%;z-index:3;display:grid;place-items:center;width:20px;height:20px;padding:0;transform:translateY(-50%);border:0;border-radius:50%;background:var(--st_gold_soft);color:var(--st_navy);font-size:10px;cursor:pointer;transition:transform .28s ease,background .28s ease}.st_has_dropdown.st_open .st_native_dropdown_toggle,.st_has_dropdown:hover .st_native_dropdown_toggle{transform:translateY(-50%) rotate(180deg);background:var(--st_gold)}
.st_native_dropdown{position:absolute;left:50%;top:calc(100% + 16px);z-index:500;width:max-content;min-width:286px;margin:0;padding:12px;transform:translateX(-50%) translateY(12px) scale(.96);transform-origin:top center;border:1px solid rgba(7,27,74,.08);border-radius:24px;background:rgba(255,255,255,.98);backdrop-filter:blur(18px);box-shadow:0 28px 80px rgba(7,27,74,.18);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility .22s ease}.st_native_dropdown:before{content:"";position:absolute;left:50%;top:-9px;width:18px;height:18px;transform:translateX(-50%) rotate(45deg);background:#fff;border-left:1px solid rgba(7,27,74,.08);border-top:1px solid rgba(7,27,74,.08)}.st_native_dropdown:after{content:"";position:absolute;left:0;right:0;top:-18px;height:22px}.st_has_dropdown:hover .st_native_dropdown,.st_has_dropdown:focus-within .st_native_dropdown,.st_has_dropdown.st_open .st_native_dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1)}.st_native_dropdown a{position:relative;display:flex!important;align-items:center;gap:12px;min-height:44px;padding:12px 14px!important;border-radius:16px!important;color:var(--st_navy)!important;font-size:14px!important;font-weight:900!important;line-height:1.25;text-decoration:none;white-space:normal!important;transition:background .22s ease,transform .22s ease,color .22s ease}.st_native_dropdown a:before{content:"";flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--st_gold);box-shadow:0 0 0 5px rgba(245,181,27,.14)}.st_native_dropdown a:hover{background:#f8fafc!important;transform:translateX(5px);color:#102d6c!important}
@media(max-width:991px){body.admin-bar .st_header_wrap.st_scrolled{top:46px!important}.st_native_dropdown{left:0;right:0;top:100%;min-width:0;width:100%;transform:translateY(8px) scale(.98)}.st_native_dropdown:before{display:none}.st_has_dropdown:hover .st_native_dropdown,.st_has_dropdown:focus-within .st_native_dropdown,.st_has_dropdown.st_open .st_native_dropdown{transform:translateY(0) scale(1)}}

/* Direct WordPress common header and footer */
body:has(.st_common_header){padding-top:110px!important;background:var(--st_bg)!important}
.st_common_header{position:fixed;left:0;right:0;top:14px;z-index:120;padding:0;pointer-events:none;transition:top .35s ease,background .35s ease}.admin-bar .st_common_header{top:46px}.st_common_header .st_header{position:relative;pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:14px;width:min(1160px,calc(100% - 40px));min-height:78px;margin:auto;padding:12px 16px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid rgba(7,27,74,.08);border-radius:26px;box-shadow:0 16px 45px rgba(7,27,74,.08);transition:width .45s cubic-bezier(.22,1,.36,1),border-radius .45s cubic-bezier(.22,1,.36,1),padding .35s ease,box-shadow .35s ease}.st_common_header.st_scrolled{top:0;background:rgba(255,253,248,.78);backdrop-filter:blur(18px)}.admin-bar .st_common_header.st_scrolled{top:32px}.st_common_header.st_scrolled .st_header{width:100%;border-radius:0;padding:12px max(22px,calc((100vw - 1160px)/2));background:rgba(255,255,255,.96);border-left:0;border-right:0;border-top:0;box-shadow:0 18px 55px rgba(7,27,74,.1)}
.st_common_header .st_logo{display:flex;align-items:center;flex:0 0 190px}.st_common_header .st_logo img{display:block;width:168px;height:auto;object-fit:contain}.st_common_header .st_nav{flex:1;min-width:0;overflow:visible}.st_common_header .st_desktop_menu{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}.st_common_header .st_desktop_menu li{position:relative;margin:0;padding:0;list-style:none}.st_common_header .st_desktop_menu>li>a{display:flex;align-items:center;gap:8px;min-height:44px;padding:12px 10px;border-radius:999px;color:#424b5e;font-size:14px;font-weight:900;line-height:1;letter-spacing:-.01em;white-space:nowrap;transition:.25s ease}.st_common_header .st_desktop_menu>li>a:hover,.st_common_header .st_desktop_menu>.menu-item-has-children:hover>a{color:var(--st_navy);background:rgba(245,181,27,.12);transform:translateY(-1px)}.st_common_header .st_desktop_menu>.menu-item-has-children>a{padding-right:34px}.st_common_header .st_desktop_menu>.menu-item-has-children>a:after{content:"\f078";position:absolute;right:9px;top:50%;display:grid;place-items:center;width:20px;height:20px;transform:translateY(-50%);border-radius:50%;background:var(--st_gold_soft);color:var(--st_navy);font-family:"Font Awesome 6 Free";font-size:10px;font-weight:900;transition:.28s ease}.st_common_header .st_desktop_menu>.menu-item-has-children:hover>a:after{transform:translateY(-50%) rotate(180deg);background:var(--st_gold)}
.st_common_header .st_desktop_menu .sub-menu{position:absolute;left:50%;top:calc(100% + 16px);z-index:500;min-width:286px;margin:0;padding:12px;transform:translateX(-50%) translateY(12px) scale(.96);transform-origin:top center;border:1px solid rgba(7,27,74,.08);border-radius:24px;background:rgba(255,255,255,.98);backdrop-filter:blur(18px);box-shadow:0 28px 80px rgba(7,27,74,.18);list-style:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility .22s ease}.st_common_header .st_desktop_menu .sub-menu:before{content:"";position:absolute;left:50%;top:-9px;width:18px;height:18px;transform:translateX(-50%) rotate(45deg);background:#fff;border-left:1px solid rgba(7,27,74,.08);border-top:1px solid rgba(7,27,74,.08)}.st_common_header .st_desktop_menu .sub-menu:after{content:"";position:absolute;left:0;right:0;top:-18px;height:22px}.st_common_header .st_desktop_menu .menu-item-has-children:hover>.sub-menu,.st_common_header .st_desktop_menu .menu-item-has-children:focus-within>.sub-menu,.st_common_header .st_desktop_menu .menu-item-has-children.st_open>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1)}.st_common_header .st_desktop_menu .sub-menu a{display:flex;align-items:center;gap:12px;min-height:44px;padding:12px 14px;border-radius:16px;color:var(--st_navy);font-size:14px;font-weight:900;line-height:1.25;white-space:normal;transition:.22s ease}.st_common_header .st_desktop_menu .sub-menu a:before{content:"";flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--st_gold);box-shadow:0 0 0 5px rgba(245,181,27,.14)}.st_common_header .st_desktop_menu .sub-menu a:hover{background:#f8fafc;transform:translateX(5px);color:#102d6c}
.st_common_header .st_header_actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.st_common_header .st_mobile_btn{display:none}.st_common_header .st_mobile_panel{display:none}
.st_common_footer{padding:48px 0 36px;background:transparent;color:#7a8496}.st_common_footer .st_container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.st_common_footer .st_footer_grid{display:grid;grid-template-columns:2fr 1fr 1.3fr 1.2fr;gap:34px;align-items:start}.st_common_footer .st_footer_logo{display:block;width:168px;margin:0 0 18px}.st_common_footer .st_footer_logo img{display:block;width:168px;height:auto}.st_common_footer p{margin:0 0 14px;color:#7a8496;font-size:16px;line-height:1.7}.st_common_footer p a{display:inline;color:#6b7280;font-weight:700}.st_common_footer h4{margin:0 0 14px;color:var(--st_navy);font-size:15px;font-weight:900}.st_common_footer .st_footer_menu,.st_common_footer .st_footer_social_menu{margin:0;padding:0;list-style:none}.st_common_footer .st_footer_menu li{margin:0 0 9px}.st_common_footer .st_footer_menu a{display:block;color:#6b7280;font-size:16px;font-weight:700;line-height:1.4}.st_common_footer .st_footer_menu a:hover{color:var(--st_navy)}.st_common_footer .st_footer_social_menu{display:flex;align-items:center;gap:12px}.st_common_footer .st_footer_social_menu a{display:grid;place-items:center;width:48px;height:48px;margin:0;border:1px solid var(--st_line);border-radius:50%;background:#fff;color:var(--st_navy);box-shadow:0 14px 30px rgba(7,27,74,.08);font-size:17px;transition:.28s ease}.st_common_footer .st_footer_social_menu a:hover{transform:translateY(-4px) rotate(-4deg);background:var(--st_navy);color:#fff;border-color:var(--st_navy)}.st_common_footer .st_footer_bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid var(--st_line)}.st_common_footer .st_footer_bottom a{display:inline;color:#6b7280;font-weight:700}
@media(max-width:1120px){.st_common_header .st_logo{flex-basis:168px}.st_common_header .st_desktop_menu{gap:3px}.st_common_header .st_desktop_menu>li>a{padding-inline:7px;font-size:13px}.st_common_header .st_header_actions .st_btn{padding-inline:18px}}
@media(max-width:991px){body:has(.st_common_header){padding-top:96px!important;padding-bottom:0!important}.st_common_header{top:10px}.admin-bar .st_common_header{top:56px}.admin-bar .st_common_header.st_scrolled{top:46px}.st_common_header .st_header{min-height:74px}.st_common_header .st_nav,.st_common_header .st_header_actions{display:none}.st_common_header .st_mobile_btn{display:block;margin-left:auto;background:transparent;border:0;color:var(--st_navy);font-size:24px}.st_common_header .st_mobile_panel{position:absolute;left:12px;right:12px;top:calc(100% + 12px);display:none;max-height:70vh;padding:16px;overflow:auto;border:1px solid rgba(7,27,74,.08);border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(7,27,74,.16)}.st_common_header .st_mobile_panel.st_open{display:block;animation:stMenuDrop .35s ease both}.st_mobile_menu,.st_mobile_menu ul{margin:0;padding:0;list-style:none}.st_mobile_menu li{position:relative}.st_mobile_menu>li>a,.st_mobile_menu .sub-menu a{display:block;padding:13px 44px 13px 12px;border-radius:16px;color:var(--st_navy);font-weight:900}.st_mobile_menu .sub-menu{display:none;margin:2px 0 8px;padding:6px;border-radius:18px;background:#f8fafc}.st_mobile_menu .menu-item-has-children.st_open>.sub-menu{display:block}.st_mobile_menu .sub-menu a{padding:11px 14px 11px 28px;color:#4b5568;font-size:13px}.st_mobile_subtoggle{position:absolute;right:8px;top:7px;z-index:2;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:12px;background:var(--st_gold_soft);color:var(--st_navy)}.st_mobile_menu .st_open>.st_mobile_subtoggle i{transform:rotate(180deg)}.st_common_footer .st_footer_grid{grid-template-columns:1fr 1fr}.st_common_footer .st_footer_brand,.st_common_footer .st_footer_follow{grid-column:1/-1}.st_side_booking{display:none}}
@media(max-width:575px){.st_common_header .st_header,.st_common_footer .st_container{width:calc(100% - 24px)}.st_common_header .st_header{border-radius:20px}.st_common_header .st_logo{flex-basis:142px}.st_common_header .st_logo img{width:142px}.st_common_footer .st_footer_grid{grid-template-columns:1fr}.st_common_footer .st_footer_brand,.st_common_footer .st_footer_follow{grid-column:auto}.st_common_footer .st_footer_bottom{display:block}.st_common_footer .st_footer_bottom span{display:block;margin-top:8px}}

/* WordPress footer-mobile menu: the icon classes live on each <li>. */
@media(max-width:991px){.st_mobile_bottom_nav{display:block!important;left:10px!important;right:10px!important;bottom:10px!important;width:auto!important;max-width:none!important;height:auto!important;margin:0!important;padding:9px!important;overflow:visible!important}.st_mobile_bottom_nav .st_footer_mobile_menu{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch;gap:8px;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}.st_mobile_bottom_nav .st_footer_mobile_menu>li{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:0;min-height:54px;margin:0!important;padding:7px 4px!important;border-radius:17px;background:transparent;color:var(--st_navy);font-size:17px;line-height:1;text-align:center;list-style:none!important;cursor:pointer;touch-action:manipulation;transition:transform .22s ease,background .22s ease}.st_mobile_bottom_nav .st_footer_mobile_menu>li:before{display:block;margin:0!important;color:var(--st_navy);font-size:17px;line-height:1}.st_mobile_bottom_nav .st_footer_mobile_menu>li>a{display:flex!important;align-items:center;justify-content:center;width:100%!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:var(--st_navy)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:11px!important;font-weight:900!important;line-height:1.1!important;text-align:center!important;text-transform:none!important;white-space:normal!important;overflow-wrap:normal;word-break:normal}.st_mobile_bottom_nav .st_footer_mobile_menu>li:hover,.st_mobile_bottom_nav .st_footer_mobile_menu>li.current-menu-item{background:var(--st_gold-soft,var(--st_gold_soft));transform:translateY(-2px)}.st_mobile_bottom_nav .st_footer_mobile_menu>li:nth-child(2){background:var(--st_gold);box-shadow:0 10px 24px rgba(245,181,27,.24)}}
@media(max-width:991px){.st_mobile_bottom_nav.st_has_tutor_filter .st_footer_mobile_menu{grid-template-columns:repeat(5,minmax(0,1fr))!important}.st_mobile_bottom_nav .st_mobile_filter_item button{width:100%;min-height:40px;padding:0!important;color:var(--st_navy);font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:900;line-height:1.1}.st_mobile_bottom_nav .st_mobile_filter_item button i{font-size:17px}}
@media(max-width:991px){.st_mobile_bottom_nav.st_user_logged_in .st_footer_mobile_menu{grid-template-columns:repeat(3,minmax(0,1fr))!important}.st_mobile_bottom_nav.st_user_logged_in.st_has_tutor_filter .st_footer_mobile_menu{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:575px){.st_mobile_bottom_nav{left:8px!important;right:8px!important;bottom:8px!important;padding:8px!important;border-radius:20px!important}.st_mobile_bottom_nav .st_footer_mobile_menu{gap:5px}.st_mobile_bottom_nav .st_footer_mobile_menu>li{min-height:50px;padding:6px 2px!important}.st_mobile_bottom_nav .st_footer_mobile_menu>li>a{font-size:10px!important}}

/* Native Elementor homepage sections */
.st_homepage{--st_ink:#172033;--st_muted:#6f7889;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--st_ink);overflow:hidden}.st_homepage *{box-sizing:border-box}.st_homepage a{text-decoration:none}.st_homepage>.e-con-inner{display:flex;flex-direction:column}.st_section,.st_section_tight{width:100%;--width:100%}.st_homepage .elementor-widget-heading,.st_homepage .elementor-widget-text-editor{margin:0}.st_homepage p{margin:0}.st_kicker .elementor-heading-title{display:inline-flex;align-items:center;gap:9px}.st_kicker .elementor-heading-title:before{content:""}.st_h1 .elementor-heading-title{max-width:720px}.st_mark{position:relative;z-index:0;white-space:nowrap}.st_mark:after{content:"";position:absolute;left:-2%;right:-2%;bottom:.08em;z-index:-1;height:.3em;border-radius:99px;background:var(--st_gold);opacity:.72;transform:rotate(-1deg)}.st_lead p{max-width:700px}.st_center{text-align:center;align-items:center}.st_center .st_lead p{margin-inline:auto}.st_section_head{display:flex;flex-direction:column;gap:15px;max-width:790px;margin:0 auto 46px}.st_section_head:not(.st_center){margin:0 0 34px}.st_cards_3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:100%}.st_card{height:100%;padding:30px;border:1px solid rgba(7,27,74,.08);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:var(--st_shadow_soft);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.st_card:hover{transform:translateY(-8px);border-color:rgba(245,181,27,.55);box-shadow:0 25px 65px rgba(7,27,74,.13)}.st_card_iconbox .elementor-icon-box-wrapper{text-align:left}.st_card_iconbox .elementor-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:22px;transform:rotate(-3deg)}.st_btn_gold .elementor-button,.st_btn_primary .elementor-button,.st_btn_light .elementor-button{display:inline-flex;align-items:center;justify-content:center;transition:.28s ease}.st_btn_gold .elementor-button{box-shadow:0 16px 32px rgba(245,181,27,.25)}.st_btn_primary .elementor-button{box-shadow:0 18px 38px rgba(7,27,74,.2)}.st_btn_light .elementor-button{box-shadow:var(--st_shadow_soft)}.st_btn_gold .elementor-button:hover,.st_btn_primary .elementor-button:hover,.st_btn_light .elementor-button:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(7,27,74,.18)}
.st_hero{position:relative;padding-top:74px}.st_hero:before{content:"";position:absolute;left:-150px;top:60px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(245,181,27,.18),transparent 68%);pointer-events:none}.st_hero_grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:68px}.st_hero_copy{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.st_hero_actions,.st_cta_actions{display:flex!important;flex-flow:row wrap;align-items:center;gap:12px}.st_trust_line p{position:relative;padding-left:28px;color:#596376;font-size:13px;font-weight:800}.st_trust_line p:before{content:"\f058";position:absolute;left:0;color:#2e9d66;font-family:"Font Awesome 6 Free";font-weight:900}.st_hero_visual{position:relative;min-height:570px}.st_hero_photo img{display:block;width:100%!important;height:570px!important;object-fit:cover;border-radius:38px 90px 38px 38px;box-shadow:0 35px 90px rgba(7,27,74,.18)}.st_match_card,.st_process_card{position:absolute!important;z-index:2;width:225px!important;padding:20px;border:1px solid rgba(7,27,74,.08);border-radius:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 25px 65px rgba(7,27,74,.18)}.st_match_card{left:-48px;bottom:45px}.st_process_card{right:-25px;top:38px;width:190px!important;background:var(--st_navy);transform:rotate(3deg)}.st_match_card h4,.st_process_card h3{margin:0 0 12px;color:var(--st_navy);font-weight:900}.st_match_card p{display:grid;gap:2px;margin:10px 0;line-height:1.35}.st_match_card small{color:#9098a7}.st_match_card strong{color:var(--st_navy)}.st_process_card h3,.st_process_card p{color:#fff}.st_find_panel{position:relative;z-index:5;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:center;gap:0;margin-top:-2px;padding:18px;border:1px solid rgba(7,27,74,.08);border-radius:28px;background:#fff;box-shadow:0 30px 80px rgba(7,27,74,.12)}.st_find_item{padding:8px 20px;border-right:1px solid var(--st_line)}.st_find_item .elementor-icon-box-wrapper{display:grid;grid-template-columns:36px 1fr;align-items:center;text-align:left}.st_find_item .elementor-icon{grid-row:1/3;color:var(--st_gold);font-size:20px}.st_find_item .elementor-icon-box-title{margin:0;color:var(--st_navy);font-size:15px;font-weight:900}.st_find_item .elementor-icon-box-description{color:#8a93a2;font-size:11px}.st_benefit_strip{display:grid!important;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid rgba(7,27,74,.08);border-radius:28px;background:var(--st_line);box-shadow:var(--st_shadow_soft)}.st_benefit_strip>.elementor-widget-icon-box{height:100%;padding:26px;background:#fbfcff}.st_benefit_strip .elementor-icon-box-wrapper{text-align:left}.st_benefit_strip .elementor-icon{color:var(--st_gold);font-size:22px}.st_benefit_strip .elementor-icon-box-title{margin:10px 0 5px;color:var(--st_navy);font-size:16px;font-weight:900}.st_benefit_strip .elementor-icon-box-description{color:var(--st_muted);font-size:13px;line-height:1.5}
.st_subjects{background:linear-gradient(180deg,transparent,#fff 18%,#fff 82%,transparent)}.st_subject_card:nth-child(2):hover{transform:translateY(14px)}.st_split{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:72px}.st_process_photo img{display:block;width:100%!important;height:650px!important;object-fit:cover;border-radius:80px 34px 80px 34px;box-shadow:0 34px 80px rgba(7,27,74,.15)}.st_process_copy{display:flex;flex-direction:column}.st_steps{display:grid!important;gap:15px}.st_step{padding:20px;border:1px solid var(--st_line);border-radius:22px;background:#fff;box-shadow:var(--st_shadow_soft)}.st_step .elementor-icon-box-wrapper{display:grid;grid-template-columns:54px 1fr;text-align:left}.st_step .elementor-icon{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:var(--st_gold_soft);color:var(--st_navy)}.st_step .elementor-icon-box-title{margin:0 0 5px;color:var(--st_navy);font-size:17px;font-weight:900}.st_step .elementor-icon-box-description{color:var(--st_muted);font-size:14px}.st_deals_section{background:var(--st_navy)}.st_deals_section .st_kicker .elementor-heading-title,.st_deals_section .st_h2 .elementor-heading-title{color:#fff}.st_deals_section .st_lead p{color:#bec7da}.st_deal_card{border:0;background:#fff}.st_deal_2{background:var(--st_gold);transform:translateY(-14px)}.st_deal_2 .elementor-icon{background:#fff}.st_deal_2:hover{transform:translateY(-22px)}.st_tools_grid{display:grid!important;grid-template-columns:1.15fr .85fr;gap:24px}.st_big_tool{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:520px;padding:46px;border-radius:38px;background:linear-gradient(145deg,rgba(7,27,74,.92),rgba(16,45,108,.9)),url('https://images.unsplash.com/photo-1456513080510-7bf3a84b82f8?auto=format&fit=crop&w=1200&q=80') center/cover;color:#fff;box-shadow:0 30px 75px rgba(7,27,74,.2)}.st_big_tool h2{max-width:520px;margin:0 0 15px;color:#fff;font-size:44px;line-height:1.08}.st_big_tool p{max-width:520px;margin:0 0 25px;color:#dce3f2}.st_tool_list{display:grid!important;gap:16px}.st_tool_item{height:100%;padding:25px;border:1px solid var(--st_line);border-radius:26px;background:#fff;box-shadow:var(--st_shadow_soft)}.st_tool_item .elementor-icon-box-wrapper{display:grid;grid-template-columns:62px 1fr;text-align:left}.st_tool_item .elementor-icon{grid-row:1/3;display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:var(--st_gold_soft);color:var(--st_navy)}.st_tool_item .elementor-icon-box-title{margin:0 0 7px;color:var(--st_navy);font-size:19px;font-weight:900}.st_tool_item .elementor-icon-box-description{color:var(--st_muted);font-size:14px}.st_tutors>.st_center{margin-top:36px}.st_proof{display:grid!important;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:30px;background:var(--st_gold);box-shadow:0 25px 60px rgba(245,181,27,.22)}.st_proof_item{padding:30px;text-align:center;border-right:1px solid rgba(7,27,74,.12)}.st_proof_item:last-child{border:0}.st_proof_item h3{margin:0;color:var(--st_navy);font-size:31px;font-weight:900}.st_proof_item p{margin-top:5px;color:#39445a;}
.st_testimonial_shell{position:relative;overflow:hidden;padding:8px}.st_testimonial_track{display:flex!important;flex-flow:row nowrap;gap:22px;transition:transform .65s cubic-bezier(.22,1,.36,1)}.st_testimonial_slide{flex:0 0 calc((100% - 44px)/3);padding:30px;border:1px solid var(--st_line);border-radius:28px;background:#fff;box-shadow:var(--st_shadow_soft)}.st_testimonial_slide .elementor-testimonial-content{color:#4e586a;font-size:16px;line-height:1.75}.st_testimonial-slide .elementor-testimonial-name,.st_testimonial_slide .elementor-testimonial-name{color:var(--st_navy);font-weight:900}.st_slider_controls{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:26px}.st_slider_controls button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--st_line);border-radius:50%;background:#fff;color:var(--st_navy);cursor:pointer;box-shadow:var(--st_shadow_soft)}.st_slider_dots{display:flex;gap:7px}.st_slider_dots button{width:8px;height:8px;border:0;background:#cbd2df;box-shadow:none}.st_slider_dots button.st_active{width:25px;border-radius:99px;background:var(--st_gold)}.st_blog_card .elementor-icon{background:#eef3fb}.st_faq_grid{display:grid!important;grid-template-columns:.8fr 1.2fr;align-items:start;gap:70px}.st_faq_shell .elementor-accordion-item{margin-bottom:12px;overflow:hidden;border:1px solid var(--st_line)!important;border-radius:20px;background:#fff;box-shadow:var(--st_shadow_soft)}.st_faq_shell .elementor-tab-title{padding:20px!important;color:var(--st_navy);font-weight:900}.st_faq_shell .elementor-tab-content{padding:0 20px 20px!important;border:0!important;color:var(--st-muted,#6f7889);line-height:1.7}.st_cta{display:grid!important;grid-template-columns:1.25fr 1fr auto;align-items:center;gap:28px}.st_newsletter{display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:30px}.st_newsletter_copy{display:flex;flex-direction:column;gap:9px}
@media(max-width:991px){.st_hero_grid,.st_split,.st_tools_grid,.st_faq_grid{grid-template-columns:1fr}.st_hero_visual{min-height:520px}.st_hero_photo img{height:520px!important}.st_find_panel{grid-template-columns:1fr 1fr}.st_find_item:nth-child(2){border-right:0}.st_benefit_strip,.st_proof{grid-template-columns:1fr 1fr}.st_cards_3{grid-template-columns:1fr 1fr}.st_subject_card:nth-child(2),.st_subject_card:nth-child(2):hover,.st_deal_2,.st_deal_2:hover{transform:none}.st_process_photo img{height:520px!important}.st_cta{grid-template-columns:1fr}.st_testimonial_slide{flex-basis:calc((100% - 22px)/2)}}
@media(max-width:575px){.st_hero{padding-top:40px}.st_hero_grid{gap:38px}.st_hero_visual{min-height:390px}.st_hero_photo img{height:390px!important;border-radius:28px 55px 28px 28px}.st_match_card{left:8px;bottom:15px;width:190px!important}.st_process_card{right:5px;top:18px;width:150px!important}.st_find_panel,.st_benefit_strip,.st_cards_3,.st_proof{grid-template-columns:1fr}.st_find_panel{margin-top:24px}.st_find_item{border-right:0;border-bottom:1px solid var(--st_line)}.st_benefit_strip>.elementor-widget-icon-box{padding:22px}.st_split{gap:35px}.st_process_photo img{height:390px!important;border-radius:45px 24px}.st_big_tool{min-height:430px}.st_proof_item{border-right:0;border-bottom:1px solid rgba(7,27,74,.12)}.st_testimonial_slide{flex-basis:100%}.st_cta_actions{align-items:stretch}.st_cta_actions .elementor-widget-button{width:100%}.st_newsletter{grid-template-columns:1fr}.st_newsletter_action,.st_newsletter_action .elementor-widget-button{width:100%}.st_newsletter_action .elementor-button{width:100%}}
html .st_mobile_panel a.st_btn_profile {color:#FFF}
/* Elementor boxed-container wrapper correction for the imported homepage. */
body:has(.st_homepage) .entry-content{margin:0!important}
body:has(.st_homepage) article.page{margin-bottom:0!important}
.st_homepage.e-con{width:100%!important;--width:100%!important;max-width:none!important;padding:0!important}
.st_homepage.e-con>.e-con-inner{display:flex!important;flex-direction:column!important;width:100%!important;max-width:none!important;gap:0!important}
.st_homepage>.e-con-inner>.st_hero{order:1}.st_homepage>.e-con-inner>.st_benefits{order:2}.st_homepage>.e-con-inner>.st_subjects{order:3}.st_homepage>.e-con-inner>.st_process{order:4}.st_homepage>.e-con-inner>.st_deals_section{order:5}.st_homepage>.e-con-inner>.st_why{order:6}.st_homepage>.e-con-inner>.st_proof_section{order:7}.st_homepage>.e-con-inner>.st_tutors{order:8}.st_homepage>.e-con-inner>.st_tools{order:9}.st_homepage>.e-con-inner>.st_reviews{order:10}.st_homepage>.e-con-inner>.st_blogs{order:11}.st_homepage>.e-con-inner>.st_faq{order:12}.st_homepage>.e-con-inner>.st_cta_section{order:13}.st_homepage>.e-con-inner>.st_newsletter_section{order:14}
.st_homepage .e-con>.e-con-inner{width:100%;max-width:none}
.st_section.e-con,.st_section_tight.e-con{width:100%!important;--width:100%!important;max-width:none!important}
.st_section.e-con>.e-con-inner,.st_section_tight.e-con>.e-con-inner{width:100%;max-width:1160px;margin-inline:auto}
.st_hero_grid.e-con>.e-con-inner{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;align-items:center;gap:68px}
.st_hero_copy.e-con>.e-con-inner{display:flex!important;flex-direction:column!important;align-items:flex-start;gap:22px}
.st_hero_actions.e-con>.e-con-inner,.st_cta_actions.e-con>.e-con-inner{display:flex!important;flex-flow:row wrap!important;align-items:center;gap:12px}
.st_hero_visual.e-con>.e-con-inner{position:relative;display:block!important;min-height:570px}
.st_find_panel.e-con>.e-con-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;align-items:center;gap:0}
.st_benefit_strip.e-con>.e-con-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px}
.st_cards_3.e-con>.e-con-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch;gap:22px}
.st_split.e-con>.e-con-inner{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;align-items:center;gap:72px}
.st_process_copy.e-con>.e-con-inner{display:flex!important;flex-direction:column!important}
.st_steps.e-con>.e-con-inner,.st_tool_list.e-con>.e-con-inner{display:grid!important;gap:15px}
.st_tools_grid.e-con>.e-con-inner{display:grid!important;grid-template-columns:1.15fr .85fr!important;gap:24px}
.st_big_tool.e-con>.e-con-inner{display:flex!important;flex-direction:column!important;align-items:flex-start;justify-content:flex-end}
.st_proof.e-con>.e-con-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0}
.st_testimonial_track.e-con>.e-con-inner{display:flex!important;flex-flow:row nowrap!important;gap:22px;transition:transform .65s cubic-bezier(.22,1,.36,1)}
.st_testimonial_track.e-con{transition:none!important}
.st_faq_grid.e-con>.e-con-inner{display:grid!important;grid-template-columns:.8fr 1.2fr!important;align-items:start;gap:70px}
.st_cta.e-con>.e-con-inner{display:grid!important;grid-template-columns:1.25fr 1fr auto!important;align-items:center;gap:28px}
.st_newsletter.e-con>.e-con-inner{display:grid!important;grid-template-columns:1fr auto!important;align-items:center;gap:30px}
.st_newsletter_copy.e-con>.e-con-inner{display:flex!important;flex-direction:column!important;gap:9px}
.st_newsletter_action.e-con>.e-con-inner{display:flex!important;justify-content:flex-end}
@media(max-width:991px){.st_hero_grid.e-con>.e-con-inner,.st_split.e-con>.e-con-inner,.st_tools_grid.e-con>.e-con-inner,.st_faq_grid.e-con>.e-con-inner{grid-template-columns:1fr!important}.st_find_panel.e-con>.e-con-inner{grid-template-columns:1fr 1fr!important}.st_benefit_strip.e-con>.e-con-inner,.st_proof.e-con>.e-con-inner{grid-template-columns:1fr 1fr!important}.st_cards_3.e-con>.e-con-inner{grid-template-columns:1fr 1fr!important}.st_cta.e-con>.e-con-inner{grid-template-columns:1fr!important}.st_testimonial_slide{flex:0 0 calc((100% - 22px)/2)!important}}
@media(max-width:575px){.st_hero_grid.e-con>.e-con-inner{gap:38px}.st_find_panel.e-con>.e-con-inner,.st_benefit_strip.e-con>.e-con-inner,.st_cards_3.e-con>.e-con-inner,.st_proof.e-con>.e-con-inner{grid-template-columns:1fr!important}.st_split.e-con>.e-con-inner{gap:35px}.st_testimonial_slide{flex-basis:100%!important}.st_cta_actions.e-con>.e-con-inner{align-items:stretch}.st_newsletter.e-con>.e-con-inner{grid-template-columns:1fr!important}.st_newsletter_action.e-con>.e-con-inner{justify-content:stretch}}

/* home.html fidelity pass */
.st_homepage{--st_navy_2:#10295f;--st_blue_soft:#eef5ff;--st_lilac:#f4efff;--st_peach:#fff0e8;--st_shadow:0 24px 70px rgba(7,27,74,.12)}
.st_homepage .st_kicker .elementor-heading-title{display:inline-flex}.st_homepage .st_kicker .elementor-heading-title:before{display:none}
.st_homepage .st_mark{color:var(--st_gold)}.st_homepage .st_mark:after{display:none}
.st_hero_grid.e-con>.e-con-inner{grid-template-columns:1.02fr .98fr!important;gap:54px}.st_hero_visual.e-con>.e-con-inner{min-height:545px}.st_hero_photo{position:absolute!important;right:0;top:30px;width:455px!important;height:390px!important;overflow:hidden;border:1px solid rgba(7,27,74,.08);border-radius:42px;background:#eefaf6;box-shadow:var(--st_shadow)}.st_hero_photo img{width:100%!important;height:100%!important;object-fit:cover;border-radius:0;box-shadow:none}.st_match_card{left:18px!important;top:0!important;bottom:auto!important;width:285px!important;padding:20px!important;border-radius:26px!important;background:var(--st_navy)!important;color:#fff!important}.st_match_card h4,.st_match_card p,.st_match_card strong{color:#fff!important}.st_process_card{left:16px!important;right:auto!important;top:auto!important;bottom:58px!important;width:310px!important;padding:24px!important;border-radius:28px!important;background:#fff!important;transform:none}.st_process_card h3{color:var(--st_navy)!important;font-size:42px!important}.st_process_card p{color:var(--st_text)!important}.st_find_panel{margin-top:24px;padding:16px;border-radius:32px}.st_find_panel.e-con>.e-con-inner{gap:12px}.st_find_item{min-height:76px;padding:16px 18px;border:0;border-radius:22px;background:#f8fafc}.st_benefit_strip{padding:16px;border-radius:34px;background:#fff;gap:14px!important}.st_benefit_strip.e-con>.e-con-inner{gap:14px!important}.st_benefit_strip>.e-con-inner>.elementor-widget-icon-box{padding:22px;border-radius:24px;background:#fbfcff}
.st_split.e-con>.e-con-inner{grid-template-columns:.95fr 1.05fr!important;gap:58px}.st_process_visual{min-height:470px}.st_process_photo{position:absolute!important;left:48px;top:24px;width:390px!important;height:420px!important;border-radius:42px;overflow:hidden;box-shadow:var(--st_shadow)}.st_process_photo img{width:100%!important;height:420px!important;object-fit:cover;border-radius:42px}.st_steps.e-con>.e-con-inner{gap:14px}.st_step{padding:18px;border-radius:24px}.st_step .elementor-icon-box-wrapper{grid-template-columns:54px 1fr;gap:16px}.st_step .elementor-icon{width:54px;height:54px;border-radius:17px;background:var(--st_gold)}
.st_deals_section{background:transparent}.st_deals_section .st_kicker .elementor-heading-title,.st_deals_section .st_h2 .elementor-heading-title{color:var(--st_navy)}.st_deals_section .st_lead p{color:var(--st_text)}.st_deals_section>.e-con-inner{padding:42px;border:1px solid rgba(7,27,74,.08);border-radius:42px;background:#fff;box-shadow:var(--st_shadow_soft)}.st_deal_card,.st_deal_2{min-height:300px;padding:30px;border-radius:28px;background:#fff!important;transform:none!important}.st_deal_card:before{content:"";position:absolute;right:-28px;top:-28px;width:120px;height:120px;border-radius:50%;background:var(--st_gold_soft)}
.st_why_grid.e-con>.e-con-inner{display:grid!important;grid-template-columns:5fr 7fr!important;align-items:stretch;gap:24px}.st_why_cards.e-con>.e-con-inner{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px}.st_why_cards .st_card{padding:28px}.st_proof{padding:42px;border-radius:44px;background:var(--st_navy);color:#fff}.st_proof.e-con>.e-con-inner{grid-template-columns:1.25fr repeat(3,1fr)!important;align-items:center;gap:26px}.st_proof_intro h2{margin:0;color:#fff;font-weight:900;line-height:1}.st_proof_item{padding:0;border:0;text-align:left}.st_proof_item h3{color:#fff}.st_proof_item p{color:rgba(255,255,255,.72)}
.st_tutor_card{padding:0}.st_tutor_avatar{height:250px}.st_tutor_avatar img{width:100%!important;height:250px!important;object-fit:cover;object-position:center top}.st_tutor_card>.e-con-inner>.elementor-widget-heading{padding:22px 22px 0}.st_tutor_card>.e-con-inner>.elementor-widget-heading h3{margin:0;color:var(--st_navy);font-size:20px;font-weight:900}.st_tutor_body{padding:7px 22px 22px}.st_tutor_body p{margin:0 0 14px}.st_tutor_body .st_tags{display:flex;flex-wrap:wrap;gap:8px}.st_tutor_body .st_tags span{padding:8px 10px;border-radius:999px;background:#f4f7fb;color:var(--st_navy);font-size:12px;font-weight:900}
.st_big_tool{min-height:360px}.st_testimonial_slide{min-width:33.333%;padding:0 10px;border:0;border-radius:0;background:transparent;box-shadow:none}.st_testimonial_slide .elementor-testimonial-wrapper{min-height:260px;padding:26px;border:1px solid rgba(7,27,74,.08);border-radius:30px;background:#fff;box-shadow:0 12px 38px rgba(7,27,74,.07);text-align:left}.st_testimonial_slide .elementor-testimonial-content:before{content:"★★★★★";display:block;margin-bottom:14px;color:var(--st_gold);font-size:14px}.st_blog_card{min-height:310px;padding-top:170px}.st_blog_card:before{content:"";position:absolute;left:0;right:0;top:0;height:170px;background:var(--st_gold_soft)}.st_blog_card:nth-child(2):before{background:var(--st_mint)}.st_blog_card:nth-child(3):before{background:var(--st_lilac)}.st_cta{display:block!important}.st_cta.e-con>.e-con-inner{display:flex!important;flex-direction:column!important;align-items:flex-start;gap:18px}
@media(max-width:991px){.st_hero_grid.e-con>.e-con-inner,.st_split.e-con>.e-con-inner,.st_why_grid.e-con>.e-con-inner{grid-template-columns:1fr!important;gap:36px}.st_why_cards.e-con>.e-con-inner{grid-template-columns:1fr 1fr!important}.st_proof.e-con>.e-con-inner{grid-template-columns:1fr 1fr!important}.st_testimonial_slide{min-width:50%}}
@media(max-width:575px){.st_hero_visual.e-con>.e-con-inner{min-height:500px}.st_hero_photo{width:270px!important;height:335px!important}.st_match_card{width:250px!important}.st_process_card{width:260px!important}.st_process_photo{left:20px;width:calc(100% - 40px)!important}.st_why_cards.e-con>.e-con-inner,.st_proof.e-con>.e-con-inner{grid-template-columns:1fr!important}.st_testimonial_slide{min-width:100%}}

/* Reference-matched Special Deals section. Layout comes from native Elementor
   containers/buttons; CSS is limited to the card artwork and interaction. */
.st_deals_section>.e-con-inner{padding:42px!important;border:1px solid rgba(7,27,74,.08);border-radius:42px;background:#fff;box-shadow:var(--st_shadow-soft,var(--st_shadow_soft))}
.st_deals_head{width:100%;margin-bottom:36px}
.st_deals_head.e-con>.e-con-inner{display:flex!important;flex-flow:row nowrap!important;align-items:flex-end!important;justify-content:space-between!important;gap:32px!important}
.st_deals_copy.e-con>.e-con-inner{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:15px!important}
.st_deals_copy .st_h2{max-width:760px}
.st_deals_copy .st_lead{max-width:760px}
.st_deals_start{flex:0 0 auto}
.st_deals.e-con>.e-con-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important}
.st_deal_card{position:relative;min-height:350px!important;overflow:hidden;isolation:isolate}
.st_deal_card:before,.st_deal_card:after{pointer-events:none;z-index:-1}
.st_deal_card:before{content:"";position:absolute;right:-28px;top:-28px;width:120px;height:120px;border-radius:50%;background:var(--st_gold_soft)}
.st_deal_card:after{content:"";position:absolute;right:-30px;bottom:-30px;width:120px;height:120px;border-radius:50%;background:rgba(220,247,239,.72)}
.st_deal_card .st_card_iconbox{width:100%}
.st_deal_card .st_card_iconbox .elementor-icon{width:56px;height:56px;margin-bottom:20px;border-radius:18px!important;transform:none}
.st_deal_2 .st_card_iconbox .elementor-icon{background:var(--st_mint)!important}
.st_deal_3 .st_card_iconbox .elementor-icon{background:var(--st_lilac)!important}
.st_deal_button{margin-top:auto;position:relative;z-index:2}
.st_deal_card:hover{transform:translateY(-7px)!important}
.st_video_trigger .elementor-button-icon{display:inline-grid;place-items:center;width:18px;height:18px;border:2px solid currentColor;border-radius:50%;font-size:8px}

/* Preserve the 5/7 Elementor split; an older grid compatibility rule forced
   these two direct children to 100% and made the tracks equal width. */
.st_why_grid.e-con>.e-con-inner>.st_why_copy,
.st_why_grid.e-con>.e-con-inner>.st_why_cards{width:auto!important;max-width:none!important;min-width:0!important;--width:auto!important;--content-width:100%!important}
.st_why_card{min-height:285px}

/* Proof panel: native Elementor flex sizing plus the reference-only artwork. */
.st_proof{display:flex!important;position:relative;isolation:isolate;overflow:hidden}
.st_proof:before{content:"";position:absolute;z-index:-1;right:-70px;top:-90px;width:240px;height:240px;border-radius:50%;background:rgba(245,181,27,.22);pointer-events:none}
.st_proof_item{position:relative;z-index:1}

@media(max-width:991px){
  .st_deals_head.e-con>.e-con-inner{align-items:flex-start!important}
  .st_deals.e-con>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .st_deal_card{min-height:330px!important}
  main#page {position: relative;overflow: hidden;}
}

/* Common Seal Tutors message popup */
body.ai-st-popup-open {
  overflow: hidden;
}

.ai-st-common-popup[hidden] {
  display: none !important;
}

.ai-st-common-popup {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ai-st-common-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 24, 65, .68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .22s ease;
}

body.messages_body .ai-st-common-popup__panel
{
    width: min(100%, 80%);
}

.ai_st_mb_popup_cnt .ai_st_filtered_recurring_cnt select,
.ai_st_mb_popup_cnt .ai_st_filtered_plan_cnt select {
	width: 100%;
	height: 56px;
	padding: 0 18px;
	border: 1px solid #e5e9f1;
	border-radius: 15px;
	background-color: #f7f8fb;
	color: #071b4a;
	font-weight: 800;
}

.ai-st-common-popup__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  padding: 42px 40px 36px;
  overflow: hidden;
  border: 1px solid #e2e8f2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(4, 24, 65, .24);
  color: #071f52;
  text-align: center;
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity .22s ease, transform .22s ease;
}

.ai-st-common-popup__panel::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -82px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff3cf;
  pointer-events: none;
}

.ai-st-common-popup.is-open .ai-st-common-popup__backdrop,
.ai-st-common-popup.is-open .ai-st-common-popup__panel {
  opacity: 1;
}

.ai-st-common-popup.is-open .ai-st-common-popup__panel {
  transform: translateY(0) scale(1);
}

.ai-st-common-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid #e2e8f2;
  border-radius: 50%;
  background: #fff;
  color: #071f52;
  cursor: pointer;
}

.ai-st-common-popup__icon {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 20px;
  background: #fff3cf;
  color: #f9b317;
  font-size: 25px;
}

.ai-st-common-popup--error .ai-st-common-popup__icon {
  background: #fff0ef;
  color: #d84a43;
}

.ai-st-common-popup--success .ai-st-common-popup__icon {
  background: #e3f8f1;
  color: #29ae78;
}

.ai-st-common-popup--welcome .ai-st-common-popup__panel {
  width: min(100%, 560px);
  padding: 48px 44px 40px;
}

.ai-st-common-popup--welcome .ai-st-common-popup__icon {
  width: 82px;
  height: 82px;
  margin-bottom: 24px;
  border: 3px solid rgba(41, 174, 120, .2);
  border-radius: 50%;
  background: #e3f8f1;
  color: #29ae78;
  font-size: 38px;
  animation: aiStWelcomeIconIn .65s cubic-bezier(.22, 1, .36, 1) both;
}

.ai-st-common-popup--welcome .ai-st-common-popup__icon::before,
.ai-st-common-popup--welcome .ai-st-common-popup__icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid rgba(41, 174, 120, .22);
  border-radius: 50%;
  animation: aiStWelcomeRing 1.8s ease-out .35s infinite;
}

.ai-st-common-popup--welcome .ai-st-common-popup__icon::after {
  animation-delay: .9s;
}

.ai-st-common-popup--welcome .ai-st-common-popup__icon i {
  animation: aiStWelcomeCheck .5s cubic-bezier(.22, 1, .36, 1) .22s both;
}

.ai-st-common-popup--welcome .ai-st-common-popup__title {
  font-size: 32px;
}

@keyframes aiStWelcomeIconIn {
  from { opacity: 0; transform: scale(.55) rotate(-12deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes aiStWelcomeCheck {
  from { opacity: 0; transform: scale(.4); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes aiStWelcomeRing {
  0% { opacity: .8; transform: scale(.78); }
  75%, 100% { opacity: 0; transform: scale(1.35); }
}

.ai-st-common-popup__title {
  position: relative;
  margin: 0 0 10px;
  color: #071f52;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ai-st-common-popup__message {
  position: relative;
  margin: 0 auto 26px;
  color: #687389;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.ai-st-common-popup__button {
  position: relative;
  min-width: 132px;
  min-height: 52px;
  padding: 13px 26px;
  border: 0;
  border-radius: 999px;
  background: #071f52;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(4, 24, 65, .18);
}

.ai-st-common-popup__button:hover,
.ai-st-common-popup__button:focus-visible {
  background: #f9b317;
  color: #071f52;
}

@media (max-width: 767px) {
  .ai-st-common-popup {
    padding: 18px;
  }

  .ai-st-common-popup__panel {
    padding: 38px 24px 28px;
    border-radius: 24px;
  }

  .ai-st-common-popup__title {
    font-size: 26px;
  }

  .ai-st-common-popup__message {
    font-size: 16px;
  }

  .ai-st-common-popup--welcome .ai-st-common-popup__panel {
    padding: 42px 24px 30px;
  }

  .ai-st-common-popup--welcome .ai-st-common-popup__title {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-st-common-popup__backdrop,
  .ai-st-common-popup__panel,
  .ai-st-common-popup--welcome .ai-st-common-popup__icon,
  .ai-st-common-popup--welcome .ai-st-common-popup__icon::before,
  .ai-st-common-popup--welcome .ai-st-common-popup__icon::after,
  .ai-st-common-popup--welcome .ai-st-common-popup__icon i {
    transition: none;
    animation: none;
  }
}

/* ==========================================================================
   Contact page
   Portable Elementor layout; all selectors are scoped to the template class.
   ========================================================================== */
.st_contact_page {
  --st-contact-navy: #071b4a;
  --st-contact-gold: #f5b51b;
  --st-contact-gold-soft: #fff4d5;
  --st-contact-mint: #dff8f1;
  --st-contact-ink-soft: #697386;
  --st-contact-line: #e4e9f2;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.st_contact_page .st_contact_section {
  position: relative;
  z-index: 1;
}

.st_contact_page .st_contact_hero_inner,
.st_contact_page .st_contact_form_grid,
.st_contact_page .st_contact_route_card {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}


.st_contact_page .st_contact_kicker,
.st_contact_page .st_contact_pill,
.st_contact_page .st_contact_micro_pill {
  width: max-content;
  max-width: 100%;
}

.st_contact_page .st_contact_visual {
  position: relative;
  min-height: 510px;
  margin-top: 45px;
}

.st_contact_page .st_contact_photo {
  position: absolute;
  z-index: 1;
  top: 58px;
  right: 0;
  width: 78%;
  height: 360px;
  overflow: hidden;
  border-radius: 34px;
}

.st_contact_page .st_contact_photo .elementor-widget-container,
.st_contact_page .st_contact_photo img {
  width: 100%;
  height: 100%;
}

.st_contact_page .st_contact_photo img {
  display: block;
  object-fit: cover;
}

.st_contact_page .st_contact_quick_card {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 58%;
  overflow: hidden;
}

.st_contact_page .st_contact_quick_card::after {
  position: absolute;
  top: -76px;
  right: -62px;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background: rgba(245, 181, 27, .2);
  content: "";
  pointer-events: none;
}

.st_contact_page .st_contact_time_card {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 0;
  width: 66%;
}

.st_contact_page .st_contact_time_row + .st_contact_time_row {
  border-top: 1px solid var(--st-contact-line);
}

.st_contact_page .st_contact_info_icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 16px;
  background: var(--st-contact-gold-soft);
}

.st_contact_page .st_contact_info_text a {
  color: var(--st-contact-navy);
  font-weight: 800;
  text-decoration: none;
}

.st_contact_page .st_contact_forminator .forminator-ui.forminator-custom-form {
  margin: 0 !important;
}

.st_contact_page .st_contact_forminator .forminator-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px !important;
}

.st_contact_page .st_contact_forminator .forminator-col {
  width: auto !important;
  padding: 0 !important;
}

.st_contact_page .st_contact_forminator .forminator-label {
  margin: 0 0 8px !important;
  color: var(--st-contact-ink-soft) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.st_contact_page .st_contact_forminator input:not([type="checkbox"]):not([type="radio"]),
.st_contact_page .st_contact_forminator select,
.st_contact_page .st_contact_forminator textarea,
.st_contact_page .st_contact_forminator .forminator-input,
.st_contact_page .st_contact_forminator .forminator-select2-selection,
.st_contact_page .st_contact_forminator .select2-selection,
.st_contact_page .st_contact_forminator .forminator-textarea {
  width: 100% !important;
  min-height: 58px !important;
  padding: 0 17px !important;
  border: 1px solid var(--st-contact-line) !important;
  border-radius: 17px !important;
  outline: 0 !important;
  background: #f8fafc !important;
  color: var(--st-contact-navy) !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.st_contact_page .st_contact_forminator .select2-container {
  width: 100% !important;
}

.st_contact_page .st_contact_forminator .select2-selection__rendered {
  padding: 0 !important;
  color: var(--st-contact-navy) !important;
  line-height: 56px !important;
}

.st_contact_page .st_contact_forminator .select2-selection__arrow {
  top: 50% !important;
  right: 0px !important;

}

.st_contact_page .st_contact_forminator textarea,
.st_contact_page .st_contact_forminator .forminator-textarea {
  min-height: 148px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  resize: vertical;
}

.st_contact_page .st_contact_forminator input:focus,
.st_contact_page .st_contact_forminator select:focus,
.st_contact_page .st_contact_forminator textarea:focus {
  border-color: var(--st-contact-gold) !important;
  box-shadow: 0 0 0 4px rgba(245, 181, 27, .14) !important;
}

.st_contact_page .st_contact_forminator .forminator-button,
.st_contact_page .st_contact_forminator button[type="submit"] {
  min-height: 56px !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--st-contact-gold) !important;
  color: var(--st-contact-navy) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 34px rgba(245, 181, 27, .24) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}

.st_contact_page .st_contact_forminator .forminator-button:hover,
.st_contact_page .st_contact_forminator button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(245, 181, 27, .32) !important;
}

.st_contact_page .st_contact_route_map {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 30px;
  background-color: #f7f9fc;
  background-image:
    linear-gradient(35deg, transparent 45%, rgba(7, 27, 74, .08) 46%, rgba(7, 27, 74, .08) 49%, transparent 50%),
    linear-gradient(145deg, transparent 45%, rgba(245, 181, 27, .18) 46%, rgba(245, 181, 27, .18) 49%, transparent 50%);
  background-size: 90px 90px, 120px 120px;
}

.st_contact_page .st_contact_map_pin {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 50%;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 12px solid rgba(245, 181, 27, .22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.st_contact_page .st_contact_map_pin .elementor-icon-wrapper {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--st-contact-navy);
}

.st_contact_page .st_contact_map_address {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 17px 20px;
  border: 1px solid var(--st-contact-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(7, 27, 74, .12);
}

.st_contact_page .st_contact_reveal {
  opacity: 0;
  transform: translateY(28px);
}

.st_contact_page .st_contact_reveal.st_contact_is_visible {
  animation: st_contact_reveal .72s cubic-bezier(.2, .7, .2, 1) forwards;
}

.st_contact_page .st_contact_float {
  animation: st_contact_float 5.4s ease-in-out infinite;
}

.st_contact_page .st_contact_float_alt {
  animation: st_contact_float_alt 6.1s ease-in-out infinite;
}

.st_contact_page .st_contact_map_pin::before {
  position: absolute;
  z-index: -1;
  inset: -9px;
  border: 2px solid rgba(245, 181, 27, .48);
  border-radius: 50%;
  content: "";
  animation: st_contact_pin_pulse 2.4s ease-out infinite;
}

@keyframes st_contact_reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes st_contact_float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes st_contact_float_alt {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(9px) rotate(-1deg); }
}

@keyframes st_contact_pin_pulse {
  0% { opacity: .85; transform: scale(.8); }
  100% { opacity: 0; transform: scale(1.45); }
}

@media (max-width: 991px) {
  .st_contact_page .st_contact_hero_inner,
  .st_contact_page .st_contact_form_grid,
  .st_contact_page .st_contact_route_card {
    flex-direction: column;
  }

  .st_contact_page .st_contact_copy,
  .st_contact_page .st_contact_visual,
  .st_contact_page .st_contact_info_stack,
  .st_contact_page .st_contact_form_card,
  .st_contact_page .st_contact_route_copy,
  .st_contact_page .st_contact_route_map {
    width: 100%;
  }

  .st_contact_page .st_contact_visual {
    min-height: 520px;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .st_contact_page .st_contact_section {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .st_contact_page .st_contact_h1 .elementor-heading-title {
    font-size: 44px;
    line-height: .98;
  }

  .st_contact_page .st_contact_form_title .elementor-heading-title,
  .st_contact_page .st_contact_route_title .elementor-heading-title {
    font-size: 35px;
    line-height: 1;
  }

  .st_contact_page .st_contact_pills,
  .st_contact_page .st_contact_micro {
    align-items: stretch;
    flex-direction: column;
  }

  .st_contact_page .st_contact_pill {
    width: 100%;
  }

  .st_contact_page .st_contact_visual {
    min-height: 540px;
  }

  .st_contact_page .st_contact_photo {
    top: 92px;
    width: 88%;
    height: 330px;
  }

  .st_contact_page .st_contact_quick_card {
    width: 78%;
  }

  .st_contact_page .st_contact_time_card {
    right: 4%;
    width: 90%;
  }

  .st_contact_page .st_contact_form_card,
  .st_contact_page .st_contact_route_card {
    padding: 24px !important;
    border-radius: 28px !important;
  }

  .st_contact_page .st_contact_forminator .forminator-row {
    grid-template-columns: 1fr;
  }

  .st_contact_page .st_contact_route_map {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .st_contact_page .st_contact_reveal,
  .st_contact_page .st_contact_float,
  .st_contact_page .st_contact_float_alt,
  .st_contact_page .st_contact_map_pin::before {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

/* ========================================================================== */
/* Signup page 2026 — scoped to .st_signup_page.                              */
/* Elementor controls own colors, typography, radii and section spacing.     */
/* These rules cover component geometry, generated shortcode fields and FX.  */
/* ========================================================================== */
.st_signup_page{position:relative;z-index:1;isolation:isolate;overflow:hidden}
.st_signup_page>.st_signup_hero,.st_signup_page>.st_signup_main{position:relative;z-index:1}
.st_signup_page>.st_shape{position:absolute!important;z-index:0!important;display:block!important;padding:0!important;border-radius:50%!important;pointer-events:none}
.st_signup_page>.st_blob_a{top:-270px!important;right:-155px!important;width:430px!important;height:430px!important;background:var(--st_gold_soft,#fff5d8)!important}
.st_signup_page>.st_blob_b{top:240px!important;left:-180px!important;width:380px!important;height:380px!important;background:var(--st_mint,#dcf7ef)!important}
.st_signup_page>.e-con-inner,.st_signup_hero>.e-con-inner,.st_signup_main>.e-con-inner{gap:0!important}
.st_signup_hero_grid>.e-con-inner{display:grid!important;grid-template-columns:1.02fr .98fr!important;align-items:center!important;gap:42px!important}
.st_signup_grid>.e-con-inner{display:grid!important;grid-template-columns:1.05fr .95fr!important;align-items:start!important;gap:28px!important}
.st_signup_hero_grid>.e-con-inner>.e-con,.st_signup_grid>.e-con-inner>.e-con{width:auto!important;max-width:none!important;min-width:0!important}
.st_signup_intro>.e-con-inner{gap:18px!important;align-items:flex-start!important}
.st_signup_h1 .elementor-heading-title{margin:0;color:var(--st_navy);font-weight:900}.st_signup_h1 .st_mark{position:static;color:var(--st_gold)!important}.st_signup_h1 .st_mark:after{content:none!important;display:none!important}
.st_signup_lead p{margin:0}
.st_signup_kicker{width:auto!important}
.st_signup_kicker .elementor-heading-title,.st_notes_label .elementor-heading-title{display:inline-flex;align-items:center;gap:9px;width:auto;padding:9px 14px;border-radius:999px;background:var(--st_gold_soft);color:var(--st_navy);font-size:12px;font-weight:900;line-height:18px;letter-spacing:.06em;text-transform:uppercase}
.st_signup_kicker i,.st_notes_label i{color:var(--st_gold)}
.st_signup_badges>.e-con-inner{display:flex!important;flex-flow:row wrap!important;gap:10px!important}
.st_signup_badge{width:auto!important}
.st_signup_badge .elementor-icon-box-wrapper{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(7,27,74,.08);border-radius:999px;background:#fff;box-shadow:0 12px 30px rgba(7,27,74,.06)}
.st_signup_badge .elementor-icon-box-icon{margin:0!important}.st_signup_badge .elementor-icon{color:var(--st_gold);font-size:14px}.st_signup_badge .elementor-icon-box-title{margin:0!important;color:var(--st_navy);font-size:13px;font-weight:900;line-height:1.2}.st_signup_badge .elementor-icon-box-description{display:none}
.st_signup_visual{position:relative!important}.st_signup_visual>.e-con-inner{position:relative!important;min-height:380px!important}
.st_signup_orbit{position:absolute!important;right:20px!important;top:18px!important;width:338px!important;height:338px!important;border-radius:50%!important;background:var(--st_gold_soft)!important;opacity:.9}
.st_signup_preview{position:absolute!important;right:42px!important;top:0!important;box-shadow:var(--st_shadow)}
.st_signup_preview:before{content:""!important;position:absolute!important;right:-70px!important;top:-90px!important;left:auto!important;width:210px!important;height:210px!important;border:0!important;border-radius:50%!important;background:var(--st_mint,#dcf7ef)!important}
.st_signup_preview>.e-con-inner{position:relative!important;z-index:1;gap:0!important}
.st_preview_top>.e-con-inner{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:16px!important}
.st_preview_icon,.st_preview_status{width:auto!important}.st_preview_icon .elementor-heading-title{display:grid;place-items:center;width:64px;height:64px;border-radius:22px;background:var(--st_navy);color:#fff!important;font-size:0;box-shadow:0 18px 38px rgba(7,27,74,.18)}.st_preview_icon .elementor-heading-title:before{content:"\f19d";font-family:"Font Awesome 6 Free";font-size:24px;font-weight:900;color:#fff}
.st_preview_status .elementor-heading-title{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#f4f7fb;color:var(--st_navy);font-size:12px;font-weight:900}.st_preview_status i{margin-right:6px;color:#27c99a;font-size:8px}
.st_preview_title{margin-top:26px!important}.st_preview_title .elementor-heading-title{margin:0;color:var(--st_navy)}
.st_preview_steps>.e-con-inner{display:grid!important;gap:12px!important}
.st_preview_step .elementor-heading-title{position:relative;display:flex;align-items:center;gap:12px;overflow:hidden;padding:14px;border:1px solid var(--st_line);border-radius:20px;background:#fbfcff;color:var(--st_navy);font-size:16px;font-weight:900;line-height:1.35;transition:.3s cubic-bezier(.22,1,.36,1)}
.st_preview_step .elementor-heading-title:before{content:"";position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,rgba(245,181,27,.18),rgba(245,181,27,.04));animation:stSignupPreviewFill .9s cubic-bezier(.22,1,.36,1) forwards}
.st_preview_step:nth-child(2) .elementor-heading-title:before{animation-delay:.42s}.st_preview_step:nth-child(3) .elementor-heading-title:before{animation-delay:.64s}
@keyframes stSignupPreviewFill{to{width:100%}}
.st_preview_step span{position:relative;z-index:1;display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:12px;background:var(--st_gold);box-shadow:0 12px 24px rgba(245,181,27,.22)}.st_preview_step strong{position:relative;z-index:1}.st_preview_step .elementor-heading-title:hover{transform:translateY(-6px);border-color:rgba(245,181,27,.55);background:#fff;box-shadow:0 18px 40px rgba(7,27,74,.1)}
.st_signup_form_card,.st_signup_notes_card{box-shadow:var(--st_shadow_soft)}
.st_signup_form_card>.e-con-inner,.st_signup_notes_card>.e-con-inner{gap:0!important}
.st_signup_form_head{border-bottom:1px solid var(--st_line)}.st_signup_form_head>.e-con-inner{display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important}.st_signup_form_copy>.e-con-inner{gap:8px!important;align-items:flex-start!important}
.st_signup_form_title .elementor-heading-title{margin:0;color:var(--st_navy)}.st_signup_form_intro p{margin:0}
.st_role_switch{width:75%!important}.st_role_switch>.e-con-inner{display:flex!important;flex-direction:row!important;gap:8px!important}.st_role_btn{width:auto!important}.st_role_btn .elementor-button{padding:12px 16px;border:0;border-radius:999px;background:transparent;color:#687386;font-weight:900;box-shadow:none}.st_role_btn.st_active .elementor-button{background:#fff;color:var(--st_navy);box-shadow:0 10px 24px rgba(7,27,74,.08);border-radius: 999px;}
.st_signup_shortcode{width:100%!important}.st_signup_shortcode .elementor-shortcode{width:100%}.st_signup_ajax_form form{padding:30px}.st_signup_fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.st_signup_field{position:relative;min-width:0;border:0;padding:0;margin:0}.st_signup_field.st_full{grid-column:1/-1}
.st_signup_field>label,.st_signup_field>legend{display:block;margin:0 0 8px;padding:0;color:#8792a5;font-size:12px;font-weight:900;line-height:1.2;letter-spacing:.07em;text-transform:uppercase}.st_signup_field input[type=text],.st_signup_field input[type=email],.st_signup_field input[type=password],.st_signup_field select{width:100%;min-height:58px;padding:0 16px;border:1px solid var(--st_line);border-radius:18px;outline:0;background:#fbfcff;color:var(--st_navy);font:800 16px/1.3 Inter,sans-serif;transition:.25s ease}.st_signup_field input:focus,.st_signup_field select:focus{border-color:rgba(245,181,27,.9);background:#fff;box-shadow:0 0 0 4px rgba(245,181,27,.14)}
.st_signup_field .ai_st_required_error,.st_signup_field .ai_st_additional_errors label{margin:0 0 7px;color:#b4234d;font-size:12px;font-weight:800}.st_signup_page .ai_st_none{display:none!important}
.st_password_tip{display:grid;grid-template-columns:38px 1fr;align-items:start;gap:12px;margin:16px 0;padding:14px 16px;border:1px solid rgba(245,181,27,.28);border-radius:20px;background:var(--st_gold_soft);color:var(--st_navy);font-weight:800;line-height:1.45}.st_password_tip i{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#fff;color:var(--st_gold)}
.st_choice_group{display:flex!important;width:100%!important;max-width:100%!important;flex-wrap:wrap;gap:10px;margin:4px 0 0!important}.st_choice{position:relative;display:inline-block!important;width:auto!important;margin:0!important}.st_choice input{position:absolute;opacity:0;pointer-events:none}.st_choice span{display:inline-flex;align-items:center;gap:9px;padding:13px 16px;border:1px solid var(--st_line);border-radius:999px;background:#fff;color:var(--st_navy);font-weight:900;cursor:pointer;transition:.22s ease}.st_choice span:before{content:"";width:12px;height:12px;border:2px solid #c8d0dc;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 3px #fff}.st_choice input:checked+span{border-color:var(--st_navy);background:var(--st_navy);color:#fff;box-shadow:0 14px 28px rgba(7,27,74,.16)}.st_choice input:checked+span:before{border-color:var(--st_gold);background:var(--st_gold)}
.st_timezone_field{margin-top:0}.st_terms_box{display:flex;align-items:flex-start;gap:12px;margin:22px 0;color:#5d6678;font-weight:700;line-height:1.55}.st_terms_box input{width:20px;height:20px;flex:0 0 20px;margin-top:2px;accent-color:var(--st_gold)}.st_signup_actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.st_signup_actions .st_btn{min-width:190px}.st_signup_login_note{color:var(--st_text);font-weight:800}.st_signup_login_note a{color:var(--st_navy);font-weight:900}
.st_signup_page .ai_st_after_message_cnt{margin:0 30px 18px;padding:14px 16px;border-radius:18px;font-weight:800}.st_signup_page .ai_st_error_result{background:#fff0f5;color:#a3134b}.st_signup_page .ai_st_success_result{background:#eefbf4;color:#176b45}
.st_signup_notes_card{position:sticky!important;top:118px!important;isolation:isolate}.st_signup_notes_card:before{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(245,181,27,.18);z-index:-1}.st_signup_notes_card:after{content:"";position:absolute;left:-110px;bottom:-110px;width:280px;height:280px;border-radius:50%;background:rgba(220,247,239,.1);z-index:-1}
.st_notes_inner>.e-con-inner{gap:0!important;align-items:flex-start!important}.st_notes_label{width:auto!important}.st_notes_label .elementor-heading-title{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.1);color:#fff!important}.st_notes_title{margin:22px 0 12px!important}.st_notes_title .elementor-heading-title{margin:0;color:#fff!important}.st_note_alert{margin:18px 0!important;padding:18px 20px!important;border:1px solid rgba(245,181,27,.35);border-radius:24px;background:rgba(245,181,27,.15)}.st_note_alert p{margin:0;color:#fff!important}.st_notes_text p{margin:0 0 20px;color:rgba(255,255,255,.76)!important}
.st_note_list>.e-con-inner{display:grid!important;gap:12px!important}.st_note_item .elementor-icon-box-wrapper{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.08);text-align:left!important}.st_note_item .elementor-icon-box-icon{grid-row:1;margin:0!important}.st_note_item .elementor-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:rgba(245,181,27,.18);color:var(--st_gold);font-size:15px}.st_note_item .elementor-icon-box-content{grid-column:2!important;min-width:0}.st_note_item .elementor-icon-box-title{margin:0!important;color:rgba(255,255,255,.82)!important;font-size:16px;font-weight:700;line-height:1.55}.st_note_item .elementor-icon-box-description{display:none}
.st_video_prompts>.e-con-inner{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important}.st_video_prompt .elementor-heading-title{padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.08);color:#fff!important;font-size:13px;font-weight:800;line-height:1.35}.st_student_helper{display:none!important;margin-top:18px}.st_student_helper.st_show{display:flex!important}.st_student_helper>.e-con-inner{gap:8px!important;align-items:flex-start!important}.st_student_text p{margin:0 0 4px;color:#5d6678}.st_signup_notes_card.st_student_role .st_tutor_notes{display:none!important}.st_signup_notes_card.st_student_role .st_student_helper{display:flex!important}
@media(max-width:991px){.st_signup_hero_grid>.e-con-inner,.st_signup_grid>.e-con-inner{grid-template-columns:1fr!important}.st_signup_visual>.e-con-inner{min-height:310px!important}.st_signup_preview{position:relative!important;right:auto!important;top:auto!important;margin-left:auto}.st_signup_notes_card{position:relative!important;top:auto!important}.st_signup_form_head>.e-con-inner{flex-direction:column!important}.st_role_switch{margin-top:10px}.st_video_prompts>.e-con-inner{grid-template-columns:1fr 1fr}}
@media(max-width:575px){.st_signup_visual>.e-con-inner{min-height:0!important}.st_signup_orbit{display:none!important}.st_signup_preview{border-radius:28px!important}.st_signup_ajax_form form{padding:22px}.st_signup_fields{grid-template-columns:1fr}.st_signup_form_card,.st_signup_notes_card{border-radius:28px!important}.st_role_switch{width:100%!important}.st_role_switch>.e-con-inner{width:100%}.st_role_btn{flex:1}.st_role_btn .elementor-button{width:100%}.st_signup_actions .st_btn{width:100%}.st_video_prompts>.e-con-inner{grid-template-columns:1fr}.st_signup_badges>.e-con-inner{gap:8px!important}.st_signup_badge .elementor-icon-box-title{font-size:12px}.st_signup_page .ai_st_after_message_cnt{margin:0 22px 16px}}

/* Elementor 3.30 renders nested containers without .e-con-inner wrappers.
 * Mirror the component layout on the container itself for that DOM shape. */
.st_signup_hero_grid{display:grid!important;grid-template-columns:1.02fr .98fr!important;align-items:center!important;gap:42px!important}
.st_signup_grid{display:grid!important;grid-template-columns:1.05fr .95fr!important;align-items:start!important;gap:28px!important}
.st_signup_hero_grid>.e-con,.st_signup_grid>.e-con{width:auto!important;max-width:none!important;min-width:0!important}
.st_signup_intro{gap:0!important;align-items:flex-start!important}
.st_signup_badges{display:flex!important;flex-flow:row wrap!important;gap:10px!important}
.st_signup_badge .elementor-icon-box-wrapper{flex-direction:row!important;column-gap:9px!important;text-align:left!important}
.st_signup_visual{position:relative!important;min-height:380px!important}
.st_signup_preview{gap:0!important}
.st_preview_top{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:16px!important}
.st_preview_steps,.st_note_list{display:grid!important;gap:12px!important}
.st_signup_form_card,.st_signup_notes_card{gap:0!important}
.st_signup_form_head{display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important}
.st_signup_form_copy,.st_notes_inner,.st_student_helper{align-items:flex-start!important}
.st_signup_form_copy{gap:8px!important}
.st_role_switch{display:flex!important;flex-direction:row!important;gap:8px!important}
.st_video_prompts{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
@media(max-width:991px){.st_signup_hero_grid,.st_signup_grid{grid-template-columns:1fr!important}.st_signup_visual{min-height:310px!important}.st_signup_form_head{flex-direction:column!important}.st_video_prompts{grid-template-columns:1fr 1fr!important}}
@media(max-width:575px){.st_signup_visual{min-height:0!important}.st_role_switch{width:100%!important}.st_video_prompts{grid-template-columns:1fr!important}.st_signup_badges{gap:8px!important}.st_signup_page>.st_blob_a{width:260px!important;height:260px!important;right:-150px!important;top:-80px!important}.st_signup_page>.st_blob_b{width:240px!important;height:240px!important;left:-160px!important;top:430px!important}}

/* ========================================================================== */
/* Standalone login page 2026 — deliberately scoped away from auth popups.    */
/* The shared shortcode markup and AJAX behaviour remain unchanged.           */
/* ========================================================================== */
body.login_body{min-height:100%;background:var(--st-bg,var(--st_bg,#fffdf8))}
body.login_body .st_login_page{position:relative;display:flex;min-height:100svh;align-items:center;overflow:hidden;background:radial-gradient(circle at 0 75%,rgba(220,247,239,.9) 0 13%,transparent 13.2%),radial-gradient(circle at 100% 0,rgba(255,245,216,.95) 0 20%,transparent 20.2%),#fffdf8}
body.login_body .st_login_page:before{content:"";position:absolute;left:7%;top:10%;width:72px;height:72px;border:18px solid rgba(245,181,27,.16);border-radius:50%;pointer-events:none}
body.login_body .st_login_page>.elementor-container{position:relative;z-index:1;display:grid;grid-template-columns:1fr .92fr;align-items:stretch;width:min(1080px,100%);min-height:650px;margin:auto;overflow:hidden;border:1px solid rgba(7,27,74,.08);border-radius:40px;background:#fff;box-shadow:0 35px 100px rgba(7,27,74,.15)}
body.login_body .st_login_page>.elementor-container>.st_login_left,body.login_body .st_login_page>.elementor-container>.st_login_right{width:auto;min-width:0}
body.login_body .st_login_left>.elementor-widget-wrap{display:flex;align-items:center}
body.login_body .st_login_left_inner{width:100%}
body.login_body .st_login_left_inner>.elementor-container{width:100%;max-width:460px;margin:auto}
body.login_body .st_login_logo img{width:auto;max-height:82px;object-fit:contain;object-position:left center}
body.login_body .st_login_title:after{content:"Use your Seal Tutors account details to continue.";display:block;margin-top:12px;color:var(--st_text,#657087);font-size:15px;font-weight:600;line-height:1.6}
body.login_body .st_login_form_widget{width:100%}
body.login_body .ai_st_user_entry_login_cnt,body.login_body .ai_st_user_entry_login_cnt form{width:100%;margin:0;text-align:left}
body.login_body .ai_st_user_entry_login_cnt .status:empty{display:none}
body.login_body .ai_st_user_entry_login_cnt .ai_st_input_field_group{position:relative;clear:both;padding:8px 0}
body.login_body .ai_st_user_entry_login_cnt .ai_st_required_element{padding-top:14px}
body.login_body .ai_st_user_entry_login_cnt .ai_st_required_element:before{display:block;margin-bottom:8px;color:#8792a5;font-size:11px;font-weight:900;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}
body.login_body .ai_st_user_entry_login_cnt .ai_st_required_element:nth-of-type(1):before{content:"Email address"}
body.login_body .ai_st_user_entry_login_cnt .ai_st_required_element:nth-of-type(2):before{content:"Password"}
body.login_body .ai_st_user_entry_login_cnt input:not([type=checkbox]):not([type=radio]){display:block;width:100%;min-height:58px;margin:0;padding:0 17px;border:1px solid var(--st_line,#e4e8ef);border-radius:18px;outline:0;background:#fbfcff;color:var(--st_navy,#071b4a);font:800 15px/1.3 Inter,sans-serif;box-shadow:none;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}
body.login_body .ai_st_user_entry_login_cnt input:not([type=checkbox]):not([type=radio])::placeholder{color:#a2aaba;font-weight:700;text-transform:none}
body.login_body .ai_st_user_entry_login_cnt input:not([type=checkbox]):not([type=radio]):focus{border-color:rgba(245,181,27,.9);background:#fff;box-shadow:0 0 0 4px rgba(245,181,27,.14)}
body.login_body .st_login_password_wrap{position:relative;width:100%}
body.login_body .st_login_password_wrap input[type=password],body.login_body .st_login_password_wrap input[type=text]{padding-right:58px!important}
body.login_body .st_password_toggle{position:absolute;right:8px;top:50%;display:grid;width:42px;height:42px;place-items:center;padding:0;border:0;border-radius:13px;background:transparent;color:#8792a5;font-size:17px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,color .2s ease}
body.login_body .st_password_toggle:hover{background:var(--st_gold_soft,#fff5d8);color:var(--st_navy,#071b4a)}
body.login_body .st_password_toggle:focus-visible{outline:3px solid rgba(245,181,27,.32);outline-offset:2px}
body.login_body .st_password_toggle .fa-eye-slash{display:none}
body.login_body .st_password_toggle[aria-pressed=true] .fa-eye{display:none}
body.login_body .st_password_toggle[aria-pressed=true] .fa-eye-slash{display:inline-block}
body.login_body .ai_st_user_entry_login_cnt .ai_st_clear{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0 8px;color:#687386;font-size:13px;font-weight:800}
body.login_body .ai_st_user_entry_login_cnt .ai_st_half_column{float:none;width:auto;padding:0}
body.login_body .ai_st_user_entry_login_cnt .ai_st_half_column:first-child{display:flex;align-items:center;gap:8px}
body.login_body .ai_st_user_entry_login_cnt input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:var(--st_gold,#f5b51b)}
body.login_body .ai_st_user_entry_login_cnt .lost{color:var(--st_navy,#071b4a);font-weight:900;text-decoration:none}
body.login_body .ai_st_user_entry_login_cnt .lost:hover{color:#b77b00}
body.login_body .ai_st_user_entry_login_cnt .ai_st_input_field_group:last-child{margin-top:12px;padding:0}
body.login_body .ai_st_user_entry_login_cnt .ai_st_user_entry_action{min-height:58px!important;border:0!important;border-radius:18px!important;background:var(--st_navy,#071b4a)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;cursor:pointer;box-shadow:0 16px 34px rgba(7,27,74,.2)!important}
body.login_body .ai_st_user_entry_login_cnt .ai_st_user_entry_action:hover{background:#102d6c!important;box-shadow:0 20px 42px rgba(7,27,74,.25)!important;transform:translateY(-2px)}
body.login_body .ai_st_user_entry_login_cnt .ai_st_required_error{position:relative;inset:auto;display:block;margin:0 0 7px;color:#b4234d;font-size:12px;font-weight:800}
body.login_body .ai_st_user_entry_login_cnt .ai_st_none{display:none!important}
body.login_body .st_login_right>.elementor-widget-wrap{position:relative;display:flex;align-items:center;overflow:hidden}
body.login_body .st_login_right>.elementor-widget-wrap:before,body.login_body .st_login_right>.elementor-widget-wrap:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
body.login_body .st_login_right>.elementor-widget-wrap:before{right:-110px;top:-110px;width:320px;height:320px;background:rgba(245,181,27,.22)}
body.login_body .st_login_right>.elementor-widget-wrap:after{left:-120px;bottom:-145px;width:360px;height:360px;background:rgba(220,247,239,.12)}
body.login_body .st_login_right_inner,body.login_body .st_login_right_inner>.elementor-container{width:100%;min-height:0}
body.login_body .st_login_signup_column>.elementor-widget-wrap{position:relative;z-index:1;align-content:center;align-items:center}
body.login_body .st_login_signup_text p{margin:0;color:inherit}
body.login_body .st_login_signup_text:after{content:"\2713  Find the right tutor\A\2713  Manage lessons in one place\A\2713  Track progress and resources";display:block;margin-top:28px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.08);color:#fff;font-size:14px;font-weight:800;line-height:2.25;white-space:pre-line}
@media(max-width:900px){body.login_body .st_login_page{height:auto;min-height:100svh}body.login_body .st_login_page>.elementor-container{grid-template-columns:1fr;max-width:640px;height:auto;min-height:0}body.login_body .st_login_page>.elementor-container>.st_login_left,body.login_body .st_login_page>.elementor-container>.st_login_right{height:auto}body.login_body .st_login_right .st_login_right_inner{height:auto;min-height:0}}
@media(max-width:575px){body.login_body .st_login_page{align-items:flex-start}body.login_body .st_login_page>.elementor-container{min-height:0;border-radius:28px}body.login_body .st_login_logo img{max-height:68px}body.login_body .ai_st_user_entry_login_cnt .ai_st_clear{align-items:flex-start;flex-direction:column;gap:10px}body.login_body .st_login_signup_text:after{padding:16px;font-size:13px}}

/* ========================================================================== */
/* Standalone forgot-password page 2026 — scoped away from shared popups.     */
/* ========================================================================== */
body.forgot-password_body .st_forgot_page{position:relative;background:radial-gradient(circle at 0 75%,rgba(220,247,239,.9) 0 13%,transparent 13.2%),radial-gradient(circle at 100% 0,rgba(255,245,216,.95) 0 20%,transparent 20.2%),#fffdf8}
body.forgot-password_body .st_forgot_page:before{content:"";position:absolute;left:7%;top:10%;width:72px;height:72px;border:18px solid rgba(245,181,27,.16);border-radius:50%;pointer-events:none}
body.forgot-password_body .st_forgot_page>.elementor-container{position:relative;z-index:1;min-height:650px;overflow:hidden;border:1px solid rgba(7,27,74,.08);border-radius:40px;background:#fff;box-shadow:0 35px 100px rgba(7,27,74,.15)}
body.forgot-password_body .st_forgot_left_inner{width:100%}
body.forgot-password_body .st_forgot_form{width:100%}
body.forgot-password_body .st_forgot_subtitle p,body.forgot-password_body .st_forgot_signup_text p,body.forgot-password_body .st_forgot_benefits p{margin:0;color:inherit}
body.forgot-password_body .ai_st_user_entry_login_cnt,body.forgot-password_body .ai_st_user_entry_login_cnt form{width:100%;margin:0;text-align:left}
body.forgot-password_body .ai_st_user_entry_login_cnt .status:empty{display:none}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_input_field_group{position:relative;clear:both;padding:8px 0}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_required_element{padding-top:14px}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_required_element:before{content:"Email address";display:block;margin-bottom:8px;color:#8792a5;font-size:11px;font-weight:900;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}
body.forgot-password_body .ai_st_user_entry_login_cnt input:not([type=checkbox]):not([type=radio]){display:block;width:100%;min-height:58px;margin:0;padding:0 17px;border:1px solid var(--st_line,#e4e8ef);border-radius:18px;outline:0;background:#fbfcff;color:var(--st_navy,#071b4a);font:800 15px/1.3 Inter,sans-serif;box-shadow:none;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease}
body.forgot-password_body .ai_st_user_entry_login_cnt input:not([type=checkbox]):not([type=radio])::placeholder{color:#a2aaba;font-weight:700;text-transform:none}
body.forgot-password_body .ai_st_user_entry_login_cnt input:not([type=checkbox]):not([type=radio]):focus{border-color:rgba(245,181,27,.9);background:#fff;box-shadow:0 0 0 4px rgba(245,181,27,.14)}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_clear{display:flex;align-items:center;justify-content:flex-end;padding:8px 0 4px;color:#687386;font-size:13px;font-weight:800}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_half_column{float:none;width:auto;padding:0}
body.forgot-password_body .ai_st_user_entry_login_cnt .lost{color:var(--st_navy,#071b4a);font-weight:900;text-decoration:none}
body.forgot-password_body .ai_st_user_entry_login_cnt .lost:hover{color:#b77b00}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_input_field_group:last-child{margin-top:12px;padding:0}
body.forgot-password_body .ai_st_user_entry_login_cnt input[type=submit]{min-height:58px!important;border:0!important;border-radius:18px!important;background:var(--st_navy,#071b4a)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;cursor:pointer;box-shadow:0 16px 34px rgba(7,27,74,.2)!important}
body.forgot-password_body .ai_st_user_entry_login_cnt input[type=submit]:hover{background:#102d6c!important;box-shadow:0 20px 42px rgba(7,27,74,.25)!important;transform:translateY(-2px)}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_required_error{position:relative;inset:auto;display:block;margin:0 0 7px;color:#b4234d;font-size:12px;font-weight:800}
body.forgot-password_body .ai_st_user_entry_login_cnt .ai_st_none{display:none!important}
body.forgot-password_body .st_forgot_right>.elementor-widget-wrap{position:relative;overflow:hidden}
body.forgot-password_body .st_forgot_right>.elementor-widget-wrap:before,body.forgot-password_body .st_forgot_right>.elementor-widget-wrap:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
body.forgot-password_body .st_forgot_right>.elementor-widget-wrap:before{right:-110px;top:-110px;width:320px;height:320px;background:rgba(245,181,27,.22)}
body.forgot-password_body .st_forgot_right>.elementor-widget-wrap:after{left:-120px;bottom:-145px;width:360px;height:360px;background:rgba(220,247,239,.12)}
body.forgot-password_body .st_forgot_right_inner,body.forgot-password_body .st_forgot_right_inner>.elementor-container{width:100%;min-height:0}
body.forgot-password_body .st_forgot_right_inner .elementor-column>.elementor-widget-wrap{position:relative;z-index:1}
@media(max-width:900px){body.forgot-password_body .st_forgot_page>.elementor-container{max-width:640px}}
@media(max-width:575px){body.forgot-password_body .st_forgot_page{align-items:flex-start}body.forgot-password_body .st_forgot_page>.elementor-container{min-height:0;border-radius:28px}}

/* Shared AJAX login popup, based on the approved homepage concept. */
.st_auth_overlay{position:fixed;inset:0;z-index:100001;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(7,27,74,.58);backdrop-filter:blur(14px)}
.st_auth_overlay.st_open{display:flex;animation:stAuthFadeIn .25s ease forwards}
.st_auth_modal{position:relative;display:grid;grid-template-columns:.88fr 1fr;width:min(980px,100%);max-height:calc(100vh - 44px);overflow:auto;border-radius:38px;background:#fff;box-shadow:0 40px 120px rgba(0,0,0,.28);opacity:0;transform:translateY(22px) scale(.96);animation:stAuthModalIn .45s cubic-bezier(.22,1,.36,1) .05s forwards}
@keyframes stAuthFadeIn{from{opacity:0}to{opacity:1}}
@keyframes stAuthModalIn{to{opacity:1;transform:translateY(0) scale(1)}}
.st_auth_art{padding: 38px;position:relative;display:flex;min-height:540px;overflow:hidden;flex-direction:column;justify-content:space-between;background:var(--st_navy);color:#fff}
.st_auth_art:before{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(245,181,27,.28)}
.st_auth_art:after{content:"";position:absolute;left:-90px;bottom:-110px;width:300px;height:300px;border-radius:50%;background:rgba(220,247,239,.13)}
.st_auth_art h3{position:relative;z-index:1;margin:16px 0;font-size:42px;font-weight:900;line-height:1;letter-spacing:-.05em;color:#fff}
.st_auth_art p{position:relative;z-index:1;margin:0;color:rgba(255,255,255,.75);line-height:1.7}
.st_auth_benefits{position:relative;z-index:1;display:grid;gap:12px}
.st_auth_benefits span{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.09);font-weight:800}
.st_auth_benefits i{color:var(--st_gold)}
.st_auth_panel{position:relative;padding:36px}
.st_auth_close{position:absolute;right:20px;top:18px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:#f4f7fb;color:var(--st_navy);font-size:18px;cursor:pointer;transition:.25s ease}
.st_auth_close:hover{background:var(--st_gold_soft);transform:rotate(90deg)}
.st_auth_tabs{display:flex;width:max-content;gap:10px;margin:22px 0 24px;padding:6px;border-radius:999px;background:#f5f7fb}
.st_auth_tab{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border:0;border-radius:999px;background:transparent;color:#6b7280;font-weight:900;line-height:1.2;text-decoration:none;transition:.25s ease}
.st_auth_tab.st_active{background:#fff;color:var(--st_navy);box-shadow:0 10px 28px rgba(7,27,74,.09)}
.st_auth_title{margin:8px 0 6px;color:var(--st_navy);font-size:34px;font-weight:900;letter-spacing:-.045em}
.st_auth_sub{margin:0;color:var(--st_text);line-height:1.6}
.st_auth_form{display:none}.st_auth_form.st_active{display:block;animation:stAuthFormIn .25s ease forwards}
@keyframes stAuthFormIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.st_field{position:relative;margin-bottom:14px}.st_field input{width:100%;min-height:58px;padding:20px 48px 8px 16px;border:1px solid var(--st_line);border-radius:18px;outline:0;background:#fff;color:var(--st-navy,var(--st_navy));font:800 16px/1.3 Inter,sans-serif;transition:.25s ease}.st_field label{position:absolute;left:16px;top:9px;z-index:1;color:#8a94a6;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.st_field i{position:absolute;right:17px;top:21px;color:#96a0b2}.st_field input:focus{border-color:rgba(245,181,27,.9);box-shadow:0 0 0 4px rgba(245,181,27,.14)}
.st_auth_meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:12px 0 20px;color:#687386;font-size:14px;font-weight:800}.st_auth_meta label{display:flex;align-items:center;gap:7px}.st_auth_meta a{color:var(--st_navy)}.st_auth_meta a:hover{color:var(--st_gold)}
.st_auth_full{width:100%;margin-top:2px}.st_auth_note{margin:18px 0 0;color:#7a8496;font-size:14px;font-weight:700;text-align:center}.st_auth_note a{color:var(--st_navy);font-weight:900}
.st_auth_message{display:none;margin-bottom:14px;padding:12px 14px;border-radius:16px;font-size:14px;font-weight:800;line-height:1.45}.st_auth_message.st_error{display:block;border:1px solid rgba(190,24,93,.18);background:#fff0f5;color:#a3134b}.st_auth_message.st_success{display:block;border:1px solid rgba(24,135,84,.2);background:#eefbf4;color:#176b45}
.st_auth_form.st_loading .st_auth_full{pointer-events:none;opacity:.68}.st_auth_form.st_loading .st_auth_full i{animation:stAuthSpin .8s linear infinite}
@keyframes stAuthSpin{to{transform:rotate(360deg)}}
body.st_auth_locked{overflow:hidden!important}
@media(max-width:991px){.st_auth_modal{grid-template-columns:1fr}.st_auth_art{min-height:auto;padding:28px}.st_auth_art h3{font-size:32px}.st_auth_benefits{grid-template-columns:1fr 1fr}}
@media(max-width:575px){.st_auth_overlay{padding:10px}.st_auth_modal{max-height:calc(100vh - 20px);border-radius:26px}.st_auth_art{display:none}.st_auth_panel{padding:26px 18px}.st_auth_tabs{width:100%}.st_auth_tab{flex:1}.st_auth_meta{align-items:flex-start;flex-direction:column}.st_auth_title{padding-right:48px;font-size:30px}}
@media(max-width:575px){
  .st_deals_section>.e-con-inner{padding:22px!important;border-radius:30px}
  .st_deals_head.e-con>.e-con-inner{flex-direction:column!important;align-items:flex-start!important;gap:22px!important}
  .st_deals_start,.st_deals_start .elementor-button{width:100%}
  .st_deals.e-con>.e-con-inner{grid-template-columns:1fr!important;gap:18px!important}
  .st_deal_card{min-height:auto!important}
  .st_why_card{min-height:auto}
  .st_proof{padding:2em 1.5em!important;gap:1.5em!important}
}

/* Dynamic homepage blog shortcode: [ai_st_home_blogs] */
.st_dynamic_blogs{width:100%}.st_dynamic_blog_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.st_dynamic_blog_card{position:relative;height:100%;min-width:0;padding:0!important;overflow:hidden;border-radius:30px;background:#fff}.st_dynamic_blog_link{display:flex;height:100%;flex-direction:column;color:inherit}.st_dynamic_blog_card .st_blog_thumb{position:relative;height:190px;overflow:hidden;background:var(--st_gold_soft)}.st_dynamic_blog_card.st_blog_mint .st_blog_thumb{background:var(--st_mint)}.st_dynamic_blog_card.st_blog_lilac .st_blog_thumb{background:var(--st_lilac)}.st_dynamic_blog_card .st_blog_image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}.st_dynamic_blog_card:hover .st_blog_image{transform:scale(1.06)}.st_blog_placeholder{position:absolute;inset:0;display:grid;place-items:center;color:var(--st_navy);font-size:42px}.st_blog_placeholder:before,.st_blog_placeholder:after{content:"";position:absolute;border-radius:24px;background:rgba(255,255,255,.7)}.st_blog_placeholder:before{left:28px;top:28px;width:74px;height:74px}.st_blog_placeholder:after{right:34px;bottom:28px;width:105px;height:58px}.st_blog_placeholder i{position:relative;z-index:2}.st_dynamic_blog_card .st_blog_body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:24px}.st_dynamic_blog_card .st_blog_body small{display:inline-flex;margin-bottom:12px;color:#bd8100;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.st_dynamic_blog_card .st_blog_body h3{margin:0;color:var(--st_navy);font-size:20px;font-weight:900;line-height:1.25;letter-spacing:-.025em}.st_dynamic_blog_card .st_blog_body p{margin:12px 0 0;color:var(--st_text);font-size:14px;line-height:1.65}.st_blog_read_more{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:var(--st_navy);font-size:13px;font-weight:900}.st_blog_read_more i{color:var(--st_gold);transition:transform .25s ease}.st_dynamic_blog_card:hover .st_blog_read_more i{transform:translateX(5px)}.st_dynamic_blog_more{display:flex;justify-content:center;margin-top:30px}.st_dynamic_blog_more .st_btn{min-height:54px}.st_blog_empty{padding:28px;border:1px solid var(--st_line);border-radius:24px;background:#fff;color:var(--st_text);text-align:center}
@media(max-width:991px){.st_dynamic_blog_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.st_dynamic_blog_card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 12px);width:100%;justify-self:center}}
@media(max-width:575px){.st_dynamic_blog_grid{grid-template-columns:1fr;gap:18px}.st_dynamic_blog_card:last-child:nth-child(odd){grid-column:auto;max-width:none}.st_dynamic_blog_card .st_blog_thumb{height:180px}.st_dynamic_blog_card .st_blog_body{padding:22px}}

/* Dynamic testimonial shortcode: [ai_st_testimonials] */
.st_dynamic_testimonials{width:100%}.st_dynamic_testimonials .st_testimonial_shell{width:100%;padding:6px 2px 12px;overflow:hidden}.st_dynamic_testimonials .st_testimonial_track{display:flex!important;align-items:stretch;gap:0!important;will-change:transform;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.st_dynamic_testimonials .st_testimonial_slide{flex:0 0 33.333%!important;min-width:33.333%!important;padding:0 10px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.st_dynamic_testimonials .st_testimonial_card{display:flex;height:100%;min-height:285px;flex-direction:column;padding:28px;border:1px solid rgba(7,27,74,.08);border-radius:30px;background:#fff;box-shadow:-1px 3px 14px rgba(7,27,74,.07);}.st_dynamic_testimonials .st_stars{margin-bottom:15px;color:var(--st_gold);font-size:15px;letter-spacing:.08em}.st_dynamic_testimonials .st_testimonial_quote{flex:1;color:var(--st_text);font-size:15px;line-height:1.72}.st_dynamic_testimonials .st_testimonial_quote p{margin:0 0 12px;color:inherit;line-height:inherit}.st_dynamic_testimonials .st_testimonial_quote p:last-child{margin-bottom:0}.st_dynamic_testimonials .st_person{display:flex;align-items:center;gap:12px;margin-top:22px}.st_dynamic_testimonials .st_person_img{display:grid;width:50px;height:50px;flex:0 0 50px;place-items:center;overflow:hidden;border:3px solid #fff;border-radius:50%;background:var(--st_gold_soft);box-shadow:0 7px 20px rgba(7,27,74,.12);color:var(--st_navy);font-size:13px;font-weight:900}.st_dynamic_testimonials .st_person_img img{width:100%;height:100%;object-fit:cover}.st_dynamic_testimonials .st_person_meta{min-width:0}.st_dynamic_testimonials .st_person_meta b{display:block;color:var(--st_navy);font-size:14px;font-weight:900;line-height:1.3}.st_dynamic_testimonials .st_person_meta small{display:block;margin-top:3px;color:var(--st_text);font-size:12px;line-height:1.35}.st_dynamic_testimonials+.st_slider_controls{margin-top:22px}.st_testimonial_empty{padding:28px;border:1px solid var(--st_line);border-radius:24px;background:#fff;color:var(--st_text);text-align:center}
@media(max-width:991px){.st_dynamic_testimonials .st_testimonial_slide{flex-basis:50%!important;min-width:50%!important}}
@media(max-width:575px){.st_dynamic_testimonials .st_testimonial_slide{flex-basis:100%!important;min-width:100%!important;padding:0 3px!important}.st_dynamic_testimonials .st_testimonial_card{min-height:0;padding:24px}}

/* Compact homepage tutor finder: [ai_st_home_tutor_finder] */
.st_home_tutor_finder{position:relative;z-index:6;width:100%;margin-top:24px;padding:16px;border:1px solid rgba(7,27,74,.08);border-radius:32px;background:#fff;box-shadow:0 24px 70px rgba(7,27,74,.12)}.st_home_finder_form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(190px,auto);align-items:stretch;gap:12px;margin:0}.st_home_find_item{position:relative;display:grid;grid-template-rows:34px auto auto;align-content:center;justify-items:center;min-width:0;min-height:150px;padding:18px 22px;border-radius:24px;background:#f8fafc;text-align:center}.st_home_find_icon{display:grid;place-items:center;color:#050505;font-size:24px;line-height:1}.st_home_find_item label{grid-row:3;margin:4px 0 0;color:#8a94a6;font-size:13px;font-weight:700;line-height:1.25}.st_home_select_wrap{position:relative;grid-row:2;width:min(100%,280px);margin-top:9px}.st_home_select_wrap:after{content:"\f078";position:absolute;right:4px;top:50%;color:var(--st_navy);font-family:"Font Awesome 6 Free";font-size:10px;font-weight:900;pointer-events:none;transform:translateY(-50%)}.st_home_find_item select{display:block;width:100%;height:auto;margin:0;padding:2px 22px 2px 4px;overflow:hidden;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;outline:0;color:var(--st_navy);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;font-weight:900;line-height:1.3;text-align:center;text-align-last:center;text-overflow:ellipsis;white-space:nowrap;appearance:none;-webkit-appearance:none;cursor:pointer}.st_home_find_item select:focus{outline:3px solid rgba(245,181,27,.28);outline-offset:5px;border-radius:8px}.st_home_find_submit{position:relative;display:flex;min-width:190px;align-items:center;justify-content:center;gap:10px;padding:22px;border:0;border-radius:0;background:var(--st_navy);box-shadow:0 16px 35px rgba(7,27,74,.22);color:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;font-weight:900;line-height:1.2;cursor:pointer;overflow:hidden;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.st_home_find_submit:before{content:"";position:absolute;inset:-2px auto -2px -45%;width:38%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-18deg);transition:left .65s cubic-bezier(.22,1,.36,1)}.st_home_find_submit span,.st_home_find_submit i{position:relative;z-index:1}.st_home_find_submit i{transition:transform .25s ease}.st_home_find_submit:hover{background:#102d6c;box-shadow:0 22px 45px rgba(7,27,74,.25);transform:translateY(-2px)}.st_home_find_submit:hover:before{left:120%}.st_home_find_submit:hover i{transform:translateX(4px)}
@media(max-width:991px){.st_home_finder_form{grid-template-columns:1fr 1fr}.st_home_find_item{min-height:132px}.st_home_find_submit{grid-column:1/-1;min-height:64px;border-radius:20px}}
@media(max-width:575px){.st_home_tutor_finder{padding:10px;border-radius:24px}.st_home_finder_form{grid-template-columns:1fr;gap:9px}.st_home_find_item{grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;justify-items:start;min-height:92px;padding:14px 16px;text-align:left}.st_home_find_icon{grid-row:1/3;width:42px;height:42px;align-self:center;border-radius:14px;background:var(--st_gold_soft);font-size:18px}.st_home_select_wrap{grid-column:2;grid-row:1;width:100%;margin:0}.st_home_find_item label{grid-column:2;grid-row:2;margin-top:3px}.st_home_find_item select{text-align:left;text-align-last:left;font-size:16px}.st_home_find_submit{grid-column:auto;min-height:58px;border-radius:18px}}

/* Dynamic homepage tutor cards: [ai_st_home_tutors] */
.st_dynamic_tutors{width:100%}.st_dynamic_tutor_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px}.st_dynamic_tutor_card{height:100%;min-width:0;padding:0!important;overflow:hidden;border-radius:30px;background:#fff}.st_dynamic_tutor_photo{position:relative;display:block;height:250px;overflow:hidden;background:linear-gradient(135deg,var(--st_gold_soft),var(--st_mint))}.st_dynamic_tutor_photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(7,27,74,.12));pointer-events:none}.st_dynamic_tutor_photo img{display:block;width:100%;height:100% !important;object-fit:cover;object-position:unset;transition:transform .55s cubic-bezier(.22,1,.36,1)}.st_dynamic_tutor_card:hover .st_dynamic_tutor_photo img{transform:scale(1.045)}.st_dynamic_tutor_body{display:flex;min-height:245px;flex-direction:column;align-items:flex-start;padding:25px}.st_dynamic_tutor_body h3{margin:0;color:var(--st_navy);font-size:21px;font-weight:900;line-height:1.25;letter-spacing:-.025em}.st_dynamic_tutor_body h3 a{color:inherit}.st_dynamic_tutor_speciality{margin:10px 0 0!important;color:var(--st_text)!important;font-size:15px;line-height:1.5}.st_dynamic_tutor_summary{margin:12px 0 0!important;color:var(--st_text)!important;font-size:13px;line-height:1.6}.st_dynamic_tutor_tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:19px}.st_dynamic_tutor_tags span{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;background:#f4f7fb;color:var(--st_navy);font-size:11px;font-weight:900;line-height:1.2}.st_dynamic_tutors_more{display:flex;justify-content:center;margin-top:30px}.st_tutors_empty{padding:28px;border:1px solid var(--st_line);border-radius:24px;background:#fff;color:var(--st_text);text-align:center}
@media(max-width:991px){.st_dynamic_tutor_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.st_dynamic_tutor_card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 12px);width:100%;justify-self:center}}
@media(max-width:575px){.st_dynamic_tutor_grid{grid-template-columns:1fr;gap:18px}.st_dynamic_tutor_card:last-child:nth-child(odd){grid-column:auto;max-width:none}.st_dynamic_tutor_photo{height:270px}.st_dynamic_tutor_body{min-height:0;padding:22px}.st_dynamic_tutor_tags{margin-top:16px;padding-top:0}}

/* Elementor 4 compatibility: grid parents must own column sizing.
 * Imported child percentage widths otherwise shrink each grid item a second time. */
.st_hero_grid.e-con>.e-con-inner>.e-con,
.st_cards_3.e-con>.e-con-inner>.e-con,
.st_split.e-con>.e-con-inner>.e-con,
.st_why_grid.e-con>.e-con-inner>.e-con,
.st_why_cards.e-con>.e-con-inner>.e-con,
.st_tools_grid.e-con>.e-con-inner>.e-con,
.st_faq_grid.e-con>.e-con-inner>.e-con,
.st_newsletter.e-con>.e-con-inner>.e-con{
	width:100%!important;
	max-width:100%!important;
	--width:100%!important;
	--content-width:100%!important;
}
.st_hero_grid.e-con>.e-con,
.st_cards_3.e-con>.e-con,
.st_split.e-con>.e-con,
.st_why_cards.e-con>.e-con,
.st_tools_grid.e-con>.e-con,
.st_faq_grid.e-con>.e-con,
.st_newsletter.e-con>.e-con{
	width:100%!important;
	max-width:100%!important;
	--width:100%!important;
	--content-width:100%!important;
}
.st_benefit_strip.e-con>.e-con-inner>.elementor-widget-icon-box,
.st_proof.e-con>.e-con-inner>.e-con{
	width:100%!important;
	max-width:100%!important;
}

/* Final home.html fidelity corrections for Elementor's rendered wrappers. */
.st_homepage .st_section_head:not(.st_center){
	width:100%!important;
	max-width:790px!important;
	--width:100%!important;
	--content-width:100%!important;
}
.st_process_copy .st_section_head{
	margin:0!important;
	padding:0!important;
}
.st_faq_grid>.st_section_head{
	margin:0!important;
	max-width:none!important;
}
.st_faq_shell{
	padding:26px!important;
	border-radius:42px!important;
}
.st_tool_item{
	padding:22px!important;
}
.st_cta:before{
	content:"";
	position:absolute;
	right:-70px;
	bottom:-90px;
	width:260px;
	height:260px;
	border-radius:50%;
	background:rgba(255,255,255,.35);
	pointer-events:none;
}
.st_cta>.elementor-widget,
.st_cta>.e-con{
	position:relative;
	z-index:1;
}
@media(max-width:575px){
	.st_faq_shell{padding:18px!important;border-radius:30px!important}
}

/* Final measured parity pass: exact published pills, buttons and newsletter. */
 .st_kicker .elementor-heading-title{
	display:inline-flex!important;
	align-items:center!important;
	gap:9px!important;
}
 .st_kicker .elementor-heading-title:before{
	display:inline-block!important;
	width:auto!important;
	height:auto!important;
	background:transparent!important;
	color:var(--st_gold);
	font-family:"Font Awesome 6 Free"!important;
	font-weight:900!important;
	line-height:1!important;
}
.st_subjects .st_kicker .elementor-heading-title:before{content:"\f02d"!important}
.st_process .st_kicker .elementor-heading-title:before{content:"\f4d7"!important}
.st_deals .st_kicker .elementor-heading-title:before{content:"\f0e7"!important}
.st_why .st_kicker .elementor-heading-title:before{content:"\f004"!important}
.st_tutors .st_kicker .elementor-heading-title:before{content:"\f51c"!important}
.st_tools .st_kicker .elementor-heading-title:before{content:"\f5da"!important}
.st_reviews .st_kicker .elementor-heading-title:before{content:"\f005"!important}
.st_blogs .st_kicker .elementor-heading-title:before{content:"\f1ea"!important}
.st_faq .st_kicker .elementor-heading-title:before{content:"\f059"!important}
.st_newsletter .st_kicker .elementor-heading-title:before{content:"\f0e0"!important}

.st_homepage .elementor-button-content-wrapper{gap:10px!important;align-items:center!important}
.st_header_actions .st_btn{min-height:54px!important;padding:0 24px!important}
.st_reviews .st_slider_controls button{width:46px!important;height:46px!important}

.st_newsletter{
	grid-template-columns:minmax(0,445.2fr) minmax(0,632.8fr)!important;
	gap:24px!important;
	min-height:156px!important;
}
.st_newsletter_copy,
.st_newsletter_action{
	padding:0!important;
	gap:0!important;
}
.st_newsletter_action{min-height:98px!important;justify-content:center!important}
.st_newsletter_action input[type="email"]{height:54px!important;font-size:16px!important;line-height:24px!important}
.st_newsletter_action input[type="submit"],
.st_newsletter_action button[type="submit"]{height:54px!important;font-size:16px!important;line-height:24px!important}

@media(max-width:767px){
	.st_newsletter{grid-template-columns:1fr!important;gap:24px!important}
	.st_newsletter_action{min-height:0!important}
}


/* Kicker styling belongs to the text pill, not the full Elementor widget box. */
.st_homepage .st_kicker{
	width:auto!important;
	max-width:max-content!important;
	align-self:flex-start!important;
	padding:0!important;
	border-radius:0!important;
	background:transparent!important;
	box-shadow:none!important;
}
.st_homepage .st_center .st_kicker{align-self:center!important}
.st_homepage .st_kicker .elementor-heading-title{
	display:inline-flex!important;
	width:auto!important;
	padding:9px 14px!important;
	border-radius:999px!important;
	background:rgba(245,181,27,.14)!important;
}

/* Remove Elementor's default 10px inset from layout-only containers. */
.st_hero_copy,
.st_process_copy,
.st_why_copy,
.st_section_head,
.st_newsletter_copy,
.st_newsletter_action{
	padding-left:0!important;
	padding-right:0!important;
}

/* Mailchimp markup is generated by the shortcode and cannot be styled in Elementor. */
.st_newsletter_action form {
	display:flex!important;
	align-items:center;
	gap:10px;
	width:100%;
	margin:0;
}
.st_newsletter_action input[type="email"]{
	flex:1 1 auto;
	width:auto;
	min-width:0;
	min-height:54px;
	padding:0 18px;
	border:1px solid var(--st_line)!important;
	border-radius:999px!important;
	background:#fff!important;
	box-shadow:none!important;
}
.st_newsletter_action input[type="submit"],
.st_newsletter_action button[type="submit"]{
	min-height:54px;
	padding:0 24px;
	border:1px solid var(--st_navy)!important;
	border-radius:999px!important;
	background:var(--st_navy)!important;
	color:#fff!important;
	font-weight:900;
	white-space:nowrap;
}
@media(max-width:575px){
	.st_newsletter_action form {flex-direction:column;align-items:stretch}
	.st_newsletter_action input[type="email"],
	.st_newsletter_action input[type="submit"],
.st_newsletter_action button[type="submit"]{width:100%}
}

/* Remaining Elementor wrapper parity with home.html. */
.st_homepage .st_section_head{padding:0!important}
.st_why_cards{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	align-items:stretch!important;
	gap:22px!important;
}
.st_why_cards>.st_why_card{
	width:100%!important;
	max-width:none!important;
	--width:100%!important;
}
.st_dynamic_testimonials .st_testimonial_card{
	height:285px!important;
	min-height:285px!important;
}
.st_dynamic_testimonials .st_testimonial_quote{
	display:-webkit-box;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:9;
}
.st_dynamic_blog_grid>.st_dynamic_blog_card:nth-child(n+4){display:none!important}
@media(max-width:575px){
	.st_why_cards{grid-template-columns:1fr!important}
	.st_dynamic_testimonials .st_testimonial_card{height:auto!important;min-height:285px!important}
}

/* Published home.html parity: hero artwork, stacking and exact proportions. */
body:has(.st_common_header){padding-top:96px!important}
.st_homepage{position:relative;isolation:isolate;}
.st_homepage>.e-con-inner,
.st_homepage>.e-con{position:relative;z-index:1}
.st_hero{padding-top:72px!important;padding-bottom:52px!important;overflow:visible!important}
.st_hero_grid{grid-template-columns:1.02fr .98fr!important;gap:54px!important}
.st_hero_copy,.st_hero_visual{position:relative}
.st_hero > .e-con-inner:before {
    content: "";
    position: absolute;
    left: 8%;
    top: 18%;
    z-index: -1;
    width: 54px;
    height: 54px;
    border: 9px solid var(--st_gold);
    border-radius: 50%;
    pointer-events: none;
}
.st_hero_visual:after {
    content: "";
    position: absolute;
    right: -18%;
    bottom: 20%;
    z-index: 0;
    width: 38px;
    height: 38px;
    border: 7px solid #36c7ae;
    border-radius: 11px;
    transform: rotate(45deg);
    pointer-events: none;
}
.st_hero .st_kicker .elementor-heading-title:before{
	content:"\f19d"!important;
	display:inline-block!important;
	width:auto!important;
	height:auto!important;
	background:transparent!important;
	color:var(--st_gold);
	font-family:"Font Awesome 6 Free";
	font-weight:900;
}
.st_hero_photo{
	z-index:1!important;
	background:url("https://images.unsplash.com/photo-1509062522246-3755977927d7?auto=format&fit=crop&w=900&q=80") center/cover no-repeat!important;
}
.st_hero_photo img{opacity:0!important}
.st_match_card{z-index:3!important}
.st_process_card{z-index:4!important}
.st_match_card .elementor-widget-text-editor p{
	display:grid;
	grid-template-columns:1fr auto;
	align-items:center;
	gap:12px;
	margin:10px 0 0!important;
	padding:12px;
	border-radius:16px;
	background:rgba(255,255,255,.09);
}
.st_match_card .elementor-widget-text-editor small{color:rgba(255,255,255,.72)!important;font-weight:700}
.st_match_card .elementor-widget-text-editor strong{grid-column:1/-1;color:#fff!important;font-size:14px}
.st_match_card .elementor-widget-text-editor p:after{grid-column:2;grid-row:1/3;color:#fff;font-family:"Font Awesome 6 Free";font-weight:900}
.st_match_card .elementor-widget-text-editor p:nth-child(1):after{content:"\f02d"}
.st_match_card .elementor-widget-text-editor p:nth-child(2):after{content:"\f140"}
.st_hero_visual.e-con:before{
	content:none!important;
	position:absolute;
	left:20px!important;
	right:auto!important;
	top:auto!important;
	bottom:0!important;
	z-index:5;
	display:flex;
	align-items:center;
	height:54px!important;
	min-height:54px!important;
	width:190px!important;
	padding-left:68px;
	background:radial-gradient(circle at 27px 27px,var(--st_gold) 0 27px,transparent 28px);
	color:var(--st_navy);
	font-family:Inter,"Font Awesome 6 Free",sans-serif;
	font-weight:900;
}
.st_play_demo{
	position:absolute;
	left:20px;
	bottom:0;
	z-index:6;
	display:inline-flex;
	align-items:center;
	gap:14px;
	min-height:54px;
	padding:0 18px 0 0;
	border:0;
	background:transparent;
	color:var(--st_navy);
	font:900 16px/24px Inter,sans-serif;
	cursor:pointer;
}
.st_play_demo_icon{
	display:grid;
	place-items:center;
	width:54px;
	height:54px;
	flex:0 0 54px;
	border-radius:50%;
	background:var(--st_gold);
	box-shadow:0 16px 34px rgba(7,27,74,.16);
}
.st_play_demo:hover .st_play_demo_icon{transform:scale(1.07)}
.st_play_demo_icon{transition:transform .25s ease}
.st_video_overlay{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(7,27,74,.68);backdrop-filter:blur(14px)}
.st_video_overlay.st_open{display:flex;animation:stVideoFade .25s ease both}
.st_video_modal{position:relative;width:min(980px,100%);overflow:hidden;border-radius:34px;background:#fff;box-shadow:0 40px 120px rgba(0,0,0,.32);animation:stVideoModal .42s cubic-bezier(.22,1,.36,1) both}
.st_video_close{position:absolute;right:14px;top:14px;z-index:3;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#fff;color:var(--st_navy);font-size:18px;box-shadow:0 14px 34px rgba(7,27,74,.18);cursor:pointer;transition:.25s ease}
.st_video_close:hover{background:var(--st_gold_soft);transform:rotate(90deg)}
.st_video_frame{position:relative;width:100%;aspect-ratio:16/9;background:var(--st_navy)}
.st_video_frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
body.st_video_locked{overflow:hidden!important}
@keyframes stVideoFade{from{opacity:0}to{opacity:1}}
@keyframes stVideoModal{from{opacity:0;transform:translateY(22px) scale(.96)}to{opacity:1;transform:none}}
@media(max-width:575px){
	.st_play_demo{left:12px}
	.st_video_overlay{padding:12px}
	.st_video_modal{border-radius:24px}
	.st_video_close{right:10px;top:10px;width:40px;height:40px}
}

/* Dynamic tutor finder: match the published horizontal finder component. */
.st_home_tutor_finder{
	padding:16px!important;
	border-radius:32px!important;
}
.st_home_finder_form{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;
	align-items:center!important;
	gap:12px!important;
}
.st_home_find_item{
	display:grid!important;
	grid-template-columns:28px minmax(0,1fr)!important;
	grid-template-rows:auto auto!important;
	align-content:center!important;
	align-items:center!important;
	justify-items:stretch!important;
	column-gap:10px!important;
	row-gap:7px!important;
	min-height:76px!important;
	padding:16px 18px!important;
	border-radius:22px!important;
	text-align:left!important;
}
.st_home_find_item label{
	grid-column:1/-1!important;
	grid-row:1!important;
	margin:0!important;
	color:#7a8496!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1.2!important;
	letter-spacing:.06em!important;
	text-transform:uppercase!important;
}
.st_home_find_icon{
	grid-column:1!important;
	grid-row:2!important;
	display:grid!important;
	place-items:center!important;
	width:28px!important;
	height:28px!important;
	color:var(--st_navy)!important;
	font-size:20px!important;
}
.st_home_select_wrap{
	grid-column:2!important;
	grid-row:2!important;
	width:100%!important;
	margin:0!important;
}
.st_home_select_wrap:after{display:none!important}
.st_home_find_item select{
	width:100%!important;
	padding:0!important;
	color:var(--st_navy)!important;
	font-size:16px!important;
	font-weight:900!important;
	line-height:24px!important;
	text-align:left!important;
	text-align-last:left!important;
}
.st_home_find_submit{
	align-self:center!important;
	min-width:0!important;
	min-height:54px!important;
	padding:0 24px!important;
	border-radius:999px!important;
	font-size:16px!important;
	line-height:24px!important;
	white-space:nowrap!important;
}
.st_home_find_submit i{display:none!important}
@media(max-width:991px){
	.st_home_finder_form{grid-template-columns:1fr 1fr!important}
	.st_home_find_submit{grid-column:1/-1!important;width:max-content!important;min-width:180px!important;justify-self:center!important}
}
@media(max-width:575px){
	.st_home_tutor_finder{padding:10px!important;border-radius:24px!important}
	.st_home_finder_form{grid-template-columns:1fr!important;gap:9px!important}
	.st_home_find_item{grid-template-columns:28px minmax(0,1fr)!important;grid-template-rows:auto auto!important;min-height:82px!important;padding:13px 16px!important}
	.st_home_find_item label{grid-column:1/-1!important;grid-row:1!important}
	.st_home_find_icon{grid-column:1!important;grid-row:2!important;background:transparent!important}
	.st_home_select_wrap{grid-column:2!important;grid-row:2!important}
	.st_home_find_submit{grid-column:auto!important;width:100%!important;min-height:54px!important;border-radius:999px!important}
}
.st_process_photo{
	background:url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=900&q=80") center/cover no-repeat!important;
}
.st_process_photo img{opacity:0!important}

.st_benefit_strip .elementor-icon{
	display:grid!important;
	place-items:center!important;
	width:42px!important;
	height:42px!important;
	padding:0!important;
	border-radius:14px!important;
}
@media(max-width:991px){
	body:has(.st_common_header){padding-top:88px!important}
	.st_hero_grid{grid-template-columns:1fr!important}
}
@media(max-width:575px){
	body:has(.st_common_header){padding-top:82px!important}
	.st_homepage.e-con:before{right:-245px!important;top:-246px!important}
	.st_hero{padding-top:50px!important}
	.st_hero_copy:before{left:14px;top:88px;transform:scale(.72)}
	.st_hero_visual:after{right:28px}
}

/* Elementor resets auto margins/text alignment on centered section headers. */
.st_homepage .st_section_head.st_center{
	width:100%!important;
	max-width:1160px!important;
	margin:0 auto 46px!important;
	align-items:center!important;
	text-align:center!important;
}
.st_homepage .st_section_head.st_center .st_lead,
.st_homepage .st_section_head.st_center .st_lead p{max-width:680px!important}
.st_homepage .st_section_head.st_center .elementor-heading-title,
.st_homepage .st_section_head.st_center .elementor-widget-text-editor,
.st_homepage .st_section_head.st_center .elementor-widget-text-editor p{
	text-align:center!important;
	margin-left:auto!important;
	margin-right:auto!important;
}
.st_subject_card{padding:28px!important}
@media(max-width:991px){.st_homepage .st_section_head.st_center{width:100%!important}}
@media(max-width:575px){.st_homepage .st_section_head.st_center{width:100%!important;margin-bottom:34px!important}}

/* Published dynamic-card proportions. */
.st_dynamic_tutor_body{min-height:175px!important}
.st_dynamic_tutors_more{display:none!important}
.st_dynamic_testimonials .st_testimonial_card{height:260px!important;min-height:260px!important}
.st_dynamic_testimonials .st_testimonial_quote{min-height: 100px;-webkit-line-clamp:7;overflow: hidden;}
.st_dynamic_blog_card .st_blog_thumb{height:170px!important;flex:0 0 170px!important}
.st_dynamic_blog_card .st_blog_body{padding:22px 24px!important}
.st_dynamic_blog_card .st_blog_body p,
.st_dynamic_blog_card .st_blog_read_more{display:none!important}
.st_subject_card{height:278px!important;min-height:278px!important}
.st_dynamic_tutor_summary{display:none!important}
.st_reviews>.e-con-inner{position:relative!important}
.st_reviews .st_section_head .st_lead{display:none!important}
.st_reviews .st_slider_controls{
	position:absolute!important;
	right:0!important;
	top:25px!important;
	z-index:4;
	width:auto!important;
	margin:0!important;
}
.st_cta{min-height:395px!important;justify-content:center!important}
@media(max-width:575px){
	.st_benefit_strip{height:auto!important}
	.st_subject_card{height:auto!important;min-height:0!important}
	.st_dynamic_tutor_body{height:auto!important;min-height:175px!important}
	.st_reviews .st_slider_controls{position:static!important;width:100%!important;margin-top:22px!important}
	.st_cta{min-height:0!important}
}

/* How-it-works reference details that are not native icon-box controls. */
.st_process_visual{position:relative!important}
.st_process_visual .st_float_pill{
	position:absolute!important;
	z-index:4;
	width:auto!important;
	max-width:none!important;
}
.st_process_visual .st_float_pill .elementor-heading-title{
	dis:block;
	padding:14px 16px;
	border:1px solid rgba(7,27,74,.06);
	border-radius:18px;
	background:#fff;
	box-shadow:var(--st_shadow_soft);
	color:var(--st_navy);
	font-size:16px;
	font-weight:900;
	line-height:1.25;
}
.st_process_visual .st_float_pill small{
	display:block;
	margin-top:4px;
	color:var(--st_text);
	font-size:14px;
	font-weight:800;
}
.st_process_visual .st_pill_1{left:0!important;top:118px!important}
.st_process_visual .st_pill_2{right:0!important;top:250px!important}
.st_process_visual .st_pill_3{left:82px!important;bottom:0!important}
.st_process_visual .st_pill_3 .elementor-heading-title{background:var(--st_navy);color:#fff}
.st_process_visual .st_pill_3 small{color:rgba(255,255,255,.7)}
.st_steps{counter-reset:st-process-step}
.st_steps .st_step{counter-increment:st-process-step}
.st_steps .st_step .elementor-icon{
	display:grid!important;
	place-items:center!important;
	width:54px!important;
	height:54px!important;
	padding:0!important;
	border-radius:17px!important;
	background:var(--st_gold)!important;
	color:var(--st_navy)!important;
}
.st_steps .st_step .elementor-icon svg,.st_steps .st_step .elementor-icon i{display:none!important}
.st_steps .st_step .elementor-icon:before{
	content:counter(st-process-step);
	font:900 16px/1 Inter,sans-serif;
}
@media(max-width:575px){
	.st_process_visual .st_float_pill{
		position:relative!important;
		display:inline-block!important;
		left:auto!important;
		right:auto!important;
		top:auto!important;
		bottom:auto!important;
		margin:10px 8px 0 0!important;
	}
}

/* Final reference audit: narrowly scoped corrections only. */
.st_homepage .st_hero>.e-con-inner{gap:20px}
.st_homepage .st_hero .elementor-widget-shortcode{padding:0!important;margin:0!important}
.st_benefit_strip>.elementor-widget-icon-box{padding:22px!important}
.st_benefit_strip .elementor-icon-box-title{margin:8px 0 6px!important}
.st_benefit_strip .elementor-icon-box-description{font-size:14px!important;line-height:1.55!important}
.st_steps .st_step{padding:18px!important}
.st_steps .st_step .elementor-icon-box-description{font-size:14px!important;line-height:1.55!important}
.st_why_card{min-height:0!important}
.st_tools_grid{grid-template-columns:1.05fr .95fr!important;gap:22px!important}
.st_dynamic_tutor_body{min-height:0!important;padding:22px!important}
.st_dynamic_tutor_summary{display:none!important}
.st_dynamic_tutor_tags{margin-top:16px!important;padding-top:0!important}
.st_dynamic_blog_card .st_blog_thumb{height:170px!important;flex:0 0 170px!important}
.st_dynamic_blog_card .st_blog_body{padding:22px!important}
.st_dynamic_blog_card .st_blog_body p,
.st_dynamic_blog_card .st_blog_read_more{display:none!important}
@media(max-width:991px){
	.st_tools_grid{grid-template-columns:1fr!important} 
.st_hero > .e-con-inner:before {
    content: "";
    position: absolute;
    left: auto;
    right: 8px;
    top: 0%;
}

.home-page .page,.contact-us_body .page,.seven-step-process_body .page,.subject_body .page,.signup_body .page
{
  overflow: hidden;
}

html .contact-us_body .st_contact_hero:before {
        top: -20.5% !important;
}

}
@media(max-width:575px){

	.st_benefit_strip>.elementor-widget-icon-box{padding:22px!important}
  
}

@media(max-width:640px){

}

@media(min-width:992px){
	.st_homepage .st_hero>.e-con-inner{padding-bottom:40px!important}
	.st_deals_section{padding-top:43px!important;padding-bottom:43px!important}
	.st_deals_section>.e-con-inner{gap:0!important}
	.st_deals_section .st_deals_head{margin-bottom:24px!important}
	.st_deals_section .st_deals{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
	.st_deals_section .st_deal_card{min-height:357px!important}
	.st_why>.e-con-inner{gap:0!important}
	.st_tutors>.e-con-inner{gap:0!important}
	.st_reviews>.e-con-inner{gap:0!important}
	.st_reviews .st_section_head{margin-bottom:24px!important}
	.st_reviews .st_testimonial_shell{min-height:276px!important;padding:0!important}
	.st_blogs>.e-con-inner{gap:0!important}
	.st_dynamic_blog_more{margin-top:24px!important}
	.st_big_tool,.st_tool_list{min-height:391px!important}
	.st_dynamic_tutor_card{min-height:401px!important}
	.st_dynamic_tutor_body{min-height:149px!important;min-height:149px!important;overflow:hidden}
	.st_dynamic_tutor_tags{flex-wrap:nowrap!important;width:100%;overflow:hidden}
	.st_dynamic_tutor_tags span{min-width:0;max-width:33.333%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	.st_dynamic_blog_card{min-height:303px!important;overflow:hidden}
	.st_dynamic_blog_card .st_blog_body{min-height:133px!important;flex:0 0 133px!important;overflow:hidden}

}

/* Subject-support fidelity: Elementor owns typography; CSS only matches the
   icon-box wrapper geometry that Elementor does not expose precisely. */
.st_subjects .st_kicker{min-height:36px!important}
.st_homepage .st_subjects .st_section_head.st_center{gap:0!important;margin-bottom:48px!important}
.st_homepage .st_subjects>.e-con-inner{gap:0!important}
.st_subjects .st_card_iconbox,
.st_subjects .st_card_iconbox .elementor-icon-box-wrapper{gap:0!important}
.st_subjects .st_subject_card>.e-con-inner{padding-top:0!important;padding-bottom:0!important}
.st_subjects .st_card_iconbox .elementor-icon-box-icon{margin-bottom:20px!important}
.st_subjects .st_card_iconbox .elementor-icon{
	display:grid!important;
	place-items:center!important;
	width:55px!important;
	height:55px!important;
	padding:0!important;
	border-radius:18px!important;
	box-sizing:border-box!important;
	margin-bottom:0!important;
}
.st_subjects .st_card_iconbox .elementor-icon-box-title{margin:0 0 10px!important;letter-spacing:-.03em!important}
@media(max-width:575px){
	.st_subjects .st_section_head{margin-bottom:34px!important}
}

/* ALL TUTORS PAGE */

:root {
  --st_at_navy: #071b4a;
  --st_at_navy_2: #10295f;
  --st_at_gold: #f5b51b;
  --st_at_gold_soft: #fff5d8;
  --st_at_mint: #dcf7ef;
  --st_at_blue_soft: #eef5ff;
  --st_at_bg: #fffdf8;
  --st_at_text: #5d6678;
  --st_at_line: #e8edf5;
  --st_at_white: #ffffff;
  --st_at_shadow: 0 24px 70px rgba(7, 27, 74, 0.12);
  --st_at_shadow_soft: 0 14px 40px rgba(7, 27, 74, 0.08);
}

.st_at_directory_shortcode,
.st_at_directory_shortcode * {
  box-sizing: border-box;
}

.st_at_directory_shortcode {
  color: #111827;
}

.st_at_directory_shortcode a {
  color: inherit;
  text-decoration: none;
}

.st_at_directory_shortcode img {
  display: block;
  max-width: 100%;
}

.st_at_section {
  position: relative;
}

.st_at_container {
  width: 100%;
  margin-inline: auto;
}

.st_at_kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(245, 181, 27, 0.14);
  color: var(--st_at_navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st_at_kicker i {
  color: var(--st_at_gold);
}

.st_at_h2 {
  margin: 0 0 18px;
  color: var(--st_at_navy);
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.052em;
}

.st_at_btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  overflow: hidden;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.st_at_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2px auto -2px -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s cubic-bezier(.22,1,.36,1);
}

.st_at_btn:hover::before {
  left: 120%;
}

.st_at_btn i {
  transition: transform 0.25s ease;
}

.st_at_btn:hover i {
  transform: translateX(4px);
}

.st_at_btn_gold {
  background: var(--st_at_gold);
  color: var(--st_at_navy);
  box-shadow: 0 16px 35px rgba(245,181,27,.25);
}

.st_at_btn_gold:hover {
  background: #ffc73d;
  color: var(--st_at_navy);
  transform: translateY(-3px);
}

.st_at_btn_light {
  border-color: var(--st_at_line);
  background: var(--st_at_white);
  color: var(--st_at_navy);
  box-shadow: var(--st_at_shadow_soft);
}

.st_at_btn_light:hover {
  color: var(--st_at_navy);
  transform: translateY(-3px);
}

/* Tutor directory */
.st_at_tutors_layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  overflow: visible;
}

.st_at_filter_col {
  position: sticky;
  z-index: 20;
  top: 96px;
  align-self: start;
  height: max-content;
}

.st_at_filter_box {
  overflow: visible;
  padding: 24px;
  border: 1px solid rgba(7,27,74,.08);
  border-radius: 30px;
  background: var(--st_at_white);
  box-shadow: var(--st_at_shadow_soft);
}

.st_at_filter_box h2 {
  margin: 12px 0;
  color: var(--st_at_navy);
  font-size: 30px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.st_at_filter_box p {
  margin: 0 0 20px;
  color: var(--st_at_text);
  line-height: 1.6;
}

.st_at_filter_group {
  margin-bottom: 16px;
}

.st_at_filter_group .ai_st_input_options { position: relative; }
.st_at_filter_group .ai_st_input_options::after { content: "\f078"; position: absolute; top: 50%; right: 18px; z-index: 2; color: var(--st_at_navy); font-family: "Font Awesome 6 Free"; font-size: 11px; font-weight: 900; line-height: 1; pointer-events: none; transform: translateY(-50%); }

.st_at_filter_group label {
  display: block;
  margin: 0 0 8px;
  color: #8390a4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st_at_filter_group select,
.st_at_filter_group input {
  width: 100%;
  height: 54px;
  padding: 0 14px;
  border: 1px solid var(--st_at_line);
  border-radius: 16px;
  outline: 0;
  background: #f8fafc;
  color: var(--st_at_navy);
  font-weight: 800;
}

.st_at_filter_group select { padding-right: 44px; appearance: none; -webkit-appearance: none; background-image: none !important; }

.st_at_filter_group select:focus,
.st_at_filter_group input:focus {
  border-color: var(--st_at_gold);
  box-shadow: 0 0 0 4px rgba(245,181,27,.13);
}

.st_at_filter_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.st_at_apply_filters {
  min-height: 52px;
}

.st_at_apply_filters_loading {
  display: none !important;
  align-items: center;
  gap: 8px;
}

.st_at_apply_filters.st_at_is_loading .st_at_apply_filters_text {
  display: none;
}

.st_at_apply_filters.st_at_is_loading .st_at_apply_filters_loading {
  display: inline-flex !important;
}

.st_at_apply_filters:disabled,
.st_at_clear_filters:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.st_at_clear_filters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--st_at_line);
  border-radius: 999px;
  background: var(--st_at_white);
  color: var(--st_at_navy);
  box-shadow: var(--st_at_shadow_soft);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background-color .25s ease,
    box-shadow .25s ease;
}

.st_at_clear_filters:hover {
  border-color: rgba(7,27,74,.2);
  background: var(--st_at_gold_soft);
  color: var(--st_at_navy);
  box-shadow: 0 14px 30px rgba(7,27,74,.1);
  transform: translateY(-2px);
}

.st_at_clear_filters:focus-visible {
  outline: 3px solid rgba(245,181,27,.35);
  outline-offset: 3px;
}

.st_at_filter_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.st_at_filter_chip {
  padding: 12px 16px;
  border: 1px solid var(--st_at_line);
  border-radius: 999px;
  background: var(--st_at_white);
  color: var(--st_at_navy);
  font-weight: 900;
  transition: 0.2s ease;
}

.st_at_filter_chip.active,
.st_at_filter_chip:hover {
  border-color: var(--st_at_navy);
  background: var(--st_at_navy);
  color: var(--st_at_white);
}

.st_at_filter_note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: var(--st_at_blue_soft);
  color: var(--st_at_navy);
  font-weight: 800;
  line-height: 1.45;
}

.st_at_tutor_results {
  min-width: 0;
}

.st_at_listing_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.st_at_listing_heading h2 {
  margin: 12px 0 0;
  color: var(--st_at_navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
}

.st_at_count {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--st_at_line);
  border-radius: 999px;
  background: var(--st_at_white);
  color: var(--st_at_navy);
  box-shadow: var(--st_at_shadow_soft);
  font-weight: 900;
}

.st_at_tutor_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.st_at_tutor_card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(7,27,74,.08);
  border-radius: 30px;
  background: var(--st_at_white);
  box-shadow: var(--st_at_shadow_soft);
  opacity: 1;
  visibility: visible;
  transition: 0.28s cubic-bezier(.22,1,.36,1);
}

.st_at_tutor_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(7,27,74,.13);
}

.st_at_tutor_photo_wrap {
  position: relative;
  min-height: 246px;
  overflow: hidden;
  background: #f4f7fb;
}

.st_at_tutor_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.st_at_tutor_card:hover .st_at_tutor_photo {
  transform: scale(1.08);
}

.st_at_status {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--st_at_white);
  color: var(--st_at_navy);
  box-shadow: 0 12px 25px rgba(7,27,74,.12);
  font-size: 12px;
  font-weight: 900;
}

.st_at_status i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.st_at_online i {
  background: #20c997;
  box-shadow: 0 0 0 5px rgba(32,201,151,.14);
}

.st_at_offline i {
  background: #9aa4b2;
}

.st_at_tutor_info {
  padding: 24px;
}

.st_at_tutor_topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.st_at_tutor_topline h3 * {
  margin: 0;
  color: var(--st_at_navy);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.st_at_tutor_topline strong {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--st_at_gold_soft);
  color: var(--st_at_navy);
  font-size: 13px;
  white-space: nowrap;
}

.st_at_tutor_subjects {
  margin: 8px 0 10px;
  color: var(--st_at_gold);
  font-weight: 900;
}

.st_at_tutor_bio {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--st_at_text);
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.st_at_tutor_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.st_at_tutor_meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--st_at_line);
  border-radius: 999px;
  background: #f8fafc;
  color: var(--st_at_navy);
  font-size: 12px;
  font-weight: 900;
}

.st_at_tutor_level { white-space: nowrap; }
.st_at_available_total { display: inline; }

.st_at_tutor_meta i {
  color: var(--st_at_gold);
}

.st_at_tutor_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.st_at_no_results {
  display: none;
  padding: 28px;
  border: 1px solid var(--st_at_line);
  border-radius: 26px;
  background: var(--st_at_white);
  color: var(--st_at_text);
  text-align: center;
  font-weight: 800;
}

/* Mobile directory controls */
.st_at_mobile_bottom_nav,
.st_at_filter_drawer_overlay {
  display: none;
}

.st_at_filter_drawer_overlay.st_at_open {
  display: flex;
}

@keyframes st_at_drawer_up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* Native Elementor animation hooks */
.st_at_step_card {
  position: relative;
  overflow: hidden;
  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    box-shadow .28s ease,
    border-color .28s ease;
}

.st_at_step_card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, rgba(245,181,27,.22), rgba(220,247,239,.32));
  transition: width .52s cubic-bezier(.22,1,.36,1);
}

.st_at_step_card > * {
  position: relative;
  z-index: 2;
}

.st_at_step_card:hover {
  transform: translateY(-5px) scale(1.012);
  border-color: rgba(245,181,27,.42) !important;
  box-shadow: 0 18px 42px rgba(7,27,74,.10);
  color:#000;
}

.all-tutors_body .st_at_step_card:hover *
{
  color:#000 !important;
}

.st_at_step_card:hover::before {
  width: 100%;
}

.st_at_step_number {
  transition:
    transform .3s cubic-bezier(.22,1,.36,1),
    background-color .28s ease,
    box-shadow .28s ease;
}

.st_at_step_card:hover .st_at_step_number {
  background: var(--st_at_gold) !important;
  transform: rotate(-5deg) scale(1.08);
  box-shadow: 0 14px 32px rgba(245,181,27,.3);
  color:#000;
}

.st_at_avatar_stack {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.st_at_avatar_stack .elementor-widget-image {
  width: 48px !important;
  margin-left: -10px;
}

.st_at_avatar_stack .elementor-widget-image:first-child {
  margin-left: 0;
}

.st_at_avatar_stack img {
  width: 48px !important;
  height: 48px !important;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50% !important;
  box-shadow: 0 10px 22px rgba(7,27,74,.12);
}

.st_at_native_fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
}

.st_at_native_fade.st_at_is_visible {
  visibility: visible;
  animation: st_at_fade_up .72s cubic-bezier(.22,1,.36,1) both;
}

.st_at_match_preview.st_at_steps_live .st_at_step_card:nth-child(1) {
  animation: st_at_step_load .62s cubic-bezier(.22,1,.36,1) .02s both;
}

.st_at_match_preview.st_at_steps_live .st_at_step_card:nth-child(2) {
  animation: st_at_step_load .62s cubic-bezier(.22,1,.36,1) .18s both;
}

.st_at_match_preview.st_at_steps_live .st_at_step_card:nth-child(3) {
  animation: st_at_step_load .62s cubic-bezier(.22,1,.36,1) .34s both;
}

@keyframes st_at_fade_up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes st_at_step_load {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  .st_at_tutors_layout {
    grid-template-columns: 1fr;
  }

  .st_at_filter_col {
    display: none;
  }

  .st_at_tutor_card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .st_at_tutor_photo_wrap {
    min-height: 220px;
  }

  .st_at_mobile_bottom_nav {
    position: fixed;
    z-index: 130;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    padding: 9px;
    border: 1px solid rgba(7,27,74,.1);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 55px rgba(7,27,74,.18);
    backdrop-filter: blur(18px);
  }

  .st_at_mobile_bottom_nav a,
  .st_at_mobile_bottom_nav button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 54px;
    border: 0;
    border-radius: 17px;
    background: transparent;
    color: var(--st_at_navy);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }

  .st_at_mobile_bottom_nav i {
    font-size: 17px;
  }

  .st_at_mobile_bottom_nav .st_at_bottom_primary {
    background: var(--st_at_gold);
    box-shadow: 0 10px 24px rgba(245,181,27,.24);
  }

  .st_at_filter_drawer_overlay {
    position: fixed;
    z-index: 200;
    inset: 0;
    align-items: flex-end;
    background: rgba(7,27,74,.48);
  }

  .st_at_filter_drawer {
    width: 100%;
    max-height: 86vh;
    overflow: auto;
    padding: 18px;
    border-radius: 28px 28px 0 0;
    background: #fff;
    box-shadow: 0 -24px 70px rgba(7,27,74,.2);
    animation: st_at_drawer_up .32s cubic-bezier(.22,1,.36,1);
  }

  .st_at_drawer_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .st_at_drawer_head strong {
    color: var(--st_at_navy);
    font-size: 22px;
    font-weight: 900;
  }

  .st_at_drawer_close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f4f7fb;
    color: var(--st_at_navy);
  }

  .st_at_filter_drawer .st_at_filter_box {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 575px) {
  html .st_at_tutor_photo_link img {
    object-position: center;

}
  .st_at_listing_top {
    align-items: flex-start;
    flex-direction: column;
  }

  .st_at_tutor_card {
    grid-template-columns: 1fr;
  }

  .st_at_tutor_photo_wrap {
    height: 260px;
  }

  .st_at_tutor_topline {
    display: block;
  }

  .st_at_tutor_topline strong {
    display: inline-flex;
    margin-top: 10px;
  }

  .st_at_tutor_actions .st_at_btn {
    width: 100%;
  }

  .st_at_mobile_bottom_nav {
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 5px;
    border-radius: 20px;
  }

  .st_at_mobile_bottom_nav a,
  .st_at_mobile_bottom_nav button {
    min-height: 50px;
    font-size: 10px;
  }

  .st_at_avatar_stack {
    justify-content: center;
  }

  .st_at_match_footer {
    align-items: stretch !important;
  }
}

/* All Tutors pagination. */
body:has(.st_at_all_tutors_template) .st_at_load_more_wrap {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}

body:has(.st_at_all_tutors_template) .st_at_load_more_wrap[hidden] {
  display: none;
}

body:has(.st_at_all_tutors_template) .st_at_load_more {
  min-width: 210px;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(245,181,27,.24);
}

body:has(.st_at_all_tutors_template) .st_at_load_more_loading {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

body:has(.st_at_all_tutors_template) .st_at_load_more.st_at_is_loading .st_at_load_more_text {
  display: none;
}

body:has(.st_at_all_tutors_template) .st_at_load_more.st_at_is_loading .st_at_load_more_loading {
  display: inline-flex;
}

/* Use the real Elementor step and number containers for the sequence. */
body:has(.st_at_all_tutors_template) .elementor-element-109e0f78,
body:has(.st_at_all_tutors_template) .elementor-element-14e6dc35,
body:has(.st_at_all_tutors_template) .elementor-element-283b0ea3 {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

body:has(.st_at_all_tutors_template) .elementor-element-109e0f78::before,
body:has(.st_at_all_tutors_template) .elementor-element-14e6dc35::before,
body:has(.st_at_all_tutors_template) .elementor-element-283b0ea3::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 0;
  background: linear-gradient(
    90deg,
    rgba(245,181,27,.22),
    rgba(220,247,239,.32)
  );
}

body:has(.st_at_all_tutors_template) .elementor-element-109e0f78 > *,
body:has(.st_at_all_tutors_template) .elementor-element-14e6dc35 > *,
body:has(.st_at_all_tutors_template) .elementor-element-283b0ea3 > * {
  position: relative;
  z-index: 1;
}

body:has(.st_at_all_tutors_template) .elementor-element-6477f0e2,
body:has(.st_at_all_tutors_template) .elementor-element-11beeee0,
body:has(.st_at_all_tutors_template) .elementor-element-1d231b33 {
  position: relative;
}

body:has(.st_at_all_tutors_template) .elementor-element-6477f0e2::before,
body:has(.st_at_all_tutors_template) .elementor-element-11beeee0::before,
body:has(.st_at_all_tutors_template) .elementor-element-1d231b33::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(245,181,27,.36);
  border-radius: 17px;
  opacity: 0;
  transform: scale(.7);
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .elementor-element-109e0f78::before {
  animation: st_at_step_fill .7s cubic-bezier(.22,1,.36,1) .24s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .elementor-element-14e6dc35::before {
  animation: st_at_step_fill .7s cubic-bezier(.22,1,.36,1) .48s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .elementor-element-283b0ea3::before {
  animation: st_at_step_fill .7s cubic-bezier(.22,1,.36,1) .72s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .elementor-element-6477f0e2::before {
  animation: st_at_step_pulse 1.1s ease .23s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .elementor-element-11beeee0::before {
  animation: st_at_step_pulse 1.1s ease .47s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .elementor-element-1d231b33::before {
  animation: st_at_step_pulse 1.1s ease .71s both;
}

@media (max-width: 575px) {
  body:has(.st_at_all_tutors_template) .st_at_load_more {
    width: 100%;
  }
}

/* All Tutors Elementor page: match the approved all-tutors.html hero. */
body:has(.st_at_all_tutors_template) .elementor-element-31401175 {
  position: relative;
  isolation: isolate;
  min-height: 0;
}


@media(max-width:992px){
.all-tutors_body .st_at_all_tutors_template:before {
        content: "" !important;
        right: -155px !important;
        top: -12.5% !important;
        left: auto !important;
        bottom: auto !important;
        width: 430px !important;
        height: 430px !important;
        background: var(--st_gold_soft) !important;
        border-radius: 50% !important;
        position: absolute;
        pointer-events: none;
    }
}

@media(min-width:992px){
.all-tutors_body:before {
  top: -130px;
  right: -180px;
  left: auto;
  width: 430px;
  height: 430px;
  background: var(--st_at_gold_soft);
    content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}
}

.st_at_filter_content .st_at_filter_actions .st_at_btn
{
padding:0px 14px;
}


body:has(.st_at_all_tutors_template) .elementor-element-2475d0f8 > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .75fr);
  align-items: center;
  gap: 42px;
  max-width: 1160px;
}

body:has(.st_at_all_tutors_template) .elementor-element-4ff5dedc,
body:has(.st_at_all_tutors_template) .elementor-element-3174a5e4 {
  width: 100%;
  min-width: 0;
  padding: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-4ff5dedc {
  align-self: end;
  gap: 0;
  transform: translateY(-96px);
}

body:has(.st_at_all_tutors_template) .elementor-element-43c333dd {
  align-self: flex-start;
  width: auto;
  min-height: 0;
  padding: 9px 14px;
  border-radius: 999px;
  align-items: center;
  flex-direction: row;
  gap: 9px;
}

body:has(.st_at_all_tutors_template) .elementor-element-43c333dd > .elementor-widget {
  width: auto;
  height: auto;
  min-height: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-419c286a .elementor-icon {
  font-size: 12px;
}

body:has(.st_at_all_tutors_template) .elementor-element-197789f4 .elementor-heading-title {
  font-size: 12px;
  line-height: 1;
}

body:has(.st_at_all_tutors_template) .elementor-element-67a31ee9 {
  margin: 20px 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-67a31ee9 .elementor-heading-title {
  font-size: clamp(48px, 6.4vw, 88px) !important;
  line-height: .94 !important;
  letter-spacing: -.068em !important;
}

body:has(.st_at_all_tutors_template) .elementor-element-5c27c0df,
body:has(.st_at_all_tutors_template) .elementor-element-5c27c0df p {
  margin: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-5c27c0df {
  max-width: 690px;
  font-size: 18px;
  line-height: 1.75;
}

body:has(.st_at_all_tutors_template) .elementor-element-3174a5e4 {
  gap: 20px;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e {
  position: relative;
  overflow: hidden;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(7,27,74,.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--st_at_shadow_soft);
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e::before,
body:has(.st_at_all_tutors_template) .elementor-element-5a84515e::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e::before {
  top: -88px;
  right: -74px;
  left: auto;
  width: 210px;
  height: 210px;
  background: var(--st_at_gold_soft);
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e::after {
  right: auto;
  bottom: -95px;
  left: -80px;
  width: 230px;
  height: 230px;
  background: var(--st_at_mint);
  opacity: .75;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e > * {
  position: relative;
  z-index: 1;
}

.ai_st_all_tut_mp_cnt::before
{
  content: "\e2ca";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color:var(--st_gold);
}


body:has(.st_at_all_tutors_template) .elementor-element-3db152f0 {
  min-height: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
}


body:has(.st_at_all_tutors_template) .elementor-element-55bfc91f {
  gap: 12px;
  padding: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-109e0f78,
body:has(.st_at_all_tutors_template) .elementor-element-14e6dc35,
body:has(.st_at_all_tutors_template) .elementor-element-283b0ea3 {
  min-height: 0;
  padding: 13px 14px;
  align-items: center;
  gap: 14px;
}

body:has(.st_at_all_tutors_template) .elementor-element-6477f0e2,
body:has(.st_at_all_tutors_template) .elementor-element-11beeee0,
body:has(.st_at_all_tutors_template) .elementor-element-1d231b33 {
  flex: 0 0 38px;
  width: 38px;
  min-height: 38px;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-5448b71c,
body:has(.st_at_all_tutors_template) .elementor-element-cf572f4,
body:has(.st_at_all_tutors_template) .elementor-element-1e7e588c {
  min-width: 0;
  min-height: 0;
  padding: 0;
  justify-content: center;
  gap: 4px;
}

body:has(.st_at_all_tutors_template) .elementor-element-5448b71c .elementor-widget,
body:has(.st_at_all_tutors_template) .elementor-element-cf572f4 .elementor-widget,
body:has(.st_at_all_tutors_template) .elementor-element-1e7e588c .elementor-widget {
  margin: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-5448b71c p,
body:has(.st_at_all_tutors_template) .elementor-element-cf572f4 p,
body:has(.st_at_all_tutors_template) .elementor-element-1e7e588c p {
  margin: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-5448b71c .elementor-heading-title,
body:has(.st_at_all_tutors_template) .elementor-element-cf572f4 .elementor-heading-title,
body:has(.st_at_all_tutors_template) .elementor-element-1e7e588c .elementor-heading-title {
  font-size: 16px;
  line-height: 1.1;
}

body:has(.st_at_all_tutors_template) .elementor-element-5448b71c .elementor-widget-text-editor,
body:has(.st_at_all_tutors_template) .elementor-element-cf572f4 .elementor-widget-text-editor,
body:has(.st_at_all_tutors_template) .elementor-element-1e7e588c .elementor-widget-text-editor {
  font-size: 13px;
  line-height: 1.35;
}

body:has(.st_at_all_tutors_template) .elementor-element-504631d {
  min-height: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
}

body:has(.st_at_all_tutors_template) .elementor-element-6c9feccd {
  min-height: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}


body:has(.st_at_all_tutors_template) .st_at_filter_box {
  max-height: calc(100vh - 118px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(7,27,74,.18) transparent;
}

body:has(.st_at_all_tutors_template) .st_at_filter_box::-webkit-scrollbar {
  width: 6px;
}

body:has(.st_at_all_tutors_template) .st_at_filter_box::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(7,27,74,.18);
}

body:has(.st_at_all_tutors_template) .st_at_tutor_topline h3 a {
  color: inherit;
}

body:has(.st_at_all_tutors_template) .elementor-element-706b537b,
body:has(.st_at_all_tutors_template) .elementor-element-1302be07,
body:has(.st_at_all_tutors_template) .elementor-element-5a62e1c7 {
  min-width: 0;
  min-height: 0;
  padding: 0;
  gap: 4px;
}

@media (max-width: 991px) {
  body:has(.st_at_all_tutors_template) .elementor-element-31401175 {
    margin-top: -16px;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-2475d0f8 > .e-con-inner {
    grid-template-columns: 1fr;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-3174a5e4 {
    width: 100%;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-4ff5dedc {
    transform: none;
  }

  body:has(.st_at_all_tutors_template) .st_at_filter_box {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 575px) {
  body:has(.st_at_all_tutors_template) .elementor-element-31401175 {
    padding: 42px 0 28px;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-2475d0f8 {
    padding-inline: 12px;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-67a31ee9 .elementor-heading-title {
    font-size: 45px;
  }


}

@media (prefers-reduced-motion: reduce) {
  .st_at_native_fade {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .st_at_step_card,
  .st_at_step_card::before,
  .st_at_step_number,
  .st_at_tutor_card,
  .st_at_tutor_photo {
    animation: none !important;
    transition: none !important;
  }
}

/* All Tutors: final reference alignment and responsive behaviour. */
body:has(.st_at_all_tutors_template) .elementor-element-2475d0f8 > .e-con-inner {
  align-items: center;
}

body:has(.st_at_all_tutors_template) .elementor-element-4ff5dedc {
  align-self: auto;
  transform: none;
}

body:has(.st_at_all_tutors_template) .elementor-element-43c333dd {
  height: 36px;
  padding: 9px 14px;
  line-height: 18px;
}

body:has(.st_at_all_tutors_template) .elementor-element-43c333dd .elementor-icon-wrapper,
body:has(.st_at_all_tutors_template) .elementor-element-43c333dd .elementor-heading-title {
  line-height: 18px;
}

body:has(.st_at_all_tutors_template) .elementor-element-67a31ee9 {
  margin: 20px 0 !important;
}

body:has(.st_at_all_tutors_template) .elementor-element-3174a5e4 {
  gap: 18px;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e {
  gap: 0;
  box-shadow: var(--st_at_shadow);
}



body:has(.st_at_all_tutors_template) .elementor-element-5b079671 {
  padding: 10px 13px;
}

body:has(.st_at_all_tutors_template) .elementor-element-3db152f0 {
  margin-bottom: 20px !important;
}


body:has(.st_at_all_tutors_template) .elementor-element-55bfc91f {
  gap: 10px;
}

body:has(.st_at_all_tutors_template) .elementor-element-109e0f78,
body:has(.st_at_all_tutors_template) .elementor-element-14e6dc35,
body:has(.st_at_all_tutors_template) .elementor-element-283b0ea3 {
  min-height: 68.5px;
}

body:has(.st_at_all_tutors_template) .elementor-element-504631d {
  height: 54px;
  margin-top: 20px;
}

body:has(.st_at_all_tutors_template) .ai_st_all_tutor_match_btn,
body:has(.st_at_all_tutors_template) .ai_st_all_tutor_match_btn .elementor-button {
  min-height: 54px;
}

body:has(.st_at_all_tutors_template) .ai_st_all_tutor_match_btn .elementor-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

body:has(.st_at_all_tutors_template) .elementor-element-6c9feccd {
  width: 106px;
  height: 42px;
  gap: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-6c9feccd .elementor-widget-image {
  flex: 0 0 42px;
  width: 42px !important;
  height: 42px;
  margin-left: -10px;
}

body:has(.st_at_all_tutors_template) .elementor-element-6c9feccd .elementor-widget-image:first-child {
  margin-left: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-6c9feccd img {
  display: block;
  width: 42px !important;
  height: 42px !important;
  border: 3px solid #fff;
  border-radius: 50% !important;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 10px 22px rgba(7,27,74,.12);
}


body:has(.st_at_all_tutors_template) .elementor-element-706b537b,
body:has(.st_at_all_tutors_template) .elementor-element-1302be07,
body:has(.st_at_all_tutors_template) .elementor-element-5a62e1c7 {
  width: auto;
  min-height: 112px;
  padding: 18px;
  justify-content: flex-start;
  gap: 0;
}

body:has(.st_at_all_tutors_template) .elementor-element-706b537b .elementor-heading-title,
body:has(.st_at_all_tutors_template) .elementor-element-1302be07 .elementor-heading-title,
body:has(.st_at_all_tutors_template) .elementor-element-5a62e1c7 .elementor-heading-title {
  margin: 0;
}


/* Match-card loading sequence copied from the approved prototype. */
body:has(.st_at_all_tutors_template) .st_at_step_card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transform: translateZ(0);
  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease;
}

body:has(.st_at_all_tutors_template) .st_at_step_card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: 0;
  background: linear-gradient(
    90deg,
    rgba(245,181,27,.22),
    rgba(220,247,239,.32)
  );
}

body:has(.st_at_all_tutors_template) .st_at_step_card > * {
  position: relative;
  z-index: 1;
}

body:has(.st_at_all_tutors_template) .st_at_step_number::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(245,181,27,.36);
  border-radius: 17px;
  opacity: 0;
  transform: scale(.7);
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(1)::before {
  animation: st_at_step_fill .7s cubic-bezier(.22,1,.36,1) .06s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(2)::before {
  animation: st_at_step_fill .7s cubic-bezier(.22,1,.36,1) .30s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(3)::before {
  animation: st_at_step_fill .7s cubic-bezier(.22,1,.36,1) .54s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(1) .st_at_step_number {
  animation: st_at_number_pop .55s cubic-bezier(.22,1,.36,1) .08s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(2) .st_at_step_number {
  animation: st_at_number_pop .55s cubic-bezier(.22,1,.36,1) .32s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(3) .st_at_step_number {
  animation: st_at_number_pop .55s cubic-bezier(.22,1,.36,1) .56s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(1) .st_at_step_number::before {
  animation: st_at_step_pulse 1.1s ease .05s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(2) .st_at_step_number::before {
  animation: st_at_step_pulse 1.1s ease .42s both;
}

body:has(.st_at_all_tutors_template) .elementor-element-5a84515e.st_at_steps_live .st_at_step_card:nth-child(3) .st_at_step_number::before {
  animation: st_at_step_pulse 1.1s ease .79s both;
}

@keyframes st_at_step_fill {
  0% { width: 0; }
  62% { width: 100%; }
  100% { width: 0; }
}

@keyframes st_at_number_pop {
  0% {
    color: var(--st_at_gold);
    background: #fff;
    transform: scale(.75);
  }
  45% {
    color: var(--st_at_navy);
    background: var(--st_at_gold);
    transform: scale(1.12) rotate(-5deg);
  }
  100% {
    color: var(--st_at_gold);
    background: #fff;
    transform: scale(1);
  }
}

@keyframes st_at_step_pulse {
  0% {
    opacity: 0;
    transform: scale(.7);
  }
  42% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.32);
  }
}

@media (max-width: 991px) {
  body:has(.st_at_all_tutors_template) .elementor-element-2475d0f8 > .e-con-inner {
    grid-template-columns: 1fr;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-4ff5dedc {
    align-self: auto;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-5a84515e {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  body:has(.st_at_all_tutors_template) .elementor-element-67a31ee9 .elementor-heading-title {
    font-size: 45px !important;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-5a84515e {
    padding: 22px;
    border-radius: 28px;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-109e0f78,
  body:has(.st_at_all_tutors_template) .elementor-element-14e6dc35,
  body:has(.st_at_all_tutors_template) .elementor-element-283b0ea3 {
    align-items: flex-start;
    flex-direction: column;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-504631d {
    height: auto;
    align-items: stretch;
    flex-wrap: wrap;
  }

  body:has(.st_at_all_tutors_template) .ai_st_all_tutor_match_btn,
  body:has(.st_at_all_tutors_template) .ai_st_all_tutor_match_btn .elementor-button {
    width: 100%;
  }

  body:has(.st_at_all_tutors_template) .elementor-element-6c9feccd {
    margin-inline: auto;
  }


}

/* ==========================================================================
   Contact page reference parity corrections
   These rules cover effects or generated Forminator markup that Elementor
   cannot represent reliably through widget controls alone.
   ========================================================================== */


.st_contact_page .st_contact_hero_inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: .92fr 1.08fr;
  gap: 58px !important;
  align-items: center;
}

.st_contact_page .st_contact_copy,
.st_contact_page .st_contact_visual,
.st_contact_page .st_contact_info_stack,
.st_contact_page .st_contact_form_card,
.st_contact_page .st_contact_route_copy,
.st_contact_page .st_contact_route_map {
  width: auto !important;
  padding-top: 0;
  padding-bottom: 0;
}

.st_contact_page .st_contact_copy,
.st_contact_page .st_contact_visual,
.st_contact_page .st_contact_info_stack {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.st_contact_page .st_contact_h1 .elementor-heading-title {
  font-size: clamp(44px, 6.1vw, 82px);
  line-height: .96;
  letter-spacing: -.065em;
}

.st_contact_page .st_contact_lead,
.st_contact_page .st_contact_lead p {
  font-size: 18px;
  line-height: 1.75;
}


.st_contact_page .st_contact_pill_icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--st-contact-gold-soft);
}

.st_contact_page .st_contact_visual {
  min-height: 520px;
  margin-top: 0;
}

.st_contact_page .st_contact_photo {
  top: 28px;
  right: 0;
  width: 430px;
  height: 360px;
  border: 1px solid rgba(7, 27, 74, .08);
  border-radius: 42px;
  box-shadow: 0 22px 60px rgba(7, 27, 74, .14);
}

.st_contact_page .st_contact_photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 42%, rgba(7, 27, 74, .32));
  content: "";
  pointer-events: none;
}

.st_contact_page .st_contact_quick_card {
  top: 0;
  left: 0;
  width: 310px;
  padding: 24px !important;
  border-radius: 32px !important;
  box-shadow: 0 22px 60px rgba(7, 27, 74, .14);
}

.st_contact_page .st_contact_quick_title .elementor-heading-title {
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.st_contact_page .st_contact_quick_card .st_contact_kicker {
  background: rgba(255, 255, 255, .12) !important;
}

.st_contact_page .st_contact_quick_card .st_contact_kicker_text .elementor-heading-title {
  color: #fff;
}

.st_contact_page .st_contact_time_card {
  right: auto;
  bottom: 24px;
  left: 32px;
  width: 330px;
  padding: 22px !important;
  border: 1px solid rgba(7, 27, 74, .08) !important;
  border-radius: 30px !important;
  background: #fff !important;
  box-shadow: 0 22px 60px rgba(7, 27, 74, .14) !important;
}

.st_contact_page .st_contact_hours_title .elementor-heading-title {
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: -.02em;
}

.st_contact_page .st_contact_shape {
  position: absolute !important;
  z-index: 2;
  display: block !important;
  flex: none !important;
  padding: 0 !important;
  pointer-events: none;
}

.st_contact_page .st_contact_circle_gold {
  width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  border: 9px solid var(--st-contact-gold);
  border-radius: 50%;
}

.st_contact_page .st_contact_square_mint {
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  border: 7px solid #36c7ae;
  border-radius: 11px;
  transform: rotate(45deg);
}

.st_contact_page .st_contact_shape_circle_one {
  top: 170px;
  left: 8%;
}

.st_contact_page .st_contact_shape_circle_two {
  top: 245px;
  left: 8%;
}

.st_contact_page .st_contact_shape_square_one {
  top: 390px;
  right: 13%;
}

.st_contact_page .st_contact_shape_square_two {
  top: 590px;
  right: 11%;
}


.st_contact_page .st_contact_form_grid {
  display: grid !important;
  grid-template-columns: .86fr 1.14fr;
  gap: 28px !important;
  align-items: start;
}

.st_contact_page .st_contact_info_stack {
  position: sticky;
  top: 118px;
  display: grid !important;
  gap: 16px !important;
}

.st_contact_page .st_contact_info_card {
  min-height: 0;
  padding: 24px !important;
  border-radius: 28px !important;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), box-shadow .28s;
}

.st_contact_page .st_contact_info_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 58px rgba(7, 27, 74, .11) !important;
}

.st_contact_page .st_contact_info_text,
.st_contact_page .st_contact_info_text p,
.st_contact_page .st_contact_info_text a {
  color: var(--st-contact-ink-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.st_contact_page .st_contact_form_card {
  position: relative;
  overflow: hidden;
  padding: 34px !important;
  border-radius: 42px !important;
}

.st_contact_page .st_contact_form_card::before,
.st_contact_page .st_contact_form_card::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.st_contact_page .st_contact_form_card::before {
  top: -90px;
  right: -90px;
  width: 230px;
  height: 230px;
  background: var(--st-contact-gold-soft);
}

.st_contact_page .st_contact_form_card::after {
  bottom: -110px;
  left: -80px;
  width: 260px;
  height: 260px;
  background: var(--st-contact-mint);
  opacity: .55;
}

.st_contact_page .st_contact_form_card > * {
  position: relative;
  z-index: 1;
}

.st_contact_page .st_contact_form_head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 175px;
  gap: 20px !important;
  align-items: start;
}

.st_contact_page .st_contact_form_heading,
.st_contact_page .st_contact_form_intro {
  width: auto !important;
  padding: 0 !important;
}

.st_contact_page .st_contact_form_title .elementor-heading-title {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.05em;
}

.st_contact_page .st_contact_form_intro,
.st_contact_page .st_contact_form_intro p {
  color: var(--st-contact-ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.st_contact_page .st_contact_forminator .forminator-row {
  grid-template-columns: 1fr !important;
  gap: 14px;
  margin-bottom: 14px !important;
}

.st_contact_page .st_contact_forminator .forminator-row:has(> .forminator-col + .forminator-col) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.st_contact_page .st_contact_forminator input:not([type="checkbox"]):not([type="radio"]),
.st_contact_page .st_contact_forminator select,
.st_contact_page .st_contact_forminator textarea,
.st_contact_page .st_contact_forminator .forminator-input,
.st_contact_page .st_contact_forminator .select2-selection,
.st_contact_page .st_contact_forminator .forminator-textarea {
  min-height: 56px !important;
  padding: 16px !important;
  border-radius: 18px !important;
  background: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.st_contact_page .st_contact_forminator textarea,
.st_contact_page .st_contact_forminator .forminator-textarea {
  width: 100% !important;
  min-height: 142px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

.st_contact_page .st_contact_forminator .select2-selection__rendered {
  line-height: 24px !important;
}

.st_contact_page .st_contact_form_note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 18px;
  color: var(--st-contact-ink-soft);
  font-weight: 800;
  line-height: 1.45;
}

.st_contact_page .st_contact_form_note i {
  margin-top: 2px;
  color: var(--st-contact-gold);
}


.st_contact_page .st_contact_route_card {
  display: grid !important;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px !important;
  align-items: center;
  padding: 36px !important;
  border-radius: 44px !important;
}

.st_contact_page .st_contact_route_title .elementor-heading-title {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.05em;
}

.st_contact_page .st_contact_route_map {
  min-height: 300px;
}

.st_contact_page .st_contact_micro {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px !important;
  margin-top: 4px;
}

.st_contact_page .st_contact_micro_pill {
  width: 100% !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .09) !important;
}

.st_contact_page .st_contact_micro_text .elementor-heading-title {
  color: #fff;
}

.st_contact_page .st_contact_micro_icon {
  color: var(--st-contact-gold) !important;
}

@media (max-width: 991px) {
  .st_contact_page .st_contact_hero_inner,
  .st_contact_page .st_contact_form_grid,
  .st_contact_page .st_contact_route_card {
    grid-template-columns: 1fr;
  }

  .st_contact_page .st_contact_hero_inner {
    gap: 36px !important;
  }

  .st_contact_page .st_contact_visual {
    min-height: 500px;
  }

  .st_contact_page .st_contact_photo {
    width: 76%;
  }

  .st_contact_page .st_contact_form_grid {
    gap: 28px !important;
  }

  .st_contact_page .st_contact_info_stack {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st_contact_page .st_contact_form_head {
    grid-template-columns: 1fr;
  }

  .st_contact_page .st_contact_route_card {
    padding: 28px !important;
  }

  .st_contact_page .st_contact_micro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
 

  .st_contact_page .st_contact_h1 .elementor-heading-title {
    font-size: 45px;
  }

  .st_contact_page .st_contact_form_title .elementor-heading-title,
  .st_contact_page .st_contact_route_title .elementor-heading-title {
    font-size: 34px;
  }

  .st_contact_page .st_contact_visual {
    min-height: 470px;
  }

  .st_contact_page .st_contact_photo {
    top: 28px;
    width: 88%;
    height: 320px;
  }

  .st_contact_page .st_contact_quick_card {
    width: 260px;
  }

  .st_contact_page .st_contact_time_card {
    right: auto;
    left: 0;
    width: 270px;
  }

  .st_contact_page .st_contact_shape {
    display: none !important;
  }

  .st_contact_page .st_contact_info_stack {
    grid-template-columns: 1fr;
  }

  .st_contact_page .st_contact_form_card {
    padding: 22px !important;
    border-radius: 30px !important;
  }

  .st_contact_page .st_contact_forminator .forminator-row:has(> .forminator-col + .forminator-col) {
    grid-template-columns: 1fr !important;
  }

  .st_contact_page .st_contact_route_card {
    padding: 28px !important;
    border-radius: 30px !important;
  }

  .st_contact_page .st_contact_micro {
    grid-template-columns: 1fr;
  }

  .st_contact_page .st_contact_micro_pill {
    min-height: 54px;
  }

  .st_contact_page .st_contact_pill {
    width: 100% !important;
    justify-content: flex-start;
  }
}
/* Contact page: prevent Elementor flex sizing variables from constraining CSS-grid children. */
.st_contact_page .st_contact_hero_inner,
.st_contact_page .st_contact_form_grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.st_contact_page .st_contact_hero_inner {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
}

.st_contact_page .st_contact_form_grid {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr) !important;
}

.st_contact_page .st_contact_route_card {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
}

.st_contact_page .st_contact_hero_inner > .e-con,
.st_contact_page .st_contact_form_grid > .e-con,
.st_contact_page .st_contact_route_card > .e-con,
.st_contact_page .st_contact_form_head > .e-con {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  --width: 100% !important;
  --content-width: 100% !important;
  --container-widget-width: 100% !important;
  --container-widget-flex-grow: 1 !important;
}

.st_contact_page .st_contact_form_head {
  grid-template-columns: minmax(0, 1fr) 175px !important;
}

.st_contact_page .st_contact_hero_title .elementor-heading-title {
  font-size: clamp(44px, 6.1vw, 82px) !important;
}

.st_contact_page .st_contact_hero_lead,
.st_contact_page .st_contact_hero_lead p {
  font-size: 18px !important;
}

.st_contact_page .st_contact_quick_title .elementor-heading-title {
  font-size: 28px !important;
}

.st_contact_page .st_contact_hours_title .elementor-heading-title {
  font-size: 20px !important;
}

.st_contact_page .st_contact_form_title .elementor-heading-title {
  font-size: clamp(34px, 4.4vw, 60px) !important;
}

@media (max-width: 1024px) {
  .st_contact_page .st_contact_hero_inner,
  .st_contact_page .st_contact_form_grid,
  .st_contact_page .st_contact_route_card {
    grid-template-columns: 1fr !important;
  }

  .st_contact_page .st_contact_form_head {
    grid-template-columns: minmax(0, 1fr) 175px !important;
  }
}

@media (max-width: 767px) {
  .st_contact_page .st_contact_hero_title .elementor-heading-title {
    font-size: 45px !important;
  }

  .st_contact_page .st_contact_form_title .elementor-heading-title,
  .st_contact_page .st_contact_route_title .elementor-heading-title {
    font-size: 34px !important;
  }

  .st_contact_page .st_contact_form_head {
    grid-template-columns: 1fr !important;
  }
}


.st_contact_page .st_contact_hero_inner > .e-con-inner {
  align-items: center !important;
}

.st_contact_page .st_contact_copy {
  height: auto !important;
  align-self: center !important;
}

.st_contact_page .st_contact_copy > .e-con-inner {
  height: auto !important;
  gap: 0 !important;
}

.st_contact_page .st_contact_h1 {
  margin-top: 20px !important;
}

.st_contact_page .st_contact_lead {
  margin-top: 20px !important;
}


.st_contact_page .st_contact_visual,
.st_contact_page .st_contact_visual > .e-con-inner {
  height: 520px !important;
  min-height: 520px !important;
  align-self: center !important;
}

.st_contact_page .st_contact_quick_card,
.st_contact_page .st_contact_quick_card > .e-con-inner,
.st_contact_page .st_contact_time_card,
.st_contact_page .st_contact_time_card > .e-con-inner {
  height: auto !important;
  min-height: 0 !important;
}

.st_contact_page .st_contact_quick_card > .e-con-inner {
  gap: 0 !important;
}


.st_contact_page .st_contact_quick_title {
  margin: 12px 0 10px !important;
}

.st_contact_page .st_contact_quick_text,
.st_contact_page .st_contact_quick_text p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.st_contact_page .st_contact_time_card {
  width: 330px !important;
}

.st_contact_page .st_contact_time_card > .e-con-inner {
  gap: 0 !important;
}

.st_contact_page .st_contact_form_grid > .e-con-inner {
  align-items: start !important;
}

.st_contact_page .st_contact_info_stack,
.st_contact_page .st_contact_info_stack > .e-con-inner {
  height: auto !important;
  align-self: start !important;
}

.st_contact_page .st_contact_info_stack > .e-con-inner {
  display: grid !important;
  gap: 16px !important;
}

.st_contact_page .st_contact_info_card,
.st_contact_page .st_contact_info_card > .e-con-inner {
  height: auto !important;
  min-height: 0 !important;
}

.st_contact_page .st_contact_info_card > .e-con-inner {
  gap: 10px !important;
}

.st_contact_page .st_contact_form_card > .e-con-inner {
  position: relative !important;
  z-index: 1 !important;
  height: auto !important;
  padding: 0 !important;
  gap: 24px !important;
}

.st_contact_page .st_contact_form_heading > .e-con-inner {
  gap: 14px !important;
}

.st_contact_page .st_contact_form_head > .e-con-inner {
  grid-template-columns: minmax(0, 1fr) 212px !important;
  gap: 20px !important;
}

.st_contact_page .st_contact_form_title .elementor-heading-title {
  font-size: 42px !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
}

.st_contact_page .st_contact_forminator .forminator-row {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.st_contact_page .st_contact_forminator textarea,
.st_contact_page .st_contact_forminator .forminator-textarea {
  min-height: 136px !important;
}

.st_contact_page .st_contact_route_card > .e-con-inner {
  align-items: center !important;
}

.st_contact_page .st_contact_route_copy,
.st_contact_page .st_contact_route_copy > .e-con-inner,
.st_contact_page .st_contact_route_map,
.st_contact_page .st_contact_route_map > .e-con-inner {
  height: auto !important;
  min-height: 0 !important;
}

.st_contact_page .st_contact_route_copy > .e-con-inner {
  gap: 18px !important;
}

.st_contact_page .st_contact_route_map,
.st_contact_page .st_contact_route_map > .e-con-inner {
  height: 300px !important;
  min-height: 300px !important;
}

.st_contact_page .st_contact_micro {
  display: block !important;
}

.st_contact_page .st_contact_micro > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.st_contact_page .st_contact_micro_pill > .e-con-inner {
  flex-direction: row !important;
  align-items: center !important;
  gap: 7px !important;
}

@media (max-width: 1024px) {
  .st_contact_page .st_contact_visual,
  .st_contact_page .st_contact_visual > .e-con-inner {
    height: 500px !important;
    min-height: 500px !important;
  }

  .st_contact_page .st_contact_info_stack > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .st_contact_page .st_contact_form_head > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .st_contact_page .st_contact_micro > .e-con-inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .st_contact_page .st_contact_visual,
  .st_contact_page .st_contact_visual > .e-con-inner {
    height: 470px !important;
    min-height: 470px !important;
  }

  .st_contact_page .st_contact_info_stack > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

.st_contact_page .st_contact_form_title .elementor-heading-title {
  font-size: 34px !important;
  }
}

.st_contact_page .st_contact_form_card::before {
  right: -90px !important;
  left: auto !important;
}

.st_contact_page .st_contact_form_card::after {
  right: auto !important;
  left: -80px !important;
}

.st_contact_page .st_contact_info_card > .e-con-inner {
  gap: 13px !important;
}

.st_contact_page .st_contact_info_icon {
  width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
}

.st_contact_page .st_contact_info_title,
.st_contact_page .st_contact_info_title .elementor-heading-title {
  min-height: 24px !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.st_contact_page .st_contact_info_text,
.st_contact_page .st_contact_info_text .elementor-widget-container,
.st_contact_page .st_contact_info_text p,
.st_contact_page .st_contact_info_text a {
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.st_contact_page .st_contact_micro,
.st_contact_page .st_contact_micro > .e-con-inner,
.st_contact_page .st_contact_micro_pill {
  min-height: 78px !important;
}

@media (max-width: 767px) {
  .st_contact_page .st_contact_micro,
  .st_contact_page .st_contact_micro > .e-con-inner {
    min-height: 0 !important;
  }

  .st_contact_page .st_contact_micro_pill {
    min-height: 54px !important;
  }
}

/* Elementor boxed containers render their layout children inside .e-con-inner. */
.st_contact_page .st_contact_hero_inner,
.st_contact_page .st_contact_form_grid,
.st_contact_page .st_contact_route_card,
.st_contact_page .st_contact_form_head {
  display: block !important;
  min-width: 0 !important;
}

.st_contact_page .st_contact_hero_inner,
.st_contact_page .st_contact_form_grid,
.st_contact_page .st_contact_route_card {
  width: calc(100% - 40px) !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.st_contact_page .st_contact_form_head {
  width: 100% !important;
  max-width: none !important;
}

.st_contact_page .st_contact_hero_inner > .e-con-inner,
.st_contact_page .st_contact_form_grid > .e-con-inner,
.st_contact_page .st_contact_route_card > .e-con-inner,
.st_contact_page .st_contact_form_head > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  display: grid !important;
  align-items: stretch !important;
}

.st_contact_page .st_contact_hero_inner > .e-con-inner {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
  gap: 58px !important;
  align-items: center !important;
}

.st_contact_page .st_contact_form_grid > .e-con-inner {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr) !important;
  gap: 28px !important;
}

.st_contact_page .st_contact_route_card > .e-con-inner {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: 28px !important;
}

.st_contact_page .st_contact_form_head > .e-con-inner {
  grid-template-columns: minmax(0, 1fr) 175px !important;
  gap: 24px !important;
  align-items: start !important;
}

.st_contact_page .st_contact_hero_inner > .e-con-inner > .e-con,
.st_contact_page .st_contact_form_grid > .e-con-inner > .e-con,
.st_contact_page .st_contact_route_card > .e-con-inner > .e-con,
.st_contact_page .st_contact_form_head > .e-con-inner > .e-con {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  --width: 100% !important;
  --content-width: 100% !important;
  --container-widget-width: 100% !important;
}

.st_contact_page .st_contact_h1 .elementor-heading-title {
  font-size: clamp(44px, 6.1vw, 82px) !important;
  line-height: .96 !important;
  letter-spacing: -.065em !important;
}

.st_contact_page .st_contact_lead,
.st_contact_page .st_contact_lead p {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

@media (max-width: 1024px) {
  .st_contact_page .st_contact_hero_inner > .e-con-inner,
  .st_contact_page .st_contact_form_grid > .e-con-inner,
  .st_contact_page .st_contact_route_card > .e-con-inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .st_contact_page .st_contact_hero_inner,
  .st_contact_page .st_contact_form_grid,
  .st_contact_page .st_contact_route_card {
    width: calc(100% - 24px) !important;
  }

  .st_contact_page .st_contact_form_head > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .st_contact_page .st_contact_h1 .elementor-heading-title {
    font-size: 45px !important;
  }
}

/* Final cascade guard: these must follow Elementor wrapper normalization. */
.st_contact_page.st_contact_form_section {
  background: transparent !important;
}

.st_contact_page .st_contact_hero_inner > .e-con-inner > .st_contact_copy,
.st_contact_page .st_contact_hero_inner > .e-con-inner > .st_contact_visual {
  height: auto !important;
  align-self: center !important;
}

.st_contact_page .st_contact_copy > .e-con-inner {
  height: auto !important;
  padding: 0 !important;
  gap: 0 !important;
}

.st_contact_page .st_contact_h1 {
  margin-top: 32px !important;
}

.st_contact_page .st_contact_lead {
  margin-top: 20px !important;
}

.st_contact_page .st_contact_hero_inner > .e-con-inner > .st_contact_visual,
.st_contact_page .st_contact_visual > .e-con-inner {
  height: 520px !important;
  min-height: 520px !important;
}

.st_contact_page .st_contact_quick_card > .e-con-inner,
.st_contact_page .st_contact_time_card > .e-con-inner {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.st_contact_page .st_contact_time_card > .e-con-inner {
  gap: 0 !important;
}

.st_contact_page .st_contact_hours_title {
  margin-bottom: 14px !important;
}

.st_contact_page .st_contact_hours_title .elementor-heading-title {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.st_contact_page .st_contact_time_row {
  width: 100% !important;
  padding: 0 !important;
}

.st_contact_page .st_contact_time_row > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  min-height: 49px !important;
  padding: 12px 0 !important;
  gap: 14px !important;
}

.st_contact_page .st_contact_time_label,
.st_contact_page .st_contact_time_value,
.st_contact_page .st_contact_time_label p,
.st_contact_page .st_contact_time_value p {
  font-size: 16px !important;
  line-height: 24px !important;
}

.st_contact_page .st_contact_form_grid > .e-con-inner {
  align-items: start !important;
}

.st_contact_page .st_contact_form_grid > .e-con-inner > .st_contact_info_stack,
.st_contact_page .st_contact_form_grid > .e-con-inner > .st_contact_form_card {
  height: auto !important;
  align-self: start !important;
}

.st_contact_page .st_contact_info_stack > .e-con-inner,
.st_contact_page .st_contact_form_card > .e-con-inner,
.st_contact_page .st_contact_form_heading > .e-con-inner {
  height: auto !important;
  padding: 0 !important;
}

.st_contact_page .st_contact_form_card > .e-con-inner {
  position: relative !important;
  z-index: 1 !important;
  gap: 24px !important;
}

.st_contact_page .st_contact_form_head > .e-con-inner {
  grid-template-columns: minmax(0, 1fr) 212px !important;
  gap: 20px !important;
}

.st_contact_page .st_contact_form_title .elementor-heading-title {
  font-size: 42px !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
}

.st_contact_page .st_contact_route_card > .e-con-inner {
  align-items: center !important;
}

.st_contact_page .st_contact_route_card > .e-con-inner > .st_contact_route_copy,
.st_contact_page .st_contact_route_card > .e-con-inner > .st_contact_route_map {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}

.st_contact_page .st_contact_route_map,
.st_contact_page .st_contact_route_map > .e-con-inner {
  height: 300px !important;
  min-height: 300px !important;
}

.st_contact_page .st_contact_micro {
  display: block !important;
  padding: 0 !important;
}

.st_contact_page .st_contact_micro > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .st_contact_page .st_contact_hero_inner > .e-con-inner > .st_contact_visual,
  .st_contact_page .st_contact_visual > .e-con-inner {
    height: 500px !important;
    min-height: 500px !important;
  }

  .st_contact_page .st_contact_form_head > .e-con-inner,
  .st_contact_page .st_contact_micro > .e-con-inner {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .st_contact_page .st_contact_h1 {
    margin-top: 20px !important;
  }

  .st_contact_page .st_contact_hero_inner > .e-con-inner > .st_contact_visual,
  .st_contact_page .st_contact_visual > .e-con-inner {
    height: 470px !important;
    min-height: 470px !important;
  }

  .st_contact_page .st_contact_form_title .elementor-heading-title {
    font-size: 34px !important;
  }
}
/* ==========================================================================
   Seven-step tutor matching page
   Scoped to the reusable page wrapper so the shortcode works on any page.
   ========================================================================== */
 
.st_7_step_page{--st7-navy:#071b4a;--st7-gold:#f5b51b;--st7-gold-soft:#fff5d8;--st7-mint:#dcf7ef;--st7-text:#5d6678;--st7-line:#e8edf5;position:relative;overflow:hidden;color:#111827}
.st_7_step_page *{box-sizing:border-box}.st_7_container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.st_7_hero,.st_7_wizard_section,.st_7_newsletter_section{position:relative;z-index:1}.st_7_hero{padding:4.5em 0 2.2em}.st_7_wizard_section{padding:4.5em 0}.st_7_newsletter_section{padding:2em 0 4.5em}
.st_7_shape{position:absolute;pointer-events:none;border-radius:50%}.st_7_blob_gold{width:430px;height:430px;background:var(--st7-gold-soft);right:-155px;top:-120px}.st_7_blob_mint{width:380px;height:380px;background:var(--st7-mint);left:-180px;top:410px}
.st_7_hero_grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:center}.st_7_kicker,.st_7_step_label{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;background:rgba(245,181,27,.14);color:var(--st7-navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.st_7_kicker i{color:var(--st7-gold)}
.st_7_hero_copy h1{font-size:clamp(44px,6.4vw,82px);line-height:.96;letter-spacing:-.065em;font-weight:900;color:var(--st7-navy);margin:20px 0}.st_7_hero_copy h1 span{color:var(--st7-gold)}.st_7_hero_copy>p{font-size:18px;line-height:1.75;color:var(--st7-text);margin:0;max-width:680px}.st_7_actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.st_7_btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-weight:900;cursor:pointer;transition:.25s ease}.st_7_btn:hover{transform:translateY(-3px)}.st_7_btn_gold{background:var(--st7-gold);color:var(--st7-navy);box-shadow:0 16px 35px rgba(245,181,27,.25)}.st_7_btn_light{background:#fff;color:var(--st7-navy);border-color:var(--st7-line);box-shadow:0 14px 40px rgba(7,27,74,.08)}
.st_7_hero_panel{background:#fff;border:1px solid rgba(7,27,74,.08);border-radius:42px;box-shadow:0 24px 70px rgba(7,27,74,.12);padding:30px;position:relative;overflow:hidden}.st_7_hero_panel:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:var(--st7-gold-soft);right:-70px;top:-86px}.st_7_preview_list{display:grid;gap:14px;margin-top:18px;position:relative}.st_7_preview_list article{display:grid;grid-template-columns:54px 1fr 42px;gap:14px;align-items:center;padding:16px;border-radius:24px;background:#fbfcff;border:1px solid rgba(7,27,74,.08)}.st_7_preview_list b{width:54px;height:54px;border-radius:18px;background:var(--st7-gold-soft);display:grid;place-items:center;color:var(--st7-navy)}.st_7_preview_list h3{font-size:17px;color:var(--st7-navy);font-weight:900;margin:0}.st_7_preview_list p{font-size:13px;color:var(--st7-text);font-weight:700;margin:3px 0 0}.st_7_preview_list article>i{width:42px;height:42px;border-radius:50%;background:var(--st7-mint);display:grid;place-items:center;color:var(--st7-navy)}.st_7_stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.st_7_stats span{padding:18px;border-radius:22px;background:#f8fafc;border:1px solid rgba(7,27,74,.08)}.st_7_stats strong{display:block;font-size:28px;color:var(--st7-navy);line-height:1}.st_7_stats small{display:block;color:var(--st7-text);font-weight:900;margin-top:6px}
.st_7_wizard_layout{display:grid;grid-template-columns:330px 1fr;gap:28px;align-items:start}.st_7_progress_panel{position:sticky;top:108px;background:#fff;border:1px solid rgba(7,27,74,.08);border-radius:34px;padding:24px;box-shadow:0 14px 40px rgba(7,27,74,.08)}.st_7_progress_panel>h2{font-size:28px;line-height:1;font-weight:900;color:var(--st7-navy);margin:12px 0 10px}.st_7_progress_panel>p{color:var(--st7-text);line-height:1.55}.st_7_vertical_steps{display:grid;gap:10px;margin:18px 0}.st_7_vstep{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;padding:12px;border-radius:18px}.st_7_vstep b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f1f4f9;color:#8b95a7}.st_7_vstep strong{display:block;color:#748094;font-size:13px}.st_7_vstep small{display:block;color:#9aa4b6;font-weight:800}.st_7_vstep.is-active{background:var(--st7-gold-soft);border:1px solid rgba(245,181,27,.36)}.st_7_vstep.is-active b{background:var(--st7-gold);color:var(--st7-navy);animation:st7Pulse 1.6s infinite}.st_7_vstep.is-done b{background:var(--st7-navy);color:#fff}@keyframes st7Pulse{50%{box-shadow:0 0 0 12px rgba(245,181,27,.08)}}
.st_7_summary{border-radius:24px;background:#f8fafc;border:1px solid rgba(7,27,74,.08);padding:16px}.st_7_summary h3{font-size:15px;color:var(--st7-navy);font-weight:900;margin:0 0 12px}.st_7_summary_item{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#778196;margin:7px 0}.st_7_summary_item b{color:var(--st7-navy);text-align:right}.st_7_help{margin-top:14px;border-radius:24px;background:var(--st7-navy);padding:18px;color:#fff}.st_7_help p{font-size:13px;line-height:1.55;color:rgba(255,255,255,.75)}.st_7_help .st_7_btn{min-height:42px;font-size:13px;padding:0 16px}
.st_7_wizard_card{background:#fff;border:1px solid rgba(7,27,74,.08);border-radius:42px;box-shadow:0 24px 70px rgba(7,27,74,.12);padding:34px;min-height:600px;position:relative;overflow:hidden}.st_7_wizard_card:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:var(--st7-gold-soft);right:-120px;top:-120px}.st_7_wizard_top{display:flex;justify-content:space-between;align-items:center;position:relative}.st_7_step_counter{font-weight:900;color:#8a94a6}.st_7_progress_bar{height:9px;border-radius:99px;background:#eef1f6;overflow:hidden;margin:22px 0 28px;position:relative}.st_7_progress_bar span{display:block;width:14.285%;height:100%;background:var(--st7-gold);transition:width .5s ease}
.st_7_questions{position:relative}.st_7_question{display:none}.st_7_question.is-active{display:block}.st_7_question>h2,.st_7_results_heading h2{font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:-.05em;color:var(--st7-navy);font-weight:900;margin:0 0 12px}.st_7_intro{color:var(--st7-text);line-height:1.7;max-width:740px;margin:0 0 26px}.st_7_options{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.st_7_options_three{grid-template-columns:repeat(3,1fr)}.st_7_options button{position:relative;text-align:left;border:1px solid rgba(7,27,74,.08);border-radius:26px;background:#fff;padding:22px;min-height:142px;cursor:pointer;box-shadow:0 10px 28px rgba(7,27,74,.05);transition:.25s}.st_7_options button:hover{transform:translateY(-6px);border-color:rgba(245,181,27,.45)}.st_7_options button.is-selected{border-color:var(--st7-gold);background:linear-gradient(180deg,#fff,var(--st7-gold-soft))}.st_7_options button>i{width:50px;height:50px;border-radius:18px;background:#eef5ff;display:grid;place-items:center;color:var(--st7-navy);font-size:19px;margin-bottom:16px}.st_7_options strong{display:block;font-size:20px;color:var(--st7-navy);margin-bottom:7px}.st_7_options span{display:block;font-size:14px;color:var(--st7-text);line-height:1.55}
.st_7_books{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:430px;overflow:auto;padding:4px}.st_7_books button{min-height:58px;padding:14px;text-align:left;border:1px solid rgba(7,27,74,.09);background:#fff;border-radius:18px;color:var(--st7-navy);font-weight:850}.st_7_books button:before{content:"";display:inline-block;width:22px;height:22px;border:2px solid #cfd7e6;border-radius:7px;vertical-align:middle;margin-right:12px}.st_7_books button.is-selected{background:var(--st7-gold-soft);border-color:var(--st7-gold)}.st_7_books button.is-selected:before{background:var(--st7-gold);box-shadow:inset 0 0 0 5px var(--st7-gold-soft)}.st_7_books_note{color:var(--st7-text);font-weight:800}.st_7_books_note i{color:var(--st7-gold)}
.st_7_chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.st_7_chips button{border:1px solid rgba(7,27,74,.08);background:#fff;color:var(--st7-navy);font-weight:900;border-radius:999px;min-height:48px;padding:0 18px}.st_7_chips button.is-selected{background:var(--st7-navy);color:#fff}.st_7_textarea{width:100%;min-height:150px;padding:18px;border:1px solid var(--st7-line);border-radius:24px;background:#fbfcff;color:var(--st7-navy);font-weight:700}.st_7_char-count{display:block;text-align:right;color:#8a94a6;font-weight:800;margin-top:8px}.st_7_needs{display:none;margin-top:18px;padding:20px;border:1px solid rgba(7,27,74,.08);border-radius:26px;background:#fbfcff}.st_7_needs.is-visible{display:block}
.st_7_nav{display:flex;justify-content:space-between;gap:14px;margin-top:34px;padding-top:22px;border-top:1px solid var(--st7-line);position:relative}.st_7_result_grid{display:grid;gap:18px}.st_7_result_actions{display:flex;gap:12px;justify-content:center;margin-top:24px}.st_7_results_heading>strong{display:inline-flex;margin-bottom:22px;padding:10px 14px;border-radius:999px;background:var(--st7-gold-soft);color:var(--st7-navy)}
.st_7_newsletter{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#fff;border:1px solid rgba(7,27,74,.08);border-radius:34px;padding:28px;box-shadow:0 14px 40px rgba(7,27,74,.08)}.st_7_newsletter h2{font-size:clamp(30px,4vw,52px);color:var(--st7-navy);font-weight:900;letter-spacing:-.04em;margin:14px 0 0}.st_7_newsletter .mc4wp-form-fields{display:flex;gap:10px}.st_7_newsletter input[type=email]{min-height:54px;border:1px solid var(--st7-line);border-radius:999px;padding:0 18px}.st_7_newsletter input[type=submit]{min-height:54px;border:0;border-radius:999px;padding:0 24px;background:var(--st7-navy);color:#fff;font-weight:900}
.st_7_side_step{display:grid;grid-template-columns:38px 1fr 18px;gap:12px;align-items:center;padding:12px;border-radius:18px;transition:.25s ease}.st_7_side_step>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f1f4f9;color:#8b95a7}.st_7_side_step b,.st_7_side_step strong{display:block}.st_7_side_step b{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#9aa4b6}.st_7_side_step strong{color:#748094;font-size:13px}.st_7_side_step>i{color:#fff}.st_7_side_step.is-active{background:var(--st7-gold-soft);border:1px solid rgba(245,181,27,.36)}.st_7_side_step.is-active>span{background:var(--st7-gold);color:var(--st7-navy);animation:st7Pulse 1.6s infinite}.st_7_side_step.is-complete>span{background:var(--st7-navy);color:#fff}.st_7_side_step.is-complete>i{color:#2eaa72}.st_7_summary p{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#778196;margin:8px 0}.st_7_summary p span{font-weight:800}.st_7_summary p strong{color:var(--st7-navy);text-align:right}.st_7_summary .st_7_empty_summary{display:block;color:#8a94a6}.st_7_nav.is-results{display:none}
@media(max-width:991px){.st_7_hero{padding-top:3em}.st_7_hero_grid,.st_7_wizard_layout{grid-template-columns:1fr}.st_7_progress_panel{display:none}.st_7_wizard_card{padding:24px;border-radius:32px}.st_7_options,.st_7_options_three{grid-template-columns:1fr}.st_7_newsletter{align-items:flex-start;flex-direction:column}}

/* AJAX-loaded dependent choices in the seven-step tutor matcher. */
.st_7_dynamic_empty{grid-column:1/-1;margin:0;padding:22px;border:1px dashed rgba(7,27,74,.18);border-radius:22px;background:#f8faff;color:var(--st7-text);text-align:center}
.st_7_options.is-loading,.st_7_books.is-loading{opacity:.55;pointer-events:none}
@media(max-width:575px){.st_7_container{width:min(100% - 24px,1160px)}.st_7_hero_copy h1{font-size:43px}.st_7_hero_panel{padding:20px;border-radius:30px}.st_7_preview_list article{grid-template-columns:46px 1fr}.st_7_preview_list article>i{display:none}.st_7_stats{grid-template-columns:1fr}.st_7_wizard_section{padding:3em 0}.st_7_wizard_card{min-height:0;padding:20px 16px}.st_7_books{grid-template-columns:1fr;max-height:360px}.st_7_nav{position:sticky;bottom:82px;background:#fff;border:1px solid var(--st7-line);border-radius:24px;padding:12px;margin-inline:-8px;z-index:6}.st_7_nav .st_7_btn{width:50%;padding:0 10px}.st_7_result_actions{flex-direction:column}.st_7_result_actions .st_7_btn{width:100%}.st_7_newsletter .mc4wp-form-fields{flex-direction:column;width:100%}.st_7_newsletter input{width:100%}}

/* =========================================================
   Newsletter Form – side-by-side + shine animation
   Fully forces Forminator into one horizontal line
   ========================================================= */

.st_newsletter_form {
  width: 100% !important;
}

/* Reset Forminator structure */
.st_newsletter_form .forminator-ui,
.st_newsletter_form form.forminator-custom-form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Hide empty / response rows that break layout */
.st_newsletter_form .forminator-response-message {
  margin-bottom: 10px !important;
}

/* Force the two important rows (email + button) into one flex line */
.st_newsletter_form form.forminator-custom-form {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: flex-start !important;
}

/* Email row takes remaining space */
.st_newsletter_form .forminator-row:not(.forminator-row-last) {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

/* Button row stays fixed width */
.st_newsletter_form .forminator-row-last {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove Forminator column padding */
.st_newsletter_form .forminator-col,
.st_newsletter_form .forminator-field {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* ========== INPUT ========== */
.st_newsletter_form input.forminator-input,
.st_newsletter_form input[type="email"] {
  width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 22px !important;
  border: 1px solid #e8edf5 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #071b4a !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.st_newsletter_form input.forminator-input:focus,
.st_newsletter_form input[type="email"]:focus {
  border-color: rgba(245, 181, 27, 0.9) !important;
  box-shadow: 0 0 0 4px rgba(245, 181, 27, 0.14) !important;
}

.st_newsletter_form input::placeholder {
  color: #8a94a6 !important;
  font-weight: 600 !important;
}

/* ========== BUTTON + SHINE ========== */
.st_newsletter_form .forminator-button,
.st_newsletter_form button.forminator-button-submit {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;

  min-height: 54px !important;
  height: 54px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  border: none !important;

  background: #071b4a !important;          /* gold */
  color: #FFF !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  cursor: pointer !important;

  box-shadow: 0 16px 35px rgba(7,27,74,.22) !important;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease !important;
}

/* Shine animation (same as other buttons on the site) */
.st_newsletter_form .forminator-button:before,
.st_newsletter_form button.forminator-button-submit:before {
  content: "" !important;
  position: absolute !important;
  inset: -2px auto -2px -45% !important;
  width: 38% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent) !important;
  transform: skewX(-18deg) !important;
  transition: left 0.65s cubic-bezier(0.22, 1, 0.36, 1) !important;
  z-index: -1 !important;
}

.st_newsletter_form .forminator-button:hover:before,
.st_newsletter_form button.forminator-button-submit:hover:before {
  left: 120% !important;
}

.st_newsletter_form .forminator-button:hover,
.st_newsletter_form button.forminator-button-submit:hover {
  background: #102d6c !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 20px 42px rgba(245, 181, 27, 0.32) !important;
  color: #FFF !important;
}

/* Error message */
.st_newsletter_form .forminator-error-message {
  font-size: 13px !important;
  margin-top: 8px !important;
  color: #e11d48 !important;
  font-weight: 700 !important;
}

/* Hide “Edit form” link on frontend */
.st_newsletter_form .forminator-edit-module {
  display: none !important;
}

/* ========== MOBILE ========== */
@media (max-width: 575px) {
  .st_newsletter_form form.forminator-custom-form {
    flex-direction: column !important;
  }

  .st_newsletter_form .forminator-row:not(.forminator-row-last),
  .st_newsletter_form .forminator-row-last {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .st_newsletter_form .forminator-button,
  .st_newsletter_form button.forminator-button-submit {
    width: 100% !important;
  }
}

/*
 * Seal Tutors — Subjects page V3
 * Paste after importing the matching V3 Elementor JSON.
 * All selectors are scoped to this page.
 */

.st_subjects_page,
.st_subjects_level_nav,
.st_subjects_age_section,
.st_subjects_services,
.st_subjects_cta_section {
  --st_subjects_navy: #071b4a;
  --st_subjects_gold: #f7b313;
  --st_subjects_text: #5d6678;
  --st_subjects_line: rgba(7, 27, 74, 0.09);
  font-family: Inter, Arial, sans-serif;
}

.st_subjects_page *,
.st_subjects_level_nav *,
.st_subjects_age_section *,
.st_subjects_services *,
.st_subjects_cta_section * {
  box-sizing: border-box;
}

.st_subjects_page .elementor-widget,
.st_subjects_level_nav .elementor-widget,
.st_subjects_age_section .elementor-widget,
.st_subjects_services .elementor-widget,
.st_subjects_cta_section .elementor-widget {
  margin-block-end: 0 !important;
}

.st_subjects_page p,
.st_subjects_age_section p,
.st_subjects_services p,
.st_subjects_cta_section p {
  margin: 0 !important;
}

/* =========================================================
   HERO
   ========================================================= */
.st_subjects_hero {
  position: relative !important;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden !important;
  background-color: #fffdf9 !important;
  background-image:
    linear-gradient(rgba(7, 27, 74, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 27, 74, 0.045) 1px, transparent 1px) !important;
  background-size: 32px 32px !important;
}

.st_subjects_hero::before {
  content: "";
  position: absolute;
  z-index:-1;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  pointer-events: none;
}

.st_subjects_hero::before {
  left: -165px;
  top: -5px;
  background: rgba(184, 239, 226, 0.48);
}

.st_subjects_hero_inner,
.st_subjects_hero_inner > .e-con-inner {
  width: 100% !important;
}

.st_subjects_hero_inner > .e-con-inner {
  max-width: 1030px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.st_subjects_hero_copy {
  width: 46% !important;
  flex: 0 0 46% !important;
  min-width: 0 !important;
}

.st_subjects_hero_copy > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 25px !important;
}

.st_subjects_eyebrow {
  width: max-content !important;
  max-width: 100%;
}

.st_subjects_eyebrow > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 9px !important;
}

.st_subjects_eyebrow .elementor-icon {
  color: var(--st_subjects_gold) !important;
}

.st_subjects_hero_title,
.st_subjects_hero_title h1 {
  width: 100%;
}

.st_subjects_hero_title h1 {
  margin: 0 !important;
  max-width: 470px;
  text-wrap: balance;
}

.st_subjects_mark {
  color: var(--st_subjects_gold);
  position: static;
  display: inline;
}

.st_subjects_mark::after {
  display: none !important;
}

.st_subjects_hero_text {
  max-width: 485px;
}

.st_subjects_hero_actions,
.st_subjects_hero_actions > .e-con-inner {
  width: 100%;
}

.st_subjects_hero_actions > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

/* Buttons */
.st_subjects_btn .elementor-button {
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.st_subjects_btn .elementor-button:hover {
  transform: translateY(-3px);
}

.st_subjects_btn_primary .elementor-button {
  box-shadow: 0 16px 35px rgba(7, 27, 74, 0.22) !important;
}

.st_subjects_btn_light .elementor-button {
  border: 1px solid #e4e9f1 !important;
  box-shadow: 0 10px 24px rgba(7, 27, 74, 0.05) !important;
}

.st_subjects_btn_gold .elementor-button {
  box-shadow: 0 12px 25px rgba(247, 179, 19, 0.25) !important;
}

/* Three small cards below the hero copy */
.st_subjects_micro_grid,
.st_subjects_micro_grid > .e-con-inner {
  width: 100% !important;
}

.st_subjects_micro_grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.st_subjects_micro_card {
  width: 100% !important;
  min-width: 0 !important;
  height: 100%;
}

.st_subjects_micro_card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 7px !important;
}

/* =========================================================
   SUBJECT FINDER / ATLAS
   ========================================================= */
.st_subjects_atlas {
  position: relative !important;
  width: 54% !important;
  flex: 1 1 0 !important;
  min-height: 570px !important;
  overflow: visible !important;
}

.st_subjects_atlas > .e-con-inner {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 570px !important;
  overflow: visible !important;
}

.st_subjects_atlas::before,
.st_subjects_atlas::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 58%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.st_subjects_atlas::before {
  width: 485px;
  height: 390px;
  border: 1px dashed rgba(7, 27, 74, 0.13);
}

.st_subjects_atlas::after {
  width: 390px;
  height: 310px;
  border: 1px dashed rgba(247, 179, 19, 0.28);
}

.st_subjects_atlas_decor {
  position: absolute !important;
  inset: auto !important;
  left: 78px !important;
  top: 48px !important;
  width: 390px !important;
  height: 390px !important;
  border: 1px dashed rgba(7, 27, 74, 0.08) !important;
  border-radius: 50% !important;
  background: transparent !important;
  transform: rotate(-5deg);
  pointer-events: none;
}

.st_subjects_atlas_decor > .e-con-inner {
  display: none !important;
}

.st_subjects_atlas_core {
  position: absolute !important;
  left: 84px !important;
  top: 100px !important;
  width: 350px !important;
  min-height: 390px !important;
  z-index: 5 !important;
  overflow: hidden !important;
  transform: rotate(-2deg);
  transform-origin: center;
}

.st_subjects_atlas_core::before,
.st_subjects_atlas_core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.st_subjects_atlas_core::before {
  width: 230px;
  height: 230px;
  right: -75px;
  top: -100px;
  background: rgba(255, 255, 255, 0.22);
}

.st_subjects_atlas_core::after {
  width: 205px;
  height: 205px;
  left: -85px;
  bottom: -120px;
  background: rgba(55, 86, 146, 0.55);
  z-index: -1;
}

.st_subjects_atlas_core > .e-con-inner {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 17px !important;
}

.st_subjects_atlas_eyebrow {
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
}

.st_subjects_atlas_eyebrow i,
.st_subjects_atlas_prompt i {
  color: var(--st_subjects_gold);
  margin-right: 7px;
}

.st_subjects_atlas_prompt span
{
  max-width: 70% !important;
  display: block !important;
  text-align: left !important;
  padding-left:25px;
}
.st_subjects_atlas_prompt span::before
{
  content: "\f002";
  height: 100%;
  position: absolute;
  top:20%;
  left:0px;
  font-family: "Font Awesome 6 Free";
}


.st_subjects_atlas_title h2 {
  margin: 0 !important;
  max-width: 285px;
}

.st_subjects_atlas_text {
  max-width: 290px;
}

.st_subjects_atlas_cta {
  width: 100% !important;
  margin-top: auto;
  background: #ffffff !important;
  box-shadow: 0 14px 30px rgba(7, 27, 74, 0.18);
}

.st_subjects_atlas_cta > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

.st_subjects_atlas_prompt .elementor-heading-title {
  color: #6b7488 !important;
  max-width: 115px;
  text-align: center;
}

.st_subjects_atlas_cta .st_subjects_btn .elementor-button {
  min-height: 45px;
  padding-inline: 18px !important;
  white-space: nowrap;
}

/* Orbiting subject cards */
.st_subjects_orbit_card {
  position: absolute !important;
  width: 142px !important;
  min-height: 112px !important;
  z-index: 4 !important;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.st_subjects_orbit_card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}

.st_subjects_orbit_icon .elementor-icon {
  width: 34px;
  height: 34px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: #fff2c9;
  color: var(--st_subjects_navy) !important;
}

.st_subjects_orbit_card:hover {
  box-shadow: 0 24px 60px rgba(7, 27, 74, 0.16) !important;
}

.st_subjects_orbit_english {
  left: 0 !important;
  top: 166px !important;
  transform: rotate(-7deg);
}

.st_subjects_orbit_maths {
  right: -4px !important;
  top: 178px !important;
  transform: rotate(6deg);
}

.st_subjects_orbit_science {
  left: 0 !important;
  top: 345px !important;
  transform: rotate(5deg);
}

.st_subjects_orbit_history {
  right: -4px !important;
  top: 358px !important;
  transform: rotate(-5deg);
}

.st_subjects_orbit_exam {
  left: 190px !important;
  top: 0 !important;
  transform: rotate(4deg);
}

/* =========================================================
   LEVEL NAVIGATION
   ========================================================= */
.st_subjects_level_nav {
  position: relative !important;
  z-index: 10;
  background: #fffdf9 !important;
  border: 0 !important;
}

.st_subjects_level_nav > .e-con-inner {
  max-width: 1030px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.st_subjects_level_pill {
  width: auto !important;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.st_subjects_level_pill > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
}

.st_subjects_level_pill:hover,
.st_subjects_level_pill:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 27, 74, 0.09) !important;
  outline: none;
}

/* =========================================================
   CONTENT SECTIONS
   ========================================================= */
.st_subjects_section_inner > .e-con-inner {
  max-width: 1160px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 38px !important;
}

.st_subjects_section_header > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 42px !important;
}

.st_subjects_section_heading {
  width: 58% !important;
}

.st_subjects_section_desc {
  width: 42% !important;
}

.st_subjects_section_heading > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.st_subjects_section_badge {
  width: max-content !important;
}

.st_subjects_section_badge > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}

.st_subjects_section_title h2,
.st_subjects_cta_title h2 {
  margin: 0 !important;
}



.st_subjects_card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden!important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.st_subjects_card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

.st_subjects_card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(247, 179, 19, 0.12);
  transition: transform 0.28s ease;
}

.st_subjects_card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 55px rgba(7, 27, 74, 0.12) !important;
  border-color: rgba(247, 179, 19, 0.45) !important;
}

.st_subjects_card:hover::after {
  transform: scale(1.35);
}

.st_subjects_section_action > .e-con-inner {
  display: flex !important;
  justify-content: center !important;
}

/* Services */
.st_subjects_services_header {
  max-width: 760px;
}

.st_subjects_services_header > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.st_subjects_services_grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.st_subjects_service_card {
  width: 100% !important;
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.st_subjects_service_card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.st_subjects_service_card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 65px rgba(7, 27, 74, 0.13) !important;
}

.st_subjects_service_icon .elementor-icon {
  width: 52px;
  height: 52px;
  display: grid !important;
  place-items: center;
  border-radius: 16px;
  background: #fff3ce;
}

.st_subjects_btn_disabled {
  pointer-events: none;
}

.st_subjects_btn_disabled .elementor-button {
  box-shadow: none !important;
}

/* CTA */
.st_subjects_cta_inner > .e-con-inner {
  max-width: 1160px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.st_subjects_cta_copy > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.st_subjects_cta_eyebrow {
  width: max-content !important;
}

.st_subjects_cta_eyebrow > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 9px !important;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1024px) {
  .st_subjects_hero {
    min-height: 700px;
  }

  .st_subjects_hero_inner > .e-con-inner {
    max-width: 920px !important;
    gap: 32px !important;
  }

  .st_subjects_hero_copy {
    width: 49% !important;
    flex-basis: 49% !important;
  }

  .st_subjects_atlas {
    width: 51% !important;
    flex-basis: 51% !important;
    min-height: 520px !important;
  }

  .st_subjects_atlas > .e-con-inner {
    min-height: 520px !important;
  }

  .st_subjects_atlas_core {
    left: 54px !important;
    top: 82px !important;
    width: 320px !important;
    min-height: 360px !important;
  }

  .st_subjects_orbit_card {
    width: 128px !important;
    min-height: 102px !important;
  }

  .st_subjects_orbit_english { top: 150px !important; }
  .st_subjects_orbit_maths { top: 162px !important; }
  .st_subjects_orbit_science { top: 310px !important; }
  .st_subjects_orbit_history { top: 323px !important; }
  .st_subjects_orbit_exam { left: 155px !important; top: 0 !important; }

  .st_subjects_grid_4 > .e-con-inner,
  .st_subjects_grid_5 > .e-con-inner,
  .st_subjects_grid_3 > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  .st_subjects_hero {
    min-height: auto;
    background-size: 24px 24px !important;
  }

  .st_subjects_hero::before {
    width: 280px;
    height: 280px;
    left: -170px;
    top: 40px;
  }

  .st_subjects_hero_inner > .e-con-inner {
    max-width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 38px !important;
  }

  .st_subjects_hero_copy,
  .st_subjects_atlas {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .st_subjects_hero_copy > .e-con-inner {
    gap: 21px !important;
  }

  .st_subjects_hero_title h1 {
    max-width: 100%;
    text-wrap: normal;
  }

  .st_subjects_hero_actions > .e-con-inner {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .st_subjects_hero_actions .elementor-widget-button,
  .st_subjects_hero_actions .elementor-button {
    width: 100% !important;
  }

  .st_subjects_micro_grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .st_subjects_atlas,
  .st_subjects_atlas > .e-con-inner {
    min-height: 620px !important;
  }

  .st_subjects_atlas::before {
    width: 350px;
    height: 300px;
  }

  .st_subjects_atlas::after {
    width: 285px;
    height: 240px;
  }

  .st_subjects_atlas_decor {
    left: 50% !important;
    top: 140px !important;
    width: 315px !important;
    height: 315px !important;
    transform: translateX(-50%) rotate(-5deg);
  }

  .st_subjects_atlas_core {
    left: 50% !important;
    top: 150px !important;
    width: calc(100% - 34px) !important;
    min-height: 390px !important;
    transform: translateX(-50%) rotate(-1.5deg);
  }

  .st_subjects_atlas_cta > .e-con-inner {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .st_subjects_atlas_prompt .elementor-heading-title {
    max-width: none;
  }

  .st_subjects_atlas_cta .elementor-button {
    width: 100% !important;
  }

  .st_subjects_orbit_card {
    width: 118px !important;
    min-height: 94px !important;
    padding: 11px !important;
  }

  .st_subjects_orbit_english { left: 0 !important; top: 83px !important; }
  .st_subjects_orbit_maths { right: 0 !important; top: 92px !important; }
  .st_subjects_orbit_exam { left: 50% !important; top: 0 !important; transform: translateX(-50%) rotate(4deg); }
  .st_subjects_orbit_science { left: 0 !important; top: auto !important; bottom: 0 !important; }
  .st_subjects_orbit_history { right: 0 !important; top: auto !important; bottom: 0 !important; }

  .st_subjects_level_nav > .e-con-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .st_subjects_level_pill {
    width: 100% !important;
  }

  .st_subjects_section_header > .e-con-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 22px !important;
  }

  .st_subjects_section_heading,
  .st_subjects_section_desc {
    width: 100% !important;
  }

  .st_subjects_grid_4 > .e-con-inner,
  .st_subjects_grid_5 > .e-con-inner,
  .st_subjects_grid_3 > .e-con-inner,
  .st_subjects_services_grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .st_subjects_cta_inner > .e-con-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .st_subjects_cta_copy,
  .st_subjects_cta_inner .elementor-widget-button,
  .st_subjects_cta_inner .elementor-button {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .st_subjects_page *,
  .st_subjects_level_nav *,
  .st_subjects_age_section *,
  .st_subjects_services *,
  .st_subjects_cta_section * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}


/* =========================================================
   SUBJECT PAGE HERO REFINEMENT
   Keeps user/common CSS intact; overrides only the native Subject hero.
   ========================================================= */
.st_subjects_page .st_subjects_hero {
  min-height: 820px !important;
  padding: 70px 0 64px !important;
}

.st_subjects_page .st_subjects_hero::before {
  z-index: 1 !important;
}

.st_subjects_page .st_subjects_hero::before {
  width: 430px !important;
  height: 430px !important;
  left: max(-150px, calc((100vw - 1328px) / 2 - 330px)) !important;
  top: 0 !important;
  background: rgba(184, 239, 226, 0.52) !important;
}


.st_subjects_page .st_subjects_hero_inner {
  position: relative !important;
  z-index: 1 !important;
}

.st_subjects_page .st_subjects_hero_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -70px;
  bottom: -64px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 84%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 84%, transparent);
  pointer-events: none;
}

.st_subjects_page .st_subjects_hero_inner > * {
  position: relative;
  z-index: 1;
}

.st_subjects_page .st_subjects_hero_inner > .e-con-inner {
  max-width: 1328px !important;
  min-height: 645px !important;
  gap: 58px !important;
}

.st_subjects_page .st_subjects_hero_copy {
  width: 44% !important;
  flex: 0 0 44% !important;
}

.st_subjects_page .st_subjects_hero_title h1 {
  max-width: 590px !important;
}

.st_subjects_page .st_subjects_hero_text {
  max-width: 585px !important;
}

.st_subjects_page .st_subjects_atlas {
  width: 56% !important;
  flex: 0 0 56% !important;
  min-height: 620px !important;
}

.st_subjects_page .st_subjects_atlas > .e-con-inner {
  min-height: 620px !important;
}

.st_subjects_page .st_subjects_atlas::before {
  left: 51% !important;
  top: 54% !important;
  width: 540px !important;
  height: 420px !important;
}

.st_subjects_page .st_subjects_atlas::after {
  left: 51% !important;
  top: 54% !important;
  width: 430px !important;
  height: 330px !important;
}

.st_subjects_page .st_subjects_atlas_decor {
  left: 128px !important;
  top: 74px !important;
  width: 420px !important;
  height: 420px !important;
}

.st_subjects_page .st_subjects_atlas_core {
  left: 145px !important;
  top: 128px !important;
  width: 370px !important;
  min-height: 420px !important;
  will-change: transform !important;
}

.st_subjects_page .st_subjects_orbit_card {
  width: 148px !important;
  min-height: 116px !important;
  will-change: transform !important;
}

.st_subjects_page .st_subjects_orbit_exam {
  left: 282px !important;
  top: 14px !important;
}

.st_subjects_page .st_subjects_orbit_english {
  left: 20px !important;
  top: 205px !important;
}

.st_subjects_page .st_subjects_orbit_maths {
  right: 30px !important;
  top: 210px !important;
}

.st_subjects_page .st_subjects_orbit_science {
  left: 28px !important;
  top: 410px !important;
}

.st_subjects_page .st_subjects_orbit_history {
  right: 28px !important;
  top: 412px !important;
}

@media (max-width: 1200px) {
  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 48px) !important;
    gap: 36px !important;
  }

  .st_subjects_page .st_subjects_atlas_core {
    left: 92px !important;
  }

  .st_subjects_page .st_subjects_orbit_exam {
    left: 218px !important;
  }
}

@media (max-width: 1024px) {
  .st_subjects_page .st_subjects_hero {
    min-height: 760px !important;
    padding-top: 58px !important;
  }

  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 36px) !important;
  }

  .st_subjects_page .st_subjects_hero_copy {
    width: 47% !important;
    flex-basis: 47% !important;
  }

  .st_subjects_page .st_subjects_atlas {
    width: 53% !important;
    flex-basis: 53% !important;
    min-height: 570px !important;
  }

  .st_subjects_page .st_subjects_atlas > .e-con-inner {
    min-height: 570px !important;
  }

  .st_subjects_page .st_subjects_atlas_core {
    left: 66px !important;
    top: 104px !important;
    width: 330px !important;
    min-height: 385px !important;
  }
}

@media (max-width: 767px) {
  .st_subjects_page .st_subjects_hero {
    min-height: auto !important;
    padding: 40px 0 52px !important;
  }

  .st_subjects_page .st_subjects_hero::before {
    width: 280px !important;
    height: 280px !important;
    left: -170px !important;
    top: 48px !important;
  }

  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 34px) !important;
    min-height: 0 !important;
    gap: 34px !important;
  }

  .st_subjects_page .st_subjects_hero_inner::before {
    top: -40px;
    bottom: -52px;
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }

  .st_subjects_page .st_subjects_hero_title h1,
  .st_subjects_page .st_subjects_hero_text {
    max-width: 100% !important;
  }
}


/* =========================================================
   SUBJECT PAGE HERO FINAL ALIGNMENT + INTERACTIONS
   Scoped override: keeps existing common.css/user CSS intact.
   ========================================================= */
.st_subjects_page .st_subjects_hero {
  min-height: 820px !important;
  padding: 70px 0 58px !important;
}

.st_subjects_page .st_subjects_hero_inner > .e-con-inner {
  max-width: 1160px !important;
  min-height: 650px !important;
  gap: 54px !important;
}

.st_subjects_page .st_subjects_hero_copy {
  width: 44.5% !important;
  flex: 0 0 44.5% !important;
}

.st_subjects_page .st_subjects_atlas {
  width: 55.5% !important;
  flex: 0 0 55.5% !important;
  min-height: 625px !important;
}

.st_subjects_page .st_subjects_atlas > .e-con-inner {
  min-height: 625px !important;
}

.st_subjects_page .st_subjects_hero::before {
  left: max(-150px, calc((100vw - 1160px) / 2 - 360px)) !important;
  top: -5px !important;
}


.st_subjects_page .st_subjects_hero_title h1,
.st_subjects_page .st_subjects_hero_title .elementor-heading-title {
  max-width: 540px !important;
  font-size: clamp(58px, 4.95vw, 78px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.065em !important;
}

.st_subjects_page .st_subjects_hero_text,
.st_subjects_page .st_subjects_hero_text .elementor-heading-title,
.st_subjects_page .st_subjects_hero_text p {
  max-width: 520px !important;
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.45 !important;
}

.st_subjects_page .st_subjects_atlas_core {
  left: 110px !important;
  top: 128px !important;
  width: 370px !important;
  min-height: 420px !important;
}

.st_subjects_page .st_subjects_atlas_text,
.st_subjects_page .st_subjects_atlas_text .elementor-heading-title,
.st_subjects_page .st_subjects_atlas_text p {
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.st_subjects_page .st_subjects_atlas_decor {
  left: 92px !important;
  top: 72px !important;
}

.st_subjects_page .st_subjects_orbit_exam {
  left: 238px !important;
  top: 14px !important;
}

.st_subjects_page .st_subjects_orbit_english {
  left: -12px !important;
  top: 212px !important;
}

.st_subjects_page .st_subjects_orbit_maths {
  right: -4px !important;
  top: 218px !important;
}

.st_subjects_page .st_subjects_orbit_science {
  left: 0 !important;
  top: 420px !important;
}

.st_subjects_page .st_subjects_orbit_history {
  right: 2px !important;
  top: 424px !important;
}

.st_subjects_page .st_subjects_btn .elementor-button,
.st_subjects_page .st_subjects_micro_card,
.st_subjects_page .st_subjects_orbit_card,
.st_subjects_page .st_subjects_atlas_core {
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease !important;
}

.st_subjects_page .st_subjects_btn .elementor-button:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 44px rgba(7, 27, 74, 0.18) !important;
}

.st_subjects_page .st_subjects_micro_card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(247, 179, 19, 0.46) !important;
  box-shadow: 0 24px 60px rgba(7, 27, 74, 0.12) !important;
}

.st_subjects_page .st_subjects_orbit_card:hover {
  transform: translateY(-8px) rotate(var(--st-subject-orbit-rotate, 0deg)) !important;
  border-color: rgba(247, 179, 19, 0.45) !important;
  box-shadow: 0 28px 70px rgba(7, 27, 74, 0.18) !important;
}

.st_subjects_page .st_subjects_orbit_english { --st-subject-orbit-rotate: -7deg; }
.st_subjects_page .st_subjects_orbit_maths { --st-subject-orbit-rotate: 6deg; }
.st_subjects_page .st_subjects_orbit_science { --st-subject-orbit-rotate: 5deg; }
.st_subjects_page .st_subjects_orbit_history { --st-subject-orbit-rotate: -5deg; }
.st_subjects_page .st_subjects_orbit_exam { --st-subject-orbit-rotate: 4deg; }

.st_subjects_page .st_subjects_atlas_core:hover {
  box-shadow: 0 32px 80px rgba(7, 27, 74, 0.24) !important;
}

@media (max-width: 1200px) {
  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 64px) !important;
    gap: 40px !important;
  }

  .st_subjects_page .st_subjects_hero_title h1,
  .st_subjects_page .st_subjects_hero_title .elementor-heading-title {
    font-size: clamp(50px, 5.8vw, 68px) !important;
  }

  .st_subjects_page .st_subjects_atlas_core {
    left: 74px !important;
    width: 350px !important;
  }

  .st_subjects_page .st_subjects_atlas_decor {
    left: 58px !important;
  }

  .st_subjects_page .st_subjects_orbit_exam { left: 200px !important; }
  .st_subjects_page .st_subjects_orbit_english { left: -8px !important; }
  .st_subjects_page .st_subjects_orbit_maths { right: -8px !important; }
}

@media (max-width: 1024px) {
  .st_subjects_page .st_subjects_hero {
    min-height: 740px !important;
    padding-top: 54px !important;
  }

  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 42px) !important;
    gap: 26px !important;
  }

  .st_subjects_page .st_subjects_hero_copy {
    width: 46% !important;
    flex-basis: 46% !important;
  }

  .st_subjects_page .st_subjects_atlas {
    width: 54% !important;
    flex-basis: 54% !important;
    min-height: 560px !important;
  }

  .st_subjects_page .st_subjects_atlas_core {
    left: 54px !important;
    top: 104px !important;
    width: 318px !important;
    min-height: 370px !important;
  }

  .st_subjects_page .st_subjects_orbit_card {
    width: 126px !important;
    min-height: 102px !important;
  }
}

@media (max-width: 767px) {
  .st_subjects_page .st_subjects_hero {
    padding: 36px 0 52px !important;
  }

  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 34px) !important;
    gap: 34px !important;
  }

  .st_subjects_page .st_subjects_hero_title h1,
  .st_subjects_page .st_subjects_hero_title .elementor-heading-title {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 0.96 !important;
  }

  .st_subjects_page .st_subjects_hero_text,
  .st_subjects_page .st_subjects_hero_text .elementor-heading-title,
  .st_subjects_page .st_subjects_hero_text p {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .st_subjects_page .st_subjects_micro_card:hover,
  .st_subjects_page .st_subjects_orbit_card:hover,
  .st_subjects_page .st_subjects_btn .elementor-button:hover {
    transform: none !important;
  }
}

/* =========================================================
   Subject page final reference parity patch - 2026-07-28
   Keeps Elementor settings intact; only fills the visual gaps
   that cannot be reliably controlled from Elementor alone.
   ========================================================= */

.st_subjects_page :is(.st_subjects_age_5_11,.st_subjects_age_11_14,.st_subjects_age_16,.st_subjects_services,#ages-5-11,#ages-11-14,#ages-16-plus,#subject-services) {
  scroll-margin-top: 132px !important;
}

.st_subjects_page .st_subjects_hero {
  min-height: 790px !important;
  padding: 62px 0 72px !important;
}

.st_subjects_page .st_subjects_hero_inner > .e-con-inner {
  width: calc(100% - 40px) !important;
  max-width: 1160px !important;
  min-height: 620px !important;
  gap: 44px !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.st_subjects_page .st_subjects_hero_copy {
  flex: 0 0 43% !important;
  width: 43% !important;
  max-width: 500px !important;
}

.st_subjects_page .st_subjects_atlas {
  flex: 0 0 57% !important;
  width: 57% !important;
  max-width: 660px !important;
  min-height: 640px !important;
}

.st_subjects_page .st_subjects_atlas > .e-con-inner {
  min-height: 640px !important;
}

.st_subjects_page .st_subjects_hero_title h1,
.st_subjects_page .st_subjects_hero_title .elementor-heading-title {
  font-size: clamp(54px, 5.2vw, 78px) !important;
  line-height: .96 !important;
  letter-spacing: -.066em !important;
}

.st_subjects_page .st_subjects_hero_text,
.st_subjects_page .st_subjects_hero_text .elementor-heading-title,
.st_subjects_page .st_subjects_hero_text p {
  max-width: 545px !important;
  font-size: clamp(18px, 1.18vw, 21px) !important;
  line-height: 1.48 !important;
}

.st_subjects_page .st_subjects_atlas_core {
  left: 86px !important;
  top: 122px !important;
  width: 430px !important;
  min-height: 455px !important;
  border-radius: 34px !important;
  box-shadow: 0 32px 85px rgba(7,27,74,.23) !important;
}


.st_subjects_page .st_subjects_atlas_text,
.st_subjects_page .st_subjects_atlas_text .elementor-heading-title,
.st_subjects_page .st_subjects_atlas_text p {
  font-size: 18px !important;
  line-height: 1.52 !important;
}

.st_subjects_page .st_subjects_atlas_decor {
  left: 78px !important;
  top: 68px !important;
  width: 550px !important;
  height: 550px !important;
}

.st_subjects_page .st_subjects_orbit_exam { left: 246px !important; top: 10px !important; }
.st_subjects_page .st_subjects_orbit_english { left: -18px !important; top: 206px !important; }
.st_subjects_page .st_subjects_orbit_maths { right: -14px !important; top: 210px !important; }
.st_subjects_page .st_subjects_orbit_science { left: -4px !important; top: 414px !important; }
.st_subjects_page .st_subjects_orbit_history { right: -2px !important; top: 418px !important; }

.st_subjects_page .st_subjects_btn_primary .elementor-button {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.st_subjects_page .st_subjects_btn_primary .elementor-button::before {
  content: "" !important;
  position: absolute !important;
  inset: -35% auto -35% -85% !important;
  width: 58% !important;
  transform: skewX(-18deg) !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent) !important;
  transition: left .68s ease !important;
  z-index: -1 !important;
}

.st_subjects_page .st_subjects_btn_primary .elementor-button:hover::before {
  left: 125% !important;
}

.st_subjects_page .st_subjects_btn_primary .elementor-button:hover {
  background: #08235e !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 22px 52px rgba(7,27,74,.22) !important;
}

.st_subjects_page .st_subjects_level_pill {
  cursor: pointer !important;
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease !important;
}

.st_subjects_page .st_subjects_level_pill:hover {
  background: #071f55 !important;
  border-color: #071f55 !important;
  box-shadow: 0 20px 46px rgba(7,27,74,.18) !important;
  transform: translateY(-4px) !important;
}

.st_subjects_page .st_subjects_level_pill:hover :is(.elementor-heading-title, .elementor-icon, .elementor-icon i, .elementor-icon svg) {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.st_subjects_page .st_subjects_level_pill:hover .elementor-icon {
  color: #f7b313 !important;
  fill: #f7b313 !important;
}

.st_subjects_age_section {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.st_subjects_age_section > .e-con-inner {
  max-width: 1160px !important;
  background: #ffffff !important;
  border: 1px solid rgba(7,27,74,.08) !important;
  border-radius: 34px !important;
  box-shadow: 0 28px 80px rgba(7,27,74,.08) !important;
  padding: 56px 44px !important;
}

.st_subjects_services {
  width: calc(100% - 40px) !important;
  max-width: 1160px !important;
  margin: 80px auto 92px !important;
  padding: 56px 44px !important;
  background: #ffffff !important;
  border: 1px solid rgba(7,27,74,.08) !important;
  border-radius: 34px !important;
  box-shadow: 0 28px 80px rgba(7,27,74,.08) !important;
  position: relative;
  overflow: hidden;
}

.st_subjects_services::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  border-radius: 0 0 0 100%;
  background: #e0f7f2;
  pointer-events: none;
}

.st_subjects_services > * {
  position: relative;
  z-index: 1;
}

.st_subjects_services .st_subjects_services_header {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.st_subjects_services .st_subjects_services_title {
  max-width: 920px;
  margin-inline: auto;
}

.st_subjects_services .st_subjects_services_lead {
  max-width: 680px;
  margin-inline: auto;
}

.st_subjects_services .st_subjects_service_card,
.st_subjects_services .elementor-widget-container {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

.st_subjects_services .st_subjects_service_card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 30px 70px rgba(7,27,74,.11) !important;
}

.st_subjects_services .st_subjects_service_card {
  min-height: 370px;
}

.st_subjects_services .st_subjects_service_card > .elementor-element:last-child {
  margin-top: auto;
}

.st_subjects_services .st_subjects_btn_disabled .elementor-button {
  background: #071b4a !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.st_subjects_services .st_subjects_btn_disabled .elementor-button::before {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .st_subjects_page .st_subjects_atlas_core {
    animation: stSubjectAtlasFloat 7s ease-in-out infinite;
  }

  .st_subjects_page .st_subjects_orbit_card {
    animation: stSubjectOrbitFloat 6.5s ease-in-out infinite;
  }

  .st_subjects_page .st_subjects_orbit_maths,
  .st_subjects_page .st_subjects_orbit_history {
    animation-delay: .45s;
  }
}

@keyframes stSubjectAtlasFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes stSubjectOrbitFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@media (max-width: 1200px) {
  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 56px) !important;
    gap: 36px !important;
  }

  .st_subjects_page .st_subjects_atlas_core {
    left: 58px !important;
    width: 410px !important;
  }

  .st_subjects_page .st_subjects_atlas_decor {
    left: 38px !important;
    width: 520px !important;
    height: 520px !important;
  }

  .st_subjects_page .st_subjects_orbit_exam { left: 218px !important; }
}

@media (max-width: 1024px) {
  .st_subjects_page .st_subjects_hero {
    min-height: auto !important;
    padding: 54px 0 68px !important;
  }

  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    flex-direction: column !important;
    max-width: calc(100% - 42px) !important;
    min-height: 0 !important;
    gap: 34px !important;
  }

  .st_subjects_page .st_subjects_hero_copy,
  .st_subjects_page .st_subjects_atlas {
    width: 100% !important;
    flex: 0 0 auto !important;
    max-width: 100% !important;
  }

  .st_subjects_page .st_subjects_hero_title h1,
  .st_subjects_page .st_subjects_hero_title .elementor-heading-title {
    max-width: 760px !important;
  }

  .st_subjects_page .st_subjects_atlas,
  .st_subjects_page .st_subjects_atlas > .e-con-inner {
    min-height: 620px !important;
  }

  .st_subjects_page .st_subjects_atlas_core {
    left: 50% !important;
    top: 118px !important;
    width: 430px !important;
    margin-left: -215px !important;
  }

  .st_subjects_page .st_subjects_atlas_decor {
    left: 50% !important;
    margin-left: -285px !important;
  }

  .st_subjects_page .st_subjects_orbit_english { left: calc(50% - 330px) !important; }
  .st_subjects_page .st_subjects_orbit_maths { right: calc(50% - 330px) !important; }
  .st_subjects_page .st_subjects_orbit_science { left: calc(50% - 312px) !important; }
  .st_subjects_page .st_subjects_orbit_history { right: calc(50% - 312px) !important; }

  .st_subjects_age_section > .e-con-inner {
    padding: 44px 28px !important;
  }

  .st_subjects_services {
    padding: 44px 28px !important;
  }
}

@media (max-width: 767px) {
  .st_subjects_page .st_subjects_hero {
    padding: 36px 0 48px !important;
  }

  .st_subjects_page .st_subjects_hero_inner > .e-con-inner {
    max-width: calc(100% - 32px) !important;
    gap: 28px !important;
  }

  .st_subjects_page .st_subjects_hero_title h1,
  .st_subjects_page .st_subjects_hero_title .elementor-heading-title {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: .96 !important;
  }

  .st_subjects_page .st_subjects_atlas,
  .st_subjects_page .st_subjects_atlas > .e-con-inner {
    min-height: 640px !important;
  }

  .st_subjects_page .st_subjects_atlas_core {
    left: 50% !important;
    top: 116px !important;
    width: min(86vw, 350px) !important;
    min-height: 405px !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
    animation: none !important;
  }


  .st_subjects_page .st_subjects_atlas_text,
  .st_subjects_page .st_subjects_atlas_text .elementor-heading-title,
  .st_subjects_page .st_subjects_atlas_text p {
    font-size: 16px !important;
  }

  .st_subjects_page .st_subjects_atlas_decor {
    left: 50% !important;
    top: 60px !important;
    width: 440px !important;
    height: 440px !important;
    margin-left: -220px !important;
  }

  .st_subjects_page .st_subjects_orbit_card {
    width: 118px !important;
    min-height: 96px !important;
    animation: none !important;
  }

  .st_subjects_page .st_subjects_orbit_exam { left: 50% !important; top: 4px !important; margin-left: -60px !important; }
  .st_subjects_page .st_subjects_orbit_english { left: 0 !important; top: 228px !important; }
  .st_subjects_page .st_subjects_orbit_maths { right: 0 !important; top: 230px !important; }
  .st_subjects_page .st_subjects_orbit_science { left: 6px !important; top: 470px !important; }
  .st_subjects_page .st_subjects_orbit_history { right: 6px !important; top: 472px !important; }

  .st_subjects_page .st_subjects_level_pill:hover {
    transform: none !important;
  }

  .st_subjects_age_section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .st_subjects_age_section > .e-con-inner {
    padding: 32px 18px !important;
    border-radius: 28px !important;
  }

  .st_subjects_services {
    width: calc(100% - 32px) !important;
    margin-top: 56px !important;
    margin-bottom: 70px !important;
    padding: 32px 18px !important;
    border-radius: 28px !important;
  }

  .st_subjects_services::before {
    width: 96px;
    height: 96px;
  }

  .st_subjects_services .st_subjects_service_card {
    min-height: 0;
  }
}

.st_subjects_hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(7, 27, 74, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 27, 74, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, black 14%, black 84%, transparent);
    pointer-events: none;
}

/* Teacher application: scoped redesign of the existing ACF/SmartWizard form. */
.st_teacher_application{--stta-navy:#071b4a;--stta-gold:#f5b51b;--stta-gold-soft:#fff5d8;--stta-mint:#dcf7ef;--stta-text:#667085;--stta-line:#e7ecf4;position:relative;width:100%;padding:64px 20px 96px;overflow:hidden;background:linear-gradient(rgba(7,27,74,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(7,27,74,.026) 1px,transparent 1px),#fffdf8;background-size:42px 42px;color:var(--stta-navy)}
.st_teacher_application:before,.st_teacher_application:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.st_teacher_application:before{width:360px;height:360px;top:170px;left:-220px;background:rgba(220,247,239,.7)}.st_teacher_application:after{width:330px;height:330px;top:-170px;right:-150px;background:rgba(255,245,216,.92)}
.st_teacher_application *,.st_teacher_application *:before,.st_teacher_application *:after{box-sizing:border-box}.st_teacher_application_shell{position:relative;z-index:1;width:min(1080px,100%);margin-inline:auto}
.st_teacher_application_heading{max-width:760px;margin:0 auto 30px;text-align:center}.st_teacher_application_kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(7,27,74,.08);border-radius:999px;background:#fff;box-shadow:0 10px 28px rgba(7,27,74,.06);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.st_teacher_application_kicker i{color:var(--stta-gold)}
.st_teacher_application_heading h1{margin:18px 0 12px;color:var(--stta-navy);font-size:clamp(38px,5vw,58px);font-weight:900;line-height:1;letter-spacing:-.055em}.st_teacher_application_heading p{margin:0;color:var(--stta-text);font-size:17px;font-weight:600;line-height:1.65}
.st_teacher_application_notice{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;max-width:860px;margin:0 auto 22px;padding:16px 18px;border:1px solid rgba(245,181,27,.28);border-radius:20px;background:var(--stta-gold-soft)}.st_teacher_application_notice>i{display:grid;width:44px;height:44px;place-items:center;border-radius:15px;background:var(--stta-gold);color:var(--stta-navy)}.st_teacher_application_notice strong,.st_teacher_application_notice span{display:block}.st_teacher_application_notice strong{margin-bottom:2px;font-size:15px;font-weight:900}.st_teacher_application_notice span{color:var(--stta-text);font-size:13px;font-weight:650;line-height:1.5}
.st_teacher_application_form{margin:0}.st_teacher_wizard{--sw-toolbar-btn-background-color:var(--stta-navy);--sw-anchor-active-primary-color:var(--stta-gold);--sw-anchor-done-primary-color:var(--stta-navy);--sw-border-color:var(--stta-line);position:relative;min-height:620px;padding:32px;overflow:hidden;border:1px solid rgba(7,27,74,.08);border-radius:38px;background:#fff;box-shadow:0 28px 80px rgba(7,27,74,.11)}.st_teacher_wizard:before{content:"";position:absolute;top:-125px;right:-105px;width:260px;height:260px;border-radius:50%;background:var(--stta-gold-soft);pointer-events:none}.st_teacher_wizard>*{position:relative;z-index:1}.st_teacher_wizard_mobile_progress{display:none}
.st_teacher_wizard.sw-theme-dots>.nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 30px;padding:0}.st_teacher_wizard.sw-theme-dots>.nav:before,.st_teacher_wizard.sw-theme-dots>.nav-progress:after,.st_teacher_wizard.sw-theme-dots>.nav .nav-link:after{display:none!important}.st_teacher_wizard.sw-theme-dots>.nav .nav-item{min-width:0}.st_teacher_wizard.sw-theme-dots>.nav .nav-link{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:center;min-height:70px;margin:0;padding:12px;border:1px solid var(--stta-line);border-radius:20px;background:#f8fafc;color:#8791a3;text-align:left}
.st_teacher_wizard.sw-theme-dots>.nav .nav-link>.num{position:static;display:grid;float:none;width:42px;height:42px;padding:0;place-items:center;border-radius:50%;background:#e9edf4;color:#8791a3!important;font-size:14px;font-weight:900}.st_teacher_wizard .nav-link span,.st_teacher_wizard .nav-link small{display:block}.st_teacher_wizard .nav-link span{overflow:hidden;color:inherit;font-size:13px;font-weight:900;line-height:1.25}.st_teacher_wizard .nav-link small{margin-bottom:3px;color:#a1a9b7;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.st_teacher_wizard.sw-theme-dots>.nav .nav-link.active{border-color:rgba(245,181,27,.55);background:var(--stta-gold-soft);color:var(--stta-navy)!important;box-shadow:0 12px 28px rgba(245,181,27,.14)}.st_teacher_wizard.sw-theme-dots>.nav .nav-link.active>.num{background:var(--stta-gold);color:var(--stta-navy)!important;animation:st7Pulse 1.6s infinite}.st_teacher_wizard.sw-theme-dots>.nav .nav-link.done{border-color:rgba(7,27,74,.14);background:#f5f7fb;color:var(--stta-navy)}.st_teacher_wizard.sw-theme-dots>.nav .nav-link.done>.num{background:var(--stta-navy);color:#fff!important}
.st_teacher_wizard>.tab-content{height:auto!important;overflow:visible}.st_teacher_wizard>.tab-content>.tab-pane{padding:0}.st_teacher_step_heading{margin-bottom:24px}.st_teacher_step_heading>span{display:inline-block;margin-bottom:7px;color:var(--stta-gold);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.st_teacher_step_heading>p{margin:0;color:var(--stta-text);font-size:16px;font-weight:600;line-height:1.6}
.st_teacher_field{margin:0 0 18px;padding:22px;border:1px solid var(--stta-line);border-radius:24px;background:#fbfcff}.st_teacher_field>h3{margin:0 0 16px;color:var(--stta-navy);font-size:19px;font-weight:900;line-height:1.3}.st_teacher_application .ai_st_student_profile_fields_cnt,.st_teacher_application .ai_st_input_field_group{width:100%}.st_teacher_application .ai_st_required_error{grid-column:1/-1;margin:0 0 4px;padding:10px 13px;border-radius:12px;background:#fff0ef;color:#c63f38;font-size:13px;font-weight:800}
.st_teacher_application .ai_st_input_options{position:relative;min-width:0}.st_teacher_application .ai_st_input_options:has(>input[type=radio]),.st_teacher_application .ai_st_input_options:has(>input[type=checkbox]){display:flex;min-height:62px;padding:16px 16px 16px 50px;align-items:center;border:1px solid var(--stta-line);border-radius:18px;background:#fff;color:var(--stta-navy);font-size:14px;font-weight:800;line-height:2;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.st_teacher_application .ai_st_input_options:has(>input[type=radio]):hover,.st_teacher_application .ai_st_input_options:has(>input[type=checkbox]):hover{transform:translateY(-2px);border-color:rgba(245,181,27,.6);box-shadow:0 10px 24px rgba(7,27,74,.06)}.st_teacher_application .ai_st_input_options:has(>input:checked){border-color:var(--stta-gold);background:var(--stta-gold-soft)}
.st_teacher_application input[type=radio],.st_teacher_application input[type=checkbox]{position:absolute;top:50%;left:16px;width:22px;height:22px;margin:0;accent-color:var(--stta-gold);transform:translateY(-50%)}.st_teacher_application input[type=text],.st_teacher_application input[type=number],.st_teacher_application input[type=url],.st_teacher_application input[type=email],.st_teacher_application select,.st_teacher_application textarea,.st_teacher_application input[type=file]{width:100%;min-height:56px;padding:14px 16px;border:1px solid #dfe5ee;border-radius:16px;outline:none;background:#fff;color:var(--stta-navy);font-size:15px;font-weight:650;transition:border-color .2s ease,box-shadow .2s ease}.st_teacher_application textarea{min-height:150px;resize:vertical}.st_teacher_application input[type=file]{height:auto;border-style:dashed}.st_teacher_application input:focus,.st_teacher_application select:focus,.st_teacher_application textarea:focus{border-color:var(--stta-gold);box-shadow:0 0 0 4px rgba(245,181,27,.14)}
.st_teacher_application .ai_st_input_options small,.st_teacher_application .ai_st_input_options p{display:block;grid-column:1/-1;margin:8px 0 0;color:var(--stta-text);font-size:12px;font-weight:650;line-height:1.55}.st_teacher_wizard>.toolbar{display:flex;justify-content:space-between;gap:12px;margin-top:26px;padding:22px 0 0;border-top:1px solid var(--stta-line)}.st_teacher_wizard>.toolbar>.sw-btn{min-width:138px;min-height:52px;margin:0;padding:13px 24px;border:1px solid var(--stta-line);border-radius:999px;background:#fff;color:var(--stta-navy);font-size:14px;font-weight:900;box-shadow:0 12px 28px rgba(7,27,74,.07)}.st_teacher_wizard>.toolbar>.sw-btn-next,.st_teacher_wizard>.toolbar>.sw-btn-submit-form{margin-left:auto;border-color:var(--stta-navy);background:var(--stta-navy);color:#fff}.st_teacher_wizard>.toolbar>.sw-btn:hover{border-color:var(--stta-gold);background:var(--stta-gold);color:var(--stta-navy)}
.st_teacher_application_access_error{max-width:620px;margin:40px auto;padding:50px 32px;border:1px solid var(--stta-line);border-radius:32px;background:#fff;text-align:center;box-shadow:0 24px 70px rgba(7,27,74,.1)}.st_teacher_application_access_error>i{display:grid;width:68px;height:68px;margin:0 auto 18px;place-items:center;border-radius:22px;background:var(--stta-gold-soft);color:var(--stta-gold);font-size:26px}.st_teacher_application_access_error h1{margin:0 0 10px;font-size:34px;font-weight:900}.st_teacher_application_access_error p{margin:0;color:var(--stta-text)}
@media(max-width:767px){.st_teacher_application{padding:42px 14px 72px;background-size:28px 28px}.st_teacher_application_heading h1{font-size:38px}.st_teacher_application_heading p{font-size:15px}.st_teacher_application_notice{grid-template-columns:38px 1fr;padding:14px}.st_teacher_application_notice>i{width:38px;height:38px}.st_teacher_wizard{min-height:0;padding:20px 16px;border-radius:28px}.st_teacher_wizard.sw-theme-dots>.nav{display:none}.st_teacher_wizard_mobile_progress{display:block;margin-bottom:24px}.st_teacher_wizard_mobile_progress>span{color:var(--stta-gold);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.st_teacher_wizard_mobile_progress>strong{display:block;margin:4px 0 12px;font-size:20px;font-weight:900}.st_teacher_wizard_mobile_progress>div{height:8px;overflow:hidden;border-radius:999px;background:#edf1f6}.st_teacher_wizard_mobile_progress i{display:block;width:25%;height:100%;border-radius:inherit;background:var(--stta-gold);transition:width .35s ease}.st_teacher_field{padding:18px 14px;border-radius:20px}.st_teacher_field>h3{font-size:17px}.st_teacher_application .ai_st_input_field_group{grid-template-columns:1fr}.st_teacher_wizard>.toolbar{position:sticky;bottom:0px;z-index:5;margin:22px -6px -6px;padding:10px;border:1px solid var(--stta-line);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 15px 40px rgba(7,27,74,.14)}.st_teacher_wizard>.toolbar>.sw-btn{min-width:0;min-height:48px;padding:11px 18px}}

html .st_teacher_application .ai_st_input_options:has(>input[type=checkbox]) {
    display: block;
}

html .st_teacher_application input[type=checkbox] {
    position: absolute;
    top: 30px;
}

.st_teacher_application .ai_st_input_field_group {
  display:grid;
  gap:12px;
  margin:0
}
.st_teacher_application .ai_st_input_field_group:not(.ai_st_ta_manage_subjects_cnt) {

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

}

.ai_st_teacher_books_cnt {
    display: block !important;
}

.ai_st_teacher_books_cnt > .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 767px) {
    .ai_st_teacher_books_cnt > .col-md-6 {
        grid-template-columns: 1fr;
    }
  .st_teacher_application .ai_st_input_field_group:not(.ai_st_ta_manage_subjects_cnt) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  } 
  .ai_st_ta_manage_subjects_cnt .ai_st_input_options .ai_st_teacher_books_cnt {
      max-height: 430px;
      position: relative;
      margin-left: -38%;
      width: 148%;
      overflow: auto;
  }     
}

.ai_st_ta_manage_subjects_cnt .ai_st_input_options .ai_st_teacher_books_cnt {
    max-height: 430px;
    overflow: auto;
}

html .st_teacher_application .ai_st_required_error {
    padding: 2px 5px;
}

html .st_teacher_application .ai_st_error_down {
    bottom: -22px;
}

.st_mini_faces {
    display: flex;
}

.st_mini_faces span:first-child {
    margin-left: 0;
    background: var(--st_mint);
}

.st_mini_faces span:nth-child(2) {
    background: var(--st_gold_soft);
}

.st_mini_faces span:nth-child(3) {
    background: var(--st_blue_soft);
}

.st_mini_faces span:nth-child(4) {
    background: var(--st_lilac);
}

.st_mini_faces span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -8px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    color: var(--st_navy);
}

.st_deal_card .e-con-inner
{
  padding:0px !important;
}

.st_deal_card .e-con-inner:before {
    content: "";
    position: absolute;
    right: -28px;
    top: -28px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--st_gold_soft);
    z-index: 0;
}

.st_cta_section .e-con-inner,.st_proof_section .e-con-inner
{
  position: relative;
}

.st_cta_section .e-con-inner:before {
    content: "";
    position: absolute;
    width: 260px;
    z-index: 1;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    right: -70px;
    bottom: -70px;
}

.st_proof_section .st_proof:after {
    content: "";
    position: absolute;
    right: -70px;
    z-index: 1;
    top: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(245, 181, 27, .22);
}

/* Complete payment page — shared presentation; payment logic remains in the template. */
.complete-payment_body{--st_pay_navy:#071b4a;--st_pay_navy_2:#10295f;--st_pay_gold:#f5b51b;--st_pay_gold_soft:#fff5d8;--st_pay_mint:#dcf7ef;--st_pay_blue:#eef5ff;--st_pay_text:#5d6678;--st_pay_line:#e8edf5;background:#fffdf8;overflow-x:hidden}
.complete-payment_body:before,.complete-payment_body:after{content:"";position:fixed;border-radius:50%;pointer-events:none;z-index:-1}
.complete-payment_body:before{width:430px;height:430px;right:-165px;top:170px;background:var(--st_pay_gold_soft)}
.complete-payment_body:after{width:380px;height:380px;left:-195px;top:560px;background:var(--st_pay_mint)}
.complete-payment_body .ai_st_payment_cnt{position:relative;display:block!important;width:min(1160px,calc(100% - 40px));max-width:none!important;margin:70px auto 100px!important;padding-top:190px}
.complete-payment_body .ai_st_payment_cnt:before{content:"Secure checkout";position:absolute;top:0;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(245,181,27,.14);color:var(--st_pay_navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.complete-payment_body .ai_st_payment_cnt:after{content:"Complete your payment.";position:absolute;top:48px;left:0;right:0;color:var(--st_pay_navy);font-size:clamp(44px,5.7vw,76px);font-weight:900;line-height:.98;letter-spacing:-.06em;text-align:center}
.complete-payment_body .ai_st_payment_cnt>.card{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;grid-template-rows:auto auto auto 1fr;gap:0 24px;width:100%;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.complete-payment_body .ai_st_payment_cnt>.card>div:nth-child(2),.complete-payment_body .ai_st_payment_cnt>.card>.pricing,.complete-payment_body .ai_st_payment_cnt>.card>.detail,.complete-payment_body .ai_st_payment_cnt>.card>.credit{grid-column:1;position:relative;z-index:2;background:#fff;border-left:1px solid rgba(7,27,74,.08);border-right:1px solid rgba(7,27,74,.08)}
.complete-payment_body .ai_st_payment_cnt>.card>div:nth-child(2){padding:30px 30px 24px;border-top:1px solid rgba(7,27,74,.08);border-radius:38px 38px 0 0;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 -10px 36px rgba(7,27,74,.04)}
.complete-payment_body .heading{margin:0 0 8px;color:var(--st_pay_navy);font-size:31px;font-weight:900;letter-spacing:-.04em}.complete-payment_body .text{margin:0;color:var(--st_pay_text);font-size:15px;line-height:1.65}
.complete-payment_body .pricing{grid-row:2;margin:0!important;padding:24px 30px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
.complete-payment_body .pricing:before{content:"";position:absolute;inset:0 30px;border:1px solid #dce8ff;border-radius:28px;background:var(--st_pay_blue);z-index:-1}
.complete-payment_body .pricing .images{padding:20px;gap:16px}.complete-payment_body .pricing img{width:72px!important;height:72px;border:4px solid #fff;border-radius:24px!important;object-fit:cover;box-shadow:0 12px 28px rgba(7,27,74,.08)}
.complete-payment_body .business{color:var(--st_pay_navy);font-size:18px;font-weight:900}.complete-payment_body .plan{color:#8b95a8;font-size:13px;font-weight:800}.complete-payment_body .pricing>.d-flex:last-child{position:absolute;right:48px;top:42px;padding:10px 14px;border-radius:999px;background:#fff;box-shadow:0 10px 24px rgba(7,27,74,.07)}
.complete-payment_body .pricing .amount{color:var(--st_pay_navy);font-size:16px;font-weight:900}.complete-payment_body .pricing .year{margin-left:4px;color:var(--st_pay_navy);font-size:12px;font-weight:900}
.complete-payment_body .detail{margin:0!important;padding:4px 30px 12px;color:var(--st_pay_navy);font-size:18px;font-weight:900}.complete-payment_body .credit{margin:0!important;padding:0 30px 30px!important;border-radius:0!important}.complete-payment_body .credit>div{width:100%;padding:17px;border:1px solid var(--st_pay_line);border-radius:22px;background:#fafcff}.complete-payment_body .credit .business{font-size:15px}.complete-payment_body .credit .business i{display:inline-grid;width:42px;height:42px;margin-right:10px;place-items:center;border-radius:15px;background:var(--st_pay_gold_soft);color:var(--st_pay_navy)}
.complete-payment_body .ai_st_payment_cnt>.card>.credit:last-of-type{padding-bottom:30px!important;border-bottom:1px solid rgba(7,27,74,.08);border-radius:0 0 38px 38px!important;box-shadow:0 24px 70px rgba(7,27,74,.12)}
.complete-payment_body .ai_st_discount_code_cnt{width:100%}.complete-payment_body .ai_st_discount_form_cnt{display:grid;grid-template-columns:1fr auto;gap:12px}.complete-payment_body .ai_st_discount_code{min-width:0;min-height:58px;padding:0 18px;border:1px solid var(--st_pay_line);border-radius:18px;background:#fbfcff;color:var(--st_pay_navy);font-weight:800;outline:0}.complete-payment_body .ai_st_discount_code:focus{border-color:var(--st_pay_gold);box-shadow:0 0 0 4px rgba(245,181,27,.14);background:#fff}.complete-payment_body .ai_st_discount_code_btn{display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;background:var(--st_pay_navy);color:#fff!important;font-weight:900}
.complete-payment_body .g-recaptcha,.complete-payment_body .ai_st_final_stripe_payment_cnt{grid-column:2;position:relative;z-index:2;background:#fff;border-left:1px solid rgba(7,27,74,.08);border-right:1px solid rgba(7,27,74,.08)}
.complete-payment_body .g-recaptcha{grid-row:1/4;padding:190px 34px 20px;border-top:1px solid rgba(7,27,74,.08);border-radius:38px 38px 0 0;box-shadow:0 -10px 36px rgba(7,27,74,.04)}
.complete-payment_body .g-recaptcha:before{content:"Confirm and pay";position:absolute;top:34px;left:34px;color:var(--st_pay_navy);font-size:31px;font-weight:900;letter-spacing:-.04em}.complete-payment_body .g-recaptcha:after{content:"Your booking details are ready. Complete the security check below.";position:absolute;top:82px;left:34px;right:34px;padding:26px;border-radius:32px;background:var(--st_pay_navy);color:rgba(255,255,255,.75);font-size:15px;font-weight:700;line-height:1.6}
.complete-payment_body .ai_st_final_stripe_payment_cnt{grid-row:4;margin:0!important;padding:0 34px 34px;border-bottom:1px solid rgba(7,27,74,.08);border-radius:0 0 38px 38px;box-shadow:0 24px 70px rgba(7,27,74,.12)}
.complete-payment_body .st_payment_note,.complete-payment_body .st_payment_timeline{grid-column:2;position:relative;z-index:3;margin-left:34px;margin-right:34px}.complete-payment_body .st_payment_note{grid-row:5;margin-top:-20px;padding:18px;border:1px solid rgba(245,181,27,.28);border-radius:22px;background:#fff8e7;color:#4f5b70;font-size:13px;line-height:1.6}.complete-payment_body .st_payment_timeline{grid-row:6;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.complete-payment_body .st_payment_timeline>div{position:relative;overflow:hidden;padding:15px;border:1px solid var(--st_pay_line);border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(7,27,74,.05)}.complete-payment_body .st_payment_timeline>div:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--st_pay_gold)}.complete-payment_body .st_payment_timeline b,.complete-payment_body .st_payment_timeline span{display:block}.complete-payment_body .st_payment_timeline b{color:var(--st_pay_navy);font-size:13px;font-weight:900}.complete-payment_body .st_payment_timeline span{margin-top:3px;color:var(--st_pay_text);font-size:10px;font-weight:700}
.complete-payment_body .pricing.ai_st_common_payments_summary_cnt{border-bottom:1px solid rgba(7,27,74,.08);border-radius:0 0 38px 38px!important;box-shadow:0 24px 70px rgba(7,27,74,.12)!important}
.complete-payment_body #ai_st_stripe_booking_payment,.complete-payment_body .ai_st_free_trial_complete_btn{display:inline-flex;width:100%;min-height:58px;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:var(--st_pay_gold);color:var(--st_pay_navy)!important;font-size:15px;font-weight:900;box-shadow:0 16px 35px rgba(245,181,27,.25);transition:.25s ease}.complete-payment_body #ai_st_stripe_booking_payment:after,.complete-payment_body .ai_st_free_trial_complete_btn:after{content:"\f061";font-family:"Font Awesome 6 Free";font-weight:900}.complete-payment_body #ai_st_stripe_booking_payment:hover,.complete-payment_body .ai_st_free_trial_complete_btn:hover{transform:translateY(-3px);background:#ffc73d}
.complete-payment_body #paymentResponse{grid-column:1/-1}.complete-payment_body .ai_st_error_result{width:min(760px,calc(100% - 40px));margin:90px auto;padding:28px;border:1px solid #ffd1d1;border-radius:22px;background:#fff5f5;color:#8a2020;font-weight:750;text-align:center;box-shadow:0 18px 40px rgba(7,27,74,.08)}
@media(max-width:991px){.complete-payment_body .ai_st_payment_cnt{padding-top:170px}.complete-payment_body .ai_st_payment_cnt>.card{grid-template-columns:1fr}.complete-payment_body .g-recaptcha,.complete-payment_body .ai_st_final_stripe_payment_cnt,.complete-payment_body .st_payment_note,.complete-payment_body .st_payment_timeline{grid-column:1}.complete-payment_body .g-recaptcha{grid-row:auto;margin-top:18px;border-radius:28px 28px 0 0}.complete-payment_body .ai_st_final_stripe_payment_cnt{grid-row:auto;border-radius:0 0 28px 28px}.complete-payment_body .st_payment_note,.complete-payment_body .st_payment_timeline{grid-row:auto}.complete-payment_body .ai_st_payment_cnt>.card>div:nth-child(2){border-radius:28px 28px 0 0}}
@media(max-width:575px){.complete-payment_body .ai_st_payment_cnt{width:min(100% - 24px,1160px);margin:45px auto 70px!important;padding-top:155px}.complete-payment_body .ai_st_payment_cnt:after{font-size:44px}.complete-payment_body .ai_st_payment_cnt>.card>div:nth-child(2){padding:24px 18px 20px}.complete-payment_body .pricing{padding:18px!important;flex-direction:column;align-items:flex-start!important}.complete-payment_body .pricing:before{inset:0 18px}.complete-payment_body .pricing .images{padding:16px}.complete-payment_body .pricing>.d-flex:last-child{position:relative;right:auto;top:auto;margin:0 16px 16px}.complete-payment_body .detail{padding:4px 18px 12px}.complete-payment_body .credit{padding:0 18px 22px!important}.complete-payment_body .g-recaptcha{overflow:hidden;padding:190px 18px 20px}.complete-payment_body .g-recaptcha:before{left:22px}.complete-payment_body .g-recaptcha:after{left:18px;right:18px}.complete-payment_body .g-recaptcha>div{transform:scale(.86);transform-origin:top left}.complete-payment_body .ai_st_final_stripe_payment_cnt{padding:0 18px 24px}.complete-payment_body .ai_st_discount_form_cnt{grid-template-columns:1fr}}

/* Complete payment 2026 reference layout. */
.complete-payment_body .st_cp_page{--st_cp_navy:#071b4a;--st_cp_navy_2:#10295f;--st_cp_gold:#f5b51b;--st_cp_gold_soft:#fff5d8;--st_cp_mint:#dcf7ef;--st_cp_blue:#eef5ff;--st_cp_text:#5d6678;--st_cp_line:#e8edf5;position:relative;overflow:hidden;min-height:900px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.complete-payment_body:has(.st_cp_page):before,.complete-payment_body:has(.st_cp_page):after{display:none}
.complete-payment_body .st_cp_container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.complete-payment_body .st_cp_hero{position:relative;padding:62px 0 90px}.complete-payment_body .st_cp_intro{position:relative;z-index:2;margin-bottom:42px;text-align:center}.complete-payment_body .st_cp_kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;background:rgba(245,181,27,.14);color:var(--st_cp_navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.complete-payment_body .st_cp_kicker i{color:var(--st_cp_gold)}
.complete-payment_body .st_cp_intro h1{margin:18px 0;color:var(--st_cp_navy);font-size:clamp(42px,5.7vw,76px);font-weight:900;line-height:.98;letter-spacing:-.06em}.complete-payment_body .st_cp_intro h1 span{color:var(--st_cp_gold)}.complete-payment_body .st_cp_intro p{max-width:680px;margin:0 auto;color:var(--st_cp_text);font-size:18px;font-weight:500;line-height:1.75}
.complete-payment_body .st_cp_shape{position:absolute;z-index:0;pointer-events:none}.complete-payment_body .st_cp_circle{left:8%;top:120px;width:54px;height:54px;border:9px solid var(--st_cp_gold);border-radius:50%}.complete-payment_body .st_cp_square{right:10%;top:500px;width:38px;height:38px;border:7px solid #36c7ae;border-radius:11px;transform:rotate(45deg)}
.complete-payment_body .st_cp_page:before,.complete-payment_body .st_cp_page:after{content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none}.complete-payment_body .st_cp_page:before{right:-165px;top:35px;width:430px;height:430px;background:var(--st_cp_gold_soft)}.complete-payment_body .st_cp_page:after{left:-195px;top:330px;width:380px;height:380px;background:var(--st_cp_mint)}
.complete-payment_body .st_cp_shell{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:start}.complete-payment_body .st_cp_summary,.complete-payment_body .st_cp_payment{overflow:hidden;border:1px solid rgba(7,27,74,.08);border-radius:38px;background:#fff;box-shadow:0 24px 70px rgba(7,27,74,.12)}.complete-payment_body .st_cp_summary{position:sticky;top:118px}.complete-payment_body .st_cp_summary_head{padding:30px 30px 24px;border-bottom:1px solid var(--st_cp_line);background:linear-gradient(180deg,#fff,#fbfcff)}.complete-payment_body .st_cp_summary h2,.complete-payment_body .st_cp_payment h2{margin:0 0 8px;color:var(--st_cp_navy);font-size:31px;font-weight:900;letter-spacing:-.04em}.complete-payment_body .st_cp_summary p,.complete-payment_body .st_cp_payment>p{margin:0;color:var(--st_cp_text);font-size:15px;line-height:1.65}
.complete-payment_body .st_cp_teacher{position:relative;display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:center;overflow:hidden;margin:24px 30px;padding:20px;border:1px solid #dce8ff;border-radius:28px;background:var(--st_cp_blue)}.complete-payment_body .st_cp_teacher:after{content:"";position:absolute;right:-35px;bottom:-35px;width:120px;height:120px;border-radius:50%;background:var(--st_cp_gold_soft)}.complete-payment_body .st_cp_check{position:relative;z-index:1;display:grid;width:72px;height:72px;place-items:center;border-radius:24px;background:#fff;color:#35be74;font-size:42px;box-shadow:0 12px 28px rgba(7,27,74,.08)}.complete-payment_body .st_cp_teacher h3{margin:0;color:var(--st_cp_navy);font-size:22px;font-weight:900;letter-spacing:-.03em;text-transform:capitalize}.complete-payment_body .st_cp_teacher span{display:block;margin-top:4px;color:#8b95a8;font-weight:800}.complete-payment_body .st_cp_price_badge{position:absolute;right:20px;top:20px;z-index:1;padding:10px 14px;border-radius:999px;background:#fff;color:var(--st_cp_navy);font-weight:900;box-shadow:0 10px 24px rgba(7,27,74,.07)}
.complete-payment_body .st_cp_teacher_avatar{position:relative;z-index:1;width:72px;height:72px;border:4px solid #fff;border-radius:24px;object-fit:cover;box-shadow:0 12px 28px rgba(7,27,74,.1)}
.complete-payment_body .st_cp_session_list{display:grid;gap:13px;padding:0 30px 30px}.complete-payment_body .st_cp_session_item{display:flex;align-items:center;gap:13px;padding:17px;border:1px solid var(--st_cp_line);border-radius:22px;background:#fafcff}.complete-payment_body .st_cp_session_item i{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:15px;background:var(--st_cp_gold_soft);color:var(--st_cp_navy)}.complete-payment_body .st_cp_session_item strong,.complete-payment_body .st_cp_session_item small{display:block}.complete-payment_body .st_cp_session_item strong{color:var(--st_cp_navy);font-weight:900}.complete-payment_body .st_cp_session_item small{color:var(--st_cp_text);font-weight:700}.complete-payment_body .st_cp_secure{display:flex;gap:12px;align-items:center;margin:0 30px 30px;padding:18px;border-radius:24px;background:var(--st_cp_mint);color:var(--st_cp_navy);font-weight:900}.complete-payment_body .st_cp_secure i{color:#26bd93;font-size:22px}
.complete-payment_body .st_cp_payment{padding:34px}.complete-payment_body .st_cp_amount{position:relative;display:flex;justify-content:space-between;gap:16px;align-items:end;overflow:hidden;margin:24px 0;padding:26px;border-radius:32px;background:var(--st_cp_navy);color:#fff}.complete-payment_body .st_cp_amount:before{content:"";position:absolute;right:-76px;top:-86px;width:230px;height:230px;border-radius:50%;background:rgba(245,181,27,.22)}.complete-payment_body .st_cp_amount>div{position:relative;z-index:1}.complete-payment_body .st_cp_amount span{display:block;margin-bottom:6px;color:rgba(255,255,255,.72);font-weight:800}.complete-payment_body .st_cp_amount strong{font-size:60px;font-weight:900;line-height:.9;letter-spacing:-.06em}.complete-payment_body .st_cp_amount small{color:rgba(255,255,255,.7);font-size:18px;font-weight:700}.complete-payment_body .st_cp_amount b{font-weight:900;text-transform:capitalize}
.complete-payment_body .st_cp_label{display:block;margin:0 0 9px;color:#8791a4;font-size:13px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.complete-payment_body .st_cp_coupon{display:grid;grid-template-columns:1fr auto;gap:12px;margin:0 0 20px}.complete-payment_body .st_cp_coupon input{width:100%;min-height:58px;padding:0 18px;border:1px solid var(--st_cp_line);border-radius:18px;background:#fbfcff;color:var(--st_cp_navy);font-weight:800;outline:0}.complete-payment_body .st_cp_coupon input:focus{border-color:var(--st_cp_gold);background:#fff;box-shadow:0 0 0 4px rgba(245,181,27,.14)}.complete-payment_body .st_cp_coupon .ai_st_discount_code_btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 24px;border-radius:999px;background:var(--st_cp_navy);color:#fff!important;font-weight:900}.complete-payment_body .st_cp_coupon .ai_st_discount_form_after_message{grid-column:1/-1}
.complete-payment_body .st_cp_captcha{display:flex;align-items:center;width:100%;max-width:360px;min-height:82px;margin:18px 0 22px;padding:0 16px;overflow:hidden;border:1px solid #d9dee9;border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(7,27,74,.04)}.complete-payment_body .st_cp_captcha .g-recaptcha{position:static!important;display:block!important;grid-column:auto!important;grid-row:auto!important;width:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}.complete-payment_body .st_cp_captcha .g-recaptcha:before,.complete-payment_body .st_cp_captcha .g-recaptcha:after{display:none!important;content:none!important}.complete-payment_body .st_cp_actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:0!important}.complete-payment_body .st_cp_actions #ai_st_stripe_booking_payment,.complete-payment_body .st_cp_actions .ai_st_free_trial_complete_btn,.complete-payment_body .st_cp_help{display:inline-flex;width:auto;min-height:54px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:900;transition:.25s ease}.complete-payment_body .st_cp_actions #ai_st_stripe_booking_payment,.complete-payment_body .st_cp_actions .ai_st_free_trial_complete_btn{background:var(--st_cp_gold);color:var(--st_cp_navy)!important;box-shadow:0 16px 35px rgba(245,181,27,.25)}.complete-payment_body .st_cp_help{border-color:var(--st_cp_line);background:#fff;color:var(--st_cp_navy);box-shadow:0 14px 40px rgba(7,27,74,.08)}.complete-payment_body .st_cp_actions a:hover,.complete-payment_body .st_cp_actions button:hover{transform:translateY(-3px)}
.complete-payment_body .st_cp_actions a,.complete-payment_body .st_cp_actions button{position:relative;isolation:isolate;overflow:hidden}.complete-payment_body .st_cp_actions a:before,.complete-payment_body .st_cp_actions button:before{content:"";position:absolute;inset:-2px auto -2px -45%;z-index:-1;width:38%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-18deg);transition:left .65s cubic-bezier(.22,1,.36,1)}.complete-payment_body .st_cp_actions a:hover:before,.complete-payment_body .st_cp_actions button:hover:before{left:120%}
.complete-payment_body .st_cp_note{margin-top:20px;padding:18px;border:1px solid rgba(245,181,27,.28);border-radius:22px;background:#fff8e7;color:#4f5b70;line-height:1.6}.complete-payment_body .st_cp_timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.complete-payment_body .st_cp_timeline>div{position:relative;overflow:hidden;padding:18px;border:1px solid var(--st_cp_line);border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(7,27,74,.05)}.complete-payment_body .st_cp_timeline>div:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--st_cp_gold)}.complete-payment_body .st_cp_timeline b,.complete-payment_body .st_cp_timeline span{display:block}.complete-payment_body .st_cp_timeline b{color:var(--st_cp_navy);font-weight:900}.complete-payment_body .st_cp_timeline span{color:var(--st_cp_text);font-size:13px;font-weight:700}
@media(max-width:991px){.complete-payment_body .st_cp_shell{grid-template-columns:1fr}.complete-payment_body .st_cp_summary{position:relative;top:auto}.complete-payment_body .st_cp_timeline{grid-template-columns:1fr}}
@media(max-width:575px){.complete-payment_body .st_cp_container{width:min(100% - 24px,1160px)}.complete-payment_body .st_cp_hero{padding-top:45px}.complete-payment_body .st_cp_intro h1{font-size:44px}.complete-payment_body .st_cp_shell{gap:18px}.complete-payment_body .st_cp_summary,.complete-payment_body .st_cp_payment{border-radius:28px}.complete-payment_body .st_cp_payment{padding:22px}.complete-payment_body .st_cp_teacher{grid-template-columns:58px 1fr;margin:18px;padding:16px}.complete-payment_body .st_cp_teacher_avatar{width:58px;height:58px;border-radius:19px}.complete-payment_body .st_cp_price_badge{position:relative;right:auto;top:auto;width:max-content;margin-top:12px}.complete-payment_body .st_cp_session_list{padding:0 18px 22px}.complete-payment_body .st_cp_secure{margin:0 18px 22px}.complete-payment_body .st_cp_amount{align-items:flex-start;flex-direction:column}.complete-payment_body .st_cp_coupon{grid-template-columns:1fr}.complete-payment_body .st_cp_coupon .ai_st_discount_form_after_message{grid-column:1}.complete-payment_body .st_cp_captcha{padding-left:10px}.complete-payment_body .st_cp_captcha .g-recaptcha{transform:scale(.85)!important;transform-origin:left center!important}}

/* Final conflict reset for the native reCAPTCHA and payment actions. */
.complete-payment_body .st_cp_session_item{min-width:0}.complete-payment_body .st_cp_session_item>div{min-width:0}.complete-payment_body .st_cp_session_item strong,.complete-payment_body .st_cp_session_item small{overflow-wrap:anywhere;line-height:1.35}.complete-payment_body .st_cp_session_item small{margin-top:2px}
.complete-payment_body .st_cp_captcha{display:block;width:304px;max-width:100%;min-height:78px;margin:18px 0 22px;padding:0!important;overflow:visible;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.complete-payment_body .st_cp_captcha .g-recaptcha{position:static!important;display:block!important;grid-column:auto!important;grid-row:auto!important;width:304px!important;max-width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}.complete-payment_body .st_cp_captcha .g-recaptcha:before,.complete-payment_body .st_cp_captcha .g-recaptcha:after{display:none!important;content:none!important}
.complete-payment_body .st_cp_actions.ai_st_final_stripe_payment_cnt{position:static!important;display:flex!important;flex-wrap:wrap;gap:12px;align-items:center;width:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
@media(max-width:575px){.complete-payment_body .st_cp_captcha{overflow:hidden}.complete-payment_body .st_cp_captcha .g-recaptcha{transform:scale(.85)!important;transform-origin:left top!important}}

/* Free Study Tools OLD — 2026 redesign. */
.st_fst_page{--fst-navy:#071b4a;--fst-navy2:#10295f;--fst-gold:#f5b51b;--fst-gold-soft:#fff5d8;--fst-mint:#dcf7ef;--fst-lilac:#f0e9ff;--fst-text:#5d6678;--fst-line:#e8edf5;position:relative;overflow:hidden;background:#fffdf8;color:#111827;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.st_fst_page *{box-sizing:border-box}.st_fst_page a{text-decoration:none}.st_fst_container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.st_fst_section{position:relative}.st_fst_kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;background:rgba(245,181,27,.14);color:var(--fst-navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.st_fst_kicker i{color:var(--fst-gold)}
.st_fst_btn{position:relative;isolation:isolate;display:inline-flex;overflow:hidden;min-height:54px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:900;white-space:nowrap;transition:.25s ease}.st_fst_btn:before{content:"";position:absolute;inset:-2px auto -2px -45%;z-index:-1;width:38%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-18deg);transition:left .65s cubic-bezier(.22,1,.36,1)}.st_fst_btn:hover:before{left:120%}.st_fst_btn:hover{transform:translateY(-3px)}.st_fst_btn_gold{background:var(--fst-gold);color:var(--fst-navy)!important;box-shadow:0 16px 35px rgba(245,181,27,.25)}.st_fst_btn_navy{background:var(--fst-navy);color:#fff!important;box-shadow:0 16px 35px rgba(7,27,74,.22)}.st_fst_btn_light{border-color:var(--fst-line);background:#fff;color:var(--fst-navy)!important;box-shadow:0 14px 40px rgba(7,27,74,.08)}
.st_fst_hero{position:relative;overflow:hidden}.st_fst_vault{position:relative;min-height:740px}.st_fst_vault_top{position:relative;z-index:3;max-width:780px;margin:0 auto 35px;text-align:center}.st_fst_vault_top h1{margin:18px 0;color:var(--fst-navy);font-size:clamp(44px,5.7vw,76px);font-weight:900;line-height:.98;letter-spacing:-.06em}.st_fst_vault_top h1 span{color:var(--fst-gold)}.st_fst_vault_top p{max-width:690px;margin:0 auto;color:var(--fst-text);font-size:18px;line-height:1.75}
.st_fst_books{position:absolute;inset:0;z-index:2;pointer-events:none}.st_fst_book{position:absolute;display:flex;width:220px;align-items:center;gap:14px;border:1px solid rgba(7,27,74,.08);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 22px 55px rgba(7,27,74,.12);backdrop-filter:blur(10px)}.st_fst_book:after{content:"";position:absolute;right:18px;top:16px;width:18px;height:26px;border-radius:4px 4px 10px 10px;background:rgba(245,181,27,.28)}.st_fst_book_left{left:44px;top:84px;transform:rotate(-8deg)}.st_fst_book_right{right:42px;top:96px;transform:rotate(8deg)}.st_fst_book_visual{position:relative;display:grid;flex:0 0 74px;width:74px;height:86px;place-items:center;overflow:hidden;border-radius:14px 12px 12px 14px;background:linear-gradient(180deg,#0d2560,#17397f);color:#fff;font-size:26px;box-shadow:0 10px 22px rgba(7,27,74,.18)}.st_fst_book_right .st_fst_book_visual{background:linear-gradient(180deg,#2c9987,#187969)}.st_fst_book>div:last-child{position:relative;z-index:1}.st_fst_book span,.st_fst_book strong,.st_fst_book small{display:block}.st_fst_book span{margin-bottom:7px;color:#8b95a9;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.st_fst_book strong{margin-bottom:7px;color:var(--fst-navy);font-size:26px;font-weight:900;line-height:1;letter-spacing:-.04em}.st_fst_book small{color:var(--fst-text);font-size:13px;font-weight:700;line-height:1.45}
.st_fst_board{position:relative;z-index:3;overflow:hidden;border-radius:44px;background:var(--fst-navy);box-shadow:0 24px 70px rgba(7,27,74,.16)}.st_fst_board_glow{position:absolute;right:-100px;top:-120px;width:330px;height:330px;border-radius:50%;background:rgba(245,181,27,.2)}.st_fst_search{position:relative;z-index:1;margin-bottom:24px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(255,255,255,.08)}.st_fst_search_label{margin-bottom:12px;color:var(--fst-gold);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.st_fst_search_line{display:flex;align-items:center;justify-content:space-between;gap:20px}.st_fst_search_line>span{color:#fff;font-size:clamp(22px,3vw,34px);font-weight:900;letter-spacing:-.04em}.st_fst_need_grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.st_fst_need{position:relative;min-height:205px;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:#fff;color:var(--fst-navy);transition:.25s ease}.st_fst_need:hover{}.st_fst_need>span{position:absolute;right:18px;top:16px;color:#9aa4b6;font-size:12px;font-weight:900}.st_fst_need>i{display:grid;width:48px;height:48px;margin-bottom:18px;place-items:center;border-radius:16px;background:var(--fst-gold-soft);font-size:19px}.st_fst_need h3{margin:0 0 8px;font-size:18px;font-weight:900}.st_fst_need p{margin:0;color:var(--fst-text);font-size:13px;font-weight:700;line-height:1.55}.st_fst_need_dark{background:var(--fst-gold)}.st_fst_need_dark p{color:rgba(7,27,74,.7)}.st_fst_board_bottom{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.st_fst_board_bottom>div{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:12px;font-weight:900}.st_fst_board_bottom i{color:var(--fst-gold)}
.st_fst_card{overflow:visible;border:1px solid rgba(7,27,74,.08);border-radius:34px;background:#fff;box-shadow:0 14px 40px rgba(7,27,74,.08)}.st_fst_resource_grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.st_fst_feature{position:relative;display:flex;min-height:440px;flex-direction:column;justify-content:space-between}.st_fst_feature:before{content:"";position:absolute;right:-80px;bottom:-95px;width:270px;height:270px;border-radius:50%;background:var(--fst-mint)}.st_fst_feature>*{position:relative;z-index:1}.st_fst_feature h2{max-width:620px;margin:14px 0;color:var(--fst-navy);font-size:clamp(32px,4vw,56px);font-weight:900;line-height:1;letter-spacing:-.055em}.st_fst_feature p{max-width:650px;margin:0 0 26px;color:var(--fst-text);font-size:18px;line-height:1.75}.st_fst_chips{display:flex;flex-wrap:wrap;gap:10px}.st_fst_chips span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--fst-line);border-radius:999px;background:#f6f8fb;color:var(--fst-navy);font-size:13px;font-weight:900}.st_fst_chips i{color:var(--fst-gold)}.st_fst_side_stack{display:grid;gap:22px}.st_fst_side{position:relative;min-height:209px}.st_fst_icon{display:grid;width:58px;height:58px;margin-bottom:18px;place-items:center;border-radius:20px;background:var(--fst-gold-soft);color:var(--fst-navy);font-size:22px}.st_fst_side h3{margin:0 0 10px;color:var(--fst-navy);font-size:26px;font-weight:900;letter-spacing:-.04em}.st_fst_side p{margin:0 0 18px;color:var(--fst-text);line-height:1.65}
.st_fst_section_head{margin-bottom:40px;text-align:center}.st_fst_section_head h2,.st_fst_cta h2{margin:16px 0 12px;color:var(--fst-navy);font-size:clamp(34px,4.6vw,62px);font-weight:900;line-height:1;letter-spacing:-.055em}.st_fst_section_head p{max-width:720px;margin:0 auto;color:var(--fst-text);font-size:17px;line-height:1.7}.st_fst_subject_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.st_fst_subject{position:relative;min-height:310px;transition:.25s ease}.st_fst_subject:hover{transform:translateY(-8px)}.st_fst_subject:after{content:"";position:absolute;right:-36px;top:-36px;width:120px;height:120px;border-radius:50%;background:var(--fst-gold-soft)}.st_fst_subject:nth-child(2):after{background:var(--fst-mint)}.st_fst_subject:nth-child(3):after{background:var(--fst-lilac)}.st_fst_subject>*{position:relative;z-index:1}.st_fst_subject_icon{display:grid;width:66px;height:66px;margin-bottom:22px;place-items:center;border-radius:23px;background:var(--fst-gold-soft);color:var(--fst-navy);font-size:25px}.st_fst_subject:nth-child(2) .st_fst_subject_icon{background:var(--fst-mint)}.st_fst_subject:nth-child(3) .st_fst_subject_icon{background:var(--fst-lilac)}.st_fst_subject h3{margin:0 0 11px;color:var(--fst-navy);font-size:24px;font-weight:900;letter-spacing:-.035em}.st_fst_subject p{margin:0 0 22px;color:var(--fst-text);line-height:1.65}
.st_fst_workflow{position:relative;overflow:hidden;border-radius:44px;background:var(--fst-navy);color:#fff}.st_fst_workflow:before{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(245,181,27,.22)}.st_fst_workflow h2{position:relative;margin:0 0 15px;font-size:clamp(34px,4.2vw,58px);font-weight:900;line-height:1;letter-spacing:-.055em}.st_fst_workflow>p{position:relative;max-width:700px;color:rgba(255,255,255,.72);line-height:1.7}.st_fst_steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.st_fst_steps>div{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:rgba(255,255,255,.08);transition:.25s ease}.st_fst_steps>div:hover{transform:translateY(-6px);background:rgba(255,255,255,.11)}.st_fst_steps b{display:grid;width:46px;height:46px;margin-bottom:16px;place-items:center;border-radius:15px;background:var(--fst-gold);color:var(--fst-navy);font-size:20px}.st_fst_steps h3{margin:0 0 8px;font-size:18px;font-weight:900}.st_fst_steps span{color:rgba(255,255,255,.68);line-height:1.5}
.st_fst_cta{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border:1px solid rgba(7,27,74,.08);border-radius:42px;background:#fff;box-shadow:0 14px 40px rgba(7,27,74,.08)}.st_fst_cta h2{font-size:clamp(30px,3.8vw,52px)}.st_fst_cta p{margin:0;color:var(--fst-text);font-size:17px;line-height:1.7}.st_fst_cta_actions{display:flex;flex-wrap:wrap;gap:12px}
@media(max-width:991px){.st_fst_vault{min-height:auto}.st_fst_books{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0}.st_fst_book{position:relative;left:auto;right:auto;top:auto;width:100%;transform:none!important}.st_fst_resource_grid{grid-template-columns:1fr}.st_fst_need_grid,.st_fst_subject_grid,.st_fst_steps{grid-template-columns:1fr 1fr}.st_fst_cta{grid-template-columns:1fr}}
@media(max-width:575px){.st_fst_container{width:min(100% - 24px,1160px)}.st_fst_vault_top h1{font-size:45px}.st_fst_books,.st_fst_need_grid,.st_fst_subject_grid,.st_fst_steps{grid-template-columns:1fr}.st_fst_book_visual{width:62px;height:76px;flex-basis:62px}.st_fst_board{border-radius:30px}.st_fst_search_line{align-items:flex-start;flex-direction:column}.st_fst_feature{min-height:auto}.st_fst_cta{border-radius:30px}}

/* Free Study Tools OLD — exact V6 hero-vault alignment. */
.st_fst_page:before,.st_fst_page:after,.st_fst_hero:after{content:"";position:absolute;pointer-events:none;z-index:0}
.st_fst_page:before{right:-135px;top:-90px;width:430px;height:430px;border-radius:50%;background:var(--fst-gold-soft)}
.st_fst_page:after{left:-190px;top:380px;width:390px;height:390px;border-radius:50%;background:var(--fst-mint)}
.st_fst_hero:after{right:12%;top:610px;width:38px;height:38px;border:7px solid #36c7ae;border-radius:11px;transform:rotate(45deg)}
.st_fst_hero>.st_fst_container{position:relative;z-index:1}
.st_fst_vault{position:relative;z-index:1;min-height:0;overflow:hidden;border:1px solid rgba(7,27,74,.08);border-radius:48px;background:linear-gradient(180deg,#fff 0%,#fffdf8 100%);box-shadow:0 14px 40px rgba(7,27,74,.08)}
.st_fst_vault:before,.st_fst_vault:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}
.st_fst_vault:before{right:-230px;top:-230px;width:360px;height:360px;background:var(--fst-gold-soft);opacity:.42}
.st_fst_vault:after{left:-140px;bottom:-170px;width:380px;height:380px;background:var(--fst-mint)}
.st_fst_vault_top{z-index:5;max-width:760px;margin:0 auto 34px}
.st_fst_vault_top h1{margin:20px 0 18px;font-size:clamp(44px,6vw,82px);line-height:.96;letter-spacing:-.065em}
.st_fst_vault_top p{max-width:760px}
.st_fst_books{z-index:4}
.st_fst_book{width:178px;gap:12px;border-radius:22px}
.st_fst_book_left{left:22px;top:92px;transform:rotate(-7deg)}
.st_fst_book_right{right:22px;top:96px;transform:rotate(7deg)}
.st_fst_book_visual{flex-basis:58px;width:58px;height:72px;border-radius:12px 10px 10px 12px;font-size:21px}
.st_fst_book:after{right:12px;top:12px;width:14px;height:21px}
.st_fst_book span{margin-bottom:5px;font-size:9.5px}
.st_fst_book strong{margin-bottom:4px;font-size:21px}
.st_fst_book small{font-size:11.5px;line-height:1.35}
.st_fst_board{z-index:3;border:1px solid rgba(7,27,74,.08);border-radius:40px;background:#fff;box-shadow:0 28px 80px rgba(7,27,74,.1)}
.st_fst_board_glow{inset:auto 9% -170px 9%;width:auto;height:260px;border-radius:0;background:radial-gradient(circle,rgba(245,181,27,.18),transparent 67%);pointer-events:none}
.st_fst_search{margin-bottom:18px;border-color:var(--fst-line);border-radius:28px;background:#f8fafc}
.st_fst_search_label{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:#7a8496}
.st_fst_search_label i{color:var(--fst-gold)}
.st_fst_search_line{gap:18px}
.st_fst_search_line>span{color:var(--fst-navy);font-size:clamp(22px,3vw,36px);line-height:1.08;letter-spacing:-.045em}
.st_fst_need{min-height:230px;overflow:hidden;border:1px solid var(--fst-line);border-radius:28px;box-shadow:0 14px 38px rgba(7,27,74,.055);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease}
.st_fst_need:before{content:"";position:absolute;inset:-2px auto -2px -45%;width:38%;background:linear-gradient(90deg,transparent,rgba(245,181,27,.18),transparent);transform:skewX(-18deg);transition:left .65s cubic-bezier(.22,1,.36,1)}
.st_fst_need:hover{}
.st_fst_need:hover:before{left:120%}
.st_fst_need>span{right:18px;top:16px;color:#a8b2c3;font-size:14px;letter-spacing:.08em}
.st_fst_need>i{width:56px;height:56px;margin-bottom:28px;border-radius:19px;font-size:22px;transition:.25s ease}
.st_fst_need:nth-child(2)>i{background:var(--fst-mint)}
.st_fst_need:nth-child(3)>i{background:var(--fst-lilac)}
.st_fst_need:hover>i{transform:scale(1.08) rotate(-4deg);background:var(--fst-gold)}
.st_fst_need h3{margin-bottom:10px;font-size:22px;line-height:1.12;letter-spacing:-.035em}
.st_fst_need p{font-size:initial}
.st_fst_need_dark{border-color:var(--fst-navy);background:var(--fst-navy);color:#fff}
.st_fst_need_dark h3{color:#fff}.st_fst_need_dark p{color:rgba(255,255,255,.72)}.st_fst_need_dark>span{color:rgba(255,255,255,.48)}.st_fst_need_dark>i{background:var(--fst-gold)}
.st_fst_board_bottom{justify-content:center;gap:12px;margin-top:20px}
.st_fst_board_bottom>div{padding:12px 16px;border-color:var(--fst-line);background:#fff;color:var(--fst-navy);box-shadow:0 10px 24px rgba(7,27,74,.05);font-size:initial}
.st_fst_steps>div:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:rgba(245,181,27,.16);transition:width .7s ease}.st_fst_steps>div:hover:before{width:100%}.st_fst_steps>div>*{position:relative}
@media(max-width:1180px) and (min-width:992px){.st_fst_book{width:158px}.st_fst_book_left{left:18px;top:86px}.st_fst_book_right{right:18px;top:90px}.st_fst_book small{display:none}}
@media(max-width:991px){.st_fst_vault{border-radius:36px}.st_fst_vault_top{max-width:100%}.st_fst_books{z-index:4;margin:20px 0 8px}.st_fst_book small{display:block}.st_fst_search_line .st_fst_btn{width:max-content}}
@media(max-width:575px){.st_fst_vault{border-radius:28px}.st_fst_board{border-radius:28px}.st_fst_need{min-height:185px}.st_fst_search_line .st_fst_btn{width:100%}.st_fst_board_bottom{justify-content:flex-start}.st_fst_board_bottom>div{width:100%;justify-content:center}.st_fst_hero:after{display:none}}

/* Elementor wrapper compatibility for page 437; presentation remains native in the document. */
body:has(.st_fst_hero){--fst-navy:#071b4a;--fst-navy2:#10295f;--fst-gold:#f5b51b;--fst-gold-soft:#fff5d8;--fst-mint:#dcf7ef;--fst-lilac:#f0e9ff;--fst-text:#5d6678;--fst-line:#e8edf5;background:#fffdf8}
body:has(.st_fst_hero) .elementor-location-single *{box-sizing:border-box}
body:has(.st_fst_hero) .st_fst_hero>.elementor-container{max-width:1160px!important}
body:has(.st_fst_hero) .st_fst_hero:before{content:"";position:absolute;right:-135px;top:-90px;width:430px;height:430px;border-radius:50%;background:var(--fst-gold-soft);pointer-events:none;z-index:0}
body:has(.st_fst_hero) .st_fst_hero>.elementor-container{position:relative;z-index:1}
body:has(.st_fst_hero) .st_fst_hero>.elementor-container:before{content:"";position:absolute;left:calc(-1 * max(20px,(100vw - 1160px)/2) - 190px);top:380px;width:390px;height:390px;border-radius:50%;background:var(--fst-mint);pointer-events:none;z-index:-1}
body:has(.st_fst_hero) .st_fst_vault{width:100%!important}
body:has(.st_fst_hero) .st_fst_vault{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body:has(.st_fst_hero) .st_fst_vault:before,body:has(.st_fst_hero) .st_fst_vault:after{content:none!important}
body:has(.st_fst_hero) .st_fst_vault>.elementor-widget-wrap{position:relative;display:block!important;overflow:hidden!important;border:1px solid rgba(7,27,74,.08)!important;border-radius:48px!important;background:linear-gradient(180deg,#fff 0%,#fffdf8 100%)!important;box-shadow:0 14px 40px rgba(7,27,74,.08)!important}
body:has(.st_fst_hero) .st_fst_vault>.elementor-widget-wrap:before,body:has(.st_fst_hero) .st_fst_vault>.elementor-widget-wrap:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}
body:has(.st_fst_hero) .st_fst_vault>.elementor-widget-wrap:before{right:-230px;top:-230px;width:360px;height:360px;background:var(--fst-gold-soft);opacity:.42}
body:has(.st_fst_hero) .st_fst_vault>.elementor-widget-wrap:after{left:-140px;bottom:-170px;width:380px;height:380px;background:var(--fst-mint)}
body:has(.st_fst_hero) .st_fst_vault_title{position:relative;z-index:5;max-width:760px;margin:0 auto}
body:has(.st_fst_hero) .st_fst_vault_title .elementor-heading-title{font-size:clamp(44px,6vw,82px);line-height:.96;letter-spacing:-.065em}
body:has(.st_fst_hero) .st_fst_vault_title span{color:var(--fst-gold)}
body:has(.st_fst_hero) .st_fst_vault_lead{position:relative;z-index:5;max-width:760px;margin:0 auto 34px}
body:has(.st_fst_hero) .st_fst_books{position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important;width:auto!important;z-index:4}
body:has(.st_fst_hero) .st_fst_books>.elementor-container{position:static;width:100%;max-width:none!important}
body:has(.st_fst_hero) .st_fst_book{position:absolute!important;width:178px!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body:has(.st_fst_hero) .st_fst_book_left{left:22px!important;right:auto!important;top:92px!important}
body:has(.st_fst_hero) .st_fst_book_right{left:auto!important;right:22px!important;top:96px!important}
body:has(.st_fst_hero) .st_fst_book>.elementor-widget-wrap{position:relative;display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;overflow:hidden!important;border:1px solid rgba(7,27,74,.08)!important;border-radius:22px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 22px 55px rgba(7,27,74,.12)!important;backdrop-filter:blur(10px)}
body:has(.st_fst_hero) .st_fst_book>.elementor-widget-wrap:before{content:"";position:absolute;inset:10px auto 10px 12px;width:8px;border-radius:10px;background:var(--fst-navy2);opacity:.14;pointer-events:none}
body:has(.st_fst_hero) .st_fst_book>.elementor-widget-wrap:after{content:"";position:absolute;right:12px;top:12px;width:14px;height:21px;border-radius:4px 4px 10px 10px;background:rgba(245,181,27,.28);pointer-events:none}
body:has(.st_fst_hero) .st_fst_book:after{content:none!important}
body:has(.st_fst_hero) .st_fst_book{min-height:0!important}
body:has(.st_fst_hero) .st_fst_book .elementor-widget{margin-bottom:0!important}
body:has(.st_fst_hero) .st_fst_book .elementor-heading-title{font-size:21px!important;line-height:1!important}
body:has(.st_fst_hero) .st_fst_book .elementor-widget-text-editor,body:has(.st_fst_hero) .st_fst_book .elementor-widget-text-editor p{font-size:11.5px!important;line-height:1.35!important}
body:has(.st_fst_hero) .st_fst_book .st_fst_book_visual{grid-column:1;grid-row:1/3;width:58px!important;margin:0}
body:has(.st_fst_hero) .st_fst_book .elementor-widget-heading{grid-column:2;grid-row:1;margin:0;align-self:end}
body:has(.st_fst_hero) .st_fst_book .elementor-widget-heading:before{content:"Study tool";display:block;margin-bottom:5px;color:#8b95a9;font-size:9.5px;font-weight:900;line-height:1;letter-spacing:.12em;text-transform:uppercase}
body:has(.st_fst_hero) .st_fst_book .elementor-widget-text-editor{grid-column:2;grid-row:2;margin:0;align-self:start}
body:has(.st_fst_hero) .st_fst_book .elementor-widget-container,body:has(.st_fst_hero) .st_fst_book p{margin:0}
body:has(.st_fst_hero) .elementor-widget.st_fst_kicker>.elementor-heading-title{display:inline-flex;align-items:center;gap:8px}
body:has(.st_fst_hero) .elementor-widget.st_fst_kicker>.elementor-heading-title:before{content:"\e2ca";color:var(--fst-gold);font-family:"Font Awesome 6 Free";font-weight:900}
body:has(.st_fst_hero) .st_fst_board{width:100%!important;margin-top:34px;margin-left:0!important;margin-right:0!important}
body:has(.st_fst_hero) .st_fst_board>.elementor-container,body:has(.st_fst_hero) .st_fst_search>.elementor-container{max-width:none!important}
body:has(.st_fst_hero) .st_fst_search{width:100%!important}
body:has(.st_fst_hero) .st_fst_search>.elementor-container>.elementor-column>.elementor-widget-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) auto;column-gap:18px;align-items:center}
body:has(.st_fst_hero) .st_fst_search_label{grid-column:1/-1;margin-bottom:14px!important}
body:has(.st_fst_hero) .st_fst_search .elementor-widget-heading:not(.st_fst_search_label){grid-column:1;margin:0!important}
body:has(.st_fst_hero) .st_fst_search .st_fst_btn{grid-column:2;grid-row:2}
body:has(.st_fst_hero) .st_fst_need_grid{display:block!important}
body:has(.st_fst_hero) .st_fst_need_grid>.elementor-container{display:flex!important;flex-wrap:nowrap!important;gap:14px;justify-content:space-between!important;width:auto!important;min-width:0!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
body:has(.st_fst_hero) .st_fst_need{flex:1 1 0!important;width:auto!important;max-width:none!important;margin:0}
body:has(.st_fst_hero) .st_fst_need>.elementor-widget-wrap{display:block}
body:has(.st_fst_hero) .st_fst_board_bottom{display:block}
body:has(.st_fst_hero) .st_fst_board_bottom p,body:has(.st_fst_hero) .st_fst_chips p{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0}
body:has(.st_fst_hero) .st_fst_board_bottom p{justify-content:center}
body:has(.st_fst_hero) .st_fst_board_bottom strong,body:has(.st_fst_hero) .st_fst_chips strong{display:inline-flex;align-items:center;padding:10px 13px;border:1px solid var(--fst-line);border-radius:999px;background:#fff;color:var(--fst-navy);font-size:13px;font-weight:900;box-shadow:0 10px 24px rgba(7,27,74,.05)}
body:has(.st_fst_hero) .st_fst_chips strong{background:#f6f8fb;box-shadow:none}
body:has(.st_fst_hero) .st_fst_resource_grid>.elementor-container{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;max-width:1160px!important}
body:has(.st_fst_hero) .st_fst_resource_grid>.elementor-container>.elementor-column{width:100%!important}
body:has(.st_fst_hero) .st_fst_resource_grid{display:block!important}
body:has(.st_fst_hero) .st_fst_feature{display:flex!important;width:100%!important}
body:has(.st_fst_hero) .st_fst_feature>.elementor-widget-wrap{display:flex!important;flex-direction:column;justify-content:space-between}
body:has(.st_fst_hero) .st_fst_side_stack{display:flex!important;width:100%!important}
body:has(.st_fst_hero) .st_fst_side_stack>.elementor-widget-wrap{display:grid!important;grid-template-columns:1fr;gap:22px}
body:has(.st_fst_hero) .st_fst_side_stack>.elementor-widget-wrap>.elementor-inner-section{width:100%!important;margin:0!important}
body:has(.st_fst_hero) .st_fst_side{width:100%!important}
body:has(.st_fst_hero) .st_fst_side>.elementor-widget-wrap{display:block!important}
body:has(.st_fst_hero) .st_fst_subject_grid>.elementor-container{display:flex!important;flex-wrap:nowrap!important;gap:22px;justify-content:space-between!important;width:100%!important;max-width:none!important}
body:has(.st_fst_hero) .st_fst_subject_grid{display:block!important}
body:has(.st_fst_hero) .st_fst_subject{flex:1 1 0!important;width:auto!important;max-width:none!important}
body:has(.st_fst_hero) .st_fst_subject>.elementor-widget-wrap{display:block!important}
body:has(.st_fst_hero) .st_fst_steps>.elementor-container{display:flex!important;flex-wrap:nowrap!important;gap:14px;justify-content:space-between!important;width:100%!important;max-width:none!important}
body:has(.st_fst_hero) .st_fst_steps{display:block!important;width:100%!important}
body:has(.st_fst_hero) .st_fst_step{flex:1 1 0!important;width:auto!important;max-width:none!important}
body:has(.st_fst_hero) .st_fst_step>.elementor-widget-wrap{display:block!important}
body:has(.st_fst_hero) .st_fst_step_num{width:46px!important;height:46px;margin-bottom:16px!important;border-radius:15px;background:var(--fst-gold)}
body:has(.st_fst_hero) .st_fst_step_num .elementor-widget-container{display:grid;height:46px;place-items:center}
body:has(.st_fst_hero) .st_fst_step_num .elementor-heading-title{color:var(--fst-navy)!important}
body:has(.st_fst_hero) .st_fst_cta>.elementor-container{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;max-width:1160px!important}
body:has(.st_fst_hero) .st_fst_cta>.elementor-container>.elementor-column{width:100%!important}
body:has(.st_fst_hero) .st_fst_cta{display:block!important;width:min(1160px,calc(100% - 40px))!important;margin:70px auto!important}
body:has(.st_fst_hero) .st_fst_cta_actions{display:flex!important;width:auto!important}
body:has(.st_fst_hero) .st_fst_cta_actions>.elementor-widget-wrap{display:flex!important;flex-wrap:wrap;gap:12px;align-items:center}
body:has(.st_fst_hero) .st_fst_btn{width:auto!important;margin:0!important}
body:has(.st_fst_hero) .elementor-widget.st_fst_btn{position:relative;display:block;min-height:0;padding:0!important;overflow:visible;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none}
body:has(.st_fst_hero) .elementor-widget.st_fst_btn:before{display:none!important;content:none!important}
body:has(.st_fst_hero) .st_fst_btn .elementor-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0!important;border-radius:999px!important;background:var(--fst-navy)!important;color:#fff!important;font-weight:900;box-shadow:0 14px 28px rgba(7,27,74,.12)}
body:has(.st_fst_hero) .st_fst_btn_gold .elementor-button{background:var(--fst-gold)!important;color:var(--fst-navy)!important}
body:has(.st_fst_hero) .st_fst_btn_light .elementor-button{border:1px solid var(--fst-line)!important;background:#fff!important;color:var(--fst-navy)!important;box-shadow:none}
body:has(.st_fst_hero) .st_fst_btn .elementor-button:hover{transform:translateY(-2px)}
body:has(.st_fst_hero) .st_fst_btn .elementor-button{position:relative;isolation:isolate;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}
body:has(.st_fst_hero) .st_fst_btn .elementor-button:before{content:"";position:absolute;inset:-2px auto -2px -45%;z-index:-1;width:38%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-18deg);transition:left .65s cubic-bezier(.22,1,.36,1)}
body:has(.st_fst_hero) .st_fst_btn .elementor-button:hover:before{left:120%}

/* Elementor owns each card's visible background/border/shadow. Reset the
   compatibility class on the outer column to avoid drawing every card twice. */
body:has(.st_fst_hero) .elementor-column.st_fst_card,body:has(.st_fst_hero) .elementor-column.st_fst_need,body:has(.st_fst_hero) .elementor-column.st_fst_side,body:has(.st_fst_hero) .elementor-column.st_fst_subject,body:has(.st_fst_hero) .elementor-column.st_fst_step{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body:has(.st_fst_hero) .elementor-column.st_fst_card>.elementor-widget-wrap,body:has(.st_fst_hero) .elementor-column.st_fst_need>.elementor-widget-wrap,body:has(.st_fst_hero) .elementor-column.st_fst_side>.elementor-widget-wrap,body:has(.st_fst_hero) .elementor-column.st_fst_subject>.elementor-widget-wrap,body:has(.st_fst_hero) .elementor-column.st_fst_step>.elementor-widget-wrap{position:relative;overflow:hidden}
body:has(.st_fst_hero) .st_fst_need_dark>.elementor-widget-wrap{background:var(--fst-navy)!important}
body:has(.st_fst_hero) .st_fst_workflow{border-radius:0!important;background:transparent!important}
body:has(.st_fst_hero) .st_fst_workflow>.elementor-widget-wrap{position:relative;overflow:hidden;border-radius:44px;background:var(--fst-navy)!important}
body:has(.st_fst_hero) .st_fst_workflow:before{content:none!important}
body:has(.st_fst_hero) .st_fst_workflow>.elementor-widget-wrap:before{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(245,181,27,.22);pointer-events:none}
body:has(.st_fst_hero) .st_fst_workflow>.elementor-widget-wrap>*{position:relative;z-index:1}
body:has(.st_fst_hero) .st_fst_steps>div.elementor-container{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important}
body:has(.st_fst_hero) .st_fst_subject_icon{display:block!important;width:66px!important;max-width:66px!important;margin-bottom:22px!important}
body:has(.st_fst_hero) .st_fst_subject_icon>.elementor-widget-container,body:has(.st_fst_hero) .st_fst_subject_icon .elementor-icon{display:grid!important;width:66px!important;height:66px!important;place-items:center;border-radius:23px!important}
body:has(.st_fst_hero) .st_fst_side .elementor-widget-icon{width:58px!important;max-width:58px!important;margin-bottom:18px!important}
body:has(.st_fst_hero) .st_fst_side .elementor-widget-icon>.elementor-widget-container,body:has(.st_fst_hero) .st_fst_side .elementor-widget-icon .elementor-icon{display:grid!important;width:58px!important;height:58px!important;place-items:center;border-radius:20px!important}
body:has(.st_fst_hero) .st_fst_step_num{display:grid!important;place-items:center;overflow:hidden}
body:has(.st_fst_hero) .st_fst_step_num .elementor-heading-title{display:block!important;width:46px;line-height:46px!important;text-align:center}
body:has(.st_fst_hero) .st_fst_reveal{opacity:0;transform:translateY(28px)}
body:has(.st_fst_hero) .st_fst_reveal.st_fst_reveal_visible{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}

/* Free Study Tools: keep decorative colour and hover motion inside the card
   that owns it. Elementor's column must remain a transparent layout wrapper. */
body:has(.st_fst_hero) .st_fst_feature:before,
body:has(.st_fst_hero) .st_fst_subject:after{content:none!important}
body:has(.st_fst_hero) .st_fst_feature>.elementor-widget-wrap:before,
body:has(.st_fst_hero) .st_fst_subject>.elementor-widget-wrap:after{content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none}
body:has(.st_fst_hero) .st_fst_feature>.elementor-widget-wrap:before{right:-80px;bottom:-95px;width:270px;height:270px;background:var(--fst-mint)}
body:has(.st_fst_hero) .st_fst_subject>.elementor-widget-wrap:after{right:-36px;top:-36px;width:120px;height:120px;background:var(--fst-gold-soft)}
body:has(.st_fst_hero) .st_fst_subject:nth-child(2)>.elementor-widget-wrap:after{background:var(--fst-mint)}
body:has(.st_fst_hero) .st_fst_subject:nth-child(3)>.elementor-widget-wrap:after{background:var(--fst-lilac)}
body:has(.st_fst_hero) .st_fst_feature>.elementor-widget-wrap>*,
body:has(.st_fst_hero) .st_fst_subject>.elementor-widget-wrap>*{position:relative;z-index:1}

/* Keep the resource-finder sheen inside the rounded Elementor card. The
   outer column is only a layout wrapper and must not animate independently. */
body:has(.st_fst_hero) .st_fst_need:before{content:none!important}
body:has(.st_fst_hero) .st_fst_need>.elementor-widget-wrap:before{content:"";position:absolute;inset:-2px auto -2px -45%;z-index:0;width:38%;background:linear-gradient(90deg,transparent,rgba(245,181,27,.18),transparent);transform:skewX(-18deg);transition:left .65s cubic-bezier(.22,1,.36,1);pointer-events:none}
body:has(.st_fst_hero) .st_fst_need>.elementor-widget-wrap>*{position:relative;z-index:1}
body:has(.st_fst_hero) .st_fst_need:hover>.elementor-widget-wrap:before{left:120%}

/* Remove the flat rectangular layer mistaken for a second card. A soft shadow
   is introduced only while the individual card is being hovered. */
body:has(.st_fst_hero) :is(.st_fst_feature,.st_fst_side,.st_fst_subject,.st_fst_need)>.elementor-widget-wrap{box-shadow:none!important;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s ease,background-color .3s ease!important}
body:has(.st_fst_hero) :is(.st_fst_feature,.st_fst_side,.st_fst_subject,.st_fst_need):hover>.elementor-widget-wrap{transform:translateY(-7px);border-color:rgba(245,181,27,.42)!important;box-shadow:none!important}
body:has(.st_fst_hero) .st_fst_need>.elementor-widget-wrap{transition:transform .25s cubic-bezier(.22,1,.36,1),border-color .25s ease,box-shadow .25s ease!important}
body:has(.st_fst_hero) .st_fst_need:hover>.elementor-widget-wrap{transform:translateY(-4px);border-color:rgba(245,181,27,.38)!important;box-shadow:0 14px 30px rgba(7,27,74,.09)!important}
body:has(.st_fst_hero) :is(.st_fst_feature,.st_fst_side,.st_fst_subject):hover .elementor-widget-icon,
body:has(.st_fst_hero) .st_fst_subject:hover .st_fst_subject_icon{transform:translateY(-2px) rotate(-4deg) scale(1.06);transition:transform .3s cubic-bezier(.22,1,.36,1)}

/* The old broad selector also matched the shared Elementor row, so hovering
   one blue step animated the group. Scope the fill and lift to one step only. */
body:has(.st_fst_hero) .st_fst_steps>div.elementor-container:before{content:none!important}
body:has(.st_fst_hero) .st_fst_step:before{content:none!important}
body:has(.st_fst_hero) .st_fst_step>.elementor-widget-wrap{transition:transform .28s cubic-bezier(.22,1,.36,1),background-color .28s ease,box-shadow .28s ease!important}
body:has(.st_fst_hero) .st_fst_step>.elementor-widget-wrap:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(110deg,rgba(245,181,27,.18),rgba(255,255,255,.04));opacity:0;transform:translateX(-22%);transition:opacity .28s ease,transform .5s cubic-bezier(.22,1,.36,1);pointer-events:none}
body:has(.st_fst_hero) .st_fst_step>.elementor-widget-wrap>*{position:relative;z-index:1}
body:has(.st_fst_hero) .st_fst_step:hover>.elementor-widget-wrap{transform:translateY(-7px);background:rgba(255,255,255,.12)!important;box-shadow:0 18px 38px rgba(0,0,0,.14)}
body:has(.st_fst_hero) .st_fst_step:hover>.elementor-widget-wrap:before{opacity:1;transform:translateX(0)}
body:has(.st_fst_hero) .st_fst_step:hover .st_fst_step_num{transform:rotate(-5deg) scale(1.08);transition:transform .28s cubic-bezier(.22,1,.36,1)}
body:has(.st_fst_hero) .st_fst_book_left{animation:stFstFloatLeft 3.6s ease-in-out infinite alternate}
body:has(.st_fst_hero) .st_fst_book_right{animation:stFstFloatRight 3.9s ease-in-out infinite alternate}
@keyframes stFstFloatLeft{to{transform:translateY(10px) rotate(-5deg)}}
@keyframes stFstFloatRight{to{transform:translateY(-10px) rotate(5deg)}}
@media(prefers-reduced-motion:reduce){body:has(.st_fst_hero) .st_fst_book_left,body:has(.st_fst_hero) .st_fst_book_right{animation:none}body:has(.st_fst_hero) .st_fst_reveal{opacity:1;transform:none}}
@media(max-width:1180px) and (min-width:992px){body:has(.st_fst_hero) .st_fst_book{width:158px!important}}
@media(max-width:991px){body:has(.st_fst_hero) .st_fst_books{position:relative!important;inset:auto!important;width:100%!important}body:has(.st_fst_hero) .st_fst_books>.elementor-container{display:grid;grid-template-columns:1fr 1fr;gap:14px}body:has(.st_fst_hero) .st_fst_book{position:relative!important;inset:auto!important;width:100%!important;transform:none!important}body:has(.st_fst_hero) .st_fst_board{width:100%!important;margin-left:0!important;margin-right:0!important}body:has(.st_fst_hero) .st_fst_need_grid>.elementor-container,body:has(.st_fst_hero) .st_fst_subject_grid>.elementor-container,body:has(.st_fst_hero) .st_fst_steps>.elementor-container{display:grid!important;grid-template-columns:1fr 1fr}body:has(.st_fst_hero) .st_fst_need,body:has(.st_fst_hero) .st_fst_subject,body:has(.st_fst_hero) .st_fst_step{width:100%!important;flex:auto!important}body:has(.st_fst_hero) .st_fst_resource_grid>.elementor-container,body:has(.st_fst_hero) .st_fst_cta>.elementor-container{grid-template-columns:1fr}}
@media(max-width:575px){body:has(.st_fst_hero) .st_fst_books>.elementor-container,body:has(.st_fst_hero) .st_fst_need_grid>.elementor-container,body:has(.st_fst_hero) .st_fst_subject_grid>.elementor-container,body:has(.st_fst_hero) .st_fst_steps>.elementor-container{grid-template-columns:1fr}}

/* Free Study Tools responsive compatibility. Typography and spacing are set
   through Elementor controls; these rules only adapt legacy section wrappers. */
@media(max-width:991px){
body:has(.st_fst_hero) .st_fst_vault>.elementor-widget-wrap{border-radius:36px!important}
body:has(.st_fst_hero) .st_fst_workflow>.elementor-widget-wrap{border-radius:36px}
body:has(.st_fst_hero) .st_fst_cta{width:min(100% - 40px,1160px)!important;margin:38px auto!important;border-radius:34px}
body:has(.st_fst_hero) .st_fst_section_head{margin-bottom:30px}
}
@media(max-width:575px){
body:has(.st_fst_hero) .st_fst_vault>.elementor-widget-wrap{border-radius:28px!important}
body:has(.st_fst_hero) .st_fst_search>.elementor-container>.elementor-column>.elementor-widget-wrap{grid-template-columns:1fr;row-gap:16px}
body:has(.st_fst_hero) .st_fst_search .elementor-widget-heading:not(.st_fst_search_label),
body:has(.st_fst_hero) .st_fst_search .st_fst_btn{grid-column:1;grid-row:auto}
body:has(.st_fst_hero) .st_fst_search .st_fst_btn,
body:has(.st_fst_hero) .st_fst_search .st_fst_btn .elementor-button{width:100%!important}
body:has(.st_fst_hero) .st_fst_need{min-height:0}
body:has(.st_fst_hero) .st_fst_workflow>.elementor-widget-wrap{border-radius:28px}
body:has(.st_fst_hero) .st_fst_cta{width:calc(100% - 24px)!important;margin:30px auto!important;border-radius:28px}
body:has(.st_fst_hero) .st_fst_cta_actions,
body:has(.st_fst_hero) .st_fst_cta_actions>.elementor-widget-wrap{width:100%!important;flex-direction:column;align-items:stretch!important}
body:has(.st_fst_hero) .st_fst_cta_actions .st_fst_btn,
body:has(.st_fst_hero) .st_fst_cta_actions .elementor-button{width:100%!important}
body:has(.st_fst_hero) .st_fst_board_bottom strong,
body:has(.st_fst_hero) .st_fst_chips strong{width:100%;justify-content:center;text-align:center}
body:has(.st_fst_hero) .st_fst_subject_icon{margin-bottom:18px!important}
}
/* ================================================================
   Public free e-book library — English Language & Literature Tools
   ================================================================ */
.st_ebooks_page,
.st_ebooks_page * { box-sizing: border-box; }
.st_ebooks_page,
.st_ebooks_library { --st-ebooks-navy:#071b4a; --st-ebooks-gold:#f5b51b; --st-ebooks-text:#5d6678; --st-ebooks-line:#e8edf5; --st-ebooks-mint:#dcf7ef; }
.st_ebooks_page { position:relative; overflow:hidden; color:var(--st-ebooks-navy); font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif; }
.st_ebooks_page::before,
.st_ebooks_page::after { content:""; position:absolute; z-index:0; border-radius:50%; pointer-events:none; }
.st_ebooks_page::before { width:430px; height:430px; left:-280px; top:330px; background:rgba(220,247,239,.9); }
.st_ebooks_page::after { width:390px; height:390px; right:-215px; top:-150px; background:rgba(255,245,216,.9); }
.st_ebooks_page > .elementor-container { position:relative; z-index:1; }
.st_ebooks_page_hero > .elementor-container { max-width:1160px !important; display:grid !important; grid-template-columns:.852fr 1fr; gap:54px; align-items:center; }
.st_ebooks_page_hero .elementor-column { width:100% !important; }
.st_ebooks_page_hero .elementor-column > .elementor-widget-wrap { align-content:center; padding:0 !important; }
.st_ebooks_kicker .elementor-heading-title { display:inline-flex; align-items:center; gap:9px; width:auto; padding:11px 15px; border-radius:999px; background:#fff5d8; color:var(--st-ebooks-navy); font-size:13px; line-height:1; letter-spacing:.09em; text-transform:uppercase; font-weight:900; }
.st_ebooks_kicker .elementor-heading-title::before { content:"\f5da"; color:var(--st-ebooks-gold); font-family:"Font Awesome 6 Free"; font-weight:900; }
.st_ebooks_kicker,
.st_ebooks_title,
.st_ebooks_lead { margin-bottom:0 !important; }
.st_ebooks_title .elementor-heading-title { max-width:720px; margin:20px 0; color:var(--st-ebooks-navy); font-size:clamp(44px,6vw,82px); line-height:.96; letter-spacing:-.065em; font-weight:900; }
.st_ebooks_title .st_mark { color:var(--st-ebooks-gold); }
.st_ebooks_lead { max-width:610px; }
.st_ebooks_lead p { margin:0; color:var(--st-ebooks-text); font-size:18px; line-height:1.75; }
.st_ebooks_actions { margin-top:28px; }
.st_ebooks_actions > .elementor-container { display:flex; align-items:center; justify-content:flex-start; gap:14px; }
.st_ebooks_actions .elementor-column { width:auto !important; flex:0 0 auto; }
.st_ebooks_actions .elementor-widget-wrap { display:flex; align-items:center; padding:0 !important; }
.st_ebooks_actions .elementor-widget { width:auto !important; margin:0 !important; }
.st_ebooks_orbit_widget { width:100%; }
.st_logo_orbit_scene { position:relative; width:100%; height:430px; display:flex; align-items:center; justify-content:center; overflow:visible; }
.st_logo_orbit_scene::before,
.st_logo_orbit_scene::after { content:""; position:absolute; left:50%; top:50%; border-radius:50%; transform:translate(-50%,-50%); pointer-events:none; }
.st_logo_orbit_scene::before { width:430px; height:430px; background:rgba(255,255,255,.76); box-shadow:0 28px 90px rgba(7,27,74,.08); }
.st_logo_orbit_scene::after { width:500px; height:500px; border:1px dashed rgba(7,27,74,.15); }
.st_orbit_ring { position:absolute; left:50%; top:50%; width:470px; height:470px; margin:-235px 0 0 -235px; border-radius:50%; animation:stEbookOrbit 18s linear infinite; }
.st_orbit_ring:nth-child(2) { width:350px; height:350px; margin:-175px 0 0 -175px; animation-duration:14s; animation-direction:reverse; }
.st_orbit_book { position:absolute; left:50%; top:50%; width:84px; height:118px; margin:-59px 0 0 -42px; display:flex; align-items:center; justify-content:center; padding:14px 10px; overflow:hidden; border:1px solid rgba(7,27,74,.08); border-radius:12px 17px 17px 12px; background:var(--cover,#fff); box-shadow:0 20px 38px rgba(7,27,74,.18); color:var(--st-ebooks-navy); text-align:center; font-size:11px; line-height:1.05; font-weight:900; transform:rotate(var(--a)) translateX(var(--r)) rotate(calc(-1 * var(--a))); }
.st_orbit_book::before { content:""; position:absolute; inset:0 auto 0 0; width:13px; background:linear-gradient(90deg,rgba(7,27,74,.24),rgba(255,255,255,.22),transparent); }
.st_orbit_book::after { content:""; position:absolute; inset:0; background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.52),transparent 65%); transform:translateX(-135%); animation:stEbookShine 4.2s ease-in-out var(--d,0s) infinite; }
.st_orbit_book b { position:relative; z-index:2; }
.st_orbit_book i { position:absolute; z-index:2; right:10px; bottom:9px; color:rgba(7,27,74,.36); font-size:13px; }
.st_orbit_logo_core { position:relative; z-index:5; width:235px; height:235px; display:grid; place-items:center; border:1px solid rgba(7,27,74,.08); border-radius:50%; background:rgba(255,255,255,.97); box-shadow:0 32px 80px rgba(7,27,74,.16),inset 0 0 0 10px rgba(245,181,27,.1); animation:stEbookFloat 3.2s ease-in-out infinite; }
.st_orbit_logo_core img { width:176px; height:auto; object-fit:contain; filter:drop-shadow(0 10px 14px rgba(7,27,74,.08)); }
.st_orbit_logo_core span { position:absolute; bottom:42px; left:50%; transform:translateX(-50%); color:#7a8496; font-size:11px; letter-spacing:.13em; text-transform:uppercase; font-weight:900; white-space:nowrap; }
.st_orbit_badge { position:absolute; z-index:6; right:42px; bottom:54px; display:flex; align-items:center; gap:10px; padding:14px 18px; border-radius:22px; background:var(--st-ebooks-navy); box-shadow:0 22px 55px rgba(7,27,74,.22); color:#fff; font-weight:900; animation:stEbookBadge 2.8s ease-in-out infinite; }
.st_orbit_badge i { color:var(--st-ebooks-gold); }
.st_logo_orbit_scene:hover .st_orbit_ring { animation-play-state:paused; }
@keyframes stEbookOrbit { to { transform:rotate(360deg); } }
@keyframes stEbookShine { 0%,60% { transform:translateX(-135%); } 85%,100% { transform:translateX(135%); } }
@keyframes stEbookFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }
@keyframes stEbookBadge { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-7px); } }

.st_ebooks_library_section > .elementor-container { max-width:1160px !important; }
.st_ebooks_library_section .elementor-widget-shortcode,
.st_ebooks_library_section .elementor-shortcode { width:100%; }
.st_ebooks_library { position:relative; }
.st_ebooks_hero { position:relative; isolation:isolate; overflow:hidden; margin-bottom:26px; padding:30px; border-radius:34px; background:linear-gradient(135deg,var(--st-ebooks-navy),#123377); box-shadow:0 24px 70px rgba(7,27,74,.12); color:#fff; }
.st_ebooks_hero::before,
.st_ebooks_hero::after { content:""; position:absolute; z-index:-1; border-radius:50%; pointer-events:none; }
.st_ebooks_hero::before { width:260px; height:260px; right:-85px; top:-95px; background:rgba(245,181,27,.22); }
.st_ebooks_hero::after { width:300px; height:300px; left:-120px; bottom:-130px; background:rgba(220,247,239,.13); }
.st_ebooks_hero_grid { display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; }
.st_ebooks_hero h2 { margin:0 0 10px; color:#fff; font-size:34px; line-height:1; letter-spacing:-.045em; font-weight:900; }
.st_ebooks_hero p { max-width:720px; margin:0; color:rgba(255,255,255,.76); line-height:1.7; }
.st_ebooks_filter { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.st_ebook_chip { padding:10px 14px; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:rgba(255,255,255,.09); color:#fff; font:inherit; font-weight:900; cursor:pointer; transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease; }
.st_ebook_chip:hover,
.st_ebook_chip.st_active { border-color:var(--st-ebooks-gold); background:var(--st-ebooks-gold); color:var(--st-ebooks-navy); transform:translateY(-2px); }
.st_library_stats { min-width:330px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.st_library_stat { min-width:0; padding:16px 12px; border:1px solid rgba(255,255,255,.14); border-radius:20px; background:rgba(255,255,255,.08); text-align:center; }
.st_library_stat strong { display:block; color:#fff; font-size:26px; line-height:1; font-weight:900; }
.st_library_stat span { display:block; margin-top:7px; color:rgba(255,255,255,.72); font-size:12px; font-weight:800; }
.st_bookshelf_scene { display:grid; gap:42px; }
.st_bookshelf_row { position:relative; min-height:342px; overflow:visible; padding:30px 28px 54px; border:1px solid rgba(7,27,74,.06); border-radius:34px; background:rgba(255,255,255,.92); box-shadow:0 14px 40px rgba(7,27,74,.08); }
.st_bookshelf_row::before { content:""; position:absolute; left:4%; right:4%; bottom:24px; height:22px; border-radius:6px; background:linear-gradient(#fff,#e9edf3); box-shadow:0 18px 35px rgba(7,27,74,.12),inset 0 1px #fff; }
.st_bookshelf_row::after { content:""; position:absolute; left:8%; right:8%; bottom:9px; height:18px; background:linear-gradient(90deg,transparent,rgba(7,27,74,.08),transparent); filter:blur(10px); }
.st_ebook_grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,minmax(145px,188px)); justify-content:center; align-items:end; gap:34px; padding:4px 20px 44px; }
.st_ebook_card { appearance:none; position:relative; display:block; width:100%; min-height:0; aspect-ratio:.72/1; padding:0; border:0; border-radius:16px 20px 20px 16px; background:transparent; color:inherit; cursor:pointer; perspective:900px; transform-style:preserve-3d; transition:transform .38s cubic-bezier(.22,1,.36,1),filter .35s ease,opacity .25s ease; }
.st_ebook_cover { position:absolute; inset:0; overflow:hidden; border:1px solid rgba(7,27,74,.08); border-radius:16px 20px 20px 16px; background:#f3f6fb var(--st-ebook-image) center/cover no-repeat; box-shadow:0 20px 32px rgba(7,27,74,.18); transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .35s ease; }
.st_ebook_cover::before { content:""; position:absolute; inset:0 auto 0 0; width:18px; background:linear-gradient(90deg,rgba(7,27,74,.22),rgba(255,255,255,.18),transparent); }
.st_ebook_cover::after { content:""; position:absolute; inset:0; background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.36) 50%,transparent 65%); transform:translateX(-120%); transition:transform .65s ease; }
.st_ebook_card:hover { transform:translateY(-12px) rotate(-1deg); }
.st_ebook_card:hover .st_ebook_cover { box-shadow:0 28px 50px rgba(7,27,74,.24); transform:rotateY(-10deg) rotateX(2deg); }
.st_ebook_card:hover .st_ebook_cover::after { transform:translateX(120%); }
.st_ebook_meta { position:absolute; z-index:4; left:10px; right:10px; bottom:-68px; padding:11px 12px; border:1px solid rgba(7,27,74,.08); border-radius:16px; background:#fff; box-shadow:0 14px 30px rgba(7,27,74,.12); opacity:0; text-align:left; transform:translateY(8px); transition:opacity .28s ease,transform .28s ease; }
.st_ebook_card:hover .st_ebook_meta,
.st_ebook_card:focus-visible .st_ebook_meta { opacity:1; transform:translateY(0); }
.st_ebook_meta b { display:block; color:var(--st-ebooks-navy); font-size:13px; line-height:1.25; }
.st_ebook_meta span { display:flex; align-items:center; gap:6px; margin-top:7px; color:var(--st-ebooks-gold); font-size:12px; font-weight:900; }
.st_ebook_empty { filter:grayscale(1); opacity:.62; cursor:not-allowed; }
.st_ebook_empty::after { content:"Coming soon"; position:absolute; z-index:5; left:14px; right:14px; top:50%; transform:translateY(-50%); padding:10px; border-radius:999px; background:rgba(7,27,74,.86); color:#fff; font-size:12px; font-weight:900; text-align:center; }
.st_ebook_card[hidden],
.st_bookshelf_row[hidden] { display:none !important; }
.st_ebooks_empty { padding:54px 30px; border:1px solid var(--st-ebooks-line); border-radius:30px; background:#fff; box-shadow:0 14px 40px rgba(7,27,74,.08); text-align:center; }
.st_ebooks_empty[hidden] { display:none !important; }
.st_ebooks_empty i { display:grid; width:64px; height:64px; margin:0 auto 18px; place-items:center; border-radius:20px; background:#fff5d8; color:var(--st-ebooks-gold); font-size:24px; }
.st_ebooks_empty h3 { margin:0 0 8px; color:var(--st-ebooks-navy); font-size:26px; font-weight:900; }
.st_ebooks_empty p { margin:0; color:var(--st-ebooks-text); }
.st_ebook_modal { position:fixed; z-index:99999; inset:0; display:none; align-items:center; justify-content:center; padding:22px; background:rgba(7,27,74,.68); backdrop-filter:blur(12px); }
.st_ebook_modal.st_show { display:flex; }
.st_ebook_modal_box { width:min(1120px,100%); height:min(82vh,820px); overflow:hidden; display:grid; grid-template-rows:auto 1fr; border-radius:30px; background:#fff; box-shadow:0 35px 120px rgba(0,0,0,.32); }
.st_ebook_modal_head { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:16px 18px; border-bottom:1px solid var(--st-ebooks-line); background:#fbfcff; }
.st_ebook_modal_head h3 { margin:0; color:var(--st-ebooks-navy); font-size:20px; font-weight:900; }
.st_ebook_close { width:44px; height:44px; display:grid; place-items:center; border:0; border-radius:50%; background:var(--st-ebooks-navy); color:#fff; cursor:pointer; }
.st_ebook_flipbook { width:100%; height:100%; min-height:0; background:#071b4a; }
.st_ebook_flipbook .df-container { width:100%; height:100%; }
body.st_ebook_modal_open { overflow:hidden; }
.st_ebooks_reveal { opacity:0; transform:translateY(30px); }
.st_ebooks_reveal.st_is_visible { opacity:1; transform:none; transition:opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1); }

@media (max-width:991px) {
  .st_ebooks_page_hero > .elementor-container { grid-template-columns:1fr; gap:26px; }
  .st_ebooks_page_hero .elementor-column { width:100% !important; }
  .st_logo_orbit_scene { height:390px; }
  .st_orbit_ring { width:390px; height:390px; margin:-195px 0 0 -195px; }
  .st_orbit_ring:nth-child(2) { width:300px; height:300px; margin:-150px 0 0 -150px; }
  .st_orbit_book { width:72px; height:102px; margin:-51px 0 0 -36px; font-size:10px; }
  .st_orbit_logo_core { width:200px; height:200px; }
  .st_orbit_logo_core img { width:150px; }
  .st_orbit_logo_core span { bottom:35px; }
  .st_orbit_badge { right:20px; bottom:34px; }
  .st_ebooks_hero_grid { grid-template-columns:1fr; }
  .st_library_stats { min-width:0; }
  .st_ebook_grid { grid-template-columns:repeat(3,minmax(130px,175px)); gap:28px; }
  .st_ebook_meta { opacity:1; transform:none; }
}
@media (max-width:700px) {
  .st_ebook_grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:80px 16px; padding:0 6px 48px; }
  .st_bookshelf_row { min-height:0; padding:20px 14px 56px; }
  .st_library_stats { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:575px) {
  .st_ebooks_title .elementor-heading-title { font-size:42px; line-height:.98; }
  .st_ebooks_lead p { font-size:17px; }
  .st_ebooks_actions .elementor-widget-wrap { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
  .st_ebooks_actions .elementor-widget { width:100% !important; }
  .st_logo_orbit_scene { height:360px; }
  .st_logo_orbit_scene::before { width:248px; height:248px; }
  .st_logo_orbit_scene::after { width:292px; height:292px; }
  .st_orbit_ring { width:292px; height:292px; margin:-146px 0 0 -146px; }
  .st_orbit_ring:nth-child(2) { width:224px; height:224px; margin:-112px 0 0 -112px; }
  .st_orbit_ring:first-child .st_orbit_book { --r:126px !important; }
  .st_orbit_ring:nth-child(2) .st_orbit_book { --r:88px !important; }
  .st_orbit_book { width:50px; height:70px; margin:-35px 0 0 -25px; padding:9px 6px; border-radius:9px 12px 12px 9px; font-size:7.5px; }
  .st_orbit_logo_core { width:148px; height:148px; }
  .st_orbit_logo_core img { width:112px; }
  .st_orbit_logo_core span { display:none; }
  .st_orbit_badge { left:50%; right:auto; bottom:12px; transform:translateX(-50%); animation:none; font-size:12px; white-space:nowrap; }
  .st_ebooks_hero { padding:24px 20px; border-radius:26px; }
  .st_ebooks_hero h2 { font-size:28px; }
  .st_library_stats { grid-template-columns:1fr; }
  .st_ebook_meta { left:5px; right:5px; bottom:-64px; }
  .st_ebook_meta b { font-size:11px; }
  .st_ebook_modal { padding:8px; }
  .st_ebook_modal_box { height:88vh; border-radius:22px; }
}
@media (prefers-reduced-motion:reduce) {
  .st_orbit_ring,.st_orbit_logo_core,.st_orbit_badge,.st_orbit_book::after { animation:none !important; }
  .st_ebooks_reveal { opacity:1; transform:none; }
}

/* Help page: native Elementor layout enhancements only */
.st_help_page { overflow:clip; }
.st_help_kicker {
  width:fit-content;
  max-width:100%;
  line-height:1;
}
.st_help_kicker .elementor-icon-box-wrapper {
  display:flex;
  align-items:center;
  gap:9px;
}
.st_help_kicker .elementor-icon-box-icon {
  display:flex;
  align-items:center;
}
.st_help_kicker .elementor-icon-box-content {
  display:flex;
  align-items:center;
  width:auto;
}
.st_help_kicker .elementor-icon-box-icon,
.st_help_kicker .elementor-icon-box-title {
  margin:0;
}
.st_help_kicker .elementor-icon-box-title,
.st_help_kicker .elementor-icon-box-title span {
  line-height:1;
}
.st_help_panel,
.st_help_support_cta { isolation:isolate; }
.st_help_panel::after,
.st_help_support_cta::after {
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
  border-radius:50%;
}
.st_help_panel::after {
  width:250px;
  height:250px;
  right:-78px;
  top:-92px;
  background:rgba(245,181,27,.13);
}
.st_help_support_cta::after {
  width:190px;
  height:190px;
  right:-54px;
  top:-84px;
  background:rgba(255,255,255,.13);
}
.st_help_quick_card,
.st_help_group,
.st_help_side_card { transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.st_help_quick_card:hover,
.st_help_group:hover,
.st_help_side_card:hover {
  transform:translateY(-5px);
  box-shadow:0 22px 54px rgba(7,27,74,.11);
  border-color:rgba(245,181,27,.48);
}
.st_help_search_form form { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:12px; align-items:center; }
.st_help_search_form label { margin:0; }
.st_help_search_form input[type="search"] { width:100%; min-height:58px; padding:0 24px; color:#071b4a; background:#fff; border:1px solid #e8edf5; border-radius:999px; font:500 16px/1.4 Inter,sans-serif; outline:none; }
.st_help_search_form input[type="search"]:focus { border-color:#f5b51b; box-shadow:0 0 0 3px rgba(245,181,27,.16); }
.st_help_search_form input[type="submit"], .st_help_search_form button { min-height:58px; padding:0 26px; color:#071b4a; background:#f5b51b; border:0; border-radius:999px; font:900 15px/1 Inter,sans-serif; white-space:nowrap; cursor:pointer; transition:transform .2s ease,box-shadow .2s ease; }
.st_help_search_form input[type="submit"]:hover, .st_help_search_form button:hover { transform:translateY(-2px); box-shadow:0 12px 24px rgba(7,27,74,.14); }
.st_help_side_card { position:sticky; top:118px; align-self:flex-start; height:auto; }
.st_help_nav_link.st_help_nav_current .elementor-button {
  color:#071b4a;
  background:#fff5d8;
  border-color:rgba(245,181,27,.45);
}
.st_help_group .elementor-accordion-item {
  overflow:hidden;
  margin-top:12px;
  border:1px solid #e8edf5;
  border-radius:22px;
  background:#fff;
}
.st_help_group .elementor-accordion-item:first-child { margin-top:0; }
.st_help_group .elementor-tab-title { border:0; }
.st_help_group .elementor-tab-content { border:0; border-top:1px solid #e8edf5; }
.st_help_group.st_help_filtered_out { display:none; }
.st_help_reveal { opacity:0; transform:translateY(18px); }
.st_help_reveal.st_help_visible { animation:stHelpReveal .55s cubic-bezier(.22,1,.36,1) forwards; }
@keyframes stHelpReveal { to { opacity:1; transform:translateY(0); } }
@media (max-width:1024px) {
  .st_help_side_card { position:relative; top:auto; }
}
@media (max-width:767px) {
  .st_help_panel .st_help_kicker { align-self:center; }
  .st_help_panel::after { width:160px; height:160px; }
  .st_help_search_form form { grid-template-columns:1fr; }
  .st_help_search_form input[type="submit"], .st_help_search_form button { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  .st_help_quick_card,.st_help_group,.st_help_side_card { transition:none; }
  .st_help_reveal,.st_help_reveal.st_help_visible { opacity:1; transform:none; animation:none; }
}

/* Student/teacher messaging: ArrowChat is contained within the existing theme shell. */
.st_chat_page,.st_chat_archive{color:#071b4a}
.st_chat_shell,.st_chat_archive_shell{width:min(calc(100% - 40px),1328px);margin:0 auto}
.st_chat_shell{overflow:hidden;border:1px solid #e4e9f2;border-radius:34px;background:#fff;box-shadow:0 24px 65px rgba(7,27,74,.10)}
.st_chat_header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px;border-bottom:1px solid #e4e9f2;background:#fff}
.st_chat_person{display:flex;align-items:center;gap:14px}.st_chat_person img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 0 0 1px #dfe5ef}.st_chat_person span{display:grid;gap:2px}.st_chat_person small{color:#7c879a;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.st_chat_person strong{font-size:19px;font-weight:900}
.st_chat_archive_link,.st_chat_action{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;font-weight:900;text-decoration:none}.st_chat_archive_link{min-height:46px;padding:0 20px;color:#071b4a;border:1px solid #dfe5ef}.st_chat_archive_link:hover{color:#071b4a;background:#f7f9fc}
.st_arrowchat_frame{display:block;width:100%;height:650px;border:0;background:#f7f9fc}.st_chat_actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.st_chat_action{min-height:46px;padding:0 22px}.st_chat_action_primary,.st_chat_action_primary:hover,.st_chat_action_primary:visited{color:#071b4a;background:#ffb719;box-shadow:0 14px 30px rgba(255,183,25,.22)}.st_chat_action_primary{transition:transform .22s ease,box-shadow .22s ease}.st_chat_action_primary:hover{transform:translateY(-2px);box-shadow:0 18px 35px rgba(255,183,25,.30)}
.st_chat_archive_intro{text-align:center;max-width:780px;margin:0 auto 34px}.st_chat_archive_intro span{display:inline-flex;padding:10px 16px;border-radius:999px;background:#fff1ca;color:#071b4a;font-size:12px;font-weight:900;letter-spacing:.08em}.st_chat_archive_intro h1{margin:16px 0 10px;color:#071b4a;font-size:clamp(38px,5vw,66px);line-height:.98;font-weight:900}.st_chat_archive_intro p{margin:0;color:#657084;font-size:18px}.st_chat_archive_card{padding:18px;border:1px solid #e4e9f2;border-radius:30px;background:#fff;box-shadow:0 24px 65px rgba(7,27,74,.09)}
.st_chat_archive_list{list-style:none;margin:0;padding:0}.st_chat_archive_list li+li{border-top:1px solid #e7ebf2}.st_chat_archive_list a{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;border-radius:20px;color:#071b4a;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.st_chat_archive_list a:hover{color:#071b4a;background:#f7f9fc;transform:translateX(3px)}.st_chat_archive_list img{width:58px;height:58px;border-radius:50%;object-fit:cover}.st_chat_archive_copy{display:grid;min-width:0;gap:5px}.st_chat_archive_copy strong{font-size:18px;font-weight:900}.st_chat_archive_copy small{overflow:hidden;color:#6b7588;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.st_chat_archive_list time{color:#8b95a6;font-size:13px}.st_chat_empty{display:grid;place-items:center;gap:10px;min-height:300px;text-align:center}.st_chat_empty i{font-size:40px;color:#ffb719}.st_chat_empty strong{font-size:24px}.st_chat_empty span{color:#6b7588}
@media(max-width:767px){.st_chat_page,.st_chat_archive{padding:38px 0 76px}.st_chat_shell,.st_chat_archive_shell{width:min(calc(100% - 24px),1328px)}.st_chat_header{align-items:stretch;flex-direction:column;padding:16px}.st_chat_person small{display:none}.st_chat_actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.st_chat_archive_link,.st_chat_action{min-height:44px;padding:0 12px;font-size:13px;white-space:nowrap}.st_arrowchat_frame{height:68vh;min-height:520px}.st_chat_archive_card{padding:8px}.st_chat_archive_list a{grid-template-columns:50px minmax(0,1fr);padding:14px 10px}.st_chat_archive_list img{width:48px;height:48px}.st_chat_archive_list time{display:none}}

/* Seal Tutors 404 */
.error404 .site-content { overflow:hidden; }
.st_404 {
  --st-404-navy:#071b4a;
  --st-404-gold:#f5b51b;
  --st-404-gold-soft:#fff5d8;
  --st-404-mint:#dcf7ef;
  --st-404-text:#5d6678;
  --st-404-line:#e8edf5;
  position:relative;
  min-height:calc(100vh - 96px);
  padding:56px 0 72px;
  display:flex;
  align-items:center;
  background:#fffdf8;
  isolation:isolate;
  overflow:hidden;
}
.st_404_container { width:min(1160px,calc(100% - 40px)); margin:0 auto; position:relative; z-index:2; }
.st_404_grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:54px; align-items:center; }
.st_404_copy { min-width:0; }
.st_404_kicker {
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:0 17px;
  margin-bottom:24px;
  border-radius:999px;
  background:var(--st-404-gold-soft);
  color:var(--st-404-navy);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.st_404_kicker i { color:var(--st-404-gold); }
.st_404 h1 {
  max-width:680px;
  margin:0;
  color:var(--st-404-navy);
  font-size:clamp(48px,6.2vw,88px);
  font-weight:800;
  line-height:.94;
  letter-spacing:-.055em;
}
.st_404_lead { max-width:650px; margin:28px 0 0; color:var(--st-404-text); font-size:18px; line-height:1.75; }
.st_404_actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.st_404_button {
  min-height:54px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:1px solid var(--st-404-line);
  border-radius:999px;
  font-size:15px;
  font-weight:800;
  text-decoration:none !important;
  transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease;
}
.st_404_button_primary { color:var(--st-404-navy) !important; background:var(--st-404-gold); border-color:var(--st-404-gold); box-shadow:0 15px 28px rgba(245,181,27,.22); }
.st_404_button_secondary { color:var(--st-404-navy) !important; background:#fff; }
.st_404_button:hover { transform:translateY(-3px); }
.st_404_button_primary:hover { box-shadow:0 20px 34px rgba(245,181,27,.3); }
.st_404_button_secondary:hover { background:var(--st-404-navy); color:#fff !important; box-shadow:0 18px 34px rgba(7,27,74,.15); }
.st_404_suggestions { display:flex; flex-wrap:wrap; gap:10px; margin-top:25px; }
.st_404_suggestions a {
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border:1px solid var(--st-404-line);
  border-radius:999px;
  background:#fff;
  color:var(--st-404-navy) !important;
  font-size:13px;
  font-weight:750;
  text-decoration:none !important;
  transition:border-color .2s ease,transform .2s ease;
}
.st_404_suggestions a:hover { border-color:var(--st-404-gold); transform:translateY(-2px); }
.st_404_suggestions i { color:var(--st-404-gold); }
.st_404_quick_links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:24px; }
.st_404_quick_links a {
  min-height:116px;
  padding:17px;
  display:grid;
  grid-template-columns:38px 1fr;
  grid-template-rows:auto auto;
  column-gap:11px;
  align-content:center;
  border:1px solid var(--st-404-line);
  border-radius:20px;
  background:#fff;
  color:var(--st-404-navy) !important;
  text-decoration:none !important;
  box-shadow:0 15px 32px rgba(7,27,74,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.st_404_quick_links a:hover { transform:translateY(-5px); border-color:rgba(245,181,27,.65); box-shadow:0 22px 38px rgba(7,27,74,.1); }
.st_404_quick_links span { grid-row:1/3; width:38px; height:38px; display:grid; place-items:center; border-radius:12px; background:var(--st-404-gold-soft); color:var(--st-404-navy); }
.st_404_quick_links strong { align-self:end; font-size:13px; line-height:1.2; }
.st_404_quick_links small { align-self:start; margin-top:4px; color:var(--st-404-text); font-size:11px; line-height:1.35; }
.st_404_visual {
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid var(--st-404-line);
  border-radius:56px;
  background:linear-gradient(145deg,#fff 0%,#fff 60%,#f6f9ff 100%);
  box-shadow:0 35px 75px rgba(7,27,74,.13);
}
.st_404_visual::before,.st_404_visual::after { content:""; position:absolute; border-radius:50%; pointer-events:none; }
.st_404_visual::before { width:280px; height:280px; right:-80px; top:-82px; background:var(--st-404-gold-soft); }
.st_404_visual::after { width:230px; height:230px; left:-72px; bottom:-78px; background:var(--st-404-mint); }
.st_404_visual img { position:relative; z-index:2; width:min(570px,88%); height:auto; display:block; filter:drop-shadow(0 24px 28px rgba(7,27,74,.12)); transform-origin:50% 75%; animation:st404Illustration 5.2s ease-in-out infinite; }
.st_404_visual_dot { position:absolute; z-index:3; width:22px; height:22px; border:6px solid #35c9b0; border-radius:6px; transform:rotate(45deg); }
.st_404_visual_dot_one { right:54px; bottom:68px; }
.st_404_visual_dot_two { left:54px; top:70px; width:17px; height:17px; border-width:5px; border-color:var(--st-404-gold); }
.st_404_orb { position:absolute; z-index:0; border-radius:50%; pointer-events:none; }
.st_404_orb_left { width:390px; height:390px; left:-245px; bottom:-80px; background:var(--st-404-mint); }
.st_404_orb_right { width:430px; height:430px; right:-250px; top:-115px; background:var(--st-404-gold-soft); }
.st_404_diamond { position:absolute; right:6%; bottom:10%; width:34px; height:34px; border:7px solid #35c9b0; border-radius:8px; transform:rotate(45deg); }
@keyframes st404Illustration {
  0%,100% { transform:translateY(0) rotate(0deg); }
  50% { transform:translateY(-10px) rotate(-.7deg); }
}
@media (max-width:1100px) {
  .st_404 { align-items:flex-start; padding-top:48px; }
  .st_404_grid { grid-template-columns:1fr; }
  .st_404_copy { text-align:center; }
  .st_404 h1,.st_404_lead { margin-left:auto; margin-right:auto; }
  .st_404_actions,.st_404_suggestions { justify-content:center; }
  .st_404_quick_links { max-width:720px; margin-left:auto; margin-right:auto; }
  .st_404_visual { min-height:540px; max-width:760px; width:100%; margin:0 auto; }
}
@media (max-width:700px) {
  .st_404 { padding:38px 0 54px; }
  .st_404_container { width:calc(100% - 24px); }
  .st_404_grid { gap:38px; }
  .st_404 h1 { font-size:clamp(44px,14vw,64px); }
  .st_404_lead { font-size:16px; line-height:1.65; }
  .st_404_actions { display:grid; grid-template-columns:1fr; }
  .st_404_button { width:100%; }
  .st_404_quick_links { grid-template-columns:1fr; }
  .st_404_quick_links a { min-height:92px; }
  .st_404_visual { min-height:390px; border-radius:32px; }
  .st_404_visual img { width:94%; }
  .st_404_visual::before { width:180px; height:180px; }
  .st_404_visual::after { width:150px; height:150px; }
}
@media (prefers-reduced-motion:reduce) {
  .st_404_visual img { animation:none; }
  .st_404_button,.st_404_suggestions a,.st_404_quick_links a { transition:none; }
}

/* Payment / booking confirmation */
.payment-completed_body { background:#fffdf8; }
.payment-completed_body .elementor-7236 > .elementor-element-df4c1dd { display:none; }
.payment-completed_body .elementor-7236 > .elementor-element-fd395d5,
.payment-completed_body .elementor-7236 > .elementor-element-fd395d5 > .elementor-container,
.payment-completed_body .elementor-7236 > .elementor-element-fd395d5 .elementor-column,
.payment-completed_body .elementor-7236 > .elementor-element-fd395d5 .elementor-widget-wrap,
.payment-completed_body .elementor-7236 > .elementor-element-fd395d5 .elementor-widget-shortcode {
  width:100%; max-width:none; margin:0; padding:0;
}
.st_booking_confirm_page {
  --st-confirm-navy:#071b4a;
  --st-confirm-gold:#f5b51b;
  --st-confirm-gold-soft:#fff5d8;
  --st-confirm-mint:#dcf7ef;
  --st-confirm-blue-soft:#eef5ff;
  --st-confirm-text:#5d6678;
  --st-confirm-line:#e8edf5;
  position:relative;
  overflow:hidden;
  padding:72px 0 90px;
}

.st_booking_confirm_container { position:relative; z-index:1; width:min(1160px,calc(100% - 40px)); margin-inline:auto; }
.st_booking_confirm_stage {
  position:relative;
  min-height:620px;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:74px 28px;
  border:1px solid rgba(7,27,74,.08);
  border-radius:48px;
  background:linear-gradient(135deg,#fff,#f8fbff);
  box-shadow:0 14px 40px rgba(7,27,74,.08);
  animation:stConfirmStageIn .75s cubic-bezier(.22,1,.36,1) both;
}
.st_booking_confirm_stage::before { content:""; position:absolute; right:10%; top:70px; width:180px; height:180px; border-radius:46px 80px; background:var(--st-confirm-gold-soft); }
.st_booking_confirm_card {
  position:relative;
  width:100%;
  max-width:760px;
  overflow:hidden;
  padding:44px;
  text-align:center;
  border:1px solid rgba(7,27,74,.08);
  border-radius:42px;
  background:linear-gradient(135deg,#fff,var(--st-confirm-blue-soft));
  box-shadow:0 24px 70px rgba(7,27,74,.12);
}
.st_booking_confirm_card::before { content:""; position:absolute; right:-70px; top:-80px; width:220px; height:220px; border-radius:50%; background:var(--st-confirm-gold-soft); }
.st_booking_confirm_card > * { position:relative; z-index:1; }
.st_booking_confirm_icon {
  width:96px; height:96px; margin:0 auto 20px; display:grid; place-items:center;
  border-radius:50%; background:var(--st-confirm-gold); color:var(--st-confirm-navy); font-size:38px;
  box-shadow:0 0 0 14px rgba(245,181,27,.18),0 18px 44px rgba(245,181,27,.24);
  animation:stConfirmIconIn .65s .2s cubic-bezier(.22,1,.36,1) both,stConfirmIconFloat 2.2s 1s ease-in-out infinite;
}
.st_booking_confirm_kicker {
  display:inline-flex; align-items:center; gap:9px; padding:9px 14px; border-radius:999px;
  background:rgba(245,181,27,.14); color:var(--st-confirm-navy); font-size:12px; font-weight:900;
  letter-spacing:.08em; text-transform:uppercase; animation:stConfirmContentIn .58s .38s ease both;
}
.st_booking_confirm_kicker i { color:var(--st-confirm-gold); }
.st_booking_confirm_card h1 {
  margin:18px 0; color:var(--st-confirm-navy); font-size:clamp(42px,5vw,64px); line-height:.95;
  letter-spacing:-.06em; font-weight:900; animation:stConfirmContentIn .58s .46s ease both;
}
.st_booking_confirm_card > p {
  max-width:650px; margin:0 auto 26px; color:var(--st-confirm-text); font-size:17px; line-height:1.65;
  font-weight:800; animation:stConfirmContentIn .58s .54s ease both;
}
.st_booking_confirm_summary { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:26px; text-align:left; }
.st_booking_confirm_summary > div {
  padding:18px; border:1px solid var(--st-confirm-line); border-radius:20px; background:#fff;
  box-shadow:0 12px 30px rgba(7,27,74,.06); animation:stConfirmContentIn .5s ease both;
}
.st_booking_confirm_summary > div:nth-child(1) { animation-delay:.62s; }
.st_booking_confirm_summary > div:nth-child(2) { animation-delay:.7s; }
.st_booking_confirm_summary > div:nth-child(3) { animation-delay:.78s; }
.st_booking_confirm_summary small { display:block; margin-bottom:8px; color:#8390a4; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.st_booking_confirm_summary strong { display:block; color:var(--st-confirm-navy); font-size:18px; line-height:1.35; font-weight:900; overflow-wrap:anywhere; }
.st_booking_confirm_actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:28px; animation:stConfirmContentIn .5s .86s ease both; }
.st_booking_confirm_btn {
  position:relative; isolation:isolate; overflow:hidden; min-height:54px; display:inline-flex; align-items:center;
  justify-content:center; gap:10px; padding:0 24px; border:1px solid transparent; border-radius:999px;
  font-weight:900; transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;
}
.st_booking_confirm_btn::before { content:""; position:absolute; z-index:-1; inset:-2px auto -2px -45%; width:38%; background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent); transform:skewX(-18deg); transition:left .65s cubic-bezier(.22,1,.36,1); }
.st_booking_confirm_btn:hover { transform:translateY(-3px); }
.st_booking_confirm_btn:hover::before { left:120%; }
.st_booking_confirm_btn i { transition:transform .25s ease; }
.st_booking_confirm_btn:hover i { transform:translateX(4px); }
.st_booking_confirm_btn_primary { color:#fff; background:var(--st-confirm-navy); box-shadow:0 16px 35px rgba(7,27,74,.22); }
.st_booking_confirm_btn_primary:hover,.st_booking_confirm_btn_primary:visited { color:#fff; background:#102d6c; }
.st_booking_confirm_btn_light { color:var(--st-confirm-navy); background:#fff; border-color:var(--st-confirm-line); box-shadow:0 14px 40px rgba(7,27,74,.08); }
.st_booking_confirm_btn_light:hover { color:var(--st-confirm-navy); }
@keyframes stConfirmStageIn { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes stConfirmIconIn { from { opacity:0; transform:scale(.65); } to { opacity:1; transform:scale(1); } }
@keyframes stConfirmIconFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-6px); } }
@keyframes stConfirmContentIn { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:991px) {
  .st_booking_confirm_page { padding:48px 0 72px; }
  .st_booking_confirm_stage { min-height:auto; padding:50px 18px; border-radius:38px; }
  .st_booking_confirm_summary { grid-template-columns:1fr; }
}
@media (max-width:575px) {
  .st_booking_confirm_container { width:min(100% - 24px,1160px); }
  .st_booking_confirm_stage { padding:24px 12px; border-radius:30px; }
  .st_booking_confirm_card { padding:34px 18px; border-radius:30px; }
  .st_booking_confirm_icon { width:82px; height:82px; font-size:32px; }
  .st_booking_confirm_actions { display:grid; grid-template-columns:1fr; }
  .st_booking_confirm_btn { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  .st_booking_confirm_stage,.st_booking_confirm_icon,.st_booking_confirm_kicker,.st_booking_confirm_card h1,
  .st_booking_confirm_card > p,.st_booking_confirm_summary > div,.st_booking_confirm_actions { animation:none; }
  .st_booking_confirm_btn { transition:none; }
}

/* Preserve the theme's inherited heading spacing across Elementor and Bootstrap. */
html h1,html h2,html h3,html h4,html h5,html h6{margin:inherit}

/* How it works */
.st_how_page{width:100%;max-width:100%;overflow:hidden}.st_how_page .e-con,.st_how_page .elementor-element{min-width:0}.st_how_page p{margin:0}.st_how_page .elementor-button{transition:transform .25s ease,box-shadow .25s ease}.st_how_page .elementor-button:hover{transform:translateY(-3px)}
.st_how_hero{position:relative}.st_how_hero:before,.st_how_hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.st_how_hero:before{width:510px;height:510px;right:-180px;top:-170px;background:#fff2c9}.st_how_hero:after{width:430px;height:430px;left:-210px;bottom:-180px;background:#d9f6ef}.st_how_hero_grid{--gap:42px;gap:42px;align-items:center;position:relative;z-index:1;flex-wrap:nowrap}.st_how_kicker{--width:max-content;width:max-content;max-width:100%}.st_how_kicker .elementor-icon-box-wrapper{display:flex;align-items:center}.st_how_page .st_how_hero_card{--width:calc(100% - 512px);width:calc(100% - 512px);flex:1 1 auto;box-sizing:border-box;background:#fff;border:1px solid rgba(7,27,74,.08);border-radius:46px;padding:46px;box-shadow:0 26px 60px rgba(7,27,74,.1);overflow:hidden;position:relative}.st_how_hero_card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-80px;top:-80px;background:#fff3cf}.st_how_hero_card>*{position:relative;z-index:1}.st_how_hero_card h1.elementor-heading-title{font-size:clamp(48px,6.2vw,88px);line-height:.92;letter-spacing:-.075em}.st_how_hero_card .elementor-widget-text-editor p{line-height:1.75}
.st_how_page .st_how_button .elementor-button{padding:10px 24px}
.st_how_page .st_how_button:first-child .elementor-button{box-shadow:0 16px 35px rgba(245,181,27,.25)}.st_how_page .st_how_button:last-child .elementor-button{box-shadow:0 16px 35px rgba(7,27,74,.1)}.st_how_page .st_how_flow{--width:470px;width:470px;max-width:470px;flex:0 0 470px;align-self:center;box-sizing:border-box;min-height:520px;height:520px;border-radius:46px;background:linear-gradient(135deg,#071b4a,#113575);padding:28px;box-shadow:0 28px 65px rgba(7,27,74,.24);overflow:hidden;position:relative}.st_how_flow:before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;right:-90px;top:-110px;background:rgba(245,181,27,.28)}.st_how_flow>.elementor-widget-icon:first-child{--width:auto;width:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.st_how_flow>.elementor-widget-icon:first-child .elementor-icon-wrapper{display:flex}.st_how_flow>.elementor-widget-icon:first-child .elementor-icon{width:150px;height:150px;display:flex;align-items:center;justify-content:center;border-radius:42px;background:#f5b51b;box-shadow:0 0 0 20px rgba(245,181,27,.17),0 25px 50px rgba(0,0,0,.24)}.st_how_page .st_how_screen{--width:200px;width:200px;box-sizing:border-box;position:absolute;padding:18px;border-radius:24px;background:#fff;box-shadow:0 20px 52px rgba(0,0,0,.22);z-index:3;gap:6px}.st_how_screen>.elementor-widget-icon{width:auto;align-self:flex-start}.st_how_screen .elementor-widget-icon .elementor-icon-wrapper{display:flex}.st_how_screen .elementor-widget-icon .elementor-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:#f5b51b}.st_how_screen .elementor-heading-title{margin:0}.st_how_page .st_how_screen_1{--width:190px;width:190px;left:34px;top:74px;animation:stHowFloat1 5s ease-in-out infinite}.st_how_page .st_how_screen_2{--width:200px;width:200px;right:36px;top:180px;animation:stHowFloat2 5.5s ease-in-out infinite}.st_how_page .st_how_screen_3{--width:220px;width:220px;left:70px;bottom:74px;animation:stHowFloat3 6s ease-in-out infinite}
@keyframes stHowFloat1{50%{transform:translateY(-10px) rotate(-1deg)}}@keyframes stHowFloat2{50%{transform:translateY(10px) rotate(1deg)}}@keyframes stHowFloat3{50%{transform:translateY(-8px) rotate(.7deg)}}
.st_how_page .st_how_journey{background:#fff;border:1px solid #e4eaf3;border-radius:46px;padding:42px;box-shadow:0 24px 58px rgba(7,27,74,.09);gap:38px;overflow:hidden}.st_how_journey_top{gap:24px;align-items:center}.st_how_track{gap:18px;align-items:stretch;flex-direction:row;flex-wrap:nowrap;overflow:visible}.st_how_page .st_how_station{--width:calc((100% - 54px)/4);width:calc((100% - 54px)/4);max-width:calc((100% - 54px)/4);flex:0 0 calc((100% - 54px)/4);min-height:255px;padding:24px;border:1px solid #e4eaf3;border-radius:28px;background:#fff;gap:0;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.st_how_station:hover{transform:translateY(-8px);box-shadow:0 20px 38px rgba(7,27,74,.12);border-color:#f5b51b}.st_how_station:after{content:"";position:absolute;left:24px;right:24px;top:49px;height:2px;background:linear-gradient(90deg,rgba(245,181,27,.35),rgba(7,27,74,.08));transform:translateY(-50%);z-index:0}.st_how_dot{--width:52px;width:52px;height:52px;min-width:52px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#071b4a;margin-bottom:22px;box-shadow:0 10px 24px rgba(7,27,74,.12);position:relative;z-index:1}.st_how_station h3{margin:0 0 12px;position:relative;z-index:1}.st_how_station p{margin:0;position:relative;z-index:1}.st_how_dot .elementor-heading-title{color:#fff}.st_how_station:nth-child(2) .st_how_dot{background:#159b88}.st_how_station:nth-child(2) .st_how_dot .elementor-heading-title{color:#fff}.st_how_station:nth-child(3) .st_how_dot{background:#7258d6}.st_how_station:nth-child(3) .st_how_dot .elementor-heading-title{color:#fff}.st_how_station:nth-child(4) .st_how_dot{background:#f5b51b}.st_how_station:nth-child(4) .st_how_dot .elementor-heading-title{color:#071b4a}
.st_how_roles{gap:18px;align-items:stretch;flex-direction:row;flex-wrap:nowrap}.st_how_page .st_how_role{--width:calc((100% - 36px)/3);width:calc((100% - 36px)/3);max-width:calc((100% - 36px)/3);flex:0 0 calc((100% - 36px)/3);min-height:420px;padding:28px;border:1px solid #e4eaf3;border-radius:34px;background:#fff;box-shadow:0 20px 45px rgba(7,27,74,.08);overflow:hidden;position:relative;gap:14px;transition:transform .28s ease,box-shadow .28s ease}.st_how_role:hover{transform:translateY(-7px);box-shadow:0 28px 55px rgba(7,27,74,.13)}.st_how_role:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-70px;top:-82px;background:#fff3cf}.st_how_role>*{position:relative;z-index:1}.st_how_role_icon{--width:70px;width:70px;height:70px;margin-bottom:10px}.st_how_role_icon .elementor-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:24px}.st_how_role:nth-child(2) .st_how_role_icon .elementor-icon{background:#159b88;color:#fff}.st_how_role:nth-child(3) .st_how_role_icon .elementor-icon{background:#f5b51b;color:#071b4a}.st_how_role_line{padding:14px;border:1px solid #e7ebf3;border-radius:18px;background:#fff;gap:12px;align-items:flex-start}.st_how_role_line .elementor-icon{display:flex}
.st_how_safe_grid{gap:24px;align-items:center}.st_how_page .st_how_safe_panel{--width:calc(50% - 12px);width:calc(50% - 12px);flex:0 0 calc(50% - 12px);padding:40px;border-radius:42px;background:#071b4a;box-shadow:0 26px 58px rgba(7,27,74,.2);overflow:hidden;position:relative;gap:16px}.st_how_safe_panel:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-100px;background:rgba(245,181,27,.25)}.st_how_safe_panel>*{position:relative;z-index:1}.st_how_page .st_how_safe_list{--width:calc(50% - 12px);width:calc(50% - 12px);flex:0 0 calc(50% - 12px);gap:14px}.st_how_safe_item{padding:20px;border:1px solid #e4eaf3;border-radius:24px;background:#fff;box-shadow:0 14px 32px rgba(7,27,74,.07);gap:16px;align-items:center;transition:transform .25s ease,box-shadow .25s ease}.st_how_safe_item:hover{transform:translateX(7px);box-shadow:0 20px 40px rgba(7,27,74,.12)}.st_how_safe_item>.elementor-widget-icon{--width:46px;width:46px;min-width:46px}.st_how_safe_item>.elementor-widget-icon .elementor-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:16px}
.st_how_page .st_how_cta{width:100%;padding:42px;border-radius:44px;background:#f5b51b;box-shadow:0 24px 55px rgba(245,181,27,.22);overflow:hidden;position:relative;gap:24px}.st_how_cta:before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;right:-90px;bottom:-110px;background:rgba(255,255,255,.35)}.st_how_cta>*{position:relative;z-index:1}
@media(max-width:991px){.st_how_hero_grid{gap:28px;flex-wrap:wrap}.st_how_page .st_how_hero_card,.st_how_page .st_how_flow{--width:100%;width:100%;max-width:100%;flex:0 0 100%}.st_how_track,.st_how_roles{flex-wrap:wrap}.st_how_page .st_how_station,.st_how_page .st_how_role{--width:calc((100% - 18px)/2);width:calc((100% - 18px)/2);max-width:calc((100% - 18px)/2);flex:0 0 calc((100% - 18px)/2)}.st_how_page .st_how_safe_panel,.st_how_page .st_how_safe_list{--width:100%;width:100%;max-width:100%;flex-basis:100%}}
@media(max-width:575px){.st_how_page,.st_how_page .e-con,.st_how_page .e-con-inner{width:100%;max-width:100%}.st_how_page .elementor-element{max-width:100%}.st_how_hero_grid{overflow:hidden}.st_how_hero:before{width:220px;height:220px;right:-120px}.st_how_hero:after{width:190px;height:190px}.st_how_page .st_how_hero_card{padding:28px;border-radius:30px}.st_how_page .st_how_journey,.st_how_page .st_how_safe_panel,.st_how_page .st_how_cta{padding:24px;border-radius:30px}.st_how_page .st_how_hero_card{max-width:100%}.st_how_hero_card .elementor-heading-title{max-width:100%;font-size:45px;overflow-wrap:normal;word-break:normal}.st_how_page .st_how_flow{min-height:470px;border-radius:30px;padding:20px}.st_how_flow>.elementor-widget-icon:first-child .elementor-icon{width:116px;height:116px;border-radius:32px;box-shadow:0 0 0 14px rgba(255,185,20,.2),0 20px 40px rgba(0,0,0,.22)}.st_how_page .st_how_screen{padding:14px;border-radius:19px}.st_how_page .st_how_screen_1{--width:150px;width:150px;max-width:150px;left:10px;top:42px}.st_how_page .st_how_screen_2{--width:154px;width:154px;max-width:154px;right:10px;top:176px}.st_how_page .st_how_screen_3{--width:170px;width:170px;max-width:170px;left:18px;bottom:34px}.st_how_page .st_how_station,.st_how_page .st_how_role{--width:100%;width:100%;max-width:100%;flex-basis:100%;min-height:0}.st_how_page .st_how_role{padding:24px}.st_how_safe_item{padding:17px}.st_how_cta{align-items:stretch}}
@media(prefers-reduced-motion:reduce){.st_how_screen{animation:none}.st_how_page *{scroll-behavior:auto;transition-duration:.01ms}}

/* Keep the decorative hero orbs behind the portable Elementor content. */
.st_how_page .st_how_hero_card>.e-con,
.st_how_page .st_how_journey_top,
.st_how_page .st_how_track,
.st_how_page .st_how_roles,
.st_how_page .st_how_safe_grid,
.st_how_page .st_how_safe_list,
.st_how_page .st_how_safe_item>.e-con,
.st_how_page .st_how_cta>.e-con{padding:0}
.st_how_page .st_how_role_line{padding:14px;border-radius:18px;gap:12px;align-items:flex-start}
.st_how_page .st_how_safe_item{padding:20px;border-radius:24px;gap:16px;align-items:center}
.st_how_page .st_how_role:before{content:"";width:220px;height:220px;left:auto;right:-70px;top:-82px;border-radius:50%;background:#fff3cf}
.st_how_page .st_how_cta:before{content:"";width:270px;height:270px;left:auto;right:-90px;bottom:-110px;top:auto;border-radius:50%;background:rgba(255,255,255,.35)}
.st_how_page .st_how_cta>:first-child{width:auto;flex:1 1 auto}
.st_how_page .st_how_cta>:last-child{width:auto;flex:0 0 auto;justify-content:flex-end}
.st_how_page .st_how_cta .st_how_kicker{width:max-content;max-width:100%;background:rgba(245,181,27,.14)}
.st_how_page .st_how_parent .st_how_role_icon .elementor-icon svg{display:none}
.st_how_page .st_how_parent .st_how_role_icon .elementor-icon:before{content:"\e537";font-family:"Font Awesome 6 Free";font-weight:900}
.st_how_hero:before,.st_how_hero:after{z-index:0}
.st_how_page .st_how_hero_grid{z-index:1}
.st_how_page .st_how_dot{align-items:center;justify-content:center}

/* Elementor's generated container rules load later, so retain the intended
   two-column tablet layout without page-ID selectors or important flags. */
@media(max-width:991px){
  .st_how_page .st_how_flow{height:470px;min-height:470px}
  .st_how_page .st_how_track>.st_how_station,
  .st_how_page .st_how_roles>.st_how_role{flex:0 0 calc((100% - 20px)/2)}
}
@media(max-width:575px){
  .st_how_page .st_how_safe_item{padding:17px}
  .st_how_page .st_how_track>.st_how_station,
  .st_how_page .st_how_roles>.st_how_role{flex-basis:100%}
}

/* Tailored Schools Programme */
.st_schools_page{--st-schools-navy:#071b4a;--st-schools-gold:#f5b51b;--st-schools-gold-soft:#fff5d8;--st-schools-mint:#dcf7ef;--st-schools-text:#5d6678;--st-schools-line:#e8edf5;width:100%;max-width:100%;overflow:hidden}
.st_schools_page p{margin:0}
.st_schools_hero{position:relative;min-height:calc(100vh - 98px);padding:74px 20px 90px;justify-content:center}
.st_schools_hero:before,.st_schools_hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.st_schools_hero:before{width:520px;height:520px;right:-190px;top:-170px;background:var(--st-schools-gold-soft)}
.st_schools_page .st_schools_hero_card{width:min(960px,100%);max-width:960px;padding:62px;border:1px solid rgba(7,27,74,.08);border-radius:52px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 24px 70px rgba(7,27,74,.12);overflow:hidden;position:relative;z-index:1;gap:0;text-align:center}
.st_schools_hero_card:before,.st_schools_hero_card:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.st_schools_hero_card:before{width:260px;height:260px;right:-80px;top:-90px;background:var(--st-schools-gold-soft)}
.st_schools_hero_card:after{width:230px;height:230px;left:-80px;bottom:-90px;background:var(--st-schools-mint)}
.st_schools_hero_card>*{position:relative;z-index:1}
.st_schools_status_icon{margin:0 auto 26px}
.st_schools_status_icon .elementor-icon-wrapper{display:flex;justify-content:center}
.st_schools_status_icon .elementor-icon{width:104px;height:104px;display:flex;align-items:center;justify-content:center;border-radius:32px;background:var(--st-schools-navy);color:#fff;font-size:44px;box-shadow:0 22px 54px rgba(7,27,74,.2);animation:stSchoolsIconFloat 2.4s ease-in-out infinite}
.st_schools_page .st_schools_tag{width:max-content;max-width:100%;padding:9px 14px;border-radius:999px;background:rgba(245,181,27,.14);gap:9px}
.st_schools_tag>.elementor-widget-icon{width:auto}
.st_schools_tag .elementor-icon-wrapper{display:flex}
.st_schools_tag .elementor-icon{color:var(--st-schools-gold);font-size:13px}
.st_schools_tag .elementor-heading-title{color:var(--st-schools-navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.st_schools_title{margin-top:18px}
.st_schools_title .elementor-heading-title{color:var(--st-schools-navy);font-size:clamp(46px,6vw,86px);font-weight:900;line-height:.94;letter-spacing:-.075em}
.st_schools_lead{max-width:720px;margin-top:18px;color:var(--st-schools-text);font-size:18px;line-height:1.75}
.st_schools_page .st_schools_coming{width:max-content;max-width:100%;margin:30px auto 0;padding:18px 28px;border-radius:999px;background:var(--st-schools-gold);box-shadow:0 16px 38px rgba(245,181,27,.24)}
.st_schools_coming .elementor-heading-title{color:var(--st-schools-navy);font-size:24px;font-weight:900;line-height:1;letter-spacing:-.04em}
.st_schools_page .st_schools_enquiry{width:min(650px,100%);max-width:650px;margin:34px auto 0;padding:26px;border:1px solid var(--st-schools-line);border-radius:30px;background:#fff;box-shadow:0 14px 40px rgba(7,27,74,.08);gap:0;text-align:left}
.st_schools_enquiry_title .elementor-heading-title{color:var(--st-schools-navy);font-size:32px;font-weight:900;line-height:1;letter-spacing:-.05em}
.st_schools_enquiry_text{margin-top:12px;color:var(--st-schools-text);font-size:16px;font-weight:700;line-height:1.7}
.st_schools_enquiry_text strong{color:var(--st-schools-navy)}
.st_schools_email{width:max-content;max-width:100%;margin-top:18px}
.st_schools_email .elementor-button{padding:14px 18px;border-radius:999px;background:var(--st-schools-gold-soft);color:var(--st-schools-navy);font-weight:900;line-height:1.25;transition:transform .25s ease,box-shadow .25s ease}
.st_schools_email .elementor-button:hover{color:var(--st-schools-navy);transform:translateY(-3px);box-shadow:0 12px 28px rgba(7,27,74,.1)}
@keyframes stSchoolsIconFloat{50%{transform:translateY(-8px)}}
@media(max-width:991px){.st_schools_hero{min-height:auto;padding:54px 20px 72px}.st_schools_page .st_schools_hero_card{padding:38px 24px;border-radius:38px}}
@media(max-width:575px){.st_schools_hero{padding:36px 12px 54px}.st_schools_page .st_schools_hero_card{padding:30px 18px;border-radius:30px}.st_schools_status_icon .elementor-icon{width:86px;height:86px;border-radius:28px;font-size:36px}.st_schools_title .elementor-heading-title{font-size:42px}.st_schools_lead{font-size:16px;line-height:1.65}.st_schools_page .st_schools_coming{padding:16px 22px}.st_schools_coming .elementor-heading-title{font-size:20px}.st_schools_page .st_schools_enquiry{padding:20px;border-radius:24px}.st_schools_enquiry_title .elementor-heading-title{font-size:28px}.st_schools_email{width:100%}.st_schools_email .elementor-button{width:100%}}
@media(prefers-reduced-motion:reduce){.st_schools_status_icon .elementor-icon{animation:none}.st_schools_email .elementor-button{transition:none}}

/* Retain the reference artwork and icon palette after Elementor's generated
   container and SVG rules load. */
.st_schools_page .st_schools_hero_card:before{content:"";position:absolute;width:260px;height:260px;right:-80px;left:auto;top:-90px;bottom:auto;border-radius:50%;background:#fff5d8;pointer-events:none}
.st_schools_page .st_schools_hero_card:after{content:"";position:absolute;width:230px;height:230px;left:-80px;right:auto;bottom:-90px;top:auto;border-radius:50%;background:#dcf7ef;pointer-events:none}
.st_schools_page .st_schools_status_icon svg,
.st_schools_page .st_schools_tag svg,
.st_schools_page .st_schools_email svg{fill:currentColor}
.st_schools_page.st_schools_hero{--overflow:visible;overflow-x:clip;overflow-y:visible}
.st_schools_page .st_schools_hero_card{box-shadow:0 22px 52px rgba(7,27,74,.1)}

/* How we Charge */
.st_charge_page{--st-charge-gold:#f5b51b;--st-charge-gold-soft:#fff5d8;--st-charge-mint:#dcf7ef;width:100%;max-width:100%;overflow-x:clip;overflow-y:visible}
.st_charge_coming{position:relative;min-height:calc(100vh - 98px)}
.st_charge_card{position:relative;z-index:2}
.st_charge_panel{position:relative}
.st_charge_page .st_charge_panel:before{content:"";position:absolute;width:260px;height:260px;right:-90px;left:auto;top:-90px;bottom:auto;border-radius:50%;background:var(--st-charge-gold-soft);pointer-events:none}
.st_charge_page .st_charge_panel:after{content:"";position:absolute;width:230px;height:230px;left:-80px;right:auto;bottom:-90px;top:auto;border-radius:50%;background:var(--st-charge-mint);pointer-events:none}
.st_charge_panel>*{position:relative;z-index:1}
.st_charge_page .st_charge_price_icon{position:relative;animation:stChargeIconFloat 2.4s ease-in-out infinite}
.st_charge_price_icon:after{content:"";position:absolute;width:18px;height:18px;right:18px;bottom:18px;border-radius:50%;background:var(--st-charge-gold)}
.st_charge_page .st_charge_tag{width:max-content;max-width:100%}
.st_charge_tag>.elementor-widget-icon{width:auto}
.st_charge_tag .elementor-icon-wrapper,.st_charge_soon .elementor-icon-wrapper{display:flex}
.st_charge_page .st_charge_soon{width:max-content;max-width:100%}
.st_charge_soon>.elementor-widget-icon{width:auto}
.st_charge_button .elementor-button{transition:transform .25s ease,box-shadow .25s ease}
.st_charge_button .elementor-button:hover{transform:translateY(-3px)}
.st_charge_page .st_charge_tag svg,.st_charge_page .st_charge_soon svg,.st_charge_page .st_charge_button svg{fill:currentColor}
@keyframes stChargeIconFloat{50%{transform:translateY(-8px)}}
@media(max-width:991px){.st_charge_coming{min-height:auto}}
@media(max-width:575px){.st_charge_price_icon:after{width:15px;height:15px;right:14px;bottom:14px}}
@media(prefers-reduced-motion:reduce){.st_charge_page .st_charge_price_icon{animation:none}.st_charge_button .elementor-button{transition:none}}
.st_charge_page.st_charge_coming{--overflow:visible;overflow-x:clip;overflow-y:visible}

/* Seal Research Team */
.st_research_page{--st-research-navy:#071b4a;--st-research-gold:#f5b51b;--st-research-gold-soft:#fff5d8;--st-research-mint:#dcf7ef;--st-research-text:#5d6678;--st-research-line:#e8edf5;width:100%;max-width:100%;overflow-x:clip;overflow-y:visible}
.st_research_page p{margin:0}.st_research_page .elementor-icon-wrapper{display:flex}.st_research_page svg{fill:currentColor}
.st_research_page .st_research_hero_copy{border:1px solid rgba(7,27,74,.08);background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 14px 40px rgba(7,27,74,.08);overflow:hidden;position:relative;gap:0}
.st_research_page .st_research_hero_copy:before{content:"";position:absolute;width:240px;height:240px;right:-80px;left:auto;top:-90px;bottom:auto;border-radius:50%;background:var(--st-research-gold-soft);pointer-events:none}
.st_research_hero_copy>*{position:relative;z-index:1}
.st_research_page .st_research_tag{width:max-content;max-width:100%;padding:9px 14px;border-radius:999px;background:rgba(245,181,27,.14);gap:9px}
.st_research_tag>.elementor-widget-icon{width:auto}.st_research_tag .elementor-icon{color:var(--st-research-gold);font-size:13px}
.st_research_tag .elementor-heading-title{color:var(--st-research-navy);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.st_research_title{margin-top:18px}
.st_research_lead{margin-top:18px;color:var(--st-research-text);font-size:18px;line-height:1.75}
.st_research_crumb{margin-top:24px;color:var(--st-research-text);font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.st_research_crumb strong{color:var(--st-research-navy)}
.st_research_page .st_research_visual{background:var(--st-research-navy);box-shadow:0 24px 70px rgba(7,27,74,.12);color:#fff;position:relative;overflow:hidden}
.st_research_page .st_research_visual:before{content:"";position:absolute;width:310px;height:310px;right:-100px;left:auto;top:-120px;bottom:auto;border-radius:50%;background:rgba(245,181,27,.26)}
.st_research_page .st_research_visual:after{content:"";position:absolute;width:280px;height:280px;left:-110px;right:auto;bottom:-120px;top:auto;border-radius:50%;background:rgba(220,247,239,.13)}
.st_research_page .st_research_paper_stack{width:min(360px,100%);height:390px;margin:40px auto 0;position:relative;z-index:1}
.st_research_page .st_research_paper{position:absolute;inset:0;padding:28px;border-radius:30px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.22);color:var(--st-research-navy);transform-origin:center;gap:0}
.st_research_page .st_research_paper_1{transform:rotate(-7deg) translate(-14px,18px);opacity:.55}.st_research_page .st_research_paper_2{transform:rotate(6deg) translate(14px,4px);opacity:.75}.st_research_page .st_research_paper_3{transform:none}
.st_research_paper h3{margin-bottom:20px}.st_research_paper h3.elementor-heading-title{color:var(--st-research-navy);font-size:26px;font-weight:900;line-height:1;letter-spacing:-.05em}
.st_research_page .st_research_line{width:100%;height:11px;min-height:11px;margin-bottom:12px;border-radius:999px;background:#e9eef7}.st_research_page .st_research_line_gold{width:76%;background:var(--st-research-gold)}.st_research_page .st_research_line_short{width:58%}
.st_research_method_row{margin-top:12px;gap:12px}.st_research_method_row>.elementor-widget-heading{width:calc(50% - 6px)}.st_research_method .elementor-heading-title{display:block;padding:14px;border-radius:18px;background:var(--st-research-gold-soft);color:var(--st-research-navy);font-size:13px;font-weight:900;text-align:center}
.st_research_paper_copy{margin-top:26px;color:var(--st-research-text);font-size:14px;font-weight:800;line-height:1.5}
.st_research_page .st_research_orb_note{width:max-content;max-width:calc(100% - 40px);padding:16px 18px;border-radius:22px;background:#fff;box-shadow:0 20px 48px rgba(0,0,0,.22);color:var(--st-research-navy);gap:8px;position:absolute;z-index:3;animation:stResearchNoteFloat 3s ease-in-out infinite}
.st_research_orb_note>.elementor-widget-icon{width:auto}.st_research_orb_note .elementor-icon{color:var(--st-research-gold);font-size:15px}.st_research_orb_note .elementor-heading-title{color:var(--st-research-navy);font-size:13px;font-weight:900}
.st_research_page .st_research_note_1{left:28px;top:64px}.st_research_page .st_research_note_2{right:28px;bottom:62px;animation-delay:.35s}
@keyframes stResearchNoteFloat{50%{transform:translateY(10px)}}
.st_research_page .st_research_intro_card{padding:38px;border:1px solid rgba(7,27,74,.08);border-radius:44px;background:#fff;box-shadow:0 14px 40px rgba(7,27,74,.08);gap:32px}
.st_research_intro_heading{width:40%;flex:0 0 40%;gap:20px}.st_research_intro_copy{width:60%;flex:0 0 60%;gap:16px}.st_research_intro_heading h2.elementor-heading-title{color:var(--st-research-navy);font-size:44px;font-weight:900;line-height:1;letter-spacing:-.055em}.st_research_intro_copy{color:var(--st-research-text);font-weight:700;line-height:1.75}.st_research_intro_copy strong{color:var(--st-research-navy)}
.st_research_section_head{max-width:780px;margin:0 auto 38px;text-align:center;gap:14px}.st_research_section_head h2.elementor-heading-title{color:var(--st-research-navy);font-size:clamp(34px,4.4vw,64px);font-weight:900;line-height:1;letter-spacing:-.06em}.st_research_section_head>.elementor-widget-text-editor{color:var(--st-research-text);font-size:18px;line-height:1.75}
.st_research_principle_grid{gap:18px;align-items:stretch;flex-wrap:nowrap}.st_research_page .st_research_principle{width:calc((100% - 36px)/3);flex:0 0 calc((100% - 36px)/3);min-height:310px;border:1px solid rgba(7,27,74,.08);border-radius:36px;background:#fff;box-shadow:0 14px 40px rgba(7,27,74,.08);overflow:hidden;position:relative;gap:0;transition:transform .25s ease,box-shadow .25s ease}.st_research_principle:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(7,27,74,.12)}
.st_research_page .st_research_principle:before{content:"";position:absolute;width:220px;height:220px;right:-70px;left:auto;top:-82px;bottom:auto;border-radius:50%;background:var(--st-research-gold-soft)}.st_research_principle>*{position:relative;z-index:1}
.st_research_principle_icon{width:68px;margin-bottom:26px}.st_research_principle_icon .elementor-icon{display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:24px;background:var(--st-research-navy);color:#fff;font-size:25px}.st_research_principle_mint .st_research_principle_icon .elementor-icon{background:#159b88}.st_research_principle_gold .st_research_principle_icon .elementor-icon{background:var(--st-research-gold);color:var(--st-research-navy)}
.st_research_principle h3{margin-bottom:12px}.st_research_principle h3.elementor-heading-title{color:var(--st-research-navy);font-size:30px;font-weight:900;line-height:1;letter-spacing:-.05em}.st_research_principle>.elementor-widget-text-editor{color:var(--st-research-text);font-weight:700;line-height:1.65}
.st_research_page .st_research_release_shell{padding:44px;border-radius:50px;background:var(--st-research-navy);box-shadow:0 24px 70px rgba(7,27,74,.12);color:#fff;overflow:hidden;position:relative;gap:0}.st_research_page .st_research_release_shell:before{content:"";position:absolute;width:350px;height:350px;right:-120px;left:auto;top:-130px;bottom:auto;border-radius:50%;background:rgba(245,181,27,.24)}.st_research_page .st_research_release_shell:after{content:"";position:absolute;width:300px;height:300px;left:-110px;right:auto;bottom:-130px;top:auto;border-radius:50%;background:rgba(220,247,239,.12)}.st_research_release_shell>*{position:relative;z-index:1}
.st_research_release_top{gap:28px;align-items:flex-end;margin-bottom:34px}.st_research_release_heading{width:45%;flex:0 0 45%;gap:14px}.st_research_release_copy{width:55%;flex:0 0 55%;color:rgba(255,255,255,.76);font-weight:700;line-height:1.7}.st_research_release_heading h2.elementor-heading-title{color:#fff;font-size:clamp(36px,4.8vw,66px);font-weight:900;line-height:1;letter-spacing:-.065em}
.st_research_member_grid{gap:16px;align-items:stretch;flex-wrap:nowrap}.st_research_page .st_research_member{width:calc((100% - 48px)/4);flex:0 0 calc((100% - 48px)/4);min-height:310px;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.18);color:var(--st-research-navy);overflow:hidden;position:relative;gap:0;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.st_research_member:hover{transform:translateY(-10px) rotate(-1deg);box-shadow:0 34px 80px rgba(0,0,0,.26)}.st_research_member:nth-child(even):hover{transform:translateY(-10px) rotate(1deg)}.st_research_page .st_research_member:before{content:"";position:absolute;width:180px;height:180px;right:-58px;left:auto;top:-70px;bottom:auto;border-radius:50%;background:var(--st-research-gold-soft)}.st_research_member>*{position:relative;z-index:1}
.st_research_member_top{margin-bottom:18px}.st_research_member_top>.elementor-widget-heading{width:auto}.st_research_member_no .elementor-heading-title{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:17px;background:var(--st-research-gold);color:var(--st-research-navy);font-weight:900}.st_research_member_status .elementor-heading-title{display:block;padding:8px 10px;border-radius:999px;background:#f5f7fb;color:#8a94a6;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.st_research_page .st_research_avatar{width:132px;height:132px;min-height:132px;margin:8px auto 18px;border-radius:38px;background:linear-gradient(135deg,var(--st-research-navy),#153778);box-shadow:0 18px 42px rgba(7,27,74,.18);overflow:hidden;position:relative;animation:stResearchAvatarFloat 2.8s ease-in-out infinite}.st_research_page .st_research_avatar:before{content:"";position:absolute;width:42px;height:42px;top:30px;border-radius:50%;background:#fff}.st_research_page .st_research_avatar:after{content:"";position:absolute;width:82px;height:52px;bottom:22px;border-radius:46px 46px 20px 20px;background:#fff}
.st_research_avatar_badge{position:absolute;right:16px;top:16px;z-index:2}.st_research_avatar_badge .elementor-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:13px;background:var(--st-research-gold);color:var(--st-research-navy);font-size:14px}
@keyframes stResearchAvatarFloat{50%{transform:translateY(-8px)}}
.st_research_member_copy{text-align:center;gap:8px}.st_research_member_copy h3.elementor-heading-title{color:var(--st-research-navy);font-size:24px;font-weight:900;line-height:1.05;letter-spacing:-.04em}.st_research_member_copy>.elementor-widget-text-editor{color:var(--st-research-text);font-weight:800;line-height:1.5}
.st_research_member_tools{margin-top:18px;gap:8px}.st_research_page .st_research_member_tool{width:38px;height:38px;min-height:38px;border-radius:14px;background:#f7f9fc}.st_research_member_tool>.elementor-widget-icon{width:auto}.st_research_member_tool .elementor-icon{color:var(--st-research-navy);font-size:14px}
.st_research_team_note{margin-top:20px;padding:18px 20px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.78);font-weight:700;line-height:1.65;text-align:center}
.st_research_page .st_research_cta{padding:42px;border-radius:44px;background:var(--st-research-gold);box-shadow:0 24px 70px rgba(7,27,74,.12);color:var(--st-research-navy);overflow:hidden;position:relative;gap:24px}.st_research_page .st_research_cta:before{content:"";position:absolute;width:270px;height:270px;right:-90px;left:auto;bottom:-110px;top:auto;border-radius:50%;background:rgba(255,255,255,.35)}.st_research_cta>*{position:relative;z-index:1}.st_research_cta_copy{width:auto;flex:1 1 auto;gap:10px}.st_research_cta_copy h2.elementor-heading-title{color:var(--st-research-navy);font-size:clamp(34px,4.4vw,58px);font-weight:900;line-height:1;letter-spacing:-.06em}.st_research_cta_copy>.elementor-widget-text-editor{color:rgba(7,27,74,.72);font-weight:700;line-height:1.65}
.st_research_cta_actions{width:auto;flex:0 0 auto;gap:10px}.st_research_cta_actions>.elementor-widget-button{width:auto}.st_research_button .elementor-button{padding:14px 20px;border:1px solid transparent;border-radius:999px;font-weight:900;line-height:1.25;transition:transform .25s ease,box-shadow .25s ease}.st_research_button .elementor-button:hover{transform:translateY(-3px)}.st_research_button_navy .elementor-button{background:var(--st-research-navy);color:#fff;box-shadow:0 16px 35px rgba(7,27,74,.22)}.st_research_button_navy .elementor-button:hover{background:#102d6c;color:#fff}.st_research_button_light .elementor-button{border-color:var(--st-research-line);background:#fff;color:var(--st-research-navy);box-shadow:0 14px 40px rgba(7,27,74,.08)}.st_research_button_light .elementor-button:hover{color:var(--st-research-navy)}
@media(max-width:991px){.st_research_hero_grid,.st_research_intro_card,.st_research_release_top,.st_research_cta{flex-wrap:wrap}.st_research_page .st_research_hero_copy,.st_research_page .st_research_visual,.st_research_intro_heading,.st_research_intro_copy,.st_research_release_heading,.st_research_release_copy,.st_research_cta_copy,.st_research_cta_actions{width:100%;max-width:100%;flex:0 0 100%}.st_research_page .st_research_visual{min-height:500px}.st_research_principle_grid,.st_research_member_grid{flex-wrap:wrap}.st_research_page .st_research_principle{width:calc((100% - 18px)/2);flex:0 0 calc((100% - 18px)/2)}.st_research_page .st_research_member{width:calc((100% - 16px)/2);flex:0 0 calc((100% - 16px)/2)}.st_research_cta_actions{justify-content:flex-start}}
@media(max-width:575px){.st_research_page .st_research_hero_copy,.st_research_page .st_research_release_shell,.st_research_page .st_research_cta{padding:28px 20px;border-radius:32px}.st_research_lead,.st_research_section_head>.elementor-widget-text-editor{font-size:16px}.st_research_page .st_research_visual{min-height:600px;border-radius:32px;padding:20px}.st_research_page .st_research_paper_stack{height:430px;margin-top:76px}.st_research_page .st_research_note_1{left:18px;top:22px}.st_research_page .st_research_note_2{right:18px;bottom:28px}.st_research_page .st_research_intro_card,.st_research_page .st_research_principle{padding:24px;border-radius:30px}.st_research_intro_heading h2.elementor-heading-title{font-size:38px}.st_research_page .st_research_principle,.st_research_page .st_research_member{width:100%;flex-basis:100%;min-height:0}.st_research_page .st_research_avatar{width:116px;height:116px;min-height:116px;border-radius:32px}.st_research_cta_actions{align-items:stretch}.st_research_cta_actions>.elementor-widget-button{width:100%}.st_research_button .elementor-button{width:100%}}
@media(prefers-reduced-motion:reduce){.st_research_orb_note,.st_research_page .st_research_avatar{animation:none}.st_research_principle,.st_research_member,.st_research_button .elementor-button{transition:none}}
.st_research_page.st_research_page{--overflow:visible;overflow-x:clip;overflow-y:visible}

/* About Us — Elementor containers own typography, spacing, colour, borders and shadows.
   CSS only supplies the reference grids, collage positioning and interactions. */
body:has(.st_about_page){overflow-x:hidden;background:#fffdf8}
body:has(.st_about_page) .st_about_hero{position:relative}
body:has(.st_about_page) .st_about_tag{display:inline-flex;width:auto;max-width:max-content;align-items:center;border-radius:999px;background:rgba(245,181,27,.14)}
body:has(.st_about_page) .st_about_tag>.elementor-widget-container{display:inline-flex;align-items:center}
body:has(.st_about_page) .elementor-widget.st_about_tag .elementor-icon-box-wrapper{display:flex;flex-direction:row;align-items:center;gap:9px}
body:has(.st_about_page) .elementor-widget.st_about_tag .elementor-icon-box-icon{width:auto;flex:0 0 auto;margin:0}
body:has(.st_about_page) .st_about_tag .elementor-icon-box-title{margin:0;text-transform:uppercase}
body:has(.st_about_page) .st_about_actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding:0}
body:has(.st_about_page) .st_about_actions>.e-con{width:auto;padding:0}
body:has(.st_about_page) .st_about_button .elementor-button{transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}
body:has(.st_about_page) .st_about_button .elementor-button:hover{transform:translateY(-3px)}
body:has(.st_about_page) .st_about_collage{position:relative;display:block;min-height:560px;padding:0}
body:has(.st_about_page) .st_about_collage>.elementor-widget{position:absolute}
body:has(.st_about_page) .st_about_main_photo{right:0;top:0;width:75%}
body:has(.st_about_page) .st_about_main_photo img{width:100%;height:390px;object-fit:cover;border-radius:42px;box-shadow:0 22px 62px rgba(7,27,74,.12)}
body:has(.st_about_page) .st_about_small_photo{left:0;bottom:20px;width:46%;z-index:2}
body:has(.st_about_page) .st_about_small_photo img{width:100%;height:250px;object-fit:cover;border:10px solid #fffdf8;border-radius:34px;box-shadow:0 22px 62px rgba(7,27,74,.12)}
body:has(.st_about_page) .st_about_photo_pill{left:68px;top:42px;z-index:3;width:auto;max-width:max-content;border-radius:999px;background:#071b4a;box-shadow:0 16px 40px rgba(7,27,74,.2)}
body:has(.st_about_page) .st_about_photo_pill .elementor-icon-box-wrapper{display:flex;align-items:center;gap:8px}
body:has(.st_about_page) .st_about_photo_pill .elementor-icon-box-icon{margin:0}
body:has(.st_about_page) .st_about_photo_pill .elementor-icon-box-title{margin:0}
body:has(.st_about_page) .st_about_photo_card{right:26px;bottom:26px;z-index:3;width:310px;border:1px solid #e8edf5;border-radius:30px;background:#fff;box-shadow:0 22px 62px rgba(7,27,74,.12);animation:st-about-float 2.8s ease-in-out infinite alternate}
body:has(.st_about_page) .st_about_photo_card .elementor-icon-box-title{margin-bottom:10px}
@keyframes st-about-float{to{transform:translateY(-8px)}}
body:has(.st_about_page) .st_about_stats_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:0}
body:has(.st_about_page) .st_about_stat{width:auto;align-content:flex-start;gap:10px}
body:has(.st_about_page) .st_about_story>.e-con-inner{display:grid;grid-template-columns:.88fr 1.12fr;gap:36px;align-items:start}
body:has(.st_about_page) .st_about_story_visual{position:sticky;top:112px;display:block;width:auto;align-self:start;height:auto;padding:0}
body:has(.st_about_page) .st_about_story_content{width:auto;gap:18px;padding:0}
body:has(.st_about_page) .st_about_story_image img{width:100%;height:610px;object-fit:cover;border-radius:42px;box-shadow:0 22px 62px rgba(7,27,74,.12)}
body:has(.st_about_page) .st_about_story_note{position:relative;z-index:2;width:calc(100% - 56px);max-width:330px;margin:-88px 0 0 28px;border-radius:28px;background:#f5b51b;box-shadow:0 18px 40px rgba(245,181,27,.22)}
body:has(.st_about_page) .st_about_story_note .elementor-icon-box-title{margin-bottom:8px}
body:has(.st_about_page) .st_about_card_row{padding:0}
body:has(.st_about_page) .st_about_content_card{align-content:flex-start;gap:14px}
body:has(.st_about_page) .st_about_doing_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:0}
body:has(.st_about_page) .st_about_doing_item{width:auto;align-content:flex-start;gap:10px}
body:has(.st_about_page) .st_about_doing_icon{display:grid;width:52px;max-width:52px;height:52px;place-items:center;border-radius:18px;background:#071b4a}
body:has(.st_about_page) .st_about_doing_item:nth-child(even) .st_about_doing_icon{background:#f5b51b}
body:has(.st_about_page) .st_about_doing_item:nth-child(even) .st_about_doing_icon .elementor-icon{color:#071b4a}
body:has(.st_about_page) .st_about_doing_item{transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .28s ease}
body:has(.st_about_page) .st_about_doing_item:hover{transform:translateY(-5px);border-color:rgba(245,181,27,.42);box-shadow:0 16px 34px rgba(7,27,74,.09)}
body:has(.st_about_page) .st_about_mission_card{position:relative;overflow:hidden}
body:has(.st_about_page) .st_about_mission_card:before{content:"";position:absolute;right:-110px;top:-120px;width:300px;height:300px;border-radius:50%;background:rgba(245,181,27,.24);pointer-events:none}
body:has(.st_about_page) .st_about_mission_card>*{position:relative;z-index:1}
body:has(.st_about_page) .st_about_mission_grid{display:grid;grid-template-columns:1fr .88fr;gap:28px;align-items:center;padding:0}
body:has(.st_about_page) .st_about_mission_copy,
body:has(.st_about_page) .st_about_mission_media{width:auto;padding:0}
body:has(.st_about_page) .st_about_mission_copy{gap:14px}
body:has(.st_about_page) .st_about_mission_image img{width:100%;height:390px;object-fit:cover;border-radius:34px;box-shadow:0 22px 60px rgba(0,0,0,.18)}

@media(max-width:1024px){
body:has(.st_about_page) .st_about_hero>.e-con-inner,
body:has(.st_about_page) .st_about_story>.e-con-inner,
body:has(.st_about_page) .st_about_mission_grid{grid-template-columns:1fr}
body:has(.st_about_page) .st_about_collage{min-height:520px}
body:has(.st_about_page) .st_about_stats_grid{grid-template-columns:repeat(2,1fr)}
body:has(.st_about_page) .st_about_story_visual{position:relative;top:auto}
body:has(.st_about_page) .st_about_story_image img{height:440px}
}
@media(max-width:767px){
body:has(.st_about_page) .st_about_hero:before{right:-240px;top:-220px}
body:has(.st_about_page) .st_about_hero:after{left:-250px;bottom:-210px}
body:has(.st_about_page) .st_about_actions>.e-con{width:100%}
body:has(.st_about_page) .st_about_actions .elementor-button-wrapper,
body:has(.st_about_page) .st_about_actions .elementor-button{width:100%}
body:has(.st_about_page) .st_about_collage{display:grid;min-height:auto;gap:14px}
body:has(.st_about_page) .st_about_collage>.elementor-widget{position:relative;inset:auto;width:100%;max-width:none}
body:has(.st_about_page) .st_about_main_photo img,
body:has(.st_about_page) .st_about_small_photo img{height:260px;border:0;border-radius:28px}
body:has(.st_about_page) .st_about_photo_card{border-radius:26px;animation:none}
body:has(.st_about_page) .st_about_stats_grid,
body:has(.st_about_page) .st_about_doing_grid{grid-template-columns:1fr}
body:has(.st_about_page) .st_about_story_image img,
body:has(.st_about_page) .st_about_mission_image img{height:300px;border-radius:28px}
body:has(.st_about_page) .st_about_story_note{width:100%;max-width:none;margin:14px 0 0}
}
@media(prefers-reduced-motion:reduce){
body:has(.st_about_page) .st_about_photo_card{animation:none}
body:has(.st_about_page) .st_about_button .elementor-button,
body:has(.st_about_page) .st_about_doing_item{transition:none}
}

/* =========================================================
   FINAL OVERRIDE — ONE OUTER BOX ONLY
   Inner shortcodes become simple sections, not cards
   ========================================================= */

/* OUTER MAIN BOX */
.stsi-membership-cancel-page {
    --st-navy: #071b4a;
    --st-gold: #f5b51b;
    --st-gold-soft: #fff5d8;
    --st-mint: #dcf7ef;
    --st-text: #5d6678;
    --st-line: #e8edf5;
    --st-shadow: 0 24px 70px rgba(7, 27, 74, 0.12);

    max-width: 980px !important;
    margin: 48px auto 70px !important;
    padding: 42px !important;
    border-radius: 42px !important;
    background: linear-gradient(135deg, #ffffff, #f8fbff) !important;
    border: 1px solid rgba(7, 27, 74, 0.08) !important;
    box-shadow: var(--st-shadow) !important;
    overflow: hidden !important;
    position: relative;

    display: block !important;
}

/* Outer decorative shapes only */
.stsi-membership-cancel-page::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -100px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--st-gold-soft);
    pointer-events: none;
    z-index: 0;
}

.stsi-membership-cancel-page::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -105px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: var(--st-mint);
    pointer-events: none;
    z-index: 0;
}

.stsi-membership-cancel-page > * {
    position: relative;
    z-index: 1;
}

/* INNER SHORTCODES — NO BOX LOOK */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap {
    margin: 0 !important;
    padding: 0 0 34px 96px !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;

    display: block !important;
    position: relative;
}

/* separator only between first and second shortcode */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap + .stsi-cancel-sub-wrap {
    padding-top: 34px !important;
    border-top: 1px solid var(--st-line) !important;
}

/* remove any inner decorative bubbles */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap::before,
.stsi-membership-cancel-page .stsi-cancel-sub-wrap::after {
    display: none !important;
}

/* ICON POSITION */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap h3::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    content: "\f073";
    position: absolute;
    left: 0;
    top: 0;

    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: var(--st-navy);
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 16px 34px rgba(7, 27, 74, 0.16);
}

.stsi-membership-cancel-page .stsi-cancel-ebook-wrap h3::before {
    content: "\f02d";
}

/* hide PHP icon div if present */
.stsi-membership-cancel-page .stsi-cancel-icon {
    display: none !important;
}

/* TYPOGRAPHY */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap h3 {
    margin: 0 0 8px !important;
    color: var(--st-navy) !important;
    font-size: 30px !important;
    line-height: 1 !important;
    letter-spacing: -0.05em !important;
    font-weight: 900 !important;
}

.stsi-membership-cancel-page .stsi-cancel-sub-wrap p {
    margin: 0 0 22px !important;
    color: var(--st-text) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 800 !important;
    max-width: 720px;
}

/* label */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap label {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    width: auto !important;
    margin: 4px 0 12px !important;
    padding: 9px 14px !important;
    border-radius: 999px !important;
    background: rgba(245, 181, 27, 0.14) !important;
    color: var(--st-navy) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.stsi-membership-cancel-page .stsi-cancel-sub-wrap label::before {
    content: "\f2c2";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--st-gold);
}

/* SELECTS */
.stsi-membership-cancel-page #stsi-subscription-select,
.stsi-membership-cancel-page #stsi-ebook-subscription-select {
    width: 100% !important;
    min-height: 58px !important;
    padding: 0 52px 0 18px !important;
    border: 1px solid var(--st-line) !important;
    border-radius: 20px !important;
    background-color: #ffffff !important;
    color: var(--st-navy) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    outline: none !important;
    box-shadow: 0 10px 26px rgba(7, 27, 74, 0.05) !important;
    cursor: pointer !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #071b4a 50%),
        linear-gradient(135deg, #071b4a 50%, transparent 50%),
        linear-gradient(to right, #fff5d8, #fff5d8) !important;
    background-position:
        calc(100% - 28px) 27px,
        calc(100% - 20px) 27px,
        calc(100% - 58px) 0 !important;
    background-size:
        8px 8px,
        8px 8px,
        58px 100% !important;
    background-repeat: no-repeat !important;
}

.stsi-membership-cancel-page #stsi-subscription-select:focus,
.stsi-membership-cancel-page #stsi-ebook-subscription-select:focus {
    border-color: var(--st-gold) !important;
    box-shadow:
        0 0 0 4px rgba(245, 181, 27, 0.16),
        0 14px 34px rgba(7, 27, 74, 0.08) !important;
}

/* BUTTONS */
.stsi-membership-cancel-page #stsi-cancel-sub-btn,
.stsi-membership-cancel-page #stsi-cancel-ebook-btn,
.stsi-membership-cancel-page .stsi-cancel-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: auto !important;
    min-height: 52px !important;
    margin-top: 18px !important;
    padding: 0 24px !important;

    border: 0 !important;
    border-radius: 999px !important;
    background: var(--st-navy) !important;
    color: #ffffff !important;

    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(7, 27, 74, 0.18) !important;
    transition: 0.25s ease !important;
    cursor: pointer !important;
}

.stsi-membership-cancel-page #stsi-cancel-sub-btn:hover,
.stsi-membership-cancel-page #stsi-cancel-ebook-btn:hover,
.stsi-membership-cancel-page .stsi-cancel-btn:hover {
    transform: translateY(-3px);
    background: #102d6c !important;
}

/* MESSAGE */
.stsi-membership-cancel-page #stsi-cancel-sub-msg,
.stsi-membership-cancel-page #stsi-cancel-ebook-msg {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    padding: 13px 16px !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
    border: 1px solid var(--st-line) !important;
    color: var(--st-text) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 800 !important;
    display: none;
}

.stsi-membership-cancel-page #stsi-cancel-sub-msg:not(:empty),
.stsi-membership-cancel-page #stsi-cancel-ebook-msg:not(:empty) {
    display: block !important;
}

/* Hide any old plain paragraph returns inside wrapper */
.stsi-membership-cancel-page > p {
    display: none !important;
}

/* MOBILE */
@media (max-width: 767px) {
    .stsi-membership-cancel-page {
        margin: 34px 14px 70px !important;
        padding: 28px 20px !important;
        border-radius: 30px !important;
    }

    .stsi-membership-cancel-page .stsi-cancel-sub-wrap {
        padding: 0 0 30px 0 !important;
        text-align: center;
    }

    .stsi-membership-cancel-page .stsi-cancel-sub-wrap + .stsi-cancel-sub-wrap {
        padding-top: 30px !important;
    }

    .stsi-membership-cancel-page .stsi-cancel-sub-wrap h3::before {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 18px;
    }

    .stsi-membership-cancel-page .stsi-cancel-sub-wrap h3 {
        font-size: 30px !important;
    }

    .stsi-membership-cancel-page .stsi-cancel-sub-wrap p {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .stsi-membership-cancel-page .stsi-cancel-sub-wrap label {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .stsi-membership-cancel-page #stsi-cancel-sub-btn,
    .stsi-membership-cancel-page #stsi-cancel-ebook-btn,
    .stsi-membership-cancel-page .stsi-cancel-btn {
        width: 100% !important;
    }
}

/* Fix second shortcode icon alignment after divider */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap + .stsi-cancel-sub-wrap h3::before {
    top: 34px !important;
}

/* Keep the second section text aligned with its icon */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap + .stsi-cancel-sub-wrap h3 {
    padding-top: 0 !important;
}

/* Slightly better vertical spacing for the divider */
.stsi-membership-cancel-page .stsi-cancel-sub-wrap + .stsi-cancel-sub-wrap {
    margin-top: 30px !important;
    padding-top: 34px !important;
}

.stsi-membership-cancel-page {
    padding-bottom: 38px !important;
}

.stsi-membership-cancel-page .stsi-cancel-sub-wrap:last-child {
    padding-bottom: 0 !important;
}

/* =========================================================
   FINAL SAFE POPUP BOOKING WIZARD CSS
   Scope: body.messages_body only
   Does NOT style modal box
   ========================================================= */

body.messages_body {
    --st-navy: #071b4a;
    --st-gold: #f5b51b;
    --st-gold-soft: #fff5d8;
    --st-mint: #dcf7ef;
    --st-text: #5d6678;
    --st-line: #e8edf5;
    --st-soft: 0 10px 26px rgba(7, 27, 74, 0.06);
}


/* remove decorative circles created earlier */
body.messages_body #ai_st_bookings_wizard::before,
body.messages_body #ai_st_bookings_wizard::after,
body.messages_body .st_booking_calendar_hint::before,
body.messages_body .st_booking_duration_card::before {
    display: none !important;
}

/* top steps */
body.messages_body #ai_st_bookings_wizard > .nav {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none !important;
}

body.messages_body #ai_st_bookings_wizard .nav-item {
    margin: 0 !important;
}

body.messages_body #ai_st_bookings_wizard .nav-link {
    min-height: 50px !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    border: 1px solid var(--st-line) !important;
    background: #ffffff !important;
    color: var(--st-navy) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: var(--st-soft) !important;
    font-weight: 900 !important;
}

body.messages_body #ai_st_bookings_wizard .nav-link.active {
    background: var(--st-navy) !important;
    color: #ffffff !important;
    border-color: var(--st-navy) !important;
}

body.messages_body #ai_st_bookings_wizard .nav-link .num {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: var(--st-gold) !important;
    color: var(--st-navy) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

body.messages_body #ai_st_bookings_wizard .nav-link.done .num {
    background: #159b88 !important;
    color: #ffffff !important;
}

body.messages_body #ai_st_bookings_wizard .nav-link span {
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

/* intro */
body.messages_body .st_booking_step_intro {
    margin: 0 0 20px !important;
    text-align: center !important;
}

body.messages_body .st_booking_step_intro h3 {
    margin: 0 0 8px !important;
    color: var(--st-navy) !important;
    font-size: 34px !important;
    line-height: 1 !important;
    letter-spacing: -0.05em !important;
    font-weight: 900 !important;
}

body.messages_body .st_booking_step_intro p {
    max-width: 560px !important;
    margin: 0 auto !important;
    color: var(--st-text) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
}

/* duration cards */
body.messages_body .st_booking_duration_cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin: 18px 0 0 !important;
}

body.messages_body .st_booking_duration_card {
    min-height: 150px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid var(--st-line) !important;
    box-shadow: var(--st-soft) !important;
    text-align: left !important;
    cursor: pointer !important;
}

body.messages_body .st_booking_duration_card.is-selected {
    border-color: var(--st-gold) !important;
    box-shadow: 0 0 0 4px rgba(245, 181, 27, 0.15), var(--st-soft) !important;
}

body.messages_body .st_booking_duration_card i {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 14px !important;
    border-radius: 16px !important;
    background: var(--st-navy) !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    font-size: 18px !important;
}

body.messages_body .st_booking_duration_card.is-selected i {
    background: var(--st-gold) !important;
    color: var(--st-navy) !important;
}

body.messages_body .st_booking_duration_card strong {
    display: block !important;
    color: var(--st-navy) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}

body.messages_body .st_booking_duration_card strong span {
    display: inline-flex !important;
    margin-left: 6px !important;
    padding: 5px 8px !important;
    border-radius: 999px !important;
    background: var(--st-gold-soft) !important;
    color: var(--st-navy) !important;
    font-size: 10px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

body.messages_body .st_booking_duration_card small {
    display: block !important;
    color: var(--st-text) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

/* keep native select functional but hidden */
body.messages_body .st_booking_native_duration {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* date layout: no two columns */
body.messages_body .st_booking_calendar_wrap {
    display: block !important;
}


body.messages_body .st_booking_calendar_hint
{
display: none!important;
}

body.messages_body .ai_st_bookings_wizard_form .ai_st_input_field_group {
    max-width: 100% !important;
    margin: 40px auto;
}

.book-a-tutor_body .st_booking_wizard .ai_st_duration_dia figure,.messages_body .ai_st_bookings_wizard_form .ai_st_duration_dia figure {
	display: none;
}
.book-a-tutor_body .st_booking_wizard .ai_st_duration_dia::before,.messages_body .ai_st_bookings_wizard_form .ai_st_duration_dia::before {
	display: block;
	margin-bottom: 8px;
	color: #164459;
	font-family: "Font Awesome 6 Free";
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
}
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(1) .ai_st_duration_dia::before,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(1) .ai_st_duration_dia::before { content: "\f186"; }
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(2) .ai_st_duration_dia::before,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(2) .ai_st_duration_dia::before { content: "\f185"; }
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(3) .ai_st_duration_dia::before,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(3) .ai_st_duration_dia::before { content: "\f185"; }
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(4) .ai_st_duration_dia::before,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(4) .ai_st_duration_dia::before { content: "\f186"; }
.book-a-tutor_body .st_booking_wizard .ai_st_duration_dia label,.messages_body .ai_st_bookings_wizard_form .ai_st_duration_dia label {
	display: block;
	color: var(--st-booking-navy);
	font-size: 14px;
	font-weight: 900;
	text-transform: none;
}
.book-a-tutor_body .st_booking_wizard .ai_st_duration_dia label::after,.messages_body .ai_st_bookings_wizard_form .ai_st_duration_dia label::after {
	display: block;
	margin-top: 3px;
	color: var(--st-booking-copy);
	font-size: 11px;
	font-weight: 700;
}
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(1) label::after,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(1) label::after { content: "00:00 to 05:45"; }
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(2) label::after,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(2) label::after { content: "06:00 to 11:45"; }
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(3) label::after,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(3) label::after { content: "12:00 to 17:45"; }
.book-a-tutor_body .st_booking_wizard .ai_st_duration:nth-child(4) label::after,.messages_body .ai_st_bookings_wizard_form .ai_st_duration:nth-child(4) label::after { content: "18:00 to 23:45"; }


/* selected date list */
body.messages_body .st_booking_selected_dates {
    grid-column: 2 !important;
    margin-top: 8px !important;
}

/* slots */
body.messages_body #ai_st_appointment_booking_slots {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
    gap: 10px !important;
    margin-top: 18px !important;
}

body.messages_body #ai_st_appointment_booking_slots button,
body.messages_body #ai_st_appointment_booking_slots .ai_st_slot,
body.messages_body #ai_st_appointment_booking_slots .slot,
body.messages_body #ai_st_appointment_booking_slots label {
    min-height: 48px ;
    padding: 10px 12px;
    border-radius: 16px ;
    background: #ffffff ;
    border: 1px solid var(--st-line) ;
    color: var(--st-navy) ;
    align-items: center ;
    justify-content: center;
    font-size: 13px ;
    font-weight: 900 ;
    box-shadow: var(--st-soft);
    cursor: pointer ;
}

body.messages_body #ai_st_appointment_booking_slots .active,
body.messages_body #ai_st_appointment_booking_slots .selected,
body.messages_body #ai_st_appointment_booking_slots .is-selected {
    background: var(--st-navy) !important;
    color: #ffffff !important;
    border-color: var(--st-navy) !important;
}

/* summary compact */
body.messages_body .st_booking_summary {
    margin: 18px 0 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid var(--st-line) !important;
    box-shadow: var(--st-soft) !important;
    color: var(--st-navy) !important;
}

body.messages_body .st_booking_summary_label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: rgba(245, 181, 27, 0.14) !important;
    color: var(--st-navy) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body.messages_body .st_booking_summary h3 {
    margin: 0 0 6px !important;
    color: var(--st-navy) !important;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
    font-weight: 900 !important;
}

body.messages_body .st_booking_summary p {
    margin: 0 0 14px !important;
    color: var(--st-text) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

   body.messages_body  #ai_st_bookings_wizard .tab-content {
        width: 100% !important;
        min-height: 62dvh !important;
     }

body.messages_body .st_booking_summary dl {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: 0 !important;
}

body.messages_body .st_booking_summary dl > div {
    padding: 10px !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    border: 1px solid var(--st-line) !important;
}

body.messages_body .st_booking_summary dt {
    margin: 0 0 4px !important;
    color: #8792a6 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
}

body.messages_body .st_booking_summary dd {
    margin: 0 !important;
    color: var(--st-navy) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* progress */
body.messages_body #ai_st_bookings_wizard > .progress {
    height: 8px !important;
    margin: 16px 0 0 !important;
    background: #eef2f8 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

body.messages_body #ai_st_bookings_wizard .progress-bar {
    background: var(--st-gold) !important;
    border-radius: 999px !important;
}

/* errors */
body.messages_body .ai_st_required_error {
    margin-bottom: 12px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    background: #fff1f1 !important;
    border: 1px solid rgba(220, 38, 38, 0.18) !important;
    color: #b42318 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

body.messages_body .ai_st_none {
    display: none !important;
}

  body.messages_body .ai_st_mb_popup_cnt .ai_st_all_slots_cnt ul {
    list-style: none;
    padding: 0px;
    margin: 10px 4px !important;
}

    body.messages_body .ai_st_mb_popup_cnt span.ai-st-common-popup__icon,body.messages_body .ai_st_mb_popup_cnt .ai-st-common-popup__title,body.messages_body .ai_st_mb_popup_cnt .ai-st-common-popup__button
    {
    display:none !important;
    }

    body.messages_body .ai_st_mb_popup_cnt .sw-theme-dots>.nav .nav-link>.num
    {
      top: -34px
    }
    

@media (max-width: 940px) {
        body.messages_body #ai_st_bookings_wizard .tab-content,
        body.messages_body #ai_st_bookings_wizard .tab-content[style] {
        background: none !important;
    }
body.messages_body #ai_st_bookings_wizard .tab-content {
    width: 100% !important;
    min-height: 47dvh !important;
}
    body.messages_body .ai_st_mb_popup_cnt #ai_st_bookings_wizard > .nav {

      background: transparent !important;
    }    
    body.messages_body .ai-st-common-popup__panel {
        width: min(100%, 100%);
        max-height: 96vh;
    }
   body.messages_body  #ai_st_bookings_wizard {
        width: 100% !important;
        height: 84dvh !important;
     }
     html  body.messages_body .flatpickr-calendar {
        scale: 0.9;
    }  
    html  body.messages_body  #ai_st_bookings_wizard .tab-pane {
        min-height: auto !important;
        padding-bottom: 0 !important;
        padding: 0px;
    }    
    
html  body.messages_body #ai_st_bookings_wizard .nav-link {
        min-width: 0px !important;
}

html  body.messages_body #ai_st_bookings_wizard.sw-theme-dots > .nav .nav-link {
        font-size: 12px !important;
        color: #FFF;
        padding:0px !important;
        min-height: 32px !important;
        border-radius: 999px !important;
        border: 0px!important;
        background: none !important;
        color: transparent !important;
        display: inline-block !important;
        align-items: center !important;  
        margin:0px !important;       
    }

  html  body.messages_body #ai_st_bookings_wizard.sw-theme-dots > .nav {
   margin:0px auto !important;
   max-width: 50%;
  }
  
  body.messages_body .st_booking_step_intro p, body.messages_body .sw-theme-dots>.nav .nav-link.active::after,body.messages_body .sw-theme-dots>.nav .nav-link.default::after
  {
    display:none;
  }

  html  body.messages_body #ai_st_bookings_wizard .tab-content, #ai_st_bookings_wizard .tab-content[style] {
        padding: 0px !important;
    }
    
  html  body.messages_body .ai-st-common-popup__panel
  {
    padding: 10px 10px 10px 10px;
  } 
  
   html  body.messages_body    #ai_st_bookings_wizard.sw-theme-dots > .nav .nav-link .num {
        width: 30px !important;
        height: 30px !important;
        padding: 0px;
        top:0px;
        line-height: 0px !important;
        font-size: 16px !important;
    }  

    body.messages_body #ai_st_bookings_wizard > .progress {
    height: 8px !important;
    margin: 0px 0 0 !important;
    }

}

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

    body.messages_body #ai_st_bookings_wizard > .nav::-webkit-scrollbar {
        display: none !important;
    }

    body.messages_body #ai_st_bookings_wizard .nav-link {
        min-width: 105px !important;
        min-height: 46px !important;
        padding: 8px 10px !important;
    }

    body.messages_body .st_booking_step_intro {
        text-align: left !important;
    }

    body.messages_body .st_booking_step_intro h3 {
        font-size: 30px !important;
    }

    body.messages_body .st_booking_step_intro p {
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 14px !important;
    }

    body.messages_body .st_booking_duration_cards {
        grid-template-columns: 1fr !important;
    }

    body.messages_body .st_booking_duration_card {
        min-height: auto !important;
    }

    body.messages_body .st_booking_calendar_card,
    body.messages_body .st_booking_calendar_hint {
        max-width: 100% !important;
    }

    body.messages_body .st_booking_calendar_hint {
        grid-template-columns: 1fr !important;
        text-align: left !important;
    }

    body.messages_body .st_booking_calendar_hint i {
        grid-row: auto !important;
    }

    body.messages_body .st_booking_selected_dates {
        grid-column: 1 !important;
    }

    body.messages_body .st_booking_summary dl {
        grid-template-columns: 1fr !important;
    }

    body.messages_body #ai_st_appointment_booking_slots {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 420px) {
    body.messages_body #ai_st_appointment_booking_slots {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================================
   FIX: Booking time slots layout inside popup
   ========================================================= */

/* Main slots area */
body.messages_body #ai_st_appointment_booking_slots {
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;

    max-height: 360px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin;
}

/* If plugin creates inner wrappers/columns, flatten them */
body.messages_body #ai_st_appointment_booking_slots > div,
body.messages_body #ai_st_appointment_booking_slots > ul,
body.messages_body #ai_st_appointment_booking_slots > li {
    display: contents !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
}

/* Slot items - cover buttons, anchors, labels, spans */


/* Hover */
body.messages_body #ai_st_appointment_booking_slots button:hover,
body.messages_body #ai_st_appointment_booking_slots a:hover,
body.messages_body #ai_st_appointment_booking_slots label:hover,
body.messages_body #ai_st_appointment_booking_slots span:hover,
body.messages_body #ai_st_appointment_booking_slots .ai_st_slot:hover,
body.messages_body #ai_st_appointment_booking_slots .slot:hover,
body.messages_body #ai_st_appointment_booking_slots .time-slot:hover,
body.messages_body #ai_st_appointment_booking_slots .ai_st_booking_slot:hover {
    transform: translateY(-2px) !important;
    border-color: #f5b51b !important;
    box-shadow: 0 12px 26px rgba(7, 27, 74, 0.09) !important;
}

/* Selected slot */
body.messages_body #ai_st_appointment_booking_slots .active,
body.messages_body #ai_st_appointment_booking_slots .selected,
body.messages_body #ai_st_appointment_booking_slots .is-selected,
body.messages_body #ai_st_appointment_booking_slots .ai_st_active,
body.messages_body #ai_st_appointment_booking_slots input:checked + label {
    background: #071b4a !important;
    color: #ffffff !important;
    border-color: #071b4a !important;
}

/* Hide radio inputs if slots are label based */
body.messages_body #ai_st_appointment_booking_slots input[type="radio"],
body.messages_body #ai_st_appointment_booking_slots input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Popup/mobile responsive */
@media (max-width: 640px) {
    body.messages_body #ai_st_appointment_booking_slots {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        max-height: 340px !important;
    }
}

@media (max-width: 420px) {
    body.messages_body #ai_st_appointment_booking_slots {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   Seal Tutors Callout Shortcode
   [ai_st_manage_callouts type="lesson_rescheduled"]
   ========================================================= */

.ai-st-callout {
    --st-navy: #071b4a;
    --st-gold: #f5b51b;
    --st-gold-soft: #fff5d8;
    --st-mint: #dcf7ef;
    --st-text: #5d6678;
    --st-line: #e8edf5;
    --st-shadow: 0 24px 70px rgba(7, 27, 74, 0.12);
    --st-soft: 0 14px 40px rgba(7, 27, 74, 0.08);

    max-width: 980px;
    margin: 54px auto 80px;
    padding: 64px 28px;
    border-radius: 44px;
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    border: 1px solid rgba(7, 27, 74, 0.08);
    box-shadow: var(--st-shadow);
    position: relative;
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ai-st-callout::before {
    content: "";
    position: absolute;
    right: 78px;
    top: 64px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--st-gold-soft);
    z-index: 0;
}

.ai-st-callout::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -95px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: var(--st-mint);
    z-index: 0;
}

.ai-st-callout__card {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 38px;
    text-align: center;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--st-line);
    box-shadow: var(--st-soft);
}

.ai-st-callout__icon {
    width: 108px;
    height: 108px;
    margin: -94px auto 22px;
    border-radius: 50%;
    background: var(--st-gold);
    color: var(--st-navy);
    display: grid;
    place-items: center;
    font-size: 42px;
    border: 12px solid rgba(245, 181, 27, 0.2);
    box-shadow: 0 18px 46px rgba(245, 181, 27, 0.28);
}

.ai-st-callout__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--st-gold-soft);
    color: var(--st-navy);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ai-st-callout__badge i {
    color: var(--st-gold);
}

.ai-st-callout h1 {
    margin: 0 0 14px;
    color: var(--st-navy);
    font-size: clamp(38px, 5vw, 62px);
    line-height: 0.95;
    letter-spacing: -0.065em;
    font-weight: 900;
}

.ai-st-callout p {
    max-width: 560px;
    margin: 0 auto;
    color: var(--st-text);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 750;
}

.ai-st-callout__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    margin-top: 28px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--st-navy);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(7, 27, 74, 0.2);
    transition: 0.25s ease;
}

.ai-st-callout__button:hover {
    transform: translateY(-3px);
    background: #102d6c;
    color: #ffffff;
}

/* Pending/request type */
.ai-st-callout--pending .ai-st-callout__icon {
    background: var(--st-navy);
    color: #ffffff;
    border-color: rgba(7, 27, 74, 0.08);
    box-shadow: 0 18px 46px rgba(7, 27, 74, 0.2);
}

.ai-st-callout--pending .ai-st-callout__badge {
    background: var(--st-gold-soft);
}

.ai-st-callout--pending .ai-st-callout__badge i {
    color: var(--st-gold);
}

/* Success type */
.ai-st-callout--success .ai-st-callout__icon {
    background: var(--st-gold);
    color: var(--st-navy);
}

/* Mobile */
@media (max-width: 767px) {
    .ai-st-callout {
        margin: 34px 14px 70px;
        padding: 54px 18px 28px;
        border-radius: 32px;
    }

    .ai-st-callout::before {
        right: -70px;
        top: -80px;
        width: 200px;
        height: 200px;
    }

    .ai-st-callout::after {
        left: -85px;
        bottom: -95px;
        width: 210px;
        height: 210px;
    }

    .ai-st-callout__card {
        padding: 42px 20px 28px;
        border-radius: 28px;
    }

    .ai-st-callout__icon {
        width: 90px;
        height: 90px;
        margin-top: -82px;
        font-size: 34px;
        border-width: 10px;
    }

    .ai-st-callout h1 {
        font-size: 38px;
    }

    .ai-st-callout p {
        font-size: 15px;
    }

    .ai-st-callout__button {
        width: 100%;
    }
}

/* Error type */
.ai-st-callout--error .ai-st-callout__icon {
    background: #fff1f1;
    color: #b42318;
    border-color: rgba(180, 35, 24, 0.12);
    box-shadow: 0 18px 46px rgba(180, 35, 24, 0.14);
}

.ai-st-callout--error .ai-st-callout__badge {
    background: #fff1f1;
    color: #b42318;
}

.ai-st-callout--error .ai-st-callout__badge i {
    color: #b42318;
}

.ai-st-callout--error .ai-st-callout__button {
    background: #b42318;
}

.ai-st-callout--error .ai-st-callout__button:hover {
    background: #941b12;
}

/* Warning type */
.ai-st-callout--warning .ai-st-callout__icon {
    background: var(--st-gold);
    color: var(--st-navy);
}

.ai-st-callout--warning .ai-st-callout__badge {
    background: var(--st-gold-soft);
    color: var(--st-navy);
}

/* Info type */
.ai-st-callout--info .ai-st-callout__icon {
    background: var(--st-navy);
    color: #ffffff;
    border-color: rgba(7, 27, 74, 0.08);
    box-shadow: 0 18px 46px rgba(7, 27, 74, 0.2);
}

.ai-st-callout--info .ai-st-callout__badge {
    background: #f8fbff;
    color: var(--st-navy);
}

.ai-st-callout--info .ai-st-callout__badge i {
    color: var(--st-navy);
}

/* Bottom buttons fixed at bottom */


/* Modern Seal Tutors buttons */
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .btn,
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom button {
    min-height: 48px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #071b4a !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: -0.01em !important;
    line-height: 1 !important;
    box-shadow: 0 14px 32px rgba(7, 27, 74, 0.20) !important;
    transition: 0.25s ease !important;
}

/* Hover */
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .btn:hover,
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom button:hover {
    transform: translateY(-2px) !important;
    background: #102d6c !important;
    color: #ffffff !important;
    box-shadow: 0 18px 40px rgba(7, 27, 74, 0.26) !important;
}

/* Previous button as light button */
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .sw-btn-prev {
    background: #ffffff !important;
    color: #071b4a !important;
    border: 1px solid #e8edf5 !important;
    box-shadow: 0 10px 24px rgba(7, 27, 74, 0.08) !important;
}

/* Previous hover */
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .sw-btn-prev:hover {
    background: #fff5d8 !important;
    color: #071b4a !important;
    border-color: rgba(245, 181, 27, 0.45) !important;
}

/* Next button with small yellow accent */
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .sw-btn-next::after,
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .ai_st_complete_suggest_booking_process::after {
    content: "→";
    display: inline-flex;
    margin-left: 8px;
    color: #f5b51b;
    font-weight: 900;
}

/* Disabled buttons */
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .btn:disabled,
#ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom button:disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Mobile */
@media (max-width: 640px) {
    #ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom {
        justify-content: stretch !important;
    }

    #ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom .btn,
    #ai_st_bookings_wizard .sw-toolbar-elm.toolbar-bottom button {
        flex: 1 !important;
        padding: 0 16px !important;
    }
}

/* =========================================================
   FINAL FIX — Reschedule Wizard
   Keeps your nav changes + restores full layout
   ========================================================= */

.ai_st_reschedule_wizard_form {
    --st-navy: #071b4a;
    --st-gold: #f5b51b;
    --st-gold-soft: #fff5d8;
    --st-mint: #dcf7ef;
    --st-text: #5d6678;
    --st-line: #e8edf5;
    --st-bg: #f8fbff;

    max-width: 1120px;
    margin: 48px auto 70px;
    padding: 0 16px;
}

#ai_st_reschedule_wizard {
    position: relative;
    padding: 44px;
    border-radius: 36px;
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    border: 1px solid rgba(7, 27, 74, 0.08);
    box-shadow: 0 24px 70px rgba(7, 27, 74, 0.12);
    overflow: hidden;
}

#ai_st_reschedule_wizard::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: var(--st-gold-soft);
    pointer-events: none;
}

#ai_st_reschedule_wizard::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -100px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: var(--st-mint);
    pointer-events: none;
}

#ai_st_reschedule_wizard > * {
    position: relative;
    z-index: 1;
}

/* =========================================================
   NAV — keep your circle-only design
   ========================================================= */

#ai_st_reschedule_wizard.sw-theme-dots::before,
#ai_st_reschedule_wizard .nav::after {
    display: none;
}

#ai_st_reschedule_wizard .nav {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
    margin: 0 auto 34px;
    padding: 20px 0 0;
    border: 0;
    list-style: none;
}

#ai_st_reschedule_wizard .nav::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 8%;
    right: 8%;
    height: 4px;
    border-radius: 999px;
    background: #e8edf5;
    display: block;
}

#ai_st_reschedule_wizard .nav-item {
    margin: 0;
}

#ai_st_reschedule_wizard .ai_st_all_slots_cnt ul
{
  margin:10px 0px 0px 0px;
}

#ai_st_reschedule_wizard .nav-link,
#ai_st_reschedule_wizard.sw-theme-dots > .nav .nav-link {
    position: relative;
    min-height: 58px;
    padding: 10px 16px 10px 10px;
    border-radius: 999px;
    background: none;
    border: 0;
    color: transparent !important;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    text-decoration: none;
}

#ai_st_reschedule_wizard .nav-link .num,
#ai_st_reschedule_wizard.sw-theme-dots > .nav .nav-link .num {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-105%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--st-mint);
    color: #0f8f7a;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 0 0 6px rgba(220, 247, 239, 0.65);
    z-index: 2;
}

#ai_st_reschedule_wizard .nav-link.active,
#ai_st_reschedule_wizard.sw-theme-dots > .nav .nav-link.active {
    background: none;
    border-color: transparent;
    color: transparent;
    box-shadow: none;
}

#ai_st_reschedule_wizard .nav-link.active .num,
#ai_st_reschedule_wizard.sw-theme-dots > .nav .nav-link.active .num {
    background: var(--st-gold);
    color: var(--st-navy);
    box-shadow: 0 0 0 6px rgba(245, 181, 27, 0.22);
}

#ai_st_reschedule_wizard .nav-link.done .num {
    background: #0f8f7a;
    color: #ffffff;
}

/* Hide default SmartWizard labels */
#ai_st_reschedule_wizard.sw-theme-dots > .nav .nav-link::after,
#ai_st_reschedule_wizard.sw-theme-dots > .nav .nav-link::before {
    display: none;
}

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

#ai_st_reschedule_wizard .tab-content {
    padding: 0;
    background: transparent;
    border: 0;
}

#ai_st_reschedule_wizard .tab-pane {
    padding: 0;
}

#ai_st_reschedule_wizard h3 {
    margin: 0 0 10px;
    color: var(--st-navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    font-weight: 900;
    text-align: center;
}

#ai_st_reschedule_wizard h3::after {
    content: "";
    display: block;
    width: 84px;
    height: 5px;
    margin: 18px auto 28px;
    border-radius: 999px;
    background: var(--st-gold);
}

#ai_st_reschedule_wizard .at_st_sw_err {
    max-width: 520px;
    margin: 0 auto 18px;
    padding: 12px 16px;
    border-radius: 16px;
    background: #fff1f1;
    border: 1px solid rgba(180, 35, 24, 0.14);
    color: #b42318;
    font-size: 14px;
    font-weight: 800;
}

#ai_st_reschedule_wizard .row {
    margin-left: 0;
    margin-right: 0;
}

#ai_st_reschedule_wizard .col-12 {
    padding-left: 0;
    padding-right: 0;
}

/* =========================================================
   DATEPICKER
   ========================================================= */

#ai_st_reschedule_wizard #ai_st_appointment_booking_cal {
    max-width: 430px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#ai_st_reschedule_wizard #ai_st_appointment_booking_cal .ui-datepicker {
    width: 100%;
    max-width: 410px;
    padding: 18px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid var(--st-line);
    box-shadow: 0 16px 42px rgba(7, 27, 74, 0.08);
}

#ai_st_reschedule_wizard .ui-datepicker-header {
    border: 0;
    background: transparent;
    color: var(--st-navy);
    font-weight: 900;
}

#ai_st_reschedule_wizard .ui-datepicker-title {
    font-size: 16px;
    font-weight: 900;
}

#ai_st_reschedule_wizard .ui-datepicker table {
    width: 100%;
    margin: 10px 0 0;
    table-layout: fixed;
}

#ai_st_reschedule_wizard .ui-datepicker th {
    color: var(--st-text);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

#ai_st_reschedule_wizard .ui-datepicker td {
    padding: 4px;
}

#ai_st_reschedule_wizard .ui-datepicker td a,
#ai_st_reschedule_wizard .ui-datepicker td span {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 0;
    background: transparent;
    color: var(--st-navy);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

#ai_st_reschedule_wizard .ui-datepicker td a:hover {
    background: var(--st-gold-soft);
}

#ai_st_reschedule_wizard .ui-datepicker .ui-state-active,
#ai_st_reschedule_wizard .ui-datepicker .ui-state-highlight {
    background: var(--st-gold);
    color: var(--st-navy);
    box-shadow: 0 8px 18px rgba(245, 181, 27, 0.28);
}

/* =========================================================
   TIME SLOTS — reference design, no JS needed
   ========================================================= */

#ai_st_reschedule_wizard #ai_st_appointment_booking_slots {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4px 2px 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    max-height: none;
    overflow: visible;
}

/* The actual HTML is one wrapper, so split it visually using .ai_st_duration_dia */
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots > div {
    display: contents;
}

/* Heading cards */
#ai_st_reschedule_wizard .ai_st_duration_dia {
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 34px 28px 18px;
    border-radius: 42px 42px 0 0;
    background: #ffffff;
    border: 1px solid #dfe6f2;
    border-bottom: 0;
    box-shadow: 0 18px 45px rgba(7, 27, 74, 0.08);
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#ai_st_reschedule_wizard .ai_st_duration_dia::after {
    content: "";
    position: absolute;
    right: -36px;
    top: -42px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--st-gold-soft);
    z-index: 0;
}

#ai_st_reschedule_wizard .ai_st_duration_dia figure {
    display: none;
}

#ai_st_reschedule_wizard .ai_st_duration_dia::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #164b61;
    font-size: 58px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

/* 1. Night */
#ai_st_reschedule_wizard .ai_st_slots_main_container > .ai_st_duration:nth-child(1) .ai_st_duration_dia::before {
    content: "\f186";
}

/* 2. Morning */
#ai_st_reschedule_wizard .ai_st_slots_main_container > .ai_st_duration:nth-child(2) .ai_st_duration_dia::before {
    content: "\f185";
}

/* 3. Afternoon */
#ai_st_reschedule_wizard .ai_st_slots_main_container > .ai_st_duration:nth-child(3) .ai_st_duration_dia::before {
    content: "\f6c4";
}

/* 4. Evening */
#ai_st_reschedule_wizard .ai_st_slots_main_container > .ai_st_duration:nth-child(4) .ai_st_duration_dia::before {
    content: "\f186";
}

#ai_st_reschedule_wizard .ai_st_duration_dia label {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--st-navy);
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

#ai_st_reschedule_wizard .ai_st_duration_dia label::after {
    display: block;
    margin-top: 14px;
    color: #697287;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.02em;
}

#ai_st_reschedule_wizard .ai_st_duration_dia:nth-of-type(1) label::after {
    content: "00:00 TO 05:45";
}

#ai_st_reschedule_wizard .ai_st_duration_dia:nth-of-type(2) label::after {
    content: "06:00 TO 11:45";
}

#ai_st_reschedule_wizard .ai_st_duration_dia:nth-of-type(3) label::after {
    content: "12:00 TO 17:45";
}

#ai_st_reschedule_wizard .ai_st_duration_dia:nth-of-type(4) label::after {
    content: "18:00 TO 23:45";
}

/* Slot buttons */
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots input[type="radio"],
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#ai_st_reschedule_wizard #ai_st_appointment_booking_slots button,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots a,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots label:not(.ai_st_duration_dia label),
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_slot,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .slot,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .time-slot,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_booking_slot {
    min-height: 58px;
    padding: 9px 8px;
    border-radius: 16px;
    border: 0;
    background: #f1f3f7;
    color: var(--st-navy);

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

    font-size: 20px;
    line-height: 0.95;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    transition: 0.2s ease;
}

#ai_st_reschedule_wizard #ai_st_appointment_booking_slots button:hover,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots a:hover,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots label:not(.ai_st_duration_dia label):hover,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_slot:hover,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .slot:hover,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .time-slot:hover,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_booking_slot:hover {
    background: var(--st-gold-soft);
    color: var(--st-navy);
    transform: translateY(-2px);
}

#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .active,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .selected,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .is-selected,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_active,
#ai_st_reschedule_wizard #ai_st_appointment_booking_slots input:checked + label {
    background: var(--st-navy);
    color: #ffffff;
}

/* =========================================================
   BOTTOM BUTTONS
   ========================================================= */

#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid var(--st-line);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom .btn,
#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom button {
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    border: 0;
    background: var(--st-navy);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 32px rgba(7, 27, 74, 0.2);
    transition: 0.25s ease;
}

#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom .btn:hover,
#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom button:hover {
    transform: translateY(-2px);
    background: #102d6c;
    color: #ffffff;
}

#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom .sw-btn-prev {
    background: #ffffff;
    color: var(--st-navy);
    border: 1px solid var(--st-line);
    box-shadow: 0 10px 24px rgba(7, 27, 74, 0.08);
}

#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom .sw-btn-prev:hover {
    background: var(--st-gold-soft);
    color: var(--st-navy);
}

#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom .sw-btn-next::after,
#ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom .ai_st_complete_reschedule_process::after {
    content: "→";
    margin-left: 8px;
    color: var(--st-gold);
    font-weight: 900;
}

/* =========================================================
   PROGRESS
   ========================================================= */

#ai_st_reschedule_wizard .progress {
    height: 5px;
    margin: 28px 0 0;
    border-radius: 999px;
    background: var(--st-line);
    overflow: hidden;
}

#ai_st_reschedule_wizard .progress .progress-bar {
    background: var(--st-gold);
    border-radius: 999px;
}

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

@media (max-width: 1180px) {
    .ai_st_reschedule_wizard_form {
        max-width: 980px;
    }

    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ai_st_reschedule_wizard_form {
        margin: 34px auto 70px;
        padding: 0 14px;
    }

    #ai_st_reschedule_wizard {
        padding: 28px 18px;
        border-radius: 30px;
    }

    #ai_st_reschedule_wizard .nav {
  justify-items: center;
  margin: 0 auto 0px;
    }

#ai_st_reschedule_wizard .nav-link .num, #ai_st_reschedule_wizard.sw-theme-dots > .nav .nav-link .num 
  {
    padding:0px;
  }

    #ai_st_reschedule_wizard .nav::before {
        display: none;
    }

    #ai_st_reschedule_wizard h3 {
        font-size: 38px;
    }

    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #ai_st_reschedule_wizard .ai_st_duration_dia {
        border-radius: 34px 34px 0 0;
        padding: 30px 22px 18px;
    }

    #ai_st_reschedule_wizard .ai_st_duration_dia::before {
        font-size: 48px;
    }

    #ai_st_reschedule_wizard .ai_st_duration_dia label {
        font-size: 17px;
    }

    #ai_st_reschedule_wizard .ai_st_duration_dia label::after {
        font-size: 14px;
    }

    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots button,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots a,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots label:not(.ai_st_duration_dia label),
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_slot,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .slot,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .time-slot,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_booking_slot {
        min-height: 54px;
        font-size: 18px;
    }

    #ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom {
        justify-content: stretch;
    }

    #ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom .btn,
    #ai_st_reschedule_wizard .sw-toolbar-elm.toolbar-bottom button {
        flex: 1;
        padding: 0 16px;
    }
}

@media (max-width: 420px) {
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots {
        grid-template-columns: 1fr;
    }

    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots button,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots a,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots label:not(.ai_st_duration_dia label),
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_slot,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .slot,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .time-slot,
    #ai_st_reschedule_wizard #ai_st_appointment_booking_slots .ai_st_booking_slot {
        font-size: 16px;
        border-radius: 14px;
    }
}
