
/* Desktop header: search removed, menu sits in the middle. */
.main-menu ul {
  justify-content: center;
}
.main-menu ul li:first-child a {
  padding-left: 15px;
}

/* Desktop nav: measure-and-collapse into "More" (see header-nav.js). */
.header-nav-wrap {
  min-width: 0;
}
.header-nav-wrap.is-collapsible {
  flex: 1 1 auto;
  justify-content: center;
}
/* No-JS fallback: wrap like before. Bootstrap's .flex-wrap utility cannot be
   used here because its !important would beat the nowrap rule below. */
.header-nav {
  flex-wrap: wrap;
}

.header-nav-wrap.is-collapsible .header-nav {
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 0;
  /* Theme .navbar-nav adds 1.25rem inline padding. Zeroing it keeps scrollWidth
     and clientWidth comparable and hands that space back to the links. */
  padding-left: 0;
  padding-right: 0;
}

/* Links must not shrink. Otherwise they compress and wrap their own text
   instead of overflowing, and the overflow measurement never fires. */
.header-nav-wrap.is-collapsible .header-nav > * {
  flex: 0 0 auto;
  white-space: nowrap;
}

.header-nav__more[hidden] {
  display: none;
}

/* Keep the logo at its full size so the shrink pressure lands on the nav. */
header .navbar-brand {
  flex-shrink: 0;
}

/* Free space for the menu on iPad landscape and 13" laptops. */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .navbar-brand img {
    width: 150px;
    height: auto;
  }
}

.header-contact-text {
  font-size: 0.95rem;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  .header-contact-text {
      font-size: 0.75rem;
      line-height: 1.25;
  }
}

/* Top bar: currency & language toggles */
.header-top-toggle {
  --bs-btn-padding-y: 0.2rem;
  --bs-btn-padding-x: 0.45rem;
  font-size: 0.75rem;
  line-height: 1.2;
}

.header-top-toggle__icon {
  font-size: 0.8rem;
  margin-right: 0.35rem;
}

.header-top-toggle.dropdown-toggle::after {
  margin-left: 0.3em;
  vertical-align: 0.12em;
}

@media (max-width: 767.98px) {
  .gradient-bar {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
  }

  .gradient-bar > .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gradient-bar > .container > .row > .col-12 > .d-flex {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
  }

  .header-contact-text {
    min-width: 0;
    flex: 1 1 auto;
    width: auto;
    max-width: calc(100% - 5.5rem);
    word-break: break-word;
  }

  .header-contact-text > .d-flex {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .header-contact-text .me-sm-3 {
    margin-right: 0 !important;
  }

  .header-top-actions {
    gap: 0.25rem !important;
    flex-shrink: 0;
    margin-left: 0.25rem;
    justify-content: flex-end;
  }

  .header-top-toggle {
    --bs-btn-padding-y: 0.1rem;
    --bs-btn-padding-x: 0.3rem;
    font-size: 0.625rem;
    min-height: unset;
  }

  .header-top-toggle__icon {
    font-size: 0.7rem;
    margin-right: 0 !important;
  }

  .header-top-toggle__label {
    display: none;
  }

  .header-top-toggle.dropdown-toggle::after {
    margin-left: 0.2em;
    border-width: 0.28em 0.28em 0;
  }
}

/* Theme .container-start is 100% wide + left margin between 576px and 1399px */
@media (min-width: 576px) and (max-width: 1399.98px) {
  .home-team-section .container-start {
    width: calc(100% - ((100% - (95% - 1.5rem)) / 2));
    max-width: 100%;
    box-sizing: border-box;
  }
}

.free-course-section {
  background: #0a5f34;
}

:root {
  --app-gradient-bar: linear-gradient(
    103.49deg,
    #19733a 2.56%,
    #333366 38.21%,
    #333366 58.66%,
    #19733a 100%
  );
}

.gradient-bar {
  background: var(--app-gradient-bar);
  width: 100%;
}

.footer.bg-primary {
  background-color: #1e2358 !important;
}

.home-how-it-works {
  background: var(--app-gradient-bar);
}
.home-how-it-works__card {
  background-color: #fff;
}

.free-course-section {
  margin-top: 100px;
  overflow: hidden;
}

.free-course-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  background-image: url('/assets/images/get-free-course-icon.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .free-course-section::after {
    display: none;
  }
}

.free-course-section > .container {
  position: relative;
  z-index: 2;
}

.home-team-section {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-bottom: 5rem;
}

.home-team-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 210px;
  background-image: url('/assets/images/team_mask.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}

.home-team-section .container,
.home-team-section .container-start {
  position: relative;
  z-index: 2;
}

#prev-testimonial,
#next-testimonial {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: var(--ar-primary);
  width: 3rem;
  height: 3rem;
}

#prev-testimonial i,
#next-testimonial i {
  color: var(--ar-primary);
  font-size: 1rem;
}

.course-item {
  box-shadow: 2px 0px 9px -1px #b4b4b4;
}

.popular-courses-slider {
  padding: 50px 0;
}

.popular-courses-slider .swiper-slide {
  padding: 0.5rem;
  box-sizing: border-box;
  height: auto;
}

.popular-courses-slider .course-item {
  height: 100%;
}

.popular-courses-pagination.swiper-pagination {
  text-align: center;
}

.popular-courses-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(25, 115, 58, 0.25);
  opacity: 1;
}

.popular-courses-pagination .swiper-pagination-bullet-active {
  background-color: var(--ar-primary);
}

/* Hero + register: one gradient on mobile via .home-hero-stack */
.home-hero-stack {
  position: relative;
}

