.elementor-kit-47{--e-global-color-primary:#52323D;--e-global-color-secondary:#EAD5D2;--e-global-color-text:#1A1A1A;--e-global-color-accent:#711F29;--e-global-color-e4ae42b:#1A1A1A;--e-global-color-1dc126c:#EAD5D2;--e-global-color-172193d:#D19990;--e-global-color-999b2f4:#896366;--e-global-color-93c589e:#52323D;--e-global-color-93789f3:#EDB2D0;--e-global-color-7185c8e:#AA5781;--e-global-color-04bad1c:#711F29;--e-global-color-27f0fca:#421924;--e-global-color-bb7ba47:#F7ECEC;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Quicksand", Sans-serif;font-weight:300;}.elementor-kit-47 e-page-transition{background-color:#FFBC7D;}.elementor-kit-47 a{font-family:"Quicksand", Sans-serif;}.elementor-kit-47 h3{font-size:2.8vw;text-transform:uppercase;}.elementor-kit-47 h4{font-size:2vw;text-transform:uppercase;line-height:2rem;letter-spacing:2px;}.elementor-kit-47 h6{font-family:"Quicksand", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000C9;--lightbox-ui-color:#D2D2D2;--lightbox-text-color:#D2D2D2;--lightbox-header-icons-size:25px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}


.bgblur {
      backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}



/* SVG BASE */

@media (prefers-reduced-motion: reduce) {
  .logo-ink {
    animation: none !important;
  }
}

.logo-ink .stroke {
  opacity: 0;
}

.logo-ink {
  display: block;
  cursor: pointer;
}

.logo-ink g {
  transform-origin: center;
  transform-box: fill-box;
}

/* INITIAL STATES */

.logo-ink .stroke path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  opacity: 1;
}

.logo-ink .fill path,
.logo-ink .fill rect,
.logo-ink .fill circle {
  clip-path: inset(0 0 100% 0);
}

/* ANIMATION TRIGGERS */

.logo-ink.animate .stroke path {
  animation:
    draw-stroke 2.4s ease forwards,
    fade-stroke 1s ease forwards;
  animation-delay: 0s, 1s;
}

.logo-ink.animate .fill path,
.logo-ink.animate .fill rect,
.logo-ink.animate .fill circle {
  animation: reveal-fill 1.4s ease forwards;
  animation-delay: 1s;
}

.logo-ink.animate g {
  animation: punch 0.4s ease-out forwards;
  animation-delay: 3.6s;
}

/* KEYFRAMES */

@keyframes draw-stroke {
  to { stroke-dashoffset: 0; }
}

@keyframes fade-stroke {
  to { opacity: 0; }
}

@keyframes reveal-fill {
  to { clip-path: inset(0 0 0 0); }
}

@keyframes punch {
  0% { transform: scale(1); }
  60% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* LOGO LAYOUT */

.logo-wrap {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-wrap svg {
  height: 100%;
  width: auto;
  max-width: 100%;
}

/* MAIN NAV MENU LINES */

.elementor-nav-menu--main .elementor-item {
  position: relative;
  display: inline-block;
  padding: 4px 0;
}

.elementor-nav-menu--main .elementor-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: #9f8f9a !important;
  transition: width 0.35s ease;
}

.elementor-nav-menu--main .elementor-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0%;
  background: #9f8f9a !important;
  transition: width 0.35s ease;
}

.elementor-nav-menu--main .elementor-item:hover::before,
.elementor-nav-menu--main .elementor-item.elementor-item-active::before {
  width: 50%;
}

.elementor-nav-menu--main .elementor-item:hover::after,
.elementor-nav-menu--main .elementor-item.elementor-item-active::after {
  width: 50%;
}

/* ROLL BUTTON */

.rollb-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.rollb-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 20px 150px;
  background: #000;
  color: #D2D2D2;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6vw;
  letter-spacing: 3px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}

.rollb-btn span {
  display: inline-block;
  transform: translateY(0);
  opacity: 1;
  color: #D2D2D2;
}

/* ROLL TEXT */

