/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.formgocamp .gform-footer.gform_footer.top_label {
	justify-content: center !important;
}

.formgocamp .gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}

/*popup*/

.popup {
	display: none;
    position: fixed;
    z-index: 99999; /* Ensure the popup stays on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Background dimming */
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevent scrolling of the entire page when popup is open */
}

.popup-content {
    height: 80%; /* Set height to allow scrolling within popup */
    overflow-y: auto; /* Enable scrolling if content overflows */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	background: #fff;
    max-width: 780px;
	width: 80%;
    border-radius: 24px;
    padding: 40px 24px;
}

/*popup */

.hover-box {
  position: relative; /* z-index requires a positioned element */
  z-index: 0; /* Default z-index */
}

.hover-box:hover {
  z-index: 5; /* Change to higher z-index on hover */
}

.program-box1 {
	display: flex;
	flex-direction: column;
	padding: 15px;
	height: 100%;
	border-radius: 15px;
}

.program-box1 {
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; /* Prevent repeating the image */
    background-color: #000; /* Fallback color in case the image doesn't load */
}


.swiper-pagination-bullet-active {
	background-color: var(--gf-pink) !important;
	transform: scale(1.2);
	
}

.courses-swiper .swiper-wrapper { 
	align-items: center !important;
}

.courses-swiper { 
	padding-bottom: 40px !important;
}