@media (max-width: 767.98px) {
  .home-hero-stack {
    background-color: #333366;
    background-image: var(--app-gradient-bar);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .home-hero-stack .home-hero {
    background-color: transparent;
    background-image: none;
  }
}

/* --- Home hero (same gradient as top bar) --- */
.home-hero {
  --home-header-offset: 9rem;
  position: relative;
  padding-top: var(--home-header-offset);
  padding-bottom: 2.5rem;
  background-color: #333366;
  background-image: var(--app-gradient-bar);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 60vh;
}

@media (max-width: 390px) {
  .home-hero {
    min-height: 80vh;
  }
}

@media (min-width: 391px) and (max-width: 499.98px) {
  .home-hero {
    min-height: 60vh;
  }
}



@media (min-width: 768px) {
  .home-hero {
    min-height: clamp(36rem, 72vh, 50rem);
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .home-hero {
    min-height: 50rem;
  }
}

.home-hero__container {
  position: relative;
  z-index: 1;
  flex: 1;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .home-hero__container {
    justify-content: flex-start;
  }
}

/* Main title + h5.png asset (flex, no absolute) */
.home-hero__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .home-hero__title-row {
    width: 85%;
  }
}

.home-hero__side-asset {
  flex: 0 1 auto;
  width: auto;
  height: 90px;
  object-fit: contain;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-hero__side-asset {
    height: auto;
    max-height: clamp(6rem, 14vw, 11rem);
    max-width: min(45%, 16rem);
  }
}

@media (min-width: 1200px) {
  .home-hero__side-asset {
    height: auto;
  }
}

/* Bottom corners: left = h1 above h3 (column, bottom-left); right = h2 + h4 (row) */
.home-hero__deco-stack {
  position: absolute;
  bottom: 0;
  z-index: 0;
  display: flex;
  pointer-events: none;
  gap: clamp(0.125rem, 1vw, 0.35rem);
}

/* h3 bottom-left; h1 stacked directly above h3 */
.home-hero__deco-stack--left {
  left: 0;
  flex-direction: column;
  align-items: flex-start;
}

.home-hero__deco-stack--right {
  right: 0;
  flex-direction: row;
  align-items: flex-end;
}

.home-hero__deco-img {
  display: block;
  height: auto;
  width: auto;
  max-width: min(22vw, 200px);
  object-fit: contain;
  object-position: bottom center;
}

@media (min-width: 1200px) {
  .home-hero__deco-img {
    max-width: min(19vw, 260px);
  }
}

/* Fine-tune décor PNGs */
.home-hero__deco-img--h1 {
  margin-left: clamp(0.5rem, 2.5vw, 1.25rem);
}

.home-hero__deco-img--h2 {
  align-self: flex-start;
}

.home-hero__deco-img--h4 {
  align-self: flex-end;
}

.home-hero__title {
  flex: 1 1 14rem;
  min-width: min(100%, 12rem);
  font-weight: 600;
  line-height: 1.12;
  font-size: clamp(0.8125rem, 2.8vw + 0.35rem, 3rem);
}

@media (max-width: 767.98px) {
  .home-hero__title {
    font-size: clamp(1.35rem, 6vw + 0.75rem, 1.4rem);
    line-height: 1.15;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-hero__title {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.5rem);
    line-height: 1.1;
  }
}

@media (min-width: 1200px) {
  .home-hero__title {
    line-height: 1.1;
  }
}

/* Registration block: negative margin overlap (no absolute positioning) */
.home-hero-register-section {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding: 0;
  background: transparent;
}

@media (max-width: 767.98px) {
  .home-hero-register-section {
    padding-bottom: 1.25rem;
  }
}

.home-hero-register {
  position: relative;
}

.home-hero-register__lead {
  font-weight: 500;
  line-height: 1.35;
  font-size: clamp(0.8125rem, 1.1vw + 0.65rem, 1.25rem);
}

.home-hero-register__label {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .home-hero-register__label {
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .home-hero-register__lead {
    font-size: 0.8rem;
  }
}

/* Hero video */
.home-hero-video-section {
  position: relative;
  margin-top: -72px;
}

/* Tablet: tighter overlap (register loses mobile padding-bottom at 768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-hero-video-section {
    margin-top: -7.5rem;
  }
}

@media (max-width: 574.98px) {
  .home-hero-video-section {
    margin-top: 0;
  }
}

.home-hero-video__wrap {
  position: relative;
}

/* The poster is 1440x594 but the video is 1920x1080. With height:auto Chrome
   sizes the box from the poster while it is on screen, Safari sizes it from the
   video, so Safari letterboxes the poster and leaves white bands above and
   below it. Pin both states instead of letting the browser pick. */
.home-hero-video__media {
  display: block;
  height: auto;
  aspect-ratio: 1440 / 594;
  object-fit: cover;
  background-color: #000;
}

/* Full frame once playback starts, matching what Chrome already did. */
.home-hero-video__wrap.is-playing .home-hero-video__media {
  aspect-ratio: 16 / 9;
}

.home-hero-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border: 3px solid #EDCB50;
  border-radius: 50%;
  background: #EDCB50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.2s ease;
}

.home-hero-video__play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.home-hero-video__play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #000000;
}

.home-hero-video__wrap.is-playing .home-hero-video__play {
  display: none;
}

.home-cta {
  background-image: url('/assets/images/dots.png');
  background-repeat: repeat-y;
  background-position: left top;
  background-size: clamp(64px, 18vw, 160px) auto;
}

