body {
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

/* Add 5 vertical fixed lines */
body .line1,
body .line2,
body .line3,
body .line4,
body .line5 {
  content: '';
  position: fixed;
  background-color: #e0e0e0;
  height: 100%;
  width: 0.2px; /* Adjust line thickness */
  top: 0;
  z-index: 2;
}

/* First line at 10% of the width */
body .line1 {
  left: 4%; /* First line */
}

/* Second line at 20% of the width */
body .line2 {
  left: 25%; /* Second line */
}

/* Third line at 40% of the width */
body .line3 {
  left: 47%; /* Third line */
}

/* Fourth line at 60% of the width */
body .line4 {
  left: 70%; /* Fourth line */
}

/* Fifth line at 80% of the width */
body .line5 {
  left: 90%; /* Fifth line */
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 72px;
    background: white;
    margin-top: 28px;
    width: 80%;
    margin-left: 57px;
    position: relative;
    box-shadow: -1px 13px 0px -5px black;
    z-index: 99;
    border: 1px solid black;
}

.logo-container {
  display: flex;
  align-items: center;
}

.logo {
  color: white;
  border-radius: 50%;
  width: 0px;
  margin-left: -55px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.brand-name {
  font-weight: bold;
  font-size: 22px;
}

.header-right {
  display: flex;
  gap: 16px;
  margin-right: -48px;
}

.contact-button {
  background: black;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
 
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-button .arrow {
  font-size: 16px;
}

.menu-icon {
  font-size: 28px;
  cursor: pointer;
}

 .menu {
      display: none;
      z-index: 999;
      flex-direction: column;
      gap: 24px;
      background: white;
      position: fixed;
      top: 0px;
      right: 0;
      width: 30%;
      height: 100%;
      padding: 32px;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
      z-index: 999;
    }

    .menu a {
      text-decoration: none;
      font-size: 14px;
      color: rgb(254, 254, 254);
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .menu a.active {
      color: #7b8b9a;
    }
    .p{
      color: #000;
    }

    .menu a span {
      font-size: 16px;
      font-weight: 500;
    }

    .contact-button-menu {
      background: black;
      color: white;
      padding: 12px 24px;
      border-radius: 32px;
      display: inline-block;
      font-weight: bold;
      margin-bottom: 40px;
      text-decoration: none;
      width: fit-content;
    }

    .close-button {
      position: absolute;
      top: 37px;
      right: 24px;
      font-size: 14px;
      cursor: pointer;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .close-button span {
      font-size: 28px;
      font-weight: normal;
    }
.arrow-icon {
  display: inline-block;
  transition: transform 0.4s ease;
  transform: translate3d(0px, 0px, 36px) scale3d(1, 1, 1)
             rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  color: #000;
}

/* Move the arrow when the cursor hovers */
.arrow-icon:hover {
  transform: translate3d(4px, 4px, 0px) scale3d(1, 1, 1)
             rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
}
#arrowSvg{
    color: black;
}


.hidden {
  display: none;
}

/* section{
    z-index: 1000;
} */

/* second section */
.text-section {
   position: relative;
    margin-left: 12px;
    font-size: 2.5rem;
    line-height: 1.0;
    z-index: 99;
}

.text-section h1 {
    font-size: 140px;
    margin-left:43px;
    font-weight: 600;
    font-family: 'PP Mori - Semibold', sans-serif;
    width: 84%;

}

.text-section .highlight {
    font-style: italic;
    font-size: 152px;
   
     font-family: "Libre Bodoni", serif;
}

.text-section p {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #555;
}

  .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 90%;
      max-width: 1200px;
      margin-left:45px;
    }

    .buttons {
      display: flex;
      gap: 20px;
    }

    .btn {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: bold;
      font-size: 1.1rem;
      padding: 20px 40px;
      border-radius: 50px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .btn-black {
      background-color: #000;
      color: #fff;
      border: none;
      font-family: "Playfair Display", serif;
      font-weight: 100;
    }

    .btn-white {
      background-color: #f2f5f7;
      color: #000;
      border: 1px solid #000;
      font-size: 18px;
    }

    .text {
      max-width: 600px;
      font-size: 1.5rem;
      line-height: 1.5;
    }
    .text p{
        font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    color: black;
    width: 100%;
    margin-left: 109px;
    }

    .arrow {
      font-size: 1.2rem;
    }
  
  
  /* animate sec */
  
  
   

  .service-box-two {
  width: 93%;
    margin-left: 21px;
  
 
}



.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: 140px;
  border-radius: 50px;
  height: 490px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  background-color: #000000;
  padding: 50px;
  border: 1px solid #000;
 
  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;
  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: #000;
  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: 120px;
  line-height: 1;
  margin-top: -24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.left p {
  margin-top: -60px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #ccc;
  max-width: 500px;
}

.btns {
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 18px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  width: 135px;
}

.btns span {
  margin-left: 10px;
  font-size: 1.2rem;
}

.right {
  flex: 1;
  background: linear-gradient(to bottom, #050505, #111);
  display: flex;
  justify-content: center;
  align-items: center;
  
  border-bottom-right-radius: 50px;
}

.right img {
   position: fixed;
    height: 91%;
    margin-left: 50%;
    margin-top: -38%;
    /* max-height: 88%; */
    overflow: hidden;
    width: auto;
    /* border-radius: 20px; */
    box-shadow: 0 20px 50px rgb(82 75 75 / 50%);
}
.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%;
}
.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(126, 126, 126, 0.1); /* Subtle light line */
}

.line-1 {
  left: 25%;
}

.line-2 {
  left: 50%;
}

.line-3 {
  left: 75%;
}

/* Main section with class elevate-sec */
.elevate-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80%;
    margin-top: 120px;
    background-color: #e9edf0;
}

/* Left section with logo */
.left-side {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
        position: relative;
    z-index: 999;
}

.logo-eleveate {
    font-size: 2rem;
    margin-left:45px;
    color: #fff;
    padding: 0.8rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Central text block */
.center-text {
    flex: 2;
   
}

.center-text p {
   color: var(--background--dark-100);
    letter-spacing: -.1rem;
    margin-top: 80px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
     line-height: 150%;
    font-size: 45px;
    font-weight: 600;
    
    width: 80%;
    margin-left: 20%;
    

}

/* Right section with logos */
.right-side {
    
    display: flex;
    
    gap: 1rem;
}

.logos span {
    font-size: 1rem;
    color: #000;
}
.carousel {
    margin-top: 40px;
    width: 65%;
    margin-left: 22%;
    overflow: hidden;
    position: relative;
    height: 150px;
    
    
}

.carousel-track {
    display: flex;
    animation: scrollCarousel 5s linear infinite;
    
}

.carousel-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 3rem 0;
   
}
.car-img{
  padding-left: 37px;
  width: 136px;
}

@keyframes scrollCarousel {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}



/* task section */
 .section-title {
      font-size: 5.6rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      line-height: 120%;
      padding: 3rem 2rem 1rem;
      position: relative;
      z-index: 999;
      letter-spacing: -.2rem;
      margin-left:57px;
    }

    .project-list {
      border-top: 1px solid #000;
      position: relative;
      z-index: 999;
      margin-left:57px;
      margin-right:50px;
    }

    .project-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2rem;
      cursor: pointer;
      transition: background 0.3s;
      border-bottom: 1px solid black;
      
    }

    .project-item:hover {
      background: #f3f3f3;
    }

    .project-title {
      font-family: "Montserrat", sans-serif;
      letter-spacing: -.1rem;
      font-size: 3.5rem;
      font-weight: 600;
      line-height: 150%;
      position: relative;
    }

    .project-title sup {
      font-family: "Libre Bodoni", serif;
      font-size: 26px;
      font-style: italic;
      line-height: 100%;
      position: absolute;
      top: -1rem;
      color: #131313;
      right: -1rem;
      font-weight: 400;
    }

    .project-desc {
      
      color: #5c5959;
      font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    }

    .project-details {
  position: relative;
  display: none;
  width: 100%;
  height: 100vh;
  background: #f9f9f9;
  overflow: hidden;
}

.project-details.active {
  display: block;
}

.view-details {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.2s;
}
.hidden {
      display: none !important;
    }
    #cursorButton {
  position: absolute;
  transition: all 0.2s ease;
  z-index: 100;
  cursor: pointer;
}
.mockup-image{
  width: 99%;
  margin-left: 0%;
  height: auto;
}


