/*!
Theme Name: lulualhassan
Theme URI: http://underscores.me/
Author: Bivatech
Author URI: https://bivatech.com/
Description: Theme is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lulualhassan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lulualhassan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --container-width: 80%;
  --container-small-width: 65%;
  --bg-dark: #1A1F2B;
  --color-white: #fff;
  --color-primary: #40e0d0;
  --color-primary-new: #aa5a1d;
  --bg-black: #1d1d1f;
  --color-black: #000000;
  --charcoal-gray: #3a3a3c;
  --white: #ffffff;
  --charcoal-gray: #3a3a3c;
  --color-primary: #40e0d0;
  --warmsand: #e6d5c3;
  --midnightnavy: #1a1f2b;
}

.font-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.font-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.font-semibold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.font-bold {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
  background: #f5f5f5;
}

a:visited {
  color: #000000;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}

.p0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

:focus-visible {
  outline: none;
}

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0;
  margin-bottom: 25px;
  color: var(--color-black);
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0;
  margin-bottom: 25px;
  color: var(--color-black);
}

h3,
.h3 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin: 0;
  margin-bottom: 20px;
}

h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 0;
  font-weight: 500;
  margin-bottom: 16px;
}

h5,
.h5 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 0;
  margin-bottom: 12px;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

.text-large {
  font-size: 1.5rem;
  line-height: 2.3rem;
}

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

.container,
.tutor-container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.container-small {
  max-width: var(--container-small-width);
  margin: 0 auto;
}

.tutor-page-wrap {
  width: auto;
}

.tutor-wrap {
  padding-top: 50px;
}

body.single-courses .tutor-wrap {
  margin-left: 220px;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.bg-black {
  background-color: var(--bg-black);
}

.bg-white {
  background-color: var(--color-white);
}

.text-white {
  color: var(--color-white);
}

.text-primary {
  color: var(--color-primary);
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

a {
  text-decoration: none;
}

a.btn-link {
  display: inline-block;
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.2rem;
}

.w-100 {
  width: 100%;
}

.d-none {
  display: none !important;
}

.color-primary {
  color: var(--color-primary);
}

.text-black {
  color: var(--color-black);
}

main#primary,
footer.site-footer {
  margin-left: 220px;
}
main#primary {
  padding-bottom: 3rem;
}

/*-----------------
Home Page
------------------*/
body.home .course-archive-page {
  padding-top: 0;
}

/*--------------------
site footer
--------------------*/
footer.site-footer {
  background-color: var(--white);
  padding: 50px 0 0 0;
  color: #000000;
  border-top: 1px solid #f5f5f5;
}

footer.site-footer .grid-middle {
  align-items: self-start;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}

footer.site-footer .grid-middle .col-6_sm-12 {
  padding: 0 0.5rem;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 0;
  flex: 0 0 50%;
}

footer.site-footer .grid-middle .col-3_sm-12 {
  padding: 0 0.5rem;
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 1.5rem;
  flex: 0 0 25%;
}

footer.site-footer .footer-about p {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-about {
  margin-right: 1rem;
}

.footer-widget img.footer-logo {
  max-width: 120px;
  margin-bottom: 1rem;
   background: transparent;
}

.footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.footer-social ul li a {
  color: #000000;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.footer-social ul li a .fa-brands {
  color: #000;
  transition: all 0.3s ease;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

#menu-side-wrapper .footer-social ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  gap: 0.85rem;
}

#menu-side-wrapper .footer-social ul a {
  font-size: 0.75rem;
  width: 28px;
  height: 28px;
  transition: background 0.3s ease;
}

#menu-side-wrapper .footer-social ul a:hover {
  background: var(--color-primary);
  color: #fff !important;
}

footer p {
  color: #000000;
}

footer a {
  color: #000000;
}

footer a:hover {
  color: #000000;
  text-decoration: underline;
}

.site-footer-bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--white);
  background-color: var(--charcoal-gray);
}

.site-footer-bar a,
.site-footer-bar p {
  color: var(--white);
}

.site-footer-bar .grid-middle {
  align-items: center;
}

.site-footer-bar p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.site-footer-bar .footer-bar-left,
.site-footer-bar .footer-bar-right {
  padding-bottom: 0;
}

.site-footer-bar .footer-bar-left {
  text-align: left;
}

