@charset "UTF-8";
@font-face {
  font-family: "mainFont";
  font-weight: 400;
  src: url(../fonts/Regular.otf);
}
@font-face {
  font-family: "mainFont";
  font-weight: 500;
  src: url(../fonts/Medium.otf);
}
@font-face {
  font-family: "mainFont";
  font-weight: 600;
  src: url(../fonts/SemiBold.otf);
}
@font-face {
  font-family: "mainFont";
  font-weight: 700;
  src: url(../fonts/Bold.otf);
}
@font-face {
  font-family: "mainFont";
  font-weight: 800;
  src: url(../fonts/Black.otf);
}
body {
  background-color: #F9F6F5;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "mainFont", sans-serif;
}

.text-light-black {
  color: #4A4A4A !important;
}

.gold-text {
  color: #FFC107 !important;
}

.overlay-background {
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-offwhite {
  background-color: #F8F8F8;
}

.white-img, .social-icon:hover img {
  filter: brightness(0) invert(1);
}

.line-height-15 {
  line-height: 1.5;
}

.line-height-18 {
  line-height: 1.8;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.dir-ltr {
  direction: ltr !important;
}

.navbar-toggler {
  border: 1px solid #FFF;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}

.otp-item:focus-visible {
  outline: #000;
}

.bt-none {
  border-top: none !important;
}

.bb-none {
  border-bottom: none !important;
}

input[type=radio] {
  accent-color: #C58A82;
}

input[type=checkbox] {
  accent-color: #C58A82;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  filter: invert(1);
}

video[poster] {
  cursor: pointer;
}

[lang=ar] * {
  direction: rtl;
}
[lang=ar] input[type=email] {
  direction: rtl;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #C58A82 !important;
}

.text-light-primary {
  color: #91462F !important;
}

.text-secondary {
  color: #000000 !important;
}

.text-acent {
  color: #FFFFFF !important;
}

.text-default {
  color: #8A8A8A !important;
}

.bg-primary {
  background-color: #C58A82 !important;
}

.bg-light-primary {
  background-color: #91462F !important;
}

.bg-secondary {
  background-color: #000000 !important;
}

.bg-acent {
  background-color: #FFFFFF !important;
}

.bg-default {
  background-color: #8A8A8A !important;
}

.font-xxs {
  font-size: 10px;
}

.font-xs {
  font-size: 12px;
}

.font-sm {
  font-size: 14px;
}

.font-normal, p {
  font-size: 16px;
}

.font-regular {
  font-size: 18px;
}

.font-lg {
  font-size: 20px;
}

.font-xl {
  font-size: 22px;
}

.font-xxl {
  font-size: 24px;
}

.font-3xl {
  font-size: 28px;
}

.font-4xl {
  font-size: 32px;
}

.font-extra {
  font-size: 36px;
}

.fw-xxs {
  font-weight: 100;
}

.fw-xs {
  font-weight: 200;
}

.fw-sm {
  font-weight: 300;
}

.fw-normal, p {
  font-weight: 400;
}

.fw-regular {
  font-weight: 500;
}

.fw-lg {
  font-weight: 600;
}

.fw-xl {
  font-weight: 700;
}

.fw-xxl {
  font-weight: 800;
}

.text-dark {
  color: #4A4A4A !important;
}

.fw-extra {
  font-weight: 900;
}

.of-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.of-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.modal-dialog-md {
  max-width: 580px;
}

.nice-select {
  display: flex;
  align-items: center;
  padding-right: 18px;
  padding-left: 30px;
}
.nice-select:after {
  left: 12px;
  right: unset;
}
.nice-select ul.list {
  min-width: 100%;
}
.nice-select ul.list li {
  text-align: right;
  padding-right: 10px;
  padding-left: 18px;
  font-size: 14px;
}
.nice-select ul.list li:hover {
  background-color: #D0D0D0 !important;
  color: #C58A82;
}
.nice-select ul.list .selected {
  background-color: #D0D0D0 !important;
  color: #C58A82;
}
.nice-select span.current {
  color: #adadad;
}

[lang=en] ul.list li {
  text-align: left;
  padding-left: 10px;
  padding-right: 18px;
}

.border-none {
  border: none !important;
}

.nice-w-100 {
  width: 100%;
  display: flex;
  align-items: center;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.padding-10 {
  padding: 10px 0px;
}

.padding-20 {
  padding: 20px 0px;
}

.padding-30 {
  padding: 30px 0px;
}

.padding-40 {
  padding: 40px 0px;
}

.padding-50 {
  padding: 50px 0px;
}

.padding-60 {
  padding: 60px 0px;
}

.padding-70 {
  padding: 70px 0px;
}

.padding-80 {
  padding: 80px 0px;
}

.padding-90 {
  padding: 90px 0px;
}

.padding-100 {
  padding: 100px 0px;
}

.max-w-100 {
  max-width: 100%;
}

.max-w-50 {
  max-width: 50%;
}

input {
  height: 50px;
  border-radius: 12px !important;
  overflow: visible;
}
input::-moz-placeholder {
  color: #adadad !important;
  font-size: 14px;
}
input::placeholder {
  color: #adadad !important;
  font-size: 14px;
}

select {
  height: 50px;
  border-radius: 12px !important;
  color: #adadad !important;
  font-size: 14px;
}

textarea {
  border-radius: 12px !important;
}
textarea::-moz-placeholder {
  color: #adadad !important;
  font-size: 14px;
}
textarea::placeholder {
  color: #adadad !important;
  font-size: 14px;
}
textarea option {
  color: #000000;
}

.cursor-pointer {
  cursor: pointer !important;
}

.max-w-80 {
  max-width: 80%;
}

.form-control:focus {
  box-shadow: unset !important;
  border-color: #C58A82;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
  -webkit-text-fill-color: #4A4A4A !important;
  caret-color: #4A4A4A;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group {
  margin-bottom: 10px;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: none !important;
}

.form-group .invalid-feedback,
.invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 12.5px;
  margin-top: 6px;
  line-height: 1.4;
}

section {
  padding: 70px 0px;
}

.main-title {
  color: #4A4A4A;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  line-height: 2;
}

input[type=text], input[type=email], input[type=password], input[type=tel],
textarea {
  background: #fff;
  border: 1px solid #F4EDEA;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
  color: #4A4A4A !important;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: #4A4A4A !important;
}

@media (max-width: 550px) {
  .font-xxs {
    font-size: 6px;
  }
  .font-xs {
    font-size: 8px;
  }
  .font-sm {
    font-size: 12px;
  }
  .font-normal, p {
    font-size: 12px;
  }
  .font-regular {
    font-size: 14px;
  }
  .font-lg {
    font-size: 16px;
  }
  .font-xl {
    font-size: 18px;
  }
  .font-xxl {
    font-size: 20px;
  }
  .font-3xl {
    font-size: 22px;
  }
  .font-4xl {
    font-size: 24px;
  }
  .font-extra {
    font-size: 26px;
  }
  .mt-3-sm {
    margin-top: 1rem;
  }
  .mb-3-sm {
    margin-bottom: 1rem;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem;
  }
  .mb-0-sm {
    margin-bottom: 0 !important;
  }
  .mb-1-sm {
    margin-bottom: 0.5rem !important;
  }
  .mb-2-sm {
    margin-bottom: 0.75rem !important;
  }
  .mb-3-sm {
    margin-bottom: 1rem !important;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem !important;
  }
  .mb-5-sm {
    margin-bottom: 3rem !important;
  }
  .justify-content-between-sm {
    justify-content: space-between !important;
  }
  .justify-content-around-sm {
    justify-content: space-around !important;
  }
  .align-items-center-sm {
    align-items: center;
  }
  .py-4-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .text-center-sm {
    text-align: center;
  }
  .order-0-sm {
    order: 0;
  }
  .order-1-sm {
    order: 1;
  }
  .order-2-sm {
    order: 2;
  }
  .order-3-sm {
    order: 3;
  }
  .order-4-sm {
    order: 4;
  }
  .order-5-sm {
    order: 5;
  }
  .order-6-sm {
    order: 6;
  }
  .order-7-sm {
    order: 7;
  }
  .order-8-sm {
    order: 8;
  }
  .order-9-sm {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
}
.border-top-none {
  border-top: none !important;
}

::-webkit-scrollbar {
  height: 8px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E6E6E6;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d2d2d2;
}

.home-header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-header .header-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-header .header-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.home-header .header-bg.active {
  opacity: 1;
}
.home-header > .container {
  position: relative;
  z-index: 1;
}
.home-header .slide-fade {
  transition: opacity 0.6s ease;
}
.home-header.is-changing .slide-fade {
  opacity: 0;
}
.home-header .sub-title {
  border-radius: 12px;
  padding: 5px 10px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgb(138, 71, 53) 0%, rgba(0, 0, 0, 0.25) 100%);
}
.home-header .sub-title span {
  color: #FFF;
}
@media (max-width: 991.98px) {
  .home-header .sub-title {
    margin-inline: auto;
  }
}
.home-header .title {
  max-width: 40%;
}
.home-header .title h4 {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
}
.home-header .title h4 span {
  font-size: 56px;
  font-weight: 700;
}
.home-header .header-circle-images {
  background-color: #411F15;
  border-radius: 50px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.home-header .header-lower-div {
  max-width: 45%;
}
.home-header .header-statistic-box {
  border: 1px solid #FFF;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}

nav .nav-link {
  color: #432F2C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
nav .nav-link img {
  display: none;
}
nav .nav-link.active {
  color: #91462F !important;
}
nav .nav-link.active img {
  display: block !important;
}
nav .start-now {
  background-color: #91462F;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #91462F;
  transition: all 0.3s;
}
nav .start-now .arrow-container {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 8px;
}
nav .start-now:hover {
  background-color: #491e10;
  transition: all 0.3s;
}
nav .start-now:hover .arrow-container img {
  transform: rotate(45deg);
  transition: all 0.3s;
}

.main-sub-title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  border-radius: 12px;
  padding: 12px 20px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #795551 0%, #BD857D 100%);
}
.main-sub-title span {
  color: #FFF;
}

.main-section-title h4 {
  color: #4A4A4A;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
.main-section-title h4 span {
  font-size: 48px;
  font-weight: 700;
}

.main-btn, .certificate-btn {
  background: linear-gradient(#C58A82, #C58A82);
  padding: 10px 35px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #C58A82;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 14px;
}
.main-btn:hover, .certificate-btn:hover {
  transition: all 0.3s;
  background: linear-gradient(135deg, #B5786C 0%, #C89384 50%, #d0b9b3 100%);
  color: #FFFFFF;
}
.main-btn:hover img, .certificate-btn:hover img {
  transform: rotate(45deg);
  transition: all 0.3s;
}

.frame {
  aspect-ratio: 432/551;
  width: 100%;
  max-width: 432px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/about-img-frame.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -52%);
  width: 84.7%;
  height: auto;
  z-index: 1;
}

.secondary-btn {
  background: #FFF;
  padding: 10px 35px;
  color: #91462F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #91462F;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 14px;
}
.secondary-btn:hover {
  transition: all 0.3s;
  color: #FFF;
  background-color: #91462F;
}
.secondary-btn:hover img {
  transform: rotate(45deg);
  transition: all 0.3s;
}

.courses {
  background-color: #F4EDEA;
}
.courses .course-card {
  background-color: #FFF;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.courses .course-card .course-card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-radius: 10px 10px 0px 0px;
  height: 230px;
}
.courses .course-card .course-card-header .course-type {
  background-color: #C58A82;
  border-radius: 5px;
  padding: 1px 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.courses .course-card .course-card-header .course-type span {
  font-size: 11px;
  color: #FFF;
}
.courses .course-card .course-card-header .course-rate {
  background-color: rgba(255, 255, 255, 0.8901960784);
  border-radius: 5px;
  padding: 1px 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.courses .course-card .course-card-header .course-rate span {
  font-size: 12px;
  color: #FFF;
}
.courses .course-card .course-card-body .course-level {
  border: 1px solid #C58A82;
  border-radius: 25px;
}
.courses .course-card .course-card-body .course-level span {
  color: #C58A82;
  font-size: 11px;
  padding: 3px 10px;
}
.courses .course-card .course-card-footer {
  margin-top: 10px;
  border-top: 1px solid #EBEEF4;
  padding-top: 12px;
}
.courses .course-card:hover .arrow-icon {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.courses .course-card:hover {
  border: 1px solid #91462F;
  transition: all 0.3s;
}

.title-div .heart-1 {
  position: absolute;
  top: -35px;
  left: -20px;
}
.title-div .heart-2 {
  position: absolute;
  top: -14px;
  left: -16px;
}

.contact-title-div .heart-1 {
  position: absolute;
  top: -39px;
  left: -8px;
}
.contact-title-div .heart-2 {
  position: absolute;
  top: -26px;
  left: -6px;
}

.store .whatsapp-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.store .store-filter {
  background-color: #FFF;
  border: 1px solid #F4EDEA;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
  padding: 22px 20px;
}
.store .store-filter .store-filter-head {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #F4EDEA;
}
.store .store-filter .filter-group {
  margin-bottom: 18px;
}
.store .store-filter .filter-label {
  display: block;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.store .store-filter .select-wrap {
  position: relative;
}
.store .store-filter .select-wrap select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFF;
  border: 1px solid #E8D5D0;
  border-radius: 16px !important;
  box-shadow: none;
  height: 52px;
  padding-right: 16px;
  padding-left: 38px;
  color: #6B6B6B;
  cursor: pointer;
}
.store .store-filter .select-wrap select.form-control:focus {
  border-color: #C58A82;
  box-shadow: none;
}
.store .store-filter .select-wrap .select-arrow {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  height: 7px;
  pointer-events: none;
}
.store .store-filter .store-select {
  width: 100%;
}
.store .store-filter .store-select .filter-select-toggle {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid #E8D5D0;
  background: #FFF;
  box-shadow: none;
  padding: 12px 16px;
  gap: 12px;
}
.store .store-filter .store-select .filter-select-toggle .filter-select-label {
  color: #6B6B6B;
  font-size: 15px;
  font-weight: 500;
}
.store .store-filter .store-select .filter-select-toggle .filter-select-arrow {
  width: 12px;
  height: 8px;
  margin-inline-start: auto;
}
.store .store-filter .store-select .filter-select-toggle[aria-expanded=true],
.store .store-filter .store-select .filter-select-toggle:hover {
  border-color: #C58A82;
}
.store .store-filter .store-select.is-placeholder .filter-select-label {
  color: #A0A0A0;
}
.store .store-filter .store-select.has-value .filter-select-toggle {
  border-color: #C58A82;
}
.store .store-filter .store-select .filter-select-menu {
  width: 100%;
  min-width: 100%;
}
.store .store-filter .sales-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  padding: 13px 14px;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.store .store-filter .sales-option input {
  display: none;
}
.store .store-filter .sales-option .sales-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  border: 1px solid #E4D3CE;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.store .store-filter .sales-option .sales-check i {
  font-size: 11px;
  color: #FFF;
  opacity: 0;
}
.store .store-filter .sales-option .sales-text {
  color: #8A8A8A;
  font-size: 15px;
}
.store .store-filter .sales-option.active {
  background-color: #FBF1EF;
  border-color: #EDDBD8;
}
.store .store-filter .sales-option.active .sales-check {
  background-color: #91462F;
  border-color: #91462F;
}
.store .store-filter .sales-option.active .sales-check i {
  opacity: 1;
}
.store .store-filter .sales-option.active .sales-text {
  color: #91462F;
}
.store .store-filter input[type=text] {
  border: 1px solid #F2F2F2;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 10px 16px;
}
.store .store-filter .rating-options {
  display: flex;
  align-items: center;
  gap: 10px;
}
.store .store-filter .rating-options .rating-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #FFF;
  border: 1px solid #8A8A8A;
  border-radius: 12px;
  padding: 11px 6px;
  color: #8A8A8A;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.store .store-filter .rating-options .rating-btn:hover {
  border-color: #EDDBD8;
}
.store .store-filter .rating-options .rating-btn.active {
  background-color: #FBF1EF;
  border-color: #EDDBD8;
  color: #91462F;
}

.subscribe .whatsapp-icon {
  position: absolute;
  top: -100px;
  left: 0;
}

.bread-crumb {
  background-color: #FFFFFF;
  padding: 15px 0px;
}
.bread-crumb h5 {
  font-size: 20px;
  color: #4A4A4A;
}
.bread-crumb .breadcrumb-content {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 25px 20px;
}

.blog-details {
  background-color: #FFF;
}
.blog-details .blog-content {
  width: 70%;
  max-width: 100%;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.07);
  margin: 0px auto;
}
.blog-details .blog-content .blog-img {
  height: 700px;
  width: 100%;
  border-radius: 20px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
}
.blog-details .blog-content .blog-img .blog-category {
  padding: 8px 18px;
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(138, 71, 53, 0.3215686275);
}
.blog-details .blog-content .blog-img .years {
  background-color: #FFF;
  border-radius: 50px;
  padding: 3px 15px;
  border: 1px solid #91462F;
}
.blog-details .blog-content .blog-img .author {
  background-color: #FFF;
  border-radius: 50px;
  padding: 3px 15px;
  border: 1px solid #C58A82;
}

.profile {
  padding: 40px 0 70px;
}

.profile-stats .stat-card {
  background: #C58A82;
  color: #FFF;
  border-radius: 20px 20px 20px 0px;
  padding: 18px 16px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(197, 138, 130, 0.18);
}

.profile-stats .stat-card .stat-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.profile-stats .stat-card .stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.profile-stats .stat-card .stat-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-stats .stat-card .stat-label {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  margin: 0;
}

.profile-stats .stat-card .stat-count {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}

/* ---- Right sidebar (user + menu) ---- */
.profile-sidebar .user-card {
  background: #FFFCFB;
  border: 1px solid #F4EDEA;
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
}

.profile-sidebar .user-card .avatar-uploader {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.profile-sidebar .user-card .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #FAF4F2;
  border: 2px solid #F4EDEA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-sidebar .user-card .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-sidebar .user-card .avatar img.placeholder-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.profile-sidebar .user-card .avatar-uploader .uploader-btn {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #CF9C74;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(207, 156, 116, 0.4);
  transition: all 0.2s ease;
}

.profile-sidebar .user-card .avatar-uploader .uploader-btn:hover {
  background: #91462F;
  transform: translateX(-50%) scale(1.06);
}

.profile-sidebar .user-card .avatar-uploader .uploader-btn img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-sidebar .user-card .avatar-uploader input[type=file] {
  display: none;
}

.profile-sidebar .user-card .info h4 {
  margin: 0;
  font-size: 15px;
  color: #2B150E;
  font-weight: 700;
}

.profile-sidebar .user-card .info p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #8A8A8A;
}

.profile-sidebar .menu-card {
  background: #FFF;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.profile-sidebar .menu-card .menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid #F9F6F4;
}

.profile-sidebar .menu-card .menu-link:last-child {
  border-bottom: 0;
}

.profile-sidebar .menu-card .menu-link img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile-sidebar .menu-card .menu-link:hover {
  background: #FAF4F2;
  color: #91462F;
}

.profile-sidebar .menu-card .menu-link.active {
  background: #FAF4F2;
  color: #91462F;
  font-weight: 600;
}

.profile-sidebar .menu-card .menu-link.logout {
  color: #FF383C;
}

.profile-sidebar .menu-card .menu-link.logout:hover {
  background: #FAF4F2;
  color: #FF383C;
}

.profile-tab {
  border-radius: 50px;
  padding: 8px 15px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #8A8A8A;
  color: #8A8A8A;
  font-weight: 600;
}
.profile-tab.active {
  border: 1px solid #C58A82;
  color: #C58A82;
}

.course-card {
  border: 1px solid #F5EDEC;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 10px 15px;
}

.achive-bar {
  background-color: #FEF1F2;
  height: 10px;
  border-radius: 50px;
}
.achive-bar .achived {
  background-color: #34C759;
  height: 10px;
  border-radius: 50px;
}
.achive-bar .progress {
  background-color: #C58A82;
  height: 10px;
  border-radius: 50px;
}

.favorites-card {
  background-color: #F8F8F8 !important;
}

.rate-btn {
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #C58A82;
  color: #C58A82;
  padding: 10px 35px;
  font-size: 14px;
  transition: all 0.3s;
}
.rate-btn:hover {
  background-color: #C58A82;
  color: #FFF;
  transition: all 0.3s;
}

.certificate-btn:hover img {
  transform: rotate(0deg) !important;
}

.profile-card, .favorites-card {
  background: #FFF;
  border: 1px solid #F5E9EA;
  border-radius: 15px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
}

.profile-card .card-title, .favorites-card .card-title {
  color: #91462F;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}

.profile-card .form-control, .favorites-card .form-control {
  background: #fff;
  border: 1px solid #F4EDEA;
  border-radius: 12px;
  height: 50px;
  font-size: 14px;
  color: #4A4A4A;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.profile-card .form-control:focus, .favorites-card .form-control:focus {
  border-color: #C58A82;
  box-shadow: none;
}

.profile-card .danger-text, .favorites-card .danger-text {
  color: #8A8A8A;
  font-size: 13px;
  margin-bottom: 16px;
}

/* Country select inside profile card */
/* مسافة للرقم عشان يبدأ بعد كود الدولة (زي صفحة register) ومايركبش عليه */
.profile-card .phone-input, .favorites-card .phone-input {
  padding-left: 120px;
}

.profile-card .country-select, .favorites-card .country-select {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.profile-card .country-toggle, .favorites-card .country-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  border-right: 1px solid #F4EDEA;
  padding: 2px 12px 2px 0;
  cursor: pointer;
  font-size: 14px;
  color: #4A4A4A;
  white-space: nowrap;
}

.profile-card .country-toggle .country-flag, .favorites-card .country-toggle .country-flag {
  width: 22px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.profile-card .country-toggle .country-code, .favorites-card .country-toggle .country-code {
  direction: ltr;
  font-weight: 600;
}

.profile-card .country-arrow, .favorites-card .country-arrow {
  transition: transform 0.2s ease;
}

.profile-card .country-select.open .country-arrow, .favorites-card .country-select.open .country-arrow {
  transform: rotate(180deg);
}

.profile-card .country-menu, .favorites-card .country-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 280px;
  max-width: 80vw;
  background: #fff;
  border: 1px solid #F4EDEA;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 10px;
  z-index: 1000;
  display: none;
}

.profile-card .country-select.open .country-menu, .favorites-card .country-select.open .country-menu {
  display: block;
}

/* When country select is open, lift its parent form-group above siblings */
.profile-card .form-group.country-open, .favorites-card .form-group.country-open {
  position: relative;
  z-index: 1000;
}

.profile-card .country-search, .favorites-card .country-search {
  margin-bottom: 8px;
}

.profile-card .country-search .form-control, .favorites-card .country-search .form-control {
  height: 42px;
  border-radius: 12px;
  font-size: 14px;
}

.profile-card .country-list, .favorites-card .country-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 230px;
  overflow-y: auto;
}

.profile-card .country-list li, .favorites-card .country-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #4A4A4A;
  transition: background 0.15s ease;
}

.profile-card .country-list li:hover, .favorites-card .country-list li:hover,
.profile-card .country-list li.active,
.favorites-card .country-list li.active {
  background: #FAF4F2;
}

.profile-card .country-list li .flag, .favorites-card .country-list li .flag {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}

.profile-card .country-list li .name, .favorites-card .country-list li .name {
  flex: 1;
}

.profile-card .country-list li .code, .favorites-card .country-list li .code {
  direction: ltr;
  color: #91462F;
  font-weight: 600;
}

.profile-card .country-empty, .favorites-card .country-empty {
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
  margin: 12px 0 4px;
}

.profile-card .show-pass, .favorites-card .show-pass {
  position: absolute;
  top: 17px;
  left: 17px;
}

/* Date input cosmetic */
.profile-card .date-wrap, .favorites-card .date-wrap {
  position: relative;
}

.profile-card .date-wrap .form-control, .favorites-card .date-wrap .form-control {
  cursor: pointer;
  background: #fff;
}

.profile-card .date-wrap .date-icon, .favorites-card .date-wrap .date-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  opacity: 0.7;
}

/* Flatpickr theme tweak to match brand */
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #C58A82 !important;
  border-color: #C58A82 !important;
  color: #fff !important;
}

.flatpickr-day.today {
  border-color: #C58A82 !important;
}

.flatpickr-day:hover {
  background: #FAF4F2 !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-weekdays {
  color: #91462F !important;
}

.flatpickr-calendar {
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Save button row */
.profile-card .save-btn-row, .favorites-card .save-btn-row {
  display: flex;
  justify-content: flex-start;
}

.profile-card .save-btn, .favorites-card .save-btn {
  background: #C58A82;
  color: #FFF;
  padding: 12px 30px;
  border-radius: 10px;
  border: 1px solid #C58A82;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
}

.profile-card .save-btn:hover, .favorites-card .save-btn:hover {
  background: #91462F;
  border-color: #91462F;
}

.profile-card .save-btn img, .favorites-card .save-btn img {
  transition: transform 0.25s ease;
}

.profile-card .save-btn:hover img, .favorites-card .save-btn:hover img {
  transform: rotate(-45deg);
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .profile-card, .favorites-card {
    padding: 18px;
  }
  .profile-stats .stat-card {
    padding: 10px 12px;
    min-height: 62px;
  }
  .profile-stats .stat-card .stat-count {
    font-size: 18px;
  }
  .profile-stats .stat-card .stat-label {
    font-size: 12px;
  }
}
.h-70px {
  height: 70px;
}

.nav-pills .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #FFF;
  border: 1px solid #FEF1F2;
  border-radius: 30px;
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 25px;
}
.nav-pills .nav-item .nav-link.active {
  border: 1px solid #C58A82;
  color: #C58A82;
}

.product-card {
  background-color: #FFF;
  border-radius: 20px;
  border: 2px solid #FFF;
  padding: 12px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.product-card .product-img {
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-card .product-img .product-img-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-card .product-img .product-fav-form {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  margin: 0;
}
.product-card .product-img .product-cart-form {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  margin: 0;
  opacity: 0;
  transform: translateY(120%);
  transition: all 0.3s;
}
.product-card .product-img .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.product-card .product-img .product-fav-form .favorite {
  position: static;
}
.product-card .product-img .add-to-cart {
  position: absolute;
  left: 10px;
  right: 10px;
  font-size: 14px !important;
  bottom: 10px;
  opacity: 0;
  transform: translateY(120%);
  transition: all 0.3s;
}
.product-card .product-img .product-cart-form .add-to-cart {
  position: static;
  opacity: 1;
  transform: none;
}
.product-card:hover {
  border: 1px solid #91462F;
  box-shadow: 0 8px 28px rgba(145, 70, 47, 0.1);
}
.product-card:hover .product-img .add-to-cart,
.product-card:hover .product-img .product-cart-form {
  opacity: 1;
  transform: translateY(0);
}
.product-card .product-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  line-height: 1.3;
}
.product-card .product-details .text-light-primary.font-sm {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog {
  background-color: #FFF;
}
.blog .active-blog {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
}
.blog .active-blog .blog-category {
  padding: 8px 18px;
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(138, 71, 53, 0.3215686275);
}
.blog .active-blog .years {
  background-color: #FFF;
  border-radius: 50px;
  padding: 3px 15px;
  border: 1px solid #91462F;
}
.blog .blog-card {
  background-color: #FFF;
  border: 1px solid #FEEAEC;
  padding: 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
}
.blog .blog-card .blog-card-img {
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.blog .blog-card.active {
  border-color: #91462F;
}
.blog .other-blog-years {
  background-color: #FFF;
  border-radius: 50px;
  padding: 3px 15px;
  border: 1px solid #FCD4D8;
}
.blog .other-blog-text {
  border-bottom: 1px solid #EBEEF4;
}

.faq {
  background-color: #F9F3F2;
}
.faq .faq-accordion {
  max-width: 100%;
}
.faq .accordion-item {
  border: none;
  background-color: transparent;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.faq .accordion-header {
  margin: 0;
}
.faq .accordion-button {
  background-color: #FFF;
  color: #572A1C;
  font-size: 18px;
  font-weight: 500;
  padding: 22px 32px;
  border-radius: 15px !important;
  box-shadow: none !important;
  border: none;
  justify-content: space-between;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2391462F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 18px;
  height: 18px;
  background-size: 18px;
  transition: transform 0.3s ease;
  margin-inline-start: 20px;
  margin-inline-end: 0;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #FFF;
  color: #C58A82;
  box-shadow: none;
  border-radius: 15px 15px 0 0 !important;
}
.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.faq .accordion-collapse {
  background-color: #FFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.faq .accordion-body {
  color: #6b6b6b;
  padding: 5px 32px 22px 32px;
  font-size: 15px;
  line-height: 1.8;
}
.faq .content-card {
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 26px 32px;
}
.faq .content-card .content-card-title {
  color: #C58A82;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.faq .content-card p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 0;
}

.contact-us, .auth {
  background-color: #FFF;
}
.contact-us .contact-info, .auth .contact-info {
  padding: 25px;
  border-radius: 0px 15px 15px 0px;
  background: linear-gradient(to bottom left, #C58A82 70%, #EAC3BC 100%);
}
.contact-us .contact-form, .auth .contact-form {
  border: 1px solid #F5E9EA;
}
.contact-us .contact-div, .auth .contact-div {
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.contact-us .form-div, .auth .form-div {
  padding: 40px;
}

.subscribe {
  background-color: #FFF;
  position: relative;
}
.subscribe .content {
  background-image: url("../images/subscribe-bg.png");
  background-size: cover;
  border-radius: 20px;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.right-heart {
  position: absolute;
  top: -100px;
}

.left-heart {
  position: absolute;
  top: -100px;
}

.wa-link {
  border: 3px solid #34C759;
  color: #34C759;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
}
.wa-link:hover {
  background-color: #34C759;
  color: #FFF;
  transition: all 0.3s;
}
.wa-link:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}

footer {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: visible;
  padding: 48px 0 24px;
}
footer .footer-heart {
  position: absolute;
  top: -40px;
  left: 35px;
  width: 90px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  z-index: 10;
}
footer .footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.3fr;
  gap: 40px;
  align-items: start;
}
footer .footer-col h3 {
  margin-bottom: 1.5rem !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #2B150E !important;
  line-height: 1.35;
}
footer .footer-links li {
  margin-bottom: 0.75rem;
}
footer .footer-links li:last-child {
  margin-bottom: 0;
}
footer .footer-logo {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 14px;
  display: block;
}
footer .footer-bg {
  background-image: url("../images/footer-sm-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 180px;
  padding-bottom: 36px;
  padding-inline-end: 12px;
}
footer .footer-about {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 1.8;
  max-width: 95%;
  font-weight: 400;
  margin: 0;
}
footer .social {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
footer .social a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .social a:hover {
  background-color: #91462F;
}
footer .social a:hover img {
  filter: brightness(0) invert(1);
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  text-decoration: none;
}
footer .footer-contact .contact-item .contact-icon {
  flex-shrink: 0;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 12px;
}
footer .footer-contact .contact-item .contact-icon img {
  height: 20px;
  width: 20px;
}
footer .footer-contact .contact-item .contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer .footer-contact .contact-item .contact-text .contact-label {
  color: #2B150E;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
}
footer .footer-contact .contact-item .contact-text .contact-value {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 1.35;
}
footer .footer-contact .contact-item:hover .contact-label {
  color: #91462F;
}
footer .footer-link {
  color: #4A4A4A;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  line-height: 1.45;
}
footer .footer-link img {
  display: none;
}
footer .footer-link:hover {
  color: #91462F;
}
footer .footer-link:hover img {
  display: block;
}
footer .footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #EFE8E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
  flex-wrap: wrap;
}
footer .footer-bottom p {
  color: #8A8A8A;
  font-size: 14px;
  margin: 0;
}
footer .footer-bottom .social {
  margin-top: 0;
}
@media (max-width: 575px) {
  footer .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

.page-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 1;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.page-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.page-preloader.is-hidden .preloader-logo {
  transform: perspective(800px) scale(0.92);
  transition: transform 1s ease-in-out;
}

.page-preloader .preloader-logo {
  width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform-style: preserve-3d;
  animation: preloaderSpinY 2s ease-in-out infinite;
}

@keyframes preloaderSpinY {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  100% {
    transform: perspective(800px) rotateY(360deg);
  }
}
.social-icon {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: all 0.3s;
}
.social-icon:hover {
  background-color: #91462F;
  transition: all 0.3s;
}
.social-icon:hover img {
  transition: all 0.3s;
}

.internal-header {
  border-radius: 0px 0px 80px 80px;
}
.internal-header .user-nav .profile-dropdown .profile-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFF;
  border: 1px solid #F1E7E4;
  border-radius: 10px;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.internal-header .user-nav .profile-dropdown .profile-toggle .profile-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.internal-header .user-nav .profile-dropdown .profile-toggle .profile-name {
  color: #432F2C;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.internal-header .user-nav .profile-dropdown .profile-toggle .chevron {
  width: 12px;
  height: 12px;
  transition: transform 0.3s;
}
.internal-header .user-nav .profile-dropdown .profile-toggle[aria-expanded=true] .chevron {
  transform: rotate(180deg);
}
.internal-header .user-nav .profile-dropdown .profile-toggle:hover {
  border-color: #C58A82;
}
.internal-header .user-nav .profile-dropdown .profile-menu {
  border: 1px solid #F1E7E4;
  border-radius: 16px;
  padding: 6px;
  margin-top: 10px;
  min-width: 215px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.internal-header .user-nav .profile-dropdown .profile-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #432F2C;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #F4EDEA;
  transition: all 0.2s;
}
.internal-header .user-nav .profile-dropdown .profile-menu .dropdown-item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.internal-header .user-nav .profile-dropdown .profile-menu .dropdown-item:hover {
  background: #FBF5F3;
}
.internal-header .user-nav .profile-dropdown .profile-menu .dropdown-item:active {
  background: #FBF5F3;
  color: #432F2C;
}
.internal-header .user-nav .profile-dropdown .profile-menu .dropdown-item.active-item {
  background: #FBEFEC;
  color: #91462F;
}
.internal-header .user-nav .profile-dropdown .profile-menu .dropdown-item.logout {
  color: #EB5757;
  border-bottom: none;
}
.internal-header .user-nav .profile-dropdown .profile-menu li:last-child .dropdown-item {
  border-bottom: none;
}
.internal-header .user-nav .icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: none;
  padding: 0;
  transition: background 0.3s;
}
.internal-header .user-nav .icon-btn img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.internal-header .user-nav .icon-btn:hover {
  background: #FBF5F3;
}
.nav-cart-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  border-radius: 50%;
  text-decoration: none !important;
  overflow: visible !important;
  flex-shrink: 0;
}
.nav-cart-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}
.nav-cart-badge {
  position: absolute !important;
  top: -2px !important;
  right: -2px !important;
  left: auto !important;
  inset-inline: auto !important;
  min-width: 20px !important;
  width: auto;
  height: 20px !important;
  padding: 0 5px !important;
  margin: 0 !important;
  border-radius: 50px !important;
  background: #91462F !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 5 !important;
  pointer-events: none;
  box-shadow: 0 0 0 2px #fff;
  white-space: nowrap;
}
.nav-cart-badge__num,
.nav-cart-badge .guest-cart-count,
.nav-cart-badge .guest-course-cart-count {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.nav-cart-badge.d-none {
  display: none !important;
}
.internal-header .user-nav .nav-separator {
  width: 1px;
  height: 26px;
  background: #E6D8D4;
}
.internal-header .lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #432F2C;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.internal-header .lang-toggle img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.internal-header .page-title {
  margin-top: 30px;
}
.internal-header .page-title h3 {
  color: #FFF;
  font-weight: 800;
  font-size: 56px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.internal-header .page-title .title-heart {
  height: 25px;
  width: auto;
}

.about-2 .content {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
}
.about-2 .content .special-bg {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/about-bg.jpg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
}

.about-circle {
  min-height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-color: #F9F3F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-sub-div {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  padding: 15px;
  border-radius: 15px;
}
.about-sub-div:hover {
  background-color: #C58A82;
}
.about-sub-div:hover h3 {
  color: #FFF;
}
.about-sub-div:hover p {
  color: #FFF;
}

.member-card {
  border-radius: 15px;
  overflow: hidden;
}
.member-card .head {
  height: 250px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-blend-mode: multiply;
}
.member-card .content {
  padding: 20px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #F4EDEA;
}
.member-card .content .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #331910;
}
.member-card .content .job {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #C58A82;
}
.member-card .content .desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #4A4A4A;
}

.blog-filter input {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  padding: 10px 45px 10px 10px;
}
.blog-filter input::-moz-placeholder {
  font-size: 14px !important;
  color: #8A8A8A !important;
}
.blog-filter input::placeholder {
  font-size: 14px !important;
  color: #8A8A8A !important;
}
.blog-filter input {
  border-radius: 50px !important;
  border: 1px solid #F2F2F2 !important;
}
.blog-filter input:focus {
  border: #C58A82;
  outline: #C58A82;
}
.blog-filter .form-icon {
  position: absolute;
  top: 17px;
  right: 12px;
}

.blog-item {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 10px 20px;
  margin-bottom: 15px;
}

.other-blog {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  height: 100%;
}
.other-blog h3 {
  font-size: 48px;
  font-weight: 500;
  color: #4A4A4A;
}

.blog-filter .blog-filter-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.blog-filter .filter-tag {
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 30px;
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  color: #8A8A8A;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-filter .filter-tag:hover {
  border-color: #91462F;
  color: #91462F;
}

.blog-filter .filter-tag.active {
  background: #F9F3F2;
  border-color: #EDDBD8;
  color: #CF9C74;
}

.blog-filter .filter-selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.filter-select {
  flex: 1 1 auto;
}
.filter-select .filter-select-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  background: #FFF;
  border: 1px solid #DCC4BD;
  border-radius: 50px;
  padding: 11px 20px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: none;
}
.filter-select .filter-select-toggle .filter-select-label {
  color: #5C4A45;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.filter-select .filter-select-toggle .filter-select-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.filter-select .filter-select-toggle[aria-expanded=true] {
  border-color: #C58A82;
}
.filter-select .filter-select-toggle[aria-expanded=true] .filter-select-arrow {
  transform: rotate(180deg);
}
.filter-select .filter-select-toggle:hover {
  border-color: #C58A82;
}
.filter-select .filter-select-toggle:focus,
.filter-select .filter-select-toggle:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #C58A82;
}
.filter-select .filter-select-menu {
  border: none;
  border-radius: 16px;
  padding: 8px;
  margin-top: 10px !important;
  min-width: 100%;
  background: #FFF;
  box-shadow: 0 14px 34px rgba(67, 47, 44, 0.12);
}
.filter-select .filter-select-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px;
  border-radius: 12px;
  color: #5C4A45;
  font-size: 15px;
  font-weight: 500;
  border-bottom: none;
  transition: all 0.2s;
  cursor: pointer;
  background: transparent;
}
.filter-select .filter-select-menu .dropdown-item:hover,
.filter-select .filter-select-menu .dropdown-item:focus,
.filter-select .filter-select-menu .dropdown-item:active,
.filter-select .filter-select-menu .dropdown-item:focus-visible {
  background: #F8EFEA !important;
  color: #91462F !important;
  outline: none;
  box-shadow: none;
}
.filter-select .filter-select-menu .dropdown-item.active-item {
  background: #F8EFEA !important;
  color: #91462F !important;
}
.filter-select .filter-select-menu li:last-child .dropdown-item {
  border-bottom: none;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0 1.5rem;
  width: 100%;
}

.pagination-wrapper nav,
.pagination-wrapper .pagination-box,
.pagination-wrapper .sarita-pagination {
  margin: 0 auto;
}

div.mt-3:has(> .pagination-box),
div.mt-3:has(> nav.pagination-box),
div.mt-3:has(> .sarita-pagination),
div:has(> nav.pagination-box),
div:has(> .sarita-pagination) {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination-box,
.sarita-pagination .pagination {
  direction: ltr !important;
  display: inline-flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e5ddd9;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(145, 70, 47, 0.06);
}

.pagination-box .pag-cell,
.sarita-pagination .pagination .page-item .page-link {
  position: relative;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-inline-start: 1px solid #e5ddd9;
  border-radius: 0 !important;
  background: #fff;
  color: #91462F !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.18s ease, color 0.18s ease;
}

.pagination-box .pag-cell:first-child,
.sarita-pagination .pagination .page-item:first-child .page-link {
  border-inline-start: none;
}

.pagination-box .pag-cell.pag-num.is-active,
.sarita-pagination .pagination .page-item.active .page-link {
  background: #91462F !important;
  color: #fff !important;
  cursor: default;
}

.pagination-box a.pag-cell:hover,
.sarita-pagination .pagination .page-item:not(.active):not(.disabled) .page-link:hover {
  background: #faf6f4;
  color: #91462F !important;
}

.pagination-box .pag-cell.is-disabled,
.sarita-pagination .pagination .page-item.disabled .page-link {
  background: #f5f1ef;
  color: #b8a8a1 !important;
  cursor: not-allowed;
  opacity: 1;
}

.pagination-box .pag-cell.pag-dots,
.sarita-pagination .pagination .page-item.disabled .page-link:not([aria-hidden="true"]) {
  background: #fff;
  color: #c0857a !important;
  cursor: default;
  min-width: 36px;
  padding: 0 8px;
}

.pagination-box .pag-cell.pag-arrow {
  font-size: 20px;
  font-weight: 400;
  min-width: 44px;
}

.pagination-box--simple .pag-cell.pag-dots {
  min-width: 28px;
  padding: 0 4px;
}

.sarita-pagination {
  display: inline-flex;
}

.sarita-pagination .pagination .page-item {
  margin: 0;
}

.sarita-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
  z-index: 1;
}

.otp-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  direction: ltr !important;
}

.otp-wrapper .otp-input {
  flex: 1;
  height: 90px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #91462F;
  border: 1px solid #F4EDEA;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding: 0;
}

.otp-wrapper .otp-input:focus {
  border-color: #C58A82;
  box-shadow: 0 0 0 2px rgba(197, 138, 130, 0.25);
  outline: none;
}

.otp-wrapper .otp-input.filled {
  border-color: #C58A82;
}

.otp-timer {
  direction: ltr;
  font-weight: 600;
}

.otp-resend.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 575px) {
  .otp-wrapper {
    gap: 10px;
  }
  .otp-wrapper .otp-input {
    height: 70px;
    font-size: 22px;
  }
}
.auth {
  height: 100vh;
  display: flex;
  align-items: center;
}
.auth .auth-heart-1 {
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.auth .auth-heart-2 {
  position: absolute;
  bottom: 19px;
  left: -17px;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: end;
  border: 1px solid #DDC6BF;
  border-radius: 10px;
  height: 40px !important;
}
.quantity button {
  padding: 0px 10px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 10px;
  height: 100%;
  width: 40px;
}
.quantity .quantity-value {
  width: 60px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  border-right: 1px solid #DDC6BF;
  border-left: 1px solid #DDC6BF;
}

.product-content {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 30px 10px;
}

.product-details {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 20px 15px;
}
.product-details .order-item {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 15px;
  margin-bottom: 20px;
}

.order-summary {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
.order-summary .summary-title {
  color: #000;
}
.order-summary .order-summary-label {
  color: #4A4A4A;
}
.order-summary .free-shipping-note {
  background-color: #FFFCFB;
  border-radius: 10px;
  padding: 12px 16px;
  text-align: start;
}
.order-summary .free-shipping-note span {
  color: #3BA776;
}
.order-summary .summary-divider {
  border: none;
  border-top: 1px solid #EEE3E0;
  opacity: 1;
  margin: 0 0 20px;
}
.order-summary .discount-input input {
  flex: 1;
  height: 45px;
  border: 1px solid #F4EDEA;
  border-radius: 10px !important;
  box-shadow: none;
}
.order-summary .discount-input input::-moz-placeholder {
  color: #9D9D9D !important;
  font-size: 14px !important;
}
.order-summary .discount-input input::placeholder {
  color: #9D9D9D !important;
  font-size: 14px !important;
}
.order-summary .discount-input .apply-btn {
  height: 45px;
  padding: 0 18px;
  background-color: #FFF;
  color: #91462F;
  border: 2px solid #91462F;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.3s;
  white-space: nowrap;
}
.order-summary .discount-input .apply-btn:hover {
  background-color: #91462F;
  color: #FFF;
}

.checkout-form .checkout-card {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
.checkout-form .checkout-title {
  color: #91462F;
}
.checkout-form .checkout-sub-title {
  color: #000;
  font-weight: 600;
}
.checkout-form .checkout-sub-title .req {
  color: #E53935;
}
.checkout-form .form-group {
  margin-bottom: 0;
}
.checkout-form .select-wrap {
  position: relative;
}
.checkout-form .select-wrap select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #F4EDEA;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  padding-right: 18px;
  padding-left: 40px;
  color: #4A4A4A !important;
  cursor: pointer;
}
.checkout-form .select-wrap select.form-control:focus {
  border-color: #C58A82;
}
.checkout-form .select-wrap .select-arrow {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  height: 8px;
  pointer-events: none;
}
.checkout-form .phone-input {
  padding-left: 120px;
}
.checkout-form .country-select {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.checkout-form .country-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  border-right: 1px solid #F4EDEA;
  padding: 2px 12px 2px 0;
  cursor: pointer;
  font-size: 15px;
  color: #4A4A4A;
  white-space: nowrap;
}
.checkout-form .country-toggle .country-flag {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.checkout-form .country-toggle .country-code {
  direction: ltr;
  font-weight: 600;
}
.checkout-form .country-arrow {
  transition: transform 0.2s ease;
}
.checkout-form .country-select.open .country-arrow {
  transform: rotate(180deg);
}
.checkout-form .country-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 280px;
  max-width: 80vw;
  background: #fff;
  border: 1px solid #F4EDEA;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 10px;
  z-index: 20;
  display: none;
}
.checkout-form .country-select.open .country-menu {
  display: block;
}
.checkout-form .country-search {
  margin-bottom: 8px;
}
.checkout-form .country-search .form-control {
  height: 42px;
  border-radius: 12px !important;
  font-size: 14px;
}
.checkout-form .country-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 230px;
  overflow-y: auto;
}
.checkout-form .country-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #4A4A4A;
  transition: background 0.15s ease;
}
.checkout-form .country-list li:hover, .checkout-form .country-list li.active {
  background: #FAF4F2;
}
.checkout-form .country-list li .flag {
  width: 26px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}
.checkout-form .country-list li .name {
  flex: 1;
}
.checkout-form .country-list li .code {
  direction: ltr;
  color: #91462F;
  font-weight: 600;
}
.checkout-form .country-empty {
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
}
.checkout-form {
  /* payment methods */
}
.checkout-form .payment-methods {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.checkout-form .payment-method {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #F2EAE7;
  border-radius: 14px;
  padding: 16px 18px;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.checkout-form .payment-method input {
  display: none;
}
.checkout-form .payment-method .payment-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-form .payment-method .payment-icon img {
  max-width: 100%;
  max-height: 100%;
}
.checkout-form .payment-method .payment-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: start;
}
.checkout-form .payment-method .payment-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.checkout-form .payment-method .payment-desc {
  color: #9D9D9D;
  font-size: 13px;
}
.checkout-form .payment-method .payment-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-form .payment-method .payment-check img {
  width: 72px;
  max-width: none;
  height: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.checkout-form .payment-method:hover {
  border-color: #E4D3CE;
}
.checkout-form .payment-method.selected {
  border-color: #C58A82;
  background-color: #FFFCFB;
}
.checkout-form .payment-method.selected .payment-check img {
  opacity: 1;
}
.checkout-form .payment-method.disabled,
.checkout-form .payment-method:has(input:disabled) {
  opacity: .55;
  pointer-events: none;
}

.auth .phone-input {
  padding-left: 120px;
}

.auth .country-select {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

/* الـ transform بيعمل stacking context، فلما المنيو يفتح نرفع الـ select فوق
   الفيلدز اللي بعده (زي الباسورد) عشان القائمة ما تيجيش وراهم */
.auth .country-select.open {
  z-index: 1000;
}

.auth .country-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  border-right: 1px solid #F4EDEA;
  padding: 2px 12px 2px 0;
  cursor: pointer;
  font-size: 15px;
  color: #4A4A4A;
  white-space: nowrap;
}

.auth .country-toggle .country-flag {
  width: 24px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.auth .country-toggle .country-code {
  direction: ltr;
  font-weight: 600;
}

.auth .country-arrow {
  transition: transform 0.2s ease;
}

.auth .country-select.open .country-arrow {
  transform: rotate(180deg);
}

.auth .country-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 280px;
  max-width: 80vw;
  background: #fff;
  border: 1px solid #F4EDEA;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 10px;
  z-index: 20;
  display: none;
}

.auth .country-select.open .country-menu {
  display: block;
}

.auth .country-search {
  margin-bottom: 8px;
}

.auth .country-search .form-control {
  height: 42px;
  border-radius: 12px;
  font-size: 14px;
}

.auth .country-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 230px;
  overflow-y: auto;
}

.auth .country-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #4A4A4A;
  transition: background 0.15s ease;
}

.auth .country-list li:hover,
.auth .country-list li.active {
  background: #FAF4F2;
}

.auth .country-list li .flag {
  width: 26px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}

.auth .country-list li .name {
  flex: 1;
}

.auth .country-list li .code {
  direction: ltr;
  color: #91462F;
  font-weight: 600;
}

.auth .country-empty {
  text-align: center;
  color: #9b9b9b;
  font-size: 14px;
  margin: 12px 0 4px;
}

.auth .show-pass {
  position: absolute;
  top: 17px;
  left: 17px;
}
.auth .profile-uploader {
  width: 120px;
  height: 120px;
}
.auth .profile-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.auth .profile-edit-btn {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C58A82;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
.auth .profile-edit-btn:hover {
  background: #B5786C;
}
.auth .profile-edit-btn img {
  width: 15px;
  height: 15px;
}
.auth .calendar-icon {
  position: absolute;
  top: 15px;
  left: 17px;
  right: auto;
  pointer-events: none;
}
.auth .flatpickr-date {
  padding-left: 45px;
}

.mother-type .type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 18px 8px;
  background: #fff;
  border: 1px solid #F4EDEA;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: all 0.25s;
}
.mother-type .type-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F7F0EE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.mother-type .type-icon img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mother-type .type-label {
  color: #91462F;
  font-size: 14px;
  font-weight: 700;
}
.mother-type .btn-check:checked + .type-card {
  border-color: #C58A82;
  box-shadow: 0 6px 22px rgba(197, 138, 130, 0.18);
}
.mother-type .btn-check:checked + .type-card .type-icon {
  background: #F3E3E0;
}
.mother-type .btn-check:focus-visible + .type-card {
  outline: 2px solid #C58A82;
  outline-offset: 2px;
}

.notifications-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 10px;
}

