.elementor-4850 .elementor-element.elementor-element-9edfa90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4850 .elementor-element.elementor-element-99278ec{--display:flex;}.elementor-4850 .elementor-element.elementor-element-182dff6 .home1-banner-section .banner-wrapper .banner-content h1{font-family:"SUSE", Sans-serif;font-size:60px;}.elementor-4850 .elementor-element.elementor-element-9c65a9a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4850 .elementor-element.elementor-element-ad82be7 .section-title h2{font-family:"SUSE", Sans-serif;}.elementor-4850 .elementor-element.elementor-element-dd56bfd{--display:flex;--margin-top:80px;--margin-bottom:03px;--margin-left:0px;--margin-right:0px;}.elementor-4850 .elementor-element.elementor-element-d521f89{--display:flex;--margin-top:80px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4850 .elementor-element.elementor-element-5f2a0d5{--display:flex;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4850 .elementor-element.elementor-element-1e4f04e{text-align:center;}.elementor-4850 .elementor-element.elementor-element-cdbbda5{--spacer-size:50px;}@media(max-width:1024px){.elementor-4850 .elementor-element.elementor-element-d521f89{--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-4850 .elementor-element.elementor-element-182dff6 .home1-banner-section .banner-wrapper .banner-content h1{font-size:32px;}}/* Start custom CSS for html, class: .elementor-element-ebda482 *//* ════════════════════════════════════════════════════════════════════
   VALOR & MEDIA — GOOGLE BUSINESS PROFILE (GMB) | CSS
   All classes prefixed "gbp-" (Google Business Profile)
   Editorial color palette (lavender + sage + cream)

   UPDATED: Process section now horizontally scrollable
            Supports 4, 5, 6+ steps without breaking layout
════════════════════════════════════════════════════════════════════ */


:root {
  --gbp-ink:           #1a1a1a;
  --gbp-ink-2:         #0e0f11;
  --gbp-dark:          #17171a;
  --gbp-dark-2:        #1f1f23;
  --gbp-text:          #3a3a3d;
  --gbp-text-dim:      #6b6d72;
  --gbp-gold:          #c2a374;
  --gbp-gold-dark:     #a88857;

  /* Editorial palette — sophisticated neutrals */
  --gbp-hero-bg:       #e8e4f0;
  --gbp-lavender:      #dcd4e8;
  --gbp-sage:          #d4dfd3;
  --gbp-cream:         #f3e8d4;
  --gbp-peach-bg:      #f5ecd9;
  --gbp-beige:         #f5f0e8;

  --gbp-line:          rgba(0,0,0,0.08);
  --gbp-white:         #ffffff;

  --gbp-font:          'Poppins', sans-serif;
  --gbp-font-serif:    'Fraunces', 'Playfair Display', Georgia, serif;
  --gbp-radius:        20px;
  --gbp-radius-lg:     28px;
  --gbp-max:           1200px;
  --gbp-ease:          cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --gbp-ease-smooth:   cubic-bezier(0.16, 1, 0.3, 1);
}


/* ════════════════════════════════════════════════════════════════════
   VALOR & MEDIA — UNIVERSAL DARK SECTION TEXT FIX

   Yeh code SAARE Valor Media pages pe automatic kaam karta hai
   Class names me "services" aur "cta" detect karta hai
   Phir un sections me automatic white text force karta hai
════════════════════════════════════════════════════════════════════ */

/* Services section - all headings white */
section[class*="-services"] h1,
section[class*="-services"] h2,
section[class*="-services"] h3,
section[class*="-services"] h4,
section[class*="-services"] h5,
section[class*="-services"] h6 {
  color: #ffffff !important;
}

/* Services section - all paragraphs light */
section[class*="-services"] p {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Services badge - white text */
section[class*="-services"] [class*="-badge"],
section[class*="-services"] [class*="services-badge"] {
  color: #ffffff !important;
}

/* Services subtitle - lighter white */
section[class*="-services"] [class*="services-sub"],
section[class*="-services"] [class*="-subtitle"] {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Service cards heading hover - gold */
section[class*="-services"] [class*="service-card"]:hover h3 {
  color: #c2a374 !important;
}

/* Service card description */
section[class*="-services"] [class*="service-card"] p {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* Service icons - gold accent */
section[class*="-services"] [class*="service-icon"],
section[class*="-services"] [class*="service-icon"] i,
section[class*="-services"] [class*="service-icon"] svg {
  color: #c2a374 !important;
}

/* CTA section - all headings white */
section[class*="-cta"] h1,
section[class*="-cta"] h2,
section[class*="-cta"] h3,
section[class*="-cta"] h4,
section[class*="-cta"] h5,
section[class*="-cta"] h6 {
  color: #ffffff !important;
}

/* CTA section - all paragraphs light */
section[class*="-cta"] p {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* CTA button - white text */
section[class*="-cta"] [class*="cta-btn"],
section[class*="-cta"] a[class*="-btn"] {
  color: #ffffff !important;
}

section[class*="-cta"] [class*="cta-btn"]:hover,
section[class*="-cta"] a[class*="-btn"]:hover {
  color: #ffffff !important;
}

/* CTA arrow icon - gold */
section[class*="-cta"] [class*="cta-arrow"] {
  color: #c2a374 !important;
}

/* Showcase / gallery overlays */
section[class*="-showcase"] [class*="overlay"] h1,
section[class*="-showcase"] [class*="overlay"] h2,
section[class*="-showcase"] [class*="overlay"] h3,
section[class*="-showcase"] [class*="overlay"] h4,
section[class*="-showcase"] [class*="overlay"] h5,
section[class*="-showcase"] [class*="overlay"] h6,
section[class*="-showcase"] [class*="-tag"] {
  color: #ffffff !important;
}

/* Hero floating cards (white bg cards on hero image) */
section[class*="-hero"] [class*="float-card"] [class*="float-name"] {
  color: #6b6d72 !important;
}

section[class*="-hero"] [class*="float-card"] [class*="float-meta"] {
  color: #1a1a1a !important;
}

/* Process pin icons (gold circles with white text) */
section[class*="-process"] [class*="process-pin"] {
  color: #ffffff !important;
}

/* Platform icons (gold accent on light beige bg) */
section[class*="-platforms"] [class*="-platform"] i,
section[class*="-platforms"] [class*="-platform"] svg {
  color: #c2a374 !important;
}


/* ─── ANIMATIONS ─── */
@keyframes gbpFadeUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes gbpFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes gbpScaleIn {
  0% { opacity: 0; transform: scale(0.94); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes gbpSlideRight {
  0% { opacity: 0; transform: translateX(-24px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes gbpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes gbpPulseRing {
  0% { box-shadow: 0 0 0 0 rgba(194,163,116,0.4); }
  100% { box-shadow: 0 0 0 12px rgba(194,163,116,0); }
}


/* ─── BASE ─── */
section[class^="gbp-"] *,
section[class^="gbp-"] *::before,
section[class^="gbp-"] *::after {
  box-sizing: border-box;
}

section[class^="gbp-"] {
  font-family: var(--gbp-font);
  color: var(--gbp-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.gbp-container {
  max-width: var(--gbp-max);
  margin: 0 auto;
  padding: 0 5%;
}


/* ════════════════════════════════════════════════════
   HERO SECTION
════════════════════════════════════════════════════ */
.gbp-hero {
  padding: 40px 5% 60px;
  background: var(--gbp-white);
}

.gbp-hero-card {
  max-width: var(--gbp-max);
  margin: 0 auto;
  background: var(--gbp-hero-bg);
  border-radius: var(--gbp-radius-lg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  position: relative;
  min-height: 480px;
  align-items: stretch;
  animation: gbpScaleIn 0.9s var(--gbp-ease-smooth) both;
}

.gbp-hero-left {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: gbpSlideRight 0.9s var(--gbp-ease-smooth) 0.2s both;
}

.gbp-hero-left h1 {
  font-family: var(--gbp-font-serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--gbp-ink);
  margin: 0 0 18px 0;
  letter-spacing: -0.8px;
}

.gbp-hero-left p {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--gbp-text);
  margin: 0 0 28px 0;
  max-width: 480px;
}

.gbp-hero-stats {
  display: flex;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(26,26,26,0.12);
}

.gbp-stat {
  display: flex;
  flex-direction: column;
}

.gbp-stat-num {
  font-family: var(--gbp-font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--gbp-ink);
  line-height: 1;
  letter-spacing: -1px;
}

.gbp-stat-label {
  font-size: 11px;
  color: var(--gbp-text-dim);
  margin-top: 4px;
  font-weight: 500;
}

.gbp-hero-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--gbp-radius-lg);
  margin: 20px 20px 20px 0;
  animation: gbpFadeIn 1.1s var(--gbp-ease-smooth) 0.4s both;
}

.gbp-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--gbp-radius-lg);
  transition: transform 1.5s var(--gbp-ease-smooth);
}

.gbp-hero-image:hover img {
  transform: scale(1.05);
}

/* Hero floating card */
.gbp-hero-float-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--gbp-white);
  padding: 14px 20px 14px 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  animation: gbpFloat 4s ease-in-out infinite;
}

.gbp-float-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d4edda 0%, #a8dfba 100%);
  color: #1e6b3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.gbp-float-name {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gbp-text-dim);
  letter-spacing: 0.3px;
}

.gbp-float-meta {
  font-size: 14px;
  font-weight: 700;
  color: var(--gbp-ink);
  font-family: var(--gbp-font-serif);
}


/* ════════════════════════════════════════════════════
   PLATFORMS STRIP
════════════════════════════════════════════════════ */
.gbp-platforms {
  background: var(--gbp-beige);
  padding: 36px 0;
  border-top: 1px solid var(--gbp-line);
  border-bottom: 1px solid var(--gbp-line);
}

.gbp-platforms-label {
  text-align: center;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--gbp-text-dim);
  margin: 0 0 22px 0;
  letter-spacing: 0.3px;
}

.gbp-platforms-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.gbp-platform {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gbp-text-dim);
  transition: color 0.3s var(--gbp-ease-smooth), transform 0.3s var(--gbp-ease-smooth);
  cursor: default;
}

.gbp-platform:hover {
  color: var(--gbp-ink);
  transform: translateY(-2px);
}

.gbp-platform i {
  font-size: 20px;
  color: var(--gbp-gold);
}

.gbp-platform span {
  font-size: 13px;
  font-weight: 600;
}


/* ════════════════════════════════════════════════════
   WHY OUR GBP GAME IS STRONG
════════════════════════════════════════════════════ */
.gbp-why {
  padding: 80px 0 90px;
  background: var(--gbp-white);
}

.gbp-why-title {
  font-family: var(--gbp-font-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--gbp-ink);
  margin: 0 0 50px 0;
  letter-spacing: -0.8px;
  animation: gbpFadeUp 0.8s var(--gbp-ease-smooth) both;
}

.gbp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gbp-why-card {
  border-radius: var(--gbp-radius);
  padding: 0 0 32px 0;
  transition: transform 0.5s var(--gbp-ease-smooth), box-shadow 0.5s var(--gbp-ease-smooth);
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: gbpFadeUp 0.8s var(--gbp-ease-smooth) forwards;
  overflow: hidden;
}

.gbp-why-card:nth-child(1) { animation-delay: 0.1s; }
.gbp-why-card:nth-child(2) { animation-delay: 0.25s; }
.gbp-why-card:nth-child(3) { animation-delay: 0.4s; }

.gbp-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.gbp-card-lavender { background: var(--gbp-lavender); }
.gbp-card-sage     { background: var(--gbp-sage); }
.gbp-card-cream    { background: var(--gbp-cream); }

.gbp-why-img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
}

.gbp-why-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--gbp-ease-smooth);
}

.gbp-why-card:hover .gbp-why-img-wrap img {
  transform: scale(1.08);
}

.gbp-why-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 36px;
  font-size: 22px;
  color: var(--gbp-ink);
  background: rgba(255,255,255,0.6);
  border-radius: 14px;
  transition: transform 0.4s var(--gbp-ease-smooth), background 0.4s var(--gbp-ease-smooth);
}

.gbp-why-card:hover .gbp-why-icon {
  transform: rotate(-6deg) scale(1.05);
  background: var(--gbp-white);
}

.gbp-why-card h3 {
  font-family: var(--gbp-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--gbp-ink);
  margin: 0 36px 12px 36px;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.gbp-why-card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--gbp-text);
  margin: 0 36px;
}


