/* Direct Remit professional redesign layer */

:root {
  --dr-ink: #1f1724;
  --dr-muted: #6d6175;
  --dr-line: #eadff0;
  --dr-surface: #ffffff;
  --dr-soft: #fbf7fc;
  --dr-teal: #6f2c91;
  --dr-teal-dark: #3f155c;
  --dr-gold: #f8a51b;
  --dr-plum: #b84cc7;
  --dr-logo-black: #141016;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.boxed_wrapper {
  color: var(--dr-ink);
  background: var(--dr-soft);
  font-family: Ubuntu, Arial, sans-serif;
  overflow-x: hidden;
}

.preloader {
  display: none !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

i.fa-phone::before {
  display: inline-block;
  transform: scaleX(-1);
  transform-origin: center;
}

.sec-title {
  margin-bottom: 44px;
}

.sec-title h2,
.dr-network-copy h2 {
  color: var(--dr-ink);
  font-size: 40px;
  line-height: 1.16;
  font-weight: 700;
}

.sec-title p,
.dr-network-copy p,
.dr-app-section .text,
.dr-video-section .text {
  color: var(--dr-muted);
  font-size: 17px;
  line-height: 1.75;
}

.dr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dr-teal);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.dr-kicker:before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--dr-gold);
}

.theme-btn-two,
.dr-secondary-btn,
.dr-header-cta,
.dr-header-link {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0;
}

.theme-btn-two {
  background: var(--dr-gold);
  border: 1px solid var(--dr-gold);
  color: #111827 !important;
  box-shadow: 0 14px 28px rgba(245, 166, 35, 0.25);
}

.theme-btn-two:hover {
  background: #df8710;
  border-color: #df8710;
  color: #111827 !important;
}

.theme-btn-two:before,
.theme-btn-two:after,
.banner-section .content-box .btn-box a:before {
  display: none !important;
}

.dr-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 26px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.dr-secondary-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

/* Header */

.main-header {
  background: transparent;
  padding: 0;
}

.dr-topbar {
  color: #15071f;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.26), transparent 26%),
    linear-gradient(135deg, #f1a22b 0%, #ffc14d 58%, #f1a22b 100%);
  border-bottom: 1px solid rgba(21, 7, 31, 0.12);
}

.dr-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.dr-topbar ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.dr-topbar li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.dr-topbar a {
  color: #15071f;
  font-size: inherit;
  font-weight: 600;
}

.dr-topbar i {
  color: #6f2c91;
  font-size: 16px;
}

.main-header .outer-container {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(24, 32, 51, 0.10);
}

.main-header .outer-container .main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.main-header .logo-box,
.main-header .menu-area {
  float: none !important;
}

.main-header .outer-container .logo-box .logo {
  margin: 0;
  max-width: 220px;
  line-height: 0;
}

.main-header .outer-container .logo-box .logo img {
  display: block;
  width: 250px;
  max-width: 250px;
  max-height: 90px;
  height: auto;
  object-fit: contain;
}

.main-header .menu-area {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-header .main-menu .navigation {
  display: flex;
  align-items: center;
}

.main-header .main-menu .navigation > li {
  display: flex;
  align-items: center;
  margin: 0 11px;
  padding: 0 !important;
}

.main-header .main-menu .navigation > li > a {
  color: var(--dr-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 12px 0;
}

.main-header .main-menu .navigation > li.current > a,
.main-header .main-menu .navigation > li:hover > a {
  color: var(--dr-teal);
}

.dr-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dr-header-link,
.dr-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 19px;
  font-size: 15px;
}

.dr-header-link {
  color: var(--dr-teal);
  border: 1px solid var(--dr-line);
  background: #ffffff;
}

.dr-header-cta {
  color: #111827;
  border: 1px solid var(--dr-gold);
  background: var(--dr-gold);
}

.sticky-header {
  height: 64px;
  min-height: 64px;
  overflow: visible;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(24, 32, 51, 0.12);
}

.sticky-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  min-height: 64px;
}

.sticky-header .logo-box,
.sticky-header .menu-area {
  float: none !important;
}

.sticky-header .logo-box {
  display: flex;
  align-items: center;
  flex: 0 0 155px;
  height: 64px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.admin-bar .fixed-header .sticky-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .fixed-header .sticky-header {
    top: 46px;
  }
}

.sticky-header .logo-box img {
  display: block;
  width: 180px;
  max-width: 180px;
  max-height: 70px;
  height: auto;
  object-fit: contain;
}

.sticky-header .menu-area,
.sticky-header .main-menu .navigation,
.sticky-header .main-menu .navigation > li {
  display: flex;
  align-items: center;
}

.sticky-header .menu-area {
  height: 64px;
}

.sticky-header .main-menu,
.sticky-header .main-menu .navigation {
  height: 64px;
}

.sticky-header .main-menu .navigation > li {
  height: 64px;
  margin: 0 8px !important;
  padding: 0 !important;
}

.sticky-header .main-menu .navigation > li > a {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 8px !important;
  font-size: 15px;
  line-height: 1.25;
}

body:not(.mobile-menu-visible) .mobile-menu {
  display: none;
  right: 0;
  transform: translateX(110%);
  pointer-events: none;
}

.mobile-menu {
  width: 300px;
  max-width: 100vw;
  padding-right: 0;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-menu-visible .mobile-menu {
  display: block;
  right: 0;
  transform: translateX(0);
}

.mobile-menu .menu-backdrop {
  display: none;
  transform: none;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  display: block;
  transform: none;
}

.mobile-menu .nav-logo img {
  display: block;
  width: 190px;
  max-width: 190px;
  height: auto;
}

.xs-sidebar-group:not(.isActive) .xs-sidebar-widget {
  display: none;
  left: 0;
  transform: translateX(-110%);
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  display: block;
}

/* Homepage hero */

.dr-home-hero {
  position: relative;
  display: flex;
  align-items: center;
  float: none;
  min-height: 610px;
  padding: 92px 0 88px;
  overflow: hidden;
}

.dr-home-hero .bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  animation: none;
}

.dr-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 23, 36, 0.96) 0%, rgba(63, 21, 92, 0.86) 38%, rgba(111, 44, 145, 0.44) 60%, rgba(248, 165, 27, 0.12) 82%, rgba(248, 165, 27, 0.04) 100%),
    linear-gradient(180deg, rgba(31, 23, 36, 0.08), rgba(63, 21, 92, 0.18));
  z-index: 1;
}

.dr-home-hero .container {
  position: relative;
  z-index: 2;
}

.dr-hero-content {
  max-width: 720px;
}

.dr-hero-content .dr-kicker {
  color: #ffffff;
}

.dr-hero-content h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 20px;
}

.dr-hero-content p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.dr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.dr-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.dr-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 13px;
  color: #ffffff;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.dr-hero-points i {
  color: var(--dr-gold);
}

.dr-hero-card {
  padding: 24px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.dr-hero-card > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dr-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.dr-stat-grid div {
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.dr-stat-grid strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.dr-stat-grid small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.35;
}

.dr-hero-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-weight: 700;
}

.dr-hero-card a i {
  color: var(--dr-gold);
}

/* Homepage action cards */

.dr-action-panel {
  position: relative;
  z-index: 4;
  float: none;
  width: 100%;
  padding: 82px 0 88px;
  margin-top: 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--dr-soft) 100%);
  border-top: 1px solid var(--dr-line);
}

.dr-action-panel .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.dr-action-panel .row > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.dr-section-intro {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.dr-section-intro .dr-kicker {
  justify-content: center;
}

.dr-section-intro h2 {
  color: var(--dr-ink);
  font-size: 36px;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 12px;
}

.dr-section-intro p {
  color: var(--dr-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.dr-action-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 28px 32px;
  border: 3px solid var(--dr-teal-dark);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 22px 44px rgba(24, 32, 51, 0.10);
}

.dr-action-panel .dr-action-card.convertor-div,
.dr-action-panel .dr-action-card.ins_trcker,
.dr-action-panel .dr-action-card.exch_rate {
  height: 560px;
  min-height: 560px;
  overflow: hidden;
}

.dr-action-panel .dr-action-card.convertor-div {
  color: #ffffff;
  background: #28254f;
}

.dr-action-panel .dr-action-card.ins_trcker,
.dr-action-panel .dr-action-card.exch_rate {
  color: #ffffff;
  background: var(--dr-gold);
}

.dr-action-panel .dr-action-card.exch_rate {
  padding: 0;
}

.dr-card-heading {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}

.dr-card-heading i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--dr-teal);
}

.dr-action-panel .convertor-div .dr-card-heading,
.dr-action-panel .ins_trcker .dr-card-heading {
  justify-content: center;
  margin-bottom: 18px;
}

.dr-action-panel .convertor-div .dr-card-heading i,
.dr-action-panel .ins_trcker .dr-card-heading i,
.dr-action-panel .convertor-div .dr-card-heading span,
.dr-action-panel .ins_trcker .dr-card-heading span,
.dr-action-panel .exch_rate .dr-card-heading {
  display: none;
}

.dr-card-heading span {
  display: block;
  color: var(--dr-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dr-card-heading h2,
.dr-action-card h2 {
  color: var(--dr-ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  text-transform: none;
}

.dr-action-panel .convertor-div .dr-card-heading h2,
.dr-action-panel .ins_trcker .dr-card-heading h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.14;
  text-align: center;
  text-transform: uppercase;
}

.dr-action-panel .convertor-div .dr-card-heading h2 {
  font-size: 24px;
  white-space: nowrap;
}

.dr-action-card.convertor-div section,
.dr-converter-form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.dr-converter-form {
  gap: 0;
}

.dr-action-card.convertor-div section > div,
.dr-action-card.convertor-div .VmainContainer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  overflow: visible !important;
}

.dr-action-card.convertor-div .Vlabel,
.dr-action-card.convertor-div label,
.dr-converter-form label {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 0 6px !important;
  text-transform: uppercase;
}

.dr-action-card.convertor-div .Vtextarea,
.dr-action-card.convertor-div .VselectBox,
.dr-action-card.convertor-div input,
.dr-action-card.convertor-div select,
.dr-action-card.convertor-div textarea {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px;
  margin: 0 0 13px !important;
  padding: 9px 12px !important;
  color: #111827 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  line-height: 1.3 !important;
}

.dr-converter-form textarea {
  height: 44px !important;
  resize: none;
}

.dr-rate-date {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin: auto 0 0;
}

.dr-action-card .trck_wrp {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

.dr-action-card .trck_wrp h2 {
  display: none;
}

.dr-action-card .trck_wrp h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.28;
  margin: 10px auto 20px;
  max-width: 330px;
  text-transform: uppercase;
}

.dr-action-card form {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.dr-action-card .dr-converter-form {
  gap: 0;
}

.dr-action-card.ins_trcker form {
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 384px;
  margin: 0 auto;
}

.dr-action-card input[type="text"] {
  width: 100%;
  min-height: 62px;
  padding: 14px 16px;
  color: var(--dr-ink);
  border: 0;
  border-radius: 0;
  background: #ffffff;
  font-size: 19px;
}

.dr-action-card input[type="submit"] {
  min-height: 42px;
  padding: 12px 18px;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  background: var(--dr-teal-dark);
  font-weight: 700;
  text-transform: uppercase;
}

.dr-action-card.ins_trcker input[type="submit"] {
  width: 100%;
}

.dr-action-card .remit_rates,
.dr-action-card .convertor-div section > div {
  max-width: 100%;
  overflow: hidden;
  border-color: var(--dr-line) !important;
  border-radius: 8px !important;
}

.dr-action-card.exch_rate .remit_rates {
  flex: 1 1 auto;
  align-self: stretch;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--dr-gold);
}

.dr-action-card.exch_rate .remit_rates > div {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 0 !important;
  border-radius: 22px !important;
  overflow: hidden;
}

.dr-action-card.exch_rate .remit_rates > div > div {
  flex: 0 0 auto;
  padding: 6px 16px !important;
}

.dr-action-card.exch_rate .remit_rates > div > div:first-child {
  min-height: 46px;
  padding-top: 10px !important;
}

.dr-action-card.exch_rate .remit_rates > div > div:last-child {
  margin-top: auto;
  min-height: 50px;
}

.dr-action-card.exch_rate .remit_rates div,
.dr-action-card.exch_rate .remit_rates div span,
.dr-action-card.exch_rate .remit_rates div font {
  font-size: 18px !important;
  line-height: 1.15 !important;
}

.dr-action-card .hider {
  display: none;
}

/* Business sections */

.dr-services-section,
.dr-why-section,
.dr-testimonial-section {
  padding: 96px 0;
  background: #ffffff;
}

.dr-services-section .single-column {
  margin-bottom: 28px;
}

.dr-services-section .dr-service-card {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(24, 32, 51, 0.07);
}

.dr-service-card:hover {
  transform: translateY(-4px);
}

.dr-services-section .dr-service-card .inner-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 34px 26px;
  padding-left: 26px;
  padding-bottom: 34px;
}

.dr-services-section .dr-service-card .inner-box .icon-box {
  position: relative;
  left: auto;
  top: auto;
  width: 96px;
  height: 96px;
  min-height: 96px;
  margin-bottom: 24px;
}

.dr-services-section .dr-service-card .inner-box .icon-box .bg-layer {
  width: 96px;
  height: 96px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dr-service-card .inner-box h3 {
  width: 100%;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.dr-service-card .inner-box h3 a {
  color: var(--dr-ink);
}

.dr-service-card .inner-box .text {
  width: 100%;
  color: var(--dr-muted);
  font-size: 15px;
  line-height: 1.65;
  word-break: normal;
}

.dr-trust-strip {
  padding: 34px 0;
  background: var(--dr-teal-dark);
}

.dr-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 100%;
  overflow: hidden;
}

.dr-trust-grid div {
  padding: 22px;
  border-left: 3px solid var(--dr-gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.dr-trust-grid strong,
.dr-trust-grid span {
  display: block;
}

.dr-trust-grid strong {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
}

.dr-trust-grid span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.dr-video-section {
  position: relative;
  padding: 112px 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--dr-teal-dark) 0 58px, #fbf7fc 58px 100%);
}

.dr-video-section:after {
  display: none;
}

.dr-video-section .bg-column {
  left: max(16px, calc((100vw - 1140px) / 2));
  top: 92px;
  width: min(58vw, 690px);
  height: 520px;
  opacity: 1;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 28px 62px rgba(31, 23, 36, 0.20);
}

.dr-video-section .bg-column:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(31, 23, 36, 0.72) 0%, rgba(31, 23, 36, 0.26) 52%, rgba(31, 23, 36, 0.08) 100%),
    linear-gradient(135deg, rgba(241, 162, 43, 0.62) 0 18%, transparent 18% 100%);
}

.dr-video-section .container {
  position: relative;
  z-index: 2;
}

.dr-video-section .video-column,
.dr-video-section .content-column {
  position: relative;
  z-index: 2;
}

.dr-video-section .content-box,
.dr-app-section .content-box,
.dr-network-copy {
  padding: 0;
}

.dr-video-section .video-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 0;
  margin: 0;
  border-radius: 20px;
}

.dr-video-section .video-inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  line-height: 1;
  color: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 45px rgba(31, 23, 36, 0.30);
}

.dr-video-section .video-inner a i {
  margin-left: 8px;
}

.dr-video-section .dr-home-video-shell {
  position: relative;
  align-items: stretch;
  justify-content: stretch;
  overflow: visible;
}

.dr-home-video-carousel {
  display: block;
  width: 100%;
}

.dr-home-video-carousel {
  overflow: hidden;
}

.dr-home-video-carousel .owl-stage-outer,
.dr-home-video-carousel .owl-stage,
.dr-home-video-carousel .owl-item {
  height: 100%;
}

.dr-home-video-slide {
  --dr-home-video-poster: linear-gradient(135deg, #351546 0%, #763b8f 48%, #f1a22b 100%);
  position: relative;
  display: none;
  align-items: flex-end;
  min-height: 520px;
  overflow: hidden;
  padding: 38px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background-image:
    linear-gradient(180deg, rgba(31, 23, 36, 0.08) 0%, rgba(31, 23, 36, 0.54) 48%, rgba(31, 23, 36, 0.88) 100%),
    var(--dr-home-video-poster);
  background-position: center;
  background-size: cover;
  box-shadow: 0 28px 62px rgba(31, 23, 36, 0.20);
}

.dr-home-video-slide.is-active {
  display: flex;
}

.dr-home-video-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(241, 162, 43, 0.42), transparent 24%),
    linear-gradient(135deg, rgba(111, 44, 145, 0.72) 0 20%, transparent 20% 100%);
  pointer-events: none;
}

.dr-home-video-slide:after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  pointer-events: none;
}

.dr-home-video-content {
  position: relative;
  z-index: 2;
  max-width: 430px;
}

.dr-home-video-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 6px 12px;
  color: #ffffff;
  border-radius: 999px;
  background: rgba(111, 44, 145, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-home-video-content h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 800;
  margin-bottom: 12px;
}

.dr-home-video-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
}

.dr-video-section .dr-home-video-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
}

.dr-video-section .dr-home-video-play.is-disabled {
  opacity: 0.72;
}

.dr-video-section .dr-home-video-play i {
  margin-left: 7px;
}

.dr-home-video-count {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  color: #ffffff;
  border-radius: 999px;
  background: rgba(31, 23, 36, 0.62);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 800;
}

.dr-home-video-count i {
  color: #f1a22b;
}

.dr-home-video-controls {
  position: absolute;
  z-index: 4;
  right: 26px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dr-home-video-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(31, 23, 36, 0.58);
  cursor: pointer;
  transition: all 0.25s ease;
}

.dr-home-video-arrow:hover,
.dr-home-video-arrow:focus {
  color: var(--dr-ink);
  background: #f1a22b;
}

.dr-home-video-dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 4px;
}

.dr-home-video-dot {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  cursor: pointer;
  transition: all 0.25s ease;
}

.dr-home-video-dot.is-active {
  width: 28px;
  background: #f1a22b;
}

.dr-home-video-carousel .owl-nav {
  position: absolute;
  right: 26px;
  bottom: 28px;
  display: flex;
  gap: 8px;
}

.dr-home-video-carousel .owl-nav button,
.dr-home-video-carousel .owl-nav .owl-prev,
.dr-home-video-carousel .owl-nav .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 50%;
  background: rgba(31, 23, 36, 0.58) !important;
  transition: all 0.25s ease;
}

.dr-home-video-carousel .owl-nav button:hover,
.dr-home-video-carousel .owl-nav .owl-prev:hover,
.dr-home-video-carousel .owl-nav .owl-next:hover {
  color: var(--dr-ink);
  background: #f1a22b !important;
}

.dr-home-video-carousel .owl-dots {
  position: absolute;
  left: 38px;
  bottom: 32px;
  display: flex;
  gap: 7px;
}

.dr-home-video-carousel .owl-dot span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  transition: all 0.25s ease;
}

.dr-home-video-carousel .owl-dot.active span {
  width: 28px;
  background: #f1a22b;
}

.dr-video-section #content_block_04 .content-box {
  margin-left: -52px;
  padding: 54px 56px;
  border: 1px solid rgba(111, 44, 145, 0.13);
  border-top: 6px solid #f1a22b;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(31, 23, 36, 0.14);
}

.dr-video-section #content_block_04 .content-box:before {
  display: none;
}

.dr-video-section #content_block_04 .content-box .sec-title {
  margin-bottom: 24px;
}

.dr-video-section #content_block_04 .content-box .sec-title h2 {
  color: var(--dr-ink);
  font-size: 38px;
  line-height: 1.14;
  margin-bottom: 0;
}

.dr-video-section #content_block_04 .content-box .text {
  color: var(--dr-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dr-video-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 28px;
}

.dr-video-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--dr-ink);
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: var(--dr-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.dr-video-points i {
  color: var(--dr-teal);
}

.dr-video-section .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dr-video-section .dr-secondary-btn {
  color: var(--dr-teal);
  border-color: var(--dr-teal);
  background: transparent;
}

.dr-video-section .dr-secondary-btn:hover {
  color: #ffffff;
  background: var(--dr-teal);
}

.dr-app-section {
  position: relative;
  padding: 105px 0 92px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96) 0%, rgba(251, 247, 252, 0.96) 47%, rgba(111, 44, 145, 0.10) 100%),
    linear-gradient(180deg, #ffffff 0%, var(--dr-soft) 100%);
}

.dr-app-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: #f1a22b;
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.dr-app-section .container {
  position: relative;
  z-index: 1;
}

.dr-app-section #content_block_05 .content-box {
  max-width: 560px;
  padding: 0;
}

.dr-app-section #content_block_05 .content-box .sec-title {
  margin-bottom: 22px;
}

.dr-app-section #content_block_05 .content-box .sec-title h2 {
  color: var(--dr-ink);
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 0;
}

.dr-app-section #content_block_05 .content-box .sec-title h2:after {
  display: none;
}

.dr-app-section #content_block_05 .content-box .text {
  color: var(--dr-muted);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dr-app-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.dr-app-benefits div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px;
  color: var(--dr-ink);
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(24, 32, 51, 0.08);
}

.dr-app-benefits i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--dr-teal);
}

.dr-app-benefits span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.dr-app-section .download-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  max-width: none !important;
  margin-top: 30px;
}

.dr-app-section #content_block_05 .content-box .download-btn a {
  display: inline-flex;
  align-items: center;
  min-width: 205px;
  min-height: 64px;
  padding: 12px 18px 12px 64px;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  background: var(--dr-teal-dark);
  box-shadow: 0 18px 34px rgba(63, 21, 92, 0.20);
}

.dr-app-section #content_block_05 .content-box .download-btn a:hover {
  color: #111827;
  background: var(--dr-gold);
  box-shadow: 0 20px 38px rgba(248, 165, 27, 0.26);
}

.dr-app-section #content_block_05 .content-box .download-btn a i {
  left: 20px;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
}

.dr-app-section #content_block_05 .content-box .download-btn a:hover i {
  color: #111827;
}

.dr-app-section #content_block_05 .content-box .download-btn a span {
  color: rgba(255, 255, 255, 0.78);
}

.dr-app-section #content_block_05 .content-box .download-btn a:hover span {
  color: rgba(17, 24, 39, 0.72);
}

.dr-app-section #content_block_05 .content-box .download-btn .app-store-btn {
  margin-right: 0;
}

.dr-app-section .image-box {
  min-height: 560px;
}

.dr-app-section #iamge_block_04 .image-box {
  margin: 0 0 0 18px;
  min-height: 560px;
}

.dr-app-section #iamge_block_04 .image-box:before {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(111, 44, 145, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.dr-app-section #iamge_block_04 .image-box .image-1 {
  left: 86px;
  bottom: -18px;
  max-width: 330px;
  border-radius: 42px 42px 0 0;
  box-shadow: 0 24px 55px rgba(24, 32, 51, 0.20);
}

