a {
  text-decoration: none;
}

.bon-hero.hero-img {
  background-color: #183153;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
  display: flex;
  align-items: flex-end;
  position: relative;
  isolation: isolate;
}

.bon-hero.hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(15, 32, 55, 0.42) 0%, rgba(13, 26, 45, 0.92) 100%);
  z-index: 0; 
}

.bon-hero.hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(45% 60% at 12% 8%, rgba(237, 115, 23, 0.28) 0%, rgba(237, 115, 23, 0) 60%), radial-gradient(40% 50% at 88% 15%, rgba(59, 111, 176, 0.35) 0%, rgba(59, 111, 176, 0) 60%);
  z-index: 0;
  pointer-events: none;
}

.bon-hero.hero-img .container {
  position: relative;
  z-index: 1;
}

.bon-hero.hero-img h1 {
  margin-bottom: 0;
}

.hero-crumb {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-crumb a {
  color: rgba(255, 255, 255, 0.75);
}

.hero-crumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
}

.bon-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4.8vw, 50px);
  line-height: 1.3;
  margin-bottom: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  text-align: center;
}

.bon-hero p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 900px;
  font-size: clamp(16px, 1.6vw, 20px);
  margin: 10px 0 0px 0;
  line-height: 1.75;
}

.bon-hero.hero-sm {
  padding: 6rem 0 5rem;
}

.bon-hero.hero-sm h1 {
  font-size: clamp(1.95rem, 3.6vw, 2.8rem);
}

/********************************* about *********************************/

.bon-about {
  padding: 80px 0px;
  background: #fff;
  overflow: hidden;
}

.bon-about-intro {
  max-width: 760px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.bon-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.bon-about-eyebrow::before,
.bon-about-eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--secondary);
  border-radius: 2px;
}

.bon-about-intro h2 {
  color: var(--primary);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1.1rem;
}

.bon-about-intro p {
  color: #4b5768;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.85;
  margin: 0;
}

.bon-mission {
  padding-top: 50px;
  border-top: 1px solid #d3d3d3;
}

.bon-feature-row .row {
  align-items: center;
}

.bg-bone {
  background: #f6f5f1;
}

.session-pad {
  padding: 80px 0px;
}

.bon-feature-media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  height: 360px;
  width: 100%;
  box-shadow: 0 30px 60px -32px rgba(24, 49, 83, 0.2);
  transition: box-shadow 0.35s ease;
}

.bon-feature-row:hover .bon-feature-media {
  box-shadow: 0 36px 68px -28px rgba(24, 49, 83, 0.3);
}

.bon-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.bon-feature-row:hover .bon-feature-media img {
  transform: scale(1.06);
}

.bon-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(24, 49, 83, 0) 45%, rgba(24, 49, 83, 0.45) 100%);
  z-index: 1;
}

.bon-feature-badge {
  position: absolute;
  top: 1.1rem;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  background: var(--primary);
  box-shadow: 0 14px 26px -8px rgba(24, 49, 83, 0.6);
  transition: transform 0.35s ease;
}

.bon-feature-row:hover .bon-feature-badge {
  transform: scale(1.08) rotate(-6deg);
}

.bon-feature-row.bon-reverse .bon-feature-badge {
  left: 1.1rem;
}

.bon-feature-row:not(.bon-reverse) .bon-feature-badge {
  right: 1.1rem;
}

.bon-feature-row:nth-of-type(2) .bon-feature-badge {
  background: var(--secondary);
}

.bon-feature-copy {
  padding: 2rem 0;
}

.bon-feature-row.bon-reverse .bon-feature-copy {
  padding-left: 0;
}