/* ════════════════════════════════════════════════════
   SHOWCASE
════════════════════════════════════════════════════ */
.gbp-showcase {
  padding: 80px 0;
  background: var(--gbp-beige);
}

.gbp-showcase-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}

.gbp-badge-light {
  display: inline-block;
  padding: 6px 16px;
  background: var(--gbp-white);
  border: 1px solid var(--gbp-line);
  border-radius: 100px;
  color: var(--gbp-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.gbp-showcase-head h2 {
  font-family: var(--gbp-font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  color: var(--gbp-ink);
  margin: 0 0 12px 0;
  letter-spacing: -0.6px;
  line-height: 1.2;
}

.gbp-showcase-head p {
  font-size: 14px;
  color: var(--gbp-text-dim);
  line-height: 1.65;
  margin: 0;
}

.gbp-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gbp-showcase-item {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--gbp-radius);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s var(--gbp-ease-smooth);
}

.gbp-showcase-item:hover {
  transform: translateY(-6px);
}

.gbp-showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.3s var(--gbp-ease-smooth);
}

.gbp-showcase-item:hover img {
  transform: scale(1.08);
}

.gbp-showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(14,15,17,0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 22px;
  color: var(--gbp-white);
  transition: background 0.4s var(--gbp-ease-smooth);
}

.gbp-showcase-item:hover .gbp-showcase-overlay {
  background: linear-gradient(180deg, rgba(14,15,17,0.25) 0%, rgba(14,15,17,0.9) 100%);
}

.gbp-showcase-tag {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--gbp-white);
  margin-bottom: 10px;
  align-self: flex-start;
}

