.admin-bar.woocommerce .header {
    top: 0;
}

.admin-bar.page-id-2657 .header,
.admin-bar.page-id-2655 .header {
    top: unset;
}

.hero_dashboard {
    background: #ECEFF9;
    padding: 150px 40px 100px;
}

.hero_dashboard .inner_container {
    display: flex;
    align-items: center;
    max-width: 1360px;
    margin: auto;
}

.hero_dashboard .inner_container .hero_dashboard_txt {
    width: 25%;
}

.hero_dashboard .inner_container .hero_dashboard_txt h2 {
    font-size: 44px;
    font-family: 'cairo';
    color: #2E3948;
    font-weight: 700;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 20px;
}

.hero_dashboard .inner_container .hero_dashboard_txt p {
    font-size: 18px;
    color: #003A55;
    font-family: 'Public Sans';
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 25px;
}

.hero_dashboard .inner_container .hero_dashboard_txt a {
    background: #187FD3;
    text-decoration: none;
    font-family: 'cairo';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 15px 75px;
    border-radius: 50px;
    display: block;
    width: fit-content;
}

.hero_dashboard_slider {
    width: 100%;
}

.hero_dashboard_slider .slide>a {
    display: block;
}

.hero_dashboard_slider .program_slide_image {
    height: 233px;
    object-fit: cover;
}

.hero_dashboard_slider .program_slide_image,
.categories_slider .program_slide_image {
    width: 100%;
    border-radius: 1px !important;
}

.categories_slider .program_slide_image {
    height: 206px;
    object-fit: cover;
}

.hero_dashboard_slider .slick-slide:before,
.categories_slider .slick-slide::after {
    content: "";
    background: #0009;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}

.hero_dashboard_slider .program_slide_txt,
.categories_slider .program_slide_txt {
    z-index: 99;
}

.hero_dashboard_slider .program_skide_logo,
.categories_slider .program_skide_logo {
    position: absolute;
    top: 35px;
    left: 0px;
}

.hero_dashboard_slider .program_slide_txt,
.categories_slider .program_slide_txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: end;
}

.hero_dashboard_slider .slide,
.categories_slider .slide {
    position: relative;
    margin: 0 10px;
}

.hero_dashboard_slider .program_slide_txt h3,
.categories_slider .program_slide_txt h3 {
    color: #fff;
    font-family: 'cairo';
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    width: 90%;
    margin: 0;
}

.hero_dashboard_slider .program_slide_txt a,
.categories_slider .program_slide_txt a {
    width: 10%;
}

.hero_dashboard_slider .slick-next:before {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/02/right_arrow.svg);
    opacity: 1;
}

.hero_dashboard_slider .slick-prev:before {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/02/left_arrow.svg);
    opacity: 1;
}

.hero_dashboard_slider .hero_Programs_slider {
    padding: 0 20px;
}

.hero_dashboard_slider .hero_Programs_slider .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.hero_dashboard_slider .hero_Programs_slider .slick-next {
    right: 12px;
}

.hero_dashboard_slider .hero_Programs_slider .slick-prev.slick-disabled:before,
.hero_dashboard_slider .hero_Programs_slider button.slick-disabled {
    opacity: 1;
}

.hero_dashboard_slider .hero_Programs_slider .slick-next,
.hero_Programs_slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}

.hero_dashboard_slider .hero_Programs_slider .slick-prev {
    left: 3px;
}

.filter_dashboard {
    padding: 22px;
    background: #fff;
    max-width: 889px;
    margin: auto;
    border: 1px solid #D8DFE8;
    border-radius: 15px;
    box-shadow: 0px 4px 24.3px rgb(208 213 226 / 50%);
    margin-top: -12px;
    z-index: 2;
    position: relative;
    top: -33px;
}

.filter_dashboard input[type="text"] {
    width: 100%;
    border: 1px solid rgb(46 57 72 / 20%);
    border-radius: 10px;
    color: #000;
    padding: 14px 30px 14px 10px;
    font-family: 'cairo';
    font-size: 16px;
    font-weight: 400;
    background: url(https://academy.tharwah.net/wp-content/uploads/2025/02/search.svg) no-repeat right white;
    background-position-x: calc(100% - 10px);
    height: 48px;
}

html[lang="ar"] .filter_dashboard input[type="text"] {
    padding: 14px 10px 14px 30px;
}

.filter_dashboard input[type="text"]::placeholder {
    color: #94A4BA;
}

.filter_dashboard select {
    border: 1px solid rgb(46 57 72 / 20%);
    border-radius: 10px;
    padding: 10px 7px;
    width: 70%;
    color: #94A4BA;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(https://academy.tharwah.net/wp-content/uploads/2025/02/chevron-down.svg) no-repeat right white;
    position: relative;
    -webkit-appearance: none;
    background-position-x: calc(100% - 4px);
    background-position-y: 16px;
    margin: 0 10px;
    font-family: 'cairo';
    font-size: 16px;
    height: 48px;
}

.filter_dashboard input[type="submit"] {
    border: 1px solid rgb(46 57 72 / 20%);
    border-radius: 10px;
    padding: 10px 37px 10px 15px;
    font-size: 16px;
    font-family: 'cairo';
    color: rgb(46 57 72 / 60%);
    background: transparent;
    font-weight: 600;
    position: relative;
    width: 100%;
    height: 48px;
}

.filter_dashboard .filters-btn {
    position: relative;
    width: 12%;
}

.filter_dashboard .filters-btn:before {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/02/System.svg);
    position: absolute;
    right: -20px;
    top: 13px;
}

.filter_dashboard form {
    display: flex;
    justify-content: center;
}

.partner_dashboard {
    margin: 30px 0;
    padding-top: 100px;
}

.partner_dashboard .parter_container {
    max-width: 1360px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E3E3E5;
    padding: 20px 0 0;
}

.partner_dashboard h3 {
    margin: 0;
    font-family: 'cairo';
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 20px;
}

.partner_dashboard .partner_logos {
    display: flex;
    margin-top: 20px;
    gap: 19px;
    padding: 0 20px;
}

.partner_dashboard .partner_logos img {
    max-width: 204px;
    border: 1px solid #2e39481a;
    border-radius: 10px;
    width: 100%;
}

.partner_dashboard .partner_logos img:last-child {
    padding: 30px;
}

.all_partners_slider {
    padding-left: 10px;
    padding-right: 10px;
}

.all_partners_logos_slider img {
    width: 100%;
}

/* .all_partners_logos_slider .custom_logo {
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all_partners_logos_slider .custom_logo  img {
    padding: 30px;
} */
.dashboard_programs {
    background: #FBFDFF;
    padding: 50px 0;
}

.dashboard_programs .inner_programs_con {
    max-width: 1360px;
    margin: auto;
}

.dashboard_programs .inner_programs_con>h3 {
    font-family: 'cairo';
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
}

/* .common_programs_slider .slide {
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E3E3E5;
}
.common_programs_slider .all_program_slide_image {
    width: 100%;
    height:188px;
    object-fit:cover;
    border-radius:10px 10px 0 0;
}
.common_programs_slider .slide a {
    display:block;
} */
.row_one_partners_logos,
.row_two_partners_logos {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    justify-content: center;
}

.row_one_partners_logos div {
    width: calc(100% / 5 - 10px);
    display: flex;
    justify-content: center;
}

.row_one_partners_logos img {
    width: 100%;
    max-width: 200px;
}

.row_two_partners_logos img {
    width: 100%;
}

.row_one_partners_logos .custom_logo img {
    max-width: 150px;
}

.row_two_partners_logos div {
    width: calc(100% / 4 - 20px);
    display: flex;
    justify-content: center;
}

.common_programs_slider .category_slide_program,
.common_programs_slider .category_slide_program div {
    display: flex;
    align-items: center;
}

.common_programs_slider .all_program_content {
    padding: 20px;
    /* 	height:350px !important; */
}

.category_slide_program h5 {
    margin: 0;
    color: #6B7280;
    font-size: 13px;
    font-weight: 600;
    font-family: 'cairo';
    padding-right: 10px;
}

.common_programs_slider .category_slide_program .duration span {
    color: #58A400;
    font-size: 12px;
    font-weight: 600;
    font-family: 'cairo';
    padding-left: 5px;
}

.common_programs_slider .program_title {
    font-size: 16px !important;
    line-height: 24px;
    color: #1F2937;
    font-family: 'cairo';
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 48px;
}

.program_author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.program_author h5 {
    margin: 0;
    font-size: 13px;
    color: #2E3948;
    font-family: 'cairo';
    font-weight: 500;
}

.program_author h5 span {
    border-bottom: 1px solid;
}

.program_des {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 40px;
}

.program_reviews>div,
.program_time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.program_reviews>div p,
.program_time p {
    margin: 0;
}

.rating {
    margin-bottom: 10px;
}

.reviews_rate,
.reviews_num {
    color: #187FD3;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roobert';
}

.program_student p {
    color: #2E3948;
    font-size: 13px;
    font-weight: 600;
    font-family: 'cairo';
}

.program_time {
    margin-top: 10px;
}

.program_time p {
    font-size: 13px;
    color: #2E3948;
    font-weight: 600;
    font-family: 'cairo';
}

.poadcast_slider {
    padding-bottom: 40px;
}

.common_programs_slider {
    margin-bottom: 0;
}

.common_programs_slider .slick-dots,
.poadcast_slider .slick-dots {
    bottom: -7px;
}

.common_programs_slider .slick-dots .slick-active button::before,
.poadcast_slider .slick-dots .slick-active button::before {
    color: #187FD3;
}

.common_programs_slider .slick-dots li button::before,
.poadcast_slider .slick-dots li button::before {
    color: #CED2D7;
    opacity: 1
}

.common_programs_slider .slick-dots .slick-active button,
.common_programs_slider .slick-dots .slick-active,
.common_programs_slider .slick-dots .slick-active button::before {
    color: #187FD3;
    width: 41px;
    padding: 0;
    height: 5px;
    background: #187FD3;
    border-radius: 15px;
}

/* .all_programs_slider .slick-dots li button::before ,
.all_programs_slider .slick-dots li button ,
.all_programs_slider .slick-dots li {
    color: #CED2D7;
    width: 16px;
    padding: 0;
    height: 5px;
    background: #CED2D7;
    border-radius: 15px;
} */
.dashboard_poadcast {
    background-color: #FBFDFF;
}

.dashboard_poadcast>div {
    display: flex;
    max-width: 1360px;
    margin: auto;
    gap: 28px;
}

.poadcast_container,
.Community_container {
    background: #fff;
    border: 1px solid #E3E3E5;
    border-radius: 16px;
    padding: 26px;
    width: 50%;
}

