/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 3.3.0
Text Domain: hello-elementor-child
License: GNU General Public License v4 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
*/

.page-header {
    display: none;
}
.min-slider .swiper-slide-inner {
    max-width: 1360px;
    margin: 0 auto;
}.title-shape h2 {
  display: inline-flex;
  align-items: center;
  background-color: #860475; /* Deep purple */
  font-weight: bold;
  padding: 15px 40px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  position: relative;
}

.title-shape h2 .star {
  margin-left: 8px;
}.form-contact .wpforms-field-container input, .wpforms-field-container select {
    border-radius: 8px !important; 
    border: 1px solid #D3D3D3 !important;
    background: #FCFCFC !important;
    height: 50px !important; 
    padding: 15px 20px !important;
} 
.form-contact .wpforms-field-container  textarea{
    border-radius: 8px !important; 
    border: 1px solid #D3D3D3 !important;
    background: #FCFCFC !important;
  
    padding: 15px 20px !important;
} 
.form-contact .wpforms-submit {
    background: #860475 !important;
    padding: 10px 60px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 20px !important;
}
.form-contact .wpforms-submit:hover {
    background: #000 !important;
}
.wpforms-container {
    margin: 0 !important;
}
.cont-inf a{color: #860475;}.privasy a {
    text-decoration-line: underline;
    color: #000;
}
 .teardrop .elementkit-nav-item img {
    width: 150px;
}
span.span-cls {
    color: #fff;
    width: 40px;
    background: #860475;
    border-radius: 50px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
#lead-form, div#quiz-container {
    margin: 0px auto;
    padding: 50px 60px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
}
div#quiz-container ul li {
    list-style: none;
    margin:  15px 0;
}

div#quiz-container ul {
    padding: 0;
    margin: 0;
}
div#quiz-container ul button.quiz-option {
    width: 100%;
    text-align: left;
    color: #000;
    border: solid 1px #860475 !important;
    background: #fff;
}

div#quiz-container ul button.quiz-option:hover {
    background: #860475;
    color: #fff;
}

#lead-form h3, div#quiz-container h3 {
    margin: 0 0 30px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
form#lead-form-submit input {
    border: solid 1px #860475;
    margin: 0px 0 20px;
    background: #ffff;
    border-radius: 30px;
    height: 50px;
}

form#lead-form-submit button#submit-lead {
    background: #860475;
    color: #fff;
    border-radius: 30px;
    padding: 15px 52px;
    margin-top: 0px;
}
div#lead-form p {
    text-align: center;
    margin-bottom: 30px;
}

#lead-form h3 {
    margin: 00;
}
 a.cta-button.cta-purple {
    color: #ffffff;
    font-weight: 700;
    border: solid 1px #860475;
    padding: 6px 15px;
    border-radius: 39px;
    background: #860475;
    margin: 4px 0;
    display: inline-block;
}


div#result h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 10px;
    color: #860475;
}

div#result h3.headline {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #000;
}

div#result ul {
    padding: 0;
    list-style: none;
    margin: 0 0 10px;
    padding-left: 30px;
}

div#result ul li {
    padding-bottom: 5px;
    list-style: circle;
}

div#result p {
    margin: 0 0 10px;
}

 .vert-slide figure {
    width: 100%;
    object-fit: cover;
}

