/*
Theme Name: EMILIA
Theme URI: https://www.emilia.digital
Author: Emilia Digital Ltd.
Author URI: https://www.emilia.digital
Description: Tailor made theme for Time2Be by Emilia Digital.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: emilia
*/
/*@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");

/*** LAYOUT ***/

body {
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #1e3284 !important;
}

section h4, .author-title, .h4-title {
    color: #1e3284;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

h1 {
    color: #1e3284;
    text-align: right;
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
}

h2, h3, h4, h5 {
    color: #1e3284;
}

h1 + h4 strong {
    font-size: 120%;
}

dl,
ol,
ul {
    margin: 0;
}

a {
    text-decoration: none;
    outline: 0 !important;
    color: inherit;
}

header ul li {
    display: inline-block;
    position: relative;
}

.btn, a.btn, #place_order, #wp-submit, .wp-submit, .woocommerce-account button {
    border-radius: 4px;
    background: #1e3284;
    color: #ecf3fe;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding: 8px 44px;
    transition: 0.4s ease;
    top: 0;
    position: relative;
    box-shadow: none !important;
}

.login-remember input {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.btn-close {
    box-shadow: none !important;
    background-color: transparent;
    opacity: 1 !important;
}

#wp-submit, .wp-submit {
    background: #1e3284 !important;
    color: #ecf3fe !important;
    box-shadow: none !important;
    border: 0 !important;
    width: 100%;
}

.btn:hover, .woocommerce-account button:hover {
    top: -4px;
    background: #1e3284;
    color: #ffffff;
}

.btn.active,
.btn:focus,
.btn:active {
    background: #3a52b3;
    color: #ffffff;
}

.select2-container {
    max-width: 100%;
}

#hero h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.home #hero h2{
    max-width: 410px;
}

#hero {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
}

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

/*** HEADER **/
header {
    top: 0;
    transition: 0.32s ease-in-out;
    width: 100%;
    z-index: 20;
    background-color: #1e3284;
}

.blockUI::before {
    display: inline-block;
    vertical-align: baseline;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -15px;
    margin-top: -15px;
    font-variant: normal;
    content: "";
}

.blockUI::before {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.read-more {
    position: relative;

}

.rtl .pagination a.next, .rtl .pagination a.prev, .rtl .woocommerce-pagination a.next, .rtl .woocommerce-pagination a.prev {
    transform: none !important;
}

.rtl .pagination a.next, .rtl .pagination a.prev {
    font-weight: 600;
    position: relative;
}

.pagination {
    padding: 0;
    border: 0 !important;
    gap: 15px;
}
.page-numbers.current {
    font-weight: 600;
}

.read-more::after,
.rtl .pagination a.next::after,
.rtl .pagination a.prev::after {

    content: '';
    width: 100%;
    height: 2px;
    bottom: -1px;
    right: 0;
    background: #1e3284;
    position: absolute;
}

header ul li a {
    color: #ecf3fe !important;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}

header ul li a#cart:after {
    display: none !important;
}

header .menu li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

header ul li a::after {
    content: '';
    bottom: -3px;
    width: 0;
    transition: 0.4s ease-in-out;
    opacity: 0;
    height: 2px;
    right: 0;
    border-radius: 5px;
    position: absolute;
    background: #fff;
}

header.scrolled ul li a::after {
    background: #00b4d1;
}

header ul li a:hover::after,
header ul li.current-menu-item a::after {
    width: 100%;
    opacity: 1;
}

header .menu-box {
    padding: 6px 14px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: radial-gradient(
            107.5% 107.5% at 50% 215%,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0) 100%
    ),
    rgba(255, 255, 255, 0.01);
}

header .menu-box a {
    font-size: 14px;
}

header .login img {
    width: 42px;
    filter: invert(1);
}

.logo-img {
    width: 134px;
}

header.scrolled {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header.scrolled span {
    color: #122025;
}

header.scrolled a.menu-link {
    color: #122025;
}

.nav-main.active a.menu-link {
    font-size: 32px;
}

/* MOBILE NAV */

.hamburger-menu {
    display: inline-block;
    position: relative;
    top: 2px;
}

.toggler-icon {
    background-color: #fff;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    transition: 0.4s ease-in-out;
    border-radius: 15px;
}

.hamburger-menu.active .toggler-icon {
    background-color: #000;
}

.hamburger-menu.active .toggler-icon.top-bar {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.active .toggler-icon.middle-bar {
    opacity: 0;
}

.hamburger-menu.active .toggler-icon.bottom-bar {
    transform: translateY(-8px) rotate(-45deg);
}


/*** HERO ***/
#home-page {
    background: #fafcff;
}

#home-page #hero {
    background-repeat: no-repeat;
    background-position: bottom;
    height: 55vh;
}

#home-page #hero img {
    width: 380px;
}

#home-page #hero .man-painting {
    position: absolute;
    left: 0;
    bottom: 0;
}

#home-page #hero .women {
    position: absolute;
    bottom: 0;
    left: 26%;
}


/* Search Bar */
#searchBar {
    margin-top: -41px;

    .select2-container .select2-search--inline .select2-search__field {
        font-family: 'Fredoka', sans-serif !important;
    }
}
.search-container {
    max-width: 1030px;
}
.search-form {
    border-radius: 18px;
    background: #ebf2fe;
    box-shadow: 0px 3px 8px 0px rgba(30, 50, 132, 0.24);
}
#searchBar .btn {
    line-height: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 21px;
    background: url(assets/images/a-down.svg) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    border: 0 !important;
    left: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #D5D7E2 !important;
    background-color: #FEFDFE !important;
    outline: 0 !important;
    border-radius: 4px !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered  {
    padding-top: 7px;
    padding-bottom: 7px;
}

.search-input, .select2-container--default .select2-selection--single,
.search-input, .select2-container--default .select2-selection--multiple
{
    padding-right: 45px !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    border: 1px solid #D5D7E2 !important;
    background-color: #FEFDFE !important;
    min-height: 47px;
}

.form-select {
    border: 1px solid #D5D7E2 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    min-height: 47px;
    background-color: #FEFDFE !important;
}

.select2-container--default .select2-selection--single {

}

.select2-results__option {
    display: block;
}

.hobby-input:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    right: 9px;
    z-index: 2;
    background-image: url('assets/images/Filter.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.city-input:before {
    background-image: url('assets/images/Location.svg');
    content: '';
    z-index: 2;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 9px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.home form{
    margin-bottom: 0;
}

/* Excitements */

#excitements h4 + p, .desc {
    max-width: 700px;
    margin: auto;
    margin-bottom: 3rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.same-size {
    h1, h2, h3, h4, h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
    }
}

.ex {
    font-size: 14px;
}

#excitements .icon-box {
    border-radius: 32px;
    /*background: #c9ddfb;*/
    /*border: 1px solid #96ace5;*/
    width: 90px;
    height: 90px;
    margin: auto;
}
#excitements .icon-box img {
    width: 80px;
    height: 80px;
}

#excitements h3 {
    color: #1e3284;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
#excitements h3 + p {
    max-width: 372px;
    margin: auto;
}