.gbp-showcase-overlay h4 {
  font-family: var(--gbp-font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--gbp-white);
  margin: 0;
  letter-spacing: -0.2px;
}


/* ════════════════════════════════════════════════════
   OUR SERVICES (Dark Section)
════════════════════════════════════════════════════ */
.gbp-services {
  background: var(--gbp-dark);
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}

.gbp-services-bg {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  z-index: 0;
}

.gbp-services-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.5);
}

.gbp-services::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25px 25px, rgba(255,255,255,0.015) 1.5px, transparent 1.5px);
  background-size: 50px 50px;
  pointer-events: none;
}

.gbp-services .gbp-container {
  position: relative;
  z-index: 1;
}

.gbp-services-badge {
  display: inline-block;
  padding: 8px 20px;
  background: var(--gbp-dark-2);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  color: var(--gbp-white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  animation: gbpFadeUp 0.7s var(--gbp-ease-smooth) both;
}

.gbp-services-title {
  font-family: var(--gbp-font-serif);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  color: var(--gbp-white);
  margin: 0 0 14px 0;
  letter-spacing: -0.8px;
  line-height: 1.2;
  animation: gbpFadeUp 0.8s var(--gbp-ease-smooth) 0.1s both;
}

.gbp-services-sub {
  font-size: 14.5px;
  color: rgba(255,255,255,0.55);
  margin: 0 0 50px 0;
  line-height: 1.65;
  max-width: 580px;
  animation: gbpFadeUp 0.8s var(--gbp-ease-smooth) 0.2s both;
}

.gbp-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.gbp-service-card {
  background: var(--gbp-dark);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--gbp-radius);
  padding: 36px 36px;
  transition: border-color 0.4s var(--gbp-ease-smooth),
              transform 0.4s var(--gbp-ease-smooth),
              background 0.4s var(--gbp-ease-smooth);
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: gbpFadeUp 0.8s var(--gbp-ease-smooth) forwards;
}