.current-course-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.current-course-link:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}

.product-details {
  padding: 40px 0;
}
.product-details .product-content {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.product-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-title {
  font-size: 26px;
  font-weight: 700;
  color: #4A4A4A;
  margin: 0;
  line-height: 1.4;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.product-category {
  color: #C58A82;
  font-size: 16px;
  font-weight: 600;
}

.product-rating-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background-color: #FFFCF6;
  border-radius: 6px;
  color: #FFC107;
  font-size: 12px;
}
.product-rating-tag img {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.product-price {
  font-size: 26px;
  font-weight: 700;
  color: #91462F;
}

.product-stock {
  background-color: #FFFCFB;
  padding: 5px 10px;
  border-radius: 8px;
  color: #C58A82;
  font-size: 13px;
}

.product-short-desc {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.product-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #4A4A4A;
  margin: 0;
  text-align: start;
}

.product-features-box {
  padding: 14px 18px;
}

.features-header {
  background: #FFFCFC;
  border-radius: 30px;
  padding: 8px 10px;
  text-align: start;
  margin-bottom: 14px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.features-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.features-list li span {
  color: #4A4A4A;
  font-size: 14px;
}
.features-list li img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-care-box {
  background: #FFFCFB;
  border-radius: 14px;
  padding: 14px 18px;
  text-align: start;
}
.product-care-box span {
  color: #4A4A4A;
}

.care-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 8px;
}
.care-title img {
  width: 16px;
  height: 16px;
}

.care-text {
  color: #6c6c6c;
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

.quantity-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 8px 0 18px;
}
.quantity-row .quantity-label {
  font-size: 14px;
  font-weight: 600;
  color: #4A4A4A;
  white-space: nowrap;
}

.product-purchase-actions {
  margin-top: 8px;
}

.quantity.product-qty,
.product-purchase-actions .quantity {
  height: 48px !important;
  min-width: 148px;
  border: 1px solid #E8D5D0;
  border-radius: 14px;
  background: #FBF8F7;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.quantity.product-qty button,
.product-purchase-actions .quantity button {
  width: 46px;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #C58A82;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.quantity.product-qty button:hover,
.product-purchase-actions .quantity button:hover {
  background: rgba(197, 138, 130, 0.12);
  color: #91462F;
}
.quantity.product-qty button:active,
.product-purchase-actions .quantity button:active {
  background: rgba(197, 138, 130, 0.2);
}
.quantity.product-qty .quantity-value,
.product-purchase-actions .quantity .quantity-value {
  width: 56px;
  min-width: 56px;
  height: 100%;
  border-right: 1px solid #E8D5D0;
  border-left: 1px solid #E8D5D0;
  background: #fff;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #C58A82;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 20px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.add-to-cart-btn img {
  width: 22px;
  height: 22px;
}
.add-to-cart-btn:hover {
  background: #91462F;
  color: #fff;
}

.seller-card {
  display: flex;
  align-items: stretch;
  gap: 24px;
  background: #fff;
  border: 1px solid #F1E5E3;
  border-radius: 16px;
  padding: 18px 20px;
}

.seller-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  width: 110px;
}

.seller-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4px;
}

.seller-name {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #1f1f1f;
}

.seller-role {
  font-size: 12px;
  color: #9a9a9a;
}

.seller-stats {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: start;
  padding: 10px 0;
}
.stat-item + .stat-item {
  border-top: 1px solid #F9F9F9;
}
.stat-item .stat-value-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.stat-item .stat-value-row img {
  height: 12px;
}
.stat-item .stat-value {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 1.2;
}
.stat-item .stat-label {
  font-size: 12px;
  color: #8A8A8A;
  margin-top: 2px;
  font-weight: 500;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gallery-main {
  position: relative;
  background: #F5EAE6;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.gallery-main .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.related-products {
  background-color: #FFFFFF;
}

.gallery-actions {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.gallery-action-wrap {
  position: relative;
}

.gallery-action {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.gallery-fav img {
  width: 18px;
  height: 18px;
}

.gallery-options {
  flex-direction: column;
  gap: 3px;
}
.gallery-options span {
  display: block;
  width: 4px;
  height: 4px;
  background: #1f1f1f;
  border-radius: 50%;
}

.gallery-options-menu {
  border: 1px solid #F1E5E3;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  min-width: 180px;
}
.gallery-options-menu .dropdown-item {
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  color: #1f1f1f;
  text-align: start;
}
.gallery-options-menu .dropdown-item:hover {
  background: #FBECEA;
  color: #91462F;
}

.report-textarea {
  width: 100%;
  border: 1px solid #F1E5E3;
  border-radius: 12px;
  padding: 12px 14px;
  resize: vertical;
  font-family: inherit;
  font-size: 14px;
  color: #1f1f1f;
  background: #FAF6F4;
  outline: none;
  transition: border-color 0.2s ease;
}
.report-textarea:focus {
  border-color: #C58A82;
  background: #fff;
}

.gallery-thumbs {
  position: relative;
}
.gallery-thumbs:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.gallery-thumbs .thumb-item {
  width: 100%;
}
.gallery-thumbs .owl-nav {
  margin: 0;
}
.gallery-thumbs .owl-nav button.owl-prev,
.gallery-thumbs .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff !important;
  color: #C58A82 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0;
  z-index: 3;
}
.gallery-thumbs .owl-nav button.owl-prev:hover,
.gallery-thumbs .owl-nav button.owl-next:hover {
  background: #C58A82 !important;
  color: #fff !important;
}
.gallery-thumbs .owl-nav button.owl-prev.disabled,
.gallery-thumbs .owl-nav button.owl-next.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.gallery-thumbs .owl-nav button.owl-prev {
  inset-inline-start: -6px;
}
.gallery-thumbs .owl-nav button.owl-next {
  inset-inline-end: -6px;
}

.thumb-item {
  background: #F5EAE6;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1/1;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.thumb-item:hover {
  border-color: #C58A82;
}
.thumb-item.active {
  border-color: #C58A82;
}
.thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .product-details .product-content {
    padding: 16px;
  }
  .product-title {
    font-size: 20px;
  }
  .product-price {
    font-size: 22px;
  }
  .seller-card {
    flex-direction: column;
    align-items: stretch;
  }
  .seller-profile {
    flex-direction: row;
    justify-content: center;
  }
}
.orders-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.order-card .order-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F1E5E3;
}
.order-card .order-id-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: start;
}
.order-card .order-id {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
}
.order-card .order-id img {
  width: 22px;
  height: 22px;
}
.order-card .order-status {
  font-size: 13px;
  color: #6c6c6c;
}
.order-card .order-status .status-processing {
  color: #FF8D28;
  font-weight: 600;
}
.order-card .order-status .status-current {
  color: #91462F;
  font-weight: 600;
}
.order-card .order-status .status-shipped {
  color: #C58A82;
  font-weight: 600;
}
.order-card .order-status .status-completed {
  color: #34C759;
  font-weight: 600;
}
.order-card .order-status .status-cancelled {
  color: #E2342E;
  font-weight: 600;
}
.order-card .order-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9a9a9a;
  font-size: 13px;
}
.order-card .order-date img {
  width: 16px;
  height: 16px;
}
.order-card .order-date span {
  font-size: 14px;
}
.order-card .order-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
}
.order-card .order-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.order-card .order-product:hover {
  opacity: 0.85;
}
.order-card .order-product:hover .order-product-title {
  color: #91462F;
}
.order-card .order-product-img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.order-card .order-product-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: start;
  min-width: 0;
}
.order-card .order-product-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
}
.order-card .order-product-qty {
  font-size: 12px;
  color: #9a9a9a;
}
.order-card .order-price {
  font-size: 18px;
  font-weight: 700;
  color: #C58A82;
  white-space: nowrap;
}