.dr-app-section #iamge_block_04 .image-box .image-2 {
  right: 12px;
  bottom: 20px;
  max-width: 405px;
  opacity: 0.78;
  filter: drop-shadow(0 22px 35px rgba(24, 32, 51, 0.16));
}

.dr-app-section #iamge_block_04 .image-box img {
  width: 100%;
  height: auto;
}

.dr-why-section {
  position: relative;
  padding: 108px 0 92px;
  background:
    linear-gradient(180deg, #fbf7fc 0%, #ffffff 56%, #fbf7fc 100%);
  overflow: hidden;
}

.dr-why-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, var(--dr-teal-dark) 0%, var(--dr-teal) 54%, #f1a22b 100%);
}

.dr-why-section .container {
  position: relative;
  z-index: 1;
}

.dr-why-section .sec-title {
  max-width: 960px;
  margin: 0 auto 52px;
}

.dr-why-section .sec-title p {
  max-width: 860px;
  margin: 20px auto 0;
}

.dr-why-section .inner-content {
  margin: 0;
}

.dr-why-section .inner-content .service-block {
  display: flex;
  padding: 0 18px;
  margin-bottom: 30px;
}

.dr-why-section .service-block-two {
  width: 100%;
  margin-bottom: 0;
}

.dr-why-section .service-block-two .inner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 420px;
  height: 100%;
  padding: 42px 32px 38px;
  border: 1px solid rgba(111, 44, 145, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(31, 23, 36, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.dr-why-section .service-block-two .inner-box:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  opacity: 1;
  transform: none;
  background: #f1a22b;
  transition: none;
}

.dr-why-section .service-block:nth-child(2) .inner-box:before {
  background: var(--dr-teal);
}

.dr-why-section .service-block:nth-child(3) .inner-box:before {
  background: var(--dr-teal-dark);
}

.dr-why-section .service-block-two:hover .inner-box {
  transform: translateY(-8px);
  border-color: rgba(111, 44, 145, 0.30);
  box-shadow: 0 30px 64px rgba(31, 23, 36, 0.14);
}

.dr-why-section .service-block-two:hover .inner-box:before {
  opacity: 1;
  transform: none;
}

.dr-why-section .service-block-two .inner-box .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
  box-shadow: inset 0 0 0 1px rgba(111, 44, 145, 0.10), 0 18px 34px rgba(111, 44, 145, 0.10);
}

.dr-why-section .service-block-two .inner-box .icon-box img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.dr-why-section .service-block-two .inner-box h4 {
  color: var(--dr-ink);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.dr-why-section .service-block-two .inner-box h4:before {
  width: 44px;
  height: 3px;
  background: var(--dr-teal);
}

.dr-why-section .service-block-two .inner-box h4:after {
  width: 10px;
  height: 3px;
  margin-left: 18px;
  background: #f1a22b;
}

.dr-why-section .service-block-two .inner-box h4 a,
.dr-why-section .service-block-two:hover .inner-box h4,
.dr-why-section .service-block-two:hover .inner-box h4 a {
  color: var(--dr-ink);
}

.dr-why-section .service-block-two .inner-box .text,
.dr-why-section .service-block-two:hover .inner-box .text {
  max-width: 310px;
  color: var(--dr-muted);
  font-size: 16px;
  line-height: 1.78;
}

.dr-why-section .service-block-two:hover .inner-box .icon-box {
  color: var(--dr-teal);
}

.dr-why-section .service-block-two:hover .inner-box h4:before {
  background: var(--dr-teal);
}

.dr-why-section .service-block-two:hover .inner-box h4:after {
  background: #f1a22b;
}

.dr-network-section {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 112px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(111, 44, 145, 0.12), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
}

.dr-network-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 38%;
  height: 72px;
  background: #f1a22b;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.dr-network-section .container {
  position: relative;
  z-index: 1;
}

.dr-network-main-row {
  row-gap: 32px;
}

.dr-network-copy {
  max-width: 570px;
}

.dr-network-copy p {
  margin-bottom: 28px;
}

.dr-globe-card {
  position: relative;
  max-width: 620px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.dr-globe-card:before {
  display: none;
}

.dr-globe-visual {
  --orbit-size: clamp(280px, 28vw, 410px);
  --orbit-radius: clamp(122px, 13vw, 174px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.dr-globe-visual:before {
  display: none;
}

.dr-globe-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 24px 38px rgba(63, 21, 92, 0.16));
}

.dr-network-countries-row {
  margin-top: 44px;
}

.dr-flag-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: var(--orbit-size);
  height: var(--orbit-size);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 50%;
  animation: dr-orbit-spin 36s linear infinite;
}

.dr-flag-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(var(--angle)) translateX(var(--orbit-radius)) rotate(var(--counter-angle));
  transform-origin: 0 0;
}

.dr-flag-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 132px;
  height: 36px;
  min-height: 36px;
  padding: 6px 10px;
  color: var(--dr-ink);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  white-space: nowrap;
  animation: dr-flag-counter-spin 36s linear infinite;
}

.dr-flag-icon {
  font-size: 18px;
  line-height: 1;
}

/* Round flag images inside orbit badges (home + our-network globe) */
.dr-flag-icon img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Round flag images inside our-network page orbit (.dr-network-page-flag) */
.dr-network-page-flag img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Round flag images in the network directory cards */
.dr-network-directory-top img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  object-fit: cover;
}

.dr-flag-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.dr-country-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(176px, 176px));
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 0;
}

.dr-globe-card .dr-country-list-inline {
  display: none;
}

.dr-country-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 176px;
  height: 54px;
  min-height: 54px;
  padding: 10px 14px;
  color: var(--dr-teal-dark);
  border: 1px solid rgba(111, 44, 145, 0.18);
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(31, 23, 36, 0.06);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dr-country-list b {
  font-size: 16px;
  line-height: 1;
}

/* Round flag images inside home-page country chips */
.dr-country-list img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  object-fit: cover;
}

/* Fallback text initials when no flag image is set */
.dr-flag-icon-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(111, 44, 145, 0.12);
  color: var(--dr-teal-dark);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

@keyframes dr-orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes dr-flag-counter-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dr-flag-orbit,
  .dr-flag-badge {
    animation: none;
  }
}

.dr-testimonial-section {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 112px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 45%, rgba(241, 162, 43, 0.16), transparent 32%),
    linear-gradient(180deg, #fbf7fc 0%, #ffffff 58%, #fbf7fc 100%);
}

.dr-testimonial-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #f1a22b, var(--dr-teal), var(--dr-teal-dark));
}

.dr-testimonial-section .container {
  position: relative;
  z-index: 1;
}

.dr-testimonial-section .content-box {
  margin-left: 0;
  max-width: 720px;
}

.dr-testimonial-section .sec-title {
  margin-bottom: 34px;
}

.dr-testimonial-section .sec-title h2 {
  margin-bottom: 0;
}

.dr-testimonial-section .testimonial-carousel-2 {
  max-width: 100%;
  overflow: hidden;
}

.dr-testimonial-section .owl-stage-outer {
  max-width: 100%;
  padding: 10px 0 18px;
  overflow: hidden;
}

.dr-testimonial-section .owl-item {
  opacity: 0;
  transition: opacity 260ms ease;
}

.dr-testimonial-section .owl-item.active {
  opacity: 1;
}

.dr-testimonial-section .testimonial-content {
  padding: 0 4px;
}

.dr-testimonial-section .testimonial-content .inner-box {
  position: relative;
  min-height: 310px;
  padding: 36px 38px 34px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-left: 7px solid #f1a22b;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 64px rgba(31, 23, 36, 0.12);
  overflow: hidden;
}

.dr-testimonial-section .testimonial-content .inner-box:before {
  content: "\f10e";
  position: absolute;
  right: 30px;
  top: 18px;
  color: rgba(111, 44, 145, 0.08);
  font-family: "Font Awesome 5 Free";
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.dr-testimonial-section .testimonial-content .author-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.dr-testimonial-section .content-box .testimonial-content .author-info:before {
  display: none;
}

.dr-testimonial-section .content-box .testimonial-content .author-info .name {
  color: var(--dr-teal-dark);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 12px;
}

.dr-testimonial-section .content-box .testimonial-content .author-info .rating {
  display: flex;
  gap: 3px;
  margin: 0;
  padding: 0;
}

.dr-testimonial-section .content-box .testimonial-content .author-info .rating li {
  float: none;
  color: #f1a22b;
  font-size: 18px;
  line-height: 1;
}

.dr-testimonial-section .content-box .testimonial-content .text {
  position: relative;
  z-index: 1;
  color: var(--dr-muted);
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 0;
}

.dr-testimonial-section .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.dr-testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: rgba(111, 44, 145, 0.22);
}

.dr-testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.dr-testimonial-section .owl-theme .owl-dots .owl-dot span:hover {
  width: 26px;
  border-radius: 999px;
  background: var(--dr-teal);
}

.dr-review-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 22px;
  color: #ffffff;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  box-shadow: 0 24px 50px rgba(63, 21, 92, 0.20);
}

.dr-review-cta span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 5px;
}

.dr-review-cta p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin: 0;
}

.dr-review-cta .theme-btn-two {
  flex: 0 0 auto;
  color: #111827;
  background: #f1a22b;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.dr-testimonial-section .user-column .image-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
}

.dr-testimonial-section .user-column .image-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(241, 162, 43, 0.26), transparent 62%),
    linear-gradient(135deg, rgba(111, 44, 145, 0.10), rgba(241, 162, 43, 0.10));
  transform: translate(-50%, -50%);
}

.dr-testimonial-section .user-column .image-box:after {
  content: "4.9/5 trusted feedback";
  position: absolute;
  right: 42px;
  top: 58px;
  z-index: 3;
  padding: 12px 16px;
  color: var(--dr-ink);
  border: 1px solid rgba(111, 44, 145, 0.16);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(31, 23, 36, 0.12);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.dr-testimonial-section .user-column figure {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 0 !important;
  text-align: center !important;
}

.dr-testimonial-section .dr-review-art {
  width: 100%;
}

.dr-testimonial-section .user-column img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 34px rgba(31, 23, 36, 0.12));
}

/* Services page */

.page-title.dr-services-page-title {
  display: flex;
  align-items: center;
  min-height: 540px;
  padding: 78px 0;
  overflow: hidden;
  background-position: center center;
}

.page-title.dr-services-page-title:before {
  background:
    linear-gradient(90deg, rgba(28, 12, 34, 0.99) 0%, rgba(48, 20, 57, 0.98) 34%, rgba(55, 22, 65, 0.90) 55%, rgba(65, 26, 74, 0.20) 74%, transparent 100%);
}

.page-title.dr-services-page-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(52vw, 820px);
  height: 6px;
  background: #f1a22b;
}

.dr-services-page-title .content-box,
.dr-services-page-title .content-box .title-box {
  width: 100%;
}

.dr-services-page-title .content-box .title-box {
  max-width: 680px;
}

.dr-services-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.dr-services-banner-breadcrumb a {
  color: #f1a22b;
}

.dr-services-banner-breadcrumb a:hover {
  color: #ffffff;
}

.dr-services-banner-breadcrumb span:before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.42);
}

.dr-services-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #f1a22b;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-services-banner-kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f1a22b;
}

.dr-services-page-title .content-box .title-box h1 {
  max-width: 650px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(44px, 4.4vw, 70px);
  line-height: 1.06;
}

.dr-services-page-title .content-box .title-box h1:before,
.dr-services-page-title .content-box .title-box h1:after {
  display: none;
}

.dr-services-page-title .content-box .title-box p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.dr-services-banner-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 34px;
}

.dr-services-banner-routes div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
}

.dr-services-banner-routes i {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #2a1234;
  border-radius: 4px;
  background: #f1a22b;
  font-size: 14px;
}

.dr-services-banner-routes span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.dr-services-hero,
.dr-services-grid-section,
.dr-services-support,
.dr-services-process,
.dr-services-cta {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.dr-services-hero {
  padding: 108px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 20%, rgba(241, 162, 43, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
}

.dr-services-hero:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background: #f1a22b;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.dr-services-hero .container,
.dr-services-grid-section .container,
.dr-services-support .container,
.dr-services-process .container,
.dr-services-cta .container {
  position: relative;
  z-index: 1;
}

.dr-services-copy {
  max-width: 620px;
}

.dr-services-copy h2,
.dr-services-support-copy h2,
.dr-services-cta h2 {
  color: var(--dr-ink);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 22px;
}

.dr-services-copy p,
.dr-services-support-copy p {
  color: var(--dr-muted);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dr-services-actions,
.dr-services-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dr-services-actions .dr-secondary-btn,
.dr-about-actions .dr-secondary-btn,
.dr-how-actions .dr-secondary-btn,
.dr-network-page-actions .dr-secondary-btn,
.dr-contact-actions .dr-secondary-btn {
  color: var(--dr-teal);
  border-color: rgba(111, 44, 145, 0.34);
  background: rgba(255, 255, 255, 0.72);
}

.dr-services-actions .dr-secondary-btn:hover,
.dr-about-actions .dr-secondary-btn:hover,
.dr-how-actions .dr-secondary-btn:hover,
.dr-network-page-actions .dr-secondary-btn:hover,
.dr-contact-actions .dr-secondary-btn:hover {
  color: #ffffff;
  border-color: var(--dr-teal);
  background: var(--dr-teal);
}

.dr-services-panel {
  position: relative;
  max-width: 590px;
  margin-left: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(63, 21, 92, 0.94), rgba(111, 44, 145, 0.86)),
    var(--dr-teal-dark);
  box-shadow: 0 32px 72px rgba(31, 23, 36, 0.22);
  overflow: hidden;
}

.dr-services-panel:before {
  content: "";
  position: absolute;
  inset: auto -80px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(241, 162, 43, 0.34);
}

.dr-services-panel-header,
.dr-services-panel-rate {
  position: relative;
  z-index: 1;
}

.dr-services-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.dr-services-panel-header span,
.dr-services-panel-rate span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-services-panel-header strong {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  text-align: right;
}

.dr-services-panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dr-services-panel-grid div {
  min-height: 146px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.dr-services-panel-grid img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 18px;
}

.dr-services-panel-grid span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.dr-services-panel-rate {
  margin-top: 18px;
  padding: 18px 20px;
  color: #111827;
  border-radius: 8px;
  background: #f1a22b;
}

.dr-services-panel-rate span {
  color: rgba(17, 24, 39, 0.68);
}

.dr-services-panel-rate strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.dr-services-grid-section {
  padding: 96px 0;
  background: #ffffff;
}

.dr-services-grid-section .sec-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.dr-services-grid-section .row {
  row-gap: 24px;
}

.dr-service-feature-card {
  display: flex;
  gap: 24px;
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dr-service-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 44, 145, 0.34);
  box-shadow: 0 30px 66px rgba(63, 21, 92, 0.14);
}

.dr-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  border-radius: 8px;
  background: #fbf7fc;
}

.dr-service-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.dr-service-feature-content > span {
  display: inline-block;
  color: var(--dr-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dr-service-feature-content h3 {
  color: var(--dr-ink);
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.dr-service-feature-content p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 18px;
}

.dr-service-feature-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.dr-service-feature-content li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--dr-ink);
  font-size: 14px;
  font-weight: 700;
}

.dr-service-feature-content li i {
  color: #f1a22b;
}

.dr-services-support {
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(241, 162, 43, 0.16), transparent 30%),
    linear-gradient(180deg, #fbf7fc 0%, #ffffff 100%);
}

.dr-services-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dr-services-support-card {
  min-height: 260px;
  padding: 30px 24px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(31, 23, 36, 0.08);
}

.dr-services-support-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  margin-bottom: 24px;
}

.dr-services-support-card h3 {
  color: var(--dr-ink);
  font-size: 21px;
  line-height: 1.24;
  margin-bottom: 14px;
}

.dr-services-support-card p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-services-process {
  padding: 100px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 18%, rgba(241, 162, 43, 0.30), transparent 32%),
    linear-gradient(135deg, #24102f 0%, #4d176b 58%, #6f2c91 100%);
}

.dr-services-process .sec-title h2,
.dr-services-process .dr-kicker {
  color: #ffffff;
}

.dr-services-process .dr-kicker:before {
  background: #f1a22b;
}

.dr-services-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dr-services-process-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.dr-services-process-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #111827;
  border-radius: 50%;
  background: #f1a22b;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 900;
}

.dr-services-process-card h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.24;
  margin-bottom: 14px;
}

.dr-services-process-card p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-services-cta {
  padding: 96px 0;
  background: #fbf7fc;
}

.dr-services-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 24%, rgba(241, 162, 43, 0.34), transparent 28%),
    linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  box-shadow: 0 28px 64px rgba(63, 21, 92, 0.18);
}

.dr-services-cta-inner .dr-kicker,
.dr-services-cta-inner h2 {
  color: #ffffff;
}

.dr-services-cta-inner h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.dr-services-cta-inner .dr-secondary-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.58);
}

.dr-services-cta-inner .dr-secondary-btn:hover {
  color: var(--dr-teal-dark);
  background: #ffffff;
}

/* About page */

.page-title.dr-about-page-title {
  display: flex;
  align-items: center;
  min-height: 540px;
  padding: 78px 0;
  overflow: hidden;
  background-position: center center;
}

.page-title.dr-about-page-title:before {
  background:
    linear-gradient(90deg, rgba(28, 12, 34, 0.99) 0%, rgba(48, 20, 57, 0.98) 34%, rgba(55, 22, 65, 0.90) 55%, rgba(65, 26, 74, 0.20) 74%, transparent 100%);
}

.dr-about-page-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(42vw, 660px);
  height: 6px;
  background: #f1a22b;
}

.dr-about-page-title .content-box,
.dr-about-page-title .content-box .title-box {
  width: 100%;
}

.dr-about-page-title .content-box .title-box {
  max-width: 680px;
}

.dr-about-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.dr-about-banner-breadcrumb a {
  color: #f1a22b;
}

.dr-about-banner-breadcrumb a:hover {
  color: #ffffff;
}

.dr-about-banner-breadcrumb span:before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.42);
}

.dr-about-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #f1a22b;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-about-banner-kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f1a22b;
}

.dr-about-page-title .content-box .title-box h1 {
  max-width: 650px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(44px, 4.4vw, 70px);
  line-height: 1.06;
}

.dr-about-page-title .content-box .title-box h1:before,
.dr-about-page-title .content-box .title-box h1:after {
  display: none;
}

.dr-about-page-title .content-box .title-box p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.dr-about-banner-proof {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 650px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.dr-about-banner-proof div {
  width: 33.333%;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.dr-about-banner-proof div:first-child {
  padding-left: 0;
  border-left: 0;
}

.dr-about-banner-proof strong,
.dr-about-banner-proof span {
  display: block;
}

.dr-about-banner-proof strong {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.dr-about-banner-proof span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

.dr-about-intro,
.dr-about-services,
.dr-about-timeline,
.dr-about-values,
.dr-about-cta {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.dr-about-intro {
  padding: 110px 0 92px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
}

.dr-about-intro:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  height: 74px;
  background: #f1a22b;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.dr-about-intro .container,
.dr-about-services .container,
.dr-about-timeline .container,
.dr-about-values .container,
.dr-about-cta .container {
  position: relative;
  z-index: 1;
}

.dr-about-copy {
  max-width: 600px;
}

.dr-about-copy h2,
.dr-about-cta h2 {
  color: var(--dr-ink);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 24px;
}

.dr-about-story-text {
  color: var(--dr-muted);
  font-size: 17px;
  line-height: 1.78;
}

.dr-about-story-text p:last-child {
  margin-bottom: 0;
}

.dr-about-actions,
.dr-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dr-about-visual {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--dr-teal-dark);
  box-shadow: none;
}

.dr-about-visual:before {
  display: none;
}

.dr-about-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dr-about-visual-card,
.dr-about-rate-card {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.dr-about-visual-card {
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 26px;
}

.dr-about-visual-card span,
.dr-about-rate-card span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-about-visual-card strong {
  display: block;
  margin: 8px 0 8px;
  font-size: 30px;
  line-height: 1.12;
}

.dr-about-visual-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.dr-about-rate-card {
  right: 28px;
  top: 28px;
  padding: 18px 20px;
}

.dr-about-rate-card strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
}

.dr-about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.dr-about-stat {
  min-height: 148px;
  padding: 26px 22px;
  border: 1px solid rgba(111, 44, 145, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(31, 23, 36, 0.08);
}

.dr-about-stat i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--dr-teal);
  margin-bottom: 18px;
}

.dr-about-stat strong,
.dr-about-stat span {
  display: block;
}

.dr-about-stat strong {
  color: var(--dr-ink);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
}

.dr-about-stat span {
  color: var(--dr-muted);
  line-height: 1.45;
}

.dr-about-services {
  padding: 96px 0;
  background: #ffffff;
}

.dr-about-services .sec-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.dr-about-services .row {
  row-gap: 24px;
}

.dr-about-service-card {
  height: 100%;
  padding: 32px 26px;
  border: 1px solid rgba(111, 44, 145, 0.14);
  border-top: 5px solid #f1a22b;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dr-about-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 44, 145, 0.32);
  box-shadow: 0 28px 64px rgba(63, 21, 92, 0.14);
}

.dr-about-service-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  margin-bottom: 24px;
}

.dr-about-service-card h3 {
  color: var(--dr-ink);
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.dr-about-service-card p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-about-timeline {
  padding: 104px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(241, 162, 43, 0.20), transparent 34%),
    linear-gradient(135deg, #24102f 0%, #4e176d 58%, #6f2c91 100%);
}

.dr-about-timeline .sec-title h2,
.dr-about-timeline .dr-kicker {
  color: #ffffff;
}

.dr-about-timeline .dr-kicker:before {
  background: #f1a22b;
}

.dr-about-timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.dr-about-timeline-track:before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 41px;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
}

.dr-about-timeline-item {
  position: relative;
  z-index: 1;
}

.dr-about-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 82px;
  color: #111827;
  border: 6px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: #f1a22b;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  font-size: 18px;
  font-weight: 900;
}

.dr-about-timeline-card {
  min-height: 224px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.dr-about-timeline-card h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.24;
  margin-bottom: 12px;
}

.dr-about-timeline-card p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.62;
  margin-bottom: 0;
}

.dr-about-values {
  padding: 96px 0;
  background: #fbf7fc;
}

.dr-about-values .row {
  row-gap: 24px;
}

.dr-about-value-card {
  display: flex;
  gap: 24px;
  height: 100%;
  padding: 38px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(31, 23, 36, 0.08);
}

.dr-about-value-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--dr-teal);
  font-size: 24px;
}

