/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.boton-elegante {
  padding: 15px 30px;
  border: 2px solid #2c2c2c;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.boton-elegante::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}

.boton-elegante:hover::after {
  transform: scale(4);
}

.boton-elegante:hover {
  border-color: #666666;
  background: #292929;
}



#header_anim {
	position: fixed;
    top: 30px; /* The initial top position of the header */
    left: 0;
    right: 0;
    z-index: 1000;
    transition: top 0.08s ease-in-out;
}

.gradient_text{
	font-weight: bold;
	 color: #FFD700; 
	 background-image: linear-gradient(45deg, #FFD700 0%, #FA0105 100%); 
	 background-clip: text; 
	 -webkit-background-clip: text; 
	 -webkit-text-fill-color: transparent; 
}

  svg.filters {
	  height: 0;
	  width: 0;
	  position: absolute;
	  z-index: -1;
}

.header-text {
	color: #c8c2bd;
	font-size: 55px;
	text-align: center;
	line-height: 1.0625;
	font-weight: 600;
	letter-spacing: -0.009em;
}

.glow-filter {
	position: relative;
	display: inline-block;
	scale: 1;

	animation: onloadscale 1s ease-out forwards;
}

.glow-filter::before {
	content: attr(data-text);
	position: absolute;
	pointer-events: none;
	color: #fffaf6;
	background: linear-gradient(0deg, #dfe5ee 0%, #fffaf6 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: url(#glow-4);
	-moz-filter: url(#glow-4);
	-webkit-filter: url(#glow-4);

	opacity: 0;
	animation: onloadopacity 1s ease-out forwards;
}

@keyframes onloadscale {
	24% {
		scale: 1;
	}

	100% {
		scale: 1.02;
	}
}

@keyframes onloadopacity {
	24% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.cap_on_img figcaption.widget-image-caption.wp-caption-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgba(3, 10, 33, 0) 22%, #000);
    padding-bottom: 0px;
    bottom: -30px;
    width: 100%;
    padding: 30px 0px 68% 30px;
    border-radius: 40px;
    text-align: left;
}
.cap_on_img .widget-image-caption {
    color: #FFFFFF !important;
    font-size: 28px !important;
    font-weight: 400;
}


@media screen and (max-width: 768px) {
	#header_anim{
		top: 10px !important
	}
	 .header-text {
          font-size: 40px !important;
		 text-align:left !important
     }
	.about_image{
		overflow-x: hidden !important;
	}
	.cap_on_img .widget-image-caption {
		color: #FFFFFF !important;
		font-size: 16px !important;
		line-height: 1.5;
		font-weight: 400;
	}
	.cap_on_img figcaption.widget-image-caption.wp-caption-text {
		bottom: -14px;
		width: 100%;
		padding: 67% 0px 30px 30px;
		border-radius: 30px;
		text-align: left;
	}

}



/* NEW home - Figma CSS */
/* ********************** */

.orange-btn .elementor-button:before {
	content:'';
	width: 100%; height: 100%; border-radius: 50px; opacity: 1; transition: all 0.3s;
	background: linear-gradient(-94.01deg, #FFB65F 0%, #FF7B00 100%);
	position: absolute; top: 0; left: 0; z-index: 0; border: 1px solid #fff;
}
.orange-btn .elementor-button span { z-index: 1; }
.green-btn .elementor-button:before {
	content:'';
	width: 100%; height: 100%; border-radius: 50px; opacity:0; transition: all 0.3s;
	background: linear-gradient(94.01deg, #24A72B 0%, #1C7D21 100%);
	position: absolute; top: 0; left: 0; z-index: -1;
}
.green-btn .elementor-button:hover::before { opacity:1; }
.orange-btn .elementor-button:hover::before { opacity: 0; }

#faqs summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	border-bottom: 0px;
	position: relative;
}
#faqs summary.e-n-accordion-item-title[aria-expanded="true"]:before {
	content:'';
	width: calc(100% - 90px); height: 2px; opacity:1; transition: all 0.3s;
	position: absolute; bottom: 0; left: 45px; border-bottom: 1px solid #F1F1F3;
}
.entry-content #faqs.elementor-widget-n-accordion .elementor-widget-text-editor p, .entry-content #faqs.elementor-widget-n-accordion a .elementor-widget-text-editor .elementor-widget-text-editor { 
	margin-bottom: 0; text-decoration: none;
}
.ast-single-post .entry-content a { text-decoration: none; }
#faqs .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
	background: #FFF4E5;
    width: 47px;  display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;  border-radius: 7px;  margin-left: auto;
}
#faqs .elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened { transition: all ease-in-out; rotate: 45deg; }
#faqs .elementor-widget-n-accordion .elementor-view-stacked .elementor-icon:hover {
    color: #fff;
    background: linear-gradient(-94.01deg, #FFB65F 0%, #FF7B00 100%);
}
#faqs .elementor-widget-n-accordion .elementor-view-stacked .elementor-icon:hover svg {  fill: #fff; }

.topper_talk .topper_name .elementor-heading-title, .topper_talk .elementor-element .elementor-image-box-title {	
	background: linear-gradient(180deg, #FF7B00 0%, #FFB65F 100%);
	background-clip: text; 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
}
.course_box .elementor-widget.elementor-widget-icon { opacity: 0; transition: all 0.3s; transform: translatex(-20px); }
.course_box:hover .elementor-widget.elementor-widget-icon { opacity: 1; transform: none; }
.topper_talk:before {
    content: '';
    width: calc(100% - var(--padding-left));
    height: calc(100% - var(--padding-top));
    position: absolute;
    top: calc(var(--padding-top) / 2);
    left: calc(var(--padding-left) / 2);
    z-index: 2;  border-radius: 15px;  padding: 1px;
    background: linear-gradient(109.61deg, #F3DF88 0%, #B38E03 100%); 
    mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0); 
    mask-composite: exclude; z-index: 0;
 }
.text-review_box .elementor-image-box-description b { color: #00226C; }
.elementor-widget-video .elementor-custom-embed-image-overlay:before {
    content: '';
    background: #000;
    position: absolute;  left: 0;
    width: 100%;  height: 100%;
	opacity: 0.2; transition: all 0.3s;
}
.elementor-widget-video:hover .elementor-custom-embed-image-overlay:before {
    opacity: 0.5;
}
.elementor-widget-text-editor ul li {  margin:0 0 15px 0; }
.fee_labels span.elementor-icon-list-text {
    padding: 8px 28px !important;
    border-radius: 30px;
    border: 1px solid #000;
    text-align: center; margin-left: 12px;
}
.fee_labels span.elementor-icon-list-icon {
    background: var(--icon_color); --size: 38px;
    width: var(--size); height: var(--size);
    border-radius: 50%;
    display: flex; justify-content: center; align-items: center;
    text-align: center;  margin: 0;
}
.fee_labels span.elementor-icon-list-icon svg.e-font-icon-svg { margin: 0; }
.elementor-element.path-flow:before {
	content:'';
	position: absolute; top: 30px; left: 18%;
	width: 6px; height: 90%; background: #F1F1F1;
}
.steps.active .count .elementor-widget-container {
	box-shadow: 0 0 0 6px #FF7B00; 
}
.steps:not(:last-child) .count .elementor-widget-container:before {
    content: '';
    position: absolute;
    left: calc(50% - 3px); top: 100%;
    width: 6px;  height: 0px;
    background: #FF7B00;    
	transition: all 0.5s;
}
.steps.active .count .elementor-widget-container:before { height: calc(100% + 48px); }

#contact_form {
    font-family: 'Rethink Sans';
    font-weight: 500;
}
#contact_form .wpforms-field .wpforms-field-large {
    height: 54px;
    border-radius: 8px;
    padding: 8px 12px;
}
#contact_form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    border-radius: 8px;
    padding: 8px 12px;
}
#contact_form div.wpforms-container-full .wpforms-form button[type=submit] {
    position: relative; color: #fff;
    background: #fff0;  z-index: 0;  border-radius: 30px;
    width: 120px; padding: 15px;  border: 1px solid #0000;
	background: linear-gradient(94.01deg, #24A72B 0%, #1C7D21 100%);
}
/* #contact_form div.wpforms-container-full .wpforms-form button[type=submit]:before {
	content:'';
	width: 100%; height: 100%; border-radius: 50px; opacity:0; transition: all 0.3s;
	background: linear-gradient(94.01deg, #24A72B 0%, #1C7D21 100%);
	position: absolute; top: 0; left: 0; z-index: -1;
} */
/* #contact_form div.wpforms-container-full .wpforms-form button[type=submit]:hover { color: #fff; border: 1px solid #fff;} */
/* #contact_form div.wpforms-container-full .wpforms-form button[type=submit]:hover::before { opacity:1; } */


@media (max-width: 1024px) {
	#faqs summary.e-n-accordion-item-title[aria-expanded="true"]:before { width: calc(100% - 50px); left: 25px; }
	.elementor-element.path-flow:before { left: 14%; }
}

@media (max-width: 768px) {
	#faqs summary.e-n-accordion-item-title[aria-expanded="true"]:before { width: calc(100% - 30px); left: 15px; }
	#faqs .elementor-widget-n-accordion .e-n-accordion-item-title-icon { height: 35px; width: 35px; min-width: 35px; }
	.steps .count .elementor-widget-container { height: 56px; }
	.elementor-element.path-flow:before { left: 34px; }
}