/**
 * Theme Name:     Jets Child
 * Author:         TUs
 * Template:       hello-elementor
 * Text Domain:	   jets-child
 * Description:    TUs
 * Author URI:     https://transformus.co/
 */
:root {
  --main-color: #6d000c;
  --sec-color: #902a50;
  --bkg-gray: #f8f8f8;
  --custom-border-color: #e5e5e5;
  --text-color: #686868;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; /* your background color */
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important; /* text color */
    transition: background-color 5000s ease-in-out 0s; /* prevent flash */
}
.next-step.loading {
    background: #ccc !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}
#bold-active-text .e-filter-item[aria-pressed=true] {
    font-weight: bold !important;
}
.main-header {
  position: relative;
}
.apply-now-btn {
  position: absolute;
}
button {
  outline: none;
}
.direction-rtl {
  direction: rtl;
}

#event-slider .elementor-swiper-button-prev,
#team-slider .elementor-swiper-button-prev,
#gallery-post .elementor-swiper-button-prev,
#testimonials-carousel .elementor-swiper-button-prev {
  left: -42px;
}
#event-slider .elementor-swiper-button-next,
#team-slider .elementor-swiper-button-next,
#gallery-post .elementor-swiper-button-next,
#testimonials-carousel .elementor-swiper-button-next {
  right: -42px;
}
#team-slider .elementor-swiper-button-prev,
#team-slider .elementor-swiper-button-next {
  top: 70px;
}
.story-tabs button {
  position: relative;
}
.story-tabs button:not(:last-child)::after {
  content: " ";
  border: 1px solid var(--custom-border-color);
  position: absolute;
  bottom: 0;
  width: 78%;
  height: 0.5px;
}

.story-tabs button[aria-selected="false"] .e-n-tab-title-text {
  font-weight: 400;
}
#video-wrapper .elementor-video,
#video-wrapper .elementor-custom-embed-image-overlay {
  height: 557px;
}

.contact-form .elementor-field-group-message {
  position: relative;
}

.contact-form .elementor-field-group-message::after {
  content: "Your Message";
  position: absolute;
  font-size: 18px;
  bottom: 0;
  left: 10px;
  color: #383838;
  opacity: 0.5;
}

.chapel-video-future .elementor-open-inline {
  /* max-width: 509px; */
  width: 350px;
  height: 356px;
}
.chapel-video .elementor-open-inline {
  /* max-width: 509px; */
  height: 200px;
}
.course-icon-loop .elementor-icon-box-wrapper {
  line-height: 0;
  margin-top: -16px;
}
.testimonials-video-ratio .elementor-open-inline {
  width: 1145px;
  height: 557px;
}
.course-icon-compus-online .elementor-icon {
  box-sizing: border-box;
  height: 40px;
  margin-top: -10px;
}
.single-course-icon-compus-online .elementor-icon {
  box-sizing: border-box;
  height: 70px;
  margin-top: -20px;
}
.swiper {
  width: 100% !important;
  margin: 0 !important;
}

#form_mp2bi .select-study-level input[value="null-value"],
#form_mp2bi .select-study-level input[value="null-value-2"] {
  display: none !important;
}
#form_mp2bi .radio-style {
  font-size: 24px !important;
  color: #383838 !important;
}
.frm-show-form h1,
.frm-show-form h2,
.frm-show-form h3,
.frm-show-form h4,
.frm-show-form h5,
.frm-show-form h6 {
  color: #383838;
}
/* .frm_save_draft{
    display: none;
} */

.frm_section_heading {
  margin-bottom: 5px !important;
}
.step-two-html {
  margin-top: -30px;
}
#frm_field_440_container .frm_section_spacing {
  font-size: 18px !important;
  margin-top: 48px !important;
  margin-bottom: 24px !important;
}
#frm_field_364_container {
  display: none;
}
.progress-tracker {
  direction: rtl;
  position: relative;
  margin: 20px 45px;
  padding-right: 30px;
}

.progress-tracker .step {
  position: relative;
  margin-bottom: 100px;
  padding-left: 30px;
}
.progress-tracker .step:not(:last-child)::after {
  content: "";
  height: 80px;
  width: 4px;
  background-color: var(--custom-border-color);
  position: absolute;
  left: -5px;
}
.progress-tracker .step:not(:last-child).done::after {
  background-color: var(--sec-color);
}

