  @font-face {font-family: 'Aeroport Regular';src: url('fonts/Aeroport-regular-trial.otf') format('opentype');font-display: swap;}
  @font-face {font-family: 'Aeroport Medium';src: url('fonts/Aeroport-medium-trial.otf') format('opentype');font-display: swap;}
  @font-face {font-family: 'Aeroport Bold';src: url('fonts/Aeroport-bold-trial.otf') format('opentype');font-display: swap;}
  @font-face {font-family: 'Aeroport Black';src: url('fonts/Aeroport-black.otf') format('opentype');font-display: swap;}
  @font-face{font-family:'Inter Black';src:url('fonts/Inter-Black.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter Bold';src:url('fonts/Inter-Bold.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter ExtraBold';src:url('fonts/Inter-ExtraBold.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter ExtraLight';src:url('fonts/Inter-ExtraLight.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter Light';src:url('fonts/Inter-Light.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter Medium';src:url('fonts/Inter-Medium.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter Regular';src:url('fonts/Inter-Regular.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter SemiBold';src:url('fonts/Inter-SemiBold.ttf') format('truetype');font-display: swap;}
  @font-face{font-family:'Inter Thin';src:url('fonts/Inter-Thin.ttf') format('truetype');font-display: swap;}

  body {margin: 0;background: white;height: 100vh;-webkit-font-smoothing: antialiased ;overflow-x: hidden;
  justify-content: center;align-items: center;
  overflow-y: scroll;
    scroll-snap-type: y proximity;
  /*display: flex;overflow: hidden;*/}

          :root {
              --main-font: 'Inter', sans-serif;
              --bg-dark: #050505;
              --accent-red: #ff2d2d;
              --accent-orange: #ff6b2b;
              --text-light: #ffffff;
              --cursor-size: 350px; 
          }
  html {
    scroll-behavior: smooth;
  }
  section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .awsmd-reveal {
  position: relative;
  opacity: 0;
  transform: translateY(220px);
  will-change: transform, opacity;
  }
  .reveal-up {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  }
  .reveal-up.active {
  opacity: 1;
  transform: translateY(0);
  }
  .logo-icon{margin: 0 auto;}
  .newslistingsection{padding-top: 80px;width: 76%;margin-left: auto;margin-right: auto;}
  .newslistingwrapper{}
  .newslistingwrapper h6{background:rgba(0, 0, 0, 1);padding:9px 20px;text-align:center;color:#fff;border-radius:100px;font-size:15px;line-height:15px;font-family:Inter Medium;font-weight:500;width: auto;display: table;margin: 0px;}
  .newslistingwrapper h4{color:rgba(0, 0, 0, 1);font-size:26px;line-height:37px;font-family:Inter Regular;font-weight:500;letter-spacing:-0.5px;margin: 20px 0px;}
  .newslistingwrapper h4 a{color:rgba(0, 0, 0, 1);text-decoration:none;}
  .newslistingwrapper p{color:rgba(0, 0, 0, 1);font-size:15px;line-height:15px;font-family:Inter Regular;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin: 0px 0px 30px 0px;}
  .newslistingwrapper img{}
  .ournewssection{padding-top:80px;padding-bottom:80px;border-radius:0px 0px 80px 80px;background:#fff;margin-bottom: -75px;z-index: 10;position: relative;}
  .homesectionheading{}
  .homesectionheading h6{font-size:22px;line-height:22px;font-family:Inter Medium;font-weight:500;letter-spacing:-1px;color:rgba(0, 0, 0, 1);text-align: left;}
  .homesectionheading h6 span{color:rgba(190, 30, 45, 1);}
  .projectmainlrpadding{padding-left:80px;padding-right:80px;}
  .footersection {width:100%;padding-top: 200px;padding-bottom:90px;position: relative;min-height: 100vh;
  /*overflow: hidden;*/
  display: flex;flex-direction: column;justify-content: space-between;}

  .footersection video {width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  }

  .footersection::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  z-index: 1;
  }

  .footer-content {
  position: relative;
  z-index: 2;
  padding: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }

  .footerherotext {text-align: center;}
  .footerherotext h1 {color:#fff;font-family: 'Aeroport Black';font-size: 62px;line-height: 65px;text-transform: uppercase;letter-spacing: -2px;margin-bottom: 45px;}
  .bookacalllink {color: #fff;text-decoration: none;font-size: 22px;font-family: Inter Regular;display: inline-flex;align-items: center;gap: 18px;transition: .3s;}
  .bookacalllink:hover {text-decoration: none;color: #c10f2f;}
  .bookacalllink:hover::after {transform: translateX(8px);}
  .footerlogo{margin-bottom: 110px;}
  .footerlogo img{width:260px;}
  .footer-bottom {padding-top:130px;}

  .footerlistlinks{}
  .footerlistlinks ul{list-style:none;padding:0px;margin:0px;}
  .footerlistlinks ul li{font-family:Inter Light;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 25px;
  font-size: 22px;
  transition: .3s;}
  .footerlistlinks a,
  .footerlistservices a {color:#fff;text-decoration:none;}
  .footerlistlinks.footerlistservices li {font-size: 18px;line-height:24px;margin-bottom:25px;}
  .footerlistlinks.footerlistservices li:last-child{margin-bottom:0px;}
  .footerlistlinks li:last-child{margin-bottom:0px;}
  .footerlistlinks a:hover,
  .footerlistservices a:hover {
  color: #c10f2f;
  }


  .copyright {font-size: 14px;font-family:Inter Regular;font-weight:500;
  color: #6C6C6C;}
  .copyright p{font-size: 14px;font-family:Inter Regular;font-weight:500;color: #6C6C6C;margin: 10px 0px 0px 0px;}
  .small-links a {font-family:Inter Regular;font-weight:500;
  color: #6C6C6C;
  text-decoration: none;
  margin-right: 20px;
  font-size: 14px;
  }














  .homeherosection {
  min-height: 100vh;
  background: url('../images/homeherobanner.webp') center center/cover no-repeat;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  .homeherosection::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  }

  .homeherocontent,
  .navbar-custom {
  position: relative;
  z-index: 2;
  }

  .navbar-custom {
  padding: 30px 60px;
  }

  .menu-left {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  }
  .menu-left .menulabel{font-size:22px;line-height:22px;color:#fff;font-family:Inter Regular;}

  .menu-icon {
  width: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  }

  .menu-icon span {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  }

  .headerlogo {text-align: center;}
  .headerlogo img{width:160px;}
  .headerbookacall {
  display: flex;
  align-items: center;}
  .headerbookacall a{display: inline-flex;gap: 20px;font-family:Inter Medium;font-size: 22px;line-height:22px;transition: .3s;color:#fff;text-decoration:none;}
  .headerbookacall a:hover {text-decoration: none;color: #c10f2f;}
  .headerbookacall a:hover::after {transform: translateX(8px);}


  .homeherocontent {
  text-align: center;
  padding-bottom: 12vh;
  }

  .homeherotitle {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -2px;
  }

  .highlight {
  color: #d91e2e;
  }

  .s-shape {
  display: inline-block;
  width: 120px;
  height: 60px;
  background: linear-gradient(90deg, #001eff, #5a00ff, #ff0037);
  border-radius: 50px;
  margin: 0 15px;
  vertical-align: middle;
  filter: blur(1px);
  }




























  .about {position: relative;background: #fff;padding-top:40px;padding-bottom:60px;text-align: center;overflow: hidden;}

  .about__watermark {
          position: absolute;
          left: 0;
          right: 0;
          top: 40px;
          font-family: Inter Regular;
          font-weight: 500;
          font-size: clamp(100px, 22vw, 380px);
          letter-spacing: -0.04em;
          line-height: 1;
          white-space: nowrap;
          user-select: none;
          z-index: 1;
          pointer-events: none;
          color: #fff;
          text-shadow: 0px 14px 24px 0px #0000000a;
          transition: text-shadow 0.1s ease-out;
          will-change: text-shadow;
        }
  #aboutWrapper.aboutmainsection{padding-top:50px;}	  
  .about__watermark img {
    opacity: 1;
    filter: drop-shadow(0px 14px 24px 0px #0000000A);
    /* transition: transform 0.2s ease-out; */
      transition:
      transform 0.5s ease,
      filter 0.5s ease;
      
    will-change: transform, filter;

  }
  .aboutuscenterheading{ color: rgba(156, 157, 159, 1); font-size: 18px; margin-bottom: 20px;font-family: Inter SemiBold;font-weight: 500;margin-top: 30px;letter-spacing: 0px;line-height: 18px;}
  .about__logo {
  position: relative;
  z-index: 2;
  margin: 0 auto 30px;
  width: clamp(28px, 22vw, 280px);
  aspect-ratio: 1 / 1.1;
  }
        .about__logo-img {/*animation: logoFloat 6s ease-in-out infinite;*/
      /*filter: drop-shadow(0 30px 50px rgba(192, 57, 43, 0.4));*/}
        @keyframes logoFloat {
          0%, 100% { transform: translateY(0) rotateY(-5deg); }
          50% { transform: translateY(-12px) rotateY(5deg); }
        }

  .word-slider {
    color: #d83020;
    display: inline-block;
    min-width: 320px;
    text-align: left;
    position: relative;
  }

  .typed-cursor {
    display: none !important;
  }




  .slide-up-word {
    display: inline-flex;
    animation: slideInUp 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  @keyframes slideInUp {
    0% {
      transform: translateY(50px);
      opacity: 0;
      filter: blur(20px);
    }
    100% {
      transform: translateY(0);
      opacity: 1;
      filter: blur(0);
    }
  }

  .slide-out-up {
    display: inline-block;
    animation: slideOutUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    will-change: transform, opacity, filter;
  }

  @keyframes slideOutUp {
    0% {
      transform: translateY(0);
      opacity: 1;
      filter: blur(0);
    }
    100% {
      transform: translateY(-40px);
      opacity: 0;
      filter: blur(15px);
    }
  }

  .about__title {font-family: Aeroport Bold;font-size: 42px;font-weight: 500;line-height: 48px;color: #000;z-index: 2;position: relative;margin-top: 20px;letter-spacing: 0px;}

  .section-label { display: block; font-size: 11px; letter-spacing: 0.3em; color: #888; margin-bottom: 30px; text-transform: uppercase; position: relative; z-index: 2;}
  .about__body {color: rgba(95, 94, 94, 1);font-family: Inter Regular;font-size: 20px;line-height: 29px;text-align: center;position: relative;z-index: 2;margin: 30px auto;width: 70%; }
  .cta-link {color: rgba(190, 30, 45, 1);text-decoration: none;font-size: 18px;font-family: Inter Medium;display: inline-flex;align-items: center;gap: 18px;transition: .3s;font-weight: 500;position: relative;z-index: 2;}

  @media (max-width: 768px) {
  .about__logo { width: 55%; }
  .word-slider { min-width: 200px !important; }
  }





  .section-inline-label {
    position: sticky;
    top: 80px;
    z-index: 50;
    pointer-events: none;
    height: 28px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .label-inner-inline {
    font-size: 22px;
    line-height: 28px;
    font-family: Inter Medium;
    font-weight: 500;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 1);
    display: block;
    transform: translateY(0);
  }

  .label-inner-inline span {
    color: rgba(190, 30, 45, 1);
  }

  .label-inner-inline.flip-out {
    animation: slotOut 0.35s cubic-bezier(0.55, 0, 1, 0.45) forwards;
  }

  .label-inner-inline.flip-in {
    animation: slotIn 0.4s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }















  .scroll-trap{padding-top:0px;}
      .spacer {
        height: 40vh; display: flex; align-items: center; justify-content: center;
        font-size: 13px; color: #ccc; letter-spacing: .2em; text-transform: uppercase;
      }
      .services-section {
        height: 100vh; position: sticky; top: 0; overflow: hidden;
        background: #fff; display: flex; align-items: center;
      }
      .services-inner { max-width: 1400px; margin: 0 auto; padding: 0 80px; width: 100%; position: relative; }
      .services-progress { 
          position: absolute; 
          bottom: -60px; 
          left: 30%;
          transform: translateX(-50%);
          display: flex; 
          align-items: center; 
          gap: 10px; 
          z-index: 20;
      }
      .progress-dot { width: 8px; height: 8px; border-radius: 50%; background: #eee; transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
      .progress-dot.active { background: #d83020; width: 28px; border-radius: 4px; }

      .slides-viewport { position: relative; width: 100%; height: 600px; perspective: 1200px; }
      .service-slide {
        display: flex; align-items: center; 
        position: absolute; top: 0; left: 0; right: 0;
        opacity: 0; visibility: hidden;
        transition: opacity 0.8s ease, visibility 0.8s ease;
      }
      .service-slide.is-active { position: relative; opacity: 1; visibility: visible; }
      .service-img-wrap {
        flex: 0 0 52%; 
        position: relative; z-index: 1;
        height: 413px;
        width: 668px;
        margin-top: 40px;
        border-radius: 24px; overflow: hidden;
        box-shadow: 0 40px 80px rgba(0,0,0,0.08);
        transform-origin: center center;
      }
      .service-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .service-img-wrap video{width:100%; height:100%; object-fit:cover; border-radius: inherit;}
      .service-content {flex: 1; margin-left: -90px; position: relative; z-index: 10;}
  .service-content .spanleftcounter{color: rgba(170, 170, 170, 1); font-size: 21px;line-height: 21px;font-family: Inter Medium;font-weight: 500;position: relative;bottom: -2px;letter-spacing: -0.5px;}
      .service-num {font-size: 32px;line-height: 32px;color: rgba(0, 0, 0, 1);font-family: Inter Bold;font-weight: 500;margin: 0px;display: block;}

      .service-title {font-size: clamp(48px, 8vw, 90px);font-family: Inter Bold;font-weight: 500;line-height: 110%;color: #000;letter-spacing: 0px;margin-bottom: 20px;}

      .service-details { padding-left: 140px; }
      .service-desc {font-size: 22px;color: rgba(0, 0, 0, 1);font-family: Inter Regular;font-weight: 500;line-height: 32px;letter-spacing: 0px;margin-bottom: 20px;}
      .service-list { list-style: none; margin: 0px 0px 0px 0px;padding: 0px 0px 30px 10px; display: flex; flex-direction: column; }
      .service-list li {font-size: 18px;color: rgb(0, 0, 0);font-family: Inter Regular;font-weight: 500;line-height: 37px;letter-spacing: 0px;
    display: flex; align-items: center; gap: 12px; }
      .service-list li::before { content: ''; width: 6px; height: 6px; border-radius: 100%; background: #000; }
      .service-cta {font-family: Inter SemiBold;font-weight: 500;color: rgb(190, 30, 45);font-size: 22px;line-height: 22px;letter-spacing: 0px;text-transform: capitalize;text-decoration: none;}
  .service-details > a.service-cta img{margin-left:20px;}
      .service-slide.entering .service-img-wrap {
        animation: videoEnter 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      }
      @keyframes videoEnter {
        from { opacity: 0; transform: translateX(120px) scale(0.8) rotate(12deg); filter: blur(15px); }
        to { opacity: 1; transform: translateX(0) scale(1) rotate(0deg); filter: blur(0); }
      }

      .service-slide.exiting .service-img-wrap {
        animation: videoExit 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      }
      @keyframes videoExit {
        to { opacity: 0; transform: translateX(-120px) scale(0.9) rotate(-10deg); filter: blur(30px); }
      }

      .service-slide.entering .service-content {
        animation: textReveal 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
      }
      @keyframes textReveal {
        from { opacity: 0; transform: translateY(50px); filter: blur(5px); }
        to { opacity: 1; transform: translateY(0); filter: blur(0); }
      }

      @media (max-width: 991px) {
        .services-inner { padding: 0 30px; }
        .service-slide { flex-direction: column; text-align: center; }
        .service-img-wrap { width: 100%; height: 320px; margin-left: 0; }
        .service-content { margin-left: 0; margin-top: -50px; }
        .service-details { padding-left: 0; align-items: center; display: flex; flex-direction: column; }
        .service-num { margin-left: 0; }
        .services-progress { left: 50%; bottom: -40px; }
      }
    

































          .spacer { height: 100vh; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #444; }

          .work-section {
              position: relative;
      
              width: 100%;
              overflow: hidden;
              will-change: transform;
          }

          .images-container {
              position: relative;
              width: 100%;
              height: 100vh;
              display: flex;
              justify-content: center;
              align-items: center;
          }

    .project-image {
      position: absolute;
      width: 50%;
      height: 60vh;
      object-fit: cover;
      border-radius: 40px;
      z-index: 10;
      opacity: 0;
      will-change: transform, opacity;
    transition: none;
  }

  .hero-active {
      opacity: 1;
      z-index: 20;
  }

          .side-card { position: absolute; z-index: 5; border-radius: 20px; }
          .pos-tl { top: 0%; left: 0%; width: 15vw; }
          .pos-tr { top: -10%; right: 0%; width: 160px; }
          .pos-bl { bottom: 0%; left: -1%; width: 130px; }
          .pos-br { bottom: 0%; right: 12%; z-index: 1; width: 15vw; }
          .project-ui {
              position: absolute;
              bottom: 60px;
              left: 50%;
              transform: translateX(-50%);
              z-index: 100;
              display: flex;
              align-items: center;
              gap: 15px;
              opacity: 0;
              
          }

          .project-link {
              text-decoration: none;
              display: flex;
              align-items: center;
              background: rgba(0, 0, 0, 0.3);
              backdrop-filter: blur(10px);
              padding: 16px 40px;
              gap: 35px;
              border-radius: 100px;
              border: 1px solid rgba(0,0,0, 0.03);
              transition: all 0.3s ease;
          }

          .project-link:hover {
              background: rgba(0, 0, 0, 0.5);
              transform: translateY(-5px);
              border-color: rgba(0,0,0, 0.6);
          }

          .project-title {
              color: #fff;
              font-size: 1.5rem;
              font-weight: 500;
              letter-spacing: 2px;
              text-transform: uppercase;
              font-family: Aeroport Bold;
              margin: 0;
          }

          .arrow {
              font-size: 2rem;
              color: #ef4444;
              line-height: 1;
              transition: transform 0.3s ease;
          }

          .project-link:hover .arrow {
              transform: translateX(8px);
          }
          .project-counter {
      font-size: 0.85rem;
      font-family: 'Aeroport', sans-serif;
      letter-spacing: 1px;
  }

  .project-counter .current {
      color: #ffffff;
      font-weight: 500;
  }

  .project-counter .total {
      color: #4a506b; 
  }
  .arrow {
      position: relative;
      width: 65px; 
      height: 1px;
      background-color: #fff; 
      display: inline-block;
      transition: all 0.3s ease;
  }

  .arrow::after {
      content: '';
      position: absolute;
      right: 0;
      top: -2.5px; 
      width: 6px;
      height: 6px;
      border-top: 1.2px solid #ffffff;
      border-right: 1.2px solid #ffffff;
      transform: rotate(45deg);
      transition: all 0.3s ease;
  }

  .project-link:hover .arrow {
      width: 75px; 
      background-color: #ffffff;
  }
  .project-link:hover .arrow::after {
      border-color: #ffffff;
  }
































        #scroll-driver {
          position: relative;
          height: 160vh;
        }

        #hero {
          position: sticky;
          top: 0;
          width: 100%;
          height: 100vh;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          background: #ffffff;
          overflow: hidden;
        }

        #hero-bg {
          position: absolute;
          inset: 0;
          background: url("../images/homeherobanner.webp") center/cover no-repeat;
          opacity: 0;
          transition: opacity 1.4s ease;
          z-index: 0;
        }

        /* .header-brand {
          position: absolute;
          top: 40px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: flex;
          align-items: center;
          gap: 6px;
          font-family: Inter Regular;
          font-weight: 500;
          font-size: 1.5rem;
          text-transform: lowercase;
          color: #fff;
          cursor: pointer;
          opacity: 0;
          transition: opacity 0.8s ease;
        } */

        .logo-text span {
          display: inline-block;
          overflow: hidden;
          max-width: 30px;
          font-size: 40px;
          opacity: 1;
          transition:
            max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.3s ease;
        }
        .header-brand:hover .logo-text span {
          max-width: 0;
          opacity: 0;
        }

        .hero-text {
          position: relative;
          z-index: 2;
          text-align: center;
          padding: 0 20px;
          transition: opacity 0.4s ease;
        }

        .line-static,
        .we-do-static {
          font-family: Aeroport Bold;
          font-size: clamp(2rem, 5vw, 4rem);
          font-weight: 500;
          color: #111;letter-spacing:-1px;
          transition: color 1s ease;
          line-height: 1.2;
        }

        .line-dynamic-row {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 0.35em;
          margin-top: 0.1em;
        }

        .dynamic-word-wrap {
          display: inline-flex;
          align-items: center;
          height: 1.2em;
          position: relative;
        }

        .dynamic-word {
          font-family: Aeroport Bold;
          font-size: clamp(2rem, 5vw, 4rem);
          font-weight: 500;
          color: #d83020;
          display: block;
          transition: color 1s ease;
          line-height: 1.2;
        }

        #hero.image-phase #hero-bg         { opacity: 1; }
        #hero.image-phase .header-brand    { opacity: 1; }
        #hero.image-phase .line-static,
        #hero.image-phase .we-do-static,
        #hero.image-phase .dynamic-word    { color: var(--white); }
        #hero.image-phase .scroll-hint     { opacity: 1; }

        .dynamic-word.exit  { animation: wordExit 0.5s forwards; }
        .dynamic-word.enter { animation: wordEnter 0.55s forwards; }
        @keyframes wordExit {
          0%   { transform: translateY(0);     opacity: 1; filter: blur(0px); }
          100% { transform: translateY(-110%); opacity: 0; filter: blur(8px); }
        }
        @keyframes wordEnter {
          0%   { transform: translateY(110%);  opacity: 0; filter: blur(8px); }
          100% { transform: translateY(0);     opacity: 1; filter: blur(0px); }
        }

        .scroll-hint {
          position: absolute;
          bottom: 2rem;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          opacity: 0;
          transition: opacity 1s ease;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 6px;
          color: rgba(255,255,255,0.7);
          font-size: 0.75rem;
          letter-spacing: 0.12em;
          text-transform: uppercase;
          font-family: Aeroport Bold;
        }
        .scroll-hint::after {
          content: "";
          display: block;
          width: 1px;
          height: 40px;
          background: rgba(255,255,255,0.5);
          animation: scrollLine 1.6s ease-in-out infinite;
        }
        @keyframes scrollLine {
          0%   { transform: scaleY(0); transform-origin: top;    opacity: 1; }
          50%  { transform: scaleY(1); transform-origin: top;    opacity: 1; }
          51%  { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
          100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
        }

        #video-container {
          position: absolute;
          bottom: 90px;
          left: 50%;
          transform: translateX(-50%);
          width: 260px;
          height: 54px;
          border-radius: 16px;
          /* overflow: hidden; */
          z-index: 5;
          opacity: 1;
          pointer-events: none;
          will-change: width, height, border-radius, bottom, opacity;
          border-radius: 30px !important;
            /* transition: width 0.6s ease, height 0.6s ease, border-radius 0.6s ease, bottom 0.6s ease; */
              transition: width 0.12s linear, height 0.12s linear, border-radius 0.12s linear, bottom 0.12s linear;

    /* will-change: width, height, transform; */
        }
        #hero.image-phase #video-container {
          opacity: 1;
          pointer-events: auto;
          transition: opacity 0.8s ease 0.3s;
          border-radius: 30px !important;
        }
        #video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          border-radius: 30px !important;
        }

        #hero.video-fullscreen .scroll-hint { opacity: 0 !important; }
        #hero.video-fullscreen .hero-text   { opacity: 0; pointer-events: none; }
        #hero.video-fullscreen .header-brand { opacity: 0; }
        #mute-btn {
          position: absolute;
          bottom: 20px;
          right: 20px;
          z-index: 20;
          width: 42px;
          height: 42px;
          border-radius: 50%;
          border: 1.5px solid rgba(255,255,255,0.5);
          background: rgba(0,0,0,0.35);
          backdrop-filter: blur(8px);
          color: #fff;
          font-size: 1.1rem;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          opacity: 0;
          transition: opacity 0.4s ease, background 0.2s ease;
          pointer-events: none;
        }
        #hero.video-fullscreen #mute-btn {
          opacity: 1;
          pointer-events: auto;
        }
        #mute-btn:hover {
          background: rgba(0,0,0,0.6);
        }

        #below-content {
          background: #0f0f0f;
          color: #fff;
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: Aeroport Bold;
          font-size: 1.4rem;
          letter-spacing: 0.05em;
        }




















































              #sidebar{
                  overflow-y: scroll !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
                  position:fixed;
                  top:0;
                  left:0;
                  width:var(--sidebar-width);
                  height:100%;
                  background:#fdfdfb;
                  z-index:1001;
                  transform:translateX(-105%);
                  transition:
          transform .55s cubic-bezier(.22,1.25,.36,1);
                  padding:40px 60px;
                  display:flex;
                  flex-direction:column;
                  color:#111;
                 
              }

        #sidebar.active{
          transform:translateX(0);
      animation:sidebarBounce .55s cubic-bezier(.22,1.25,.36,1);
  }
#sidebar::-webkit-scrollbar {
    width: 0;
    display: none;
}

              /* =========================
                  TEXT HOVER ANIMATION
              ========================== */

              .menu-anim{
                  display:flex;
                  align-items:center;
                  gap:15px;
                  cursor:pointer;
                  width:fit-content;
              }

              .menu-text-wrapper{
                  position:relative;
                  height:20px;
                  overflow:hidden;
              }

  .text-slide{
  position:relative;
  height:18px;
  }

  .text-slide span{
  display:block;
  font-size:18px;
  line-height:18px;
  letter-spacing:0px;
  font-weight:500;
  font-family:Inter Regular;
  transition:
    transform .45s cubic-bezier(.76,0,.24,1),
    opacity .45s ease,
    filter .45s ease;
  }

              /* TOP TEXT */
              .text-slide span:first-child{
                  transform:translateY(0%);
                  opacity:1;
                  filter:blur(0px);
              }

              /* BOTTOM TEXT */
              .text-slide span:last-child{
                  position:absolute;
                  left:0;
                  top:100%;
                  transform:translateY(40%);
                  opacity:0;
                  color:#fff;
                  filter:blur(8px);
              }
              .menu-text-wrapper  .text-slide span:last-child{
                  color:#e8432d;
              }
              .menu-anim:hover .text-slide span:first-child{
                  transform:translateY(-140%);
                  opacity:0;
                  filter:blur(8px);
              }

              .menu-anim:hover .text-slide span:last-child{
                  transform:translateY(-100%);
                  opacity:1;
                  filter:blur(0px);
              }


              .dot-grid{
                  display:grid;
                  grid-template-columns:repeat(2,4px);
                  gap:20px;
                  transition:transform .4s ease;
              }

              .dot-grid span{
                  width:4px;
                  height:4px;
                  border-radius:50%;
                  background:#fff;
              }

              .menu-anim:hover .dot-grid{
                  transform:rotate(30deg);
              }
  #openMenu{
      position:fixed;
      top:30px;
      left:30px;
      z-index:999999;

      mix-blend-mode:normal;
  }

  #sidebar{
      z-index:9999999;
  }

  #overlay{
      z-index:999999;
  }

  .sidebar-nav{
  flex-grow:1;
  margin-top:60px;
  }

  .nav-link-main{
  font-family:Inter Regular;
  font-size:32px;line-height:32px;text-decoration:none;
  color:#000;
  display:block;
  margin-bottom:40px;
  opacity:0;
  transform:translateY(30px);
  transition:0.5s ease;
  }

  #sidebar.active .nav-link-main{
  opacity:1;
  transform:translateY(0);
  }

  .services-section{
  margin-top:0px;
  }

  .services-title{
  font-family:Inter Regular;line-height:32px;font-size:32px;
  margin-bottom:40px;
  opacity:0;
  transform:translateY(30px);
  transition:0.5s ease;
  }

              .service-item{
                  display:flex;
                  align-items:center;
                  gap:12px;
                  text-decoration:none;
                  color:#000;
                  font-size:16px;line-height:16px;
                  margin-bottom:40px;
                  opacity:0;
                  transform:translateY(20px);
                  transition:0.5s ease;
                  font-family:Inter Regular;
              }

              .service-item span{
                  color:#e8432d;
              }

              #sidebar.active .nav-link-main:nth-child(1){
                  transition-delay:.2s;
              }

              #sidebar.active .nav-link-main:nth-child(2){
                  transition-delay:.3s;
              }

              #sidebar.active .services-title{
                  transition-delay:.4s;
                  opacity:1;
                  transform:translateY(0);
              }

              #sidebar.active .service-item{
                  opacity:1;
                  transform:translateY(0);
              }

              #sidebar.active .service-item:nth-child(2){
                  transition-delay:.45s;
              }

              #sidebar.active .service-item:nth-child(3){
                  transition-delay:.52s;
              }

              #sidebar.active .service-item:nth-child(4){
                  transition-delay:.58s;
              }
  .sidebar-footer{opacity:0;}
  .sidebar-footer p.sidebaraddress{margin: 0px;}
  .sidebar-footer p a{color: rgb(95, 94, 94);text-decoration: none;}
  .sidebar-footer p{line-height: 22px;font-size:16px;
  color:rgba(95, 94, 94, 1);
  margin-top:auto;
  transition:.5s ease .6s;
  font-family:Inter Regular;

  }

  #sidebar.active .sidebar-footer{
  opacity:1;
  }


  #wrapper {
      position: relative;
      width: 100%;
      height: auto;          
      min-height: 100vh;     
      /* transition: transform .55s cubic-bezier(.22,1.25,.36,1); */
      z-index: 1;
      transition: .3s ease-in-out;
      /* will-change: transform; */
  }
  #wrapper.pushed {
    width: calc(100% - 430px);
    margin-left: 430px;
  }
              .hero-section{
                  width:100%;
                  height:100%;
                  background:
                  linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),
                  url('https://images.unsplash.com/photo-1635070041078-e363dbe005cb?auto=format&fit=crop&q=80&w=2000');

                  background-size:cover;
                  background-position:center;
                  display:flex;
                  flex-direction:column;
                  justify-content:space-between;
                  padding:40px 60px;
              }

              .hero-nav{
                  display:flex;
                  justify-content:space-between;
                  align-items:center;
                  z-index:10;
              }

              .logo{
                  font-family:Inter Regular;
                  font-size:28px;
                  letter-spacing:.2em;
                  font-weight:300;
              }

              .book-call{
                  text-decoration:none;
                  color:#fff;
                  border:1px solid rgba(255,255,255,.3);
                  padding:10px 24px;
                  border-radius:30px;
                  font-size:13px;
                  backdrop-filter:blur(10px);
                  transition:.3s;
              }

              .book-call:hover{
                  background:#fff;
                  color:#000;
              }

              .hero-title{
                  font-family: Aeroport Bold;
                  font-size:42px;
                  line-height: 48px;
                  margin-bottom:40px;
                  text-transform: uppercase;
                  color:#fff;
              }

              #overlay{
                  position:fixed;
                  inset:0;
                  background:rgba(0,0,0,0);
                  z-index:999;
                  display:none;
              }

              #overlay.active{
                  display:block;
              }


              @media(max-width:768px){

                  :root{
                      --sidebar-width:85vw;
                  }

                  .hero-section{
                      padding:30px 25px;
                  }

                  .hero-title{
                      font-size:50px;
                  }

                  #wrapper.pushed{
                      transform:translateX(18%);
                  }

                  #sidebar{
                      padding:30px;
                  }

                  .nav-link-main{
                      font-size:34px;
                  }
              }
  @keyframes sidebarBounce{

      0%{
          transform:translateX(-105%);
      }

      70%{
          transform:translateX(2%);
      }

      100%{
          transform:translateX(0%);
      }
  }



















  #hero.image-phase .hero-text,
  #hero.image-phase .hero-text *,
  #hero.image-phase .header-brand,
  #hero.image-phase .header-brand *{
      color: #fff !important;
  }


























  .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.2);
      opacity: 1;
      margin: 0 6px !important;
      transition: all 0.4s ease;
      border-radius: 50%;
      backdrop-filter: blur(10px);
  }

  .swiper-pagination-bullet-active {
      background: #ff2d2d;
      transform: scale(1.3);
      box-shadow: 
          0 0 10px rgba(255, 45, 45, 0.6),
          0 0 25px rgba(255, 45, 45, 0.4);
  }
  .swiper-pagination{
      bottom: -150px !important;
  }
  /* .testimonialssection{background:#050505;padding-top: 80px;} */
  #testimonialWrapper{background:#050505;padding-top: 80px;}
  .testimonialssection .homesectionheading h6{color:#fff;}
  #testimonial-section {padding-top: 100px;padding-bottom: 100px;position: relative; height: 100vh;width: 100vw;display: flex;align-items: center;justify-content: center;overflow: hidden;background-color: #050505;}
  .testimonial-container {position: relative;z-index: 20;width: 100%;max-width: 1200px;padding: 0 5%;pointer-events: none;}
  .bg-logo-layers {position: absolute;top: 0; left: 0;width: 100%; height: 100%;z-index: 1;}
  .logo-lines-dim {position: absolute;width: 100%; height: 100%;opacity: 0.15;stroke: #444;}
  .logo-lines-glow {position: absolute;width: 100%; height: 100%; stroke: #ff2d2d;filter: drop-shadow(0 0 15px #ff2d2d); -webkit-mask-image: radial-gradient(
  circle 350px at var(--mouse-x, 50%) var(--mouse-y, 50%),
  black 0%, transparent 70%);
  mask-image: radial-gradient(
  circle 350px at var(--mouse-x, 50%) var(--mouse-y, 50%),
  black 0%, transparent 70%);}
  .s-path {fill: none;stroke-width: 1.5;stroke-linecap: round;stroke-linejoin: round;}
  .quote-text{font-size: 48px;font-family: Inter Light;font-weight: 500;line-height: 54px;text-align: left;margin: 0 auto;max-width: 80%;letter-spacing: -2px;color: #5d5d5d;}
  .word-wrapper {display: inline-block;overflow: hidden;vertical-align: top;margin-right: 0px;}
  .word {display: inline-block;opacity: 0;transform: translateX(-70px) skewX(8deg);filter: blur(10px);font-family: Inter Light;transition:
  transform 1s cubic-bezier(0.16, 1, 0.3, 1),
  opacity 0.8s ease,
  filter 0.8s ease;}
  .swiper-slide-active .word {opacity: 1;transform: translateX(0) skewX(0deg);filter: blur(0);}
  .highlight {color: #ffffff !important;font-weight: 500;text-shadow: 0 0 20px rgba(255,255,255,0.2);}
  #custom-cursor {position: fixed;top: 0; left: 0;pointer-events: none;z-index: 10000;opacity: 0;display: flex;align-items: center;background: rgba(57, 57, 57, 0.3);backdrop-filter: blur(22px);-webkit-backdrop-filter: blur(22px); border: 1px solid rgb(49, 49, 49);
  border-radius: 100px;padding: 12px 20px 12px 12px;
  box-shadow:
  0 0 10px rgba(255, 45, 45, 0.12),
  0 0 30px rgba(255, 45, 45, 0.08),
  0 0 60px rgba(255, 45, 45, 0.05),
  0 15px 40px rgba(0,0,0,0.45);
  transform: translate(-50%, -50%) scale(0.8);transition:opacity 0.7s ease,
  transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
  box-shadow 0.4s ease;}
  .cursor-active {opacity: 1 !important;transform: translate(-50%, -50%) scale(1) !important;
  }
  .timer-wrapper {position: relative;width: 92px;height: 92px;margin-right: 15px;flex-shrink: 0;}
  .img-loader-svg {position: absolute;top: 0; left: 0;width: 100%; height: 100%;transform: rotate(-90deg);z-index: 2;}
  .img-loader-track {fill: none;stroke: rgba(255,255,255,0.06);stroke-width: 2.5;}
  .img-loader-arc {fill: none;stroke: rgba(255, 255, 255, 0.6);stroke-width: 2.5;stroke-linecap: round;stroke-dasharray: 144.5;stroke-dashoffset: 144.5;transition: stroke-dashoffset 0.3s ease;}
  .img-spin-arc {fill: none;stroke: rgba(255, 255, 255, 0.22);stroke-width: 2.5; stroke-linecap: round;stroke-dasharray: 36 108.5;stroke-dashoffset: 0;animation: spinArc 0.9s linear infinite;}

  @keyframes spinArc {
  to { stroke-dashoffset: -144.5; }
  }


  .timer-svg {position: absolute;top: 0; left: 0;width: 100%; height: 100%;transform: rotate(-90deg);z-index: 3;}
  .timer-circle-bg {fill: none;stroke: rgba(255,255,255,0.04);stroke-width: 2;}
  .timer-circle-progress {fill: none;stroke: #ff2d2d;stroke-width: 2.5;stroke-linecap: round;
  stroke-dasharray: 144.5;stroke-dashoffset: 144.5;transition: stroke-dashoffset 0.1s linear;}
  .cursor-avatar {position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);width: 77px;height: 77px;border-radius: 50%;object-fit: cover;z-index: 4;opacity: 0;transition: opacity 0.4s ease;}
  .cursor-avatar.loaded {opacity: 1;}
  .timer-wrapper.img-ready .img-spin-arc {animation: none;opacity: 0;}
  .timer-wrapper.img-ready .img-loader-arc {stroke-dashoffset: 144.5;stroke: transparent;transition: stroke-dashoffset 0.2s ease, stroke 0.2s ease;}
  .cursor-info h4 {font-size: 17px;line-height: 17px;font-family: Inter Regular;color: #fff;font-weight: 500;white-space: nowrap;margin: 0px 0px 5px 0px;}
  .cursor-info p {font-size: 15px;line-height: 15px;font-family: Inter Regular;color: #fff;font-weight: 500;white-space: nowrap;margin: 0px;text-transform: capitalize;letter-spacing: 0px;}
  .mobile-author {display: none;flex-direction: column;align-items: center;margin-top: 2.5rem;}
  .mobile-author img {width: 56px;height: 56px;border-radius: 50%;margin-bottom: 0.75rem;border: 1px solid rgba(255,255,255,0.2);object-fit: cover;}
  .mobile-author .author-name {color: white;font-weight: 500;font-size: 0.875rem;}
  .mobile-author .author-role {color: #6b7280;font-size: 0.75rem;text-transform: uppercase;letter-spacing: 0.1em;margin-top: 2px;}

  @media (max-width: 991px) {
  #custom-cursor { display: none !important; }
  .logo-lines-glow { -webkit-mask-image: none; mask-image: none; opacity: 0.3; }
  #testimonial-section { cursor: default; }
  .quote-text { font-size: 1.4rem; padding: 0 10px; }
  .mobile-author { display: flex !important; }
  }




















  @media (max-width: 992px) {
  .footerherotext h1 {
  font-size: 60px;
  }

  .footer-bottom {
  text-align: center;
  }

  .footer-bottom .row > div {
  margin-bottom: 40px;
  }

  .logo {
  font-size: 48px;
  }
  }

  @media (max-width: 576px) {
  .footerherotext {
  margin-top: 40px;
  }

  .footerherotext h1 {
  font-size: 38px;
  }

  .bookacalllink {
  font-size: 16px;
  }

  .footerlistlinks a,
  .footerlistservices a {
  font-size: 16px;
  }

  .logo {
  font-size: 42px;
  }
  }







  @media screen and (min-width:240px) and (max-width:768px){
  .projectmainlrpadding{padding-left:0px;padding-right:0px;}	
  .newslistingsection{width:100%;padding-top:20px;}	
  .newslistingwrapper h4{font-size: 22px;line-height: 30px;}
  .newslistingwrapper{margin: 30px 0px;}

      .site-header {
          padding: 15px;
      }

      .logo-text span {
          font-size: 18px;
      }

      .header-bookcall {
          font-size: 14px;
          gap: 6px;
      }

      .header-bookcall img {
          width: 18px;
      }

      .menu-text-wrapper {
          display: none;
      }

      .header-brand .logo-icon img {
          width: 32px;
      }
        .line-static,
      .we-do-static,
      .dynamic-word {
          font-size: 42px;
          line-height: 1.05;
      }

      .line-dynamic-row {
          flex-direction: column;
          gap: 0;
      }

      #video-container {
          width: 180px;
          height: 44px;
          bottom: 40px;
      }
    .service-content {
      margin-left: 0;
      margin-top: 20px;
    }
    .about__title{
      font-size: 30px;
      line-height: 38px;
    }
    .about__body{
      font-size: 20px;
      line-height: 28px;
      width: 100%;
    }
    .scroll-trap {
    padding-top: 0px;
  }
  .service-content{
    text-align: start;
  }
  .project-title{
    font-size: 1rem;
  }
    
  }	
  .service-img-wrap {
    position: relative;
  }

  .video-audio-btn {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.55);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
  }

  .video-audio-btn:hover {
    background: rgba(0, 0, 0, 0.8);
  }


  #testimonial-section {
    position: relative;
    z-index: 1;
  }
  /* GSAP pin wrapper fix */
  .gsap-marker-start,
  .gsap-marker-end { display: none; }

  [data-scrolltrigger-pin],
  .gsap-pin-spacer {
    background: transparent !important;
  }
  #openMenu.menu-anim .dot-grid.mx-3{margin-left:0px !important;}
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px 30px 60px;
    opacity: 0;
    pointer-events: none;
    transition: 
          transform 0.5s ease,
          background 0.4s ease,
          color 0.4s ease;
  }
  .site-header.compact {
    padding: 20px 80px;
  }
  .site-header.is-hidden {
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
  }

  .site-header.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* WHITE MODE */
  .site-header{
      color: #fff;
  }

  .site-header .menu-anim span,
  .site-header .header-bookcall,
  .site-header .logo-text span{
      color: #fff;
  }

  /* BLACK MODE */
  .site-header.dark-mode .menu-anim span,
  .site-header.dark-mode .header-bookcall,
  .site-header.dark-mode .logo-text span{
      color: #111 !important;
  }

  .site-header.dark-mode .dot-grid span{
      background: #111 !important;
  }

  .site-header .dot-grid span{
      background: #fff;
  }

  #openMenu {
    position: static !important;
    top: unset !important;
    left: unset !important;
    z-index: unset !important;
  }

  .header-brand {
    position: static !important;
    transform: none !important;
    left: unset !important;
    top: unset !important;
        display: flex;
      color: #fff;
      align-items: center;
  }

  .header-bookcall {
  color: #fff;
  text-decoration: none;letter-spacing:0px;
  font-size: 18px;font-weight:500;
  font-family: Inter Medium;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transition: .3s;
  opacity: 1;
  pointer-events: none;
  }

  #hero.image-phase .header-bookcall {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.8s ease 0.3s;
  }

  .header-bookcall:hover {
    color: #ff6b2b;
  }
  .hero-brand{
      transition: all 0.5s ease;
      opacity: 1;
      transform: translateY(0);
  }

  #hero.image-phase .hero-brand{
      opacity: 0;
      visibility: hidden;
      transform: translateY(-30px);
      pointer-events: none;
  }
  .site-header.dark-mode .dot-grid img {
    filter: invert(1);
  }
  .sticky-about-label {
    position: sticky;
    top: 70px;      
    z-index: 100;
    pointer-events: none;
    padding: 40px 100px; 
  }
  .section-with-sticky {
    position: relative;
    
  }

  /* Sticky label */
  .sticky-section-label {
    position: sticky;
    top: 75px; 
    z-index: 100;
    pointer-events: none;
    padding: 40px 100px;
  }
  .section-fade {
    opacity: 0.25;
    transform: scale(0.98);
    transition: all 0.6s ease;
  }

  .section-fade.active {
    opacity: 1;
    transform: scale(1);
  }
  .sticky-about-label,
  .sticky-section-label {
    position: sticky;
    top: 60px;
    z-index: 50;
    pointer-events: none;
  }
  #testimonialsLabel h6{
    color: #fff !important;
  }
  .awsmd-reveal {
    opacity: 1;
    transform: translateY(160px);
    transition: all 1.2s ease-out;
  }

  .awsmd-reveal.show {
    opacity: 1;
    transform: translateY(0);
  }


  .portfolio-canvas {
              position: relative;
              min-height: 100vh;
              width: 100%;
              padding: 80px 0;
              display: flex;
              align-items: center;
              justify-content: center;
          }

          /* Central Section Structure */
          .canvas-container {
              position: relative;
              width: 100%;
              max-width: 1200px;
              height: 600px; /* Locked height to orchestrate absolute positioning precisely */
          }

      
          /* --- Individual Project Cards Architecture --- */
          .premium-card {
              position: absolute;
              border-radius: 16px;
              overflow: hidden;
              /* box-shadow: var(--shadow-premium); */
              transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
              /* background: #fff; */
          }
          .premium-card img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              display: block;
          }
          .premium-card:hover {
              transform: translateY(-8px) scale(1.02);
              box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.06);
          }

          /* Center Showcase (VR Hero Banner) */
          .card-center-hero {
              width: 70%;
              /* height: 320px; */
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              z-index: 3;
              border-radius: 12px;
          }
          /* Override hover behavior on center hero slightly to match showcase importance */
            .card-center-hero:hover {
                transform: translate(-50%, -55%) scale(1.01);
            }

          /* Top Left Card (Niva UI) */
          .card-top-left {
              width: 228px;
              /* height: 228px; */
              left: -5%;
              top: -16%;
              z-index: 4;
              border-radius: 20px;
              padding: 4px;
          }

          /* Bottom Left Card (Da rk UI Panel Fragment) */
          .card-bottom-left {
              width:180px;
              /* height: 228px; */
              left: -13%;
              bottom: 5%;
              z-index: 2;
              border-radius: 16px 16px 0 0;
          }

          /* Bottom Right Card (Crypto/Finance App) */
          .card-bottom-right {
              width: 228px;
              /* height: 228px; */
              right: 3%;
              bottom: 0%;
              z-index: 5;
              border-radius: 20px;
          }

          /* Top Right Card (E-Commerce Web Fragment) */
          .card-top-right {
              width: 180px;
              /* height: 228px; */
              right: -13%;
              top: -20%;
              z-index: 1;
              border-radius: 24px 0 0 24px;
          }

          /* Responsive Breakpoints fallback */
          @media (max-width: 991px) {
              .canvas-container {
                  height: auto;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  gap: 24px;
                  padding: 0 20px;
              }
              .premium-card {
                  position: relative !important;
                  left: auto !important;
                  top: auto !important;
                  right: auto !important;
                  bottom: auto !important;
                  transform: none !important;
                  width: 100% !important;
                  max-width: 450px;
                  height: auto !important;
                  border-radius: 16px !important;
              }
              .card-center-hero {
                  order: 1;
              }
              .section-header {
                  position: relative;
                  left: 0;
                  margin-bottom: 2rem;
                  text-align: center;
                  width: 100%;
              }
          }

          /* --- Entrance Animation Configuration States --- */

  /* 1. Initial State (Hidden & Offset) */
  .animated-canvas .premium-card {
      opacity: 0;
      transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease;
  }

  /* Card Specific Offsets before scroll enters */
  .animated-canvas .card-top-left {
      transform: translateY(-100px); /* Animate down from top */
  }
  .animated-canvas .card-top-right {
      transform: translateY(-100px); /* Animate down from top */
  }
  .animated-canvas .card-center-hero {
      transform: translate(-50%, -50%) scale(0.7); /* Pop/Zoom out from center position */
  }
  .animated-canvas .card-bottom-left {
      transform: translateX(-80px); /* Slide in from left */
  }
  .animated-canvas .card-bottom-right {
      transform: translateY(80px); /* Slide up from bottom */
  }

  /* 2. Active State (Triggered on Scroll) */
  .animated-canvas.active .premium-card {
      opacity: 1;
  }
  .animated-canvas.active .card-top-left,
  .animated-canvas.active .card-top-right {
      transform: translateY(0); /* Return to exact absolute positions */
  }
  .animated-canvas.active .card-bottom-left {
      transform: translateX(0);
  }
  .animated-canvas.active .card-bottom-right {
      transform: translateY(0);
  }
  /* Keeps the explicit translate(-50%, -50%) intact so center alignment does not break */
  .animated-canvas.active .card-center-hero {
      transform: translate(-50%, -50%) scale(1);
  }

  /* 3. Delayed Staggering effect for premium feel */
  .animated-canvas.active .card-center-hero { transition-delay: 0.1s; }
  .animated-canvas.active .card-top-left    { transition-delay: 0.3s; }
  .animated-canvas.active .card-top-right   { transition-delay: 0.4s; }
  .animated-canvas.active .card-bottom-left { transition-delay: 0.5s; }
  .animated-canvas.active .card-bottom-right{ transition-delay: 0.6s; }









  .sticky-about-label.active h6,
  .sticky-section-label.active h6 {
    color: #000;
    font-size: 22px;
    animation: stickyBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .sticky-about-label.active h6 span,
  .sticky-section-label.active h6 span {
    color: rgba(190, 30, 45, 1);
  }

  @keyframes stickyBounce {
    0%   { transform: scale(0.7) translateY(-8px); opacity: 0; }
    60%  { transform: scale(1.08) translateY(2px); opacity: 1; }
    80%  { transform: scale(0.96); }
    100% { transform: scale(1) translateY(0); }
  }
  #floating-section-label {
    position: fixed;
    top: 80px;
    left: 80px;
    z-index: 999999;
    pointer-events: none;
    overflow: hidden;
    height: 28px;
  }

  #floating-section-label .label-inner {
    font-size: 22px;
    line-height: 28px;
    font-family: Inter Medium;
    font-weight: 500;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 1);
    display: block;
    transform: translateY(0);
  }

  #floating-section-label .label-inner span {
    color: rgba(190, 30, 45, 1);
  }

  #floating-section-label .label-inner.flip-out {
    animation: slotOut 0.35s cubic-bezier(0.55, 0, 1, 0.45) forwards;
  }

  #floating-section-label .label-inner.flip-in {
    animation: slotIn 0.4s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }

  @keyframes slotOut {
    0%   { transform: translateY(0);     opacity: 1; }
    100% { transform: translateY(-105%); opacity: 0; }
  }

  @keyframes slotIn {
    0%   { transform: translateY(105%);  opacity: 0; }
    100% { transform: translateY(0);     opacity: 1; }
  }

  #floating-section-label {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }

  #floating-section-label.label-visible {
    opacity: 1;
    visibility: visible;
  }










    .swaam-hero {
        position: relative;
        width: 100%;
        height: 150vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 6rem 0 1rem 0;
        background-image: url('../images/about-logo.webp'); 
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 1;
      }
      .swaam-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(0,0,0,0) 30%, rgba(0,0,0,0.85) 100%);
        z-index: 2;
        pointer-events: none;
      }
      .arc-viewport {
        position: relative;
        width: 100%;
        height: 400px;
        margin: auto 0;
        z-index: 10;
        top: 170px;
        perspective: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .arc-container {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
      }
      .arc-card {
        position: absolute;
        width: 260px;  
        height: 350px; 
        top: 50%;
        left: 50%;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.08); 
        transform-origin: center center;
        backface-visibility: hidden;
        will-change: transform, opacity;
      }
      .arc-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .hero-footer {
        position: relative;
        z-index: 20;
        max-width: 800px;
        width: 100%;
        margin-top: auto;
        top: 240px;
      }
  
      .hero-desc {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        max-width: 650px;
        margin: 0 auto;
        font-family: Inter Regular;
      }
      /* STATS SECTION */

      .about-main-section{
        background: #000;
      }
  .stats-section {
    margin-top: 140px;
    width: 70%;
  }

  .stat-number {
      font-size: 52px;
      line-height: 1.1;
      margin-bottom: 0.5rem;
      font-family: Inter Bold;
    background: linear-gradient(
          to bottom,
          #3a3a3a 0%,
          #777777 50%,
          #ffffff 100%
      );

      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
  }

  .stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    font-family: Inter Medium;
  }


















  /* ── TEAM SECTION ── */
  .team-section {
    background: #000;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .team-heading {
    font-family: Aeroport Bold;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .team-heading span {
    color: #c10f2f;
  }

  .team-subheading {
    color: #fff;
    font-family:Inter Regular;
    font-size: 16px;
    line-height: 22px;
  }

  .team-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }

  .team-card img {
    width: 100%;
    height: 400px;
    object-position: top;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease;
  }


  .team-card:hover img {
    transform: scale(1.03);
  }

  .team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 14px 14px 14px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    border-radius: 0 0 16px 16px;
    text-align: left;
  }

  .team-info h5 {
    color: #fff;
    font-family: Inter Medium;
    font-size: 18px;
    margin: 0 0 2px;
    line-height: 24px;
  }

  .team-info span {
    color: #fff;
    font-family: Inter Medium;
    font-size: 16px;
  }
  .team-section .col-6 {
    perspective: 1000px;
  }

  .team-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .team-card img {
    width: 100%;
    height: 400px;
    object-fit: cover; 
    object-position: top;
    display: block;
    border-radius: 16px;
    transform: translateZ(20px); 
  }

  .team-card:hover img {
    transform: translateZ(30px); 
    transition: transform 0.3s ease;
  }
  .team-card img {
    transform: none; /* ← translateZ(20px) hata do */
    transition: none;
  }

  .team-card:hover img {
    transform: none; /* ← translateZ(30px) hata do */
  }

  .team-info {
    transform: none; /* ← translateZ(40px) hata do */
  }
  .team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 14px 14px 14px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    border-radius: 0 0 16px 16px;
    text-align: left;
    transform: translateZ(40px); 
  }

  /* ── PRINCIPLES SECTION ── */
  .principles-section {
    background: #fff;
    color: #fff;
    padding: 0px 40px 20px 40px;
  }

  .principles-title span {
    color: #c10f2f;
  }

  .principles-stack-container {
    display: flex;
    flex-direction: column;
    gap: 0px; 
    padding-bottom: 100px;
    padding: 0px 60px;
  }

  .principle-item {
    position: sticky;
    border-radius: 24px;
    min-height: 270px;
    padding: 40px;
    transform-origin: center top;
    background: #fff;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    will-change: transform;
  }



  .principle-item:nth-child(1) { top: 100px; z-index: 1; }
  .principle-item:nth-child(2) { top: 130px; z-index: 2; }
  .principle-item:nth-child(3) { top: 160px; z-index: 3; }
  .principle-item:nth-child(4) { top: 190px; z-index: 4; }
  .principle-item:nth-child(5) { top: 220px; z-index: 5; }
  .principle-number {
    font-family: Aeroport Bold;
    font-size: 120px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.05); 
    font-weight: 500;
  }

  .principle-category {
    color: #c10f2f;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: Inter Regular;
  }

  .principle-heading {
    font-family: Aeroport Bold;
    font-size: 32px;
    margin-bottom: 15px;
  }

  .principle-desc {
    color: #aaa;
    font-size: 16px;
    line-height: 1.6;
  }
  .principles-section {
    background: #fff;}

  .principles-label {
    font-family: Inter Regular;
    font-size: 16px;
    color: #c10f2f;
    letter-spacing: 2px;
    text-transform: lowercase;
  }

  .principles-title {
    font-family: Aeroport Bold;
    font-size:42px;
    line-height: 48px;
    color: #000;
    letter-spacing: -0.5px;
  }

  .principles-title span {
    color: #c10f2f;
  }

  .principles-desc {
    color: #000;
    font-family:Inter Regular;
    font-size: 16px;
    line-height: 22px;
  }

  .principle-item {
    border-top: 1px solid rgba(0,0,0,0.08);
  }

  /* .principle-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.08);
  } */

  /* Big number — left half */
  .principle-number {
    font-family: Inter Bold;
    font-size: 182px;
    color: #ececec;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -3px;
  }

  .principle-category {
    font-family: Inter Regular;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: 1px;
  }

  .principle-heading {
    font-family: Aeroport Bold;
    font-size:42px;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .principle-desc {
    font-family: Inter Regular;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin: 0;
  }







      .scene {
        width: 100%;
        height: 100vh; /* Added height to better showcase the floating images */
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        background: #fff;
        padding: 40px 0;
      }

      .services-list {
        list-style: none;
        text-align: center;
        position: relative;
        z-index: 0;
        padding: 0;
        margin: 0;
      }

      .service-item-new {
        font-size: 36px;
        font-weight: 500;
        color: #B3B1B2;
        
        cursor: pointer;
        padding: 2px 0;
        font-family: Aeroport Bold;
        transition: color 0.35s ease, filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
        user-select: none;
      }

      /* Blur all items when the list is hovered */
      .services-list.has-hover .service-item-new {
        filter: blur(1px);
        opacity: 0.4;
      }

      .services-list.has-hover .service-item-new.active {
        filter: blur(0px);
        opacity: 1;
        color: #e8001c;
        transform: scale(1.04);
      }

      .float-img {
        position: absolute;
        width: 250px;
        height: 260px;
        object-fit: cover;
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        z-index: 999999999999;
        transition: opacity 0.4s ease;
        box-shadow: 0 4px 20px rgba(0,0,0,0.18);
      }

      .float-img.visible { 
        opacity: 1; 
      }


      .team-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    flex-wrap: wrap;
  }

  .team-flex > div {
    flex: 1 1 18%;
    max-width: 18%;
  }

  /* responsive (safe fallback) */
  @media (max-width: 992px) {
    .team-flex > div {
      flex: 1 1 45%;
      max-width: 45%;
    }
  }

  @media (max-width: 576px) {
    .team-flex > div {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }

















      .tcc-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 24px;
      }

      .tcc-hero-wrapper {
        text-align: center;
        padding: 130px 0 0px 0px;
        overflow: hidden;
        position: relative;
      }

      .tcc-header-block h1 {
        font-family: Aeroport Bold;
        font-size: 68px;
        font-weight: 500;
        line-height: 72px;
        margin-bottom: 12px;
        color: #000000;
      }

      .tcc-header-block p {
        font-family: Inter Regular;
        font-size: 22px;
        line-height: 28px;
        color: #000;
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 500;
      }

      .tcc-header-block span {
        font-family: Inter Regular;
        font-size: 18px;
        color: #000;
        display: block;
        margin: 0 auto 80px auto;
        line-height: 24px;
        font-weight: 500;  
      }

      .tcc-marquee-theater {
        position: relative;
        width: 100%;
        height: 380px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
      }

      .tcc-marquee-viewport {
        position: absolute;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 1;      
        opacity: 0.45;   
        user-select: none;
      }

      .tcc-marquee-ribbon {
        display: flex;
        white-space: nowrap;
        animation: tccInfiniteScroll 30s linear infinite; 
      }

      .tcc-brand-node {
        margin: 0 60px; 
        display: flex;
        align-items: center;
      }

      .tcc-brand-node img {
        height: 24px;
        width: auto;
        object-fit: contain;
      }

      .tcc-image-hub {
        position: relative;
        z-index: 10;    
      }

      .tcc-display-img-wrapper {overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
        width: 55%;
        max-width: 100%;
        border-radius: 20px;/*box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);*/
        overflow: hidden;
      }

      .tcc-display-img {
        width: 100%;/*height: 320px;object-fit: cover;*/
        display: block;
      }
/*
      .tcc-mask-edge-left {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 150px;   
        left: -150px;
        z-index: 5;     
        pointer-events: none;
        background: linear-gradient(to left, #ffffff 10%, transparent 100%);
      }

      .tcc-mask-edge-right {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 150px;   
        right: -150px;
        z-index: 5;     
        pointer-events: none;
        background: linear-gradient(to right, #ffffff 10%, transparent 100%);
      }
*/
      .tcc-intro-block {
        margin: 0 auto 50px auto;
        text-align: left;
      }

      .tcc-intro-block p {
        font-family: Inter Regular;
        font-size: 32px;
        font-weight: 500;
        line-height: 38px;
        color: #000;
        margin-bottom: 16px;
      }
      .tcc-desc-block p {
        font-family: Inter Regular;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #000;
        text-align: start;
        margin-bottom: 50px;
      }

      .tcc-intro-block-highlight {
        color: #CE5662;
      }

  

      .tcc-section-title {
        font-family: Aeroport Bold;
        font-size: 22px;
        font-weight: 500;
        text-transform: capitalize;
        color: #000;
        text-align: left;
        margin-bottom: 20px;
        padding-bottom: 10px;
      }

      .tcc-accordion {
        margin-bottom: 70px;
      }

      .tcc-accordion-item {
        border-bottom: 1px solid #eeeeee;
        text-align: left;
      }

      .tcc-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 0;
        cursor: pointer;
        user-select: none;
      }

      .tcc-accordion-header h3 {
        font-family: Inter Regular;
        font-size: 32px;
        line-height: 38px;
        font-weight: 500;
        margin: 0;
        color: #000;
      }

      .tcc-accordion-icon {
        width: 20px;
        height: 20px;
        border: 1.5px solid #e05353;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #e05353;
        font-family: Inter Regular;
        font-size: 1.1rem;
        font-weight: 700; /* Bold icon character */
        line-height: 1;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-sizing: border-box;
        padding-bottom: 2px; 
      }

      .tcc-accordion-item.active .tcc-accordion-icon {
        transform: rotate(0deg);
      }

      .tcc-accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
      }

      .tcc-accordion-content p {
        font-family: Inter Regular;
        padding-bottom: 24px;
        margin: 0;
        font-size: 16px;
        color: #000;
        line-height:22px;
      }

      .tcc-portfolio {
        margin-top: 40px;
      }

      .tcc-portfolio-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 24px;
      }

      .tcc-portfolio-card {
        text-align: left;
      }

      .tcc-portfolio-img-wrapper {
        border-radius: 12px;
        overflow: hidden;
        background-color: #f5f5f5;
        margin-bottom: 12px;
      }

      .tcc-portfolio-card img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        display: block;
      }

      .tcc-portfolio-meta {
        font-family: Inter Medium;
        font-size: 15px;
        color: #787878;
        text-transform: capitalize;
        margin-bottom: 4px;
        letter-spacing: 0.02em;
      }

      .tcc-portfolio-title {
        font-family: Aeroport Bold;
        font-size: 22px;
        font-weight: 500;
        color: #000;
        margin: 0;
      }
      .service-detail-wrapper{
        padding: 20px 100px;
      }
      @keyframes tccInfiniteScroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }

      /* Responsive adjustments */
      @media (max-width: 768px) {
        .tcc-portfolio-grid {
          grid-template-columns: 1fr;
          gap: 32px;
        }
        .tcc-intro-block h2 {
          font-size: 1.5rem;
        }
      }



