/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com/
Description: Child Theme for Hello Elementor
Author: Nihal Sardar
Author URI: https://github.com/nihal1002
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Custom CSS starts below */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caramel&family=Outfit:wght@100..900&display=swap');


:root {
  --bg-image: url('/wp-content/uploads/2026/01/starynight_full.webp');
}

@font-face {
  font-family: 'Caramel';
  src: url('/fonts/Caramel-Regular.woff2') format('woff2'),
    url('/fonts/Caramel-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html body {
  font-family: 'Outfit', sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  color: #141414 !important;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

html body a {
  text-decoration: none !important;
}

/* Hidden on desktop by default */
.hidedesktop {
  display: none !important;
}

/* Visible everywhere by default */
.hidemobile {
  display: block !important;
}

html body header .elementor-widget-image a img[src$=".svg"] {
  width: 170px !important;
  height: auto !important;
}

.vnb-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  transform: translateY(-100%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* visible state */
.vnb-sticky-header.is-visible {
  transform: translateY(0);
}

/* Desktop static visible by default */
.home-static-desktop {
  display: block;
}

/* Mobile static hidden on desktop */
.home-static-mobile {
  display: none;
}

.home-sticky-desktop,
.home-sticky-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  transform: translateY(-100%);
  transition: transform 0.35s ease;
  pointer-events: none;
}

/* Show sticky */
.home-sticky-desktop.is-visible,
.home-sticky-mobile.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

/* Hide mobile sticky on desktop */
.home-sticky-mobile {
  display: none;
}

html body header nav ul.hfe-nav-menu li a {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 400 !important;
  color: #fff !important;
}

html body header nav ul.hfe-nav-menu li:hover a {
  color: #FFC300 !important;
}

html body header nav ul.hfe-nav-menu>li:hover a {
  color: #FFC300 !important;
}

/* Main cursor */
.vnb-cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: #00c8ff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* Trail */
.vnb-cursor-trail {
  position: fixed;
  width: 40px;
  height: 40px;
  background: rgba(0, 200, 255, 0.15);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out;
}

/* Hover interaction */
a:hover~.vnb-cursor,
button:hover~.vnb-cursor {
  transform: translate(-50%, -50%) scale(1.8);
}

html body h2.thinfnt {
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover,
.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
  color: #FFC300 !important;
}

.brand-toggle {
  position: relative;
  display: inline-flex;
  background: #2a2a2a;
  padding: 4px;
  border-radius: 999px;
  width: 260px;
  height: 44px;
  align-items: center;
}

.brand-toggle .toggle-option {
  flex: 1;
  text-align: center;
  z-index: 2;
  text-decoration: none;
  color: #bdbdbd;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  transition: color 0.3s ease;
}

.brand-toggle .toggle-option.active {
  color: #ffffff;
}

.brand-toggle .toggle-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: 36px;
  background: #FFD000 !important;
  border-radius: 999px;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 1;
}

/* Studios state */
.brand-toggle.studios-active .toggle-slider {
  transform: translateX(100%);
  background: #FFD000;
}


#menu-item-470>a.hfe-menu-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  display: flex !important;
  align-items: center !important;
}

/* Desktop static visible by default */
.inner-static-desktop {
  display: block;
}

/* Hide mobile static on desktop */
.inner-static-mobile {
  display: none;
}

/* Make static headers transparent */
.inner-static-desktop,
.inner-static-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
}

.inner-sticky-desktop,
.inner-sticky-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background: #000;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);

  transform: translateY(-100%);
  transition: transform 0.35s ease;
  pointer-events: none;
}

/* When visible */
.inner-sticky-desktop.is-visible,
.inner-sticky-mobile.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

/* Show only correct sticky per device */
.inner-sticky-mobile {
  display: none;
}


/* Hero Title */
html body .elementor-element-bb6a3c4 h1.heroh1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  margin: 0;
  will-change: transform, opacity;
}

/* Caramel words inside hero */
html body .elementor-element-bb6a3c4 h1.heroh1 span.caramel-regular {
  font-size: clamp(56px, 7vw, 112px);
  display: inline-block;
}


html body h2 {
  font-size: clamp(2.25rem, 4.5vw, 2.7rem) !important;
  font-weight: 400 !important;
}

html body h3 {
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
}

html body p {
  font-size: clamp(1.125rem, 1.5vw, 1.2rem) !important;
}