.bon-feature-number {
  display: inline-block;
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.bon-feature-copy h3 {
  color: var(--primary);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.bon-feature-copy p {
  color: #5c6779;
  font-size: 1rem;
  line-height: 1.85;
  margin: 0;
}

/************************************* privachy *********************************/
 
.bon-policy {
  padding: 80px 0px;
  background: #f8f7f4;
}

.bon-policy .row {
  align-items: flex-start;
}

.bon-policy-toc {
    position: sticky;
    top: 90px;
    z-index: 10;
    border-radius: 20px;
    padding: 1.7rem 1.5rem;
    background: var(--primary);
    box-shadow: 0 30px 54px -32px rgba(24, 49, 83, 0.2);
}

.bon-policy-toc-label {
  color: #ffd6b7;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.bon-policy-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bon-policy-toc li+li {
  margin-top: 0.4rem;
}

.bon-policy-toc a {
  display: block;
  color: #f2f2f2; 
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 0.85rem;
  border-radius: 10px;
  border-left: 2px solid transparent;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.bon-policy-toc a:hover,
.bon-policy-toc .active {
    color: #FFA15A;
    background: rgba(255, 255, 255, 0.06);
    border-left-color: #FFA15A;
    padding-left: 1.05rem;
}

.bon-policy-intro {
  background: #fff;
  border: 1px solid #edece6;
  border-radius: 22px;
  padding: 2rem 2.2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 20px 40px -30px rgba(24, 49, 83, 0.15);
}

.bon-policy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.bon-policy-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--secondary);
  border-radius: 2px;
}

.bon-policy-intro p {
  color: #4b5768;
  font-size: 1.02rem;
  line-height: 1.9;
  margin: 0 0 1.1rem;
}

.bon-policy-intro p:last-child {
  margin-bottom: 0;
}

.bon-policy-section {
    background: #fff;
    border: 1px solid #edece6;
    border-radius: 20px;
    padding: 1.9rem 2.1rem;
    margin-bottom: 1.1rem;
    scroll-margin-top: 100px;
    box-shadow: 0 18px 38px -30px rgba(24, 49, 83, 0.22);
    transition: box-shadow 0.3s ease,
                transform 0.3s ease,
                border-color 0.3s ease;
}

.bon-policy-section:last-child {
  margin-bottom: 0;
}

.bon-policy-section:hover {
  transform: translateY(-3px);
  border-color: #e3e1da;
  box-shadow: 0 28px 50px -28px rgba(24, 49, 83, 0.32);
}

.bon-policy-section-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.1rem; 
}

.bon-policy-section-num {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.bon-policy-section:hover .bon-policy-section-num {
  background: var(--secondary);
  transform: scale(1.06) rotate(-4deg);
}
 
.bon-policy-section h2 {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.005em;
}

.bon-policy-section p {
  color: #5c6779;
  font-size: 0.99rem;
  line-height: 1.9;
  margin: 0 0 1rem;
}

.bon-policy-section p:last-child {
  margin-bottom: 0;
}

.bon-policy-section ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
} 

.bon-policy-section ul:last-child { 
  margin-bottom: 0;
}
 
.bon-policy-section ul li {
  position: relative;
  color: #5c6779;
  font-size: 0.99rem; 
  line-height: 1.85;
  padding-left: 1.6rem;
  margin-bottom: 0.65rem;
  transition: padding-left 0.2s ease;
}

.bon-policy-section ul li:hover {
  padding-left: 1.8rem;
}

.bon-policy-section ul li:last-child {
  margin-bottom: 0;
}

.bon-policy-section ul li i {
  position: absolute;
  left: 0;
  top: 0.32rem;
  color: var(--secondary);
  font-size: 0.85rem;
}

.bon-policy-section ul li strong {
  color: var(--primary);
  font-weight: 600;
}

.bon-policy-contact {
  margin-top: 1.5rem;
  background: var(--primary);
  border-radius: 22px;
  padding: 2.5rem 2.3rem;
  color: #fff;
}

.bon-policy-contact h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  color: #fff;
}

.bon-policy-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.bon-policy-contact-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}

.bon-policy-contact-item i {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.bon-policy-contact-item:hover i {
  transform: scale(1.08);
}

.bon-policy-contact-item a {
  color: rgba(255, 255, 255, 0.88);
}

.bon-policy-contact-item a:hover {
  color: #fff;
}

.bon-clause-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.bon-clause {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.bon-clause-tag {
  flex: none;
  min-width: 42px;
  padding: 0.2rem 0.5rem;
  border-radius: 7px;
  background: rgba(237, 115, 23, 0.1);
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.6;
}

.bon-clause-text {
  color: #5c6779;
  font-size: 0.99rem;
  line-height: 1.85;
}

.bon-clause-text strong {
  color: var(--primary);
  font-weight: 600;
}

.bon-clause-text a {
  color: var(--secondary);
  font-weight: 600;
  border-bottom: 1px solid rgba(237, 115, 23, 0.35);
}

.bon-clause-text a:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

/******************************************* faq ***********************************/

.faq-section {
  padding: 80px 0;
  background: #fff;
}

.faq-head {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.faq-eyebrow::before,
.faq-eyebrow::after {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--secondary);
  border-radius: 2px;
}

.faq-head h2 {
  color: var(--primary);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.85rem;
}

.faq-head p {
  color: #5c6779;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.faq-accordion .accordion-item {
  background: #f8f7f4;
  border: 1px solid #edece6;
  border-left: 3px solid transparent;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.faq-accordion .accordion-item:hover {
  transform: translateX(3px);
  box-shadow: 0 18px 34px -26px rgba(24, 49, 83, 0.35);
}

.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: #fff;
  border-left-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 0 22px 44px -24px rgba(24, 49, 83, 0.32);
}

.faq-accordion .accordion-header {
  margin: 0;
}

.faq-accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: transparent;
  color: var(--primary);
  font-size: 1.02rem;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  transition: background 0.25s ease;
}

.faq-accordion .accordion-button:hover {
  background: rgba(24, 49, 83, 0.03);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--primary);
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239aa4b2' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ed7317' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-q-num {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3e1da;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.accordion-button:not(.collapsed) .faq-q-num {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  transform: scale(1.08);
}

.faq-q-text {
  flex: 1;
  line-height: 1.5;
}

.faq-accordion .accordion-body {
  padding: 0 1.5rem 1.4rem 4.1rem;
  color: #5c6779;
  font-size: 0.95rem;
  line-height: 1.85;
}

.faq-cta {
  margin-top: 24px;
  background: var(--primary);
  border: none;
  border-radius: 22px;
  padding: 2.4rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-shadow: 0 30px 54px -32px rgba(24, 49, 83, 0.55);
}

.faq-cta-text h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.faq-cta-text p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin: 0;
}

.faq-cta-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.faq-cta-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.75rem 1.4rem;
  border-radius: 50px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-cta-actions .btn-fill {
  background: var(--secondary);
  color: #fff;
}

.faq-cta-actions .btn-fill:hover {
  background: #fff;
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -14px rgba(0, 0, 0, 0.35);
}

.faq-cta-actions .btn-line {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.faq-cta-actions .btn-line:hover {
  border-color: #fff;
  transform: translateY(-2px);
}

/******************************* contact ************************/

.contact-section {
  padding: 80px 0;
  background: #f8f7f4;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--secondary);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.contact-eyebrow::before,
.contact-eyebrow::after {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--secondary);
  border-radius: 2px;
}

.contact-section h2 {
  color: var(--primary);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.9rem;
}

.contact-section>.container>.row>div>p.contact-lede {
  color: #5c6779;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 15px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px solid #e3e1da;
  border-radius: 0;
  background: transparent;
  transition: padding-left 0.25s ease;
}

.contact-info-list .contact-info-card:last-child {
  border-bottom: none;
}

.contact-info-card:hover {
  padding-left: 0.4rem;
}

.contact-info-icon {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

.contact-info-card:hover .contact-info-icon {
  transform: scale(1.08) rotate(-4deg);
}

.contact-info-card:nth-child(2) .contact-info-icon,
.contact-info-card:nth-child(4) .contact-info-icon {
  background: var(--secondary);
}

.contact-info-text h4 {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.contact-info-text p,
.contact-info-text a {
  color: #5c6779;
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
  display: block;
}

.contact-info-text a:hover {
  color: var(--secondary);
}

.contact-form-card {
  background: #fff;
  border: none;
  border-radius: 26px;
  padding: 2.6rem;
  box-shadow: 0 40px 70px -34px rgba(24, 49, 83, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient( circle, rgba(237, 115, 23, 0.12) 0%, rgba(237, 115, 23, 0) 70%);
  pointer-events: none;
}

.contact-form-card label {
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
}

.contact-form-card .form-control {
  border: 1px solid #e3e1da;
  border-radius: 12px;
  padding: 0.8rem 1.05rem;
  font-size: 0.93rem;
  color: var(--primary);
  background: #f8f7f4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form-card .form-control:focus {
  outline: none;
  border-color: var(--secondary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(237, 115, 23, 0.12);
}

.contact-form-card textarea.form-control {
  resize: vertical;
  min-height: 130px;
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--secondary);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.9rem 2.1rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-submit-btn:hover {
  background: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -16px rgba(24, 49, 83, 0.55);
}

.contact-submit-btn:active {
  transform: translateY(0);
} 

.contact-extra-section {
  padding: 0 0 90px;
  background: #f8f7f4;
}

.contact-map-wrap {
  border-radius: 22px; 
  overflow: hidden;
  border: none;
  height: 100%; 
  min-height: 340px;
  box-shadow: 0 30px 54px -34px rgba(24, 49, 83, 0.35);
}

.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  display: block;
  filter: grayscale(25%);
  transition: filter 0.3s ease;
}

.contact-map-wrap:hover iframe { 
  filter: grayscale(0%);
}
 
.contact-side-card {
  background: var(--primary);
  border-radius: 22px; 
  padding: 2.2rem 2rem;
  color: #fff;
  height: 100%;
  box-shadow: 0 30px 54px -32px rgba(24, 49, 83, 0.6);
  position: relative;
  overflow: hidden;
}

.contact-side-card::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient( circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.contact-side-card h4 {
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.contact-side-card h4 i {
  color: var(--secondary);
}

.contact-hours-list {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}

.contact-hours-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

.contact-hours-list li:hover {
  background: rgba(255, 255, 255, 0.06);
  padding-left: 0.7rem;
}

.contact-hours-list li:last-child {
  border-bottom: none;
}

.contact-hours-list li span:last-child {
  color: #fff;
  font-weight: 600;
}

.contact-social-row {
  display: flex;
  gap: 0.7rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-social-row a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background 0.25s ease, transform 0.25s ease;
}

.contact-social-row a:hover {
  background: var(--secondary);
  transform: translateY(-3px) scale(1.05);
}

/********************************** responsive *************************************/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
  .bon-about {
    padding: 60px 0;
  }
  .bon-about-intro {
    margin-bottom: 3.5rem;
  }
  .bon-feature-copy {
    padding: 1.5rem 0 0;
  }
  .bon-feature-row.bon-reverse .bon-feature-copy {
    padding-left: 0;
  }
  .session-pad {
    padding: 60px 0px;
  }
  .bon-policy-toc {
    position: static;
    margin-bottom: 2.5rem;
  }
  .contact-map-wrap {
    margin-bottom: 1.75rem;
  }
  .contact-section {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .bon-feature-row .row>div:first-child {
    order: 1;
  }
  .bon-feature-row .row>div:last-child {
    order: 2;
  }
  .bon-feature-media {
    aspect-ratio: 16 / 10;
  }
  .bon-policy-section-head {
    gap: 0.7rem;
  }
  .bon-policy-section-num {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }
  .bon-policy-section h2 {
    font-size: 1.08rem;
  }
  .bon-policy-contact {
    padding: 2rem 1.6rem;
  }
  .bon-clause {
    gap: 0.75rem;
  }
  .bon-clause-tag {
    min-width: 36px;
    font-size: 0.72rem;
  }
  .faq-section {
    padding: 60px 0;
  }
  .faq-cta {
    flex-direction: column;
    text-align: center;
  }
  .faq-cta-actions {
    justify-content: center;
  }
  .contact-section {
    padding: 60px 0;
  }
  .contact-extra-section {
    padding-bottom: 60px;
  }
  .contact-form-card {
    padding: 1.8rem;
  }
}

@media only screen and (max-width: 576px) {
  .bon-hero h1 {
    font-size: clamp(26px, 7vw, 34px);
  }
  .bon-hero h1 {
    font-size: clamp(26px, 7vw, 34px);
  }
  .bon-about {
    padding: 3.5rem 0 1rem;
  }
  .bon-about-intro h2 {
    font-size: 1.5rem;
  }
  .bon-about-eyebrow::before,
  .bon-about-eyebrow::after {
    width: 18px;
  }
  .bon-feature-badge {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
  .bon-policy {
    padding: 60px 0px;
  }
  .bon-clause {
    flex-direction: column;
    gap: 0.4rem;
  }
  .faq-q-text {
    font-size: 0.9rem;
  }
  .faq-q-num {
    display: none;
  }
  .faq-accordion .accordion-body {
    padding-left: 1.4rem;
  }
}