.elementor-23 .elementor-element.elementor-element-7a68b8a{--display:flex;}.elementor-23 .elementor-element.elementor-element-3ac8045{--display:flex;--min-height:900px;}.elementor-23 .elementor-element.elementor-element-3ac8045:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-3ac8045 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sudhiradspro.com/wp-content/uploads/2026/08/sudhir-1-1.jpeg");background-repeat:no-repeat;}.elementor-23 .elementor-element.elementor-element-f8a5faa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-f8a5faa.elementor-element{--align-self:flex-end;--flex-grow:0;--flex-shrink:1;}.elementor-23 .elementor-element.elementor-element-30d9c0c{--display:flex;}.elementor-23 .elementor-element.elementor-element-bdc9c16{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-23 .elementor-element.elementor-element-52ba7ac{--display:flex;}.elementor-23 .elementor-element.elementor-element-8919d17{--display:flex;}.elementor-23 .elementor-element.elementor-element-428e05a{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-23 .elementor-element.elementor-element-8e5f254{--display:flex;}.elementor-23 .elementor-element.elementor-element-1149c1f{margin:-1px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-23 .elementor-element.elementor-element-3f92696{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-222a053 *//* =========================================================
   SUDHIR PREMIUM HERO
========================================================= */

:root {
  --gold: #d6a017;
  --gold-dark: #c58e08;
  --gold-soft: #fff7df;

  --black: #0b0b0b;
  --text: #171717;
  --muted: #5d5d5d;

  --border: #e8e8e8;
  --border-dark: #dddddd;

  --green: #1b9b5d;

  --blue: #1769ff;
  --blue-dark: #0759e7;

  --white: #ffffff;
  --dashboard-bg: #fcfcfb;

  --radius-lg: 22px;
  --radius-md: 15px;

  --shadow-soft:
    0 15px 45px rgba(0, 0, 0, 0.055);

  --shadow-card:
    0 6px 22px rgba(0, 0, 0, 0.045);
}


/* =========================================================
   RESET
========================================================= */

.sudhir-hero,
.sudhir-hero *,
.audit-modal,
.audit-modal * {
  box-sizing: border-box;
}

.sudhir-hero {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 48px 40px;

  display: grid;
  grid-template-columns:
    minmax(420px, 0.72fr)
    minmax(760px, 1.45fr);

  gap: 42px;

  background: var(--white);

  color: var(--text);

  font-family:
    Inter,
    Arial,
    Helvetica,
    sans-serif;
}


/* =========================================================
   LEFT HERO
========================================================= */

.hero-left {
  min-width: 0;
  padding: 4px 0 0;
}

.intro-script {
  position: relative;

  display: inline-block;

  margin-left: 48px;
  margin-bottom: 28px;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    cursive;

  font-size: clamp(29px, 2.15vw, 42px);
  line-height: 1;

  color: #151515;
}

.intro-line {
  position: absolute;

  left: 4px;
  right: -18px;
  bottom: -13px;

  height: 2px;

  background: var(--gold);

  transform: rotate(-3deg);
  transform-origin: left center;
}


/* =========================================================
   HEADLINE
========================================================= */

.headline-wrap {
  position: relative;

  padding-left: 48px;
}

.headline-wrap h1 {
  margin: 0;

  max-width: 560px;

  font-family:
    Poppins,
    Inter,
    Arial,
    sans-serif;

  font-size: clamp(49px, 4.05vw, 76px);

  line-height: 0.98;

  letter-spacing: -2.8px;

  font-weight: 900;

  color: var(--black);
}

.headline-wrap h1 span {
  color: var(--gold);
}


/* sparkle */

.hero-sparkle {
  position: absolute;

  left: -7px;
  top: 13px;

  width: 47px;
  height: 47px;

  color: var(--gold);

  pointer-events: none;
}

.hero-sparkle svg {
  width: 100%;
  height: 100%;
}


/* decorative strokes */

.headline-strokes {
  position: absolute;

  right: 3px;
  bottom: 12px;

  width: 43px;
  height: 46px;

  transform: rotate(-8deg);
}

.headline-strokes i {
  position: absolute;

  display: block;

  width: 3px;
  height: 25px;

  border-radius: 10px;

  background: #111;

  transform: rotate(20deg);
}

.headline-strokes i:nth-child(1) {
  left: 4px;
  top: 12px;
}

.headline-strokes i:nth-child(2) {
  left: 17px;
  top: 3px;

  height: 32px;
}

