/* @font-face {
	font-family: 'Nimbus-Sans-Bold-Extended';
	src: url('/assets/fonts/Nimbus-Sans-Bold-Extended.woff2') format('woff2');
	font-display: swap;
}
@font-face {
    font-family: 'Nimbus-Sans-Extended';
    src: url('/assets/fonts/nimbus-sans-extended.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus-Sans';
    src: url('/assets/fonts/nimbus-sans-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus-Sans-Bold';
    src: url('/assets/fonts/nimbus-sans-bold.woff') format('woff');
    font-display: swap;
} */


body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    color: #ffffff;
    font-optical-sizing: auto;
    font-weight: 300;
    text-underline-offset: 6px;
    font-size: 1.3rem;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

strong {
    font-family: 'Figtree';
}

.font-cursive {
    font-family: "Figtree", sans-serif;
}

.font-anton {
    font-family: "Anton", sans-serif;
}

.font-cursive-bold {
    font-family: "Figtree", sans-serif;
    font-weight: 800;
}

.font-demibold {
    font-family: "Figtree", sans-serif;
    font-weight: 900;
}

.nav_toggle {
    max-width: 40ch;
    font-size: max(1.5rem, min(.776699vw + 1.31796rem, 2.25rem));
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.2;
}

.nav_toggle_active {
    border-bottom: 3px solid #2dec92;
    color: #2dec92;
}

@media (max-width: 660px) {
    .nav_toggle {
        margin-top: 3rem;
        max-width: 40ch;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: -.01em;
        line-height: 1.2;
    }

    .nav_toggle_active {
        border-bottom: 2px solid #2dec92;
        color: #2dec92;
        font-weight: bold;
    }
}

iframe {
    padding: 0;
    margin: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    padding-left: max(1.5rem, min(6.73139vw - .0776699rem, 8rem));
    padding-right: max(1.5rem, min(6.73139vw - .0776699rem, 8rem));
}

.container_wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1620px;
    padding-left: 106px;
    padding-right: 106px;
}

.container_narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1162px;
}

@media (max-width: 1160px) {
    .container_wide, .container_narrow{
        padding-left: 18px;
        padding-right: 18px;
    }
}

.container_narrow ul {
    list-style: disc;
    margin-left: 17px;
    font-size: 0.8em;
    line-height: 2em;
}

.bg-color-white{
    background-color: #F6F5F4;
}

.bg-color-primary{
    background-color: #0e0e0e;
}

.bg-color-secondary{
    background-color: #181516;
}

.bg-color-third {
    background-color: #FFB833;
}
.bg-color-forth {
    background-color: #B6C6B0;
    /* background-color: #EDECD9; */
}
.bg-color-fith {
    background-color: #C6C1B0;
}

.text-highlight {
    color: #32FEA0;
}


.white-fill path {
    fill: white;
}