.progress-tracker .circle {
  position: absolute;
  left: -14px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #ccc;
  font-weight: bold;
}

/* Done */
.progress-tracker .step.done .circle {
  background-color: #8a0544;
  color: #fff;
  border-color: #8a0544;
}

/* Current */
.progress-tracker .step.current .circle {
  border-color: #8a0544;
  color: #8a0544;
}

/* Text Styling */
.progress-tracker .content {
  direction: ltr;
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  color: var(--text-color);
  font-size: 20px;
}
#progress-tracker .tus-contanier{
	text-align: left;
}

.progress-tracker .step.done .content,
.progress-tracker .step.current .content {
  color: #8a0544;
}
.frm-show-form input[type="tel"] {
  direction: ltr !important;
}

form#form_contact-form input,
form#form_contact-form textarea{
	border: none !important;
	border-bottom: 1px solid #e5e5e5 !important;
}
.frm_style_jets-style.with_frm_style .frm_form_field.frm_left_container {
  display: flex;
  gap: 100px;
  align-items: center;
}
html[lang="en-US"] .frm_style_jets-style.with_frm_style .frm_form_field.frm_left_container {
    direction: ltr;
}
.frm-steps-nav .step-list {
  list-style: none;
  text-align: right;
}
.frm-steps-nav .step-list {
  color: var(--text-color);
}
.frm-steps-nav .step-list li {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  cursor: pointer;
}
.frm-steps-nav .step-list li:hover {
  color: var(--sec-color);
}
.active-step {
  color: var(--sec-color);
  font-weight: bold !important;
}
.form-step-buttons{
	margin-bottom: 45px;
}
.form-step-buttons .next-step{
	float: left;
}
html[lang="en-US"] .form-step-buttons .next-step{
	float: right;
}

html[lang="en-US"] .submit-button-wrapper .frm_submit{
	float: right;
	margin-right: 0px;
}
html[lang="en-US"] #field_mqv7m{
	direction: ltr;
}
html[lang="ar"] .submit-button-wrapper .frm_submit{
	float: left;
}
.form-step-buttons button {
  min-width: 180px;
}
.step-warning-count {
  background-color: #df0c01;
  color: #fff;
  border-radius: 9999px;
  font-size: 12px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.hidden-badge {
  visibility: hidden;
}

.read-more p {
  display: inline;
}
.read-more .read-more-txt {
  color: var(--sec-color);
  text-decoration: underline;
}

.profile-tabs{
    cursor: pointer;
}
#log-in-container .frm_form_fields fieldset{
	padding: 0 !important;
	border: none !important;
}
#log-in-container .frm-show-form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#log-in-container .frm-show-form fieldset {
  display: contents; /* Makes it disappear while keeping children visible */
}
#user-profile-image{
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 17px;
}
#user-profile-image img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
#user-profile-image h2{
    font-size: 18px;
    color: #383838;
    font-weight: 800;
}

.application-details{
    direction: ltr;
    text-align: left;
    margin: 50px 0;
}
.application-details ul{
    padding: 24px;
    background-color: #F8F8F8;
    font-size: 20px;
    color: #383838;
    line-height: 40px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    position: relative;
}
.accordion-header::before{
    content: '.';
    position: absolute;
    color: #383838;
    top: 9px;
    left: 6px;
    font-size: 24px;
}

.accordion-title {
    font-weight: bold;
}

.accordion-button {
    color: #902A50;
    font-weight: bold;
    text-decoration: underline;
}

.accordion-body {
    margin-bottom: 10px;
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal {
    background: white;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 50%;
    text-align: center;
}

.modal h2 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.modal-buttons {
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: space-between;
gap: 1rem;
}

.btn {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
}

.btn-cancel {
    background: transparent;
    color: var(--sec-color);
    border: 1px solid var(--sec-color);
}

#logout-container .btn-signout {
    background: #888888;
    color: white;
    border: none;
    width: 100%;
}

.btn:hover {
    opacity: 0.9;
}
.active-tab{
    background-color: var(--sec-color);
}
.active-tab .elementor-icon-box-title span{
    color: #FFF;
}
#profile-tabs-wrapper .active-tab .elementor-icon{
    fill: #FFF;
}

