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

.box-top-style:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 33%;
    height: 100%;
    border-top: 3px solid #10437C;
    border-bottom: 0;
    border-right: 0;
    border-radius: 20px 0px 0px 20px;
}

.box-top-style:after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 33%;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    border-top: 3px solid #10437C;
    border-right: 3px solid #10437C;
}

.events-calendar-bg {
    background-image: url('/wp-content/uploads/2025/10/Depositphotos_218714768_XL-1.png');
    padding: 11px 0 108px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.events-calendar-bg:before {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    width: 100%;
    height: 338px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.container {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.events-calendar-main {
    margin-top: 20px;
}

.events-calendar-title {
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    text-align: right;
    color: #10437C;
}

.events-calendar-btn a {
    padding: 14.5px 27px;
    background: linear-gradient(90deg, #EDC421 0%, #CAA70A 100%);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 60px;
    font-family: 'Assistant';
    font-weight: 700;
    font-size: 26px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.events-calendar-btn a svg {
    animation: bounceLeft 0.9s linear infinite !important;
}

@keyframes bounceLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(10px);
    }
}

.ec-title-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ev-calender-main-grid {
    display: grid;
    grid-template-columns: 561px 1fr;
    gap: 58px;
}

.ec-grid-box-details {
    padding: 18px 21px 12px 20px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    /* justify-content: space-between; */
    max-height: 120px;
    height: 120px;
}

.ev-calender-grid-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px #10437C33;
    border-radius: 4px;
}

.ec-grid-box-date {
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 56px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    max-width: 146px;
    position: relative;
}

.ec-box-light-blue {
    background: #196CF2;
}

.ec-box-dark-blue {
    background: #10437C;
}

.ec-grid-box-left {
    padding-left: 52px;
    margin-left: 16px;
    border-left: 1px solid #10437C33;
    max-width: 299px;
    width: 100%;
}

.ec-grid-box-title {
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 36px;
    line-height: 26px;
    text-align: right;
    color: #10437C;
    margin-bottom: 18px;
}

.ec-grid-box-address {
    font-family: 'Assistant';
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #10437C;
    display: flex;
    align-items: center;
    gap: 9px;
}

.ec-grid-box-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.ec-box-right-day {
    font-family: 'Assistant';
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: right;
    color: #10437C;
    margin-bottom: 15px;
}

.ec-box-right-time {
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 34px;
    line-height: 26px;
    text-align: center;
    color: #10437C;
}

.ec-box-registration-btn {
    width: 100%;
    max-width: 153px;
    background: #A6CEF5;
    padding: 11px 5px;
    font-family: 'Assistant';
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    display: inline-block;
}

.ec-grid-box-today {
    font-family: 'Assistant';
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #E21C1F;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0 4px 0 0;
}

.ec-box-right-btns {
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 100%;
    max-width: 153px;
}

.ev-calender-grid-boxes {
    display: flex;
    flex-direction: column;
    /* gap: 23px;    */
}

.ev-calender-grid-box:not(:last-of-type) {
    margin-bottom: 23px;
}

a.ec-box-enrollment-btn {
    display: inline-flex;
    width: 100%;
    max-width: 153px;
    background: #D8B350;
    padding: 8.6px 2px;
    border-radius: 6px;
    font-family: 'Assistant';
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    align-items: center;
    gap: 2px;
    justify-content: center;
}

.ec-box-registration-btn:hover {
    color: #FFFFFF;
}

a.ec-box-diary-btn {
    display: inline-flex;
    width: 100%;
    max-width: 153px;
    border: 1px solid #EAC21F;
    padding: 8.6px 2px;
    border-radius: 6px;
    font-family: 'Assistant';
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    color: #10437C;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.ev-calender-mob {
    display: none;
}

.events-calendar-popup-1,
.events-calendar-popup-2 {
    padding: 15px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #00162F99;
    z-index: 999999;
    display: none;
}

.events-calendar-popup {
    max-width: 800px;
    padding: 38px 45px 61px;
    box-shadow: 0px 4px 30px 0px #10437C26;
    border-radius: 10px;
    background: #FFFFFF;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 50%;
    top: 130px;
    transform: translateX(50%);
}

.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
}

.popup-title {
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 68px;
    line-height: 70px;
    text-align: center;
    background: #196CF2;
    color: #FFFFFF;
    display: inline-flex;
    margin: 0 auto;
    padding: 0px 10px;
}

.popup-sub-title {
    font-family: Assistant;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #10437C;
    margin: 20px 0px 30px;
}

.events-calendar-popup-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    direction: rtl;
}