.dr-about-value-card .dr-kicker {
  margin-bottom: 8px;
}

.dr-about-value-card h3 {
  color: var(--dr-ink);
  font-size: 28px;
  margin-bottom: 12px;
}

.dr-about-value-card p {
  color: var(--dr-muted);
  line-height: 1.72;
  margin-bottom: 0;
}

.dr-about-cta {
  padding: 0 0 96px;
  background: #fbf7fc;
}

.dr-about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  color: #ffffff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 30%, rgba(241, 162, 43, 0.34), transparent 28%),
    linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  box-shadow: 0 28px 64px rgba(63, 21, 92, 0.18);
}

.dr-about-cta-inner .dr-kicker,
.dr-about-cta-inner h2 {
  color: #ffffff;
}

.dr-about-cta-inner h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.dr-about-cta-inner .dr-secondary-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.58);
}

.dr-about-cta-inner .dr-secondary-btn:hover {
  color: var(--dr-teal-dark);
  background: #ffffff;
}

/* Contact page */

.page-title.dr-contact-page-title {
  display: flex;
  align-items: center;
  min-height: 650px;
  padding: 62px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(241, 162, 43, 0.32), transparent 27%),
    radial-gradient(circle at 54% 110%, rgba(118, 59, 143, 0.42), transparent 35%),
    linear-gradient(135deg, #1c0c26 0%, #401952 52%, #71368a 100%);
}

.page-title.dr-contact-page-title:before {
  background:
    linear-gradient(90deg, rgba(18, 6, 24, 0.46), transparent 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 80px);
}

.page-title.dr-contact-page-title:after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -142px;
  width: 46%;
  height: 250px;
  border: 1px solid rgba(241, 162, 43, 0.24);
  border-radius: 50%;
  transform: rotate(8deg);
}

/* Custom banner image on Contact Us page */
.page-title.dr-contact-page-title[style*="background-image"] {
  background-color: #1c0c26;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title.dr-contact-page-title[style*="background-image"]::before {
  background:
    linear-gradient(90deg, rgba(18, 6, 24, 0.80), rgba(18, 6, 24, 0.55) 58%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.022) 0, rgba(255,255,255,0.022) 1px, transparent 1px, transparent 80px);
}

.dr-contact-banner-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 58px;
  align-items: center;
}

.dr-contact-page-title .content-box,
.dr-contact-page-title .content-box .title-box {
  width: 100%;
}

.dr-contact-page-title .content-box .title-box {
  max-width: 660px;
}

.dr-contact-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dr-contact-banner-breadcrumb a {
  color: #f1a22b;
}

.dr-contact-banner-breadcrumb a:hover {
  color: #ffffff;
}

.dr-contact-banner-breadcrumb span:before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.36);
}

.dr-contact-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  color: #f1a22b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-contact-banner-kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f1a22b;
}

.dr-contact-page-title .content-box .title-box h1 {
  max-width: 650px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(46px, 4.25vw, 66px);
  line-height: 1.05;
}

.dr-contact-page-title .content-box .title-box h1:before,
.dr-contact-page-title .content-box .title-box h1:after {
  display: none;
}

.dr-contact-page-title .content-box .title-box p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 17px;
  line-height: 1.72;
}

.dr-contact-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.dr-contact-banner-actions .theme-btn-two {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 182px;
  text-align: center;
}

.dr-contact-banner-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.dr-contact-banner-link:hover {
  color: #f1a22b;
}

.dr-contact-banner-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.dr-contact-banner-topics span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.dr-contact-banner-topics span:first-child {
  padding-left: 0;
  border-left: 0;
}

.dr-contact-banner-topics i {
  color: #f1a22b;
  font-size: 15px;
}

.dr-contact-banner-visual {
  position: relative;
  min-height: 510px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 32px 68px rgba(11, 4, 16, 0.28);
  backdrop-filter: blur(10px);
}

.dr-contact-banner-visual:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  pointer-events: none;
}

.dr-contact-banner-visual figure {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 6%;
  width: min(390px, 64%);
  margin: 0;
}

.dr-contact-banner-visual figure:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 51%;
  z-index: -1;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(241, 162, 43, 0.18);
  transform: translate(-50%, -50%);
}

.dr-contact-banner-visual figure img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 38px rgba(18, 6, 24, 0.26));
}

.dr-contact-banner-heading {
  position: absolute;
  z-index: 3;
  left: 32px;
  top: 28px;
}

.dr-contact-banner-heading span,
.dr-contact-banner-heading strong {
  display: block;
}

.dr-contact-banner-heading span {
  margin-bottom: 5px;
  color: #f1a22b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-contact-banner-heading strong {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.3;
}

.dr-contact-banner-channel {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 205px;
  min-height: 58px;
  padding: 10px 13px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(39, 11, 51, 0.82);
  box-shadow: 0 16px 30px rgba(17, 5, 24, 0.22);
  backdrop-filter: blur(10px);
}

.dr-contact-banner-channel:hover {
  color: #24102f;
  background: #f1a22b;
}

.dr-contact-banner-channel i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #24102f;
  border-radius: 5px;
  background: #f1a22b;
}

.dr-contact-banner-channel:hover i {
  color: #ffffff;
  background: #6f2c91;
}

.dr-contact-banner-channel span,
.dr-contact-banner-channel small {
  display: block;
}

.dr-contact-banner-channel span {
  max-width: 180px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dr-contact-banner-channel small {
  margin-bottom: 2px;
  color: #f1a22b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dr-contact-banner-channel:hover small {
  color: #24102f;
}

.dr-contact-banner-channel-phone {
  left: 28px;
  top: 122px;
}

.dr-contact-banner-channel-email {
  left: 28px;
  top: 196px;
}

.dr-contact-banner-channel-office {
  left: 28px;
  top: 270px;
}

.dr-contact-banner-response {
  position: absolute;
  z-index: 4;
  right: -18px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 255px;
  padding: 13px 15px;
  color: #24102f;
  border-radius: 6px;
  background: #f1a22b;
  box-shadow: 0 18px 34px rgba(17, 5, 24, 0.24);
}

.dr-contact-banner-response i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(36, 16, 47, 0.16);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.32);
}

.dr-contact-banner-response span,
.dr-contact-banner-response strong {
  display: block;
}

.dr-contact-banner-response span {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dr-contact-banner-response strong {
  font-size: 13px;
  line-height: 1.3;
}

.dr-contact-hero,
.dr-contact-methods,
.dr-contact-offices,
.dr-contact-support,
.dr-contact-map-section {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.dr-contact-hero {
  padding: 112px 0 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(241, 162, 43, 0.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
}

.dr-contact-hero:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 39%;
  height: 100%;
  background: #f1a22b;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.dr-contact-hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34%;
  height: 62px;
  background: #6f2c91;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.dr-contact-hero .container,
.dr-contact-methods .container,
.dr-contact-offices .container,
.dr-contact-support .container,
.dr-contact-map-section .container {
  position: relative;
  z-index: 1;
}

.dr-contact-copy {
  max-width: 620px;
}

.dr-contact-copy h2,
.dr-contact-support-copy h2,
.dr-contact-map-content h2 {
  color: var(--dr-ink);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 22px;
}

.dr-contact-copy p,
.dr-contact-support-copy p,
.dr-contact-map-content p {
  color: var(--dr-muted);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dr-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dr-contact-visual {
  position: relative;
  max-width: 560px;
  min-height: 540px;
  margin-left: auto;
}

.dr-contact-visual:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%);
}

.dr-contact-visual figure {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(460px, 78vw);
  margin: 0;
  transform: translate(-50%, -50%);
}

.dr-contact-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(31, 23, 36, 0.18));
}

.dr-contact-visual-card {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 40px;
  width: 275px;
  padding: 24px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(63, 21, 92, 0.95), rgba(111, 44, 145, 0.88));
  box-shadow: 0 24px 48px rgba(31, 23, 36, 0.24);
}

.dr-contact-visual-card span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-contact-visual-card strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.15;
}

.dr-contact-methods {
  padding: 0 0 96px;
  margin-top: -34px;
  background: #ffffff;
}

.dr-contact-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dr-contact-method-card {
  min-height: 280px;
  padding: 32px 26px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(31, 23, 36, 0.10);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dr-contact-method-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 44, 145, 0.34);
  box-shadow: 0 30px 66px rgba(63, 21, 92, 0.14);
}

.dr-contact-method-card i,
.dr-contact-office-icon,
.dr-contact-support-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  box-shadow: 0 16px 30px rgba(63, 21, 92, 0.16);
}

.dr-contact-method-card:nth-child(2) i,
.dr-contact-support-card:nth-child(2) i {
  color: #111827;
  background: #f1a22b;
}

.dr-contact-method-card h3 {
  color: var(--dr-ink);
  font-size: 22px;
  line-height: 1.25;
  margin: 20px 0 10px;
}

.dr-contact-method-card p {
  color: var(--dr-muted);
  line-height: 1.55;
  margin-bottom: 14px;
}

.dr-contact-method-card a {
  color: var(--dr-teal-dark);
  font-weight: 800;
  line-height: 1.55;
  word-break: break-word;
}

.dr-contact-method-card a:hover {
  color: #f1a22b;
}

.dr-contact-offices {
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(241, 162, 43, 0.16), transparent 30%),
    linear-gradient(180deg, #fbf7fc 0%, #ffffff 100%);
}

.dr-contact-offices .row {
  row-gap: 24px;
}

.dr-contact-office-card {
  display: flex;
  gap: 22px;
  height: 100%;
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
}

.dr-contact-office-card-highlight {
  border-top: 5px solid #f1a22b;
}

.dr-contact-office-icon {
  flex: 0 0 58px;
}

.dr-contact-office-card h3 {
  color: var(--dr-ink);
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.dr-contact-office-card p,
.dr-contact-office-card li,
.dr-contact-office-content {
  color: var(--dr-muted);
  line-height: 1.48;
}

.dr-contact-office-card p {
  margin-bottom: 6px;
}

.dr-contact-office-card p:last-child,
.dr-contact-office-content > *:last-child {
  margin-bottom: 0;
}

.dr-contact-office-content p {
  margin: 0 0 6px;
  line-height: 1.42;
}

.dr-contact-office-content p:empty {
  display: none;
}

.dr-contact-office-content .text {
  margin: 0 0 10px;
  line-height: 1.45;
}

.dr-contact-office-content .text:last-child {
  margin-bottom: 0;
}

.dr-contact-office-card a {
  color: var(--dr-teal-dark);
  font-weight: 800;
}

.dr-contact-office-card a:hover {
  color: #f1a22b;
}

.dr-contact-support {
  padding: 96px 0;
  background: #ffffff;
}

.dr-contact-support-copy {
  max-width: 520px;
}

.dr-contact-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dr-contact-support-card {
  min-height: 260px;
  padding: 30px 24px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
}

.dr-contact-support-card h3 {
  color: var(--dr-ink);
  font-size: 21px;
  line-height: 1.25;
  margin: 24px 0 14px;
}

.dr-contact-support-card p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-contact-map-section {
  padding: 96px 0;
  background: #fbf7fc;
}

.dr-contact-map-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 64px rgba(31, 23, 36, 0.12);
}

.dr-contact-map-content {
  padding: 42px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 18%, rgba(241, 162, 43, 0.32), transparent 30%),
    linear-gradient(135deg, #24102f 0%, #4d176b 58%, #6f2c91 100%);
}

.dr-contact-map-content .dr-kicker,
.dr-contact-map-content h2 {
  color: #ffffff;
}

.dr-contact-map-content p {
  color: rgba(255, 255, 255, 0.78);
}

.dr-contact-map-links {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.dr-contact-map-links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 13px 16px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  font-weight: 800;
}

.dr-contact-map-links a:hover {
  color: #111827;
  background: #f1a22b;
}

.dr-contact-map-frame,
.dr-contact-map-frame iframe {
  min-height: 500px;
}

.dr-contact-map-frame {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(251, 247, 252, 0.92)),
    url("../images/banner-bg-map1.png") center / cover no-repeat;
}

.dr-contact-map-frame iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

/* Our network page */

.page-title.dr-network-page-title {
  display: flex;
  align-items: center;
  min-height: 650px;
  padding: 62px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(241, 162, 43, 0.34), transparent 26%),
    radial-gradient(circle at 56% 100%, rgba(118, 59, 143, 0.42), transparent 34%),
    linear-gradient(135deg, #1d0c27 0%, #3d174e 52%, #62287b 100%);
}

.page-title.dr-network-page-title:before {
  background:
    linear-gradient(90deg, rgba(17, 6, 23, 0.42), transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 80px);
}

/* Custom banner image on Our Network page */
.page-title.dr-network-page-title[style*="background-image"] {
  background-color: #1c0c26;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title.dr-network-page-title[style*="background-image"]::before {
  background:
    linear-gradient(90deg, rgba(18, 6, 24, 0.80), rgba(18, 6, 24, 0.55) 58%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.022) 0, rgba(255,255,255,0.022) 1px, transparent 1px, transparent 80px);
}

.page-title.dr-network-page-title:after {
  content: "";
  position: absolute;
  right: -7%;
  bottom: -112px;
  width: 42%;
  height: 230px;
  border: 1px solid rgba(241, 162, 43, 0.26);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.dr-network-banner-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.dr-network-page-title .content-box,
.dr-network-page-title .content-box .title-box {
  width: 100%;
}

.dr-network-page-title .content-box .title-box {
  max-width: 650px;
}

.dr-network-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dr-network-banner-breadcrumb a {
  color: #f1a22b;
}

.dr-network-banner-breadcrumb a:hover {
  color: #ffffff;
}

.dr-network-banner-breadcrumb span:before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.36);
}

.dr-network-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  color: #f1a22b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-network-banner-kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f1a22b;
}

.dr-network-page-title .content-box .title-box h1 {
  max-width: 630px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(46px, 4.35vw, 68px);
  line-height: 1.04;
}

.dr-network-page-title .content-box .title-box h1:before,
.dr-network-page-title .content-box .title-box h1:after {
  display: none;
}

.dr-network-page-title .content-box .title-box p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 17px;
  line-height: 1.72;
}

.dr-network-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.dr-network-banner-actions .theme-btn-two {
  min-width: 190px;
  text-align: center;
}

.dr-network-banner-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.dr-network-banner-link:hover {
  color: #f1a22b;
}

.dr-network-banner-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.dr-network-banner-stats div {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.dr-network-banner-stats div:first-child {
  padding-left: 0;
  border-left: 0;
}

.dr-network-banner-stats strong,
.dr-network-banner-stats span {
  display: block;
}

.dr-network-banner-stats strong {
  margin-bottom: 7px;
  color: #f1a22b;
  font-size: 28px;
  line-height: 1;
}

.dr-network-banner-stats span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.dr-network-banner-visual {
  position: relative;
  min-height: 510px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.dr-network-banner-visual:before {
  content: none;
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  pointer-events: none;
}

.dr-network-banner-map {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dr-network-banner-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dr-network-banner-heading {
  position: absolute;
  z-index: 2;
  left: 32px;
  top: 27px;
}

.dr-network-banner-heading span,
.dr-network-banner-heading strong {
  display: block;
}

.dr-network-banner-heading span {
  margin-bottom: 4px;
  color: #f1a22b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-network-banner-heading strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}

.dr-network-banner-flags {
  position: absolute;
  z-index: 3;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.dr-network-banner-flags > span {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 8px 11px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: rgba(39, 11, 51, 0.78);
  box-shadow: 0 10px 24px rgba(17, 5, 24, 0.16);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dr-network-banner-flags img,
.dr-network-banner-flags b {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
}

.dr-network-banner-flags img {
  object-fit: cover;
}

.dr-network-banner-flags b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #351345;
  background: #f1a22b;
  font-size: 9px;
}

.dr-network-banner-promise {
  position: absolute;
  z-index: 4;
  right: -18px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 225px;
  padding: 13px 15px;
  color: #24102f;
  border-radius: 6px;
  background: #f1a22b;
  box-shadow: 0 18px 34px rgba(17, 5, 24, 0.24);
}

.dr-network-banner-promise i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(36, 16, 47, 0.16);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.32);
}

.dr-network-banner-promise span,
.dr-network-banner-promise strong {
  display: block;
}

.dr-network-banner-promise span {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dr-network-banner-promise strong {
  font-size: 13px;
  line-height: 1.3;
}

.dr-network-page-hero,
.dr-network-page-countries,
.dr-network-page-services,
.dr-network-directory,
.dr-network-page-cta {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.dr-network-page-hero {
  padding: 112px 0 86px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(241, 162, 43, 0.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
}

.dr-network-page-hero:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: #f1a22b;
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.dr-network-page-hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32%;
  height: 62px;
  background: #6f2c91;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

.dr-network-page-hero .container,
.dr-network-page-countries .container,
.dr-network-page-services .container,
.dr-network-directory .container,
.dr-network-page-cta .container {
  position: relative;
  z-index: 1;
}

.dr-network-page-copy {
  max-width: 650px;
}

.dr-network-page-copy h2,
.dr-network-country-heading h2,
.dr-network-page-cta h2 {
  color: var(--dr-ink);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 22px;
}

.dr-network-page-copy p {
  color: var(--dr-muted);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dr-network-page-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.dr-network-page-stats div {
  min-height: 126px;
  padding: 24px 20px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(31, 23, 36, 0.08);
}

.dr-network-page-stats strong,
.dr-network-page-stats span {
  display: block;
}

.dr-network-page-stats strong {
  color: var(--dr-ink);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}

.dr-network-page-stats span {
  color: var(--dr-muted);
  line-height: 1.45;
}

.dr-network-page-actions,
.dr-network-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dr-network-page-hero .dr-globe-card {
  width: min(680px, 50vw);
  max-width: none;
  margin-left: 24px;
  transform: translateX(12px);
}

.dr-network-page-hero .dr-globe-visual {
  --orbit-size: clamp(400px, 34vw, 560px);
  --orbit-radius: clamp(178px, 16vw, 238px);
  min-height: clamp(570px, 44vw, 650px);
}

.dr-network-page-hero .dr-globe-image {
  width: 102%;
  height: 102%;
  left: 0;
  top: -1%;
  max-width: none;
}

.dr-network-page-hero .dr-flag-badge {
  width: 152px;
  height: 42px;
  min-height: 42px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .dr-network-page-hero .dr-globe-card {
    width: min(600px, 46vw);
    margin-left: 0;
    transform: none;
  }

  .dr-network-page-hero .dr-globe-visual {
    --orbit-size: clamp(370px, 31vw, 500px);
    --orbit-radius: clamp(164px, 14.5vw, 214px);
    min-height: clamp(520px, 42vw, 600px);
  }

  .dr-network-page-hero .dr-globe-image {
    width: 100%;
    height: 100%;
    left: 0;
  }
}

.dr-network-page-visual {
  position: relative;
  min-height: 590px;
  max-width: 640px;
  margin-left: auto;
}

.dr-network-page-globe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(530px, 88vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.dr-network-page-globe:before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(111, 44, 145, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.dr-network-page-globe > img {
  position: absolute;
  z-index: 1;
  inset: 6%;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(31, 23, 36, 0.20));
}

.dr-network-page-orbit {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.dr-network-page-flag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 154px;
  height: 44px;
  min-height: 44px;
  max-width: 154px;
  padding: 8px 13px 8px 10px;
  color: var(--dr-ink);
  border: 1px solid rgba(111, 44, 145, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(31, 23, 36, 0.14);
  animation: dr-network-float 7.5s ease-in-out infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  white-space: nowrap;
}

.dr-network-page-flag img,
.dr-network-country-list img,
.dr-network-directory-top img {
  display: block;
  object-fit: cover;
}

.dr-network-page-flag img,
.dr-network-page-flag b {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  border-radius: 50%;
}

.dr-network-page-flag b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #6f2c91;
  font-size: 10px;
}

.dr-network-page-flag span {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 800;
}

.dr-network-page-flag:nth-child(1) {
  left: 8%;
  top: 20%;
}

.dr-network-page-flag:nth-child(2) {
  right: 3%;
  top: 15%;
}

.dr-network-page-flag:nth-child(3) {
  left: 0;
  top: 47%;
}

.dr-network-page-flag:nth-child(4) {
  right: 0;
  top: 48%;
}

.dr-network-page-flag:nth-child(5) {
  left: 18%;
  bottom: 8%;
}

.dr-network-page-flag:nth-child(6) {
  right: 18%;
  bottom: 8%;
}

.dr-network-page-flag:nth-child(7) {
  left: 36%;
  top: 2%;
}

.dr-network-page-flag:nth-child(8) {
  left: 40%;
  bottom: 0;
}

.dr-network-page-flag:nth-child(9) {
  left: 3%;
  bottom: 26%;
}

.dr-network-page-flag:nth-child(10) {
  right: 4%;
  bottom: 26%;
}

.dr-network-page-flag:nth-child(11) {
  left: 24%;
  top: 33%;
}

.dr-network-page-flag:nth-child(12) {
  right: 24%;
  top: 34%;
}

.dr-network-page-visual-card {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 34px;
  width: 275px;
  padding: 24px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(63, 21, 92, 0.94), rgba(111, 44, 145, 0.88));
  box-shadow: 0 24px 48px rgba(31, 23, 36, 0.24);
}

.dr-network-page-visual-card span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-network-page-visual-card strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.15;
}

.dr-network-page-countries {
  padding: 70px 0 92px;
  background: #ffffff;
}

.dr-network-country-panel {
  display: block;
  padding: 46px 34px 42px;
  border: 1px solid rgba(111, 44, 145, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(241, 162, 43, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
  box-shadow: 0 26px 60px rgba(31, 23, 36, 0.08);
}

.dr-network-country-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.dr-network-country-heading .dr-kicker {
  justify-content: center;
}

.dr-network-country-heading h2 {
  font-size: 34px;
  line-height: 1.18;
  margin-bottom: 0;
}

.dr-network-country-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(196px, 196px));
  justify-content: center;
  gap: 16px 18px;
  width: 100%;
}

.dr-network-country-list span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 196px;
  height: 56px;
  min-height: 56px;
  padding: 10px 22px;
  color: var(--dr-teal-dark);
  border: 1px solid rgba(111, 44, 145, 0.16);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(31, 23, 36, 0.08);
  font-weight: 800;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dr-network-country-list img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  object-fit: cover;
}

.dr-network-page-services {
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(241, 162, 43, 0.15), transparent 30%),
    linear-gradient(180deg, #fbf7fc 0%, #ffffff 100%);
}

.dr-network-page-services .sec-title,
.dr-network-directory .sec-title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.dr-network-directory .sec-title p {
  color: var(--dr-muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 720px;
}

.dr-network-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dr-network-service-card {
  min-height: 275px;
  padding: 32px 26px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dr-network-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 44, 145, 0.34);
  box-shadow: 0 30px 66px rgba(63, 21, 92, 0.14);
}

.dr-network-service-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  margin-bottom: 24px;
}

.dr-network-service-card:nth-child(2) i {
  color: #111827;
  background: #f1a22b;
}

.dr-network-service-card h3 {
  color: var(--dr-ink);
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.dr-network-service-card p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-network-directory {
  padding: 96px 0;
  background: #ffffff;
}

.dr-network-directory .row {
  row-gap: 24px;
}

.dr-network-directory-card {
  height: 100%;
  padding: 26px;
  border: 1px solid rgba(111, 44, 145, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
}

.dr-network-directory-top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(111, 44, 145, 0.12);
}

.dr-network-directory-top img,
.dr-network-directory-top > span {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(31, 23, 36, 0.10);
}

.dr-network-directory-top > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #6f2c91;
  font-weight: 900;
}

.dr-network-directory-top h3 {
  color: var(--dr-ink);
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 0;
}

.dr-network-directory-meta {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.dr-network-directory-meta div {
  position: relative;
  min-height: 86px;
  padding: 18px 18px 18px 58px;
  border: 1px solid rgba(111, 44, 145, 0.10);
  border-radius: 8px;
  background: #ffffff;
}

.dr-network-directory-meta i {
  position: absolute;
  left: 18px;
  top: 20px;
  color: #6f2c91;
}

.dr-network-directory-meta span {
  display: block;
  color: var(--dr-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dr-network-directory-meta strong {
  display: block;
  color: var(--dr-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.dr-network-page-cta {
  padding: 96px 0;
  background: #fbf7fc;
}

.dr-network-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  color: #ffffff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 24%, rgba(241, 162, 43, 0.34), transparent 28%),
    linear-gradient(135deg, #24102f 0%, #4d176b 58%, #6f2c91 100%);
  box-shadow: 0 28px 64px rgba(63, 21, 92, 0.18);
}

.dr-network-cta-inner .dr-kicker,
.dr-network-cta-inner h2 {
  color: #ffffff;
}

.dr-network-cta-inner h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.dr-network-cta-inner .dr-secondary-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.58);
}

.dr-network-cta-inner .dr-secondary-btn:hover {
  color: var(--dr-teal-dark);
  background: #ffffff;
}

@keyframes dr-network-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* How app work page */

.page-title.dr-how-page-title {
  display: flex;
  align-items: center;
  min-height: 650px;
  padding: 72px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(241, 162, 43, 0.30), transparent 27%),
    radial-gradient(circle at 96% 86%, rgba(241, 162, 43, 0.20), transparent 25%),
    linear-gradient(135deg, #211029 0%, #4d205e 57%, #763b8f 100%);
}

.page-title.dr-how-page-title:before {
  background:
    linear-gradient(90deg, rgba(21, 8, 29, 0.50), transparent 55%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 80px);
}

.page-title.dr-how-page-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(50vw, 780px);
  height: 6px;
  background: #f1a22b;
}

.dr-how-banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
  min-height: 578px;
}

.dr-how-page-title .content-box,
.dr-how-page-title .content-box .title-box {
  width: 100%;
}

.dr-how-page-title .content-box .title-box {
  max-width: 640px;
  padding-bottom: 64px;
}

.dr-how-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dr-how-banner-breadcrumb a {
  color: #f1a22b;
}

.dr-how-banner-breadcrumb a:hover {
  color: #ffffff;
}

.dr-how-banner-breadcrumb span:before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.38);
}

.dr-how-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  color: #f1a22b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-how-banner-kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  background: #f1a22b;
}

.dr-how-page-title .content-box .title-box h1 {
  max-width: 620px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(44px, 4.2vw, 66px);
  line-height: 1.06;
}

.dr-how-page-title .content-box .title-box h1:before,
.dr-how-page-title .content-box .title-box h1:after {
  display: none;
}

.dr-how-page-title .content-box .title-box p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.dr-how-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.dr-how-banner-actions .theme-btn-two {
  min-width: 172px;
  text-align: center;
}

.dr-how-banner-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.dr-how-banner-link:hover {
  color: #f1a22b;
}

.dr-how-banner-flow {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.dr-how-banner-flow span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.dr-how-banner-flow span:first-child {
  padding-left: 0;
  border-left: 0;
}

.dr-how-banner-flow strong {
  color: #f1a22b;
  font-size: 12px;
}

.dr-how-banner-visual {
  position: relative;
  align-self: end;
  min-height: 560px;
}

.dr-how-banner-visual:before {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 84%;
  height: 78%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
  border-radius: 180px 180px 0 0;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.dr-how-banner-orbit {
  position: absolute;
  border: 1px solid rgba(241, 162, 43, 0.35);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.dr-how-banner-orbit-one {
  right: 4%;
  bottom: 9%;
  width: 80%;
  height: 52%;
}

.dr-how-banner-orbit-two {
  right: 18%;
  bottom: 19%;
  width: 56%;
  height: 36%;
  transform: rotate(18deg);
}

.dr-how-banner-phone {
  position: absolute;
  z-index: 2;
  margin: 0;
}

.dr-how-banner-phone img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 36px rgba(15, 5, 21, 0.32));
}

.dr-how-banner-phone-dual {
  right: -3%;
  bottom: -1%;
  width: min(720px, 54vw);
}

.dr-how-banner-phone-single {
  display: none;
}

.dr-how-banner-status {
  position: absolute;
  z-index: 4;
  left: 4%;
  bottom: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(47, 17, 59, 0.82);
  box-shadow: 0 18px 34px rgba(18, 7, 25, 0.22);
  backdrop-filter: blur(10px);
}

.dr-how-banner-status i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #2a1234;
  border-radius: 5px;
  background: #f1a22b;
}

.dr-how-banner-status strong,
.dr-how-banner-status span {
  display: block;
}

.dr-how-banner-status strong {
  font-size: 14px;
}

.dr-how-banner-status span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.dr-how-hero,
.dr-how-steps,
.dr-how-videos,
.dr-how-features,
.dr-how-download {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.dr-how-hero {
  padding: 70px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 22%, rgba(241, 162, 43, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
}

.dr-how-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #f1a22b;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.dr-how-hero:after {
  content: "";
  position: absolute;
  right: 9%;
  top: 18%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(111, 44, 145, 0.24);
  border-radius: 50%;
}

.dr-how-hero .container,
.dr-how-steps .container,
.dr-how-videos .container,
.dr-how-features .container,
.dr-how-download .container {
  position: relative;
  z-index: 1;
}

.dr-how-hero .container:before,
.dr-how-hero .container:after {
  content: "";
  position: absolute;
  left: 15px;
  z-index: 4;
  height: 5px;
  border-radius: 999px;
  background: #6f2c91;
  box-shadow: 0 10px 24px rgba(111, 44, 145, 0.18);
  pointer-events: none;
}

.dr-how-hero .container:before {
  top: -70px;
  width: min(520px, 46vw);
}

.dr-how-hero .container:after {
  bottom: -58px;
  width: min(460px, 40vw);
}

.dr-how-copy {
  max-width: 620px;
}

.dr-how-copy h2,
.dr-how-feature-copy h2,
.dr-how-download-copy h2 {
  color: var(--dr-ink);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 22px;
}

.dr-how-copy p,
.dr-how-feature-copy p,
.dr-how-download-copy p {
  color: var(--dr-muted);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dr-how-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dr-how-phone-stage {
  position: relative;
  min-height: 500px;
  max-width: 660px;
  margin-left: auto;
}

.dr-how-phone-stage:before {
  content: none;
}

.dr-how-phone-main,
.dr-how-phone-back {
  position: absolute;
  margin: 0;
}

.dr-how-phone-main {
  z-index: 2;
  left: 108px;
  top: 18px;
  width: min(340px, 64vw);
}

.dr-how-phone-back {
  z-index: 2;
  right: -34px;
  top: 8px;
  width: min(520px, 56vw);
  opacity: 1;
  transform: none;
}

.dr-how-phone-stage img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(31, 23, 36, 0.20));
}

.dr-how-phone-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 40px;
  width: 250px;
  padding: 22px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(63, 21, 92, 0.94), rgba(111, 44, 145, 0.88));
  box-shadow: 0 22px 46px rgba(31, 23, 36, 0.24);
}