.poadcast_container h4,
.Community_container .Community_header h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'cairo';
    font-size: 24px;
    font-weight: 600;
}

.poadcast_container .poadcast_slider_con img {
    width: 100%;
}

.poadcast_container h3 {
    font-size: 24px;
    font-family: 'cairo';
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.poadcast_container .poadcast_slider_con p {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'cairo';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 558px;
}

.poadcast_container .slick-dots .slick-active button,
.poadcast_container .slick-dots .slick-active,
.poadcast_container .slick-dots .slick-active button::before {
    color: #187FD3;
    width: 25px;
    padding: 0;
    height: 5px;
    background: #187FD3;
    border-radius: 15px;
}

.poadcast_container a {
    background: #fff;
    border: 1px solid #187FD3;
    color: #187FD3;
    text-decoration: none;
    font-family: 'cairo';
    padding: 11px 62px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
    text-transform: uppercase;
}

.Community_container .Community_header {
    display: flex;
    justify-content: space-between;
}

.Community_container .Community_header input {
    width: 239px;
    padding: 10px;
    height: 42px;
    background: url(https://academy.tharwah.net/wp-content/uploads/2025/02/search.svg) no-repeat right white;
    background-position-x: 201px;
    background-position-y: 7px;
    border: 1px solid #94A4BA;
}

.Community_tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Community_tabs ul li {
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    padding: 10px 15px;
    color: #2E3948;
    font-size: 14px;
    font-family: 'cairo';
    font-weight: 500;
    cursor: pointer;
}

.Community_tabs ul li.active {
    color: #fff;
    background: #6B7280;
}

.Community_box {
    border: 1px solid #EBEBEB;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

.Community_box h3 {
    font-size: 18px;
    color: #373E48;
    font-weight: 600;
    font-family: 'cairo';
    margin: 0;
}

.Community_info {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Community_info p {
    margin: 0;
    font-size: 13px;
    color: #6B83A3;
    font-weight: 400;
    font-family: 'cairo';
}

.Community_box h4 {
    font-size: 17px;
    color: #373E48;
    font-weight: 600;
    font-family: 'cairo';
    margin: 0;
}

.Community_box p.Community_txt {
    font-size: 16px;
    color: rgb(55 62 72 / 65%);
    font-weight: 400;
    font-family: 'cairo';
    margin: 10px 0;
    line-height: 24px;
}

.Community_info_two .like,
.Community_info_two .comment {
    display: flex;
    align-items: center;
    gap: 3px;
}

.Community_info_two {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.Community_info_two .like span,
.Community_info_two .comment span {
    font-family: 'cairo';
    font-size: 12px;
    font-weight: 600;
    color: #187FD3;
}

.Community_result a {
    background: #fff;
    border: 1px solid #187FD3;
    color: #187FD3;
    text-decoration: none;
    font-family: 'cairo';
    padding: 11px 62px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 20px;
}

.dashboard_categories {
    background: #FBFDFF;
    padding: 50px 0;
}

.dashboard_categories>div {
    max-width: 1360px;
    margin: auto;
    display: flex;
    background: #fff;
    padding: 30px 0;
    border-radius: 10px;
    border: 1px solid #E3E3E5;
}

.dashboard_categories h4 {
    margin: 0;
    color: #2E3948;
    font-family: 'cairo';
    font-size: 26px;
    font-weight: 600;
}

.categories_txt {
    width: 25%;
    padding: 0 30px;
}

.dashboard_categories h5 {
    margin: 0;
    color: #2E3948;
    font-family: 'cairo';
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}

.dashboard_categories p {
    margin: 0;
    font-family: 'cairo';
    color: #2E3948;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.dashboard_categories .categories_txt a {
    background: #187FD3;
    color: #fff;
    border-radius: 50px;
    padding: 14px 23px;
    display: block;
    width: fit-content;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.categories_slider_con {
    width: 75%;
    padding-left: 30px;
}

.categories_slider_con>ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 5px;
    margin-left: 10px;
    flex-wrap: wrap;
}

.categories_slider_con>ul li.active {
    background: #6B7280;
    color: #fff;
}

.categories_slider_con>ul li {
    border: 1px solid #CFCFCF;
    color: #2E3948;
    padding: 10px;
    border-radius: 6px;
    font-family: 'cairo';
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.categories_slider_inner_con {
    margin-top: 30px;
}

.categories_slider {
    margin-bottom: 0 !important;
    padding-bottom: 40px;
}

.categories_slider .slick-dots {
    bottom: -7px;
}

.categories_slider .slick-dots .slick-active button,
.categories_slider .slick-dots .slick-active,
.categories_slider .slick-dots .slick-active button::before {
    color: #fff;
    width: 41px;
    padding: 0;
    height: 5px;
    background: #187FD3;
    border-radius: 15px;
}

.dashboard_people {
    background: #FBFDFF;
    padding: 0 0 50px;
}

.dashboard_people>div {
    max-width: 1360px;
    margin: auto;
}

.dashboard_people_inner {
    display: flex;
    gap: 20px;
}

.dashboard_people_inner>div {
    background: #fff;
    border: 1px solid #E3E3E5;
    border-radius: 16px;
    width: 50%;
    padding: 20px;
}

.dashboard_people h4 {
    margin: 0;
    font-family: 'cairo';
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.people_con {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #E7E7E7;
}

.people_con h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'cairo';
    margin-top: 0;
    margin-bottom: 10px;
}

.people_review {
    display: flex;
}

.people_review p {
    color: #187FD3;
    margin: 0;
    font-size: 12px;
    font-family: 'cairo';
}

.people_con div:last-child p {
    margin: 0;
    color: #2E3948;
    font-size: 16px;
    font-family: 'cairo';
    font-weight: 400;
    max-width: 489px;
    line-height: 24px;
}

.course_category ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.course_category ul li {
    border: 1px solid #94A4BA;
    padding: 10px 20px 10px 35px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'cairo';
    border-radius: 12px;
    color: rgb(46 57 72 / 85%);
    position: relative;
}

.course_category ul li::before {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/02/chevron-right-1.svg);
    position: absolute;
    top: 8px;
    left: 15px;
}

.course_category {
    margin-bottom: 48px;
}

.program_btn {
    background: #fff;
    border: 1px solid #187FD3;
    color: #187FD3;
    text-decoration: none;
    font-family: 'cairo';
    padding: 11px 62px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
    text-transform: uppercase;
}

.all_programs {
    margin-bottom: 40px;
}

.Community_result {
    display: none;
}

.Community_result.active {
    display: block;
}

.categories_slider {
    display: none;
}

.categories_slider.active {
    display: block;
}


/****** RTL Style ********/
.slick-slider .slick-track,
.slick-slider .slick-list {
    direction: ltr;
}

html[lang="ar"] .program_slide_txt img {
    transform: rotate(180deg)
}

html[lang="ar"] .menu-item__arrow {
    transform: rotate(-90deg);
}

[dir="rtl"] .common_programs_slider .all_program_content {
    direction: rtl !important;
}

[dir="rtl"] .program_skide_logo {
    left: 0;
    right: unset;
}

[dir="rtl"] .program_slide_txt a {
    right: auto;
    left: 15px;
}

[dir="rtl"] .program_slide_txt a img {
    transform: scaleX(-1);
}

[dir="rtl"] .slick-prev {
    right: unset;
    left: 13px !important;
}

[dir="rtl"] .hero_dashboard_slider .slide,
[dir="rtl"] .categories_slider .slide {
    direction: rtl !important;
}

/* html[lang="ar"] .dashboard_programs .inner_programs_con h3 {
	margin-left:0;
	margin-right:15px;
} */
html[lang="ar"] .category_slide_program h5 {
    padding-right: 0;
    padding-left: 10px;
}

html[lang="ar"] .common_programs_slider .category_slide_program .duration span {
    padding-right: 10px;
    padding-left: 0;
}

html[lang="ar"] .dashboard_programs .inner_programs_con>h3 {
    margin-left: 0;
    margin-right: 15px;
}

html[lang="ar"] .filter_dashboard input[type="text"] {
    background-position-x: 10px;
}

html[lang="ar"] .filter_dashboard select {
    background-position-x: 4px;
}

html[lang="ar"] .course_category ul li::before {
    transform: rotate(180deg);
}

html[lang="ar"] .hero_dashboard_slider .hero_Programs_slider .slick-next {
    right: 0px;
}

html[lang="ar"] .dashboard_categories .slick-slider .slick-track,
html[lang="ar"] .dashboard_categories .slick-slider .slick-list {
    direction: rtl !important;
}

/* [dir="rtl"] .hero_dashboard_slider .slick-slide img{
	 rotate:180deg !important;
} */

@media screen and (min-width:768px) {
    .mobile_btn {
        display: none;
    }
}

@media screen and (max-width:1024px) {

    .hero_dashboard .inner_container .hero_dashboard_txt,
    .hero_dashboard_slider,
    .poadcast_container,
    .Community_container {
        width: 100%;
    }

    /*     .header_tabs {
            display: none;
        } */
    .hero_dashboard {
        background: #ECEFF9;
        padding: 120px 20px 50px;
    }

    .hero_dashboard .inner_container {
        flex-direction: column-reverse;
    }

    .hero_dashboard_slider .hero_Programs_slider {
        padding: 0;
    }

    /*     .hero_dashboard_slider .program_slide_txt h3,
        .categories_slider .program_slide_txt h3 {
            font-size: 25px;
        } */
    .hero_dashboard_slider {
        margin-bottom: 30px;
    }

    .hero_dashboard .inner_container .hero_dashboard_txt h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .hero_dashboard .inner_container .hero_dashboard_txt a {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }

    .filter_dashboard {
        top: 0;
        margin-top: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 10px;
    }

    .partner_dashboard {
        margin: 0;
        padding: 50px 20px 0;
    }

    .filter_dashboard input[type="text"] {
        width: 55%;
    }

    .filter_dashboard form div::before {
        left: 13px;
    }

    .filter_dashboard select {
        width: 80%;
        background-position-x: calc(100% - 13%);
        background-position-y: 15px;
    }

    .partner_dashboard .partner_logos,
    .dashboard_poadcast>div,
    .Community_tabs ul,
    .Community_container .Community_header,
    .Community_info,
    .dashboard_categories>div,
    .categories_slider_con>ul,
    .dashboard_people>div {
        flex-wrap: wrap;
    }

    .partner_dashboard .partner_logos img {
        width: 31%;
        max-width: unset;
    }

    .dashboard_categories {
        padding: 50px 0px;
    }

    .dashboard_programs {
        padding: 50px 20px 20px;
    }

    .dashboard_poadcast {
        padding: 0 20px;
    }

    .poadcast_container a {
        width: 100%;
        text-align: center;
        padding: 11px 0;
    }

    .Community_container .Community_header input {
        width: 100%;
        background-position-x: calc(100% - 10px);
    }

    .Community_container .Community_header h3 {
        margin-bottom: 10px;
    }

    .Community_container {
        padding: 20px 20px;
    }

    .categories_txt,
    .categories_slider_con,
    .dashboard_people_inner>div {
        width: 100%;
    }

    .dashboard_categories>div {
        flex-direction: column-reverse;
    }

    .poadcast_container {
        padding: 20px 0
    }

    .poadcast_container h4,
    .poadcast_slider_con,
    .poadcast_container>div:last-child {
        padding: 0 20px;
    }

    .dashboard_categories>div {
        padding: 30px 20px;
    }

    .categories_txt,
    .categories_slider_con {
        padding: 0;
    }

    .categories_slider_con>ul {
        margin-left: 0;
    }

    .categories_txt {
        margin-top: 30px;
    }

    .dashboard_categories .categories_txt a,
    .dashboard_people_inner div a,
    .Community_result a,
    .all_programs a {
        width: 100%;
        padding: 14px 0;
        text-align: center;
    }

    /*     .dashboard_people > div {
            padding: 0 20px;
        } */
    .all_programs {
        margin-bottom: 40px;
    }

    .common_programs_slider .slide a {
        padding-top: 0;
    }

    .row_one_partners_logos,
    .row_two_partners_logos {
        justify-content: center;
    }
}

@media screen and (max-width:767px) {

    .categories_slider .slick-dots {
        display: none !important;
    }

    .common_programs_slider .slide {
        margin: 0;
    }

    .hero_dashboard_slider .slide,
    .categories_slider .slide {
        margin: 0;
    }

    .partner_dashboard .partner_logos img {
        width: 46%;
    }

    .common_programs_slider .slick-dots,
    .poadcast_slider .slick-dots {
        display: none !important;
    }

    .common_programs_slider,
    .poadcast_slider {
        padding-bottom: 0;
    }

    .dashboard_programs .inner_programs_con>h3 {
        margin-left: 0;
    }

    html[lang="ar"] .dashboard_programs .inner_programs_con>h3 {
        margin-right: 0;
    }

    .filter_dashboard input[type="submit"] {
        padding: 15px 24px;
    }

    .hero_dashboard_slider .program_slide_image,
    .categories_slider .program_slide_image {
        height: 260px;
        object-fit: cover;
    }

    .row_one_partners_logos div {
        width: calc(100% / 2);
    }

    .row_two_partners_logos div {
        width: calc(100% / 2);
    }

    .row_one_partners_logos,
    .row_two_partners_logos {
        flex-direction: row-reverse;
    }

    .row_one_partners_logos .custom_logo img {
        max-width: 120px;
    }
}

.search-container {
    position: relative;
    flex: 1;
}

.search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-dropdown.active {
    display: block;
    width: 100% !important;
}

.search-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.search-item:hover {
    background: #f5f5f5;
}

.search-item:last-child {
    border-bottom: none;
}

.woocommerce.woocommerce-shop main.main {
    padding: 0px !important;
    margin-top: 0px !important;
}

#view-all-categories {
    background: #fff;
    border: 1px solid #187FD3;
    color: #187FD3;
    text-decoration: none;
    font-family: 'cairo';
    padding: 11px 35px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 25px;
}

/* style for filter and advanced filters*/

.filter_dashboard {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.main-filter-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr auto;
    gap: 1rem;
    align-items: start;
    width: 100%;
}

/* Search Container */
.search-container {
    position: relative;
}

.search-container input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}

.search-container input:focus {
    border-color: #4a5568;
    outline: none;
}

/* Category Select */
.category-container select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 1rem center/16px 16px;
}

/* Buttons */
.desktop_btn,
.advanced-filters-btn,
.apply-filters-btn,
.reset-filters-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit !important;
}

.desktop_btn {
    background-color: transparent;
    color: #000;
    border: 1px solid rgb(46 57 72 / 20%);
    min-width: 120px;
    padding: 14px !important;
}

[dir="rtl"] .desktop_btn {

    padding: 10px !important;
}

.desktop_btn:hover {
    background-color: transparent;
}

/* Advanced Filters Section */
.advanced-filters {
    margin-top: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.advanced-filters.hidden {
    display: none;
}

.advanced-filters-grid {
    display: grid;
    gap: 1.5rem;
    width: 80%;
}

/* Price Range Inputs */
.price-range-container label {
    display: block;
    margin-bottom: 0.75rem;
    color: #4a5568;
    font-weight: 500;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.price-input-group {
    position: relative;
    flex: 1;
}

.currency-symbol {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #718096;
}

.price-input-group input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
}

.price-separator {
    color: #718096;
    font-weight: 500;
}

/* Action Buttons */
.advanced-filters-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.apply-filters-btn {
    background-color: #4a5568;
    color: white;
    border: none;
    flex: 1;
}

.apply-filters-btn:hover {
    background-color: #2d3748;
}

.reset-filters-btn {
    background: none;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    min-width: 100px;
}

.reset-filters-btn:hover {
    background-color: #f7fafc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-filter-grid {
        grid-template-columns: 1fr;
    }

    .advanced-filters-grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .price-inputs {
        flex-direction: column;
    }

    .price-separator {
        display: none;
    }

    .filter_dashboard select {
        width: 100% !important;
        margin: 0px !important;
    }

    .filter_dashboard input[type="text"] {
        width: 100%;
    }

}

[dir="rtl"] .filter_dashboard .filters-btn:before {
    right: 13px;
}

.no_programs {
    font-size: 20px !important;
    padding: 40px 0px !important;
    text-align: center !important;
}


/***** Reviews SEction *******/
.review-text p {
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    padding-right: 50px;
}

.review-text p:before {
    content: "";
    position: absolute;
    bottom: 0px;
    background: url(https://academy.tharwah.net/wp-content/uploads/2025/02/double-quotes.webp);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    right: 0px;
}

.reviews {
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .reviews-slider .review-author__name {
        font-size: 38px;
    }
}

html[lang="ar"] .review-text p:before {
    right: unset;
    left: 0;
    transform: rotate(0deg);
    bottom: -21px;
}

html[lang="ar"] .review-content .review-testimonials svg {
    transform: rotate(180deg);
}

@media screen and (max-width:992px) {
    .review-text p:before {
        left: 0;
        right: unset;
        bottom: -50px;
    }

    .review-author {
        padding-top: 50px;
    }

    .reviews {
        margin-bottom: 50px;
    }

    html[lang="ar"] .review-text p:before {
        bottom: -50px;
        right: 0;
        left: unset;
    }
}

@media screen and (min-width:992px) {
    .reviews-slider__bottom {
        left: 50%;
        transform: translate(-50%);
        bottom: 100px;
        z-index: 9;
    }

    .reviews-slider__list {
        padding-bottom: 180px;
    }

    .review-content {
        padding-right: 25px;
    }

    .reviews-slider__btns {
        position: relative;
        top: -6px;
    }
}

/***** Programs Section ******/
@media screen and (min-width:768px) {
    .outline-item__name {
        margin-bottom: 32px;
        font-size: 46px;
        margin-top: 80px;
    }
}

/******* Menu **********/
header .nav .sub-menu a,
header .nav>li>a {
    font-size: 18px;
}

header .nav .sub-menu {
    max-height: 150px;
}

header .nav .service_sub_menu .sub-menu {
    max-height: 130px;
}

.header .header-panel__btn:hover svg,
.header .header-panel__btn svg:hover {
    fill: #fff !important;
}

.header .header-panel__btn:hover {
    background: #003a55;
    color: #fff;
}

.header-panel__hamburger:hover {
    background: #fff !important;
    color: #2e3948 !important;
}

.header-panel__hamburger:hover svg,
.header-panel__hamburger svg:hover {
    fill: #2e3948 !important;
}

@media screen and (min-width:992px) {
    .burgermenu-grid {
        padding-top: 70px;
    }

    .burgermenu-menu__services li {
        padding: 14px 42px;
    }
}

/* .admin-bar header {
    top: 20px !important;
} */
header.header {
    /* 	position:fixed !important; */
    transition: .2s !important;
    height: auto !important;
}

/* header.darkHeader {
	background:#003a55 !important;
    padding-bottom: 10px !important;
    box-shadow: 3px 6px 10px 0px #d9d9d9;
} */
header.header--white {
    background: #fff;
}

.woocommerce-account header.header--white {
    background: transparent;
}

header.header--white.darkHeader {
    background: #fff !important;
    padding-bottom: 10px !important;
    box-shadow: 3px 3px 8px 0px #d9d9d9;
}

header.darkHeader:not(header.header--white) .header-panel__btn {
    border: 1px solid rgba(255, 255, 255, .24);
}

header.darkHeader:not(header.header--white) .header-panel__btn:hover {
    background: #fff !important;
    color: #2e3948 !important;
}

header.darkHeader:not(header.header--white) .header-panel__user:hover svg {
    fill: #2e3948 !important;
}

header.darkHeader:not(header.header--white).active nav #menu-middle-menu>li>a,
header.darkHeader:not(header.header--white).active .header-panel__btn,
header.darkHeader:not(header.header--white).active .header-panel__lang,
header.darkHeader:not(header.header--white).active .header-logo,
header.darkHeader:not(header.header--white).active nav #menu-middle-menu-ar>li>a {
    color: #fff !important;
}

header.darkHeader:not(header.header--white).active .header-panel__btn .user-icon {
    fill: #fff !important;
}

header.header .nav .sub-menu li {
    margin-top: 0;
}

.header.show-burgermenu .header-panel__btn {
    border-color: #fff !important;
}

.header.show-burgermenu .header-panel__btn:hover {
    background: #fff !important;
    color: #2e3948 !important;
}

.header.show-burgermenu .header-panel__btn svg:hover {
    fill: #2e3948 !important;
}

@media screen and (max-width:767px) {
    .admin-bar header {
        top: 32px !important;
    }

    .admin-bar header.darkHeader {
        top: 0px !important;
    }
}

/******* Service & Gateway Section ******/
/* .gateway-title {
 	margin:auto;
	text-align:center;
}*/
.gateway-content {
    justify-content: center;
    flex-direction: column;
    /* 	align-items: center; */
    gap: 20px;
    /* 	text-align:center; */
}

/* .gateway-subtitle ,
.clients-subtitle {
	justify-content:center;
} */
@media screen and (min-width:992px) {
    .services .services-list .service-text {
        opacity: 0;
        margin-top: 20px;
    }

    .services-list {
        row-gap: 40px;
    }

    .gateway-content {
        margin-top: 50px;
    }

    .services-list .service-link {
        cursor: pointer !important;
    }
}

@media screen and (min-width:768px) {
    .services-wrap {
        padding-bottom: 60px;
    }

    .gateway {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .services {
        margin: 200px 0 0;
    }

    .services-list .service-text {
        font-size: 16px;
    }
}

/******* Footer **********/
.footer-col__title,
.footer-bottom__copyright strong {
    color: rgb(0 0 0 / 80%);
    opacity: 1;
}

.footer-col__title {
    font-size: 14px;
}

.footer-links li a,
.footer-menu a {
    font-size: 16px;
}

.page .footer-payment-logos {
    width: 28% !important;
}

.footer-middle__payments img {
    height: 26px !important;
}

.footer-bottom__copyright p {
    justify-content: start;
}

.footer-bottom__copyright p img {
    max-width: 300px;
}

@media screen and (max-width:767px) {
    .footer-payment-logos {
        gap: 25px !important;
    }
}

/******* FAQ *********/
.section-title.faq-title {
    /* text-align:center;
    display:flex;
    justify-content:center; */
}

.section-title.faq-title span br {
    display: none !important;
}

.section-title.faq-title span[data-index="2"],
.section-title.faq-title span[data-index="4"] {
    display: none;
}

.woocommerce-page .footer-payment-logos img {
    border-radius: 0 !important;
}

/******* Diplomas Page ******/
.page-template-page-diploma .hero--white {
    padding-top: 0;
}

.page-template-page-diploma .hero--white .hero--white-content {
    margin-top: 100px;
}

/******** Graduates page *******/
@media screen and (min-width:768px) {
    .scroll_text-anim {
        font-size: 30px;
        line-height: 37px;
    }
}

@media screen and (max-width:767px) {
    .scroll_text-anim {
        font-size: 24px;
        line-height: 30px;
    }
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:first-of-type {
    display: block !important;
}



.program_outline {
    background-color: #003a55;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
    padding: 80px 0;
}

.program_outline div.left_part,
.program_outline div.right_part {
    padding-left: 24px;
    padding-right: 24px;
}

.program_outline .left_part h2 {
    margin: 0;
    font-size: 46px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.2px;
    font-weight: 400;
    font-family: 'Cairo';
    transition: .5s;
}

.program_outline .item h3 {
    color: #fff;
    margin-bottom: 32px;
    font-size: 36px;
    margin-top: 80px;
    font-family: 'Cairo';
    letter-spacing: -0.4px;
    line-height: 1.1;
    font-weight: 400;
}

.program_outline .item ul li {
    margin-bottom: 16px;
    font-size: 22px;
    font-family: 'Cairo';
    line-height: 35px;
    color: #fff;
}

.program_outline .item ul {
    padding-left: 20px;
    list-style: disc;
}

.team-image__inner {
    padding: 0 !important;
}

@media screen and (min-width:992px) {
    .program_outline {
        padding: 0px 40px;
        display: flex;
    }

    .program_outline div.left_part {
        width: 43%;
        border-right: 1px solid rgba(255, 255, 255, .24);
        padding-top: 120px;
    }

    html[lang="ar"] .program_outline div.left_part {
        width: 43%;
        border-right: none;
        border-left: 1px solid rgba(255, 255, 255, .24);
        padding-top: 120px;
    }

    .program_outline div.right_part {
        width: 57%;
        padding: 0 100px;
    }

    .program_outline .left_part h2 {
        font-size: 64px;
    }

    .program_outline.fixed_title .left_part h2 {
        position: fixed;
        top: 150px;
    }

    .program_outline .item h3 {
        font-size: 46px;
    }
}

@media screen and (max-width:991.5px) {
    .program_outline .left_part h2 {
        margin-bottom: 80px;
    }

    .program_outline .item ul li {
        color: rgba(255, 255, 255, .6);
        font-size: 14px;
        margin: 0;
        line-height: 24px;
    }

    .program_outline .item:not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .24);
    }

    .program_outline .item h3 {
        margin-top: 0;
    }
}

/****** solution section ******/

.shop-solution .solution-text {
    font-size: 22px;
    line-height: 31px;
}

.solution.shop-solution .form-field input,
.solution.shop-solution .select-selected,
.solution.shop-solution textarea,
.solution.shop-solution input[type="submit"],
.solution.shop-solution .solution-text {
    font-family: 'cairo';
}

.home .hero-advantages__text {
    font-size: 14px;
}

@media screen and (min-width:767px) {
    .home .hero-title {
        font-size: 44px;
    }

    .home .section-subtitle {
        font-size: 22px;
    }

    .home .hero-advantages__number {
        font-size: 50px;
    }
}

@media screen and (max-width:767px) {
    .shop-solution {
        padding-bottom: 0;
    }
}


/**** Home Buttons ******/
@media screen and (min-width:992px) {
    .services-list .service:hover .service-text {
        opacity: 1 !important;
    }

    .services-list .service:hover .service-text p {
        opacity: .6;
    }
}

.services-list .service .service-text p {
    padding-bottom: 10px;
}

.services-list__item.service a.read-more-link {
    color: #187fd3;
    opacity: 1 !important;
    position: relative;
}

.services-list__item.service a.read-more-link:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOUw5IDFNOSAxSDFNOSAxVjkiIHN0cm9rZT0iIzE4N0ZEMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    content: "";
    display: block;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    transition-delay: .4s;
    position: absolute;
    right: -15px;
    top: 8px;
}