.coupon-wrap {
    max-width: 300px;
    margin: auto;
    text-align: center;
    input {
        text-align: center;
    }
}



.coupon-wrap .valid::after {
    content: '\f00c';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #1e3284;
    font-size: 20px;
    position: absolute;
    right: 11px;
    top: 11px;
}

/* TRIPLE */
.triple .card {
    border-radius: 30px;
    border: 0px solid #94acd8;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 8px 8px 16px 0px #dfe1e3;
}
.triple .card h5{
    color: #1e3284;
}
/* Add background color to every even card */
.triple .triple-cards-container .col-lg-4:nth-child(even) .card,
.triple .col-lg-6:nth-child(even) .card, .new-info .card
{
    background-color: #000e61;
    color: #ecf3fe !important;

    .h4-title {
        color: #ecf3fe !important;
    }
}


.triple .triple-cards-container .col-lg-4:nth-child(even) .hobbies-list span,
.triple .col-lg-6:nth-child(even) .card .hobbies-list span
{
    background: rgba(255,255,255, 0.2);
    color: #fff;

}
.triple .triple-cards-container .col-lg-4:nth-child(even) .card h3,
.triple .col-lg-6:nth-child(even) .card h3
{
    color: #ecf3fe !important;
}
.triple .triple-cards-container .col-lg-4:nth-child(even) .card .hobbies,
.triple .col-lg-6:nth-child(even) .card .hobbies
{
    color: #ecf3fe  !important;
}
.triple .triple-cards-container .col-lg-4:nth-child(even) .cart-w,
.triple .col-lg-6:nth-child(even) .card .cart-w
{
    color: #ecf3fe  !important;
}

.triple .triple-cards-container .col-lg-4:nth-child(even) .cart-w img,
.triple .col-lg-6:nth-child(even) .card .cart-w img
{
    filter: brightness(0) invert(1);;
}

.triple-cards-container .col-lg-4:nth-child(even) .row > :first-child .btn,
.triple .col-lg-6:nth-child(even) .row > :first-child .btn,
.course-check

{
    background-color: #c8dcfc  !important;
    color: #1e3284  !important;
    border-color: #c8dcfc  !important;
}

.triple
.triple-cards-container
.col-lg-4:nth-child(even)
.card
.card-background,
.triple .col-lg-6:nth-child(even) .card .card-background
{
    background: #c8dcfc;
    color: #1e3284;
}

.click-me {
    color: #fff !important;
    font-size: 18px;
}

.woocommerce-thankyou-order-received {
    display: none;
}

.triple .card-body {
    bottom: 38px;
}
.triple .card-body .card-text {
    padding-top: 44px;
}
.triple .card-body h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.triple .card-body a.cart-w {
    font-size: 12px;
    color: #152c9d;
}

.hobbies-list {
    padding-top: 5px;
    display: none;
}

.hobbies-list span {
    margin-left: 7px;
    margin-bottom: 7px;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 2px 7px;
    display: inline-block;
    color: #1e3284;
    font-size: 14px;
}

.hobbies-list ul {
    padding: 0;
    margin: 0;
}

.hobby-list .hobbies img {
    transition: 0.3s ease-in-out;
}

.hobby-list .hobbies.active img {
    transform: rotate(180deg);
}

.hobbies-list ul li {
    display: block;
    text-align: right;
    text-decoration: underline;
}

.hobby-list img {
    width: 25px;
    position: relative;
    top: -2px;
}
 .hobbies {
    border: none !important;
    background: none !important;
    color: #1e3284;
    text-align: right;
    padding: 0;
}

.hobby-list {
    text-align: right;
}

.btn.buy {
    border-radius: 4px;
    background: #ffaa2f;
    color: #152c9d;
}

.triple .card-img-wrapper {
    position: relative;
    padding-bottom: 70%;
}
.triple .card-img-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    border-radius: 30px 30px 0px 0px;
}

.triple .card-background {
    position: relative;
    display: flex;
    text-align: right;
    align-items: center;
    color: white;
    width: 45%;
    background: #1e3284;
    padding: 0px 1rem 0 1rem;
    border-radius: 20px 0px 0px 20px;
    right: -1rem;
    max-width: 200px;
}

.select2-results__option--disabled {
    display: none;
}



.triple .card-background .woocommerce-Price-amount {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

/** ACCOUNT **/
.woocommerce-account h1 {
    font-weight: 600;
    font-size: 22px;
    width: 250px;
    background: var(--hover-color) !important;
    margin-bottom: 0;
    padding: 20px;
    color: #1e3284 ;
}

.woocommerce-MyAccount-navigation {
    width: 250px;
    margin-left: 45px;
    margin-bottom: 50px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 8px 8px 16px 0px #C9D9E8;
    padding: 1.5rem;
    height: auto;
}

.woocommerce-customer-details {
    margin-top: 50px;
}

.woocommerce-MyAccount-content {
    width: calc(100% - 295px);
    position: relative;
    top: -40px;
}

.woocommerce-MyAccount-navigation ul  {
    padding: 0;
    list-style: none;
    margin: 0;
}

.woocommerce-orders-table th,.woocommerce-orders-table td {
    background: #fff !important;
}

.woocommerce-MyAccount-navigation ul li a::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 24px;
    transition: all 0.4s ease-in-out;
}

fieldset legend {
    font-size: 22px;
    margin-right: 0;

}

fieldset, fieldset legend {
    padding: 0;
    background: #fff;
}

fieldset {
    padding: 0;
    background: #fff;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--gift-cards a::before {
    content: '\f06b';
}

.addresses header.title a::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 21px;

}

.woocommerce-MyAccount-navigation ul > li {
    margin-bottom: 5px;
}

.woocommerce-Address-title {
    position: static !important;
}

.woocommerce-MyAccount-navigation ul > li a:hover {
    color: #1e3284;

}

.ywgc-view-order {
    padding: 0;
    margin-left: 3px;
    background: none !important;
    font-weight: normal;
    text-decoration: underline !important;
}

.ywgc-remove-gift-card {
    font-size: 14px;
    margin-right: 3px;
}

.woocommerce-account td, .woocommerce-account th {
    background: #fff !important;
}

.woocommerce-account td, .woocommerce-table--order-details tfoot th {
    border-bottom: 1px solid #eaeaea !important;
}

.woocommerce-table--order-details tfoot tr:first-child th, .woocommerce-table--order-details tfoot tr:first-child td {
    border-top: 3px solid #eaeaea !important;
}

.woocommerce-table--order-details .woocommerce-Price-currencySymbol {
    display: inherit;
}

.woocommerce-MyAccount-content h2 {
    font-size: 22px;
}

.woocommerce-error:before {
    content: '\f071';
    color: #fff;
}


.woocommerce-orders-table td {
    border-bottom: 1px solid #eaeaea !important;
}

.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
    background: none !important;
}

.my_account_orders .button.view::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;

    text-rendering: auto;
    line-height: 1;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.wc-block-components-notice-banner {
    border: 0 !important;
    border-radius: 0 !important;
}