.payment-methods {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.payment-methods img {
  max-width: 100%;
  height: auto;
  max-height: 28px;
  margin: 0 0 0 0.875rem;
}

.footer-title-emptry {
  color: var(--white);
}
/*------------------
About css
------------------*/
.about-content-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-page-title {
  margin-bottom: 50px;
}

.about-page-title h1 {
  margin: 0;
}

.about-page-content h4 {
  padding-left: 15px;
  border-left: 4px solid #ccc;
}

/*--------------
Brands Css
----------------*/
.brand-content-wrapper {
  color: var(--color-primary);
}

.brand-blocks.has_overlay .container {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.brand-logo-wrapper a {
  display: inline-block;
}

.brand-logo-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  max-height: 220px;
}

.brand-content-wrapper p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.brand-blocks {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  padding: 2rem;
  background-attachment: fixed;
}

.brand-blocks.has_overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.6) 70%,
      rgba(0, 0, 0, 0.6)
    ),
    url("/wp-content/uploads/2025/01/bg-1.webp");
  filter: grayscale(100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  /* Adjust overlay opacity */
  z-index: 1;
  background-attachment: fixed;
}

/*----------------
Brand Details
----------------*/
section.brand-slider-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.brand-slider-wrapper {
  padding-top: 0;
}

#brand-slider-template {
  padding-bottom: 0;
}

.brand-details-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-brand {
  max-width: 900px;
  margin: 0 auto;
  padding: 15px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  background: var(--bg-dark);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.slick-next:before {
  font-family: "FontAwesome";
  content: "\f054";
}

.slick-prev:before {
  font-family: "FontAwesome";
  content: "\f053";
}

.slick-slide img {
  display: block;
  max-height: 500px;
  margin: 0 auto;
}

.slick-dots li button:before {
  font-size: 18px;
}

.slick-dots {
  bottom: -50px;
}

#brand-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

#brand-links ul li a {
  background: var(--color-primary);
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: #000;
  transition: background 0.3s ease;
}

#brand-links ul li a:hover {
  background: #000;
  color: #fff;
}

.btn-primary,
.nav-links a {
  background: var(--color-primary);
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: #000;
  transition: background 0.3s ease;
}

.btn-primary:hover,
.nav-links a:hover {
  background: #000;
  color: #fff !important;
}

.btn-large {
  padding: 15px 40px;
  font-size: 1.5rem;
}

.lulu-loves-item img {
  border: 1px solid #dddddd;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 100%;
}

.lulu-loves-item a {
  color: #000 !important;
}

.stylish-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  align-items: center;
}

.stylish-heading:after,
.stylish-heading:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
}

.page-template-template-center-page .about-content-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form-control {
  width: 100%;
  padding: 5px 15px;
  min-height: 50px;
  margin-top: 5px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #444;
  font-family: "Lato", serif;
}

.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha {
  border: none;
}

.form-group label {
  margin-bottom: 0px;
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
}

.multi-input {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.input-for-date {
  width: 100%;
}

.input-for-time {
  width: 100%;
}

.form-group.terms-conditions p {
  font-size: 16px;
  line-height: 22px;
}

span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}

span.wpcf7-form-control.wpcf7-acceptance {
  padding-left: 0;
  display: block;
  border: none;
}

input.wpcf7-form-control.wpcf7-submit {
  background: var(--color-black);
  padding: 5px 20px 7px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  transition: background 0.3s ease;
  max-width: 200px;
  cursor: pointer;
  text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--color-primary);
  color: #000;
  transition: background 0.3s ease;
  border: none;
}