/* author sec */
.testimonial-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 58px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 300%; /* 3 slides */
}

.testimonial-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
 
  box-sizing: border-box;
  background: white;
  font-family: "Montserrat", sans-serif;
}

.quote-icon {
  font-size: 100px;
  color: #000;
  margin-right: 40px;
  flex-shrink: 0;
}

.testimonial-content {
  max-width: 700px;
  padding-left: 10%;
}

.testimonial-text {
  font-size: 2.5rem;
     font-weight: 600;
    line-height: 150%;
  margin-bottom: 30px;
 letter-spacing: -.1rem;
  font-family: "Montserrat", sans-serif;
}

.author-details {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-img {
  width: 66px;
  height: 62px;
  border-radius: 50%;
}

.author-info {
  text-align: left;
}

.author-name {
  font-size: 21px;
  font-weight: bold;
}

.author-role {
  font-size: 15px;
  color: #444;
  margin-top: 4px;
}

/* Carousel Arrows */
.folincy_carousel {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 20px;
  width: 95%;
}

.carousel-arrow {
  background: white;
  border: 1px solid #000;
  font-size: 24px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.4s ease;
}

.carousel-arrow:hover {
 color: white;
}


/* footer */
.cta-section {
  position: relative;
  background-color: #050505;
  text-align: center;
  padding: 60px 20px 0;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.gen-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #292929;
  z-index: 0; /* behind content */
}

/* Position each line across the width */
.gen-line-1 { left: 25%; }
.gen-line-2 { left: 50%; }
.gen-line-3 { left: 75%; }
.gen-line-4 { right: 0; } /* or left: 100% for strict alignment */


.cta-box {
  background: white;
  padding: 40px;
  margin: 0 auto;
 width:83%;
  box-shadow: 0 2px 4px rgba(124, 230, 238, 0.1);
  position: relative;
  z-index: 999;
}

.cta-heading {
  font-size: 70px;
 font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: -.1rem;
  font-family: "Montserrat", sans-serif;
}

.cta-link {
  font-size: 50px;
  font-style: italic;
  text-decoration: underline;
  color: #000;
  font-family: "Playfair Display", serif;
}

.footer-sec {
   margin-left:89px;
  color: #fff;
  padding: 60px 0px;
  margin-top: 50px;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
  margin: 0 auto;
}

.footer-column {
  text-align: left;
  margin-bottom: 40px;
}
.footer-column-cms {
  margin-right:110px;
  margin-bottom: 40px;
 
}

.footer-heading {
   font-family: "Open Sans", sans-serif;
  color: #90A4AE;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: justify;
  font-weight: unset;
}
.footer-headings {
   font-family: "Open Sans", sans-serif;
  color: #90A4AE;
  font-size: 17px;
  letter-spacing: 1px;
 margin-top: 70%;
  text-align: justify;
  font-weight: unset;
}
.footer-links {
 
  grid-row-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
}
.footer-links-las {
  margin-top: 160%;
  grid-row-gap: 16px;
  list-style: none;
  padding: 0;
 
  text-align: justify;
}

.footer-links li {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 165%;
  font-family: "Montserrat", sans-serif;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-links a:hover {
  text-decoration: underline;
}
.footer-links-las li {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 165%;
  font-family: "Montserrat", sans-serif;
}

.footer-links-las a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-links-las a:hover {
  text-decoration: underline;
}



.footer-logo img {
  position: relative;
  z-index: 999;
  height: 130px;
  margin-bottom: 10px;
}
.subscribe-section {
 
  background: #000;
  color: #fff;
  padding: 60px 12px;
  font-family: 'Helvetica Neue', sans-serif;
  overflow: hidden;
}

.subscribe-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -.05rem;
  margin-bottom: 30px;
  padding-left: 26px;
  font-family: "Montserrat", sans-serif;
}

.subscribe-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: 9px;
  
}

