/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 12:25:05 */
html,body{
	overflow-x: hidden !important;
}

/* Loader CSS */

#gcs-preloader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #4a007c;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	visibility: visible;
}
.gcs-preloader-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	width: auto;
	height: auto;
}
.gcs-preloader-logo-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	opacity: 0;
	width: auto;
	height: auto;
}
.gcs-preloader-logo {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}
.gcs-preloader-title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	color: #FFFFFF;
	letter-spacing: 1em;
	text-align: center;
}
@media (max-width: 480px) {
	.gcs-preloader-title {
		font-size: 20px;
		letter-spacing: 1em;
	}
	.gcs-preloader-logo {
		width: 140px;
	}
}

/*  Header */

.ctm-header-image img{
	filter: invert(1);
}
.ctm-header-btn .elementor-button-icon svg {
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.ctm-header-btn:hover .elementor-button-icon svg {
  transform: translateX(8px);
}
.ctm-header-btn:hover .elementor-button {
  color: #B90808; /* example color */
}
.ctm-header-btn .elementor-button-icon {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px){
	.ctm-header-btn span.elementor-button-icon {
    	display: none !important;
	}
}
.ctm-header-sticky {
  position: relative;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}
.ctm-header-sticky.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #3b0069; /* Change to your preferred color */
  transition: top 0.3s ease, box-shadow 0.3s ease;
}
body.admin-bar .ctm-header-sticky.is-sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .ctm-header-sticky.is-sticky {
    top: 20px;
  }
}
.ctm-header-sticky {
  transform: translateY(0);
}
.ctm-header-sticky.is-sticky {
  transform: translateY(0);
}
.ctm-header-menu .hfe-menu-item {
  position: relative;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
  padding-bottom: 4px;
}
.ctm-header-menu .hfe-menu-item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #fff !important;
  transition: all 0.3s ease;
  transform: translateX(-50%) !important;
  opacity: 0;
}
.ctm-header-menu .hfe-menu-item:hover::before,
.ctm-header-menu .hfe-menu-item.active::before {
  width: 100%;
  opacity: 1 !important;
}
.ctm-header-sticky .elementor-element.elementor-element-b682ea8.e-con-full.e-flex.e-con.e-child {
    backdrop-filter: blur(12px);
}

/* Footer */

.ctm-footer-whatsapp {
  position: fixed !important;
  bottom: -30px;
  right: -16px;
  z-index: 9999;
}
.ctm-footer-whatsapp .elementor-icon {
  transition: transform 0.3s ease;
}
.ctm-footer-whatsapp .elementor-icon:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
	.ctm-footer-menu li a.hfe-menu-item {
		justify-content: center !important;
	}
}

/* Home Page */

.ctm-home-btn a.elementor-button.elementor-button-link.elementor-size-sm:hover span.elementor-button-text {
    text-decoration: underline;
}
.ctm-home-card:hover img{
	transform: scale(1.1);
}
@media screen and (min-width: 1025px) and (max-width: 1366px){
	.ctm-video-btn a.elementor-button.elementor-button-link.elementor-size-sm {
		height: 75px !important;align-content
	}
	.ctm-video-btn a span.elementor-button-content-wrapper {
    	margin-top: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.ctm-video-btn a.elementor-button.elementor-button-link.elementor-size-sm {
		height: 96px !important;align-content
	}
	.ctm-video-btn a span.elementor-button-content-wrapper {
    	margin-top: 10px;
	}
}



/* Open Learning International School Page */

.ctm-olis-image-gallery img {
    height: 450px !important;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
	.ctm-olis-image-gallery img {
    	height: 400px !important;
    	object-fit: cover;
	}
}