@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,400;1,700&display=swap");

:root {
  --d2w-orange: #bd6d00;
  --d2w-gold: #c18e30;
  --d2w-gold-2: #e7ab35;
  --d2w-magenta: #d400b0;
  --d2w-dark: #050505;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  overflow-y: auto;
}
body.d2w-site {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #000;
  color: #fff;
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
  max-width: 100%;
}
body.d2w-site main {
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}

h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #fff;
}
h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
}
h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}
body.d2w-site p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #fff;
}

/* ===== Header (WP 151px / logo 165px / nav 20px) ===== */
.d2w-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #000;
  min-height: 151px;
  display: flex;
  align-items: center;
}
.d2w-header .navbar {
  width: 100%;
  padding: 10px 0;
}
.d2w-logo img {
  max-width: 165px;
  width: 165px;
  height: 119px;
  object-fit: contain;
}
.d2w-nav { margin-right: 0; }
.d2w-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding: 8px 16px !important;
  text-transform: capitalize;
}
.d2w-nav .nav-link.active {
  font-weight: 700;
  font-size: 22px;
}
.d2w-nav .dropdown-menu {
  background: #161616 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-width: 280px;
  width: 280px;
  margin: 0;
  box-shadow: none !important;
}
.d2w-nav .dropdown-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.d2w-nav .dropdown-menu .dropdown-item {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding: 15px 20px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #4f4f4f !important;
  white-space: normal;
  text-transform: none;
  background: transparent !important;
}
.d2w-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0 !important;
}
.d2w-nav .dropdown-menu .dropdown-item:hover,
.d2w-nav .dropdown-menu .dropdown-item:focus {
  background: #1f1f1f !important;
  color: #fff !important;
}

/* Services parent link is clickable; dropdown opens on hover (desktop). */
@media (min-width: 992px) {
  .d2w-nav-services { position: relative; }
  .d2w-nav-services > .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    z-index: 1050;
  }
  .d2w-nav-services:hover > .dropdown-menu,
  .d2w-nav-services:focus-within > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .d2w-nav-services > .dropdown-menu {
    display: none;
    position: static;
    float: none;
    width: 100%;
    min-width: 0;
    margin: 4px 0 8px;
    box-shadow: none;
  }
  .d2w-nav-services.is-open > .dropdown-menu { display: block; }
}

.d2w-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navbar-toggler { border-color: rgba(255,255,255,.4); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== Buttons (WP #bd6d00, not yellow pills) ===== */
a.btn.all-btn,
.btn.all-btn,
a.open-offer-popup,
.btn-d2w,
.btn-d2w-yellow,
.btn-claim {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  padding: 19px 33px;
  background: #bd6d00;
  text-decoration: none;
}
a.btn.info-btn,
.btn.info-btn {
  background: #bd6d00;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff !important;
  border: 0;
}
a.btn.btn-login-wp,
.btn-d2w-login {
  background: #bd6d00;
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: 21px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.sec-1 p a.open-offer-popup {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  border-radius: 8px;
  padding: 19px 33px;
  background: #bd6d00;
  text-decoration: none;
}

/* ===== Homepage hero ===== */
.sec-1 {
  padding: 255px 0 80px;
  background: #000 center / cover no-repeat;
  position: relative;
  z-index: 1;
  min-height: 1002px;
}
.sec-1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.29));
}
.sec-1 > .container,
.sec-1 > .scroll-indicator {
  position: relative;
  z-index: 1;
}
.hero-badge {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.hero-badge li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bd6d00;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  list-style: none;
  border: 1px solid rgba(189, 109, 0, 0.85);
  border-radius: 999px;
  padding: 8px 18px;
}
.hero-badge li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bd6d00;
}
.sec-1 h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 10px;
  margin: 0;
}
.sec-1 h1 em {
  font-style: italic;
  color: #bd6d00;
  font-family: "Playfair Display", serif;
}
body.d2w-site .sec-1 p {
  padding-right: 690px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 10px;
  text-transform: none;
}
.scroll-indicator {
  text-align: center;
  color: #a0b4a6;
  letter-spacing: 4px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin-top: 80px;
}
.scroll-indicator span {
  display: block;
  margin-bottom: 10px;
  color: #bd6d00;
}
.scroll-indicator .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #a0b4a6;
  border-bottom: 2px solid #8fd3d8;
  transform: rotate(45deg);
  margin: 0 auto;
  animation: scrollBounce 1.5s infinite;
}
@keyframes scrollBounce {
  0% { transform: rotate(45deg) translate(0, 0); opacity: 0.5; }
  50% { transform: rotate(45deg) translate(6px, 6px); opacity: 1; }
  100% { transform: rotate(45deg) translate(0, 0); opacity: 0.5; }
}

/* ===== About / sec-2 ===== */
.sec-2 {
  padding: 120px 0 0;
  margin-bottom: 100px;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.sec-2 h4 { color: #bd6d00; padding-bottom: 1px; }
.sec-2 h2 { padding-bottom: 6px; }
.sec-2 p { padding-bottom: 30px; }
.sec-2 h4.info-box-title {
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
  color: #bd6d00;
  padding-bottom: 10px;
}
.sec-2 h4.info-box-title span {
  font-weight: 400;
  margin-left: 4px;
}
.sec-2 .mission-row p,
.sec-2 .info-box-title + p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 0;
}
.sec-2::before {
  content: "";
  background: #BD6D00;
  width: 20%;
  height: 235%;
  position: absolute;
  left: -70px;
  top: -100px;
  border-radius: 100%;
  filter: blur(101px);
  z-index: 0;
  pointer-events: none;
}
.sec-2::after {
  content: "";
  background: #C900A7;
  width: 400px;
  height: 320px;
  position: absolute;
  right: -70px;
  top: -130px;
  border-radius: 100%;
  filter: blur(101px);
  z-index: 0;
  pointer-events: none;
}
.sec-2 .container { position: relative; z-index: 2; }
.about-photo-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
}
.about-photo {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #0a0a0a;
}
.about-pg .about-photo-wrap {
  margin: 0 auto;
}
.about-pg .sec-about h4 {
  color: #bd6d00;
  margin-bottom: 8px;
}
.about-pg .sec-about h2 {
  margin-bottom: 18px;
}
.about-pg .sec-about > p {
  margin-bottom: 28px;
  line-height: 1.55;
}
.about-pg .mission-row p {
  font-size: 14px;
  line-height: 1.55;
}
.years {
  position: absolute;
  right: 16px;
  text-align: center;
  bottom: -10px;
  background: linear-gradient(222deg, #d400b0 0%, #6e005b 100%);
  padding: 40px 26px;
  border-radius: 20px;
  z-index: 2;
}
.years h3 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  color: #fff;
  margin-bottom: 6px;
}
.years p { padding-bottom: 0; margin: 0; font-size: 16px; }

