/* body { background: #f8f9fa; } */
/* courses */
/* .logo{
  width: 250px;
} */
:root {
  --primary:#8b1a1a;
  --primary-dark:#6b1212;
  --bg-light:#f8f5ff;
  --text-muted:#6c757d;
}

body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* background:#ffffff; */
  color:#212529;
}
.bg-themeLight{
  /* background: #ffe0e0; */
  /* background: #faf0f0; */
  background: #faf4f4;
}
#auth-section a{
  color: #ffffff;
  text-decoration: none;
}
.course-card img { 
  /* height: 180px;  */
  /* height: 161px;  */
  /* height: 220px; */
  object-fit: cover; 
}
.badge-premium { background: #6f42c1; }
.badge-bestseller { background: #20c997; }
.course-card { transition: 0.3s ease; }
.course-card:hover { transform: scale(1.02); }
/* courses end */

/* course details */
.course-title { font-size: 1.8rem; font-weight: 600; }
.sidebar { background: #fff; padding: 20px; border: 1px solid #ddd; border-radius: 8px; }
.badge-premium { background-color: #6f42c1; }
.badge-bestseller { background-color: #20c997; }
.accordion-button:not(.collapsed) { color: #0d6efd; }
.hero {
    /* background: url('https://placehold.co/50x50?text=Hello\nWorld') no-repeat center center; */
    background: url('./images/GAYATRI_MUDRA_COURSE.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 80px 20px;
    background-blend-mode: overlay;
    background-color: #280115;
}
/* course details end */
/* detail.css */
.hero {
      /* background: url('https://placehold.co/50x50?text=Hello\nWorld') no-repeat center center; */
      background: url('../images/bhaktamar.jpeg') no-repeat center center;
      background-size: cover;
      color: white;
      text-align: center;
      padding: 80px 20px;
      background-blend-mode: overlay;
      background-color: #434243;
    }
    .section-title {
      color: #891652;
      font-weight: 600;
      margin-bottom: 30px;
    }
    .guru-image {
      max-width: 180px;
      border-radius: 50%;
      margin-bottom: 15px;
    }
    .btn-cta {
      background-color: #891652;
      color: white;
      font-weight: 600;
    }
    .btn-cta:hover {
      background-color: #6d1247;
    }
    footer {
      background-color: #891652;
      color: white;
      text-align: center;
      padding: 15px 0;
    }
/* detail.css end */
/* my-learning.css */
    .course-card {
      transition: 0.3s;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
    }
    .course-card:hover {
      transform: scale(1.02);
    }
    .card-img-top {
      /* height: 180px; */
      object-fit: cover;
    }
    .progress-bar {
      background-color: #6f42c1;
    }
    .hero {
      /* background: url('https://placehold.co/50x50?text=Hello\nWorld') no-repeat center center; */
      background: url('../images/GAYATRI_MUDRA_COURSE.png') no-repeat center center;
      background-size: cover;
      color: white;
      text-align: center;
      /* padding: 80px 20px; */
      padding: 110px 20px;
      background-blend-mode: overlay;
      /* background-color: #280115; */
      background-color: #3e3e3e;
    }
/* my-learning.css */
/* userCourseDetail.css */
    /* body { background: #f8f9fa; }
    .video-section { background: #000; }
    .video-player { width: 100%; height: 100%; max-height: 500px; }
    .lecture-list { height: 100%; overflow-y: auto; background: #fff; border-left: 1px solid #dee2e6; }
    .lecture-item { cursor: pointer; padding: 10px; border-bottom: 1px solid #f1f1f1; }
    .lecture-item:hover, .lecture-item.active { background-color: #f1f1f1; }
    .tab-content-area { background: #fff; padding: 20px; border-top: 1px solid #dee2e6; }
    .search-bar { max-width: 500px; } */
html, body {
  height: 100%;
}

.main-content {
  height: 100vh;
  overflow-y: auto;
}
.fixed-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ddd;
  background: #fff;
}

/* Header remains fixed inside sidebar */
.fixed-sidebar > .p-3 {
  flex-shrink: 0;
}

/* Accordion scrolls when content overflows */
.accordion-wrapper {
  flex: 1;
  overflow-y: auto;
}

/* Optional – hide ugly scrollbar */
.accordion-wrapper::-webkit-scrollbar { width: 6px; }
.accordion-wrapper::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }

.lecture-list {
  border-right: 1px solid #ddd;
  height: 100vh;
  overflow-y: auto;
}

.lecture-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.lecture-item:hover {
  background: #f7f9fc;
}

.lecture-item.active {
  background: #eaf1ff;
  font-weight: 600;
}

.lecture-item small {
  color: #666;
}

.accordion-button {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .fixed-sidebar {
    position: relative;
    height: auto;
  }

  .main-content {
    height: auto;
  }

  .accordion-wrapper {
    max-height: none;
  }
}
/* userCourseDetail.css */
/* home page tabs section css */
.skills-section {
  padding: 40px 20px;
  /* max-width: 1200px; */
  margin: auto;
}

.skills-section h2 {
  font-size: 28px;
  font-weight: 700;
   margin-bottom: .5rem;
}

.skills-section p {
  color: #666;
  margin-bottom: 20px;
}

/* Tabs */
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 15px;
  /* overflow-x: auto; */
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.tab {
  background: none;
  border: none;
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
  color: #333;
  white-space: nowrap;
}

.tab.active {
  border-bottom: 2px solid #5624d0;
  color: #5624d0;
  font-weight: 600;
}

/* Carousel Wrapper*/
.carousel-container {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; /* changes on 2/5/2026*/
  /* overflow: hidden; */
  /* overflow: hidden; this hides scrollbars but keeps popups visible */
  /* width: 100%;
  padding: 20px 0; */
}

/* .carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: visible; 
  ✅ so the popup can appear
  scroll-behavior: smooth;
  scrollbar-width: none; 
  hide scrollbar for Firefox
}

.carousel::-webkit-scrollbar {
  display: none; 
  hide scrollbar for Chrome/Safari
} */
/* Horizontal carousel */
.course-carousel {
  display: none;   /* hidden by default */
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;/* changes on 2/5/2026*/
  padding: 4px;
}

.course-carousel.active {
  display: flex;
}
.course-carousel::-webkit-scrollbar {
  display: none;  /*hide scrollbar for Chrome/Safari */
}
/* .course-carousel::-webkit-scrollbar {
  height: 6px;
}
.course-carousel::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
} */
/* Cards */
.course-card {
  position: relative;
  flex: 0 0 370px; /* changes on 2/5/2026*/
  /* min-width: 260px; */
  /* min-width: 292px; */
  /* max-width: 260px; */
  /* min-width: 292px; */
  /* max-width: 300px; */
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  transition: box-shadow .2s, transform .2s;
  /* box-shadow: 2px 2px 10px #cccccc; */
  box-shadow: 0px 0px 8px 0px #cccccc;
}

.course-card img {
  width: 100%;
  /* height: 250px; */
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
}

.course-card h6 {
  font-size: 0.95rem;
  font-weight: 600;
}

.course-card .instructor {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 4px;
}

.price {
  font-weight: 700;
  font-size: 0.95rem;
}

.old-price {
  text-decoration: line-through;
  color: #555;
  font-size: 0.8rem;
  margin-left: 4px;
}

.badge {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 8px;
  border-radius: 4px;
  /* background: #eceb98; */
  background: #6f42c1;
  font-size: 0.7rem;
  font-weight: 600;
}

.badge.purple {
  background: #d1c4f7;
  color: #5624d0;
}

/* .course-card {
  flex: 0 0 260px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  transition: transform 0.2s;
  position: relative;
  overflow: visible;
  ✅ allow popup to be visible
  box-shadow: 2px 2px 10px #cccccc;
}

.course-card h6{
  margin-top: 18px;
  line-height: 1.5;
}
.course-card:hover {
  transform: translateY(-5px);
} 

Hover Popup
.hover-popup {
  position: absolute;
  top:0; commented
  top:15%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;commented
  width: 215px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  margin-top: 10px;
}

The arrow below the popup
.hover-popup .arrow {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  z-index: 10;
}

.course-card:hover .hover-popup {
  opacity: 1;
  pointer-events: all;

  visibility: visible;
  transform: translateX(-50%) translateY(5px);
}

.hover-popup button {
  background: #5624d0;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}
*/
/* Hover popup */
.hover-popup {
  position: absolute;
  /* inset: 0;5/2/2026 */
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .25s;
  z-index: 5;
  margin: 40px; /*5/2/2026*/
  /* margin: 15px;5/2/2026 */
}

.course-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transform: translateY(-3px);
}

.course-card:hover .hover-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hover-popup h6 {
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.hover-popup ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.hover-popup button {
  border: none;
  background: #5624d0;
  color: #fff;
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 4px;
}
/* Prev/Next buttons */
.nav-btn {
  border: none;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 6px;
  z-index: 10;
}

.nav-btn:hover {
  background: #1c1d1f;
  color: #fff;
}

/* Buttons */
/* .prev, .next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
  inset-block-start: 50%;
  box-shadow: 0 2px 4px color-mix(in oklch, oklch(27.54% .1638 265.98deg) 8%, transparent), 0 4px 12px color-mix(in oklch, oklch(27.54% .1638 265.98deg) 8%, transparent);
} */

/* .prev { left: 0; inset-inline-start: -1.6rem;}
.next { right: 0; inset-inline-end: -1.6rem; } */

.price {
  font-weight: 600;
}

.old-price {
  text-decoration: line-through;
  color: #555;
  font-size: 14px;
  margin-left: 5px;
}

.badge {
  display: inline-block;
  color: #1c1d1f;
  font-size: 12px;
  padding: 8px 6px;
  border-radius: 3px;
  margin-top: 5px;
}

.badge.purple {
  background: #d1c4f7;
  color: #8b1a1a;
}

/* .see-all {
  display: block;
  text-align: right;
  color: #5624d0;
  margin-top: 15px;
  text-decoration: none;
  font-weight: 600;
} */
/* "see all" */
.see-all {
  /* display: inline-block; */
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #5624d0;
  text-align: right;
  text-decoration: none;
}
.see-all:hover {
  text-decoration: underline;
}
.userDropdownDesktop{
  display:none
}
.userDropdown{
  display:block;
}
.bi-person-circle::before {
    content: "\f4d7";
    margin-right: 10px;
    /* color: #000000; */
    color: #ffffff;
}
.dropdown-toggle::after {
    /* display: inline-block; */
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
/* Responsive */
@media (max-width: 768px) {
  .course-card { flex: 0 0 80%; }
  .hover-popup { display: none; }
  .prev, .next { display: block; }
  .userDropdownDesktop{
    display:none
  }
  .userDropdown{
    display:block;
  }
  .desktop{
    display:none;
  }
  .mobile{
    display:block;
  }
}
.desktop{
  display:block;
}
.mobile{
  display:none;
}
/* end */

/* Cart css */
.cart-container {
      border: 1px solid #e5e7eb;
      border-radius: 4px;
      background-color: #fff;
      padding: 40px 20px;
      text-align: center;
    }

    .cart-container img {
      width: 160px;
      margin-bottom: 20px;
      opacity: 0.9;
    }

    .cart-container p {
      color: #4a4a4a;
      margin-bottom: 20px;
      font-size: 1rem;
    }

    .btn-keep-shopping {
      background-color: #5624d0;
      color: #fff;
      font-weight: 600;
      padding: 10px 24px;
      border-radius: 4px;
      transition: background-color 0.3s;
    }

    .btn-keep-shopping:hover {
      background-color: #401b9c;
      color: #fff;
    }

    h5 {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 15px;
    }
/* end cart css */
#myLearning .col a.course-card{
    flex: 0 0 260px;
    border: none !important;
    border-radius: 8px;
    padding: 0px;
    position: relative;
    background: #fff;
    transition: transform 0.2s;
    position: relative;
    overflow: visible;
}
/* benifit section */
.benefit-section {
  background: #9b2828; /* your red background */
  /* border-radius: 16px; */
  background-image: none;
  background-size: cover;
}

.benefit-box p {
  margin-top: 12px;
  font-weight: 500;
  color: #fff;
}

.benefit-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
/* end */
/* footer css */
.footer-section {
  /* background: linear-gradient(180deg, #861623, #58031d); */
  background: linear-gradient(96deg, #010000, #58031d);
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-size: 15px;
  margin-bottom: 6px;
  opacity: 0.85;
  cursor: pointer;
  transition: 0.3s;
  text-align: left;
}

.footer-list li:hover {
  opacity: 1;
}

.newsletter-box {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.btn-subscribe {
  background: #ff6a2a;
  color: #fff;
  border: none;
  padding: 0 20px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.footer-line {
  border-color: rgba(255, 255, 255, 0.35);
}

.footer-logo {
  /* height: 55px; */
      height: 70px;
}

.footer-nav a {
  font-size: 14px;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.footer-nav a:hover {
  opacity: 1;
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  background: rgba(255,255,255,0.18);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #ff6a2a;
}

.copy-text {
  font-size: 14px;
  opacity: 0.75;
}

/* end  footer css */
/* .bannerSize{
 height: 80vh;
} */

/* contact us form */
/* Form container */
.contact-form-wrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* Inputs */
.custom-input {
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  transition: 0.3s;
}

/* Focus state */
.custom-input:focus {
  border-color: #a52a2a;
  box-shadow: 0 0 0 2px rgba(165, 42, 42, 0.15);
}

/* Labels */
.form-label {
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}

/* Button */
.custom-btn {
  background: linear-gradient(135deg, #8b1a1a, #a52a2a);
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}

.custom-btn:hover {
  background: linear-gradient(135deg, #6b1212, #8b1a1a);
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(165, 42, 42, 0.3);
  color:#fff;
}

/* contact us page */


    /* ===== HERO ===== */
    .contact-hero {
      /* background: radial-gradient(circle at top left,#ffe8d6,#f5e6ff,#e0c3fc); */
      /* background: radial-gradient(circle at top left, #fbe3e3, #f8d7d7, #ffcccc); */
      background: radial-gradient(circle at top left, #ffecec, #f0ecec, #bba0a0);
      padding: 80px 0 40px;
    }
    .contact-hero h1 {
      font-weight: 700;
      letter-spacing: .02em;
    }
    .contact-hero p.lead {
      max-width: 600px;
      color: #4a4a4a;
    }

    .pill-badge {
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      padding:4px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.9);
      font-size:.75rem;
      text-transform:uppercase;
      letter-spacing:.08em;
      color:var(--primary-dark);
      margin-bottom:10px;
    }

    /* ===== CARDS (info) ===== */
    .contact-info-card {
      border-radius:16px;
      border:none;
      padding:18px 18px 16px;
      background:#fff;
      box-shadow:0 12px 30px rgba(15,23,42,.08);
      height:100%;
    }
    .contact-info-icon {
      width:38px;
      height:38px;
      border-radius:10px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(123,44,191,.08);
      color:var(--primary-dark);
      margin-bottom:10px;
      font-size:1rem;
    }
    .contact-info-card h6 {
      font-weight:600;
      margin-bottom:4px;
    }
    .contact-info-card p {
      margin-bottom:4px;
      font-size:.9rem;
      color:var(--text-muted);
    }
    .contact-info-card a{
      font-size:.9rem;
      text-decoration:none;
      color:var(--primary-dark);
    }

    /* ===== FORM ===== */
    .contact-wrapper {
      margin-top:30px;
      margin-bottom:60px;
    }

    .contact-form {
      background:#fff;
      border-radius:18px;
      padding:28px 24px;
      box-shadow:0 18px 45px rgba(15,23,42,.12);
    }
    .form-floating>label{
      color:#999;
    }
    .form-control, .form-select {
      border-radius:10px;
      border:1px solid #dee2e6;
      padding-top:1.1rem;
      padding-bottom:.9rem;
      font-size:.95rem;
    }
    .form-control:focus, .form-select:focus {
      border-color:var(--primary);
      box-shadow:0 0 0 .15rem rgba(123,44,191,.15);
    }

    .contact-btn {
      background:linear-gradient(135deg,var(--primary),var(--primary-dark));
      border:none;
      color:#fff;
      font-weight:600;
      border-radius:999px;
      padding:.8rem 1.6rem;
      display:inline-flex;
      align-items:center;
      gap:.4rem;
    }
    .contact-btn:hover{
      background:linear-gradient(135deg,var(--primary-dark),#3c096c);
    }

    /* ===== MAP ===== */
    .map-wrapper {
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 12px 30px rgba(15,23,42,.08);
      min-height:260px;
    }
    .map-wrapper iframe{
      border:0;
      width:100%;
      height:100%;
    }

    /* SMALL UTILITIES */
    .small-note{
      font-size:.8rem;
      color:var(--text-muted);
    }

    @media (max-width: 767.98px){
      .contact-form { padding:22px 18px; }
      .contact-hero { padding-top:60px; }
      .map-wrapper{ margin-top:20px; }
    }

    /* popup css on consultation page  */
    .consult-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* .consult-popup {
  background: #fff;
  width: 100%;
  max-width: 520px;
  padding: 22px;
  border-radius: 12px;
  animation: popupIn .3s ease;
  position: relative;
} */
.consult-popup {
  background: #fff;
  width: 100%;
  max-width: 520px;
  max-height: 85vh;              /* IMPORTANT */
  overflow-y: auto;              /* ENABLE SCROLL */
  padding: 22px;
  border-radius: 12px;
  position: relative;
  animation: popupIn .3s ease;
}
/* Chrome, Edge, Safari */
.consult-popup::-webkit-scrollbar {
  width: 0px;
}

/* Firefox */
.consult-popup {
  scrollbar-width: none;
}

/* IE / Edge Legacy */
.consult-popup {
  -ms-overflow-style: none;
}
body.popup-open {
  overflow: hidden;
}
@keyframes popupIn {
  from { transform: scale(.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  background: none;
  border: none;
}

.offer-box {
  background: #f2efe9;
  padding: 12px;
  border-radius: 10px;
  margin: 12px 0;
}

.amount-box {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.pay-btn {
  background: #3b7cff;
  color: white;
  font-weight: 600;
}
.width205{
  width: 205px !important;
}
/* video testimonials on courseDetails page*/
.testimonial-wrapper {
  position: relative;/*added 9/2/2026 */
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  /* transition: transform 0.6s ease-in-out;remove on 9/2/2026 */
  transition: transform 0.4s ease; /*added 9/2/2026 */
  gap: 20px;
}
/* Default: Mobile first added 9/2/2026  */
.testimonial-card {
  position: relative;
  min-width: 33.333%;
  padding: 15px;
  text-align: center;
}
/* Tablet added 9/2/2026 */
/* @media (min-width: 576px) {
  .testimonial-card {
    min-width: calc(50% - 10px);
  }
} */

/* Desktop  added 9/2/2026*/
/* @media (min-width: 992px) {
  .testimonial-card {
    min-width: calc(33.333% - 14px);
  }
} */
.testimonial-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  cursor: pointer;
}

.testimonial-card h6 {
  margin-top: 10px;
  font-weight: 600;
}

.testimonial-card small {
  color: #777;
}
/* .testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
} */
/* Tablet */
@media(max-width: 991px){
  .testimonial-card { min-width: 50%; }
}

/* Mobile */
@media(max-width: 575px){
  .testimonial-card { min-width: 100%; }
}
/* Buttons  added on 9/2/2026*/
.testimonial-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.prev-btn {
  left: 5px;
}

.next-btn {
  right: 5px;
}

/* Hide buttons on small screens if needed added on 9/2/2026*/
@media (max-width: 480px) {
  .testimonial-btn {
    width: 35px;
    height: 35px;
  }
}

/* end video testimonials */
/* category tabs on courses page */
.custom-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.custom-tabs .tab-btn {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9cfcf;
  padding: 8px 16px;
  min-height: 40px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  cursor: pointer;
  color: #5a3d3d;
  position: relative;
  border-radius: 8px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.custom-tabs .tab-btn:hover {
  border-color: #8b1a1a;
  color: #8b1a1a;
}

.custom-tabs .tab-btn.active,
.custom-tabs .tab-btn.active:hover {
  background: #8b1a1a;
  border-color: #8b1a1a;
  color: #fff;
}

.custom-tabs .tab-btn.active::after {
  display: none;
}

.tab-btn {
  background: none;
  border: none;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  color: #555;
  position: relative;
}

.tab-btn.active {
  background: #6c532e;
  color: #ffffff;
}

.tab-btn.active::after {
  content: "";
  height: 3px;
  background: #6b1212;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.tab-content-wrapper {
  padding: 10px 0;
}

.tab-content-custom {
  display: none;
  animation: fade .3s ease;
}

.tab-content-custom.active {
  display: block;
}

.courses-page {
  overflow-x: hidden;
}

.courses-page-body {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}

.courses-toolbar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
  min-width: 0;
}

.courses-toolbar.is-guest {
  justify-content: flex-start;
}

.courses-toolbar.is-guest .course-search-box {
  margin-left: 0;
}

.course-scope-toggle {
  display: inline-flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #d9cfcf;
  border-radius: 8px;
  overflow: hidden;
  min-height: 44px;
  max-width: 100%;
}

.course-scope-toggle .scope-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: #fff;
  background-image: none;
  margin: 0;
  padding: 0 18px;
  min-height: 44px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: inherit;
  color: #5a3d3d;
  cursor: pointer;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none;
}

.course-scope-toggle .scope-btn + .scope-btn {
  border-left: 1px solid #d9cfcf;
}

.course-scope-toggle .scope-btn:hover {
  background: #faf4f4;
  color: #8b1a1a;
}

.course-scope-toggle .scope-btn.active,
.course-scope-toggle .scope-btn.active:hover {
  background: #8b1a1a;
  color: #fff;
}

.course-search-box {
  position: relative;
  flex: 1 1 280px;
  min-width: 0;
  max-width: 460px;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
}

.course-search-box .bi-search {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8a7a7a;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
}

.course-search-box .course-search-input,
.course-search-box input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid #d9cfcf;
  border-radius: 8px;
  padding: 0 16px 0 40px;
  background: #fff;
  color: #2a1212;
  font-size: 0.95rem;
  font-family: inherit;
  line-height: 1.25;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.course-search-box .course-search-input::-webkit-search-decoration,
.course-search-box .course-search-input::-webkit-search-cancel-button,
.course-search-box input::-webkit-search-decoration,
.course-search-box input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.course-search-box .course-search-input::placeholder,
.course-search-box input::placeholder {
  color: #9a8a8a;
}

.course-search-box .course-search-input:focus,
.course-search-box input:focus {
  outline: none;
  border-color: #8b1a1a;
  box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.12);
}

.course-grid-item.is-hidden {
  display: none !important;
}

#myLearning.row {
  align-items: stretch;
}

#myLearning .course-grid-item {
  display: flex;
}

#myLearning .course-grid-item a.course-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  max-width: none;
  padding: 0;
}

#myLearning .course-listing-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 #cccccc;
}

#myLearning .course-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  background: #f3eeed;
  overflow: hidden;
  flex: 0 0 auto;
}

#myLearning .course-card-media img,
#myLearning .course-card-media .card-img-top {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  border-radius: 0;
}

#myLearning .course-card-media.is-placeholder img {
  object-fit: contain;
  padding: 18px;
  background: #f3eeed;
}

#myLearning .course-listing-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 14px 16px 16px;
}

#myLearning .course-listing-card .card-title {
  margin-bottom: 6px;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#myLearning .course-listing-card .course-instructor,
#myLearning .course-listing-card .course-meta {
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#myLearning .course-listing-card .course-cta {
  margin-top: auto;
  align-self: flex-start;
}

.course-card-media {
  position: relative;
}

.course-owned-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #8b1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 8px;
  z-index: 2;
}

.course-cta {
  display: inline-block;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: #8b1a1a;
}

.course-cta-more,
.course-cta-continue {
  background: #8b1a1a;
}

.courses-empty {
  padding: 24px 0 8px;
}

.courses-empty-card {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.course-empty-btn {
  appearance: none;
  -webkit-appearance: none;
  background: #8b1a1a;
  color: #fff;
  border: 1px solid #8b1a1a;
  border-radius: 8px;
  min-height: 42px;
  padding: 8px 18px;
  font-weight: 600;
  cursor: pointer;
}

.course-empty-btn:hover {
  background: #6b1212;
  border-color: #6b1212;
  color: #fff;
}

.courses-result-count {
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .courses-page .top-banner {
    aspect-ratio: 16 / 9;
    max-height: 210px;
  }

  .courses-page-body {
    padding-top: 1.75rem !important;
    padding-bottom: 2.5rem !important;
  }

  .courses-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 4px;
    margin-bottom: 18px;
  }

  .course-search-box {
    max-width: none;
    margin-left: 0;
    margin-top: 2px;
    flex: 1 1 auto;
    width: 100%;
  }

  .course-scope-toggle {
    display: flex;
    width: 100%;
  }

  .course-scope-toggle .scope-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 8px;
    font-size: 0.875rem;
    text-align: center;
  }

  .courses-page .custom-tabs {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 4px;
    gap: 8px;
  }

  .courses-page .custom-tabs .tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 7px 12px;
    min-height: 36px;
    font-size: 0.875rem;
  }
}