.order-id-icon-bg {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F6EDEC;
}

.notifications-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notification-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.notification-item .notification-delete {
  order: 3;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #FBECEA;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.notification-item .notification-delete img {
  width: 18px;
  height: 18px;
}
.notification-item .notification-delete:hover {
  background: #F7D9D5;
}
.notification-item .notification-body {
  order: 2;
  flex-grow: 1;
  text-align: start;
  min-width: 0;
}
.notification-item .notification-text {
  margin: 0 0 6px;
  font-size: 15px;
  color: #1f1f1f;
  font-weight: 500;
}
.notification-item .notification-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9a9a9a;
  font-size: 12px;
}
.notification-item .notification-time img {
  width: 14px;
  height: 14px;
}
.notification-item .notification-icon {
  order: 1;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #FBECEA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.notification-item .notification-icon img {
  width: 22px;
  height: 22px;
}

.delete-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #FBECEA;
}
.delete-modal-icon img {
  width: 36px;
  height: 36px;
}

.btn-danger-solid {
  background: #E2342E;
  color: #fff;
  border: 1px solid #E2342E;
}
.btn-danger-solid:hover {
  background: #c52a25;
  border-color: #c52a25;
  color: #fff;
}

.btn-outline-default {
  background: #fff;
  color: #6c6c6c;
  border: 1px solid #E0E0E0;
}
.btn-outline-default:hover {
  background: #F5F5F5;
  color: #1f1f1f;
}