.headline-strokes i:nth-child(3) {
  left: 31px;
  top: 9px;

  height: 20px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.hero-description {
  max-width: 560px;

  margin:
    30px 0 0
    48px;

  font-size: 20px;
  line-height: 1.55;

  font-weight: 500;

  color: #3f3f3f;
}

.hero-description strong {
  color: var(--gold);

  font-weight: 800;
}


/* =========================================================
   PLATFORM ROW
   IMPORTANT: FIXES OVERLAP
========================================================= */

.platforms {
  width: calc(100% - 48px);

  margin:
    28px 0 0
    48px;

  display: grid;

  /*
    Five independent columns.
    This prevents the logos/text from touching.
  */
  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  column-gap: 12px;

  align-items: center;
}


/* every platform gets its own area */

.platform-item {
  min-width: 0;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 8px;

  padding: 4px 6px;

  white-space: nowrap;
}


/* logo container */

.platform-icon {
  flex: 0 0 27px;

  width: 27px;
  height: 27px;

  display: flex;

  align-items: center;
  justify-content: center;
}

.platform-icon svg {
  width: 100%;
  height: 100%;

  display: block;
}

.gold-icon {
  color: var(--gold);
}


/* text */

.platform-item > span {
  min-width: 0;

  font-size: 12px;

  line-height: 1.15;

  font-weight: 800;

  color: #181818;

  white-space: normal;

  overflow-wrap: normal;
}


/* =========================================================
   CTA
========================================================= */

.cta-group {
  width: calc(100% - 48px);

  margin:
    28px 0 0
    48px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: 16px;
}


.cta-primary,
.cta-audit {
  min-width: 0;

  height: 66px;

  border-radius: 13px;

  padding: 0 18px;

  font-family:
    Poppins,
    Inter,
    Arial,
    sans-serif;

  font-size: 15px;

  font-weight: 900;

  letter-spacing: 0.1px;

  cursor: pointer;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


/* primary */

.cta-primary {
  border: 1px solid var(--gold);

  color: #fff;

  background:
    linear-gradient(
      135deg,
      #dca814,
      #c88e06
    );

  box-shadow:
    0 12px 25px rgba(205, 151, 15, 0.16);

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 22px;
}

.cta-primary b {
  font-size: 24px;

  line-height: 1;

  font-weight: 500;
}

.cta-primary:hover {
  transform: translateY(-2px);

  box-shadow:
    0 16px 30px rgba(205, 151, 15, 0.23);
}


/* audit */

.cta-audit {
  background: #fff;

  color: var(--gold);

  border: 1.5px solid var(--gold);

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 12px;
}

.cta-audit:hover {
  background: var(--blue);

  border-color: var(--blue);

  color: #fff;

  box-shadow:
    0 12px 28px rgba(23, 105, 255, 0.22);

  transform: translateY(-2px);
}


/* stays blue after clicking/opening */

.cta-audit.is-open {
  background: var(--blue);

  border-color: var(--blue);

  color: #fff;

  box-shadow:
    0 12px 28px rgba(23, 105, 255, 0.25);
}


.calendar-icon {
  width: 20px;
  height: 20px;

  flex: 0 0 20px;
}

.calendar-icon svg {
  width: 100%;
  height: 100%;

  display: block;
}


/* =========================================================
   TRUST ROW
========================================================= */

.trust-row {
  width: calc(100% - 48px);

  margin:
    27px 0 0
    48px;

  min-height: 64px;

  display: grid;

  grid-template-columns:
    auto
    minmax(130px, 1fr)
    1px
    minmax(120px, auto);

  align-items: center;

  column-gap: 14px;
}


/* client circles */

.client-stack {
  display: flex;

  align-items: center;

  padding-left: 2px;
}

.client-circle {
  width: 34px;
  height: 34px;

  margin-left: -7px;

  border: 2px solid #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 11px;

  font-weight: 900;

  color: #fff;

  box-shadow:
    0 2px 8px rgba(0,0,0,.12);
}

.client-circle:first-child {
  margin-left: 0;
}

.c1 { background: #151515; }
.c2 { background: #ad8c67; }
.c3 { background: #4b7c85; }
.c4 { background: #222; }
.c5 { background: #9b7140; }

.client-count {
  background: var(--gold);

  color: #fff;
}


/* trust copy */

.trust-copy {
  display: flex;

  flex-direction: column;

  gap: 3px;

  min-width: 0;
}

.trust-copy strong {
  font-size: 12px;

  line-height: 1.2;

  font-weight: 900;

  color: #171717;
}

.trust-copy span {
  font-size: 11px;

  line-height: 1.25;

  color: #555;

  font-weight: 600;
}


/* divider */

.trust-divider {
  width: 1px;

  height: 45px;

  background: var(--gold);
}


/* signature */

.signature-area {
  display: flex;

  flex-direction: column;

  justify-content: center;
}

.signature {
  font-family:
    "Brush Script MT",
    "Segoe Script",
    cursive;

  color: var(--gold);

  font-size: 31px;

  line-height: .9;
}

.signature-area > span {
  margin-top: 7px;

  font-size: 9px;

  line-height: 1.25;

  color: #555;

  font-weight: 600;
}


/* =========================================================
   DASHBOARD
========================================================= */

.dashboard {
  min-width: 0;

  min-height: 600px;

  display: grid;

  grid-template-columns: 70px minmax(0, 1fr);

  overflow: hidden;

  border: 1px solid #e7e7e7;

  border-radius: 25px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #fbfbfa
    );

  box-shadow:
    0 18px 45px rgba(0,0,0,.06);
}


/* =========================================================
   SIDEBAR
========================================================= */

.dashboard-sidebar {
  min-width: 0;

  padding: 19px 10px;

  border-right: 1px solid #ededed;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.dashboard-logo {
  width: 43px;
  height: 43px;

  display: flex;

  align-items: center;
  justify-content: center;

  font-family:
    Poppins,
    sans-serif;

  font-size: 23px;

  font-weight: 900;
}

.dashboard-logo b {
  color: #101010;
}

.dashboard-logo span {
  color: var(--gold);
}


.dashboard-nav {
  width: 100%;

  margin-top: 17px;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 10px;
}


.dash-nav-item,
.dash-logout {
  position: relative;

  width: 45px;
  height: 45px;

  flex: 0 0 45px;

  padding: 0;

  border: 0;

  border-radius: 13px;

  background: transparent;

  color: #161616;

  display: flex;

  align-items: center;
  justify-content: center;

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}


.dash-nav-item svg,
.dash-logout svg {
  width: 23px;
  height: 23px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.9;

  stroke-linecap: round;

  stroke-linejoin: round;
}


.dash-nav-item:hover {
  background: #fff8e8;

  color: var(--gold);

  transform: translateY(-1px);
}


.dash-nav-item.active {
  background: #fff3d2;

  color: var(--gold);
}


/* very clear selected dashboard icon */

.dash-nav-item.active svg {
  width: 25px;
  height: 25px;

  stroke-width: 2.4;
}


.dash-logout {
  margin-top: auto;

  border: 1px solid #eeeeee;

  background: #fff;
}

.dash-logout:hover {
  color: var(--gold);

  border-color: #ead8a8;
}


/* =========================================================
   DASHBOARD MAIN
========================================================= */

.dashboard-main {
  min-width: 0;

  padding: 22px;

  overflow: hidden;
}


.dashboard-top {
  min-height: 40px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 18px;
}

.dashboard-top h2 {
  margin: 0;

  font-family:
    Poppins,
    Inter,
    sans-serif;

  font-size: 23px;

  line-height: 1.1;

  font-weight: 900;

  color: #111;
}


.date-filter {
  height: 38px;

  padding: 0 12px;

  display: flex;

  align-items: center;

  gap: 9px;

  border: 1px solid #e6e6e6;

  border-radius: 10px;

  background: #fff;

  color: #202020;

  font-size: 11px;

  font-weight: 700;

  cursor: pointer;
}

.date-filter svg {
  width: 13px;
  height: 13px;

  fill: none;

  stroke: #222;

  stroke-width: 2;
}

.date-calendar {
  color: var(--gold);

  font-size: 14px;
}


/* =========================================================
   KPI GRID
========================================================= */

.kpi-grid {
  margin-top: 13px;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 10px;
}


.kpi-card {
  min-width: 0;

  min-height: 89px;

  padding: 13px;

  border: 1px solid #e9e9e9;

  border-radius: 14px;

  background: #fff;

  box-shadow: var(--shadow-card);
}


.kpi-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 7px;
}

.kpi-top > span {
  min-width: 0;

  font-size: 9px;

  font-weight: 700;

  color: #555;

  white-space: nowrap;
}


.kpi-icon {
  width: 28px;
  height: 28px;

  flex: 0 0 28px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 9px;

  background: #fff7e5;

  color: var(--gold);

  font-size: 15px;

  font-weight: 900;
}


.kpi-card > strong {
  display: block;

  margin-top: 4px;

  font-family:
    Poppins,
    Inter,
    sans-serif;

  font-size: 20px;

  line-height: 1.15;

  font-weight: 900;

  color: #111;

  white-space: nowrap;
}


.kpi-card small {
  display: block;

  margin-top: 5px;

  font-size: 8px;

  line-height: 1.2;

  font-weight: 800;
}

.kpi-card small em {
  color: #666;

  font-style: normal;

  font-weight: 600;
}

.positive {
  color: var(--green);
}


/* =========================================================
   CHART ROW
========================================================= */

.chart-row {
  margin-top: 10px;

  display: grid;

  grid-template-columns:
    minmax(0, 1.7fr)
    minmax(190px, .7fr);

  gap: 10px;
}


.performance-card,
.channel-card,
.campaign-card,
.results-card {
  min-width: 0;

  border: 1px solid #e7e7e7;

  border-radius: 15px;

  background: #fff;

  box-shadow: var(--shadow-card);
}


.performance-card {
  padding: 14px 15px 9px;
}

.channel-card {
  padding: 14px;
}


.card-heading {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 15px;
}


.card-heading h3,
.channel-card h3,
.campaign-card h3,
.results-card h3 {
  margin: 0;

  font-family:
    Poppins,
    Inter,
    sans-serif;

  font-size: 11px;

  line-height: 1.2;

  font-weight: 900;

  color: #151515;
}


.chart-legend {
  display: flex;

  align-items: center;

  gap: 14px;
}

.chart-legend span {
  display: flex;

  align-items: center;

  gap: 5px;

  font-size: 8px;

  font-weight: 700;

  color: #444;
}

.gold-dot,
.black-dot {
  width: 8px;
  height: 3px;

  border-radius: 4px;
}

.gold-dot {
  background: var(--gold);
}

.black-dot {
  background: #111;
}


.line-chart {
  width: 100%;

  height: 205px;

  display: block;

  margin-top: 3px;
}

.grid-lines line {
  stroke: #ededed;

  stroke-width: 1;
}

.axis-labels text,
.x-labels text {
  fill: #777;

  font-size: 8px;

  font-family: Arial, sans-serif;
}

.conversion-line,
.cost-line {
  fill: none;

  stroke-linecap: round;

  stroke-linejoin: round;
}

.conversion-line {
  stroke: var(--gold);

  stroke-width: 2.5;
}

.cost-line {
  stroke: #171717;

  stroke-width: 2.2;
}


/* =========================================================
   DONUT
========================================================= */

.donut-wrap {
  display: flex;

  justify-content: center;

  align-items: center;

  padding: 13px 0 5px;
}

.donut {
  position: relative;

  width: 116px;
  height: 116px;

  border-radius: 50%;

  background:
    conic-gradient(
      var(--gold) 0deg 223.2deg,
      #151515 223.2deg 324deg,
      #cfcfcf 324deg 360deg
    );

  display: flex;

  align-items: center;
  justify-content: center;
}

.donut::after {
  content: "";

  position: absolute;

  width: 76px;
  height: 76px;

  border-radius: 50%;

  background: #fff;
}

.donut-center {
  position: relative;

  z-index: 2;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 3px;
}

.donut-center span {
  font-size: 8px;

  color: #777;

  font-weight: 600;
}

.donut-center strong {
  font-family:
    Poppins,
    sans-serif;

  font-size: 18px;

  line-height: 1;

  color: #111;

  font-weight: 900;
}


.channel-list {
  display: flex;

  flex-direction: column;

  gap: 8px;

  margin-top: 2px;
}

.channel-list div {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  font-size: 8px;
}

.channel-list span {
  display: flex;

  align-items: center;

  gap: 6px;

  color: #444;

  font-weight: 700;
}

.channel-list b {
  color: #222;

  font-weight: 900;
}

.channel-list i {
  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  border-radius: 50%;
}

.channel-gold {
  background: var(--gold);
}

.channel-black {
  background: #171717;
}

.channel-gray {
  background: #c5c5c5;
}


/* =========================================================
   LOWER DASHBOARD
========================================================= */

.lower-dashboard {
  margin-top: 10px;

  display: grid;

  grid-template-columns:
    minmax(0, 1.75fr)
    minmax(180px, .7fr);

  gap: 10px;
}


.campaign-card {
  overflow: hidden;
}

.campaign-card h3 {
  padding: 14px 15px;

  font-size: 12px;
}


.table-scroll {
  width: 100%;

  overflow-x: auto;
}


.campaign-card table {
  width: 100%;

  border-collapse: collapse;

  table-layout: fixed;

  font-size: 8px;
}


.campaign-card th,
.campaign-card td {
  padding: 9px 7px;

  text-align: left;

  border-top: 1px solid #e7e7e7;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}


.campaign-card th {
  color: var(--gold);

  font-weight: 900;

  background: #fffdf7;
}

.campaign-card td {
  color: #303030;

  font-weight: 600;
}

.campaign-card th:first-child,
.campaign-card td:first-child {
  width: 29%;
}


.status {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 38px;

  padding: 4px 6px;

  border-radius: 5px;

  background: #eaf8f0;

  color: #178650;

  font-size: 7px;

  font-weight: 900;
}


/* =========================================================
   RESULTS
========================================================= */

.results-card {
  min-height: 180px;

  padding: 14px;

  display: flex;

  flex-direction: column;
}

.results-card p {
  margin: 15px 0 0;

  font-size: 9px;

  line-height: 1.55;

  color: #222;
}

.results-card p strong {
  font-weight: 900;
}

.mini-result-chart {
  width: 100%;

  height: 82px;

  margin-top: auto;

  color: var(--gold);

  overflow: visible;
}


/* =========================================================
   MODAL
========================================================= */

body.modal-open {
  overflow: hidden;
}


.audit-modal {
  position: fixed;

  inset: 0;

  z-index: 999999;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 25px;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition:
    opacity .25s ease,
    visibility .25s ease;
}


.audit-modal.show {
  opacity: 1;

  visibility: visible;

  pointer-events: auto;
}


.audit-overlay {
  position: absolute;

  inset: 0;

  background:
    rgba(7, 7, 7, .72);

  backdrop-filter: blur(7px);
}


.audit-dialog {
  position: relative;

  z-index: 2;

  width: min(700px, 100%);

  max-height: calc(100vh - 40px);

  overflow-y: auto;

  padding: 34px;

  border: 1px solid #e7e7e7;

  border-radius: 24px;

  background: #fff;

  box-shadow:
    0 35px 90px rgba(0,0,0,.25);

  transform:
    translateY(18px)
    scale(.98);

  transition:
    transform .28s ease;
}

.audit-modal.show .audit-dialog {
  transform:
    translateY(0)
    scale(1);
}


.audit-close {
  position: absolute;

  top: 18px;
  right: 18px;

  width: 38px;
  height: 38px;

  border: 1px solid #e8e8e8;

  border-radius: 50%;

  background: #fff;

  color: #222;

  font-size: 25px;

  line-height: 1;

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease;
}

.audit-close:hover {
  background: #111;

  color: #fff;
}


.audit-modal-header {
  padding-right: 40px;
}

.modal-label {
  display: inline-block;

  padding: 6px 10px;

  border-radius: 20px;

  background: var(--gold-soft);

  color: var(--gold-dark);

  font-size: 10px;

  font-weight: 900;

  letter-spacing: .8px;
}

.audit-modal-header h2 {
  margin: 14px 0 8px;

  font-family:
    Poppins,
    Inter,
    sans-serif;

  font-size: clamp(27px, 3vw, 38px);

  line-height: 1.1;

  letter-spacing: -.8px;

  font-weight: 900;

  color: #101010;
}

.audit-modal-header p {
  margin: 0;

  max-width: 530px;

  color: #666;

  font-size: 14px;

  line-height: 1.5;

  font-weight: 500;
}


/* =========================================================
   FORM
========================================================= */

.audit-form {
  margin-top: 25px;
}


.form-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 16px;
}


.form-field {
  min-width: 0;

  display: flex;

  flex-direction: column;

  gap: 7px;
}

.full-field {
  grid-column: 1 / -1;
}


.form-field label {
  font-size: 11px;

  color: #202020;

  font-weight: 900;
}


.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;

  border: 1px solid #dedede;

  border-radius: 10px;

  background: #fff;

  color: #111;

  outline: none;

  font-family: Inter, Arial, sans-serif;

  font-size: 13px;

  font-weight: 500;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}


.form-field input,
.form-field select {
  height: 47px;

  padding: 0 13px;
}


.form-field textarea {
  min-height: 100px;

  resize: vertical;

  padding: 13px;

  line-height: 1.45;
}


.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #999;
}


.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold);

  box-shadow:
    0 0 0 3px rgba(214,160,23,.11);
}


.submit-audit {
  width: 100%;

  height: 52px;

  margin-top: 19px;

  border: 0;

  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      #dca814,
      #c88e06
    );

  color: #fff;

  font-family:
    Poppins,
    Inter,
    sans-serif;

  font-size: 13px;

  font-weight: 900;

  letter-spacing: .2px;

  cursor: pointer;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.submit-audit span {
  font-size: 20px;

  font-weight: 500;
}

.submit-audit:hover {
  transform: translateY(-1px);

  box-shadow:
    0 10px 25px rgba(210,150,10,.23);
}


.form-note {
  display: block;

  margin-top: 10px;

  text-align: center;

  color: #8a8a8a;

  font-size: 9px;

  line-height: 1.4;
}


.form-success {
  display: none;

  margin-top: 14px;

  padding: 11px 14px;

  border-radius: 9px;

  background: #ecfaf2;

  color: #167b4b;

  font-size: 11px;

  line-height: 1.4;

  font-weight: 800;

  text-align: center;
}

.form-success.show {
  display: block;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1350px) {

  .sudhir-hero {
    grid-template-columns:
      minmax(390px, .72fr)
      minmax(680px, 1.4fr);

    gap: 30px;

    padding-left: 35px;
    padding-right: 35px;
  }

  .headline-wrap h1 {
    font-size: clamp(46px, 4vw, 66px);
  }

  .hero-description {
    font-size: 17px;
  }

  .platforms {
    column-gap: 7px;
  }

  .platform-item {
    gap: 5px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .platform-icon {
    flex-basis: 23px;

    width: 23px;
    height: 23px;
  }

  .platform-item > span {
    font-size: 10px;
  }
}


@media (max-width: 1100px) {

  .sudhir-hero {
    grid-template-columns: 1fr;

    max-width: 900px;
  }

  .hero-left {
    max-width: 760px;

    margin: 0 auto;

    width: 100%;
  }

  .dashboard {
    width: 100%;
  }

  .platform-item > span {
    font-size: 12px;
  }

  .platform-icon {
    flex-basis: 27px;

    width: 27px;
    height: 27px;
  }
}


@media (max-width: 760px) {

  .sudhir-hero {
    padding:
      32px 18px
      30px;

    gap: 30px;
  }

  .intro-script {
    margin-left: 32px;

    font-size: 28px;
  }

  .headline-wrap {
    padding-left: 32px;
  }

  .headline-wrap h1 {
    font-size: clamp(40px, 11vw, 58px);

    letter-spacing: -1.8px;

    line-height: 1.01;
  }

  .hero-sparkle {
    left: -2px;

    width: 34px;
    height: 34px;
  }

  .hero-description {
    margin-left: 32px;

    font-size: 16px;
  }


  /*
    Mobile platform row becomes two columns.
    This is the key anti-overlap behavior.
  */

  .platforms {
    width: calc(100% - 32px);

    margin-left: 32px;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    row-gap: 8px;

    column-gap: 10px;
  }

  .platform-item {
    min-width: 0;

    width: 100%;

    justify-content: flex-start;
  }


  .cta-group {
    width: calc(100% - 32px);

    margin-left: 32px;

    grid-template-columns: 1fr;

    gap: 11px;
  }

  .cta-primary,
  .cta-audit {
    height: 58px;
  }


  .trust-row {
    width: calc(100% - 32px);

    margin-left: 32px;

    grid-template-columns:
      auto
      1fr;

    row-gap: 14px;
  }

  .trust-divider {
    display: none;
  }

  .signature-area {
    grid-column: 2;
  }


  .dashboard {
    grid-template-columns: 60px minmax(0, 1fr);

    border-radius: 19px;
  }

  .dashboard-main {
    padding: 14px;
  }

  .kpi-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .chart-row,
  .lower-dashboard {
    grid-template-columns: 1fr;
  }

  .performance-card {
    overflow: hidden;
  }

  .line-chart {
    height: 190px;
  }
}


@media (max-width: 520px) {

  .sudhir-hero {
    padding-left: 13px;
    padding-right: 13px;
  }

  .platforms,
  .cta-group,
  .trust-row {
    width: 100%;

    margin-left: 0;
  }

  .headline-wrap {
    padding-left: 26px;
  }

  .hero-description {
    margin-left: 26px;
  }

  .hero-sparkle {
    width: 29px;
    height: 29px;
  }

  .platforms {
    grid-template-columns: 1fr 1fr;

    column-gap: 8px;
  }

  .platform-item {
    height: 47px;
  }

  .platform-item > span {
    font-size: 10px;
  }

  .platform-icon {
    flex-basis: 23px;

    width: 23px;
    height: 23px;
  }

  .dashboard {
    grid-template-columns: 55px minmax(0, 1fr);
  }

  .dashboard-sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .dash-nav-item,
  .dash-logout {
    width: 40px;
    height: 40px;

    flex-basis: 40px;
  }

  .dashboard-main {
    padding: 10px;
  }

  .dashboard-top h2 {
    font-size: 18px;
  }

  .date-filter {
    padding: 0 8px;

    font-size: 9px;
  }

  .kpi-grid {
    gap: 7px;
  }

  .kpi-card {
    padding: 9px;
  }

  .kpi-card > strong {
    font-size: 15px;
  }

  .kpi-top > span {
    font-size: 8px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .full-field {
    grid-column: auto;
  }

  .audit-dialog {
    padding: 25px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8a5faa *//* =========================================================
   SUDHIR ADS PRO — FOUNDER / PERFORMANCE SECTION
   ========================================================= */

.sa-founder-section {
    --gold: #D4AF37;
    --gold-dark: #B88A00;
    --black: #090909;
    --text: #242424;
    --muted: #555555;
    --line: #e9e9e9;
    --white: #ffffff;

    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
}


/* =========================================================
   BACKGROUND IMAGE
   ========================================================= */

.sa-founder-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url("https://sudhiradspro.com/wp-content/uploads/2026/08/sudhir-1-1.jpeg");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    pointer-events: none;
    user-select: none;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.sa-founder-container {
    position: relative;
    z-index: 3;

    width: min(1440px, 100%);
    min-height: 760px;

    margin: 0 auto;
    padding: 54px 42px 30px;

    display: grid;
    grid-template-columns:
        minmax(330px, 1fr)
        minmax(360px, 0.95fr)
        minmax(430px, 1.15fr);

    align-items: center;
    gap: 24px;

    box-sizing: border-box;
}


/* =========================================================
   LEFT SIDE
   ========================================================= */

.sa-founder-left {
    position: relative;
    z-index: 5;
    align-self: center;
    max-width: 540px;
}


.sa-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 25px;

    color: var(--gold);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.2px;
    line-height: 1.2;
}


.sa-eyebrow-line {
    width: 34px;
    height: 2px;
    flex: 0 0 34px;
    background: var(--gold);
}


.sa-founder-title {
    margin: 0;

    color: var(--black);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: clamp(48px, 4.15vw, 72px);
    line-height: 0.99;
    letter-spacing: -2.8px;
    font-weight: 900;

    max-width: 560px;
}


.sa-founder-title span {
    color: var(--gold);
}


.sa-founder-name {
    margin: 48px 0 5px;

    color: var(--black);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 29px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.7px;
}


.sa-founder-role {
    color: var(--gold);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1.25px;
}


.sa-founder-description {
    max-width: 500px;

    margin: 27px 0 0;

    color: var(--text);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}


/* =========================================================
   STATS
   ========================================================= */

.sa-stats {
    width: 100%;
    max-width: 520px;

    margin-top: 30px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}


.sa-stat {
    min-width: 0;

    padding: 14px 8px 13px;

    text-align: center;

    border-right: 1px solid var(--line);
}


.sa-stat:last-child {
    border-right: 0;
}


.sa-stat-icon {
    width: 30px;
    height: 30px;

    margin: 0 auto 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--gold);
}


.sa-stat-icon svg {
    width: 28px;
    height: 28px;

    fill: none;
    stroke: currentColor;
    stroke-width: 3;
}


.sa-stat strong {
    display: block;

    color: var(--gold);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 23px;
    line-height: 1.1;
    font-weight: 900;
}


.sa-stat p {
    margin: 7px 0 0;

    color: var(--text);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
}


/* Bar chart */
.sa-bars {
    height: 25px;

    display: flex;
    align-items: flex-end;
    gap: 3px;
}


.sa-bars i {
    display: block;
    width: 5px;
    border-radius: 2px 2px 0 0;
    background: var(--gold);
}


.sa-bars i:nth-child(1) {
    height: 9px;
}

.sa-bars i:nth-child(2) {
    height: 14px;
}

.sa-bars i:nth-child(3) {
    height: 19px;
}

.sa-bars i:nth-child(4) {
    height: 25px;
}


/* =========================================================
   CENTER
   ========================================================= */

.sa-founder-center {
    position: relative;
    z-index: 2;

    min-height: 600px;

    pointer-events: none;
}


/* =========================================================
   RIGHT SIDE
   ========================================================= */

.sa-founder-right {
    position: relative;
    z-index: 5;

    align-self: center;

    max-width: 560px;
    margin-left: auto;
}


.sa-right-eyebrow {
    margin-bottom: 11px;

    color: var(--black);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: 1.5px;
}


.sa-growth-title {
    margin: 0 0 22px;

    color: var(--black);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: clamp(40px, 3.15vw, 57px);
    line-height: 1;
    letter-spacing: -2.2px;
    font-weight: 900;
}


.sa-growth-title span {
    color: var(--gold);
}


/* =========================================================
   SERVICE CARDS
   ========================================================= */

.sa-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}


.sa-service-card {
    min-height: 166px;

    padding: 14px 15px 16px;

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid #e5e5e5;
    border-radius: 16px;

    box-sizing: border-box;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.035);

    transition: none !important;
}


.sa-service-card:hover {
    transform: none !important;
    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.035);
}


