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

.footer-box {
    background-image: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
    border-radius: 0 !important;
}

.main-btn a.elementor-button.elementor-button-link.elementor-size-sm,
.main-btn a.elementor-button.elementor-button-link.elementor-size-lg,
.my-back,
.my-icons a,
.my-form button.elementor-button.elementor-size-md {
    background-image: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
}

.fre-head h2.elementor-heading-title.elementor-size-default {
    background: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F5E868, #F665A3, #F5E868, #F1AD84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .my-text h6.elementor-heading-title.elementor-size-default {
    background: linear-gradient(to right, #02DCF2, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.my-bor a.elementor-cta__button.elementor-button.elementor-size-xs {
    background-image: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868) !important;
    background-origin: border-box;
    box-shadow: inset 0 100vw white;
    border: 2px solid transparent;
}

.my-text h6.elementor-heading-title.elementor-size-default {
    background: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F5E868, #F665A3, #F5E868, #F1AD84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.my-font .elementor-icon-box-title span {
    font-size: 25px !important;
}

.my-bor1 .elementor-cta__description.elementor-cta__content-item.elementor-content-item {
    height: 200px;
}


/* preloader */

.preloader-img img {
    width: 9%;
}

.preloader-img {
    animation: fadeIn 10s;
}

.page-loading .loader-icon {
    font-size: 0px !important;
    display: none !important;
}

.preloader.home {
    display: none;
}

.home .preloader.home {
    display: block;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    z-index: 999999;
}

#videoPlayer {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

/* 
PRELOADER CSS - ENDS */

@media only screen and (max-width: 1366px) {
    .my-img .elementor-widget-container {
        margin: 0 !important;
    }
}

section#page-title {
    padding: 265px 0px 215px 0px;
    background-position: 100% 17% !important;
    position: relative;
}

section#page-title .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

section#page-title .container h1.elementor-heading-title.elementor-size-default {
    color: #fff;
    z-index: 99;
    position: relative;
}

section#page-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    background-image: linear-gradient(135deg, #000000 14%, #0000005C 100%);
    opacity: 0.8;
}


section#courses-sec {
    background: #f8f8f8;
    padding: 80px 0px 120px;
}

.courses-sec-class .container {
    max-width: 1250px;
    margin: 0 auto;
}

.courses-sec-class .section-title {
    max-width: 600px;
    margin: 0 auto 30px;
}

.courses-sec-class .section-title h2.heading-title {
    color: rgb(33, 35, 39);
    font-size: 44px;
    font-family: 'Zilla Slab';
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 0;
}

.all-courses-list {
    display: block;
    vertical-align: top !important;
}

.all-courses-list .courses-list {
    width: 31.8%;
    display: inline-block;
    margin-right: 24px;
    vertical-align: top;
    margin-bottom: 35px;
}

.all-courses-list .courses-list:nth-child(3n) {
    margin-right: 0 !important;
}

.all-courses-list .courses-list .courses-list-wrapper {
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.all-courses-list .courses-list .courses-list-wrapper .course-image-wrapper {
    height: 275px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.all-courses-list .courses-list .courses-list-wrapper .course-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    transition-duration: 600ms;
}

.courses-list .courses-list-wrapper .courses__content {
    padding: 2em 2em 2em 2em;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.courses-list .courses-list-wrapper .courses__content h4.course-title {
    margin: 0 0 14px;
    color: rgb(63, 68, 75);
    font-size: 22px;
    font-weight: 600;
    font-family: 'Zilla Slab';
    width: 90%;
    line-height: 32px;
}

.courses-list .courses-list-wrapper .course-description p {
    color: rgb(63, 68, 75);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter';
    min-height: 75px;
}

.course__button-wrapper {
    margin-top: 25px;
}

.course__button-wrapper a.course__btn-class {
    background-image: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868) !important;
    background-origin: border-box;
    box-shadow: inset 0 100vw white;
    border: 2px solid transparent;
    font-size: 15px;
    color: #3f444b;
    line-height: 18px;
    padding: 8px 18.5px;
    border-radius: 100px;
    transition: all 0.3s linear;
}

.course__button-wrapper a.course__btn-class:hover {
    color: #F665A3 !important;
}

.courses-list-wrapper .course-image-wrapper::after {
    content: '';
    background: #0000004D;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
    transition-duration: 600ms;
    z-index: 2;
}

.courses-list-wrapper:hover .course-image-wrapper::after {
    background: #00000099 !important;
}

.courses-list-wrapper:hover .course-image-wrapper img {
    transform: scale(1.4);
}

.courses-list .courses-list-wrapper .courses__content h4.course-title a {
    color: rgb(63, 68, 75);
    transition: all 0.3s linear;
}

.courses-list .courses-list-wrapper .courses__content h4.course-title a:hover {
    color: #c22fdd;
}

section#page-title h4.sub-heading {
    z-index: 22;
    position: relative;
    color: #f2ba7f;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 32px;
    margin: 14px 0 0px;
}