.calendar-popup-flex {
    display: flex;
    gap: 17px;
    align-items: center;
}

.calendar-popup-input p,
.calendar-popup-textarea p,
.calendar-popup-checkbox p,
.calendar-popup-submit p {
    margin: 0;
}

.calendar-popup-submit p:hover::after {
    left: 57px
}

.calendar-popup-input input,
.calendar-popup-textarea textarea {
    font-family: Assistant;
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    text-align: right;
    color: #1D365C;
    border-radius: 6px;
    background: #F6F6F6;
    border: 0;
    border-bottom: 2px solid var(--dark-blue, #10437C);
    height: 60px;
    width: 100% !important;
    max-width: 100% !important;
}

.calendar-popup-input input::placeholder,
.calendar-popup-textarea textarea::placeholder {
    color: #1D365C;
}

.calendar-popup-input input:focus,
.calendar-popup-textarea textarea:focus {
    outline: none;
}

.calendar-popup-textarea textarea {
    padding: 18px 18px;
}

.calendar-popup-checkbox label {
    font-family: Assistant;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #1D365C;
    display: flex;
    align-items: center;
    gap: 10px;
}

.calendar-popup-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.calendar-popup-checkbox label span {
    position: relative;
    cursor: pointer;
}

.calendar-popup-checkbox label span:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #10437C;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    margin-left: 10px;
}

.calendar-popup-checkbox input:checked+span:after {
    content: '';
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: var(--dark-blue, #10437C);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8438 4.86719L7.59375 13.1172L3.84375 9.36719' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

.calendar-popup-submit .pcs-privacy-wrap {
    display: none;
}

.calendar-popup-submit span.wpcf7-spinner {
    display: none;
}

.calendar-popup-submit input {
    width: 100%;
    border: 0;
    font-family: Assistant;
    font-weight: 700;
    font-size: 32px;
    line-height: 19px;
    text-align: center;
    height: 60px;
    color: #FFFFFF;
    padding-left: 55px;
}

.calendar-popup-submit input:hover,
.calendar-popup-submit input:focus {
    background: none;
}

.calendar-popup-submit p {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    max-width: 446px;
    width: 100%;
    background: linear-gradient(90deg, #EDC421 0%, #CAA70A 100%);
    border-radius: 60px;
}

.calendar-popup-submit p:hover {
    background: #E3BA13 !important;
}

.calendar-popup-submit p::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0854 15.3182L24.5854 6.81825C25.1729 6.23075 26.1229 6.23075 26.7041 6.81825L28.1166 8.23075C28.7041 8.81825 28.7041 9.76825 28.1166 10.3495L22.0979 16.3807L28.1229 22.4057C28.7104 22.9932 28.7104 23.9432 28.1229 24.5245L26.7104 25.9432C26.1229 26.5307 25.1729 26.5307 24.5916 25.9432L16.0916 17.4432C15.4979 16.8557 15.4979 15.9057 16.0854 15.3182ZM4.08535 17.4432L12.5854 25.9432C13.1729 26.5307 14.1229 26.5307 14.7041 25.9432L16.1166 24.5307C16.7041 23.9432 16.7041 22.9932 16.1166 22.412L10.0979 16.3807L16.1229 10.3557C16.7104 9.76825 16.7104 8.81825 16.1229 8.237L14.7104 6.81825C14.1229 6.23075 13.1729 6.23075 12.5916 6.81825L4.0916 15.3182C3.49785 15.9057 3.49785 16.8557 4.08535 17.4432Z' fill='white'/%3E%3C/svg%3E");
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 67px;
    transform: translateY(-50%);
    transition: 0.4s;
}

.calendar-popup-input {
    width: 100%;
}

ul.popup-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Assistant;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    gap: 42px;
    color: #10437C;
    margin: 15px 0px 20px;
    padding: 0;
}

ul.popup-list li::marker {
    color: #EAC21F;
}

ul.popup-list li:nth-child(1) {
    list-style: none;
}

.events-calendar-popup-2 .events-calendar-popup {
    max-width: 570px;
}

.events-calendar-popup-2 .calendar-popup-submit p {
    max-width: 182px;
}

.events-calendar-popup-2 .calendar-popup-submit p::after {
    left: 25px;
}

.events-calendar-popup-2 .calendar-popup-submit p:hover::after {
    left: 15px;
}

.calendar-popup-input span.wpcf7-not-valid-tip {
    position: absolute;
    top: -21px;
    left: 6px;
    font-family: 'Assistant';
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #CD0003;
}

.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input {
    border-bottom: 2px solid #CD0003;
}

/* calender */
.all-meetings a {
    display: inline-flex;
    width: 100%;
    max-width: 153px;
    background: #10437C;
    padding: 8px;
    border-radius: 6px;
    font-family: 'Assistant';
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.day_num span a.meet-color-violet::after {
    background: #1B1366;
}

.day_num span a.meet-color-cyan::after {
    background: #10437C;
}

.day_num span a.meet-color-blue::after {
    background: #196CF2;
}

.day_num span a.meet-color-purple::after {
    background: #93268F;
}

.day_num span a.meet-color-green::after {
    background: #7FCA3C;
}

.calendar {
    display: flex;
    flex-flow: column;
}

.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}

.calendar .days {
    display: flex;
    flex-flow: wrap;
}

.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
}