html body .thinfnt {
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

html body .elementor-widget-image-box {
  padding: 0 5px !important;
}

.elementor-widget-image-box .elementor-image-box-title {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.elementor-widget-image-box .elementor-image-box-description {
  font-size: clamp(1.125rem, 1.5vw, 1.2rem) !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 400 !important;
  color: #fff !important;
  padding-bottom: 5px !important;
}

html body .caramel,
html body .caramel-regular {
  font-family: "Caramel", cursive;
  font-weight: 400;
  font-style: normal;
}

/* Ensure spacing between animated words */
.heroh1 span,
.heroh1 .word {
  display: inline-block;
  margin-right: 0.2em;
  /* SPACE BETWEEN WORDS */
}

html body .white-text {
  color: #fff !important;
}

html body .white-text a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

html body footer p {
  font-size: clamp(1rem, 0.1vw, 1rem) !important;
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 400;
}

html body .banner-title {
  font-family: 'Outfit', sans-serif !important;
  /* font-size: clamp(2.625rem, 6vw, 4.5rem) !important; */
  font-size: clamp(2.625rem, 6vw, 4.2rem) !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

#forminator-module-436,
#forminator-module-1534,
#forminator-module-1814 {
  background: transparent;
}

html body .forminator-custom-form label {
  color: #fff !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.2vw, 1rem) !important;
}

html body .forminator-custom-form .forminator-label {
  color: #fff !important;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.2vw, 1rem) !important;
}

/* ===== Input, Textarea ===== */
#forminator-module-436 input.forminator-input,
#forminator-module-436 textarea.forminator-textarea,
#forminator-module-1534 input.forminator-input,
#forminator-module-1534 textarea.forminator-textarea,
#forminator-module-1814 input.forminator-input {
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 10px;
  padding: 14px 16px;
  color: #ffffff !important;
  font-size: clamp(0.875rem, 1.1vw, 0.9375rem) !important;
  transition: all 0.3s ease;
}

/* ===== Placeholder ===== */
#forminator-module-436 input::placeholder,
#forminator-module-436 textarea::placeholder,
#forminator-module-1534 input::placeholder,
#forminator-module-1534 textarea::placeholder,
#forminator-module-1814 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* ===== Focus State ===== */
#forminator-module-436 input:focus,
#forminator-module-436 textarea:focus,
#forminator-module-1534 input:focus,
#forminator-module-1534 textarea:focus,
#forminator-module-1814 input:focus {
  outline: none;
  border-color: #FFC300 !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

/* ===== Character Counter ===== */
#forminator-module-436 .forminator-description span,
#forminator-module-1534 .forminator-description span {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(1.125rem, 1.5vw, 1.2rem) !important;
}

/* ===== Submit Button ===== */
html body .forminator-custom-form .forminator-button-submit {
  color: #fff !important;
  font-size: clamp(14px, 1.2vw, 16px) !important;
  background-color: #FFC300 !important;;
  border: none;
  border-radius: 30px;
  padding: 14px 36px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* ===== Button Hover ===== */
#forminator-module-436 .forminator-button-submit:hover,
#forminator-module-1534 .forminator-button-submit:hover,
#forminator-module-1814 .forminator-button-submit:hover {
  background: #d9481c !important;
  transform: translateY(-2px);
}

/* ===== Remove Default Forminator Backgrounds ===== */
#forminator-module-436 .forminator-field,
#forminator-module-1534 .forminator-field,
#forminator-module-1814 .forminator-field {
  background: transparent !important;
}

html body .forminator-ui#forminator-module-436.forminator-design--default .forminator-button-submit,
html body .forminator-ui#forminator-module-1534.forminator-design--default .forminator-button-submit {
  border-radius: 50px;
  padding: 5px 10px 10px 10px !important;
}

html body .forminator-ui#forminator-module-1814.forminator-design--default .forminator-button-submit {
  border-radius: 50px;
  padding: 10px !important;
}

html body .forminator-ui#forminator-module-436.forminator-design--default .forminator-button-submit::after,
html body .forminator-ui#forminator-module-1534.forminator-design--default .forminator-button-submit::after {
  content: "";
  background: url("/wp-content/uploads/2026/01/sendarrow.svg") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 8px 2px 0 8px !important;
  position: relative;
  top: 3px
}

#forminator-module-1534 .forminator-field-checkbox .forminator-field {
  display: flex !important;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}

/* Button base */
#forminator-module-1534 .forminator-checkbox {
  position: relative;
  cursor: pointer;
}

/* Hide native checkbox */
#forminator-module-1534 .forminator-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#forminator-module-1534 .forminator-field-checkbox .forminator-label {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

#forminator-module-1534 .forminator-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Hover state */
#forminator-module-1534 .forminator-checkbox:hover .forminator-checkbox-label {
  background: rgba(255, 255, 255, 0.08);
  border-color: #FFC300 !important;;
}

/* Checked state */
#forminator-module-1534 .forminator-checkbox input:checked+.forminator-checkbox-box+.forminator-checkbox-label {
  background: #FFC300 !important;;
  border-color: #FFC300 !important;;
  color: #fff;
}