.articlemedia img {
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.articletext {
  padding-left: 50px;
}

.language-arbic .articletext {
  padding-left: 0px;
  padding-right: 50px;
}

.article.language-arbic {
  direction: rtl;
}

.article.language-arbic h3 {
  font-weight: bold;
}

.navigation.pagination .screen-reader-text {
  display: none;
}

.articletext a {
  color: #000000 !important;
  font-weight: 500;
}

.article.grid-middle {
  margin-bottom: 40px;
}

.ar_ticle,
.language-arbic .is-post-title {
  text-align: right;
  direction: rtl;
}

.articletext p {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 15px;
}

.post-image img {
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.is-post-content img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-links .nav-title {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.inner-page-banner img {
  width: 100%;
}

span.page-numbers.current {
  background: #000000;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  transition: background 0.3s ease;
}

.error-404 h1 {
  font-size: 150px;
  display: block;
  margin-bottom: 50px;
}

body.single-post .about-content-wrapper.language-arbic {
  text-align: right;
  direction: rtl;
}

li {
  list-style-position: inside;
}

#upcoming-events .content-wrapper {
  padding-left: 100px;
}

.grid.mob-stack.event-odd {
  margin-bottom: 50px;
}

.grid.mob-stack.event-last {
  margin-bottom: 0px;
}

.frmholder [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.ui-widget-header {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
  font-weight: bold;
}

.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #32373c;
  background: #32373c;
  color: #ffffff;
}

.is-post-content h1,
.is-post-content h2,
.is-post-content h3,
.is-post-content h4,
.is-post-content h5,
.is-post-content h6 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.is-post-content li {
  margin-bottom: 15px;
}

/* Change calendar background color */
.air-datepicker {
  background-color: #f8f9fa !important;
  border-radius: 10px !important;
}

/* Change header (month-year selector) background */
.air-datepicker-nav {
  background-color: var(--bg-dark) !important;
  color: white !important;
}

/* Change selected date color */

.air-datepicker-cell.-focus- {
  background-color: var(--color-primary) !important;
  color: #000 !important;
}

/* Change today’s date highlight */
.air-datepicker-cell.-current- {
  font-weight: bold !important;
  background: var(--bg-dark);
  color: #ffffff;
}

/* Change disabled dates appearance */
.air-datepicker-cell.-disabled- {
  color: #ccc !important;
  text-decoration: line-through !important;
}

.air-datepicker-nav--title:hover,
.air-datepicker-nav--action:hover {
  color: #000000 !important;
  background-color: var(--color-primary);
}

.air-datepicker-body--day-name {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  font-weight: 700;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #212121;
}

.cf7-thank-you-message {
  padding: 15px;
  background: #f8decc;
}

.contactuspage .member-image {
  position: sticky;
  top: 0;
  z-index: 0;
}

.contactuspage .about-page-title {
  margin-bottom: 0px;
}

footer.site-footer {
  position: relative;
}

.contactuspage .cf7-thank-you-message {
  margin-top: 40px;
}

body.page-id-26 .contactuspage h1.h2 {
  display: none;
}

.tutor-modal.tutor-is-active,
.tutor-modal-active {
  position: fixed !important;
  top: 0;
}

span.tutor-icon-cart-line {
  display: none;
}

a.tutor-btn:visited {
  color: #ffffff;
}

.tutor-btn-primary:hover,
.tutor-btn-primary:focus,
.tutor-btn-primary:active,
.tutor-btn-outline-primary:hover,
.tutor-btn-outline-primary:focus,
.tutor-btn-outline-primary:active {
  color: var(--tutor-color-primary) !important;
}

#order-notes {
  display: none;
}

.panel-group {
  display: block !important;
}

.wc-block-components-checkout-place-order-button {
  border-color: var(--tutor-color-primary);
  background-color: var(--tutor-color-primary);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 8px 16px !important;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  align-items: center;
  font-weight: 400;
  line-height: 1.375;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out,
    border-color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out,
    background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out,
    border-color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out, background-color 200ms ease-in-out,
    border-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out,
    border-color 200ms ease-in-out;
}

.wc-block-components-checkout-place-order-button:hover {
  border-color: var(--tutor-color-primary-hover);
  background-color: var(--tutor-color-primary-hover);
  color: #000000;
}

body.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  address {
  padding: 10px;
  background: #f8f8f8;
  line-height: 26px;
  font-weight: 400;
  border: 0px;
}

body.woocommerce-order-received p.woocommerce-customer-details--phone {
  margin-bottom: 5px;
  margin-top: 15px;
}

body.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-column__title,
h2.woocommerce-order-details__title {
  font-size: 24px;
  margin-bottom: 0;
}

body.woocommerce-order-received .woocommerce .woocommerce-order-details {
  margin-bottom: 30px;
  padding-bottom: 0px;
  padding-top: 30px;
}

body.woocommerce-order-received .woocommerce ul.order_details {
  display: flex;
  gap: 15px;
  background: #f8f8f8;
  padding: 15px;
  flex-direction: column;
}

body.woocommerce-order-received .woocommerce ul.order_details::before,
.woocommerce ul.order_details::after {
  content: " ";
  display: none;
}

body.woocommerce-order-received .woocommerce ul.order_details li {
  border-bottom: 1px dashed #cfc8d8;
  padding-bottom: 15px;
  padding-right: 0;
  border-right: 0px;
  margin-right: 0;
}

body.woocommerce-order-received p.woocommerce-notice {
  font-size: 2rem;
  font-weight: 300;
}


.tutor-card-body .tutor-course-ratings {
  display: none !important;
}



body.page-id-217 .about-page-title,
.page-id-106 .about-page-title {
  text-align: center;
}

.page-id-106 .about-page-title {
  margin-bottom: 0px;
}

p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions
  a {
  background: transparent;
  padding: 10px;
  font-size: 18px;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 400;
  margin-top: 15px;
}

body.woocommerce-order-received p.woocommerce-notice {
  font-size: 1.5rem;
  font-weight: 300;
}

.tutor-dashboard
  .tutor-dashboard-left-menu
  .tutor-dashboard-permalinks
  li.active:hover
  a,
.tutor-dashboard
  .tutor-dashboard-left-menu
  .tutor-dashboard-menu-item.active:hover
  a
  .tutor-dashboard-menu-item-icon {
  color: var(--tutor-color-primary);
}

#radio-control-wc-payment-method-options-wctelr__content span {
  display: block;
  margin-bottom: 1rem;
}