.wc-block-components-notice-banner.is-info {
    background: #eaeaea !important;
}

.address {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.wc-block-components-notice-banner.is-info>svg {
    background: #000 !important;
}

/*** packageByField ***/

#packageByField {
    background: #ecf3fe;
}

#packageByField .card-img-wrapper {
    position: relative;
    padding-bottom: 50%;

}

#packageByField .card-img-wrapper img {
    height: 100%;
}

#packageByField .row > :nth-child(2) .package-card {
    border-radius: 40px;
    background: #000e61;
    box-shadow: 8px 8px 16px 0px #c9d9e8;
}
#packageByField .row > :nth-child(2) .package-card .package-text p {
    color: #f1f1f1;
}
#packageByField .row > :nth-child(2) .package-card a:not(.btn) {
    color: #ecf3fe;
}

#packageByField .row > :nth-child(2) .package-text {
    color: #fff;
}

#packageByField .row > :nth-child(2) .package-card a img {
    filter: brightness(0) invert(1);

}

#packageByField .row > :nth-child(2) .package-card .card-title {
    color: #f1f1f1;
}

#packageByField.triple .card-body {
    bottom: 0;
}




/* WORKSHOP */
#workshops{
    color: #ECF3FE !important;
}
#workshops h3{
    color: #ECF3FE !important;
    font-size: 22px;
}
#workshops .course-card {
    border-radius: 30px;
    background: radial-gradient(
            107.32% 141.42% at 0% 0%,
            rgba(255, 255, 255, 0.31) 0%,
            rgba(255, 255, 255, 0.12) 100%
    );
}

#workshops h2 {
    color: #f1f1f1;
}

.h-title.no-f {
    font-size: 22px;
}

#workshops .course-card {
    color: #fff;
}

#workshops .course-img-wrapper {
    position: relative;
    padding-bottom: 45%;
}
#workshops .course-img-wrapper img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0px 0px;
}
#workshops .course-text {
    padding: 18px 20px;
    min-height: 180px;
}

.h-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}


#workshops a {
    position: relative;
    transition: 0.4s ease-in-out;
    top: 0;
}

#workshops a:hover {
    top: -6px;

}


#workshops .btn {
    margin: auto;
    text-align: center;
    border-radius: 6px;
    background: #ffaa2f;
    width: auto;
    color: #152c9d;
}

/* course slider */

.courses-slider .slick-slide {
    margin: 0 10px;
}

.blur-effect {
    filter: blur(4px);
}


/***  Recommended Teacher ***/
#recommended-Teachers .recommended-card {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 8px 8px 16px 0px #c9d9e8;
}

#recommended-Teachers a {
    position: relative;
    top: 0;
    transition: 0.4s ease-in-out;
}

#recommended-Teachers a:hover {
    top: -6px;
}

.card-top-left {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 18px 0px 6px 0px;
    background: rgba(30, 50, 132, 0.5);
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

.card-top-right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 15px;
    color: #1e3284;
    font-size: 12px;
    border-radius: 0px 18px 0px 6px;
    background: #ffaa2f;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;

}

.author-img img {
    max-width: 400px;
    border-radius: 5px;
}



.small-image {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-bottom: 10px;

}

#recommended-Teachers .img-wrapper {
    position: relative;
    padding-bottom: 100%;
}

#recommended-Teachers .img-wrapper img {
    position: absolute;
    border-radius: 18px 18px 0 0;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#recommended-Teachers .recommended-card .text-wrapper {
    padding: 1rem 1rem;
    min-height: 150px;
}
#recommended-Teachers .text-wrapper {

}

.related .podcast-card-text {
    height: auto;
}
#recommended-Teachers .sub-title1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}
#recommended-Teachers strong {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

#coursesAndWorkshops #searchBar:before {
    content: '';
    height: calc(100% - 41px);
    background: #ecf3fe;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#recommended-Teachers .slick-slide {
    margin-right: 17px;
    padding: 26px 6px;
}

.sub-search {
    font-size: 20px;
}

.where {
    font-size: 14px;
}

/* Teachers recommendations */

#teachers-recommendations .recommendation-box {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem 1rem;
    box-shadow: 8px 8px 16px 0px #c9d9e8;
}

#teachers-recommendations strong {
    font-size: 18px;
    font-weight: 600;
}
#teachers-recommendations span {
    opacity: 0.3;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.28px;
}
#teachers-recommendations .teacher-img {
    border-radius: 18px;
    width: 65px;
}

#teachers-recommendations .stars {
    width: 135px;
}
#teachers-recommendations p {
    line-height: 28px;
}
#teachers-recommendations .card-top-left {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 8px;
    border-radius: 18px 0px 6px 0px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-weight: 500;
}

/* recommendtation slick */
#teachers-recommendations .slick-list.draggable {
    padding: 50px 0px !important;
}

#teachers-recommendations .slick-slide {
    filter: blur(4px);
    opacity: 0.5; /* Reduce opacity for all slides by default */
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out; /* Single transition rule */
    z-index: 1;
    position: relative;
}
/* Override styles for centered and side slides */
#teachers-recommendations .slick-slide.slick-center {
    transform: scale(1.2);
    filter: none;
    opacity: 1;
    position: relative;
    z-index: 2;
}

#teachers-recommendations .slick-slide.slide-right-of-center {
    filter: blur(2px);
    transform: scale(1) translateX(-40px);
    opacity: 0.3;
    position: relative;
}

#teachers-recommendations .slick-slide.slide-left-of-center {
    filter: blur(2px);
    transform: scale(1) translateX(70px);
    z-index: -1;
    opacity: 0.3;
    position: relative;
}
#teachers-recommendations .slick-slide {
    margin-right: 20px;
}

main {
    padding-top: 82px;
}




/* Podcasts */
/*PODCAST CARD HOME*/
#podcast {
    background: #ecf3fe;
}
.podcast-card {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 8px 8px 16px 0px #c9d9e8;
}
.podcast-card .body-wrapper {
    padding: 2rem 1rem;
}
.podcast-card .body-wrapper p {
    max-width: 290px;
}

.podcast-card .body-wrapper a{
color: inherit !important;
}
.podcast-card .body-wrapper h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.podcast-card .body-wrapper span {
    color: #000a44;
    font-size: 14px;
    font-weight: 400;
}
#podcast hr {
    border-top: 1px solid rgba(0, 10, 68, 0.2);
}
#podcast .podcast-card h5{
    color: #1e3284;
    line-height: 33px;
    min-height: 66px;
}
.podcast-card .img-wrapper {
    position: relative;
    padding-bottom: 45%;
}
.podcast-card .img-wrapper img {
    position: absolute;
    border-radius: 18px 18px 0 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#podcast .btn {
    border-radius: 6px;
    background: #ffaa2f;
    color: #152c9d;
    width: auto;
    margin-top: 60px;
}

/* Hobbies */

#hobbies .icon-box {
    border-radius: 32px;
    background: #1e3284;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    top: 0;
    transition: 0.4s ease-in-out;
}

#hobbies .icon-box:hover {
    top: -6px;
}

#hobbies .icon-box img {
    width: 40px;
    height: 40px;
}

