/* Root Variables */
:root {
  --font-primary: "Hind Siliguri", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --color-primary: #141414;
  --color-secondary: #C2C2C2;
  --color-text-dark-gray: #363636;
  --color-accent: #ffc107;
  --color-dark: #212529;
  --color-ghost-white: #f8f9fa;
  --color-white: #fff;
  --color-anti-flash-white: #F3F3F3;
}

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.6;
}

.section,
section {
  padding: 7rem 0;
  /* Base: ~112px */
}

.inner-section {
  padding: 5rem 0;
}

.padding-top-none {
  padding-top: 0 !important;
}

.mt-32 {
  margin-top: clamp(28px, 4vw, 32px);
}

.mb-32 {
  margin-bottom: clamp(28px, 4vw, 32px);
}

.mb-26 {
  margin-bottom: clamp(20px, 3.5vw, 26px);
}

.mb-24 {
  margin-bottom: clamp(18px, 3vw, 24px);
}

.mt-26 {
  margin-top: clamp(20px, 3.5vw, 26px);
}

.mb-20 {
  margin-bottom: clamp(16px, 2.5vw, 20px);
}

.mb-80 {
  margin-bottom: clamp(50px, 8vw, 80px) !important;
}

.px-64 {
  padding-left: clamp(42px, 6vw, 64px);
  padding-right: clamp(42px, 6vw, 64px);
}


.font-responsive {
  font-size: 16px !important;
}

.title {
  font-weight: 600;
  line-height: 120%;
  /* 62.4px */
  letter-spacing: -0.52px;
}

.title.light {
  color: var(--color-ghost-white);
}

.title1 {
  font-size: clamp(1.8rem, 5vw + 1rem, 3.25rem);
  line-height: 130%;
  letter-spacing: -0.52px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;

  /* scales between ~28px and ~52px */
}

.title2 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  /* min: 24px, max: 40px */
}

.title3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  /* min: 20px, max: 32px */
}

.title4 {
  font-size: clamp(1.125rem, 2.5vw, 1.625rem);
  /* min: 18px, max: 26px */
}

.title5 {
  font-size: clamp(1rem, 2vw, 1.375rem);
  /* 16px–22px */
}

.title6 {
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  /* 14px–18px */
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-hover-color)
}

@media (max-width: 1200px) {

  .section,
  section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }


}

@media (max-width: 992px) {

  .section,
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

@media (max-width: 768px) {

  .section,
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

}

@media (max-width: 350px) {

  /* section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  } */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  /* 16 to max 20px */
  line-height: 1.6;
  color: var(--color-text-dark-gray);
}

p.dark {
  color: #C2C2C2;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: clamp(0.875rem, 1vw, 1rem);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.btn-base {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;

  padding: clamp(0.625rem, 1vw, 0.75rem) clamp(1.5rem, 2vw, 1.75rem);
  /* 10px–24px */
  min-height: 44px;

  font-size: clamp(0.875rem, 1vw, 1rem);
  /* 14px–16px */
  font-family: var(--font-primary);
  font-weight: 500;
  /* line-height: 1.4; */

  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}


.btn-secondary {
  border: 1px solid var(--color-white);
  background: var(--color-white);
  color: #141414;
  border: 1px solid #01010118;
}

.btn-secondary:hover {
  /* background: #f5f5f5; */
  /* Soft gray for contrast */
  border-color: #e0e0e0;
  color: #000;
}

/* Primary visual style */
.btn-primary {
  border: 1px solid var(--Color-Cod-Gray, #141414);
  background: var(--Color-Cod-Gray, #141414);
  color: var(--color-white);
}

.btn-primary:hover {
  background: var(--color-white);
  /* transition: color 0.89s ease; */
  color: var(--color-primary);
}

nav {
  padding: 14px 0;
}

.nav-btn {
  padding: 10px 24px;
}

/* ✅ Sticky CSS */
.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-nav>div {
  width: 60%;
  background-color: #EFEFEF;
  box-shadow: 0 30px 9px 0 rgba(135, 135, 135, 0.00), 0 19px 8px 0 rgba(135, 135, 135, 0.03), 0 11px 7px 0 rgba(135, 135, 135, 0.10), 0 5px 5px 0 rgba(135, 135, 135, 0.17), 0 1px 3px 0 rgba(135, 135, 135, 0.20);
  transition: box-shadow 0.3s ease;
  padding: 20px !important;
}

/* header  */
.title-highlight {
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 8px;
}

.header-badge {
  font-family: var(--font-secondary) !important;
  border-radius: 27px;
  background-color: var(--color-white);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 25px;
  left: 60px;
  padding: 20px;
}

.header-badge-inner {
  gap: 16px;
}

.review-profiles {
  display: flex;
  align-items: center;
  font-family: var(--font-secondary);
}

.review-profiles img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.review-last-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-dark);
  color: var(--color-white);
  font-weight: 400;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.rating {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  /* 24px */

}

.font-secondary {
  font-family: var(--font-secondary) !important;
}

.header-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  text-align: end;
}

.margin-left--12 {
  margin-left: -12px;
}

/* problem-section */
.section-dark,
.problem-section {
  background-color: var(--color-dark);
}

.problem-section-subtitle {
  width: 60%;
  margin: 0 auto;
}

.problem-section-subtitle-light {
  color: var(--color-text-dark-gray);
}

.problem-section-card {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: #101010;
  overflow: hidden;
}

.first-part {
  border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.first-part-light {
  border-right: 1px solid rgba(26, 26, 26, 0.20);

}

.problem-btn {
  font-size: clamp(1rem, 1vw, 1.5rem);
  padding: 24px 32px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  justify-content: space-between;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: -0.24px;
  font-weight: 400;
}

.problem-btn:hover {
  background-color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.20);
  color: var(--color-dark);
}

.problem-btn.active {
  background-color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.20);
  color: var(--color-dark);
}

.problem-btn-light {
  font-size: clamp(1rem, 1vw, 1.5rem);
  padding: 24px 32px;
  color: var(--color-primary);
  border: none;
  border-bottom: 1px solid rgba(26, 26, 26, 0.20);
  justify-content: space-between;
  background-color: var(--color-anti-flash-white);
}

.problem-btn-light:hover {
  background-color: #191919;
  border-color: rgba(26, 26, 26, 0.20);
  color: var(--color-white);
}


.problem-btn-light.active {
  background-color: #191919;
  border-color: rgba(26, 26, 26, 0.20);
  color: var(--color-white);
}

.arrow-icon {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.problem-btn:hover .arrow-icon,
.problem-btn:active .arrow-icon,
.problem-btn.active .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

.arrow-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--color-white);
}

.problem-content {
  text-align: start;
}

.problem-content p {
  font-size: clamp(1rem, 1vw, 1.25rem);
  /* min: 16px, max: 20px */
  margin-bottom: 0;
}

.problem-content-light p {
  color: var(--color-text-dark-gray);
}

.problem-section-light {
  background-color: var(--color-white);
}

.problem-section-card-light {
  background-color: var(--color-anti-flash-white);
}

.problem-btn-light {
  background: var(--color-anti-flash-white);
}

.problem-tab-content {
  padding: 22px;
}

.problem-tab-content img {
  aspect-ratio: 58 / 53;
  width: 90%;
  max-width: 312px;
  margin-left: auto !important;
}



@media (max-width: 768px) {
  .second-part {
    flex-direction: column-reverse;
  }

  .problem-section-subtitle {
    width: 100%;
  }

  .problem-tab-content {
    padding: 0px;
  }

  .problem-tab-content img {
    margin-left: 0 !important;
  }
}


:root {
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-btn-focus-box-shadow: 0 !important;
}

#problemAccordion .accordion {
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-radius 0.15s ease !important;
}

#problemAccordion .accordion-body {
  background-color: var(--color-primary);
  border-bottom: var(--Stroke-Border-Width, 1px) solid var(--Color-Scheme-1-Border, rgba(255, 255, 255, 0.20)) !important;

}

#problemAccordion .accordion-button {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  box-shadow: none !important;
  border-bottom: var(--Stroke-Border-Width, 1px) solid rgba(255, 255, 255, 0.20) !important;
}

#problemAccordion .accordion-button:focus {
  box-shadow: none !important;
  border-bottom: var(--Stroke-Border-Width, 1px) solid rgba(255, 255, 255, 0.20) !important;
}

#problemAccordion .accordion-button:not(.collapsed) {
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
  box-shadow: none !important;
  border-bottom: var(--Stroke-Border-Width, 1px) solid rgba(26, 26, 26, 0.20);
  transition: all 0.3s ease-in-out !important;
}

#problemAccordion.accordion {
  border: none !important;
  --bs-accordion-border-color: none !important;

}

#problemAccordion .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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") !important;
}

#problemAccordion .accordion-button::after {
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 19px;
  height: 17px;
}

#problemAccordion .accordion-header {
  border-bottom: none !important;
}



#problemAccordion .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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") !important;
}

#problemAccordion .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: var(--bs-accordion-btn-active-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 20px;
}


/* light accordion  */
#problemAccordionLight .accordion {
  --bs-accordion-btn-focus-box-shadow: none !important
}

#problemAccordionLight .accordion-body {
  background-color: var(--color-anti-flash-white);
  border-bottom: var(--Stroke-Border-Width, 1px) solid rgba(26, 26, 26, 0.20) !important;
}

#problemAccordionLight .accordion-button {
  background-color: var(--color-anti-flash-white) !important;
  color: var(--color-primary) !important;
  box-shadow: none !important;
  border-bottom: var(--Stroke-Border-Width, 1px) solid rgba(26, 26, 26, 0.20) !important;
}


#problemAccordionLight .accordion-button:focus {
  box-shadow: none !important;
  border-bottom: var(--Stroke-Border-Width, 1px) solid rgba(255, 255, 255, 0.20);
}

#problemAccordionLight .accordion-button:not(.collapsed) {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  box-shadow: none !important;
  border-bottom: var(--Stroke-Border-Width, 1px) solid rgba(26, 26, 26, 0.20);
  transition: all 0.3s ease-in-out !important;
}

#problemAccordionLight.accordion {
  border: none !important;
  --bs-accordion-border-color: none !important;

}

#problemAccordionLight .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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") !important;
}

#problemAccordionLight .accordion-button::after {
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 19px;
  height: 17px;
}

#problemAccordionLight .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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") !important;
}

#problemAccordionLight .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: var(--bs-accordion-btn-active-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 20px;
}

.accordion-button:last-child {
  border-bottom: none !important;
}

.accordion-button {
  padding: 24px 32px;
  font-size: clamp(1rem, 1vw, 1.5rem);
  /* min: 16px, max: 24px */
  line-height: 110%;
  letter-spacing: -0.24px;
  font-weight: 400;
}

/* why need section  */

.why-need-card {
  padding: 10px 12px;
  border-radius: 6px;

}

.why-need-card.with-bg {
  background: #F0F0F0;
}

@media screen and (max-width: 576px) {
  .section-content {
    width: 100% !important;
  }

  .header-badge {
    left: 28px;
    padding: 15px;
  }

  .header-badge-inner {
    gap: 8px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.testimonial-slider-container {
  position: relative;
  height: 100%;
}

.slide-content .title5 {
  font-size: clamp(1rem, 2vw, 1.75rem);
}

.swiper-button-prev::after {
  content: '';
  background-image: url('../images/testimonial/arrow_back.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(1, 1, 1, 0.15);
  border-radius: 4px;

}

.swiper-button-prev.swiper-button-disabled::after {
  background-image: url('../images/testimonial/arrow_back.png') !important;
  opacity: 0.5;
  /* Adjust opacity as needed */
}

.swiper-button-next::after {
  content: '';
  background-image: url('../images/testimonial/arrow_forward.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

/* Optional: Style for disabled state */
.swiper-button-next.swiper-button-disabled::after {
  background-image: url('../images/testimonial/arrow_forward.png') !important;
  opacity: 0.5;
  /* Adjust opacity as needed */
}

.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
  opacity: 1;
}

.swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.section-content {
  width: 90% !important;
}

.inner-section .content .title5 {
  font-size: clamp(20px, 2.5vw, 28px);
}

.solution-ul {
  list-style: none;
  padding-left: 0;
  color: var(--color-white);
}

.solution-ul li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 8px;
  font-size: clamp(14px, 2vw, 18px);
}

.solution-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><g clip-path="url(%23clip0_927_3394)"><path d="M4 7.39893L7 9.89893L11 4.89893M7.5 14.3989C6.58075 14.3989 5.6705 14.2179 4.82122 13.8661C3.97194 13.5143 3.20026 12.9987 2.55025 12.3487C1.90024 11.6987 1.38463 10.927 1.03284 10.0777C0.68106 9.22843 0.5 8.31818 0.5 7.39893C0.5 6.47967 0.68106 5.56942 1.03284 4.72014C1.38463 3.87086 1.90024 3.09919 2.55025 2.44918C3.20026 1.79917 3.97194 1.28355 4.82122 0.931769C5.6705 0.579986 6.58075 0.398926 7.5 0.398926C9.35652 0.398926 11.137 1.13642 12.4497 2.44918C13.7625 3.76193 14.5 5.54241 14.5 7.39893C14.5 9.25544 13.7625 11.0359 12.4497 12.3487C11.137 13.6614 9.35652 14.3989 7.5 14.3989Z" stroke="white"/></g><defs><clipPath id="clip0_927_3394"><rect width="15" height="15" fill="white"/></clipPath></defs></svg>');
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .section-content {
    width: 100% !important;
  }

}

.tag {
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-ghost-white);
  font-weight: bold;
}

footer {
  padding: 5rem 0;
}

.footer-title {
  font-size: clamp(32px, 6vw, 72px);
  line-height: 100%;
  /* 72px */

}

.footer-link-ul li {
  margin-bottom: 16px;
}

footer .logo {
  width: 70px;
  height: auto;
}

.footer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -12px;
  border: 2px solid var(--color-ghost-white);

}

.footer-link {
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 14px;

}

.footer-avatar:first-child {
  margin-left: 0;
}

.hr {
  height: 1px;
  width: 100%;
  background: rgba(1, 1, 1, 0.15);

}

.hr-32 {
  margin: 32px 0;
}

.social-icons .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icons .icon:hover {
  transform: scale(1.2);
}

/* Optional: color-specific hover styles */
.icon.facebook:hover svg path {
  fill: #1877F2;
}

.icon.instagram:hover svg path {
  fill: #E1306C;
}

.icon.x:hover svg path {
  fill: #000000;
}

.icon.linkedin:hover svg path {
  fill: #0077B5;
}

.icon.youtube:hover svg path {
  fill: #FF0000;
}

@media screen and (max-width: 768px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: 2fr 2fr;
  position: relative;
}

.vertical-line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #414141;
  top: 0;
}

.left-line {
  left: -2px;
}

.right-line {
  right: 0;
}

.center-line {
  left: 50%;
  transform: translateX(-50%);
}

.grid-item {
  display: grid;
  grid-template-columns: 2fr;
  gap: 2rem;
  align-items: center;
}

.grid-item img {
  width: 100%;
  height: auto;
}

.item-1 {
  order: 1;
}

.item-2 {
  order: 2;
}

.item-3 {
  order: 3;
}

.item-4 {
  order: 4;
}

.item-5 {
  order: 5;
}

.item-6 {
  order: 6;
}

.item-7 {
  order: 7;
}

.item-8 {
  order: 8;
}

.item-9 {
  order: 9;
}

.item-10 {
  order: 10;
}

.item-11 {
  order: 11;
}

.item-12 {
  order: 12;
}

.item-13 {
  order: 13;
}

.item-14 {
  order: 14;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .grid-item {
    grid-template-columns: 1fr;
  }

  .item-3 {
    order: 4;
  }

  .item-4 {
    order: 3;
  }

  .item-5 {
    order: 5;
  }

  .item-6 {
    order: 6;
  }

  .item-7 {
    order: 8;
  }

  .item-8 {
    order: 7;
  }

  .item-9 {
    order: 9;
  }

  .item-10 {
    order: 10;
  }

  .item-11 {
    order: 11;
  }

  .item-12 {
    order: 12;
  }

  .item-13 {
    order: 13;
  }

  .item-14 {
    order: 14;
  }

  .inner-section {
    padding: 1.25rem 0rem !important;
  }

}



.btn-collision {
  position: relative;
  overflow: hidden;
  z-index: 1;

}

.btn-collision:before,
.btn-collision:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: var(--color-primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;

}

.btn-collision:before {
  left: -50%;
}

.btn-collision:after {
  right: -50%;
  transform: translate(50%, -50%);
}

.btn-collision:hover {
  color: var(--color-white) !important;
  transition: color 0.5s both ease-in-out;
}

.btn-collision:hover:before {
  animation: criss-cross-left 0.8s both alternate;
}

.btn-collision:hover:after {
  animation: criss-cross-right 0.8s both alternate;
}

@keyframes criss-cross-left {
  0% {
    left: -20%;
    width: 2px;
    height: 2px;
  }

  50% {
    left: 50%;
    width: 15px;
    height: 15px;
  }

  100% {
    left: 50%;
    width: 150%;
    height: 150%;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20%;
    width: 2px;
    height: 2px;
  }

  50% {
    right: 50%;
    width: 15px;
    height: 15px;
  }

  100% {
    right: 50%;
    width: 150%;
    height: 150%;
  }
}

.highlighted-word span {
  display: inline-block;
  background-color: #000;
  color: var(--color-white);
  font-weight: 700;
  font-size: clamp(20px, 4vw, 36px);
  line-height: 1.18;
  padding: 0.2em 0.6em;
  font-family: 'SolaimanLipi', 'Noto Sans Bengali', sans-serif;
  /* Use your preferred Bengali font */
  letter-spacing: 0.5px;
  border-radius: 4px;
  /* Optional: soft corners */
}

.accordion-body {
  transition: all 0.4s ease-in-out !important;

}

.accordion-button::after {
  transition: transform 0.4s ease;
}

.accordion-button:not(.collapsed)::after {
  transition: transform 0.4s ease;
}

.accordion-button:not(.collapsed)::after {
  transition: transform 0.4s ease;
}


@keyframes fadeInCenterUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-center-up {
  animation: fadeInCenterUp 0.8s ease-out forwards;
}
