/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/* 
---------------------------------------------
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;
}

html, body {
  font-family: 'Oswald', 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, p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Oswald', sans-serif;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

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

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

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
  opacity: 0%;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 24px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@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;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #005aa4;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

a.main-button-slider:hover {
  background-color: #053861;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.4);
  display: inline-block;
}

a.main-button:hover {
  background-color: #eb3131;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #5c5d79;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

button.main-button:hover {
  background-color: #eb3131;
}

/* Modern button for modals */


/* Adult class card styles */


/*
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  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;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  position: relative;
  top: -22px;
  margin-top: 37px;
  -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;
  margin-left: 30px;
  width: 10px;
}

.header-area .main-nav .logo img {
  -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;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -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: 20px;
  padding-right: 20px;
}

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

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -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;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #ee3737;
}

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

.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: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.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: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.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: #3B566E;
}

.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: #3B566E;
}

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

.header-area.header-sticky .logo {
  margin-top: 25px;
}

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

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

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

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

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    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;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .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: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

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

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 100%,rgba(0,0,0,0.6) 1%),  url(../images/grading.jpg);
  background-position: 0px 0px!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  min-height: 90vh !important;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 100%;
}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100vw;
}

/* .welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
} */

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
  transition: 1s;
  margin-bottom: 30px;
}

.features-small-item:hover {
  width: 102%;
  height: 102%;
  cursor: default;
}

.features-small-item:hover .icon {
  /* background-color: #ff589e; */
}

.features-small-item .icon {
  -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;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  top: -120px;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-image: url(../images/work-process-bg.png); */
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -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;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -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;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -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;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -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;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 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;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -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;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff589e;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/


/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -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;
}

.blog-post-thumb h3 a:hover {
  color: #ff589e;
}

.blog-post-thumb .text {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: x-large;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


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

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(90deg, rgb(242, 21, 21), rgb(235, 227, 227) 180%);
  padding-top: 30px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #9d5bd9;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -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;
}

footer .social li a:hover {
  background-color: #586eff;
  color: #fff;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  /* background-image: linear-gradient(135deg, rgb(200, 29, 29) 0%, rgb(61, 61, 251) 100%); */
  background-image: linear-gradient(135deg, rgb(244, 55, 74), rgb(236, 24, 24) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.right-image {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

.google {
  width: 99vw;
  height: 60vh;
}

.whiteTXT {
  color: white;
}


@keyframes bounce {
  20%, 53%, 80%, 0%, 100% {
      -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
      animation-timing-function: cubic-bezier(0.215,.61,.355,1);
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }
  40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
      animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
      -webkit-transform: translate3d(0,-20px,0);
      transform: translate3d(0,-20px,0);
  }
  70% {
      -webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
      animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
      -webkit-transform: translate3d(0,-15px,0);
      transform: translate3d(0,-15px,0);
  }
  90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
  }
}
  
.button {
  font-family: 'Oswald', sans-serif;
  background-color: rgb(21, 21, 242);
  border: none;
  color: white;
  padding: 10px 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
  transition: 0.5s;
  text-align: center;
  border-radius: 25px;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -15;
  left: -110;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
  
.bounce{ 
  animation: bounce 2s infinite;
}

h1 {
  color: #333;
  font-family: tahoma;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 1000px;
}

h1 span {
  font-size: 40px;
  margin-left: 40px;
}

.message {
  background-color: yellow;
  color: #333;
  display: block;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  top: 0.2rem;
  left: 270px;
  animation: openclose 10s ease-in-out infinite;
}

.word1, .word2, .word3, .word4 {
  font-family: tahoma;
}

@keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  5% {
    width: 0;
  }
  10% {
    width: 800px;
  }
  15% {
    top: 0.2rem;
    width: 800px;
  }
  20% {
    top: 0.2rem;
    width: 0;
  }
  25% {
    top: 0.2rem;
    width: 0;
  }
  30% {
    top: -4.5rem;
    
  }
  35% {
    top: -4.5rem;
    width: 800px;
  }
  40% {
    top: -4.5rem;
    width: 800px;
  }
  45% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }
  50% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  55% {
    top: -9rem;
    width: 500px;
  }
  60% {
    top: -9rem;
    width: 500px;
  }
  65% {
    top: -9rem;
    width: 0;
    text-indent: 5px;
  }
  70% {
    top: -13.5rem;
    width: 0;
    text-indent: 5px;
  }
  75% {
    top: -13.5rem;
    width: 500px;
  }
  80% {
    top: -13.5rem;
    width: 500px;
  }
  85% {
    top: -13.5rem;
    width: 0;
    text-indent: 5px;
  }
  90% {
    top: 0;
    width: 0;
    text-indent: 0;
  }

  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}
  