.home_hero_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.learn_btn a {
    background: #187FD3;
    padding: 16px 23px 18px;
    border-radius: 300px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roobert';
    display: flex;
}

.learn_btn a:hover,
.download_btn a:hover {
    color: #187FD3;
    background: #fff;
}

.learn_btn a:hover img {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/04/arrow_blue.svg);
}

.learn_btn a img {
    padding-left: 10px;
}

.download_btn a img {
    padding-right: 10px;
}

.learn_btn a img {
    position: relative;
    top: 3px;
}

.download_btn a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roobert';
    padding: 16px 23px 18px;
    border-radius: 300px;
    display: flex;
}

.download_btn a:hover img {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/04/file_blue.svg);
}

html[lang="ar"] .learn_btn a img {
    transform: rotate(180deg);
}

html[lang="ar"] .download_btn a img {
    padding-right: 0;
    padding-left: 10px;
}

html[lang="ar"] .services-list__item.service a.read-more-link:before {
    transform: rotate(270deg);
    left: -15px;
    right: unset;
}

html[lang="ar"] .learn_btn a,
html[lang="ar"] .download_btn a {
    font-family: "Cairo", -apple-system, system-ui, sans-serif;
}

@media screen and (max-width:767px) {
    .learn_btn a {
        min-width: 243.55px;
        justify-content: center;
    }
}