.dr-how-phone-card span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-how-phone-card strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.12;
}

.dr-how-steps {
  padding: 96px 0;
  background: #ffffff;
}

.dr-how-steps .sec-title,
.dr-how-videos .sec-title {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.dr-how-videos .sec-title p {
  color: var(--dr-muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 780px;
}

.dr-how-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dr-how-step-card {
  position: relative;
  min-height: 280px;
  padding: 28px 24px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-top: 5px solid #f1a22b;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dr-how-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 44, 145, 0.34);
  box-shadow: 0 30px 66px rgba(63, 21, 92, 0.14);
}

.dr-how-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.dr-how-step-top strong {
  color: rgba(63, 21, 92, 0.16);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.dr-how-step-top i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--dr-teal-dark), var(--dr-teal));
  box-shadow: 0 16px 30px rgba(63, 21, 92, 0.16);
}

.dr-how-step-card h3 {
  color: var(--dr-ink);
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.dr-how-step-card p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-how-videos {
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 18%, rgba(241, 162, 43, 0.16), transparent 30%),
    linear-gradient(180deg, #fbf7fc 0%, #ffffff 100%);
}

.dr-how-videos .row {
  row-gap: 24px;
}

.dr-how-video-card {
  height: 100%;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 60px rgba(31, 23, 36, 0.10);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.dr-how-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 74px rgba(63, 21, 92, 0.16);
}

.dr-how-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(241, 162, 43, 0.28), transparent 30%),
    linear-gradient(135deg, #24102f 0%, #4d176b 62%, #6f2c91 100%);
}

.dr-how-video-frame.has-poster {
  background-image:
    linear-gradient(135deg, rgba(36, 16, 47, 0.58), rgba(77, 23, 107, 0.42)),
    var(--dr-video-poster);
  background-position: center;
  background-size: cover;
}

.dr-how-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.dr-how-video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
}

.dr-how-video-placeholder i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #111827;
  border-radius: 50%;
  background: #f1a22b;
  font-size: 24px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.dr-how-video-placeholder span {
  font-size: 18px;
  font-weight: 800;
}

.dr-how-video-body {
  padding: 24px;
}

.dr-how-video-body span {
  display: inline-block;
  color: var(--dr-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dr-how-video-body h3 {
  color: var(--dr-ink);
  font-size: 23px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.dr-how-video-body p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-how-features {
  padding: 96px 0;
  background: #ffffff;
}

.dr-how-feature-copy {
  max-width: 520px;
}

.dr-how-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dr-how-feature-card {
  min-height: 260px;
  padding: 30px 24px;
  border: 1px solid rgba(111, 44, 145, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
  box-shadow: 0 22px 52px rgba(31, 23, 36, 0.08);
}

.dr-how-feature-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  border-radius: 8px;
  background: #6f2c91;
  margin-bottom: 24px;
}

.dr-how-feature-card:nth-child(2) i {
  background: #f1a22b;
  color: #111827;
}

.dr-how-feature-card h3 {
  color: var(--dr-ink);
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.dr-how-feature-card p {
  color: var(--dr-muted);
  line-height: 1.68;
  margin-bottom: 0;
}

.dr-how-download {
  padding: 105px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #24102f 0%, #4d176b 58%, #6f2c91 100%);
}

.dr-how-download:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background: #f1a22b;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.dr-how-download-visual {
  position: relative;
  min-height: 580px;
}

.dr-how-download-visual:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 78px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.dr-how-download-phone-one,
.dr-how-download-phone-two {
  position: absolute;
  margin: 0;
}

.dr-how-download-phone-one {
  z-index: 2;
  left: 50%;
  top: -34px;
  width: min(640px, 100%);
  transform: translateX(-50%);
}

.dr-how-download-phone-two {
  z-index: 1;
  right: 38px;
  top: 90px;
  width: min(330px, 58vw);
  opacity: 0.74;
}

.dr-how-download-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.25));
}

.dr-how-download-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
  margin-left: auto;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18);
}

.dr-how-download-copy .dr-kicker,
.dr-how-download-copy h2 {
  color: #ffffff;
}

.dr-how-download-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.dr-how-download-copy .download-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  max-width: none !important;
  margin-top: 30px;
}

.dr-how-download-copy .download-btn a {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-width: 205px;
  min-height: 64px;
  padding: 12px 18px 12px 64px;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  background: #3f155c;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.dr-how-download-copy .download-btn a:hover {
  color: #111827;
  background: #f1a22b;
  box-shadow: 0 20px 38px rgba(248, 165, 27, 0.26);
}

.dr-how-download-copy .download-btn a i {
  position: absolute;
  left: 20px;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
}

.dr-how-download-copy .download-btn a:hover i {
  color: #111827;
}

.dr-how-download-copy .download-btn a span {
  color: rgba(255, 255, 255, 0.78);
}

.dr-how-download-copy .download-btn a:hover span {
  color: rgba(17, 24, 39, 0.72);
}

/* Inner pages */

.page-title {
  position: relative;
  padding: 210px 0 105px;
  background-position: center;
  background-size: cover;
}

.page-title:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 23, 36, 0.94), rgba(111, 44, 145, 0.72) 62%, rgba(248, 165, 27, 0.42));
}

.page-title .container {
  position: relative;
  z-index: 1;
}

.page-title .content-box .title-box h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.12;
}

.page-title .content-box .title-box h1:before,
.page-title .content-box .title-box h1:after {
  background: var(--dr-gold);
}

.page-title .content-box .title-box p {
  color: rgba(255, 255, 255, 0.82);
}

.our-history,
.timeline-work,
.solve-problem,
.contact-section,
.service-section,
.pricing-style-four,
.portfolio-details {
  background: #ffffff;
}

.pricing-style-four .table-responsive {
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(24, 32, 51, 0.08);
}

.pricing-style-four table {
  margin: 0;
}

.pricing-style-four thead th {
  color: var(--dr-ink);
  border: 0;
  background: #eef5f4;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-style-four tbody td {
  color: var(--dr-muted);
  border-color: var(--dr-line);
  vertical-align: middle;
}

.pricing-style-four tbody td p {
  margin-bottom: 0;
}

.contact-section .contact-form-area,
.service-section .service-block-one .inner-box {
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(24, 32, 51, 0.08);
}

.dr-contact-map,
.dr-contact-map iframe {
  display: block;
  width: 100%;
}

/* Footer */

.main-footer.style-five.style-six {
  background: #763b8f;
}

.main-footer.style-six .footer-top {
  padding-top: 86px;
}

.main-footer.style-five .footer-top .widget-title,
.main-footer.style-six .about-widget .apps-download h3 {
  color: #ffffff;
}

.main-footer.style-six .about-widget .text,
.main-footer.style-five .footer-top .links-widget .list li a,
.main-footer.style-five .footer-top .contact-widget .contact-info li,
.main-footer.style-five .footer-top .contact-widget .contact-info li a,
.main-footer.style-five .footer-bottom .footer-nav li a {
  color: rgba(255, 255, 255, 0.86);
}

.main-footer.style-five .footer-top .links-widget .list li a:hover,
.main-footer.style-five .footer-top .contact-widget .contact-info li a:hover,
.main-footer.style-five .footer-bottom .footer-nav li a:hover {
  color: #f1a22b;
}

.main-footer.style-five .footer-top .widget-title:before,
.main-footer.style-five .footer-top .widget-title:after {
  background: #f1a22b;
}

.main-footer.style-six .copyright {
  color: #ffffff;
  background: rgba(31, 12, 43, 0.20);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.main-footer.style-five .footer-top {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.main-footer.style-five .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.main-footer.style-five .footer-top .contact-widget .contact-info li i {
  color: #f1a22b;
}

.main-footer.style-five .footer-top .contact-widget .social-links li a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.10);
}

.main-footer.style-five .footer-top .contact-widget .social-links li a:hover {
  color: #15071f;
  border-color: #f1a22b;
  background: #f1a22b;
}

.scroll-top {
  border-radius: 6px;
  background: var(--dr-teal);
}

/* Responsive */

@media (max-width: 1199px) {
  .main-header .outer-container .logo-box .logo {
    max-width: 205px;
  }

  .main-header .outer-container .logo-box .logo img {
    width: 205px;
    max-width: 205px;
    max-height: 68px;
  }

  .main-header .main-menu .navigation > li {
    margin: 0 8px;
  }

  .dr-header-actions {
    display: none;
  }

  .dr-hero-content h1 {
    font-size: 48px;
  }

  .dr-about-timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dr-about-timeline-track:before {
    display: none;
  }

  .dr-services-panel {
    max-width: 100%;
  }

  .dr-how-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-how-phone-stage {
    max-width: 620px;
  }

  .dr-how-phone-main {
    left: 78px;
  }

  .dr-how-feature-grid {
    grid-template-columns: 1fr;
  }

  .dr-network-page-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-network-page-visual {
    max-width: 560px;
  }

  .dr-network-service-grid {
    grid-template-columns: 1fr;
  }

  .dr-contact-method-grid,
  .dr-contact-support-grid {
    grid-template-columns: 1fr;
  }

  .dr-contact-visual {
    max-width: 520px;
  }
}

@media (max-width: 991px) {
  .dr-topbar {
    display: none;
  }

  .main-header .outer-container {
    padding: 10px 0;
  }

  .main-header .outer-container .main-box {
    min-height: 72px;
  }

  .main-header .outer-container .logo-box .logo {
    max-width: 185px;
  }

  .main-header .outer-container .logo-box .logo img {
    width: 185px;
    max-width: 185px;
    max-height: 64px;
  }

  .dr-home-hero {
    min-height: auto;
    padding: 150px 0 130px;
  }

  .dr-hero-card {
    margin-top: 34px;
  }

  .dr-action-panel {
    margin-top: 0;
    padding: 70px 0 72px;
  }

  .dr-action-panel .row {
    display: block;
  }

  .dr-action-panel .row > [class*="col-"] {
    display: block;
  }

  .dr-action-card {
    margin-bottom: 22px;
  }

  .dr-action-panel .dr-action-card.convertor-div,
  .dr-action-panel .dr-action-card.ins_trcker,
  .dr-action-panel .dr-action-card.exch_rate {
    height: auto;
    min-height: auto;
  }

  .dr-trust-grid {
    grid-template-columns: 1fr;
  }

  .dr-video-section {
    padding: 82px 0;
  }

  .dr-video-section:after {
    height: 52px;
    width: 46%;
  }

  .dr-video-section .bg-column {
    left: 15px;
    top: 82px;
    width: calc(100% - 30px);
    height: 420px;
  }

  .dr-video-section .video-inner {
    min-height: 420px;
  }

  .dr-home-video-slide {
    min-height: 420px;
  }

  .dr-video-section #content_block_04 .content-box {
    margin: 34px 0 0;
  }

  .dr-video-points {
    grid-template-columns: 1fr;
  }

  .dr-app-section .image-box {
    min-height: 420px;
    margin-top: 40px;
  }

  .dr-app-section:before {
    width: 100%;
    height: 46%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }

  .dr-app-section #content_block_05 .content-box {
    max-width: 100%;
  }

  .dr-app-section #iamge_block_04 .image-box {
    margin: 44px auto 0;
    max-width: 620px;
  }

  .dr-app-section #iamge_block_04 .image-box .image-1 {
    left: 72px;
    max-width: 300px;
  }

  .dr-app-section #iamge_block_04 .image-box .image-2 {
    right: 22px;
    max-width: 360px;
  }

  .dr-globe-card {
    margin-top: 36px;
  }

  .dr-network-section .dr-globe-card {
    margin: 36px auto 0;
  }

  .dr-network-countries-row {
    margin-top: 34px;
  }

  .dr-globe-visual {
    --orbit-size: clamp(280px, 54vw, 400px);
    --orbit-radius: clamp(122px, 25vw, 170px);
    min-height: 450px;
  }

  .dr-about-copy {
    max-width: 100%;
  }

  .dr-about-visual {
    min-height: 440px;
    margin-top: 42px;
  }

  .dr-about-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-about-timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-about-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .dr-services-panel {
    margin: 42px auto 0;
  }

  .dr-services-support-copy {
    margin-bottom: 32px;
  }

  .dr-services-support-grid,
  .dr-services-process-grid {
    grid-template-columns: 1fr;
  }

  .dr-services-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .dr-how-hero:before,
  .dr-how-download:before {
    width: 100%;
    height: 42%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }

  .dr-how-phone-stage {
    min-height: 500px;
    margin: 44px auto 0;
  }

  .dr-how-feature-copy {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .dr-how-download-visual {
    max-width: 680px;
    min-height: 560px;
    margin: 0 auto 42px;
  }

  .dr-how-download-copy {
    max-width: 100%;
    margin-left: 0;
  }

  .dr-network-page-hero:before {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }

  .dr-network-page-copy {
    max-width: 100%;
  }

  .dr-network-page-hero .dr-globe-card {
    width: min(720px, 84vw);
    margin: 46px auto 0;
    transform: none;
  }

  .dr-network-page-hero .dr-globe-visual {
    --orbit-size: clamp(390px, 58vw, 560px);
    --orbit-radius: clamp(172px, 27vw, 238px);
    min-height: clamp(540px, 72vw, 670px);
  }

  .dr-network-page-hero .dr-globe-image {
    left: 0;
    top: -3%;
    width: 106%;
    height: 106%;
  }

  .dr-network-page-visual {
    min-height: 570px;
    margin: 46px auto 0;
  }

  .dr-network-country-panel {
    grid-template-columns: 1fr;
  }

  .dr-network-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .dr-contact-hero:before {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }

  .dr-contact-copy,
  .dr-contact-support-copy {
    max-width: 100%;
  }

  .dr-contact-visual {
    min-height: 500px;
    margin: 44px auto 0;
  }

  .dr-contact-support-copy {
    margin-bottom: 32px;
  }

  .dr-contact-map-card {
    grid-template-columns: 1fr;
  }

  .dr-testimonial-section .content-box {
    max-width: 100%;
  }

  .dr-testimonial-section .user-column .image-box {
    min-height: 430px;
    margin-top: 46px;
  }

  .dr-testimonial-section .user-column img {
    max-width: 430px;
  }

  .dr-testimonial-section .user-column .image-box:after {
    right: calc(50% - 220px);
    top: 42px;
  }
}