.email-input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #adbcc7;
  font-size: 16px;
  outline: none;
}

.subscribe-btn {
  padding: 19px 28px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s;
   line-height: 165%;
  font-family: "Montserrat", sans-serif;
}

.subscribe-btn:hover {
  background: #ddd;
}

.subscribe-note {
  color: #adbcc7;
  max-width: 600px;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  margin-left: 11px;
}

.social-links {
  margin-top: 40px;
}

.social-heading {
  letter-spacing: 3px;
  font-size: 14px;
  color: #adbcc7;
  margin-bottom: 20px;
  margin-left: 17px;
}

.social-icons {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-left: 17px;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  margin-left: 11px;
}

.social-icons a span {
  margin-left: 6px;
  font-size: 16px;
}



.footer-bottom {
 
  background-color: #000;
  color: #adbcc7;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin-left: 30px;
}

.footer-bottom strong {
  color: #fff;
}


/* about */
.text-section-about {
   position: relative;
    margin-left: 12px;
    font-size: 2.5rem;
    line-height: 1.0;
    z-index: 99;
}

.text-section-about h1 {
    font-size: 126px;
    margin-left:43px;
    font-weight: 600;
    line-height: 110%;
            font-family: "Montserrat", sans-serif;
    width: 100%;
    margin-top: 0px;

}
.text-section-about p{
  
    line-height: 150%;
   margin-left:59px;
   font-size: 17px;
   font-weight: 600;
   padding-top: 120px;
   font-family: "Montserrat", sans-serif;
}
.text-section-about-last {
   position: relative;
    margin-left: 12px;
    font-size: 2.5rem;
    line-height: 1.0;
    z-index: 99;
}
.text-section-about-last p{
  
   line-height: 150%;
   margin-left:59px;
   font-size: 45px;
   font-weight: 600;
   padding-top: 50px;
   letter-spacing: -.1rem;
   margin-top: 0;
   font-weight: 600;
   line-height: 150%;
   width: 75%;
   font-family: "Montserrat", sans-serif;
}


