/*

TemplateMo 573 EduWell

https://templatemo.com/tm-573-eduwell

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* SET School: Trebuchet MS (matches flyers); webfont import removed */
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

/* Trebuchet site-wide: override Bootstrap’s system font stack (loaded before this file) */
:root {
  --bs-font-sans-serif: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  --bs-body-font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

html, body {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

/* Forms, buttons, alerts: inherit Trebuchet (Bootstrap sometimes sets its own stack) */
.btn,
.form-control,
.form-select,
.form-check-label,
.input-group-text,
.dropdown-menu,
.dropdown-item,
.alert,
.badge,
.modal-content,
.toast,
.offcanvas,
.popover,
.list-group-item,
.card,
.pagination,
.nav-link,
.navbar,
.table {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

::selection {
  background: #fbb800;
  color: #fff;
}

::-moz-selection {
  background: #fbb800;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient a {
  font-size: 13px;
  color: #fff;
  background: #fbb800;
  background: linear-gradient(-145deg, #1986c6 0%,  #fbb800 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-gradient a:hover {
  background: #f5bc00;
  background: linear-gradient(-145deg,   #fbb800 0%,  #1986c6 100%);
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #fbb800;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #fbb800;
  text-decoration: underline !important;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 140px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.section-heading h4 em {
  font-style: normal;
  color: #fbb800;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background: #f5bc00 !important;
  background: linear-gradient(-145deg, #f5bc00 0%, #118ac5 100%) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  background-image: url(../images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 100px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: normal;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  display: flex;
  align-items: center;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
    height: 70px;
}

.header-area .main-nav .logo img {
  max-height: 100px;
  width: auto;
  display: block;
}

.background-header .main-nav .logo img {
  max-height: 88px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 35px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow:
    1.5px 1.5px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    0 1.5px 0 #000,
    0 -1px 0 #000,
    1.5px 0 0 #000,
    -1.5px 0 0 #000;
  -webkit-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: color 0.3s ease 0s, opacity 0.3s ease 0s;
  height: 44px;
  line-height: 44px;
  border: transparent;
  letter-spacing: 0.5px;
}

.header-area .main-nav .nav li a .cart-badge {
  -webkit-text-stroke: 0;
  text-shadow: none;
  font-size: 11px;
  font-weight: 700;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fff!important;
  opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #fbb800!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fbb800;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
    .header-area .main-nav .logo img {
    max-height: 84px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fbb800!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: visible;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    max-height: min(70vh, 420px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fbb800!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 1200px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  margin-left: 20px;
  position: relative;
  z-index: 2;
  min-height: 200px;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image img.main-banner-hero-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center center;
  border-radius: 18px;
  box-shadow:
    0 16px 48px rgba(25, 134, 198, 0.18),
    0 4px 16px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(251, 184, 0, 0.35);
}

section.simple-cta .left-image img.simple-cta-offer-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(251, 184, 0, 0.45);
}

.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .header-text::after {
  position: absolute;
  background-image: url(../images/banner-left-dec.png);
  width: 214px;
  height: 429px;
  content: '';
  left: 0;
  bottom: -240px;
  z-index: 1;
}

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 64px;
  color: #111111;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #fbb800;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}


/*
---------------------------------------------
services
---------------------------------------------
*/ 

.services .item {
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px;
  margin: 15px;
  transition: all .3s;
}

.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #fbb800;
}


/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}

section.our-courses:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs .menu div {
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 40px;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 3px solid rgba(219,138,222,0.5);
}

section.our-courses .naccs .menu div.active {
  color: #fbb800;
  border: 3px solid rgba(219,138,222,1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.our-courses ul.nacc {
  margin-left: 100px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding-right: 50px;
}

section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: #fbb800;
  background: linear-gradient(-145deg, #f5bc00 0%, #118ac5 100%);
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
  padding: 40px 0px;
  margin-left: 350px;
}

section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #111;
}

section.our-courses ul.nacc li .right-content .last-span {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
}


/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 180px 0px;
}

section.simple-cta .left-image {
  position: relative;
  z-index: 2;
  margin-right: 45px;
}

section.simple-cta h6 {
  font-size: 17px;
  color: #fff;
}

section.simple-cta h4 {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}


/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  position: relative;
}

section.testimonials:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.testimonials:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

.testimonials .item {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 15px;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.testimonials .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.testimonials .item span {
  font-size: 13px;
  font-weight: 700;
  color: #fbb800;
}

.testimonials .item img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px
}

.testimonials .item .testimonials-quote-icon {
  position: absolute;
  right: 28px;
  bottom: 26px;
  font-size: 42px;
  line-height: 1;
  color: rgba(251, 184, 0, 0.35);
  z-index: 2;
  pointer-events: none;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #fbb800;
}



/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-image: url(../images/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  position: relative;
}

section.contact-us:after {
  position: absolute;
  content: '';
  background-image: url(../images/footer-left-dec.png);
  left: 0px;
  top: 60px;
  width: 267px;
  height: 396px;
  z-index: 1;
}

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: #fbb800;
  background: linear-gradient(-145deg, #f5bc00 0%, #118ac5 100%);
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #fbb800;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-us #contact {
  margin-left: -100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  float: right;
  font-size: 13px;
  color: #fff;
  background: #fbb800;
  background: linear-gradient(-145deg, #f5bc00 0%, #118ac5 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  color: #fbb800;
  border-radius: 50%;
  transition: all .5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #fbb800;
  color: #fff;
}

p.copyright {
  text-align: center;
  color: #fff;
  margin: 40px 0px;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  margin-top: 190px;
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


/*
---------------------------------------------
about us page
---------------------------------------------
*/

section.get-info .left-image {
  margin-right: 30px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}

section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.our-team {
  position: relative;
}

section.our-team .section-heading p {
  padding: 0px 60px;
}

section.our-team:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs .menu {
  position: relative;
  display: inline-block;
}

section.our-team .naccs .menu div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs .menu div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs .menu div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fbb800;
  font-weight: 700;
  display: block;
}

section.our-team .naccs .menu div.active h4 {
  color: #fbb800;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all .3s;
}

section.our-team ul.nacc li .left-content span a:hover {
  color: #fbb800;
}

section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.our-office .left-info p {
  margin-bottom: 40px;
}

section.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

section.our-office #video {
  margin-left: -70px;
}

section.our-office #video .thumb {
  position: relative;
}

section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

section.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: #fbb800;
  background: linear-gradient(-145deg, #f5bc00 0%, #118ac5 100%);
}

section.our-office #video img {
  border-radius: 20px;
}



/*
---------------------------------------------
our services page
---------------------------------------------
*/

section.featured-product {
  position: relative;
}

section.featured-product:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.featured-product:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}


/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #fbb800;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }
  .main-banner .header-text h2 {
    font-size: 62px;
  }
  .header-area {
    background: #fbb800 !important;
    background: linear-gradient(-145deg, #f5bc00 0%, #118ac5 100%) !important;
  }
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  section.simple-cta {
    margin-top: 0px;
  }
  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.contact-us .contact-info {
    margin-top: 15px;
  }
  section.contact-us #contact {
    margin-left: 0px;
  }
  section.contact-us #contact button {
    float: none;
  }
  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.get-info .info-item {
    margin-top: 60px;
  }
  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }
  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }
  section.featured-product .product-image {
    margin: 60px
  }
  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  section.our-courses ul.nacc li .left-image,
  section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(-0%);
  }
  section.our-courses ul.nacc li .left-image img,
  section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }
  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }
  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }
  section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }
  section.our-team .naccs .menu div {
    width: 14%;
    margin: 0px 5px;
  }
  section.our-team .naccs .menu div.active img {
    border: 3px solid #fbb800;
  }
  section.our-team .naccs .menu div h4,
  section.our-team .naccs .menu div span {
    display: none;
  }
  section.more-info .count-area-content .count-title {
    font-size: 22px;
  }
}