.basic-info-container > h2{
    margin-bottom: 14px;
}
#basic-info-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
#basic-info-form label{
    font-size: 16px;
    margin-bottom: 12px;
}
#basic-info-form input{
    background-color: #F9F9F9;
    border: 1px solid #E9E9E9;
    padding: 18px 12px;
    outline: none;
}

#loginform-0 fieldset{
    padding: 0;
    border: none;
}
#loginform-0 input{
    border: 1px solid #E9E9E9;
    padding: 18px 12px;
    outline: none;
}
#loginform-0 .frm_top_container{
    margin-bottom: 16px;
}
#loginform-0 .frm_submit{
    margin: 16px 0;
}
#loginform-0 .frm_submit input{
    background-color: var(--sec-color);
    width: 100%;
}
#loginform-0 .frm_submit input[type='submit']:hover{
	color: #FFF;
}
#loginform-0 .frm_checkbox,
#loginform-0 .forgot-password,
#loginform-0 label {
    font-size: 18px;
}
#loginform-0 #rememberme0{
    scale: 1.3;
    margin-right: 5px;
    margin-left: 3px;
}
#loginform-0 .login-remember,
#loginform-0 .login_lost_pw {
    margin: 16px 0;
}
#edit-profile-form > h3{
    font-size: 24px;
    margin-bottom: 19px;
}
#edit-profile-form .profile-image-wrapper{
    margin-bottom: 32px;
}
#edit-profile-form .form-field-wrapper{
    margin-bottom: 16px;
}
#edit-profile-form input{
    width: 100%;
    border: 1px solid #E9E9E9;
    padding: 18px 12px;
    outline: none;
}
#edit-profile-form .password-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.resume-draft-button{
    display: flex;
    width: 100%;
    height: 70px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    align-items: center;
}
.resume-draft-button:hover{
  color: #FFF;
}
#form_ttvji .program-radio-form .frm_catlevel_1{
  margin-bottom: 20px;
}
.template-develop-content > h3{
  font-weight: bold;
  color: #383838;
}
.template-develop-content{
  color: var(--text-color);
  line-height: 2.5;
}
.schedule-wrapper{
    padding: 32px;
}
#schedule-head .schedule-title{
    font-size: 24px;
}
#schedule-head > div:first-of-type{
    width: 60%;
}
.schedule-wrapper .schedule-head{
    padding: 35px;
    background-color: var(--sec-color);
    color: #FFF;
}
.schedule-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
#schedule-head button{
    border: 1px solid #FFF;
    padding: 12px 18px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    gap: 10px
}
#schedule-head button:hover{
    background-color: #FFF;
    color: var(--sec-color);
}
#schedule-head button span{
    display: flex;
    align-items: center;
}
#schedule-head .schedule-button-wrapper{
    display: flex;
}
.schedule-head .schedule-icon svg{
    font-size: 14px;
}
#schedule-sub-header{
    margin: 16px 0;
    display: flex;
    justify-content: space-between;
}
#schedule-sub-header h3{
    margin: 0;
    padding: 0;
    color: #383838;
}
#schedule-sub-header .schedule-sub-header-btn{
    background: transparent;
    border: none;
    color: var(--sec-color);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 800;
    padding: 0;
}
.profile-tabs-padding{
    padding: 32px;
}

.additional-subject-wrapper{
    margin-top: 36px;
}
.additional-subject-wrapper .additional-subject-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0px 20px;
}
.additional-subject-wrapper .additional-subject-child h5{
    margin-top: 30px;
    margin-bottom: 10px;
}
.form-divider{
    padding: 1px;
    display: block;
    background-color: #68686824;
    width: 100%;
    margin: 30px 0;
}

.subject-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
}

.custom-checkbox {
    width: 24px;
    height: 24px;
    accent-color: var(--sec-color);
    cursor: pointer;
}