.notifications-switch {
  padding-right: 0;
}
.notifications-switch .form-check-input {
  width: 50px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  background-color: #E9E9EA;
  border-color: #E9E9EA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  box-shadow: none;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-position 0.2s ease-in-out;
}
.notifications-switch .form-check-input:focus {
  border-color: #E9E9EA;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.notifications-switch .form-check-input:checked {
  background-color: #34C759 !important;
  border-color: #34C759 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.notifications-switch .form-check-input:focus:checked {
  border-color: #34C759;
  box-shadow: none;
}

.star-rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 6px;
}
.star-rating .star-item {
  font-size: 34px;
  color: #d5d5d5;
  cursor: pointer;
  transition: color 0.15s, transform 0.1s;
  line-height: 1;
}
.star-rating .star-item.active {
  color: #f4c830;
}
.star-rating .star-item.hovered {
  color: #f4c830;
  transform: scale(1.15);
}

.rating-label-text {
  text-align: center;
  font-size: 13px;
  color: #aaa;
  min-height: 20px;
  margin-bottom: 14px;
}

.rate-comment {
  width: 100%;
  border: 1.5px solid #e8e0de;
  border-radius: 10px;
  padding: 12px 14px;
  resize: none;
  font-family: inherit;
  font-size: 14px;
  color: #333;
  direction: rtl;
  outline: none;
  transition: border-color 0.2s;
  background: #fffaf9;
}
.rate-comment:focus {
  border-color: #C58A82;
}
.rate-comment::-moz-placeholder {
  color: #bbb;
}
.rate-comment::placeholder {
  color: #bbb;
}

