@font-face {
    font-family: 'nohemi', Arial, sans-serif;
    src: url('../nohemi-font-family-1748645355-0/Nohemi-Regular-BF6438cc579d934.woff') format('woff');
    font-weight: 100;
}

.nohemi {
    font-family: 'nohemi', Arial, sans-serif;
}

.inter {
    font-family: "Inter", sans-serif;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    overflow-x: hidden;
}
/* hamburger */
 /* Header */
        .hamburger-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            
        }

        .hamburger-logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: #333;
        }


        /* Hamburger Button */
        .hamburger-button {
            display: none;
            cursor: pointer;
            z-index: 1001;
        }

     

        /* Active hamburger animation */
        .section1-nav-toggle-box.active .section1-toggle-line:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .section1-nav-toggle-box.active .section1-toggle-line:nth-child(2) {
            opacity: 0;
        }

        .section1-nav-toggle-box.active .section1-toggle-line:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        /* Slide-out Menu */
        .hamburger-slide-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 500px;
            height: 100vh;
            background: black;
            color: white;
            transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 999;
            overflow-y: auto;
        }

        .hamburger-slide-menu.active {
            right: 0;
        }
        /*  */
        /* Add this to your existing CSS */
.hamburger-close-button {
    position: absolute;
    top: 40px;
    right: 20px;
    background: none;
    border: 0px;
   
    color: white;
   
   
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 1000;
}

.hamburger-close-button:hover {
  
    transform: rotate(90deg);
}

.hamburger-close-button::before {
    content: '✕';
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
}
        

        .hamburger-menu-header {
            padding: 2px;
            position: relative;
           
        }

        .hamburger-menu-logo {
            font-size: 2.5rem;
            font-weight:400;
            color: white;
            text-align: center;
             font-family: 'nohemi', Arial, sans-serif;
             letter-spacing: -1px;
        }

        .hamburger-menu-subtitle {
            color: #ccc;
            font-size:1rem;
            line-height: 1.5;
            width:400px;
            padding-left: 60px;
            text-align: center;
            padding-top: 20px;
            font-family: 'nohemi', Arial, sans-serif;
           
        }

        .hamburger-menu-content {
            padding: 2rem;
        }

        .hamburger-menu-section {
            margin-bottom: 3rem;
        }

        .hamburger-menu-section h2 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            color: #e8e7e7;
            text-transform: uppercase;
            letter-spacing: 0px;
              font-family: 'nohemi', Arial, sans-serif;
              text-align: center;
              padding-top: 50px;
        }

        .hamburger-menu-items {
            list-style: none;
        }

        .hamburger-menu-items li {
            margin-bottom: 1rem;
        }

        .hamburger-menu-items a {
            color: #ccc;
            text-decoration: none;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: block;
            padding: 0.5rem 0;
        }

        .hamburger-menu-items a:hover {
            color: #fff;
            padding-left: 1rem;
        }

        /* Latest Articles Grid */
        .hamburger-articles-grid {
            display: grid;
            grid-template-columns: repeat(3, 0.1fr);
            gap: 1.5rem;
            margin-bottom: 2rem;
            margin-left: 60px;
        }

        .hamburger-article-thumb {
            width: 80px;
            height: 80px;
            overflow: hidden;
            transition: transform 0.3s ease;
            cursor: pointer;
           
        }

        .hamburger-article-thumb img {
            width: 80px;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }


        /* Social Icons */
        .hamburger-social-icons {
            display: flex;
            gap: 1.5rem;
             margin-left: 100px;
        }

        .hamburger-social-icon {
            width: 40px;
            height: 40px;
           border: 1px solid rgb(47, 46, 46);
          
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ccc;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .hamburger-social-icon:hover {
            background: #667eea;
            color: white;
            transform: translateY(-2px);
        }

        /* Overlay */
        .hamburger-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 998;
        }

        .hamburger-overlay.active {
            opacity: 1;
            visibility: visible;
            
        }

        /* Main Content */
        .hamburger-main-content {
            margin-top: 80px;
            padding: 2rem;
            text-align: center;
            color: white;
        }

        .hamburger-hero-text {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .hamburger-hero-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
        }

       
/* section1 */
/* Navigation - Modified to be conditional */
.section1-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1000;
    padding: 1rem 1rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
    visibility: visible;
}

.section1-navbar.section1-fixed {
    position: fixed;
}

/* Hide navigation when not in section 1 */
.section1-navbar.section1-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Alternative approach - completely remove from flow when hidden */
.section1-navbar.section1-removed {
    display: none;
}