/* Blog */
#blog .blog-card {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 8px 8px 16px 0px #c9d9e8;
    outline: 0 !important;
}

#blog .blog-card a {
    position: relative;
    top: 0;
    transition: 0.4s ease-in-out;
}

#blog .blog-card a:hover {
    top: -6px;
}

#blog .img-wrapper {
    position: relative;
    padding-bottom: 64%;
}
#blog .img-wrapper img {
    position: absolute;
    border-radius: 18px 18px 0 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* blog slick */
#blog .slick-list.draggable {
    padding: 45px 0px 75px !important;
}

.error-label {
    font-size: 12px;
    position: relative;
    top: -15px;
}


.blogs-slider .slick-slide {
    filter: blur(4px);
    opacity: 0.5; /* Reduce opacity for all slides by default */
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out; /* Single transition rule */
    z-index: 1;
    position: relative;
}
/* Override styles for centered and side slides */
.blogs-slider .slick-slide.slick-center {
    transform: scale(1.2);
    filter: none;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.blogs-slider .slick-slide.slide-right-of-center {
    transform: scale(1) translateX(-40px);
    opacity: 0.9;
    position: relative;
}

.blogs-slider .slick-slide.slide-left-of-center {
    transform: scale(1) translateX(20px);
    opacity: 0.9;
    z-index: -1;
    position: relative;
}

#blog .slick-slide {
    margin-right: 18px;
    padding: 4px;
    background-color: #fbfbfb;
}
#blog .text-wrapper {
    padding: 1rem 1rem;
    color: #000;
}
#blog .text-wrapper p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#blog .btn {
    border-radius: 6px;
    background: #1e3284;
    width: auto;
    margin: auto;
    margin-top: 60px;
}



/***  PODCAST PAGE  ***/
#podcasts-page #hero img {
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 430px;
}

#podcasts-page #hero h1 {
    line-height: 150px;
}

#about-hobbies .preview-text {
    max-width: 470px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 3rem;
}
#about-hobbies .preview-text h4{
margin-bottom: 1rem;
}

/*PODCAST CARD*/
/* Podcasts */
#podcast {
    background: #ecf3fe;
}

.podcast-card {
    height: 100%;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 8px 8px 16px 0px #c9d9e8;
}

.podcast-card-text {
    height: 140px;
    overflow-y: auto;
}

.podcast-card-text::-webkit-scrollbar {
    width: 8px;
}

.podcast-card-text::-webkit-scrollbar-track {
    background: #fff;
}

.podcast-card-text::-webkit-scrollbar-thumb {
    background-color: #1e3284;
    border-radius: 10px;
    border: 2px solid #fff;
}

.podcast-card .body-wrapper {
    padding: 2rem 1rem;
    height: 100%;
}

.podcast-card .body-wrapper p {
    max-width: 290px;
}

.podcast-card .body-wrapper h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}



#podcast hr {
    border-top: 1px solid rgba(0, 10, 68, 0.2);
}
.podcast-card audio{
    width: 100%;
}

.podcast-card .img-wrapper {
    position: relative;
    padding-bottom: 45%;
}

.podcast-card .img-wrapper img {
    position: absolute;
    border-radius: 18px 18px 0 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#podcast .btn {
    border-radius: 6px;
    background: #ffaa2f;
    color: #152c9d;
    width: auto;
    margin-top: 60px;
}

.podcast-card.main .img-wrapper {
    padding-bottom: 60%;
}

.podcast-card.main h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    color: #1e3284;
}

.podcast-card.main strong {
    font-size: 14px;
}


/**** PODCAST PAGE ****/
#podcast-page #hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#episode {
    background: #fafcff;
}

#episode .episode-text {
    max-width: 640px;
    line-height: 28px;
}



#episode .player-example {
    width: 77%;
    height: auto;
}

#episode .option-box {
    display: flex;
    gap: 1rem;
    height: 44px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 8px 8px 16px 0px rgba(201, 217, 232, 0.70)
}

#episode strong {
    font-size: 17px;
}

#episode h4 {
    font-size: 38px;
}

#episode .next-episode svg {
    height: 14px;
}

#episode .next-episode a {
    text-decoration: underline;
    color: #1e3284;
    display: flex;
    align-items: center;
    gap: 4px;
}

#episode .next-episode.prev-episode svg {
    /** flip it */
    transform: rotate(180deg);
}

.single audio {
    width: 100%;
}

/* PODCAST PAGE NEWSLETTER */
#newsletter {
    background: #ecf3fe;
}

#newsletter #gform_2 {
    display: flex;
    align-items: center;
    width: 95%;
    margin: auto;
    justify-content: center;
}

#newsletter .gfield--type-email {
    width: 100%;
}

#newsletter .gform-body.gform_body {
    width: 100%;
}

#newsletter input[type="email"] {
    width: 100%;
    border-radius: 4px;
    border: 0.5px solid #d5d7e2;
    background: #fefdfe;
    padding: 10px;
    font-size: 16px;
}

#newsletter .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0.5%;
}

#newsletter .gform_footer input[type="submit"] {
    border-radius: 4px;
    background: #ffaa2f;
    color: #152c9d;
    padding: 10px 20px;
}

#newsletter .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    width: 100%;
}




/**** HOBBY PAGE ****/
.single-em_hobbies #hero {
    height: 55vh;
}
.single-em_hobbies #episode .back-link{
    text-decoration: underline;
    color: #1e3284;
}

/* Hobby */
.hobby-box {
    width: 100%;
    position: relative;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 8px 8px 16px 0px #c9d9e8;
    overflow: hidden;
}
.hobby-box strong{
    position: absolute;
    width: 100%;
    color: #1e3284;
    text-align: center;
    bottom: 0;
    padding: 7px 11px;
    background: #fff;
    font-size: 22px;
    font-weight: 500;
}
.hobby-container{
    width: 100%;
    padding-bottom: 100%;
}
.hobby-box .hobby-container img {
    position: absolute;
    border-radius: 18px 18px 0 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .6s ease-in-out;
}

.hobb strong {
    font-size: 17px !important;
}

.back-link svg {
    /** flip it */
    transform: rotate(180deg);
    height: 15px;
    width: 12px;
}

#hobby-children a {
    position: relative;
    top: 0;
    transition: 0.4s ease-in-out;
}

#hobby-children a:hover {
    top: -6px;
}



/*** COURSE PAGE***/

#course-page #hero {
    background: url(assets/images/c-hero.svg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
#course-page #hero .guitar {
    position: absolute;
    left: 8%;
    top: 46%;
    width: 240px;
}
#course-page #hero .women {
    position: absolute;
    width: 240px;
    left: 25%;
    top: 30%;
}

#aboutCourse {
    background: #ecf3fe;
}
#aboutCourse .slick-slide {
    padding: 0 0.25rem;
}

#aboutCourse .new-img-wrapper {
    padding-bottom: 100%;
    position: relative;
    img {
        position: absolute;
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 14px;

    }

}

.custom-quantity-input .minus {
    padding: 0;
    background: transparent;
    border: 0 !important;
}