/* ----- SET School custom ----- */
.set-flyer-sidebar {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 18px;
  pointer-events: none;
  opacity: 0.55;
}

.set-flyer-sidebar svg {
  width: 42px;
  height: 42px;
  display: block;
}

@media (max-width: 1400px) {
  .set-flyer-sidebar {
    display: none;
  }
}

.main-banner .header-text .banner-title-unified {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 36px;
}

/* Single-line hero titles (e.g. programs page h1) */
.main-banner .header-text h1.banner-title-unified {
  font-size: clamp(22px, 3.2vw, 40px);
  line-height: 1.2;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000;
}

.main-banner .header-text .banner-title-unified .banner-line1 {
  display: block;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 1.1;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #000,
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000;
  margin-bottom: 0.12em;
}

.main-banner .header-text .banner-title-unified .banner-line2 {
  display: block;
  font-size: clamp(22px, 3.4vw, 40px);
  line-height: 1.25;
  font-weight: 800;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000;
}

/* First home strip only: skip template corner art (it sat above content on phones/tablets) */
section#vacation-camps-box.our-courses::before,
section#vacation-camps-box.our-courses::after {
  content: none;
  display: none;
}

section#vacation-camps-box {
  position: relative;
  z-index: 5;
  scroll-margin-top: 110px;
  margin-top: clamp(2rem, 5vw, 5rem);
}

