/* 
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 */

.h1-title h1 strong{
	display: block;
	font-family: 'Hanken Grotesk';
    font-size: 188px;
	line-height: 158px;
    font-weight: 700;
	font-style: normal;
  
}
.h1-title-animation span.elementor-headline-plain-text.elementor-headline-text-wrapper {
    display: block;
    font-family: 'Hanken Grotesk';
    font-size: 188px;
    line-height: 158px !important;
    font-weight: 700;
    font-style: normal;
    padding: 0;
}
.h1-title-animation span.elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper {
    overflow: visible;
}

 .e--ua-safari h1 span.elementor-headline-dynamic-letter.elementor-headline-animation-in {
        display: initial !important;
    }
/* .underline{
	text-decoration: underline;
    text-decoration-color: #B0731C !important;
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
} */
/* .underline {
    position: relative;
    display: inline-flex;
    overflow: hidden !important;
}

.underline::after {
    position: absolute;
    bottom: 10px;
    left: -100%;
    width: 100%;
    height: 2px;
    content: '';
    background: #c8a066;
    animation: lineSlide 2.5s linear infinite;
}

@keyframes lineSlide {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
} */
.underline {
    position: relative;
    display: inline-flex;
}

.underline::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    content: '';
    background: #c8a066;
    animation: underlineDraw 6s ease-in-out infinite;
}

@keyframes underlineDraw {
    0% {
        width: 0;
    }

    25% {
        width: 100%;
    }

    75% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.fill-bg strong {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: 0;
    font-weight: 300;
    padding-right: 10px;
    }


.animated.fill-bg strong:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 100%;

    content: '';
    background: #c8a066;

    transform: scaleX(0);
    transform-origin: left;

    animation: bgFill 1.5s ease forwards;
}
    @keyframes bgFill {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}
.faq-section .e-n-accordion-item-title-text span {
    font-family: 'Amiri';
    font-size: 180px;
    line-height: 152px;
    display: inline-block;
	min-width: 400px;
}
.faq-section .e-n-accordion-item-title-text strong {
    font-family: 'Amiri';
    font-size: 65px;
    line-height: 53px;
    font-weight:normal;
}
.faq-section .e-n-accordion-item-title-text {
    display: inline-flex;
    gap: 90px;
    padding-bottom: 0px;
    padding-top: 15px;
}
.faq-section.speaking-faq .e-n-accordion-item-title-text{
	    padding-top: 34px;
}
.faq-section span.e-n-accordion-item-title-icon {
    padding: 25px 18px;
    border: 2px solid #000;
    border-radius: 100%;
    font-size: 50px;
	transition: all 0.3s ease;
}
.faq-section summary[aria-expanded="true"] span.e-n-accordion-item-title-icon {
    transform: rotate(45deg);
}
.faq-section summary.e-n-accordion-item-title {
    padding: 0 20px 0 0 !important;
}
/* .faq-section .e-n-accordion-item{
	padding-bottom:60px !important;
} */
/*Form style*/
.newsletter-section input {
    height: 55px !important;
    font-family: Hanken Grotesk !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    outline:none !important;
	border:none !important;
	border-radius: 0 !important;
	color: #000 !important;
	background:#F1EBE2 !important;
}
.white-background-form input,.footer-section input {
	background:#fff !important;
}
.newsletter-section input::placeholder{
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 16px;
    
}
.new-newsletter-form .gform-loader {
    position: absolute !important;
    left: -15px;
    top: 18px;
}

.newsletter-section #field_submit {
    position: absolute;
    right: 0;
}
.newsletter-section #gform_fields_1,.new-newsletter-form .gform_fields {
    grid-template-columns: auto;
}
.newsletter-section #gform_submit_button_1{
    background: transparent !important;
    height: 34px !important;
    top: 9px;
    position: relative;
    box-shadow: none;
    padding: 0 10px;
	outline:none !important;
	border:none !important;
}
.new-newsletter-form .gform-button{
	 background: transparent !important;
    height: 34px !important;
    top: 9px;
    position: relative;
    box-shadow: none;
    padding: 0 10px;
	outline:none !important;
	border:none !important;
	width: 60px !important;
    object-fit: contain;
    box-shadow: none !important;
}
div#gform_1_validation_container {
    margin-bottom: 20px;
}
 input#input_1_1:focus,input#gform_submit_button_1:focus {
	 outline: none !important; 
	 border:none !important;
}
.footer-section.newsletter-section #gform_submit_button_1{
	padding:0px;
	height: auto !important;
	width: 29px;
    object-fit: contain;
    right: 13px;
}
.contact-form div#gform_fields_2 {
    row-gap: 24px;
}

.contact-form label {
    line-height: 25px !important;
    font-size: 16px !important;
    color: #A86200 !important;
    font-weight: 400 !important;
}

.contact-form input {
    background: transparent !important;
    border-radius: 0 !important;
    height: 45px !important;
    border-color: #A86200 !important;
    outline: none !important;
}

.contact-form .gform-theme--foundation .gform-grid-row {column-gap:10px;}
.contact-form  .gform-theme--foundation .gfield textarea.medium{
    background:transparent;
    border-radius:0;
    border-color: #A86200 !important;
    min-block-size: 7rem;
	outline:none;
}