.custom-quantity-input .plus {
    padding: 0;
    background: transparent;
    border: 0 !important;

}

.custom-quantity-input input {
    background: transparent !important;
    outline: 0 !important;
    border: 0 !important;
    -moz-appearance: textfield;
    text-align: center;
    padding: 0;
    font-size: 23px;
    box-shadow: none !important;
}

/* Chrome, Safari, Edge, Opera */
.custom-quantity-input input::-webkit-outer-spin-button,
.custom-quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#aboutCourse .new-img-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 14px;
}

.new-img-wrapper.video-me {
    padding-bottom: 56% !important;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.new-img-wrapper.video-me video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
display: block;
}

.new-img-wrapper.video-me img.play-me {
    width: 55px !important;
    height: 55px !important;
}

.new-img-wrapper.video-me .video-wrapper {
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%;

}

#teacher-info .video-wrapper {
    padding-bottom: 55%;
    position: relative;
    iframe {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}


#aboutCourse .btn {
    padding: 4px 40px;
}

#aboutCourse .btn.btn-primary {
    color: #ecf3fe !important;
    background: #1e3284 !important;
border: 0 !important;
}


/* CARD SIGN */
.sign-card {
    padding: 43px 40px;
    background-color: rgba(255, 255, 255, 0.7);
    filter: drop-shadow(8px 8px 16px #c9d9e8);
    border-radius: 30px;
}
.sign-card h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
}
.sign-card .amount-wrapper strong {
    font-size: 18px;
    font-weight: 500;
}
.sign-card .amount-wrapper span {
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
}



.sign-card .amount-box span {
    font-size: 24px;
    font-weight: 300;
}
.sign-card label {
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
}

#loginform label, #custom_registration_form label {
    font-size: 12px;
    margin-bottom: 4px;
}



/* ***important-info*** */
#important-info {
    background-color: #fffefe;
}
#important-info .icon-box {
    border-radius: 25.6px;
    background: #1e3284;
    width: 95px;
    height: 95px;
    margin: auto;
}
.woocommerce-Price-currencySymbol {
    font-size: 70% !important;
}

#important-info .icon-box.teacher {
    border-radius: 25.6px;
    border: 1.6px solid rgba(39, 67, 185, 0.32);
    background: #c8dcfc;
}
#important-info .icon-box img {
    width: 68px;
    margin: auto;
    height: 95px;
}
input[type="checkbox"] {
    accent-color: #1e3284 !important;
outline: 0 !important;
    opacity: 1 !important;
}


/* ***COURSE LOCATION*** */
#course-location::before {
    content: "";
    background: linear-gradient(
            345deg,
            rgb(229 233 255 / 20%) 0%,
            rgb(0 0 0 / 20%) 100%
    ),
    rgb(11 7 77 / 20%);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
#course-location {
    background: url(assets/images/pacakge-backg.png) no-repeat;
    background-size: cover;
}
#course-location .h4-title {
    color: #f1f1f1;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 24px;
}


#info-form {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 8px 8px 16px 0px #C9D9E8;
    max-width: 800px;
    margin: auto;
}
.status {
    font-weight: 500 !important;
    font-size: 12px;
}

.extra-text2 {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
}

#info-form {
    .search-input, .select2-container--default .select2-selection--single, .search-input, .select2-container--default .select2-selection--multiple {
        box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07) !important;
        background: #fff;
        padding-right: 10px !important;

    }

    .select2-container--default .select2-selection--multiple {
        min-height: 47px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background: #F5F9FF;
        color: #1e3284;
        border: 0;
        font-size: 14px;
        padding: 5px 5px 5px 13px;
        border: 1px solid #D5D7E2;
    }

    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
        border-left: 0;
        top: 4px;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        height: auto;
        min-height: 47px;
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        box-shadow: none !important;
    }
}

#searchBar {



    .select2-container--default .select2-selection--multiple {
        min-height: 47px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background: #F5F9FF;
        color: #1e3284;
        border: 0;
        font-size: 14px;
        padding: 5px 5px 5px 13px;
        border: 1px solid #D5D7E2;
    }

    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
        border-left: 0;
        top: 4px;
        background: transparent !important;
    transition: 0.3s ease-in-out;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        height: auto;
        min-height: 47px;
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        box-shadow: none !important;
        min-height: 34px;
        line-height: 32px;
    }
}

label.error {
    color: red;
    margin-top: 5px;
    font-size: 12px !important;
}

.c-orders {
    .card {
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 8px 8px 16px 0px #dfe1e3;
        border: 0 !important;

        h5 a {
            font-weight: 600;
            color: inherit !important;
        }
        img {
            width: 100px;
            border-radius: 8px;
        }
    }
}

.form-control[type="file"]::-webkit-file-upload-button {
    content: 'your wording';
}

/**** TEACHER PAGE ****/
#teacher-page {
    background: url(assets/images/bg.jpg) no-repeat top center #f1f5fd;
}
#teacher-page #teacher-info {
    padding-top: 8rem !important;
}
 #teacher-info h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    color: #1e3284;
}
 .btn-close {
     box-shadow: none !important;
     background-color: transparent !important;
 }

 .phase .title {
     font-size: 20px;
     font-weight: 600;
 }

 .time-line .number {
     width: 34px;
     height: 34px;
     border-radius: 50%;
     line-height: 34px;
     font-size: 16px;
     background: #D5D7E2;
     transition: 0.3s ease-in-out;

 }

.time-line .done + .separator {
    background: #1E3284;
}

.btn .spinner-border {
    position: absolute;
    top: 15px;
    right: 8px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.btn.load-me {
    pointer-events: none;
    opacity: 0.5;
}

.btn.load-me .spinner-border {
    opacity: 1;
}

.show-password-input {
    position: absolute !important;
    background: transparent !important;
color: #000000 !important;
    padding: 0 !important;
    top: 8px !important;
    left: 8px !important;
}

 .time-line .separator {
     height: 6px;
     width: 100px;
     transition: 0.3s ease-in-out;
     background: #D5D7E2;
     border-radius: 5px;
 }

.time-line .number.active, .time-line .number.done {
    font-weight: 500;
    background: #1E3284;
    color: #fff;
}

.summary {
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07) !important;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
}

.summary  > div {

    padding: 15px 15px 0;
}

.summary  > div:not(:last-child) {
    border-bottom: 1px solid #D4D4D4;
}

.text-ex {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    max-width: 500px;
}

.extra-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    max-width: 500px;
}

 .selected-hobby {
     font-weight: 600;
 }

 #order {
     background: url(assets/images/p-back.svg) no-repeat bottom right #F5F9FF;
     background-size: 700px;
     background-position-y: calc(100% + 200px);
 }

 #moreInfoModal .price-boxes,
 #moreInfoModal .price-head
 {
     display: none !important;
 }

 .teacher-check #place_order {
    font-size: 16px !important;
 }

 .teacher-check #order_review {
     max-width: 800px;
     margin: auto;
 }

 .teacher-check .order_details {
     display: none !important;
 }

.teacher-check iframe {
    height: 730px !important;
}

