/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.section-full-screen { min-height: 100svh; }
@supports not (height: 100svh) {
  .section-full-screen { min-height: 100vh; }
}

.hero-stack{
  display: grid;
  align-items: start;       
  justify-items: stretch;
  position: relative;
  overflow: hidden;
}

.hero-stack .elementor-widget-image,
.hero-image,
.hero-layer{
  grid-area: 1 / 1;
}

.hero-image{
  z-index: 0;
}
.hero-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.hero-layer{
  position: relative;
  z-index: 2;
/*   padding: clamp(24px, 4vw, 64px) clamp(16px, 3vw, 40px); */
  text-align: left;
/*   display: grid; */
  align-content: center;
  justify-items: start;
}

.hero-layer-1{
	grid-area: 1 / 1;
}

.hero-stack::after{
  content: "";
  grid-area: 1 / 1;
  z-index: 1;
  background: rgba(0,0,0,.25);
}

.toggle-target{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .3s ease, opacity .3s ease;
}

.toggle-target.is-open{
  max-height: var(--toggle-max, 1500px);
  opacity: 1;
}

.toggle-target{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .3s ease, opacity .3s ease;
}

.toggle-target.is-open{
  max-height: var(--toggle-max, 1500px);
  opacity: 1;
}

[data-toggle] .elementor-button{
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, filter .25s ease;
}
[data-toggle] .elementor-button-icon svg{
  transition: transform .25s ease;
  transform-origin: 50% 50%;
}

[data-toggle][aria-expanded="true"] .elementor-button{
  background-color: #5F0153!important;
  color: var(--toggle-active-color, #fff);
  border-color: var(--toggle-active-border, transparent);
}

[data-toggle][aria-expanded="true"] .elementor-button-icon svg{
  transform: rotate(180deg);
}

#pricing [data-switch]{
  position: relative;
  width: 52px;
  height: 26px;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1e90ff;
  border: 1px solid #1e90ff;
  transition: background-color .25s ease, border-color .25s ease;
}

#pricing [data-knob]{
  position: absolute;
  left: 4px;
  top:  4px;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #fff;
  transition: transform .25s ease;
}

#pricing[data-billing="monthly"] [data-knob]{ 
	transform: translateX(0); 
}
#pricing[data-billing="yearly"]  [data-knob]{
	transform: translateX(24px); 
}

#pricing[data-billing="monthly"] [data-switch]{
  background-color:#1e90ff; border-color:#1e90ff;
}

#pricing[data-billing="yearly"]  [data-switch]{
  background-color:#6b21a8; border-color:#6b21a8;
}

#pricing[data-billing="yearly"] [data-hide-when="yearly"]{
	display: none; 
}

#pricing{
  min-width: 1120px;
}

#pricing .switcher{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}

.switcher p{
	margin-bottom:0;
	font-family: Grandstander, sans-serif;
	font-size:16px;
	color:#fff;
}

.cards{
	display: flex;
    justify-content: space-around;
}

[data-card="parents"],
[data-card="teachers"],
[data-card="schools"]{
	width: 340px;
    border: 2px solid #fff;
    border-radius: 20px;
}

[data-card="parents"]{
	background-color: #4190ec;
}

[data-card="teachers"]{
	background-color: #932e87;
}

[data-card="schools"]{
	background-color: #5dbb1b;
}

.card-top{
	padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.card-header,
.card-first-line,
.card-second-line,
.card-third-line{
	font-family: Grandstander, sans-serif;
	color:#fff;
	text-align:center;
}

.card-first-line{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 16px;
}

.card-second-line{
	font-size: 12px;
    font-weight: 500;
    line-height: 12px;
	margin-bottom: 25px;
}

.card-third-line{
	font-size: 14px;
    font-weight: 500;
	text-transform:uppercase;
}

.card-list{
	list-style-type:none;
	padding:30px;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
    display: flex;
    flex-direction: column;
	gap: 14px;
}

.card-list li{
	display: flex;
    align-items: flex-start;
    gap: 10px;
	justify-content: flex-start;
}

.card-list li svg{
	width:16px;
	height:16px;
	flex-shrink: 0;
	display: block;
} 

.card-list li p{
	font-size:14px;
	font-family:Montserrat, sans-serif;
	color:#fff;
	margin: 0;
    line-height: 16px;
}

.card-list li svg path{
	fill:#fff;
}

[data-card="parents"] .card-list{
	background-color:#7cb6fa;
}

[data-card="teachers"] .card-list{
	background-color:#c05bb4;
	height: 100%;
}

[data-card="schools"] .card-list{
	background-color:#edffe1;
	height: 100%;
}

[data-card="schools"] .card-list li svg path{
	fill:#86a419;
}

[data-card="schools"] .card-list li p{
	color:#86a419;
}

.parents-btn,
.teachers-btn,
.schools-btn{
	background-color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 18px 40px;
}

.parents-btn{
	color: #4190ec;
}

.teachers-btn{
	color: #932e87;
}

.schools-btn{
	color: #5dbb1b;
}
.parents-btn:hover{
	background-color: #2471ca;
	color: #fff;
}

.teachers-btn:hover{
	background-color: #6f0662;
	color: #fff;
}

.schools-btn:hover{
	background-color: #47a705;
	color: #fff;
}

.cards article {
  display: flex;
  flex-direction: column;
}

.card-top {
  flex: 0 0 auto;
}

.card-bottom {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


@media (max-width: 1440px){
  .hero-image-2{
    justify-self: center;
  }
  .hero-image-2 img{
    width: 2000px;
    max-width: none;
    height: 100%; 
    object-position: top center;
    display: block;
  }
}

@media (max-width: 1024px){
	.hero-image{
    	justify-self: center;
  }
	.hero-image img{
    	width: 1400px;
    	max-width: none;
    	height: 100%; 
    	object-position: top center;
    	display: block;
  }
	#pricing{
		min-width: 100%;
	}
	.cards {
    	display: flex;
    	justify-content: space-around;
}
	[data-card="parents"], 
	[data-card="teachers"], 
	[data-card="schools"]{
		width:300px;
	}
	.hero-image-2{
    	justify-self: center;
  }
	.hero-image-2 img{
    	width: 1600px;
    	max-width: none;
    	height: 100%; 
    	object-position: top center;
    	display: block;
  }
}

@media (max-width: 768px){

	.cards {
    	display: flex;
    	justify-content: space-around;
		flex-direction:column;
		align-items:center;
		gap:40px;
}
	[data-card="parents"], 
	[data-card="teachers"], 
	[data-card="schools"]{
		width:500px;
	}
	.hero-image-2{
    	justify-self: center;
  }
	.hero-image-2 img{
    	width: 3600px;
    	max-width: none;
    	height: 100%; 
    	object-position: top center;
    	display: block;
		
  }
}
@media (max-width: 430px){

	.cards {
    	display: flex;
    	justify-content: space-around;
		flex-direction:column;
		align-items:center;
		gap:20px;
}
	[data-card="parents"], 
	[data-card="teachers"], 
	[data-card="schools"]{
		width:80%;
	}
	.hero-image-2{
    	justify-self: center;
  }
	.hero-image-2 img{
    	width: 3800px;
    	max-width: none;
    	height: 100%; 
    	object-position: top center;
    	display: block;
		
  }
}