.section1-navbar.section1-scrolled {
    background: transparent;
}

.section1-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

.section1-logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.section1-nav-menu {
    display: flex;
    list-style: none;
    gap: 4rem;
    font-family: 'nohemi', sans-serif;
}

.section1-nav-item a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}

.section1-nav-item a:hover {
    color: #f39c12;
}

.section1-nav-item a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f39c12;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section1-nav-item a:hover::after {
    width: 100%;
}

.section1-right-nav {
    display: flex;
}

.section1-cart-icon {
    color: black;
    padding: 0rem;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    margin-right: 40px
}

.section1-cart-icon:hover {
    transform: scale(1.1);
}

.section1-cart-icon::before {
    content: '0';
    position: absolute;
    top: -5px;
    right: -5px;
    background: white;
    color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.section1-nav-toggle-box {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    cursor: pointer;
    border-left: 1px solid #fff;
    flex-flow: column;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    display: flex;
}

.section1-toggle-line {
    background-color: #fff;
    border-radius: 100px;
    width: 31px;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section1-toggle-line.section1-last-line {
    width: 15px;
}

.section1-hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.section1-hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Background Container - Only for section1 */

.section1-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
    background: linear-gradient(135deg, #779cc0 0%, #2c3e509c 50%, #2c3e509c 100%);
    background-attachment: fixed;
}

/* Alternative approach if you want to overlay the gradient behind your existing image */
.section1-background-container.with-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
    background: linear-gradient(135deg, #779cc0 0%, #2c3e509c 50%, #2c3e509c 100%);
    background-attachment: fixed;
}

.section1-background-container.with-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/67cabcc7739b67677acfd271_Main\ Image-2-p-2000\ \(2\).png');
    object-fit: contain;
    background-size:cover;
    background-position:center;

}

/* Mask Overlay - Only for section1 */
.section1-mask-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    pointer-events: none;
}

.section1-mask-left,
.section1-mask-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(75, 72, 72);
    background-image: linear-gradient(180deg, #1e2226 11%, #fff0),
        url('../images/67b3285565e4641de9c2c2e2_Home\ Two\ \(3\).webp');
    background-size: 200% 100%;
    background-position: center;
    background-blend-mode: overlay;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
    transform: translateX(0%);
    will-change: transform;
}

.section1-mask-left {
    background-position: 0% center;
    left: 0;
}

.section1-mask-right {
    background-position: 100% center;
    right: 0;
}

/* Open state - masks are completely outside the viewport */
.section1-mask-overlay.section1-open .section1-mask-left {
    transform: translateX(-100%);
}

.section1-mask-overlay.section1-open .section1-mask-right {
    transform: translateX(100%);
}

/* Closed state - masks completely cover the screen */
.section1-mask-overlay.section1-closed .section1-mask-left {
    transform: translateX(0%);
}

.section1-mask-overlay.section1-closed .section1-mask-right {
    transform: translateX(0%);
}

/* Section1 container */
.section1-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* SKYLINE Letter Animation Styles */
.skyline-letters {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    font-family: 'nohemi', sans-serif;
    font-size: 18rem;
    font-weight: 500;
    color: white;
    letter-spacing: -15px;
    pointer-events: none;
}

.skyline-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(-200px);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.skyline-letter.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Right Side Text - MODIFIED: only show when I letter is visible */
.section1-right-text {
    /* position: absolute; */
    top: 60%;
    margin-left: -18px;
    transform: translateY(-50%);
    z-index: 15;
    color: white;
    font-family: 'nohemi', sans-serif;
    font-size: 12rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-top: 550px;
    width: 150%;
    opacity: 0;
    transform: translateY(-50%) scale(0.3);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}

.section1-right-text.show-text {
    opacity: 1;
    transform: translateY(-50%) scale(0.3);
}

.section1-right-text h2 {
    margin: 0;
    font-size: 14rem;
    font-weight: inherit;
    line-height: inherit;

}

.section1-right-text p {
    font-size: 55px;
    padding-top: 90px;
    color: #bebebe;
    line-height: 90px;
}

/* Content Sections - FIXED POSITIONING only for section1 */
.section1-section {
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.section1-section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    text-align: center;
    color: white;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.section1-section-content.show-content {
    opacity: 1;
}

.section1-section-content * {
    pointer-events: auto;
}

.section1-section h1 {
    font-size: 17rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: 'nohemi', sans-serif;
    padding-top: 20px;
    letter-spacing: -18px;
}

.section1-section h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    opacity: 0;
    z-index: 100;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1),
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.section1-section p {
    font-size: 12px;
    margin-bottom: 10rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;

    margin-left: auto;
    margin-right: auto;
    font-family: 'nohemi', sans-serif;
    color: black;
}