/* ===== Quotes (Romans / Deuteronomy) — big WP-matching Playfair ===== */
.sec-3 {
  padding: 130px 0 90px;
  background: #0a0a0a center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.sec-3::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 205px;
  height: 161px;
  background: url("../media/2024/11/left.png") no-repeat left top / contain;
  pointer-events: none;
  z-index: 1;
}
body.d2w-site .sec-3 p,
.sec-3 p {
  position: relative;
  z-index: 2;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: clamp(40px, 4.6vw, 68px) !important;
  line-height: 1.12 !important;
  text-transform: capitalize;
  text-align: center;
  color: #fff !important;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  padding: 0 5vw;
  max-width: 1480px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}
.sec-3 p br {
  display: none;
}
.sec-3 p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 205px;
  height: 161px;
  background: url("../media/2024/11/right.png") no-repeat right bottom / contain;
  pointer-events: none;
  z-index: 1;
}
body.d2w-site .sec-3 p strong,
.sec-3 p strong {
  display: block;
  font-weight: 700 !important;
  font-size: clamp(22px, 2vw, 34px) !important;
  line-height: 1.15 !important;
  text-transform: none;
  text-align: center;
  color: #fff !important;
  font-style: normal !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  margin-top: 32px;
  letter-spacing: 0.03em;
}