.teacher-check .woocommerce {
    gap: 0;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
}

 .woocommerce-privacy-policy-text a {
     text-decoration: underline;
 }

 .teacher-check .woocommerce-error {
     display: none !important;
 }

 #orderWrapper {
     border-radius: 40px;
     background: #FFF;
     box-shadow: 8px 8px 16px 0px #C9D9E8;
 }

#teacher-info .img-wrapper, .featured-image-wrap {
    position: relative;
    padding-bottom: 103%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 8px 8px 16px 0px #c9d9e8;
}

#teacher-info .img-wrapper {
    background: #fff;
}

.featured-image-wrap {
    width: 300px;
    padding-bottom: 35%;
    margin: auto;
}

#teacher-info .img-wrapper img, .featured-image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center top;

}

strong {
    font-weight: 600;
}

.t-name .title {
    font-weight: 600;
    font-size: 20px;
}

.t-name .img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 8px 0px #c9d9e8;
    position: relative;
}

.t-name .img-wrapper img,
.selected-teacher .img-wrapper img
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.selected-teacher .badge {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 12px;
    text-align: center;
    padding: 4px;
}

.selected-teacher {
    font-size: 14px;
    color: #1e3284 !important;
}

.selected-teacher .img-wrapper{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0px #c9d9e8;
    position: relative;
}

.more-info-btn {
    width: 100px;
    display: block;
    text-align: left;
}

#teacher-info .text-inner {
    overflow: hidden;
    min-height: 100px;
}

#teacher-info .more {
    position: absolute;
    width: 90%;
    bottom: -30px;
    cursor: pointer;
}

#teacher-info .teacher-text {
    position: relative;
}
#teacher-info .more a {
    color: #1e3284;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

#teacher-info video {
    width: -webkit-fill-available;
    border-radius: 2.069px;
}

#teacher-info .price-info-box {
    border-radius: 4px;
    background: #ffaa2f !important;
    padding: 16px 24px;
    text-align: center;
}
#teacher-info .price-info-box span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
#teacher-info .contact-info {
    gap: 9rem;
}
#teacher-info .contact-info strong {
    font-size: 35px;
    font-weight: 500;
    line-height: 30px;
}

.teacher-wrapper a {
    position: relative;
    top: 0;
    transition: 0.3s ease-in-out;

}

.copy {
    color: #e1e1e1;
    font-size: 14px;
}

.copy img {
    height: 14px;
}

.teacher-wrapper a:hover {
    top: -4px;
}

.video-wrapper img {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}
.video-wrapper video {
    z-index: 1; /* Ensures the video is below the image but above other content */
}
.price-boxes .col-lg-6:nth-child(2) .price-info-box {

}

.video-wrapper {
    border-radius: 5px;
    overflow: hidden;
}


.video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
}

footer a:hover {
    color: inherit !important;
}

/*** GET PACKAGE **/
#getPackage #hero {
    background: url(assets/images/hero-p.jpg) no-repeat left center;
    background-position-x: -150px;
    background-size: cover;
}

#payment .payment_methods>.wc_payment_method>label {
    padding-right: 0;
    padding-bottom: 0;
}

table.cart td.actions input,
input[name="coupon_code"],
.form-row input, .form-row textarea, .form-row select
{
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 10px;
    transition: 0.4s ease;
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07) !important;
}

table.cart td.actions input:focus,
input[name="coupon_code"]:focus,
.form-row input:focus, .form-row textarea:focus, .form-row select:focus
{
    border-color: #1e3284;
}

#moreInfoModal .modal-content {
    background: url(assets/images/bg.jpg) no-repeat center center;
    background-size: cover;
}

.modal-content {
   border: 0;
}

.more-inf {
    font-size: 14px;
    max-width: 450px;
}

#accordionHobbies {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07) !important;
}

.accordion-item {
    border: 1px solid #D4D4D4;
    transition: 0.4s ease-in-out;

    .more-info-btn {
        width: 150px;
    }
}

.accordion-button .arrow {
    transition: 0.4s ease-in-out;
    width: 22px;
}

.accordion-button:not(.collapsed) .arrow {
    transform: rotate(180deg);
}


.form-check-input {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #1e3284;
    border-color: #1e3284;

}

.accordion-button {
    border-color: #D4D4D4;
    background: transparent !important;
    box-shadow: none !important;
    color: #1e3284 !important;
}

.accordion-item:hover {
    background: #fbfcff !important;
}


/**** COURSES AND WORKSHOPS PAGE****/

#coursesAndWorkshops #hero {
    background: url(assets/images/hero-c.jpg) no-repeat center center;
    background-size: cover;
}

/* SEARCH FILTER */

#coursesAndWorkshops .search-wrapper img {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 22px;
}
#coursesAndWorkshops .search-wrapper input {
    border-radius: 4px;
    border: 1px solid #d5d7e2 !important;
    background: #fefdfe !important;
    font-size: 20px !important;
    color: #acb1c6 !important;
    width: 440px;
}

#coursesAndWorkshops .form-control:focus {
    box-shadow: none;
}
#coursesAndWorkshops
.search-wrapper
input[type="search"]::-webkit-search-cancel-button,
#coursesAndWorkshops
.search-wrapper
input[type="search"]::-webkit-search-clear-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

/* CARDS */
.searchByHobbie {
    background: #ecf3fe;
}
.searchByHobbie .btn {
    padding: 2px 44px;
}

.filter-container .btn:not(.active) {
    color: #1e3284 !important;
    background: transparent !important;
    border: 1px solid #1e3284;;
}

.p-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.e-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

#coursesAndWorkshops .card {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    border: 0;
    box-shadow: 8px 8px 16px 0px #c9d9e8;
    overflow: hidden;
}
#coursesAndWorkshops .card .card-body {

    padding: 1rem 1rem;
}
#coursesAndWorkshops .card .card-body p {
    font-size: 15px;
}
#coursesAndWorkshops .card .card-body strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; /* 140% */
}
#coursesAndWorkshops .card-img-wrapper {
    position: relative;
    padding-bottom: 70%;
}
#coursesAndWorkshops .card-img-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    border-radius: 18px 18px 0px 0px;
    transition: all 0.2s ease-in-out;
}
#coursesAndWorkshops .card-img-wrapper img:hover {
    transform: scale(1.02);
}

.single-product div.product {
    overflow: visible;

}

.product-card a {
    position: relative;
    transition: 0.4s ease-in-out;
    top: 0;
}

.product-card a:hover {
    top: -6px;
}

#coursesAndWorkshops .card-background {
    display: flex;
    text-align: right;
    align-items: center;
    color: white;
    min-width: 45%;
    display: inline-block;
    right: 0;
    background: #1e3284;
    border-radius: 20px 0px 0px 20px;
    padding: 0px 1rem 0 1rem;
    position: relative;
    right: -1rem;

    .small {
        font-size: 12px;
        font-weight: normal;
    }
}
#coursesAndWorkshops .card-background span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;

}

.woocommerce-account-fields {
    display: none !important;
}

del {
    font-weight: normal;
    opacity: 0.7;
    margin-left: 3px;
}