.gbp-service-card:nth-child(1) { animation-delay: 0.1s; }
.gbp-service-card:nth-child(2) { animation-delay: 0.2s; }
.gbp-service-card:nth-child(3) { animation-delay: 0.3s; }
.gbp-service-card:nth-child(4) { animation-delay: 0.4s; }
.gbp-service-card:nth-child(5) { animation-delay: 0.5s; }
.gbp-service-card:nth-child(6) { animation-delay: 0.6s; }

.gbp-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gbp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--gbp-ease-smooth);
}

.gbp-service-card:hover {
  border-color: rgba(194,163,116,0.4);
  transform: translateY(-5px);
  background: var(--gbp-dark-2);
}

.gbp-service-card:hover::before {
  transform: scaleX(1);
}

.gbp-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(194,163,116,0.12);
  color: var(--gbp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 22px;
  transition: transform 0.4s var(--gbp-ease-smooth), background 0.4s var(--gbp-ease-smooth);
}

.gbp-service-card:hover .gbp-service-icon {
  transform: rotate(-6deg) scale(1.05);
  background: rgba(194,163,116,0.2);
}

.gbp-service-card h3 {
  font-family: var(--gbp-font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--gbp-white);
  margin: 0 0 14px 0;
  letter-spacing: -0.3px;
  line-height: 1.3;
  transition: color 0.3s var(--gbp-ease-smooth);
}