/* ===== Services headings ===== */
.sec-4 {
  padding-top: 100px;
  padding-bottom: 8px;
  margin-top: 40px;
}
.sec-4 h4 { color: #bd6d00; padding-bottom: 5px; }
.sec-4 h2 { padding-bottom: 10px; }

.sec-5 {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 16px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.d2w-services-carousel,
.d2w-testimonial-carousel {
  width: 100%;
  position: relative;
}
.d2w-carousel-arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(189, 109, 0, 0.92);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.d2w-carousel-prev { left: 18px; }
.d2w-carousel-next { right: 18px; }
.d2w-carousel-arrow:hover { background: #bd6d00; }
.d2w-testimonial-carousel .d2w-carousel-prev { left: -8px; }
.d2w-testimonial-carousel .d2w-carousel-next { right: -8px; }
.d2w-services-viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
}
.d2w-services-viewport.is-dragging { cursor: grabbing; }
.d2w-services-track {
  display: flex;
  gap: 8px;
  will-change: transform;
  transition: transform 0.45s ease;
}
.d2w-service-slide {
  flex: 0 0 auto;
  width: calc((100% - 24px) / 4);
}
.d2w-service-slide a { display: block; color: #fff; }
.sec-5 .info-box-icon {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  overflow: visible;
  border-radius: 16px;
  background: transparent;
}
.sec-5 .info-box-icon img {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
}
.sec-5 .d2w-service-slide h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 10px 0 0;
  padding-bottom: 0;
}
.d2w-services-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 28px 0 6px;
}
.d2w-services-dots button {
  display: block;
  width: 16px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #cc9533;
  opacity: 0.5;
}
.d2w-services-dots button.is-active {
  width: 50px;
  opacity: 1;
}
.sec-5 .more { padding-top: 40px; }
.service-card {
  background: transparent;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  margin-bottom: 16px;
  background: transparent;
  border: 0;
}
.our-service + .sec-5 .service-card img,
.d2w-services-page .service-card img {
  aspect-ratio: auto;
  object-fit: contain;
  height: auto;
}

/* Services listing page */
.d2w-services-page {
  overflow: visible !important;
  padding: 28px 0 80px !important;
}
.d2w-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
  align-items: start;
}
.d2w-service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}
.d2w-service-card-media {
  display: block;
  width: 100%;
  aspect-ratio: auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  margin-bottom: 14px;
}
.d2w-service-card-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 0;
}
.d2w-service-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}
.d2w-service-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
  text-transform: none;
  flex: 1;
}
.d2w-service-card .btn.info-btn {
  align-self: center;
}
.d2w-service-detail {
  padding-top: 106px;
  padding-bottom: 80px;
}
.d2w-service-detail-media {
  width: 100%;
  overflow: hidden;
}
.d2w-service-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
body.d2w-site .d2w-service-detail-copy,
.d2w-service-detail-copy {
  text-transform: none !important;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .d2w-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .d2w-services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 10px 0 14px;
}
.service-card h4 a { color: #fff; text-decoration: none; }
.d2w-shop-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  list-style: none;
  padding: 0 0 50px;
  margin: 0;
  color: #fff;
}
.d2w-shop-cats li { text-align: center; }
.d2w-shop-cats span { display: block; font-size: 16px; }
.d2w-shop-cats small { display: block; color: rgba(255,255,255,.55); font-size: 13px; }
.d2w-shop-empty {
  background: #f4d37a;
  color: #1c1c1c;
  padding: 16px 20px;
  border-radius: 4px;
}
.d2w-shop-table { width: 100%; color: #fff; margin: 20px 0 28px; }
.d2w-shop-table th, .d2w-shop-table td { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.d2w-shop-checkout-note { max-width: 640px; margin-bottom: 20px; color: #f5ead7; }

/* ===== Shop pages ===== */
.d2w-shop-index,
.d2w-shop-single,
.d2w-shop-cart,
.d2w-shop-checkout,
.d2w-shop-account,
.d2w-shop-thanks {
  padding: 56px 0 80px;
  background: #050505;
}
.d2w-shop-kicker {
  margin: 0 0 10px;
  color: #e7ab35;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.d2w-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.d2w-shop-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(198, 134, 0, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}
.d2w-shop-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  background: #0d0d0d;
  margin-bottom: 16px;
}
.d2w-shop-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.d2w-shop-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}
.d2w-shop-card h3 a { color: #fff; text-decoration: none; }
.d2w-shop-card-price,
.d2w-shop-single-price {
  margin: 0 0 18px;
  color: #e7ab35;
  font-size: 22px;
  font-weight: 700;
}
.d2w-shop-card .btn.all-btn {
  margin-top: auto;
  align-self: flex-start;
  padding: 12px 22px;
  font-size: 15px;
}

.d2w-shop-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.d2w-shop-single-media {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #0d0d0d;
  border: 1px solid rgba(198, 134, 0, 0.25);
}
.d2w-shop-single-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  object-position: center;
}
.d2w-shop-single-summary {
  padding-top: 8px;
  align-self: center;
}
.d2w-shop-add:disabled,
.d2w-shop-add[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}
.d2w-shop-single-summary h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
}
body.d2w-site .d2w-shop-single-desc,
.d2w-shop-single-desc {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.55;
  text-transform: none !important;
}
.d2w-shop-single-price {
  font-size: 34px;
  margin-bottom: 24px;
}
.d2w-shop-add {
  min-width: 180px;
}
.d2w-shop-back {
  display: inline-block;
  margin-top: 22px;
  color: #e7ab35 !important;
  text-decoration: none;
  font-weight: 600;
}
.d2w-shop-unavailable {
  color: #f4d98e;
  font-weight: 600;
}
.d2w-shop-related {
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.d2w-shop-related h2 {
  margin: 0 0 28px;
  font-size: 32px;
}

.d2w-shop-cart-wrap,
.d2w-shop-empty-box,
.d2w-shop-account-card,
.d2w-shop-checkout-aside {
  border: 1px solid rgba(198, 134, 0, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 28px;
}
.d2w-shop-empty-box {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.d2w-shop-flash {
  margin-bottom: 18px;
  color: #7dffb3;
  font-weight: 600;
}
.d2w-shop-cart-product {
  display: flex;
  align-items: center;
  gap: 14px;
}
.d2w-shop-cart-product img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  background: #111;
}
.d2w-shop-cart-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}
.d2w-shop-cart-total {
  text-align: right;
}
.d2w-shop-cart-total p {
  margin-bottom: 14px;
  font-size: 18px;
}
.d2w-shop-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}
.d2w-shop-checkout-main h2,
.d2w-shop-checkout-aside h3,
.d2w-shop-account-card h2,
.d2w-shop-account-card h3 {
  margin: 0 0 16px;
}
.d2w-shop-field {
  display: block;
  margin-bottom: 18px;
}
.d2w-shop-field span {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.d2w-shop-field .form-control {
  background: #191919;
  border: 1px solid #333;
  color: #fff;
  max-width: 420px;
}
.d2w-shop-error { color: #ff8a8a; margin-bottom: 16px; }
.d2w-shop-order-total td {
  border-bottom: 0;
  padding-top: 18px;
  color: #e7ab35;
}
.d2w-shop-order-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin-bottom: 8px;
}
.d2w-shop-order-status {
  color: #e7ab35;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

@media (max-width: 991px) {
  .d2w-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .d2w-shop-single-grid,
  .d2w-shop-checkout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .d2w-shop-grid {
    grid-template-columns: 1fr;
  }
  .d2w-shop-table thead { display: none; }
  .d2w-shop-table tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 10px;
  }
  .d2w-shop-table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 0;
  }
  .d2w-shop-table td::before {
    content: attr(data-label);
    color: rgba(255,255,255,.55);
    font-weight: 600;
  }
}

.sec-6 { padding: 100px 0; }
.sec-intro { padding-bottom: 90px; }
.sec-intro p {
  font-size: 18px;
  line-height: 1.4;
  max-width: 900px;
  margin: 12px auto 0;
}
.icon-row {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: flex-start;
}
.icon-card {
  flex: 1;
  text-align: center;
  min-width: 0;
  position: relative;
}
.icon-card .box-icon-wrapper {
  position: relative;
  display: inline-block;
  max-width: 224px;
  width: 100%;
}
.icon-card .box-icon-wrapper img,
.icon-card img {
  max-width: 224px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.right-show .box-icon-wrapper::before,
.left-show .box-icon-wrapper::before {
  content: "";
  position: absolute;
  right: -100px;
  width: 110px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}
.right-show .box-icon-wrapper::before {
  margin-top: 109px;
  background-image: url("../media/2024/11/Ellipse-1191.png");
}
.left-show .box-icon-wrapper::before {
  margin-top: 39px;
  background-image: url("../media/2024/11/left-show.png");
}
.icon-card h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 17px 0;
  margin: 0;
}
.icon-card h4 span {
  font-weight: 400;
  margin-left: 2px;
}
.icon-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}
.info-box-card {
  text-align: center;
  height: 100%;
}
.info-box-card h4 {
  font-weight: 600;
  font-size: 22px;
  padding: 17px 0;
}
.info-box-card p {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.more { padding-top: 60px; }

/* Counter */
.animated-sec {
  backdrop-filter: blur(30px);
  box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.15);
  background: rgba(51, 51, 51, 0.2);
  margin: 99px 87px 0;
  padding: 65px 0;
  border-radius: 20px;
}
.woodmart-counter {
  margin-bottom: 0;
  position: relative;
}
.counter-value {
  display: block;
  font-weight: 700 !important;
  font-size: 64px !important;
  text-align: center !important;
  color: #fff !important;
  padding-bottom: 6px;
  line-height: 1;
}
.counter-value::after {
  content: "+";
  color: #c18e30;
  padding-left: 7px;
}
.counter-label {
  position: relative;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #fff !important;
  display: inline-block;
  padding-top: 14px;
}
.counter-label::before {
  content: "";
  background: #bd8c38;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 70%;
  height: 6px;
  border-radius: 10px;
}

