/* hero section  */
@keyframes spinText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.text-ring {
    transform-origin: 150px 150px;
    animation: spinText 10s linear infinite;
}


/* slider */
.animate-marquee {
  width: fit-content;
  will-change: transform;
}





/* section five */

/* Indicator image — slides top↔bottom on lg,  */
#works-indicator {
    position: absolute;
    z-index: 10;
    pointer-events: none;

    transition:
        top .45s cubic-bezier(.4, 0, .2, 1),
        left .45s cubic-bezier(.4, 0, .2, 1),
        width .45s cubic-bezier(.4, 0, .2, 1),
        height .45s cubic-bezier(.4, 0, .2, 1),
        transform .45s cubic-bezier(.4, 0, .2, 1);
}


@media (max-width: 1023px) {
    #works-indicator {
        display: none;
    }
}

.works-left-col {
    position: sticky;
    top: 80px;
    align-self: start;
    height: fit-content;
}

@media only screen and (max-width: 1023px) {
    .works-left-col {
        top: 10px;
        position: relative;
        align-self: start;
        height: fit-content;
    }
}


/* Card */
/* #worksCards>div {
    transition:
        transform 2s ease,
       
} */

/* Image */
/* .works-card-img {
    transition: transform 2s ease;
} */

/* Active card */
/* .active-card {
    transform: scale(1.002);
   
} */

/* Hover */
/* #worksCards>div:hover {
    transform: scale(1.002);
}

#worksCards>div:hover .works-card-img {
    transform: scale(1.002);
} */
#worksCards>div {

    opacity: .45;

    transform: scale(.95) translateZ(0);
        backface-visibility: hidden;
    transition:
        transform .65s cubic-bezier(.22, .61, .36, 1),
        opacity .65s ease;

}

#worksCards>div.active-card {

    opacity: 1;

    transform: scale(1);

}

.works-card-img {

    transition: transform .65s cubic-bezier(.22, .61, .36, 1);

    will-change: transform;

}


/* section six */

.six-parallax-img-wrap,
.six-parallax-row>div>div:not(.six-parallax-img-wrap) {
    will-change: transform, opacity;
}

.parallax-img {
    will-change: transform;
    border-radius: inherit;
}


/* section three*/
[data-animate] {
    transform: translate(var(--tx), var(--ty)) scale(0.55);
    will-change: transform;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate].is-visible {
    transform: translate(0px, 0px) scale(1);
}

/* section four - ambient float on the connector lines */
@keyframes howItWorksLineFloat {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -10px);
    }
}

.how-it-works-line {
    animation: howItWorksLineFloat 5s ease-in-out infinite;
    will-change: transform;
}

.how-it-works-line--delay {
    animation-delay: 1.2s;
}

/* section one - subtle float on the hero cup */
@keyframes heroCupFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.hero-cup {
    animation: heroCupFloat 4s ease-in-out infinite;
    will-change: transform;
}

/*section one */
.page .hero-title h1 {
    text-align: center ;
   font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    max-width: 350px !important;
    margin-left: auto;
    margin-right: auto;
     position:relative;
     text-wrap: balance;
}

/* md: 768px */
@media (min-width: 768px) {
    .page .hero-title h1 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0.03em;
        max-width: 650px !important;
         text-wrap: balance;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .page .hero-title h1 {
        text-align: left;
        padding-left: 50px;
        max-width: 550px !important;
        margin-left: 0;
        margin-right: 0;
         text-wrap: balance;
         font-size: 60px;
    }
}

/* xl: 1280px */
@media (min-width: 1280px) {
    .page .hero-title h1 {
        font-size: 85px;
        line-height: 83px;
        padding-left: 100px;
         max-width: 800px !important;
         text-wrap: balance;
    }
}
.page .hero-title h1 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page .hero-title h1 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/* section four */

.page .works_part h2 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    padding-top: 50px;
    color: #000000;
   line-height:38px;
      padding-left: 2px;
    padding-right: 2px;
    position: relative;
    text-wrap: balance;
}

/* md: 768px */
@media (min-width: 768px) {
    .page .works_part h2 {
        font-size: 42px;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .page .works_part h2 {
        font-size: 50px;
    }
}

.page .works_part h2 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page .works_part h2 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}

/*section_five */

.page .service_sec_home h3 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    padding-top: 50px;
    color: #ffffff;
    line-height:35px;
    max-width: 350px !importan;
     position: relative;
    text-wrap: balance;
}

/* md: 768px */
@media (min-width: 768px) {
    .page .service_sec_home h3  {
        font-size: 42px;
          width: 100% !important;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
  .page .service_sec_home h3  {
        font-size: 50px;
         width: 100% !importan;
    }
}
.page .service_sec_home h3 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page .service_sec_home h3 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
  
/* section six */

.page .workplace_home h4 {
      font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    padding-top: 50px;
    color: #000000;
    line-height: 35px;
     position: relative;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .page .workplace_home h4 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (min-width: 1024px) {
    .page .workplace_home h4 {
        font-size: 50px;
    }
}
.page .workplace_home h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page .workplace_home h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/* section eight */
.elevated_home h4 {
      font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #000000;
    line-height: 30px;
    letter-spacing: 0.03em;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
     position:relative;
     text-wrap: balance;
}

/* Medium screens */
@media (min-width: 768px) {
    .elevated_home h4 {
        font-size: 40px;
        padding-top: 30px;
        line-height: 49px;
        max-width: 700px;
        text-wrap: balance;
    }
}

/* Large screens */
@media (min-width: 1024px) {
    .elevated_home h4 {
        font-size: 50px;
        max-width: 1000px;
        line-height: 50px;
        text-wrap: balance;
        text-align:left;
    }
}
 .elevated_home h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.elevated_home h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}


/*section_nine */

.page .thrive_home h4 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    padding-top: 50px;
    color: #ffffff;
     position: relative;
    text-wrap: balance;
}

/* md: 768px */
@media (min-width: 768px) {
    .page .thrive_home h4 {
        font-size: 42px;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .page .thrive_home h4 {
        font-size: 50px;
    }
}
.page .thrive_home h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page .thrive_home h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/*section_ten */