section#vacation-camps-box .vacation-camps-callout {
  position: relative;
  z-index: 2;
}

.vacation-camps-callout {
  border: 3px solid #1986c6;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  background: linear-gradient(145deg, rgba(25, 134, 198, 0.08) 0%, rgba(251, 184, 0, 0.12) 100%);
  margin-bottom: 40px;
}

.vacation-camps-callout h3 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin-bottom: 12px;
}

.vacation-camps-tagline {
  max-width: 520px;
  margin: 0 auto 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

.stem-focus-lead {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  text-align: center;
}

section.our-courses.stem-focus .stem-focus-container {
  max-width: 100%;
}

section.our-courses.stem-focus .stem-focus-heading {
  margin-bottom: 48px;
  max-width: none;
  width: 100%;
}

section.our-courses.stem-focus .stem-focus-heading h4 {
  line-height: 1.2;
  letter-spacing: -0.02em;
}

section.our-courses.stem-focus .stem-focus-kicker {
  letter-spacing: 0.06em;
}

section.our-courses.stem-focus .stem-focus-brand {
  color: #1986c6;
  font-weight: 800;
}

section.our-courses.stem-focus .section-heading .stem-focus-lead {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section.our-courses.stem-focus .stem-focus-lead-wrap {
  max-width: 100%;
  width: 100%;
  margin: 1.5rem auto 0;
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1rem, 3vw, 2.75rem);
  text-align: left;
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(25, 134, 198, 0.06) 0%, rgba(251, 184, 0, 0.05) 55%, #fafafa 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

section.our-courses.stem-focus .stem-focus-lead {
  max-width: none;
  margin: 0;
  font-size: clamp(1rem, calc(0.97rem + 0.35vw), 1.125rem);
  line-height: 1.75;
  color: #3a3a3a;
  text-align: left;
}

section.our-courses.stem-focus .stem-focus-lead--hint {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: clamp(0.95rem, calc(0.92rem + 0.25vw), 1.05rem);
  line-height: 1.7;
  color: #4d4d4d;
}

@media (max-width: 575px) {
  section.our-courses.stem-focus .stem-focus-lead-wrap {
    padding: 1.15rem 1rem;
    text-align: left;
  }
}

.vacation-camp-pick {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.vacation-camp-pick a {
  flex: 1 1 220px;
  max-width: 320px;
  padding: 22px 24px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(-145deg, #1986c6 0%, #fbb800 100%);
  transition: transform 0.2s, opacity 0.2s;
  border: 2px solid #111;
}

.vacation-camp-pick a:hover {
  transform: scale(1.03);
  opacity: 0.95;
}

@media (max-width: 991px) {
  section#vacation-camps-box {
    margin-top: clamp(1rem, 4vw, 2.5rem);
  }

  .vacation-camps-callout {
    padding: 24px 18px;
  }

  .main-banner .header-text::after,
  .main-banner .right-image::after {
    display: none;
  }
}

.nav-cart-link {
  position: relative;
}

.contact-form-status {
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.45;
}

.contact-form-status.alert-success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
}

.contact-form-status.alert-danger {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #b71c1c;
}

.nav-cart-link .cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #198601;
  color: #fff;
  font-size: 11px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  text-align: center;
  font-weight: 700;
  padding: 0 4px;
}

/* ----- Schedule / vacation info (home) ----- */
.set-schedule-section .section-heading {
  margin-bottom: 36px;
}

.set-schedule-lead {
  max-width: 560px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.55;
  color: #555;
}

.set-glance-row {
  margin-bottom: 8px;
}

.set-glance-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.set-glance-card:hover {
  box-shadow: 0 8px 28px rgba(25, 134, 198, 0.12);
  border-color: rgba(25, 134, 198, 0.35);
}

.set-glance-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(-145deg, #1986c6 0%, #fbb800 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.set-glance-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1986c6;
  margin-bottom: 6px;
}

.set-glance-value {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #222;
}

.set-glance-sub {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}

.set-schedule-intro {
  max-width: 920px;
  margin: 28px auto 36px;
}

.set-day-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .set-day-split {
    grid-template-columns: 1fr;
  }
}