.sec-7 {
  padding: 92px 0;
  text-align: center;
  background: #000 center / cover no-repeat;
  position: relative;
}
.sec-7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
.sec-7 .container { position: relative; z-index: 1; }
.sec-7 h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
  color: #c18e30;
  margin: 0 0 8px;
}
.sec-7 h2 strong { color: #fff; font-weight: 600; }
.sec-7 h2.sec7-join {
  color: #c18e30;
  margin-bottom: 36px;
  padding-top: 18px;
}
.sec-7 .all-btn { margin-top: 10px; }

.cta-membership { text-align: center; }
.sec6-vid {
  padding: 90px 0 40px;
  text-align: center;
}
.sec6-vid h2 {
  font-size: 44px;
  max-width: 980px;
  margin: 0 auto 10px;
}
.sec6-vid h2 strong { color: #c18e30; }
.sec6-vid > .container > p {
  font-size: 22px;
  margin-bottom: 10px;
}
.d2w-intro-video {
  max-width: 1115px;
  margin: 40px auto 30px;
}
.d2w-intro-video video {
  width: 100%;
  height: 450px;
  background: #000;
  border-radius: 12px;
  object-fit: cover;
}

.membership-sec { padding-top: 80px; padding-bottom: 80px; }
.membership-sec .box5 { align-items: center; }
.membership-coin {
  width: min(503px, 100%);
  max-width: 503px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
}
.membership-box,
#popup-inner-sec {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: radial-gradient(circle at 0% 0%, rgba(195, 0, 162, 0.79), rgba(0, 0, 128, 0.35), rgba(0, 0, 0, 0.52));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 28px 28px 32px;
  box-shadow: 0 0 20px rgb(195, 0, 162), inset 0 0 10px rgba(255, 255, 255, 0.05);
}
.membership-box h2 {
  font-size: 26px;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.membership-box h2 del {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.membership-box h2 del::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: #e11d2e;
  transform: translateY(-50%);
}
.membership-box h1 {
  font-size: 80px;
  line-height: 1;
  text-align: center;
  margin: 8px 0 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.membership-box ul { list-style: none; padding: 0; text-align: left; margin: 0 0 22px; }
.membership-box li {
  padding: 8px 0 8px 34px;
  position: relative;
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
  text-transform: none;
}
.membership-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.membership-cta {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #fff !important;
  color: #a600a4 !important;
  border-radius: 999px;
  padding: 14px 36px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.membership-box h4 {
  text-align: center;
  margin-top: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.qoute-2 {
  margin-top: 40px;
  padding-bottom: 100px;
}
body.d2w-site .qoute-2 p,
.qoute-2 p {
  font-size: clamp(36px, 4vw, 60px) !important;
  line-height: 1.14 !important;
}
body.d2w-site .qoute-2 p strong,
.qoute-2 p strong {
  font-size: clamp(22px, 2vw, 34px) !important;
  margin-top: 32px;
}

.d2w-testimonial-slide { width: calc((100% - 30px) / 2); }
.d2w-testimonial-carousel .d2w-services-track { gap: 30px; }
.d2w-testimonial-carousel { padding: 0 24px; }

.partner-photo { display: block; }
.partner-photo img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin-bottom: 18px;
}
.partner-photo h3 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
.partner-photo h3::after {
  content: "↗";
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.d2w-partners-page .sec-intro {
  max-width: 820px;
  margin: 0 auto 40px;
}
.d2w-partners-page .sec-intro p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
}
.d2w-partner-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid rgba(198, 134, 0, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}
.d2w-partner-card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 14px;
  background: #0d0d0d;
  margin-bottom: 16px;
}
.d2w-partner-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.d2w-partner-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}
.d2w-partner-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
  text-transform: none;
  flex: 1;
}
.d2w-partner-card .btn.info-btn {
  align-self: flex-start;
}

.sec-11 {
  padding: 100px 0 40px;
  background: #000 center / cover no-repeat;
  position: relative;
}
.sec-11::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  pointer-events: none;
}
.sec-11 > .container { position: relative; z-index: 1; }
.sec-11 .sec-intro { padding-bottom: 80px; }
.testimino-back {
  border: 21px solid #72115a;
  border-radius: 18px;
  background: #72115a;
}
.testo-inner {
  background: #fff;
  border-radius: 12px;
  padding: 50px 40px 40px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
.wd-testimon-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.45;
  color: #333 !important;
  text-transform: none !important;
  font-style: italic;
  padding-bottom: 28px;
  margin: 0;
  flex: 1;
}
.wd-testimon-info {
  position: relative;
  padding-right: 70px;
}
.wd-testimon-info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 54px;
  height: 42px;
  background: url("../media/2024/11/Group-369.png") no-repeat center / contain;
}
.wd-testimon-name {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #333;
}