@keyframes fade {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
/* end category tabs */
/* gallery */
.gallery-card{
  overflow:hidden;
  border-radius:14px;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  transition:.3s;
  cursor:pointer;
}
.gallery-card:hover{transform:scale(1.03)}

.gallery-card img, .gallery-card video{
  width:100%;
  height:230px;
  object-fit:cover;
}

.filter-box select{
  border-radius:30px;
  padding-bottom: 0.9rem;
}

.badge-type{
  position:absolute;
  top:10px;
  left:10px;
  background:#000;
  color:#fff;
  padding:5px 10px;
  font-size:12px;
  border-radius:20px;
}
/* end gallery */
/* event page */
.event-card {
  position: relative;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,.25);
  transition: .3s ease;
}
.event-card:hover { transform: translateY(-6px); }

.event-card img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.event-overlay {
  position:absolute;
  bottom:0;
  padding:25px;
  width:100%;
  color:white;
  background:linear-gradient(to top, rgba(0,0,0,.85), transparent);
}

.event-badge, .event-status {
  position:absolute;
  top:15px;
  padding:5px 12px;
  border-radius:20px;
  background:#fff;
  font-size:13px;
  font-weight:600;
}
.event-badge { left:15px; }
.event-status { right:15px; }

.filter-btn.active { background:#000; color:white; }

.lazy { filter: blur(8px); transition: .6s; }
.lazy.loaded { filter: blur(0); }
/* end */
/* my profile page*/
.profile-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}
.avatar{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
}
.profile-input{
    background:#f8f9fa;
    border:none;
    border-radius:10px;
    padding:10px 12px;
}
.profile-input:disabled{
    background:#f1f3f5;
}
/* end */
.anchorMenus{
  text-decoration: none;
  color: #fff;
}
/* banner image & title — same responsive frame as hero: 16:9 desktop, 4:5 mobile */
.top-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  /* Solid base so transparent / missing pixels never read as “checkerboard” */
  background: linear-gradient(145deg, #2a0f14 0%, #4a1520 45%, #1a1a1a 100%);
  isolation: isolate;
}

