 /* section1 */
    @media (max-width: 768px) {
        /* hamburger */
         /* Latest Articles Grid */
        .hamburger-articles-grid {
            display: grid;
            grid-template-columns: repeat(3, 0.1fr);
            gap: 1.5rem;
            margin-bottom: 2rem;
            margin-left:40px;
        }
        .hamburger-menu-subtitle {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.5;
    width: 400px;
    padding-left: 0px;
    text-align: center;
    padding-top: 20px;
    font-family: 'nohemi', Arial, sans-serif;
}
      .hamburger-social-icons {
            display: flex;
            gap: 1.5rem;
             margin-left: 70px;
        }
         /* Responsive */
        @media (max-width: 768px) {
            .hamburger-nav-menu {
                display: none;
            }

            .hamburger-button {
                display: block;
            }

            .hamburger-slide-menu {
                width: 100%;
                right: -100%;
            }

            .hamburger-articles-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .hamburger-hero-text {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .hamburger-header {
                padding: 1rem;
            }

            .hamburger-articles-grid {
                grid-template-columns: repeat(3, 0.1fr);
            }
        }

                /* Add this to your existing CSS */
.hamburger-close-button {
    position: absolute;
    top: 20px;
    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;
}
        .section1-mask-overlay {
            display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    pointer-events: none;
}
        .section1-container {
    position: relative;
    height: 70vh;
    overflow: hidden;
}
            .section1-nav-menu li{
                display: none;
            }

            .section1-hamburger {
                display: flex;
            }

            .skyline-letters {
                font-size: 5.5rem;
                letter-spacing: -8px;
            }

            .section1-right-text {
                font-size: 2rem;
                right: 0%;
                max-width: 300px;
                top: 60%;
                display: none;
            }

            .section1-section h1 {
                font-size: 4rem;
            }

            .section1-section h2 {
                font-size: 2rem;
            }

            .section1-section p {
                font-size: 1.1rem;
            }

            .section1-section-content {
                padding: 0 1rem;
            }
            /* 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: 100%;
    z-index: -2;
    overflow: hidden;
    background: linear-gradient(135deg, #779cc0 0%, #2c3e509c 50%, #2c3e509c 100%);
    background-attachment: fixed;
}

        }

        @media (max-width: 480px) {
            .section1-right-text {
                font-size: 1.5rem;
                right: 2%;
                max-width: 250px;
                display: none;
            }
        }
    /* section2 */
     @media (max-width: 768px) {
            .section2-hero-container {
                grid-template-columns: 1fr;
                gap: 10px;
                text-align: center;
                padding: 40px 20px;
            }
            .section2-hero-content {
    width: 100%;
}

            .section2-hero-content h1 {
                font-size: 2.5rem;
            }

            .section2-stat-number {
                font-size: 3rem;
            }
            /* animate sec */
.section2-two {
    display: flex;
    flex-direction: column;
    background-color: #1e2226;
    gap: 0px;
}

.section2-two-left {
    width: 100%;
}

.section2-two-right {
    width: 100%;

}

.service-box-two {
    width: 100%;
    margin-bottom: 100px;

}
.service-grid {
    margin-top: 10px;

    border-radius: 50px;
    height: 490px;

    background-color: #1e2226;
    padding:0px 50px;


    position: sticky;
    will-change: transform;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.service-grid-one {
    top: 0px;
    z-index: 3;
}

.section2-stat-card {
    text-align: center;
    padding: 20px;
    max-width: 100%;
}

.section2-container {
    /* position: fixed; */
    overflow: hidden;
    height: fit-content;

    /*  */
    background-color: rgb(14, 14, 14);
    height: 620px;
    left: 0%;
    width: 100%;
    top: 9%;
    position: sticky;
    margin-bottom: 50px;
}
.ui {
    font-size: 40px;
    line-height: 1;
    margin-top: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    width: 100%;
}
.section2-stat-description {
    font-size: 18px;
    color: white;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
    font-family: 'nohemi', Arial, sans-serif;
}

        }

    /* section3 */
    @media (max-width: 768px) {
        .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: 60px;
}

.section3-down {

    width: 100%;
    height: 100px;
    object-fit: contain;
    background-color: #333232;

}
.section3-service-item {
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 0.1px solid #444;
    overflow: visible;
    transition: all 0.5s ease;
    padding: 30px 0;
}
.section3-service-text {
    font-size: 3.0rem;
    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: 1px;
}

      .section3-service-text {
        font-size: 3.0rem;
      }

      .section3-service-image {
        width: 250px;
        height: 130px;
      }

      .section3-image-left {
        left: -270px;
      }

      .section3-image-right {
        right: -270px;
      }

      .section3-service-item:hover .section3-service-image.section3-image-left {
        left: 5%;
      }

      .section3-service-item:hover .section3-service-image.section3-image-right {
        right: 5%;
      }
    }

    @media (max-width: 480px) {
      .section3-service-text {
        font-size: 3.0rem;
      }

      .section3-service-image {
        width: 180px;
        height: 100px;
      }

      .section3-image-left {
        left: -200px;
      }

      .section3-image-right {
        right: -200px;
      }

      .section3-service-item:hover .section3-service-image.section3-image-left {
        left: 5%;
      }

      .section3-service-item:hover .section3-service-image.section3-image-right {
        right: 5%;
      }
    }
    /* section4 */
    /* section5 */

    /* section6 */
     @media (max-width: 768px) {
        
.section6-content {

    padding: 80px 30px;
}
.section6-right {
    width: 100%;
    text-align: left;
}
.section6-description-title {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.3;
    width: 100%;
    font-family: 'nohemi', Arial, sans-serif;
}
.section6-button-underline {
    background-color: #fff;
    height: 1.5px;
    display: flex;
    position: absolute;
    inset: auto 59% 35.8% 6.5%;
    overflow: hidden;
    font-weight: 100;

}

.section6-description {
    margin-top: 100px;
    max-width: 100%;
}
.section6-image-container {
    width: 100%;
    position: relative;
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
.section6-image.bottom {
    height: 338px;
    margin-left: 10px;
    margin-top: -300px;
    z-index: 100;
    border-radius: 8px;
    width: 100%;
}
.section6-image.top {
    width: 100%;
    height: 661px;
}
.section6-faq {
    margin-top: 0px;
}
.section6-faq-question {
    padding: 20px 25px;
    font-size: 18px;
    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;
    gap: 10px;

}
.section6-faq-toggle {
    width: 60px;
    height: 40px;
    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;
}

     }
  

      @media (max-width: 480px) {
            .section6-content-row {
                flex-direction: column;
                gap: 20px;
            }

            .section6-title {
                font-size: 2.5rem;
            }

            .section6-image-container {
                transform: none;
            }

            .section6-image {
                width: 250px;
                height: 300px;
            }
           
        }
           /* last section */
     @media (max-width: 768px) {
   /* last section */
.last-section-wrapper {
    height: 400px;
    /* Adjust for scroll space */
    position: relative;
}

.last-section-sticky-container {
    position: sticky;
    top: 0;
    height:400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    perspective: 1500px;
}
.last-section-heading {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
}
.last-section-heading h1 {
    font-size: 40px;
    margin: 0;
    font-weight: 300;
    color: #111;
    font-family: 'nohemi', Arial, sans-serif;
    /* text-shadow: 1px 1px 8px rgba(255,255,255,0.7); */
}
     }
         /* footer */
          /* Responsive adjustments */
        @media (max-width: 768px) {
            .footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
            .big-text.no-wrap {
                font-size: 150px;
                line-height: 125px;
            }

            .star-footer {
                width: 57px;
                height: 59px;
            }
            .footer-credits {
    color: #888888;
    font-size: 13px;
    font-family: 'nohemi', Arial, sans-serif;
}
.footer-hero-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.footer-hero-content h2
 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.24;
    margin-bottom: 30px;
    font-family: 'nohemi', Arial, sans-serif;
    letter-spacing: 1px;
}
.footer-social-links a {
    color: white;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'nohemi', Arial, sans-serif;
}
        }
         @media (max-width: 768px) {
            .footer-nav-sections {
                flex-direction: column;
                gap: 30px;
            }

            .footer-hero-content h2 {
                font-size: 28px;
            }

            .footer-large-text {
                font-size: 50px;
            }

            .footer-content {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
        }