.help-menu {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.carousel-sc .swiper-slide > img {
	border-radius: 15px;
}

.city {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.promotion-list {
	display: flex;
    gap: 20px;
	flex-direction: column;
}

.promotion-item {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.promotion-list .promotion-item:last-child {
  	border-bottom: none;
	padding-bottom: 0px;
}

.promotion-item span.label {
	font-size: 24px;
    display: block;
	font-weight: bold;
}

.promotion-now {
	text-align: right;
}

ul.toc {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

ul.toc a {
	color: #898d9a;
}

ul.toc a.active {
	color: #000;
}

ul.toc li {
	padding-bottom: 8px;
}

.blinking-text {
    animation: blink 0.7s step-end infinite; /* use step-end to create an instant toggle */
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

div.form-icon {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: flex;
	flex-direction: column;
	gap: 5px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

div.form-icon a {
	background: var(--gf-pink);
    border-radius: 50px;
    width: 50px;
    height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.form-icon svg {
    width: 30px;
    height: 30px;
}

.form-icon a {
  display: inline-block; /* Ensures the transform applies correctly */
  transition: transform 0.3s ease; /* Smooth transition for the transform */
  transform-origin: center; /* Sets the point around which the transformation is applied */
}

.form-icon a:hover, .form-icon a:focus {
  transform: rotate(45deg); /* Rotates the icon 45 degrees */
}


.schedule-box {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	border-radius: 10px;
}

.opacity-50 {
	opacity: 0.5!important;
}

.sticky-enabled .main-navigation.is_stuck path.login-icon {
	fill: #000;
}

path.login-icon {
	fill: #fff;
}

.author-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	margin-bottom: 20px;
}

a.quiz-cta {
	background: var(--gf-pink);
	color: #fff;
	border: 1px solid var(--gf-pink);
}

a.community-cta {
	background: #fff;
	color: var(--gf-pink);
	border: 1px solid var(--gf-pink);
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

body.single-product .gform_fields {
	row-gap: 10px;
}

body.single-product .gfield_label {
	font-weight: bold;
}

body.single-product .gform-field-label--type-sub-large {
	display: none;
}

.carousel-container {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}

.slider-swiper img {
	width: 100%;
	display: block;
}

.slider-swiper .swiper-pagination-bullet {
	background: none!important;
	border: 1px solid #fff!important;
	opacity: 1!important;
	width: 15px!important;
	height: 15px!important;
	margin: 0 10px!important;
}

.slider-swiper .swiper-pagination {
	bottom: 30px!important;
}

.slider-swiper .swiper-pagination-bullet-active {
	background: #fff!important;
}

.school-offer select.facetwp-dropdown {
    width: 100%;
    background: #fff;
    border-radius: 5px;
	border: 0px;
}

body.single-product table.normal {
	  table-layout: auto;
}

.wp-block-table td, .wp-block-table th {
	border: 1px solid #ddd;
}

body.single-product table:not(.variations) th {
    background: var(--global-color-9);
}

body.single-product th, body.single-product td {
    border: 1px solid #999;
}

body.single-product table {
  width: 100%;
  table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
}
	
.user-menu {
    position: relative;
    display: inline-block; /* Or use other display values suitable to your design */
	order: 3;
	cursor: pointer;
	margin-left: 10px;
}

.submenu {
    display: none;
    position: absolute;
	min-width: 150px;
    top: 100%; /* Display just below the parent .user-menu div */
    right: 0;
    z-index: 1000; /* Make sure it's above other content */
    background-color: #fff; /* Change as desired */
    border: 1px solid #ccc; /* Style as desired */
}

.user-menu:hover .submenu {
    display: block;
}

.submenu a {
    display: block;
    padding: 8px 12px; /* Style as desired */
    text-decoration: none;
    color: black; /* Style as desired */
}

.submenu a:hover {
    background-color: #f5f5f5; /* Style as desired */
}

.user-menu img {
	border-radius: 40px;
	width: 40px;
	height: 40px;
}

.course-box h6 {
	padding: 20px;
	margin: 0px;
	font-size: 17px;
}

.course-box {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;	
	color: inherit;
}

.course-box img {
	width: 100%;
	display: block;
	min-height: 200px;
	object-fit: cover;
}

.course-box-info {
	padding: 20px;
}

/*
.blog_img::before {
	content: '';
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  pointer-events: none; 
	  z-index: 999999;
	background: #ED2987;
	mix-blend-mode: screen;	
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.blog_img:hover::before {
	  opacity: 0;
	display: none!important;
}
*/

.usp-swiper .swiper-slide {
    height: auto;
}

.usp-box {
	background: #fff;
	height: 100%;
    display: flex;
    flex-direction: column;
	border-radius: 10px;
	box-sizing: border-box;
}

.usp-box img {
	margin-bottom: 20px;
	max-height: 200px;
    object-fit: cover;
	border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.usp-box h4 {
	font-size: 23px;
	padding: 0px 20px;
}

.usp-box p {
	padding: 0px 20px;
}

.room-container {
	width: 100%;
}

.room-box img {
	margin-bottom: 10px;
	max-height: 200px;
    object-fit: cover;
    width: 100%;
	border-radius: 10px;
}

.site-footer a:hover {
	color: var(--gf-pink)!important;
}

.home-hero {
	position: absolute;
	bottom: 40px;
	left: 20px;
	right: 20px;
	z-index: 4;
}

.home-swiper .swiper-slide {
  background-size: cover; /* Ensures the image covers the full area of the slide */
  background-position: center; /* Centers the image within the slide */
  height: 100%; /* Set the height as needed */
  width: 100%; /* Set the width as needed */
}

.home-swiper-arrow {
	position: absolute;
	bottom: 40px;
	right: 20px;
    display: flex;
    flex-direction: row;
    gap: 5px;
	z-index: 2;
}

.home-swiper-arrow .swiper-b-next {
  transition: transform 0.3s ease-in-out; /* Smooth transition for the transform */
}

.home-swiper-arrow .swiper-b-next:hover {
  transform: scale(1.4); /* Increase the size by 10% on hover */
}

.home-swiper {
	height: 100vh;
}

span.gfield_required {
    display: none;
}

.sticky-enabled .main-navigation.is_stuck .quiz-cta {
	border: 1px solid var(--gf-pink);
	background: var(--gf-pink);
    color: #fff;
}

.sticky-enabled .main-navigation.is_stuck .community-cta {
	border: 1px solid var(--gf-pink);
    color: var(--gf-pink);
}

body.single-post .sticky-enabled .main-navigation.is_stuck .quiz-cta {
    color: #fff;
}

.quiz-intro {
    text-align: center;
}

.home-buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.swiper-arrows {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.swiper-arrow {
    display: flex;
    flex-direction: row;
	gap: 10px;
}

.swiper-b-next, .swiper-b-prev, .swiper-u-next {
    cursor: pointer;
}

a.content-box {
    display: flex;
    flex-direction: column;
	cursor: pointer;
	color: var(--contrast);
}

/* Container for the image to control overflow */
.box-img-container {
    overflow: hidden;
	margin-bottom: 10px;
}

/* Style for the image */
.box-img {
    transition: transform 0.5s ease;
    display: block; /* Remove any default spacing below the image */
}

/* Zoom effect on hover */
.box-img-container:hover .box-img {
    transform: scale(1.4);
}

.partner-box:before {
    content: '';
    position: absolute;
	bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 60%;
	background: linear-gradient(0deg, #ED2987 -14.83%, #F05B7D 40.19%, rgba(240, 91, 125, 0) 100%);
}

body #gform_wrapper_22 .gchoice {
    background: #fff3d7;
	border-radius: 3px;
    padding: 20px;
	cursor: pointer;
	position: relative;
}

body #gform_wrapper_22 legend {
	text-align: center;
	font-size: 26px;
}

body #gform_wrapper_22 .gchoice:hover, body #gform_wrapper_22 .gchoice.selected {
    background: #fedc86;
}

body #gform_wrapper_22 .gfield_radio input[type='radio'] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}

body #gform_wrapper_22 .gform_page_footer {
	justify-content: center;
}

button.menu-toggle {
    font-size: 30px!important;
    padding: 0px;
    background-color: transparent!important;
    padding-left: 20px;
}

.promotion_price {
	color: var(--accent);
	font-size: 20px;
	font-weight: bold;
}

.swiper-courses .swiper-slide {
	height: auto;
}

body.home .product-box {
	background: var(--global-color-9);
}

.product-box {
	background: #fff;
	border-radius: 5px;
	height: 100%;
}

.product-title {
	font-weight: bold;
}

.product-box img {
	display: block;
	border-radius: 5px 5px 0px 0px;
}

.product-content {
	padding: 20px;
}

.course-price {
	color: var(--accent);
}

.course-price del {
	color: var(--global-color-10);
}

.compare-result {
    table-layout: fixed;
	text-align: center;
}

.compare-result tr td:nth-child(odd) {
}

.compare-result tr td:nth-child(even) {
}

.compare-result th {
    background: var(--accent);
	color: #fff;
}

.compare-result tr td:first-child {
    width: 10%;
	background-color: #e8f3ff; /* Replace with the color you want for odd columns */
}

.sosanh-wrap {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    margin-top: 10px;
    font-style: italic;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

span.promotion-badge {
    background: #FACC15;
    border-radius: 5px;
    padding: 3px 10px;
}

ul.promotions {
    margin: 0;
	display: none;
	margin-left: 20px;
}

.modal-content ul.promotions {
	display: block;
}

ul.promotions li {
    margin: 0px!important;
	padding: 0px!important;
	border: none!important;
}

table.variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

table.variations tr td {
    padding: 0px;
}

input.facetwp-date {
	width: 100%;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
input.facetwp-date::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    var(--accent);
}

/* Firefox 19+ */
input.facetwp-date::-moz-placeholder {
    color:    var(--accent);
    opacity:  1; /* Firefox is the only one that has this, needed to fix color issue. */
}

/* IE 10+ */
input.facetwp-date:-ms-input-placeholder {
    color:    var(--accent);
}

/* Edge 18 */
input.facetwp-date::-ms-input-placeholder {
    color:    var(--accent);
}

/* Safari 4.1-9 (obsolete but just in case) */
input.facetwp-date::-webkit-input-placeholder {
    color:    var(--accent);
}

.date-box input[type="text"] {
	border: none!important;
}

.call-widget {
    position: fixed;
    bottom: 95px;
    right: 25px;
    background: var(--contrast-2);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 99999999;
}

.call-widget svg {
	width: 36px;
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none!important;
}

ul.promotion-list {
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr; 
  	grid-gap: 40px; 
	list-style: none;
	margin: 0px;
}

ul.promotion-list li {
	cursor: pointer;
}

.promotion-date {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 0px 20px;
}

.facetwp-selections ul {
          margin: 20px 0;
      }
 
      .facetwp-selections li {
          display: inline-block;
          margin: 0 6px 6px 0;
          padding: 8px 10px;
          list-style-type: none;
          border: 1px solid #ddd;
          border-radius: 3px;
      }
 
      .facetwp-selections .facetwp-selection-value {
          color: var(--accent);
      }
 
      .facetwp-selections .facetwp-selection-value:hover {
          text-decoration: underline;
      }
 
      .facetwp-selections .facetwp-selection-label + .facetwp-selection-value {
          margin-left: 4px;
      }
 
      .facetwp-selections .facetwp-selection-value:last-child {
          margin-right: 0;
      }

.relative .swiper-button-prev {
    left: -20px!important;
}

.relative .swiper-button-next {
    right: -20px!important;
}

.swiper-button-next, .swiper-button-prev {
    background: #fff;
    width: 40px!important;
    height: 40px!important;
    border-radius: 40px;
    box-shadow: 1px 0 12px rgb(0 0 0 / 13%);
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--accent);
    font-size: 15px!important;
    font-weight: bold;
}

.relative {
	position: relative;
}

.school_header svg {
	color: var(--accent);
}

.school-gallery-container {
	margin: 0 auto;
	padding: 40px 20px;
	max-width: 1380px;
}

.woocommerce div.product form.cart {
	margin-bottom: 20px!important;
	display: none;
}

.woocommerce div.product form.cart div.quantity, button.single_add_to_cart_button {
	display: none!important;
}

.gform-theme--framework .gfield--type-product input[type].ginput_product_price {
	color: var(--gf-pink);
}

.product-content {
	color: var(--contrast);
}

.product-meta .woocommerce .star-rating {
    float: none;
}

.rank-math-question {
    cursor: pointer;
    position:relative;
    margin-bottom: 20px;
    padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--global-color-9);
	border-radius: 5px;
	border: 1px solid var(--via-green-300);
	gap: 20px;
}

.rank-math-question:after {
    content: "\2715";
    transform: rotate(-45deg);
    transition: all 150ms ease-in-out;
}

.rank-math-question.collapse:after {
    transform: rotate(0deg);
}

.rank-math-question:hover {
    opacity: 0.8;
}

button.facetwp-load-more {
    background: #fff;
    color: var(--gf-pink);
    border: 1px solid var(--gf-pink);
    border-radius: 5px;
	padding: 20px;
}

.ribbon {
    position: absolute;
    top: 30px;
    left: -30px;
    color: #fff;
    background: #52a447;
    font-size: 13px;
    padding: 3px 5px;
    transform: rotate(-45deg);
    width: 150px;
    text-align: center;
}


.ribbon.ribbon-sales {
	top: 20px;
    left: -50px;
}

tr.cart-subtotal, tr.woocommerce-shipping-totals.shipping {
	display: none;
}

.school-box {
	margin-bottom: 20px;
}

.anchor {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 40px;
}

.school-info {
    grid-column: span 2;
}

.room-desc h6 {
    margin-bottom: 10px;
}

.room-size {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.anchor-spacer {
  display: block;
  height: 80px;  /* height of your sticky menu */
  margin-top: -80px;  /* height of your sticky menu */
  visibility: hidden;
}

.woocommerce #reviews #comments ol.commentlist li {
	border: 1px solid #e4e1e3;
    border-radius: 4px;
	padding: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
}

.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
    display: none;
}

ul.tabs.wc-tabs {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; /* Optional: It defines the space between the columns */
}

.woocommerce #reviews #comments ol.commentlist li.comment {
    list-style-type: none; /* Optional: It removes the default list bullet */
}


.woocommerce #reviews #comments h2 {
    display: none;
}

.product-info > .product-price span.price-amount {
    font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.second-nav {
    width: 100%;
}

#overview {
	margin-top: 40px;
}

.course-desc svg {
	margin-right: 10px;
}

.course-desc span {
	display: block;
	color: var(--accent);
}

.course-desc {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 40px;
	font-weight: bold;
}

.course-desc > div {
	display: flex;
	align-items: center;
}

.gform_wrapper.gravity-theme .gfield_description {
    font-size: 13px!important;
    color: red;
}

.button-view {
	background: var(--contrast-2);
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin-top: 20px;
}

.facetwp-counter {
  display: none;
}

select.facetwp-dropdown {
	width: 100%;
}

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

ul.product-list li:not(:last-child) {
	border-bottom: 1px solid var(--base);
}

ul.product-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.duration {
    display: flex;
    align-items: center;
    gap: 5px;
}

a.product-row-link {
    color: var(--contrast);
}

ul.product-list {
    margin: 0;
    list-style: none;
}

.product-row-list {
    display: grid;
    grid-gap: 20px;
	cursor: pointer;
}

.product-row-list .product-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

body.single-product .product-meta {
	color: #fff;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-info > .product-desc {
    grid-column: span 3;
}

.product-content-container {
    grid-column: span 2;
	display: grid;
}

.woocommerce-product-gallery {
	order: -1;
}

.woocommerce div.product div.summary {
	padding: 30px;
	box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);
	background: #fff;
}

#calendly-embed-element {
	height: 750px;
}

.gform_wrapper.gravity-theme .gfield_required {
    display: none!important;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background: var(--accent)!important;
    border: 1px solid rgba(32,32,46,.079)!important;
    border-radius: 100%!important;
    box-shadow: 0 0.125rem 0.125rem rgb(58 58 87 / 6%)!important;
	color: #fff!important;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
	background: #fff!important;
    border: none!important;
    box-shadow: none!important;
	color: #686e77!important;
}

.box {
	margin-bottom: 20px;
}

.box h3 {
	margin-bottom: 10px;
}

.box > div {
	padding: 20px;
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 15px;
}

.main-navigation ul ul {
    box-shadow: 0px 10px 30px rgb(34 34 34 / 10%);
	border-radius: 5px;
}

.school-gallery {
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.shadow {
	box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.1);
}

.why-us {
	text-align: center;
}

.mb-0 {
	margin-bottom: 0px;
}

/*
body #gform_wrapper_1 .gform_footer input[type=submit] {
	width: 100%;
}

body #gform_wrapper_1 .gform_footer input[type=submit]:hover, body #gform_wrapper_4 .gform_footer input[type=submit]:hover {
	background: #fff;
	color: var(--accent);
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_checkbox {
	color: #fff;
}

body #gform_wrapper_1 .gform_body .gform_fields .gsection .gsection_title {
	color: #fff;
	font-size: 15px;
	margin: 0px;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_checkbox input[type=checkbox] {
	width: 20px !important;
    height: 20px;
}
*/
@media (max-width: 768px) {
	
	.promotion-item {
        grid-template-columns: repeat(3, 1fr); /* 3-column layout */
    }

    /* Make the button div full width */
    .promotion-now {
        grid-column: span 3; /* Span across all columns */
    }

    .promotion-now .gb-button {
        width: 100%; /* Make the button full width */
        text-align: center; /* Center the button text */
    }
	
	.carousel-content {
		order: 2;
	}
	
	.home-swiper-arrow {
		display: none;
	}
	
	svg.hero {
		width: 100%!important;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
}
@media (min-width: 1025px) {

body.single-post .site-content .content-area {
	padding-right: 60px;
}
	
.home-buttons {
	flex-direction: row;
}
	
.carousel-container {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	align-items: center;
}
	
.grid-cols-4 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
	
.grid-cols-5 {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
}
	
	.sticky-enabled .main-navigation.is_stuck {
	padding: 0px 20px;
}
	
	.home-hero {
	max-width: 50%;
	}
	
	.home-buttons {
	margin-top: 80px;
	}
	
	.modal-content {
		max-width: 800px;
	}
	
.course-desc {
    display: flex;
	justify-content: space-between;
}
	
.school-gallery {
  	grid-template-columns: repeat(4, 1fr);
}
	
	.grid-cols-2 {
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		gap: 20px;
	}

.grid-cols-3, .school-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
	
	.product-row-list {
    grid-template-columns: repeat(3, 1fr);
}
	
.product-row-list > .product-info {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
	
.product-info > .product-price {
    text-align: right;
}
}

@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
		width: 80%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
		padding: 20px;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: 700;
		color: var(--accent);
		border-bottom: 1px solid var(--blue2);
		padding-left: 0px;
		padding-right: 0px;
		font-size: 18px;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
		padding: 10px;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
	
	nav .main-nav .mega-menu ul .sub-menu li a {
		padding-left: 0px;
		padding-right: 0px;
    }
}