.rate-submit-btn {
  background-color: #C58A82;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 11px 0;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s;
  font-family: inherit;
}
.rate-submit-btn:hover {
  background-color: #b37870;
}

.certificate-wrapper {
  background: #fffaf9;
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
}

.start-now-btn {
  background-color: #C58A82;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 3px 12px;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  line-height: 1.6;
  transition: background-color 0.2s;
}
.start-now-btn:hover {
  background-color: #b37870;
}

#rateModal .modal-header, #certificateModal .modal-header {
  border-bottom: 1px solid #f3e5e2;
}
#rateModal .modal-title, #certificateModal .modal-title {
  font-size: 17px;
  font-weight: 700;
  color: #333;
}

#rateModal .modal-footer {
  border-top: none;
  padding-top: 0;
}

.course-details {
  padding: 40px 0;
}
.course-details .course-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #F1E5E3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.next-lessons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding: 15px 0px;
  border-top: 1px solid #E0E0E0;
}
.next-lessons .previous-lesson {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #8A8A8A;
  font-size: 16px;
  background: #FFFCFB;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 10px 20px;
}
.next-lessons .complete-lesson {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #C58A82;
  border-radius: 8px;
  padding: 10px 20px;
}
.next-lessons .next-lesson {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #91462F;
  border-radius: 8px;
  padding: 10px 20px;
}