.subject-title {
	font-size: 14px;
    font-weight: 600;
	line-height: 30px;
}
.display-calendar{
    margin: 20px 0;
}
table.schedule-table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
}
table.schedule-table th, table.schedule-table td {
    border: 1px solid #ccc;
    padding: 25px;
    min-width: 120px;
	max-width: 145px;
}
table.schedule-table th {
    background-color: #FFDCE9;
    font-weight: bold;
}
.time-col {
    background-color: #f8f8f8;
    font-weight: bold;
}
.subject {
    color: #fff;
    padding: 6px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certifications-title{
    display: flex;
    justify-content: space-between;
    margin: 14px 0;
}
#certifications-print-btn{
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    padding: 0px 22px;
}
#certification-header ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    margin: 17px 0;
}

#certifications-table{
    border: 1px solid #CBCBCB;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}
.total-degree-table{
    padding: 12px 22px;
    border: 1px solid #CBCBCB;
    border-top: none;
}
.total-degree-table ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
}
.total-degree-table ul span{
    color: var(--sec-color);
}
#certifications-table th,
#certifications-table tr td{
    border: none;
    background-color: transparent;
}
#certifications-table tr th{
    background-color: #F6F6F6;
}
/* ===== Testimonial Carousel ===== */
.testimonial-slide {
    position: relative;
    max-width: 1581px;
    margin: 0 auto;
}

.testimonial-slide iframe {
    display: block;
    width: 100%;
    height: 557px;
    max-width: 100%; 
}

.testimonial-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

#testimonials-carousel button.slick-arrow {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
}
#testimonials-carousel .slick-prev { left: -50px; }
#testimonials-carousel .slick-next { right: -50px; }
#testimonials-carousel .slick-prev,
#testimonials-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* ===== Slick Dots ===== */
#testimonials-carousel .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#testimonials-carousel .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--sec-color, #ccc); /* fallback if var not set */
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.4;
    font-size: 0;       /* hide default numbers */
    line-height: 0;
    color: transparent;
    transition: opacity 0.3s ease;
}

#testimonials-carousel .slick-dots li.slick-active button {
    opacity: 1;
}
.carousel__button {
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel__button {
    width: 48px;             
    height: 48px;
    color: #fff;           
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel__button svg {
    width: 24px !important;
    height: 24px !important;
}
#fancybox-1 .fancybox__carousel button{
	padding: 0;
    background: transparent;
    color: var(--sec-color);
}

.related-subjects-wrapper{
	margin-top: 90px;
	margin-bottom: 80px;
}
#related-subjects-wrapper > h3{
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 24px;
}
.related-subjects-wrapper ul{
	list-style: none;
	padding: 0;
}
.related-subjects-wrapper ul li{
	font-size: 20px;
	font-weight: 600;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.term-toggle {
	background:none;
	border:none;
	padding:0;
	display:flex;
	align-items:center;
	gap:16px;
	cursor:pointer;
	width:100%;
	text-align:left;
	margin-bottom: 20px;
}
.term-toggle svg{
	width: 16px
}
#related-subjects-wrapper .subject-submenu li svg{
	width: 14px
}
#related-subjects-wrapper .subject-submenu li{
	display: inline;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
}
#related-subjects-wrapper .subject-submenu li a{
	color: #383838
}
#related-subjects-wrapper .subject-submenu li a:hover{
	color: #c36
}
#related-subjects-wrapper .subject-submenu li span{
	margin-right: 10px;
}
#related-subjects-wrapper .subject-toggle{
	cursor: pointer;
}
#related-subjects-wrapper .subject-content{
	font-weight: normal;
	font-size: 16px;
    margin: 15px;
}
.subject-submenu {
	display:none;
	margin-left:22px;
}
.term-item.open > .term-toggle .toggle-icon {
	transform:rotate(90deg);
}
.toggle-icon {
	transition:transform .3s;
}

.subject-icon .elementor-icon-wrapper{
	display: flex
}
.teacher-subject{
	font-size: 18px;
	margin: 0;
}
.with_frm_style .iti{
	width: 100%
}
.success-form-msg{
	font-size: 20px;
	line-height: 40px;
	color: #383838;
	text-align: center;
}
@media (max-width: 767px) {
  .testimonials-video-ratio .elementor-open-inline {
    width: 100%;
    height: 100%;
  }
  #our-story-tabs .e-n-tabs-heading {
    display: flex;
  }
  #our-story-tabs .e-n-tabs-heading button {
    margin-bottom: 0;
  }
	#testimonials-carousel .slick-next{
		right: 0;
	}
	#testimonials-carousel .slick-prev{
		left: 0;
	}
}