.gbp-service-card:hover h3 {
  color: var(--gbp-gold);
}

.gbp-service-card p {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  margin: 0;
}


/* ════════════════════════════════════════════════════
   OUR PROCESS — HORIZONTALLY SCROLLABLE
   Supports any number of steps (4, 5, 6, 7+)
   Smooth scroll with snap, gold scrollbar, fade hint
════════════════════════════════════════════════════ */
.gbp-process {
  padding: 90px 0;
  background: var(--gbp-white);
}

.gbp-process-wrap {
  max-width: var(--gbp-max);
  margin: 0 auto;
  background: var(--gbp-peach-bg);
  background-image:
    radial-gradient(circle at 15px 15px, rgba(0,0,0,0.025) 1px, transparent 1px);
  background-size: 30px 30px;
  border-radius: var(--gbp-radius-lg);
  padding: 50px 50px 60px;
  position: relative;
  overflow: hidden;
}

.gbp-process-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.gbp-badge-dark {
  display: inline-block;
  padding: 6px 16px;
  background: var(--gbp-white);
  border: 1px solid var(--gbp-line);
  border-radius: 100px;
  color: var(--gbp-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.gbp-process-header h2 {
  font-family: var(--gbp-font-serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  color: var(--gbp-ink);
  margin: 0;
  letter-spacing: -0.5px;
  max-width: 540px;
  line-height: 1.2;
}

.gbp-process-deco {
  width: 160px;
  height: 120px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  animation: gbpFloat 4s ease-in-out infinite;
}

.gbp-process-deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Process grid: now horizontal scrollable flex ── */
.gbp-process-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding: 0 4px;
  padding: 0 4px 24px 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--gbp-gold) rgba(0,0,0,0.06);
}

/* Horizontal connecting line behind pins */
.gbp-process-grid::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: rgba(26,26,26,0.15);
  z-index: 0;
  pointer-events: none;
}

/* Webkit scrollbar — gold themed */
.gbp-process-grid::-webkit-scrollbar {
  height: 8px;
}

.gbp-process-grid::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.06);
  border-radius: 999px;
}

.gbp-process-grid::-webkit-scrollbar-thumb {
  background: var(--gbp-gold);
  border-radius: 999px;
  transition: background 0.25s var(--gbp-ease-smooth);
}

.gbp-process-grid::-webkit-scrollbar-thumb:hover {
  background: var(--gbp-gold-dark);
}

/* Right edge fade hint — shows there's more to scroll */
.gbp-process-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(90deg, transparent, rgba(245,236,217,0.95));
  pointer-events: none;
  z-index: 2;
  border-top-right-radius: var(--gbp-radius-lg);
  border-bottom-right-radius: var(--gbp-radius-lg);
}

.gbp-process-step {
  position: relative;
  z-index: 1;
  flex: 0 0 260px;
  min-width: 260px;
  max-width: 260px;
  scroll-snap-align: start;
  opacity: 0;
  animation: gbpFadeUp 0.8s var(--gbp-ease-smooth) forwards;
}

.gbp-process-step:nth-child(1) { animation-delay: 0.1s; }
.gbp-process-step:nth-child(2) { animation-delay: 0.22s; }
.gbp-process-step:nth-child(3) { animation-delay: 0.34s; }
.gbp-process-step:nth-child(4) { animation-delay: 0.46s; }
.gbp-process-step:nth-child(5) { animation-delay: 0.58s; }
.gbp-process-step:nth-child(6) { animation-delay: 0.7s; }

.gbp-process-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--gbp-ink);
  margin-bottom: 14px;
}

.gbp-process-pin {
  width: 32px;
  height: 32px;
  background: var(--gbp-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--gbp-white);
  font-size: 14px;
  box-shadow: 0 4px 14px rgba(194,163,116,0.3);
  animation: gbpFloat 3s ease-in-out infinite;
  transition: transform 0.3s var(--gbp-ease-smooth);
}