/**** popup ****/
#popmake-3312,
#popmake-3316,
#popmake-3990,
#popmake-3999,
#popmake-4001 {
    padding: 56px 80px !important;
    border-radius: 8px 8px 8px 80px !important;
    background: #fff !important;
}

#popmake-3986,
#popmake-3990,
#popmake-3999,
#popmake-4001 {
    padding: 56px 50px !important;
    border-radius: 8px 8px 8px 80px !important;
    background: #fff !important;
}

#pum-3312,
#pum-3316,
#pum-3986,
#pum-3990,
#pum-3999,
#pum-4001 {
    background-color: rgba(0, 0, 0, .3) !important;
}

#popmake-3986,
#popmake-3990,
#popmake-3999,
#popmake-4001 {
    background-color: #fff !important;

}

#popmake-3312 input[type="submit"],
#popmake-3316 input[type="submit"],
#popmake-3986 input[type="submit"],
#popmake-3990 input[type="submit"],
#popmake-3999 input[type="submit"],
#popmake-4001 input[type="submit"] {
    background: #187fd3;
    color: #fff;
    padding: 19px 64px;
    width: fit-content;
    border-radius: 36px;
    font-size: 20px;
    font-family: 'Roobert';
    border: 1px solid #187fd3;
}

#popmake-3316 input[type="submit"] {
    font-family: "Cairo", -apple-system, system-ui, sans-serif;
}

#popmake-3312 input[type="submit"]:hover,
#popmake-3316 input[type="submit"]:hover,
#popmake-3986 input[type="submit"]:hover,
#popmake-3990 input[type="submit"]:hover,
#popmake-3999 input[type="submit"]:hover,
#popmake-4001 input[type="submit"]:hover {
    background: transparent;
    color: #187fd3;
}

.pum-theme-3301 {
    background: transparent !important;
}

#pum-3312 .pum-close {
    background: transparent;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    font-family: 'Roobert';
    top: 10px;
    right: 15px;
}

#pum-3990 .pum-close {
    background: transparent;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    font-family: 'Roobert';
    top: 10px;
    left: 15px;
    right: unset;

}

#pum-3316 .pum-close {
    background: transparent;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    font-family: 'Roobert';
    top: 10px;
    left: 15px;
}

#pum-3986 .pum-close {
    background: transparent;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    font-family: 'Roobert';
    top: 10px;
    right: 15px;
}

#pum-3999 .pum-close {
    background: transparent;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    font-family: 'Roobert';
    top: 10px;
    right: 15px;

}

#pum-4001 .pum-close {
    background: transparent;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    font-family: 'Roobert';
    top: 10px;
    left: 15px;
    right: unset;

}

#popmake-3312 h2,
#popmake-3316 h2,
#popmake-3986 h2,
#popmake-3312 h2,
#popmake-3990 h2,
#popmake-3999 h2,
#popmake-4001 h2 {
    font-family: 'Roobert';
    color: #187fd3;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 41px;
    text-align: left;

}

#popmake-3986 .contact-buttons a,
#popmake-3990 .contact-buttons a,
#popmake-3999 .contact-buttons a,
#popmake-4001 .contact-buttons a {
    border-radius: 36px !important;
}

#popmake-3986 .custom-thank-you-message,
#popmake-3990 .custom-thank-you-message,
#popmake-3999 .custom-thank-you-message,
#popmake-4001 .custom-thank-you-message,
.solution-form form .custom-thank-you-message {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#popmake-3999 .contact-buttons a,
#popmake-4001 .contact-buttons a {
    background: #187FD3 !important;
}

html[lang="ar"] #popmake-3316 h2,
html[lang="ar"] #popmake-3312 h2,
html[lang="ar"] #popmake-3990 h2,
html[lang="ar"] #popmake-3999 h2,
html[lang="ar"] #popmake-4001 h2 {
    font-family: 'cairo';
    text-align: right;
}