.porfolio-section{
  background: url('../images/portfolio-bg.webp') no-repeat center center/cover;
   min-height: 100vh;
    display: flex;
     align-items: center;
      justify-content: center;
       position: relative;
        color: #fff;
         padding-top: 80px;
          padding-bottom: 60px;
}
.portfolio-heading {
  font-family: Aeroport Bold;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 24px;
}

.portfolio-description {
  font-family: Inter Regular;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  margin: 0 auto 30px auto;
}

.portfolio-tags {
  font-family: Inter Regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color:#fff;
}

.tag-dot {
  margin: 0 8px;
  color:#fff;
}

.portfolio-bottom-bar {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.portfolio-bottom-bar h4{
  font-family: Aeroport Bold;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.portfolio-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 100px; 
  border: 1px solid #FFFFFF14;
  padding: 18px 32px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-family: Inter Regular;
  font-weight: 500;
  font-size: 26px;
  background: 0000004D;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  margin: 0 auto;
}



.portfolio-pill-btn .btn-arrow {
  transition: transform 0.3s ease;
}

.portfolio-pill-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.portfolio-complete-list {
  font-family: Aeroport Bold;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.portfolio-complete-list:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .portfolio-heading {
    font-size: 1.8rem;
  }
  .portfolio-description {
    font-size: 0.9rem;
  }
  .portfolio-bottom-bar {
    bottom: 25px;
  }
  .portfolio-pill-btn {
    padding: 8px 24px;
    gap: 20px;
    font-size: 0.95rem;
  }
}
.portfolio-content-wrapper {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.portfolio-list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.list-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transform: translateY(30px);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.list-item-link {
  font-family: Aeroport Bold;
  font-weight: 500;
  font-size: 48px;
  line-height: 54px;
  color: #B3B1B2;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.list-container:hover .list-item-link {
  opacity: 0.2; 
}

.list-container .list-item-link:hover {
  opacity: 1 !important; 
  transform: scale(1.03);
}
.portfolio-toggle-action {
  background: none;
  border: none;
  outline: none;
  font-family: Aeroport Bold;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease, color 0.3s ease;
  position: absolute;
  right:70px;
}

.portfolio-toggle-action:hover {
  opacity: 1;
}

.porfolio-section.list-active .portfolio-content-wrapper {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
}

.porfolio-section.list-active .portfolio-list-overlay {
  opacity: 1;
  pointer-events: auto;
}

.porfolio-section.list-active .list-container {
  transform: translateY(0);
}

.porfolio-section.list-active #portfolioPillBtn {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-15px);
}

#portfolioPillBtn {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (max-width: 768px) {
  .list-item-link {
    font-size: 1.8rem;
    gap: 10px;
  }
}
.porfolio-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background 0.6s ease, backdrop-filter 0.6s ease, -webkit-backdrop-filter 0.6s ease;
  z-index: 0;
  pointer-events: none;
}

.porfolio-section.list-active::before {
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}












.project-manifesto-content{
  margin-bottom: 60px;
}

.project-manifesto-content h2{
  font-family: Aeroport Bold;
  font-size: 42px;
  color: #000;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.project-manifesto-content p{
  font-family: Inter Regular;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.project-manifesto-content ul li{
  font-family: Inter Regular;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.portfolio-detail-text:first-child {
  margin-top: 80px !important;
}
.portfolio-detail-text {
  font-family: Inter Regular;
  margin-top: 20px ;
  font-size: 16px;
  line-height: 26px;
  color: #000 ;
  font-weight:500;
  margin-bottom: 25px;
}

.portfolio-highlight-red {
  font-family: Inter Regular;
  font-size: 26px;
  line-height: 34px;
  color: #BE1E2D;
  font-weight: 500;
}

.portfolio-meta-subheading {
  font-family: Inter Bold;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 12px;
}


.portfolio-adj-img {
  object-fit: cover;
  height: auto;
  max-height: 520px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
  transition: transform 0.4s ease;
}



.portfolio-adj-caption span {
  font-family: Aeroport Bold;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}

.tcc-portfolio-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.tcc-portfolio-card-link:hover {
  color: inherit;
}


/* blog css */
.blog-heading h2{ 
  font-family: Aeroport Bold;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 70px;
  color: #000000;
}
.blog-badge{
  color: #fff;
  background: #000;
  font-family: Inter Medium;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 4px 12px;
  border-radius: 100px;
}
.blog-wrapper-main small{
  font-family: Inter Light;
  font-size: 14px;
  line-height: 20px;
  color: #000;

}
.blog-wrapper-main small:first-of-type {
    margin-left: 20px;
}
.blog-badge-wrapper{
  margin-bottom: 40px;
}
.blog-wrapper-main h3{
  font-family: Aeroport Bold;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.blog-wrapper-main p{
  font-family: Inter Regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;  
}
.blog-content{
  margin-bottom: 100px;
}
.blog-footer small{
margin: 0px !important;
color: #999999;
}
.blog-footer a{
  text-decoration: none;
  color:#BE1E2D;
  font-size: 16px;
  font-family: Inter Regular;
  line-height: 22px;
}
.read-article-link {
    display: inline-flex;
      font-family: Inter Regular;
    align-items: center;
    gap: 15px; 
    text-decoration: none;
    color: #BE1E2D; 
    font-weight: 500;
    transition: gap 0.3s ease;
}

.read-article-link .long-arrow {
    position: relative;
    width: 60px; 
    height: 1px;
    background-color: currentColor;
    display: inline-block;
    transition: width 0.3s ease;
}

.read-article-link .long-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.read-article-link:hover {
    gap: 20px; 
    color: #b31924;
}
.bg-grey{
  background: #fafafa;
  border-radius: 12px;  
  margin-bottom: 80px;
}
.blog-wrapper-main{
  padding: 16px;
}
.tracking-wider{
  font-family: Inter Medium;
  font-size: 16px;
  line-height: 22px;
  color: #858585;
  text-transform: uppercase;
}
.blog-card{
  border: none;
  margin-bottom: 20px;
}
.blog-card-title{
  font-family: Aeroport Bold;
  color: #000;
  font-size: 20px;
  line-height: 26px;  
  margin-bottom: 16px;
}
.blog-card-text{
  color:#888888;
  font-family: Inter Regular;
  font-size: 14px;
  line-height: 20px;
}

.blog-card .blog-badge-wrapper{
  margin-bottom: 20px ;
}









.article-meta-wrapper{
  margin-bottom: 20px;
}
.article-main-title{
  font-family: Aeroport Bold;
  font-size: 54px;
  line-height: 64px;
  color: #000;
  margin-bottom: 20px;
}
.author-info{
  font-family: Inter Medium;
  font-size: 15px;
  line-height: 22px;
  color:#000;
}
.author-company{
  font-family: Inter Regular;
  font-size: 15px;
  line-height: 22px;
  color:#949494;
  margin-left: 6px;
}
.read-time{
  color: #BBBBBB;
  font-family: Inter Regular;
  font-size: 16px;
  line-height: 22px;
  margin-left: 20px;  
}
.article-body-content{
  padding: 0px 50px;
}
.article-body-content p {
    font-size: 20px;
    line-height: 32px;
    color: #444444;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: Inter Regular;
}

.insight-callout-quote {
    border-left: 3px solid #BE1E2D; 
}
.insight-callout-quote p{
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    font-family: Aeroport Bold;
}
.article-footer-cta{
  padding: 0px 50px !important;
}
.article-footer-cta p{
    font-size: 15px;
    line-height: 22px;
    color: #BBBBBB;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: Inter Regular; 
}


.contact-hero {
    background: #0e0e0e;
    background-image: url('../images/homeherobanner.webp');
    background-size: cover;
    background-position: center;

    min-height: 500px; /* apni requirement ke mutabiq */
    
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center */
    flex-direction: column;

    text-align: center;
    padding: 24px;
}

.contact-hero h1 {
    font-family: Aeroport Bold;
    font-size: 52px;
    line-height: 68px;
    color: #fff;
}













.contact-card-section {
  padding: 60px 0 0px 0px;
  position: relative;
  z-index: 10;
  margin-top: -80px; 
}

.contact-card-wrapper {
  background: #ffffff;
  border-radius: 32px;
  padding: 60px 60px 0px 60px;
  /* box-shadow: 0 20px 80px rgba(0, 0, 0, 0.05); */
  color: #111111;
  position: relative;
  z-index: 10;
  top: -150px;

}
.office-location {
  display: flex;
  flex-direction: column;
}
.office-location

.location-tag {
  font-size: 16px;
  font-weight: 500;
  font-family: Inter Medium;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}

.weather-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.weather-icon {
  font-size: 16px;
}

.weather-text {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  font-family: Inter Medium;
  line-height: 22px;
}

.local-time {
  font-family: Inter Light;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 24px;
  color: #0000004F;
}

.office-details p {
  margin-bottom: 6px;
  font-family: Inter Regular;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.office-details p a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.office-details p a:hover {
  color: #555555;
}

.map-container {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #eeeeee;
}

.contact-form-container {
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  .contact-form-container {
    padding-left: 0;
  }
}

.form-group-custom {
  position: relative;
  margin-bottom: 20px;
}

.form-group-custom input,
.form-group-custom textarea {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #111111;
  transition: border-color 0.3s ease;
  font-family: Inter Regular;
}


.form-group-custom textarea {
  resize: none;
}

.form-group-custom label {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 15px;
   color: #000000A6;
  pointer-events: none;
  transition: all 0.3s ease;
    font-size: 14px;
  font-family: Inter Regular;
}

/* Floating Animation Mechanism */
.form-group-custom input:focus ~ label,
.form-group-custom input:not(:placeholder-shown) ~ label,
.form-group-custom textarea:focus ~ label,
.form-group-custom textarea:not(:placeholder-shown) ~ label {
  top: -16px;
  font-size: 12px;
  color: #111111;
  font-weight: 500;
}

.form-group-custom input:focus,
.form-group-custom textarea:focus {
  border-bottom: 1px solid #111111;
}


.btn-submit-custom {
  background: #000;
  font-family: Inter Medium;
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}

.btn-submit-custom:hover {
  background: #222222;
}

.btn-submit-custom:active {
  transform: scale(0.98);
}



.sticky-about-label {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sticky-about-label.label-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}













@media (min-width: 992px) and (max-width: 1200px) {

  .portfolio-heading {
    font-size: 42px;
  }

  .project-manifesto-content h2 {
    font-size: 26px;
  }

  .project-manifesto-content p,
  .project-manifesto-content ul li {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  .portfolio-heading {
    font-size: 34px;
  }

  .project-manifesto-content h2 {
    font-size: 24px;
  }

  .project-manifesto-content p,
  .project-manifesto-content ul li {
    font-size: 16px;
  }

  .portfolio-bottom-bar h4 {
    font-size: 13px;
  }

  .portfolio-detail-imgs img {
    width: 100%;
  }

  /* still allow 2 column but tighter */
  .portfolio-detail-block {
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
.contact-card-wrapper{
  padding: 60px 0px 60px 0px;
  top: 0px;
}
  .portfolio-heading {
    font-size: 28px;
  }

  .project-manifesto-content h2 {
    font-size: 22px;
  }

  .project-manifesto-content p,
  .project-manifesto-content ul li {
    font-size: 15px;
  }

  .projectmainlrpadding .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-6 {
    margin-left: 0 !important;
  }

  .portfolio-detail-imgs img {
    width: 100%;
  }
  .portfolio-pill-btn{
    margin: 0;
  }
  .service-detail-wrapper{
    padding: 0px 20px 0px 20px;
  }
   .tcc-header-block h1{
    font-size: 54px;
  line-height: 64px;
  }
  .tcc-header-block p{
    font-size: 20px;
    line-height: 28px;
  }
   .tcc-marquee-theater{
    margin: 0px;
  }
}
@media (min-width: 240px) and (max-width: 575px) {
.contact-card-wrapper{
  padding: 60px 30px 60px 36px;
  background: transparent;
  top: 0px;
}
  /* HERO */
  .portfolio-heading {
    font-size: 22px;
    line-height: 30px;
    padding: 0 10px;
  }

  .portfolio-content-wrapper {
    padding: 40px 15px;
  }

  .portfolio-bottom-bar h4 {
    font-size: 12px;
    text-align: center;
  }

  /* MANIFESTO SECTION */
  .project-manifesto-content h2 {
    font-size: 20px;
  }

  .project-manifesto-content p,
  .project-manifesto-content ul li {
    font-size: 14px;
    line-height: 22px;
  }

  /* STACK ALL COLUMNS */
  .projectmainlrpadding .col-md-6,
  .projectmainlrpadding .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-6 {
    margin-left: 0 !important;
  }

  /* IMAGES */
  .portfolio-detail-imgs img {
    width: 100%;
    height: auto;
  }

  /* NEXT PREV */
  .portfolio-next-prev-section .col-md-6 {
    margin-bottom: 20px;
    text-align: center;
  }
 .portfolio-pill-btn{
    margin: 0;
  }
  .service-detail-wrapper{
    padding: 0px 20px 0px 20px;
  }
  .tcc-header-block h1{
    font-size: 54px;
  line-height: 64px;
  }
    .tcc-header-block p{
    font-size: 20px;
    line-height: 28px;
  }
  .tcc-header-block span{
    font-size: 16px;
    line-height: 22px;
  }
  .tcc-marquee-theater{
    margin: 0px;
  }
}


.portfolio-adj-img,
.portfolio-adj-caption {
  transition: opacity 0.4s ease;
}

.portfolio-adj-card.fading .portfolio-adj-img,
.portfolio-adj-card.fading .portfolio-adj-caption {
  opacity: 0;
}
.slide-wrap {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  height: 480px; 
}
.slide-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0; left: 0;
  transition: transform 0.5s cubic-bezier(.77,0,.18,1), opacity 0.5s ease;
}
.slide-wrap img.current       { transform: translateX(0);     opacity: 1; }
.slide-wrap img.enter-from-right { transform: translateX(100%);  opacity: 0; }
.slide-wrap img.enter-from-left  { transform: translateX(-100%); opacity: 0; }
.slide-wrap img.exit-to-left     { transform: translateX(-100%); opacity: 0; }
.slide-wrap img.exit-to-right    { transform: translateX(100%);  opacity: 0; }