.contact-form  input#gform_submit_button_2  {
	border-radius: 37px !important;
	gap: 8px;
	padding: 11px 32px !important;
	background: #A86200 !important;
	font-family: 'Roboto' !important;
	font-size: 16px !important;
	font-weight: 400;
	border: 1px solid #A86200;
}
.contact-form  input#gform_submit_button_2:hover,
.contact-form  input#gform_submit_button_2:focus{
	background:transparent !important;
	color:#A86200;
}
.gform_heading p.gform_required_legend {
    display: none;
}
.elementor-widget-woocommerce-cart input#coupon_code {
    background: transparent;
    line-height: 30px;
    border-radius: 0;
   color: #000 !important;
}
.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
	padding-top:12px;
}
.woocommerce-info a.button.wc-forward {
    color: #fff !important;
    background: #a86201;
    font-weight: 400 !important;
    padding: 16px 24px !important;
    border-radius: 37px;
    font-size: 16px;
    border : 1px solid #a86201;
}
.woocommerce-info a.button.wc-forward:hover {
    color:#a86201 !important;
    
}
.woocommerce-info {
    border-top-color: #a86201 !important;
}
.woocommerce-info::before{
	color:#a86201 !important;
}
.address-field span#select2-billing_country-container {
    line-height: 29px;
}

.address-field span#select2-billing_state-container {
    line-height: 28px;
}
li.select2-results__option--highlighted {
    color: #fff !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-family: 'Amiri';
    font-weight: 400;
    margin-bottom: 50px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    color: #000;
    font-weight: 400 !important;
    font-size: 18px;
    font-family: 'Hanken Grotesk';
}
.woocommerce-order p {
	color:#000;
}
.woocommerce-table--order-details thead  tr th{
    padding-bottom:0 !importent;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    text-align: center;
    border: 1px solid;
    border-radius: 0;
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details tfoot th{
    border: 1px solid #000 !important;
    color: #000 !important;
    font-family: 'Hanken Grotesk';
    font-size: 16px;

}
section.woocommerce-order-details thead th {
    background: #2E6BCE !important;
    padding-top: 15px !important;
    color: #fff;
    border: 1px solid #000 !important;
    font-weight: 400 !important;
    font-size: 18px;
    font-family: 'Hanken Grotesk';
}
.woocommerce-MyAccount-content tfoot th ,.woocommerce-MyAccount-content tfoot td {
    font-size: 19px !important;
}
.woocommerce-MyAccount-content thead th {
    color: #fff !important;
}

.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: none;
    padding: 0;
}
.elementor-widget-woocommerce-cart .woocommerce-message{
	    border-top-color: #a86201;
}

.elementor-widget-woocommerce-cart .woocommerce-message::before {
    color:#a86201;
}

.elementor-widget-woocommerce-cart a.button.wc-forward {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #a86201;
    border-radius: 37px;
    padding: 12px 30px;
    border: 1px solid #a86201;
}
.elementor-widget-woocommerce-cart a.button.wc-forward:hover{
    color:#a86201;
    background:transparent;
}
.advising-section.newsletter-section #gform_submit_button_1 { width: 44px; object-fit: contain; }
.advising-section.newsletter-section input{
	height:47px !important;
	top:5px !important;
}
label.gfield_label.gform-field-label {
    gap: 0;
}

span.gfield_required {
    font-size: 17px;
}
@media (max-width: 1366px) {
	.h1-title h1 strong{
		font-size: 130px;
    	line-height: 70px;
}
.h1-title-animation span.elementor-headline-plain-text.elementor-headline-text-wrapper {
    font-size: 130px;
    line-height: 70px !important;
    
}
.faq-section .e-n-accordion-item-title-text span {
    font-size: 90px;
    line-height: 90px;
	min-width: 220px;
}
.faq-section .e-n-accordion-item-title-text strong {
 font-size: 54px;
 line-height: 55px;
}
	.faq-section span.e-n-accordion-item-title-icon {
    padding: 15px 3px;
}
	.faq-section summary.e-n-accordion-item-title {
    padding: 0 15px 0 15px !important;
}
}
@media (max-width: 1024px) {
.h1-title h1 strong{
		font-size: 115px;
}
	.h1-title-animation span.elementor-headline-plain-text.elementor-headline-text-wrapper {
    font-size: 110px;
    line-height: 85px !important;
    
}
	.faq-section .e-n-accordion-item-title-text{
		gap:40px;
	}
	.faq-section .e-n-accordion-item-title-text strong {
        font-size: 46px;
        line-height: 44px;
    }
	.faq-section .e-n-accordion-item-title-text span {
        font-size: 65px;
        line-height: 65px;
		min-width: 160px;
    }
	.faq-section summary.e-n-accordion-item-title {
    padding: 0 15px 0 15px !important;
}
	.faq-section.speaking-faq .e-n-accordion-item-title-text{
	    padding-top: 24px;
}
/* 	.faq-section .e-n-accordion-item {
    padding-bottom: 40px !important;
} */
}
@media (max-width: 767px) {
.h1-title h1 strong {
	font-size: 65px;
	line-height: 65px;
 }
.h1-title-animation span.elementor-headline-plain-text.elementor-headline-text-wrapper {
    font-size: 65px;
    line-height: 65px !important;
    
}
	.faq-section .e-n-accordion-item-title-text strong {
            font-size: 30px;
            line-height: 34px;
        }
	.faq-section .e-n-accordion-item-title-text span {
            font-size: 38px;
            line-height: 43px;
		    min-width: 90px;
        }
	.faq-section .e-n-accordion-item-title-text{
		gap:20px;
	}
	.faq-section span.e-n-accordion-item-title-icon {
        padding: 16px 0px;
		top:8px;
    }
	.faq-section.speaking-faq .e-n-accordion-item-title-text {
        padding-top: 15px;
    }
/* 	.faq-section .e-n-accordion-item {
        padding-bottom: 20px !important;
    } */
	.underline::after {
		bottom:5px;
	}
}
@media (max-width: 480px) {
	

	.faq-section .e-n-accordion-item-title-text{
		flex-wrap:wrap;
		gap:0px;
	}
	.faq-section .e-n-accordion-item-title-text span{
		width:100%;
	}
	
}