.checkout-product-img {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-media {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.course-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.course-media .course-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}
.course-media .course-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: auto;
  width: 66px;
  height: 66px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.course-media .course-play img {
  width: 66px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
.course-media .course-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  inset-inline-end: 14px;
  background: #C58A82;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.course-media.is-playing::before {
  display: none;
}
.course-media.is-playing .course-play,
.course-media.is-playing .course-badge {
  display: none;
}
.course-media.is-playing .course-video {
  -o-object-fit: contain;
     object-fit: contain;
}

.course-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FBF3F1;
  color: #91462F;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin-top: 18px;
}

.course-meta-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.course-meta-tags .meta-pill {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
  white-space: nowrap;
}
.course-meta-tags .meta-pill--filled {
  background: #C58A82;
  color: #fff;
}
.course-meta-tags .meta-pill--outline {
  background: transparent;
  color: #CF9C74;
  border: 1px solid #C58A82;
}

.course-title {
  font-size: 32px;
  font-weight: 700;
  color: #4A4A4A;
  margin: 20px 0 8px;
  text-align: start;
}

.course-desc {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  text-align: start;
}

.course-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.course-stat {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background: #FFFCFB;
  border-radius: 16px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}
.course-stat .stat-ic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-stat .stat-ic img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.course-stat .stat-num {
  font-size: 16px;
  font-weight: 800;
  color: #4A4A4A;
}
.course-stat .stat-lbl {
  font-size: 13px;
  font-weight: 700;
  color: #4A4A4A;
}

