/*White label page css*/

.page-id-2473 .website-development-banner .home-banner-text .headline h3 {
    font-size: 52px;
}
.page-id-2473 .about-box p {
    font-size: 30px !important;
    margin-bottom: 10px !important;
}

ul.white-label-uls {
    list-style: disc;
    margin-left: 0px;
}
ul.white-label-uls li::marker {
  color: #ef7f22;
  font-size: 22px;
}
ul.white-label-uls li {
    font-size: 26px;
}

/* ===== WL WHY SECTION ===== */
.wl-why-section {
  padding: 96px 32px;
  background: #000;
}
.wl-why-content h2 {
    font-family: 'SF Pro Display';
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 35px;
}
.wl-why-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: var(--white-color);
    line-height: 46px;
    margin: 0;
}
.wl-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.wl-why-list {
  list-style: none;
  margin: 24px 0;
  padding-left: 20px;
  position: relative;
}
.wl-why-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 12px;
  font-size: 22px;
  color: #fff;
}
.wl-why-list li::before {
  content: "•";
  position: absolute;
  left: -14px;
  color: #ef7f22;
  font-size: 22px;
}
.wl-why-last {
  margin-top: 20px;
}
.wl-why-image img {
  width: 100%;
  object-fit: cover;
}
.what-tikz-box-slider .slick-dots {
    bottom: -65px;
}

/* ===== WHY CHOOSE SECTION (COUNTER) ===== */
section.why-choose-section-wldm h2 {
    font-family: 'SF Pro Display';
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 26px;
    font-size: 80px;
}
section.why-choose-section-wldm p.section-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: var(--white-color);
    margin-bottom: 70px;
}
section.why-choose-section-wldm p.bottom-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--white-color);
}
.why-choose-section-wldm {
  background: #000;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.section-subtitle {
  font-size: 16px;
  color: #aaa;
  margin-bottom: 50px;
}
.bottom-text {
  margin-top: 40px;
  color: #aaa;
  font-size: 15px;
}
.bottom-desc {
  text-align: center;
  margin-top: 40px;
  color: #aaa;
  font-size: 15px;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}
.why-box {
    background: linear-gradient(145deg, #121212, #0d0d0d);
    padding: 50px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.why-box h3 {
    color: var(--primary-color);
    font-size: 40px;
}
.why-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,165,0,0.08), transparent 60%);
  transition: 0.3s;
}
.why-box:hover::before {
  opacity: 1;
}
.why-box:hover {
  transform: translateY(-6px);
  border-color: rgba(255,165,0,0.3);
  box-shadow: 0 10px 30px rgba(255, 165, 0, 0.08);
}
.why-box .counter {
    font-size: 38px;
    font-weight: 700;
    color: var(--primary-color);
}
.why-box p {
    font-size: 19px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}

/* ===== RESULTS SECTION ===== */
.results-section-wldm {
  background: #161616;
  border-top: 1px solid #2a2a2a;
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.results-section-wldm::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(239,127,34,.08) 0%, transparent 65%);
  pointer-events: none;
}
.results-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.results-flex .left {
  position: relative;
  padding-left: 22px;
}
.results-flex .left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  width: 3px;
  background: #ef7f22;
  border-radius: 4px;
}
.results-flex .left h2 {
    letter-spacing: .04em;
    line-height: 1.1;
    font-family: 'SF Pro Display';
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 26px;
    font-size: 60px;
}
section.results-section-wldm .left p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--white-color);
}
.results-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.results-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  color: #f5f5f5;
  font-weight: 500;
  padding: 16px 20px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  transition: border-color .25s, background .25s;
}
.results-list li:hover {
  border-color: #ef7f22;
  background: #1e1e1e;
}
.results-list li::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    background: #ef7f22;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
}
.bottom-desc {
  text-align: center;
  margin-top: 56px;
  letter-spacing: .02em;
  border-top: 1px solid #2a2a2a;
  padding-top: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: var(--white-color);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.why-box, .results-flex .left, .results-flex .right {
  opacity: 0;
  animation: fadeUp .6s ease forwards;
}
.why-box:nth-child(1) { animation-delay: .05s; }
.why-box:nth-child(2) { animation-delay: .15s; }
.why-box:nth-child(3) { animation-delay: .25s; }
.why-box:nth-child(4) { animation-delay: .35s; }
.why-box:nth-child(5) { animation-delay: .45s; }
.results-flex .left  { animation-delay: .1s; }
.results-flex .right { animation-delay: .25s; }

/* ===== SEO BUSINESS SECTION ===== */
.page-id-2473 .seo-bussiness {
    background: #161616;
    position: relative;
    overflow: hidden;
}
.page-id-2473 .seo-bussiness::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(239,127,34,.09) 0%, transparent 70%);
  pointer-events: none;
}
.seo-bussiness .seo-wrapper {
  margin: 0 auto;
  padding: 0 40px;
}
.seo-bussiness .seo-top {
  margin: 0 auto 64px;
  text-align: center;
}
.seo-bussiness .seo-top h2 {
  font-size: 70px;
  font-weight: 700;
  color: #ef7f22;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: 'SF Pro Display';
}
.seo-bussiness .seo-top p {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.seo-bussiness .seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.seo-bussiness .seo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 28px 38px;
  border: 1px solid #ef7f22;
  border-radius: 12px;
  background: #161616;
  position: relative;
  transition: box-shadow .3s ease, border-color .3s ease, transform .3s ease;
}
.seo-bussiness .seo-card:hover {
  box-shadow: 0 12px 40px rgba(239,127,34,.13);
  border-color: #ef7f22;
  transform: translateY(-5px);
}
.seo-bussiness .seo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 3px;
  background: #ef7f22;
  border-radius: 0 0 4px 4px;
  transition: transform .3s ease;
}
.seo-bussiness .seo-card:hover::before {
  transform: translateX(-50%) scaleX(1);
}
.seo-bussiness .seo-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239,127,34,.08);
  border-radius: 50%;
  margin-bottom: 28px;
  transition: background .3s ease;
}
.seo-bussiness .seo-card:hover .seo-icon {
  background: rgba(239,127,34,.16);
}
.seo-bussiness .seo-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.seo-bussiness .seo-card p {
  font-size: 20px;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
}