.apply-now-header-btn{
	margin: 0px 5px;
}
.apply-now-header:hover{
	border: none !important;
}
.applynow-shape .elementor-shape-bottom{
	bottom: 5px;
}

@media (min-width: 991px) and (max-width: 1919px) {
  .chapel-video .elementor-open-inline {
    /* max-width: 29vw; */
    height: 200px;
  }
}

/* acf Gallery Slider Short Code*/
.acf-gallery-slider {
  position: relative;
  width: 100%;
  height: 594px;
}

.acf-gallery-slider .swiper-slide {
  width: 100%;
}

.acf-gallery-slider .swiper-button-next,
.acf-gallery-slider .swiper-button-prev {
  color: #f8f8f8;
}

.acf-gallery-slider .swiper-pagination-bullet-active {
  color: #f8f8f8;
}
/* .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
} */

.acf-gallery-slider .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.acf-static-text {
  position: absolute;
  top: 50%;
  /*   left: 50%; */
  z-index: 10;
  transform: translate(clamp(10px, 8vw, 150px), -50%);
  color: white;
  max-width: 45vw;
}

.acf-static-text h2 {
  font-size: 50px !important;
  font-weight: 600;
}

.acf-static-text p {
  font-size: 18px !important;
}

/* توصية الراعي - recommendation form header */
.applicant-info h3{
    font-family: 'Noto Sans Arabic' !important;
    color: #902A50;
    font-weight: 700;
    font-size: 28px !important;
	text-align: center;
}

.applicant-info p{
	font-size: 20px;
	color: #383838;
	margin: 40px 0px;
}
.with_frm_style .frm_primary_label {
	margin: 12px 5px 8px 0px;
}

form#form_uz1nc button,
form#form_uz1nc div#file212_dropzone{
	width: 100% !important;
	max-width: 100% !important;
}

.line-height .elementor-nav-menu .elementor-item{
    line-height: 32px;
}

input[type="radio"] {
  transform: scale(1.4);
  margin-left: 5px!important;
  
}
.with_frm_style input[type=radio],.with_frm_style input[type=checkbox]{
	border: 1px solid #a4a3a3 !important;
}
.international-ph-number input{
    text-align: right !important;
}

.schedule-btns ul{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
#custom-login-form .frm_checkbox label{
    flex-direction: row !important;
}
.have-account p{
	text-align: center
}
.have-account p{
	color: #636363
}
.have-account a,
#loginform-0 .forgot-password{
	color : #8a1c47;
}

textarea{
	text-align: left
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style .frm-card-element.StripeElement{
	line-height: 1.8 !important;
}

.postid-8722 .apply-now-header,
.postid-8722 .apply-now-header{
	display: none;
}
.basic-info-form-field .iti button,
.phone-edit-profile .iti button{
	height: 100%;
	padding-left: 10px;
	display: flex;
}
.basic-info-form-field .iti button{
	pointer-events: none;
}
html[lang='en-US'] #basic-info-form .basic-info-form-field .iti button{
	background: #F9F9F9;
	border: 1px solid #E9E9E9;
	border-right: none;
	padding-right: 10px;
}
html[lang='ar'] #basic-info-form .basic-info-form-field .iti button{
	background: #F9F9F9;
	border: 1px solid #E9E9E9;
	border-left: none;
	padding-right: 10px;
}
html[lang='en-US'] #basic-phone-number{
	border-left: none !important;
}
html[lang='ar'] #basic-phone-number{
	border-right: none !important;
    direction: ltr;
    text-align: right;
}
#basic-info-form .iti__arrow{
	display: none;
}
html[lang='en-US'] #edit-profile-form .iti button{
	background: transparent;
	border: 1px solid #E9E9E9;
	border-right: none;
	padding-right: 10px;
}
html[lang='ar'] #edit-profile-form .iti button{
	background: transparent;
	border: 1px solid #E9E9E9;
	border-left: none;
	padding-right: 10px;
	position: relative;
}
html[lang='en-US'] #edit-profile-form #phone_number{
	border-left: none;
}
html[lang='ar'] #edit-profile-form #phone_number{
	border-right: none;
	direction: ltr;
}
html[lang='ar'] #edit-profile-form .iti button .iti__arrow{
	display: none;
}
html[lang='ar'] #edit-profile-form .iti button::after {
    content: "\25BC";
    font-size: 8px;
    color: #333333;
    margin-right: 6px;
    display: inline-block;
}
.basic-info-form-field .iti .iti__a11y-text,
.phone-edit-profile .iti .iti__a11y-text{
	font-size: 10px;
}
.iti .iti__flag{
	display: flex;
}
.iti__selected-country {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-right: 96px;
	display: flex;
    align-items: center;
}
.phone-edit-profile .iti__dropdown-content{
	position: absolute;
}
.login-password{
	position: relative;
}
.frm_login_form span {
    color: #0073aa;
}
.frm_login_form span:hover {
    text-decoration: underline;
}
.frm_login_form .toggle-password{
    top: 20px;
}
.frm_login_form .toggle-password svg {
    transition: stroke 0.25s ease;
}