/* CTA subscribe form: input-group overflows on narrow screens */
@media (max-width: 767.98px) {
  .home-cta .input-group {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .home-cta .input-group .input-group-text,
  .home-cta .input-group .form-control,
  .home-cta .input-group .btn {
    width: 100%;
    margin-left: 0 !important;
    border-radius: var(--bs-border-radius) !important;
  }

  .home-cta .col-md-6.px-5 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media (min-width: 768px) {
  .home-cta {
    background-size: clamp(80px, 12vw, 200px) auto;
    background-position: left 1rem top;
  }

  .home-cta-left {
    position: relative;
    padding-right: 2rem;
    margin-right: 1rem;
  }
  .home-cta-left::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 1px;
    height: calc(100% - 1rem);
    background-color: rgba(255, 255, 255, 0.35);
  }
}

/* Auth and similar inner pages sit below the in-flow header */
section.page-content {
  margin-top: 40px;
  margin-bottom: 60px;
}

.verification-inputs {
  display: flex;
}
.verification-inputs input {
 background: #fff;
  margin-right: 10px;
  border: 1px solid #ccc !important;
  font-size: 23px;
  text-align: center;
  width: 100%;
  height: 59px;
  border-radius: 6px;
}

.grecaptcha-badge {
    display: none;
}

/* Mobile adjustments */
@media only screen and (max-width: 991px) {
  section.page-content{
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  section.page-content {
    margin-top: 16px;
    margin-bottom: 30px;
  }
}

/* Theme Switcher Button Styles */
.btn-theme-switcher {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  padding: 0;
  color: var(--bs-body-color, #6f788b);
  transition: all 0.3s ease;
}

.btn-theme-switcher svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-theme-switcher i {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

[data-bs-theme="dark"] .btn-theme-switcher {
  color: rgba(255, 255, 255, 0.8);
}


/* Responsive adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-theme-switcher {
    left: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-theme-switcher {
    left: 15px;
    bottom: 15px;
    width: 36px;
    height: 36px;
  }

  .btn-theme-switcher i {
    font-size: 1rem;
  }
}

/* Disable invalid icon for password fields */
.password-toggle {
  position: relative;
}
.password-toggle .form-control {
  padding-right: 3.5rem;
}
.password-toggle-btn {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f788b;
  margin: 0;
}
.password-toggle-btn:hover {
  color: #c29958;
}
.password-toggle-check {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.password-toggle input[type="password"].is-invalid,
.password-toggle input[type="text"].is-invalid {
  background-image: none !important;
  padding-right: 3.5rem !important;
}

/* Password field: error sits below .password-toggle, not inside it (keeps eye icon centered) */
.has-invalid-input > .invalid-feedback.dynamic-validation-feedback {
  display: block;
}

/* Keep checkmark visible when a checkbox is checked but still marked invalid (e.g. after AJAX errors) */
.r-form .form-check-input.is-invalid:checked {
  background-color: var(--ar-primary);
  border-color: var(--ar-primary);
}

/* r-form AJAX validation: reserve one line under each grid field so valid/invalid columns stay aligned */
.r-form .row [class*="col-"]:not(.col-form-label):not(.form-check),
.r-form .row > .col:not(.col-form-label):not(.form-check) {
  position: relative;
  padding-bottom: 1.5rem;
}

.r-form .row [class*="col-"]:not(.col-form-label):not(.form-check) > .invalid-feedback.dynamic-validation-feedback,
.r-form .row > .col:not(.col-form-label):not(.form-check) > .invalid-feedback.dynamic-validation-feedback {
  position: absolute;
  left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  bottom: 0.15rem;
  margin-top: 0;
  display: block !important;
}

/* intl-tel-input: keep the flag over the input, not over field-error text */
.r-form .iti {
  width: 100%;
  display: block !important;
  position: relative;
  height: auto !important;
}
.r-form .iti > input {
  display: block;
  width: 100%;
}
.r-form .iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.r-form .iti ~ .invalid-feedback.dynamic-validation-feedback {
  display: block !important;
}

/* Home subjects slider */
/* .home-subjects-section {
  margin-left: 10px;
  margin-right: 10px;
} */

.home-subjects-section .home-subjects-wrapper {
  transition-timing-function: linear !important;
}

/* Horizontal gap: padding on slide (margins on 100%-width cards are clipped by Swiper) */
.home-subjects-section .swiper-slide {
  box-sizing: border-box;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.home-subjects-section .home-subject-card {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #1A733B;
  padding: 16px 20px;
  border-radius: 15px;
  background: #edf1f5;
  width: auto;
  max-width: none;
  box-sizing: border-box;
  white-space: nowrap;
}

.iti {
    position: relative;
    display: block!important;
}

.contact-flip-card .card-flip-inner { min-height: 26rem; }
.contact-flip-card .card-flip-front { overflow: hidden; display: flex; flex-direction: column; }
.contact-flip-card .card-flip-front .card-body { flex: 1; min-height: 0; }

/* Modal footer actions: theme default gap is 0 — restore spacing (~mx-2 between buttons) */
.modal-footer {
  --ar-modal-footer-gap: 1rem;
}

.classroom-note-form textarea {
  resize: vertical;
}
.classroom-note-title {
    font-weight: bold;
    font-size: 15px;
}
.classroom-note-content {
  line-height: 1.6;
  word-break: break-word;
  font-size: 13px;
}

.classroom-note-content p:last-child {
  margin-bottom: 0;
}

.classroom-upload-input {
  max-width: 100%;
}

.classroom-details-tabs .nav-link {
  font-weight: 600;
}

.classroom-notes-item .btn {
  white-space: nowrap;
    /*border-bottom: 1px solid #ccc;*/
}

/* Rich text embeds (Quill video / iframes in blog & course bodies)
   Theme sets iframe { width:100% } with no height → browser default ~150px (looks cropped).
   Prefer .ratio wrapper from rich_html(); these rules are a fallback. */
.rich-content .ratio iframe {
  border: 0;
  background: #000;
}

.rich-content > iframe,
.rich-content p > iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
  border: 0;
  border-radius: 0.75rem;
  margin: 1.25rem 0;
  background: #000;
}

/* Portal calendars: give the week grid real width on small screens and scroll. */
@media (max-width: 991.98px) {
  .calendar-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* Widen the mount so header + time-grid columns stay aligned. */
  .calendar-scroll > .fc {
    min-width: 44rem;
  }
}

@media (max-width: 575.98px) {
  .calendar-card > .card-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .calendar-scroll .fc .fc-toolbar {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    overflow: visible;
  }
  .calendar-scroll .fc .fc-toolbar-title {
    font-size: 1rem;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
}
.section-title .title {
  animation: none;
  background: none;
  -webkit-text-fill-color: #222222;
  color: #222222;
}
.section-title .sub-title,
.section-kicker,
.workshop-heading-sub {
  order: -1;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c29958;
  margin: 0 0 10px;
  padding-top: 0;
}
.section-kicker {
  order: 0;
}

/* Home: subscribe band */
.subscribe-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f1e4 0%, #f4ead8 48%, #efe2c8 100%);
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 1200px) {
  .subscribe-area {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.subscribe-ornament {
  position: absolute;
  border: 1px solid rgba(194, 153, 88, 0.28);
  border-radius: 50%;
  pointer-events: none;
}
.subscribe-ornament-a {
  width: 220px;
  height: 220px;
  top: -70px;
  left: -50px;
}
.subscribe-ornament-b {
  width: 140px;
  height: 140px;
  right: 8%;
  bottom: -40px;
  background: rgba(194, 153, 88, 0.08);
}
.subscribe-ornament-c {
  width: 18px;
  height: 18px;
  top: 28%;
  right: 6%;
  background: #c29958;
  opacity: 0.45;
}
.subscribe-copy .section-kicker {
  margin-bottom: 10px;
}
.subscribe-copy .title {
  font-size: 32px;
  line-height: 1.25;
  color: #222;
  margin-bottom: 14px;
}
.subscribe-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 22px;
}
.subscribe-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subscribe-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #222;
}
.subscribe-benefits li:last-child {
  margin-bottom: 0;
}
.subscribe-benefits i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c29958;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(34, 34, 34, 0.06);
}
.subscribe-form-col {
  position: relative;
}
.subscribe-card {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 36px 32px 28px;
  box-shadow: 0 16px 40px rgba(34, 34, 34, 0.08);
}
.subscribe-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.subscribe-card-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #c29958;
  border-radius: 50%;
}
.subscribe-card-head h3 {
  font-size: 20px;
  margin: 0 0 4px;
  text-transform: none;
}
.subscribe-card-head p {
  margin: 0;
  font-size: 14px;
  color: #777;
}
.subscribe-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.subscribe-cat {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.subscribe-cat input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.subscribe-cat span {
  display: inline-block;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 1.2;
  color: #555;
  background: #f7f3ec;
  border: 1px solid transparent;
  transition: 0.25s;
}
.subscribe-cat:hover span {
  border-color: #c29958;
  color: #222;
}
.subscribe-cat input:checked + span {
  color: #fff;
  background: #c29958;
  border-color: #c29958;
}
.subscribe-cat input:focus-visible + span {
  outline: 2px solid #c29958;
  outline-offset: 2px;
}
.subscribe-email-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.subscribe-email {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #c29958;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.subscribe-email:focus {
  border-color: #c29958;
  outline: none;
}
.subscribe-submit {
  flex: 0 0 auto;
  height: 48px;
  min-height: 48px;
  padding: 0 22px;
  line-height: 48px;
  text-transform: capitalize;
}
.subscribe-note {
  font-size: 13px;
  line-height: 1.5;
  color: #888;
  margin: 14px 0 0;
}
.subscribe-area .subscribe-feedback {
  font-size: 14px;
  color: #222;
}
.subscribe-area .subscribe-feedback.alert-success {
  background: #f4ead8 !important;
  color: #222 !important;
  border: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .subscribe-copy {
    padding-right: 24px;
  }
}

/* Home: about us band */
.about-us {
  background-color: #f7f3ec;
}
.about-content .section-kicker {
  margin-bottom: 8px;
}
.about-content .about-title {
  padding-bottom: 18px;
}
.about-thumb img {
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(34, 34, 34, 0.1);
}
.home-category-shop {
  margin-top: 36px;
}

/* Home: workshop intro, how-it-works cards, included plan */
#workshop,
#workshop-how,
#workshop-included {
  scroll-margin-top: 110px;
}
.workshop-lead {
  margin-bottom: 22px;
}
.workshop-lead p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
}
.workshop-lead p:last-child {
  margin-bottom: 0;
}
.workshop-lead strong {
  color: #222222;
  font-weight: 700;
}
.workshop-lead em {
  font-style: italic;
}
.workshop-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.workshop-point-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f7f3ec;
  color: #c29958;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}
.workshop-point p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
}
.workshop-point strong {
  color: #222222;
  font-weight: 700;
}
.workshop-point em {
  font-style: italic;
}
.workshop-intro .btn-hero {
  margin-top: 10px;
  margin-left: 60px;
}
.workshop-media-carousel {
  position: relative;
}
.workshop-media-carousel img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 8px;
}
.workshop-media-carousel .slick-dots {
  bottom: 16px;
}