.set-day-card {
  text-align: left;
  padding: 22px 22px 20px;
  border-radius: 14px;
  border: 1px solid #e0e8ef;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
  box-shadow: 0 4px 18px rgba(25, 134, 198, 0.08);
}

.set-day-morning {
  border-top: 4px solid #1986c6;
}

.set-day-afternoon {
  border-top: 4px solid #f9a825;
}

.set-day-label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1565c0;
  margin-bottom: 10px;
}

.set-day-afternoon .set-day-label {
  color: #ef6c00;
}

.set-day-label .fa {
  margin-right: 6px;
  opacity: 0.9;
}

.set-day-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.set-holliston-line {
  text-align: center;
  margin: 0;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #3d4f5f;
  background: rgba(25, 134, 198, 0.06);
  border-radius: 12px;
  border: 1px dashed rgba(25, 134, 198, 0.35);
}

.set-holliston-line .fa {
  color: #1986c6;
  margin-right: 6px;
}

.set-panel {
  border-radius: 14px;
  padding: 22px 24px;
}

.set-panel-muted {
  background: #f6f9fc;
  border: 1px solid #e2ecf4;
}

.set-panel-accent {
  background: linear-gradient(135deg, rgba(251, 184, 0, 0.12) 0%, rgba(25, 134, 198, 0.1) 100%);
  border: 1px solid rgba(251, 184, 0, 0.45);
}

.set-panel-title {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
}

.set-panel-title .fa {
  margin-right: 8px;
  color: #1986c6;
}

.set-referral-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #c62828;
  flex-shrink: 0;
}

.set-referral-title {
  font-size: 17px;
  color: #111;
}

.set-schedule-panels-row {
  align-items: stretch !important;
}

.set-pricing-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 2px solid #1986c6;
  border-radius: 16px;
  padding: 26px 24px 28px;
  box-shadow: 0 8px 30px rgba(25, 134, 198, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media (min-width: 992px) {
  .set-pricing-sidebar {
    min-height: 520px;
  }
}

.set-pricing-lead {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin: 0 0 14px;
}

.set-pricing-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.set-pricing-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.set-pricing-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: 800;
  font-size: 12px;
}

.set-pricing-mini-title {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #555;
  margin: 4px 0 8px;
}

.set-pricing-foot {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}

.set-pricing-foot a {
  color: #1565c0;
  font-weight: 700;
}

.set-pricing-sidebar-title {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin: 0 0 4px;
}

.set-pricing-note {
  font-size: 13px;
  color: #666;
  margin: 0 0 16px;
}

.set-price-lines {
  list-style: none;
  padding: 0;
  margin: 0;
}

.set-price-lines li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #333;
}

.set-price-lines li:last-child {
  border-bottom: none;
}

.set-price-label {
  color: #555;
}

.set-price-num {
  font-weight: 800;
  font-size: 18px;
  color: #111;
}

.set-pricing-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #ddd, transparent);
  margin: 16px 0;
}

.set-pricing-subhead {
  font-size: 15px;
  font-weight: 800;
  color: #1986c6;
  margin: 0 0 4px;
}

.set-pricing-april-note {
  font-size: 12px;
  color: #777;
  margin: 0 0 8px;
}

.set-price-lines-compact li {
  padding: 6px 0;
}

.set-season-block {
  text-align: center;
  margin: 48px auto 8px;
  max-width: 720px;
  padding: 32px 24px 12px;
  background: linear-gradient(180deg, rgba(25, 134, 198, 0.06) 0%, transparent 100%);
  border-radius: 20px;
}

.set-season-kicker {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #1986c6;
  margin: 0 0 8px;
}

.set-season-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
}

.set-season-sub {
  max-width: 560px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.set-season-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}

.set-season-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #1a3d52;
  background: #fff;
  border: 1px solid #c5ddeb;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.set-season-pill .fa {
  color: #1986c6;
  font-size: 14px;
}

.set-season-cards {
  margin-top: 12px;
  margin-bottom: 20px;
}

.set-season-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.set-season-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.set-season-card-head {
  padding: 22px 22px 18px;
  color: #fff;
}

.set-season-card-april {
  background: linear-gradient(-145deg, #2e7d32 0%, #66bb6a 100%);
}

.set-season-card-summer {
  background: linear-gradient(-145deg, #1565c0 0%, #42a5f5 100%);
}

.set-season-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.25);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.set-season-card-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #fff;
}

.set-season-dates {
  margin: 0;
  font-size: 15px;
  opacity: 0.95;
  font-weight: 600;
}

.set-season-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.set-season-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
  margin-bottom: 16px;
  flex: 1;
}

.set-season-prices {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 14px;
  color: #333;
}

.set-season-prices li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-top: 1px solid #eee;
}

.set-season-prices li:first-child {
  border-top: none;
  padding-top: 0;
}

.set-season-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(-145deg, #1986c6 0%, #fbb800 100%);
  border: 2px solid #111;
  transition: opacity 0.2s, transform 0.2s;
}

.set-season-btn:hover {
  opacity: 0.92;
  transform: scale(1.01);
}

.set-season-btn .fa {
  font-size: 14px;
}

@media (max-width: 991px) {
  .set-pricing-sidebar {
    position: static;
    margin-top: 8px;
    min-height: 0;
  }
}

.program-card {
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.program-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}