.sa-service-icon {
    width: 43px;
    height: 43px;

    margin-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: var(--gold);
    background: #fffdf6;
}


.sa-service-icon svg {
    width: 28px;
    height: 28px;

    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.sa-service-card h3 {
    margin: 0 0 8px;

    color: var(--black);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 17px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: -0.25px;
}


.sa-service-card p {
    margin: 0;

    color: #444444;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;
    line-height: 1.55;
    font-weight: 500;
}


/* =========================================================
   ANALYTICS ICON
   ========================================================= */

.sa-analytics-icon {
    align-items: flex-end;
    gap: 3px;
    padding-bottom: 9px;
    box-sizing: border-box;
}


.sa-analytics-icon span {
    display: block;

    width: 5px;

    border-radius: 3px 3px 1px 1px;

    background: var(--gold);
}


.sa-analytics-icon span:nth-child(1) {
    height: 10px;
}

.sa-analytics-icon span:nth-child(2) {
    height: 16px;
}

.sa-analytics-icon span:nth-child(3) {
    height: 22px;
}

.sa-analytics-icon span:nth-child(4) {
    height: 27px;
}


/* =========================================================
   TOOL SECTION
   ========================================================= */

.sa-tools-section {
    position: relative;
    z-index: 6;

    width: calc(100% - 72px);
    max-width: 1368px;

    margin: 0 auto 18px;

    padding: 16px 20px 17px;

    background: rgba(255, 255, 255, 0.98);

    border: 1px solid #e8e8e8;
    border-radius: 16px;

    box-sizing: border-box;
}


.sa-tools-heading {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;

    margin-bottom: 13px;
}


.sa-tools-heading span {
    width: 48px;
    height: 1px;

    background: var(--gold);
}


.sa-tools-heading h3 {
    margin: 0;

    color: var(--black);

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: 1.2px;
}


.sa-tools-heading h3 strong {
    color: var(--gold);
}


/* =========================================================
   TOOL LIST
   ========================================================= */

.sa-tools-list {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));

    align-items: center;
}


.sa-tool {
    min-height: 42px;

    padding: 0 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    border-right: 1px solid #eeeeee;

    box-sizing: border-box;
}


.sa-tool:last-child {
    border-right: 0;
}


.sa-tool > span {
    color: #222222;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 650;

    white-space: nowrap;
}


.sa-tool-logo {
    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}


/* =========================================================
   GOOGLE ADS MARK
   ========================================================= */

.google-ads-logo {
    position: relative;
}


.google-ads-logo .g-blue {
    position: absolute;

    width: 8px;
    height: 25px;

    background: #4285f4;

    transform: rotate(31deg);

    border-radius: 5px;
}


.google-ads-logo .g-yellow {
    position: absolute;

    width: 8px;
    height: 16px;

    background: #fbbc04;

    transform:
        translate(-7px, 5px)
        rotate(31deg);

    border-radius: 5px;
}


.google-ads-logo .g-green {
    position: absolute;

    width: 8px;
    height: 15px;

    background: #34a853;

    transform:
        translate(7px, 6px)
        rotate(-31deg);

    border-radius: 5px;
}


/* =========================================================
   META
   ========================================================= */

.meta-logo {
    color: #1877f2;

    font-size: 30px;
    line-height: 1;

    font-weight: 600;
}


/* =========================================================
   GOOGLE ANALYTICS
   ========================================================= */

.ga-logo {
    align-items: flex-end;
    gap: 3px;
}


.ga-logo i {
    width: 5px;

    display: block;

    border-radius: 3px 3px 1px 1px;

    background: #f9ab00;
}


.ga-logo i:nth-child(1) {
    height: 11px;
}

.ga-logo i:nth-child(2) {
    height: 17px;
}

.ga-logo i:nth-child(3) {
    height: 25px;
}


/* =========================================================
   OTHER TOOL MARKS
   ========================================================= */

.gtm-logo {
    color: #4285f4;
    font-size: 22px;
}


.looker-logo {
    color: #4285f4;
    font-size: 29px;
    font-weight: 400;
}


.keyword-logo {
    color: #3f67d8;
    font-size: 29px;
    font-weight: 400;
}


.hotjar-logo {
    color: #ff4b16;
    font-size: 23px;
}


.canva-logo {
    width: 28px;
    height: 28px;

    border-radius: 50%;

    color: #ffffff;
    background: #2979ff;

    font-size: 17px;
}


.notion-logo {
    width: 25px;
    height: 25px;

    border: 2px solid #111111;

    color: #111111;

    font-family: Georgia, serif;
    font-size: 16px;

    box-sizing: border-box;
}


/* =========================================================
   REMOVE UNWANTED ELEMENTOR SPACING
   ========================================================= */

.sa-founder-section *,
.sa-founder-section *::before,
.sa-founder-section *::after {
    box-sizing: border-box;
}