.workshop-how-area {
  background-color: #fcfbf9;
}
.workshop-how-grid {
  position: relative;
}
.workshop-how-grid > [class*="col-"] {
  margin-bottom: 24px;
}
.workshop-how-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 20px;
  padding: 42px 44px 36px;
  height: 100%;
  box-shadow: 0 12px 36px rgba(40, 32, 20, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.workshop-how-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(40, 32, 20, 0.14);
}
.workshop-how-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf3 0%, #f4eadb 100%);
  color: #c29958;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(194, 153, 88, 0.18);
}
.workshop-how-icon i {
  display: block;
  line-height: 1;
}
.workshop-how-num {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 12px;
  border-radius: 0;
  background: transparent;
  color: #c29958;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}
.workshop-how-card h3 {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 12px;
  color: #222222;
}
.workshop-how-card p {
  margin: 0;
  font-size: 15px;
  color: #6a655c;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .workshop-how-card {
    padding: 32px 18px 28px;
  }
  .workshop-how-card h3 {
    font-size: 17px;
  }
  .workshop-how-card p {
    font-size: 14px;
  }
}
.workshop-how-area--ready .section-title,
.workshop-how-area--ready .workshop-how-grid > [class*="col-"] {
  opacity: 0;
  transform: translateY(28px);
}
.workshop-how-area.is-inview .section-title {
  animation: workshopHowIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.workshop-how-area.is-inview .workshop-how-grid > [class*="col-"] {
  animation: workshopHowIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.workshop-how-area.is-inview .workshop-how-grid > [class*="col-"]:nth-child(1) { animation-delay: 0.08s; }
.workshop-how-area.is-inview .workshop-how-grid > [class*="col-"]:nth-child(2) { animation-delay: 0.16s; }
.workshop-how-area.is-inview .workshop-how-grid > [class*="col-"]:nth-child(3) { animation-delay: 0.24s; }
.workshop-how-area.is-inview .workshop-how-grid > [class*="col-"]:nth-child(4) { animation-delay: 0.32s; }
@keyframes workshopHowIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .workshop-how-area--ready .section-title,
  .workshop-how-area--ready .workshop-how-grid > [class*="col-"] {
    opacity: 1;
    transform: none;
  }
  .workshop-how-area.is-inview .section-title,
  .workshop-how-area.is-inview .workshop-how-grid > [class*="col-"] {
    animation: none;
  }
  .workshop-how-card,
  .workshop-how-card:hover {
    transition: none;
    transform: none;
  }
}

.workshop-included-area {
  background: transparent;
}
.workshop-pricing-card {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 44px 40px 40px;
  box-shadow: 0 18px 50px rgba(40, 32, 20, 0.1);
  text-align: center;
}
.workshop-pricing-lead {
  margin: 0 0 28px;
  font-size: 16px;
  color: #6a655c;
  line-height: 1.7;
}
.workshop-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
}
.workshop-pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #f3eee6;
  color: #4a4640;
  font-size: 15px;
  line-height: 1.55;
}
.workshop-pricing-list li:last-child {
  border-bottom: 0;
}
.workshop-pricing-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf3 0%, #f4eadb 100%);
  color: #c29958;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 6px 14px rgba(194, 153, 88, 0.16);
}
.workshop-pricing-card .btn-hero {
  min-width: 180px;
}
.workshop-included-area--ready .section-title,
.workshop-included-area--ready .workshop-pricing-card {
  opacity: 0;
  transform: translateY(28px);
}
.workshop-included-area.is-inview .section-title {
  animation: workshopHowIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.workshop-included-area.is-inview .workshop-pricing-card {
  animation: workshopHowIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .workshop-included-area--ready .section-title,
  .workshop-included-area--ready .workshop-pricing-card {
    opacity: 1;
    transform: none;
  }
  .workshop-included-area.is-inview .section-title,
  .workshop-included-area.is-inview .workshop-pricing-card {
    animation: none;
  }
}

.testimonial-area {
  background: none;
  background-image: none;
}
.testimonial-card-carousel {
  margin: 0;
}
.testimonial-card-carousel .slick-list {
  overflow: hidden !important;
  padding: 8px 0 12px;
  margin: 0;
}
.testimonial-card-carousel.slick-dot-style ul.slick-dots {
  display: none !important;
}
.testimonial-card-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.testimonial-card-carousel .slick-slide {
  height: auto;
  padding: 0 12px;
  display: flex;
}
.testimonial-card-carousel .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 20px;
  padding: 36px 28px 32px;
  box-shadow: none;
}
.testimonial-card:hover {
  transform: none;
  box-shadow: none;
}
.testimonial-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf3 0%, #f4eadb 100%);
  color: #c29958;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(194, 153, 88, 0.18);
}
.testimonial-card p {
  margin: 0 0 auto;
  font-size: 15px;
  color: #6a655c;
  line-height: 1.75;
}
.testimonial-card .ratings {
  margin: 22px 0 18px;
  color: #c29958;
  font-size: 13px;
}
.testimonial-card .ratings span {
  margin: 0 1px;
}
.testimonial-card-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.testimonial-card-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card-author h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  text-transform: capitalize;
}