/* Remove default checkbox box */
#forminator-module-1534 .forminator-checkbox-box {
  display: none !important;
}

#forminator-module-1534 .forminator-checkbox:not(.forminator-checkbox-inline) {
  margin: 0 !important;
}

#forminator-module-1814 .forminator-field {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

html body .orange-text {
  color: #FFC300 !important;
}

html body h2.word-reveal .w:last-child {
  color: #FFC300 !important;
}

html body h2.word-reveal.white-text {
  color: #fff !important;
}

.word-reveal .w {
  display: inline-block;
  will-change: transform, opacity;
}

h1.word-reveal img {
  margin-left: 3px !important;
}

h1 .w {
  margin-right: 15px !important;
}

.text-center {
  text-align: center !important;
}

.site-header {
  display: none !important;
}

html body .e-con-boxed>.e-con-inner {
  max-width: 1240px;
}

html body .elementor-2 .elementor-element.elementor-element-51f0f85 {
  align-items: center;
}

html body .elementor-element-bb6a3c4 {
  max-width: 720px !important;
}

html body .elementor-element-a8824ab {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

html body .elementor-element-a8824ab .com-brf {
  font-size: clamp(1.5rem, 3vw, 1.875rem) !important;
  letter-spacing: 0.023rem;
  font-weight: 500 !important;
  max-width: 75%;
}

html body .sub-tagline {
  font-size: clamp(1.375rem, 2.6vw, 1.625rem) !important;
  font-weight: 400 !important;
}

html body .elementor-element-ab25b71.whatwedo p {
  max-width: 600px !important;
}

html body .elementor-element-ab25b71 .elementor-widget-html {
  margin: 30px auto !important;
}

html body .elementor-element-46fb434 .elementor-element-fb7b7bd {
  padding-right: 90px !important;
}

.glow-border {
  position: relative;
  padding-bottom: 60px !important;
}

.glow-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4),
    0 0 28px rgba(255, 255, 255, 0.25),
    0 0 60px rgba(255, 255, 255, 0.15);
}

.elementor-element-67dccd7.glow-border::after {
  display: none !important;
}