.instructor-card {
  margin-top: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background: #FFFCFB;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.instructor-card .instructor-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.instructor-card .instructor-body {
  text-align: start;
}
.instructor-card .instructor-body .instructor-name {
  font-size: 16px;
  font-weight: 700;
  color: #3A3A3A;
  margin: 0 0 3px;
}
.instructor-card .instructor-body .instructor-role {
  font-size: 17px;
  color: #4A4A4A;
  display: block;
  margin-bottom: 7px;
}
.instructor-card .instructor-body .instructor-rate {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.instructor-card .instructor-body .instructor-rate .rate-stars {
  display: inline-flex;
  gap: 0px;
}
.instructor-card .instructor-body .instructor-rate .rate-stars img {
  width: 14px;
  height: 14px;
}
.instructor-card .instructor-body .instructor-rate .rate-score {
  font-size: 13px;
  font-weight: 600;
  color: #4A4A4A;
}
.instructor-card .instructor-body .instructor-rate .rate-text {
  font-size: 13px;
  color: #4A4A4A;
}

.course-purchase {
  background-color: #fff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  border-radius: 16px !important;
  border: none !important;
}
.course-purchase .price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.course-purchase .price-row .current-price {
  font-size: 34px;
  font-weight: 800;
  color: #C58A82;
  line-height: 1.1;
}
.course-purchase .price-row .old-price {
  font-size: 16px;
  color: #8A8A8A;
  text-decoration: line-through;
}
.course-purchase .price-row .discount-badge {
  background: #FBF3F1;
  color: #C58A82;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 30px;
  margin-top: 4px;
}
.course-purchase .purchase-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #C58A82;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  margin-top: 18px;
  transition: background-color 0.2s ease;
}
.course-purchase .purchase-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}
.course-purchase .purchase-btn:hover {
  background: #91462F;
  color: #fff;
}
.course-purchase .course-specs {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.course-purchase .course-specs li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 2px;
}
.course-purchase .course-specs li .spec-label {
  font-size: 15px;
  color: #4A4A4A;
  font-weight: 500;
}
.course-purchase .course-specs li .spec-value {
  font-size: 15px;
  font-weight: 700;
  color: #4A4A4A;
}

.course-section {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  margin-top: 24px;
}
.course-section .section-head {
  font-size: 18px;
  font-weight: 700;
  color: #4A4A4A;
  margin: 0 0 18px;
  text-align: start;
}

.learn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.learn-grid .learn-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.learn-grid .learn-item img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.learn-grid .learn-item span {
  font-size: 14px;
  color: #4A4A4A;
}

.downloadable-files .download-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 16px 18px;
}
.downloadable-files .download-file:not(:last-child) {
  margin-bottom: 14px;
}
.downloadable-files .download-file .file-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.downloadable-files .download-file .file-info .file-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.downloadable-files .download-file .file-info .file-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.downloadable-files .download-file .file-info .file-text {
  text-align: start;
}
.downloadable-files .download-file .file-info .file-text .file-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #4A4A4A;
  margin-bottom: 4px;
}
.downloadable-files .download-file .file-info .file-text .file-type {
  display: block;
  font-size: 13px;
  color: #8A8A8A;
}
.downloadable-files .download-file .file-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #91462F;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
.downloadable-files .download-file .file-download i {
  font-size: 16px;
}
.downloadable-files .download-file .file-download:hover {
  color: #C58A82;
}

.lesson-question .question-input {
  width: 100%;
  min-height: 120px;
  border: 1px solid #F1E5E3;
  border-radius: 14px;
  background: #FFF;
  padding: 16px 18px;
  font-size: 15px;
  color: #4A4A4A;
  resize: vertical;
  text-align: start;
}
.lesson-question .question-input::-moz-placeholder {
  color: #B9B0AE;
}
.lesson-question .question-input::placeholder {
  color: #B9B0AE;
}
.lesson-question .question-input:focus {
  outline: none;
  border-color: #C58A82;
  box-shadow: 0 0 0 3px rgba(197, 138, 130, 0.12);
}
.lesson-question .question-actions {
  display: flex;
  justify-content: start;
  margin-top: 16px;
}
.lesson-question .question-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #91462F;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.lesson-question .question-submit:hover {
  background: #7a3a26;
}

.rate-lesson {
  border: 1px solid #E5E7EB !important;
}

.lesson-rating .rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lesson-rating .rating-stars .star {
  background: none;
  border: none;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}
.lesson-rating .rating-stars .star img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lesson-rating .rating-send {
  display: block;
  margin-top: 18px;
  background: #91462F;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.lesson-rating .rating-send:hover {
  background: #7a3a26;
}

.lesson-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lesson-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFCFB;
  border-radius: 12px;
  padding: 14px 16px;
  gap: 12px;
}
.lesson-row .lesson-info .lesson-title {
  font-size: 15px;
  font-weight: 600;
  color: #4A4A4A;
  margin: 0 0 7px;
}
.lesson-row .lesson-info .lesson-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #8A8A8A;
}
.lesson-row .lesson-info .lesson-time img {
  width: 14px;
  height: 14px;
}
.lesson-row .lesson-status {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.lesson-row .lesson-status img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.lesson-num {
  height: 25px;
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.lesson-num span {
  font-size: 12px;
  font-weight: bold;
  color: #91462F;
  font-weight: 500;
}

.mothers-comments {
  padding: 55px 0 40px;
  overflow: hidden;
}
.mothers-comments .mothers-slider-wrap {
  position: relative;
  margin-top: 36px;
  padding: 24px 56px;
}
.mothers-comments .mothers-swiper {
  overflow: visible;
}
.mothers-comments .swiper-slide {
  height: auto;
  opacity: 0.4;
  transform: scale(0.97);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.mothers-comments .swiper-slide .comment-card {
  box-shadow: 0 6px 18px rgba(160, 120, 112, 0.06);
}
.mothers-comments .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.mothers-comments .swiper-slide.swiper-slide-active .comment-card {
  box-shadow: 0 24px 50px rgba(160, 120, 112, 0.2);
}
.mothers-comments .comment-card {
  background: #fff;
  border: 1px solid #F1E5E3;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  transition: box-shadow 0.45s ease;
}
.mothers-comments .comment-card .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.mothers-comments .comment-card .author-name {
  font-size: 16px;
  font-weight: 700;
  color: #3A3A3A;
}
.mothers-comments .comment-card .author-avatar {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: block;
}
.mothers-comments .comment-card .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 29.6'%3E%3Cpath d='M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 29.6'%3E%3Cpath d='M23.6,0c-3.4,0-6.3,2.7-7.6,5.6C14.7,2.7,11.8,0,8.4,0C3.8,0,0,3.8,0,8.4c0,9.4,9.5,11.9,16,21.2c6.1-9.3,16-12.1,16-21.2C32,3.8,28.2,0,23.6,0z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.mothers-comments .comment-card .comment-quote {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.mothers-comments .comment-card .comment-meta {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.mothers-comments .comment-card .comment-meta .comment-rate {
  display: flex;
  align-items: normal;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #4A4A4A;
}
.mothers-comments .comment-card .comment-meta .comment-rate img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mothers-comments .comment-card .comment-meta .comment-date {
  font-size: 13px;
  color: #9A9A9A;
}
.mothers-comments .comment-card .comment-text {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 1.9;
  margin: 0;
  text-align: start;
}
.mothers-comments .mothers-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #C58A82;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(197, 138, 130, 0.35);
  transition: 0.2s;
}
.mothers-comments .mothers-arrow img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.mothers-comments .mothers-arrow:hover {
  background: #b3766e;
}
.mothers-comments .mothers-arrow.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}
.mothers-comments .mothers-arrow--left {
  left: 0;
}
.mothers-comments .mothers-arrow--right {
  right: 0;
}
.mothers-comments .mothers-arrow--right img {
  transform: scaleX(-1);
}

.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}
.whatsapp-float img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.chatbot-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #C58A82;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(197, 138, 130, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: chatbot-float-bob 2.8s ease-in-out infinite;
}
.chatbot-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 32px rgba(197, 138, 130, 0.55);
  animation-play-state: paused;
}
.chatbot-float img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
}
.chatbot-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(197, 138, 130, 0.35);
  animation: chatbot-float-pulse 2.8s ease-out infinite;
  pointer-events: none;
}
@keyframes chatbot-float-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes chatbot-float-pulse {
  0% { transform: scale(1); opacity: 0.7; }
  70% { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}
@media (max-width: 575px) {
  .chatbot-float {
    bottom: 20px;
    left: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 767px) {
  .course-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .instructor-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .instructor-card .instructor-rate {
    text-align: start;
  }
}
@media (max-width: 575px) {
  .learn-grid {
    grid-template-columns: 1fr;
  }
  .course-specs {
    grid-template-columns: 1fr !important;
  }
}
/* ===== رفع صورة الإيصال (حوالة) ===== */
#transferModal .ref-input {
  height: 52px;
  border: 1px solid #EFE2DF;
  border-radius: 12px;
  background: #fff;
  text-align: start;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(160, 120, 112, 0.06);
}
#transferModal .ref-input::-moz-placeholder {
  color: #B9B0AE;
}
#transferModal .ref-input::placeholder {
  color: #B9B0AE;
}
#transferModal .ref-input:focus {
  border-color: #C58A82;
  box-shadow: 0 0 0 3px rgba(197, 138, 130, 0.12);
}
#transferModal .upload-label {
  display: block;
  text-align: start;
  font-size: 14px;
  font-weight: 600;
  color: #6F6A68;
  margin-bottom: 8px;
}