/* 
.diag {
  border-bottom: 100px solid rgba(11, 128, 201, 1);
  width: 99vw;
  transform: skewY(-12deg);
  transform-origin: top left;
  overflow: hidden;
  position: absolute;
} */

*,
*::before,
*::after {
  box-sizing: border-box;
}
p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #1f2029;
}

.section{
  position: relative;
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-height{
  min-height: 100vh;
  position: absolute;
  pointer-events:none;
  overflow: hidden
}


.btn {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  max-width: 400px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
}
.btn:hover {
  text-decoration: none;
}

/*btn_background*/
.effect01 {
  color: #FFF;
  border: 4px solid #000;
  box-shadow:0px 0px 0px 1px #000 inset;
  background-color: #000;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
}
.effect01:hover {
  border: 4px solid #666;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
}

/*btn_text*/
.effect01 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect01:hover span{
  letter-spacing: 0.13em;
  color: #333;
}

/*highlight*/
.effect01:after {
  background: #FFF;
  border: 0px solid #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
}
.effect01:hover:after {
  background: #FFF;
  border: 20px solid rgb(255, 255, 255);
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

/*btn_background*/
.effect02 {
  color: rgb(0, 0, 0);
  box-shadow:0px 0px 0px 1px #000 inset;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  max-width: 300px;
}
.effect02:hover {
  border: 4px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  box-shadow:0px 0px 0px 4px #EEE inset;
}

/*btn_text*/
.effect02 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect02:hover span{
  letter-spacing: 0.13em;
  color: #333;
}

/*highlight*/
.effect02:after {
  background: rgb(0, 0, 0);
  border: 0px solid #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
  z-index: 1;
}
.effect02:hover:after {
  background: #FFF;
  border: 20px solid #000;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}


.info {
  width: 45%;
  background: rgba(20, 20, 20, .8);
  padding: 30px 0;
  border-right: 5px solid rgba(30, 30, 30, .8);
}


.qna {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.qna:hover,
.qna.active {
  background: #369ce032;
}
.question {
  color: #333;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
}
.question:hover {
  color: #000;
}
.qna.active .question {
  color: rgb(78, 161, 238);
}
.qna .question::before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
  transition: transform 0.3s;
}
.qna.active .question::before {
  transform: rotate(90deg);
}

.qna .answer {
  height: 0px;
  transition: 0.3s linear;
  overflow: hidden;
  padding: 0 0.8em;
}
@media (max-width: 700px) {
  /* .container {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 100vh;
  } */
  body {
    place-content: start;
  }
}

.bounce {
  margin-top: 60px;
}

/* MEDIA Q */

/* index */

@media screen and (max-width: 1199px) {
  .pricing-item {
    min-width: 100px;
    min-height: 450px;
    width: 300px;
    height: 400px;
    background-repeat:no-repeat;
    background-position: center center;
  }
  .main-button {
    margin-left: -26px;
  }
}



@media screen and (max-width: 990px) {
  .pricing-item {
    min-width: 350px;
    min-height: 450px;
    width: 300px;
    height: 400px;
    background-repeat:no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .pricing-item.open {
    display: none;
  }
  .main-button {
    margin-left: 0px;
  }

  .signupSection {
    margin-top: 300px;
  }
}

@media screen and (max-width: 767px) {
  .team-item {
    width: 80vw !important;
    min-width: 300px;
  }
  
  .main-button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 560px) {
  .inputFields {
    width: 40vw;
  }

  .signupSection {
    width: 99vw;
    min-width: 400px;
  }
}


@media screen and (max-width: 400px) {
  .learnTitle {
    position: absolute;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
  }

  .secondHeader {
    position: absolute;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 120px;
    padding: 10px;
  }

  

  body {
    min-width: 400px
  }

  .learnTitle {
    font-size: 10px !important;
  }

  .bounce {
    position: relative;
    top: 30px;
  }
}

.console-container {
 
  font-family: 'Oswald', sans-serif;
  font-size:4em;
  text-align:center;
  height:200px;
  width:100%;
  left: 0px;
  text-align: center;
  color:white;
}
.console-underscore {
  left:10px;
}

.hidden {
  opacity:0;
}

footer .phone {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.downArrow1 {
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  width: 100px;
}

@media screen and (min-width: 1000px) {
  .title {
    font-size: 2vw !important;
  }

  

  

  
}


@keyframes hideClass {
  50% {
    opacity: 50%;
  }

  100% {
    opacity: 0%;
  }
}

@keyframes focusClassAdults {
  to {
    transform: translateX(-74%);
  }
}

@keyframes moveClassKids {
  100% {
    transform: translateX(110%);
    opacity: 10%;
  }
}

@keyframes showExtras {
  100% {
    opacity: 100%;
  }
}


@media screen and (max-width: 730px) {
  .fleft {
    width: 100%;
    background: white;
    border-radius: 20px;
    height: auto;
    min-height: 150px;
    text-align: center;
  }

  .fright {
    text-align: center;
    border-radius: 20px;
    background: white;
    height: auto;
    min-height: 150px;
    width: 100%;
  }

  .ffull {
    text-align: center;
    border-radius: 20px;
    background: white;
    height: auto;
    min-height: 150px;
    width: 100%;
    margin: 20px auto;
  }

  .classStarted {
    width: 50% !important;
  }
}


@media screen and (max-width: 600px) {
  .intAdTXT {
    font-size: 120% !important;
  }
}

.chr {
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}


.trialCorner {
  position: fixed !important;
  bottom: 0px !important;
  right: 10px !important;
  z-index: 1000;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

@media screen and (max-width: 410px) {
  .trialCorner {
    position: absolute;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 95%;
  }
}

.cookie-consent{
  position: fixed;
  bottom: 50px;
  left: 20px;
  width: 260px;
  padding-top: 7px;
  height: 130px;
  color: #fff;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background: #292929;
  z-index: 1005;
  border-radius: 3px;
}

.allow-button{
  height: 20px;
  width: 104px;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  border-radius: 3px;
  border: 1px solid green;
  background-color: green;
}
/* 
---------------------------------------------
2026 revamp additions
--------------------------------------------- 
*/

/* Preloader fade-out (replaces the jQuery animation) */
#preloader {
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

/* Mobile nav toggle (replaces jQuery slideToggle) */
@media (max-width: 991px) {
  .header-area .main-nav .nav.nav-open {
    display: block;
  }
}

/* Header */
.main-nav .logo {
  position: absolute;
}

/* Home hero */
.hero-title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  width: 100%;
  font-size: clamp(34px, 5vw, 46px);
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
  padding: 0 24px;
  white-space: normal;
}
.scroll-cue {
  transition: opacity 0.3s ease;
}
.scroll-cue p {
  color: rgb(185, 206, 246);
  font-family: 'Oswald', sans-serif;
  margin-top: 300px;
}

/* Class and instructor cards */


/* Modals */


/* Trial page: signup card sits in normal flow instead of being absolutely
   positioned over a 1200px spacer */
.trial-container {
  padding-top: 160px;
  padding-bottom: 60px;
}


/* Forms */
.honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.form-feedback {
  margin-top: 12px;
  font-size: 14px;
}
.form-feedback.success {
  color: #1e8e5a;
}
.form-feedback.error {
  color: #e74c3c;
}


/* Cookie banner */
.decline-button {
  background: transparent;
  border: 1px solid #999;
  color: inherit;
}

/* Footer */
.footer-badge {
  display: block;
  margin: 20px auto 0;
}
.centered-banner {
  display: block;
  margin: 20px auto 0;
  max-width: 95%;
  height: auto;
}

/* Keep modals above the sticky header, corner button and cookie banner
   (replaces the inline z-index hack the old index page used) */


/* Cookie banner grows with its content (two buttons now) */
.cookie-consent {
  height: auto;
  padding-bottom: 10px;
}

/* Card footer buttons keep the original purple pill look now that they are
   labels/buttons instead of anchors */


/* Learn more hero (replaces the inline styles the old page carried) */
.learnTitle {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  width: 100vw;
  text-align: center;
  white-space: normal;
}
.secondHeader {
  font-family: 'Oswald', sans-serif;
  font-size: large;
}

/* 
---------------------------------------------
programme cards + dialogs + trial card (2026 redesign)
--------------------------------------------- 
*/

/* Shared pill buttons */
.btn-pill {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff !important;
  background-color: #8261ee;
  border-radius: 25px;
  padding: 12px 24px;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.4);
  transition: all 0.3s ease 0s;
  text-align: center;
}
.btn-pill:hover {
  background-color: #eb3131;
  box-shadow: 0 4px 15px rgba(235, 49, 49, 0.35);
}
.btn-pill-ghost {
  background-color: #fff;
  color: #8261ee !important;
  box-shadow: inset 0 0 0 2px #8261ee;
}
.btn-pill-ghost:hover {
  background-color: #8261ee;
  color: #fff !important;
  box-shadow: inset 0 0 0 2px #8261ee;
}

/* Programme cards */
.programme-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 920px;
  margin: 0 auto;
}
.programme-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.programme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.13);
}
.programme-photo {
  height: 250px;
  overflow: hidden;
}
.programme-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 0.5s ease;
}
.programme-card:hover .programme-photo img {
  transform: scale(1.04);
}
.programme-body {
  padding: 26px 30px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.programme-tag {
  display: inline-block;
  width: max-content;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #1e1e1e;
  padding: 6px 12px;
  border-radius: 12px;
}
.programme-tag-kids {
  background: #eb3131;
}
.programme-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e1e1e;
  margin: 14px 0 10px;
}
.programme-text {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #777;
  margin-bottom: 24px;
}
.programme-actions {
  margin-top: auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .programme-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .programme-photo {
    height: 210px;
  }
}