:root {
        --card-height: 40vw;
        --card-margin: 4vw;
        --card-top-offset: 1em;
        --numcards: 4;
        --outline-width: 0px;
    }

    main.vert-slide {
        margin: 0 auto;
    }

    .vert-slide #cards {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(var(--numcards), var(--card-height));
        gap: var(--card-margin);
        padding-bottom: calc(var(--numcards) * var(--card-top-offset));
        margin-bottom: var(--card-margin);
    }

    .vert-slide #card-1 {
        --index: 1;
    }

    .vert-slide #card-2 {
        --index: 2;
    }

    .vert-slide #card-3 {
        --index: 3;
    }

    .vert-slide #card-4 {
        --index: 4;
    }

    .vert-slide .card {
        position: sticky;
        top: 0px;
        padding-top: calc(var(--index) * var(--card-top-offset));
    }

    .vert-slide .card-content {
        box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
        background: #fff;
        color: #131212;
        border-radius: 2rem;
        overflow: hidden;
        display: grid;
        grid-template-areas: "text img";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        align-items: stretch;
        padding: 1.4em;
    }

  

    .vert-slide .card-content > figure {
        grid-area: img;
        overflow: hidden;
		padding-left: 15px;
    }

    .vert-slide .card-content > figure > img {
        width: 100%;
        object-fit: cover;
        border-radius: 0.4em;
    }

    .vert-slide h2 {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    font-family: 'League Spartan';
	
}
    .vert-slide p {
        margin: 15px 0;
        font-size: 18px;
		line-height: 1.4rem;
		color: #860475;
    }

    /* Animation */
    @supports (animation-timeline: works) {
        @scroll-timeline cards-element-scrolls-in-body {
            source: selector(body);
            scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
            start: selector(#cards) start 1;
            end: selector(#cards) start 0;
            time-range: 4s;
        }

       .vert-slide .card {
            --index0: calc(var(--index) - 1);
            --reverse-index: calc(var(--numcards) - var(--index0));
            --reverse-index0: calc(var(--reverse-index) - 1);
        }

        .vert-slide .card__content {
            transform-origin: 50% 0%;
            will-change: transform;

            --duration: calc(var(--reverse-index0) * 1s);
            --delay: calc(var(--index0) * 1s);

            animation: var(--duration) linear scale var(--delay) forwards;
            animation-timeline: cards-element-scrolls-in-body;
        }

        @keyframes scale {
            to {
                transform: scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
            }
        }
    }
.vert-slide.yoga-cls .card-content {
    grid-template-columns: 1.7fr 1fr;
}

.single-post h2 {
    font-size: 22px;
    font-family: 'League Spartan';
    color: #000;
	font-weight: 600;
}

.single-post p {
    font-size: 18px;
    color: #000;
    line-height: 1.4rem;
}

.single-post h3 {
    font-size: 20px;
    font-family: 'League Spartan';
    color: #000;
	font-weight: 600;
}
.single-post ul li {
    font-size: 18px;
    padding-bottom: 15px;
}

.single-post ol li  a {
    font-size: 18px;
    padding-bottom: 15px;
	display: inline-block;
	color: #000;
}
.single-post ol li::marker {
    font-size: 20px;
}
.single-post p a {
    color: #860475;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
}
.toggle-password {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.custom-login-container input {
    border: solid 1px #860475;
    background: #fff !important;
}

.custom-login-container {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}

p.custom-welcome {
    font-size: 20px !important;
    font-family: 'League Spartan';
    font-weight: 500;
    margin: 0px 0 10px;
}
.custom-login-container h2 {
    font-size: 28px;
    font-family: 'League Spartan';
    margin: 30px 0;
}
.custom-login-container p {
    font-size: 18px;
    margin: 0;
}
#custom-login-form label {
    opacity: .8;
    margin-bottom: 10px;
}
#custom-login-form .form-group {
    margin: 0 0 20px;
}
form#custom-login-form input {
    border-color: #860475 !important;
    background: #fff !important;
}

button.custom-login-btn, button.custom-register-btn {
    padding: 10px 50px !important;
    margin-top: 10px;
}

button.custom-login-btn:hover, button.custom-register-btn:hover {
    background: #000;
}
.custom-register-container h2 {
    font-size: 28px;
    font-family: 'League Spartan';
}

.custom-register-container label {
    width: 100% !important;
    text-align: left;
    margin: 0 0 10px;
    opacity: 0.8;
}

.custom-register-container .form-group {
    margin: 0 0 15px;
}

.custom-register-container .form-group input {
    background: #fff !important;
    border-color: #860475 !important;
}
.woocommerce {
    padding: 50px 0;
}
nav.woocommerce-MyAccount-navigation li {
    list-style: none;
    margin: 0 0 5px;
}

.woocommerce-MyAccount-content {
    border: solid 1px #860475;
    padding: 20px;
}
nav.woocommerce-MyAccount-navigation li a {
    color: #860475;
    text-decoration: none;
    font-size: 18px;
    font-family: 'League Spartan';
    border: solid 1px #860475;
    padding: 12px 18px;
    width: 100%;
    display: block;
}
nav.woocommerce-MyAccount-navigation .is-active {
    background: #860475;
    color: #fff !important;
}

nav.woocommerce-MyAccount-navigation .is-active a {
    color: #fff !important;
}
.woocommerce table.my_account_orders a {
    color: #860475;
}

a.woocommerce-button.button {
    background: #860475;
    color: #fff !important;
    margin: 0 2px;
}
a.woocommerce-button.button:hover {
    background: #000;
}
.woocommerce a {
    color: #860475;
    font-weight: 500;
}
@media screen and  (max-width: 767px) {
	.custom-login-container {
    padding: 15px;
}
	.order-second {
		order: 2;
	}
	
	.vert-slide .card-content h2 {
		font-size: 20px;
	}

	.vert-slide .card-content p {
		font-size: 14px;
	}

	.vert-slide .card {
		top: inherit;
	}
	.vert-slide #cards {
		padding: 0 15px;
		grid-template-rows: none;
	}
	.vert-slide .card-content {
		flex-direction: column-reverse !important;
		display: flex;
	}
	.vert-slide .card-content > figure {
		padding: 0 0 15px;
	}
	.vert-slide .card {
		padding: 10px 0;
	}
	#lead-form, div#quiz-container {
		padding: 30px 30px;
	}
	div#quiz-container ul button.quiz-option {
		padding: 15px;
		font-size: 14px;
		text-align: center;
	}
	#lead-form, div#quiz-container {
		padding: 20px;
	}
	form#lead-form-submit input {
   	 font-size: 14px;
   	 height: 40px;
	}
	form#lead-form-submit button#submit-lead {
		padding: 9px 52px;
		width: 100%;
		font-size: 14px;
	}
	#lead-form h3, div#quiz-container h3 {
		font-size: 16px;
		line-height: 1.4rem;
	}
	.single-post h2 {
		font-size: 18px;
	}
	.single-post p {
		font-size: 14px;
		line-height: 1.4rem;
	}
	.single-post ul li {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.single-post ul, .single-post ol {
     padding-left: 15px;
   }
	.single-post ol li a span {
    	font-size: 14px;
	}
	.single-post ol li::marker {
   	 font-size: 14px;
	}
	.single-post p a {
		font-size: 14px;
	}
	.single-post h3 {
		margin: 10px 0 3px;
	}
	.nenu-cls-fot ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.single-post p {
		font-size: 16px;
		line-height: 28px;
	}
	.single-post ul li {
		font-size: 16px;
		padding-bottom: 15px;
	}
	.single-post ul, .single-post ol {
     padding-left: 15px;
   }


	ul#cards {
		grid-template-rows: inherit !important;
	}
	.vert-slide h2 {
		font-size: 22px;
	}

	.vert-slide p {
		font-size: 14px;
		line-height: 20px;
		margin: 2px 0;
	}

	.vert-slide #cards {
		padding: 0 30px;
	}

	.vert-slide.yoga-cls .card-content {
		grid-template-columns: repeat(1, 1fr);
		display: inline-flex;
		flex-direction: column-reverse;
	}

	.vert-slide .card-content > figure {
		padding: 0;
		height: 250px;
	}

	.vert-slide .card-content > figure img {
		height: 250px;
		object-fit: contain;
		border-radius: 10px;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
 .vert-slide h2 {
    font-size: 17px;
}
	.vert-slide p {
    font-size: 14px;
    line-height: 18px;
}
}