/* Home: past events */
.past-events-area {
  margin-top: 40px;
  margin-bottom: 40px;
}
.past-events-area .blog-post-item {
  margin-bottom: 0;
}
.past-events-grid {
  margin-bottom: 8px;
}
.past-events-grid > [class*="col-"] {
  margin-bottom: 30px;
}
.past-event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 32px rgba(40, 32, 20, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.past-event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(40, 32, 20, 0.14);
  color: inherit;
  text-decoration: none;
}
.past-event-card__media {
  margin: 0;
  overflow: hidden;
  background: #f4eadb;
}
.past-event-card__media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.past-event-card:hover .past-event-card__media img {
  transform: scale(1.05);
}
.past-event-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 26px;
}
.past-event-card__date {
  display: inline-block;
  margin-bottom: 10px;
  color: #c29958;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.past-event-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #222222;
}
.past-event-card__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #6a655c;
}
@media (max-width: 767px) {
  .past-event-card__media img {
    height: 280px;
  }
}
.past-event-hero {
  margin: 0 auto 36px;
  max-width: 960px;
}
.past-event-hero img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 16px;
}
.past-event-body {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.past-event-body p {
  margin-bottom: 16px;
}
.past-event-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto 40px;
  max-width: 960px;
}
.past-event-media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  background: #f3f3f3;
}
.past-event-media img,
.past-event-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.past-event-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  font-size: 28px;
}
@media (max-width: 991px) {
  .past-event-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .past-event-gallery {
    grid-template-columns: 1fr;
  }
}

/* Home: gallery */
.home-gallery-area {
  padding-bottom: 0;
}
.home-gallery {
  margin-bottom: 0;
}
.home-gallery-carousel {
  margin: 0;
}
.home-gallery-carousel .slick-list {
  overflow: hidden;
}
.home-gallery-item {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}
.home-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.home-gallery-item:hover img {
  opacity: 0.85;
  transform: scale(1.04);
}

/* Gallery page */
.page-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.page-gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 4 / 3;
}
.page-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.page-gallery-item:hover img {
  opacity: 0.85;
  transform: scale(1.04);
}
.page-gallery-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  font-size: 28px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .page-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .page-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

/* Footer: copyright sits on the same background, split by a rule */
.footer-top .footer-payment {
  text-align: center;
}
.footer-divider {
  margin: 36px 0 22px;
  border: 0;
  border-top: 1px solid #dedede;
}
.footer-top .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #555555;
}

.footer-top .contact-block + .social-link {
  margin-top: 18px;
}

.footer-top .info-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}

.footer-top .info-list-wrap .info-list {
  display: block;
}

/* Header: smaller outlined profile / cart icons */
.header-configure-area ul.nav > li > a.header-icon-link,
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a.header-icon-link {
  font-size: 18px;
  line-height: 1;
}
.header-configure-area ul.nav > li > a.header-icon-link i,
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a.header-icon-link i {
  font-weight: 400;
}

.product-area {
  background: none;
}
.product-area .slick-arrow,
.slider-area .slick-arrow,
.testimonial-area .slick-arrow,
.blog-carousel-active .slick-arrow,
.brand-logo-carousel .slick-arrow {
  display: none !important;
}
.brand-logo {
  margin-top: 24px;
  margin-bottom: 24px;
}
.brand-item a,
.brand-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}
.brand-item img {
  max-height: 56px;
  width: auto;
  margin: auto;
}
.product-area .section-title {
  margin-bottom: 42px;
}
.product-area .home-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}
.home-category-grid > * {
  min-width: 0;
  max-width: 100%;
}
.home-category-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(34, 34, 34, 0.08);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.home-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(34, 34, 34, 0.12);
  color: inherit;
}
.home-category-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  background: #f3f1ed;
}
.home-category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-category-card:hover .home-category-thumb img {
  transform: scale(1.05);
}
.home-category-body {
  padding: 12px 12px 14px;
}
@media (min-width: 768px) {
  .home-category-body {
    padding: 16px 16px 18px;
  }
}
.home-category-name {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 6px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.home-category-desc {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #6b675f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-area .home-category-grid {
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .product-area .home-category-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 16px;
  }
}

@keyframes productCardIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes productTitleIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-area--ready .section-title,
.product-area--ready .home-category-card,
.product-area--ready .home-category-shop {
  opacity: 0;
}
.product-area.is-inview .section-title {
  animation: productTitleIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.product-area.is-inview .home-category-card {
  animation: productCardIn 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(1) { animation-delay: 0.05s; }
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(2) { animation-delay: 0.10s; }
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(3) { animation-delay: 0.15s; }
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(4) { animation-delay: 0.20s; }
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(5) { animation-delay: 0.25s; }
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(6) { animation-delay: 0.30s; }
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(7) { animation-delay: 0.35s; }
.product-area.is-inview .home-category-grid > .home-category-card:nth-child(8) { animation-delay: 0.40s; }
.product-area.is-inview .home-category-shop {
  animation: productTitleIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

@media (max-width: 991.98px) {
  .workshop-intro {
    margin-bottom: 32px;
  }
  .workshop-intro .btn-hero {
    margin-left: 0;
  }
}

.shop-categories li.active a {
  color: #c29958;
}

.shop-price-range .price-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.shop-price-range .price-input input {
  pointer-events: auto;
  max-width: 84px;
  border: 1px solid #efefef;
  padding: 2px 6px;
  color: #555;
}

.shop-price-sep {
  color: #777;
  padding: 0 2px;
}

.shop-price-slider {
  position: relative;
  height: 24px;
  margin: 8px 13px 20px 0;
}

.shop-price-slider__track,
.shop-price-slider__fill {
  position: absolute;
  top: 9px;
  height: 6px;
  border-radius: 20px;
}

.shop-price-slider__track {
  left: 0;
  right: 0;
  background: #eeeeee;
}

.shop-price-slider__fill {
  background: #c29958;
}

.shop-price-slider input[type="range"] {
  position: absolute;
  left: 0;
  width: 100%;
  top: 6px;
  margin: 0;
  height: 12px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.shop-price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #c29958;
  cursor: ew-resize;
  box-shadow: none;
}

.shop-price-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #c29958;
  cursor: ew-resize;
}

.shop-price-slider input[type="range"]::-moz-range-track {
  background: transparent;
}

.shop-sort-select {
  border: 1px solid #efefef;
  background: #fff;
  color: #222;
  font-size: 14px;
  padding: 6px 10px;
  min-width: 160px;
  cursor: pointer;
}

.shop-empty {
  padding: 48px 16px;
  color: #777;
}

.shop-clear-filters {
  display: inline-block;
  color: #c29958;
  font-size: 14px;
  text-transform: uppercase;
}

.shop-clear-filters:hover {
  color: #222;
}

.shop-product-wrap .product-thumb {
  background: #f7f7f7;
  min-height: 180px;
}

.product-item:hover .product-thumb:not(:has(.sec-img)) .pri-img,
.product-list-item:hover .product-thumb:not(:has(.sec-img)) .pri-img {
  opacity: 1;
  visibility: visible;
}

.shop-product-wrap .cart-hover .btn-cart {
  display: inline-block;
  text-decoration: none;
}

.related-products .shop-product-wrap .product-list-item {
  display: none !important;
}

.product-details-des .shop-product-description {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}
.product-details-des .shop-product-description p {
  margin-bottom: 12px;
}

.shop-product-description p:last-child {
  margin-bottom: 0;
}

.how-it-works-lead {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.workshop-page-intro .how-it-works-lead {
  text-align: left;
  max-width: 820px;
}
.workshop-page-intro .how-it-works-lead p {
  margin: 0 0 14px;
}
.workshop-page-intro .how-it-works-lead p:last-child {
  margin-bottom: 0;
}

.how-it-works-cta {
  margin-top: 40px;
}

.home-past-events-all {
  margin-top: 28px;
}

.home-blogs-grid {
  margin-bottom: 8px;
}
.home-blogs-grid > [class*="col-"] {
  margin-bottom: 30px;
}
.home-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(40, 32, 20, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.home-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(40, 32, 20, 0.14);
}
.home-blog-card__media {
  margin: 0;
  overflow: hidden;
}
.home-blog-card__media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.home-blog-card:hover .home-blog-card__media img {
  transform: scale(1.05);
}
.home-blog-card__body {
  padding: 20px 22px 24px;
}
.home-blog-card__meta {
  margin: 0 0 10px;
  font-size: 13px;
  color: #777;
}
.home-blog-card__meta a {
  color: #c29958;
}
.home-blog-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}
.home-blog-card__title a {
  color: #222222;
}
.home-blog-card__title a:hover {
  color: #c29958;
}
.home-blog-card__excerpt {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #6a655c;
}
.home-blogs-more {
  margin-top: 8px;
}

.page-article {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.page-article h2,
.page-article h3 {
  color: #222;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

.page-article p,
.page-article ul {
  margin-bottom: 1em;
}

.page-article a {
  color: #c29958;
}

.page-article a:hover {
  color: #222;
}

/* Blog listing / sidebar */
.blog-item-wrapper > [class*="col-"],
.related-blog-area .row > [class*="col-"] {
  margin-bottom: 30px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(40, 32, 20, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(40, 32, 20, 0.14);
}
.blog-card .blog-thumb {
  margin: 0;
  aspect-ratio: 16 / 10;
  background: #f4eadb;
}
.blog-card .blog-thumb a {
  display: block;
  height: 100%;
}
.blog-card .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.blog-card.blog-post-item:hover .blog-thumb img {
  transform: scale(1.05);
  opacity: 1;
}
.blog-card .blog-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 22px 22px;
}
.blog-card .blog-meta {
  padding-bottom: 8px;
}
.blog-card .blog-meta p {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.blog-card .blog-meta-sep {
  color: #cfc4b2;
}
.blog-card .blog-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .blog-excerpt {
  flex: 1;
  margin: 10px 0 16px;
  min-height: calc(1.65em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.65;
  color: #6a655c;
}
.blog-card .blog-read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #c29958;
  text-transform: uppercase;
}
.blog-card .blog-read-more i {
  font-size: 12px;
  transition: transform 0.25s ease;
}
.blog-card .blog-read-more:hover {
  color: #222;
}
.blog-card .blog-read-more:hover i {
  transform: translateX(3px);
}

.sidebar-search {
  position: relative;
}

.sidebar-search input {
  width: 100%;
  height: 48px;
  border: 1px solid #efefef;
  padding: 0 48px 0 15px;
  font-size: 14px;
  color: #555;
  background: #fff;
}

.sidebar-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #c29958;
}

.sidebar-search button:hover {
  background: #222;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-thumb {
  flex: 0 0 80px;
  width: 80px;
  margin-right: 12px;
  overflow: hidden;
}

.recent-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.recent-desc h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
  text-transform: none;
}

.recent-desc h6 a {
  color: #222;
}

.recent-desc h6 a:hover {
  color: #c29958;
}

.recent-desc p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* Blog details */
.blog-details-thumb {
  margin-bottom: 28px;
  overflow: hidden;
}

.blog-details-thumb img {
  width: 100%;
}

.blog-details-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.blog-details-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.blog-details-meta li {
  font-size: 13px;
  color: #777;
}

.blog-details-meta li i {
  margin-right: 6px;
  color: #c29958;
}

.blog-details-body {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.blog-details-body p,
.blog-details-body ul {
  margin-bottom: 1em;
}

.blog-details-body a {
  color: #c29958;
}

.blog-details-body a:hover {
  color: #222;
}

.blog-details-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #efefef;
}

.tag-line,
.blog-share-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tag-line h5,
.blog-share-link h5 {
  font-size: 14px;
  margin: 0 6px 0 0;
  text-transform: capitalize;
}

.tag-line span {
  font-size: 13px;
  color: #555;
  padding: 4px 10px;
  background: #f7f7f7;
}

.blog-social-icon {
  display: flex;
  gap: 8px;
}

.blog-social-icon a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #777;
  border: 1px solid #dedede;
  border-radius: 50%;
}

.blog-social-icon a:hover {
  color: #fff;
  background: #c29958;
  border-color: #c29958;
}

/* Contact */
.contact-info-boxes {
  margin-bottom: 40px;
}

.contact-info-box {
  height: 100%;
  margin-bottom: 30px;
  padding: 40px 28px 32px;
  text-align: center;
  background: #f7f7f7;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #fff;
  background: #c29958;
  border-radius: 50%;
}

.contact-info-box h4 {
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.contact-info-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.contact-info-value {
  font-weight: 500;
  color: #222;
}

.contact-info-value a {
  color: #222;
}

.contact-info-box a {
  color: #c29958;
  font-size: 14px;
}

.contact-info-box a:hover {
  color: #222;
}

.contact-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.contact-message {
  margin-bottom: 30px;
}

.contact-message > p {
  margin-bottom: 24px;
  color: #555;
}

.contact-message .form-control {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
}

.contact-message textarea.form-control {
  min-height: 140px;
}

.contact-message .form-control:focus {
  border-color: #c29958;
  box-shadow: none;
}

.contact-message .btn-sqr {
  text-transform: capitalize;
}

.contact-area .r-form .has-invalid-input > .form-label {
  color: inherit !important;
}

.contact-info {
  height: 100%;
  padding: 45px 40px 30px;
  background: #f7f7f7;
}

.contact-info > p {
  margin-bottom: 20px;
  color: #555;
}

.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info ul li {
  font-size: 14px;
  padding-bottom: 12px;
}

.contact-info ul li i {
  display: inline-block;
  width: 24px;
  font-size: 16px;
  color: #c29958;
}

.contact-info ul li a {
  color: #555;
}

.contact-info ul li a:hover {
  color: #c29958;
}

.working-time {
  margin-top: 16px;
}

.working-time h6 {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.working-time p span {
  font-weight: 500;
  color: #222;
}

.contact-info .social-link {
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .workshop-media-carousel img {
    height: 280px;
  }
  .workshop-how-card,
  .workshop-pricing-card,
  .testimonial-card {
    padding: 32px 22px 28px;
  }
  .home-gallery-item img {
    height: 200px;
  }
  .subscribe-area {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .subscribe-copy {
    margin-bottom: 28px;
  }
  .subscribe-copy .title {
    font-size: 26px;
  }
  .subscribe-card {
    padding: 28px 20px 22px;
  }
  .subscribe-email-row {
    flex-direction: column;
    align-items: stretch;
  }
  .subscribe-email {
    flex: 0 0 auto;
    width: 100%;
    height: 52px;
    min-height: 52px;
    padding: 14px 16px;
  }
  .subscribe-submit {
    width: 100%;
    height: 52px;
    min-height: 52px;
    line-height: 52px;
  }
  .blog-details-title {
    font-size: 22px;
  }
  .contact-info {
    padding: 32px 22px 28px;
  }
}

.mobile-account-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-account-links li a {
  font-size: 15px;
  color: #222;
  text-transform: capitalize;
  line-height: 18px;
  display: block;
  padding: 10px 0;
}
.mobile-account-links li a:hover {
  color: #c29958;
}

/* Account pages (profile, orders, transactions) */
.account-area {
  padding-top: 40px;
}
.account-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.account-lead {
  color: #555;
  margin-bottom: 32px;
  font-size: 15px;
}
.account-card {
  background: #fff;
  padding: 40px 42px;
  border: 1px solid #eee;
  margin-bottom: 24px;
}
.account-card-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 24px;
  color: #222;
}
.account-card .form-label {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}
.account-card .form-control,
.account-card .form-select {
  width: 100%;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
  background: #fff;
}
.account-card .form-control:focus,
.account-card .form-select:focus {
  border-color: #c29958;
  box-shadow: none;
}
.account-card .row .auth-field {
  margin-bottom: 8px;
}
.account-area .r-form .row [class*="col-"]:not(.col-form-label):not(.form-check),
.account-area .r-form .row > .col:not(.col-form-label):not(.form-check) {
  padding-bottom: 0.75rem;
}
.account-field-action {
  text-align: right;
  margin-top: 6px;
}
.account-text-btn {
  border: 0;
  background: none;
  padding: 0;
  color: #c29958;
  font-size: 13px;
  cursor: pointer;
}
.account-text-btn:hover {
  color: #222;
}
.account-text-btn.is-danger {
  color: #c45c4a;
}
.account-card .btn-hero {
  margin-top: 8px;
  width: auto;
  min-width: 160px;
  border: 0;
  text-align: center;
  cursor: pointer;
}
.btn-hero-sm {
  margin-top: 0;
  padding: 10px 18px;
  width: auto;
  min-width: 0;
  display: inline-block;
  border: 0;
  line-height: 1;
}
.btn-hero-outline {
  color: #c29958;
  background: transparent;
  border: 1px solid #c29958;
  font-size: 15px;
  line-height: 1;
  padding: 13px 28px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
}
.btn-hero-outline:hover,
.btn-hero-outline:focus {
  color: #fff;
  background: #c29958;
  border-color: #c29958;
}
.btn-hero-danger {
  color: #c45c4a;
  border-color: #c45c4a;
}
.btn-hero-danger:hover,
.btn-hero-danger:focus {
  color: #fff;
  background: #c45c4a;
  border-color: #c45c4a;
}
.account-table {
  width: 100%;
  border-collapse: collapse;
}
.account-table th,
.account-table td {
  padding: 14px 12px;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
.account-table thead th {
  font-size: 13px;
  font-weight: 500;
  color: #888;
  border-bottom: 1px solid #e5e5e5;
}
.account-table a {
  color: #c29958;
  text-decoration: none;
}
.account-table a:hover {
  color: #222;
}
.account-table .btn-hero,
.account-table .btn-hero-outline {
  margin: 2px 0 2px 6px;
}
.account-empty {
  color: #888;
  text-align: center;
  padding: 32px 12px;
}
.account-status {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: 50px;
  background: #f4f4f4;
  color: #555;
}
.account-status-success {
  background: #eef6ea;
  color: #3d7a32;
}
.account-status-danger {
  background: #f8ece9;
  color: #c45c4a;
}
.account-status-warning {
  background: #f7f1e4;
  color: #b07a2c;
}
.account-status-primary {
  background: #f4eee4;
  color: #c29958;
}
.account-meta-label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}
.account-meta-value {
  display: block;
  font-size: 15px;
  color: #222;
  margin-bottom: 6px;
}
.account-product {
  display: flex;
  align-items: center;
  gap: 12px;
}
.account-product img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex-shrink: 0;
}
.account-summary {
  background: #f7f7f7;
  padding: 24px;
}
.account-summary-total {
  font-size: 20px;
  font-weight: 500;
  color: #c29958;
  margin: 12px 0;
}
.account-pagination {
  margin-top: 16px;
}
#emailChangeModal .modal-content {
  border-radius: 0;
  border: 1px solid #eee;
}
#emailChangeModal .modal-header,
#emailChangeModal .modal-footer {
  border-color: #eee;
}
#emailChangeModal .form-control {
  border-radius: 0;
  border-color: #e5e5e5;
}
#emailChangeModal .form-control:focus {
  border-color: #c29958;
  box-shadow: none;
}
@media only screen and (max-width: 575.98px) {
  .account-card {
    padding: 28px 18px;
  }
  .account-title {
    font-size: 26px;
  }
  .account-card .btn-hero {
    width: 100%;
  }
}