.section1-section.section1-in-view h1,
.section1-section.section1-in-view h2,
.section1-section.section1-in-view p {
    opacity: 1;
    transform: translateY(0);
}

.section1-cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #f39c12;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s,
        transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s,
        background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section1-section.section1-in-view .section1-cta-button {
    opacity: 1;
    transform: translateY(0);
}

.section1-cta-button:hover {
    background: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(243, 156, 18, 0.3);
}

/* Other sections without mask effect */
.other-section {
    min-height: 100vh;
    padding: 4rem 2rem;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.other-section h2 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 2rem;
}

.other-section p {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .section1-right-text {
        font-size: 3rem;
        right: 3%;
        max-width: 500px;
    }
}



/* Performance optimizations */
.section1-mask-left,
.section1-mask-right,
.skyline-letter,
.section1-right-text {
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Additional smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* section2 */
.section2-hero-container {

    width: 100%;
    padding: 80px 60px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 100px;
    align-items: center;
    background-color: #1e2226;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.section2-hero-content {
    width: 100%;
}

.section2-hero-content h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    color: white;
    font-family: 'nohemi', Arial, sans-serif;
    max-width: 700px;

}

.section2-hero-content h2 span:first-child {
    display: block;
}

.section2-discover-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px solid #ad8661;
    transition: all 0.3s ease;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.section2-discover-btn:hover {
    border-bottom-color: #ad8661;
    transform: translateX(5px);
}

.section2-discover-btn::after {
    content: '→';
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    transform: translate3d(1px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(25deg, -30deg);

}

.section2-discover-btn:hover::after {
    transform: translateX(5px);
}

.section2-stat-card {
    text-align: left;
    padding: 20px;
    max-width: 100%;
}



.section2-stat-number {

    font-weight: 700;
    color: #ad8661;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 55px;
    font-family: 'nohemi', Arial, sans-serif;
}

.section2-stat-description {
    font-size: 18px;
    color: white;
    line-height: 1.4;
    font-weight: 600;
    width: 250px;
    font-family: 'nohemi', Arial, sans-serif;
}



/* Subtle animation */
.section2-hero-container>* {
    animation: section2FadeInUp 0.8s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.section2-hero-content {
    animation-delay: 0.2s;
}

.section2-stat-card:first-of-type {
    animation-delay: 0.4s;
}

.section2-stat-card:last-of-type {
    animation-delay: 0.6s;
}

@keyframes section2FadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*  section2 two*/
/* animate sec */
.section2-two {
    display: flex;
    background-color: #1e2226;
    gap: 0px;
    padding-top: 40px;
}

.section2-two-left {
    width: 50%;
}

.section2-two-right {
    width: 50%;

}

.service-box-two {
    width: 93%;
    margin-bottom: 200px;

}

.service-box:first-child {
    position: sticky;
    top: 80px;
    align-self: flex-start;
    height: fit-content;
}

.service-box:last-child {
    position: relative;

}

/* Common styles for all service grids */
.service-grid {
    margin-top: 100px;

    border-radius: 50px;
    height: 490px;

    background-color: #1e2226;
    padding: 50px;


    position: sticky;
    will-change: transform;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Individual sticky positions */
.service-grid {
    top: 10px;
    z-index: 4;
}

.service-grid-one {
    top: 80px;
    z-index: 3;
}

.service-grid-two {
    /* top: 80px; */
    top: 10px;
    z-index: 2;
}

.service-grid-three {
    top: 50px;
    z-index: 1;
}

.service-grid-four {
    top: 50px;
    z-index: 1;
}

/* When a grid is active (sticking) */
.service-grid.is-sticking {
    position: sticky;
}

/* When a grid is being overlapped */
.service-grid.is-overlapped {
    transform: translateY(30px);
    opacity: 0.7;
}

.left {
    background: #1e2226;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 50px;
    margin-left: -21px;
}

.left h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: -2%;
}

.ui {
    font-size: 40px;
    line-height: 1;
    margin-top: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    width: 500px;
}

.left p {

    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    font-weight: 100;
    font-family: 'nohemi', Arial, sans-serif;
    padding-top: 50px;
}

.btns {
    display: inline-flex;
    align-items: center;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: 100;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    width: 100px;
    font-family: 'nohemi', Arial, sans-serif;
}


.right {
    flex: 1;
    background: linear-gradient(to bottom, #050505, #111);
    display: flex;
    justify-content: center;
    align-items: center;

    border-bottom-right-radius: 50px;
}


.service-grid-title {
    font-size: 50px;

    font-weight: 400;
    color: #000000;
    margin: 0;
    padding: 20px 0px;
    padding-bottom: 80px;
}

.service-grid-headparagraph {
    font-size: 16px;
    color: #000000;
    margin: 0;
    width: 90%;
}

/* section2 left image */
.section2-two-left-box {
    top: 30%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.1s ease-out;
    /* z-index: 100; */

}

.section2-image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: rgb(14, 14, 14);
    height: 620px;
    left: 8%;
    width: 550px;
    top: 3%;
    overflow: hidden;
    /*  */
    /* position: sticky;
  top: 80px;
  height: fit-content; */


}

.section2-two-left-img.top {
    width: 245px;
    height: 335px;
}

.section2-two-right-img.bottom {
    height: 335px;
    margin-left: 150px;
    margin-top: -70px;
    z-index: 100;
    width: 299px;
}

.section2-two-left-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: sticky;
    top: 80px;
    height: fit-content;
}

.section2-image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: rgb(14, 14, 14);
    height: 620px;
    width: 550px;
    transform: translateX(0);
    /* Default position */
    transition: transform 0.1s ease-out;
}