.gbp-process-step:nth-child(2) .gbp-process-pin { animation-delay: 0.3s; }
.gbp-process-step:nth-child(3) .gbp-process-pin { animation-delay: 0.6s; }
.gbp-process-step:nth-child(4) .gbp-process-pin { animation-delay: 0.9s; }
.gbp-process-step:nth-child(5) .gbp-process-pin { animation-delay: 1.2s; }
.gbp-process-step:nth-child(6) .gbp-process-pin { animation-delay: 1.5s; }

.gbp-process-step:hover .gbp-process-pin {
  transform: scale(1.15);
  animation: gbpPulseRing 1.2s ease-out infinite;
}

.gbp-process-card {
  background: var(--gbp-white);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.4s var(--gbp-ease-smooth),
              box-shadow 0.4s var(--gbp-ease-smooth);
}

.gbp-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.1);
}

.gbp-process-card h3 {
  font-family: var(--gbp-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--gbp-ink);
  margin: 0 0 10px 0;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.gbp-process-card p {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--gbp-text-dim);
  margin: 0;
}


/* ════════════════════════════════════════════════════
   CTA SECTION
════════════════════════════════════════════════════ */
.gbp-cta {
  padding: 90px 5% 110px;
  background: var(--gbp-dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gbp-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.3;
}

.gbp-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.5) brightness(0.5);
}

.gbp-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(23,23,26,0.9) 0%, rgba(23,23,26,0.7) 100%);
  z-index: 0;
}

.gbp-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(194,163,116,0.2);
  border-radius: var(--gbp-radius-lg);
  padding: 60px 40px;
  position: relative;
  z-index: 1;
  animation: gbpFadeUp 0.8s var(--gbp-ease-smooth) both;
}

.gbp-cta-inner h2 {
  font-family: var(--gbp-font-serif);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--gbp-white);
  margin: 0 0 16px 0;
  letter-spacing: -0.8px;
}

.gbp-cta-inner p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0 0 32px 0;
}

.gbp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 8px 16px 30px;
  background: var(--gbp-gold);
  color: var(--gbp-white);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s var(--gbp-ease-smooth);
  box-shadow: 0 8px 24px rgba(194,163,116,0.3);
  position: relative;
  overflow: hidden;
}

.gbp-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.7s var(--gbp-ease-smooth);
}

