@charset "UTF-8";
/* ========== FONTS & ROOT (SCSS) ========== */
/* ========== HERO SECTION (SCSS) ========== */
.seo-hero {
  min-height: 100vh;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 110% -10%, rgba(255, 219, 21, 0.18) 0, transparent 55%), linear-gradient(140deg, #050505 0%, #0d0d0d 45%, #121212 100%);
  /* CTA + note */
  /* Right visual */
  /* ======= RESPONSIVE ======= */
}
.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at -10% 110%, rgba(255, 219, 21, 0.1) 0, transparent 55%);
}
.seo-hero .container-xxl,
.seo-hero .row {
  position: relative;
  z-index: 1;
}
.seo-hero .seo-hero-label .badge {
  background: rgba(255, 219, 21, 0.12);
  border: 1px solid rgba(255, 219, 21, 0.5);
  color: #ffdb15;
  font-family: var(--heading-2);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  font-weight: 500;
}
.seo-hero .seo-hero-title {
  font-family: var(--heading-1);
  font-weight: 700;
  font-size: clamp(2.2rem, 2.7vw + 1.4rem, 3.2rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
}
.seo-hero .seo-hero-title .accent {
  color: #ffdb15;
}
.seo-hero .seo-hero-subtitle {
  font-family: var(--heading-3);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 34rem;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.78);
}
.seo-hero .seo-hero-subtitle .accent-text {
  color: #ffdb15;
  font-weight: 600;
}
.seo-hero .seo-hero-metrics {
  font-family: var(--heading-3);
  margin-bottom: 1.75rem;
}
.seo-hero .seo-hero-metrics .metric-chip {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.7rem 1rem;
  min-width: 190px;
}
.seo-hero .seo-hero-metrics .metric-chip .metric-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}
.seo-hero .seo-hero-metrics .metric-chip .metric-value {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #ffdb15;
}
.seo-hero .seo-hero-cta {
  margin-top: 0.5rem;
}
.seo-hero .seo-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.2rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #ffdb15 0%, #ffe977 100%);
  color: #121212;
  font-family: var(--heading-2);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}
.seo-hero .seo-hero-btn:hover, .seo-hero .seo-hero-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.95);
  filter: brightness(1.05);
  color: #121212;
}
.seo-hero .seo-hero-note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.seo-hero .seo-hero-note .note-title {
  font-weight: 600;
  display: block;
}
.seo-hero .seo-hero-note .note-text {
  display: block;
}
.seo-hero .seo-hero-visual {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}
.seo-hero .seo-hero-bg-card {
  position: absolute;
  inset: 9% -6% 12% 10%;
  border-radius: 30px;
  background: radial-gradient(circle at 0% 0%, rgba(255, 219, 21, 0.12) 0, transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.45;
  z-index: 0;
}
.seo-hero .seo-hero-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 2;
}
.seo-hero .seo-hero-card img {
  display: block;
  width: 100%;
  height: auto;
}
.seo-hero .seo-hero-dots {
  position: absolute;
  bottom: -8px;
  left: 12%;
  width: 180px;
  height: 120px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.7;
  z-index: 1;
}
.seo-hero .seo-hero-badge {
  position: absolute;
  z-index: 3;
}
.seo-hero .seo-hero-badge .badge-inner {
  background: #ffdb15;
  color: #121212;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 110px;
}
.seo-hero .seo-hero-badge.badge-top {
  top: 7%;
  right: 6%;
}
.seo-hero .seo-hero-badge.badge-center {
  left: 10%;
  bottom: 42%;
}
.seo-hero .seo-hero-badge.badge-bottom {
  right: 10%;
  bottom: 7%;
}
.seo-hero .seo-hero-badge .badge-value {
  font-family: var(--heading-2);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
}
.seo-hero .seo-hero-badge .badge-text {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.seo-hero .seo-hero-badge .badge-small {
  font-size: 0.75rem;
}
.seo-hero .seo-hero-badge .badge-small-strong {
  font-size: 0.8rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .seo-hero {
    padding: 95px 0 75px;
    text-align: center;
  }
  .seo-hero .seo-hero-subtitle {
    margin-inline: auto;
  }
  .seo-hero .seo-hero-metrics {
    justify-content: center;
  }
  .seo-hero .seo-hero-cta {
    margin-top: 1.75rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .seo-hero .seo-hero-btn {
    width: 100%;
  }
  .seo-hero .seo-hero-note {
    text-align: center;
  }
  .seo-hero .seo-hero-visual {
    margin-top: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .seo-hero {
    min-height: auto;
    padding: 100px 0 80px;
  }
  .seo-hero .metric-chip {
    width: 100%;
  }
  .seo-hero .seo-hero-cta {
    gap: 0.75rem;
  }
  .seo-hero .seo-hero-badge.badge-top {
    top: 6%;
    right: 4%;
    transform: scale(0.9);
  }
  .seo-hero .seo-hero-badge.badge-center {
    left: 6%;
    bottom: 46%;
    transform: scale(0.9);
  }
  .seo-hero .seo-hero-badge.badge-bottom {
    right: 6%;
    bottom: 5%;
    transform: scale(0.9);
  }
}

/* ---------------------------------------------------------
   CLIENTS SECTION (OUR TRUSTED CLIENTS + LOGOS + REVIEW)
--------------------------------------------------------- */
.clients-section {
  padding: 80px 0 90px;
  background: radial-gradient(circle at 120% 0%, rgba(255, 219, 21, 0.09) 0, transparent 55%), linear-gradient(145deg, #050505 0%, #0b0b0b 40%, #111 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  /* -----------------------------------------------------
     HEADING
  ----------------------------------------------------- */
  /* -----------------------------------------------------
     GOOGLE REVIEW CARD
  ----------------------------------------------------- */
  /* =========== MOBILE TWEAKS FOR REVIEW BOX =========== */
  /* -----------------------------------------------------
     CLIENTS LOGO HEADER
  ----------------------------------------------------- */
  /* -----------------------------------------------------
     BOOTSTRAP CAROUSEL (LOGOS)
  ----------------------------------------------------- */
  /* -----------------------------------------------------
     RESPONSIVE FIXES
  ----------------------------------------------------- */
}
.clients-section .container-xxl {
  position: relative;
  z-index: 1;
}
.clients-section .clients-kicker {
  font-family: var(--heading-2);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}
.clients-section .clients-title {
  font-family: var(--heading-1);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.8vw + 1.1rem, 2.1rem);
  margin-bottom: 0.75rem;
}
.clients-section .clients-title span {
  color: #ffdb15;
}
.clients-section .clients-subtitle {
  font-family: var(--heading-3);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 32rem;
  margin: 0 auto 2rem auto;
}
.clients-section .google-review-card {
  display: inline-flex;
  flex-direction: column;
  background: #ffffff;
  color: #202124;
  border-radius: 10px;
  border: 1px solid #dadce0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  text-decoration: none;
  /* 1.5x width */
  min-width: 350px;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow 0.16s ease, transform 0.16s ease;
}
.clients-section .google-review-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
.clients-section .google-review-card .google-review-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 1rem 0.55rem;
}
.clients-section .google-review-card .google-logo-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dadce0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.clients-section .google-review-card .google-logo-circle .google-img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.clients-section .google-review-card .google-review-main .google-stars i {
  font-size: 0.9rem;
  color: #fbbc05;
  margin-right: 0.05rem;
}
.clients-section .google-review-card .google-review-main .google-rating-row {
  margin-top: 0.1rem;
  font-size: 0.8rem;
  color: #5f6368;
}
.clients-section .google-review-card .google-review-main .google-rating-row .rating-value {
  font-weight: 600;
  font-size: 0.95rem;
  margin-right: 0.15rem;
  color: #202124;
}
.clients-section .google-review-card .google-review-main .google-rating-row .rating-text {
  font-size: 0.78rem;
}
.clients-section .google-review-card .google-bottom-bar {
  background: #4285f4;
  color: #ffffff;
  text-align: center;
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .clients-section .google-review-card {
    min-width: 300px;
    max-width: 360px;
    width: 95%;
  }
}
.clients-section .clients-slider-header {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.clients-section .clients-slider-header p {
  margin: 0;
  font-family: var(--heading-3);
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.75);
}
.clients-section .clients-logo-carousel {
  position: relative;
  /* Logo item */
  /* Carousel Arrows */
}
.clients-section .clients-logo-carousel .carousel-inner {
  padding: 0.5rem 3rem;
  /* space for arrows */
}
.clients-section .clients-logo-carousel .clients-logo-row {
  gap: 1.4rem;
}
.clients-section .clients-logo-carousel .client-logo-item {
  text-align: center;
}
.clients-section .clients-logo-carousel .client-logo-item img {
  max-height: 45px;
  width: auto;
  filter: grayscale(100%) brightness(1.1);
  opacity: 0.9;
  transition: filter 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
}
.clients-section .clients-logo-carousel .client-logo-item:hover img {
  filter: grayscale(0%) brightness(1.05);
  opacity: 1;
  transform: translateY(-2px);
}
.clients-section .clients-logo-carousel .clients-carousel-control {
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.clients-section .clients-logo-carousel .clients-carousel-control .carousel-control-prev-icon,
.clients-section .clients-logo-carousel .clients-carousel-control .carousel-control-next-icon {
  filter: invert(84%) sepia(73%) saturate(937%) hue-rotate(5deg) brightness(104%) contrast(101%);
}
.clients-section .clients-logo-carousel .carousel-control-prev {
  left: 0;
}
.clients-section .clients-logo-carousel .carousel-control-next {
  right: 0;
}
@media (max-width: 991.98px) {
  .clients-section {
    padding: 70px 0 80px;
  }
  .clients-section .clients-logo-carousel .carousel-inner {
    padding-inline: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .clients-section {
    padding: 65px 0 75px;
    /* Mobile: 2 logos per row */
  }
  .clients-section .clients-subtitle {
    margin-bottom: 1.6rem;
  }
  .clients-section .clients-logo-carousel .client-logo-item img {
    max-height: 35px;
  }
  .clients-section .clients-logo-carousel .clients-logo-row {
    gap: 1rem;
  }
}

/* ==============================================
   3rd SECTION – SEO SERVICES
============================================== */
.seo-services-section {
  padding: 80px 0 90px;
  background: radial-gradient(circle at -10% 0%, rgba(255, 219, 21, 0.05) 0, transparent 55%), linear-gradient(145deg, #111 0%, #151515 40%, #101010 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  /* ---------- Desktop tabs ---------- */
  /* ---------- Mobile accordion ---------- */
  /* ---------- CTA ---------- */
  /* ---------- Responsive tweaks ---------- */
}
.seo-services-section .container-xxl {
  position: relative;
  z-index: 1;
}
.seo-services-section .services-kicker {
  font-family: var(--heading-1);
  font-size: clamp(1.5rem, 1.5vw + 1.1rem, 2rem);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.seo-services-section .services-kicker span {
  color: #ffdb15;
}
.seo-services-section .services-subtitle {
  font-family: var(--heading-3);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.seo-services-section .services-subtitle span {
  color: #ffdb15;
  font-weight: 600;
}
.seo-services-section .services-nav {
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.75rem;
  height: 100%;
  /* full column height */
  display: flex;
}
.seo-services-section .services-nav .nav {
  flex: 1;
  /* take full height inside card */
}
.seo-services-section .services-nav .nav-link {
  width: 100%;
  /* full width button */
  font-family: var(--heading-3);
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  border: 1px solid transparent;
  text-align: left;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.12s ease;
}
.seo-services-section .services-nav .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
.seo-services-section .services-nav .nav-link.active {
  background: linear-gradient(135deg, #ffdb15 0%, #ffe978 100%);
  color: #111;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.75);
}
.seo-services-section .services-tab-content .card.service-detail {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at 0% 0%, rgba(255, 219, 21, 0.08) 0, transparent 55%), rgba(7, 7, 7, 0.9);
  padding: 1.6rem 1.7rem;
}
.seo-services-section .service-title {
  font-family: var(--heading-1);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.seo-services-section .service-title span {
  color: #ffdb15;
}
.seo-services-section .service-text {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.9rem;
}
.seo-services-section .service-list-title {
  font-size: 0.86rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.seo-services-section .service-list {
  padding-left: 1rem;
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
}
.seo-services-section .service-list li {
  margin-bottom: 0.25rem;
}
.seo-services-section .service-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.8);
}
.seo-services-section .service-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.seo-services-section .seo-services-mobile .accordion-item {
  background: rgba(6, 6, 6, 0.95);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.seo-services-section .seo-services-mobile .accordion-button {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--heading-3);
  font-size: 0.95rem;
  padding: 0.85rem 1rem;
  box-shadow: none;
}
.seo-services-section .seo-services-mobile .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #ffdb15 0%, #ffe978 100%);
  color: #111;
}
.seo-services-section .seo-services-mobile .accordion-button::after {
  filter: invert(1);
}
.seo-services-section .seo-services-mobile .accordion-body {
  padding: 0.9rem 1rem 1rem;
}
.seo-services-section .services-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.4rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #ffdb15 0%, #ffe977 100%);
  color: #111;
  font-family: var(--heading-2);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}
.seo-services-section .services-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.95);
  filter: brightness(1.05);
  color: #111;
}
@media (max-width: 991.98px) {
  .seo-services-section {
    padding: 70px 0 80px;
  }
  .seo-services-section .services-tab-content {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .seo-services-section {
    padding: 65px 0 75px;
  }
  .seo-services-section .services-kicker {
    font-size: 1.4rem;
  }
  .seo-services-section .services-subtitle {
    font-size: 0.95rem;
  }
}

/* 4th Section – Why Choose Us (professional) */
.why-choose-us-section {
  padding: 90px 0 100px;
  background: radial-gradient(circle at 110% 0%, rgba(255, 219, 21, 0.05) 0, transparent 55%), radial-gradient(circle at -10% 100%, rgba(255, 219, 21, 0.03) 0, transparent 55%), linear-gradient(145deg, #020202 0%, #080808 45%, #050505 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
  /* ------ heading ------ */
  /* ------ desktop / tablet cards ------ */
  /* thoda subtle stagger only desktop */
  /* ------ mobile accordion (FAQ style) ------ */
  /* ------ animated background lines (desktop only) ------ */
  /* ------ responsive tweaks ------ */
}
.why-choose-us-section .container {
  position: relative;
  z-index: 2;
}
.why-choose-us-section .why-badge {
  font-family: var(--heading-2);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.85rem;
}
.why-choose-us-section .why-title {
  font-family: var(--heading-1);
  font-size: clamp(1.7rem, 1.9vw + 1.1rem, 2.2rem);
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.why-choose-us-section .why-title span {
  color: #ffdb15;
}
.why-choose-us-section .why-subtitle {
  font-family: var(--heading-3);
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 32rem;
  margin: 0 auto 2.2rem auto;
}
.why-choose-us-section .why-subtitle span {
  color: #ffdb15;
  font-weight: 500;
}
.why-choose-us-section .why-title + .why-subtitle::before {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  border-radius: 999px;
  margin: 0.6rem auto 0.9rem;
  background: linear-gradient(90deg, #ffdb15, rgba(255, 255, 255, 0.08));
}
.why-choose-us-section .why-card {
  position: relative;
  border-radius: 18px;
  padding: 1.4rem 1.5rem 1.35rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(10, 10, 10, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
  height: 100%;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.why-choose-us-section .why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgb(0, 0, 0);
  border-color: rgba(255, 219, 21, 0.6);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(12, 12, 12, 0.98));
}
.why-choose-us-section .why-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 219, 21, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}
.why-choose-us-section .why-icon-wrap i {
  font-size: 1.1rem;
  color: #ffdb15;
}
.why-choose-us-section .why-card-title {
  font-family: var(--heading-1);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.why-choose-us-section .why-card-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.why-choose-us-section .why-grid .row.g-4 > div:nth-child(2) .why-card,
.why-choose-us-section .why-grid .row.g-4 > div:nth-child(5) .why-card {
  transform: translateY(10px);
}
.why-choose-us-section .why-faq .accordion-item {
  background: rgba(7, 7, 7, 0.96);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 0.7rem;
}
.why-choose-us-section .why-faq .accordion-button {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--heading-3);
  font-size: 0.95rem;
  padding: 0.85rem 1rem;
  box-shadow: none;
}
.why-choose-us-section .why-faq .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #ffdb15 0%, #ffe978 100%);
  color: #111;
}
.why-choose-us-section .why-faq .accordion-body {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.75rem 1rem 1rem;
}
.why-choose-us-section .line_animation {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0.25;
  z-index: 1;
}
.why-choose-us-section .line_area {
  flex: 1;
  max-width: 1px;
  margin: 0 7%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform-origin: top;
  animation: lineFloatWhy 6s ease-in-out infinite;
}
.why-choose-us-section .line_area:nth-child(odd) {
  animation-duration: 7.5s;
  animation-delay: -2s;
  opacity: 0.4;
}
.why-choose-us-section .line_area:nth-child(even) {
  animation-duration: 5.5s;
  animation-delay: -1s;
  opacity: 0.25;
}
@keyframes lineFloatWhy {
  0% {
    transform: scaleY(0.3) translateY(0);
  }
  50% {
    transform: scaleY(1) translateY(-12px);
  }
  100% {
    transform: scaleY(0.3) translateY(0);
  }
}
@media (max-width: 991.98px) {
  .why-choose-us-section {
    padding: 75px 0 85px;
  }
  .why-choose-us-section .why-subtitle {
    margin-bottom: 2rem;
  }
  .why-choose-us-section .why-grid .row.g-4 > div:nth-child(2) .why-card,
  .why-choose-us-section .why-grid .row.g-4 > div:nth-child(5) .why-card {
    transform: translateY(6px);
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-section {
    padding: 70px 0 80px;
    /* mobile: lines hide so 6 boxes + lines weird na lagen */
  }
  .why-choose-us-section .line_animation {
    display: none;
  }
  .why-choose-us-section .why-title {
    font-size: 1.55rem;
  }
  .why-choose-us-section .why-subtitle {
    font-size: 0.92rem;
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us-section {
    padding: 65px 0 75px;
  }
}/*# sourceMappingURL=seo.css.map */