.calendar .days .day_name:nth-child(7) {
    border: none;
}

.calendar .days .day_num {
    display: flex;
    /* flex-flow: column; */
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    /* min-height: 45px; */
}

.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}

.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}

.calendar .days .day_num .event.green {
    background-color: #51ce57;
}

.calendar .days .day_num .event.blue {
    background-color: #518fce;
}

.calendar .days .day_num .event.red {
    background-color: #ce5151;
}

.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}

/* .calendar .days .day_num:hover {
    background-color: #fdfdfd;
} */
.calendar .days .day_num.ignore {
    background-color: transparent;
    color: #10437C99 !important;
    cursor: inherit;
}

.calendar .days .day_num.selected {
    color: #E21C1F;
    cursor: inherit;
}

.calendar .days .day_num.selected span,
.calendar .days .day_num.selected a {
    color: #E21C1F !important;
}

.ev-calender-grid-boxes .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-left: 17px;
    border-bottom: 2px solid #10437C;
}

.ev-calender-grid-boxes .calendar {
    background: #FFFFFF;
    border-radius: 10px;
}

.ev-calender-grid-boxes .header .month-navi {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.ev-calender-grid-boxes .header .month-navi a.next-month-navi {
    padding: 9px;
    background: #10437C;
    border-radius: 2px;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.ev-calender-grid-boxes .header .month-navi a.prev-month-navi {
    padding: 9px;
    background: #196CF21A;
    border-radius: 2px;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
}

.ev-calender-grid-boxes .calendar .header .month-year {
    padding: 11px 16px 11px 20px;
    background: #10437C;
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 56px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0 10px 0 0;
}

.ev-calender-grid-boxes .calendar .days .day_name {
    color: #10437C;
    background: transparent;
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    border: none;
    padding: 27px 10px 21px;
    border-bottom: 2px solid #E8F1FE;
}

.ev-calender-grid-boxes .calendar .days .day_num,
.ev-calender-grid-boxes .calendar .days .day_num span {
    font-family: 'Assistant';
    font-weight: 400;
    font-size: 28px !important;
    line-height: 20px;
    text-align: center;
    border: none;
    color: #10437C;
    justify-content: center;
}

.ev-calender-grid-boxes .calendar .days .day_num {
    padding: 19px 0;
    justify-content: center;
}

.day_num span a {
    position: relative;
    z-index: 1;
    font-family: Assistant;
    font-weight: 800;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.day_num span a::after {
    content: '';
    height: 54px;
    width: 54px;
    background-color: #196CF2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: -1;
}

.cal-option-filter span {
    font-family: 'Assistant';
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    padding: 3.6px 5px;
    width: 100%;
    max-width: 96px;
    height: 26px;
}

.cal-option-filter .option-filter-blue {
    background: #196CF2;
}

.cal-option-filter .option-filter-green {
    background: #7FCA3C;
}

.cal-option-filter .option-filter-violet {
    background: #1B1366;
}

.cal-option-filter .option-filter-purple {
    background: #93268F;
}

.cal-option-filter .option-filter-cyan {
    background: #10437C;
}

.meet-color-green {
    background: #7FCA3C;
}

.meet-color-violet {
    background: #1B1366;
}

.meet-color-purple {
    background: #93268F;
}

.meet-color-cyan {
    background: #10437C;
}

.meet-color-blue {
    background: #196CF2;
}

.cal-option-filter {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 21px 17px;
    border-top: 2px solid #E8F1FE;
    border-radius: 0 0 6px 6px;
}

form.checkout.woocommerce-checkout h3 span {
    font-family: 'BarLev';
    font-weight: 400;
    font-size: 31.39px;
    line-height: 100%;
    text-align: right;
    color: #FFFFFF;
    height: 38px;
    width: 38px;
    display: flex;
    border-radius: 50%;
    background-color: #10437C;
    align-items: center;
    justify-content: center;
}

form.checkout.woocommerce-checkout h3 {
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 54px;
    line-height: 90px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    margin-bottom: 8px;
}

.woocommerce-billing-fields__field-wrapper label {
    display: none !important;
}

.woocommerce-billing-fields__field-wrapper input {
    font-family: Assistant !important;
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 20px !important;
    text-align: right !important;
    color: #1D365C !important;
    border: 0 !important;
    border-bottom: 2px solid var(--dark-blue, #10437C) !important;
    background-color: #FFFFFF !important;
    height: 54px !important;
    margin-bottom: 10px !important;
}

body.woocommerce-checkout {
    background-image: url('/wp-content/uploads/2025/11/Group-1000004684-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.woocommerce-billing-fields__field-wrapper input:focus {
    outline: none;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 48%;
    padding: 0;
}

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

.address-field {
    display: none;
}

.woocommerce-checkout-payment {
    background: transparent !important;
}

ul.wc_payment_methods.payment_methods.methods {
    border: none !important;
}

.form-row.place-order {
    padding: 0 !important;
}

.woocommerce-checkout .woocommerce input[type="checkbox"] {
    appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce-checkout .woocommerce input[type="checkbox"]:checked {
    background-color: #10437C;
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 4.5L6.75 12.75L3 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.custom-checkbox label,
.woocommerce-form__label-for-checkbox.checkbox {
    font-family: Assistant;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px !important;
}

p.form-row.custom-checkbox {
    padding: 0;
    margin-bottom: 12px !important;
}

p.form-row.validate-required.woocommerce-validated {
    padding: 0;
}

button#place_order {
    font-family: Assistant;
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #EDC421 0%, #CAA70A 100%);
    border-radius: 60px;
    padding: 0;
    margin-top: 40px;
    padding-left: 35px;
}

.woocommerce-form__label-for-checkbox.checkbox abbr.required {
    display: none;
}

span.woocommerce-terms-and-conditions-checkbox-text a {
    font-weight: 700;
    color: #1D365C;
}

.custom-checkbox label {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.woocommerce-checkout main#content {
    max-width: 1190px;
    padding: 0px 14px;
}

div#customer_details {
    display: grid;
    grid-template-columns: 1fr 447px;
    margin-top: 17px;
}

.customer-payment {
    padding-left: 12%;
}

.order-summary {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #00000014;
    border-radius: 5px;
    border-top: 5px solid #196CF2;
    padding: 37px 40px 28px;
    height: fit-content;
}

.order-summary h2 {
    font-family: 'BarLev' !important;
    font-weight: 400;
    font-size: 54px;
    line-height: 40px;
    text-align: center;
    color: #10437C;
    margin-bottom: 30px;
    margin-top: 0;
}

.supporter-box {
    padding: 22px 21px 28px 17px;
    border-radius: 10px;
    background-color: #E6F1FE;
    margin-bottom: 25px;
    position: relative;
}

.supporter-box h3 {
    font-family: 'BarLev' !important;
    font-weight: 700 !important;
    font-size: 54px !important;
    line-height: 48px !important;
    color: #10437C;
}

.supporter-box h4 {
    font-family: Assistant !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    color: #10437C;
    margin: 0;
    margin-bottom: 5px;
}

.supporter-box ul li {
    font-family: Assistant;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    text-align: right;
    color: #10437C;
    list-style: none;
    position: relative;
}

.supporter-box ul li::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2310437C'/%3E%3Cpath d='M15.0532 7.06763L8.48404 13.6368L5.49805 10.6508' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    position: absolute;
    right: -35px;
    top: 4px;
}

.supporter-box ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.summary-text {
    font-family: Assistant;
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    text-align: right;
    color: #10437C;
    margin-bottom: 11px;
}

.total-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-title {
    font-family: 'BarLev';
    font-weight: 400;
    font-size: 54px;
    line-height: 54px;
    text-align: right;
    color: #10437C;
}

.total-price {
    font-family: 'BarLev';
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    text-align: right;
    color: #10437C;
}

.trsh-icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 24px;
    left: 17px;
}

.kenes-scheduled-info {
    border-right: 5px solid #10437C !important;
}

button#place_order::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0831 12.2287L20.0417 5.27014C20.5226 4.78918 21.3004 4.78918 21.7762 5.27014L22.9326 6.42649C23.4135 6.90745 23.4135 7.68518 22.9326 8.16102L18.0053 13.0985L22.9377 18.0309C23.4186 18.5119 23.4186 19.2896 22.9377 19.7655L21.7813 20.9269C21.3004 21.4079 20.5226 21.4079 20.0468 20.9269L13.0882 13.9684C12.6022 13.4874 12.6022 12.7097 13.0831 12.2287ZM3.25925 13.9684L10.2178 20.9269C10.6988 21.4079 11.4765 21.4079 11.9523 20.9269L13.1087 19.7706C13.5897 19.2896 13.5897 18.5119 13.1087 18.036L8.18142 13.0985L13.1138 8.16614C13.5948 7.68518 13.5948 6.90745 13.1138 6.43161L11.9575 5.27014C11.4765 4.78918 10.6988 4.78918 10.2229 5.27014L3.26437 12.2287C2.77829 12.7097 2.77829 13.4874 3.25925 13.9684Z' fill='white'/%3E%3C/svg%3E");
    height: 26px;
    width: 26px;
    position: absolute;
    transform: translateX(-10px);
    transition: .3s;
}

button#place_order:hover::after {
    transform: translateX(-20px);
}

.checkout-steps {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 10px 0px;
    z-index: 99;
}

.checkout-step {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #494949;
    font-family: Assistant;
    font-weight: 400;
    font-size: 20px;
    line-height: 13px;
    color: #10437C;
}

.checkout-step:after {
    content: "";
    position: absolute;
    border-top: 7px dotted #10437C;
    width: 68px;
    right: calc(100% + 20px);
}

.checkout-step.active:after {
    border-color: #FFC61A;
}

.checkout-step-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFC61A;
    border-radius: 40px;
}

.checkout-step.active .checkout-step-icon {
    background-color: #FFC61A;
}

p#breadcrumbs .bc-home svg g path {
    stroke: #FFFFFF;
}

p#breadcrumbs>span {
    display: flex;
    gap: 7px;
    align-items: center;
}

p#billing_address_1_field,
p#billing_city_field,
p#billing_postcode_field {
    width: 33.33%;
    display: inline-block !important;
}

p#billing_address_1_field {
    padding: 0 10px;
}

p#billing_city_field {
    padding-left: 10px;
}

p#billing_postcode_field {
    padding-right: 10px;
}

.woocommerce-form__label-for-checkbox.checkbox {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.woocommerce-checkout .page-header {
    display: none;
}

.kenes-bg-img:before {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 100%;
    height: 757px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.kenes-bg-img:after {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 100%;
    height: 330px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transform: rotate(180deg);
}

.kenes-flag-img:before {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 100%;
    height: 330px;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0;
}

.kenes-flag-img:after {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    width: 100%;
    height: 251px;
    position: absolute;
    bottom: -2px;
    z-index: 1;
    left: 0;
    transform: rotate(180deg);
}

p.form-row.validate-required {
    padding: 0;
}

.checkout-step:last-child:after {
    display: none;
}

form#custom_price_form {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    background: #00000099;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    display: none;
}

.close-svg {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    cursor: pointer;
}

.custom_price_popup {
    max-width: 300px;
    width: 100%;
    z-index: 99;
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

form#custom_price_form h2 {
    font-family: BarLev;
    font-weight: 400;
    font-size: 54px;
    line-height: 40px;
    text-align: center;
    color: #10437C;
    margin-bottom: 20px;
}

input#custom_price {
    font-family: Assistant !important;
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 20px !important;
    text-align: right !important;
    color: #1D365C !important;
    border: 0 !important;
    border-bottom: 2px solid var(--dark-blue, #10437C) !important;
    background-color: #FFFFFF !important;
    height: 54px !important;
    margin-bottom: 10px !important;
    box-shadow: 0px 4px 20px 0px #00000014;
    width: 160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
	padding: 10px;
}

input#custom_price:focus {
    outline: none;
}