/*-------------
Checkout Page
--------------*/
.woocommerce form .form-row input.input-text {
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}

.woocommerce form .form-row label {
  line-height: 3;
}

h3#order_review_heading {
  font-size: 26px;
  padding-left: 10px;
  font-weight: 400;
}

.woocommerce-billing-fields h3 {
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 400;
}

.woocommerce-notices-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.woocommerce-variation-add-to-cart br {
  display: none;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #3a3a3a;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0px;
}

.woocommerce-variation-description {
  display: none;
}

#custom_size_field {
  margin-bottom: 30px;
}

.new-shortdesc {
  margin-top: 30px;
  line-height: 26px;
  font-size: 14px;
}

button#microcody-adding-button {
  margin-top: 20px;
  background: #333;
  color: #fff;
  border: none;
}

button#microcody-adding-button:hover {
  margin-top: 20px;
  background: #6a6464;
  color: #fff;
  transition: background 0.2s ease-in-out;
}

ul.chkbtns {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

a.return-link-btn {
  background: transparent;
  color: #000;
  border: 1px solid #333;
  padding: 10px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
}

a.return-link-btn:hover {
  background: #333;
  color: #fff;
}

a.solid-btn {
  background: #333;
  color: #fff;
  border: 1px solid #333;
  padding: 10px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
}

a.solid-btn:hover {
  background: transparent;
  color: #000;
}

.chk-formdiv {
  border-right: 1px solid #ddd;
  padding-right: 50px;
}

.chk-formoderdiv {
  border-left: 1px solid #ddd;
  padding-left: 50px;
}

body.woocommerce-checkout ul#shipping_method .amount {
  font-weight: 700;
  float: right;
  margin-right: 0px;
}

body.woocommerce-checkout tr.cart-subtotal td,
body.woocommerce-checkout tr.order-total td,
body.woocommerce-checkout .cart_item td.product-total,
body.woocommerce-checkout th.product-total {
  text-align: right;
}

.woocommerce ul#shipping_method li {
  margin-top: 10px;
}

tr.tax-rate td {
  text-align: right;
}

button#place_order {
  background: #000000 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f7f8fa;
  border-radius: 5px;
}

.woocommerce-checkout #payment div.payment_box {
  background: #fff;
  border-radius: 5px;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}
.woocommerce-checkout .woocommerce-additional-fields {
  display: none !important;
}

.payment_box.payment_method_wctelr img {
  display: none !important;
}
.woocommerce-notices-wrapper {
  display: none;
}
@media only screen and (max-width: 1024px) {
  button.single_add_to_cart_button.button.alt {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin-bottom: 2px;
  }

  .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row,
  form.checkout_coupon.woocommerce-form-coupon button {
    width: 100%;
  }

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

  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
  }

  h2.woocommerce-order-details__title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .site-content {
    margin-top: 25px;
  }

  ul.chkbtns {
    flex-direction: column;
  }

  a.return-link-btn {
    margin-bottom: 20px;
    width: 100%;
  }

  a.solid-btn {
    width: 100%;
  }

  ul.chkbtns li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .cat-badge {
    padding: 1px 6px 3px;
    font-size: 12px;
  }

  .select2-container--open .select2-dropdown {
    left: 0;
    top: 0px;
  }

  .chk-formoderdiv {
    border-left: none;
    padding-left: 0;
  }

  .chk-formdiv {
    border-right: none;
    padding-right: 0;
  }
}

.tutor-ratings.tutor-ratings- {
  display: none !important;
}