.receipt-dropzone {
  position: relative;
  border: 2px dashed #E2CFCB;
  border-radius: 16px;
  background: #FCF9F8;
  min-height: 150px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.receipt-dropzone:hover {
  border-color: #C58A82;
}
.receipt-dropzone.is-dragover {
  border-color: #C58A82;
  background: #F8EEEC;
}
.receipt-dropzone.has-file {
  cursor: default;
  padding: 10px;
}
.receipt-dropzone .dz-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.receipt-dropzone .dz-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(197, 138, 130, 0.18);
}
.receipt-dropzone .dz-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.receipt-dropzone .dz-text {
  font-size: 13px;
  color: #A89F9D;
  max-width: 240px;
  line-height: 1.7;
}
.receipt-dropzone .dz-preview {
  position: relative;
  width: 100%;
}
.receipt-dropzone .dz-preview .dz-preview-img {
  width: 100%;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  background: #fff;
  cursor: zoom-in;
  display: block;
}
.receipt-dropzone .dz-preview .dz-actions {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  display: flex;
  gap: 8px;
}
.receipt-dropzone .dz-preview .dz-action {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.receipt-dropzone .dz-preview .dz-action img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.receipt-dropzone .dz-preview .dz-action:hover {
  background: #fff;
  transform: translateY(-1px);
}

/* ===== Lightbox عرض وتكبير الإيصال ===== */
.receipt-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(20, 12, 10, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
}
.receipt-lightbox[hidden] {
  display: none;
}
.receipt-lightbox .rl-controls {
  position: absolute;
  top: 18px;
  inset-inline-end: 18px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.receipt-lightbox .rl-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.receipt-lightbox .rl-btn img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.receipt-lightbox .rl-btn:hover {
  background: rgba(255, 255, 255, 0.28);
}
.receipt-lightbox .rl-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 70px 24px 24px;
}
.receipt-lightbox .rl-img {
  max-width: 90vw;
  max-height: 82vh;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center center;
  transition: transform 0.08s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

[lang=en] .frame {
  background-position: right center;
}

[lang=en] .store .whatsapp-icon {
  left: unset;
  right: 0;
}

[lang=en] .auth .show-pass {
  left: unset;
  right: 17px;
}

[lang=en] .profile-card .show-pass, [lang=en] .favorites-card .show-pass {
  left: unset;
  right: 17px;
}

[lang=en] .contact-us .contact-div, [lang=en] .auth .contact-div {
  border-radius: 0px 20px 20px 0px;
}

[lang=en] .auth .contact-info {
  border-radius: 15px 0px 0px 15px;
}

[lang=en] .auth .auth-heart-1 {
  left: unset;
  right: -10px;
}

[lang=en] .auth .auth-heart-2 {
  left: unset;
  right: -17px;
}

[lang=en] .product-img {
  left: 10px;
  right: unset;
}

[lang=en] .arrow {
  transform: rotate(180deg);
}

[lang=en] .heart-deg {
  transform: scaleX(-1);
}

[lang=en] .footer-bg {
  background-position: right bottom;
}

[lang=en] .auth .calendar-icon {
  left: auto;
  right: 17px;
}

[lang=en] .auth .flatpickr-date {
  padding-left: 12px;
  padding-right: 45px;
}

/* في صفحة البروفايل: أيقونة تاريخ الميلاد تبقى يمين في الإنجليزي (وفي العربي شمال) */
[lang=en] .profile-card .date-wrap .date-icon, [lang=en] .favorites-card .date-wrap .date-icon {
  left: auto;
  right: 14px;
}

@media (max-width: 550px) {
  .certificate-btn, .rate-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .main-section-title h4 {
    font-size: 32px;
  }
  .main-section-title h4 span {
    font-size: 32px;
  }
  .subscribe .content {
    padding: 10px;
  }
}
@media (max-width: 990px) {
  .navbar-toggler {
    border-color: #91462F;
  }
  .navbar-toggler-icon {
    filter: none;
  }
  nav .nav-link {
    justify-content: flex-start;
  }
  .offcanvas-body .start-now {
    justify-content: space-between;
  }
  .internal-header .user-nav .profile-dropdown .profile-toggle {
    padding: 3px;
  }
  .internal-header .user-nav .profile-dropdown .profile-toggle .profile-name {
    display: none;
  }
  .internal-header .user-nav .icon-btn {
    width: 38px;
    height: 38px;
  }
  .internal-header .user-nav .icon-btn img {
    width: 20px;
    height: 20px;
  }
  .internal-header .offcanvas-body .lang-toggle {
    color: #432F2C;
    padding-top: 16px;
    border-top: 1px solid #F4EDEA;
  }
  .internal-header .page-title {
    margin-top: 24px;
  }
  .internal-header .page-title h3 {
    font-size: 30px;
    gap: 8px;
  }
  .internal-header .page-title .title-heart {
    height: 24px;
  }
  .home-header {
    height: auto;
    min-height: 100vh;
  }
  .home-header .title {
    max-width: 100%;
  }
  .home-header .title h4, .home-header .title h4 span {
    font-size: 38px;
  }
  .home-header .header-lower-div {
    max-width: 100%;
  }
  .home-header .header-content-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1.5rem !important;
  }
  .home-header .header-stats {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
  }
  footer .footer-brand {
    grid-column: 1/-1;
    order: -1;
    margin-bottom: 10px;
  }
  footer .footer-heart {
    width: 70px;
    top: 18px;
    left: 18px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr 1.3fr;
  }
  footer .footer-brand {
    grid-column: 1/-1;
  }
}
.breadcrumb-content .d-flex.align-items-center.justify-content-start.gap-2 {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .order-card .order-header {
    gap: 8px;
    display: unset !important;
  }
  .order-body {
    padding-top: 30px !important;
  }
  .order-status {
    margin-bottom: 15px;
  }
  .main-title {
    font-size: 26px;
  }
  .certificate-btn {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  .payment-method {
    padding: 8px 10px !important;
  }
  .checkout-card {
    padding: 12px 14px !important;
  }
  .faq .accordion-button {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
  }
  .accordion-body {
    color: #6b6b6b;
    padding: 5px 14px 8px 14px !important;
    font-size: 12px !important;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .comment-card {
    padding: 12px 14px;
  }
  .secondary-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  .main-btn, .certificate-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  .next-lessons {
    display: unset !important;
  }
  .blog-content {
    width: 100% !important;
  }
  .blog-img {
    height: 300px !important;
  }
  .other-blog {
    background-image: unset !important;
  }
  .other-blog h3 {
    font-size: 28px;
  }
  .max-w-50 {
    max-width: 100%;
  }
  .home-header .title h4, .home-header .title h4 span {
    font-size: 30px;
  }
  .home-header .header-lower-div {
    flex-wrap: wrap;
  }
  .home-header .header-statistic-box {
    height: 85px;
    width: 85px;
  }
  .home-header .header-stats {
    justify-content: space-between !important;
    gap: 10px !important;
  }
}
@media (max-width: 550px) {
  .home-header .title h4, .home-header .title h4 span {
    font-size: 24px;
  }
  .home-header .header-statistic-box {
    height: 75px;
    width: 75px;
  }
  footer {
    padding: 36px 0 18px;
  }
  footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  footer .footer-brand {
    grid-column: 1/-1;
  }
  footer .footer-contact-col {
    grid-column: 1/-1;
  }
  footer .footer-bg {
    min-height: 150px;
  }
  footer .footer-heart {
    width: 64px;
    top: 12px;
    left: 14px;
  }
  footer .footer-bottom {
    margin-top: 24px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .internal-header .navbar {
    flex-wrap: nowrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
    gap: 6px;
  }
  .internal-header .navbar-brand {
    margin: 0;
    flex-shrink: 0;
  }
  .internal-header .navbar-brand .main-logo {
    height: 44px;
  }
  .internal-header .user-nav {
    gap: 6px !important;
  }
  .internal-header .user-nav .profile-dropdown .profile-toggle {
    padding: 2px;
  }
  .internal-header .user-nav .profile-dropdown .profile-toggle .profile-avatar {
    width: 30px;
    height: 30px;
  }
  .internal-header .user-nav .icon-btn {
    width: 34px;
    height: 34px;
  }
  .internal-header .user-nav .icon-btn img {
    width: 18px;
    height: 18px;
  }
  .internal-header .navbar-toggler {
    padding: 4px 6px;
    flex-shrink: 0;
  }
}
@media (max-width: 990px) {
  .max-w-80 {
    max-width: 100% !important;
  }
  .auth-heart-1 {
    display: none !important;
  }
  .auth-heart-2 {
    display: none !important;
  }
  .home-header {
    min-height: unset !important;
  }
}

.blog-article-cover {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 16px;
  margin: 1rem 0;
}
.blog-article-body {
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #4a4a4a;
  font-size: 18px;
}
.blog-article-body p {
  margin-bottom: 1rem;
  font-size: inherit;
}
.blog-article-body h1,
.blog-article-body h2,
.blog-article-body h3,
.blog-article-body h4,
.blog-article-body h5,
.blog-article-body h6 {
  margin: 1.25rem 0 .6rem;
  font-weight: 700;
  color: #1f1914;
  line-height: 1.4;
}
.blog-article-body h1 { font-size: 2rem; }
.blog-article-body h2 { font-size: 1.65rem; }
.blog-article-body h3 { font-size: 1.35rem; }
.blog-article-body h4 { font-size: 1.15rem; }
.blog-article-body strong,
.blog-article-body b {
  font-weight: 700;
  color: inherit;
}
.blog-article-body em,
.blog-article-body i {
  font-style: italic;
}
.blog-article-body u {
  text-decoration: underline;
}
.blog-article-body s,
.blog-article-body strike {
  text-decoration: line-through;
}
.blog-article-body ul,
.blog-article-body ol {
  padding-inline-start: 1.4rem;
  margin-bottom: 1rem;
}
.blog-article-body li {
  margin-bottom: .35rem;
}
.blog-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 1rem auto;
}
.blog-article-body table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.blog-article-body a {
  color: #91462f;
  text-decoration: underline;
}
.blog-article-body blockquote {
  border-inline-start: 3px solid #91462f;
  padding-inline-start: 1rem;
  margin: 1rem 0;
  opacity: .9;
}

.cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 20px 24px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #f0ebe8;
}

.cart-step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9a9a9a;
  font-size: 15px;
  white-space: nowrap;
}

.cart-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5efec;
  color: #9a9a9a;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}

.cart-step.active {
  color: #91462f;
  font-weight: 600;
}

.cart-step.active .cart-step-num {
  background: #c58a82;
  color: #fff;
}

.cart-step.done {
  color: #91462f;
}

.cart-step.done .cart-step-num {
  background: #e8d5d2;
  color: #91462f;
}

.cart-step-line {
  flex: 1;
  max-width: 120px;
  height: 2px;
  background: #ece6e3;
  margin: 0 16px;
}

.cart-step-line.active {
  background: #c58a82;
}

@media (max-width: 575px) {
  .cart-steps {
    padding: 16px;
  }
  .cart-step-label {
    font-size: 13px;
  }
  .cart-step-line {
    max-width: 40px;
    margin: 0 8px;
  }
}
/*# sourceMappingURL=style.css.map */