.sa-founder-section h1,
.sa-founder-section h2,
.sa-founder-section h3,
.sa-founder-section p {
    text-wrap: balance;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1180px) {

    .sa-founder-container {
        grid-template-columns:
            minmax(300px, 0.95fr)
            minmax(300px, 0.8fr)
            minmax(390px, 1.05fr);

        padding-left: 30px;
        padding-right: 30px;

        gap: 10px;
    }

    .sa-founder-title {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .sa-growth-title {
        font-size: 40px;
    }

    .sa-service-card {
        min-height: 154px;
        padding: 12px;
    }

    .sa-service-card h3 {
        font-size: 16px;
    }

    .sa-service-card p {
        font-size: 12px;
    }

    .sa-tool {
        padding: 0 7px;
    }

    .sa-tool > span {
        font-size: 9px;
    }
}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 900px) {

    .sa-founder-section {
        overflow: hidden;
    }

    .sa-founder-container {
        grid-template-columns: 1fr 1fr;

        min-height: auto;

        padding: 42px 24px 30px;
    }

    .sa-founder-left {
        max-width: 100%;
    }

    .sa-founder-center {
        position: absolute;

        top: 180px;
        left: 50%;

        width: 48%;
        height: 420px;

        min-height: 0;

        transform: translateX(-50%);

        opacity: 0.16;
    }

    .sa-founder-right {
        max-width: 100%;
    }

    .sa-tools-section {
        width: calc(100% - 48px);
    }

    .sa-tools-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 12px;
    }

    .sa-tool {
        border-right: 1px solid #eeeeee;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .sa-founder-container {
        display: block;

        padding:
            34px
            18px
            20px;
    }

    .sa-founder-bg {
        background-size: 125%;
        background-position: center 35%;
        opacity: 0.12;
    }

    .sa-founder-left {
        max-width: 100%;
    }

    .sa-eyebrow {
        margin-bottom: 18px;
        font-size: 11px;
        letter-spacing: 1.6px;
    }

    .sa-eyebrow-line {
        width: 25px;
        flex-basis: 25px;
    }

    .sa-founder-title {
        font-size: clamp(39px, 11vw, 52px);
        line-height: 1;
        letter-spacing: -2px;
    }

    .sa-founder-name {
        margin-top: 30px;
        font-size: 25px;
    }

    .sa-founder-role {
        font-size: 10px;
        letter-spacing: 0.9px;
    }

    .sa-founder-description {
        margin-top: 19px;
        font-size: 14px;
        line-height: 1.65;
    }

    .sa-stats {
        margin-top: 22px;
    }

    .sa-stat {
        padding: 11px 3px;
    }

    .sa-stat strong {
        font-size: 18px;
    }

    .sa-stat p {
        font-size: 10px;
    }

    .sa-founder-center {
        display: none;
    }

    .sa-founder-right {
        margin-top: 42px;
    }

    .sa-right-eyebrow {
        font-size: 11px;
    }

    .sa-growth-title {
        font-size: 38px;
        letter-spacing: -1.5px;
        margin-bottom: 19px;
    }

    .sa-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .sa-service-card {
        min-height: 150px;
        padding: 12px;
        border-radius: 13px;
    }

    .sa-service-icon {
        width: 37px;
        height: 37px;
    }

    .sa-service-card h3 {
        font-size: 14px;
    }

    .sa-service-card p {
        font-size: 11px;
        line-height: 1.45;
    }

    .sa-tools-section {
        width: calc(100% - 36px);
        margin-bottom: 12px;
        padding: 14px 10px;
    }

    .sa-tools-heading {
        gap: 10px;
    }

    .sa-tools-heading span {
        width: 24px;
    }

    .sa-tools-heading h3 {
        font-size: 10px;
        letter-spacing: 0.7px;
    }

    .sa-tools-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px 0;
    }

    .sa-tool {
        min-height: 38px;
        padding: 0 4px;
    }

    .sa-tool:nth-child(2n) {
        border-right: 0;
    }

    .sa-tool > span {
        font-size: 9px;
    }

    .sa-tool-logo {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .sa-founder-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .sa-founder-title {
        font-size: 36px;
    }

    .sa-founder-name {
        font-size: 23px;
    }

    .sa-founder-role {
        font-size: 9px;
    }

    .sa-services-grid {
        grid-template-columns: 1fr;
    }

    .sa-service-card {
        min-height: auto;
    }

    .sa-tools-section {
        width: calc(100% - 28px);
    }
}


/* =========================================================
   ACCESSIBILITY / NO ANIMATION
   ========================================================= */