/* Dialogs */
.class-dialog {
  border: none;
  border-radius: 20px;
  padding: 44px 42px 40px;
  width: min(560px, 92vw);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  font-family: "Raleway", sans-serif;
}
.class-dialog::backdrop {
  background: rgba(20, 20, 30, 0.55);
}
.class-dialog[open] {
  animation: dialog-in 0.25s ease;
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
  }
}
.class-dialog-wide {
  width: min(880px, 94vw);
}
.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f2f2fe;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dialog-close:hover {
  background: #eb3131;
  color: #fff;
}
.dialog-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e1e1e;
  margin: 14px 0 10px;
}
.dialog-text {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.dialog-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.dialog-link {
  color: #8261ee !important;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.2s ease;
}
.dialog-link:hover {
  color: #eb3131 !important;
}
.dialog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
  margin-top: 24px;
}
.dialog-class-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1e1e1e;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.dialog-class .dialog-link {
  display: inline-block;
  margin-top: 10px;
}
.dialog-chip {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8261ee;
  background: #f0ecff;
  border-radius: 10px;
  padding: 4px 10px;
}
.dialog-chip-adv {
  color: #eb3131;
  background: #ffeaea;
}

@media (max-width: 700px) {
  .dialog-grid {
    grid-template-columns: 1fr;
  }
  .class-dialog {
    padding: 40px 26px 32px;
  }
}