.container-scroll {
      height: 0vh;
      display: flex;
      justify-content: end;
      align-items: center;
    }

    .scroll-button {
      font-family: "Montserrat", sans-serif;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background-color: #e9edf1;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      line-height: 120%;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .scroll-button:hover {
      background-color: #d3d9de;
    }

    #target {
      height: 16vh;
      background-color: #f0f0f0;
      display: flex;
      justify-content: center;
      align-items: center;
      
    }
    .section-about {
      display: flex;
      height: 100vh;
      margin-top: 130px;
    }

    .stats {
      flex: 1;
      background-color: white;
      padding: 60px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 60px;
    }

    .stat-item {
      display: flex;
     margin-left: 20px;
      gap: 16px;
    }

    .stat-number {
            font-family: "Montserrat", sans-serif;
             font-size: 70px;
             letter-spacing: -.1rem;
      font-weight: 600;
    line-height: 120%;
    }

    .stat-label {
       font-family: "Playfair Display", serif;
      font-size: 24px;
      font-weight: 600;
      font-style: italic;
      white-space: nowrap;
    }

    

.image-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
}

.image-wrapper-aa {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}

.img-ab {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
  will-change: transform;
}

.overlay-text {
  position: absolute;
  color: white;
  font-size: 24px;
  font-style: italic;
  z-index: 2;
  pointer-events: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
         font-family: "Playfair Display", serif;

}

.overlay-left {
  bottom: 30px;
  left: 30px;
}

.overlay-right {
  bottom: 30px;
  right: 30px;
}
.grid-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px;
  gap: 20px;
  position: relative;
  z-index: 999;
}

.img-block {
  position: relative;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}

.img-block.large {
  flex: 2;
  height: 100vh;
}

.img-block.small {
  flex: 1;
  height: 40vh;
  align-self: flex-start;
}

.img-wrapper-ab {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  
}

.zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
 
    

}
.zoom-img-one{
  margin-top: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
   

}
.img-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 24px;
  font-style: italic;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  z-index: 2;
}

/*animation*/
.fade-up-on-scroll-long {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 3s ease, transform 3s ease;
}

.fade-up-on-scroll-long.visible {
  opacity: 1;
  transform: translateY(0);
}