@media (max-width: 767px) {
  .sec-title h2,
  .dr-network-copy h2 {
    font-size: 31px;
  }

  .dr-hero-content h1 {
    font-size: 36px;
  }

  .dr-hero-content p {
    font-size: 17px;
  }

  .dr-home-hero {
    padding: 132px 0 112px;
  }

  .dr-stat-grid {
    grid-template-columns: 1fr;
  }

  .dr-action-card form,
  .dr-app-section .download-btn {
    flex-direction: column;
  }

  .dr-app-section #content_block_05 .content-box .sec-title h2 {
    font-size: 34px;
  }

  .dr-app-benefits {
    grid-template-columns: 1fr;
  }

  .dr-app-section #content_block_05 .content-box .download-btn a {
    width: 100%;
  }

  .dr-action-card input[type="submit"] {
    width: 100%;
  }

  .dr-services-section,
  .dr-why-section,
  .dr-testimonial-section,
  .dr-network-section,
  .dr-app-section,
  .dr-video-section,
  .dr-about-intro,
  .dr-about-services,
  .dr-about-timeline,
  .dr-about-values,
  .dr-services-hero,
  .dr-services-grid-section,
  .dr-services-support,
  .dr-services-process,
  .dr-services-cta,
  .dr-how-hero,
  .dr-how-steps,
  .dr-how-videos,
  .dr-how-features,
  .dr-how-download,
  .dr-network-page-hero,
  .dr-network-page-countries,
  .dr-network-page-services,
  .dr-network-directory,
  .dr-network-page-cta,
  .dr-contact-hero,
  .dr-contact-methods,
  .dr-contact-offices,
  .dr-contact-support,
  .dr-contact-map-section {
    padding: 72px 0;
  }

  .dr-how-hero .container:before {
    top: -72px;
    width: min(420px, 56vw);
  }

  .dr-how-hero .container:after {
    bottom: -72px;
    width: min(380px, 50vw);
  }

  .dr-about-copy h2,
  .dr-about-cta h2,
  .dr-services-copy h2,
  .dr-services-support-copy h2,
  .dr-services-cta h2,
  .dr-how-copy h2,
  .dr-how-feature-copy h2,
  .dr-how-download-copy h2,
  .dr-network-page-copy h2,
  .dr-network-country-heading h2,
  .dr-network-page-cta h2,
  .dr-contact-copy h2,
  .dr-contact-support-copy h2,
  .dr-contact-map-content h2 {
    font-size: 34px;
  }

  .dr-network-page-hero .dr-globe-card {
    width: min(620px, 100%);
  }

  .dr-network-page-hero .dr-globe-visual {
    --orbit-size: clamp(310px, 76vw, 430px);
    --orbit-radius: clamp(138px, 35vw, 184px);
    min-height: clamp(430px, 94vw, 540px);
  }

  .dr-network-page-hero .dr-flag-badge {
    width: 132px;
    height: 38px;
    min-height: 38px;
  }

  .dr-services-hero:before {
    width: 100%;
    height: 44%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }

  .dr-service-feature-card {
    flex-direction: column;
    padding: 28px 24px;
  }

  .dr-how-step-grid {
    grid-template-columns: 1fr;
  }

  .dr-how-step-card,
  .dr-how-feature-card {
    min-height: auto;
  }

  .dr-how-phone-stage {
    min-height: 460px;
  }

  .dr-how-phone-main {
    left: 50%;
    width: min(290px, 72vw);
    transform: translateX(-50%);
  }

  .dr-how-phone-back {
    right: 50%;
    top: -8px;
    width: min(360px, 82vw);
    transform: translateX(50%);
  }

  .dr-how-phone-card {
    left: 18px;
    bottom: 34px;
  }

  .dr-how-download-visual {
    min-height: 460px;
  }

  .dr-how-download-visual:before {
    top: 58px;
    width: min(390px, 86vw);
    height: min(390px, 86vw);
  }

  .dr-how-download-phone-one {
    left: 50%;
    top: -18px;
    width: min(520px, 94vw);
    transform: translateX(-50%);
  }

  .dr-how-download-phone-two {
    right: 16px;
    top: 86px;
    width: min(270px, 64vw);
  }

  .dr-how-download-copy {
    padding: 34px 28px;
  }

  .dr-network-page-stats {
    grid-template-columns: 1fr;
  }

  .dr-network-page-visual {
    min-height: 470px;
  }

  .dr-network-page-globe {
    width: min(420px, 96vw);
  }

  .dr-network-page-flag {
    width: 132px;
    height: 38px;
    min-height: 38px;
    max-width: 132px;
    padding: 7px 10px 7px 8px;
  }

  .dr-network-page-flag span {
    font-size: 12px;
  }

  .dr-network-page-flag img,
  .dr-network-page-flag b {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .dr-network-page-visual-card {
    left: 18px;
    right: 18px;
    bottom: 20px;
    width: auto;
  }

  .dr-network-country-panel {
    padding: 28px 24px;
  }

  .dr-network-country-list {
    grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
    justify-content: stretch;
    gap: 12px;
  }

  .dr-network-country-list span {
    width: 100%;
    height: 54px;
    min-height: 54px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .dr-network-country-list img {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .dr-network-service-card {
    min-height: auto;
  }

  .dr-network-cta-inner {
    padding: 34px 28px;
  }

  .dr-contact-methods {
    margin-top: 0;
  }

  .dr-contact-method-card,
  .dr-contact-support-card {
    min-height: auto;
  }

  .dr-contact-office-card {
    flex-direction: column;
    min-height: auto;
    padding: 28px 24px;
  }

  .dr-contact-visual {
    min-height: 430px;
  }

  .dr-contact-visual figure {
    width: min(360px, 86vw);
  }

  .dr-contact-visual-card {
    left: 18px;
    right: 18px;
    bottom: 20px;
    width: auto;
  }

  .dr-contact-map-content {
    padding: 34px 28px;
  }

  .dr-contact-map-frame,
  .dr-contact-map-frame iframe {
    min-height: 380px;
  }

  .dr-services-panel-grid {
    grid-template-columns: 1fr;
  }

  .dr-services-process-card,
  .dr-services-support-card {
    min-height: auto;
  }

  .dr-about-stat-grid,
  .dr-about-timeline-track {
    grid-template-columns: 1fr;
  }

  .dr-about-timeline-card {
    min-height: auto;
  }

  .dr-about-value-card {
    padding: 30px 26px;
  }

  .dr-about-cta {
    padding-bottom: 72px;
  }

  .dr-video-section .bg-column {
    top: 72px;
    height: 350px;
  }

  .dr-video-section .video-inner {
    min-height: 350px;
  }

  .dr-home-video-slide {
    min-height: 350px;
    padding: 28px;
  }

  .dr-home-video-content h3 {
    font-size: 25px;
  }

  .dr-home-video-content p {
    font-size: 15px;
  }

  .dr-video-section .dr-home-video-play {
    width: 82px;
    height: 82px;
  }

  .dr-home-video-count {
    top: 22px;
    right: 22px;
  }

  .dr-home-video-carousel .owl-dots {
    left: 28px;
    bottom: 24px;
  }

  .dr-home-video-controls {
    right: 22px;
    bottom: 20px;
  }

  .dr-home-video-carousel .owl-nav {
    right: 22px;
    bottom: 20px;
  }

  .dr-video-section #content_block_04 .content-box {
    padding: 34px 28px;
  }

  .dr-video-section #content_block_04 .content-box .sec-title h2 {
    font-size: 31px;
  }

  .dr-globe-card {
    padding: 18px;
  }

  .dr-network-section .dr-globe-card {
    padding: 0;
  }

  .dr-country-list {
    grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
    justify-content: stretch;
    gap: 10px;
  }

  .dr-country-list span {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .dr-globe-visual {
    --orbit-size: clamp(220px, 72vw, 310px);
    --orbit-radius: clamp(98px, 31vw, 136px);
    min-height: 360px;
  }

  .dr-flag-name {
    display: none;
  }

  .dr-flag-badge {
    width: 36px;
    height: 36px;
    min-height: 36px;
    max-width: 36px;
    justify-content: center;
    padding: 6px;
  }

  .page-title {
    padding: 150px 0 76px;
  }

  .page-title .content-box .title-box h1 {
    font-size: 36px;
  }

  .dr-testimonial-section .testimonial-content .inner-box {
    min-height: auto;
    padding: 30px 26px;
  }

  .dr-testimonial-section .testimonial-content .inner-box:before {
    right: 24px;
    top: 18px;
    font-size: 78px;
  }

  .dr-testimonial-section .content-box .testimonial-content .text {
    font-size: 16px;
    line-height: 1.7;
  }

  .dr-review-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .dr-review-cta .theme-btn-two {
    width: 100%;
    text-align: center;
  }

  .dr-testimonial-section .user-column .image-box {
    min-height: 360px;
  }

  .dr-testimonial-section .user-column .image-box:before {
    width: 320px;
    height: 320px;
  }

  .dr-testimonial-section .user-column .image-box:after {
    left: 50%;
    right: auto;
    top: 16px;
    transform: translateX(-50%);
  }

  .dr-testimonial-section .user-column img {
    max-width: 320px;
  }
}

@media (max-width: 575px) {
  .main-header .outer-container .logo-box .logo img {
    width: 165px;
    max-width: 165px;
    max-height: 58px;
  }

  .dr-hero-content h1 {
    font-size: 32px;
  }

  .dr-hero-actions a,
  .theme-btn-two,
  .dr-secondary-btn {
    width: 100%;
  }

  .dr-hero-points li {
    width: 100%;
  }

  .dr-hero-card,
  .dr-action-card,
  .dr-globe-card {
    padding: 22px;
  }

  .dr-network-section .dr-globe-card {
    padding: 0;
  }

  .dr-network-countries-row {
    margin-top: 28px;
  }

  .dr-country-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-video-section .bg-column {
    height: 315px;
  }

  .dr-video-section .video-inner {
    min-height: 315px;
  }

  .dr-home-video-slide {
    min-height: 330px;
    padding: 24px;
  }

  .dr-home-video-slide:after {
    inset: 14px;
  }

  .dr-home-video-content h3 {
    font-size: 22px;
  }

  .dr-home-video-content p,
  .dr-home-video-count span {
    display: none;
  }

  .dr-home-video-count {
    top: 18px;
    right: 18px;
  }

  .dr-home-video-carousel .owl-dots {
    left: 24px;
  }

  .dr-home-video-controls {
    left: 24px;
    right: auto;
    bottom: 20px;
  }

  .dr-home-video-arrow {
    display: none;
  }

  .dr-home-video-carousel .owl-nav {
    display: none;
  }

  .dr-video-section .video-inner a {
    width: 92px;
    height: 92px;
    font-size: 44px;
  }

  .dr-video-section .dr-home-video-play {
    width: 74px;
    height: 74px;
  }

  .dr-app-section #iamge_block_04 .image-box {
    min-height: 360px;
  }

  .dr-app-section #iamge_block_04 .image-box:before {
    width: 280px;
    height: 280px;
  }

  .dr-app-section #iamge_block_04 .image-box .image-1 {
    left: 28px;
    max-width: 210px;
  }

  .dr-app-section #iamge_block_04 .image-box .image-2 {
    right: 0;
    bottom: 34px;
    max-width: 250px;
  }

  .dr-about-page-title .content-box .title-box p {
    font-size: 17px;
  }

  .dr-services-page-title .content-box .title-box p {
    font-size: 17px;
  }

  .dr-services-actions,
  .dr-services-actions a,
  .dr-services-cta-actions,
  .dr-services-cta-actions a,
  .dr-how-actions,
  .dr-how-actions a,
  .dr-how-download-copy .download-btn,
  .dr-how-download-copy .download-btn a,
  .dr-network-page-actions,
  .dr-network-page-actions a,
  .dr-network-cta-actions,
  .dr-network-cta-actions a,
  .dr-contact-actions,
  .dr-contact-actions a {
    width: 100%;
  }

  .dr-how-page-title .content-box .title-box p {
    font-size: 17px;
  }

  .dr-network-page-title .content-box .title-box p {
    font-size: 17px;
  }

  .dr-contact-page-title .content-box .title-box p {
    font-size: 17px;
  }

  .dr-how-phone-stage {
    min-height: 410px;
  }

  .dr-how-phone-main {
    width: min(245px, 70vw);
  }

  .dr-how-phone-back {
    top: 0;
    width: min(330px, 84vw);
  }

  .dr-how-phone-card {
    width: auto;
    right: 18px;
    bottom: 22px;
    padding: 18px;
  }

  .dr-how-phone-card strong {
    font-size: 21px;
  }

  .dr-how-download-visual {
    min-height: 380px;
  }

  .dr-how-download-visual:before {
    top: 54px;
    width: min(310px, 84vw);
    height: min(310px, 84vw);
  }

  .dr-how-download-phone-one {
    left: 50%;
    top: 0;
    width: min(420px, 96vw);
    transform: translateX(-50%);
  }

  .dr-how-download-phone-two {
    right: 0;
    width: min(230px, 62vw);
  }

  .dr-how-download-copy {
    padding: 30px 24px;
  }

  .dr-network-page-visual {
    min-height: 410px;
  }

  .dr-network-page-globe {
    width: min(350px, 94vw);
  }

  .dr-network-page-flag {
    gap: 0;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-height: 36px;
    max-width: 36px;
    padding: 6px;
  }

  .dr-network-page-flag span {
    display: none;
  }

  .dr-network-page-visual-card {
    padding: 20px;
  }

  .dr-network-country-list {
    grid-template-columns: repeat(auto-fit, minmax(176px, 196px));
    justify-content: center;
  }

  .dr-network-directory-card {
    padding: 22px;
  }

  .dr-network-directory-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .dr-contact-visual {
    min-height: 390px;
  }

  .dr-contact-visual figure {
    width: min(315px, 86vw);
  }

  .dr-contact-visual-card {
    padding: 20px;
  }

  .dr-contact-map-content {
    padding: 30px 24px;
  }

  .dr-contact-map-frame,
  .dr-contact-map-frame iframe {
    min-height: 330px;
  }

  .dr-services-panel {
    padding: 22px;
  }

  .dr-services-panel-header {
    flex-direction: column;
  }

  .dr-services-panel-header strong {
    text-align: left;
    font-size: 26px;
  }

  .dr-services-cta-inner {
    padding: 30px 24px;
  }

  .dr-about-intro:before {
    width: 58%;
    height: 52px;
  }

  .dr-about-visual {
    min-height: 360px;
  }

  .dr-about-visual-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 22px;
  }

  .dr-about-visual-card strong {
    font-size: 24px;
  }

  .dr-about-rate-card {
    left: 18px;
    right: auto;
    top: 18px;
  }

  .dr-about-stat-grid {
    gap: 12px;
  }

  .dr-about-value-card {
    flex-direction: column;
  }

  .dr-about-cta-inner {
    padding: 30px 24px;
  }

  .dr-about-cta-actions,
  .dr-about-cta-actions a,
  .dr-about-actions,
  .dr-about-actions a {
    width: 100%;
  }

  .dr-testimonial-section .sec-title h2 {
    font-size: 33px;
  }

  .dr-testimonial-section .testimonial-content .inner-box {
    padding: 28px 22px;
  }

  .dr-review-cta {
    padding: 20px;
  }

  .dr-testimonial-section .user-column .image-box {
    min-height: 315px;
    padding-top: 18px;
  }

  .dr-testimonial-section .user-column .image-box:before {
    width: 270px;
    height: 270px;
  }

  .dr-testimonial-section .user-column img {
    max-width: 280px;
  }

  .dr-testimonial-section .user-column .image-box:after {
    top: 0;
    font-size: 12px;
  }
}

@media (max-width: 359px) {
  .dr-network-country-list {
    grid-template-columns: 1fr;
  }

  .dr-network-country-list span {
    justify-content: flex-start;
    padding-left: 18px;
  }
}

@media (max-width: 991px) {
  .page-title.dr-about-page-title {
    min-height: 500px;
    padding: 68px 0;
    background-position: 62% center;
  }

  .page-title.dr-about-page-title:before {
    background: linear-gradient(90deg, rgba(28, 12, 34, 0.98) 0%, rgba(48, 20, 57, 0.94) 55%, rgba(65, 26, 74, 0.48) 100%);
  }

  .page-title.dr-services-page-title {
    min-height: 500px;
    padding: 68px 0;
    background-position: 62% center;
  }

  .page-title.dr-services-page-title:before {
    background: linear-gradient(90deg, rgba(28, 12, 34, 0.98) 0%, rgba(48, 20, 57, 0.94) 55%, rgba(65, 26, 74, 0.48) 100%);
  }

  .page-title.dr-how-page-title {
    min-height: auto;
    padding: 66px 0 0;
  }

  .dr-how-banner-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }

  .dr-how-page-title .content-box .title-box {
    max-width: 700px;
    padding-bottom: 18px;
  }

  .dr-how-banner-visual {
    width: 100%;
    max-width: 680px;
    min-height: 470px;
    margin: 0 auto;
  }

  .dr-how-banner-phone-dual {
    right: 0;
    width: min(650px, 88vw);
  }
}

@media (max-width: 575px) {
  .page-title.dr-about-page-title {
    min-height: auto;
    padding: 54px 0 58px;
    background-position: 67% center;
  }

  .page-title.dr-about-page-title:before {
    background: linear-gradient(90deg, rgba(28, 12, 34, 0.98), rgba(62, 25, 72, 0.90));
  }

  .dr-about-banner-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .dr-about-banner-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .dr-about-page-title .content-box .title-box h1 {
    display: block;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.1;
  }

  .dr-about-page-title .content-box .title-box p {
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }

  .dr-about-banner-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
    padding-top: 20px;
  }

  .dr-about-banner-proof div {
    width: auto;
    padding: 0 10px;
  }

  .dr-about-banner-proof div:first-child {
    padding-left: 0;
  }

  .dr-about-banner-proof strong {
    font-size: 22px;
  }

  .dr-about-banner-proof span {
    font-size: 11px;
  }

  .page-title.dr-services-page-title {
    min-height: auto;
    padding: 54px 0 58px;
    background-position: 67% center;
  }

  .page-title.dr-services-page-title:before {
    background: linear-gradient(90deg, rgba(28, 12, 34, 0.98), rgba(62, 25, 72, 0.90));
  }

  .dr-services-banner-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .dr-services-banner-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .dr-services-page-title .content-box .title-box h1 {
    display: block;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.1;
  }

  .dr-services-page-title .content-box .title-box p {
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }

  .dr-services-banner-routes {
    gap: 8px;
    margin-top: 26px;
  }

  .dr-services-banner-routes div {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    min-height: 86px;
    padding: 10px 6px;
    text-align: center;
  }

  .dr-services-banner-routes span {
    font-size: 11px;
  }

  .page-title.dr-how-page-title {
    padding: 54px 0 0;
  }

  .dr-how-banner-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .dr-how-banner-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .dr-how-page-title .content-box .title-box h1 {
    display: block;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.1;
  }

  .dr-how-page-title .content-box .title-box p {
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }

  .dr-how-banner-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .dr-how-banner-actions .theme-btn-two,
  .dr-how-banner-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .dr-how-banner-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
    padding-top: 18px;
  }

  .dr-how-banner-flow span {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 0 9px;
    font-size: 10px;
  }

  .dr-how-banner-visual {
    min-height: 380px;
  }

  .dr-how-banner-visual:before {
    right: -8%;
    width: 94%;
    height: 76%;
  }

  .dr-how-banner-phone-dual {
    display: none;
  }

  .dr-how-banner-phone-single {
    display: block;
    right: 4%;
    bottom: -3%;
    width: min(235px, 62vw);
  }

  .dr-how-banner-status {
    left: 0;
    bottom: 34px;
    max-width: 180px;
  }
}

@media (max-width: 359px) {
  .dr-services-banner-routes {
    grid-template-columns: 1fr;
  }

  .dr-services-banner-routes div {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 52px;
    padding: 8px 12px;
    text-align: left;
  }

  .dr-services-banner-routes span {
    font-size: 12px;
  }

  .dr-how-page-title .content-box .title-box h1 {
    font-size: 34px;
  }

  .dr-how-banner-visual {
    min-height: 350px;
  }

  .dr-how-banner-phone-single {
    right: -5%;
    width: 210px;
  }

  .dr-how-banner-status {
    bottom: 24px;
    max-width: 160px;
    padding: 10px;
  }

  .dr-how-banner-status i {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1199px) {
  .dr-network-banner-grid {
    gap: 34px;
  }

  .dr-network-page-title .content-box .title-box h1 {
    font-size: 52px;
  }

  .dr-network-banner-visual {
    min-height: 485px;
  }

  .dr-network-banner-promise {
    right: 18px;
  }
}

@media (max-width: 991px) {
  .page-title.dr-network-page-title {
    min-height: auto;
    padding: 66px 0;
  }

  .dr-network-banner-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dr-network-page-title .content-box .title-box {
    max-width: 720px;
  }

  .dr-network-banner-visual {
    width: 100%;
    max-width: 760px;
    min-height: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .page-title.dr-network-page-title {
    padding: 54px 0;
  }

  .dr-network-banner-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .dr-network-banner-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .dr-network-page-title .content-box .title-box h1 {
    display: block;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.1;
  }

  .dr-network-page-title .content-box .title-box p {
    display: block;
    font-size: 16px;
    line-height: 1.62;
  }

  .dr-network-banner-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .dr-network-banner-actions .theme-btn-two,
  .dr-network-banner-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .dr-network-banner-stats {
    margin-top: 28px;
    padding-top: 20px;
  }

  .dr-network-banner-stats div {
    padding: 0 10px;
  }

  .dr-network-banner-stats div:first-child {
    padding-left: 0;
  }

  .dr-network-banner-stats strong {
    font-size: 23px;
  }

  .dr-network-banner-stats span {
    font-size: 10px;
  }

  .dr-network-banner-visual {
    min-height: 410px;
  }

  .dr-network-banner-map {
    inset: 0;
  }

  .dr-network-banner-heading {
    left: 20px;
    top: 22px;
  }

  .dr-network-banner-heading strong {
    font-size: 15px;
  }

  .dr-network-banner-flags {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .dr-network-banner-flags > span {
    min-height: 40px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .dr-network-banner-flags img,
  .dr-network-banner-flags b {
    width: 21px;
    height: 21px;
    margin-right: 6px;
  }

  .dr-network-banner-promise {
    display: none;
  }
}

@media (max-width: 359px) {
  .dr-network-page-title .content-box .title-box h1 {
    font-size: 34px;
  }

  .dr-network-banner-stats div {
    padding: 0 6px;
  }

  .dr-network-banner-stats strong {
    font-size: 21px;
  }

  .dr-network-banner-visual {
    min-height: 390px;
  }

  .dr-network-banner-map {
    inset: 0;
  }
}

@media (max-width: 1199px) {
  .dr-contact-banner-grid {
    gap: 34px;
  }

  .dr-contact-page-title .content-box .title-box h1 {
    font-size: 52px;
  }

  .dr-contact-banner-visual {
    min-height: 485px;
  }

  .dr-contact-banner-visual figure {
    right: 1%;
    width: min(340px, 61%);
  }

  .dr-contact-banner-channel {
    min-width: 190px;
  }

  .dr-contact-banner-response {
    right: 18px;
  }
}

@media (max-width: 991px) {
  .page-title.dr-contact-page-title {
    min-height: auto;
    padding: 66px 0;
  }

  .dr-contact-banner-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dr-contact-page-title .content-box .title-box {
    max-width: 720px;
  }

  .dr-contact-banner-visual {
    width: 100%;
    max-width: 760px;
    min-height: 500px;
    margin: 0 auto;
  }

  .dr-contact-banner-visual figure {
    right: 8%;
    width: min(390px, 58%);
  }
}

@media (max-width: 575px) {
  .page-title.dr-contact-page-title {
    padding: 54px 0;
  }

  .dr-contact-banner-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .dr-contact-banner-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .dr-contact-page-title .content-box .title-box h1 {
    display: block;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.1;
  }

  .dr-contact-page-title .content-box .title-box p {
    display: block;
    font-size: 16px;
    line-height: 1.62;
  }

  .dr-contact-banner-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .dr-contact-banner-actions .theme-btn-two,
  .dr-contact-banner-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .dr-contact-banner-topics {
    margin-top: 28px;
    padding-top: 20px;
  }

  .dr-contact-banner-topics span {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0 9px;
    font-size: 9px;
  }

  .dr-contact-banner-topics span:first-child {
    padding-left: 0;
  }

  .dr-contact-banner-visual {
    min-height: 520px;
  }

  .dr-contact-banner-heading {
    left: 20px;
    top: 22px;
  }

  .dr-contact-banner-heading strong {
    font-size: 16px;
  }

  .dr-contact-banner-visual figure {
    right: 3%;
    bottom: 14px;
    width: 72%;
    opacity: 0.80;
  }

  .dr-contact-banner-channel {
    left: 14px;
    right: 14px;
    min-width: 0;
    min-height: 54px;
  }

  .dr-contact-banner-channel span {
    max-width: calc(100vw - 110px);
  }

  .dr-contact-banner-channel-phone {
    top: 104px;
  }

  .dr-contact-banner-channel-email {
    top: 168px;
  }

  .dr-contact-banner-channel-office {
    top: 232px;
  }

  .dr-contact-banner-response {
    right: 14px;
    bottom: 14px;
    max-width: 235px;
  }
}

@media (max-width: 359px) {
  .dr-contact-page-title .content-box .title-box h1 {
    font-size: 34px;
  }

  .dr-contact-banner-topics span {
    padding: 0 6px;
  }

  .dr-contact-banner-visual {
    min-height: 500px;
  }

  .dr-contact-banner-visual figure {
    right: -4%;
    width: 76%;
  }

  .dr-contact-banner-response {
    max-width: 220px;
    padding: 11px;
  }
}

/* Support and policy pages */
.page-title.dr-resource-page-title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 64px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(241, 162, 43, 0.24), transparent 28%),
    linear-gradient(125deg, #1c0c26 0%, #3f1b50 53%, #763b8f 100%);
}

.page-title.dr-resource-page-title:before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(17, 6, 23, 0.22), transparent 48%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 14px);
  content: "";
}

.page-title.dr-resource-page-title:after {
  position: absolute;
  right: -14%;
  bottom: -52%;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.025), 0 0 0 130px rgba(255, 255, 255, 0.018);
  content: "";
}

.dr-resource-page-title .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.dr-resource-banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.dr-resource-page-title .content-box,
.dr-resource-page-title .content-box .title-box {
  float: none;
  width: auto;
  margin: 0;
}

.dr-resource-page-title .content-box .title-box {
  max-width: 680px;
}

.dr-resource-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dr-resource-banner-breadcrumb a {
  color: #fff;
}

.dr-resource-banner-breadcrumb a:hover {
  color: #f1a22b;
}

.dr-resource-banner-kicker,
.dr-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #763b8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dr-resource-banner-kicker {
  margin-bottom: 17px;
  color: #ffc35c;
}

.dr-resource-banner-kicker:before,
.dr-section-kicker:before {
  width: 26px;
  height: 2px;
  background: #f1a22b;
  content: "";
}

.dr-resource-page-title .content-box .title-box h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(45px, 4vw, 64px);
  line-height: 1.08;
}

.dr-resource-page-title .content-box .title-box h1:before,
.dr-resource-page-title .content-box .title-box h1:after {
  display: none;
}

.dr-resource-page-title .content-box .title-box p {
  display: block;
  max-width: 625px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.dr-resource-banner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.dr-resource-banner-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-resource-banner-points i {
  color: #f1a22b;
  font-size: 13px;
}

.dr-resource-banner-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(27, 10, 37, 0.22);
  box-shadow: 0 30px 75px rgba(8, 2, 12, 0.28);
  backdrop-filter: blur(8px);
}

.dr-resource-banner-visual:before {
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.dr-resource-visual-heading {
  position: absolute;
  top: 38px;
  left: 40px;
  z-index: 2;
}

.dr-resource-visual-heading span,
.dr-resource-visual-heading strong {
  display: block;
}

.dr-resource-visual-heading span {
  margin-bottom: 5px;
  color: #ffc35c;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-resource-visual-heading strong {
  color: #fff;
  font-size: 21px;
}

/* Track page */
.dr-track-status-list {
  position: absolute;
  top: 110px;
  right: 38px;
  left: 38px;
}

.dr-track-status {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
}

.dr-track-status:not(:last-child):after {
  position: absolute;
  top: 51px;
  bottom: -21px;
  left: 21px;
  width: 2px;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}

.dr-track-status > i {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #47205a;
  color: rgba(255, 255, 255, 0.58);
}

.dr-track-status.is-complete > i {
  background: #f1a22b;
  color: #1c0c26;
}

.dr-track-status.is-current > i {
  border-color: rgba(241, 162, 43, 0.72);
  color: #ffc35c;
  box-shadow: 0 0 0 7px rgba(241, 162, 43, 0.1);
}

.dr-track-status span,
.dr-track-status b,
.dr-track-status small {
  display: block;
}

.dr-track-status b {
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
}

.dr-track-status small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.dr-track-banner-reference {
  position: absolute;
  right: 38px;
  bottom: 32px;
  left: 38px;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 12px 62px 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.dr-track-banner-reference span,
.dr-track-banner-reference strong {
  display: block;
}

.dr-track-banner-reference span {
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-track-banner-reference strong {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.dr-track-banner-reference i {
  position: absolute;
  right: 18px;
  color: #f1a22b;
  font-size: 25px;
}

.dr-track-page,
.dr-policy-page {
  clear: both;
  width: 100%;
  background: #faf8fb;
}

.dr-track-search-section {
  padding: 100px 0 72px;
}

.dr-track-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.5fr);
  align-items: stretch;
  gap: 28px;
}

.dr-track-form-card,
.dr-track-help {
  border: 1px solid #eadfeb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(49, 22, 61, 0.08);
}

.dr-track-form-card {
  padding: clamp(32px, 4vw, 58px);
}

.dr-track-form-card h2,
.dr-track-section-heading h2,
.dr-policy-sidebar-card h2,
.dr-policy-document-header h2 {
  margin: 12px 0 15px;
  color: #1c0c26;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.14;
}

.dr-track-intro {
  max-width: 720px;
  margin-bottom: 32px;
  color: #6f5d73;
  font-size: 16px;
  line-height: 1.75;
}

.dr-track-form {
  padding: 24px;
  border: 1px solid #eadfeb;
  border-radius: 7px;
  background: #fcfafc;
}

.dr-track-form label {
  display: block;
  margin-bottom: 10px;
  color: #2b1732;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-track-input-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.dr-track-input-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  color: #763b8f;
  transform: translateY(-50%);
}

.dr-track-form input[type="text"] {
  width: 100%;
  height: 60px;
  padding: 0 18px 0 48px;
  border: 1px solid #e5d5e8;
  border-radius: 5px;
  background: #fff;
  color: #1c0c26;
  font-size: 16px;
  font-weight: 700;
}

.dr-track-form input[type="text"]:focus {
  border-color: #763b8f;
  box-shadow: 0 0 0 3px rgba(118, 59, 143, 0.12);
  outline: 0;
}

.dr-track-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 185px;
  min-height: 60px;
  padding: 12px 22px;
  border: 0;
  border-radius: 5px;
  background: #f1a22b;
  color: #1c0c26;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dr-track-form button:hover {
  background: #763b8f;
  color: #fff;
  transform: translateY(-2px);
}

.dr-track-form > small {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: #8a798e;
  font-size: 11px;
}

.dr-track-form > small i {
  color: #763b8f;
}

.dr-track-help {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 38px;
  background: #3e1a4e;
}

.dr-track-help:after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.025);
  content: "";
}

.dr-track-help-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 60px;
  place-items: center;
  border-radius: 6px;
  background: #f1a22b;
  color: #26102f;
  font-size: 22px;
}

.dr-track-help > div {
  position: relative;
  z-index: 1;
}

.dr-track-help .dr-section-kicker {
  color: #ffc35c;
}

.dr-track-help h3 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: 25px;
  line-height: 1.24;
}

.dr-track-help p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.dr-track-help a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffc35c;
  font-size: 13px;
  font-weight: 800;
}

.dr-track-steps-section {
  padding: 72px 0 105px;
  background: #fff;
}

.dr-track-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 40px;
}

.dr-track-section-heading h2 {
  max-width: 650px;
  margin-bottom: 0;
}

.dr-track-section-heading > p {
  margin: 0;
  color: #6f5d73;
  font-size: 15px;
  line-height: 1.75;
}

.dr-track-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dr-track-step {
  position: relative;
  min-height: 275px;
  padding: 35px;
  overflow: hidden;
  border: 1px solid #eadfeb;
  border-radius: 7px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dr-track-step:hover {
  border-color: #d4b9dc;
  box-shadow: 0 22px 46px rgba(49, 22, 61, 0.1);
  transform: translateY(-4px);
}

.dr-track-step > span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(118, 59, 143, 0.13);
  font-size: 44px;
  font-weight: 800;
}

.dr-track-step > i {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 6px;
  background: #f1a22b;
  color: #1c0c26;
  font-size: 20px;
}

.dr-track-step h3 {
  margin-bottom: 12px;
  color: #1c0c26;
  font-size: 20px;
}

.dr-track-step p {
  margin: 0;
  color: #756479;
  font-size: 14px;
  line-height: 1.7;
}

/* Shared policy page */
.dr-policy-banner-visual,
.dr-aml-banner-visual,
.dr-terms-banner-visual {
  overflow: hidden;
}

.dr-policy-banner-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.025), 0 0 0 96px rgba(255, 255, 255, 0.018);
  transform: translate(-50%, -50%);
}

.dr-policy-banner-shield,
.dr-aml-shield {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 194px;
  color: #fff;
  transform: translate(-50%, -50%);
}

.dr-policy-banner-shield:before,
.dr-aml-shield:before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 48% 48% 58% 58% / 32% 32% 70% 70%;
  background: rgba(241, 162, 43, 0.18);
  box-shadow: 0 18px 45px rgba(12, 4, 16, 0.22);
  content: "";
}

.dr-policy-banner-shield i,
.dr-aml-shield i {
  margin-bottom: 12px;
  color: #ffc35c;
  font-size: 48px;
}

.dr-policy-banner-shield span,
.dr-aml-shield span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-policy-banner-note,
.dr-aml-signal,
.dr-terms-banner-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 158px;
  min-height: 54px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 16px 34px rgba(8, 2, 12, 0.18);
  backdrop-filter: blur(10px);
}

.dr-policy-banner-note > i,
.dr-aml-signal > i,
.dr-terms-banner-chip > i {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 5px;
  background: #f1a22b;
  color: #27102f;
}

.dr-policy-banner-note span,
.dr-policy-banner-note b,
.dr-policy-banner-note small {
  display: block;
}

.dr-policy-banner-note b {
  font-size: 11px;
}

.dr-policy-banner-note small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
}

.dr-policy-banner-note-one {
  top: 45px;
  left: 34px;
}

.dr-policy-banner-note-two {
  top: 160px;
  right: 28px;
}

.dr-policy-banner-note-three {
  bottom: 42px;
  left: 42px;
}

.dr-policy-page {
  padding: 105px 0 115px;
}

.dr-policy-layout {
  display: grid;
  grid-template-columns: minmax(255px, 0.34fr) minmax(0, 0.66fr);
  align-items: start;
  gap: 34px;
}

.dr-policy-sidebar {
  position: sticky;
  top: 30px;
}

.dr-policy-sidebar-card,
.dr-policy-crosslinks,
.dr-policy-document {
  border: 1px solid #eadfeb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(49, 22, 61, 0.07);
}

.dr-policy-sidebar-card {
  padding: 32px;
}

.dr-policy-sidebar-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 6px;
  background: #763b8f;
  color: #fff;
  font-size: 21px;
  box-shadow: 0 14px 28px rgba(118, 59, 143, 0.2);
}

.dr-policy-sidebar-card h2 {
  margin-top: 13px;
  font-size: 25px;
}

.dr-policy-sidebar-card p {
  margin-bottom: 23px;
  color: #756479;
  font-size: 13px;
  line-height: 1.75;
}

.dr-policy-primary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 5px;
  background: #f1a22b;
  color: #1c0c26;
  font-size: 12px;
  font-weight: 800;
}

.dr-policy-primary-link:hover {
  background: #763b8f;
  color: #fff;
}

.dr-policy-crosslinks {
  margin-top: 18px;
  padding: 20px;
}

.dr-policy-crosslinks > span {
  display: block;
  margin: 0 0 9px 7px;
  color: #9b89a0;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-policy-crosslinks a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 7px;
  border-radius: 5px;
  color: #3d2743;
  font-size: 12px;
  font-weight: 700;
}

.dr-policy-crosslinks a:hover {
  background: #faf5fb;
  color: #763b8f;
}

.dr-policy-crosslinks i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 4px;
  background: #f8eff9;
  color: #763b8f;
}

.dr-policy-document {
  min-width: 0;
  padding: clamp(30px, 4vw, 58px);
}

.dr-policy-document-header {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eadfeb;
}

.dr-policy-document-header h2 {
  margin-bottom: 12px;
}

.dr-policy-document-header p {
  max-width: 720px;
  margin: 0;
  color: #78677c;
  font-size: 14px;
  line-height: 1.75;
}

.dr-policy-content {
  min-width: 0;
  color: #5f5063;
  font-size: 15px;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.dr-policy-content > :first-child {
  margin-top: 0;
}

.dr-policy-content h1,
.dr-policy-content h2,
.dr-policy-content h3,
.dr-policy-content h4,
.dr-policy-content h5,
.dr-policy-content h6 {
  color: #1c0c26;
  line-height: 1.28;
}

.dr-policy-content h1,
.dr-policy-content h2 {
  position: relative;
  margin: 46px 0 20px;
  padding: 20px 0 0 20px;
  border-top: 1px solid #eadfeb;
  font-size: 26px;
}

.dr-policy-content h1:before,
.dr-policy-content h2:before {
  position: absolute;
  top: 25px;
  left: 0;
  width: 5px;
  height: 22px;
  border-radius: 3px;
  background: #f1a22b;
  content: "";
}

.dr-policy-content h3 {
  margin: 30px 0 14px;
  font-size: 20px;
}

.dr-policy-content h4,
.dr-policy-content h5 {
  margin: 24px 0 12px;
  font-size: 16px;
}

.dr-policy-content p {
  margin-bottom: 18px;
}

.dr-policy-content ul,
.dr-policy-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.dr-policy-content li {
  margin-bottom: 9px;
  padding-left: 4px;
}

.dr-policy-content li::marker {
  color: #763b8f;
  font-weight: 800;
}

.dr-policy-content a {
  color: #763b8f;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(118, 59, 143, 0.3);
  text-underline-offset: 3px;
}

.dr-policy-content strong,
.dr-policy-content b {
  color: #2e1935;
}

.dr-policy-content blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid #f1a22b;
  background: #faf5fb;
  color: #3f2b45;
}

.dr-policy-content table {
  display: block;
  max-width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.dr-policy-content th,
.dr-policy-content td {
  min-width: 150px;
  padding: 12px;
  border: 1px solid #eadfeb;
  text-align: left;
}

.dr-policy-content th {
  background: #f7f0f8;
  color: #34183f;
}

/* AML page */
.dr-aml-shield {
  width: 190px;
  height: 210px;
}

.dr-aml-shield:before {
  background: rgba(118, 59, 143, 0.38);
}

.dr-aml-signal {
  min-width: 174px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-aml-signal-one {
  top: 45px;
  left: 34px;
}

.dr-aml-signal-two {
  top: 168px;
  right: 28px;
}

.dr-aml-signal-three {
  bottom: 40px;
  left: 38px;
}

.dr-aml-pulse {
  position: absolute;
  border: 1px solid rgba(241, 162, 43, 0.24);
  border-radius: 50%;
}

.dr-aml-pulse-one {
  inset: 48px;
}

.dr-aml-pulse-two {
  inset: 88px;
}

.dr-aml-page {
  padding-top: 0;
}

.dr-aml-overview-section {
  padding: 80px 0 30px;
}

.dr-aml-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dr-aml-overview-card {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  min-height: 142px;
  padding: 28px;
  border: 1px solid #eadfeb;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(49, 22, 61, 0.06);
}

.dr-aml-overview-card > span {
  display: grid;
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 5px;
  background: #f1a22b;
  color: #24102c;
}

.dr-aml-overview-card strong {
  display: block;
  margin-bottom: 7px;
  color: #26112e;
  font-size: 14px;
}

.dr-aml-overview-card p {
  margin: 0;
  color: #756479;
  font-size: 12px;
  line-height: 1.65;
}

.dr-aml-policy-section {
  padding: 42px 0 115px;
}

.dr-aml-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dr-aml-accordion .block {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #e8dce9;
  border-radius: 7px;
  background: #fff;
  list-style: none;
}

.dr-aml-accordion .block:last-child {
  margin-bottom: 0;
}

.dr-aml-accordion .acc-btn {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 14px 17px;
  cursor: pointer;
}

.dr-aml-accordion .acc-btn.active {
  background: #fbf7fc;
}

.dr-aml-accordion-number,
.dr-aml-accordion .icon-outer {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 5px;
}

.dr-aml-accordion-number {
  background: #f1a22b;
  color: #27102f;
  font-size: 11px;
  font-weight: 800;
}

.dr-aml-accordion .acc-btn h4 {
  margin: 0;
  color: #2b1532;
  font-size: 16px;
}

.dr-aml-accordion .icon-outer {
  position: static;
  border: 1px solid #e1d1e4;
  color: #763b8f;
  font-size: 11px;
  transform: none;
}

.dr-aml-accordion .acc-btn.active .icon-outer {
  border-color: #763b8f;
  background: #763b8f;
  color: #fff;
  transform: rotate(45deg);
}

.dr-aml-accordion .acc-content {
  display: none;
  border-top: 1px solid #e8dce9;
}

.dr-aml-accordion .acc-content.current {
  display: block;
}

.dr-aml-accordion .content {
  padding: 28px 34px 31px;
}

.dr-aml-accordion .text {
  color: #67566b;
  font-size: 14px;
  line-height: 1.78;
}

.dr-aml-accordion .text p {
  margin-bottom: 18px;
}

.dr-aml-accordion .text h5 {
  margin: 25px 0 12px;
  color: #27112f;
  font-size: 14px;
  line-height: 1.5;
}

.dr-aml-accordion .text ul,
.dr-aml-accordion .text ol {
  margin: 0 0 21px;
  padding-left: 21px;
}

.dr-aml-accordion .text li {
  margin-bottom: 7px;
  padding-left: 4px;
}

.dr-aml-accordion .text li::marker {
  color: #763b8f;
  font-weight: 800;
}

/* Terms banner */
.dr-terms-document {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 250px;
  min-height: 298px;
  padding: 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 25px 55px rgba(9, 3, 12, 0.25);
  transform: translate(-50%, -50%) rotate(-2deg);
  backdrop-filter: blur(12px);
}

.dr-terms-document-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 23px;
  place-items: center;
  border-radius: 6px;
  background: #f1a22b;
  color: #26102e;
  font-size: 20px;
}

.dr-terms-document strong {
  display: block;
  margin-bottom: 27px;
  color: #fff;
  font-size: 20px;
}

.dr-terms-line {
  display: block;
  width: 72%;
  height: 3px;
  margin-bottom: 15px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
}

.dr-terms-line-long {
  width: 100%;
}

.dr-terms-line-short {
  width: 54%;
}

.dr-terms-signature {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: #ffc35c;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-terms-signature i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #f1a22b;
  color: #281030;
  font-size: 9px;
}

.dr-terms-banner-chip {
  min-width: auto;
  min-height: 47px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-terms-banner-chip-one {
  top: 42px;
  left: 31px;
}

.dr-terms-banner-chip-two {
  top: 173px;
  right: 24px;
}

.dr-terms-banner-chip-three {
  bottom: 35px;
  left: 38px;
}

@media (max-width: 1199px) {
  .dr-resource-banner-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 44px;
  }

  .dr-resource-page-title .content-box .title-box h1 {
    font-size: 52px;
  }

  .dr-policy-layout {
    grid-template-columns: 290px minmax(0, 1fr);
  }

  .dr-policy-sidebar-card {
    padding: 27px;
  }
}

@media (max-width: 991px) {
  .page-title.dr-resource-page-title {
    min-height: auto;
    padding: 68px 0;
  }

  .dr-resource-banner-grid {
    grid-template-columns: 1fr;
  }

  .dr-resource-page-title .content-box .title-box {
    max-width: 760px;
  }

  .dr-resource-banner-visual {
    width: 100%;
    max-width: 680px;
    min-height: 410px;
  }

  .dr-track-layout,
  .dr-policy-layout {
    grid-template-columns: 1fr;
  }

  .dr-track-help {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 25px;
  }

  .dr-track-help-icon {
    margin-bottom: 0;
  }

  .dr-policy-sidebar {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
    gap: 20px;
  }

  .dr-policy-crosslinks {
    margin-top: 0;
  }

  .dr-aml-overview {
    grid-template-columns: 1fr;
  }

  .dr-aml-overview-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .dr-resource-page-title .content-box .title-box h1 {
    font-size: 42px;
  }

  .dr-track-search-section,
  .dr-policy-page {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .dr-track-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dr-track-steps {
    grid-template-columns: 1fr;
  }

  .dr-track-step {
    min-height: 0;
  }

  .dr-policy-sidebar {
    grid-template-columns: 1fr;
  }

  .dr-aml-overview-section {
    padding-top: 60px;
  }

  .dr-aml-policy-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .page-title.dr-resource-page-title {
    padding: 52px 0;
  }

  .dr-resource-banner-breadcrumb {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .dr-resource-page-title .content-box .title-box h1 {
    display: block;
    margin-bottom: 17px;
    font-size: 36px;
    line-height: 1.12;
  }

  .dr-resource-page-title .content-box .title-box p {
    display: block;
    font-size: 15px;
    line-height: 1.65;
  }

  .dr-resource-banner-points {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .dr-resource-banner-points span {
    min-height: 40px;
  }

  .dr-resource-banner-visual {
    min-height: 390px;
  }

  .dr-resource-visual-heading {
    top: 30px;
    left: 26px;
  }

  .dr-track-status-list {
    top: 96px;
    right: 25px;
    left: 25px;
  }

  .dr-track-banner-reference {
    right: 25px;
    bottom: 24px;
    left: 25px;
  }

  .dr-track-search-section {
    padding-top: 58px;
  }

  .dr-track-form-card,
  .dr-policy-document,
  .dr-policy-sidebar-card {
    padding: 24px;
  }

  .dr-track-input-row {
    grid-template-columns: 1fr;
  }

  .dr-track-input-icon {
    top: 30px;
  }

  .dr-track-form button {
    width: 100%;
  }

  .dr-track-help {
    display: block;
    padding: 28px;
  }

  .dr-track-help-icon {
    margin-bottom: 35px;
  }

  .dr-track-steps-section {
    padding-top: 58px;
    padding-bottom: 75px;
  }

  .dr-policy-banner-orbit {
    width: 250px;
    height: 250px;
  }

  .dr-policy-banner-shield,
  .dr-aml-shield {
    width: 146px;
    height: 166px;
  }

  .dr-policy-banner-note,
  .dr-aml-signal,
  .dr-terms-banner-chip {
    min-width: 142px;
    min-height: 48px;
    padding: 8px 10px;
  }

  .dr-policy-banner-note-one,
  .dr-aml-signal-one {
    top: 28px;
    left: 18px;
  }

  .dr-policy-banner-note-two,
  .dr-aml-signal-two {
    top: 155px;
    right: 14px;
  }

  .dr-policy-banner-note-three,
  .dr-aml-signal-three {
    bottom: 26px;
    left: 21px;
  }

  .dr-aml-pulse-one {
    inset: 40px;
  }

  .dr-aml-pulse-two {
    inset: 78px;
  }

  .dr-policy-page {
    padding-top: 60px;
  }

  .dr-policy-document-header {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }

  .dr-policy-document-header h2,
  .dr-track-form-card h2,
  .dr-track-section-heading h2 {
    font-size: 31px;
  }

  .dr-policy-content {
    font-size: 14px;
  }

  .dr-policy-content h1,
  .dr-policy-content h2 {
    font-size: 22px;
  }

  .dr-aml-overview-card {
    padding: 22px;
  }

  .dr-aml-accordion .acc-btn {
    grid-template-columns: 38px minmax(0, 1fr) 36px;
    gap: 10px;
    min-height: 70px;
    padding: 11px;
  }

  .dr-aml-accordion-number,
  .dr-aml-accordion .icon-outer {
    width: 36px;
    height: 36px;
  }

  .dr-aml-accordion .acc-btn h4 {
    font-size: 14px;
  }

  .dr-aml-accordion .content {
    padding: 23px 20px 25px;
  }

  .dr-terms-document {
    width: 210px;
    min-height: 270px;
    padding: 28px 25px;
  }

  .dr-terms-banner-chip-one {
    top: 28px;
    left: 14px;
  }

  .dr-terms-banner-chip-two {
    top: 167px;
    right: 12px;
  }

  .dr-terms-banner-chip-three {
    bottom: 25px;
    left: 15px;
  }
}

@media (max-width: 359px) {
  .dr-resource-page-title .content-box .title-box h1 {
    font-size: 33px;
  }

  .dr-resource-banner-visual {
    min-height: 370px;
  }

  .dr-policy-banner-note,
  .dr-aml-signal,
  .dr-terms-banner-chip {
    min-width: 128px;
    font-size: 8px;
  }

  .dr-policy-banner-note > i,
  .dr-aml-signal > i,
  .dr-terms-banner-chip > i {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .dr-terms-document {
    width: 190px;
  }
}

/* Agent partnership page */
.page-title.dr-agent-page-title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 600px;
  padding: 66px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 24%, rgba(241, 162, 43, 0.3), transparent 28%),
    linear-gradient(122deg, #1a0a23 0%, #3d164d 54%, #763b8f 100%);
}

.page-title.dr-agent-page-title:before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(15, 5, 20, 0.2), transparent 52%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 15px);
  content: "";
}

.page-title.dr-agent-page-title:after {
  position: absolute;
  right: -8%;
  bottom: -64%;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255, 255, 255, 0.025), 0 0 0 138px rgba(255, 255, 255, 0.018);
  content: "";
}

/* When a custom banner image is uploaded via ACF, apply it with cover sizing
   and darken the ::before overlay so text stays legible */
.page-title.dr-agent-page-title[style*="background-image"] {
  background-color: #1a0a23;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title.dr-agent-page-title[style*="background-image"]::before {
  background: linear-gradient(
    122deg,
    rgba(26, 10, 35, 0.82) 0%,
    rgba(61, 22, 77, 0.68) 54%,
    rgba(118, 59, 143, 0.50) 100%
  );
}

.dr-agent-page-title .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.dr-agent-banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.dr-agent-page-title .content-box,
.dr-agent-page-title .content-box .title-box {
  float: none;
  width: auto;
  margin: 0;
}

.dr-agent-page-title .content-box .title-box {
  max-width: 690px;
}

.dr-agent-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 29px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-agent-banner-breadcrumb a {
  color: #fff;
}

.dr-agent-banner-breadcrumb span:before {
  margin-right: 9px;
  color: #f1a22b;
  content: "/";
}

.dr-agent-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: #ffc35c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-agent-banner-kicker:before {
  width: 26px;
  height: 2px;
  background: #f1a22b;
  content: "";
}

.dr-agent-page-title .content-box .title-box h1 {
  max-width: 680px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(46px, 4vw, 64px);
  line-height: 1.08;
}

.dr-agent-page-title .content-box .title-box h1:before,
.dr-agent-page-title .content-box .title-box h1:after {
  display: none;
}

.dr-agent-page-title .content-box .title-box p {
  display: block;
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.72;
}

.dr-agent-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.dr-agent-banner-actions .theme-btn-two,
.dr-agent-banner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px 22px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
}

.dr-agent-banner-link {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.dr-agent-banner-link:hover {
  border-color: #f1a22b;
  color: #ffc35c;
}

.dr-agent-banner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.dr-agent-banner-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-agent-banner-points i {
  color: #f1a22b;
}

.dr-agent-banner-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(27, 10, 37, 0.2);
  box-shadow: 0 30px 75px rgba(8, 2, 12, 0.28);
  backdrop-filter: blur(9px);
}

.dr-agent-banner-visual:before {
  position: absolute;
  inset: 17px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 6px;
  content: "";
}

.dr-agent-banner-heading {
  position: absolute;
  top: 37px;
  left: 40px;
  z-index: 5;
}

.dr-agent-banner-heading span,
.dr-agent-banner-heading strong {
  display: block;
}

.dr-agent-banner-heading span {
  margin-bottom: 5px;
  color: #ffc35c;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-agent-banner-heading strong {
  color: #fff;
  font-size: 20px;
}

.dr-agent-hub {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(118, 59, 143, 0.56);
  box-shadow: 0 22px 50px rgba(9, 3, 13, 0.28), 0 0 0 18px rgba(255, 255, 255, 0.025);
  color: #fff;
  transform: translate(-50%, -50%);
}

.dr-agent-hub-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 6px;
  background: #f1a22b;
  color: #25102d;
  font-size: 21px;
}

.dr-agent-hub strong,
.dr-agent-hub small {
  display: block;
}

.dr-agent-hub strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.dr-agent-hub small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-agent-connection {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  min-height: 58px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 16px 34px rgba(8, 2, 12, 0.18);
  backdrop-filter: blur(10px);
}

.dr-agent-connection > i {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 5px;
  background: #f1a22b;
  color: #25102d;
}

.dr-agent-connection span,
.dr-agent-connection b,
.dr-agent-connection small {
  display: block;
}

.dr-agent-connection b {
  margin-bottom: 2px;
  font-size: 11px;
}

.dr-agent-connection small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.dr-agent-connection-one {
  top: 112px;
  left: 28px;
}

.dr-agent-connection-two {
  top: 220px;
  right: 24px;
}

.dr-agent-connection-three {
  bottom: 36px;
  left: 38px;
}

.dr-agent-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(241, 162, 43, 0.26);
  border-radius: 50%;
}

.dr-agent-orbit-one {
  inset: 85px 55px;
  transform: rotate(-12deg);
}

.dr-agent-orbit-two {
  inset: 120px 26px;
  transform: rotate(21deg);
}

.dr-agent-page {
  clear: both;
  width: 100%;
  background: #faf8fb;
}

.dr-agent-intro {
  padding: 105px 0 100px;
}

.dr-agent-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(58px, 7vw, 105px);
}

.dr-agent-intro-copy h2,
.dr-agent-section-heading h2,
.dr-agent-enquiry-copy h2,
.dr-agent-final-cta h2 {
  margin: 14px 0 20px;
  color: #1c0c26;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.12;
}

.dr-agent-intro-copy p {
  margin-bottom: 17px;
  color: #6f5d73;
  font-size: 15px;
  line-height: 1.78;
}

.dr-agent-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 29px;
}

.dr-agent-intro-actions .dr-secondary-btn {
  border-color: #d9c6df;
  background: #fff;
  color: #6f2c91;
}

.dr-agent-intro-actions .dr-secondary-btn:hover {
  border-color: #6f2c91;
  background: #6f2c91;
  color: #fff;
}

.dr-agent-intro-visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border: 1px solid #eadfeb;
  border-radius: 8px;
  background: #f8f2f9;
  box-shadow: 0 27px 60px rgba(49, 22, 61, 0.09);
}

.dr-agent-intro-visual:before {
  display: none;
}

.dr-agent-intro-visual figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.dr-agent-intro-visual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dr-agent-intro-stat {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 190px;
  min-height: 62px;
  padding: 11px 14px;
  border: 1px solid #eadfeb;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(49, 22, 61, 0.12);
}

.dr-agent-intro-stat > i {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 5px;
  background: #f1a22b;
  color: #1c0c26;
}

.dr-agent-intro-stat span,
.dr-agent-intro-stat strong,
.dr-agent-intro-stat small {
  display: block;
}

.dr-agent-intro-stat strong {
  margin-bottom: 2px;
  color: #27112f;
  font-size: 11px;
}

.dr-agent-intro-stat small {
  color: #8b798f;
  font-size: 9px;
}

.dr-agent-intro-stat-one {
  top: 28px;
  left: 26px;
}

.dr-agent-intro-stat-two {
  right: 25px;
  bottom: 25px;
}

.dr-agent-benefits {
  padding: 98px 0 105px;
  background: #fff;
}

.dr-agent-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 42px;
}

.dr-agent-section-heading h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.dr-agent-section-heading > p {
  margin: 0;
  color: #746278;
  font-size: 15px;
  line-height: 1.75;
}

.dr-agent-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.dr-agent-benefit-card {
  position: relative;
  min-height: 280px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #eadfeb;
  border-radius: 7px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dr-agent-benefit-card:after {
  position: absolute;
  right: -38px;
  bottom: -55px;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(118, 59, 143, 0.08);
  border-radius: 50%;
  content: "";
}

.dr-agent-benefit-card:hover {
  border-color: #d5badc;
  box-shadow: 0 22px 48px rgba(49, 22, 61, 0.1);
  transform: translateY(-4px);
}

.dr-agent-benefit-card > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 35px;
  place-items: center;
  border-radius: 6px;
  background: #f1a22b;
  color: #1c0c26;
  font-size: 19px;
}

.dr-agent-benefit-card h3 {
  margin-bottom: 12px;
  color: #25102d;
  font-size: 19px;
}

.dr-agent-benefit-card p {
  margin: 0;
  color: #746278;
  font-size: 13px;
  line-height: 1.72;
}

.dr-agent-process {
  padding: 100px 0 110px;
  background:
    linear-gradient(rgba(250, 248, 251, 0.96), rgba(250, 248, 251, 0.96)),
    repeating-linear-gradient(135deg, rgba(118, 59, 143, 0.1) 0, rgba(118, 59, 143, 0.1) 1px, transparent 1px, transparent 12px);
}

.dr-agent-process .sec-title {
  max-width: 780px;
  margin: 0 auto 45px;
}

.dr-agent-process .sec-title h2 {
  margin: 13px 0 14px;
  color: #1c0c26;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.14;
}

.dr-agent-process .sec-title h2:before,
.dr-agent-process .sec-title h2:after {
  display: none;
}

.dr-agent-process .sec-title p {
  color: #746278;
  font-size: 15px;
}

.dr-agent-step-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.dr-agent-step-grid:before {
  position: absolute;
  top: 61px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, #f1a22b, #763b8f);
  content: "";
}

.dr-agent-step-card {
  position: relative;
  z-index: 1;
  min-height: 295px;
  padding: 32px;
  border: 1px solid #eadfeb;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 19px 44px rgba(49, 22, 61, 0.07);
}

.dr-agent-step-number {
  position: absolute;
  top: 25px;
  right: 26px;
  color: rgba(118, 59, 143, 0.14);
  font-size: 42px;
  font-weight: 800;
}

.dr-agent-step-card > i {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 42px;
  place-items: center;
  border: 7px solid #faf8fb;
  border-radius: 50%;
  background: #763b8f;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 0 2px #f1a22b;
}

.dr-agent-step-card h3 {
  margin-bottom: 12px;
  color: #25102d;
  font-size: 18px;
}

.dr-agent-step-card p {
  margin: 0;
  color: #746278;
  font-size: 13px;
  line-height: 1.72;
}

.dr-agent-enquiry {
  padding: 105px 0 115px;
  background: #fff;
}

.dr-agent-enquiry-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.43fr) minmax(0, 0.57fr);
  align-items: start;
  gap: clamp(45px, 6vw, 85px);
}

.dr-agent-enquiry-copy {
  position: sticky;
  top: 30px;
  padding: 42px;
  overflow: hidden;
  border-radius: 8px;
  background: #3e194f;
  box-shadow: 0 28px 62px rgba(42, 18, 52, 0.18);
}

.dr-agent-enquiry-copy:after {
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.02);
  content: "";
}

.dr-agent-enquiry-copy .dr-kicker,
.dr-agent-final-cta .dr-kicker {
  color: #ffc35c;
}

.dr-agent-enquiry-copy h2 {
  color: #fff;
  font-size: clamp(34px, 3vw, 46px);
}

.dr-agent-enquiry-copy > p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.75;
}

.dr-agent-enquiry-copy ul {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dr-agent-enquiry-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.6;
}

.dr-agent-enquiry-copy li:last-child {
  margin-bottom: 0;
}

.dr-agent-enquiry-copy li i {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: #f1a22b;
  color: #27102f;
  font-size: 8px;
}

.dr-agent-enquiry-contact {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.dr-agent-enquiry-contact > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 6px;
  background: #f1a22b;
  color: #25102d;
}

.dr-agent-enquiry-contact small,
.dr-agent-enquiry-contact a {
  display: block;
}

.dr-agent-enquiry-contact small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-agent-enquiry-contact a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.dr-agent-form-card {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid #eadfeb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 25px 58px rgba(49, 22, 61, 0.09);
}

.dr-agent-form-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 31px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eadfeb;
}

.dr-agent-form-heading > span {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 6px;
  background: #763b8f;
  color: #fff;
  font-size: 18px;
}

.dr-agent-form-heading h3 {
  margin: 0 0 3px;
  color: #25102d;
  font-size: 21px;
}

.dr-agent-form-heading p {
  margin: 0;
  color: #8b798f;
  font-size: 11px;
}

.dr-agent-form-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.dr-agent-form-notice.is-success {
  background: #edf8f1;
  color: #176b39;
}

.dr-agent-form-notice.is-error {
  background: #fff0f0;
  color: #a63232;
}

.dr-agent-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dr-agent-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dr-agent-form label {
  display: block;
  margin: 0;
}

.dr-agent-form label > span {
  display: block;
  margin-bottom: 7px;
  color: #38203f;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-agent-form input:not([type="checkbox"]),
.dr-agent-form select,
.dr-agent-form textarea {
  width: 100%;
  border: 1px solid #e5d6e8;
  border-radius: 5px;
  background: #fcfafc;
  color: #2e1835;
  font-size: 13px;
}

.dr-agent-form input:not([type="checkbox"]),
.dr-agent-form select {
  height: 52px;
  padding: 0 14px;
}

.dr-agent-form textarea {
  min-height: 105px;
  padding: 13px 14px;
  resize: vertical;
}

.dr-agent-form input:focus,
.dr-agent-form select:focus,
.dr-agent-form textarea:focus {
  border-color: #763b8f;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(118, 59, 143, 0.1);
  outline: 0;
}

.dr-agent-form-full {
  grid-column: 1 / -1;
}

.dr-agent-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 23px 0 !important;
  color: #76647a;
  font-size: 11px;
  line-height: 1.55;
}

.dr-agent-consent input {
  flex: 0 0 auto;
  margin-top: 4px;
  accent-color: #763b8f;
}

.dr-agent-consent span {
  margin: 0 !important;
  color: #76647a !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.dr-agent-form .theme-btn-two {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dr-agent-final-cta {
  padding: 78px 0;
  background:
    linear-gradient(110deg, #361546, #763b8f);
}

.dr-agent-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.dr-agent-final-cta h2 {
  max-width: 720px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(32px, 3vw, 44px);
}

.dr-agent-final-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

.dr-agent-final-cta .dr-secondary-btn {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.dr-agent-final-cta .dr-secondary-btn:hover {
  border-color: #f1a22b;
  background: #f1a22b;
  color: #1c0c26;
}

@media (max-width: 1199px) {
  .dr-agent-banner-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 45px;
  }

  .dr-agent-page-title .content-box .title-box h1 {
    font-size: 52px;
  }

  .dr-agent-benefit-grid,
  .dr-agent-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-agent-step-grid:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-title.dr-agent-page-title {
    min-height: auto;
    padding: 68px 0;
  }

  .dr-agent-banner-grid,
  .dr-agent-intro-grid,
  .dr-agent-enquiry-grid {
    grid-template-columns: 1fr;
  }

  .dr-agent-page-title .content-box .title-box {
    max-width: 760px;
  }

  .dr-agent-banner-visual {
    width: 100%;
    max-width: 700px;
    min-height: 450px;
  }

  .dr-agent-intro-visual {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .dr-agent-enquiry-copy {
    position: static;
  }

  .page-title.dr-agent-page-title:after,
  .dr-agent-benefit-card:after,
  .dr-agent-enquiry-copy:after {
    display: none;
  }

  .dr-agent-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .dr-agent-intro,
  .dr-agent-benefits,
  .dr-agent-process,
  .dr-agent-enquiry {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .dr-agent-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dr-agent-benefit-grid,
  .dr-agent-step-grid {
    grid-template-columns: 1fr;
  }

  .dr-agent-benefit-card,
  .dr-agent-step-card {
    min-height: 0;
  }

  .dr-agent-final-cta {
    padding: 65px 0;
  }
}

@media (max-width: 575px) {
  .page-title.dr-agent-page-title {
    padding: 52px 0;
  }

  .dr-agent-banner-breadcrumb {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .dr-agent-page-title .content-box .title-box h1 {
    display: block;
    margin-bottom: 17px;
    font-size: 36px;
    line-height: 1.12;
  }

  .dr-agent-page-title .content-box .title-box p {
    display: block;
    font-size: 15px;
    line-height: 1.65;
  }

  .dr-agent-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dr-agent-banner-actions .theme-btn-two,
  .dr-agent-banner-link {
    width: 100%;
  }

  .dr-agent-banner-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dr-agent-banner-visual {
    min-height: 425px;
  }

  .dr-agent-banner-heading {
    top: 28px;
    left: 25px;
  }

  .dr-agent-banner-heading strong {
    font-size: 16px;
  }

  .dr-agent-hub {
    width: 140px;
    height: 140px;
  }

  .dr-agent-hub-icon {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }

  .dr-agent-connection {
    min-width: 145px;
    min-height: 50px;
    padding: 8px 10px;
  }

  .dr-agent-connection > i {
    flex-basis: 29px;
    width: 29px;
    height: 29px;
  }

  .dr-agent-connection-one {
    top: 100px;
    left: 14px;
  }

  .dr-agent-connection-two {
    top: 208px;
    right: 11px;
  }

  .dr-agent-connection-three {
    bottom: 28px;
    left: 18px;
  }

  .dr-agent-intro {
    padding-top: 62px;
  }

  .dr-agent-intro-copy h2,
  .dr-agent-section-heading h2,
  .dr-agent-enquiry-copy h2,
  .dr-agent-final-cta h2 {
    font-size: 32px;
  }

  .dr-agent-intro-actions,
  .dr-agent-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .dr-agent-intro-actions a,
  .dr-agent-final-actions a {
    width: 100%;
    text-align: center;
  }

  .dr-agent-intro-visual {
    min-height: 405px;
  }

  .dr-agent-intro-visual figure {
    right: -10%;
    width: 105%;
  }

  .dr-agent-intro-stat {
    min-width: 165px;
  }

  .dr-agent-intro-stat-one {
    top: 18px;
    left: 15px;
  }

  .dr-agent-intro-stat-two {
    right: 15px;
    bottom: 15px;
  }

  .dr-agent-benefit-card,
  .dr-agent-step-card,
  .dr-agent-enquiry-copy,
  .dr-agent-form-card {
    padding: 25px;
  }

  .dr-agent-form-grid {
    grid-template-columns: 1fr;
  }

  .dr-agent-form-full {
    grid-column: auto;
  }

  .dr-agent-form .theme-btn-two {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 359px) {
  .dr-agent-page-title .content-box .title-box h1 {
    font-size: 33px;
  }

  .dr-agent-banner-visual {
    min-height: 405px;
  }

  .dr-agent-connection {
    min-width: 132px;
    font-size: 8px;
  }

  .dr-agent-connection b {
    font-size: 9px;
  }

  .dr-agent-connection small {
    font-size: 8px;
  }

  .dr-agent-intro-visual {
    min-height: 370px;
  }
}

/* News, article and track page polish */
.page-title.dr-news-page-title,
.page-title.dr-article-page-title {
  position: relative;
  min-height: auto;
  padding: 112px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(31, 23, 36, 0.96) 0%, rgba(63, 21, 92, 0.94) 52%, rgba(241, 162, 43, 0.88) 100%);
}

.page-title.dr-news-page-title:before,
.page-title.dr-article-page-title:before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
}

.page-title.dr-news-page-title:after,
.page-title.dr-article-page-title:after {
  position: absolute;
  right: -12vw;
  bottom: -20vw;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

.dr-news-hero-grid,
.dr-article-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 50px;
  align-items: center;
}

.dr-news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dr-news-breadcrumb a {
  color: var(--dr-gold);
}

.dr-news-breadcrumb span:before {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.45);
  content: "/";
}

.dr-news-hero-copy .dr-kicker,
.dr-article-hero-copy .dr-kicker {
  color: #ffffff;
}

.dr-news-hero-copy h1,
.dr-article-hero-copy h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 800;
  margin-bottom: 24px;
}

.dr-news-hero-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 0;
}