/* Trial signup card */
.trial-card {
  display: grid;
  grid-template-columns: 5fr 7fr;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.1);
  max-width: 980px;
  margin: 0 auto;
}
.trial-card-pitch {
  background-image: linear-gradient(to bottom, rgba(18, 18, 32, 0.82), rgba(18, 18, 32, 0.82)),
    url('../images/grading.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 48px 40px 40px;
  display: flex;
  flex-direction: column;
}
.trial-card-headline {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 28px;
}
.trial-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: grid;
  gap: 18px;
}
.trial-perks li {
  position: relative;
  padding-left: 32px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.92);
}
.trial-perks li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eb3131;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
.trial-card-note {
  margin-top: auto;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.trial-card-form {
  padding: 46px 46px 42px;
}
.trial-eyebrow {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  color: #eb3131;
}
.trial-form-title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.5px;
  color: #1e1e1e;
  margin: 10px 0 26px;
}
.trial-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.trial-field {
  height: 50px;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #e4e4f2;
  background: #f7f7fd;
  padding: 0 20px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.trial-field::placeholder {
  color: #99a;
}
.trial-field:focus {
  border-color: #8261ee;
  background: #fff;
}
select.trial-field {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%238261ee' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
select.trial-field:invalid {
  color: #99a;
}
.trial-field-wide {
  grid-column: 1 / -1;
}
.trial-submit {
  height: 50px;
  font-size: 14px;
  margin-top: 8px;
}

@media (max-width: 860px) {
  .trial-card {
    grid-template-columns: 1fr;
  }
  .trial-card-pitch {
    padding: 38px 30px 34px;
  }
  .trial-card-note {
    margin-top: 4px;
  }
  .trial-card-form {
    padding: 36px 26px 34px;
  }
  .trial-fields {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .class-dialog[open] {
    animation: none;
  }
  .programme-card,
  .programme-photo img {
    transition: none;
  }
}

.dialog-close:focus {
  outline: none;
}
.dialog-close:focus-visible {
  outline: 2px solid #8261ee;
  outline-offset: 2px;
}

/* Instructor cards */
.instructor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.instructor-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.instructor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.13);
}
.instructor-photo {
  height: 280px;
  overflow: hidden;
  background: #f2f2fe;
}
.instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.5s ease;
}
.instructor-card:hover .instructor-photo img {
  transform: scale(1.04);
}
.instructor-body {
  padding: 22px 18px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: space-between;
}
.instructor-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e1e1e;
}