.program-card .camp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.program-card .camp-actions button {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: linear-gradient(-145deg, #1986c6 0%, #fbb800 100%);
  color: #fff;
  transition: opacity 0.2s;
}

.program-card .camp-actions button:hover {
  opacity: 0.88;
}

.program-card .camp-actions button.btn-add-cart--added,
.program-card .camp-actions button.btn-add-cart:disabled {
  cursor: not-allowed;
  opacity: 1;
  background: linear-gradient(-145deg, #4a7a94 0%, #9a8a50 100%);
  border-color: #333;
}

.program-card .camp-actions button.btn-add-cart--added {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.program-card .camp-actions .btn-add-cart-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.program-card .camp-actions .btn-add-cart-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: #2a2a2a;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-card .camp-actions .btn-add-cart-remove:hover {
  background: #c62828;
  opacity: 1;
}

.program-card .camp-actions .btn-add-cart-remove:focus {
  outline: 2px solid #fbb800;
  outline-offset: 2px;
}

.cart-page-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.cart-page-table th,
.cart-page-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.cart-page-summary {
  max-width: 100%;
  margin-left: 0;
  padding: 16px 18px;
  background: #f9f9f9;
  border-radius: 12px;
}

.cart-page-heading .cart-page-h1 {
  font-weight: 800;
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  line-height: 1.2;
}

.cart-page-heading .cart-page-lead {
  font-size: 15px;
  line-height: 1.45;
  color: #444;
}

.cart-summary-top-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px 20px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.cart-subtotal-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.cart-subtotal-inline-label {
  font-size: 1.05rem;
  color: #333;
}

.cart-subtotal-amount {
  font-size: clamp(1.5rem, 4.5vw, 2.125rem);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.cart-copy-subtotal-btn {
  flex-shrink: 0;
  font-weight: 600;
}

.cart-extended-note {
  font-size: 13px;
  color: #555;
  line-height: 1.45;
  max-width: 36rem;
  text-align: right;
}

.cart-ref-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 14px;
  padding: 10px 14px;
  background: #f0f7fc;
  border: 1px solid #c5ddeb;
  border-radius: 10px;
  font-size: 14px;
  color: #1a3d52;
}

.cart-ref-label {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .cart-ref-strip {
    flex-wrap: nowrap;
    align-items: center;
  }

  .cart-ref-label {
    flex: 0 1 auto;
    max-width: 16rem;
  }
}

.cart-ref-code {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  flex: 1 1 200px;
  min-width: 0;
  word-break: break-all;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.cart-copy-ref-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.cart-pay-line {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.cart-actions-row {
  gap: 12px;
}

.cart-actions-row--checkout {
  margin-top: 4px;
}

.cart-actions-row--secondary {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e5e5e5;
  gap: 10px 14px;
}

.cart-actions-row--secondary .main-button-gradient {
  margin-bottom: 0;
}

.cart-page-table .cart-code-td {
  white-space: nowrap;
}

.cart-page-table .cart-code-copy {
  padding: 2px 8px;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 1;
}

@media (max-width: 767px) {
  .cart-extended-note {
    text-align: left;
    max-width: none;
  }

  .cart-summary-top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-ref-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .cart-copy-ref-btn {
    align-self: flex-start;
  }
}

/* STEM focus: image + text per topic; panel height matches topic buttons column */
section.our-courses.stem-focus .stem-tabs-row {
  align-items: stretch;
}

@media (min-width: 992px) {
  /* Tighter topic stack so the block isn’t overly tall */
  section.our-courses.stem-focus .stem-topic-menu.menu div.gradient-border {
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  section.our-courses.stem-focus .stem-topic-menu.menu div.gradient-border:last-child {
    margin-bottom: 0;
  }

  section.our-courses.stem-focus .stem-panel-col {
    min-height: 0;
  }

  section.our-courses.stem-focus ul.nacc.stem-nacc-list {
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  section.our-courses.stem-focus ul.nacc li.active {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100% !important;
    max-height: 100%;
    overflow: hidden;
  }

  section.our-courses.stem-focus ul.nacc li.active .stem-topic-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
  }

  section.our-courses.stem-focus ul.nacc li .left-image {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    margin-right: 0;
    width: 40%;
    max-width: 320px;
    flex-shrink: 0;
    align-self: stretch;
    min-height: 0;
    overflow: hidden;
  }

  section.our-courses.stem-focus ul.nacc li .left-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  section.our-courses.stem-focus ul.nacc li .right-content {
    margin-left: 0 !important;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px 20px 22px;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  section.our-courses.stem-focus ul.nacc li .right-content h4 {
    margin-bottom: 12px;
    font-size: 19px;
  }

  section.our-courses.stem-focus ul.nacc li .right-content p {
    margin-bottom: 0;
    line-height: 1.45;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  section.our-courses.stem-focus ul.nacc li.active .stem-topic-inner {
    flex-direction: column;
  }

  section.our-courses.stem-focus ul.nacc li .left-image {
    position: relative !important;
    margin: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
    max-width: none;
  }

  section.our-courses.stem-focus ul.nacc li .left-image img {
    border-radius: 15px 15px 0 0;
    min-height: 220px;
    height: auto;
    max-height: 320px;
    object-fit: cover;
  }

  section.our-courses.stem-focus ul.nacc li .right-content {
    margin-left: 0 !important;
    padding: 28px 24px;
  }
}

/* STEM tabs: avoid `transition: all` on labels (font flicker) */
section.our-courses.stem-focus .naccs .menu div {
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

section.our-courses.stem-focus .naccs .menu div span {
  -webkit-font-smoothing: antialiased;
}

section.our-courses.stem-focus ul.nacc {
  transition: height 0.28s ease;
}

section.our-courses.stem-focus ul.nacc li {
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

section.our-courses.stem-focus ul.nacc li .right-content,
section.our-courses.stem-focus ul.nacc li .right-content p,
section.our-courses.stem-focus ul.nacc li .right-content h4 {
  transition: none;
}