/* Grace Scholars world-class LMS theme. Loaded after the original theme. */
:root{
    --gs-black:#0d0e12;
    --gs-black-2:#15161d;
    --gs-gold:#cfa94a;
    --gs-gold-2:#f5d47c;
    --gs-cream:#fff8e7;
    --gs-cream-2:#fffdf7;
    --gs-text:#171923;
    --gs-muted:#6e7280;
    --gs-line:rgba(207,169,74,.24);
    --gs-shadow:0 24px 70px rgba(13,14,18,.13);
}
html{scroll-behavior:smooth;}
body{background:var(--gs-cream-2)!important;color:var(--gs-text)!important;font-family:Inter, "Inter Display", "Segoe UI", Arial, sans-serif!important;overflow-x:hidden;}
a{text-decoration:none!important;transition:.25s ease;}
img{max-width:100%;}

/* Buttons */
.gs-btn,
.eBtn.gradient,
.gradient,
.learn-btn{
    display:inline-flex!important;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:13px 24px!important;border-radius:999px!important;font-weight:850!important;line-height:1!important;letter-spacing:-.01em;border:1px solid transparent!important;transition:.25s ease!important;box-shadow:none!important;
}
.gs-btn:hover,.eBtn.gradient:hover,.gradient:hover{transform:translateY(-2px);}
.gs-btn-gold,
.eBtn.gradient,
.gradient{
    color:#121212!important;background:linear-gradient(135deg,var(--gs-gold-2),var(--gs-gold))!important;box-shadow:0 18px 38px rgba(207,169,74,.25)!important;
}
.gs-btn-dark{color:#fff!important;background:linear-gradient(135deg,#0d0e12,#27200f)!important;border-color:rgba(207,169,74,.26)!important;}
.gs-btn-outline{color:#fff!important;background:rgba(255,255,255,.08)!important;border-color:rgba(245,212,124,.45)!important;backdrop-filter:blur(10px);}
.gs-btn-light{color:#121212!important;background:#fff!important;border-color:rgba(245,212,124,.5)!important;}
.gs-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gs-gold)!important;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:13px;margin-bottom:14px;}

/* Top bar */
.gs-topbar{background:#0d0e12!important;color:#fff!important;border-bottom:1px solid rgba(245,212,124,.22)!important;position:relative;z-index:20;}
.gs-topbar-inner{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.gs-topbar-contact,.gs-topbar-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.gs-topbar a{color:#f7e8bd!important;font-weight:650;font-size:14px;display:inline-flex;align-items:center;gap:8px;}
.gs-topbar a:hover{color:#fff!important;}
.gs-language-form select{background:transparent!important;color:#f7e8bd!important;border:0!important;font-weight:800;outline:0;}
.gs-language-form option{color:#111;}

/* Header */
.gs-header{position:sticky;top:0;z-index:19;background:rgba(255,253,247,.94)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(207,169,74,.18);box-shadow:0 14px 40px rgba(13,14,18,.05);}
.gs-navbar{min-height:88px;padding:0!important;gap:22px;}
.gs-brand{display:flex!important;align-items:center;min-width:230px;}
.gs-brand img{height:58px!important;width:auto!important;object-fit:contain!important;display:block!important;border-radius:0!important;}
.gs-menu-toggle{width:48px;height:44px;border:1px solid rgba(207,169,74,.35)!important;border-radius:14px!important;padding:10px!important;box-shadow:none!important;background:#fff!important;}
.gs-menu-toggle span{display:block;height:2px;background:#111;margin:5px 0;border-radius:4px;}
.gs-nav-links{align-items:center;gap:4px;}
.gs-nav-links .nav-link{color:#20222c!important;font-weight:850!important;font-size:15px!important;padding:13px 12px!important;border-radius:999px;white-space:nowrap;}
.gs-nav-links .nav-link:hover,.gs-nav-links .nav-link.active{color:#111!important;background:rgba(207,169,74,.13)!important;}
.gs-dropdown{border:1px solid rgba(207,169,74,.22)!important;border-radius:20px!important;box-shadow:0 24px 70px rgba(13,14,18,.12)!important;padding:12px!important;min-width:310px!important;}
.gs-dropdown .dropdown-item{border-radius:14px;padding:11px 12px;font-weight:750;color:#1d2029!important;display:flex;gap:10px;align-items:center;}
.gs-dropdown .dropdown-item:hover{background:rgba(207,169,74,.12)!important;}
.gs-header-actions{display:flex;align-items:center;gap:12px;}
.gs-search{height:46px;min-width:225px;background:#fff;border:1px solid rgba(207,169,74,.28);border-radius:999px;display:flex;align-items:center;overflow:hidden;box-shadow:0 10px 25px rgba(13,14,18,.05);}
.gs-search input{border:0!important;background:transparent!important;height:100%;padding:0 0 0 18px!important;min-width:0;width:100%;outline:0;color:#111;font-weight:650;}
.gs-search button{border:0;background:transparent;color:#111;width:46px;height:46px;}
.gs-login-link{font-weight:850;color:#111!important;white-space:nowrap;}

/* Hero */
.gs-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(245,212,124,.17),transparent 27%),linear-gradient(135deg,#0d0e12 0%,#17191f 48%,#4b3509 100%)!important;padding:96px 0 90px;}
.gs-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:68px 68px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent);}
.gs-hero-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.42;}
.gs-hero-glow-one{width:420px;height:420px;background:#cfa94a;right:6%;top:8%;}
.gs-hero-glow-two{width:360px;height:360px;background:#fff0b8;left:-120px;bottom:-120px;opacity:.18;}
.gs-hero-copy{position:relative;z-index:2;}
.gs-hero-copy h1{font-size:clamp(44px,5.4vw,76px)!important;line-height:.98!important;color:#fff!important;font-weight:950!important;letter-spacing:-.055em;margin-bottom:24px;max-width:760px;}
.gs-hero-copy h1 span{display:block;background:linear-gradient(135deg,#fff4c8 0%,#f3cc65 42%,#fff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;}
.gs-hero-copy p{font-size:19px!important;line-height:1.75!important;color:#f3e6c5!important;max-width:680px;margin-bottom:30px!important;}
.gs-hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:30px;}
.gs-hero-stats{display:flex;flex-wrap:wrap;gap:16px;}
.gs-hero-stats div{min-width:150px;background:rgba(255,255,255,.08);border:1px solid rgba(245,212,124,.24);border-radius:22px;padding:17px 18px;backdrop-filter:blur(10px);}
.gs-hero-stats strong{display:block;color:#fff;font-size:31px;font-weight:950;line-height:1;}
.gs-hero-stats span{display:block;color:#f6e4b9;font-size:13px;font-weight:800;margin-top:8px;}
.gs-hero-visual-wrap{position:relative;z-index:2;padding:18px;}
.gs-hero-art{width:100%;border-radius:36px;display:block;box-shadow:0 40px 90px rgba(0,0,0,.4);border:1px solid rgba(245,212,124,.32);}
.gs-floating-card{position:absolute;background:rgba(255,255,255,.93);border:1px solid rgba(245,212,124,.55);box-shadow:0 24px 55px rgba(0,0,0,.22);border-radius:24px;padding:18px 22px;min-width:205px;}
.gs-floating-card span{display:block;color:#6f6040;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;}
.gs-floating-card strong{display:block;color:#111;font-size:17px;margin-top:4px;}
.gs-floating-card-one{left:-8px;top:90px;}
.gs-floating-card-two{right:-5px;bottom:55px;}

/* Sections */
.gs-section{position:relative;padding:96px 0;background:var(--gs-cream-2)!important;overflow:hidden;}
.gs-section-heading{max-width:850px;margin:0 auto 48px;}
.gs-section-heading h2,.gs-section-title{font-size:clamp(32px,3.3vw,50px)!important;line-height:1.1!important;font-weight:950!important;letter-spacing:-.035em;color:#111!important;margin-bottom:16px;}
.gs-section-heading p,.gs-section-copy{font-size:17px!important;line-height:1.75!important;color:#6c6f7b!important;margin-bottom:0;}
.gs-section-heading.light h2,.gs-section-heading.light p{color:#fff!important;}
.gs-section-heading.light p{color:#e7dcc0!important;}

/* Benefits */
.gs-benefits-section{background:linear-gradient(180deg,#fffdf7,#fff5dc)!important;}
.gs-benefit-card{height:100%;background:#fff;border:1px solid var(--gs-line);border-radius:30px;padding:32px 28px;box-shadow:0 22px 65px rgba(13,14,18,.07);transition:.25s ease;position:relative;overflow:hidden;}
.gs-benefit-card:after{content:"";position:absolute;right:-60px;top:-60px;width:160px;height:160px;background:rgba(207,169,74,.12);border-radius:50%;}
.gs-benefit-card:hover{transform:translateY(-7px);box-shadow:var(--gs-shadow);}
.gs-icon{width:60px;height:60px;border-radius:20px;background:linear-gradient(135deg,var(--gs-gold-2),var(--gs-gold));color:#111;display:flex;align-items:center;justify-content:center;font-size:23px;box-shadow:0 15px 30px rgba(207,169,74,.24);}
.gs-benefit-card h3,.gs-pillar-card h3,.gs-portfolio-card h3,.gs-action-card h3,.gs-journey-step h3,.gs-track-card h3,.gs-course-card h3,.gs-about-values h3{font-weight:900!important;letter-spacing:-.025em;color:#111!important;}
.gs-benefit-card h3{font-size:22px;margin:22px 0 10px;}
.gs-benefit-card p{color:#6c6f7b!important;line-height:1.7!important;margin:0;}

/* Pillars */
.gs-pillars-section{background:#fff!important;}
.gs-pillar-card{height:100%;min-height:280px;border-radius:30px;padding:30px 24px;background:linear-gradient(180deg,#fff,#fff8e8);border:1px solid var(--gs-line);box-shadow:0 18px 55px rgba(13,14,18,.06);transition:.25s ease;}
.gs-pillar-card:hover{transform:translateY(-6px);border-color:rgba(207,169,74,.55);}
.gs-pillar-card span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:#111;color:var(--gs-gold-2);font-weight:950;margin-bottom:18px;}
.gs-pillar-card h3{font-size:21px;margin-bottom:10px;}
.gs-pillar-card p{color:#6c6f7b;line-height:1.7;margin:0;}

/* Featured courses */
.gs-featured-section{background:linear-gradient(180deg,#fff8e7,#fffdf7)!important;}
.gs-featured-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px;}
.gs-course-card{display:block;height:100%;background:#fff;border:1px solid var(--gs-line);border-radius:32px;overflow:hidden;box-shadow:0 24px 70px rgba(13,14,18,.08);transition:.25s ease;color:#111!important;}
.gs-course-card:hover{transform:translateY(-8px);box-shadow:0 32px 80px rgba(13,14,18,.13);}
.gs-course-image{height:230px;position:relative;overflow:hidden;background:#111;}
.gs-course-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease;}
.gs-course-card:hover .gs-course-image img{transform:scale(1.04);}
.gs-course-image span{position:absolute;left:18px;top:18px;background:linear-gradient(135deg,var(--gs-gold-2),var(--gs-gold));color:#111;font-weight:950;border-radius:999px;padding:9px 15px;box-shadow:0 16px 30px rgba(0,0,0,.18);}
.gs-course-body{padding:26px;}
.gs-course-card h3{font-size:23px;line-height:1.25;margin-bottom:18px;min-height:58px;}
.gs-course-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;}
.gs-course-meta span{display:inline-flex;align-items:center;gap:7px;background:#fff8e7;border:1px solid rgba(207,169,74,.2);border-radius:999px;padding:9px 12px;color:#5d6270;font-size:13px;font-weight:800;}
.gs-course-instructor{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(13,14,18,.08);padding-top:18px;color:#6c6f7b;font-weight:700;}
.gs-course-instructor img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid var(--gs-gold-2);}
.gs-course-instructor strong{color:#111;}

/* Portfolio */
.gs-portfolio-section{background:radial-gradient(circle at 80% 10%,rgba(207,169,74,.25),transparent 28%),linear-gradient(135deg,#0d0e12,#191a22 55%,#47320a)!important;color:#fff!important;}
.gs-portfolio-section:before,.gs-action-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:70px 70px;opacity:.45;}
.gs-portfolio-section .container,.gs-action-section .container{position:relative;z-index:2;}
.gs-portfolio-card{display:block;height:100%;min-height:295px;background:rgba(255,255,255,.08);border:1px solid rgba(245,212,124,.28);border-radius:32px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.14);backdrop-filter:blur(14px);position:relative;overflow:hidden;transition:.25s ease;color:#fff!important;}
.gs-portfolio-card:after{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;border-radius:50%;background:rgba(245,212,124,.13);}
.gs-portfolio-card:hover{transform:translateY(-8px);border-color:rgba(245,212,124,.65);background:rgba(255,255,255,.12);}
.gs-portfolio-card .gs-icon{margin-bottom:22px;}
.gs-card-number{position:absolute;right:28px;top:24px;color:rgba(245,212,124,.22);font-size:52px;font-weight:950;line-height:1;}
.gs-portfolio-card h3{color:#fff!important;font-size:24px;line-height:1.18;margin-bottom:13px;position:relative;z-index:2;}
.gs-portfolio-card p{color:#e8ddbe!important;line-height:1.7!important;margin-bottom:18px;position:relative;z-index:2;}
.gs-portfolio-card strong{color:var(--gs-gold-2)!important;font-size:14px;text-transform:uppercase;letter-spacing:.04em;position:relative;z-index:2;}

/* Action */
.gs-action-section{background:linear-gradient(135deg,#0d0e12,#27200f)!important;color:#fff!important;}
.gs-action-card{display:block;height:100%;background:rgba(255,255,255,.08);border:1px solid rgba(245,212,124,.25);border-radius:32px;padding:34px 28px;color:#fff!important;transition:.25s ease;backdrop-filter:blur(14px);}
.gs-action-card:hover{transform:translateY(-8px);border-color:rgba(245,212,124,.65);background:rgba(255,255,255,.12);}
.gs-action-card i{font-size:34px;color:var(--gs-gold-2);margin-bottom:22px;}
.gs-action-card h3{color:#fff!important;font-size:24px;margin-bottom:10px;}
.gs-action-card p{color:#e9ddbe!important;line-height:1.7;margin:0;}
.gs-cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid rgba(245,212,124,.45);border-radius:34px;padding:38px 42px;box-shadow:0 30px 80px rgba(0,0,0,.18);}
.gs-cta-band h2{font-size:34px;font-weight:950;color:#111;margin-bottom:8px;letter-spacing:-.03em;}
.gs-cta-band p{color:#6c6f7b;margin:0;font-size:16px;line-height:1.6;}
.gs-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:end;}

/* Journey */
.gs-journey-section{background:linear-gradient(180deg,#fffdf7,#fff4d7)!important;}
.gs-journey-panel{background:#fff;border:1px solid var(--gs-line);border-radius:36px;padding:32px;box-shadow:var(--gs-shadow);}
.gs-journey-step{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:22px;border-radius:26px;position:relative;}
.gs-journey-step:not(:last-child){margin-bottom:10px;border-bottom:1px solid rgba(13,14,18,.06);}
.gs-journey-step span{width:54px;height:54px;border-radius:18px;background:#111;color:var(--gs-gold-2);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:950;}
.gs-journey-step h3{font-size:23px;margin-bottom:7px;}
.gs-journey-step p{color:#6c6f7b!important;line-height:1.7;margin:0;}

/* Tracks */
.gs-track-section{background:#fff!important;}
.gs-track-card{display:block;height:100%;background:#fff;border:1px solid var(--gs-line);border-radius:30px;overflow:hidden;color:#111!important;box-shadow:0 18px 55px rgba(13,14,18,.07);transition:.25s ease;}
.gs-track-card:hover{transform:translateY(-7px);box-shadow:var(--gs-shadow);}
.gs-track-card img{width:100%;height:170px;object-fit:cover;display:block;background:#111;}
.gs-track-card div{padding:22px;}
.gs-track-card h3{font-size:21px;line-height:1.25;margin-bottom:8px;}
.gs-track-card p{margin:0;color:#6c6f7b;font-weight:800;}

/* About */
.gs-about-section{background:#fff!important;}
.gs-about-image{position:relative;}
.gs-about-image img{width:100%;border-radius:36px;box-shadow:var(--gs-shadow);border:1px solid rgba(207,169,74,.25);display:block;}
.gs-about-badge{position:absolute;right:-18px;bottom:34px;background:#111;color:#fff;border:1px solid rgba(245,212,124,.45);border-radius:28px;padding:22px 24px;min-width:190px;box-shadow:0 30px 70px rgba(0,0,0,.2);}
.gs-about-badge strong{display:block;color:var(--gs-gold-2);font-size:42px;line-height:1;font-weight:950;}
.gs-about-badge span{display:block;color:#f3e4be;font-size:13px;line-height:1.35;font-weight:800;margin-top:7px;}
.gs-about-copy .gs-section-title em{font-style:normal;background:linear-gradient(135deg,var(--gs-gold),#9f7b26);-webkit-background-clip:text;background-clip:text;color:transparent;}
.gs-about-values{display:grid;gap:18px;margin-top:28px;}
.gs-about-values>div{display:grid;grid-template-columns:56px 1fr;gap:16px;background:#fff8e7;border:1px solid rgba(207,169,74,.22);border-radius:26px;padding:22px;}
.gs-about-values i{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,var(--gs-gold-2),var(--gs-gold));display:flex;align-items:center;justify-content:center;color:#111;font-size:22px;}
.gs-about-values h3{font-size:21px;margin-bottom:8px;}
.gs-about-values p{color:#6c6f7b;line-height:1.7;margin:0;}

/* Legacy theme overrides */
.sub-header,.header-area{display:none!important;}
.logo-image img{max-height:58px!important;width:auto!important;object-fit:contain!important;}
.banner-wraper{padding:0!important;background:transparent!important;}
.grace-section{padding:96px 0!important;}
.footer-area{background:#0d0e12!important;color:#fff!important;border-top:4px solid var(--gs-gold)!important;}
.footer-area img{max-height:72px!important;width:auto!important;object-fit:contain!important;}
.footer-area h4,.footer-area .widget-title{color:#fff!important;font-weight:900!important;}
.footer-area p,.footer-area li a{color:#e8ddbe!important;}
.footer-area a:hover{color:var(--gs-gold-2)!important;}
.footer-bottom{background:#090a0d!important;border-top:1px solid rgba(245,212,124,.2)!important;}
.newslater-form input{border-radius:999px!important;border:1px solid rgba(245,212,124,.35)!important;background:#fff!important;}
.title-head{color:var(--gs-gold)!important;}
.gradient.color{background:linear-gradient(135deg,var(--gs-gold),var(--gs-gold-2))!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;}

/* Inner pages */
.grace-page-hero{background:radial-gradient(circle at 80% 10%,rgba(207,169,74,.25),transparent 28%),linear-gradient(135deg,#0d0e12,#191a22 55%,#47320a)!important;color:#fff!important;padding:96px 0!important;}
.grace-page-hero h1{font-size:clamp(40px,5vw,68px)!important;font-weight:950!important;letter-spacing:-.045em;color:#fff!important;}
.grace-page-hero p{color:#e8ddbe!important;font-size:18px!important;line-height:1.75!important;}
.grace-page-hero .learn-btn{background:rgba(255,255,255,.08)!important;color:var(--gs-gold-2)!important;border:1px solid rgba(245,212,124,.45)!important;border-radius:999px!important;}

@media(max-width:1199px){
    .gs-navbar{min-height:auto;padding:16px 0!important;}
    .gs-brand{min-width:auto;}
    .gs-brand img{height:50px!important;}
    .gs-navbar .navbar-collapse{margin-top:16px;background:#fff;border:1px solid rgba(207,169,74,.24);border-radius:28px;padding:18px;box-shadow:0 24px 70px rgba(13,14,18,.12);}
    .gs-nav-links{align-items:stretch;gap:4px;}
    .gs-header-actions{margin-top:16px;align-items:stretch;flex-wrap:wrap;}
    .gs-search{width:100%;min-width:100%;}
}
@media(max-width:991px){
    .gs-hero{padding:72px 0;}
    .gs-floating-card{display:none;}
    .gs-featured-head,.gs-cta-band{display:block;}
    .gs-featured-head .gs-btn{margin-top:18px;}
    .gs-cta-actions{justify-content:start;margin-top:20px;}
}
@media(max-width:767px){
    .gs-topbar-inner{justify-content:center;text-align:center;padding:10px 0;}
    .gs-topbar-contact{justify-content:center;gap:10px;}
    .gs-topbar-actions{display:none;}
    .gs-brand img{height:44px!important;max-width:230px;}
    .gs-hero-copy h1{font-size:42px!important;}
    .gs-hero-copy p{font-size:16px!important;}
    .gs-hero-stats div{min-width:calc(50% - 8px);}
    .gs-section{padding:66px 0!important;}
    .gs-section-heading{margin-bottom:32px;}
    .gs-benefit-card,.gs-portfolio-card,.gs-journey-panel,.gs-cta-band{border-radius:24px;padding:24px;}
    .gs-portfolio-card{min-height:auto;}
    .gs-course-image{height:205px;}
    .gs-course-card h3{min-height:auto;}
    .gs-about-badge{position:relative;right:auto;bottom:auto;margin:-40px 20px 0;}
    .gs-journey-step{grid-template-columns:1fr;padding:18px;}
}
/* Legacy Grace card compatibility for portfolio/community inner pages */
.grace-card{background:#fff!important;border:1px solid var(--gs-line)!important;border-radius:30px!important;padding:32px 28px!important;height:100%;box-shadow:0 22px 65px rgba(13,14,18,.07)!important;transition:.25s ease!important;}
.grace-card:hover{transform:translateY(-6px);box-shadow:var(--gs-shadow)!important;}
.grace-card .grace-icon,.grace-icon{width:60px;height:60px;border-radius:20px;background:linear-gradient(135deg,var(--gs-gold-2),var(--gs-gold))!important;color:#111!important;display:flex;align-items:center;justify-content:center;font-size:23px;box-shadow:0 15px 30px rgba(207,169,74,.24);}
.grace-card h3{font-weight:900!important;color:#111!important;font-size:23px!important;line-height:1.2!important;margin:18px 0 10px!important;}
.grace-card p{color:#6c6f7b!important;line-height:1.7!important;margin:0;}
.grace-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gs-gold)!important;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:13px;margin-bottom:14px;}

/* Grace Scholars final polish overrides: stronger logos, hero image, menu dropdown and no testimonials. */
.gs-navbar{min-height:104px!important;}
.gs-brand{min-width:305px!important;}
.gs-brand img{
    height:74px!important;
    max-width:305px!important;
    width:auto!important;
    object-fit:contain!important;
    filter:contrast(1.12) saturate(1.12)!important;
}
.gs-nav-links .nav-link{
    font-size:15.5px!important;
    font-weight:900!important;
    letter-spacing:-.015em!important;
}
.gs-dropdown{
    min-width:340px!important;
    padding:15px!important;
}
.gs-dropdown .dropdown-item{
    font-size:15.5px!important;
    font-weight:900!important;
    line-height:1.2!important;
    padding:14px 14px!important;
    color:#171923!important;
}
.gs-dropdown .dropdown-item i{
    width:20px!important;
    font-size:15px!important;
    color:#171923!important;
}
.gs-hero-visual-wrap{
    padding:0!important;
    transform:translateX(14px) scale(1.055)!important;
    transform-origin:center center!important;
}
.gs-hero-art{
    border-radius:38px!important;
    border:2px solid rgba(245,212,124,.68)!important;
    box-shadow:0 52px 120px rgba(0,0,0,.68), 0 0 0 10px rgba(245,212,124,.055)!important;
    filter:contrast(1.16) saturate(1.18) brightness(1.03) drop-shadow(0 22px 42px rgba(207,169,74,.16))!important;
}
.gs-floating-card{
    font-weight:900!important;
    border:2px solid rgba(245,212,124,.72)!important;
    box-shadow:0 30px 65px rgba(0,0,0,.34)!important;
}
.footer-area .footer-content > img,
.footer-area img[alt="Grace Scholars logo"]{
    max-height:98px!important;
    width:auto!important;
    max-width:330px!important;
    object-fit:contain!important;
    margin-bottom:20px!important;
    filter:contrast(1.14) saturate(1.14) drop-shadow(0 14px 30px rgba(207,169,74,.18))!important;
}
.footer-area .footer-content .description{
    font-size:15.5px!important;
    line-height:1.75!important;
}
.testimonials-wrapper,
.testimonial-section,
.gs-testimonial-section,
section:has(.testimonial-wrap1),
section:has(.lms-testimonial-1),
section:has(.lms-testimonial-2),
section:has(.elegant-testimonial-1),
section:has(.meditation-testimonial-1){
    display:none!important;
}
@media(max-width:1399px){
    .gs-brand{min-width:285px!important;}
    .gs-brand img{height:68px!important;max-width:285px!important;}
    .gs-nav-links .nav-link{font-size:15px!important;padding-left:10px!important;padding-right:10px!important;}
    .gs-search{min-width:205px!important;}
}
@media(max-width:1199px){
    .gs-navbar{min-height:auto!important;}
    .gs-brand{min-width:auto!important;}
    .gs-brand img{height:62px!important;max-width:270px!important;}
    .gs-hero-visual-wrap{transform:none!important;padding:12px!important;}
    .gs-dropdown{min-width:100%!important;box-shadow:none!important;}
}
@media(max-width:767px){
    .gs-brand img{height:54px!important;max-width:245px!important;}
    .footer-area .footer-content > img,
    .footer-area img[alt="Grace Scholars logo"]{max-height:82px!important;max-width:280px!important;}
}

/* Grace Scholars desktop header fit fix: keeps the full menu and account button inside the screen. */
.gs-header .container,
.gs-topbar .container{
    max-width:100%!important;
    width:100%!important;
    padding-left:clamp(18px,3vw,56px)!important;
    padding-right:clamp(18px,3vw,56px)!important;
}
.gs-header *{box-sizing:border-box;}
.gs-navbar{gap:clamp(10px,1vw,18px)!important;}
.gs-header-actions .gs-btn,
.gs-login-link{white-space:nowrap!important;}
@media(min-width:1200px){
    .gs-navbar .navbar-collapse{
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:14px!important;
        min-width:0!important;
        flex:1 1 auto!important;
    }
    .gs-nav-links{
        flex:1 1 auto!important;
        min-width:0!important;
        justify-content:center!important;
        gap:2px!important;
        margin-left:0!important;
        margin-right:0!important;
    }
    .gs-header-actions{
        flex:0 0 auto!important;
        min-width:0!important;
        gap:10px!important;
        margin-left:0!important;
    }
    .gs-brand{
        flex:0 0 auto!important;
        min-width:250px!important;
        max-width:260px!important;
    }
    .gs-brand img{
        height:66px!important;
        max-width:260px!important;
    }
    .gs-nav-links .nav-link{
        font-size:15px!important;
        padding:12px 9px!important;
        line-height:1!important;
    }
    .gs-search{
        width:230px!important;
        min-width:210px!important;
        flex:0 1 230px!important;
    }
    .gs-header-actions .gs-btn{
        min-width:max-content!important;
        padding-left:18px!important;
        padding-right:18px!important;
    }
}
@media(min-width:1200px) and (max-width:1540px){
    .gs-header .container,
    .gs-topbar .container{
        padding-left:24px!important;
        padding-right:24px!important;
    }
    .gs-navbar{gap:10px!important;}
    .gs-brand{
        min-width:230px!important;
        max-width:230px!important;
    }
    .gs-brand img{
        height:60px!important;
        max-width:230px!important;
    }
    .gs-nav-links .nav-link{
        font-size:14.5px!important;
        padding:11px 7px!important;
    }
    .gs-search{
        width:195px!important;
        min-width:175px!important;
        flex-basis:195px!important;
    }
    .gs-header-actions{
        gap:8px!important;
    }
    .gs-login-link{
        font-size:14.5px!important;
    }
    .gs-header-actions .gs-btn{
        font-size:14.5px!important;
        padding-left:16px!important;
        padding-right:16px!important;
    }
}
@media(min-width:1200px) and (max-width:1350px){
    .gs-brand{
        min-width:215px!important;
        max-width:215px!important;
    }
    .gs-brand img{
        height:56px!important;
        max-width:215px!important;
    }
    .gs-nav-links .nav-link{
        font-size:14px!important;
        padding:10px 6px!important;
    }
    .gs-search{
        width:50px!important;
        min-width:50px!important;
        flex-basis:50px!important;
    }
    .gs-search input{
        width:0!important;
        padding:0!important;
        opacity:0!important;
    }
    .gs-search button{
        width:50px!important;
        min-width:50px!important;
    }
}
@media(max-width:1199.98px){
    .gs-header .container,
    .gs-topbar .container{
        padding-left:18px!important;
        padding-right:18px!important;
    }
    .gs-navbar .navbar-collapse{
        width:100%!important;
    }
    .gs-header-actions .gs-btn,
    .gs-login-link{
        width:auto!important;
    }
}