.tutor-modal .tutor-modal-body .tutor-color-secondary a.tutor-btn:visited {
  color: #000000 !important;
}

@media (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

.mt-pass {
  margin-top: 100px;
}

.woocommerce-privacy-policy-text p {
  font-size: 1rem;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0.5rem;
}
#home-lr-section {
  padding-top: 2rem !important;
}

.tutor-card-footer ul.tutor-ul li:nth-child(2) {
  display: none !important;
}

.place-order button#place_order {
  max-width: unset;
}

.bg-warmsand {
  background: var(--warmsand);
}
.brand-details-content a {
  color: var(--midnightnavy);
  text-decoration: underline;
}
.contactuspage-middle {
  padding: 0;
  background: var(--warmsand);
}
.contactuspage-right {
  padding: 0;
}
.footer-widgets ul.footer-menu {
  list-style: none;
  padding-left: 20px;
}
.footer-widgets ul.footer-menu li{
	list-style:disc;
	list-style-position:outset;
}
.to-top-btn {
  position: absolute;
  right: 1.25rem;
  bottom: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, var(--accent), #0066cc);
  color: white;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(10, 10, 30, 0.12);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
  text-decoration: none;
}
.to-top-btn:active {
  transform: translateY(1px) scale(0.99);
}
.to-top-btn:focus {
  outline: 3px solid rgba(10, 132, 255, 0.18);
  outline-offset: 3px;
}

.to-top-label {
  position: absolute;
  right: 70px;
  bottom: 1rem;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 18px rgba(10, 10, 30, 0.04);
  font-size: 14px;
  display: none;
}

.tutor-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  border: none !important;
}
.tutor-card:hover {
  transform: translateY(-4px);
}
.tutor-wrap {
  padding-bottom: 3rem;
}

.tutor-toggle-more-collapsed:before {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 1.31%,
    rgba(255, 255, 255, 0.72) 15.41%,
    #f5f5f5 100%
  );
}

.tutor-course-filter{
	display:none;
}

.tutor-card-footer .tutor-mt-12{margin-top: 0;}
.tutor-card-body .tutor-meta div a{margin:0 0.5rem}
@media (min-width: 992px) {
    .tutor-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.footer-links ul.footer-menu li.open-login-popup{
	display: none;
}
.to-top-btn svg path {
    stroke: #000;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
}

/* error */
.woocommerce-error {
  background: #fff4f6;
  border: 1px solid #ffb3c7;
  color: #8b0011;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
}

/* success */
.woocommerce-message {
  background: #f3fff4;
  border: 1px solid #b9e6c1;
  color: #064d15;
}

/* info */
.woocommerce-info {
  background: #f4fbff;
  border: 1px solid #bfe7ff;
  color: #034a66;
}

.tutor-login-wrap form.lost_reset_password{margin: 0 2rem;}


html[dir="rtl"][lang="ar"] main#primary, html[dir="rtl"][lang="ar"] footer.site-footer {
    margin-right: 250px;
    margin-left: 0;
}

html[dir="rtl"][lang="ar"] body.single-courses .tutor-wrap {
   margin-right: 250px;
   margin-left: 0;
}

html[dir="rtl"][lang="ar"], html[dir="rtl"][lang="ar"] body {
    box-sizing: border-box;
    unicode-bidi: embed;
    font-family: "Noto Kufi Arabic", sans-serif;
}

html[dir="rtl"][lang="ar"] .footer-widgets ul.footer-menu li::before {
    margin-right: 0;
	margin-left: 10px;
}  
html[dir="rtl"][lang="ar"] .to-top-btn{
   left: 1.25rem;
	right: inherit;
} 
html[dir="rtl"][lang="ar"] button {
    font-family: inherit;
}
.tutor-course-card .tutor-card-body .tutor-meta.tutor-mt-auto, .tutor-course-details-top .tutor-row .tutor-col{
	display: none;
}

@media (min-width: 991.99px) {
	html[dir="rtl"][lang="ar"] .tutor-user-public-profile .tutor-user-profile-content {
		float: left;
		width: calc(100% - 250px);
		margin-bottom: 30px;
		padding-left: 30px;
	}
}
.tutor-dashboard.tutor-frontend-dashboard.tutor-dashboard-student .tutor-container{
	max-width:95%;
}
html[dir="rtl"][lang="ar"] .site-footer-bar .footer-bar-left{ text-align: right;}
body.rtl .footer-about {
    margin-left: 1rem;
    margin-right: 0;
}