@media (max-width: 991px) {
  .instructor-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .instructor-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .instructor-card,
  .instructor-photo img {
    transition: none;
  }
}

/* Cards read title-then-actions now the blurbs are gone */
.programme-title {
  margin-bottom: 20px;
}

/* Breathing room above the instructor grid so the hover lift never
   touches the section heading */
.instructor-grid {
  margin-top: 50px;
}

/* Per-photo framing: Kenn's studio shot is mostly white background, so zoom
   to his upper body; Lewis (left of frame, white suit) gets pulled into focus */
.instructor-photo-kenn img {
  transform: scale(1.8);
  transform-origin: 50% 20%;
}
.instructor-card:hover .instructor-photo-kenn img {
  transform: scale(1.86);
}

/* Trial CTA on the learn more page */
.center-heading .section-title.trial-cta-title {
  color: #eb3131;
}
.trial-cta {
  text-align: center;
}


/* Mobile header: keep the logo vertically centred in the 80px pill */
@media (max-width: 1000px) {
  .header-area .main-nav .logo {
    position: absolute;
    top: 50% !important;
    left: 15px;
    margin: 0 !important;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }
}

/* Anchor the logo and menu trigger to the white pill itself, so neither can
   escape it at any width */
.header-area .main-nav {
  position: relative;
}
@media (max-width: 1000px) {
  .header-area .main-nav .logo {
    left: 20px;
  }
  .header-area .main-nav .menu-trigger {
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
  }
}