.parallax-bg {
  min-height: clamp(55vh, 70vh, 80vh);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-bg.parallax-top {
  background-position: center top;
}

.parallax-bg.parallax-mid {
  background-position: center center;
}

.parallax-bg.parallax-bottom {
  background-position: bottom center;
}

.sticky-heading {
  position: sticky !important;
  top: 120px;
  align-self: flex-start;
  z-index: 2;
  will-change: transform;
}

.scroll-right {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 16px;
}


.scroll-right>.e-con,
.scroll-right>.e-con-inner {
  overflow: visible !important;
}

.scroll-right::-webkit-scrollbar {
  width: 6px;
}

.scroll-right::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

html body .parallax-bg .e-con-inner {
  overflow: visible !important;
}

html body .elementor-element-12afd44 {
  overflow: visible !important;
  position: relative;
}

/* CARD */
.vnb-card {
  height: 380px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  background-size: cover;
  background-position: center;
}

/* SLIDER SPACING */
.vnb-created-slider {
  position: relative;
  padding: 35px 0 70px 0 !important;
}

.vnb-created-slider .slick-slide {
  padding: 0 30px;
}

/* CENTER EMPHASIS — ONLY CARD */
.vnb-created-slider .slick-center .vnb-card {
  transform: scale(1.08);
  transition: transform 0.45s ease;
}

.vnb-created-slider .slick-center .vnb-card {
  transform: translateY(-6px) scale(1.08);
}

/* ALLOW SCALE OVERFLOW */
.vnb-created-slider .slick-list {
  overflow: visible;
}

/* DOTS */
.vnb-created-slider .slick-dots {
  bottom: -50px;
}

.vnb-created-slider .slick-dots li {
  margin: 0 6px;
}

.vnb-created-slider .slick-dots li button:before {
  font-size: clamp(0.5rem, 0.7vw, 0.5625rem);
  color: #ff6a00;
  opacity: 0.3;
}

.vnb-created-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.vnb-overlay {
  padding: 295px 20px 15px 20px !important;
}

.vnb-overlay .vnb-tag {
  font-size: clamp(0.85rem, 1vw, 1.125rem);
  color: #fff !important;
  font-weight: 500 !important;
}

.vnb-overlay h3 {
  font-size: clamp(1.4rem, 2.8vw, 1.8rem) !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.vnb-overlay p {
  font-size: clamp(0.9rem, 1.5vw, 1.125rem) !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin-top: -10px !important;
}

.elementor-element-d384e08 .elementor-image-box-wrapper {
  max-width: 426px !important;
  padding: 10px !important;
}

.elementor-element-ec87a48 .elementor-image-box-wrapper {
  padding: 10px !important;
}

button.letstalk {
  background-color: #FFC300 !important;
  color: #fff !important;
  border-radius: 30px !important;
}

html body .elementor-element-1019910 {
  overflow: visible !important;
  position: relative;
}

.frostglass {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  /* very light glass */
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* outer soft shadow */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.frostglass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /* INNER SHADOW like Figma */
  box-shadow:
    inset -5px -5px 250px rgba(255, 255, 255, 0.02),
    inset 0 0 60px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.elementor-element-78b7ddb [type=button]:focus,
.elementor-element-78b7ddb [type=button]:hover,
.elementor-element-78b7ddb [type=submit]:focus,
.elementor-element-78b7ddb [type=submit]:hover,
.elementor-element-78b7ddb button:focus,
.elementor-element-78b7ddb button:hover {
  background-color: unset !important;
  color: #fff;
  text-decoration: none;
}

html body .elementor-element-d384e08 .elementor-widget-image-box .elementor-image-box-description {
  min-height: 135px;
}

.sub-text {
  opacity: 0;
  transform: translateY(30px);
}

.line {
  display: block;
  overflow: hidden;
  transform: translateY(100%);
}

.w {
  display: inline-block;
  margin-right: 6px;
}

.section-label {
  display: inline-block;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(15px);
}

.mask-text {
  overflow: hidden;
}

.mask-text span {
  display: block;
}


.about-hero {
  min-height: 125vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-hero {
  min-height: 120vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.client-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-hero {
  min-height: 150vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.studios-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-hero-inner {
  max-width: 1200px;
  padding: 90px 20px !important;
  margin-top: -310px !important;
  text-align: center;
}

.service-hero-inner {
  max-width: 1200px;
  padding: 90px 20px !important;
  margin-top: 0px !important;
  text-align: center;
}

.client-hero-inner {
  max-width: 1200px;
  padding: 90px 20px !important;
  margin-top: -40px !important;
  text-align: center;
}

.contact-hero-inner {
  max-width: 1200px;
  padding: 90px 20px !important;
  margin-top: -180px !important;
  text-align: center;
}

.studios-hero-inner {
  max-width: 1200px;
  padding: 90px 20px !important;
  text-align: center;
}

html body .elementor-element-17a1955 .e-con-inner {
  background-color: #141414 !important;
  border-radius: clamp(2.5rem, 5vw, 3.25rem);
  padding: 80px !important;
  margin-top: -320px !important;
}

html body .elementor-6 .elementor-element.elementor-element-af67ceb {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

html body .elementor-widget-counter .elementor-counter-number-wrapper {
  color: #141414 !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 400 !important;
}

html body .elementor-widget-counter .elementor-counter-title {
  color: #141414 !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 300 !important;
}

html body .team-card {
  padding: 0 12px;
}

html body h4.team-name {
  margin-top: 1.125rem !important;
  margin-bottom: 0.8rem;
}

html body .team-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

html body .team-card:hover img {
  filter: grayscale(0%);
  transform: translateY(-6px);
}

.team-slider-wrap {
  position: relative;
  overflow: hidden;
}

.team-slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  /* same as Figma ~359px */
  height: 100%;
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(to left, #141414 0%, rgba(20, 20, 20, 0) 100%) !important;
}

html body .wedosub {
  font-size: clamp(1.89rem, 6vw, 2.625rem);
}

html body .elementor-element-01fa8a6 .elementor-image-box-description {
  margin-bottom: 5px !important;
  min-height: 70px !important;
}

html body .elementor-element-dd73922 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center;
}

html body .elementor-element-e055b70 .sub-tagline {
  max-width: 56.25rem !important;
}

html body .elementor-element-01fa8a6 .elementor-image-box-content {
  padding: 35px !important;
}

html body .elementor-element-de6cd25 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

html body .elementor-element-33f8893 p.sub-tagline {
  max-width: 50rem !important;
}

html body .services-subheading {
  font-size: clamp(2.25rem, 5vw, 3.125rem) !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

html body .servsectn2 {
  font-size: clamp(2.15rem, 4.5vw, 2.25rem) !important;
}

html body .elementor-element-1a13d66 {
  min-height: 80vh;
}

html body .elementor-element-5e03a01 {
  min-height: 80vh;
}

html body .elementor-element-01fa8a6 .elementor-element-27a4382 {
  min-height: 110vh;
}

.service-item {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

html body .servicefirstitem {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  padding: 0 0 2.5rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* 👇 THIS IS THE IMPORTANT PART */
.service-left {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.service-number {
  /* font-size: clamp(1.4rem, 2.2vw, 1.6rem); */
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  font-weight: 600;
  flex-shrink: 0;
}

.service-left h3 {
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  font-weight: 600;
  line-height: 1.3;
}

.service-right p {
  font-size: clamp(1.125rem, 1.3vw, 1.25rem);
  line-height: 1.7;
  max-width: 560px;
}

html body .elementor-element-c8737fe {
  display: flex !important;
  justify-content: center !important;
}

.support-slider-wrap {
  position: relative;
  overflow: hidden;
}

.support-card {
  position: relative;
  padding: 0 12px;
}

.support-card img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  border-radius: 18px;
}

.support-slider .support-card .vnb-tag {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  font-size: clamp(1.2rem, 1vw, 1.29rem);
  color: #fff !important;
  font-weight: 500 !important;
  z-index: 2;
}

.support-slider .slick-dots {
  bottom: -50px;
}

.support-slider .slick-dots li button:before {
  font-size: 8px;
  color: #999;
}

.support-slider .slick-dots li.slick-active button:before {
  color: #FFC300 !important;;
}

html body .elementor-widget-image-box .elementor-image-box-img img {
  max-width: 60px !important;
  margin-top: 15px !important;
}

html body .elementor-element-d384e08 h3.elementor-image-box-title {
  font-size: clamp(1.5rem, 2.8vw, 1.9rem) !important;
}

html body .contact-details img {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px !important;
}

.contact-details p {
  display: flex;
  align-items: flex-start;
  /* IMPORTANT */
  gap: 14px;
}

.contact-details .address span {
  display: block;
}

.contact-social {
  margin-top: 30px !important;
}

.contact-social img {
  margin-right: 15px !important;
}

html body .elementor-element-67f8fac {
  padding: 90px 0 0 45px !important;
}

.elementor-element-33f8893.contact-hero-inner {
  margin-top: 20rem !important;
}

.elementor-1321 .elementor-element.elementor-element-02291fe:not(.elementor-motion-effects-element-type-background),
.elementor-1321 .elementor-element.elementor-element-02291fe>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  border-radius: 35px !important;
}

.logo-wrap {
  display: inline-block;
  vertical-align: middle;
}

.logo-wrap img {
  height: 1em;
  width: auto;
  transform: none !important;
  opacity: 1 !important;
}

html body .elementor-element-366934d img {
  margin-left: 50px !important;
}

html body .cardsrow .elementor-widget-html {
  margin: -115px 15px 0 15px !important;
}


/* Let Elementor handle inner layout */
.hidden-row {
  width: 100%;
}

/* Wrapper – animation + visibility */
.hidden-row-wrap {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

/* Visible state */
.hidden-row-wrap.is-visible {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

/* Button mobile safety */
.view-more-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

[type=button],
[type=submit],
button {
  background-color: transparent;
  border: none !important;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  background-color: unset !important;
  text-decoration: none;
}

html body .glwbtnwrp {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

html body .glwbtnwrp img {
  border: 2px solid #FFC300 !important;
  border-radius: 50% !important;
  animation: glowPulse 2s infinite ease-in-out;
  max-width: 75px;
}

@keyframes glowPulse {


  0% {
    box-shadow:
      0 0 6px rgba(241, 86, 35, 0.4),
      0 0 14px rgba(241, 86, 35, 0.3),
      0 0 28px rgba(241, 86, 35, 0.2);
  }


  50% {
    box-shadow:
      0 0 10px rgba(241, 86, 35, 0.8),
      0 0 24px rgba(241, 86, 35, 0.6),
      0 0 48px rgba(241, 86, 35, 0.4);
  }


  100% {
    box-shadow:
      0 0 6px rgba(241, 86, 35, 0.4),
      0 0 14px rgba(241, 86, 35, 0.3),
      0 0 28px rgba(241, 86, 35, 0.2);
  }
}

html body .elementor-element-b37981a {
  display: none;
}

body.page-id-948 {
  height: 200%;
  overflow-x: hidden;
}

.service-hero,
.elementor-element-3cb110f {
  min-height: 100vh;
  position: relative;
}



html body .blck-circle {
  position: fixed;
  bottom: 11vh;
  left: 50%;
  transform: translateX(-50%);
  width: 4.5rem;
  height: 4.5rem;
  background-color: #141414;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

html body .blck-circle img {
  max-width: 30%;
  padding-top: 5px;
  z-index: 2;
}


.circle {
  position: fixed;
  bottom: 11vh;
  left: 50%;
  width: 4.5rem;
  height: 4.5rem;
  background: #141414;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}


.circle.expand {
  transform: translateX(-50%) scale(80);
}

#section2 {
  background: transparent;
  position: relative;
  z-index: 3;
}

#section2 .elementor-element-b60f967 {
  transform: translateY(40px);
  transition: all 0.6s ease;
}

#section3 {
  background: transparent;
}

html body .studios-hero .banner-title {
  text-transform: unset !important;
}

html body .drkyllow {
  color: #d29700 !important;
}


#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

#scrollTopBtn:hover {
  transform: translateY(-5px);
}

.iti__selected-dial-code {
  color: #fff;
}


@media (max-width: 1440px) {

  html body .elementor-element-a8824ab .com-brf {
    max-width: 75%;
  }

  .elementor-2 .elementor-element.elementor-element-46fb434:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-46fb434>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/starynight_full_lap.webp") !important;
  }

  .elementor-2 .elementor-element.elementor-element-d384e08:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-d384e08>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #ECE2D2;
    background-image: url("/wp-content/uploads/2026/01/starynight_full_lap.webp") !important;
  }

  .elementor-1321 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-1321 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    padding-top: 420px !important;
  }

  .parallax-bg.parallax-top {
    background-position: center top;
  }

  .parallax-bg.parallax-mid {
    background-position: bottom center;
  }

  .parallax-bg.parallax-bottom {
    background-position: bottom center;
  }

  h1.word-reveal img {
    margin-left: 3px !important;
  }
}

@media (min-width: 1480px) and (max-width: 1550px) and (min-height: 950px) {
  /* MacBook 14 fix */

  .about-hero {
    min-height: 130vh !important;
  }

  .service-hero {
    min-height: 100vh;
  }

  .client-hero {
    min-height: 100vh;
  }

  .contact-hero {
    min-height: 150vh;
  }

  .about-hero-inner {
    margin-top: -25.5rem !important;
  }

  .service-hero-inner {
    margin-top: -3.75rem !important;
  }

  .client-hero-inner {
    margin-top: -6.25rem !important;
  }

  .contact-hero-inner {
    margin-top: -13.125rem !important;
  }
}


@media (max-height: 880px) and (min-width: 1366px) {

  .about-hero {
    min-height: 135vh !important;
  }

  .service-hero {
    min-height: 120vh;
  }

  .client-hero {
    min-height: 100vh;
  }

  .contact-hero {
    min-height: 150vh;
  }


  .about-hero-inner {
    margin-top: -17rem !important;
  }

  .service-hero-inner {
    margin-top: -3.75rem !important;
  }

  .client-hero-inner {
    margin-top: 0.625rem !important;
  }

  .contact-hero-inner {
    margin-top: -18rem !important;
  }


  html body .blck-circle {
    position: fixed;
    bottom: 11vh;
    left: 48%;
    margin-top: 8.875rem !important;
    width: 4.5rem !important;
    height: 4.5rem !important;
    background-color: #141414 !important;
    border-radius: 50%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  html body .blck-circle img {
    max-width: 30%;
    padding-top: 5px !important;
  }


  /* CIRCLE */
  /* FIXED CIRCLE (GLOBAL LAYER) */
  .circle {
    position: fixed;
    bottom: -80px;
    left: 50%;
    margin-top: 8.875rem !important;
    width: 2rem !important;
    height: 2rem !important;
    background: #141414 !important;
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    pointer-events: none;
  }

  .blck-circle img {
    max-height: 1rem !important;
  }
}



@media (max-width: 1024px) {

  .parallax-bg {
    min-height: clamp(55vh, 70vh, 80vh);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-bg.parallax-top {
    background-position: center top;
  }

  .parallax-bg.parallax-mid {
    background-position: bottom center;
  }

  .parallax-bg.parallax-bottom {
    background-position: bottom center;
  }

  html body header nav ul.hfe-nav-menu li a {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
    color: #141414 !important;
  }

  body {
    cursor: auto;
  }

  .vnb-cursor,
  .vnb-cursor-trail {
    display: none;
  }

  .about-hero {
    min-height: 70vh;
  }

  .service-hero {
    min-height: 70vh;
  }

  .client-hero {
    min-height: 70vh;
  }

  .contact-hero {
    min-height: 70vh;
  }

  html body .elementor-element-9578840 .elementor-element-de6cd25 h1 img {
    max-width: 45px;
  }

  /* Show only on mobile */
  .hidedesktop {
    display: revert !important;
  }

  /* Hide on mobile */
  .hidemobile {
    display: none !important;
  }

  html body footer {
    min-height: 720px !important;
  }

  .hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    height: 100vh !important;
  }
}


@media (max-width: 800px) {

  /* Show only on mobile */
  .hidedesktop {
    display: revert !important;
  }

  /* Hide on mobile */
  .hidemobile {
    display: none !important;
  }

}


@media (max-width: 768px) {

  body {
    -webkit-overflow-scrolling: touch;
  }

  .caramel,
  .caramel--hero {
    font-size: clamp(2rem, 3.6vw, 2.25rem);
    line-height: 1.05;
  }

  html body header nav ul.hfe-nav-menu li a {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
    color: #141414 !important;
  }


  .parallax-bg {
    height: auto;
  }

  .sticky-heading {
    position: sticky !important;
    top: 80px;
  }

  .scroll-right {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .about-hero {
    min-height: auto;
  }

  .service-hero {
    min-height: auto;
  }

  .client-hero {
    min-height: auto;
  }

  .contact-hero {
    min-height: auto;
  }

  .about-hero-inner {
    padding: 110px 20px 90px;
  }

  .client-hero-inner {
    margin: -100px 0 164px 0 !important;
  }

  .contact-hero-inner {
    padding: 110px 20px 90px;
  }

  html body .elementor-element-17a1955 .e-con-inner {
    padding: 0px !important;
    margin-top: -375px !important;
  }

  .elementor-2 .elementor-element.elementor-element-46fb434:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-46fb434>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp") !important;
  }

  .elementor-2 .elementor-element.elementor-element-d384e08:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-d384e08>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp") !important;
  }

  .elementor-6 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-6 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp") !important;
    min-height: 130vh !important;
  }

  .elementor-2 .elementor-element.elementor-element-46fb434:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-46fb434>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp") !important;
  }

  .elementor-6 .elementor-element.elementor-element-87bcfa9:not(.elementor-motion-effects-element-type-background),
  .elementor-6 .elementor-element.elementor-element-87bcfa9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp");
  }

  .elementor-948 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-948 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp");
    min-height: 100vh;
  }

  .elementor-948 .elementor-element.elementor-element-87bcfa9:not(.elementor-motion-effects-element-type-background),
  .elementor-948 .elementor-element.elementor-element-87bcfa9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp");
  }

  .elementor-1610 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-1610 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp");
    min-height: 100vh !important;
  }

  .elementor-6 .elementor-element.elementor-element-4fabf84 {
    display: flex !important;
    justify-content: center !important;
  }

  .elementor-445 .elementor-element.elementor-element-7e5c5e3 {
    max-width: 50%;
  }

  .elementor-445 .elementor-element.elementor-element-ceb871d {
    max-width: 50%;
  }

  .elementor-653 .elementor-element.elementor-element-a0a6295 {
    margin-left: 30px;
  }

  #menu-item-470>a.hfe-menu-item {
    width: 100% !important;
  }

  .team-slider-wrap::after {
    width: 140px !important;
  }

  html body .elementor-element-de6cd25 {
    margin-top: 290px !important;
  }

  html body .elementor-element-9578840 .elementor-element-de6cd25 h1 img {
    max-width: 31px !important;
  }

  .service-item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  html body .servicefirstitem {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-left h3 {
    font-size: 1.4rem;
  }

  .support-card img {
    height: 300px;
  }

  html body .about-hero .elementor-element-de6cd25 {
    margin-top: 0px !important;
  }

  html body .service-hero .elementor-element-de6cd25 {
    margin-top: 120px !important;
  }

  html body .service-hero .elementor-element-1a13d66 {
    min-height: 0vh;
  }

  html body .contact-hero .elementor-element-de6cd25 {
    margin-top: 410px !important;
  }

  html body .elementor-element-01fa8a6 .elementor-element-27a4382 {
    min-height: 0vh;
  }

  html body .elementor-element-ec87a48 .elementor-element-1a13d66 {
    min-height: 0vh;
  }

  html body .elementor-element-ec87a48 .elementor-element-5e03a01 {
    margin-top: 35px !important;
  }

  html body .elementor-element-01fa8a6 .elementor-element-fe6cf47 {
    margin-top: 35px !important;
  }

  html body .elementor-element-d384e08 .elementor-element-7b4bc87 {
    margin-top: 35px !important;
  }

  .elementor-1321 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-1321 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    padding-top: 0px !important;
  }

  #forminator-module-1534 .forminator-field-checkbox .forminator-field {
    gap: 10px 0px;
  }

  html body .elementor-element-46fb434 .elementor-element-fb7b7bd {
    padding-right: 0px !important;
  }

  html body .elementor-element-46fb434 .elementor-element-fb7b7bd .elementor-widget-html h3 {
    text-align: center;
  }

  html body .elementor-element-46fb434 .elementor-element-fb7b7bd .elementor-widget-html p {
    text-align: center;
  }

  html body .service-hero-inner {
    margin-top: -100px !important;
  }

  html body .elementor-element-366934d img {
    margin-left: 0 !important;
  }

  html body .elementor-element-5c89cb1 {
    padding: 25px 15px 0 15px !important;
  }


  html body .blck-circle,
  .circle {
    width: 3.75rem;
    height: 3.75rem;
    bottom: 9vh;
  }

  .circle.expand {
    transform: translateX(-50%) scale(60);
  }

  .scroll-down-link {
    position: fixed;
    left: 50%;
    bottom: 1.75rem;
    transform: translateX(-50%);
    z-index: 20;
  }

  .elementor-element-3cb110f {
    background-color: #ECE2D2;
    transition: background-color 0.4s ease;
  }

  /* Section text spacing */
  section {
    padding: 0 20px;
  }

  #section2 .content {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
  }

  html body .elementor-element-1a13d66 {
    min-height: 0;
    margin-bottom: 30px !important;
  }

  #scrollTopBtn {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }

  .home-sticky-desktop {
    display: none;
  }

  .home-sticky-mobile {
    display: block;
  }

  .home-static-desktop {
    display: none;
  }

  .home-static-mobile {
    display: block;
  }

  html body .elementor-element-67f8fac {
    padding: 90px 10px 0 10px !important;
  }

  html body h1.word-reveal img {
    margin-left: 2px !important;
  }

  html body h1.word-reveal img {
    margin-left: 2px !important;
  }

  .inner-static-desktop {
    display: none;
  }

  .inner-static-mobile {
    display: block;
  }


  .inner-sticky-desktop {
    display: none;
  }

  .inner-sticky-mobile {
    display: block;
  }

  html body .elementor-element-99c5474 {
    margin-left: 35px !important;
  }

  html body .elementor-element-61ca4ff {
    margin-left: 20px !important;
  }
}