/* Auth pages (login / register) */
.auth-area {
  padding-top: 40px;
}
.auth-card {
  background: #fff;
  padding: 48px 42px 42px;
  border: 1px solid #eee;
}
.auth-card .section-kicker {
  margin-bottom: 8px;
}
.auth-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.auth-lead {
  color: #555;
  margin-bottom: 32px;
  font-size: 15px;
}
.auth-lead a,
.auth-card .auth-link,
.auth-card .form-check-label a {
  color: #c29958;
  text-decoration: none;
}
.auth-lead a:hover,
.auth-card .auth-link:hover,
.auth-card .form-check-label a:hover {
  color: #222;
}
.auth-field {
  margin-bottom: 20px;
}
.auth-field.has-invalid-input > .invalid-feedback.dynamic-validation-feedback {
  display: block;
}
.auth-field .iti {
  width: 100%;
}
.auth-card .row .auth-field {
  margin-bottom: 8px;
}
.auth-card .form-label {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}
.auth-card .form-control {
  width: 100%;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
  background: #fff;
}
.auth-card .form-control:focus {
  border-color: #c29958;
  box-shadow: none;
}
.auth-field-row {
  display: flex;
  justify-content: flex-end;
  margin: -8px 0 24px;
}
.auth-card .form-check-label {
  font-size: 14px;
  color: #555;
}
.auth-card .form-check-input {
  border-color: #cfcfcf;
}
.auth-card .form-check-input:checked {
  background-color: #c29958;
  border-color: #c29958;
}
.auth-card .form-check-input:focus {
  border-color: #c29958;
  box-shadow: 0 0 0 0.2rem rgba(194, 153, 88, 0.2);
}
.auth-card .btn-hero {
  margin-top: 8px;
  width: 100%;
  border: 0;
  text-align: center;
  cursor: pointer;
}
.page-content .btn-hero {
  margin-top: 0;
}
.auth-card .btn-hero:hover,
.auth-card .btn-hero:focus {
  color: #fff;
  background-color: #222;
}
.auth-card .btn-hero:disabled {
  opacity: 0.75;
  pointer-events: none;
}
.auth-card .btn-hero-outline {
  width: 100%;
  margin-top: 8px;
  box-sizing: border-box;
}
.auth-card .btn-hero-outline:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.auth-footer {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
  color: #555;
}
.auth-resend-copy {
  margin: 28px 0 8px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
.auth-retry {
  margin: 0 0 16px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #c29958;
}
.auth-card .auth-alert,
.auth-card .alert {
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.auth-card .alert-success,
.auth-card .auth-alert-success {
  background: #f7f3ec;
  border: 1px solid #eadfcf;
  color: #555;
}
.auth-card .alert-danger,
.auth-card .auth-alert-danger {
  background: #fdf6f3;
  border: 1px solid #ead4cc;
  color: #8a4a3f;
}
.auth-card .verification-inputs {
  display: flex;
  gap: 8px;
  margin: 0;
}
.auth-card .verification-inputs input {
  flex: 1;
  min-width: 0;
  width: auto;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #222;
}
.auth-card .verification-inputs input:focus {
  border-color: #c29958 !important;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 575.98px) {
  .auth-card .verification-inputs {
    gap: 6px;
  }
  .auth-card .verification-inputs input {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575.98px) {
  .auth-card {
    padding: 32px 20px 28px;
  }
  .auth-title {
    font-size: 26px;
  }
}

.home-banner-area {
  padding-bottom: 40px;
}
.home-banner-area .section-title {
  margin-bottom: 28px;
}
.home-banner {
  margin: 0;
}
.home-banner + .home-banner {
  margin-top: 24px;
}
.home-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.minicart-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.minicart-qty button {
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.minicart-empty {
  color: #777;
  padding: 12px 0;
}
.minicart-remove {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.cart-hover .to-cart {
  border: 0;
  cursor: pointer;
}

.minicart-inner .offcanvas-overlay {
  cursor: default;
}

.minicart-button a.minicart-checkout,
.minicart-button .btn-sqr {
  color: #fff;
  background-color: #c29958;
  border-radius: 40px;
  padding: 17px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: center;
  border: 0;
}
.minicart-button a.minicart-checkout:hover,
.minicart-button .btn-sqr:hover {
  color: #fff;
  background-color: #222222;
  letter-spacing: 0;
}
.minicart-button a.minicart-checkout.disabled,
.minicart-button a.minicart-checkout.disabled:hover {
  pointer-events: none;
  opacity: 0.5;
  background-color: #c29958;
}

.checkout-page-wrapper .checkout-billing-details-wrap > h2,
.checkout-page-wrapper .order-summary-details > h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}

.checkout-coupon-form {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
}
.checkout-coupon-hint {
  margin-bottom: 12px;
  color: #555;
  font-size: 14px;
}
.checkout-coupon-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.checkout-coupon-row .form-control {
  flex: 1 1 180px;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
}
.checkout-coupon-row .form-control:focus {
  border-color: #c29958;
  box-shadow: none;
}
.checkout-coupon-row .btn-sqr {
  flex: 0 0 auto;
  text-transform: capitalize;
  white-space: nowrap;
}

.billing-form-wrap .single-input-item {
  margin-bottom: 20px;
}
.billing-form-wrap label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.billing-form-wrap .form-control {
  width: 100%;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 14px;
  background: #fff;
}
.billing-form-wrap textarea.form-control {
  min-height: 80px;
  resize: vertical;
}
.billing-form-wrap .form-control:focus {
  border-color: #c29958;
  box-shadow: none;
}

.checkout-notes {
  margin: 10px 0 8px;
}
.checkout-notes h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.checkout-notes > p {
  color: #555;
  font-size: 14px;
  margin-bottom: 16px;
}

.checkout-payment-note {
  color: #555;
  font-size: 14px;
  margin: 4px 0 20px;
}

.checkout-box-wrap .custom-control {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.checkout-box-wrap .custom-control-input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #c29958;
}
.checkout-box-wrap .custom-control-label {
  margin: 0;
  font-weight: 400;
  color: #555;
}
.checkout-box-wrap .custom-control-label a {
  color: #c29958;
}
.checkout-box-wrap .custom-control-label a:hover {
  color: #222;
}

.billing-form-wrap .btn-sqr:disabled,
.billing-form-wrap .btn-sqr[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  background-color: #c29958;
}

.order-summary-details {
  background: #f7f7f7;
  padding: 40px 30px 30px;
  height: 100%;
}
.order-summary-table table {
  margin-bottom: 20px;
  background: #fff;
}
.order-summary-table th,
.order-summary-table td {
  vertical-align: middle;
  font-size: 14px;
  color: #222;
}
.order-summary-table tfoot td {
  font-size: 16px;
}
.order-summary-table tfoot strong {
  color: #c29958;
  font-weight: 600;
}
.order-product {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.order-product img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  flex-shrink: 0;
}
.checkout-continue {
  display: inline-block;
  text-transform: capitalize;
}

.checkout-result__actions .btn-sqr {
  min-width: 9.5rem;
  text-transform: capitalize;
  border: 1px solid #c29958;
}
.checkout-result__actions .btn-sqr-outline {
  color: #c29958;
  background-color: transparent;
}
.checkout-result__actions .btn-sqr-outline:hover {
  color: #fff;
  background-color: #c29958;
  border-color: #c29958;
}

@media only screen and (max-width: 991.98px) {
  .order-summary-details {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

