.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-454cbab:#31BCBC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Rubik", Sans-serif;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h1{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h2{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h4{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h5{font-family:"Rubik", Sans-serif;}.elementor-kit-11 h6{font-family:"Rubik", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.your-container-class {
    direction: rtl;
    text-align: right;
}

#content1, #content2, #content3 {
    display: none;
}

.active-content {
    display: block !important;
}

/* Style the select field */
select[name="form_fields[field_ab4f07f]"] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* Style the container */
.elementor-field-type-select {
    position: relative;
}

.elementor-field-type-select:after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
}


#task1, #task2 {
    display: none;
}
.active-content {
    display: block !important;
}


.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip-card {
    width: 90%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip-content {
    text-align: center;
    color: white;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.vip-content h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.vip-content p {
    margin: 10px 0 0;
    font-size: 16px;
}





/* General container styling */
#registercontainer {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Tab styling */
.advanced-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.advanced-tabs .tab-title {
    flex-grow: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background-color: #6D60EB; /* Purple color */
    color: #fff;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s ease;
}

.advanced-tabs .tab-title:hover {
    background-color: #533fcf;
}

.advanced-tabs .tab-title.active {
    background-color: #533fcf;
    font-weight: bold;
}

.advanced-tabs .tab-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Form styling inside tabs */
.advanced-tabs .tab-content form {
    display: flex;
    flex-direction: column;
}

.advanced-tabs .tab-content form input[type="text"],
.advanced-tabs .tab-content form input[type="password"],
.advanced-tabs .tab-content form input[type="email"],
.advanced-tabs .tab-content form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.advanced-tabs .tab-content form input[type="submit"] {
    padding: 12px 20px;
    background-color: #6D60EB;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.advanced-tabs .tab-content form input[type="submit"]:hover {
    background-color: #533fcf;
}

/* Adjust text alignment and spacing in the form */
.advanced-tabs .tab-content form label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.advanced-tabs .tab-content form .form-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.6;
}

/* Success message styling */
.advanced-tabs .tab-content .success-message {
    text-align: center;
    font-size: 18px;
    color: #28a745;
    margin-top: 20px;
}

.advanced-tabs .tab-content .success-message svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}/* End custom CSS */