@media (max-width: 420px) {
  html body .banner-title {
    font-size: clamp(2.25rem, 6vw, 4.5rem) !important;
  }

  html body .elementor-element-9578840 .elementor-element-de6cd25 h1 img {
    max-width: 27px !important;
    margin-left: -4px;
  }
}

/* iOS Safari only */
@supports (-webkit-touch-callout: none) {

  .elementor-2 .elementor-element.elementor-element-46fb434:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-46fb434>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: none !important;
    margin: -60px 0 !important;
  }

  html body .elementor-element-46fb434 .elementor-element-ab25b71 {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg_v2.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-2 .elementor-element.elementor-element-d384e08:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-d384e08>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp") !important;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-6 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-6 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg_v2.webp") !important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-6 .elementor-element.elementor-element-01fa8a6:not(.elementor-motion-effects-element-type-background),
  .elementor-6 .elementor-element.elementor-element-01fa8a6>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("https://vnbmedia.in/wp-content/uploads/2026/01/mobile_bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-6 .elementor-element.elementor-element-87bcfa9:not(.elementor-motion-effects-element-type-background),
  .elementor-6 .elementor-element.elementor-element-87bcfa9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-948 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-948 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-1610 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-1610 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-1610 .elementor-element.elementor-element-87bcfa9:not(.elementor-motion-effects-element-type-background),
  .elementor-1610 .elementor-element.elementor-element-87bcfa9>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("https://vnbmedia.in/wp-content/uploads/2026/01/part_22.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .elementor-1321 .elementor-element.elementor-element-9578840:not(.elementor-motion-effects-element-type-background),
  .elementor-1321 .elementor-element.elementor-element-9578840>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("https://vnbmedia.in/wp-content/uploads/2026/01/starynight_full.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100svh;
    /* NOT 100vh */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }


  html body .elementor-element-b37981a {
    display: block !important;
    padding: 60px 0 !important;
  }

  html body .elementor-element-46fb434 .elementor-element-20afbf3,
  html body .elementor-element-46fb434 .elementor-element-58d4981,
  html body .elementor-element-46fb434 .elementor-element-67dccd7 {
    display: none !important;
  }

  .elementor-2 .elementor-element.elementor-element-d384e08:not(.elementor-motion-effects-element-type-background),
  .elementor-2 .elementor-element.elementor-element-d384e08>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: none !important;
    margin: -60px 0 !important;
  }

  /* Disable ALL motion effects on iOS */
  .elementor-motion-effects-layer,
  .elementor-motion-effects-container {
    transform: none !important;
    -webkit-transform: none !important;
  }

  html body .elementor-element-d384e08 .elementor-element-3641d3a {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg_v2.webp") !important;
    padding: 60px 0 !important;
  }


  html body .elementor-element-d384e08 .elementor-element-6f99d72 {
    background-image: url("/wp-content/uploads/2026/01/mobile_bg_v2.webp") !important;
    padding: 60px 0 120px 0 !important;
    margin: -60px 0 -30px 0 !important;
  }

  html body .elementor-element-1da1856 .elementor-element-932f76a {
    margin-left: 25px !important;
  }

  html body .elementor-element-e009257 .elementor-element-33b5e17 {
    margin-left: 25px !important;
  }

  .parallax-bg::before {
    content: none !important;
  }
}