section#courses-detail-sec {
    padding: 80px 0px 120px;
}

section#courses-detail-sec .course__button-wrapper {
    text-align: center;
    margin-top: 50px;
}

section#courses-detail-sec .course__button-wrapper a.course__btn-class {
    padding: 11px 42px;
    font-size: 18px;
    font-weight: 500;
}

section#courses-detail-sec .course__button-wrapper a.course__btn-class i {
    margin-right: 12px;
}

form#quizSubmissions {
    padding: 40px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    max-width: 800px;
    margin: 0 auto;
}

form#quizSubmissions .step1 input {
    color: grey;
    font-size: 14px;
    height: 50px;
    font-weight: 400;
}

form#quizSubmissions label {
    font-size: 16px;
    margin: 0 10px 0px;
    font-weight: 500;
}

form#quizSubmissions .quizSteps.step1 p:first-child {
    width: 49% !important;
    float: left;
}

form#quizSubmissions .quizSteps.step1 p:nth-child(2) {
    width: 49% !important;
    float: right;
}

form#quizSubmissions .quizSteps.step1 button.next {
    padding: 10px 45px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
    margin-top: 12px;
}

input.error {
    border-color: red !important;
}

.questions p.top {
    font-size: 18px;
    margin: 0;
    color: #b040df;
}

.questions h3 {
    color: #000;
    font-size: 26px;
    margin: 8px 0 15px;
    position: relative;
    padding-bottom: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
}

.questions h3::after {
    content: '';
    background: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
    position: absolute;
    width: 14%;
    height: 3px;
    left: 2px;
    bottom: 0;
    border-radius: 100px;
}

.questions ul {
    padding: 0;
    margin: 20px 10px 25px;
}

.questions ul li {
    list-style: none;
    border-bottom: 1px solid rgb(128 128 128 / 20%);
    padding: 16px 0px;
    position: relative;
    cursor: pointer;
    color: #7a7a7a;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.questions ul li input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.questions ul li span {
    background: rgb(187 187 187 / 42%);
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
}

.questions ul li span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #b040df;
    transition: opacity 0.3s linear;
    opacity: 0;
    border-radius: 100px;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

button.next {
    padding: 10px 46px;
    background: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.lastStep p {
    color: green;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    font-weight: 400;
    font-family: "Zilla Slab";
}

a.view_all {
    text-align: center;
    width: 25%;
    display: block;
    color: #ffffff;
    padding: 10px 20px;
    background: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
    margin: 25px auto 0px;
    border-radius: 100px;
}

a.view_all:hover {
    color: #fff !important;
}

.questions ul li:has(input:checked) span::after {
    opacity: 1 !important;
}

.lastStep p:first-child {
    padding-top: 98px;
    position: relative;
}

.lastStep p:first-child::after {
    font-family: "FontAwesome";
    content: "\f00c";
    background: rgb(98 154 63 / 31%);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #629a3f;
    font-size: 44px;
}

/* Rainbow animated gradient background */
section.emotionsPage {
    margin: 0;
    padding: 100px 0px 100px;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Main content styling */
section.emotionsPage .content {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 1000px;
    margin-top: 20px;
}

/* Table styling */
section.emotionsPage .emotion-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: left;
    font-size: 0.9rem;
}

section.emotionsPage .emotion-table th,
section.emotionsPage .emotion-table td {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 10px;
}

section.emotionsPage .emotion-table th {
    background-color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

section.emotionsPage .emotion-table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Flowchart section */
section.emotionsPage .flowchart,
section.emotionsPage .result {
    margin-top: 20px;
}

section.emotionsPage button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    margin: 10px 0;
}

section.emotionsPage button:hover {
    background-color: #45a049;
}

section.emotionsPage .hidden {
    display: none;
}

section.emotionsPage a {
    color: #00BFFF;
    text-decoration: none;
    font-weight: bold;
}

section.emotionsPage a:hover {
    text-decoration: underline;
}

section.emotionsPage h2 {
    font-family: Zilla Slab, sans-serif;
    font-size: 30px;
    letter-spacing: 0px;
}

section.emotionsPage h3 {
    font-family: Zilla Slab, sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
}

section.emotionsPage p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    width: 80%;
}

section.emotionsPage .flowchart {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.emotionsPage div#result-section {
    background: #fff;
    margin: 0 auto 50px;
    width: 75%;
    padding: 20px 40px;
}

section.emotionsPage div#result-section h2 {
    color: #000;
    font-size: 24px;
}

section.emotionsPage div#result-section p {
    color: gray;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 20px;
}

section.emotionsPage div#result-section a#report-link {
    background-image: linear-gradient(to right, #5490EB, #9159E0, #B53BDF, #EB07D8, #F665A3, #F1AD84, #F5E868);
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
    display: inline-block;
}

@media (max-width:900px) {
    section#page-title {
        padding: 155px 0px 45px 0px !important;
    }

    .all-courses-list .courses-list {
        width: 100% !important;
    }

    section#courses-sec {
        padding: 50px 12px 50px 12px !important;
    }

    .courses-list .courses-list-wrapper .courses__content h4.course-title {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .courses-list .courses-list-wrapper .course-description p {
        font-size: 13px;
        text-align: center;
        min-height: unset !important;
    }


    .course__button-wrapper {
        text-align: center !important;
    }

    .courses-list .courses-list-wrapper .courses__content {
        padding: 2em 2em 3em 2em;
    }

    .all-courses-list .courses-list .courses-list-wrapper .course-image-wrapper {
        height: 220px !important;
    }

    section#page-title .container h1.elementor-heading-title.elementor-size-default {
        font-size: 32px;
        width: 83%;
        letter-spacing: 0.5px;
        margin: 0 auto 26px;
    }

    section#page-title h4.sub-heading {
        font-size: 18px;
        width: 80% !important;
        line-height: 26px;
        margin: 9px auto 0;
    }

    section#courses-detail-sec {
        padding: 50px 12px 50px 12px;
    }

    section#courses-detail-sec .course__button-wrapper a.course__btn-class {
        font-size: 13px;
        padding: 10px 22px;
        margin: 0 2px !important;
    }

    form#quizSubmissions {
        padding: 32px 20px 40px;
    }

    form#quizSubmissions .step1 input {
        height: 40px;
    }

    form#quizSubmissions label {
        font-size: 13px;
    }

    form#quizSubmissions .quizSteps.step1 p:first-child {
        width: 100% !important;
    }

    form#quizSubmissions .quizSteps.step1 p:nth-child(2) {
        width: 100% !important;
    }

    form#quizSubmissions .quizSteps.step1 button.next {
        margin: 0;
    }

    .questions h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .questions p.top {
        font-size: 16px;
    }

    .questions ul li {
        padding: 14px 0px;
        font-size: 14px;
    }

    button.next {
        font-size: 14px;
        padding: 10px 30px;
    }

    .questions ul {
        margin: 0 0 25px;
    }

    .lastStep p:first-child {
        padding-top: 62px;
    }

    .lastStep p {
        font-size: 15px;
        line-height: 25px;
    }

    a.view_all {
        width: 60%;
    }

    .lastStep p:first-child::after {
        width: 60px;
        height: 60px;
    }

    section.emotionsPage {
        padding: 40px 8px;
    }

    section.emotionsPage .content {
        width: 100% !important;
        padding: 32px 8px 35px 8px;
    }

    section.emotionsPage p {
        font-size: 13px;
        width: 100%;
        line-height: 22px;
    }

    section.emotionsPage h2 {
        font-size: 24px;
        margin: 0 0 8px;
    }

    section.emotionsPage .flowchart {
        margin: 25px 0px 25px;
    }

    section.emotionsPage button {
        padding: 8px 30px;
        font-size: 13px;
        margin: 5px 4px;
    }

    h3.emotion-table-heading {
        display: none;
    }

    div#row-selection {
        margin-top: 22px;
    }

    section.emotionsPage div#result-section {
        width: 100%;
        padding: 30px 15px 35px;
        margin-bottom: 20px;
    }

    section.emotionsPage div#result-section p {
        font-size: 14px;
        line-height: 22px;
    }

    section.emotionsPage div#result-section h2 {
        font-size: 22px;
        margin: 0 0 11px;
    }
    [data-id="48d5568"] .e-con-inner {
        padding-bottom: 70px !important;
    }
	form.elementor-form .elementor-button {
		font-size: 14px;
		margin: 12px 0 46px !important;
	}
	.preloader {
		background: #051c47 !important;
	}

	.preloader video#videoPlayer {
		margin-top: 55% !important;
	}
	.grecaptcha-badge {
		display: none !important;
	}
	div.footer_navigation {
		display: block !important;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		z-index: 9;
		overflow-x: hidden;
	}

	div.footer_navigation ul {
		display: flex;
		align-items: flex-end;
		list-style-type: none;
		margin: 0px;
		background-color: #fff;
		box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
        justify-content: center;
        padding: 8px 0px 4px;
        gap: 25px;
	}

	div.footer_navigation ul li a {
		color: #333;
		text-align: center;
		font-weight: 400;
		font-size: 12px;
		font-family: var(--e-global-typography-112b6c4-font-family), sans-serif;
		display: flex;
		flex-direction: column;
		outline: unset;
        border: unset;
        box-shadow: unset;
	}
	div.footer_navigation ul li a i {
		font-size: 14px;
		color: #333333;
		height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}
	.all-courses-list .courses-list {
		margin-right: 0px;
	}
	div.footer_navigation ul li.active a {
		color: #9159E0;
	}
	div.footer_navigation ul li.active a i {
		color: #9159E0;
	}
}

.page-template-courses section#page-title .elementor-shape-fill {
    fill: #f8f8f8;
    transform-origin: center;
    transform: rotateY(0deg)
}


section#page-title .elementor-shape {
    z-index: 99;
    height: 147px;
}