.section2-container {
    /* position: fixed; */
    overflow: hidden;
    height: fit-content;

    /*  */
    background-color: rgb(14, 14, 14);
    height: 620px;
    left: 4%;
    width: 550px;
    top: 9%;
    position: sticky;
    margin-bottom: 150px;
}

.slider-track {
    position: absolute;
    display: flex;
    gap: 200px;
    transition: transform 0.1s ease-out;
}

.image-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-group img {
    width: 245px;
    height: 335px;
    object-fit: cover;
    transition: transform 0.1s ease-out;
}

/* Optional styling for second image */
.bottom-img {
    margin-left: 50px;
    margin-top: -50px;
}

/*section3*/
.section3-container {
    background-color: #333232;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    padding-top: 100px;
}

.section3-service-item {
    position: relative;
    width: 75%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px solid #444;
    overflow: visible;
    transition: all 0.5s ease;
    padding: 30px 0;
}

.section3-service-text {
    font-size: 100px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 10px 0px;
    font-family: 'nohemi', Arial, sans-serif;
    transition: filter 0.3s ease;
    letter-spacing: -4px;
}

.section3-service-image {
    position: absolute;
    width: 299px;
    height: 193px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
    top: -20%;
}

.section3-image-left {
    left: -320px;
}

.section3-image-right {
    right: -320px;
}

.section3-interior-design .section3-service-image {
    background-image: url('../images/interior.webp');
}

.section3-consultation .section3-service-image {
    background-image: url('../images/consult.webp');
}

.section3-building .section3-service-image {
    background-image: url('../images/bulid.webp');
}

.section3-modeling .section3-service-image {
    background-image: url('../images/3d.webp');
}

.section3-customization .section3-service-image {
    background-image: url('../images/custum.webp');
}

.section3-service-item:hover .section3-service-image.section3-image-left {
    left: 0%;
    opacity: 1;
    transform: scale(1.05);
}

.section3-service-item:hover .section3-service-image.section3-image-right {
    right: 0%;
    opacity: 1;
    transform: scale(1.05);
}

.section3-service-item:hover {
    border-bottom: 1px solid #f8f8f8;
}


.section3-down {

    width: 100%;
    height: 600px;
    object-fit: contain;
    background-color: #333232;

}

.section3-down img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

/* section4 */




/* section6 */
.section6-container {
    /* background: linear-gradient(135deg, #2c3e50 0%, #3b4d61 50%, #495a6b 100%); */
    color: white;
    position: relative;
    overflow: hidden;
    background-color: #333232;
    padding-bottom: 100px;


}

.section6-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,96L1200,0L1200,120L0,120Z" fill="%23ffffff"/></svg>') no-repeat; */
    background-size: cover;
}

.section6-content {

    padding: 80px 60px;
}

.section6-left {

    text-align: center;
}

.section6-title {
    font-size: 150px;
    font-weight: 300;
    letter-spacing: -5px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-family: 'nohemi', Arial, sans-serif;
}

.section6-title {
    overflow: hidden;
}

.section6-title-line1,
.section6-title-line2 {
    opacity: 0;
    transition: all 0.8s ease-out;
}

/* Default hidden state - start from sides */
.section6-title-line2 {
    transform: translateX(100%);
}

.section6-title-line1 {
    transform: translateX(-100%);
    color: white;
}

/* Animate IN when scrolling down - from sides to center */
.animate-in .section6-title-line2 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.animate-in .section6-title-line1 {
    opacity: 1;
    color: white;
    transform: translateX(0);
    transition-delay: 0.4s;
}

/* Animate OUT when scrolling up - partial reverse */
.animate-out .section6-title-line2 {
    opacity: 0.7;
    transform: translateX(35%);
    transition-delay: 0.1s;
}

.animate-out .section6-title-line1 {
    opacity: 0.7;
    color: white;
    transform: translateX(-35%);
    transition-delay: 0.4s;
}

.section6-title-line1 {

    color: white;
}

.section6-title-line2 {

    color: #7a7a7a;
    margin-bottom: 40px;
}

.section6-image-container {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;


}

.section6-image {
    width: 100%;
    object-fit: cover;

}

.section6-image.top {
    width: 524px;
    height: 661px;
}

.section6-image.bottom {
    height: 338px;
    margin-left: 150px;
    margin-top: -300px;
    z-index: 100;
    border-radius: 8px;
    width: 450px;
}


.section6-content-row {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 40px;
    width: 100%;
}


.section6-right {
    width: 50%;
    text-align: left;
}

.section6-description {
    margin-top: 100px;
    max-width: 560px;
}

.section6-description-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.3;
    max-width: 607px;
    font-family: 'nohemi', Arial, sans-serif;
}

.section6-service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.section6-check-icon {
    width: 33px;
    height: 33px;
    border: 1.5px solid rgb(212, 210, 210);
    border-radius: 50%;
    margin-right: 30px;
    margin-top: 2px;
    position: relative;
    flex-shrink: 0;
}

.section6-check-icon::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.section6-service-content h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #ecf0f1;
    line-height: 1.5;
    font-family: 'nohemi', Arial, sans-serif;
}

.section6-service-content p {
    font-size: 16px;
    color: white;
    font-weight: 500;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    padding-top: 10px;
}

.section6-discover-link {
    color: rgb(225, 224, 224);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: 'nohemi', Arial, sans-serif;
    padding-top: 20px;
}

.section6-discover-link:hover {
    color: white;

}

.section6-discover-link::after {
    content: '→';
    margin-left: 8px;
    /* transition: transform 0.3s ease; */
    transform: translate3d(1px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(25deg, -30deg);
    transform-style: preserve-3d;
    color: white;


}

.section6-discover-link:hover::after {
    transform: translateX(5px);
}

.section6-button-underline {
    background-color: #fff;
    height: 1.5px;
    display: flex;
    position: absolute;
    inset: auto 38% 47.8% 51.5%;
    overflow: hidden;
    font-weight: 100;

}

.section6-faq {
    margin-top: 80px;
}

.section6-faq-title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'nohemi', Arial, sans-serif;
    line-height: 50px;
}

.section6-faq-list {
    max-width: 1072px;
    margin: 0 auto;
}

.section6-faq-item {
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff26;
}

.section6-faq-item:hover {

    transform: translateY(-2px);
}

.section6-faq-question {
    padding: 20px 25px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-family: 'nohemi', Arial, sans-serif;

}

.section6-faq-toggle {
    width: 32px;
    height: 32px;
    border: 0.1px solid white;
    background: transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.section6-faq-answer {
    padding: -10px 25px 40px 25px;
    color: #bdc3c7;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0s ease;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    max-width: 859px;
}

.section6-faq-item.active .section6-faq-answer {
    max-height: 200px;
    padding: 20px 25px;
}

/* last section */
.last-section-wrapper {
    height: 1600px;
    /* Adjust for scroll space */
    position: relative;
}

.last-section-sticky-container {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    perspective: 1500px;
}

.last-section-heading {
    position: relative;
    z-index: 0;
    width: 39%;
    padding: 40px 20px;
    text-align: center;
}

.last-section-heading h1 {
    font-size: 64px;
    margin: 0;
    font-weight: 300;
    color: #111;
    font-family: 'nohemi', Arial, sans-serif;
    /* text-shadow: 1px 1px 8px rgba(255,255,255,0.7); */
}

.last-section-heading a {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 2px solid #000;
    color: #000;
    font-family: 'nohemi', Arial, sans-serif;
}

.last-section-image-box {
    position: absolute;
    width: 280px;
    z-index: 2;
    will-change: transform;
    transition: transform 0.1s ease-out;
}

.last-section-image-box img {
    width: 80%;
    /* box-shadow: 0 8px 24px rgba(0,0,0,0.2); */
}

/* Image positions */
/* Image positions */
#img1 {
    top: 60px;
    left: 120%;
}

#img2 {
    top: 320px;
    left: 125%;
}

#img3 {
    top: 80px;
    right: 120%;
}

#img4 {
    top: 320px;
    right: 125%;
}

/* footer section */

.footer-container {

    padding: 80px 20px 0px 20px;
    background-color: #1e2226;
    color: #ffffff;
}

/* Header */
.footer-header {
    padding: 30px 0;
}

.footer-first {
    display: flex;
    flex-direction: column;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.footer-nav-sections {
    display: flex;
    gap: 100px;
    font-family: 'nohemi', Arial, sans-serif;
}

.footer-nav-section h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'nohemi', Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer-nav-section ul {
    list-style: none;
}

.footer-nav-section ul li {
    margin-bottom: 20px;
}

.footer-nav-section ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-nav-section ul li a:hover {
    color: #ffffff;
}

/* Main Content */
.footer-main {
    padding: 60px 0;
}

.footer-hero-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    margin-top: 30px;
}

.footer-hero-content {
    flex: 1;
    max-width: 650px;
}

.footer-hero-content h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.24;
    margin-bottom: 90px;
    font-family: 'nohemi', Arial, sans-serif;
    letter-spacing: 1px;
}

.footer-contact-email {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
    font-family: 'nohemi', Arial, sans-serif;
}

.footer-contact-email:hover {
    color: #ffffff;
}

/* Footer */
.footer {
    border-top: 1px solid #404040;
    padding: 50px 0 30px 0;
    margin-top: 0px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social-links {
    display: flex;
    gap: 30px;
}

.footer-social-links a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'nohemi', Arial, sans-serif;

}

.footer-social-links a:hover {
    color: #ffffff;
}

.footer-social-links a span {
    padding-left: 12px;
    font-size: 20px;
    font-weight: 100;
}


.footer-credits {
    color: #888888;
    font-size: 16px;
    font-family: 'nohemi', Arial, sans-serif;
}

.footer-credits a {
    color: white;
    text-decoration: none;
    font-family: 'nohemi', Arial, sans-serif;
}

.footer-credits a:hover {
    color: #ffffff;
    text-decoration: none;
}
/* 
.button-underline {
    background-color: #fff;
    height: 0.1px;
    display: flex;
    position: absolute;
    inset: auto 89% -240% 1.5%;
    overflow: hidden;
    font-weight: 100;
} */

/* Large Text Section */
.footer-large-text-section {
    margin-top: 70px;
    position: relative;
}

.footer-large-text {
    font-size: 120px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: -2px;
    line-height: 0.9;
    opacity: 0.9;
}

.footer-star-icon {
    display: inline-block;
    font-size: 80px;
    margin: 0 20px;
    color: #ffffff;
    vertical-align: middle;
}

/* Windows Activation Watermark */
.footer-activation-watermark {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #666666;
    font-size: 12px;
    z-index: 1000;
}


.footer-merquee {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.footer-merquee-train {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    display: flex;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.footer-large-text-section {
    flex: none;
    padding-right: 40px;
}

.big-text.no-wrap {
    font-size: 300px;
    line-height: 190px;
    font-weight: 400;
    font-family: 'nohemi', Arial, sans-serif;
    white-space: nowrap;
    display: flex;
    align-items: center;
    letter-spacing: .48px;
}

.footer-star-icon {
    display: inline-flex;
    align-items: center;
    margin: 0 20px;
}

.star-footer {
    width: 114px;
    height: 118px;
    filter: invert(0);
}

/* Alternative continuous marquee - uncomment to use */

.footer-merquee-train {
    animation: marquee-continuous 30s linear infinite;
}

.star-footer {
    flex: none;
    color: white;

}

@keyframes marquee-continuous {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* For multiple items, duplicate the content */
.marquee-content {
    display: flex;
    align-items: center;
}



/* Responsive Design */
@media (max-width: 1024px) {
    .footer-nav-sections {
        gap: 40px;
    }

    .footer-hero-content h2 {
        font-size: 40px;
        font-weight: 400;
        font-family: 'nohemi', Arial, sans-serif;

    }

    .footer-large-text {
        font-size: 80px;
    }
}