.dr-article-hero-copy p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.dr-news-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dr-news-hero-visual {
  position: relative;
  min-height: 390px;
}

.dr-news-hero-map {
  position: absolute;
  inset: 36px 0 0 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(63, 21, 92, 0.68), rgba(31, 23, 36, 0.88)),
    url("../images/banner-bg-map1.png") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(8, 2, 12, 0.28);
}

.dr-news-hero-card {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  max-width: 320px;
  padding: 26px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 5px solid var(--dr-gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 46px rgba(8, 2, 12, 0.24);
}

.dr-news-hero-card i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--dr-ink);
  border-radius: 8px;
  background: var(--dr-gold);
  font-size: 22px;
}

.dr-news-hero-card strong,
.dr-news-hero-card span {
  display: block;
}

.dr-news-hero-card strong {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.dr-news-hero-card span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.dr-news-page,
.dr-article-page {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background: #ffffff;
}

.dr-news-featured,
.dr-news-listing,
.dr-article-page {
  padding: 88px 0;
}

.dr-news-featured + .dr-news-listing {
  padding-top: 0;
}

.dr-news-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 62px rgba(49, 22, 61, 0.08);
}

.dr-news-featured-image,
.dr-news-card-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.dr-news-featured-image:after,
.dr-news-card-image:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 23, 36, 0.04), rgba(31, 23, 36, 0.55));
  content: "";
}

.dr-news-featured-image span,
.dr-news-card-image span {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  color: #ffffff;
  border-radius: 999px;
  background: rgba(111, 44, 145, 0.92);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dr-news-featured-content {
  padding: 54px;
}

.dr-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.dr-news-featured-content .dr-news-meta,
.dr-article-content .dr-news-meta {
  color: var(--dr-muted);
}

.dr-news-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dr-news-meta i {
  color: var(--dr-gold);
}

.dr-news-featured-content h2,
.dr-news-card h3,
.dr-article-support-card h2,
.dr-news-section-heading h2 {
  color: var(--dr-ink);
}

.dr-news-featured-content h2 {
  font-size: 38px;
  line-height: 1.16;
  font-weight: 800;
  margin-bottom: 18px;
}

.dr-news-featured-content h2 a,
.dr-news-card h3 a {
  color: inherit;
}

.dr-news-featured-content p,
.dr-news-card p,
.dr-news-section-heading p {
  color: var(--dr-muted);
  line-height: 1.75;
}

.dr-news-read-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--dr-teal);
  font-weight: 800;
}

.dr-news-read-link:hover {
  color: var(--dr-gold);
}

/* ── News featured slider ───────────────────────────────────────────────── */
.dr-news-slider-wrap {
  position: relative;
}

.dr-news-featured-slider.owl-carousel .owl-nav button.owl-prev,
.dr-news-featured-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--dr-line);
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(49, 22, 61, 0.12);
  color: var(--dr-purple);
  font-size: 18px;
  transition: background 0.2s, color 0.2s;
}

.dr-news-featured-slider.owl-carousel .owl-nav button.owl-prev {
  left: -22px;
}

.dr-news-featured-slider.owl-carousel .owl-nav button.owl-next {
  right: -22px;
}

.dr-news-featured-slider.owl-carousel .owl-nav button:hover {
  background: var(--dr-purple);
  color: #ffffff;
  border-color: var(--dr-purple);
}

.dr-news-featured-slider.owl-carousel .owl-dots {
  margin-top: 22px;
  text-align: center;
}

.dr-news-featured-slider.owl-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  background: var(--dr-line);
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.2s, transform 0.2s;
}

.dr-news-featured-slider.owl-carousel .owl-dot.active span,
.dr-news-featured-slider.owl-carousel .owl-dot:hover span {
  background: var(--dr-purple);
  transform: scale(1.35);
}

.dr-news-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  gap: 32px;
  align-items: end;
  margin-bottom: 42px;
}

.dr-news-section-heading h2 {
  font-size: 42px;
  line-height: 1.14;
  font-weight: 800;
}

.dr-news-section-heading > a {
  justify-self: end;
  color: var(--dr-teal);
  font-weight: 800;
}

.dr-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.dr-news-card {
  overflow: hidden;
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(49, 22, 61, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dr-news-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 44, 145, 0.28);
  box-shadow: 0 30px 64px rgba(49, 22, 61, 0.12);
}

.dr-news-card-image {
  display: block;
  min-height: 230px;
}

.dr-news-card-body {
  padding: 28px;
}

.dr-news-card-category {
  margin-bottom: 12px;
  color: var(--dr-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dr-news-card h3 {
  min-height: 68px;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 800;
  margin-bottom: 14px;
}

.dr-news-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 46px;
}

.dr-news-pagination .page-numbers {
  display: grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  padding: 0 14px;
  color: var(--dr-teal);
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 800;
}

.dr-news-pagination .page-numbers.current,
.dr-news-pagination .page-numbers:hover {
  color: #ffffff;
  border-color: var(--dr-teal);
  background: var(--dr-teal);
}

.dr-news-empty {
  max-width: 680px;
  margin: 0 auto;
  padding: 52px;
  text-align: center;
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: var(--dr-soft);
}

.dr-news-empty i {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 0 auto 20px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--dr-teal);
  font-size: 26px;
}

.dr-article-hero-copy h1 {
  font-size: 52px;
}

.dr-article-hero-image {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(8, 2, 12, 0.28);
}

.dr-article-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dr-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: start;
  min-width: 0;
}

.dr-article-content {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  padding: 54px;
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(49, 22, 61, 0.06);
  overflow-wrap: anywhere;
}

.dr-article-content > *:first-child {
  margin-top: 0;
}

.dr-article-content h2,
.dr-article-content h3,
.dr-article-content h4 {
  color: var(--dr-ink);
  font-weight: 800;
}

.dr-article-content h2 {
  margin: 34px 0 16px;
  font-size: 34px;
  line-height: 1.2;
}

.dr-article-content h3 {
  margin: 28px 0 12px;
  font-size: 26px;
  line-height: 1.25;
}

.dr-article-content p,
.dr-article-content li {
  color: var(--dr-muted);
  font-size: 18px;
  line-height: 1.85;
}

.dr-article-content p {
  margin-bottom: 18px;
}

.dr-article-content ul,
.dr-article-content ol {
  padding-left: 24px;
  margin-bottom: 24px;
}

.dr-article-content a {
  color: var(--dr-teal);
  font-weight: 800;
}

.dr-article-content blockquote {
  margin: 34px 0;
  padding: 28px;
  color: var(--dr-ink);
  border-left: 5px solid var(--dr-gold);
  border-radius: 8px;
  background: var(--dr-soft);
  font-size: 21px;
  line-height: 1.65;
  font-weight: 700;
}

.dr-article-content img,
.dr-article-content iframe,
.dr-article-content video,
.dr-article-content table {
  max-width: 100%;
}

.dr-article-content img,
.dr-article-content video {
  height: auto;
}

.dr-article-content figure {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.dr-article-sidebar {
  position: sticky;
  top: 110px;
}

.dr-article-support-card,
.dr-article-side-list {
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(49, 22, 61, 0.07);
}

.dr-article-support-card {
  padding: 30px;
  border-top: 5px solid var(--dr-gold);
}

.dr-article-support-card h2 {
  font-size: 26px;
  line-height: 1.22;
  font-weight: 800;
  margin-bottom: 12px;
}

.dr-article-support-card p {
  color: var(--dr-muted);
  line-height: 1.7;
}

.dr-article-support-card a {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}

.dr-article-side-list {
  margin-top: 22px;
  padding: 26px;
}

.dr-article-side-list h3 {
  color: var(--dr-ink);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
}

.dr-article-side-list a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  color: var(--dr-muted);
  border-top: 1px solid var(--dr-line);
  font-weight: 700;
}

.dr-article-side-list a:hover {
  color: var(--dr-teal);
}

.dr-article-side-list i {
  color: var(--dr-gold);
}

.dr-article-related {
  margin-top: 78px;
}

.dr-track-page-title .dr-resource-banner-grid {
  align-items: center;
}

.dr-track-banner-visual {
  border-top: 5px solid var(--dr-gold);
}

.dr-track-search-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbf7fc 100%);
}

.dr-track-layout {
  gap: 28px;
}

.dr-track-form-card,
.dr-track-help {
  box-shadow: 0 28px 62px rgba(49, 22, 61, 0.08);
}

.dr-track-form-card {
  border-top: 5px solid var(--dr-gold);
}

.dr-track-help {
  border-top: 5px solid var(--dr-teal);
  background:
    linear-gradient(145deg, rgba(111, 44, 145, 0.96), rgba(63, 21, 92, 0.96)),
    url("../images/banner-bg-map2.png") center / cover no-repeat;
}

.dr-track-help h3,
.dr-track-help p,
.dr-track-help a,
.dr-track-help .dr-section-kicker {
  color: #ffffff;
}

.dr-track-help p {
  color: rgba(255, 255, 255, 0.82);
}

.dr-track-help a {
  color: var(--dr-gold);
}

.dr-track-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.dr-track-assurance-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 8px;
  align-items: start;
  min-height: 178px;
  padding: 28px;
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(49, 22, 61, 0.06);
}

.dr-track-assurance-card i {
  display: grid;
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #ffffff;
  border-radius: 8px;
  background: var(--dr-teal);
  font-size: 22px;
}

.dr-track-assurance-card strong,
.dr-track-assurance-card span {
  display: block;
}

.dr-track-assurance-card strong {
  grid-column: 2;
  color: var(--dr-ink);
  font-size: 20px;
  line-height: 1.3;
  margin: 4px 0 0;
}

.dr-track-assurance-card span {
  grid-column: 2;
  color: var(--dr-muted);
  max-width: 340px;
  font-size: 16px;
  line-height: 1.68;
}

.dr-track-steps-section {
  background: #ffffff;
}

@media (max-width: 1199px) {
  .dr-news-hero-copy h1,
  .dr-article-hero-copy h1 {
    font-size: 46px;
  }

  .dr-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .dr-news-hero-grid,
  .dr-article-hero-grid,
  .dr-news-featured-card,
  .dr-article-layout {
    grid-template-columns: 1fr;
  }

  .dr-news-hero-visual,
  .dr-article-hero-image {
    min-height: 330px;
  }

  .dr-article-sidebar {
    position: static;
  }

  .dr-track-assurance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-title.dr-news-page-title,
  .page-title.dr-article-page-title {
    padding: 82px 0;
  }

  .dr-news-hero-copy h1,
  .dr-article-hero-copy h1,
  .dr-news-section-heading h2 {
    font-size: 34px;
  }

  .dr-news-section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dr-news-section-heading > a {
    justify-self: start;
  }

  .dr-news-grid {
    grid-template-columns: 1fr;
  }

  .dr-news-featured-content,
  .dr-article-content {
    padding: 30px;
  }

  .dr-news-card h3 {
    min-height: auto;
  }

  .dr-track-assurance-card {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: auto;
    padding: 22px;
  }

  .dr-track-assurance-card i {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 575px) {
  .dr-news-hero-actions,
  .dr-article-support-card a {
    width: 100%;
  }

  .dr-news-hero-actions a {
    width: 100%;
    text-align: center;
  }

  .dr-news-featured-image,
  .dr-news-card-image {
    min-height: 220px;
  }

  .dr-article-content h2 {
    font-size: 28px;
  }

  .dr-article-content h3 {
    font-size: 23px;
  }

  .dr-article-content p,
  .dr-article-content li {
    font-size: 16px;
  }

  .dr-article-content {
    padding: 24px 18px;
  }
}

/* Shared inner banner sizing */
:root {
  --dr-inner-banner-height: 600px;
  --dr-inner-banner-height-tablet: 520px;
  --dr-inner-banner-height-mobile: 460px;
}

body .page-title {
  display: flex;
  align-items: center;
  height: var(--dr-inner-banner-height) !important;
  min-height: var(--dr-inner-banner-height) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}

body .page-title .container {
  width: 100%;
}

/* CTA button polish */
.dr-about-cta-actions,
.dr-services-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  flex: 0 0 190px;
  width: 190px;
  gap: 14px;
  margin-top: 0;
}

.dr-about-cta-actions .theme-btn-two,
.dr-about-cta-actions .dr-secondary-btn,
.dr-services-cta-actions .theme-btn-two,
.dr-services-cta-actions .dr-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  text-align: center;
}

.dr-how-download-copy .download-btn {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.dr-how-download-copy .download-btn a {
  width: 100% !important;
  min-width: 0 !important;
  gap: 10px;
  padding: 12px 16px 12px 56px;
  white-space: nowrap;
}

.dr-how-download-copy .download-btn a i {
  left: 18px;
  font-size: 24px;
}

.dr-how-download-copy .download-btn a span {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 1.1;
}

/* Blog article inner banner */
.page-title.dr-blog-guide-page-title {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-title.dr-blog-guide-page-title:before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 12, 34, 0.99) 0%, rgba(48, 20, 57, 0.97) 36%, rgba(67, 27, 78, 0.82) 57%, rgba(112, 54, 92, 0.36) 76%, rgba(112, 54, 92, 0.08) 100%);
  content: "";
}

.page-title.dr-blog-guide-page-title:after {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  width: min(42vw, 660px);
  height: 6px;
  border: 0;
  border-radius: 0;
  background: #f1a22b;
  content: "";
}

.dr-blog-guide-page-title .content-box,
.dr-blog-guide-page-title .content-box .title-box {
  width: 100%;
}

.dr-blog-guide-page-title .content-box .title-box {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.dr-blog-guide-page-title .dr-news-breadcrumb {
  margin-bottom: 30px;
}

.dr-blog-guide-page-title .dr-news-breadcrumb a {
  color: #f1a22b;
}

.dr-blog-guide-page-title .dr-news-breadcrumb a:hover {
  color: #ffffff;
}

.dr-blog-guide-page-title .dr-news-breadcrumb span {
  color: rgba(255, 255, 255, 0.78);
}

.dr-blog-guide-page-title .dr-article-hero-copy .dr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dr-blog-guide-page-title .dr-article-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 1.06;
}

.dr-blog-guide-page-title .dr-article-hero-copy h1:before,
.dr-blog-guide-page-title .dr-article-hero-copy h1:after {
  display: none;
}

.dr-blog-guide-page-title .dr-article-hero-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.7;
}

.dr-blog-guide-page-title .dr-news-meta {
  max-width: 700px;
  margin: 34px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 991px) {
  body .page-title {
    height: auto !important;
    min-height: var(--dr-inner-banner-height-tablet) !important;
  }

  .dr-about-cta-actions,
  .dr-services-cta-actions {
    flex: 0 0 220px;
    width: 220px;
  }

  .dr-blog-guide-page-title .content-box .title-box {
    max-width: 680px;
  }
}

@media (max-width: 575px) {
  body .page-title {
    height: auto !important;
    min-height: var(--dr-inner-banner-height-mobile) !important;
  }

  .dr-about-cta-actions,
  .dr-services-cta-actions,
  .dr-about-cta-actions .theme-btn-two,
  .dr-about-cta-actions .dr-secondary-btn,
  .dr-services-cta-actions .theme-btn-two,
  .dr-services-cta-actions .dr-secondary-btn,
  .dr-how-download-copy .download-btn a {
    width: 100%;
    min-width: 0;
  }

  .dr-how-download-copy .download-btn {
    grid-template-columns: 1fr;
  }

  .dr-blog-guide-page-title .dr-news-breadcrumb {
    gap: 8px;
    margin-bottom: 20px;
    font-size: 11px;
  }

  body .page-title.dr-blog-guide-page-title {
    height: auto !important;
    min-height: 620px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    background-position: center right;
  }

  .dr-blog-guide-page-title .dr-article-hero-copy h1 {
    display: block !important;
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  .dr-blog-guide-page-title .dr-article-hero-copy p {
    display: block !important;
    font-size: 16px;
    line-height: 1.62;
  }

  .dr-blog-guide-page-title .dr-news-meta {
    gap: 10px;
  }
}

/* 404 page */
.dr-404-page {
  clear: both;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(241, 162, 43, 0.15), transparent 30%),
    radial-gradient(circle at 86% 22%, rgba(111, 44, 145, 0.16), transparent 32%),
    #fbf8fc;
}

.dr-404-hero {
  position: relative;
  padding: 120px 0 130px;
}

.dr-404-hero:before {
  position: absolute;
  top: 0;
  right: -12vw;
  width: 45vw;
  height: 100%;
  background: #f1a22b;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.dr-404-hero:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(44vw, 680px);
  height: 6px;
  background: #6f2c91;
  content: "";
}

.dr-404-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: 58px;
  align-items: center;
}

.dr-404-copy {
  max-width: 760px;
}

.dr-404-copy .dr-kicker {
  margin-bottom: 18px;
}

.dr-404-copy h1 {
  margin-bottom: 24px;
  color: #12071d;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 900;
  line-height: 1.05;
}

.dr-404-copy p {
  max-width: 670px;
  margin-bottom: 34px;
  color: #64516c;
  font-size: 19px;
  line-height: 1.75;
}

.dr-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.dr-404-actions .theme-btn-two,
.dr-404-actions .dr-secondary-btn {
  min-width: 185px;
  text-align: center;
}

.dr-404-panel {
  position: relative;
  min-height: 500px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(43, 14, 58, 0.96), rgba(111, 44, 145, 0.9)),
    #3c164f;
  box-shadow: 0 34px 90px rgba(58, 24, 74, 0.24);
}

.dr-404-panel:before {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.dr-404-code {
  position: absolute;
  right: 32px;
  top: 18px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(110px, 12vw, 175px);
  font-weight: 900;
  line-height: 1;
}

.dr-404-card {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 360px;
  margin-bottom: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.dr-404-card i {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  background: #f1a22b;
  color: #12071d;
  font-size: 24px;
}

.dr-404-card strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.dr-404-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.dr-404-links {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.dr-404-links li {
  list-style: none;
}

.dr-404-links a {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.dr-404-links a:hover {
  border-color: rgba(241, 162, 43, 0.72);
  background: rgba(241, 162, 43, 0.18);
  color: #ffffff;
}

.dr-404-links i {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: rgba(241, 162, 43, 0.18);
  color: #f1a22b;
}

@media (max-width: 991px) {
  .dr-404-hero {
    padding: 86px 0 96px;
  }

  .dr-404-hero:before {
    width: 55vw;
    opacity: 0.45;
  }

  .dr-404-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .dr-404-panel {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .dr-404-hero {
    padding: 66px 0 76px;
  }

  .dr-404-hero:before {
    width: 78vw;
    opacity: 0.28;
  }

  .dr-404-copy h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .dr-404-copy p {
    font-size: 16px;
    line-height: 1.65;
  }

  .dr-404-actions,
  .dr-404-actions .theme-btn-two,
  .dr-404-actions .dr-secondary-btn {
    width: 100%;
  }

  .dr-404-panel {
    padding: 26px;
  }

  .dr-404-card {
    align-items: flex-start;
    padding: 18px;
  }

  .dr-404-links {
    grid-template-columns: 1fr;
  }
}

/* Final mobile polish: header, video cards, country chips and footer app buttons */
@media (max-width: 767px) {
  .main-header .outer-container .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
  }

  .main-header .logo-box {
    flex: 0 1 auto;
  }

  .main-header .menu-area {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    margin-left: auto;
    gap: 0;
  }

  .main-header .main-menu,
  .main-header .dr-header-actions {
    display: none !important;
  }

  .main-header .mobile-nav-toggler {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 52px;
    height: 52px;
    margin: 0 0 0 auto;
    padding: 0;
  }

  .main-header .mobile-nav-toggler .icon-bar {
    display: block;
    flex: 0 0 auto;
    width: 30px;
    height: 3px;
    margin: 0;
    background: #763b8f;
    border-radius: 999px;
  }

  .dr-video-section .dr-home-video-play {
    position: absolute !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    z-index: 8;
    transform: translate(-50%, -50%) !important;
  }

  .dr-network-country-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    gap: 12px !important;
  }

  .dr-network-country-list span {
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0;
    height: 58px;
    min-height: 58px;
    gap: 10px;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.1;
  }

  .dr-network-country-list img {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }

  .main-footer.style-six .about-widget .download-btn {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100% !important;
    max-width: 390px;
  }

  .main-footer.style-six .about-widget .download-btn a,
  .main-footer.style-six .about-widget .download-btn .playstore,
  .main-footer.style-six .about-widget .download-btn .appstore {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0;
    min-height: 64px;
    margin: 0 !important;
    padding: 10px 8px 10px 42px !important;
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .main-footer.style-six .about-widget .download-btn a i {
    top: 50%;
    left: 10px;
    font-size: 26px;
    transform: translateY(-50%);
  }

  .main-footer.style-six .about-widget .download-btn a span {
    font-size: 9px;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .main-header .outer-container {
    padding: 8px 0;
  }

  .main-header .outer-container .main-box {
    min-height: 74px;
  }

  .main-header .outer-container .logo-box .logo img {
    width: min(178px, 52vw);
    max-width: 178px;
    max-height: 62px;
  }

  .dr-video-section .dr-home-video-play {
    width: 70px;
    height: 70px;
    font-size: 34px;
  }

  .dr-network-country-list span {
    height: 56px;
    min-height: 56px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .dr-network-country-list img {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }

  .main-footer.style-six .about-widget .download-btn a,
  .main-footer.style-six .about-widget .download-btn .playstore,
  .main-footer.style-six .about-widget .download-btn .appstore {
    min-height: 60px;
    padding-left: 38px !important;
    font-size: 13px;
  }

  .main-footer.style-six .about-widget .download-btn a i {
    left: 9px;
    font-size: 24px;
  }
}

@media (max-width: 359px) {
  .dr-network-country-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dr-network-country-list span {
    gap: 7px;
    padding: 7px 8px;
    font-size: 11px;
  }

  .dr-network-country-list img {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
}