.gbp-cta-btn:hover {
  background: var(--gbp-gold-dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(194,163,116,0.5);
  color: var(--gbp-white);
}

.gbp-cta-btn:hover::before {
  left: 100%;
}

.gbp-cta-arrow {
  width: 36px;
  height: 36px;
  background: var(--gbp-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gbp-gold);
  font-size: 12px;
  transition: transform 0.4s var(--gbp-ease-smooth);
  position: relative;
  z-index: 1;
}

.gbp-cta-btn:hover .gbp-cta-arrow {
  transform: rotate(45deg);
}


/* ════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .gbp-hero-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .gbp-hero-left { padding: 50px 40px 30px; }
  .gbp-hero-image {
    margin: 0 20px 20px;
    height: 360px;
  }
  .gbp-why-grid,
  .gbp-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gbp-why-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .gbp-services-grid {
    grid-template-columns: 1fr;
  }
  .gbp-process-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .gbp-process-wrap {
    padding: 40px 30px 50px;
  }
  /* Process stays horizontal scrollable on tablets too */
  .gbp-process-step {
    flex: 0 0 240px;
    min-width: 240px;
    max-width: 240px;
  }
  .gbp-platforms-grid {
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .gbp-hero { padding: 24px 5% 40px; }
  .gbp-hero-left { padding: 40px 28px 20px; }
  .gbp-hero-image {
    margin: 0 20px 20px;
    height: 280px;
  }
  .gbp-hero-stats { gap: 20px; }
  .gbp-stat-num { font-size: 22px; }
  .gbp-platforms { padding: 26px 0; }
  .gbp-platforms-grid { gap: 20px; }
  .gbp-platform i { font-size: 18px; }
  .gbp-platform span { font-size: 12px; }
  .gbp-why { padding: 60px 0 70px; }
  .gbp-why-grid,
  .gbp-showcase-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .gbp-why-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .gbp-why-img-wrap { height: 160px; }
  .gbp-why-icon { margin-left: 28px; }
  .gbp-why-card h3,
  .gbp-why-card p { margin-left: 28px; margin-right: 28px; }
  .gbp-showcase { padding: 60px 0; }
  .gbp-showcase-item { aspect-ratio: 16/10; }
  .gbp-services {
    padding: 60px 0 70px;
  }
  .gbp-service-card {
    padding: 28px 26px;
  }
  .gbp-process {
    padding: 60px 0;
  }
  .gbp-process-wrap {
    padding: 32px 22px 40px;
    border-radius: var(--gbp-radius);
  }
  /* Mobile process — narrower cards but still scrollable */
  .gbp-process-step {
    flex: 0 0 220px;
    min-width: 220px;
    max-width: 220px;
  }
  .gbp-process-deco {
    display: none;
  }
  .gbp-cta {
    padding: 60px 5% 80px;
  }
  .gbp-cta-inner {
    padding: 44px 26px;
  }
  .gbp-cta-btn {
    padding: 14px 6px 14px 24px;
    font-size: 13px;
    gap: 10px;
  }
  .gbp-cta-arrow {
    width: 32px;
    height: 32px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  section[class^="gbp-"] *,
  section[class^="gbp-"] *::before,
  section[class^="gbp-"] *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.2s !important;
  }
}/* End custom CSS */
/* Start custom CSS for mortar_hero_banner, class: .elementor-element-182dff6 */.elementor-4850 .elementor-element.elementor-element-182dff6 .btn-and-rating-area .rating-area{
    display: none;
}/* End custom CSS */
/* Start custom CSS for mortar_mt_contact, class: .elementor-element-107b392 */@media (min-width: 1200px) {
    .elementor-4850 .elementor-element.elementor-element-107b392 .col-xl-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.elementor-4850 .elementor-element.elementor-element-107b392 .home4-contact-section .contact-wrapper .contact-content {
    max-width: 624px;
    width: 100%;
}
.elementor-4850 .elementor-element.elementor-element-107b392 .home4-contact-section .contact-wrapper .contact-content .home4-contact-btn-area.active .img-list{
    display: none;
}/* End custom CSS */
/* Start custom CSS for mortar_mt_service, class: .elementor-element-ad82be7 */@media (min-width: 1200px) {
   .elementor-4850 .elementor-element.elementor-element-ad82be7 .col-xl-3 {
        flex: 0 0 auto;
        width: 33%;
    }
}

@media (min-width: 1200px) {

    .elementor-4850 .elementor-element.elementor-element-ad82be7 .service-card p {
    /*min-height: 80px;*/
}
 .col-xl-3 {
        /*width: 50% !important;*/
    }
}/* End custom CSS */
/* Start custom CSS for mortar_career_feature, class: .elementor-element-4c09040 */.elementor-4850 .elementor-element.elementor-element-4c09040 .content .button-area{
    display: none;
}

@media (min-width: 1200px) {
    .elementor-4850 .elementor-element.elementor-element-4c09040 .career-feature-section .single-feature p {
        min-height: 125px;
    }
}

@media (min-width: 992px) {
    .elementor-4850 .elementor-element.elementor-element-4c09040 .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}/* End custom CSS */
/* Start custom CSS for mortar_mt_process, class: .elementor-element-6ef30f1 */@media (min-width: 1024px) {
 .elementor-4850 .elementor-element.elementor-element-6ef30f1 .section-title p {
    margin-right: 120px;
  }
}/* End custom CSS */
/* Start custom CSS for mortar_mt_contact, class: .elementor-element-9a71df3 */@media (min-width: 1200px) {
    .elementor-4850 .elementor-element.elementor-element-9a71df3 .col-xl-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.elementor-4850 .elementor-element.elementor-element-9a71df3 .home4-contact-section .contact-wrapper .contact-content {
    max-width: 624px;
    width: 100%;
}
.elementor-4850 .elementor-element.elementor-element-9a71df3 .home4-contact-section .contact-wrapper .contact-content .home4-contact-btn-area.active .img-list{
    display: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SUSE';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://valorandmedia.com/wp-content/uploads/2025/06/SUSE-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SUSE';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://valorandmedia.com/wp-content/uploads/2025/06/SUSE-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SUSE';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://valorandmedia.com/wp-content/uploads/2025/06/SUSE-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'SUSE';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://valorandmedia.com/wp-content/uploads/2025/06/SUSE-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */