.elementor-14 .elementor-element.elementor-element-d7cb817{--display:flex;}.elementor-14 .elementor-element.elementor-element-9ed0dab{--display:flex;}.elementor-14 .elementor-element.elementor-element-2e152f2{--display:flex;}.elementor-14 .elementor-element.elementor-element-c351833{--display:flex;}.elementor-14 .elementor-element.elementor-element-13d92f0{--display:flex;}.elementor-14 .elementor-element.elementor-element-712ff47{--display:flex;}.elementor-14 .elementor-element.elementor-element-894c88d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2e91dd4 *//* =========================================================
   SUDHIR ADS PRO
   PREMIUM DIGITAL MARKETING SERVICES
========================================================= */

.sap-services-section {
  width: 100%;
  padding: 58px 34px 62px;
  background: #ffffff;
  color: #111111;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.sap-services-section *,
.sap-services-section *::before,
.sap-services-section *::after {
  box-sizing: border-box;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.sap-services-wrap {
  width: min(1480px, 100%);
  margin: 0 auto;

  display: grid;
  grid-template-columns:
    minmax(440px, 0.86fr)
    minmax(650px, 1.14fr);

  gap: 46px;
  align-items: center;
}


/* =========================================================
   HERO
========================================================= */

.sap-hero {
  min-width: 0;
}

.sap-eyebrow {
  margin-bottom: 12px;

  color: #155da9;

  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
}

.sap-title {
  margin: 0 0 22px;

  color: #090909;

  font-family: "Poppins", sans-serif;
  font-size: clamp(46px, 4.05vw, 67px);
  line-height: 1.03;
  font-weight: 800;

  letter-spacing: -3px;
}

.sap-title span {
  display: block;
}

.sap-title em {
  color: #eaaa00;
  font-style: normal;
}

.sap-description {
  max-width: 575px;

  margin: 0 0 24px;

  color: #171717;

  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}


/* =========================================================
   MAIN CTA
========================================================= */

.sap-main-btn {
  width: 301px;
  min-height: 56px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 19px;

  border: 1px solid #d69d00;
  border-radius: 6px;

  background: #efb000;
  color: #ffffff;

  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;

  box-shadow:
    0 8px 20px rgba(220, 163, 0, .16);

  transition:
    background-color .15s ease,
    box-shadow .15s ease;
}

.sap-main-btn:hover {
  background: #e2a500;
  box-shadow:
    0 10px 24px rgba(220, 163, 0, .20);
}

.sap-main-btn:focus-visible {
  outline: 3px solid rgba(239, 176, 0, .30);
  outline-offset: 3px;
}

.sap-main-btn b {
  font-size: 21px;
  font-weight: 500;
}


/* =========================================================
   SERVICES
========================================================= */

.sap-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;

  margin: 17px 0 27px;
}

.sap-service-list span {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  color: #191919;

  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}

.sap-service-list i {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #e9aa00;
}


/* =========================================================
   FEATURE BLOCKS
========================================================= */

.sap-features {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border: 1px solid #dddddd;
  border-radius: 7px;

  background: #ffffff;

  overflow: hidden;

  box-shadow:
    0 4px 18px rgba(0, 0, 0, .025);
}

.sap-feature {
  min-height: 157px;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 17px 7px 15px;

  text-align: center;

  border-right: 1px solid #e4e4e4;
}

.sap-feature:last-child {
  border-right: 0;
}

.sap-feature-icon {
  width: 47px;
  height: 47px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 10px;

  border: 1px solid #efd26c;
  border-radius: 13px;

  background: #fffdf5;
}

.sap-feature-icon svg {
  width: 32px;
  height: 32px;

  fill: none;
  stroke: #111111;

  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sap-feature h3 {
  margin: 0 0 6px;

  color: #111111;

  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.sap-feature p {
  color: #303030;

  font-size: 9.5px;
  line-height: 1.45;
  font-weight: 500;
}


/* =========================================================
   DASHBOARD
========================================================= */

.sap-dashboard {
  width: 100%;
  min-width: 0;

  padding: 17px;

  border: 1px solid #dddddd;
  border-radius: 10px;

  background: #ffffff;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, .055),
    0 2px 5px rgba(0, 0, 0, .025);
}


/* =========================================================
   DASHBOARD HEADER
========================================================= */

.sap-dashboard-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 18px;

  margin-bottom: 13px;
}

.sap-dashboard-label {
  display: block;

  margin-bottom: 4px;

  color: #ae8000;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
}

.sap-dashboard-header h2 {
  margin: 0;

  color: #111111;

  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.sap-date {
  flex-shrink: 0;

  display: flex;
  align-items: center;
  gap: 8px;

  padding: 8px 10px;

  border: 1px solid #dddddd;
  border-radius: 5px;

  color: #222222;

  font-size: 8px;
  font-weight: 700;
}

.sap-date span {
  font-size: 12px;
}


/* =========================================================
   KPI
========================================================= */

.sap-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 9px;

  margin-bottom: 9px;
}

.sap-kpi {
  min-height: 103px;

  padding: 11px;

  border: 1px solid #e0e0e0;
  border-radius: 6px;

  background: #ffffff;
}

.sap-kpi > span {
  display: block;

  margin-bottom: 4px;

  color: #2b2b2b;

  font-size: 8px;
  font-weight: 700;
}

.sap-kpi strong {
  display: block;

  color: #080808;

  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.sap-kpi small {
  display: block;

  margin-top: 2px;

  color: #38855c;

  font-size: 7px;
  font-weight: 800;
}

.sap-kpi svg {
  width: 100%;
  height: 28px;

  margin-top: 5px;
}

.sap-kpi polyline {
  fill: none;

  stroke: #4c9471;
  stroke-width: 2;
}


/* =========================================================
   DASHBOARD ROWS
========================================================= */

.sap-dashboard-row {
  display: grid;
  gap: 9px;
}

.sap-main-row {
  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(270px, .9fr);

  margin-bottom: 9px;
}

.sap-bottom-row {
  grid-template-columns: 1fr 1fr;
}


/* =========================================================
   PANELS
========================================================= */

.sap-panel {
  min-width: 0;

  padding: 13px;

  border: 1px solid #e1e1e1;
  border-radius: 6px;

  background: #ffffff;
}

.sap-panel-title {
  margin-bottom: 10px;

  color: #101010;

  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 800;
}


/* =========================================================
   REVENUE PANEL
========================================================= */

.sap-revenue {
  min-height: 231px;
}

.sap-revenue-value {
  color: #080808;

  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
}

.sap-revenue-growth {
  margin-top: 3px;

  color: #38855b;

  font-size: 6.8px;
  font-weight: 700;
}


/* =========================================================
   REVENUE GRAPH
========================================================= */

.sap-chart {
  height: 151px;

  display: grid;
  grid-template-columns: 30px 1fr;

  margin-top: 5px;
}

.sap-chart-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 3px 5px 18px 0;

  color: #777777;

  font-size: 6px;
}

.sap-chart-body {
  position: relative;
  min-width: 0;
}

.sap-grid-line {
  position: absolute;
  left: 0;
  right: 0;

  height: 1px;

  background: #ededed;
}

.line-one {
  top: 4%;
}

.line-two {
  top: 34%;
}

.line-three {
  top: 64%;
}

.line-four {
  top: 94%;
}

.sap-chart-body svg {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: calc(100% - 18px);
}

.sap-area {
  fill: rgba(239, 176, 0, .09);
}

.sap-line {
  fill: none;

  stroke: #e7a900;
  stroke-width: 3;

  vector-effect: non-scaling-stroke;
}

.sap-chart-x {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  justify-content: space-between;

  color: #777777;

  font-size: 6px;
}


/* =========================================================
   CAMPAIGNS
========================================================= */

.sap-campaigns {
  min-height: 231px;
}

.sap-campaign {
  min-height: 31px;

  display: grid;

  grid-template-columns: 22px minmax(0, 1fr) auto;

  align-items: center;

  gap: 6px;

  border-bottom: 1px solid #f0f0f0;
}

.sap-campaign > span {
  width: 19px;
  height: 19px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.sap-google {
  color: #2876d1;
}

.sap-meta {
  color: #377bd3;
}

.sap-campaign p {
  margin: 0;

  color: #252525;

  font-size: 7.5px;
  font-weight: 600;

  white-space: nowrap;
}

.sap-campaign b {
  color: #222222;

  font-size: 7px;
  font-weight: 800;

  white-space: nowrap;
}

.sap-view-campaigns {
  display: block;

  margin-top: 14px;

  color: #155da9;

  text-align: center;

  font-size: 7px;
  font-weight: 800;

  text-decoration: underline;
  text-underline-offset: 2px;
}


/* =========================================================
   TRAFFIC
========================================================= */

.sap-traffic,
.sap-funnel {
  min-height: 159px;
}

.sap-traffic-content {
  display: grid;

  grid-template-columns: 88px 1fr;

  align-items: center;

  gap: 12px;
}

.sap-donut {
  position: relative;

  width: 82px;
  height: 82px;

  border-radius: 50%;

  background:
    conic-gradient(
      #202020 0deg 109deg,
      #efb000 109deg 219deg,
      #34434f 219deg 279deg,
      #c9c9c9 279deg 301deg,
      #e7e7e7 301deg 360deg
    );
}

.sap-donut::after {
  content: "";

  position: absolute;

  width: 45px;
  height: 45px;

  top: 18.5px;
  left: 18.5px;

  border-radius: 50%;

  background: #ffffff;
}

.sap-traffic-list {
  display: flex;
  flex-direction: column;

  gap: 6px;
}

.sap-traffic-list div {
  display: grid;

  grid-template-columns: 6px minmax(0, 1fr) auto;

  align-items: center;

  gap: 5px;

  color: #242424;

  font-size: 7px;
}

.sap-traffic-list i {
  width: 6px;
  height: 6px;

  border-radius: 50%;
}

.sap-traffic-list b {
  font-size: 7px;
  font-weight: 800;
}

.sap-traffic-list .blue {
  background: #2876bd;
}

.sap-traffic-list .gold {
  background: #efb000;
}

.sap-traffic-list .dark {
  background: #222222;
}

.sap-traffic-list .gray {
  background: #bcbcbc;
}

.sap-traffic-list .light {
  background: #dddddd;
}


/* =========================================================
   FUNNEL
========================================================= */

.sap-funnel-item {
  margin-bottom: 7px;
}

.sap-funnel-item:last-child {
  margin-bottom: 0;
}

.sap-funnel-item > div:first-child {
  display: flex;

  align-items: center;
  justify-content: space-between;

  margin-bottom: 4px;

  color: #242424;

  font-size: 7px;
  font-weight: 600;
}

.sap-funnel-item b {
  font-weight: 800;
}

.sap-funnel-track {
  width: 100%;
  height: 4px;

  overflow: hidden;

  border-radius: 20px;

  background: #eeeeee;
}

.sap-funnel-track i {
  display: block;

  height: 100%;

  border-radius: 20px;

  background: #efb000;
}


/* =========================================================
   CONSULTATION MODAL
========================================================= */

body.sap-modal-open {
  overflow: hidden;
}

.sap-modal {
  position: fixed;

  inset: 0;

  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;

  visibility: hidden;
  opacity: 0;

  pointer-events: none;
}

.sap-modal.is-open {
  visibility: visible;
  opacity: 1;

  pointer-events: auto;
}

.sap-modal-overlay {
  position: absolute;

  inset: 0;

  background: rgba(7, 7, 7, .66);
}

.sap-modal-card {
  position: relative;
  z-index: 2;

  width: min(700px, 100%);

  max-height: calc(100vh - 48px);

  overflow-y: auto;

  padding: 32px;

  border: 1px solid #d8d8d8;
  border-radius: 10px;

  background: #ffffff;

  box-shadow:
    0 32px 85px rgba(0, 0, 0, .28),
    0 8px 25px rgba(0, 0, 0, .09);
}


/* =========================================================
   CLOSE
========================================================= */

.sap-modal-close {
  position: absolute;

  top: 17px;
  right: 18px;

  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #dddddd;
  border-radius: 50%;

  background: #ffffff;

  color: #111111;

  font-size: 24px;
  line-height: 1;
}

.sap-modal-close:hover {
  background: #f5f5f5;
}

.sap-modal-close:focus-visible {
  outline: 3px solid rgba(239, 176, 0, .30);
  outline-offset: 2px;
}


/* =========================================================
   MODAL HEADER
========================================================= */

.sap-modal-header {
  padding-right: 48px;

  margin-bottom: 24px;
}

.sap-modal-header > span {
  display: block;

  margin-bottom: 7px;

  color: #bd8b00;

  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 800;

  letter-spacing: .12em;
}

.sap-modal-header h2 {
  margin: 0 0 7px;

  color: #0b0b0b;

  font-family: "Poppins", sans-serif;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 800;
}

.sap-modal-header p {
  margin: 0;

  color: #444444;

  font-size: 13px;
  line-height: 1.55;
}


/* =========================================================
   FORM
========================================================= */

.sap-form-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 16px;
}

.sap-field {
  display: flex;
  flex-direction: column;

  gap: 7px;
}

.sap-full {
  grid-column: 1 / -1;
}

.sap-field label {
  color: #111111;

  font-family: "Poppins", sans-serif;
  font-size: 10.5px;
  font-weight: 800;
}

.sap-field input,
.sap-field textarea {
  width: 100%;

  border: 1px solid #d5d5d5;
  border-radius: 5px;

  background: #ffffff;

  color: #111111;

  outline: none;

  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.sap-field input {
  height: 46px;

  padding: 0 12px;
}

.sap-field textarea {
  min-height: 110px;

  padding: 12px;

  resize: vertical;
}

.sap-field input::placeholder,
.sap-field textarea::placeholder {
  color: #858585;
}

.sap-field input:focus,
.sap-field textarea:focus {
  border-color: #dca500;

  box-shadow:
    0 0 0 3px rgba(239, 176, 0, .11);
}


/* =========================================================
   SUBMIT
========================================================= */

.sap-submit {
  width: 100%;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-top: 22px;

  border: 1px solid #d19b00;
  border-radius: 5px;

  background: #efb000;
  color: #ffffff;

  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;

  box-shadow:
    0 8px 20px rgba(214, 158, 0, .14);
}

.sap-submit:hover {
  background: #e2a400;
}

.sap-submit:focus-visible {
  outline: 3px solid rgba(239, 176, 0, .28);
  outline-offset: 3px;
}

.sap-submit b {
  font-size: 19px;
  font-weight: 500;
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1250px) {

  .sap-services-wrap {
    grid-template-columns:
      minmax(390px, .82fr)
      minmax(580px, 1.18fr);

    gap: 30px;
  }

  .sap-title {
    font-size: 48px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .sap-services-section {
    padding: 45px 24px;
  }

  .sap-services-wrap {
    grid-template-columns: 1fr;
  }

  .sap-hero {
    max-width: 900px;
  }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 760px) {

  .sap-services-section {
    padding: 40px 20px;
  }

  .sap-title {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .sap-description {
    font-size: 14px;
  }

  .sap-main-row,
  .sap-bottom-row {
    grid-template-columns: 1fr;
  }

  .sap-revenue,
  .sap-campaigns {
    min-height: auto;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 560px) {

  .sap-services-section {
    padding: 30px 13px;
  }

  .sap-title {
    font-size: 36px;
    letter-spacing: -1.5px;
  }

  .sap-description {
    line-height: 1.65;
  }

  .sap-main-btn {
    width: 100%;
  }

  .sap-features {
    grid-template-columns: 1fr 1fr;
  }

  .sap-feature {
    min-height: 145px;
  }

  .sap-feature:nth-child(2) {
    border-right: 0;
  }

  .sap-feature:nth-child(3),
  .sap-feature:nth-child(4) {
    border-top: 1px solid #e4e4e4;
  }

  .sap-feature:nth-child(4) {
    border-right: 0;
  }

  .sap-dashboard {
    padding: 10px;
  }

  .sap-dashboard-header {
    flex-direction: column;
    gap: 9px;
  }

  .sap-date {
    width: 100%;
    justify-content: space-between;
  }

  .sap-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .sap-traffic-content {
    grid-template-columns: 82px 1fr;
  }

  .sap-modal {
    padding: 12px;
  }

  .sap-modal-card {
    max-height: calc(100vh - 24px);
    padding: 26px 17px;
  }

  .sap-modal-header h2 {
    font-size: 22px;
  }

  .sap-form-grid {
    grid-template-columns: 1fr;
  }

  .sap-full {
    grid-column: auto;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

  .sap-title {
    font-size: 32px;
  }

  .sap-features {
    grid-template-columns: 1fr;
  }

  .sap-feature {
    border-right: 0 !important;
    border-bottom: 1px solid #e4e4e4;
  }

  .sap-feature:last-child {
    border-bottom: 0;
  }

  .sap-kpis {
    grid-template-columns: 1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b97e5c *//* =========================================================
   PREMIUM PLATFORM SECTION
   REFERENCE-MATCHED VERSION
========================================================= */

:root {

    --white: #ffffff;
    --black: #111111;

    --gold: #d4af37;
    --gold-dark: #c58f05;

    --border: #dddddd;

    --heading-font: "Poppins", sans-serif;
    --body-font: "Inter", sans-serif;
}


/* =========================================================
   GLOBAL RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
}

body {
    width: 100%;
    min-width: 0;

    margin: 0;

    background: #ffffff;

    color: #111111;

    font-family: var(--body-font);

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* =========================================================
   SECTION
========================================================= */

.platforms-section {

    width: 100%;

    background: #ffffff;

    /*
       Reference-style compact vertical
       spacing.
    */

    padding:
        52px
        22px
        54px;
}


/* =========================================================
   ULTRA-WIDE CONTAINER
========================================================= */

.platforms-wrapper {

    width: 100%;

    max-width: 1920px;

    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.section-heading {

    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(80px, 1fr)
        auto
        minmax(80px, 1fr);

    align-items: center;

    column-gap: 34px;

    margin-bottom: 38px;
}


/* =========================================================
   GOLD HORIZONTAL LINES
========================================================= */

.heading-line {

    position: relative;

    width: 100%;

    height: 2px;

    background: var(--gold);
}


/* =========================================================
   GOLD CIRCLES
========================================================= */

.heading-circle {

    position: absolute;

    top: 50%;

    width: 22px;
    height: 22px;

    background: var(--gold);

    border-radius: 50%;

    transform: translateY(-50%);
}


/* LEFT */

.heading-line-left .heading-circle {
    right: -1px;
}


/* RIGHT */

.heading-line-right .heading-circle {
    left: -1px;
}


/* =========================================================
   HEADLINE
========================================================= */

.section-heading h2 {

    font-family: var(--heading-font);

    color: #c58f05;

    font-size:
        clamp(
            42px,
            4vw,
            68px
        );

    font-weight: 800;

    line-height: 1;

    letter-spacing:
        -1.2px;

    text-align: center;

    white-space: nowrap;
}


/* =========================================================
   SIX-CARD GRID
========================================================= */

.platform-grid {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(
            6,
            minmax(
                0,
                1fr
            )
        );

    gap: 20px;

    align-items: stretch;
}


/* =========================================================
   CARD
========================================================= */

.platform-card {

    width: 100%;

    height: 315px;

    min-width: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: #ffffff;

    border:
        2px solid
        var(--border);

    border-radius: 16px;

    padding:
        24px
        14px
        25px;

    /*
       Very subtle depth only.
    */

    box-shadow:
        0 3px 12px
        rgba(
            0,
            0,
            0,
            0.025
        );
}


/* =========================================================
   ICON AREA
========================================================= */

.platform-icon {

    width: 180px;
    height: 180px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 12px;

    flex-shrink: 0;
}


/* =========================================================
   SVG
========================================================= */

.platform-icon svg {

    width: 100%;
    height: 100%;

    display: block;

    overflow: visible;
}


/* =========================================================
   INDIVIDUAL ICON SIZING
   Matches reference proportions
========================================================= */


/* Google Ads */

.google-ads-icon {
    width: 180px;
    height: 180px;
}


/* Meta */

.meta-icon {
    width: 180px;
    height: 150px;
}


/* YouTube */

.youtube-icon {
    width: 190px;
    height: 145px;
}


/* GA4 */

.ga4-icon {
    width: 165px;
    height: 165px;
}


/* GTM */

.gtm-icon {
    width: 165px;
    height: 165px;
}


/* Search Console / Google G */

.search-console-icon {
    width: 165px;
    height: 165px;
}


/* =========================================================
   PLATFORM TITLES
========================================================= */

.platform-card h3 {

    font-family: var(--heading-font);

    color: #111111;

    font-size:
        clamp(
            20px,
            1.45vw,
            28px
        );

    font-weight: 800;

    line-height: 1.12;

    letter-spacing:
        -0.6px;

    white-space: nowrap;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1700px) {

    .platforms-section {

        padding:
            54px
            28px
            56px;
    }


    .platform-grid {

        gap: 20px;
    }


    .platform-card {

        height: 315px;
    }


    .platform-icon {

        transform: scale(1.02);
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1450px) {

    .section-heading {

        column-gap: 26px;

        margin-bottom: 31px;
    }


    .section-heading h2 {

        font-size: 48px;
    }


    .platform-grid {

        gap: 14px;
    }


    .platform-card {

        height: 275px;

        border-radius: 13px;

        padding:
            19px
            9px
            20px;
    }


    .platform-icon {

        transform: scale(0.82);

        margin-bottom: 3px;
    }


    .platform-card h3 {

        font-size: 19px;
    }

}


/* =========================================================
   SMALL LAPTOP
========================================================= */

@media (max-width: 1150px) {

    .platforms-section {

        padding:
            42px
            12px
            45px;
    }


    .section-heading {

        grid-template-columns:
            minmax(55px, 1fr)
            auto
            minmax(55px, 1fr);

        column-gap: 17px;

        margin-bottom: 26px;
    }


    .section-heading h2 {

        font-size: 35px;
    }


    .heading-circle {

        width: 17px;
        height: 17px;
    }


    .platform-grid {

        gap: 9px;
    }


    .platform-card {

        height: 225px;

        border-width: 1px;

        border-radius: 10px;

        padding:
            12px
            5px
            15px;
    }


    .platform-icon {

        transform: scale(0.65);

        margin-bottom: -18px;
    }


    .platform-card h3 {

        font-size: 15px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .platforms-section {

        padding:
            35px
            10px
            38px;
    }


    .section-heading {

        grid-template-columns:
            55px
            1fr
            55px;

        column-gap: 10px;

        margin-bottom: 22px;
    }


    .section-heading h2 {

        font-size: 27px;

        white-space: normal;

        line-height: 1.1;
    }


    .platform-grid {

        gap: 7px;
    }


    .platform-card {

        height: 190px;

        border-radius: 9px;
    }


    .platform-icon {

        transform: scale(0.52);

        margin-bottom: -34px;
    }


    .platform-card h3 {

        font-size: 12px;

        letter-spacing:
            -0.3px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .platforms-section {

        padding:
            30px
            9px
            35px;
    }


    .section-heading {

        display: flex;

        flex-direction: column;

        gap: 11px;

        margin-bottom: 20px;
    }


    .section-heading h2 {

        order: 1;

        font-size: 26px;

        line-height: 1.1;
    }


    .heading-line-left {

        order: 2;

        width: 72%;
    }


    .heading-line-right {

        display: none;
    }


    /*
       Cards remain horizontal instead
       of becoming a tall vertical section.
    */

    .platform-grid {

        display: flex;

        width: 100%;

        gap: 10px;

        overflow-x: auto;

        overflow-y: hidden;

        padding:
            2px
            2px
            9px;

        scrollbar-width: thin;

        scrollbar-color:
            var(--gold)
            #eeeeee;
    }


    .platform-card {

        flex:
            0 0 210px;

        height: 205px;

        border-radius: 10px;
    }


    .platform-icon {

        transform: scale(0.60);

        margin-bottom: -25px;
    }


    .platform-card h3 {

        font-size: 16px;

        white-space: normal;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .section-heading h2 {

        font-size: 23px;
    }


    .platform-card {

        flex-basis: 190px;

        height: 190px;
    }


    .platform-icon {

        transform: scale(0.53);

        margin-bottom: -34px;
    }


    .platform-card h3 {

        font-size: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a209b6 *//* =========================================================
   PREMIUM DIGITAL MARKETING SERVICES
   REFERENCE-INSPIRED
   NO ANIMATION
========================================================= */

:root {

    --gold: #D4AF37;
    --gold-dark: #B8860B;
    --gold-light: #F8F1D8;

    --black: #111111;
    --black-soft: #181818;

    --white: #FFFFFF;

    --gray-text: #444444;
    --gray-border: #E4E4E4;
    --gray-soft: #FAFAFA;

    --card-shadow:
        0 5px 22px rgba(0, 0, 0, 0.055);

    --modal-shadow:
        0 25px 80px rgba(0, 0, 0, 0.25);

    --container-width: 1500px;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
    margin: 0;

    background: #FFFFFF;

    color: var(--black);

    font-family:
        Inter,
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(212, 175, 55, 0.35);
    outline-offset: 2px;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.services-section {

    width: 100%;

    padding:
        55px 22px 65px;

    background: #FFFFFF;
}


.services-container {

    width: 100%;

    max-width:
        var(--container-width);

    margin:
        0 auto;
}


/* =========================================================
   SECTION HEADER
========================================================= */

.services-heading {

    max-width:
        900px;

    margin:
        0 auto 40px;

    text-align:
        center;
}


.eyebrow {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        11px;

    margin-bottom:
        12px;

    color:
        var(--gold-dark);

    font-size:
        13px;

    font-weight:
        850;

    letter-spacing:
        2px;

    text-transform:
        uppercase;
}


.eyebrow span {

    width:
        28px;

    height:
        2px;

    background:
        var(--gold);
}


.services-heading h1 {

    color:
        var(--black);

    font-size:
        clamp(36px, 3.3vw, 51px);

    line-height:
        1.08;

    font-weight:
        900;

    letter-spacing:
        -1.6px;

    margin-bottom:
        14px;
}


.services-heading h1 span {

    color:
        var(--gold-dark);

    font-weight:
        900;
}


.services-heading p {

    max-width:
        780px;

    margin:
        0 auto;

    color:
        #555555;

    font-size:
        16px;

    line-height:
        1.55;

    font-weight:
        500;
}


/* =========================================================
   GRID
========================================================= */

.services-grid {

    width:
        100%;

    display:
        grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap:
        21px;
}


/* =========================================================
   CARD
========================================================= */

.service-card {

    min-width:
        0;

    display:
        flex;

    flex-direction:
        column;

    background:
        #FFFFFF;

    border:
        1px solid var(--gray-border);

    border-radius:
        18px;

    padding:
        24px 24px 20px;

    box-shadow:
        var(--card-shadow);
}


/* =========================================================
   CARD TOP
========================================================= */

.card-top {

    min-height:
        82px;

    display:
        flex;

    align-items:
        flex-start;

    justify-content:
        space-between;

    margin-bottom:
        7px;
}


.service-number {

    color:
        var(--gold-dark);

    font-size:
        51px;

    line-height:
        0.95;

    font-weight:
        900;

    letter-spacing:
        -2px;
}


/* =========================================================
   ICON CONTAINER
========================================================= */

.service-icon {

    width:
        82px;

    height:
        82px;

    flex-shrink:
        0;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;
}


.service-icon svg {

    width:
        100%;

    height:
        100%;

    overflow:
        visible;
}


/* =========================================================
   ORIGINAL-STYLE GOLD ICONS
========================================================= */

.seo-icon svg,
.service-icon:not(.google-ads-icon):not(.meta-icon):not(.youtube-icon) svg {

    fill:
        none;

    stroke:
        var(--gold);

    stroke-width:
        7;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


/* =========================================================
   GOOGLE ADS
========================================================= */

.google-ads-icon svg {

    width:
        82px;

    height:
        82px;
}


/* =========================================================
   META
========================================================= */

.meta-icon svg {

    fill:
        none;

    stroke:
        #1877F2;

    stroke-width:
        8;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


/* =========================================================
   YOUTUBE
========================================================= */

.youtube-icon svg {

    width:
        82px;

    height:
        82px;
}


/* =========================================================
   CARD TITLE
========================================================= */

.service-card h2 {

    color:
        var(--black);

    font-size:
        27px;

    line-height:
        1.08;

    font-weight:
        900;

    letter-spacing:
        -0.7px;

    margin-bottom:
        8px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.card-description {

    min-height:
        61px;

    color:
        #252525;

    font-size:
        15px;

    line-height:
        1.4;

    font-weight:
        550;

    margin-bottom:
        12px;
}


/* =========================================================
   TAGS
========================================================= */

.service-tags {

    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        7px;

    margin-bottom:
        14px;
}


.service-tags span {

    display:
        inline-flex;

    align-items:
        center;

    min-height:
        25px;

    padding:
        5px 10px;

    border:
        1px solid rgba(212, 175, 55, 0.7);

    border-radius:
        999px;

    background:
        #FFFDF7;

    color:
        var(--gold-dark);

    font-size:
        10.5px;

    line-height:
        1;

    font-weight:
        800;

    letter-spacing:
        0.1px;
}


/* =========================================================
   BENEFITS
========================================================= */

.benefits {

    list-style:
        none;

    display:
        grid;

    gap:
        7px;

    margin:
        0 0 17px;
}


.benefits li {

    position:
        relative;

    min-height:
        19px;

    padding-left:
        25px;

    color:
        #222222;

    font-size:
        13.8px;

    line-height:
        1.35;

    font-weight:
        550;
}


.benefits li::before {

    content:
        "✓";

    position:
        absolute;

    left:
        0;

    top:
        0;

    width:
        18px;

    height:
        18px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        50%;

    background:
        var(--gold);

    color:
        #FFFFFF;

    font-size:
        11px;

    font-weight:
        900;
}


/* =========================================================
   EXPLORE BUTTON
========================================================= */

.explore-button {

    width:
        100%;

    min-height:
        46px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        13px;

    margin-top:
        auto;

    padding:
        10px 14px;

    border:
        1px solid #111111;

    border-radius:
        11px;

    background:
        #080808;

    color:
        var(--gold);

    font-size:
        14px;

    line-height:
        1;

    font-weight:
        850;
}


.explore-button strong {

    font-size:
        23px;

    line-height:
        0.7;

    font-weight:
        500;
}


/* =========================================================
   MODAL
========================================================= */

body.modal-active {
    overflow:
        hidden;
}


.service-modal {

    position:
        fixed;

    inset:
        0;

    z-index:
        9999;

    display:
        none;

    padding:
        20px;

    overflow-y:
        auto;
}


.service-modal.open {

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;
}


/* =========================================================
   OVERLAY
========================================================= */

.modal-overlay {

    position:
        fixed;

    inset:
        0;

    background:
        rgba(0, 0, 0, 0.72);
}


/* =========================================================
   MODAL BOX
========================================================= */

.modal-box {

    position:
        relative;

    z-index:
        2;

    width:
        100%;

    max-width:
        1240px;

    max-height:
        calc(100vh - 40px);

    overflow-y:
        auto;

    background:
        #FFFFFF;

    border:
        1px solid #E2E2E2;

    border-radius:
        21px;

    box-shadow:
        var(--modal-shadow);
}


/* =========================================================
   CLOSE
========================================================= */

.modal-close {

    position:
        absolute;

    z-index:
        5;

    top:
        16px;

    right:
        17px;

    width:
        42px;

    height:
        42px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid #DCDCDC;

    border-radius:
        50%;

    background:
        #FFFFFF;

    color:
        #111111;

    font-size:
        29px;

    line-height:
        1;

    font-weight:
        400;
}


/* =========================================================
   MODAL HEADER
========================================================= */

.modal-header {

    display:
        flex;

    align-items:
        center;

    gap:
        24px;

    padding:
        31px 70px 27px 32px;

    border-bottom:
        1px solid #E7E7E7;

    background:
        #FFFFFF;
}


.modal-service-icon {

    width:
        96px;

    height:
        96px;

    flex-shrink:
        0;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid rgba(212, 175, 55, 0.5);

    border-radius:
        16px;

    background:
        #FFFDF7;
}


.modal-service-icon svg {

    width:
        70px;

    height:
        70px;

    fill:
        none;

    stroke:
        var(--gold);

    stroke-width:
        7;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


.modal-meta {

    display:
        flex;

    align-items:
        center;

    gap:
        9px;

    margin-bottom:
        5px;
}


.modal-meta span:first-child {

    color:
        var(--gold-dark);

    font-size:
        13px;

    font-weight:
        900;
}


.modal-meta span:last-child {

    color:
        #777777;

    font-size:
        10px;

    font-weight:
        850;

    letter-spacing:
        1.7px;
}


.modal-header h2 {

    color:
        #111111;

    font-size:
        36px;

    line-height:
        1.05;

    font-weight:
        900;

    letter-spacing:
        -1px;

    margin-bottom:
        7px;
}


.modal-header p {

    max-width:
        800px;

    color:
        #555555;

    font-size:
        14.5px;

    line-height:
        1.5;

    font-weight:
        500;
}


/* =========================================================
   MODAL BODY
========================================================= */

.modal-body {

    display:
        grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(360px, 0.8fr);

    gap:
        30px;

    padding:
        29px 32px 33px;
}


/* =========================================================
   INFORMATION
========================================================= */

.modal-information {

    min-width:
        0;
}


.modal-section {

    margin-bottom:
        22px;
}


.modal-section h3 {

    color:
        #111111;

    font-size:
        17px;

    line-height:
        1.2;

    font-weight:
        850;

    margin-bottom:
        8px;
}


.modal-section h3::after {

    content:
        "";

    display:
        block;

    width:
        38px;

    height:
        2px;

    margin-top:
        6px;

    background:
        var(--gold);
}


.modal-section p {

    color:
        #555555;

    font-size:
        13.8px;

    line-height:
        1.58;

    font-weight:
        500;
}


.modal-two-column {

    display:
        grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        28px;
}


.modal-section ul {

    list-style:
        none;

    display:
        grid;

    gap:
        7px;
}


.modal-section li {

    position:
        relative;

    padding-left:
        21px;

    color:
        #333333;

    font-size:
        13.5px;

    line-height:
        1.4;

    font-weight:
        550;
}


.modal-section li::before {

    content:
        "✓";

    position:
        absolute;

    left:
        0;

    top:
        0;

    color:
        var(--gold-dark);

    font-weight:
        900;
}


/* =========================================================
   PROCESS
========================================================= */

.process-grid {

    display:
        grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap:
        7px;
}


.process-item {

    min-height:
        72px;

    padding:
        10px;

    border:
        1px solid #E4E4E4;

    border-radius:
        9px;

    background:
        #FAFAFA;
}


.process-item span {

    display:
        block;

    color:
        var(--gold-dark);

    font-size:
        11px;

    font-weight:
        900;

    margin-bottom:
        7px;
}


.process-item strong {

    display:
        block;

    color:
        #333333;

    font-size:
        11px;

    line-height:
        1.35;

    font-weight:
        700;
}


/* =========================================================
   LEAD FORM PANEL
========================================================= */

.lead-panel {

    align-self:
        start;

    padding:
        24px;

    border:
        1px solid #E1E1E1;

    border-top:
        4px solid var(--gold);

    border-radius:
        15px;

    background:
        #FFFFFF;

    box-shadow:
        0 7px 28px rgba(0, 0, 0, 0.05);
}


.lead-heading > span {

    color:
        var(--gold-dark);

    font-size:
        10.5px;

    font-weight:
        900;

    letter-spacing:
        1.7px;
}


.lead-heading h3 {

    color:
        #111111;

    font-size:
        28px;

    line-height:
        1.05;

    font-weight:
        900;

    margin:
        7px 0 8px;
}


.lead-heading h3 strong {

    color:
        var(--gold-dark);
}


.lead-heading p {

    color:
        #666666;

    font-size:
        12.8px;

    line-height:
        1.5;

    margin-bottom:
        18px;
}


/* =========================================================
   FORM
========================================================= */

.form-row {

    display:
        grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        11px;
}


.form-group {

    margin-bottom:
        12px;
}


.form-group label {

    display:
        block;

    color:
        #222222;

    font-size:
        11.5px;

    line-height:
        1;

    font-weight:
        800;

    margin-bottom:
        7px;
}


.form-group input,
.form-group textarea {

    width:
        100%;

    border:
        1px solid #DCDCDC;

    border-radius:
        8px;

    background:
        #FFFFFF;

    color:
        #111111;

    padding:
        10px 11px;

    font-size:
        12.5px;

    line-height:
        1.4;

    font-weight:
        500;
}


.form-group textarea {

    min-height:
        88px;

    resize:
        vertical;
}


.form-group input::placeholder,
.form-group textarea::placeholder {

    color:
        #999999;
}


/* =========================================================
   SUBMIT
========================================================= */

.strategy-button {

    width:
        100%;

    min-height:
        47px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        13px;

    margin-top:
        2px;

    border:
        1px solid #111111;

    border-radius:
        9px;

    background:
        #080808;

    color:
        var(--gold);

    font-size:
        14px;

    font-weight:
        850;
}


.strategy-button strong {

    font-size:
        21px;
}


.privacy-note {

    color:
        #888888;

    font-size:
        10px;

    line-height:
        1.45;

    text-align:
        center;

    margin-top:
        8px;
}


/* =========================================================
   SUCCESS
========================================================= */

.success-message {

    display:
        none;

    text-align:
        center;

    padding:
        32px 8px 15px;
}


.success-message.show {

    display:
        block;
}


.success-check {

    width:
        58px;

    height:
        58px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    margin:
        0 auto 16px;

    border-radius:
        50%;

    background:
        var(--gold);

    color:
        #FFFFFF;

    font-size:
        26px;

    font-weight:
        900;
}


.success-message h3 {

    color:
        #111111;

    font-size:
        23px;

    font-weight:
        900;

    margin-bottom:
        9px;
}


.success-message p {

    color:
        #666666;

    font-size:
        13px;

    line-height:
        1.55;

    margin-bottom:
        17px;
}


.success-message button {

    min-width:
        120px;

    padding:
        10px 18px;

    border:
        1px solid #111111;

    border-radius:
        8px;

    background:
        #111111;

    color:
        var(--gold);

    font-size:
        12px;

    font-weight:
        800;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1250px) {

    .services-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }


    .modal-body {

        grid-template-columns:
            1fr;
    }


    .lead-panel {

        width:
            100%;

        max-width:
            700px;

        margin:
            0 auto;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .services-section {

        padding:
            48px 18px 55px;
    }


    .services-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap:
            18px;
    }


    .service-card {

        padding:
            22px 20px 19px;
    }


    .service-number {

        font-size:
            46px;
    }


    .service-icon {

        width:
            72px;

        height:
            72px;
    }


    .service-card h2 {

        font-size:
            25px;
    }


    .modal-header {

        padding:
            28px 60px 24px 24px;
    }


    .modal-body {

        padding:
            24px;
    }


    .process-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 620px) {

    .services-section {

        padding:
            40px 14px 48px;
    }


    .services-heading {

        margin-bottom:
            29px;
    }


    .services-heading h1 {

        font-size:
            32px;

        letter-spacing:
            -1px;
    }


    .services-heading p {

        font-size:
            14px;
    }


    .services-grid {

        grid-template-columns:
            1fr;

        gap:
            16px;
    }


    .service-card {

        padding:
            22px 20px 18px;
    }


    .service-number {

        font-size:
            45px;
    }


    .service-icon {

        width:
            75px;

        height:
            75px;
    }


    .service-card h2 {

        font-size:
            26px;
    }


    .card-description {

        min-height:
            auto;

        font-size:
            15px;
    }


    /* MODAL */

    .service-modal {

        padding:
            9px;
    }


    .modal-box {

        max-height:
            calc(100vh - 18px);

        border-radius:
            17px;
    }


    .modal-header {

        align-items:
            flex-start;

        gap:
            14px;

        padding:
            24px 52px 21px 17px;
    }


    .modal-service-icon {

        width:
            67px;

        height:
            67px;
    }


    .modal-service-icon svg {

        width:
            49px;

        height:
            49px;
    }


    .modal-header h2 {

        font-size:
            27px;
    }


    .modal-header p {

        font-size:
            12.8px;
    }


    .modal-close {

        width:
            37px;

        height:
            37px;

        top:
            11px;

        right:
            11px;

        font-size:
            25px;
    }


    .modal-body {

        padding:
            20px 17px 24px;

        gap:
            20px;
    }


    .modal-two-column {

        grid-template-columns:
            1fr;

        gap:
            2px;
    }


    .modal-section h3 {

        font-size:
            16px;
    }


    .modal-section p,
    .modal-section li {

        font-size:
            13px;
    }


    .process-grid {

        grid-template-columns:
            1fr 1fr;
    }


    .form-row {

        grid-template-columns:
            1fr;

        gap:
            0;
    }


    .lead-panel {

        padding:
            19px 16px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .services-heading h1 {

        font-size:
            29px;
    }


    .service-number {

        font-size:
            41px;
    }


    .service-icon {

        width:
            68px;

        height:
            68px;
    }


    .service-card h2 {

        font-size:
            24px;
    }


    .modal-header {

        flex-direction:
            column;
    }


    .modal-header h2 {

        font-size:
            25px;
    }


    .process-grid {

        grid-template-columns:
            1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be68f50 *//* =========================================================
   PREMIUM PROCESS SECTION
   ========================================================= */

.marketing-process {
  width: 100%;
  background: #ffffff;
  padding: 42px 24px 48px;
  box-sizing: border-box;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  color: #111111;
}

.process-inner {
  width: min(1380px, 100%);
  margin: 0 auto;
}


/* =========================================================
   HEADLINE
   ========================================================= */

.process-title {
  margin: 0 0 30px;
  padding: 0;

  text-align: center;

  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(25px, 2.15vw, 35px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.5px;

  color: #111111;
}

.process-title span {
  color: #111111;
}

.process-title strong {
  color: #d4af37;
  font-weight: 800;
}


/* =========================================================
   FIVE-STAGE FLOW
   ========================================================= */

.process-flow {
  width: 100%;

  display: grid;

  grid-template-columns:
    minmax(145px, 1fr)
    58px
    minmax(145px, 1fr)
    58px
    minmax(145px, 1fr)
    58px
    minmax(145px, 1fr)
    58px
    minmax(145px, 1fr);

  align-items: start;
}


/* =========================================================
   PROCESS ITEM
   ========================================================= */

.process-item {
  min-width: 0;
  text-align: center;
  box-sizing: border-box;
}


/* =========================================================
   BLACK CIRCLE ICON
   ========================================================= */

.process-icon {
  width: 67px;
  height: 67px;

  margin: 0 auto 14px;

  border-radius: 50%;

  background: #050505;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
}

.process-icon svg {
  width: 39px;
  height: 39px;

  fill: none;

  stroke: #d4af37;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   STAGE HEADLINE
   ========================================================= */

.process-item h3 {
  margin: 0 0 8px;

  color: #d4af37;

  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;

  letter-spacing: 0.15px;
}


/* =========================================================
   PLATFORM TEXT
   ========================================================= */

.process-platforms {
  min-height: 21px;

  margin: 0 0 6px;

  color: #222222;

  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;

  white-space: nowrap;
}

.process-platforms span {
  color: #d4af37;
  font-weight: 800;

  padding: 0 3px;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.process-item p {
  margin: 0 auto;

  max-width: 185px;

  color: #333333;

  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
}


/* =========================================================
   ARROWS
   ========================================================= */

.process-arrow {
  height: 67px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
}

.process-arrow span {
  position: absolute;

  left: 4px;
  right: 4px;

  top: 50%;

  height: 1px;

  background: #d4af37;

  transform: translateY(-50%);
}

.process-arrow svg {
  position: relative;
  z-index: 2;

  width: 30px;
  height: 20px;

  background: #ffffff;

  padding: 0 2px;

  box-sizing: content-box;

  stroke: #d4af37;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (max-width: 1200px) {

  .marketing-process {
    padding-left: 18px;
    padding-right: 18px;
  }

  .process-flow {
    grid-template-columns:
      minmax(125px, 1fr)
      45px
      minmax(125px, 1fr)
      45px
      minmax(125px, 1fr)
      45px
      minmax(125px, 1fr)
      45px
      minmax(125px, 1fr);
  }

  .process-icon {
    width: 62px;
    height: 62px;
  }

  .process-icon svg {
    width: 36px;
    height: 36px;
  }

  .process-item h3 {
    font-size: 17px;
  }

  .process-platforms {
    font-size: 12.5px;
  }

  .process-item p {
    font-size: 12.5px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

  .marketing-process {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .process-title {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .process-flow {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .process-arrow {
    display: none;
  }

  .process-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
  }

  .process-icon svg {
    width: 33px;
    height: 33px;
  }

  .process-item h3 {
    font-size: 16px;
  }

  .process-platforms {
    white-space: normal;
    font-size: 11.5px;
  }

  .process-item p {
    font-size: 11.5px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

  .marketing-process {
    padding: 38px 18px 42px;
  }

  .process-title {
    font-size: 26px;
    line-height: 1.12;
    margin-bottom: 35px;
  }

  .process-flow {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .process-item {
    width: 100%;
  }

  .process-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 13px;
  }

  .process-icon svg {
    width: 38px;
    height: 38px;
  }

  .process-item h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .process-platforms {
    font-size: 14px;
    line-height: 1.4;
    min-height: auto;
    margin-bottom: 5px;
  }

  .process-item p {
    max-width: 280px;
    font-size: 13.5px;
    line-height: 1.45;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .marketing-process {
    padding-left: 14px;
    padding-right: 14px;
  }

  .process-title {
    font-size: 23px;
  }

  .process-item h3 {
    font-size: 18px;
  }

  .process-platforms {
    font-size: 13px;
  }

  .process-item p {
    font-size: 13px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5468c58 *//* =========================================
   PREMIUM PERFORMANCE METRICS
   ========================================= */

.performance-metrics {
  width: 100%;
  background: #ffffff;
  padding: 72px 32px;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.metrics-container {
  width: min(1400px, 100%);
  margin: 0 auto;
}

/* =========================================
   HEADING
   ========================================= */

.metrics-heading {
  margin: 0 0 42px;
  color: #111111;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.8px;
  text-align: center;
}

/* =========================================
   FIVE CARD GRID
   ========================================= */

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

/* =========================================
   METRIC CARD
   ========================================= */

.metric-card {
  min-width: 0;
  min-height: 210px;
  padding: 32px 24px 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 12px;

  box-sizing: border-box;

  box-shadow:
    0 4px 14px rgba(17, 17, 17, 0.035);

  text-align: center;
}

/* =========================================
   ICON
   ========================================= */

.metric-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #d4af37;
}

.metric-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #d4af37;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================
   CONTENT
   ========================================= */

.metric-content {
  width: 100%;
}

.metric-content h3 {
  margin: 0 0 8px;

  color: #d4af37;

  font-family: "Poppins", "Inter", sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.3px;
}

.metric-content p {
  margin: 0;

  color: #222222;

  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1150px) {
  .performance-metrics {
    padding: 64px 24px;
  }

  .metrics-grid {
    gap: 16px;
  }

  .metric-card {
    min-height: 200px;
    padding: 28px 18px;
  }

  .metric-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
  }

  .metric-content h3 {
    font-size: 24px;
  }

  .metric-content p {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 8px);
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 600px) {
  .performance-metrics {
    padding: 52px 18px;
  }

  .metrics-heading {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.18;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .metric-card,
  .metric-card:last-child {
    width: 100%;
    max-width: none;
    min-height: 190px;
    grid-column: auto;
  }

  .metric-icon {
    width: 54px;
    height: 54px;
  }

  .metric-content h3 {
    font-size: 25px;
  }

  .metric-content p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c16b33 *//* =========================================================
   PREMIUM DIGITAL MARKETING SOLUTION FINDER
   GOLD + BLACK + WHITE
========================================================= */

:root {

    --white: #FFFFFF;

    --black: #111111;
    --black-soft: #1A1A1A;

    --gold: #D4AF37;
    --gold-dark: #B58D16;
    --gold-deep: #9A7410;

    --text: #222222;
    --text-gray: #555555;
    --text-light: #707070;

    --border: #E4E4E4;
    --border-dark: #D3D3D3;

    --cream: #FBF8EE;

    --heading-font: "Poppins", sans-serif;
    --body-font: "Inter", sans-serif;
}


/* =========================================================
   RESET
========================================================= */

* {
    box-sizing: border-box;

    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: auto;
}

body {

    width: 100%;

    background: #FFFFFF;

    color: var(--black);

    font-family: var(--body-font);

    -webkit-font-smoothing: antialiased;

    text-rendering: optimizeLegibility;
}

body.modal-open {
    overflow: hidden;
}

button,
input,
textarea {
    font-family: inherit;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.solution-finder {

    width: 100%;

    padding:
        48px
        24px
        54px;

    background: #FFFFFF;
}

.solution-container {

    width: min(
        1380px,
        100%
    );

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.solution-header {

    width: 100%;

    text-align: center;

    margin-bottom: 35px;
}


/*
   GOLD + BLACK HEADLINE
*/

.main-heading {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 9px;

    font-family:
        var(--heading-font);

    font-size:
        clamp(
            29px,
            3.2vw,
            43px
        );

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -0.8px;

    text-transform: uppercase;
}


/* GOLD */

.gold-text {

    position: relative;

    color: var(--gold-dark);

    font-weight: 800;
}


/*
   Strong gold underline
*/

.gold-text::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -8px;

    height: 3px;

    background: var(--gold);

    border-radius: 3px;
}


/* BLACK */

.black-text {

    color: #111111;

    font-weight: 800;
}


/* HEADER DESCRIPTION */

.header-description {

    max-width: 790px;

    margin:
        20px
        auto
        0;

    color: #555555;

    font-size: 15px;

    font-weight: 500;

    line-height: 1.6;
}


/* =========================================================
   FIVE CARD GRID
========================================================= */

.solution-grid {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(
            5,
            minmax(
                0,
                1fr
            )
        );

    gap: 14px;

    align-items: stretch;
}


/* =========================================================
   CARD
========================================================= */

.solution-card {

    min-width: 0;

    min-height: 252px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    background: #FFFFFF;

    border:
        1px solid
        var(--border);

    border-radius: 12px;

    padding:
        25px
        16px
        18px;

    box-shadow:
        0 3px 12px
        rgba(
            17,
            17,
            17,
            0.035
        );
}


/* =========================================================
   ICON
========================================================= */

.solution-icon {

    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 16px;

    color:
        var(--gold-dark);
}

.solution-icon svg {

    width: 59px;
    height: 59px;

    fill: none;

    stroke:
        currentColor;

    /*
       THICK ICON LINES
    */

    stroke-width: 3.4;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.black-icon {

    color: #111111;
}


/* =========================================================
   CARD HEADING
========================================================= */

.solution-card h3 {

    min-height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #111111;

    font-family:
        var(--heading-font);

    font-size: 17px;

    font-weight: 800;

    line-height: 1.28;

    letter-spacing: -0.2px;

    margin-bottom: 8px;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.service-description {

    min-height: 43px;

    color: #555555;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.55;

    margin-bottom: 16px;
}


/* =========================================================
   BUTTON
========================================================= */

.solution-btn {

    width: auto;

    min-width: 145px;

    min-height: 43px;

    margin-top: auto;

    padding:
        9px
        15px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    cursor: pointer;

    color: #FFFFFF;

    background: #111111;

    border:
        2px solid
        #111111;

    border-radius: 6px;

    font-size: 12.5px;

    font-weight: 800;

    line-height: 1;
}


/*
   Gold arrows ONLY inside buttons.
   No upper decorative arrows.
*/

.solution-btn strong {

    color: var(--gold);

    font-size: 18px;

    font-weight: 900;
}


/* RECOMMENDATION BUTTON */

.recommendation-btn {

    color: #111111;

    background: #FFFFFF;

    border-color:
        var(--gold);
}

.recommendation-btn strong {

    color:
        var(--gold-dark);
}


/* =========================================================
   RESULT MODAL
========================================================= */

.result-modal {

    position: fixed;

    inset: 0;

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;
}


/*
   NO ANIMATION
*/

.result-modal.show {

    visibility: visible;

    opacity: 1;

    pointer-events: auto;
}


/* RESULT OVERLAY */

.modal-overlay {

    position: absolute;

    inset: 0;

    background:
        rgba(
            0,
            0,
            0,
            0.70
        );
}


/* =========================================================
   RESULT MODAL BOX
========================================================= */

.result-modal-box {

    position: relative;

    z-index: 2;

    width:
        min(
            900px,
            100%
        );

    max-height: 92vh;

    overflow-y: auto;

    background: #FFFFFF;

    border:
        2px solid
        rgba(
            212,
            175,
            55,
            0.70
        );

    border-radius: 17px;

    box-shadow:
        0 25px 80px
        rgba(
            0,
            0,
            0,
            0.30
        );
}


/* =========================================================
   GOLD TOP BAR
========================================================= */

.modal-gold-bar {

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 5px;

    background:
        var(--gold);
}


/* =========================================================
   CLOSE X
========================================================= */

.modal-close {

    position: absolute;

    z-index: 10;

    top: 18px;
    right: 18px;

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #D8D8D8;

    border-radius: 50%;

    background: #FFFFFF;

    cursor: pointer;
}

.modal-close span {

    position: absolute;

    width: 18px;

    height: 2px;

    background: #111111;
}

.modal-close span:first-child {

    transform:
        rotate(45deg);
}

.modal-close span:last-child {

    transform:
        rotate(-45deg);
}


/* =========================================================
   RESULT INNER
========================================================= */

.modal-inner {

    padding:
        39px
        47px
        25px;
}


/* =========================================================
   RESULT LABEL
========================================================= */

.result-label {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 22px;

    color:
        var(--gold-deep);

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1.7px;

    text-align: center;
}

.label-line {

    width: 36px;

    height: 3px;

    background:
        var(--gold);

    border-radius: 3px;
}


/* =========================================================
   RESULT HEADER
========================================================= */

.result-header {

    display: flex;

    align-items: flex-start;

    gap: 19px;

    padding-bottom: 26px;

    border-bottom:
        2px solid
        #EEEEEE;
}


/* RESULT ICON */

.result-icon {

    width: 66px;
    height: 66px;

    flex:
        0 0 66px;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        var(--cream);

    border:
        2px solid
        var(--gold);

    border-radius: 12px;

    color:
        var(--gold-deep);
}

.result-icon svg {

    width: 42px;
    height: 42px;

    fill: none;

    stroke:
        currentColor;

    stroke-width: 3.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* RESULT TAG */

.result-tag {

    margin-bottom: 7px;

    color:
        var(--gold-deep);

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1.25px;
}


/* TITLE */

.result-heading-content h2 {

    padding-right: 55px;

    color: #111111;

    font-family:
        var(--heading-font);

    font-size:
        clamp(
            24px,
            3vw,
            32px
        );

    font-weight: 800;

    line-height: 1.18;

    letter-spacing: -0.6px;

    margin-bottom: 9px;
}


/* INTRO */

.result-heading-content p {

    max-width: 690px;

    color: #555555;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.65;
}


/* =========================================================
   SUMMARY
========================================================= */

.result-summary {

    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr;

    align-items: center;

    margin-top: 21px;

    padding:
        17px
        18px;

    background: #FAFAFA;

    border:
        1px solid
        #E7E7E7;

    border-radius: 9px;
}


.summary-item {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 5px;

    text-align: center;
}


.summary-label {

    color:
        var(--gold-deep);

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.15px;
}


.summary-item strong {

    color: #111111;

    font-family:
        var(--heading-font);

    font-size: 12px;

    font-weight: 800;
}


.summary-divider {

    width: 1px;

    height: 31px;

    background:
        #DADADA;
}


/* =========================================================
   RESULT SECTIONS
========================================================= */

.result-section {

    padding:
        23px
        0;

    border-bottom:
        1px solid
        #ECECEC;
}


.section-heading {

    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 10px;
}


.section-number {

    color:
        var(--gold-deep);

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 0.7px;
}


.section-heading h3 {

    color: #111111;

    font-family:
        var(--heading-font);

    font-size: 16px;

    font-weight: 800;
}


.result-section > p {

    color: #4F4F4F;

    font-size: 13.5px;

    font-weight: 500;

    line-height: 1.72;
}


/* =========================================================
   SERVICES
========================================================= */

.recommended-services {

    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(
                0,
                1fr
            )
        );

    gap: 9px;
}


.recommended-service {

    min-height: 42px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding:
        10px
        12px;

    color: #242424;

    background: #FFFFFF;

    border:
        1px solid
        #E2E2E2;

    border-radius: 6px;

    font-size: 12px;

    font-weight: 700;
}


.service-check {

    width: 22px;
    height: 22px;

    flex:
        0 0 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #FFFFFF;

    background:
        var(--gold);

    border-radius: 50%;

    font-size: 12px;

    font-weight: 900;
}


/* =========================================================
   OBJECTIVE
========================================================= */

.objective-panel {

    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 16px;

    background:
        var(--cream);

    border:
        2px solid
        #E8D99E;

    border-radius: 9px;
}


.check-circle {

    width: 25px;
    height: 25px;

    flex:
        0 0 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #FFFFFF;

    background:
        var(--gold);

    border-radius: 50%;

    font-size: 13px;

    font-weight: 900;
}


.objective-panel p {

    color: #333333;

    font-size: 13.5px;

    font-weight: 700;

    line-height: 1.6;
}


/* =========================================================
   RESULT FOOTER
========================================================= */

.result-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding-top: 24px;
}


.footer-copy {

    display: flex;

    flex-direction: column;

    gap: 4px;
}


.footer-copy strong {

    color: #111111;

    font-family:
        var(--heading-font);

    font-size: 15px;

    font-weight: 800;
}


.footer-copy span {

    color: #666666;

    font-size: 12px;

    font-weight: 500;
}


/* =========================================================
   START STRATEGY BUTTON
========================================================= */

.result-cta {

    min-height: 49px;

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding:
        12px
        21px;

    color: #111111;

    background:
        var(--gold);

    border:
        2px solid
        var(--gold);

    border-radius: 7px;

    cursor: pointer;

    font-size: 12.5px;

    font-weight: 900;

    box-shadow:
        0 5px 15px
        rgba(
            212,
            175,
            55,
            0.20
        );
}


/* =========================================================
   BOTTOM CLOSE
========================================================= */

.bottom-close-btn {

    width: 100%;

    min-height: 43px;

    margin-top: 18px;

    color: #555555;

    background: #FFFFFF;

    border:
        1px solid
        #DCDCDC;

    border-radius: 7px;

    cursor: pointer;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================================
   FORM MODAL
========================================================= */

.form-modal {

    position: fixed;

    inset: 0;

    z-index: 10000;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;
}


.form-modal.show {

    visibility: visible;

    opacity: 1;

    pointer-events: auto;
}


/* FORM OVERLAY */

.form-overlay {

    position: absolute;

    inset: 0;

    background:
        rgba(
            0,
            0,
            0,
            0.72
        );
}


/* =========================================================
   FORM BOX
========================================================= */

.form-modal-box {

    position: relative;

    z-index: 2;

    width:
        min(
            820px,
            100%
        );

    max-height: 94vh;

    overflow-y: auto;

    background:
        #FFFFFF;

    border:
        2px solid
        rgba(
            212,
            175,
            55,
            0.70
        );

    border-radius: 17px;

    box-shadow:
        0 25px 80px
        rgba(
            0,
            0,
            0,
            0.30
        );
}


.form-gold-bar {

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 5px;

    background:
        var(--gold);
}


/* FORM INNER */

.form-inner {

    padding:
        39px
        47px
        25px;
}


/* =========================================================
   FORM LABEL
========================================================= */

.form-label {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 14px;

    color:
        var(--gold-deep);

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


.form-label span {

    width: 30px;

    height: 3px;

    background:
        var(--gold);

    border-radius: 3px;
}


/* =========================================================
   FORM HEADING
========================================================= */

.form-heading {

    padding-bottom: 22px;

    border-bottom:
        2px solid
        #EEEEEE;
}


.form-heading h2 {

    padding-right: 55px;

    color: #111111;

    font-family:
        var(--heading-font);

    font-size:
        clamp(
            24px,
            3vw,
            31px
        );

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -0.5px;

    margin-bottom: 9px;
}


.form-heading p {

    max-width: 680px;

    color: #555555;

    font-size: 13.5px;

    font-weight: 500;

    line-height: 1.65;
}


/* =========================================================
   SELECTED SOLUTION
========================================================= */

.selected-solution {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin:
        20px
        0
        22px;

    padding:
        13px
        15px;

    background:
        var(--cream);

    border:
        1px solid
        #E6D79B;

    border-radius: 8px;
}


.selected-solution span {

    color:
        var(--gold-deep);

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.1px;
}


.selected-solution strong {

    color: #111111;

    font-family:
        var(--heading-font);

    font-size: 12px;

    font-weight: 800;

    text-align: right;
}


/* =========================================================
   FORM GRID
========================================================= */

.form-grid {

    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(
                0,
                1fr
            )
        );

    gap:
        18px
        15px;
}


.form-field {

    min-width: 0;

    display: flex;

    flex-direction: column;
}


.full-field {

    grid-column:
        1 / -1;
}


/* LABEL */

.form-field label {

    margin-bottom: 7px;

    color: #222222;

    font-size: 12px;

    font-weight: 800;
}


.form-field label span {

    color:
        var(--gold-deep);

    font-weight: 900;
}


/* INPUT */

.form-field input,
.form-field textarea {

    width: 100%;

    color: #111111;

    background: #FFFFFF;

    border:
        1px solid
        #D9D9D9;

    border-radius: 7px;

    outline: none;

    font-size: 13px;

    font-weight: 500;
}


/* INPUT */

.form-field input {

    height: 46px;

    padding:
        0
        13px;
}


/* TEXTAREA */

.form-field textarea {

    min-height: 125px;

    padding:
        12px
        13px;

    resize: vertical;

    line-height: 1.55;
}


/* PLACEHOLDER */

.form-field input::placeholder,
.form-field textarea::placeholder {

    color: #999999;
}


/* FOCUS */

.form-field input:focus,
.form-field textarea:focus {

    border-color:
        var(--gold);

    box-shadow:
        0 0 0 2px
        rgba(
            212,
            175,
            55,
            0.10
        );
}


/* =========================================================
   FORM MESSAGE
========================================================= */

.form-message {

    min-height: 20px;

    margin-top: 13px;

    font-size: 12px;

    font-weight: 700;
}


.form-message.success {

    padding:
        11px
        13px;

    color: #4D3B00;

    background:
        #FBF8EE;

    border:
        1px solid
        #E4D394;

    border-radius: 6px;
}


/* =========================================================
   FORM ACTIONS
========================================================= */

.form-actions {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-top: 20px;

    padding-top: 19px;

    border-top:
        1px solid
        #ECECEC;
}


/* BACK */

.back-btn {

    min-height: 46px;

    padding:
        10px
        15px;

    color: #555555;

    background: #FFFFFF;

    border:
        1px solid
        #D8D8D8;

    border-radius: 7px;

    cursor: pointer;

    font-size: 11.5px;

    font-weight: 700;
}


/* SUBMIT */

.submit-btn {

    min-height: 48px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding:
        11px
        20px;

    color: #111111;

    background:
        var(--gold);

    border:
        2px solid
        var(--gold);

    border-radius: 7px;

    cursor: pointer;

    font-size: 12px;

    font-weight: 900;
}


.submit-btn strong {

    font-size: 18px;

    font-weight: 900;
}


/* =========================================================
   FORM BOTTOM CLOSE
========================================================= */

.bottom-form-close {

    width: 100%;

    min-height: 42px;

    margin-top: 16px;

    color: #555555;

    background: #FFFFFF;

    border:
        1px solid
        #DCDCDC;

    border-radius: 7px;

    cursor: pointer;

    font-size: 11.5px;

    font-weight: 700;
}


/* FORM NOTE */

.form-note {

    margin-top: 12px;

    color: #8A8A8A;

    font-size: 10.5px;

    font-weight: 500;

    line-height: 1.5;

    text-align: center;
}


/* =========================================================
   SCROLLBARS
========================================================= */

.result-modal-box::-webkit-scrollbar,
.form-modal-box::-webkit-scrollbar {

    width: 7px;
}


.result-modal-box::-webkit-scrollbar-track,
.form-modal-box::-webkit-scrollbar-track {

    background: #F5F5F5;
}


.result-modal-box::-webkit-scrollbar-thumb,
.form-modal-box::-webkit-scrollbar-thumb {

    background:
        var(--gold);

    border-radius: 20px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .solution-finder {

        padding:
            42px
            20px
            48px;
    }


    .solution-grid {

        grid-template-columns:
            repeat(
                3,
                minmax(
                    0,
                    1fr
                )
            );
    }


    .recommended-services {

        grid-template-columns:
            repeat(
                2,
                minmax(
                    0,
                    1fr
                )
            );
    }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 760px) {

    .solution-finder {

        padding:
            38px
            16px
            43px;
    }


    .main-heading {

        font-size: 28px;

        gap: 7px;
    }


    .header-description {

        font-size: 13.5px;
    }


    .solution-grid {

        grid-template-columns:
            repeat(
                2,
                minmax(
                    0,
                    1fr
                )
            );

        gap: 12px;
    }


    .solution-card {

        min-height: 242px;

        padding:
            22px
            14px
            17px;
    }


    .solution-card h3 {

        font-size: 16px;
    }


    .result-modal,
    .form-modal {

        padding: 14px;
    }


    .result-modal-box,
    .form-modal-box {

        max-height: 94vh;

        border-radius: 14px;
    }


    .modal-inner,
    .form-inner {

        padding:
            35px
            24px
            25px;
    }


    .result-heading-content h2,
    .form-heading h2 {

        padding-right: 30px;

        font-size: 23px;
    }


    .result-summary {

        grid-template-columns: 1fr;

        gap: 12px;
    }


    .summary-divider {

        width: 100%;

        height: 1px;
    }


    .result-footer {

        flex-direction: column;

        align-items: stretch;
    }


    .result-cta {

        width: 100%;
    }


    .selected-solution {

        align-items: flex-start;

        flex-direction: column;

        gap: 5px;
    }


    .selected-solution strong {

        text-align: left;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 520px) {

    .solution-finder {

        padding:
            32px
            12px
            38px;
    }


    .main-heading {

        display: block;

        font-size: 24px;

        line-height: 1.25;
    }


    .gold-text,
    .black-text {

        display: inline;
    }


    .header-description {

        margin-top: 18px;

        font-size: 12.5px;

        line-height: 1.55;
    }


    .solution-grid {

        grid-template-columns: 1fr;

        gap: 10px;
    }


    .solution-card {

        min-height: auto;

        padding:
            23px
            18px
            18px;
    }


    .solution-icon {

        width: 59px;
        height: 59px;
    }


    .solution-icon svg {

        width: 57px;
        height: 57px;
    }


    .solution-card h3 {

        min-height: auto;

        font-size: 17px;
    }


    .service-description {

        min-height: auto;

        font-size: 13px;
    }


    .solution-btn {

        width: 100%;

        max-width: 230px;
    }


    .modal-inner,
    .form-inner {

        padding:
            33px
            17px
            24px;
    }


    .result-label {

        font-size: 8.5px;

        letter-spacing: 1.1px;

        gap: 7px;
    }


    .label-line {

        width: 24px;
    }


    .result-header {

        gap: 12px;
    }


    .result-icon {

        width: 51px;
        height: 51px;

        flex-basis: 51px;
    }


    .result-icon svg {

        width: 33px;
        height: 33px;
    }


    .result-tag {

        font-size: 8px;

        letter-spacing: 0.9px;
    }


    .result-heading-content h2,
    .form-heading h2 {

        padding-right: 28px;

        font-size: 20px;
    }


    .result-heading-content p,
    .form-heading p {

        font-size: 12px;
    }


    .result-section {

        padding:
            20px
            0;
    }


    .section-heading h3 {

        font-size: 14px;
    }


    .result-section > p {

        font-size: 12.5px;
    }


    .recommended-services {

        grid-template-columns: 1fr;
    }


    .recommended-service {

        font-size: 11.5px;
    }


    .objective-panel p {

        font-size: 12.5px;
    }


    .footer-copy strong {

        font-size: 14px;
    }


    .footer-copy span {

        font-size: 11px;

        line-height: 1.5;
    }


    /* FORM */

    .form-grid {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .full-field {

        grid-column: auto;
    }


    .form-actions {

        flex-direction: column;

        align-items: stretch;
    }


    .back-btn,
    .submit-btn {

        width: 100%;
    }


    .form-close {

        top: 14px;
        right: 14px;

        width: 38px;
        height: 38px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .main-heading {

        font-size: 22px;
    }


    .modal-inner,
    .form-inner {

        padding-left: 14px;
        padding-right: 14px;
    }


    .result-heading-content h2,
    .form-heading h2 {

        font-size: 18px;
    }


    .result-heading-content p,
    .form-heading p {

        font-size: 11.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ea232a */```css
/* ============================================
   PREMIUM LUXURY CTA
   ============================================ */

:root {

  --black: #111111;
  --black-soft: #222222;
  --dark-gray: #444444;
  --gray: #777777;

  --gold: #D4AF37;
  --gold-dark: #B88D1B;
  --gold-light: #E9D68E;

  --blue: #1677FF;
  --blue-dark: #095CC7;

  --white: #FFFFFF;
  --border: #DDDDDD;

}


/* ============================================
   RESET
   ============================================ */

.growth-cta,
.growth-cta *,
.audit-modal,
.audit-modal * {
  box-sizing: border-box;
}


.growth-cta {

  width: 100%;

  background: var(--white);

  color: var(--black);

  font-family:
    Inter,
    Poppins,
    Arial,
    sans-serif;

  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;

}


/* ============================================
   MAIN COMPACT STRUCTURE
   ============================================ */

.growth-cta-inner {

  width: min(1440px, 100%);

  min-height: 220px;

  margin: 0 auto;

  padding: 24px 42px;

  display: grid;

  grid-template-columns:
    250px
    minmax(0, 1fr)
    260px;

  align-items: center;

  column-gap: 38px;

}


/* ============================================
   GRAPH
   ============================================ */

.growth-visual {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}


.growth-dashboard {

  position: relative;

  width: 238px;

  height: 166px;

  padding: 14px 15px 11px;

  background: #FFFFFF;

  border: 1px solid #D5D5D5;

  border-radius: 13px;

  box-shadow:
    0 12px 30px rgba(17,17,17,0.08),
    0 2px 5px rgba(17,17,17,0.04);

  overflow: hidden;

}


/* PREMIUM GOLD ACCENT */

.growth-dashboard::before {

  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  background: var(--gold);

}


/* HEADER */

.dashboard-header {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 7px;

}


.dashboard-header span {

  color: #656565;

  font-size: 8px;

  font-weight: 950;

  letter-spacing: 0.14em;

}


.dashboard-header strong {

  color: var(--gold-dark);

  font-size: 9px;

  font-weight: 950;

}


/* STATS */

.dashboard-stats {

  display: flex;

  gap: 25px;

}


.dashboard-stat {

  display: flex;

  flex-direction: column;

}


.dashboard-stat strong {

  color: var(--black);

  font-size: 20px;

  line-height: 1;

  font-weight: 950;

  letter-spacing: -0.04em;

}


.dashboard-stat small {

  margin-top: 3px;

  color: #777777;

  font-size: 8px;

  font-weight: 850;

}


/* GRAPH */

.graph-area {

  position: relative;

  height: 73px;

  margin-top: 5px;

  overflow: hidden;

}


.graph-lines {

  position: absolute;

  inset: 0;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}


.graph-lines span {

  width: 100%;

  height: 1px;

  background: #EEEEEE;

}


.graph-bars {

  position: absolute;

  left: 4px;
  right: 4px;
  bottom: 0;

  height: 59px;

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 7px;

}


.graph-bars i {

  display: block;

  width: 19px;

  border-radius: 3px 3px 0 0;

  background: #E4E4E4;

  border-top: 3px solid #BEBEBE;

}


.graph-bars i:nth-child(5),
.graph-bars i:nth-child(6) {

  background: #E8DAA5;

  border-top-color: var(--gold);

}


/* TREND */

.growth-trend {

  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

}


.growth-trend circle {

  fill: #FFFFFF;

  stroke: var(--gold);

  stroke-width: 3;

}


/* MONTHS */

.graph-months {

  display: flex;

  justify-content: space-between;

  padding: 0 2px;

  margin-top: 2px;

  color: #858585;

  font-size: 7px;

  font-weight: 850;

}


/* ============================================
   CONTENT
   ============================================ */

.growth-content {

  min-width: 0;

}


.growth-label {

  display: inline-block;

  margin-bottom: 8px;

  color: var(--gold-dark);

  font-size: 10px;

  font-weight: 950;

  letter-spacing: 0.15em;

}


/* HEADLINE — BLACK + GOLD */

.growth-content h2 {

  max-width: 720px;

  margin: 0;

  color: var(--black);

  font-family:
    Poppins,
    Inter,
    Arial,
    sans-serif;

  font-size: clamp(28px, 2.65vw, 41px);

  line-height: 1.07;

  font-weight: 950;

  letter-spacing: -0.045em;

}


.growth-content h2::first-line {

  color: var(--black);

}


.growth-content .gold-text {

  color: var(--gold-dark);

  font-weight: 950;

}


/* DESCRIPTION */

.growth-description {

  max-width: 700px;

  margin: 10px 0 14px;

  color: #3C3C3C;

  font-size: 13px;

  line-height: 1.5;

  font-weight: 650;

}


/* ============================================
   BENEFITS
   ============================================ */

.growth-benefits {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 17px;

}


.benefit {

  display: inline-flex;

  align-items: center;

  gap: 6px;

  color: #1F1F1F;

  font-size: 10px;

  font-weight: 900;

}


.benefit-icon {

  width: 18px;
  height: 18px;

  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  border: 2px solid var(--gold);

  border-radius: 50%;

  color: var(--gold-dark);

  font-size: 10px;

  font-weight: 950;

}


/* ============================================
   RIGHT ACTIONS
   ============================================ */

.growth-actions {

  display: flex;

  flex-direction: column;

  gap: 10px;

}


/* ============================================
   AUDIT BUTTON
   ============================================ */

.audit-cta {

  width: 100%;

  min-height: 50px;

  padding: 0 15px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 10px;

  border: 2px solid var(--gold);

  border-radius: 9px;

  background: var(--gold);

  color: #111111;

  font-family: inherit;

  font-size: 12px;

  font-weight: 950;

  cursor: pointer;

  box-shadow:
    0 7px 18px rgba(212,175,55,0.18);

}


.audit-button-text {

  flex: 1;

  text-align: left;

  font-weight: 950;

}


.audit-cta > b {

  font-size: 19px;

  font-weight: 950;

}


/* ============================================
   PREMIUM AUDIT ICON
   GOLD BY DEFAULT
   ============================================ */

.audit-icon {

  width: 27px;
  height: 27px;

  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  color: #8D6810;

}


.audit-icon svg {

  width: 25px;
  height: 25px;

  fill: none;

  stroke: currentColor;

  stroke-width: 2;

  stroke-linecap: round;

  stroke-linejoin: round;

}


/* ============================================
   ICON BECOMES BLUE WHEN CLICKED
   ============================================ */

.audit-icon-active {

  color: var(--blue);

}


.audit-cta:hover .audit-icon {

  color: #6E4E08;

}


.audit-cta:focus-visible .audit-icon {

  color: var(--blue);

}


/* ============================================
   WHATSAPP
   ============================================ */

.whatsapp-cta {

  width: 100%;

  min-height: 48px;

  padding: 0 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  border: 2px solid #D7D7D7;

  border-radius: 9px;

  background: #FFFFFF;

  color: #111111;

  text-decoration: none;

  font-size: 11px;

  font-weight: 950;

}


.whatsapp-cta:hover {

  border-color: var(--gold);

}


.whatsapp-icon {

  width: 23px;
  height: 23px;

  display: flex;

  align-items: center;
  justify-content: center;

}


.whatsapp-icon svg {

  width: 22px;
  height: 22px;

  fill: #128C4A;

}


.whatsapp-label {

  color: #171717;

  font-weight: 950;

}


/* ============================================
   MODAL
   ============================================ */

body.audit-modal-open {

  overflow: hidden;

}


.audit-modal {

  position: fixed;

  inset: 0;

  z-index: 999999;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 20px;

  visibility: hidden;

  opacity: 0;

}


.audit-modal.active {

  visibility: visible;

  opacity: 1;

}


.audit-overlay {

  position: absolute;

  inset: 0;

  background: rgba(10,10,10,0.74);

}


.audit-modal-box {

  position: relative;

  z-index: 2;

  width: min(720px, 100%);

  max-height: calc(100vh - 40px);

  overflow-y: auto;

  padding: 30px;

  background: #FFFFFF;

  border: 1px solid #DADADA;

  border-top: 5px solid var(--gold);

  border-radius: 17px;

  box-shadow:
    0 35px 100px rgba(0,0,0,0.32);

}


/* ============================================
   CLOSE
   ============================================ */

.audit-close {

  position: absolute;

  top: 13px;
  right: 15px;

  width: 36px;
  height: 36px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid #D6D6D6;

  border-radius: 50%;

  background: #FFFFFF;

  color: #111111;

  font-size: 23px;

  font-weight: 800;

  cursor: pointer;

}


.audit-close:hover {

  border-color: var(--gold);

  color: var(--gold-dark);

}


/* ============================================
   MODAL HEADING
   ============================================ */

.audit-heading {

  padding-right: 40px;

  margin-bottom: 21px;

}


.audit-heading > span {

  display: block;

  margin-bottom: 7px;

  color: var(--gold-dark);

  font-size: 10px;

  font-weight: 950;

  letter-spacing: 0.15em;

}


.audit-heading h3 {

  margin: 0;

  color: var(--black);

  font-family:
    Poppins,
    Inter,
    sans-serif;

  font-size: 29px;

  line-height: 1.1;

  font-weight: 950;

}


.audit-heading h3 strong {

  color: var(--gold-dark);

  font-weight: 950;

}


.audit-heading p {

  margin: 9px 0 0;

  color: #4A4A4A;

  font-size: 13px;

  line-height: 1.55;

  font-weight: 550;

}


/* ============================================
   FORM
   ============================================ */

.audit-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 14px;

}


.audit-field {

  display: flex;

  flex-direction: column;

}


.audit-full {

  grid-column: 1 / -1;

}


.audit-field label {

  margin-bottom: 6px;

  color: #171717;

  font-size: 11px;

  font-weight: 900;

}


.audit-field input,
.audit-field select,
.audit-field textarea {

  width: 100%;

  border: 1.5px solid #D5D5D5;

  border-radius: 8px;

  background: #FFFFFF;

  color: #111111;

  font-family: inherit;

  font-size: 12px;

  font-weight: 650;

}


.audit-field input,
.audit-field select {

  height: 43px;

  padding: 0 12px;

}


.audit-field textarea {

  min-height: 88px;

  padding: 11px 12px;

  resize: vertical;

}


.audit-field input:focus,
.audit-field select:focus,
.audit-field textarea:focus {

  outline: none;

  border-color: var(--gold);

  box-shadow:
    0 0 0 3px rgba(212,175,55,0.13);

}


/* ============================================
   SUBMIT
   ============================================ */

.submit-audit {

  width: 100%;

  min-height: 49px;

  margin-top: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  border: 2px solid var(--gold);

  border-radius: 9px;

  background: var(--gold);

  color: #111111;

  font-family: inherit;

  font-size: 12px;

  font-weight: 950;

  cursor: pointer;

}


.submit-audit:hover {

  background: #E1BF48;

}


.submit-audit:disabled {

  opacity: 0.65;

  cursor: wait;

}


/* ============================================
   SUCCESS
   ============================================ */

.audit-success {

  min-height: 365px;

  padding: 30px 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  text-align: center;

}


.success-check {

  width: 60px;
  height: 60px;

  margin-bottom: 17px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 3px solid var(--gold);

  border-radius: 50%;

  color: var(--gold-dark);

  font-size: 28px;

  font-weight: 950;

}


.audit-success > span {

  margin-bottom: 6px;

  color: var(--gold-dark);

  font-size: 10px;

  font-weight: 950;

  letter-spacing: 0.15em;

}


.audit-success h3 {

  max-width: 540px;

  margin: 0;

  color: #111111;

  font-family:
    Poppins,
    Inter,
    sans-serif;

  font-size: 27px;

  line-height: 1.15;

  font-weight: 950;

}


.audit-success h3 strong {

  color: var(--gold-dark);

  font-weight: 950;

}


.audit-success p {

  max-width: 500px;

  margin: 12px 0 22px;

  color: #4A4A4A;

  font-size: 13px;

  line-height: 1.55;

  font-weight: 550;

}


.success-button {

  min-width: 110px;

  min-height: 42px;

  padding: 0 20px;

  border: 2px solid var(--gold);

  border-radius: 8px;

  background: var(--gold);

  color: #111111;

  font-family: inherit;

  font-size: 11px;

  font-weight: 950;

  cursor: pointer;

}


/* ============================================
   ACCESSIBILITY
   ============================================ */

.audit-cta:focus-visible,
.whatsapp-cta:focus-visible,
.audit-close:focus-visible,
.submit-audit:focus-visible,
.success-button:focus-visible {

  outline: 3px solid rgba(212,175,55,0.35);

  outline-offset: 3px;

}


/* ============================================
   TABLET
   ============================================ */

@media (max-width: 1080px) {

  .growth-cta-inner {

    grid-template-columns:
      220px
      minmax(0, 1fr)
      225px;

    column-gap: 25px;

    padding-left: 28px;
    padding-right: 28px;

  }


  .growth-dashboard {

    width: 215px;

  }


  .growth-content h2 {

    font-size: 30px;

  }

}


/* ============================================
   MOBILE
   ============================================ */

@media (max-width: 780px) {

  .growth-cta-inner {

    grid-template-columns: 1fr;

    gap: 18px;

    min-height: auto;

    padding: 24px 20px;

  }


  .growth-visual {

    height: auto;

  }


  .growth-dashboard {

    width: 240px;

  }


  .growth-content h2 {

    font-size: 29px;

  }


  .growth-actions {

    flex-direction: row;

  }


  .audit-cta,
  .whatsapp-cta {

    flex: 1;

  }

}


/* ============================================
   SMALL MOBILE
   ============================================ */

@media (max-width: 500px) {

  .growth-cta-inner {

    padding: 22px 15px;

  }


  .growth-dashboard {

    width: 100%;

    max-width: 250px;

  }


  .growth-content h2 {

    font-size: 26px;

  }


  .growth-benefits {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;

  }


  .growth-actions {

    flex-direction: column;

  }


  .audit-cta,
  .whatsapp-cta {

    width: 100%;

    flex: none;

  }


  .audit-modal {

    padding: 10px;

  }


  .audit-modal-box {

    max-height: calc(100vh - 20px);

    padding: 25px 17px;

  }


  .audit-grid {

    grid-template-columns: 1fr;

  }


  .audit-full {

    grid-column: auto;

  }


  .audit-heading h3 {

    font-size: 24px;

  }

}
```/* End custom CSS */