@media (max-width: 768px) {
  .top-banner {
    aspect-ratio: 4 / 5;
  }

  .courses-page .top-banner {
    aspect-ratio: 16 / 9;
    max-height: 210px;
  }
}

/* Fill the banner slot; parent min-height defines the box (height:100% alone was unreliable) */
.top-banner .banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

/* Placeholder / tall “no image” artwork — show entire graphic without clipping */
.top-banner .banner-img--fallback {
  object-fit: contain;
  padding: clamp(1rem, 4vw, 2.75rem);
}

/* Dark + golden overlay */
.banner-overlay {
  position: absolute;
  inset: 0;
  /* background:
    radial-gradient(circle at center, rgba(255,215,100,0.25), rgba(0,0,0,0.75)),
    linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.85)); */
  background: 
    radial-gradient(circle at center, rgb(253 227 152 / 9%), rgba(0, 0, 0, 0.75)), 
    linear-gradient(to bottom, rgb(12 12 12 / 29%), rgb(128 128 128 / 85%));
  z-index: 1;
}

/* Centered text */
.banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content h1 {
  color: #fff;
  font-size: clamp(26px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 6px 25px rgba(0,0,0,0.6);
}
/* end banner image and title */
/* cart css */
.HeaderCartIcon a{
  color: #ffffff !important;
}
.custom-badge{
  position: absolute;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 8px;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -5px;
  opacity: .9;
  /* z-index: 123; */
}

/* end cart css */
/* Image event detail css */
 .event-img,
.event-video {
  height: 420px;
  object-fit: cover;
  border-radius: 14px;
}

/* Cards */
.info-card, .register-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Sticky on desktop */
@media(min-width: 992px){
  .sticky-box {
    position: sticky;
    top: 90px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .event-img,
  .event-video {
    height: 240px;
  }
}

/* Hide video download */
video::-webkit-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
/* Titles */
.section-title {
  font-weight: 700;
  font-size: 22px;
}

.info-list li {
  font-size: 14px;
  padding: 6px 0;
}

/* Check list */
.check-list li {
  list-style: none;
  margin-bottom: 10px;
}
.check-list i {
  color: #5b6cff;
  margin-right: 8px;
}
/* Quantity */
.qty-box button {
  width: 32px;
  height: 32px;
  border: none;
  background: #eee;
  border-radius: 6px;
}
.qty-box span {
  min-width: 30px;
  display: inline-block;
  text-align: center;
}

.cart-line-card .card-body {
    padding: 16px 18px;
}

.cart-line {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 16px 20px;
}

.cart-line-image {
    display: block;
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f4f6;
}

.cart-line-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cart-line-info {
    min-width: 0;
}

.cart-line-title {
    font-size: 1.05rem;
    font-weight: 700;
}

.cart-line-title a {
    color: #212529;
    text-decoration: none;
}

.cart-line-title a:hover {
    text-decoration: underline;
}

.cart-line-type {
    color: #6c757d;
    font-size: 0.9rem;
}

.cart-line-controls {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cart-qty-stepper {
    display: inline-flex;
    align-items: stretch;
    height: 36px;
    border: 1px solid #d5dbe0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.cart-qty-btn {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #f4f4f6;
    color: #212529;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    cursor: pointer;
}

.cart-qty-btn:hover:not(:disabled) {
    background: #e9ecef;
}

.cart-qty-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.cart-qty-value {
    min-width: 40px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    user-select: none;
    border-left: 1px solid #d5dbe0;
    border-right: 1px solid #d5dbe0;
    background: #fff;
}

.cart-qty-fixed {
    color: #6c757d;
    font-size: 0.9rem;
    white-space: nowrap;
}

.cart-remove-item {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #dc3545;
    font-size: 1.15rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.cart-remove-item:hover,
.cart-remove-item:focus {
    color: #bb2d3b;
    background: #f8d7da;
}

.cart-line-price {
    font-weight: 700;
    white-space: nowrap;
    text-align: right;
    min-width: 72px;
}

@media (max-width: 767.98px) {
    .cart-line {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .cart-line-image {
        width: 72px;
        height: 72px;
        grid-row: 1 / span 2;
    }

    .cart-line-controls {
        grid-column: 2;
    }

    .cart-line-price {
        grid-column: 1 / -1;
        text-align: left;
        padding-top: 4px;
        border-top: 1px solid #f1f3f5;
    }
}

/* Purchase button */
.btn-buy {
  background: linear-gradient(135deg, #6b1212, rgba(70, 1, 15, 0.758));
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
}
/* end event detail */
/* map height */
.map-wrapper iframe{
  width: 100%;
  height: 450px !important;
}
/* gallery new */
/* Filters */
#gallery .form-select{
  border-radius:30px;
  padding:10px 16px;
  font-weight:500;
}

/* Album card */
.album-card{
  position: relative;
  cursor:pointer;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  transition:.3s;
}
.album-card:hover{ transform:translateY(-5px); }
.album-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.badge-type{
  position:absolute;
  top:10px;
  left:10px;
  background:#000;
  color:#fff;
  padding:5px 10px;
  font-size:12px;
  border-radius:20px;
}
/* Modal media */
.modal-media img,
.modal-media video{
  width:100%;
  height:70vh;
  object-fit:contain;
  background:#000;
  border-radius:12px;
}

/* Thumbnails */
.thumb-strip{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:10px;
}
.thumb{
  width:90px;
  height:60px;
  border-radius:8px;
  overflow:hidden;
  cursor:pointer;
  border:2px solid transparent;
  flex:0 0 auto;
}
.thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.thumb.video-thumb{
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}
.thumb.active{ border-color:#fff; }

/* Mobile */
@media(max-width:768px){
  .modal-media img,
  .modal-media video{ height:55vh; }
  .thumb{ width:70px; height:48px; }
}

/* Hide video download */
video::-webkit-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
/* end gallery new */

/* Premium modal */
.premium-modal{border-radius:18px;overflow:hidden}
.premium-header{
  background:linear-gradient(135deg,#5f0909,#5e0114);
  color:#fff;
  padding:18px;
  display:flex;
  justify-content:space-between;
}
.booking-summary{
  display:flex;
  justify-content:space-between;
  background:#f8f9fb;
  border-radius:12px;
  padding:12px;
}
.premium-input{border-radius:10px;padding:12px}
.premium-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px;
  border-top:1px solid #eee;
}
.btn-premium{
  background:linear-gradient(135deg,#5f0909,#5e0114);
  border:none;
  color:#fff;
  padding:10px 20px;
  border-radius:10px;
  font-weight:600;
}
/* end premium modal */
/* our-program */
.program-course-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: .3s;
  background: #fff;
}

.program-course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.program-course-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.course-body {
  padding: 18px;
}

.program-course-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.course-desc {
  color: #666;
  font-size: .95rem;
}
#courseGrid a .course-desc {
  text-decoration: none;
}
.course-price {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 10px 0;
}

.course-btn {
  background: #6b1fd3;
  color: #fff;
  border-radius: 30px;
  padding: 8px 16px;
  border: none;
}

/* end our program */

/* policy pages */
.policy-page {
  background: #faf4f4;
}
.policy-box {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px 40px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.policy-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}
.policy-box h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #2b1212;
  margin-bottom: 8px;
}
.policy-box h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-top: 1.75rem;
  margin-bottom: 0.6rem;
}
.policy-box h3 {
  font-size: 1.05rem;
  font-weight: 650;
  margin-top: 1.1rem;
}
.policy-box p,
.policy-box li {
  color: #3d3d3d;
  line-height: 1.65;
}
.policy-box a {
  color: var(--primary);
}
.policy-box ul,
.policy-box ol {
  padding-left: 1.2rem;
}
.policy-steps {
  margin: 1rem 0 1.25rem;
}
.policy-steps li {
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .policy-box {
    padding: 24px 18px 32px;
  }
  .policy-box h1 {
    font-size: 1.6rem;
  }
}