.frm_login_form .toggle-password:hover svg {
    stroke: #8A1C47 !important;
}
.custom-font-size .frm_section_spacing{
	font-size: 30px !important;
}
html[lang='en-US'] .custom-margin-bottom label{
	    min-height: 35px;
}
html[lang='en-US'] label:not([for]) ,
html[lang='en-US'] label:not(:has(input[type="radio"])):not(:has(input[type="checkbox"])),
html[lang='en-US'] .frm_html_container {
    direction: ltr;
}
html[lang='en-US'] #field_3dovh4_label,
html[lang='en-US'] #field_3dovh2_label{
	min-height: 30px;
}
html[lang='en-US'] #form_uz1nc input,
html[lang='en-US'] #form_uz1nc select,
html[lang='en-US'] #form_uz1nc textarea{
	direction: ltr;
}
html[lang='en-US'] #frm_field_150_container{
	text-align: left;
}
html[lang='ar'] #frm_field_150_container{
	text-align: right;
}
.application-btn-popup .elementor-button{
	min-height: 130px;
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}
html[lang='ar'] #field_9ouk2_label label{
	min-height: 32px;
}
.form-featured-frame{
	border: 3px solid var(--main-color);
	padding: 20px;
}
.form-featured-frame .frm_primary_label{
	margin-bottom: 25px;
}
#user-profile-header-image{
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
	border: 1px solid #ECECEC;
	border-radius: 28px;
}
#user-profile-header-image img{
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}
#user-profile-header-image h2{
    font-size: 11px;
    color: #383838;
    font-weight: 800;
	margin: 0;
}
#user-profile-header-image .user-profile-header-icon{
	display: flex;
    align-items: center;
	justify-content: flex-end;
}
#user-profile-header-image .user-profile-header-icon svg{
	width: 11px;
}
.my-account-header-continer{
	position: relative;
	cursor: pointer;
}

.my-account-header-continer ul{
	position: absolute;
    top: 40px;
    left: 10px;
    list-style: none;
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #686868;
	display: none;
}
.my-account-header-continer ul li{
	margin-bottom: 10px;
}
.my-account-header-continer ul li a{
	color: #686868;
	font-size: 13px;
	padding: 10px 15px;
	font-weight: bold;
}
.my-account-header-continer ul li a:hover{
	color: var(--main-color);
}
.request-form-divider{
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #B2B2B2;
}
.elementor-button-icon path {
  fill: currentColor !important;
}
.header-search-icon .elementor-icon-wrapper{
	display: flex;
}
#another-pastor-form input{
	border: 1px solid #E9E9E9;
	border-radius: 0;
	width: 100%; 
	padding: 16px 8px; 
	margin-bottom: 10px;
	
}
#another-pastor-form button{
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 0;
	padding: 16px 40px;
	margin: 20px 0;
}
#another-pastor-form button:hover{
	background-color: #FFF;
	color: var(--main-color);
}
#another-pastor-form label{
	color: #383838;
	margin-bottom: 20px
}
.additional-subject-child ul{
	list-style: none;
	padding-left: 10px;
}
.additional-subject-child label{
	font-size: 16px;
    color: #686868;
    display: flex;
    gap: 7px;
    margin: 10px 0;
}
.subject-location-wrapper,
.subject-learn-type-wrapper{
	margin-left: 32px;
    margin-top: 10px;
}
#form_request-form{
	direction: ltr
}

html[lang='en-US'] #form_uz1nc .frm_radio,
html[lang='en-US'] #form_uz1nc2 .frm_radio,
html[lang='en-US'] #form_uz1nc3 .frm_radio,
html[lang='en-US'] #form_mp2bi2 .frm_radio{
	direction: ltr;
}
html[lang='en-US'] #form_mp2bi24 .frm_radio,
html[lang='en-US'] #frm_checkbox_726-0 label{
	direction: ltr;
}
html[lang='en-US'] #form_uz1nc3{
	direction: ltr;
}
html[lang='en-US'] .frm_style_jets-style.with_frm_style .frm_error_style{
	text-align: left;
    direction: ltr;
}
html[lang='en-US'] #password-reset-block .frm_form_fields p{
    direction: ltr !important;
    text-align: left !important;
}
.frm_submit input[type='submit']{
	border: 1px solid var(--main-color);
}
.frm_submit input[type='submit']:hover{
	border: 1px solid var(--main-color);
}
.frm_message{
	font-size: 20px;
    margin: 20px 0px;
}
#edit-profile-form input[type='submit']:hover{
	border: 1px solid var(--main-color);
}
.iti__country-container:hover .iti__a11y-text{
	color: #000;
}
.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #3EB489;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 999999;
}

.toast-error {
    background: #dc3545;
}

.toast-success {
    background: #28a745;
}
.iti__a11y-text{
	display: none;
}
html[lang='en-US'] .toggle-password{
	right:10px;
}
.toggle-password{
	top: 20px;
}
html[lang='ar'] .toggle-password{
	left:10px;
}

.my-request-tabs-wrapper,
.development-department-wrapper{
	max-width: 900px;
	border: 1px solid #E5E5E5;
	padding: 1px;
	display: grid;
    grid-template-columns: repeat(3, auto);
	gap: 1px;
	margin-bottom: 24px;
}
.my-request-tabs-wrapper .tab-btn,
.development-department-wrapper .tab-btn{
	display: inline;
	padding: 12px 37px;
	font-size: 18px;
	font-weight: 900;
	cursor: pointer;
	text-align: center;
	transition: all .3s ease;
	font-family: 'Avenir'!important;
}
.my-request-tabs-wrapper .tab-btn.active,
.development-department-wrapper .tab-btn.active{
/* 	background-color: var(--main-color); */
	background-color: #902A50;
	color: #FFF;
}
.my-request-tabs-wrapper .tab-btn:hover,
.development-department-wrapper .tab-btn:hover {
/* 	background-color: var(--main-color); */
	background-color: #902A50;
	color: #FFF;
}

.my-requests-history-table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E5E5E5;
}

.my-requests-history-table thead {
    background: #F7F7F7;
    color: #686868;
    font-size: 16px;
    font-weight: 800;
}

#my-requests-history-table thead th,
#my-requests-history-table tbody td {
    border: 1px solid #E5E5E5; 
    padding: 12px 10px;
}

#my-requests-history-table td.accepted {
    color: #57BD6F;
}

#my-requests-history-table td.rejected {
    color: #DF0C01;
}

#my-requests-history-table td.pending {
    color: #DBAF00;
}

#my-requests-history-table td.unknown {
    color: #6B7280;
}

#my-requests-history-table tbody tr td {
    background: transparent;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
}

.my-requests-history-table tbody tr {
    border: 1px solid #E5E5E5;
}
#moodle-account-details h2,
#jets-account-details h3{
	font-size: 18px;
	color: #383838;
	font-weight: 900;
}
#moodle-account-details p{
	font-size: 14px;
	color: #383838;
	font-weight: 400;
	line-height: 32px;
}
.moodle-account-details-wrapper ul{
	list-style: none;
	padding: 0;
}
.moodle-account-details-wrapper ul li{
	font-size: 16px;
	color: #686868;
}
.moodle-account-details-wrapper ul li span{
	color: #383838;
}
.moodle-account-details-wrapper ul li span a{
	color: #0071F2;
	text-decoration: underline;
}
#spiritual-formation ul li:first-of-type{
	font-weight: 900;
}
.divider{
	display: block;
	width: 100%;
	height: 5px;
	margin: 16px 0;
	border-bottom: 1px solid #E5E5E5;
}