/* ===== WAC SECTION ===== */
.wac-section {
  width: 100%;
  background: #fff;
  padding: 80px 60px;
  box-sizing: border-box;
}
.wac-title {
  text-align: center;
  font-family: 'SF Pro Display';
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 36px;
  font-size: 80px;
  line-height: 1.1;
}
.wac-title span {
  color: #e08020;
}
.wac-desc {
    color: #000;
    line-height: 1.7;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}
.wac-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e08020;
}
.wac-dot.dim {
  background: #333333;
}
.wac-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.wac-item {
  background: #fff;
  border: 1px solid #e08020;
  border-left: 3px solid #e08020;
  border-radius: 6px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wac-item-num {
    font-size: 30px;
    font-weight: 700;
    color: #e08020;
    letter-spacing: 1px;
    min-width: 48px;
    padding-top: 2px;
}
.wac-item-text {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    margin: 0;
}
.wac-cta {
    background: #fff;
    border: 1px solid #e08020;
    border-radius: 8px;
    padding: 20px 24px;
    max-width: 840px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 auto;
}
.wac-cta-bar {
  width: 3px;
  height: 40px;
  background: #e08020;
  border-radius: 2px;
  flex-shrink: 0;
}
.wac-cta-text {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* ===== WLDM BENEFITS SECTION ===== */
.wldm-benefits {
  background: #ffffff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.wldm-benefits::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(239,127,34,.07) 0%, transparent 65%);
  pointer-events: none;
}
.wldm-benefits .wldm-wrap {
  margin: 0 auto;
  padding: 0 40px;
}
.wldm-benefits .wldm-top {
  text-align: center;
  margin-bottom: 70px;
}
.wldm-benefits .wldm-top h2 {
  line-height: 1.2;
  margin: 0 0 16px;
  font-family: 'SF Pro Display';
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 26px;
  font-size: 80px;
}
.wldm-benefits .wldm-top p {
    color: #000;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.wldm-benefits .wldm-row-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}
.wldm-benefits .wldm-row-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1150px;
  margin: 0 auto;
}
.wldm-benefits .wldm-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  padding: 40px 28px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
  overflow: hidden;
}
.wldm-benefits .wldm-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ef7f22;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.wldm-benefits .wldm-card:hover {
  box-shadow: 0 16px 48px rgba(239,127,34,.12);
  transform: translateY(-5px);
  border-color: transparent;
}
.wldm-benefits .wldm-card:hover::after {
  transform: scaleX(1);
}
.wldm-benefits .wldm-card-num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 60px;
  font-weight: 900;
  color: rgba(239,127,34,.07);
  line-height: 1;
  font-family: inherit;
  user-select: none;
}
.wldm-benefits .wldm-icon {
  width: 64px;
  height: 64px;
  background: rgba(239,127,34,.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .3s ease;
  border: 2px solid rgba(239,127,34,.2);
}
.wldm-benefits .wldm-card:hover .wldm-icon {
  background: rgba(239,127,34,.15);
}
.wldm-benefits .wldm-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.wldm-benefits .wldm-card p {
    margin: 0;
    color: #000;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

/* ===== SEO PROCESS ===== */
.page-id-2473 section.seo-process {
    background: #000 !important;
}
.page-id-2473 .law-services .seo-process-heading.text_center p {
    color: #fff;
}


/* ============================================================
   MEDIA QUERIES — Saari screen sizes ek jagah
   ============================================================ */

/* ── Extra Large: max-width 1200px ── */
@media (max-width: 1200px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-box:nth-child(3) { border-right: none; }
  .why-box:nth-child(4) { border-right: 1px solid #2a2a2a; }
  .page-id-2473 .website-development-banner .home-banner-text .headline h3 {
    font-size: 42px;
  }
  .seo-bussiness .seo-top h2, .wac-title, .wldm-benefits .wldm-top h2, section.why-choose-section-wldm h2 {
    font-size: 60px;
}
.results-flex .left h2 {
    font-size: 50px;
}
}

/* ── Large: max-width 992px ── */
@media (max-width: 992px) {
  .wl-why-grid {
    grid-template-columns: 1fr;
  }
  .what-tikz-box-slider .slick-dots {
    bottom: -55px;
  }
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-box:nth-child(3) { border-right: none; }
  .why-box:nth-child(4) { border-right: 1px solid #2a2a2a; }
  .seo-bussiness .seo-top h2, .wac-title, .wldm-benefits .wldm-top h2, section.why-choose-section-wldm h2, .results-flex .left h2 {
    font-size: 42px;
  }
  .page-id-2473 .website-development-banner .home-banner-text .headline h3 {
      font-size: 34px;
  }
  .wac-desc {
      font-size: 22px;
  }
}

/* ── Medium: max-width 900px ── */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-box:nth-child(3) { border-right: none; }
  .why-box:nth-child(4) { border-right: 1px solid #2a2a2a; }
  .seo-bussiness .seo-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .wldm-benefits .wldm-row-top {
    grid-template-columns: repeat(1, 1fr);
  }
  .wldm-benefits .wldm-row-bottom {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
  .results-flex {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .results-list {
      margin-left: 0px;
  }
}

/* ── Tablet: max-width 768px ── */
@media (max-width: 768px) {
  .wac-section {
    padding: 50px 24px;
  }
  .wac-title {
    font-size: 32px;
  }
  .wac-items {
    grid-template-columns: 1fr;
  }
}

/* ── Small: max-width 767px ── */
@media (max-width: 767px) {
  .what-tikz-box-slider .slick-dots {
    bottom: -35px;
  }
}

/* ── Mobile Large: max-width 640px ── */
@media (max-width: 640px) {
  .wrapper {
    padding: 0 20px;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-box:nth-child(2) { border-right: none; }
  .why-box:nth-child(4) { border-right: none; }
  .results-flex {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ── Mobile: max-width 580px ── */
@media (max-width: 580px) {
  .page-id-2473 .seo-bussiness {
    padding: 60px 0;
  }
  .seo-bussiness .seo-wrapper {
    padding: 0 20px;
  }
  .seo-bussiness .seo-grid {
    grid-template-columns: 1fr;
  }
  .seo-bussiness .seo-top {
    margin-bottom: 40px;
  }
  .wldm-benefits {
    padding: 60px 0;
  }
  .wldm-benefits .wldm-wrap {
    padding: 0 20px;
  }
  .wldm-benefits .wldm-row-top,
  .wldm-benefits .wldm-row-bottom {
    grid-template-columns: 1fr;
  }
  .wldm-benefits .wldm-top {
    margin-bottom: 40px;
  }
  .page-id-2473 .website-development-banner .home-banner-text .headline h3 {
    font-size: 25px;
    line-height: 1.2;
}
.seo-bussiness .seo-top h2, .wac-title, .wldm-benefits .wldm-top h2, section.why-choose-section-wldm h2, .results-flex .left h2 {
    font-size: 34px;
}
.wac-desc {
    font-size: 20px;
}
.wac-item-text {
    font-size: 17px;
}
.wac-item-num {
    font-size: 26px;
}
.wac-item {
    gap: 0;
}
section.why-choose-section-wldm p.section-subtitle {
    font-size: 20px;
    margin-bottom: 50px;
}
section.why-choose-section-wldm p.bottom-text, .wldm-benefits .wldm-top p {
    font-size: 20px;
}

}