form#custom_price_form button {
    font-family: Assistant;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    width: 150px;
    height: 50px;
    background: linear-gradient(90deg, #EDC421 0%, #CAA70A 100%);
    border-radius: 60px;
    padding: 0;
    color: #10437C;
    border: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

@media(max-width: 767px) {
    .calendar-popup-flex {
        flex-direction: column;
        gap: 15px;
    }

    .events-calendar-popup {
        max-width: 90%;
        width: 100%;
        padding: 33px 25px 28px;
        top: 16px;
    }

    .popup-title {
        font-weight: 700;
        font-size: 44px;
        line-height: 50px;
        text-align: center;
    }

    .close-btn svg {
        height: 30px;
        width: 30px;
    }

    .popup-sub-title {
        font-size: 19px;
        line-height: 24px;
        margin: 15px 0px 20px;
    }

    .events-calendar-popup-form {
        gap: 15px;
    }

    .calendar-popup-input input,
    .calendar-popup-textarea textarea {
        font-size: 20px;
        line-height: 20px;
        text-align: right;
        height: 48px;
    }

    .calendar-popup-textarea textarea {
        padding: 13px 15px;
    }

    .calendar-popup-checkbox label {
        font-size: 16px;
    }

    .calendar-popup-checkbox label span:before {
        width: 18px;
        height: 18px;
    }

    .calendar-popup-checkbox input:checked+span:after {
        height: 18px;
        width: 18px;
        background-size: 13px;
        top: 2px;
    }

    .calendar-popup-submit input {
        font-size: 22px;
        line-height: 19px;
        text-align: center;
        padding-left: 46px;
        height: 50px;
    }

    .calendar-popup-submit p::after {
        height: 20px;
        width: 20px;
        background-size: 20px;
        left: 40px;
    }

    .calendar-popup-submit p:hover::after {
        left: 30px;
    }

    .events-calendar-popup-2 .events-calendar-popup {
        max-width: 90%;
    }

    ul.popup-list {
        font-size: 19px;
        gap: 24px;
    }

    .events-calendar-popup-2 .calendar-popup-submit p {
        max-width: 100%;
    }

    .events-calendar-popup-2 .calendar-popup-submit p::after {
        left: 104px;
    }

    .events-calendar-popup-2 .calendar-popup-submit p:hover::after {
        left: 94px;
    }
}

@media(max-width: 1024px) {
    .ev-calender-main-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .events-calendar-main {
        margin-top: 11px;
    }

    .ec-title-info {
        flex-direction: column;
        margin-bottom: 34px;
    }

    .events-calendar-title {
        font-size: 62px;
        line-height: 71px;
        margin-bottom: 15px;
    }

    .events-calendar-btn a {
        font-size: 22px;
        line-height: 19px;
    }

    .events-calendar-bg {
        background-image: url(/wp-content/uploads/2025/10/Depositphotos_218714768_XL-1-2.png);
    }

    div#customer_details {
        grid-template-columns: 1fr;
        gap: 60px;
        margin-top: 110px;
    }

    .customer-payment {
        padding: 0;
    }

    .checkout-steps {
        top: 10px;
        max-width: 700px;
        margin: 0 auto;
    }

    .checkout-step:after {
        width: 105px;
    }

    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 49%;
    }
}

@media(max-width: 767px) {
    div#customer_details {
        margin-top: 90px;
    }

    .ev-calender-des {
        display: none;
    }

    .ev-calender-mob {
        display: flex;
    }

    .ev-calender-mob-date {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #10437C33;
    }

    .ev-calender-grid-box {
        flex-direction: column;
    }

    .ec-box-right-txt {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .ec-box-right-day {
        margin: 0;
        font-size: 21px;
    }

    .ec-grid-box-date {
        font-size: 30px;
        line-height: 27px;
        height: 41px;
        width: 81px;
    }

    .ec-box-right-time {
        font-size: 30px;
    }

    .ec-grid-box-details {
        padding: 20px 14px 15px 14px;
        height: 100%;
        max-height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        gap: 13px;
    }

    .ec-grid-box-left {
        max-width: 100%;
        padding: 0;
        margin: 0;
        border-left: none;
    }

    .ec-grid-box-title {
        margin-bottom: 10px;
    }

    a.ec-box-registration-btn {
        width: 100%;
        max-width: 100%;
        padding: 7px 5px;
    }

    .ec-box-right-btns {
        max-width: 100%;
        flex-direction: row;
    }

    .ev-calender-grid-boxes .calendar .header .month-year {
        padding: 7px 10px 5px 12px;
        font-size: 34px;
        line-height: 30px;
    }

    .ev-calender-grid-boxes .header {
        padding-left: 7px;
    }

    .ev-calender-grid-boxes .header .month-navi a.next-month-navi {
        height: 32px;
        width: 32px;
    }

    .ev-calender-grid-boxes .header .month-navi a.prev-month-navi {
        height: 32px;
        width: 32px;
    }

    .ev-calender-grid-boxes .calendar .days .day_name {
        font-size: 18px;
        line-height: 12px;
        padding: 16px 7px 12px;
    }

    .day_num span a::after {
        height: 32px;
        width: 32px;
    }

    .day_num span a {
        font-family: Assistant;
        font-weight: 800;
        font-size: 17.22px;
        line-height: 12.3px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ev-calender-grid-boxes .calendar .days .day_num,
    .ev-calender-grid-boxes .calendar .days .day_num span {
        font-size: 17px !important;
        line-height: 12px;
    }

    .ev-calender-grid-boxes .calendar .days .day_num {
        padding: 12px 0;
    }

    .cal-option-filter a {
        font-size: 9px;
        line-height: 9px;
        height: 16px;
    }

    .cal-option-filter {
        padding: 14px 10px 13px;
        gap: 7px;
    }

    .kenes-image-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .kenes-image-box .elementor-image-box-wrapper h3.elementor-image-box-title {
        margin: 0;
    }

    .checkout-step {
        flex-direction: column;
        gap: 8px;
        font-size: 15px;
    }

    .checkout-step:after {
        top: 19px;
        width: 100%;
        right: 100%;
    }

    .checkout-step-icon {
        background-color: #FFFFFF;
    }

    .checkout-steps {
        top: 0;
    }

    form.checkout.woocommerce-checkout h3 {
        font-size: 40px;
        line-height: 90px;
    }

    .woocommerce-billing-fields__field-wrapper input {
        height: 50px !important;
        font-size: 18px;
    }

    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .order-summary h2 {
        font-size: 48px;
    }

    .supporter-box h3 {
        font-size: 35px !important;
    }

    .supporter-box h4 {
        line-height: 40px;
    }

    .order-summary {
        padding: 30px;
    }

    .total-title {
        font-size: 40px;
    }

    .total-price {
        font-size: 40px;
    }

    button#place_order {
        height: 50px;
        font-size: 20px;
        padding-left: 30px;
    }

    button#place_order::after {
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: center;
        top: 50%;
        transform: translateY(-45%) translateX(-10px);
    }

    button#place_order:hover::after {
        transform: translateY(-45%) translateX(-20px);
    }

    .custom-checkbox label,
    .woocommerce-form__label-for-checkbox.checkbox {
        font-size: 16px;
    }

    .summary-text {
        font-size: 18px;
    }

    .supporter-box ul li {
        font-size: 17px;
        line-height: 22px;
    }

    .supporter-box ul {
        padding-right: 35px;
    }

    .checkout-step:after {
        width: 114px;
    }

    .checkout-steps {
        max-width: 425px;
    }

    .kenes-bg-img img {
        height: 757px;
        object-fit: cover;
    }
}

@media(max-width: 525px) {

    .box-top-style:after,
    .box-top-style:before {
        width: 26%;
    }
}

@media(max-width: 425px) {
    .events-calendar-btn a {
        max-width: 100%;
    }

    .checkout-steps {
        max-width: 320px;
    }

    .checkout-step:after {
        width: 60px;
    }
}