.development-department-section .video-section {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.development-department-section .video-player {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}
div#emergency-information h3.frm_pos_top.frm_section_spacing {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 1%;
}
#frm_field_1173_container .frm_button_submit{
	width: 100% !important;
}
html[lang='en-US'] #frm_checkbox_1032-1024-0 label,
html[lang='en-US'] #frm_checkbox_1175-0 label{
	direction: ltr;
}
#frm_checkbox_1175-0 label{
	color: #383838 !important;
}
.tuition-fees-wrapper{
	font-size: 18px;
	line-height: 36px;
	color: #383838;
}
.tuition-fees-wrapper ul{
	padding: 22px;
}

.tuition-fees-info .tuition-fees-wrapper ul{
	padding-top: 0;
	list-style: disc;
}
.schedule-cell{
	cursor: pointer;
}
.details-box{
	margin-top: 10px;
}
.details-box ul{
	list-style: none;
	padding: 0;
}
.details-box ul li{
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
}
.details-box ul li span{
	display: block;
	font-weight: 900;
}

.subjects-details-more-wrapper,
.next-semester-subject-wrapper,
.third-semester-subject-wrapper{
	position: relative;
	cursor: pointer;
}
.subjects-details-button,
.next-semester-subject-button,
.third-semester-subject-button{
    display: inline-block;
	position: relative;
    width: 2%;
    float: right;
	display: flex;
	transition: .3s;
}
.rotate{
	transform: rotate(180deg);
}
.subjects-details-more-wrapper::before,
.next-semester-subject-wrapper::before,
.third-semester-subject-wrapper::before{
    content: "";
    width: 70%;
    height: 1px;
    display: block;
    right: 38px;
    top: 10px;
    position: absolute;
    background-color: #CBCBCB;
}
.apologetics-table{
	margin-top: 24px;
}
.apologetics-table h3{
	background: #F3F3F3;
	margin: 0;
	padding: 10px;
	font-weight: 900
}
.apologetics-table thead{
	font-size: 16px;
	font-weight: 800;
	line-height: 30px
}
.apologetics-table th,
.apologetics-table td {
    border: 1px solid #CBCBCB;
    padding: 8px;
    text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 30px
}
.no-posts-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 20px;
	color: #485677;
}

.no-posts-state .icon {
	font-size: 64px;
	margin-bottom: 16px;
}

.no-posts-state h3 {
	font-size: 22px;
	color: #0F172A;
}
html[lang='en-US'] .frm_style_jets-style.with_frm_style .frm_error{
	text-align: left !important;
}
html[lang='en-US'] .frm_checkbox{
	direction: ltr !important;
}
/*html[lang='en-US'] #frm_form_59_container{
	direction: ltr !important;
}*/

#frm_field_1147_container a,
#frm_field_1148_container a{
	color: #0071F2;
    font-weight: 400;
    text-decoration: underline;
}
.next-semester-subject ul,
.third-semester-subject ul{
	list-style: none; /* Remove bullets */
	padding: 0;
	margin: 0;
}

.next-semester-subject ul li,
.third-semester-subject ul li{
	font-size: 16px;
	line-height: 30px;
	padding: 12px 30px;
	margin-bottom: 10px;
	background-color: #ffffff;
	position: relative;
	color: #383838;
}
.next-semester-subject ul li::before,
.third-semester-subject ul li::before{
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #383838;
	border-radius: 50%;
}

.next-semester-subject ul li:nth-child(odd),
.third-semester-subject ul li:nth-child(odd){
	background-color: #F8F8F8;
}
#form_mp2bi2 h2,
#frm_field_1083_container h5{
	font-size: 32px;
}
#frm_field_761_container p{
	font-size: 18px
}
html[lang='en-US'] #form_uz1nc2{
	direction: ltr;
}
.pastor-message-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    text-align: center;
}

.pastor-message {
    max-width: 800px;
    padding: 30px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.6;
}

.pastor-message .icon {
    display: block;
    margin-bottom: 15px;
}
.pastor-message .icon svg{
	width: 200px;
}
.pastor-message.info {
	font-size: 25px;
}