.mobile-nav__link {
    font-size: 2.8125rem;
    line-height: 1.04762;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.client_logo{
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}

.container-fluid-text {
    line-height: 0.6;
}

.homeicon {
    margin-top: -4px;
}

/* article */

article {
    color: white;
}

article h2, article h3, article h4 {
    max-width: 786px;
    font-family: "Nimbus-Sans-Extended", sans-serif;
    font-weight: bold;
}

article h1:first-of-type {
    margin-top: 50px;
    margin-bottom: 10px;
}

article h2 {
    font-size: 2em;
    line-height: calc(1ex / 0.38);
    margin: calc(1ex / 0.38) 0;
}

article h3 {
    font-size: 1.7em;
    line-height: calc(1ex / 0.38);
    margin: calc(1ex / 0.38) 0;
}

article h4 {
    font-size: 1.4em;
    line-height: calc(1ex / 0.37);
    margin: calc(1ex / 0.37) 0;
}

article p {
    line-height: calc(1ex / 0.27);
    margin: calc(1ex / 0.32) 0;
    max-width: 786px;
    /* max-width: 73ch; */

    font-size: 1.25rem;
    line-height: calc(1ex / 0.29);

    font-kerning: normal;
    word-spacing: normal;
    letter-spacing: normal;
}

@media (max-width: 800px) {
    article p {
        font-size: 1.15rem;
        line-height: calc(1ex / 0.29);
    }
}

article ul,
article ol {
    margin-top: 0;
    margin-bottom: 46px;
    padding-left: 20px;
    max-width: 786px;
}

article ul {
    list-style: disc;
}

article ol {
    list-style: decimal;
}

article li {
    margin-bottom: 0.25em;
}

article b,
strong {
    font-weight: 900;
}

article a {
    text-decoration: underline;
}

article a:hover {
    background-color: #c0ffe2;
}

article blockquote {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
    color: #5c5c5c;
    border-left: 4px solid #ddd;
    padding-left: 16px;
    font-style: italic;
}

article pre,
article code {
    font-family: 'Courier New', Courier, monospace;
    background-color: #f6f8fa;
    border-radius: 3px;
}

article code {
    padding: 2px 4px;
    font-size: 90%;
    color: #d63384;
}

article pre {
    padding: 16px;
    overflow: auto;
    line-height: 1.45;
    margin-bottom: 16px;
}

article img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

article table {
    border-collapse: collapse;
    width: 100%;
}

article th,
article td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

article th {
    background-color: #f2f2f2;
}

article hr {
    height: 2px;
    background-color: #cacaca;
    border: none;
    margin-top: 54px;
    margin-bottom: 24px;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  

  /* colors and backgrounds */

.studio-color-green {
    color: #19ffa2;
    border-color: #19ffa2;
}
.studio-color-yellow {
    color: #E4FF72;
    border-color: #E4FF72;
}
.studio-color-red {
    color: #e74e25;
    /* border-color: #e74e25; */
}

.bg-dark {
    background-color:rgba(32, 32, 32, 0.8);
}

.section-dark {
    background-color: #181516;
}

.section-forest {
    background: linear-gradient(135deg, #033220, #012114);
}

.section-earth {
    background: linear-gradient(135deg, #292524, #1c1917);
}


.pattern-dots {
    background-image: url('/assets/images/pattern1.jpg');
    background-repeat: repeat;
    background-size: 500px;
    opacity: 0.05;
    pointer-events: none;
}
.pattern-dots2 {
    background-image: url('/assets/images/dot-pattern.png');
    background-repeat: repeat;
    background-size: 150px;
    opacity: 0.04;
    pointer-events: none;
}




/* animations */

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

.reveal-delay-5 {
    transition-delay: 0.5s;
}


.reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

.reveal-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s ease;
}

.reveal-left.active, .reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.fade-in.active {
    opacity: 1;
}

/* Staggered list animation */
.stagger-list li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.stagger-list.active li:nth-child(1) { transition-delay: 0.1s; }
.stagger-list.active li:nth-child(2) { transition-delay: 0.2s; }
.stagger-list.active li:nth-child(3) { transition-delay: 0.3s; }
.stagger-list.active li:nth-child(4) { transition-delay: 0.4s; }
.stagger-list.active li:nth-child(5) { transition-delay: 0.5s; }

.stagger-list.active li {
    opacity: 1;
    transform: translateY(0);
}


.input-field {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.input-field:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #E4FF72;
    box-shadow: 0 0 0 2px rgba(228, 255, 114, 0.2);
}

.contact-card {
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}




/* services */

.custom-bullet {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
}

.service-pillar {
    transition: all 0.3s ease;
}

.service-pillar .pillar-number {
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    opacity: 0.05;
    position: absolute;
    right: 20px;
    bottom: -20px;
}

.service-pillar .pillar-icon {
    transition: transform 0.5s ease;
}

.service-pillar:hover .pillar-icon {
    transform: rotate(10deg);
}

/* Card hover effect */
.card-hover {
    transition: all 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.border-dark {
    border-color: #1C1C1C;
}

.text-dark {
    color: #1C1C1C;
}

.engagement-model-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.testimonial-card {
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.cta-container:hover .cta-arrow {
    width: 3.5rem;
    margin-right: 1rem;
}

.section-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (min-width: 768px) {
    .section-spacing {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0rem;
}

.comparison-table th,
.comparison-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th {
    font-weight: 600;
    color:rgb(0, 0, 0);
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.client-logo {
    height: 100px;
    object-fit: contain;
    filter: grayscale(100%) brightness(1.5);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
}

.mini-testimonial {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mini-testimonial:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}
/* Social Proof Section - Completely Redesigned */
.social-proof-section {
    background: linear-gradient(to right, #f8f8f8, #ffffff);
    border-radius: 1rem;
    overflow: hidden;
}

.client-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    align-items: center;
}

.client-logo {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    max-height: 70px;
    width: auto;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.testimonial-feature {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
}

.testimonial-feature:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #E4FF72, #097331);
}

.metric-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin: 2rem 0;
}

.metric-item {
    flex: 1;
    min-width: 200px;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.metric-item:hover {
    transform: translateY(-5px);
}

.metric-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #097331;
    margin-bottom: 0.5rem;
}

.metric-label {
    font-size: 0.875rem;
    color: #4b5563;
}

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: #E4FF72;
    font-family: serif;
    height: 40px;
    margin-bottom: 1rem;
}