.sec-12 { padding: 80px 0 50px; }
.sec-12 .sec-intro { padding-bottom: 60px; }
.partner-card {
  min-height: 290px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 24px;
}
.partner-card h3 { margin: 0; color: #fff; }

/* ===== Inner page titles ===== */
.page-title {
  background-color: #0a0a0a;
  background-position: 50% 50%;
  background-size: cover;
  padding: 60px 0;
  min-height: 232px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-title .entry-title,
.page-title h1 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 81.6px;
  color: #fff;
  margin: 0 0 10px;
  text-transform: none;
}
.page-title .breadcrumbs,
.page-title .breadcrumbs a,
.page-title .breadcrumbs .current {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em;
}
.about-pg { padding-top: 80px; padding-bottom: 100px; }
.our-service { padding-bottom: 40px; }

.d2w-contact-form label {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.d2w-contact-form .form-control,
.d2w-contact-form .form-select {
  background: #191919;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 10px;
  height: 48px;
  margin-top: 6px;
}
.d2w-contact-form textarea.form-control { height: auto; }

/* ===== Contact page (WP match) ===== */
.d2w-contact-page {
  padding: 70px 0 40px;
  background: #000;
}
.d2w-contact-media {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #0a0a0a;
}
.d2w-contact-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.d2w-contact-form .d2w-contact-field {
  margin-bottom: 18px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.d2w-contact-form .d2w-contact-field:has(.iti) {
  z-index: 20;
}
.d2w-contact-form .d2w-contact-legend,
.d2w-contact-form .d2w-contact-label {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: none;
}
.d2w-contact-form .d2w-contact-legend span,
.d2w-contact-form .d2w-contact-label span {
  color: #bd6d00;
}
.d2w-contact-form .d2w-contact-sublabel {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.d2w-contact-form .form-control,
.d2w-contact-form .form-select {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  color: rgba(0, 0, 0, 0.7) !important;
  border-radius: 10px !important;
  height: 48px;
  margin-top: 0;
  box-shadow: none;
  font-size: 16px;
  padding: 10px 14px;
  text-transform: none !important;
}
.d2w-contact-form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  padding-right: 2.25rem !important;
}
.d2w-contact-form .form-select option {
  color: #1a1a1a !important;
  background: #fff !important;
  text-transform: none !important;
}
.d2w-contact-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
  text-transform: none !important;
}
.d2w-contact-form .form-control:focus,
.d2w-contact-form .form-select:focus {
  border-color: rgba(189, 109, 0, 0.55) !important;
  box-shadow: 0 0 0 0.2rem rgba(189, 109, 0, 0.15);
}
.d2w-contact-form textarea.d2w-contact-comments,
.d2w-contact-form textarea.form-control {
  background: #191919 !important;
  border: 1px solid transparent !important;
  color: #fff !important;
  border-radius: 5px !important;
  min-height: 120px;
  height: auto;
  resize: vertical;
}
.d2w-contact-form textarea.d2w-contact-comments::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.d2w-contact-form .iti,
.d2w-contact-form .d2w-iti {
  width: 100%;
  display: block;
  position: relative;
  z-index: 30;
  overflow: visible !important;
}
.d2w-contact-form .iti__country-container {
  z-index: 5;
}
.d2w-contact-form .iti input.form-control,
.d2w-contact-form .iti__tel-input {
  width: 100%;
  padding-left: 102px !important;
}
.d2w-contact-form .iti--separate-dial-code .iti__selected-dial-code {
  color: rgba(0, 0, 0, 0.75) !important;
}
.d2w-contact-form .iti__selected-country,
.d2w-contact-form .iti__selected-country-primary {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

/* Country dropdown must stay readable on dark site theme */
body.d2w-site .iti__dropdown-content,
.d2w-contact-form .iti__dropdown-content {
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
  z-index: 10050 !important;
  width: var(--iti-dropdown-width, 320px) !important;
  max-width: calc(100vw - 32px) !important;
  overflow: hidden !important;
  text-transform: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 4px !important;
}
body.d2w-site .iti__search-input,
.d2w-contact-form .iti__search-input {
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  height: 40px !important;
  margin: 8px !important;
  width: calc(100% - 16px) !important;
  text-transform: none !important;
}
body.d2w-site .iti__search-input::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}
body.d2w-site .iti__country-list,
.d2w-contact-form .iti__country-list {
  background: #fff !important;
  color: #1a1a1a !important;
  max-height: 220px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-transform: none !important;
}
body.d2w-site .iti__country,
body.d2w-site .iti__country-list li,
body.d2w-site .iti__country-list .iti__country,
.d2w-contact-form .iti__country {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #fff !important;
  color: #1a1a1a !important;
  padding: 10px 12px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #eee !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  white-space: normal !important;
}
body.d2w-site .iti__country:nth-child(even) {
  background: #f7f7f7 !important;
}
body.d2w-site .iti__country:hover,
body.d2w-site .iti__country.iti__highlight,
body.d2w-site .iti__country.iti__active {
  background: #ebebeb !important;
  color: #111 !important;
}
body.d2w-site .iti__country-name,
body.d2w-site .iti__country span,
.d2w-contact-form .iti__country-name {
  color: #1a1a1a !important;
  text-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.d2w-site .iti__dial-code,
.d2w-contact-form .iti__dial-code {
  color: #666 !important;
  text-transform: none !important;
}
body.d2w-site .iti__flag {
  flex: 0 0 auto;
}
body.d2w-site .iti--container {
  display: none !important;
}
.d2w-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 42px;
  padding: 10px 30px;
  border: 0;
  border-radius: 3px;
  background: #bd6d00;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}
.d2w-contact-submit:hover,
.d2w-contact-submit:focus {
  background: #a35e00;
  color: #fff;
}
.d2w-contact-partners {
  padding-top: 60px;
  padding-bottom: 80px;
}
.d2w-contact-partners .sec-intro h2 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .d2w-contact-page { padding: 40px 0 20px; }
  .d2w-contact-partners .sec-intro h2 { font-size: 32px; }
}

/* ===== Footer ===== */
.d2w-footer { background: #050505; }
.pre-footer {
  padding: 190px 0 40px;
  text-align: center;
  backdrop-filter: blur(30px);
  box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.08);
}
.pre-footer h2 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.2;
}
.newsletter-form,
.tnp-subscription {
  max-width: 710px;
  margin: 40px auto 0;
  position: relative;
}
.newsletter-form input,
input#tnp-1 {
  width: 100%;
  padding: 32px 21px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  border: 0;
  background: #fff;
}
.newsletter-form input::placeholder,
input#tnp-1::placeholder { color: #000; }
.tnp-submit,
.newsletter-form button {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: #c18e30;
  opacity: 0.98;
  border-radius: 8px;
  padding: 14px 21px;
  text-transform: capitalize;
  color: #fff;
  border: 0;
  font-weight: 600;
}
.sec-footer {
  padding: 0 40px 40px;
  backdrop-filter: blur(30px);
  box-shadow: 20px 10px 50px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.08);
}
.row-strt {
  border-radius: 20px 20px 0 0;
  padding: 59px 40px 41px;
  background: #000;
}
.footer-logo { max-width: 160px; margin-bottom: 20px; }
.row-strt h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
}
.row-strt p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
}
.row-strt p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.1;
  color: #fff;
}
.row-strt p a:hover { color: #c18e30; }
.footer-social { display: flex; gap: 20px; margin-top: 12px; }
.footer-social a { color: #C29135; }
.copyrights-wrapper {
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/* ===== Auth / portal (WP custom-portal-layout) ===== */
.d2w-portal-body {
  min-height: 100vh;
  background: #0b0710 center/cover no-repeat;
  font-family: Inter, sans-serif;
  color: #fff;
}
.authsection {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 0;
}
.authsection h2 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: none;
}
.authsection .row img {
  border-radius: 10px;
  width: 93%;
}
.authsection label {
  display: block;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 14px;
}
.authsection input,
.authsection select,
.authsection textarea {
  width: 100%;
  background: #191919;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 5px;
  height: 48px;
  margin-top: 6px;
  padding: 0 12px;
}
.authsection textarea { height: auto; padding: 12px; }
.authsection input:not(:placeholder-shown) {
  background-image: linear-gradient(#191919, #191919), linear-gradient(90deg, #CC9533, #FF16C5);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
}
.authsection input::placeholder { font-size: 14px; color: #838e9e; }
#submit-button, .authsection button[type=submit] {
  background: #bd6d00;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 15px 30px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}
.backtoweb { color: #e7ab35; display: inline-block; margin-bottom: 12px; }
.alreadyaccount { margin-top: 16px; }
.alreadyaccount a, .formactionlogin a { color: #bd6d00; }
form#signinform .formactionlogin {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}
form#signinform .formactionlogin a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.packageprice { color: #e7ab35; font-size: 28px; font-weight: 700; margin-left: 10px; }
.packageprice small { font-size: 14px; color: #fff; font-weight: 400; }

/* ===== Dashboard / admin ===== */
.d2w-dash-body {
  min-height: 100vh;
  background: #1c1c1c center/cover no-repeat;
  font-family: Inter, sans-serif;
  color: #fff;
}
.maindashboard { display: flex; min-height: 100vh; }
.maindashboard .colone {
  width: 280px;
  background: rgba(0,0,0,.55);
  padding: 24px 16px;
}
.maindashboard .colone li {
  list-style: none;
  padding: 10px 8px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #cfcfcf;
  border-radius: 8px;
}
.maindashboard .colone li.active, .maindashboard .colone li:hover { background: rgba(255,255,255,.08); color: #fff; }
.maindashboard .colone #dash-menu li img,
.maindashboard .colone ul li img { width: 18px; }
.maindashboard .colone a.dashboard-logo img {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.maindashboard .coltwo { flex: 1; padding: 30px; }
.dashboardinner {
  background: rgba(20,20,20,.72);
  border: 1px solid #2f2d29;
  border-radius: 12px;
  padding: 28px;
}
.maindashboard h2,
.dashboardinner h2 {
  font-size: 35px;
  font-weight: 600;
  border-bottom: 1px solid rgb(255,255,255,0.5);
  padding-bottom: 25px;
  margin-bottom: 24px;
}
.profileblock { margin-bottom: 10px; }
.editprofbtn a {
  display: inline-block;
  background: #bd6d00;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
}
.profileblock { display: flex; gap: 24px; align-items: center; }
.profileimage {
  flex: 0 0 auto;
  width: min(360px, 42vw);
  max-width: 360px;
  position: relative;
  z-index: 2;
}
.profileimage img {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 50%;
  display: block;
  opacity: 1;
  filter: none;
}
.aff-table { width: 100%; color: #fff; }
.aff-table th, .aff-table td { padding: 10px; border-bottom: 1px solid #333; }
.admin-shell { background: #0f0f12; min-height: 100vh; color: #eee; }
.admin-side { width: 240px; background: #111; padding: 24px 16px; }
.admin-side a { display: block; color: #ddd; padding: 8px 10px; border-radius: 6px; }
.admin-side a.active, .admin-side a:hover { background: #bd6d00; color: #fff; }
.admin-main { flex: 1; padding: 28px; }
.admin-card { background: #19191d; border-radius: 12px; padding: 20px; }

.card-d2w .form-control, .card-d2w .form-select,
.admin-card .form-control, .admin-card .form-select,
.dashboardinner .form-control {
  background: #191919;
  border: 1px solid #333;
  color: #fff;
}
.card-d2w label { width: 100%; }

@media (max-width: 1640px) {
  .sec-1 { padding: 185px 0 80px; min-height: 0; }
  .sec-1 h1 { font-size: 52px; }
  body.d2w-site .sec-1 p { font-size: 17px; padding-right: 420px; }
  a.btn.all-btn, .btn.all-btn, a.open-offer-popup { padding: 16px 33px; font-size: 16px; }
  h2 { font-size: 38px; }
  .sec-7 h2 { font-size: 42px; }
  .animated-sec { margin: 70px 40px 0; }
  .membership-coin { max-width: 420px; }
}
@media (max-width: 1200px) {
  .right-show .box-icon-wrapper::before,
  .left-show .box-icon-wrapper::before { display: none; }
  .animated-sec { margin: 50px 20px 0; padding: 48px 12px; }
  .counter-value { font-size: 48px !important; }
}
@media (max-width: 1024px) {
  .d2w-service-slide { width: calc((100% - 8px) / 2.15); }
  .d2w-testimonial-slide { width: calc((100% - 30px) / 2); }
  .icon-row { flex-wrap: wrap; }
  .membership-box, #popup-inner-sec { margin: 0 auto; }
  .membership-coin { max-width: 360px; }
}
@media (max-width: 991px) {
  .d2w-header { min-height: auto; }
  .d2w-header-actions { margin-top: 16px; flex-wrap: wrap; }
  .d2w-service-slide,
  .d2w-testimonial-slide { width: calc(100% - 24px); }
  .icon-row { flex-wrap: wrap; justify-content: center; }
  .icon-card { flex: 1 1 42%; }
  .d2w-intro-video video { height: auto; min-height: 220px; }
  .sec-1 { padding: 140px 20px 60px; text-align: center; min-height: 0; }
  body.d2w-site .sec-1 p { padding-right: 0 !important; }
  .sec-3 {
    padding: 80px 16px 60px;
  }
  .sec-3::before {
    width: 110px;
    height: 86px;
    top: 28px;
  }
  body.d2w-site .sec-3 p,
  .sec-3 p {
    font-size: clamp(28px, 6.2vw, 40px) !important;
    padding: 0 12px;
  }
  .sec-3 p::after {
    width: 110px;
    height: 86px;
    bottom: -4px;
  }
  body.d2w-site .sec-3 p strong,
  .sec-3 p strong {
    font-size: clamp(16px, 3.5vw, 20px) !important;
    margin-top: 18px;
  }
  body.d2w-site .qoute-2 p,
  .qoute-2 p {
    font-size: clamp(26px, 5.8vw, 36px) !important;
  }
  body.d2w-site .qoute-2 p strong,
  .qoute-2 p strong {
    font-size: clamp(16px, 3.5vw, 20px) !important;
  }
  .sec-4 { padding-top: 60px; margin-top: 20px; }
  .sec-7 h2 { font-size: 32px; }
  .membership-box h1 { font-size: 64px; }
  .counter-row .col-md-4 { margin-bottom: 28px; }
  .d2w-carousel-arrow { width: 40px; height: 40px; font-size: 18px; }
  .page-title .entry-title, .page-title h1 { font-size: 36px; line-height: 1.15; }
  .maindashboard { flex-direction: column; }
  .maindashboard .colone { width: 100%; }
  .authsection .col-lg-6:first-child { display: none; }
  .years { position: static; margin-top: 16px; display: inline-block; }
  .row-strt { padding: 30px 20px; }
  .pre-footer { padding: 80px 0 30px; }
  .sec-footer { padding: 0 16px 24px; }
}

/* Keep all contact controls on the same type scale. */
.d2w-contact-form .iti,
.d2w-contact-form .iti__selected-country,
.d2w-contact-form .iti__search-input,
body.d2w-site .d2w-iti .iti__country {
  font-family: inherit;
  font-size: 16px !important;
}
.d2w-contact-form textarea.d2w-contact-comments::placeholder {
  color: rgba(255, 255, 255, .6) !important;
}

/* ===== Service detail pages (cloned from WP .inner-page-2 layout) ===== */
.d2w-sv-intro { padding: 50px 0 0; }
.d2w-sv-hero { display: block; width: 100%; height: auto; margin-bottom: 32px; }
.d2w-sv-copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
}
.d2w-sv-copy h4 {
  margin: 0 0 12px;
  color: #c18e30;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.d2w-sv-copy p {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}
.d2w-sv-copy strong { font-weight: 600; }
.d2w-sv-copy > a.open-offer-popup { margin-top: 0; }
.d2w-sv-benefits { padding-top: 60px; }
.d2w-sv-counters { margin-bottom: 50px; }
.d2w-sv-partners { padding: 50px 0 30px; }
.d2w-sv-partners .sec-intro { padding-bottom: 73px; }
.d2w-sv-partners .partner-photo img { margin-bottom: 0; }
.d2w-sv-partners .partner-photo h3 { line-height: 1.4; }
.d2w-sv-partners .row { --bs-gutter-y: 30px; }

/* Passive income */
.d2w-pi-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.d2w-pi-points li {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.d2w-pi-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bd6d00;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.d2w-pi { padding: 99px 0 0; }
.d2w-pi-intro { padding-bottom: 50px; }
.d2w-pi h4 {
  margin: 0 0 10px;
  color: #c18e30;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.d2w-pi .sec-intro h2,
.d2w-pi-goal h2 {
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: capitalize;
}
.d2w-pi .sec-intro p,
.d2w-pi-goal > .text-center p {
  max-width: 820px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.6;
}
.d2w-pi-card {
  position: relative;
  height: 100%;
  padding: 40px 36px 34px;
  border: 1px solid rgba(193, 142, 48, .3);
  border-radius: 20px;
  background: rgba(51, 51, 51, .2);
  box-shadow: 20px 10px 50px rgba(0, 0, 0, .15);
  backdrop-filter: blur(30px);
  overflow: hidden;
}
.d2w-pi-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #bd8c38;
}
.d2w-pi-card--avoid::before { background: #72115a; }
.d2w-pi-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 30px;
  background: rgba(189, 109, 0, .18);
  color: #e7ab35;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.d2w-pi-card--avoid .d2w-pi-badge { background: rgba(114, 17, 90, .35); color: #f0a6dc; }
.d2w-pi-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}
.d2w-pi-card p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 25px;
}
.d2w-pi-card ul { margin: 0; padding: 0; list-style: none; }
.d2w-pi-card li {
  position: relative;
  padding: 11px 0 11px 34px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.d2w-pi-card li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.d2w-pi-card--seek li::before { content: "✓"; background: #bd6d00; }
.d2w-pi-card--avoid li::before { content: "✕"; background: #72115a; }
.d2w-pi-goal {
  margin-top: 99px;
  padding: 70px 50px 60px;
  border-radius: 20px;
  background: #000 url("../media/2024/11/Mask-group.png") center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.d2w-pi-goal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6);
}
.d2w-pi-goal > * { position: relative; z-index: 1; }
.d2w-pi-pillars { margin-top: 30px; }
.d2w-pi-pillar {
  height: 100%;
  padding: 30px 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(10, 10, 10, .55);
  text-align: center;
}
.d2w-pi-pillar span {
  display: block;
  margin-bottom: 12px;
  color: #c18e30;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.d2w-pi-pillar h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}
.d2w-pi-pillar p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.55;
}
.d2w-pi-close {
  max-width: 820px;
  margin: 40px auto 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.d2w-pi-close strong { color: #e7ab35; font-weight: 600; }

@media (max-width: 767.98px) {
  .d2w-sv-intro .col-md-6 + .col-md-6 { margin-top: 30px; }
  .d2w-sv-copy h2, .d2w-pi .sec-intro h2, .d2w-pi-goal h2 { font-size: 30px; }
  .d2w-pi-points { grid-template-columns: 1fr; }
  .d2w-pi { padding-top: 60px; }
  .d2w-pi-card { padding: 32px 22px 26px; }
  .d2w-pi-goal { margin-top: 60px; padding: 44px 18px 36px; }
}

/* Service pages: match WP spacing/typography at desktop */
.d2w-sv-page > .d2w-sv-intro:first-child { margin-top: 40px; }
body.d2w-site .d2w-sv-copy p { margin: 0 0 20px; font-size: 15px; line-height: 25px; color: #fff; text-transform: capitalize; }
body.d2w-site .d2w-sv-page a.open-offer-popup { padding: 19px 33px; font-size: 18px; }
.d2w-sv-copy > a.open-offer-popup { margin-top: 10px; }
.d2w-sv-page .animated-sec { margin: 99px 87px 50px; padding: 65px 0; }
.d2w-sv-page .sec-7 h2 { font-size: 40px; line-height: 1.3; margin: 0; }
.d2w-sv-page .sec-7 h2.sec7-join { padding-top: 0; margin-bottom: 30px; }
.d2w-sv-page .sec-11 { padding: 100px 0 40px; }
.d2w-sv-page .sec-11 .sec-intro h2 { margin: 0 0 20px; }
.d2w-sv-page .sec-11 .sec-intro p { font-size: 16px; line-height: 1.3; margin: 0 auto; }
.d2w-sv-page .testo-inner { padding: 60px 53px 50px; min-height: 450px; }
.d2w-sv-page .wd-testimon-text { font-size: 18px; line-height: 1.4; padding-bottom: 25px; }
@media (max-width: 1200px) {
  .d2w-sv-page .animated-sec { margin: 50px 20px; padding: 48px 12px; }
}
@media (max-width: 767.98px) {
  body.d2w-site .d2w-sv-page a.open-offer-popup { padding: 16px 28px; font-size: 16px; }
  .d2w-sv-page .sec-7 h2 { font-size: 28px; }
  .d2w-sv-page .testo-inner { padding: 36px 24px 30px; }
  .d2w-sv-page .wd-testimon-text { font-size: 16px; }
}
@media (max-width: 1640px) {
  .d2w-sv-copy h2, .d2w-pi .sec-intro h2, .d2w-pi-goal h2 { font-size: 38px; }
  .d2w-sv-page .animated-sec { margin: 79px 77px 50px; }
}
@media (max-width: 1200px) {
  .d2w-sv-page .animated-sec { margin: 50px 20px; padding: 48px 12px; }
}
@media (max-width: 767.98px) {
  .d2w-sv-copy h2 { font-size: 30px; }
}

/* ===== Services listing (cloned from WP .service-grid, uniform image sizes) ===== */
.d2w-svc-intro { margin-top: 40px; padding: 28px 0 8px; }
.d2w-svc-intro h2 { margin: 0 0 6px; color: #fff; font-size: 44px; font-weight: 600; line-height: 1.1; text-transform: capitalize; }
body.d2w-site .d2w-svc-intro p { margin: 0 0 6px; color: #fff; font-size: 16px; line-height: 1.3; text-transform: capitalize; }
.d2w-svc-grid-wrap { padding: 0 0 50px; }
.d2w-svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.d2w-svc-grid > .d2w-svc-box:nth-child(n+4) { margin-top: 13px; }
.d2w-svc-box { position: relative; border-radius: 30px; overflow: hidden; background: #000; }
.d2w-svc-media { display: block; position: relative; aspect-ratio: 460 / 520; }
.d2w-svc-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 30px; }
.d2w-svc-box.has-overlay .d2w-svc-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .93), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.d2w-svc-content { position: absolute; left: 0; right: 0; bottom: 20px; padding: 0 20px; text-align: center; z-index: 1; }
.d2w-svc-content h4 { margin: 0; padding: 0 0 12px; color: #fff; font-size: 23px; font-weight: 600; line-height: 1.3; }
.d2w-svc-content .btn.info-btn { padding: 14px 32px; font-size: 14px; }
@media (max-width: 1640px) {
  .d2w-svc-intro h2 { font-size: 38px; }
}
@media (max-width: 991px) {
  .d2w-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .d2w-svc-grid > .d2w-svc-box:nth-child(n+4) { margin-top: 0; }
}
@media (max-width: 575.98px) {
  .d2w-svc-intro h2 { font-size: 28px; }
  .d2w-svc-grid { grid-template-columns: 1fr; gap: 24px; }
}
