:root {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    scroll-behavior: smooth;
}
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100dvh;
    position: relative;
}
button {
    cursor: pointer;
}
/* scroll animation */
.section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .section.visible {
    opacity: 1;
    transform: translateY(0);
}
  
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    overflow: hidden;
    background: #fff;
    position: relative;
    min-height: 100vh;
}
.hero-content-bx {
    position: relative;
    border-radius: 50px;
    display: flex;
    max-width: 720px;
    min-height: 400px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease;
    z-index: 7;
}
.hero-heading-bx {
    display: flex;
    max-width: 560px;
    flex-direction: column;
    justify-content: flex-end;
    color: #1E1E1E;
    text-align: center;
}
h1 {
    font-family: "Instrument Serif";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px; /* 114.286% */
}
.heading-deco {
    color: #E85A29;
    font-family: "Instrument Serif";
    font-size: 56px;
    font-style: italic;
    font-weight: 400;
    line-height: 64px;
}
.hero-sub-heading-bx {
    max-width: 480px;
}
.hero-sub-heading-bx p {
    color: #1E1E1E;
    text-align: center;
    
    /* body/paragraph */
    font-family: "DM Sans";
    visibility: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    animation: invisible2sec 1.8s ease forwards;
}

.hero-btn-bx {
    display: flex;
    padding-top: 16px;
    padding: 16px 4px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.hero-btn {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    display: flex;
    min-width: 160px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius:  56px;
    border: none;
    transition: all 0.2s ease;
    background: #E85A29;
    text-decoration: none;
    box-shadow: inset 0 8px 16px #ffffff29, 0 0 0 2px #e85a29, 0 4px 2px #1e1e1e29;
}
.hero-btn:hover {
    background: #ff5733;
}
.top-left {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50px;
    border: 1px solid rgba(30, 30, 30, 0.16);
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.02) 0%, rgba(30, 30, 30, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.16);
    left: 0;
    top: 0;
}
.top-right {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 50px;
    border: 1px solid rgba(230, 161, 0, 0.40);
    opacity: 0.82;
    background: linear-gradient(180deg, rgba(230, 161, 0, 0.02) 0%, rgba(230, 161, 0, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(230, 161, 0, 0.16);
}
.middle-left {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -80px;
    top: 50%;
    border-radius: 50px;
    border: 1px solid rgba(13, 153, 47, 0.16);
    background: linear-gradient(180deg, rgba(13, 153, 47, 0.02) 0%, rgba(13, 153, 47, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(13, 153, 47, 0.16);
}
.middle-right {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -80px;
    top: 50%;
    border-radius: 50px;
    border: 1px solid rgba(13, 153, 47, 0.16);
    background: linear-gradient(180deg, rgba(13, 153, 47, 0.02) 0%, rgba(13, 153, 47, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(13, 153, 47, 0.16);
}
.bottom-left {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 50px;
    border: 1px solid rgba(230, 161, 0, 0.40);
    opacity: 0.82;
    background: linear-gradient(180deg, rgba(230, 161, 0, 0.02) 0%, rgba(230, 161, 0, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(230, 161, 0, 0.16);
}
.bottom-right {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 50px;
    border: 1px solid rgba(30, 30, 30, 0.16);
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.02) 0%, rgba(30, 30, 30, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.16);
}
.grid-bx {
    position: absolute;
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    inset: 0 ;
    max-width: 1160px;
    justify-self: center;
}
main {
    width: 100%;
}
.grid-bx .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    /* background: radial-gradient(50% 50% at 50% 50%, transparent 99%, white 100%); */
    background: radial-gradient(50% 50% at 50% 50%, transparent 0%, #fff 100%);
}
.hr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.hr .line {
    width: 0.788px;
    background: rgba(30, 30, 30, 0.08);
}
.vr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.vr .line {
    height: 1px;
    width: 100%;
    background: rgba(30, 30, 30, 0.08);
}
.hr-animate {
    display: block;
    width: 400px; /* Adjust width as needed */
    height: 2px; /* Set the height of the line */
    background: linear-gradient(to left, rgba(232, 90, 41, 0) 0%, rgba(232, 90, 41, 1) 100%);
    border-radius: 1px; /* Optional: Makes the ends rounded */
    position: absolute;
    right: -400px;
    animation: hr-move 9s infinite linear 2s, hr-gradient-reverse 9s infinite linear 2s;
}

.vr-animate {
    display: block;
    height: 400px; /* Adjust width as needed */
    width: 2px; /* Set the height of the line */
    background: linear-gradient(to bottom, rgba(232, 90, 41, 0) 0%, rgba(232, 90, 41, 1) 100%);
    border-radius: 1px; /* Optional: Makes the ends rounded */
    position: absolute;
    top: -400px;
    animation: vr-move 9s infinite linear 2s, vr-gradient-reverse 9s infinite linear 2s;
}

@keyframes hr-move {
    0% {
        right: -400px; /* Starting position (off-screen) */
    }
    25% {
        right: 1100px; /* Fully visible */
    }
    50% {
        right: 1100px; /* Pause in the visible state */
    }
    75% {
        right: -400px; /* Move back to starting position */
    }
    100% {
        right: -400px; /* End at the starting position */
    }
}

@keyframes vr-move {
    0% {
        top: -400px; /* Starting position (off-screen) */
    }
    25% {
        top: 1100px; /* Fully visible */
    }
    50% {
        top: 1100px; /* Pause in the visible state */
    }
    75% {
        top: -400px; /* Move back to starting position */
    }
    100% {
        top: -400px; /* End at the starting position */
    }
}

@keyframes hr-gradient-reverse {
    0%, 50% {
        background: linear-gradient(to left, rgba(232, 90, 41, 0) 0%, rgba(232, 90, 41, 1) 100%);
    }
    51%, 100% {
        background: linear-gradient(to right, rgba(232, 90, 41, 0) 0%, rgba(232, 90, 41, 1) 100%);
    }
}
@keyframes vr-gradient-reverse {
    0%, 50% {
        background: linear-gradient(to bottom, rgba(232, 90, 41, 0) 0%, rgba(232, 90, 41, 1) 100%);
    }
    51%, 100% {
        background: linear-gradient(to top, rgba(232, 90, 41, 0) 0%, rgba(232, 90, 41, 1) 100%);
    }
}


/* text animation */
@keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
.top-left, .top-right, .middle-left, .middle-right, .bottom-left, .bottom-right, .hero-btn-bx, .hero-heading-bx {
    overflow: hidden;
    opacity: 0;
    transform: translateY(50%); /* Move elements slightly down initially */
    animation: fadeInUp 0.6s ease forwards;
}
.top-left, .top-right {
    animation-delay: 0s;
}
.middle-left, .middle-right {
    animation-delay: 0.6s;
}
.bottom-left, .bottom-right {
    animation-delay: 1.2s;
}
.hero-btn-bx, .hero-heading-bx {
    animation-delay: 1.8s;
}
.space {
    display: inline-block;
    visibility: hidden;  /* Make spaces visually hidden but still animate */
}
/* Animation Keyframes */
@keyframes easeInHeader {
    to {
        transform: translateX(0%) translateY(0); /* Final position */
        opacity: 1; /* Fully visible */
    }
}
header {
    display: flex;
    top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: fixed;
    z-index: 999;
    transform: translateX(-50%);
    left: 50%;
    /* opacity: 0; */
    /* animation: easeInHeader 0.6s ease-out forwards 1.8s; */
} 
body{ 
    position: relative;
}
nav {
    display: flex;
    position: relative;
    gap: 16px;
    width: 960px;
    max-width: 960px;
    padding: 16px 40px 16px 24px;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    animation: easeInHeader 0.6s ease-out forwards 1.8s;
    transform: translateX(0%) translateY(50%);
    border-radius: 88px;
    backdrop-filter: blur(16px);
    background-color: rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(16px);
}
.hambruger-bx {
    display: none;
}
.logo-bx a {
    display: flex;
    width: 48px;
    padding: 4px 0px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.logo-img {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 48px;
    background: #1E1E1E;
}
.nav-links.animate {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    transform: translateX(-280px);
    transition: all 0.4s ease;
    position: relative;
}
.nav-links {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    transform: translateX(0px);
    transition: all 0.4s ease;
    position: relative;
}
.nav-link-bx {
    position: relative;
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}
.nav-link-text {
    display: flex;
    width: 120px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.nav-link-text:hover p {
    color: #000;
} 
.nav-link-text:hover .caret-down svg path {
    fill: #000;
    fill-opacity: 1;
}
.nav-link-text:hover.darkmode p {
    color: #fff;
} 
.nav-link-text:hover.darkmode .caret-down svg path {
    fill: #fff;
    fill-opacity: 1;
}
.nav-link-bx.active .nav-links-item{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    border-radius: 16px;
    border: unset;
    background: #FFF;
    outline: 1px solid rgba(215, 215, 215, 0.25);
    cursor: pointer;
    z-index: 999;
    transition: all 0.2s ease;
}
.nav-link-bx.active.darkmode .nav-links-item{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    border-radius: 16px;
    background: rgb(30, 30, 30);
    outline: 1px solid rgba(30, 30, 30, 0.25);
    cursor: pointer;
    z-index: 999;
}
.nav-link-bx.active > .nav-link-text > .caret-down {
    transform: rotate(-180deg);
}
.nav-links-item {
    position: absolute;
    width: 278px;
    left: 0px;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s ease;
    display: flex;
    padding: 16px 40px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}
.nav-links-item a {
    color:  rgba(0, 0, 0, 0.64);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    cursor: pointer;
    text-decoration: none;
}
.nav-links-item.darkmode a {
    color:  rgba(255, 255, 255, 0.64);
}
.nav-links-item a:hover {
    color: black;
}
.nav-links-item.darkmode a:hover {
    color: white;
}
.nav-link-text p {
    color: rgba(30, 30, 30, 0.64);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    transition: all 0.2s ease;
}
.nav-link-text.darkmode p{
    color: rgba(255, 255, 255, 0.64);
}
.caret-down {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}
.caret-down.darkmode svg path {
    fill: rgba(255, 255, 255, 0.64);
    transition: all 0.2s ease;
}
.nav-cta {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 16px;
    overflow: hidden; /* Prevent content spill */
    transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, gap 0.3s ease;
}

/* Animated state when the hero section is out of view */
.nav-cta.animate {
    position: absolute;
    display: flex;
    right: 24px;
    animation: animate-cta 0.2s ease forwards;
}
@keyframes animate-cta {
    from {
        transform: scale(1.12);
    }
    to {
        transform: scale(1);
    }
}

/* Button styles */
.nav-cta a {
    display: flex;
    min-width: 0px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #1E1E1E;
    border-radius: 56px;
    padding: 0px 0px; /* Add padding for the expanded state */
    height: 0; /* Collapsed */
    padding: 0; /* Collapsed */
    overflow: hidden; /* Prevent content spill */
    transition: min-width 0.3s ease, height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
}

.nav-cta.animate a {
    min-width: 160px; /* Expanded width */
    padding: 16px 24px; /* Add padding for the expanded state */
    height: 100%; /* Full height of parent */
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 56px;
    border: 1px solid #1E1E1E;
    appearance: none;
    background: transparent;
    color: #1E1E1E;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.nav-cta.animate.darkmode a {
    border: 1px solid #fff;
    color: #fff;
}

#About {
    display: flex;
    padding: 240px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    background: #fafafa;
    position: relative;
    z-index: 10;
    position: relative;
}
.about-heading-bx {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.about-heading-title {
    max-width: 480px;
}
.about-heading-title p {
    color: rgba(30, 30, 30, 0.40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.about-subheading {
    max-width: 560px;
}
.about-subheading h2 {
    color: #1E1E1E;
    text-align: center;
    
    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.about-deco {
    color: #E85A29;

    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
}
.about-testimonial-bx {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1012px;
    min-width: 1012px;
    align-items: center;
}
.about-testimonial-card {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%) 1;
    border-image-slice: 1;
}
.ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.16) 0%, rgba(30, 30, 30, 0.16) 100%), #FFF;
}
.ellipse.first {
    left: -4px;
    top: -4px;
}
.ellipse.second {
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
}
.ellipse.third {
    right: -4px;
    top: -4px;
}
.ellipse.fourth {
    left: -4px;
    bottom: -4px;
}
.ellipse.fifth {
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}
.ellipse.sixth {
    right: -4px;
    bottom: -4px;
}
.about-logo-bx {
    width: 80px;
    height: 80px;
}
.about-testimonial-para p{
    color: rgba(30, 30, 30, 0.64);

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.about-testimonial-client-details {
    display: flex;
    align-items: center;
    gap: 12px; 
}
.client-details-img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    position: relative;
}
.client-details-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 100px;
}
.client-details-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.client-details-content-heading h3{
    color: #1E1E1E;

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.client-details-content-para p{
    color: rgba(30, 30, 30, 0.40);

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
#secondAbout {
    display: flex;
    padding: 240px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    position: relative;
    background: #fff;
    min-height: 100vh;
}
.secondAbout-heading-bx {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.secondAbout-heading {
    max-width: 480px;
}
.secondAbout-heading h2 {
    color: rgba(30, 30, 30, 0.40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.secondAbout-subheading {
    max-width: 560px;
}
.secondAbout-subheading h3 {
    color: #1E1E1E;
    text-align: center;
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.secondAbout-para {
    max-width: 480px;
}
.secondAbout-para p {
    color: #1E1E1E;
    text-align: center;
    
    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.secondabout-testimonial-card-img {
    height: 320px;
    width: 100%;
    position: relative;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), lightgray 50% / cover no-repeat;
    background-blend-mode: saturation, normal;
}
.secondabout-testimonial-card-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
/* Overlay styling */
.secondabout-testimonial-card-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
    mix-blend-mode: saturation;
    z-index: 2;
    transition: background 0.3s ease; /* Smooth hover transition */
    cursor: pointer;
}

/* Change overlay on hover */
.secondabout-testimonial-card:hover .secondabout-testimonial-card-img::before {
    background: transparent;
}
.secondabout-testimonial-card-text-heading h2 {
    color: #1E1E1E;

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.secondabout-testimonial-card-text-para p {
    color: rgba(30, 30, 30, 0.64);

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.secondabout-testimonial-card {
    display: flex;
    padding: 40px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;

    /* Gradient border */
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%) 1;
    border-image-slice: 1;
    background-clip: border-box; /* Clip the gradient to the border */
    box-shadow: 0 0 0 1px white inset; /* This removes the inner background */
    transition: all 0.2s ease;
    cursor: pointer;
}
.secondabout-testimonial-card:hover {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.00) 0%, rgba(30, 30, 30, 0.02) 100%);
}
.secondAbout-btn-bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.secondAbout-btn-para {
    max-width: 480px;
}
.secondAbout-btn-para p {
    color: rgba(30, 30, 30, 0.53);
    text-align: center;
    
    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.secondAbout-btn {
    display: flex;
    height: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.secondAbout-btn a {
    color: #E85A29;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    background: unset;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}
.secondAbout-btn a:hover {
    text-decoration: underline;
}
.benefit-without {
    display: flex;
    padding: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    min-height: 100vh;
    background: #1E1E1E;
}
.benefit-without-heading-bx {
    display: flex;
    width: 100%;
    max-width: 720px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.benefit-without-heading {
    max-width: 560px;
}
.benefit-without-heading h2 {
    color: #FFF;
    text-align: center;
    
    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.benefit-without-content-bx {
    display: flex;
    width: 100%;
    max-width: 720px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.benefit-without-content-heading {
    max-width: 480px;
}
.benefit-without-content-heading h2 {
    color: rgba(255, 255, 255, 0.40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.benefit-without-content-para {
    max-width: 560px;
}
.benefit-without-content-para.middle {
    max-width: 100%;
}
.benefit-without-content-para p {
    color: rgba(255, 255, 255, 0.40);

    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}
.benefit-with {
    display: flex;
    position: relative;
    padding: 240px 240px 480px 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    background: #1E1E1E;   
    overflow: hidden;
    min-height: 100vh;
}
.benefit-with-content-bx {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.benefit-with-content-heading {
    max-width: 480px;
}
.benefit-with-content-heading h2 {
    color: rgba(255, 255, 255, 0.40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.benefit-with-content-para {
    max-width: 560px;
}
.benefit-with-content-para.middle {
    max-width: 100%;
}
.benefit-with-content-para p {
    color: rgba(255, 255, 255, 0.40);
    text-align: center;

    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.benefit-with-btn-bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    z-index: 6;
}
.benefit-with-btn-heading {
    width: 100%;
    max-width: 480px;
}
.benefit-with-btn-subheading {
    color:  #FFF;
    text-align: center;
    
    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.benefit-with-btn-heading h2 {
    color: rgba(255, 255, 255, 0.64);
    
    text-align: center;
    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.benefit-with-btn a {
    display: flex;
    height: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: unset;
    border: unset;
    color: #E85A29;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.benefit-with-btn a:hover {
    text-decoration: underline;
}
.sun-blur {
    width: 800px;
    height: 800px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -360px;
    border-radius: 800px;
    background: #E85A29;
    background-blend-mode: normal;
    filter: blur(200px);
}
.sun-img {
    mix-blend-mode: plus-lighter;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -260px;
    height: 600px;
    width: 600px;
    transition: background 1s ease;
}
.sun-img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.bottom-glow {
    min-width: 100vw;
    height: 160px;
    position: absolute;
    bottom: -80px;
}
.line-glow1 {
    width: 100vw;
    height: 160px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #E85A29 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.line-glow2 {
    width: 100vw;
    height: 80px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #E85A29 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.line-glow3 {
    width: 100vw;
    height: 40px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #E85A29 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.illustration-bx {
    display: flex;
    width: 400px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
}
.illustration {
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}
.illustration-logo-bx {
    display: flex;
    height: 200px;
    padding: 50px;
    align-items: center;
    gap: 41.667px;
    border-radius: 33.333px;
}
.illustration-logo {
    width: 100px;
    height: 100px;
}
.logo-illustration-bx {
    width: 99.893px;
    height: 197.222px;
    flex-shrink: 0;
}
.offering {
    display: flex;
    padding:  240px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    background: #FFF;
    min-height: 100vh;
}
.offering-heading-bx {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.offering-sub-heading {
    max-width: 480px;
}
.offering-sub-heading p {
    color: rgba(30, 30, 30, 0.40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.offering-heading {
    max-width: 560px;
}
.offering-heading h2 {
    color: #1E1E1E;
    text-align: center;
    
    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.offering-content {
    display: grid;
    max-width: 960px;
    align-items: center;
    align-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.offering-card {
    display: flex;
    min-height: 280px;
    min-width: 240px;
    height: 280px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    position: relative;
    transition: background 0.3s ease;
    cursor: pointer;
    background: #fff;
    z-index: 1;
    border-width: 1px; /* Set border width */
    border-style: solid; /* Solid border style */
    border-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%) 1; 
    /* 135deg ensures a true diagonal from bottom-left to top-right for all edges */
    border-image-slice: 1; /* Ensures the gradient spans the entire border */
}
.offering-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.offering-card:hover {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.00) 0%, rgba(30, 30, 30, 0.04) 100%);
}
.offering-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-bottom: 16px;
}
.offering-card-content-heading h3 {
    color: #1E1E1E;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.offering-card-content-para p {
    color: rgba(30, 30, 30, 0.64);
    text-align: center;
    
    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.top-left-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -4.5px;
    top: -4.5px;
    z-index: 4;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.16) 0%, rgba(30, 30, 30, 0.16) 100%), #FFF;
}
.top-right-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -4.5px;
    top: -4.5px;
    z-index: 4;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.16) 0%, rgba(30, 30, 30, 0.16) 100%), #FFF;
}
.bottom-left-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 4;
    left: -4.5px;
    bottom: -4.5px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.16) 0%, rgba(30, 30, 30, 0.16) 100%), #FFF;
}
.bottom-right-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -4.5px;
    bottom: -4.5px;
    z-index: 4;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.16) 0%, rgba(30, 30, 30, 0.16) 100%), #FFF;
}
.social-proof {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 40px 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #111;
}
.social-glow-bx {
    position: absolute;
    top: 0;
    max-width: 960px;
    width: 100%;
    /* background: aqua; */
    height: 40px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 33.33%, #000 66.67%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 33.33%, #000 66.67%, rgba(0, 0, 0, 0.00) 100%);
}
.social-glow {
    width: 720px;
    height: 80px;
    position: absolute;
    right: 0px;
    top: -40px;
    animation: linearglow 6s linear infinite; /* Total duration adjusted to include 5s pause */
}

@keyframes linearglow {
    0% {
        transform: translateX(200%);
    }
    50% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(-200%); /* Hold at -200% for the remaining time */
    }
}

.social-glow1 {
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    position: relative; /* Create a stacking context */
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
    overflow: hidden;
    z-index: 0; /* Ensure the box stays on top */
  }
.social-glow2 {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.social-glow3 {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.social-proof-logo-bx {
    display: flex;
    max-width: 960px;
    padding: 24px;
    gap: 40px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 33.33%, #000 66.67%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 33.33%, #000 66.67%, rgba(0, 0, 0, 0.00) 100%);
}
.social-proof-logo {
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    animation: carousel 10s linear infinite;
}
@keyframes carousel {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 40px));
    }
}
.proof-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.proof-logo-img {
    width: 24px;
    height: 24px;
}
.proof-logo-img svg {
    width: 24px;
    height: 24px;
}
.proof-logo-text p {
    color: #5A5A5A;
    transition: all 0.2s ease;
}
.uxnest-text {
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */ 
}
.glenus-text {
    color: #AD2E2E;
    font-family: Domine;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.ruff {
    font-family: Economica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.tumble {
    font-family: Economica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.ruffs {
    font-family: Economica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.lunaventures {
    font-family: "Fontdiner Swanky";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.ten-text {
    font-family: "Noto Sans Lao";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.proof-logo-img svg path {
    fill: #5A5A5A;
    transition: all 0.2s ease;
}
.proof-logo:hover .proof-logo-img .uxnest path {
    fill: #6B58D4;
}
.proof-logo:hover .proof-logo-img .glenus path {
    fill: #AD2E2E;
}
.proof-logo:hover .proof-logo-img .ten path {
    fill: #0F185D;
}
.proof-logo:hover .proof-logo-text .uxnest-text {
    color: #fff;
}
.proof-logo:hover .proof-logo-text .glenus-text {
    color: #AD2E2E;
}
.proof-logo:hover .proof-logo-text .ruffs {
    color: #fff;
}
.proof-logo:hover .proof-logo-text .ruff {
    color: #AD2ABE;
}
.proof-logo:hover .proof-logo-text .tumble {
    color: #636DF5;
}
.proof-logo:hover .proof-logo-text .lunaventures {
    color: #fff;
}
.proof-logo:hover .proof-logo-text .ten-text {
    color: #0F185D;
}
.proof-logo-text {
    white-space: nowrap;
}
.services{
    display: flex;
    padding: 240px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    background: #1E1E1E;
    min-height: 100vh;
}
.services-heading-bx {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.services-subheading {
    max-width: 480px;
    color: rgba(255, 255, 255, 0.40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.services-heading {
    max-width: 560px;
}
.services-heading h2 {
    color: #FFF;
    text-align: center;
    
    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.services-heading-content {
    max-width: 480px;
}
.services-heading-content p {
    color:  rgba(255, 255, 255, 0.64);
    text-align: center;
    
    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.services-content-bx {
    display: flex;
    max-width: 960px;
    width: 100%;
    align-items: flex-start;
    gap: 40px;
    align-items: stretch;
}
.services-content {
    display: flex;
    max-width: 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}
.services-img {
    border: 1px solid rgba(255, 255, 255, 0.00);
    max-width: calc(100% - 240px);
    width: 100%;
    height: 700px;
    position: relative;
}
.services-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 1;
    transform: translateY(0);
}
.services-img img.fade-out {
    opacity: 0;
    /* Outgoing image stays at its current position */
}

.services-img img.fade-in {
    opacity: 1;
    transform: translateY(0); /* Ends at its normal position */
}

.services-img img.pre-enter {
    opacity: 0;
    transform: translateY(40px); /* Starts slightly to the left */
}
.services-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.services-brand-heading {
    align-self: stretch;
    cursor: pointer;
}
.services-brand-heading:hover h2 {
    color: #FFF;
    font-family: "Instrument Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.services-brand-heading.active h2 {
    color: #FFF;
    font-family: "Instrument Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.services-brand-heading h2 {
    color: rgba(255, 255, 255, 0.64);
    font-family: "Instrument Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
    transition: all 0.2s ease;
}
.services-brand-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.services-brand-content.active {
    max-height: 1000px; /* Adjust based on your content height */
    opacity: 1;
}
.services-brand-content-para p {
    color: rgba(255, 255, 255, 0.64);

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.services-brand-content-link {
    display: flex;
    align-items: center;
    gap: 16px;
}
.services-brand-content-link a {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    text-decoration: none;
}
.services-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.services-btn a {
    color: #E85A29;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    background: unset;
    border: none;
    text-decoration: none;
    transition: all 0.2s ease;
}
.services-btn a:hover {
    text-decoration: underline;
}
.imgtop-left-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -4px;
    top: -4px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), #1E1E1E;
}
.imgbottom-left-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -4px;
    bottom: -4px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), #1E1E1E;
}
.imgtop-right-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -4px;
    top: -4px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), #1E1E1E;
}
.imgbottom-right-ellipse {
    display: flex;
    width: 8px;
    height: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -4px;
    bottom: -4px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), #1E1E1E;
}
footer {
    display: flex;
    padding: 120px 240px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    background: #1E1E1E;
    position: relative;
    bottom: 0;
    z-index: -2;
    overflow: hidden;
    opacity: 1;
}
footer.active {
    position: sticky;
}
.footer-link-bx {
    display: flex;
    max-width: 960px;
    align-items: flex-start;
    gap: 40px;
}
.footer-link-about-bx {
    display: flex;
    max-width: 320px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}
.footer-link-about-heading {
    max-width: 560px;
}
.footer-link-about-heading h2 {
    color: #FFF;

    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.footer-link-about-para {
    max-width: 480px;
}
.footer-link-about-para p {
    color:  rgba(255, 255, 255, 0.64);

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-link-link-bx {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    flex: 1 0 0;
}
.footer-link-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.footer-link-link-heading h2 {
    color: #FFF;

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.footer-link-link ul {
    list-style: none;
    display: flex;
    max-width: 160px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.footer-link-link ul li a {
    color: rgba(255, 255, 255, 0.64);

    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-link-link ul li a:hover {
    text-decoration: underline;
}
.footer-social-bx {
    display: flex;
    max-width: 960px;
    width: 100%;
    padding-top: 16px;
    align-items: center;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.footer-logo-bx {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: #FFF;
}
.footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.footer-social-icon {
    width: 24px;
    height: 24px;
}
.footer-social-icon:hover svg {
    fill: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.footer-glow-bx {
    position: absolute;
    bottom: 0;
    max-width: 960px;
    width: 100%;
    /* background: aqua; */
    height: 40px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 33.33%, #000 66.67%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 33.33%, #000 66.67%, rgba(0, 0, 0, 0.00) 100%);
}
.footer-glow {
    width: 720px;
    height: 80px;
    position: absolute;
    right: 0px;
    /* transform: translateX(-50%); */
    bottom: -40px;
    animation: linearglow 6s linear infinite;
}
.footer-glow1 {
    width: 720px;
    height: 80px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.footer-glow2 {
    width: 720px;
    height: 40px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.footer-glow3 {
    width: 720px;
    height: 20px;
    flex-shrink: 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: overlay;
}
.finalcta {
    display: flex;
    min-height: 100vh;
    padding: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    background: #111;
    overflow: hidden;
    position: relative;
}
.finalcta-content-bx {
    position: relative;
    border-radius: 50px;
    display: flex;
    max-width: 720px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    z-index: 5;
}
.finalctamask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.00)  0%, #111 100%);
}
.vr .finalcta-line {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
}
.hr .finalcta-line {
    width: 0.788px;
    background: rgba(255, 255, 255, 0.08);
}
.finalcta-heading-bx {
    max-width: 560px;
}
.finalcta-heading-bx h2 {
    color: #FFF;
    text-align: center;
    
    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.finalcta-sub-heading-bx {
    max-width: 480px;
}
.finalcta-sub-heading-bx p {
    color: #FFF;
    text-align: center;
    
    /* body/paragraph */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.finalcta-top-left {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -74px;
    left: 0;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.16);
}
.finalcta-top-right {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: -74px;
    border-radius: 50px;
    border: 1px solid rgba(230, 161, 0, 0.40);
    opacity: 0.82;
    background: linear-gradient(180deg, rgba(230, 161, 0, 0.02) 0%, rgba(230, 161, 0, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(230, 161, 0, 0.16);
}
.finalcta-middle-left {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    left: -80px;
    transform: translateY(-50%);
    top: 50% ;
    border-radius: 50px;
    border: 1px solid rgba(13, 153, 47, 0.16);
    background: linear-gradient(180deg, rgba(13, 153, 47, 0.02) 0%, rgba(13, 153, 47, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(13, 153, 47, 0.16);
}
.finalcta-middle-right {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    border: 1px solid rgba(13, 153, 47, 0.16);
    background: linear-gradient(180deg, rgba(13, 153, 47, 0.02) 0%, rgba(13, 153, 47, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(13, 153, 47, 0.16);
}
.finalcta-bottom-left {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -74px;
    left: 0;
    border-radius: 50px;
    border: 1px solid rgba(230, 161, 0, 0.40);
    opacity: 0.82;
    background: linear-gradient(180deg, rgba(230, 161, 0, 0.02) 0%, rgba(230, 161, 0, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(230, 161, 0, 0.16);
}
.finalcta-bottom-right {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: -74px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.16);
}
.template {
    display: flex;
    padding: 240px 240px 0px 240px;
    flex-direction: column;
    min-height: fit-content;
    align-items: center;
    gap: 80px;
    background: #fff;
    z-index: 2;
    position: relative;
}
.template-heading-bx {
    display: flex;
    max-width: 720px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.template-heading {
    max-width: 480px;
}
.template-heading p {
    color: rgba(30, 30, 30, 0.40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.92px;
    text-transform: uppercase;
}
.template-para {
    max-width: 560px;
}
.template-para h2 {
    color: #1E1E1E;
    text-align: center;
    
    /* heading 2 */
    font-family: "Instrument Serif";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.template-btn-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.template-btn-bx a {
    color: #E85A29;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    border: none;
    background: transparent;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
}
.template-btn-bx a:hover {
    text-decoration: underline;
}
.template-img-bx {
    display: flex;
    max-width: 960px;
    height: 880px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.template-img {
    display: flex;
    height: 720px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: absolute;
    transition: all 0.2s ease;
    cursor: pointer;
}
.template-img.active-template {
    max-width: 100%;
    z-index: 3;
    bottom: 0;
}
.template-img.previous-active-template {
    max-width: 92%;
    z-index: 2;
}
.template-img.previous-active-template:hover {
    transform: translateY(-10px);
}

.template-img.non-active-template {
    max-width: 80%;
    z-index: 1;
    bottom: 150px;
}
.template-img.non-active-template:hover {
    transform: translateY(-10px);
}
.template-menu-bx {
    display: flex;
    padding:  12px 16px;
    width: 100%;
    align-items: center;
    gap: 8px;
    background: rgba(30, 30, 30, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.template-menuicon-bx {
    display: flex;
    align-items: center;
    gap: 8px;
}
.template-menu-icon-red {
    display: flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FF3939;
}
.template-menu-icon-yellow {
    display: flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
background: #FF0;
}
.template-menu-icon-green {
    display: flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #008000;
}
.template-menu-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    
    
}
.template-menu-heading h2 {
    color: rgba(0, 0, 0, 0.40);
    text-align: center;
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1.44px;
    text-transform: uppercase;
    max-width: 400px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: center;
}

.template-img-img-bx {
    position: relative;
    width: 100%;
    height: 100%;

}
.template-img-img-bx img {
    position: absolute;
    object-fit: cover;
    object-position: top center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-logo {
    display: none;
}
.mobile-logo-bx {
    display: none;
    width: 100%;
}
.hero-heading-bxx {
    animation-delay: 1.8s;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50%);
    animation: fadeInUp 0.6s ease forwards 1.8s;
    display: flex;
    max-width: 560px;
    flex-direction: column;
    justify-content: flex-end;
    color: #1E1E1E;
    text-align: center;
}
.hero-sub-heading-bxx p {
    color: #1E1E1E;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.template-img-img-bx img.loaner {
    object-fit: fill;
}
.hero-sub-heading-bxx p {
    color: #1E1E1E;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    min-height: 75px;
    height: 100%;
}




































/* tablet view */
@media (max-width: 1200px) {
    .hero {
        display: flex;
        padding: 80px 80px 80px 80px;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
    #About, #secondAbout {
        display: flex;
        padding: 80px;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
    .about-testimonial-bx {
        min-width: 100%;
    }
    .benefit-without {
        display: flex;
        padding: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }
    .benefit-with {
        display: flex;
        padding: 80px 80px 400px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }
    .offering-content {
        display: grid;
        max-width: 960px;
        align-items: center;
        align-content: center;
        grid-template-columns: 1fr 1fr;
    }
    .offering {
        display: flex;
        padding: 80px;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
    .social-proof {
        display: flex;
        padding: 40px 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .social-proof-logo-bx {
        display: flex;
        height: 80px;
        max-width: 960px;
        padding: 24px 0px;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .services {
        display: flex;
        padding: 80px;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
    footer {
        display: flex;
        padding: 80px;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
    .footer-link-link-bx {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footer-link-bx {
        max-width: 960px;
        width: 100%;
    }
    .finalcta {
        display: flex;
        min-height: 100vh;
        padding: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }
    .template {
        display: flex;
        padding: 80px 80px 0px 80px;
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
}
























@media (max-width: 960px) {
    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 0 24px;
    }
    .hero-logo {
        position: absolute;
        left: 24px;
        top: 42px;
        z-index: 200;
        display: flex;
    }
    .logo-bx a {
        display: flex;
        width: 48px;
        padding: 4px 0px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
    }
    .logo-bx.active a {
        opacity: 1;
        visibility: visible;
    }
    .top-left, .top-right, .middle-left, .middle-right, .bottom-left, .bottom-right {
        display: none;
    }
    .hero-heading-bx {
        height: auto;
    }
    h1 {
        color: #1E1E1E;
        text-align: center;
        font-family: "Instrument Serif";
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px; /* 95.833% */
    }
    .heading-deco {
        color: #E85A29;
        font-family: "Instrument Serif";
        font-size: 48px;
        font-style: italic;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: -0.96px;
    }
    header.active {
        display: flex;
        padding-top: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        top: 0;
        position: fixed;
        z-index: 997;
        transform: translateX(-50%);
        left: 50%;
        width: calc(100%);
        height: 100vh;
    }
    header {
        display: flex;
        padding-top: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        top: 0;
        position: fixed;
        z-index: 997;
        transform: translateX(100%);
        left: 50%;
        width: calc(100%);
        height: 100vh;
        transition: all 0.3s ease;
    }
    
    nav {
        display: flex;
        gap: 0px;
        position: relative;
        width: 100%;
        height: 100vh;
        max-width: 960px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 104px;
        justify-content: flex-start;
        align-items: center;
        border-radius: 0px;
        background: transparent;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        overflow-x: clip;
        flex-direction: column;
        left: 100%;
        overflow-x: visible;
        transition: all 0.2s ease;
    }
    nav.active {
        display: flex;
        gap: 16px;
        position: relative;
        padding-top: 104px;
        width: 100%;
        height: 100vh;
        left: 0;
        max-width: 960px;
        padding-left: 24px;
        padding-right: 24px;
        justify-content: flex-start;
        align-items: center;
        border-radius: 0px;
        background: rgba(255, 255, 255, 1);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        overflow-x: clip;
        flex-direction: column;
        overflow-x: visible;
        transition: all 0.3s ease-in;
    }
    .nav-links {
        list-style: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0px;
        flex: 1 0 0;
        transform: translateX(0);
        width: 100%;
        max-height: 0px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
    }
    .nav-links.active {
        list-style: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
        flex: 0 0 0;
        transform: translateX(0);
        width: 100%;
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
    }
    .nav-link-text {
        display: flex;
        width: 100%;
        padding: 8px;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    .hambruger-bx {
        display: flex;
        position: fixed;
        right: 24px;
    }
    .hambruger-bx .hamburger {
        display: flex;
        transition: all 0.2s ease;
        fill: #000;
    }
    .hambruger-bx .hamburger.darkmode {
        fill: #fff;
    }
    .hambruger-bx .close {
        display: none;
        transition: all 0.2s ease;
    }
    .hambruger-bx .close.darkmode {
        fill: #fff;
    }
    .hambruger-bx.active .hamburger{
        display: none;
    }
    .hambruger-bx.active .hamburger.darkmode {
        fill: #000;
    }
    .hambruger-bx.active .close {
        display: flex;
    }
    .hambruger-bx.active .close.darkmode {
        fill: #000;
    }
    .logo-bx {
        display: none;
        justify-content: space-between;
        min-width: 100%;
        align-items: center;
    }
    .nav-links-item {
        position: relative;
        width: 100%;
        left: unset;
        top: unset;
        visibility: unset;
        opacity: 0;
        transform: translateY(unset);
        transition: all 0.2s ease;
        display: flex;
        padding: 8px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        flex-shrink: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s ease;
    }
    .nav-link-bx.active .nav-links-item {
        visibility: visible;
        opacity: 1;
        max-height: 400px;
        transform: translateY(0px);
        border-radius: 16px;
        box-shadow: unset;
        cursor: pointer;
        z-index: 999;
        padding: 8px;
    }
    .nav-link-bx {
        position: relative;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: unset;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }
    #About, #secondAbout {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
    .about-testimonial-bx {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }
    .ellipse.second {
        left: -4px;
        top: 50%;
        transform: translateY(-50%);
    }
    .ellipse.fifth {
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
        left: unset;
    }
    .benefit-without {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
    .benefit-with {
        display: flex;
        padding: 80px 24px 360px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
    .sun-img {
        animation: glowingSun 1s infinite alternate;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        mix-blend-mode: plus-lighter;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -260px;
        transition: background 1s ease;
    }
    .offering {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .offering-content {
        display: flex;
        width: 100%;
        max-width: 960px;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }
    .offering-card {
        min-width: 100%;
    }
    .social-proof-logo-bx {
        max-width: 100%;
    }
    .social-glow {
        width: 100%;
    }
    .services {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .services-content-bx {
        display: flex;
        max-width: 960px;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }
    .services-content {
        max-width: 100%;
    }
    .services-img {
        max-width: 100%;
        height: 400px;
    }
    footer {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .footer-link-bx {
        display: flex;
        max-width: 960px;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
    }
    .footer-link-about-bx {
        max-width: 100%;
    }
    .footer-link-link-bx {
        width: 100%;
    }
    .finalcta {
        display: flex;
        min-height: 100vh;
        padding: 40px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
    .finalcta-icon-bx {
        display: none;
    }
    .template {
        display: flex;
        padding: 40px 24px 0px 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .template-img-img-bx img {
        position: absolute;
        object-fit: cover   ;
        object-position: top center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .template-img-bx {
        display: flex;
        max-width: 960px;
        height: 400px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .template-img {
        height: 256px;
    }
    .template-img.previous-active-template {
        max-width: 92%;
        z-index: 2;
        bottom: 60px;
    }
    .template-img.non-active-template {
        max-width: 80%;
        z-index: 1;
        bottom: 120px;
    }
    .nav-cta a {
        min-width: 160px; /* Expanded width */
        padding: 16px 24px; /* Add padding for the expanded state */
        height: 100%; /* Full height of parent */
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 56px;
        border: 1px solid #1E1E1E;
        appearance: none;
        background: transparent;
        color: #1E1E1E;
        font-family: Manrope, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
        white-space: nowrap;
        transition: all 0.2s ease;
    }
    .nav-cta {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        overflow: hidden;
        transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, gap 0.3s ease;
    }
    .mobile-logo-bx {
        display: flex;
        position: fixed;
        top: 42px;
        left: 24px;
        right: 24px;
        justify-content: space-between;
        min-width: calc(100% - 24px);
        align-items: center;
        z-index: 1000;
        
    }
    .logo-img {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }
    .logo-img.active  {
        opacity: 1;
        visibility: visible;
    }
    .hero-logo-img {
        display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        border-radius: 48px;
        background: #1E1E1E;
    }
    .template-img-img-bx img.loaner {
        object-fit: cover;
    }

}