
body{    padding: 15px;    font-family: "Montserrat", Sans-serif;}
.gallery-img {
  cursor: zoom-in;
  transition: transform .3s ease;
}
.gallery-img:hover {
  transform: scale(1.03);
}
.register-btn:hover{
    background-color: #FF0000!important;
}
/* Top & Bottom Marquee */
.notice-bar {
    background: #e6c56f;
    font-size: 14px;
    font-weight: 600;
    color: #545a52;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px;
}

.marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 25s linear infinite;
}

.marquee-track span {
    padding-right: 10px;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.marquee-item {
    display: inline-block;
    white-space: nowrap;
    padding-right: 40px; /* bas itna gap, no blank */
}

/* Main Banner */
.ddjay-banner {
    background: #f6871f;
    padding: 0px 0;
}

.ddjay-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

/* Green Strip */
.ddjay-location {
    font-family: "Montserrat", Sans-serif;
    background: #0aa650;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 6px 10px;
}

/* Logos */
.logo-img {
    max-height: 85px;
}

.logo-right {
    max-height: 75px;
}
.mobile-section-footer {
    display: none;
}
/* Responsive */
@media (max-width: 768px) {
    .ddjay-content {
    padding: 50px 0px!important;
}
.p-5 {
    padding: 1rem !important;
}

    p{    text-align: justify;}
    .ddjay-title {
        font-size: 26px;
    }
    .ddjay-location {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .mobile-section-footer {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #f8f9fa;
        width: 100%;
        padding: 2px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        right: 0;
    }
        .mobile-section-footer a.btn {
        border-radius: 0px !important;
        border-right: solid 1px #fff;
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: none!important;
}
}




/* Section */
.ddjay-section {
    background: #fffde8;
}

/* Left Content */
.ddjay-left h1 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    line-height: 1.2;
}

.ddjay-left h2 {
   font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #D24A00;

}

.ddjay-left h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000000;

}

.ddjay-left ul {
    padding-left: 0;

}

.ddjay-left ul li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: left;
}

.ddjay-left ul li::before {
    /* content: "✔";
    color: #000!important;
    font-weight: 700;
    margin-right: 10px; */
         content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    margin-right: 10px;
}

.application-fee {
       font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #D24A00;
}

.fee-amount {
   font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.register-btn {
   background-color: #FF0000;
    width: 90%;
    border-style: none;
    /* background: red; */
    color: #fff;
    font-size: 17px;
    padding: 9px;
    border-radius: 6px;
    margin-top: 15px
}

/* Right Image */
.ddjay-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .ddjay-left h1 {
        font-size: 20px;
    }
    .ddjay-left h2 {
        font-size: 16px;
    }
    .ddjay-left h3 {
        font-size: 18px;
    }
    .application-fee {
        font-size: 16px;
    }
}



/* TOP DATE BAR */
.date-bar {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.date-box {
    padding: 14px 10px;
}

.bg-green {
        background-color: transparent;
    background-image: linear-gradient(215deg, #F78320 42%, #00A85A 100%);
}

.bg-orange {
       background-color: transparent;
    background-image: linear-gradient(101deg, #F78320 42%, #00A85A 100%);
}

/* CONTENT */
.ddjay-content {
    padding: 50px 15px;
}

.ddjay-content h1 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.ddjay-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #e85d04;
    text-align: center;
    margin-bottom: 25px;
}

.ddjay-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #111;
}

.ddjay-content b {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .ddjay-content h1 {
        font-size: 26px;
    }
    .ddjay-content h2 {
        font-size: 18px;
    }
}


/* Heading */
.section-title {
    text-align: center;
    margin: 40px 0 25px;
}
.section-title h2 {
    font-weight: 700;
}
.section-title span {
    color: #e85d04;
    font-size: 20px;
    font-weight: 600;
}

/* Table */
.price-table thead th {
    background: #4c4c8a;
    color: #fff;
    padding: 18px 15px;
    font-weight: 600;
    white-space: nowrap;
}

.price-table tbody td {
    padding: 18px 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.price-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

/* ── Mobile Price Cards ── */
.price-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #ede8ff;
}

.price-card-header {
  background: linear-gradient(135deg, #4c4c8a, #2c2c6c);
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-card-floor {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.price-card-units {
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}

.price-card-type {
  background: #f0eeff;
  color: #4c4c8a;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  font-family: "Montserrat", sans-serif;
}

.price-card-bsp {
  padding: 12px 16px 4px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  font-family: "Montserrat", sans-serif;
}

.price-card-bsp small {
  font-size: 11px;
  color: #888;
  font-weight: 500;
  margin-left: 6px;
}

.price-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #ede8ff;
  margin: 10px 0 0;
}

.price-card-item {
  background: #fff;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.price-card:nth-child(even) .price-card-item {
  background: #faf9ff;
}

.pci-label {
  font-size: 10px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.pci-value {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  font-family: "Montserrat", sans-serif;
}

.pci-value.rate {
  color: #D24A00;
}

.price-card-refund {
  padding: 8px 16px;
  font-size: 11px;
  color: #2e7d32;
  font-weight: 600;
  background: #e8f5e9;
}

.price-card-btn {
  display: block;
  width: 100%;
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  text-align: center;
}

.price-card-btn:hover {
  background: #b71c1c;
}

/* Status */
.status-open {
    color: #e63946;
    font-weight: 600;
}
.status-close {
    color: #000;
    font-weight: 500;
}

/* Bottom Bar */
.register-bar {
    background: red;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    margin-top: 20px;
    border-radius: 6px;
}

/* Mobile tweak */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 22px;
    }
    .section-title span {
        font-size: 16px;
    }
}


/* Section Title */
.amenities-title {
    text-align: center;
    margin: 50px 0 35px;
}
.amenities-title h2 {
    font-weight: 700;
}
.amenities-title span {
    color: #e85d04;
    font-size: 20px;
    font-weight: 600;
}

/* Card */
.amenity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.amenity-card h6 {
    margin-top: 12px;
    font-weight: 600;
    text-align: center;
}

/* Mobile image height */
@media (max-width: 576px) {
    .amenity-card img {
        height: 140px;
    }
}


.icon-box {
  width: 55px;
  height: 55px;
  background: #304f9e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  h2 {
    font-size: 18px;
  }
}


.ease-title {
  color: #e65100;
  font-weight: 600;
}

.ease-box {
  text-align: center;
}

.ease-icon {
  font-size: 48px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}

.ease-btn {
  border: 1px solid #1c2b5a;
  padding: 12px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 600;
  background: #fff;
}

.ease-btn:hover {
  background: #1c2b5a;
  color: #fff;
}

footer {
  border-top: 1px solid #ddd;
  font-size: 14px;
}

@keyframes blink {
  0%, 80% { opacity: 1; text-shadow: 0 0 8px #fff, 0 0 15px #fff; }
  81%, 100% { opacity: 0; text-shadow: none; }
}
.blink {
  animation: blink 1s step-start infinite;
}

@keyframes blink-red {
  0%, 80% { opacity: 1; }
  81%, 100% { opacity: 0; }
}
.blink-red {
  animation: blink-red 1s step-start infinite;
}

/* ── Download Table Redesign ── */
.download-table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 6px !important;
  padding: 0 10px;
}

.download-table thead tr {
  background: linear-gradient(135deg, #4c4c8a, #2c2c6c) !important;
  box-shadow: 0 4px 15px rgba(76,76,138,0.3);
}

.download-table thead th {
  background: transparent !important;
  color: #fff !important;
  padding: 14px 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  white-space: nowrap;
}

.download-table thead th:first-child {
  border-radius: 10px 0 0 10px !important;
}

.download-table thead th:last-child {
  border-radius: 0 10px 10px 0 !important;
}

.download-table tbody tr {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-radius: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.download-table tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.download-table tbody tr:nth-child(even) {
  background: #f8f6ff !important;
}

.download-table tbody td {
  padding: 14px 20px !important;
  font-size: 14px !important;
  border: none !important;
  vertical-align: middle !important;
  white-space: nowrap;
}

.download-table tbody td:first-child {
  border-radius: 10px 0 0 10px !important;
  font-weight: 700;
  color: #4c4c8a;
}

.download-table tbody td:last-child {
  border-radius: 0 10px 10px 0 !important;
}

/* ── Status Badge ── */
.dl-status-badge {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9) !important;
  color: #2e7d32 !important;
  border-radius: 20px !important;
  padding: 4px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
}

.dl-status-badge::before {
  content: '✔';
  font-size: 10px;
}

/* ── Download Button ── */
.dl-btn {
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  background: linear-gradient(135deg, #e63946, #c1121f) !important;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 3px 10px rgba(220,53,69,0.3);
}

.dl-btn:hover {
  box-shadow: 0 5px 18px rgba(220,53,69,0.5) !important;
  transform: translateY(-1px);
  color: #fff !important;
}

/* ── Section wrapper background ── */
#downloads {
  background: #f4f6ff;
  padding: 10px 0 30px;
  border-radius: 16px;
}

/* ── Download Table Mobile ── */
@media (max-width: 576px) {

  #downloads {
    padding: 10px 5px 20px;
    border-radius: 10px;
  }

  .download-table {
    border-spacing: 0 5px !important;
  }

  .download-table thead th {
    padding: 10px 12px !important;
    font-size: 12px !important;
  }

  .download-table tbody td {
    padding: 10px 12px !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  .download-table tbody td:first-child {
    min-width: 30px;
  }

  .dl-status-badge {
    padding: 3px 8px !important;
    font-size: 10px !important;
  }

  .dl-btn {
    padding: 5px 10px !important;
    font-size: 11px !important;
    border-radius: 15px !important;
  }

  .dl-btn i {
    font-size: 11px;
  }

  /* Hide Status column on very small screens */
  .download-table thead th:nth-child(3),
  .download-table tbody td:nth-child(3) {
    display: none;
  }

}

@media (max-width: 400px) {

  .download-table thead th,
  .download-table tbody td {
    padding: 8px 8px !important;
    font-size: 11px !important;
  }

  .dl-btn {
    padding: 4px 8px !important;
    font-size: 10px !important;
  }

}

/* ───────── DDJAY Approval / RERA Strip ───────── */
.ddjay-approval-strip{
    background: linear-gradient(135deg, #fff8ec 0%, #fff 100%);
    border: 1px solid #f1dfc3;
    border-left: 5px solid #f6871f;
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 30px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.ddjay-approval-strip p{
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.8;
    color: #111;
    font-weight: 500;
    text-align: center;
}

.ddjay-approval-strip strong{
    color: #000;
    font-weight: 700;
}

.ddjay-approval-meta{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.ddjay-approval-meta span{
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.ddjay-rera{
    text-align: center;
    font-size: 15px;
    color: #0a0a0a;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* Mobile */
@media (max-width: 768px){

    .ddjay-approval-strip{
        padding: 15px;
        margin-bottom: 22px;
    }

    .ddjay-approval-strip p{
        font-size: 14px;
        line-height: 1.7;
        text-align: left !important;
    }

    .ddjay-approval-meta{
        justify-content: flex-start;
        gap: 6px;
    }

    .ddjay-approval-meta span,
    .ddjay-rera{
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }
}

/* ═══════════════════════════════
   DATE BAR WRAPPER
═══════════════════════════════ */
.date-bar-wrapper {
  display: flex;
  flex-direction: column; /* mobile: stack vertically */
  width: 100%;
}

/* ── Each text column ── */
.date-bar-wrapper .date-box {
  width: 100%;
  padding: 14px 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

/* ── Desktop images: hidden on mobile ── */
.dbi-desktop {
  display: none;
}

/* ── Shared image size ── */
.dbi-img {
  width: 120px;
  height: 107px;
  object-fit: cover;
  display: block;
}

/* ── Mobile strip: all 3 images in a row ── */
.dbi-mobile-strip {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #f5f5f5;
  padding: 10px 0;
  width: 100%;
}

.dbi-mobile-strip .dbi-img {
  width: 32%;       /* fluid on mobile */
  height: 107px;
  object-fit: cover;
}

/* ═══════════════════════════════
   DESKTOP (≥768px)
═══════════════════════════════ */
@media (min-width: 768px) {

  /* Switch wrapper to horizontal row */
  .date-bar-wrapper {
    flex-direction: row;
    align-items: stretch;
  }

  /* Each text column: equal flex share */
  .date-bar-wrapper .date-box {
    flex: 1 1 0;
    width: auto;
  }

  /* Show desktop images between columns */
  .dbi-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 120px;
    overflow: hidden;
  }

  .dbi-desktop .dbi-img {
    width: 120px;
    height: 107px;
  }

  /* Hide mobile strip on desktop */
  .dbi-mobile-strip {
    display: none;
  }

}

/* ── Desktop: compact price table so all columns fit without scrolling ── */
@media (min-width: 769px) {
  .price-table thead th {
    padding: 9px 5px;        /* was 18px 15px */
    font-size: 10.5px;       /* was default ~14px */
    white-space: normal;     /* allow header text to wrap */
    line-height: 1.3;
    vertical-align: top;
  }

  .price-table tbody td {
    padding: 8px 5px;        /* was 18px 15px */
    font-size: 11px;
    white-space: normal;     /* allow wrapping */
    word-break: break-word;
    line-height: 1.3;
  }
}


 <style>
    /* ════════════════════════════════════════════════
       FAQ SECTION — scoped to .faq-section
       Fixes conflicts with existing style.css:
       1. ul li::before  → site uses chevron border trick; overridden here with ✔
       2. h2 global      → ddjay-content h2, section-title h2, @media h2 bleed in; overridden
       3. p mobile       → text-align:justify bleeds into accordion body; neutralised
       4. body font      → Montserrat on body bleeds into accordion; explicitly set Poppins
       5. .bg-green      → name collision with site's gradient class; renamed to .faq-cta-bg
    ════════════════════════════════════════════════ */

    /* ── CSS custom properties scoped to section ── */
    .faq-section {
      --faq-orange:      #e87722;
      --faq-orange-dark: #c5621a;
      --faq-green:       #2e7d32;
      --faq-text-dark:   #1a1a2e;
      --faq-text-muted:  #5a6a7a;
      --faq-border:      #e0e6ed;

      background: #f4f6f8 !important;
      padding: 60px 0 70px !important;
      /* FIX 4: force Poppins inside entire section, overriding body { font-family: Montserrat } */
      font-family: 'Poppins', sans-serif !important;
    }

    /* ── TITLE — FIX 2: override h2 rules from .ddjay-content h2 / .section-title h2 ── */
    .faq-section-title {
      text-align: center;
      margin-bottom: 48px;
    }
    .faq-section-title h2 {
      font-family: 'Nunito', sans-serif !important;
      font-weight: 800 !important;
      font-size: 2rem !important;
      color: #1a1a2e !important;
      letter-spacing: -0.5px !important;
      margin-bottom: 8px !important;
      /* reset colour overrides from .ddjay-content h2 (#e85d04) */
      color: #1a1a2e !important;
    }
    .faq-section-title h2 .faq-accent {
      color: #e87722;
    }
    /* FIX 3: override p { text-align:justify } on mobile */
    .faq-section-title p {
      color: #5a6a7a !important;
      font-size: 0.95rem !important;
      margin: 0 !important;
      text-align: center !important;
    }
    .faq-section-title .faq-title-line {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 14px;
    }
    .faq-section-title .faq-title-line::before,
    .faq-section-title .faq-title-line::after {
      content: '';
      height: 3px;
      width: 60px;
      background: linear-gradient(90deg, #e87722, #2e7d32);
      border-radius: 2px;
    }
    .faq-section-title .faq-title-line span {
      font-size: 1.3rem;
    }

    /* ── FILTER TABS ── */
    .faq-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-bottom: 36px;
    }
    /* Hardcoded values — no CSS vars — to guarantee rendering in all browsers/cascade order */
    .faq-tab-btn {
      background: #ffffff !important;
      border: 2px solid #e0e6ed !important;
      border-radius: 50px !important;
      padding: 7px 20px !important;
      font-size: 0.82rem !important;
      font-weight: 600 !important;
      color: #5a6a7a !important;
      cursor: pointer !important;
      transition: all 0.22s ease !important;
      font-family: 'Poppins', sans-serif !important;
      line-height: 1.4 !important;
      display: inline-block !important;
      text-decoration: none !important;
      box-shadow: none !important;
      outline: none !important;
    }
    .faq-tab-btn:hover,
    .faq-tab-btn.faq-active {
      background: #e87722 !important;
      border-color: #e87722 !important;
      color: #ffffff !important;
      box-shadow: 0 4px 14px rgba(232,119,34,0.25) !important;
    }
    .faq-tab-btn:focus,
    .faq-tab-btn:active,
    .faq-tab-btn:focus-visible {
      outline: none !important;
      box-shadow: none !important;
      color: #5a6a7a !important;
    }
    .faq-tab-btn.faq-active:focus,
    .faq-tab-btn.faq-active:active {
      color: #ffffff !important;
    }

    /* ── ACCORDION SHOW/HIDE ── */
    .faq-accordion { display: none; }
    .faq-accordion.faq-active-tab { display: block; }

    /* ── GROUP LABEL ── */
    .faq-group-label {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: 'Nunito', sans-serif !important;
      font-weight: 800;
      font-size: 1rem;
      color: #2e7d32 !important;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin: 28px 0 12px;
      padding-left: 4px;
    }
    .faq-group-label:first-child { margin-top: 0; }
    .faq-group-label .faq-label-icon {
      font-size: 1.1rem;
      background: #2e7d32 !important;
      color: #fff !important;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    /* ── ACCORDION ITEMS ── */
    .faq-section .accordion-item {
      border: none !important;
      border-radius: 10px !important;
      margin-bottom: 8px;
      box-shadow: 0 1px 6px rgba(0,0,0,0.06);
      overflow: hidden;
    }
    /* FIX 4: font-family Montserrat bleeds from body */
    .faq-section .accordion-button {
      font-family: 'Poppins', sans-serif !important;
      font-weight: 600 !important;
      font-size: 0.92rem !important;
      color: #1a1a2e !important;
      background: #fff !important;
      padding: 16px 20px !important;
      border: none !important;
      box-shadow: none !important;
      line-height: 1.4 !important;
    }
    .faq-section .accordion-button:not(.collapsed) {
      background: linear-gradient(135deg, #fff8f2 0%, #fff 100%) !important;
      color: #c5621a !important;
    }
    /* Custom chevron icon via Bootstrap Icons font */
    .faq-section .accordion-button::after {
      background-image: none !important;
      content: '\F282';
      font-family: 'bootstrap-icons' !important;
      font-size: 1rem;
      color: #e87722;
      font-weight: 700;
      width: auto;
      height: auto;
      transform: none !important;
      transition: none;
    }
    .faq-section .accordion-button:not(.collapsed)::after {
      content: '\F286';
      color: #e87722;
    }
    .faq-section .accordion-button .faq-q-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 24px;
      height: 24px;
      background: #e87722;
      color: #fff;
      border-radius: 6px;
      font-size: 0.72rem;
      font-weight: 700;
      margin-right: 12px;
      flex-shrink: 0;
      padding: 0 5px;
    }
    .faq-section .accordion-button:not(.collapsed) .faq-q-badge {
      background: #c5621a;
    }

    /* ── ACCORDION BODY ── */
    .faq-section .accordion-body {
      font-family: 'Poppins', sans-serif !important;
      font-size: 0.88rem;
      color: #5a6a7a;
      line-height: 1.75;
      background: #fff;
      padding: 0 20px 18px 20px !important;
      border-top: 1px solid #f0ece8;
    }
    /* FIX 3: override p { text-align:justify } */
    .faq-section .accordion-body p {
      text-align: left !important;
      margin-bottom: 0;
    }
    .faq-section .accordion-body ul {
      margin: 8px 0 0;
      padding-left: 0 !important;
      list-style: none !important;
    }
    /* FIX 1: override site's chevron li::before with ✔ checkmark */
    .faq-section .accordion-body ul li {
      padding: 4px 0 4px 22px !important;
      position: relative;
      color: #1a1a2e;
      font-size: 0.88rem;
      margin-bottom: 0 !important;
    }
    .faq-section .accordion-body ul li::before {
      /* Reset site's border-trick chevron, apply checkmark */
      content: '✔' !important;
      display: inline !important;
      width: auto !important;
      height: auto !important;
      border: none !important;
      border-width: 0 !important;
      transform: none !important;
      position: absolute !important;
      left: 0 !important;
      top: 6px !important;
      color: #2e7d32 !important;
      font-size: 0.78rem !important;
      margin-right: 0 !important;
      background: none !important;
    }

    /* Step-list (numbered) — FIX 1 also applies */
    .faq-section .accordion-body .faq-step-list {
      counter-reset: faq-steps;
      padding-left: 0 !important;
      list-style: none !important;
    }
    .faq-section .accordion-body .faq-step-list li {
      counter-increment: faq-steps;
      padding-left: 0 !important;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 8px;
    }
    /* FIX 1: step-list numbers, fully override the chevron */
    .faq-section .accordion-body .faq-step-list li::before {
      content: counter(faq-steps) !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      min-width: 24px;
      height: 24px;
      background: #e87722 !important;
      color: #fff !important;
      border-radius: 50% !important;
      font-size: 0.75rem !important;
      font-weight: 700 !important;
      flex-shrink: 0;
      margin-top: 1px;
      /* reset border-trick */
      border: none !important;
      border-width: 0 !important;
      transform: none !important;
      position: static !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      margin-right: 0 !important;
    }

    .faq-section .accordion-body .faq-highlight {
      background: linear-gradient(135deg, #fff8f0, #f0f9f0);
      border-left: 3px solid #e87722;
      border-radius: 8px;
      padding: 10px 14px;
      margin-top: 10px;
      font-weight: 600;
      color: #1a1a2e;
      font-size: 0.88rem;
    }
    .faq-section .accordion-body .faq-tag {
      display: inline-block;
      background: #e8f5e9;
      color: #2e7d32;
      border-radius: 4px;
      padding: 2px 9px;
      font-size: 0.78rem;
      font-weight: 700;
      margin: 2px 4px 2px 0;
    }
    .faq-section .accordion-body .faq-tag.faq-tag-orange {
      background: #fff3e8;
      color: #c5621a;
    }
    .faq-clr-orange { color: #e87722 !important; }
    .faq-clr-green  { color: #2e7d32 !important; }
    .faq-fw7        { font-weight: 700; }

    /* ── SIDEBAR CTA — FIX 5: renamed from .bg-green to .faq-cta-bg ── */
    .faq-sidebar-cta {
      /* FIX 5: avoid .bg-green collision — inline style sets actual bg */
      background: linear-gradient(160deg, #2e7d32 0%, #1b5e20 100%);
      border-radius: 14px;
      padding: 30px 24px;
      color: #fff;
      text-align: center;
      position: sticky;
      top: 20px;
    }
    .faq-sidebar-cta h4 {
      font-family: 'Nunito', sans-serif !important;
      font-weight: 800 !important;
      font-size: 1.2rem !important;
      margin-bottom: 8px !important;
      color: #fff !important;
    }
    .faq-sidebar-cta p {
      font-size: 0.85rem !important;
      opacity: 0.85;
      margin-bottom: 18px !important;
      color: #fff !important;
      text-align: center !important;
    }
    .faq-sidebar-cta .faq-cta-amount {
      font-family: 'Nunito', sans-serif;
      font-size: 2rem;
      font-weight: 900;
      color: #ffd54f;
      line-height: 1;
    }
    .faq-sidebar-cta .faq-cta-amount small {
      font-size: 0.85rem;
      font-weight: 600;
      color: rgba(255,255,255,0.75);
      display: block;
      margin-top: 4px;
    }
    .faq-sidebar-cta .faq-cta-btn {
      display: block;
      background: #e87722;
      color: #fff !important;
      border: none;
      border-radius: 8px;
      padding: 12px 28px;
      font-weight: 700;
      font-size: 0.95rem;
      width: 100%;
      margin-top: 18px;
      transition: background 0.2s;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.5px;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
    }
    .faq-sidebar-cta .faq-cta-btn:hover {
      background: #c5621a;
      color: #fff !important;
    }
    .faq-sidebar-cta hr {
      border-color: rgba(255,255,255,0.2);
      margin: 20px 0;
    }
    .faq-sidebar-cta .faq-info-row {
      display: flex;
      align-items: center;
      gap: 10px;
      text-align: left;
      margin-bottom: 10px;
      font-size: 1.0rem;
      color: #fff;
    }
    .faq-sidebar-cta .faq-info-row i {
      font-size: 1.1rem;
      color: #ffd54f;
      flex-shrink: 0;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .faq-section { padding: 40px 0 50px; }
      /* FIX 2: prevent global @media h2 { font-size:18px } from shrinking title */
      .faq-section-title h2 { font-size: 1.5rem !important; }
      .faq-sidebar-cta { margin-top: 30px; position: static; }
      /* FIX 3: neutralise p { text-align:justify } already handled above */
    }
    
    
  </style>
  
  

 