html[lang="ar"] #popmake-3990 input[type="submit"],
html[lang="ar"] #popmake-4001 input[type="submit"] {
    font-family: 'cairo';
}

@media screen and (max-width:1024px) and (min-width:768px) {

    #popmake-3312,
    #popmake-3316,
    #popmake-3986,
    #popmake-3312,
    #popmake-3990,
    #popmake-3999,
    #popmake-4001 {
        padding: 40px 40px 50px;
    }

    #popmake-3312 h2,
    #popmake-3316 h2,
    #popmake-3986 h2,
    #popmake-3312 h2,
    #popmake-3990 h2,
    #popmake-3999 h2,
    #popmake-4001 h2 {
        font-size: 35px;
    }
}

@media screen and (max-width:767px) {

    #popmake-3312,
    #popmake-3316 m#popmake-3986,
    #popmake-3312,
    #popmake-3990,
    #popmake-3999,
    #popmake-4001 {
        padding: 40px 20px 50px;
    }

    #popmake-3312 input[type="submit"],
    #popmake-3316 input[type="submit"],
    #popmake-3986 input[type="submit"],
    #popmake-3312 input[type="submit"],
    #popmake-3990 input[type="submit"],
    #popmake-3999 input[type="submit"],
    #popmake-4001 input[type="submit"] {
        padding: 12px 50px;
    }

    #popmake-3312 h2,
    #popmake-3316 h2,
    #popmake-3986 h2,
    #popmake-3312 h2,
    #popmake-3990 h2,
    #popmake-3999 h2,
    #popmake-4001 h2 {
        font-size: 25px;
        line-height: 35px;
    }

    #popmake-3986,
    #popmake-3990,
    #popmake-3999,
    #popmake-4001 {
        width: 90%;
        padding: 56px 30px !important;
    }
}

/****** Home Video *******/
.hero-video:before {
    background: rgb(0 0 0 / 65%);
}

@media screen and (max-width:767px) {
    .page .footer-payment-logos {
        width: 100% !important;
    }
}


/********* New Design Training Programs *********/
.all_programs_training {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    max-width: 1315px;
    margin: auto;
}

.all_programs_training .program_item {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    margin-top: 35px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E3E3E5;
}

.program_item a {
    position: relative;
}

.program_item a>img {
    width: unset;
    object-fit: unset;
    max-width: 90px;
    position: absolute;
    top: 10px;
    border-radius: 3px 3px 3px 3px !important;
    background: rgb(255 255 255 / 90%);
    right: 10px;
    padding: 6px;
}

.all_programs_training .program_item .all_program_content {
    padding: 20px;
}

.all_programs_training .program_item>a {
    display: block;
}

.all_programs_training .all_program_image {
    width: 100%;
    max-height: 205px;
    object-fit: cover;
    border-radius: 10px 10px 0 0
}

.all_programs_training .category_program,
.all_programs_training .category_program div {
    display: flex;
    align-items: center;
}

.all_programs_training .category_program div.duration {
    width: 33%;
}

.all_programs_training .all_program_content {
    padding: 20px;
}

.all_programs_training .category_program .duration span {
    color: #58A400;
    font-size: 12px;
    font-weight: 600;
    font-family: 'cairo';
    padding-left: 5px;
}

.all_programs_training .program_title {
    font-size: 18px;
    line-height: 24px;
    color: #1F2937;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 72px;
}

.all_programs_training {
    padding-bottom: 40px;
    margin-bottom: 0;
    ;
}

.all_programs_training .inner_programs_con h3 {
    font-family: 'cairo';
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 70%;
}

.all_programs_training .category_program h5 {
    margin: 0;
    color: #6B7280;
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px;
}

.all_programs_training .category_slide_program .duration span {
    color: #58A400;
    font-size: 12px;
    font-weight: 600;
    font-family: 'cairo';
    padding-left: 5px;
}

.all_programs_training .program_title {
    font-size: 18px !important;
    line-height: 24px;
    color: #1F2937;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.all_programs_training .program_author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.all_programs_training .program_author h5 {
    margin: 0;
    font-size: 13px;
    color: #2E3948;
    font-weight: 500;
}

.all_programs_training .program_author h5 span {
    border-bottom: 1px solid;
}

.all_programs_training .program_des {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 72px;
}

.all_programs_training .program_reviews>div,
.all_programs_training .program_time {
    display: flex;
    align-items: center;

}

.all_programs_training .program_reviews>div p,
.all_programs_training .program_time p {
    margin: 0;
}

.all_programs_training .program_time {
    margin-top: 10px;
    min-height: 18px;
}

.all_programs_training .reviews_rate,
.all_programs_training .reviews_num {
    color: #187FD3;
    font-size: 12px;
    font-weight: 500;
}

.all_programs_training .program_time p {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 600;
    font-family: "Roobert";
    padding-left: 5px;
}

.all_programs_training .program_time img {
    width: 18px;
    height: 18px;
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/05/calender.svg);
}

.all_programs_training .program_reviews {
    display: flex;
    justify-content: space-between;
}

.all_programs_training .program_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.all_programs_training .program_btns .program_add_to_cart {
    background: #187FD3;
    border-radius: 8px;
    width: 100%;
    padding: 9px 10px;
    text-align: center;
}

.all_programs_training .program_btns .program_add_to_cart a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
}

.all_programs_training .program_btns .program_add_to_cart:hover,
.all_programs_training .program_cart:hover {
    background: #003a55;
}

.all_programs_training .program_cart {
    width: 20%;
    background: #187FD3;
    border-radius: 8px;
    text-align: center;
}

.all_programs_training .program_student p {
    color: #2E3948;
    font-size: 12px;
}

.all_programs_training .program_reviews>div {
    gap: 5px;
}

.programs_tabs {
    max-width: 1315px;
    margin: 0 auto 30px;
}

.programs_tabs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    padding-left: 0px;
}

.programs_tabs ul li {
    background-color: #fff;
    color: #5E5E5E;
    border-radius: 15px;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'cairo';
    cursor: pointer;
}

.training-courses-title {
    max-width: 1315px;
    margin: 0px auto;
    font-size: 50px;
    font-family: 'Roobert';
    padding: 50px 0;
}

html[lang="ar"] .training-courses-title,
html[lang="ar"] .all_programs_training .program_time p,
html[lang="ar"] .reviews_rate,
html[lang="ar"] .reviews_num {
    font-family: 'cairo';
}

.programs_tabs ul li.active,
.programs_tabs ul li:hover {
    background-color: #187FD3;
    color: #fff;
}

.programs_tabs ul li.plus_category {
    border-radius: 50%;
    padding: 10px 10px 7px;
}

.programs_tabs ul li.plus_category img {
    width: 16px;
}

.program_search_filter {
    margin-left: 15px;
    margin-bottom: 40px;
}

.program_search_filter .con {
    max-width: 1269px;
    margin: auto;
    padding: 23px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.program_search_filter input {
    /* width: 80%; */
    color: #000;
    border: none;
    font-family: 'cairo';
    font-size: 16px;
    font-weight: 400;
}

.program_search_filter input::placeholder {
    color: "A3A3A3";
}

.program_search_filter .type select {
    border: none;
    color: #8B8B8B;
    font-size: 16px;
    font-family: 'cairo';
    font-weight: 400;
    background: url(https://academy.tharwah.net/wp-content/uploads/2025/05/down_icon.svg);
    background-position-x: calc(100% - 15px);
    background-size: 7px;
    background-repeat: no-repeat;
    appearance: none;
    background-position-y: 52%;
    width: 100%;
}

.program_search_filter .con>div {
    border-left: 1px solid #E0E0E0;
    padding-left: 10px;
    width: 15%;
    display: flex;
    justify-content: space-between;
}

.program_search_filter .con>div>div {
    width: 50%;
}

.program_search_filter .type {
    border-right: 1px solid #E0E0E0;
}

.program_search_filter .filter {
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.program_search_filter .filter span {
    color: #8B8B8B;
    font-size: 16px;
    font-family: 'cairo';
    font-weight: 400;
    padding-left: 15px;
}

html[lang="ar"] .all_programs_training .category_program h5,
html[lang="ar"] .all_programs_training .program_title,
html[lang="ar"] .all_programs_training .program_des,
html[lang="ar"] .all_programs_training .program_btns .program_add_to_cart a,
html[lang="ar"] .all_programs_training .reviews_rate,
html[lang="ar"] .all_programs_training .reviews_num {
    font-family: 'cairo';
}

@media screen and (max-width:767px) {
    .training-courses-title {
        font-size: 28px;
        padding: 30px 20px 0;
    }

    .filter_dashboard {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .partner_dashboard .parter_container {
        padding: 20px;
    }

    .partner_dashboard {
        padding: 50px 20px 30px;
    }
}

/***** filter *******/
.page-id-2655 .filter_dashboard,
.page-id-2657 .filter_dashboard,
.filter_dashboard {
    max-width: 1315px;
    margin: auto;
    padding: 8px 23px;
    background: #fff;
    border-radius: 20px;
    box-shadow: none;
}

.page-id-2655 .filter_dashboard input#search-input,
.page-id-2657 .filter_dashboard input#search-input,
.filter_dashboard input#search-input {
    border: none;
    background: unset;
}

.woocommerce-shop .main {
    background-color: #ECEFF9;
}

.page-id-2655 .filter_dashboard .filters-btn,
.page-id-2657 .filter_dashboard .filters-btn,
.filter_dashboard .filters-btn {
    width: unset;
}

.filter_dashboard .desktop_btn {
    margin: auto;
    display: block;
    margin-right: 0;
    color: #8B8B8B;
    font-size: 16px;
    font-family: 'cairo';
    font-weight: 400;
    padding-left: 15px;
    border: none;
    border-left: 1px solid #E0E0E0;
    border-radius: 0;
}

.filter_dashboard .filters-btn button {
    position: relative;
}

.filter_dashboard .filters-btn:before {
    display: none !important;
}

.filter_dashboard .filters-btn button:before {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/05/filter_icon.svg);
    position: absolute;
    left: 10px;
    top: 16px;
}

@media screen and (min-width:768px) {
    .program_search_filter .mobile_filter .filter {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .all_programs_training .program_item {
        width: calc(100% / 2 - 20px);
        margin: 10px 10px;
    }

    .program_search_filter {
        margin-right: 20px;
        margin-left: 20px;
    }

    .programs_tabs ul {
        padding-right: 20px;
        padding-left: 20px;
    }

    .program_search_filter .con>div {
        width: 31%;
    }

}

@media screen and (max-width:767px) {
    .all_programs_training .program_item {
        width: 100%;
    }

    .program_search_filter .con {
        flex-wrap: wrap;
    }

    .program_search_filter .con>div {
        width: 32%;
        padding-left: 20px;
    }

    .program_search_filter .type {
        border-right: 0;
        width: 100% !important;
    }

    .program_search_filter input {
        width: 60%;
    }

    .program_search_filter .filter:not(.mobile_filter .filter) {
        display: none;
    }

    .program_search_filter .con {
        padding: 10px 20px;
    }

    .program_search_filter .type select {
        background-position-x: calc(100% - 5px);
    }

    .program_search_filter .mobile_filter {
        margin-top: 20px;
    }

    .program_search_filter .mobile_filter .filter {
        justify-content: center;
        background: #187FD3;
        padding: 10px 20px;
        border-radius: 20px;
        width: fit-content;
        margin: auto;
    }

    .program_search_filter .mobile_filter .filter span {
        color: #fff;
    }

    .all_programs_training .all_program_image {
        max-height: unset;
        object-fit: unset;
    }

    .all_programs_training .program_item>a {
        max-height: unset;
        height: unset;
    }

    .all_programs_training .program_title {
        min-height: unset;
    }

    .programs_tabs ul li {
        padding: 10px 11px;
    }

    .all_programs_training .category_program {
        min-height: unset;
    }
}

.hero_dashboard_new_training {
    background: #ECEFF9;
    padding: 100px 40px;
}

.hero_dashboard_new_training .inner_container {
    display: flex;
    align-items: center;
    max-width: 1360px;
    margin: auto;
    flex-wrap: wrap;
}

.hero_dashboard_new_training .inner_container .hero_dashboard_txt h2 {
    font-size: 44px;
    font-family: 'cairo';
    color: #2E3948;
    font-weight: 700;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 20px;
}

.hero_dashboard_new_training .inner_container .hero_dashboard_txt p {
    font-size: 18px;
    color: #003A55;
    font-family: 'Public Sans';
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 25px;
}

.hero_dashboard_new_training .inner_container .hero_dashboard_txt a {
    background: #187FD3;
    text-decoration: none;
    font-family: 'cairo';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 15px 75px;
    border-radius: 50px;
    display: block;
    width: fit-content;
}

.hero_dashboard_slider_bew_traing {
    width: 100%;
}

.hero_dashboard_slider_bew_traing .program_slide_image {
    width: 100%;
}

.hero_dashboard_slider_bew_traing .program_skide_logo {
    position: absolute;
    top: 35px;
    left: 0px;
}

.hero_dashboard_slider_bew_traing .program_slide_txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: end;
}

.hero_dashboard_slider_bew_traing .slide {
    position: relative;
    margin: 0 10px;
}

.hero_dashboard_slider_bew_traing .program_slide_txt h3 {
    color: #fff;
    font-family: 'cairo';
    font-size: 25px;
    font-weight: 800;
    line-height: 31px;
    width: 90%;
    margin: 0;
}

.hero_dashboard_slider_bew_traing .program_slide_txt a {
    width: 10%;
}

.hero_dashboard_slider_bew_traing .slick-next:before {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/02/right_arrow.svg);
    opacity: 1;
}

.hero_dashboard_slider_bew_traing .slick-prev:before {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/02/left_arrow.svg);
    opacity: 1;
}

.hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training {
    padding: 0 20px;
}

.hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training .slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training .slick-next {
    right: 15px;
}

.hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training .slick-prev.slick-disabled:before,
.hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training button.slick-disabled {
    opacity: 1;
}

.hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training .slick-next,
.hero_Programs_slider_new_training .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}

.hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training .slick-prev {
    left: 3px;
}

@media screen and (max-width:1024px) {
    .hero_dashboard_slider_bew_traing .hero_Programs_slider_new_training {
        padding: 0;
    }

    .hero_dashboard_slider_bew_traing .program_slide_txt h3,
    .categories_slider .program_slide_txt h3 {
        font-size: 25px;
    }

    .hero_dashboard_slider_bew_traing {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {

    .hero_dashboard_slider_bew_traing .slide,
    .categories_slider .slide {
        margin: 0;
    }

    #category-tabs {
        margin-top: 30px !important;
    }
}

.hero_dashboard_slider_bew_traing .program_slide_image,
.categories_slider .program_slide_image {
    height: 350px !important;
    border-radius: 10px;
    filter: brightness(70%);
    object-fit: cover;
}

/***** Site Contain *****/
@media screen and (min-width:768px) {

    section:not(.hero)>.container,
    footer>.container,
    .vertical_tabs .accordion-item__content,
    .vertical_tabs .vertical_tab-title,
    .vertical_tabs .vertical_tabs-head,
    .vertical_tabs .vertical_tabs-text,
    .vertical_tabs .vertical_tab-footer,
    .woocommerce-cart .entry-content .container {
        max-width: 1300px !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    header>.container,
    .hero .container {
        padding: 0 72px;
        max-width: 100%;
    }

    .vertical_tabs .accordion-item__content>div {
        padding-left: 0;
        padding-right: 0;
    }

    .vertical_tabs .vertical_tab-title,
    .vertical_tabs .accordion-item__content,
    .vertical_tabs .vertical_tab-footer {
        width: 100%;
    }

    .vertical_tabs .vertical_tabs-text p {
        max-width: 550px;
        margin-left: auto;
        margin-right: 0;
    }

    .banner-title {
        font-size: 38px;
        margin-bottom: 70px;
    }
}

.banner-image img {
    padding: 0 90px;
}

@media screen and (max-width:1350px) and (min-width:768px) {

    section:not(.hero)>.container,
    footer>.container,
    .vertical_tabs .accordion-item__content,
    .vertical_tabs .vertical_tabs-head,
    .vertical_tabs .vertical_tabs-text,
    .vertical_tabs .vertical_tab-footer,
    .woocommerce-cart .entry-content .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*Demo single product*/
.custom_hero {
    background: url(https://academy.tharwah.net/wp-content/uploads/2024/11/sustainable_bg.jpg);
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4em 0;
    position: relative;
    z-index: 1;
}

.custom_hero .container {
    max-width: 1300px;
    margin: auto;
    position: relative;
    z-index: 99;
}

.custom_hero .custom_hero_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.custom_hero .custom_hero_content>div:first-child {
    width: 65%;
}

.custom_hero .custom_hero_content>div:last-child {
    width: 35%;
}

.custom_hero .custom_hero_content>div:last-child img {
    max-width: 90px;
    border-radius: 3px 3px 3px 3px !important;
    background: rgb(255 255 255 / 90%);
    padding: 6px;
}

.mobile-certificate img {
    margin-bottom: 10px;
    max-width: 90px;
    border-radius: 3px 3px 3px 3px !important;
    background: rgb(255 255 255 / 90%);
    padding: 6px;
}

.mobile-certificate {
    display: flex;
    gap: 10px;
}

.custom_hero .reviews svg {
    width: 20px;
    color: rgb(255, 165, 52) !important;
}

.custom_hero .reviews .star-rating:before {
    display: none !important;
}

.custom_hero .reviews .star-rating {
    height: unset;
    line-height: unset;
    font-size: unset;
    width: unset;
    font-family: unset;
}

.custom_hero .discount {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom_hero .discount span:first-child {
    color: #fff;
    background: linear-gradient(to right, #2e3948, #187FD3);
    padding: 2px 20px;
    border-radius: 20px;
}

.custom_hero .discount span:last-child {
    background-size: contain;
    padding: 3px 15px;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 80px;
    color: #fff;
    font-size: 12px;
    background-image: url("https://bakkah.com/public/front-dist/images/new-website/new-bg.svg");
    text-align: center;
}

.custom_hero .discount span:last-child img {
    width: 12px;
    top: 1px;
    margin-right: 7px;
    position: relative;
    display: inline !important;
}

.custom_hero .container h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 30px;
    max-width: 555px;
}

.custom_hero .container p {
    color: #fff;
    max-width: 555px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
}

.custom_hero .reviews {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_hero .reviews span {
    color: #fff;
}

.custom_hero .reviews .star-rating {
    top: 2px;
    position: relative;
}

.custom_hero h5 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0 20px;
}

.custom_hero_btn {
    background: linear-gradient(to right, #2e3948, #187FD3);
    padding: 3px;
    border-radius: 15px;
    width: 25%;
    text-align: center;
    position: relative;
}

.custom_hero_btn a {
    color: #000;
    text-decoration: none;
    display: block;
    background: #fff;
    padding: 14px 20px;
    border-radius: 15px;
    justify-content: space-around;
    display: flex;
    text-transform: uppercase;
}

.custom_hero_btn a img {
    max-width: 18px;
}

.custom_hero .logos img {
    max-width: 398px;
    margin: auto;
    display: block;
    margin-right: 0;
}

.custom_hero .logos {
    position: relative;
    z-index: 99;
}

.custom_hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background-size: 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.custom_hero_enroll {
    background: #2B2B2B;
    color: #fff;
    padding: 24px 15px;
    z-index: 9;
}

.custom_hero_enroll {
    transition: ease-in-out 1s;
    bottom: -50%;
}

.custom_hero_enroll.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.custom_hero_enroll .container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.custom_hero_enroll .container .left_side {
    width: 50%;
}

.custom_hero_enroll .container .enroll_content {
    width: 50%;
    justify-content: end;
}

.custom_hero_enroll .container .enroll_content>form {
    display: flex;
    width: 63%;
    gap: 5px;
    flex-wrap: wrap;
}

.custom_hero_enroll .container .enroll_content>form .form-field.custom-select {
    margin: 0;
    border: 1px solid #fff;
    padding: 3px 10px;
    border-radius: 15px;
    color: #fff;
    width: 49%;
}

/* .custom_hero_enroll .container .enroll_content > form .form-field.custom-select select {
	background: transparent !important;
	display:unset !important;
} */
.custom_hero_enroll .container .enroll_content>form button {
    background: #187FD3 !important;
    color: #fff;
    padding: 10px 0px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 49%;
    line-height: 18px;
}

.custom_hero_enroll .container .enroll_content>form button:hover {
    color: #187FD3;
    background: #fff !important;
}

.custom_hero_enroll .container .enroll_content>form #enroll_date_error {
    width: 48%;
}

html[lang="ar"] .custom_hero_enroll .container .enroll_content>form button {
    font-family: 'cairo';
}

.custom_hero_enroll .container .enroll_content>form .form-field.custom-select .select-selected {
    color: #fff;
}

.custom_hero_enroll .container .enroll_content>form .form-field.custom-select .select-selected:hover {
    border-bottom: none;
}

.custom_hero_enroll .container .enroll_content>form .form-field.custom-select .select-selected:after {
    top: calc(50% - 12px);
    right: 10px;
    content: "";
    transform: rotate(180deg);
    background: url(https://academy.tharwah.net/wp-content/uploads/2025/05/chevron-4.png);
    width: 24px;
    height: 24px;
    background-size: contain;
}

.custom_hero_enroll .container .enroll_content>form .form-field.custom-select .select-selected.active:after {
    transform: rotate(0deg);
}

.custom_hero_enroll .container h2 {
    font-size: 21px;
    letter-spacing: 1px;
}

.custom_hero_enroll .container a {
    background: #187FD3 !important;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.custom_hero_enroll .container a:hover {
    background: #fff !important;
    color: #000 !important;
}

.enroll_content {
    display: flex;
    gap: 5px;
}

.enroll_content img {
    border: 1px solid #fff !important;
    background: transparent !important;
    max-height: 40px;
    padding: 6.7px 20px;
    border-radius: 10px !important;
    cursor: pointer;
}

.enroll_content>a:nth-child(2),
.enroll_content>a:nth-child(2):hover {
    background: transparent !important;
}

.enroll_content>a:nth-child(2):hover img {
    background: #187FD3 !important;
}

.arabic.custom_hero .container {
    text-align: right;
}

.custom_hero.arabic .discount {
    justify-content: start;
}

.custom_hero.arabic .reviews {
    justify-content: start;
}

.custom_hero.arabic .custom_hero_btn {

    margin-right: 0;
}

.custom_hero.arabic .logos img {
    margin-right: auto;
    margin-left: 0;
}

.custom_hero_enroll.arabic .container {
    justify-content: start;
}

.custom_hero.arabic .discount span:last-child img {
    margin-right: 7px;
    margin-left: 7px;
}

.custom_hero.arabic .custom_hero_btn a img {
    transform: rotate(180deg);
}

.custom_hero.arabic .reviews,
.custom_hero.arabic .custom_hero_btn a,
.custom_hero_enroll.arabic .enroll_content {
    flex-direction: row-reverse;
}

.custom_hero.arabic .discount span:last-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.custom_hero .reviews {
    margin-top: 30px;
}

.custom_hero.arabic .discount span:last-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.custom_hero .custom_hero_btns form {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.custom_hero .custom_hero_btns form .form-field.custom-select {
    width: 25%;
    margin: 0;
    border: 1px solid #fff;
    padding: 3px 10px;
    border-radius: 15px;
}

.custom_hero .custom_hero_btns form .form-field.custom-select .select-item {
    margin-bottom: 5px;
}

.custom_hero_btns .custom-select .select-selected {
    color: #fff;
    border: 0;
    font-size: 18px;
    /* padding:11px 0 !important; */
}

.custom_hero_btns .custom-select .select-selected:after {
    top: calc(50% - 12px);
    right: 10px;
    content: "";
    transform: rotate(180deg);
    background: url(https://academy.tharwah.net/wp-content/uploads/2025/05/chevron-4.png);
    width: 24px;
    height: 24px;
    background-size: contain;
}

.custom_hero_content div:first-child .custom_hero_btns .custom_hero_btn button {
    color: #000;
    text-decoration: none;
    background: #fff;
    padding: 11px 20px;
    border-radius: 15px;
    justify-content: space-around;
    display: flex;
    width: 100%;
    border: none;
    align-items: center;
    font-size: 18px !important;
    font-family: 'Roobert';
    line-height: 22px;
}

.custom-select .select-selected.active::after {
    transform: rotate(0deg);
}

.custom_hero_content div:first-child .custom_hero_btns .custom_hero_btn button:hover {
    background: #187FD3;
    color: #fff;
}

.custom_hero_content div:first-child .custom_hero_btns .custom_hero_btn button:hover img {
    content: url(https://academy.tharwah.net/wp-content/uploads/2025/05/icons8-slide-up-50.png);
    transform: rotate(90deg);
    width: 24px;
}

.custom_hero_content>div:last-child .custom_hero_btn {
    background: transparent;
    width: 100%;
}

.custom_hero_content>div:last-child .custom_hero_btn a {
    background: #187FD3;
    color: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.custom_hero_content>div:last-child .custom_hero_btn a:hover {
    background: #fff;
    color: #000;
}

.custom_hero_content .custom_hero_btns .training-form #virtual_date_error {
    width: 25%;
}

.custom_hero .category {
    margin-top: 30px !important;
}

.custom_hero .category span {
    color: #fff;
    background: linear-gradient(to right, #013777, #187FD3);
    padding: 2px 20px;
    border-radius: 20px;
    line-height: 26px;
    display: block;
    width: fit-content;
}

.custom_hero .overview-logo {
    margin-top: 30px;
}

.custom_hero .overview-logo img {
    max-width: 90px;
    border-radius: 3px 3px 3px 3px !important;
    background: rgb(255 255 255 / 90%);
    padding: 6px;
}

.program_sumrry_card {
    margin: auto;
    padding: 50px 0;
    background: #003a55;
}

.program_sumrry_card .reviews svg {
    width: 20px;
    color: rgb(255, 165, 52) !important;
}

.program_sumrry_card .container .left_side {
    border-right: 1px solid #707070;
    padding-right: 50px;
    padding-top: 15px;
}

.program_sumrry_card .container .left_side h2 {
    margin: 0;
    font-size: 28px;
    color: #fff;
}

.program_sumrry_card .container .right_side ul {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
}

.program_sumrry_card .container .right_side ul {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
    flex-wrap: wrap;
}

.program_sumrry_card .container .right_side ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 25px;
}

.program_sumrry_card .container .right_side ul li strong {
    padding-right: 5px;
}

.program_sumrry_card .container .right_side ul li:first-child,
.program_sumrry_card .container .right_side ul li:nth-child(2) {
    width: 28%;
    justify-content: center;
}

.program_sumrry_card .container .right_side ul li:first-child {
    border-right: 1px solid #707070;

}

html[lang="ar"] .program_sumrry_card .container .right_side ul li:nth-child(2) {
    border-right: 1px solid #707070 !important;
}

html[lang="ar"] .custom_hero_enroll .container h2 {
    font-family: 'cairo';
}

html[lang="ar"] .custom_hero_content>div:last-child .custom_hero_btn a {
    margin-left: 0;
    margin-right: auto;
}

.program_sumrry_card .container .right_side ul li:last-child {
    width: 43%;
    justify-content: center;
    align-items: start;
    padding-left: 20px;
}

.program_sumrry_card .container .right_side ul li img {
    width: 25px;
    padding-right: 10px;
    border-radius: 0 !important;
}

html[lang="ar"] .program_sumrry_card .container .right_side ul li:last-child {
    justify-content: center;
    padding-right: 20px;
}

/* html[lang="ar"] .program_sumrry_card .container .right_side ul li{
	width:33.3%;
} */
html[lang="ar"] .program_sumrry_card .container .right_side ul li img {
    width: 25px;
    padding-right: 0px;
    padding-left: 10px;
}

html[lang="ar"] .program_sumrry_card .container .right_side ul li:first-child {
    border: none;
}

html[lang="ar"].program_sumrry_card .container .right_side ul li:nth-child(2) {
    border-right: 1px solid #707070 !important;
    border-left: 1px solid #707070 !important;
}

html[lang="ar"] .custom_hero_content div:first-child .custom_hero_btns .custom_hero_btn button img {
    transform: rotate(180deg);
}

html[lang="ar"] .custom_hero_content div:first-child .custom_hero_btns .custom_hero_btn button:hover img {
    transform: rotate(270deg);
}

html[lang="ar"] .program_sumrry_card .container .right_side ul li strong {
    padding-left: 5px;
    padding-right: 0;
}

.program_sumrry_card .container .right_side ul li:last-child strong {
    white-space: nowrap;
}

.program_sumrry_card .container .right_side ul li:last-child img {
    position: relative;
    top: 8px;
}

@media screen and (max-width:1024px) {
    .custom_hero .container h2 {
        font-size: 24px;
    }

    .program_sumrry_card .container .right_side ul li {
        width: 100% !important;
        justify-content: start !important;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .custom_hero_enroll .container h2 {
        font-size: 22px;
    }

    .program_sumrry_card .container .right_side ul li:first-child,
    .program_sumrry_card .container .right_side ul li:nth-child(2) {
        border-right: none;
    }

    .custom_hero .custom_hero_content>div {
        width: 100% !important;
    }

    .custom_hero_enroll .container .enroll_content>form {
        width: 75%;
    }

    .woocommerce.single-product .custom_hero_enroll>.container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    html[lang="ar"] .program_sumrry_card .container .right_side ul li:nth-child(2) {
        border-left: 0 !important;
    }

    html[lang="ar"] .program_sumrry_card .container .right_side ul li:last-child {
        padding-right: 0;
    }

    .program_sumrry_card .container .right_side ul li:last-child {
        padding-left: 0;
    }

    .overview-content {
        padding-right: 25px;
    }
}

@media screen and (max-width:767px) {
    .custom_hero_enroll .container h2 {
        font-size: 21px;
    }

    .enroll_content {
        flex-wrap: wrap;
    }

    .custom_hero_content div:first-child .custom_hero_btns .custom_hero_btn,
    .custom_hero_btn a {
        width: 100%;
    }

    .custom_hero_content div:first-child .custom_hero_btns .custom_hero_btn button {
        justify-content: center;
        gap: 15px;
    }

    .custom_hero_enroll .container {
        padding: 0 15px !important;
    }

    .custom_hero_content>div:last-child .custom_hero_btn a {
        width: 100%;
        margin-bottom: 30px;
    }

    .custom_hero_btns a {
        height: 100%;
    }

    .custom_hero_btns .training-form,
    .custom_hero .custom_hero_btns form .form-field.custom-select,
    .custom_hero_enroll .container .enroll_content,
    .custom_hero_btns .error-message,
    .custom_hero_enroll .container .enroll_content>form #enroll_date_error,
    .custom_hero_content .custom_hero_btns .training-form #virtual_date_error {
        width: 100%;
    }

    .custom_hero_enroll .container .enroll_content>form button {
        width: 33%;
    }

    .custom_hero_enroll .container .enroll_content>form .form-field.custom-select {
        width: 65%;
    }

    .custom_hero_enroll .container .enroll_content>form {
        width: 78%;
    }

    .woocommerce.single-product .custom_hero_enroll>.container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .enroll_content>a:nth-child(2) {
        width: 20%;
    }
}

.program_outline {
    background: #003a55;
    color: #fff;
    padding: 136px 100px;
}

.program_outline .left_part h2 {
    color: #fff;
    margin-bottom: 32px;
    font-size: 46px;
    font-family: 'Cairo', sans-serif;
    letter-spacing: -0.4px;
    line-height: 1.1;
    font-weight: 400;
}

.program_outline .right_part .item h3 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 33px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
}

.program_outline .right_part .item h3 span:first-child {
    font-size: 36px;
}

.program_outline .right_part .item ul {
    padding-left: 30px;
}

html[lang="ar"] .program_outline .right_part .item ul {
    padding-right: 30px;
    padding-left: 0;
}

.program_outline .right_part .item ul li {
    margin-bottom: 16px;
    font-size: 22px;
    font-family: 'Cairo', sans-serif;
    line-height: 35px;
    color: #fff;
}

.program_outline .right_part .item .read-more {
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
    margin-top: 16px;
    font-family: 'Cairo', sans-serif;

}

.download-fees {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: column;

}

.download-fees .logos {
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    gap: 10px;
}

.hrdf-certificate-message {
    margin-top: 0px !important;
}

.page-template-page-testing-product footer,
.single-product footer {
    padding-bottom: 100px;
}

.header-call {
    position: fixed;
    width: 69px;
    height: 69px;
    right: 40px;
    bottom: 175px;
    cursor: pointer;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, .08);
}

[lang=ar] .header-call {
    right: initial;
    left: 45px;
}

@media screen and (min-width:768px) {
    .header-whatsapp {
        bottom: 95px;
    }

    .mobile-certificate {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .program_outline {
        padding: 50px 30px;
    }

    .download-fees .logos {
        justify-content: end;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .program_outline {
        padding: 40px 0;
    }

    .left_side {
        display: none;
    }

    .custom_hero_enroll .container {
        justify-content: center;
    }

    .program_outline .left_part h2 {
        font-size: 35px;
    }

    .program_outline .right_part .item h3 {
        font-size: 29px;
        line-height: 40px;
    }

    .download-fees .logos {
        display: none;
    }

    .header-call {
        bottom: 145px !important;
    }

    .header-whatsapp {
        bottom: 90px;
    }
}

.tabs-view-more {
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.tabs-view-more a {
    background: #187FD3 !important;
    color: #fff;
    padding: 10px 0px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.tabs-view-more a:hover {
    background: #fff !important;
    color: #187FD3;
}

.page-id-1995 .banner,
.page-id-2313 .banner {
    display: none !important;
}

.single-product .overview-text ul {
    list-style: disc !important;
}

.team-content__title {
    font-size: 40px !important;
}

.single-product .overview {
    margin: 30px 0 !important;
}

.single-product .overview-logos img,
.single-product .overview-logos svg {
    width: 100px !important;
    height: 100px !important;
}

/***** overview section in single product ******/
.program_sumrry_card {
    margin-bottom: 100px;
}

.overview-wrapper {
    border-top: 0 !important;
    border-bottom: 1px solid rgba(46, 57, 72, .24);
}

.value_delivered .overview-wrapper {
    border-top: 0 !important;
}

.single-product .overview-text h4 {
    font-weight: 400 !important;
}

@media screen and (min-width:768px) {
    .overview {
        margin-top: 10px !important;
    }

    .single-product .overview-text {
        min-width: 650px;
        max-width: 650px;
    }
}

@media screen and (max-width:767px) {
    .overview .overview-text ul {
        padding-left: 24px;
    }

    .overview .section-subtitle {
        font-size: 24px;
    }

    .overview ul li {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .overview,
    .should_attend {
        margin-top: 20px !important;
    }

    .single-product .overview-text ul {
        padding-left: 24px;
    }
}


/***** Arabic version Font ******/
html[lang=ar] body {
    font-family: 'cairo';
}

.custom_hero_enroll .custom-select .select-items {

    bottom: calc(100% + 16px) !important;
    top: unset !important;
    color: black !important;
}

.menu-item__image img {
    margin-top: 10px !important;
    width: 30% !important;
    height: 50% !important;

}


.login-container .woocommerce-message {
    border: 1px solid #187fd3 !important;
    margin-top: 20px !important;
    background: transparent !important;
    color: #187fd3 !important;
}

.login-container .woocommerce-message::before {
    content: "\e015" !important;
    color: #187fd3 !important;
}

a.resend-verification-btn {
    text-decoration: underline !important;
    padding: 5px !important;
}

.woocommerce-account h1.entry-title {
    font-weight: 400 !important;
    color: #2E3948 !important;
    margin-bottom: 45px !important;
    font-size: 50px !important;
    /*     margin-top: 120px !important; */
}

.woocommerce-account .main {
    padding-top: 50px !important;
}

header .nav .sub-menu a:hover {
    background-color: #187fd3;
    color: #fff !important;
}

.woocommerce-NoticeGroup {
    display: none !important;
}

.one-half {
    width: 49.5%;
    float: left;
}


/***** graduate page ********/
@media screen and (min-width:992px) {
    .page-template-page-graduates .outline-wrapper {
        height: 624vh !important;
    }
}

.single-product .overview {
    margin: 30px 0 !important;
}

.product-description .overview-wrapper {
    align-items: stretch;
    padding: 40px 0px;
}

.product-description .section-image {
    width: 400px !important;
    /*     height: 280px !important; */
}

.product-description .section-image>div {
    height: 100% !important;
}

.product-description .overview-title {
    margin-bottom: 30px !important;
}

@media screen and (min-width:768px) {
    .hide_desktop {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .hide_mobile {
        display: none !important;
    }
}

/****** Blog Page *******/
.blog-wrapper {
    margin-bottom: 100px;
}

@media screen and (min-width:768px) {
    .page-template-page-blog .hero--blog .container {
        padding: 0 !important;
        max-width: 1300px !important;
    }
}

@media screen and (max-width:1350px) and (min-width:768px) {
    .page-template-page-blog .hero--blog .container {
        padding: 0 40px !important;
    }
}

/****** Single Blog *****/
.blog-content img {
    margin: 50px 0;
}

.blog-content h2:not(:first-child),
html[lang="ar"] .blog-content p strong {
    margin-top: 50px;
    display: block;
    margin-bottom: 24px !important;
}

.blog-content p {
    line-height: 30px;
}

html[lang="ar"] .blog-content p {
    line-height: 35px;
}

@media screen and (min-width:768px) {
    .blog-content__outer {
        margin-bottom: 100px;
    }

    .blog-content {
        margin-bottom: 0;
        margin-top: 80px;
    }
}


@media screen and (max-width:767px) {
    .solution {
        padding: 30px 0 50px !important;
    }

    .section_bg {
        height: 100%;
    }
}

/* Blog Sidebar Styles */
.blog-sidebar {
    margin-top: 20px;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

/* Search Widget */
.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-field {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-field:focus {
    border-color: #187FD3;
}

.search-submit {
    position: absolute;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.search-submit:hover {
    color: #187FD3;
}

html[lang="ar"] .search-field {
    padding-right: 35px;
}

/* Categories Widget */
.categories-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.category-pill {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f5f5f5;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.category-pill:hover {
    background-color: #e9e9e9;
    color: #000;
}

/* Popular Posts Widget */
.popular-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popular-post-item {
    display: flex;
    gap: 15px;
    align-items: center;
    height: 100px;
}

.post-thumbnail {
    flex: 0 0 80px;

    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.post-details {
    flex: 1;
}

.post-title {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.post-title:hover {
    color: #187FD3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .blog-sidebar {
        margin-top: 40px;
    }
}

.form-success-message {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 200px;
    width: 100%;
}

.success-content {
    padding: 30px;
    background: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 90%;
}

.success-content h3 {
    color: #4CAF50;
    margin-bottom: 15px;
}

/**** Search page ****/
.blog-wrapper.page__search,
.blog-wrapper.page__category {
    margin-top: 120px;
}

.page__search h1.page-title,
.blog-wrapper.page__category h1.page-title {
    margin-bottom: 80px;
    font-size: 56px;
    font-weight: 400;
}

@media screen and (max-width:767px) {

    .page__search h1.page-title,
    .blog-wrapper.page__category h1.page-title {
        margin-bottom: 34px;
        font-size: 28px;
    }

    .blog-wrapper.page__search,
    .blog-wrapper.page__category {
        margin-top: 80px;
    }

    .download-buttons-container {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }

    .download-buttons-container .btn--blue {
        width: 100%;
    }

    .header-call {
        cursor: pointer;
        position: fixed;
        right: 20px;
        bottom: 80px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, .08);
        z-index: 9;
        padding: 0px !important;
    }

    .header-call .btn--blue {
        display: none !important;
    }

    .header-call .header-whatsapp__image {
        display: block !important;
    }

    [lang=ar] .header-call {
        right: initial;
        left: 20px;
        /* 	 bottom:80px !important; */
    }

    .custom_hero_enroll {
        z-index: 1 !important;
    }

    .custom_hero_enroll .container .enroll_content {
        justify-content: start;

    }
}

@media screen and (min-width:767px) {
    .download-buttons-container a {
        min-width: unset;
        padding: 28px 50px;
    }

    .header-call .btn--blue {
        padding: 5px !important;
        min-width: 80px !important;
        width: 80px;
    }

    .header-call .btn--blue {
        display: block !important;
    }


}

.download-buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-thank-you-message {
    font-weight: bold !important;
    text-align: center !important;
    padding: 15px !important;
    border-radius: 5px !important;
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
}

.custom-thank-you-en {
    direction: ltr !important;
}

.custom-thank-you-ar {
    direction: rtl !important;
    font-family: 'Cairo', sans-serif !important;
}

/* Contact buttons styling */
.contact-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.contact-button {
    display: inline-block !important;
    padding: 15px 30px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    text-align: center !important;
    min-width: 200px !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
}

.whatsapp-button {
    background-color: #25D366 !important;
    color: white !important;
}

.whatsapp-button:hover {
    background-color: #128C7E !important;
}

.call-button {
    background-color: #007bff !important;
    color: white !important;
}

.call-button:hover {
    background-color: #0056b3 !important;
}

/* New Edits */
.reviews-subtitle,
.clients-subtitle,
.gateway-subtitle {
    font-size: 48px !important;
    padding-top: 24px !important;
    justify-content: center;
}

.section-subtitle:before {
    display: none !important;
}

.gateway-title {
    font-size: 48px !important;
    max-width: 100% !important;
    text-align: center;
}

.gateway-content {
    align-items: center !important;
    text-align: center !important;
}

.gateway-text {
    max-width: 757px !important;
}

.gateway-text h5 {
    font-weight: 400;
}