del bdi {
    font-weight: normal;
}

dl.variation dd {
    margin-bottom: 2px;
}

dl.variation {
    font-size: 13px;
    margin-top: 4px;
}

dl.variation dt {

    font-weight: 600;
}

#coursesAndWorkshops .card-top-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 6px 12px;
    border-radius: 18px 0px 6px 0px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    font-size: 12px;
    font-weight: 500;
    color: #1e3284;
}
#coursesAndWorkshops .podcast-card a {
    color: #1e3284 !important;
}
.searchByHobbie .btn.more {
    margin: auto;
    text-align: center;
    border-radius: 6px;
    background: var(--colors-yellow-1, #ffaa2f);
    width: auto;
    color: #152c9d;
    margin-top: 55px;
    padding: 8px 64px;
}

#ourRecommended {
    background: #fafcff;
}
#addedLately {
    background: #fafcff;
}




/*** FOOTER ***/

footer {
    background: #000e61;
    color: #fff !important;
}

footer ul {
    padding: 0;
}

footer ul li {
    display: block !important;
    margin-bottom: 1rem;
}

footer ul li a {
    color: #f1f1f1 !important;
    opacity: 0.6;
    font-size: 16px;
}

footer .footer-link {
    color: #f1f1f1 !important;
    opacity: 0.6;
}

footer ul li a:hover {
}

footer span {
    margin-top: 60px !important;
}

footer .text-box p {
    color: #f1f1f1;
    font-size: 23px;
    font-weight: 400;
    line-height: 46px;
}

footer .text-box p strong {
    font-weight: 500;
}

footer .text-box h5 {
    color: #f1f1f1;
    font-size: 30px;
    font-weight: 400;
    line-height: 8px;
}

/* NEWSLETTER*/
.input-button-container {
    position: relative;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
    border: 0.1px solid #878fb2;
    background: rgba(236, 243, 254, 0.09);
}

.input-button-container input[type="email"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    color: white;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 4px;
    background: rgba(236, 243, 254, 0.09);
}

.input-button-container .gform_footer input[type="submit"] {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 28%;
    border: none;
    text-align: center;
    display: flex;
    align-items: normal;
    height: calc(100% - 10px);
    border-radius: 4px;
    background: #1e3284;
    color: white;
    font-size: 16px;
    font-weight: normal;
    justify-content: center;
}

.input-button-container input:focus,
.input-button-container button:focus {
    outline: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: none !important;
}

/* Form Errors */
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_description {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    margin-top: 4px !important;
    color: #ff7474 !important;
    font-weight: 500;
}

.gform_ajax_spinner {
    position: absolute;
    top: 46%;
    left: 41.5%;
    transform: translate(-50%, -50%);
}

.triple .btn {
    width: 100%;
}

/* EMILIA */

.last-small {
    font-size: 14px;
    color: #c0c0c0;
}

.last-small ul {
    list-style: nonel;
    padding: 0;
    margin: 0;
}

.last-small ul li {
    display: inline-block;
    padding: 0 10px;
}



.last-small ul li a {
    color: #c0c0c0 !important;
    text-decoration: underline !important;
}

.emilia {
    direction: ltr;
}

.emilia img {
    height: 15px;
}

.social a {
    width: 46px;
    height: 46px;
    background: #fff;
    transition: 0.3s ease-in-out;
    display: block;
    border-radius: 50%;

    text-align: center;
}

.social a img {
    display: block;
    margin: auto;
}

.social a:hover {
    transform: rotate(360deg);
}

#bottomLogo img {
    width: 225px;
}


/**** NEW TRIPLE***/

.hemi-triple {



    .card {
        overflow: hidden;
        border: 5px solid transparent;
        position: relative;
        top: 0px;
        transition: 0.3s ease-in-out;
    }


    .card:hover {
        border-color: #ffaa2f;
        top: -5px;

    }

    .card-body .card-text {
        padding-top: 25px;
    }

    .card-body {
        bottom: 0;
    }

    .card-background {
        right: 0;
    }

    .h-head {
        height: 150px;
        overflow: hidden;
        color: #fff;
        h3 {
            color: #fff;
        }
    }

    .h-card:first-child {
        .h-head {
            background: linear-gradient(to right, #c9ddfb, #a4c6f6);
        }
    }

    .h-card:nth-child(2) {
        .card {
            border: 5px solid #ffaa2f;
        }
        .h-head {
            background: linear-gradient(to right, #a4c6f6, #7eb0f1);
        }
    }

    .h-card.not-active {
        .card {
            border: 5px solid transparent !important;
        }
    }

    .h-card.active {
        .card {
            border: 5px solid #ffaa2f;
        }
    }

    .h-card:nth-child(3) {
        .h-head {
            background: linear-gradient(to right, #7eb0f1, #589aeb);
        }
    }

    .h-card ul {
        list-style: none;
        padding-right: 0;
    }

    .h-card ul li {
        position: relative;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .h-card .btn {
        width: auto;
    }

    .h-card ul li::before {
        content: "✔"; /* Unicode checkmark */
        position: absolute;
        right: 0;
        font-size: 16px;
        color: #ffaa2f; /* Adjust color as needed */
    }


    @media (max-width: 994px) {
        .slick-track
        {
            display: flex !important;
            padding-bottom: 25px;
        }

        .slick-slide
        {
            margin: 0 0.5rem;
            height: inherit !important;
        }
    }

    .slick-dots {
        position: absolute;
        bottom: -9px;
    }

    .slick-dots li button:before {

        font-size: 16px;
        color: #1e3284;
        transition: 0.3s ease-in-out;
    }
}


.new-info  {
    ul {
        list-style: none;
        padding-right: 0;
    }

    ul li {
        position: relative;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    ul li::before {
        content: "✔"; /* Unicode checkmark */
        position: absolute;
        right: 0;
        font-size: 16px;
        color: #ffaa2f; /* Adjust color as needed */
    }
}

.addon-card:not(:last-child) {
    border-bottom: 1px solid #D4D4D4;
}

.more-info-box {
    font-weight: normal;
    font-size: 13px;
    ul {
        list-style: none;
        padding-right: 0;
        margin-bottom: 3px;
    }


    ul li {
        position: relative;
        padding-right: 16px;
        margin-bottom: 2px;
    }

    ul li::before {
        content: "✔"; /* Unicode checkmark */
        position: absolute;
        right: 0;
        font-size: 14px;
        color: #ffaa2f; /* Adjust color as needed */
    }

    strong {
        font-size: 12px;
        font-weight: 500;
    }
}

.input .form-control {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    outline: 0 !important;
}

/** MEDIA QUERIES **/


@media (max-width: 1601px) {
    header ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1401px) {


    #teacher-page #teacher-info {
        padding-top: 6rem !important;
    }

    /* Home page - hero */
    #home-page #hero img {
        width: 250px;
    }
    h1 {
        font-size: 32px;
    }

    header .menu li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }


    header .menu li:last-of-type {
        margin-left: 0;
    }

    .triple .btn {
        padding: 4px 25px;
        width: 100%;
    }
    .triple .card-body .hobbies {
        margin-left: 0%;
    }
    /* package by field */
    #packageByField .package-card .package-text p {
        line-height: normal;
    }
    #packageByField .card-background {

    }
    #packageByField .package-card .btn {
        padding: 6px 28px;
    }

    #course-page .sign-card {
        padding: 41px 20px;
    }
    #aboutCourse .btn {
        padding: 4px 13px;
    }


    #course-page .sign-card {
        padding: 41px 20px;
    }
    #aboutCourse .btn {
        padding: 4px 13px;
    }
}