.sa-founder-section,
.sa-founder-section *,
.sa-founder-section *::before,
.sa-founder-section *::after {
    animation: none !important;
    transition: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdc9c16 *//* ================================================================
SUDHIRADSPRO — OUR STORY
PREMIUM WHITE / BLACK / GOLD
ZERO ANIMATION
MINIMUM PRACTICAL HEIGHT
================================================================ */

/* ================================================================
VARIABLES
================================================================ */

:root {

--sdp-white: #ffffff;

--sdp-black: #111111;
--sdp-black-soft: #1c1c1c;

--sdp-gold: #d4af37;
--sdp-gold-dark: #a98518;
--sdp-gold-light: #e3c45a;

--sdp-text: #444444;
--sdp-border: #e7e7e7;

--sdp-border-gold: rgba(212, 175, 55, 0.55);

--sdp-max-width: 1500px;
}

/* ================================================================
RESET
================================================================ */

.sdp-story-section,
.sdp-story-section *,
.sdp-story-section *::before,
.sdp-story-section *::after {
box-sizing: border-box;
}

/* ================================================================
MAIN SECTION
================================================================ */

.sdp-story-section {

position: relative;

width: 100%;

overflow: hidden;

background: #ffffff;

color: var(--sdp-black);

font-family:
"Manrope",
"Inter",
"DM Sans",
Arial,
sans-serif;
}

/* ================================================================
CONTAINER
================================================================ */

.sdp-story-container {

position: relative;

width:
min(
var(--sdp-max-width),
calc(100% - 70px)
);

margin: 0 auto;

padding:
58px
0
45px;
}

/* ================================================================
HEADER
================================================================ */

.sdp-story-header {

position: relative;

text-align: center;

margin-bottom: 55px;
}

/* ================================================================
MAIN HEADLINE
================================================================ */

.sdp-story-title {

margin: 0;

color: var(--sdp-black);

font-size:
clamp(
52px,
5.4vw,
86px
);

line-height: .94;

font-weight: 950;

letter-spacing: -.065em;

text-transform: uppercase;

/* Extra visual weight */
-webkit-text-stroke: .35px currentColor;
}

/* GOLD WORD */

.sdp-story-title span {

color: var(--sdp-gold);

font-weight: 950;

-webkit-text-stroke: .35px currentColor;
}

/* ================================================================
THICK PREMIUM HEADLINE LINE
================================================================ */

.sdp-title-line {

position: relative;

width: 155px;

height: 5px;

margin:
22px
auto
0;

background: var(--sdp-gold);

border-radius: 0;
}

/* Premium center detail */

.sdp-title-line::after {

content: "";

position: absolute;

top: 50%;

left: 50%;

width: 12px;

height: 12px;

background: var(--sdp-gold);

border:
3px solid
var(--sdp-white);

transform: translate(-50%, -50%);
}

/* ================================================================
TIMELINE
================================================================ */

.sdp-timeline {

position: relative;

display: grid;

grid-template-columns:
repeat(5, minmax(0, 1fr));

gap: 26px;

align-items: start;

width: 100%;
}

/* ================================================================
STATIC TIMELINE LINE
================================================================ */

.sdp-timeline-rail {

position: absolute;

top: 151px;

left: 5%;

right: 5%;

height: 3px;

z-index: 0;

pointer-events: none;
}

.sdp-rail-line {

display: block;

width: 100%;

height: 3px;

background: var(--sdp-gold);
}

/* ================================================================
MILESTONE
================================================================ */

.sdp-milestone {

position: relative;

min-width: 0;

z-index: 2;

text-align: center;

background: transparent;
}

/* ================================================================
YEAR
================================================================ */

.sdp-card-top {

position: relative;

height: 38px;

display: flex;

align-items: center;

justify-content: center;

padding: 0 15px;

margin-bottom: 24px;

border-left:
2px solid
var(--sdp-border-gold);

border-right:
2px solid
var(--sdp-border-gold);
}

.sdp-year {

color: var(--sdp-gold-dark);

font-size: 14px;

font-weight: 850;

letter-spacing: .11em;

line-height: 1.2;

text-transform: uppercase;

white-space: nowrap;
}

/* ================================================================
ICON CONTAINER
================================================================ */

.sdp-icon-orbit {

position: relative;

width: 112px;

height: 112px;

margin:
0
auto
32px;

display: grid;

place-items: center;
}

/* ================================================================
STATIC ICON RING
================================================================ */

.sdp-icon-ring {

position: absolute;

inset: 5px;

border:
2px solid
var(--sdp-border-gold);

border-radius: 50%;
}

/* ================================================================
ICON
================================================================ */

.sdp-icon {

position: relative;

width: 78px;

height: 78px;

display: grid;

place-items: center;

border-radius: 50%;

background: var(--sdp-white);

border:
2px solid
var(--sdp-gold);

box-shadow:
0 3px 10px
rgba(0, 0, 0, .06);
}

/* ================================================================
SVG
================================================================ */

.sdp-icon svg {

width: 36px;

height: 36px;

fill: none;

stroke: var(--sdp-gold-dark);

stroke-width: 2.5;

stroke-linecap: round;

stroke-linejoin: round;
}

/* ================================================================
CONTENT
================================================================ */

.sdp-milestone-content {

position: relative;

min-height: 190px;

padding:
0
12px;
}

/* ================================================================
MILESTONE HEADINGS
================================================================ */

.sdp-milestone-content h3 {

margin: 0;

color: var(--sdp-black);

font-size:
clamp(
21px,
1.45vw,
27px
);

line-height: 1.15;

font-weight: 900;

letter-spacing: -.03em;
}

/* ================================================================
SMALL GOLD DIVIDER
================================================================ */

.sdp-divider {

width: 48px;

height: 3px;

margin:
15px
auto
17px;

background: var(--sdp-gold);
}

/* ================================================================
DESCRIPTION
================================================================ */

.sdp-milestone-content p {

max-width: 315px;

margin: 0 auto;

color: var(--sdp-text);

font-family:
"Inter",
"DM Sans",
Arial,
sans-serif;

font-size:
clamp(
14px,
.9vw,
16px
);

font-weight: 550;

line-height: 1.62;

letter-spacing: 0;
}

/* ================================================================
ABSOLUTELY ZERO ANIMATION
================================================================ */

.sdp-story-section *,
.sdp-story-section *::before,
.sdp-story-section *::after {

animation: none !important;

transition: none !important;
}

/* ================================================================
TABLET
================================================================ */

@media (max-width: 1150px) {

.sdp-story-container {

```
width:
  min(
    920px,
    calc(100% - 50px)
  );

padding:
  55px
  0
  45px;
```

}

.sdp-story-header {

```
margin-bottom: 50px;
```

}

.sdp-timeline {

```
grid-template-columns:
  repeat(2, minmax(0, 1fr));

column-gap: 32px;

row-gap: 58px;
```

}

.sdp-timeline-rail {

```
display: none;
```

}

.sdp-milestone {

```
padding-bottom: 25px;

border-bottom:
  1px solid
  var(--sdp-border);
```

}

.sdp-milestone:last-child {

```
border-bottom: 0;
```

}

.sdp-icon-orbit {

```
margin-bottom: 28px;
```

}

.sdp-milestone-content {

```
min-height: 175px;
```

}

.sdp-milestone-content p {

```
max-width: 390px;

font-size: 15px;
```

}
}

/* ================================================================
MOBILE
================================================================ */

@media (max-width: 680px) {

.sdp-story-container {

```
width:
  calc(100% - 30px);

padding:
  48px
  0
  35px;
```

}

.sdp-story-header {

```
margin-bottom: 45px;
```

}

.sdp-story-title {

```
font-size: 46px;

font-weight: 950;

letter-spacing: -.055em;
```

}

.sdp-title-line {

```
width: 125px;

height: 5px;

margin-top: 18px;
```

}

.sdp-timeline {

```
display: grid;

grid-template-columns: 1fr;

gap: 0;

padding-left: 25px;
```

}

/* STATIC MOBILE LINE */

.sdp-timeline::before {

```
content: "";

position: absolute;

left: 5px;

top: 0;

bottom: 0;

width: 2px;

background: var(--sdp-gold);
```

}

.sdp-timeline-rail {

```
display: none;
```

}

.sdp-milestone {

```
position: relative;

padding:
  0
  0
  48px;

margin-bottom: 48px;

border-bottom:
  1px solid
  var(--sdp-border);
```

}

.sdp-milestone:last-child {

```
margin-bottom: 0;

padding-bottom: 0;

border-bottom: 0;
```

}

/* MOBILE TIMELINE NODE */

.sdp-milestone::before {

```
content: "";

position: absolute;

left: -25px;

top: 15px;

width: 11px;

height: 11px;

border-radius: 50%;

background: var(--sdp-gold);

border:
  2px solid
  var(--sdp-white);

box-shadow:
  0 0 0 1px
  var(--sdp-gold);
```

}

.sdp-card-top {

```
width: 100%;

max-width: 350px;

margin:
  0
  auto
  22px;
```

}

.sdp-icon-orbit {

```
width: 102px;

height: 102px;

margin:
  0
  auto
  28px;
```

}

.sdp-icon {

```
width: 72px;

height: 72px;
```

}

.sdp-icon svg {

```
width: 33px;

height: 33px;
```

}

.sdp-milestone-content {

```
min-height: auto;

padding:
  0
  5px;
```

}

.sdp-milestone-content h3 {

```
font-size: 22px;

font-weight: 900;
```

}

.sdp-milestone-content p {

```
max-width: 390px;

font-size: 14px;

line-height: 1.65;
```

}
}

/* ================================================================
VERY SMALL DEVICES
================================================================ */

@media (max-width: 380px) {

.sdp-story-container {

```
width:
  calc(100% - 22px);
```

}

.sdp-story-title {

```
font-size: 40px;
```

}

.sdp-title-line {

```
width: 110px;

height: 4px;
```

}

.sdp-story-subtitle {

```
font-size: 14px;
```

}

.sdp-icon-orbit {

```
width: 96px;

height: 96px;
```

}

.sdp-icon {

```
width: 68px;

height: 68px;
```

}

.sdp-milestone-content h3 {

```
font-size: 21px;
```

}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-428e05a *//* ============================================================
   SUDHIRADSPRO
   PREMIUM MISSION & VISION SECTION
   WHITE / BLACK / GOLD
   ZERO ANIMATION
   ZERO MOTION
   CLEAN CORPORATE DESIGN
   ============================================================ */


/* ============================================================
   GLOBAL BOX SIZING
   ============================================================ */

.sdp-mv,
.sdp-mv *,
.sdp-mv *::before,
.sdp-mv *::after {
  box-sizing: border-box;
}


/* ============================================================
   MAIN SECTION
   ============================================================ */

.sdp-mv {

  --white: #ffffff;

  --black: #111111;
  --black-soft: #1c1c1c;

  --gold: #D4AF37;
  --gold-dark: #B8860B;
  --gold-deep: #967116;

  --text: #222222;
  --muted: #454545;

  --border: #E4E4E4;

  position: relative;

  width: 100%;

  max-width: 1920px;

  margin: 0 auto;

  padding:
    24px
    2.5%
    20px;

  overflow: hidden;

  background: #FFFFFF;

  color: var(--black);

  font-family:
    Inter,
    Arial,
    Helvetica,
    sans-serif;

  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;
}


/* ============================================================
   REMOVE ANY BACKGROUND DECORATION
   ============================================================ */

.sdp-mv::before,
.sdp-mv::after {

  display: none !important;

  content: none !important;

}


/* ============================================================
   MAIN CONTAINER
   ============================================================ */

.sdp-mv__container {

  width: 100%;

  max-width: 1880px;

  margin: 0 auto;

}


/* ============================================================
   HEADER
   ============================================================ */

.sdp-mv__header {

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 24px;

  margin:
    0 0 22px;

}


/* ============================================================
   HEADER CONTENT
   ============================================================ */

.sdp-mv__heading {

  flex: 0 0 auto;

  text-align: center;

}


/* ============================================================
   SMALL GOLD LABEL
   ============================================================ */

.sdp-mv__eyebrow {

  display: block;

  margin:
    0 0 6px;

  color: var(--gold-dark);

  font-family:
    Poppins,
    Inter,
    Arial,
    sans-serif;

  font-size: 11px;

  font-weight: 900;

  line-height: 1;

  letter-spacing: .30em;

  text-transform: uppercase;

}


/* ============================================================
   MAIN HEADLINE
   ============================================================ */

.sdp-mv__header h2 {

  margin: 0;

  color: var(--gold-dark);

  font-family:
    Poppins,
    Inter,
    Arial,
    sans-serif;

  font-size:
    clamp(34px, 3.15vw, 54px);

  font-weight: 900;

  line-height: .98;

  letter-spacing: -.025em;

  text-transform: uppercase;

  white-space: nowrap;

}


/* ============================================================
   HEADER GOLD LINES
   ============================================================ */

.sdp-mv__line {

  display: block;

  width: 100%;

  max-width: 330px;

  height: 2px;

  flex: 1 1 200px;

  background: var(--gold);

  opacity: .9;

}


/* ============================================================
   TWO CARD GRID
   ============================================================ */

.sdp-mv__grid {

  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;

  align-items: stretch;

}


/* ============================================================
   CARD
   ============================================================ */

.sdp-mv-card {

  position: relative;

  min-width: 0;

  min-height: 170px;

  display: grid;

  grid-template-columns:
    145px minmax(0, 1fr);

  align-items: center;

  gap: 24px;

  padding:
    22px
    28px;

  overflow: hidden;

  background: #FFFFFF;

  border:
    1px solid
    var(--border);

  border-top:
    3px solid
    var(--gold);

  border-radius: 12px;

  box-shadow: none;

  transform: none !important;

  transition: none !important;

}


/* ============================================================
   REMOVE CARD DECORATION
   ============================================================ */

.sdp-mv-card::before,
.sdp-mv-card::after {

  display: none !important;

  content: none !important;

}


/* ============================================================
   ICON AREA
   ============================================================ */

.sdp-mv-card__visual {

  position: relative;

  width: 135px;

  height: 125px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}


/* ============================================================
   ICON
   ============================================================ */

.sdp-mv-card__icon {

  position: relative;

  width: 92px;

  height: 92px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: transparent;

  border: none;

  border-radius: 0;

  box-shadow: none;

  transform: none !important;

  transition: none !important;

}


/* ============================================================
   ICON SVG
   ============================================================ */

.sdp-mv-card__icon svg {

  width: 78px;

  height: 78px;

  display: block;

  overflow: visible;

  filter: none;

  transform: none !important;

  transition: none !important;

}


/* ============================================================
   CONTENT
   ============================================================ */

.sdp-mv-card__content {

  min-width: 0;

}


/* ============================================================
   CARD HEADING
   ============================================================ */

.sdp-mv-card h3 {

  margin:
    0 0 10px;

  color: var(--black);

  font-family:
    Poppins,
    Inter,
    Arial,
    sans-serif;

  font-size:
    clamp(25px, 1.75vw, 34px);

  font-weight: 900;

  line-height: 1.02;

  letter-spacing: -.025em;

  text-transform: uppercase;

}


/* ============================================================
   CARD DESCRIPTION
   ============================================================ */

.sdp-mv-card p {

  margin: 0;

  max-width: 760px;

  color: var(--muted);

  font-family:
    Inter,
    Arial,
    Helvetica,
    sans-serif;

  font-size:
    clamp(14px, .86vw, 17px);

  font-weight: 600;

  line-height: 1.55;

  letter-spacing: .003em;

}


/* ============================================================
   ABSOLUTELY NO HOVER EFFECT
   ============================================================ */

.sdp-mv-card:hover {

  transform: none !important;

  background: #FFFFFF;

  border-color: var(--border);

  box-shadow: none;

}


.sdp-mv-card:hover .sdp-mv-card__icon {

  transform: none !important;

  box-shadow: none;

}


.sdp-mv-card:hover .sdp-mv-card__icon svg {

  transform: none !important;

  filter: none;

}


/* ============================================================
   REMOVE ALL ANIMATION
   ============================================================ */

.sdp-mv *,
.sdp-mv *::before,
.sdp-mv *::after {

  animation: none !important;

  transition: none !important;

}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1050px) {

  .sdp-mv {

    padding:
      22px
      18px
      18px;

  }


  .sdp-mv__header {

    gap: 15px;

    margin-bottom: 18px;

  }


  .sdp-mv__header h2 {

    font-size:
      clamp(30px, 4vw, 44px);

  }


  .sdp-mv__eyebrow {

    font-size: 10px;

  }


  .sdp-mv-card {

    grid-template-columns:
      105px minmax(0, 1fr);

    gap: 16px;

    min-height: 160px;

    padding:
      18px;

  }


  .sdp-mv-card__visual {

    width: 105px;

    height: 105px;

  }


  .sdp-mv-card__icon {

    width: 80px;

    height: 80px;

  }


  .sdp-mv-card__icon svg {

    width: 68px;

    height: 68px;

  }


  .sdp-mv-card h3 {

    font-size: 24px;

  }


  .sdp-mv-card p {

    font-size: 14px;

    line-height: 1.5;

  }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 700px) {

  .sdp-mv {

    padding:
      20px
      13px
      16px;

  }


  .sdp-mv__header {

    gap: 8px;

    margin-bottom: 16px;

  }


  .sdp-mv__eyebrow {

    margin-bottom: 5px;

    font-size: 8px;

    letter-spacing: .20em;

  }


  .sdp-mv__header h2 {

    font-size: 25px;

    letter-spacing: -.015em;

    white-space: normal;

  }


  .sdp-mv__line {

    max-width: 45px;

    min-width: 20px;

    height: 2px;

  }


  .sdp-mv__grid {

    grid-template-columns: 1fr;

    gap: 10px;

  }


  .sdp-mv-card {

    min-height: 145px;

    grid-template-columns:
      82px minmax(0, 1fr);

    gap: 12px;

    padding:
      15px;

    border-top-width: 3px;

  }


  .sdp-mv-card__visual {

    width: 78px;

    height: 95px;

  }


  .sdp-mv-card__icon {

    width: 70px;

    height: 70px;

  }


  .sdp-mv-card__icon svg {

    width: 58px;

    height: 58px;

  }


  .sdp-mv-card h3 {

    margin-bottom: 7px;

    font-size: 20px;

    line-height: 1.05;

  }


  .sdp-mv-card p {

    font-size: 12px;

    font-weight: 600;

    line-height: 1.5;

  }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 430px) {

  .sdp-mv {

    padding:
      18px
      11px
      14px;

  }


  .sdp-mv__header {

    gap: 6px;

  }


  .sdp-mv__header h2 {

    font-size: 21px;

  }


  .sdp-mv__eyebrow {

    font-size: 7px;

  }


  .sdp-mv__line {

    max-width: 30px;

  }


  .sdp-mv-card {

    grid-template-columns:
      68px minmax(0, 1fr);

    gap: 9px;

    padding:
      13px;

  }


  .sdp-mv-card__visual {

    width: 65px;

    height: 82px;

  }


  .sdp-mv-card__icon {

    width: 60px;

    height: 60px;

  }


  .sdp-mv-card__icon svg {

    width: 49px;

    height: 49px;

  }


  .sdp-mv-card h3 {

    font-size: 17px;

  }


  .sdp-mv-card p {

    font-size: 11px;

    line-height: 1.48;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1149c1f *//* ================================================================
   SUDHIRADSPRO — OUR CORE VALUES
   WHITE / GOLD + BLACK / ZERO ANIMATION
   ================================================================ */


/* ================================================================
   ROOT SECTION
   ================================================================ */

.sdp-core-values {

    --cv-white: #ffffff;
    --cv-black: #111111;
    --cv-black-soft: #202020;

    --cv-gold: #c9a227;
    --cv-gold-dark: #a67c00;
    --cv-gold-light: #d4af37;

    --cv-text: #252525;
    --cv-muted: #555555;

    position: relative;

    width: 100%;

    overflow: hidden;

    background: #ffffff;

    color: var(--cv-black);

    font-family:
        "Plus Jakarta Sans",
        "Inter",
        Arial,
        sans-serif;

    box-sizing: border-box;

}


/* ================================================================
   GLOBAL BOX SIZING
   ================================================================ */

.sdp-core-values *,
.sdp-core-values *::before,
.sdp-core-values *::after {

    box-sizing: border-box;

}


/* ================================================================
   CONTAINER
   ================================================================ */

.sdp-values-container {

    position: relative;

    width: min(
        2400px,
        calc(100% - 70px)
    );

    margin: 0 auto;

    padding: 68px 0 72px;

}


/* ================================================================
   HEADING
   ================================================================ */

.sdp-values-heading {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: clamp(
        25px,
        4vw,
        90px
    );

    width: 100%;

    margin-bottom: 16px;

}


/* ================================================================
   TITLE WRAPPER
   ================================================================ */

.sdp-values-title-wrap {

    text-align: center;

    flex-shrink: 0;

}


/* ================================================================
   EYEBROW
   ================================================================ */

.sdp-values-eyebrow {

    display: block;

    margin-bottom: 12px;

    color: var(--cv-black-soft);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 0.28em;

    line-height: 1.2;

    text-transform: uppercase;

}


/* ================================================================
   MAIN HEADLINE
   GOLD + BLACK
   ================================================================ */

.sdp-values-title-wrap h2 {

    margin: 0;

    font-size: clamp(
        42px,
        4.5vw,
        76px
    );

    line-height: 0.98;

    font-weight: 900;

    letter-spacing: -0.055em;

    text-transform: uppercase;

}


/* GOLD HEADLINE WORD
   ================================================================ */

.headline-gold {

    color: var(--cv-gold);

}


/* BLACK HEADLINE WORD
   ================================================================ */

.headline-black {

    color: var(--cv-black);

}


/* ================================================================
   SIDE LINES
   ================================================================ */

.sdp-values-side-line {

    width: clamp(
        80px,
        15vw,
        380px
    );

    height: 2px;

    flex-shrink: 1;

    background: var(--cv-gold);

}


/* ================================================================
   INTRO
   ================================================================ */

.sdp-values-intro {

    max-width: 720px;

    margin:
        0 auto 48px;

    text-align: center;

    font-size: 16px;

    line-height: 1.65;

    font-weight: 600;

}


/* GOLD INTRO
   ================================================================ */

.intro-gold {

    color: var(--cv-gold);

    font-weight: 700;

}


/* BLACK INTRO
   ================================================================ */

.intro-black {

    color: var(--cv-black-soft);

    font-weight: 600;

}


/* ================================================================
   SIX VALUE CARDS
   ================================================================ */

.sdp-values-cards {

    display: grid;

    grid-template-columns:
        repeat(
            6,
            minmax(0, 1fr)
        );

    gap: 16px;

    width: 100%;

}


/* ================================================================
   GOLD CONTAINER
   ================================================================ */

.sdp-value-card {

    position: relative;

    min-width: 0;

    min-height: 320px;

    padding:
        34px
        clamp(
            18px,
            1.7vw,
            32px
        )
        32px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    background: #ffffff;

    border:
        2px solid var(--cv-gold);

    border-top:
        4px solid var(--cv-gold);

    border-radius: 12px;

    box-shadow: none;

    outline: none;

}


/* ================================================================
   ABSOLUTELY NO HOVER / CLICK EFFECT
   ================================================================ */

.sdp-value-card:hover,
.sdp-value-card:focus,
.sdp-value-card:focus-visible,
.sdp-value-card:active {

    transform: none !important;

    background: #ffffff !important;

    border-color: var(--cv-gold) !important;

    border-top-color: var(--cv-gold) !important;

    box-shadow: none !important;

    outline: none !important;

    filter: none !important;

}


/* ================================================================
   ICON AREA
   ================================================================ */

.sdp-value-icon-area {

    position: relative;

    width: 92px;

    height: 92px;

    display: grid;

    place-items: center;

    flex-shrink: 0;

    margin-bottom: 24px;

}


/* ================================================================
   GOLD ICON CIRCLE
   ================================================================ */

.sdp-value-icon {

    position: relative;

    width: 76px;

    height: 76px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #ffffff;

    border:
        2px solid var(--cv-gold);

    box-shadow: none;

}


/* ================================================================
   ICON SVG
   ================================================================ */

.sdp-value-icon svg {

    width: 42px;

    height: 42px;

    fill: none;

    stroke: var(--cv-gold-dark);

    stroke-width: 3.2;

    stroke-linecap: round;

    stroke-linejoin: round;

}


/* ================================================================
   ICON NO EFFECT
   ================================================================ */

.sdp-value-icon:hover,
.sdp-value-icon:focus,
.sdp-value-icon:focus-visible,
.sdp-value-icon:active {

    transform: none !important;

    background: #ffffff !important;

    border-color: var(--cv-gold) !important;

    box-shadow: none !important;

    outline: none !important;

}


/* ================================================================
   CONTENT
   ================================================================ */

.sdp-value-content {

    width: 100%;

}


/* ================================================================
   VALUE HEADINGS
   GOLD + BLACK
   ================================================================ */

.sdp-value-content h3 {

    margin:
        0 0 13px;

    font-size: clamp(
        18px,
        1.25vw,
        23px
    );

    line-height: 1.18;

    font-weight: 850;

    letter-spacing: -0.025em;

}


/* GOLD TITLE
   ================================================================ */

.title-gold {

    color: var(--cv-gold);

}


/* BLACK TITLE
   ================================================================ */

.title-black {

    color: var(--cv-black);

}


/* ================================================================
   DESCRIPTION
   GOLD + BLACK
   ================================================================ */

.sdp-value-content p {

    margin: 0;

    font-size: clamp(
        14px,
        0.9vw,
        16px
    );

    line-height: 1.65;

    font-weight: 600;

}


/* GOLD TEXT
   ================================================================ */

.text-gold {

    color: var(--cv-gold-dark);

    font-weight: 700;

}


/* BLACK TEXT
   ================================================================ */

.text-black {

    color: var(--cv-text);

    font-weight: 600;

}


/* ================================================================
   REMOVE NUMBERING
   ================================================================ */

.sdp-value-number {

    display: none !important;

}


/* ================================================================
   REMOVE ALL OLD DECORATIVE ELEMENTS
   ================================================================ */

.sdp-values-bg,
.sdp-values-grid,
.sdp-values-orb,
.sdp-bg-particle,
.sdp-gold-light-trail,
.sdp-value-shine,
.sdp-value-energy {

    display: none !important;

}


/* ================================================================
   ABSOLUTE ZERO ANIMATION
   ================================================================ */

.sdp-core-values *,
.sdp-core-values *::before,
.sdp-core-values *::after {

    animation: none !important;

    transition: none !important;

}


/* ================================================================
   LARGE DESKTOP
   ================================================================ */

@media (max-width: 1700px) {

    .sdp-values-container {

        width:
            calc(100% - 55px);

        padding:
            62px 0 66px;

    }


    .sdp-values-cards {

        gap: 14px;

    }


    .sdp-value-card {

        min-height: 310px;

        padding:
            31px
            15px
            28px;

        border-width: 2px;

        border-top-width: 4px;

    }


    .sdp-value-content h3 {

        font-size: 18px;

    }


    .sdp-value-content p {

        font-size: 14px;

    }

}


/* ================================================================
   TABLET
   ================================================================ */

@media (max-width: 1200px) {

    .sdp-values-cards {

        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );

        gap: 18px;

    }


    .sdp-value-card {

        min-height: 310px;

        padding:
            32px
            22px;

    }


    .sdp-values-title-wrap h2 {

        font-size: 52px;

    }

}


/* ================================================================
   SMALL TABLET / MOBILE
   ================================================================ */

@media (max-width: 700px) {

    .sdp-values-container {

        width:
            calc(100% - 30px);

        padding:
            55px 0 58px;

    }


    .sdp-values-heading {

        gap: 15px;

    }


    .sdp-values-side-line {

        width: 38px;

        height: 2px;

    }


    .sdp-values-eyebrow {

        font-size: 10px;

        letter-spacing: 0.22em;

        margin-bottom: 10px;

    }


    .sdp-values-title-wrap h2 {

        font-size: 38px;

        letter-spacing: -0.045em;

    }


    .sdp-values-intro {

        max-width: 500px;

        margin-bottom: 36px;

        font-size: 14px;

        line-height: 1.6;

    }


    .sdp-values-cards {

        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap: 14px;

    }


    .sdp-value-card {

        min-height: 295px;

        padding:
            28px
            16px
            27px;

        border-width: 2px;

        border-top-width: 4px;

    }


    .sdp-value-icon-area {

        width: 86px;

        height: 86px;

        margin-bottom: 20px;

    }


    .sdp-value-icon {

        width: 70px;

        height: 70px;

    }


    .sdp-value-icon svg {

        width: 36px;

        height: 36px;

    }


    .sdp-value-content h3 {

        font-size: 17px;

        margin-bottom: 10px;

    }


    .sdp-value-content p {

        font-size: 13px;

        line-height: 1.6;

    }

}


/* ================================================================
   SMALL MOBILE
   ================================================================ */

@media (max-width: 430px) {

    .sdp-values-container {

        width:
            calc(100% - 22px);

        padding:
            48px 0 52px;

    }


    .sdp-values-heading {

        gap: 9px;

    }


    .sdp-values-side-line {

        width: 20px;

    }


    .sdp-values-eyebrow {

        font-size: 8px;

        letter-spacing: 0.18em;

    }


    .sdp-values-title-wrap h2 {

        font-size: 30px;

    }


    .sdp-values-intro {

        font-size: 13px;

        margin-bottom: 30px;

    }


    .sdp-values-cards {

        grid-template-columns: 1fr;

        gap: 13px;

    }


    .sdp-value-card {

        min-height: 260px;

        padding:
            28px
            24px;

    }


    .sdp-value-icon-area {

        margin-bottom: 17px;

    }


    .sdp-value-content h3 {

        font-size: 18px;

    }


    .sdp-value-content p {

        max-width: 340px;

        margin: 0 auto;

        font-size: 13.5px;

        line-height: 1.65;

    }

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a531a80 *//* =========================================================
   PREMIUM FAQ SECTION
   ========================================================= */

:root {
  --faq-black: #111111;
  --faq-dark: #181818;
  --faq-gold: #c9a227;
  --faq-gold-dark: #b28b16;
  --faq-border: #e9e9e9;
  --faq-soft: #f8f8f8;
  --faq-white: #ffffff;
  --faq-text: #303030;
  --faq-muted: #686868;
}


/* =========================================================
   RESET
   ========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--faq-black);
  font-family: "Inter", sans-serif;
}


/* =========================================================
   FAQ SECTION
   ========================================================= */

.faq-section {
  width: 100%;
  background: #ffffff;
  padding: 38px 30px 42px;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.faq-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.faq-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.faq-heading h2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.35px;
  color: var(--faq-gold);
  white-space: nowrap;
}

.faq-heading-line {
  width: 42px;
  height: 1px;
  background: #e9e2cc;
  display: block;
}


/* =========================================================
   FAQ GRID
   ========================================================= */

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 38px;
  row-gap: 0;
}


/* =========================================================
   FAQ ITEM
   ========================================================= */

.faq-item {
  width: 100%;
  border-top: 1px solid var(--faq-border);
}

.faq-item:nth-child(5),
.faq-item:nth-child(6) {
  border-bottom: 1px solid var(--faq-border);
}


/* =========================================================
   QUESTION BUTTON
   ========================================================= */

.faq-question {
  width: 100%;
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  border: none;
  outline: none;
  background: transparent;

  padding: 15px 0;

  cursor: pointer;

  text-align: left;

  transition:
    background-color 0.25s ease,
    padding-left 0.25s ease;
}


/* =========================================================
   QUESTION TEXT
   ========================================================= */

.question-text {
  font-family: "Poppins", sans-serif;

  font-size: 15px;
  line-height: 1.45;

  font-weight: 700;

  color: #161616;

  letter-spacing: -0.15px;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}


/* =========================================================
   GOLD PLUS ICON
   ========================================================= */

.faq-icon {
  flex: 0 0 24px;

  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Inter", sans-serif;

  font-size: 22px;
  line-height: 1;

  font-weight: 500;

  color: var(--faq-gold);

  transition:
    transform 0.35s cubic-bezier(.4, 0, .2, 1),
    color 0.25s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.faq-question:hover .question-text {
  color: var(--faq-gold-dark);
}

.faq-question:hover .faq-icon {
  color: #a98112;
}


/* =========================================================
   ACTIVE QUESTION
   ========================================================= */

.faq-item.active .question-text {
  color: #111111;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: var(--faq-gold-dark);
}


/* =========================================================
   ANSWER
   ========================================================= */

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;

  opacity: 0;

  transition:
    grid-template-rows 0.4s cubic-bezier(.4, 0, .2, 1),
    opacity 0.3s ease;
}

.faq-answer > .answer-inner {
  overflow: hidden;
}


/* =========================================================
   OPEN ANSWER
   ========================================================= */

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}


/* =========================================================
   ANSWER TEXT
   ========================================================= */

.answer-inner {
  padding: 0 48px 19px 0;

  font-family: "Inter", sans-serif;

  font-size: 13.5px;
  line-height: 1.7;

  font-weight: 400;

  color: #5b5b5b;

  max-width: 560px;
}


/* =========================================================
   ACTIVE ROW DETAIL
   ========================================================= */

.faq-item.active .faq-question {
  padding-bottom: 12px;
}


/* =========================================================
   KEYBOARD ACCESSIBILITY
   ========================================================= */

.faq-question:focus-visible {
  outline: 2px solid var(--faq-gold);
  outline-offset: 4px;
  border-radius: 3px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

  .faq-section {
    padding: 34px 24px 38px;
  }

  .faq-grid {
    column-gap: 25px;
  }

  .question-text {
    font-size: 14px;
  }

  .answer-inner {
    font-size: 13px;
    padding-right: 30px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

  .faq-section {
    padding: 32px 18px 35px;
  }

  .faq-heading {
    gap: 10px;
    margin-bottom: 21px;
  }

  .faq-heading h2 {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .faq-heading-line {
    width: 25px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .faq-item:nth-child(5),
  .faq-item:nth-child(6) {
    border-bottom: none;
  }

  .faq-item:last-child {
    border-bottom: 1px solid var(--faq-border);
  }

  .faq-question {
    min-height: 60px;
    padding: 15px 0;
  }

  .question-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .faq-icon {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    font-size: 20px;
  }

  .answer-inner {
    padding: 0 30px 20px 0;
    font-size: 13px;
    line-height: 1.65;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .faq-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-heading h2 {
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .faq-heading-line {
    width: 18px;
  }

  .question-text {
    font-size: 13.5px;
  }

  .answer-inner {
    font-size: 12.5px;
  }

}/* End custom CSS */