/* Go Solar Custom Header */
.gsch-header-wrap{width:100%;font-family:inherit;color:#0b2235;box-sizing:border-box;z-index:99999}
.gsch-header-wrap.gsch-is-sticky{position:fixed;left:0;right:0;top:0;box-shadow:0 4px 18px rgba(0,0,0,.16)}
body.gsch-header-sticky-active{padding-top:var(--gsch-header-height,114px)}
.gsch-header-wrap *,.gsch-header-wrap *:before,.gsch-header-wrap *:after{box-sizing:border-box}
.gsch-container{width:min(100% - 48px,1440px);margin:0 auto}
.gsch-topbar{background:#082b40;color:#fff;min-height:38px}
.gsch-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.gsch-top-left{display:flex;align-items:center;gap:30px;min-width:0}
.gsch-info-link{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:14px;line-height:1.2;white-space:nowrap}
.gsch-info-link:hover{color:#ffd51f}
.gsch-icon,.gsch-support-icon{display:inline-flex;width:22px;height:22px;flex:0 0 22px;color:#ffd51f}
.gsch-icon svg,.gsch-support-icon svg,.gsch-social svg,.gsch-mobile-toggle svg,.gsch-mobile-phone svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gsch-social{display:flex;align-items:center;gap:20px}
.gsch-social a{display:inline-flex;width:18px;height:18px;color:#fff;text-decoration:none}
.gsch-social a:hover{color:#ffd51f}
.gsch-social svg{fill:currentColor;stroke:none}
.gsch-main{background:#ffd51f;min-height:76px}
.gsch-main-inner{min-height:76px;display:flex;align-items:stretch;padding:0}
.gsch-logo{background:#fff;display:flex;align-items:center;justify-content:center;width:225px;min-width:225px;padding:10px 20px;text-decoration:none}
.gsch-logo img{display:block;width:auto;max-width:185px;max-height:62px;height:auto}
.gsch-text-logo{color:#213a62;font-size:26px;line-height:1;font-weight:400;letter-spacing:-.7px;text-align:center}
.gsch-text-logo strong{font-weight:700}
.gsch-text-logo small{display:block;color:#f1bf00;font-size:8px;letter-spacing:1px;margin-top:8px}
.gsch-nav{display:flex;align-items:stretch;min-width:0;flex:1}
.gsch-menu{display:flex;align-items:stretch;justify-content:center;gap:0;margin:0;padding:0;list-style:none;width:100%}
.gsch-menu>li{display:flex;align-items:stretch;position:relative}
.gsch-menu>li>a{display:flex;align-items:center;padding:0 20px;color:#09263b;text-decoration:none;font-size:15px;font-weight:600;white-space:nowrap;transition:.2s ease}
.gsch-menu>li:hover>a,.gsch-menu>li.current-menu-item>a,.gsch-menu>li.current-menu-ancestor>a{background:#082b40;color:#fff}
.gsch-menu li ul{position:absolute;top:100%;left:0;min-width:220px;background:#fff;padding:8px 0;margin:0;list-style:none;box-shadow:0 12px 28px rgba(0,0,0,.16);opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s ease;z-index:100001}
.gsch-menu li:hover>ul,.gsch-menu li:focus-within>ul{opacity:1;visibility:visible;transform:translateY(0)}
.gsch-menu li ul li{position:relative}
.gsch-menu li ul li a{display:block;padding:11px 16px;color:#0b2235;text-decoration:none;font-size:14px}
.gsch-menu li ul li a:hover{background:#f5f5f5;color:#0b3550}
.gsch-menu li ul ul{top:-8px;left:100%}
.gsch-support{display:flex;align-items:center;gap:10px;padding:0 20px;border-left:1px solid rgba(8,43,64,.18);border-right:1px solid rgba(8,43,64,.18);min-width:225px}
.gsch-support-icon{width:40px;height:40px;flex-basis:40px;border-radius:50%;background:#263f70;color:#fff;padding:10px}
.gsch-support-copy{display:flex;flex-direction:column;gap:3px}
.gsch-support-copy small{font-size:12px;color:#5d5300;line-height:1.1}
.gsch-support-copy strong{font-size:15px;color:#082b40;white-space:nowrap;line-height:1.1}
.gsch-cta{display:flex;align-items:center;justify-content:center;min-width:190px;padding:0 22px;color:#082b40;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:.2px}
.gsch-cta:hover{background:#f4c900;color:#082b40}
.gsch-mobile-toggle,.gsch-mobile-panel{display:none}
.gsch-mobile-toggle{border:0;background:transparent;color:#082b40;cursor:pointer;padding:12px;width:50px}
.gsch-mobile-toggle .gsch-menu-close{display:none}
.gsch-mobile-toggle[aria-expanded="true"] .gsch-menu-open{display:none}
.gsch-mobile-toggle[aria-expanded="true"] .gsch-menu-close{display:inline-flex}

@media (max-width:1200px){
    .gsch-container{width:min(100% - 32px,1440px)}
    .gsch-logo{width:190px;min-width:190px}
    .gsch-menu>li>a{padding:0 13px;font-size:14px}
    .gsch-support{min-width:205px;padding:0 12px}
    .gsch-cta{min-width:155px;padding:0 12px}
}
@media (max-width:1000px){
    .gsch-top-left{gap:16px}
    .gsch-location{display:none}
    .gsch-logo{width:180px;min-width:180px}
    .gsch-menu>li>a{padding:0 10px;font-size:13px}
    .gsch-support{min-width:180px}
    .gsch-support-copy small{font-size:11px}
    .gsch-support-copy strong{font-size:13px}
    .gsch-cta{min-width:130px;font-size:13px}
}
@media (max-width:899px){
    .gsch-main,.gsch-main-inner{min-height:70px}
    .gsch-main-inner{width:100%;padding:0 20px}
    .gsch-logo{width:auto;min-width:0;padding:8px 0;background:transparent;justify-content:flex-start;flex:1}
    .gsch-logo img{max-width:165px;max-height:55px}
    .gsch-nav,.gsch-support{display:none}
    .gsch-cta{min-width:0;padding:0 16px;background:rgba(255,255,255,.18);margin:12px 8px}
    .gsch-mobile-toggle{display:flex;align-items:center;justify-content:center}
    .gsch-mobile-panel{display:block;background:#082b40;max-height:0;overflow:hidden;transition:max-height .3s ease}
    .gsch-mobile-panel.is-open{max-height:700px}
    .gsch-mobile-panel>.gsch-container{padding:12px 0 18px}
    .gsch-mobile-menu{list-style:none;padding:0;margin:0}
    .gsch-mobile-menu li{border-bottom:1px solid rgba(255,255,255,.12)}
    .gsch-mobile-menu a{display:block;padding:13px 4px;color:#fff;text-decoration:none;font-size:15px}
    .gsch-mobile-menu a:hover,.gsch-mobile-menu .current-menu-item>a{color:#ffd51f}
    .gsch-mobile-menu ul{list-style:none;margin:0 0 0 16px;padding:0}
    .gsch-mobile-phone,.gsch-mobile-cta{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:14px;padding:12px 16px;text-decoration:none;font-weight:700}
    .gsch-mobile-phone{color:#fff;border:1px solid rgba(255,255,255,.2)}
    .gsch-mobile-phone svg{width:18px;height:18px}
    .gsch-mobile-cta{background:#ffd51f;color:#082b40}
}
@media (max-width:767px){
    .gsch-topbar{min-height:34px}
    .gsch-topbar-inner{min-height:34px;width:100%;padding:0 14px}
    .gsch-top-left{width:100%;justify-content:center}
    .gsch-info-link{font-size:12px}
    .gsch-info-link .gsch-icon{width:17px;height:17px;flex-basis:17px}
    .gsch-social{display:none}
    .gsch-main,.gsch-main-inner{min-height:64px}
    .gsch-main-inner{padding:0 14px}
    .gsch-logo img{max-width:145px;max-height:48px}
    .gsch-cta{display:none}
    .gsch-mobile-toggle{width:44px}
}
@media (max-width:420px){
    .gsch-container{width:100%}
    .gsch-info-link span:last-child{max-width:240px;overflow:hidden;text-overflow:ellipsis}
    .gsch-logo img{max-width:132px}
}

/* Enquiry popup */
.gsch-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px}
.gsch-modal.is-open{display:flex}
.gsch-modal-backdrop{position:absolute;inset:0;background:rgba(3,25,38,.72);backdrop-filter:blur(3px)}
.gsch-modal-dialog{position:relative;width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.3);z-index:1}
.gsch-modal-content{padding:34px 36px 32px}
.gsch-modal-close{position:absolute;right:14px;top:10px;width:40px;height:40px;border:0;background:transparent;color:#082b40;font-size:32px;line-height:1;cursor:pointer;z-index:2}
.gsch-modal-close:hover{color:#0d5c8a}
.gsch-modal-heading span{display:inline-block;background:#ffd51f;color:#082b40;border-radius:30px;padding:6px 12px;font-size:11px;font-weight:800;letter-spacing:.6px}
.gsch-modal-heading h2{margin:13px 0 7px;color:#082b40;font-size:30px;line-height:1.15}
.gsch-modal-heading p{margin:0 0 22px;color:#667582;font-size:14px}
.gsch-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.gsch-enquiry-form label{display:flex;flex-direction:column;gap:7px;color:#17344a;font-size:13px;font-weight:700}
.gsch-enquiry-form input,.gsch-enquiry-form select,.gsch-enquiry-form textarea{width:100%;border:1px solid #d6dde2;border-radius:6px;background:#fff;padding:12px 13px;color:#17344a;font:inherit;font-weight:400;outline:none;transition:.2s}
.gsch-enquiry-form input:focus,.gsch-enquiry-form select:focus,.gsch-enquiry-form textarea:focus{border-color:#0d5c8a;box-shadow:0 0 0 2px rgba(13,92,138,.1)}
.gsch-enquiry-form .gsch-full{grid-column:1/-1}
.gsch-enquiry-form textarea{resize:vertical;min-height:105px}
.gsch-submit{margin-top:18px;border:0;border-radius:5px;background:#ffd51f;color:#082b40;padding:13px 24px;font-weight:800;font-size:13px;cursor:pointer}
.gsch-submit:hover{background:#082b40;color:#fff}
.gsch-submit:disabled{opacity:.6;cursor:wait}
.gsch-form-status{min-height:20px;margin-top:12px;font-size:13px;font-weight:600}
.gsch-form-status.success{color:#18723b}.gsch-form-status.error{color:#b42318}
.gsch-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
body.gsch-modal-open{overflow:hidden}
@media (max-width:767px){.gsch-modal{padding:10px}.gsch-modal-dialog{max-height:calc(100vh - 20px)}.gsch-modal-content{padding:28px 20px 22px}.gsch-modal-heading h2{font-size:24px}.gsch-form-grid{grid-template-columns:1fr}.gsch-enquiry-form .gsch-full{grid-column:auto}}