@media (max-width: 1201px) {


    header .menu li {
        display: block;
    }

    header .menu ul {
        padding: 0;
        margin: 0;
    }

    /* NAV */
    .menu_container {
        position: fixed;
        height: calc(100% - 83px);
        background: rgba(255, 255, 255, 0.95);
        left: 100%;
        transition: 0.6s ease-in-out;
        opacity: 0;
        bottom: 0;
        width: 100%;
        padding-top: 35px;
        z-index: 99999;

        ul {
            padding: 0;
        }
    }

    .menu_container.active {
        opacity: 1;
        left: 0;
    }

    .menu_container ul li a {
        display: block;
        font-size: 30px;
        padding: 15px;
        color: #1e3284 !important;
    }

    nav {
        height: 83px;
    }

    main {
        padding-top: 83px;
    }

    .nav-main.active .toggler-icon {
        background-color: white;
    }

    .nav-main.active a.menu-link {
        color: black;
    }

    body.active {
        overflow: hidden;
    }

    h1 {
        font-size: 29px;
    }

    .triple .btn {
        padding: 0px 15px;
    }

    #coursesAndWorkshops #hero {
        background: url(assets/images/hero.svg) no-repeat center center;

    }
    #coursesAndWorkshops #hero h1 {
        text-align: center;
    }
    #coursesAndWorkshops #hero h1 + div {
        text-align: center;
    }

    #coursesAndWorkshops #hero h4 {
        text-align: center;
    }
}

@media (max-width: 993px) {
    /* footer */
    footer .text-box h5 {
        line-height: normal;
    }

    #teacher-page #teacher-info {
        padding-top: 2rem !important;
    }

    section h4, .author-title, .h4-title {
        font-size: 28px;
        line-height: 34px;
    }

    footer ul li {
        display: block !important;
        margin-bottom: 0.5rem;
    }

    .podcast-card .body-wrapper p {
        max-width: 320px;
    }

    .triple .btn {
        padding: 8px 44px;
    }
    #packageByField .card-background {

    }

    /* TEACHER RECOMMENDATION */
    #teachers-recommendations .slick-slide {
        margin-right: -20px;
    }
    #teachers-recommendations .slick-slide.slick-center{
        transform: scale(1);
    }
    #teachers-recommendations .slick-slide {
        padding: 44px;
    }
    #teachers-recommendations .slick-slide.slide-left-of-center {
        filter: blur(2px);
        transform: scale(1) translateX(0);
    }
    #teachers-recommendations .slick-list.draggable {
        padding: 0px 0px !important;
    }

    /*TEACHER PAGE*/
    #teacher-info h5 {
        font-size: 20px;
    }
    #teacher-info .contact-info strong {
        font-size: 26px;
    }
    #teacher-info .contact-info {
        justify-content: center;
    }





}

b, strong {
    font-weight: bold;
}

@media (max-width: 780px) {
    /*NAV*/
    .logo-img {
        width: 90px;
    }

    .menu_container {
        height: calc(100vh - 64px);
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-left: 0;
    }

    .woocommerce-account h1 {
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        width: 100%;
        margin-top: 100px;
    }


    main {
        padding-top: 63px;
    }

    nav {
        height: 63px;
    }

    footer .text-box h5 {
        font-size: 26px;
    }

    .text-box {
        text-align: center;
    }

    footer .text-box p strong {
        font-size: 24px;
        line-height: 30px;
        display: inline-block;
    }
    #searchBar .btn {
        width: 100%;
    }

    #home-page #hero img {
        width: 180px;
    }
    #home-page #hero .women {
        left: 35%;
    }

    #blog .slick-slide {
        margin-right: 12px;
        padding: 38px;
        background-color: #fbfbfb;
    }

    #course-page #hero .women {
        display: none;
    }

    #course-page #hero {
        background-position-x: -490px;
    }
}

@media (max-width: 580px) {

    #coursesAndWorkshops #hero {
        background-position-x: -620px;
    }

    #podcasts-page #hero img {
        left: 0;
        width: 300px;
    }
    #episode h4 {
        font-size: 28px;
    }
    #episode strong {
        font-size: 28px;
    }

    /*** COURSES AND WORKSHOPS PAGE***/

    .filter-container {
        white-space: nowrap;
        overflow-x: auto;
    }
    .filter-container > div {
        margin-right: 1rem;
    }
    .filter-container .btn {
        line-height: 20px;
    }
    .filter-container::-webkit-scrollbar {
        height: 2px;
    }
    .filter-container::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .searchByHobbie .btn {
        padding: 5px 10px;
        top: 0 !important;
    }

    .accordion-item {

        .more-info-btn {

            width: 100%;
        }

        .t-name .img-wrapper {
            min-width: 100px;
        }
    }




}


@media (max-width: 480px) {
    /*NAV*/
    header .menu-user img {
        width: 35px;
    }

    header .menu-user #cart img {
        width: 28px;
    }

    .menu_container {
        position: fixed;
        height: calc(100% - 63px);
    }

    .logo-img {
        width: 88px;
    }
    #home-page #hero .women {
        left: 50%;
    }
    #home-page #hero img {
        width: 128px;
    }
    h1 {
        font-size: 27px;
        line-height: 27px;
    }

    .triple .btn {
        padding: 4px 25px;
        width: 100%;
    }

    .podcast-card .card-top-inside audio {
        margin: auto;
        width: 100%;
    }

    /* FOOTER */
    footer .footer-link {
        font-size: 15px;
    }

    .courses-slider .slick-slide {
        margin-right: 14px;
        padding: 6px;
    }


    /*** COURSES AND WORKSHOPS PAGE***/
    .search-wrapper .searchBox {
        width: 100%;
    }


    /* TEACHER RECCOMENDATIONS */
    #teachers-recommendations .slick-slide {
        padding: 10px;
    }
    #teachers-recommendations .recommendation-box {
        box-shadow: 2px 8px 2px 2px #c9d9e8;
    }
    #teachers-recommendations .slick-slide.slick-center {
        transform: scale(0.9);
    }
    #teachers-recommendations .slick-slide.slide-right-of-center {
        transform: scale(1) translateX(20px);
    }
    #teachers-recommendations .slick-slide.slide-left-of-center {
        transform: scale(1) translateX(-21px);
    }


    #podcast .podcast-card h5 {
        min-height: 0;
    }


    .hobby-box strong {
        padding: 0px 11px;
    }

    /*** COURSE PAGE***/
    #aboutCourse .btn {
        padding: 4px 25px;
    }
    #course-page #hero .guitar {
        width: 160px;
    }

}