@keyframes rollWord {
  0%   { transform: translateY(0); opacity: 1; }
  35%  { transform: translateY(-110%); opacity: 0; }
  65%  { transform: translateY(110%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.rollb-btn:hover span {
  animation: rollWord 0.8s cubic-bezier(.22,1,.36,1);
}

.rollb-btn:hover span:nth-child(1) { animation-delay: 0s; }
.rollb-btn:hover span:nth-child(2) { animation-delay: 0.1s; }
.rollb-btn:hover span:nth-child(3) { animation-delay: 0.2s; }
.rollb-btn:hover span.arrow        { animation-delay: 0.3s; }

.rollb-btn:hover .arrow {
  transform: translateX(6px);
}

/* BUTTON WOBBLE */

@keyframes skewWobble {
  0%   { transform: skewX(0deg); }
  15%  { transform: skewX(-4.5deg); }
  30%  { transform: skewX(3.8deg); }
  50%  { transform: skewX(-3deg); }
  70%  { transform: skewX(2deg); }
  85%  { transform: skewX(-1deg); }
  100% { transform: skewX(0deg); }
}

.rollb-btn:hover {
  animation: skewWobble 1.1s cubic-bezier(.18,1.25,.45,1);
  animation-delay: 0.20s;
}

/* ROLL BUTTON MOBILE */

@media (max-width: 1024px) {

  .rollb-wrapper {
    width: 100%;
    justify-content: center;
  }

  .rollb-btn {
    width: 80vw;
    padding: 5% 8%;
    font-size: 4vw;
    letter-spacing: 2px;
    justify-content: center;
    text-align: center;
  }

  .rollb-btn span {
    white-space: nowrap;
  }
}

/* SOCIAL ICONS */

.social-set {
  display: flex;
  gap: 28px;
}

.social-roll {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  perspective: 650px;
}

.social-roll .icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 100% 100%;
  transition:
    transform 0.7s cubic-bezier(.22, 1, .36, 1),
    opacity 0.5s ease,
    filter 0.5s ease;
  will-change: transform;
}

.social-roll .base {
  stroke: #A37B97;
  opacity: 1;
  filter: blur(0.6px);
}

.social-roll .hover {
  stroke: #ffffff;
  filter: none;
}

.social-roll:hover .hover {
  transform:
    translate(-5px, -5px)
    rotateZ(-7deg)
    rotateY(-26deg);
}

.social-roll:hover .base {
  opacity: 0.75;
  filter: blur(1px);
}

/* SERVICES SECTION */

.services-snapshot {
  padding: 2vh 6vw 0;
}

.services-snapshot-inner {
  text-align: center;
}

.snapshot-lead {
  font-family: Arial, system-ui, -apple-system, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.05;
  font-size: 8vw;
  margin-bottom: 1rem;
  color: #D2D2D2;
  opacity: 0;
}

/* ROTATING WORDS */

.snapshot-rotator {
  position: relative;
  height: 1.15em;
  overflow: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  font-family: Arial, system-ui, -apple-system, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.05;
  font-size: clamp(60px, 16vw, 156px);
}

.snapshot-rotator .word {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #A37B97;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform-style: preserve-3d;
  will-change: transform;
}

.snapshot-lead.lead-bottom {
  opacity: 1;
  width: 90vw;
  margin-top: 1rem;
  font-size: 8vw;
  letter-spacing: 1px;
}

/* SERVICES SCROLL */

.services-scroll-seq {
  height: 300vh;
  background: #0f0f0f;
}

.services-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8vw;
}

.service-slide {
  position: absolute;
  opacity: 0;
}

/* SERVICES TYPOGRAPHY */

.service-slide h3 {
  font-family: Arial, system-ui, sans-serif;
  text-transform: uppercase;
  font-size: 8vw;
  letter-spacing: 2px;
  color: #D2D2D2;
  margin-bottom: 1rem;
}

.service-slide p {
  font-size: 4.2vw;
  line-height: 1.5;
  color: #d2d2d2;
}

/* SPLIT TEXT */

#split-sequence,
#split-sequence * {
  box-sizing: border-box;
  overflow: visible !important;
}

#split-sequence {
  width: 100%;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
}

#split-sequence > * {
  grid-area: 1 / 1 / 2 / 2;
}

.stage {
  position: relative;
  height: 100vh;
  width: 100%;
}

.stage .full-word,
.stage .layer,
.stage .reveal {
  position: absolute;
  left: 50%;
  top: 55vh;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.full-word {
  background: #D2D2D2;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 10vw;
  z-index: 5;
  pointer-events: none;
}

.full-word.start-right {
  transform: translate(20vw, -50%);
}

.layer {
  width: max-content;
  z-index: 10;
  pointer-events: none;
}

.layer .text {
  display: inline-block;
  background: #D2D2D2;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 10vw;
  line-height: 1;
}

.top-layer .text {
  clip-path: inset(0 0 50% 0);
}

.bottom-layer .text {
  clip-path: inset(50% 0 0 0);
}

.reveal {
  top: calc(25vh + 20%);
  transform: translate(-50%, 0);
  font-size: 1.8vw;
  opacity: 0;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}

/* HERO HEADING */

.hero-heading {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
  font-size: clamp(32px, 4.5vw, 70px);
  text-align: left;
}

@media (max-width: 1024px) {
  .hero-heading {
    text-align: center;
  }
}

/* FILLED TITLE */

.title-fill {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1.05;
  text-transform: uppercase;
  font-size: 3.8vw;
}

.title-fill.center-title {
  display: block !important;
  width: 100%;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1024px) {
  h3.title-fill {
    font-size: 8vw;
    line-height: 1.1;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }

  h2.title-fill {
    font-size: 8vw;
    text-align: left;
  }
}

/* WORD COLOR VARIANTS */

.word-pink,
.word-pink2 {
  background-size: auto;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.word-pink {
  background-image: url("https://www.polett.com/wp-content/uploads/2025/12/DrkTxt-N.jpg");
}

.word-pink2 {
  background-image: url("https://www.polett.com/wp-content/uploads/2025/12/LghtTxtNeutral.jpg");
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

.word-broo {
  color: #7c506f;
  font-weight: 800;
}

.word-black {
  color: #000000;
  font-weight: 500;
}

.word-white {
  color: #D2D2D2;
}

.word-white a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.word-white a:hover,
.word-white a:focus {
  text-decoration-thickness: 2px;
}


/* HERO SUBHEADING */

.hero-subheading {
  display: block;
  width: 100%;
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8vw;
  letter-spacing: 2px;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-word;
  white-space: normal;
}

@media (max-width: 1024px) {
  h2.hero-subheading {
    font-size: 5.2vw;
    line-height: 1.45;
    text-align: center;
  }
}

/* HIGHLIGHT TEXT */

.highlightsani {
  display: block;
  width: 100%;
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8vw;
  letter-spacing: 2px;
  margin-top: 1rem;
  line-height: 1.4;
  text-wrap: balance;
  text-align: justify;
  text-justify: inter-word;
  white-space: normal;
}

/* LINE ANIMATION */

.lineani-line {
  stroke-width: 2;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  opacity: 1;
}

.lineani-arrow {
  stroke-width: 2;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  opacity: 0;
}

.lineani.active .lineani-line {
  animation: lineDraw 1.8s cubic-bezier(.25,.8,.25,1) forwards;
}

.lineani.active .lineani-arrow {
  animation: arrowDraw 1s cubic-bezier(.25,.8,.25,1) forwards;
  animation-delay: 1s;
}

@keyframes lineDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes arrowDraw {
  to { stroke-dashoffset: 0; opacity: 1; }
}

/* TAKE A LOOK BLOCK */

.take-look-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
}

.take-look-wrapper.lineani.active .lineani-line {
  animation-delay: 2s;
}

.take-look-wrapper.lineani.active .lineani-arrow {
  animation-delay: 3s;
}

/* ABOUT HEADER */

.about-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
}

.about-top-text {
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 2.4vw;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

.about-line-svg {
  width: 180px;
  height: 150px;
  overflow: visible;
  flex: 0 0 auto;
}

@media (max-width: 990px) {
  .about-top-wrapper {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6vh 0 10vh;
  }

  .about-top-text {
    font-size: 8vw;
    letter-spacing: 2px;
    margin: 0;
    z-index: 3;
    text-align: center;
  }

  .about-line-svg {
    position: absolute;
    top: calc(35% + 1vw);
    width: 34vw;
    height: 26vw;
    pointer-events: none;
  }

  .about-line-svg.left-line {
    left: 60%;
    transform: translateX(-100%);
  }

  .about-line-svg.right-line {
    left: 40%;
    transform: translateX(0);
  }
}

/* TYPE ON SCROLL */

.type-on-scroll {
  display: inline-block;
  position: relative;
  overflow: visible;
  visibility: hidden;
}

.type-letter {
  display: inline-block;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(.22,1.15,.52,1);
}

@keyframes caretBlink {
  50% { opacity: 1; }
}

/* TESTIMONIAL LINE */

.testimonial-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.testimonial-line-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
  width: 100%;
}

.testimonial-line-wrapper .arrow-text {
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  text-align: right;
}

.testimonial-line-svg {
  margin-top: -20px;
  width: 260px;
  height: auto;
  overflow: visible;
}

.testimonial-line-wrapper.lineani.active .lineani-line {
  animation-delay: 1.5s;
}

.testimonial-line-wrapper.lineani.active .lineani-arrow {
  animation-delay: 2.5s;
}

@media (max-width: 1024px) {
  .testimonial-block {
    align-items: center;
  }

  .testimonial-line-wrapper {
    align-items: center;
    text-align: right;
  }

  .testimonial-line-wrapper .arrow-text {
    font-size: 4vw;
    text-align: right;
    white-space: normal;
    margin: 0 auto;
  }

  .testimonial-line-svg {
    width: 75%;
    max-width: 75%;
    margin: -10px auto 0;
    display: block;
  }
}

.grad {
    background: linear-gradient(to right, #7c506f, #d2d2d2, #7c506f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}






.ph-gallery .elementor-gallery__titles-container {
  display: none !important;
}



/* Filter bar container */
.ph-filter-bar {
  background: rgba(210, 210, 210, 0.82);
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Inner layout */
.ph-filter-bar > * {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

/* Individual titles */
.ph-filter-bar a,
.ph-filter-bar button {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 0 50px;

  text-align: center;
  line-height: 1.2;
  white-space: normal;

  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;

  color: #000000;
  background: none;
  border-radius: 5px;

  transition: font-weight 0.15s ease, background-color 0.15s ease;
}

/* Hover state */
.ph-filter-bar a:hover,
.ph-filter-bar button:hover {
  font-weight: 700;
}

/* Active state */
.ph-filter-bar a.active,
.ph-filter-bar button.active {
  background-color: #000000;
  color: #d2d2d2;
  font-weight: 700;
}






.ph-filter-bar--mobile button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none;
}

.ph-filter-bar--mobile button:focus,
.ph-filter-bar--mobile button:active {
  outline: none !important;
  box-shadow: none !important;
}


@media (max-width: 1024px) {
  .ph-filter-bar--mobile {
    padding: 10px 12px;
    gap: 12px;
  }

  .ph-filter-bar--mobile button {
    height: 40px;
    padding: 0 18px;
    font-size: 13px;
    letter-spacing: 0.8px;
  }
}


@media (max-width: 767px) {
  .ph-filter-bar--mobile {
    padding: 8px 10px;
    gap: 0px;
  }

  .ph-filter-bar--mobile button {
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1;
  }

  /* "All" button */
  .ph-filter-bar--mobile button:first-child {
    height: 38px;
    max-width: 65%;
  }
}

.ph-filter-bar--mobile button {
  border-radius: 4px;
  transition: background-color 0.15s ease, font-weight 0.15s ease;
}

.ph-filter-bar--mobile button.active {
  background-color: #000;
  color: #d2d2d2;
  font-weight: 700;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Quicksand';
	font-display: auto;
	src: url('https://www.polett.com/wp-content/uploads/2026/01/Quicksand-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */