  @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

    @font-face {
      font-family: 'neu_roman';
      src: url('../fonts/neu_roman.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
    }


    body {
      font-family: 'neu_roman', sans-serif;
      --fonts-fam : 'neu_roman', sans-serif;
      --fonts-jak:'Plus Jakarta Sans', sans-serif;
      --primary-color:#05AA9D;
      --secondary-color:#EEF1F1;
      --secondary-color1:#A0A0A0;
      --secondary-color2:#000000;
      --disabled-color:#A0A0A0;
      --text1:#F7F6F2;
      --text2:#818181;
      --text3:#000000;
      --text4:#2A2A2A;
      --text5:#FFFFFF;
      --text6:#DCDCDC;
      --text7:#393939;
      --text8 : #667085;
      --text9:#2F2F2F;
      --text10:#6C6A6A;
      --text11:#667085;
      --text12:#6A6A6A;
      --text13:#18181B;
      --text14:#616161;
      --border-color:#A8A8A8;
      --border-color2:#BDBDBD;
      --border-color3:#C0FFFA;
      --bg-color:#F7F6F2;
    }

    @media (min-width: 1300px)
    {
      .container{
        max-width: 1400px !important;
        max-width: 96% !important;
      }
    }

    @media (min-width: 1200px)
    {
      .container{
        max-width: 1280px !important;
        max-width: 96% !important;
      }
    }

    @media only screen and (min-width: 1020px) and (max-width: 1199px)
    {
      .container{
        max-width: 1080px !important;
        max-width: 96% !important;
      }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px)
    {
      .container{
        max-width: 960px !important;
        max-width: 96% !important;
      }
    }
   /* header {
      padding: 20px 0;
    }*/

    .navbar{
      height: 74px;
      border-bottom: 1px solid #E4E4E7;
      margin-bottom: 15px;
    }
    .navbar-brand {
      font-weight: bold;
      color: #00a2c6;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
}

    .navbar-brand img{
      max-width: 200px;
      width: 100%;
    }
    .navbar-brand img {
        width: 70%;
    }

    /*.li.nav-item{
      background: var(--Neutrals-grey-00, #FFFFFF);
    }*/
    a.nav-link{
      font-family: var(--fonts-fam);
      font-weight: 400;
      text-align: center;
      font-size: 16px;
      line-height: 1.5;
      text-align: center;
      color: #52525B;
    }

    .hero {
      background: url('../bnner.jpg') center/cover no-repeat;
      color: #fff;
      padding: 150px 0;
      position: relative;
      text-align: left;
    }
    .hero::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.5);
    }
    .hero .container {
      position: relative;
      z-index: 1;
    }
    .stat-block {
      background: #f5f5f5;
      padding: 40px 0;
      text-align: center;
    }
    .project-card img {
      border-radius: 8px;
      height: 200px;
      object-fit: cover;
    }
    .testimonial-card {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      height: 100%;
    }

        .hero-section {
      position: relative;
      background: url('../bnner.jpg') no-repeat center center;
      background-size: cover;
      height: 100vh;
      color: white;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.3); /* subtle dark overlay */
    }

    .logo-box {
      position: absolute;
      top: 30px;
      right: 50px;
      text-align: right;
    }

    .logo-box img {
      /*height: 60px;*/
      width: 250px;
    }

    .logo-box .brand-text {
      color: #00a8a3;
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1.2;
    }

    .btn-teal{
      background: var(--primary-color);
      border-radius: 100px;
      padding: 11px 16px !important;
      width: 125px;
     
    }
    .btn-teal:hover{
      background: var(--secondary-color2);
      color: black;
    }

    .btn{
      border-radius: 100px;
      padding: 11px 16px !important;
      width: 125px;
       font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      font-family: var(--fonts-fam);
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-title {
      font-size: 3rem;
      font-weight: bold;
    }

    .hero-subtitle {
      font-size: 1rem;
      margin-bottom: 1rem;
    }

    .btn-outline-light {
      border: 1px solid #fff;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2rem;
      }
      .logo-box {
        right: 20px;
        top: 20px;
      }
    }

    .banner-box {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) -4.39%, rgba(0, 0, 0, 0.06) 60.24%, rgba(0, 0, 0, 0) 110.5%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) -29.57%, rgba(0, 0, 0, 0.06) 47.66%, rgba(0, 0, 0, 0.6) 108.44%),
      url('../bnner.jpg') center center/cover no-repeat;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      height: 450px;
      height: 90vh;
      /*height: 70vh;*/
      position: relative;
    }

    .banner-box::before {
     /* content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
      background: linear-gradient(to top right,
        rgba(0,0,0,0.6) 0%,
        rgba(0,0,0,0.5) 30%,
        rgba(0,0,0,0) 60%
    );
    background: 
  linear-gradient(0deg, rgba(0, 0, 0, 0.6) -4.39%, rgba(0, 0, 0, 0.06) 60.24%, rgba(0, 0, 0, 0) 110.5%),
  linear-gradient(270deg, rgba(0, 0, 0, 0) -29.57%, rgba(0, 0, 0, 0.06) 47.66%, rgba(0, 0, 0, 0.6) 108.44%);
      z-index: 1;*/
      content: "";
      position: absolute;
      inset: 0;
      /* background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
     background: 
        linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0) 70%),
        linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0) 100%);
        background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.6) -4.39%, rgba(0, 0, 0, 0.06) 60.24%, rgba(0, 0, 0, 0) 110.5%),
    linear-gradient(270deg, rgba(0, 0, 0, 0) -29.57%, rgba(0, 0, 0, 0.06) 47.66%, rgba(0, 0, 0, 0.6) 108.44%);
      z-index: 1;*/
    }



    .banner-content {
      position: relative;
      height: 100%;
      padding: 40px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .banner-content h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }

    .banner-logo {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 2;
      max-width: 290px;
    }

    .bp_t{
  font-size: 20px;
    font-family: var(--fonts-fam);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0px;
}
.bp_h{
  font-size: 56px !important;
  line-height: 0.9;
  font-weight: 600 !important;
  font-family: var(--fonts-fam);
  letter-spacing: 4px;
}

    @media (max-width: 768px) {
      .bp_h {
        font-size: 1.8rem !important;
      }

      .bp_t{
        font-size: 16px;
      }

      .banner-logo {
        max-width: 150px;
      }
      .navbar-brand img {
          max-width: 100px;
          width: 100%;
      }
    }

    @media (max-width: 430px) {
      .bp_h {
        font-size: 1.2rem !important;
        line-height: 20px;
        letter-spacing: 0.5px;
      }

      .bp_t{
        font-size: 12px;
      }

      .banner-logo {
        max-width: 150px;
      }
      .navbar-brand img {
          max-width: 100px;
          width: 100%;
      }
    }

     @media only screen and (min-width: 769px) and (max-width: 991px){
      .navbar-brand img {
          max-width: 130px;
          width: 100%;
      }
     }

    .clients-section {
  background-color: #f8f7f4;
}

.client-logo {
  max-width: 140px;
  max-height: 55px;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: 0.3s ease;
}

.client-logo:hover {
  opacity: 1;
  /*filter: grayscale(0%);*/
}

.client-swiper > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  padding: 0 20px;
}


/*.navbar .nav-item.border-start {
  border-left: 1px solid #D4D4D8;
  height: 50%;
}*/
.nav-divider {
  display: inline-block;
  width: 2px;
  height: 30px; 
  background-color: #D4D4D8; 
}

.nav-dividerc {
  display: inline-block;
  width: 1.5px;
  height: 45px; 
  background-color: var(--text7); 
  border: 1.5px solid var(--text7)
}



.mn_btn{
    background-color: #18181B !important;
    color: white;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--fonts-fam);
    align-items: center;
    text-align: center;
}

.nav-item{
    display: flex;
    align-items: center;
    padding: 20px 14px;
}



.cln_h{
  font-family: var(--fonts-fam);
  font-weight: 450;
  line-height: 1;
  font-size: 20px;
  color: var(--text8);
}

 /*.crane-hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 60px 40px;
    }

    .crane-heading {
      position: absolute;
      top: 40px;
      max-width: 50%;
    }

    .crane-heading h1 {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 16px;
    }

    .crane-heading .btn {
      background-color: #000000;      
      color: #F7F6F2;
      padding: 10px 20px;
      border: none;
      border-radius: 999px;
      text-decoration: none;
      display: inline-block;
      font-family: var(--fonts-fam);
      font-size: 16px;
      line-height: 22px;
      text-align: center;
    }

    .crane-center {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      max-width: 100%;
      width: 100%;
    }

    .crane-content-left,
    .crane-content-right {
      width: 25%;
      min-width: 200px;
      padding: 20px;
      color: #2a2a2a;
      font-size: 15px;
      line-height: 1.6;
      
    }

    .crane-content-left {
      text-align: left;
    }

    .crane-content-right {
      text-align: left;
    }

    .crane-content-left h4,
    .crane-content-right h4 {
      margin-bottom: 8px;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      font-family: var(--fonts-jak);
      font-weight: 600;            
      font-style: normal;          
      font-size: 20px;
      line-height: 32.53px;
      letter-spacing: 0px;
      text-transform: uppercase;
      text-decoration: underline;
      text-decoration-style: solid;
      text-decoration-thickness: 1px;    
      text-underline-offset: 3px;        
      color: var(--text4);
    }

    .crane-content-left p,
    .crane-content-right p {
      font-family: var(--fonts-fam);
      font-size: 20px;
      line-height: 1.2;
      font-weight: 400;
      color: var(--text8);
    }

    .crane-image {
      width: 50%;
      max-width: 600px;
      text-align: center;
    }

    .crane-image img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    @media (max-width: 992px) {
      .crane-heading {
        position: static;
        margin-bottom: 30px;
        max-width: 100%;
      }

      .crane-hero {
        flex-direction: column;
        padding: 20px;
      }

      .crane-center {
        flex-direction: column;
      }

      .crane-content-left,
      .crane-content-right {
        width: 100%;
        text-align: center;
      }

      .crane-image {
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
      }
    }

  .crn_h{
    font-family: var(--fonts-fam);
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
  }*/



        .crane-hero {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 60px 40px;
            background: #f8f9fa;
        }

        .crane-heading {
            position: absolute;
            top: 40px;
            left: 40px;
            max-width: 50%;
            z-index: 10;
        }

        .crane-heading h1 {
            font-family: var(--fonts-fam);
            font-size: 40px;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 24px;
            color: #333;
        }

        .crane-heading .btn {
            background-color: #000000;
            color: #F7F6F2;
            padding: 12px 24px;
            border: none;
            border-radius: 50px;
            text-decoration: none;
            display: inline-block;
            font-family: var(--fonts-fam);
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .crane-heading .btn:hover {
            transform: translateY(-2px);
            color: #F7F6F2;
            text-decoration: none;
        }

        .crane-center {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            max-width: 100%;
            width: 100%;
            position: relative;
        }

        .crane-content-left,
        .crane-content-right {
            width: 25%;
            min-width: 200px;
            padding: 20px;
            color: #2a2a2a;
            font-size: 15px;
            line-height: 1.6;
        }

        .crane-content-leftn{
            /*width: 25%;
            min-width: 200px;*/
            padding: 20px;
            color: #2a2a2a;
            font-size: 15px;
            line-height: 1.6;
        }

        .crane-content-left {
            text-align: left;
        }

        .crane-content-right {
            text-align: left;
        }

        .crane-content-left h4,
        .crane-content-right h4 {
            margin-bottom: 16px;
            font-family: var(--fonts-jak);
            font-weight: 600;
            font-size: 20px;
            line-height: 32px;
            text-transform: uppercase;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 3px;
            color: var(--text4);
        }

        .crane-content-left p,
        .crane-content-right p {
            font-family: var(--fonts-fam);
            font-size: 18px;
            line-height: 1.4;
            font-weight: 400;
            color: var(--text8);
        }

        .crane-content-leftn h4 {
            margin-bottom: 16px;
            font-family: var(--fonts-jak);
            font-weight: 600;
            font-size: 20px;
            line-height: 32px;
            text-transform: uppercase;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 3px;
            color: var(--text4);
        }

        .crane-content-leftn p {
            font-family: var(--fonts-fam);
            font-size: 18px;
            line-height: 1.4;
            font-weight: 400;
            color: var(--text8);
        }

        .crane-image {
            width: 60%;
            max-width: 700px;
            text-align: center;
            position: relative;
            margin: 150px 0px auto;
        }

        .crane-image img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        /* Callout Numbers */
        .callout {
            position: absolute;
            width: 50px;
            height: 50px;
            background: #20B2AA;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 24px;
            opacity: 0;
            transform: scale(0);
            transition: all 0.3s ease;
            z-index: 5;
        }

        .callout.active {
            opacity: 1;
            transform: scale(1);
        }

        /* Callout positions matching your original design */
        .callout-1 {
            top: 25%;
            left: 8%;
        }

        .callout-2 {
            top: 50%;
            left: 38%;
        }

        .callout-3 {
            top: 20%;
            right: 5%;
        }

        .callout-4 {
            bottom: 20%;
            left: 38%;
        }

        /* Info boxes positioning and styling */
        .info-box {
            position: absolute;
            background: rgba(255, 255, 255, 0.98);
            padding: 16px 20px;
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
            max-width: 320px;
            min-width: 280px;
            opacity: 0;
            transform: translateY(20px) scale(0.9);
            pointer-events: none;
            z-index: 10;
            border-left: 4px solid #20B2AA;
            backdrop-filter: blur(10px);
        }

        .info-box.show {
            opacity: 1;
            transform: translateY(0) scale(1);
            pointer-events: auto;
        }

        .info-box h5 {
            margin-bottom: 12px;
            color: #333;
            font-weight: 700;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .info-box p {
            margin: 0;
            color: #555;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
        }

        /* Desktop positioning */
        .info-1 {
            top: 25%;
            left: 15%;
        }

        .info-2 {
            top: 60%;
            left: 40%;
        }

        .info-3 {
             top: 30%;
            right: 7%;
        }

        .info-4 {
            bottom: 30%;
            left: 40%;
        }

        /* Remove progress indicator styles */
        @media only screen and (min-width: 768px) and (max-width: 990px)
        {
            .crane-heading h1{
                font-size: 20px;
                margin-bottom: 15px;
            }
            .crane-content-left h4, .crane-content-right h4{
                font-size: 15px;
            }
            .crane-content-left p, .crane-content-right p{
                font-size: 13px;
            }
            .crane-content-leftn h4{
                font-size: 15px;
            }
            .crane-content-leftn p{
                font-size: 13px;
            }
            .info-box h5{
                font-size: 13px;
            }
            .info-box p{
                font-size: 11px;
            }
            .info-box{
                max-width: 250px;
                min-width: 200px;
            }
            .callout{
                font-size: 15px;
                width: 30px;
                height: 30px;
            }
            .crane-image {
                margin: 0 auto;
            }
        }

        .mobile-right.card,
        .mobile-right.card
        {
            height: 100%;
        }

        .mb_h{
                font-size: 15px;
                font-weight: 600;
        }
        .mb_p
        {
                font-size: 13px;
                text-align: justify;
        }

        /* Responsive */
        /* Mobile-specific styles */
        @media only screen  and (max-width: 439px) {
            .crane-heading .btn{
                padding: 10px 20px;
                font-size: 12px;
            }
            .crane-hero {
                flex-direction: column;
                padding: 20px;
                height: auto;
                min-height: 100vh;
            }

            .crane-heading {
                position: relative;
                top: auto;
                left: auto;
                max-width: 100%;
                text-align: center;
                margin-bottom: 0px;
                padding: 5px 0;
            }

            .crane-heading h1 {
                font-size: 15px;
                margin-bottom: 15px;
            }

            .crane-center {
                flex-direction: column;
                width: 100%;
            }

            .crane-content-left,
            .crane-content-right {
                width: 100%;
                text-align: center;
                padding: 10px;
                /* Resetting from your original mobile code */
                opacity: 0;
                transform: translateY(20px);
                display: none; /* Hide content blocks on mobile so they don't break the layout */
            }

            .crane-image {
                width: 100%; /* Adjusted for better mobile fit */
                max-width: 100%;
                margin: 0 auto; /* Centered */
                order: 1;
            }

            .callout {
                width: 30px;
                height: 30px;
                font-size: 18px;
            }

            /* Adjust callout and info box positions for mobile */
            .callout-1 { top: 10%; left: 5%; }
            .callout-2 { top: 50%; left: 30%; }
            .callout-3 { top: 20%; right: 5%; }
            .callout-4 { bottom: 10%; left: 38%; }

            .info-box {
                max-width: 250px;
                min-width: 200px;
            }

            .info-1 { top: 25%; left: 0%; }
            .info-2 { top: 65%; left: 0%; }
            .info-3 { top: 35%; right: 0%; }
            .info-4 { bottom: 25%; left: 5%; }

            /* New mobile-specific classes and overrides */
            .mobile-info-container {
                display: none; /* Hide this container on mobile */
            }

            .desktop-info {
                display: block !important; /* Force show the desktop info container */
            }
                .info-box {
                    max-width: 200px;
                    min-width: 200px;
                }
                .info-box h5{
                    font-size: 14px;
                }

                .info-box p{
                    font-size: 11px;
                }
        }
        @media only screen and (min-width: 440px) and (max-width: 579px) {
            .crane-hero {
                flex-direction: column;
                padding: 20px;
                height: auto;
                min-height: 100vh;
            }

            .crane-heading {
                position: relative;
                top: auto;
                left: auto;
                max-width: 100%;
                text-align: center;
                margin-bottom: 0px;
                padding: 5px 0;
            }

            .crane-heading h1 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .crane-center {
                flex-direction: column;
                width: 100%;
            }

            .crane-content-left,
            .crane-content-right {
                width: 100%;
                text-align: center;
                padding: 10px;
                /* Resetting from your original mobile code */
                opacity: 0;
                transform: translateY(20px);
                display: none; /* Hide content blocks on mobile so they don't break the layout */
            }

            .crane-image {
                width: 80%; /* Adjusted for better mobile fit */
                max-width: 100%;
                margin: 0 auto; /* Centered */
                order: 1;
            }

            .callout {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }

            /* Adjust callout and info box positions for mobile */
            .callout-1 { top: 10%; left: 5%; }
            .callout-2 { top: 50%; left: 30%; }
            .callout-3 { top: 20%; right: 5%; }
            .callout-4 { bottom: 10%; left: 38%; }

            .info-box {
                max-width: 250px;
                min-width: 200px;
            }

            .info-1 { top: 25%; left: 0%; }
            .info-2 { top: 35%; right: 0%; }
            .info-3 { top: 35%; right: 0%; }
            .info-4 { bottom: 25%; left: 5%; }

            /* New mobile-specific classes and overrides */
            .mobile-info-container {
                display: none; /* Hide this container on mobile */
            }

            .desktop-info {
                display: block !important; /* Force show the desktop info container */
            }
                .info-box {
                    max-width: 200px;
                    min-width: 200px;
                }
                .info-box h5{
                    font-size: 14px;
                }

                .info-box p{
                    font-size: 11px;
                }
        }
        @media only screen and (min-width: 580px) and (max-width: 767px) {
            .crane-hero {
                flex-direction: column;
                padding: 20px;
                height: auto;
                min-height: 100vh;
            }

            .crane-heading {
                position: relative;
                top: auto;
                left: auto;
                max-width: 100%;
                text-align: center;
                margin-bottom: 0px;
                padding: 5px 0;
            }

            .crane-heading h1 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .crane-center {
                flex-direction: column;
                width: 100%;
            }

            .crane-content-left,
            .crane-content-right {
                width: 100%;
                text-align: center;
                padding: 10px;
                /* Resetting from your original mobile code */
                opacity: 0;
                transform: translateY(20px);
                display: none; /* Hide content blocks on mobile so they don't break the layout */
            }

            .crane-image {
                width: 80%; /* Adjusted for better mobile fit */
                max-width: 100%;
                margin: 0 auto; /* Centered */
                order: 1;
            }

            .callout {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            /* Adjust callout and info box positions for mobile */
            .callout-1 { top: 10%; left: 5%; }
            .callout-2 { top: 50%; left: 30%; }
            .callout-3 { top: 20%; right: 5%; }
            .callout-4 { bottom: 10%; left: 38%; }

            .info-box {
                max-width: 250px;
                min-width: 200px;
            }

            .info-1 { top: 25%; left: 0%; }
            .info-2 { top: 35%; right: 0%; }
            .info-3 { top: 35%; right: 0%; }
            .info-4 { bottom: 25%; left: 5%; }

            /* New mobile-specific classes and overrides */
            .mobile-info-container {
                display: none; /* Hide this container on mobile */
            }

            .desktop-info {
                display: block !important; /* Force show the desktop info container */
            }
                .info-box {
                    max-width: 200px;
                    min-width: 200px;
                }
                .info-box h5{
                    font-size: 14px;
                }

                .info-box p{
                    font-size: 11px;
                }
        }


   .counter-section {
    background-color: var(--bg-color);
    padding: 60px 20px;
    font-family: var(--fonts-fam);
    padding-top: 30px;
    /*padding-right: 64px;*/
    padding-bottom: 30px;
    /*padding-left: 64px;*/
  }

  .container {
    max-width: 1400px;
    margin: auto;
  }

  .counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .counter-left {
    flex: 1;
    min-width: 250px;
  }

  .counter-heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: var(--fonts-fam);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--text3);
    letter-spacing: 0px;
  }

  .counter-items {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
  }

  .counter-item {
    text-align: center;
    min-width: 120px;
  }

  .counter-item h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    color: var(--text3);
    font-weight: 500;
    font-weight: 600;
    font-family: var(--fonts-fam);
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  .counter-item p {
    margin-top: 8px;
    font-size: 16px;
    color: var(--text7);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    font-family: var(--fonts-fam);
  }

  .divider {
    height: 45px;
    width: 1.5px;
    background-color: var(--text7);
  }
@media only screen and (min-width: 767px) and (max-width: 820px) 
  {
    .counter-wrapper{
      display: block;
    }
    .counter-left{
      width: 100%;
      text-align: center;
    }
    .counter-item {
      min-width: 100px;
    }
     .counter-items {
      gap: 5px;
     }
     .counter-item h2 {
      font-size:35px;
    }
    .counter-item p {
      font-size:18px;
    }
  }

  @media only screen and (min-width: 821px) and (max-width: 1090px) 
  {
    .counter-item {
      min-width: 100px;
    }
     .counter-items {
      gap: 5px;
     }
     .counter-item h2 {
      font-size:35px;
    }
    .counter-item p {
      font-size:18px;
    }
  }

  @media  only screen and  (max-width: 768px) {
    .counter-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }

    .counter-items {
      width: 100%;
      justify-content: space-between;
      gap: 20px;
    }

    .counter-item h2 {
      font-size: 32px;
    }

    .counter-item p {
      font-size: 15px;
    }

    .counter-item {
      flex: 1 1 25%;
    }
    .counter-left{
      width: 100%;
      text-align: center;
    }
  }

  @media only screen and (max-width: 500px)
  {
    .counter-item h2 {
      font-size: 22px;
    }

    .counter-item p {
      font-size: 12px;
    }

    .counter-item {
      flex: 1 1 20%;
    }
     .counter-items {
      width: 100%;
      justify-content: space-between;
      gap: 10px;
    }
  }
  @media only screen and (max-width: 460px)
  {
    .counter-item {
      min-width: 100px;
    }
     .counter-items {
      gap: 5px;
     }
  }

  .actions{
        display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
  }

  

  .swiper-button-disabled{
    color: var(--disabled-color);
  }

  .project-slider-section {
  padding: 80px 0;
  background: #fff;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
}

.featured-projects-swiper {
  position: relative;
}

.project-card {
  position: relative;
  border-radius: 16px;
  border-radius: 8px;
  overflow: hidden;
  /*height: 400px; 
  max-width: 280px; */
  height: 400px;
  height: 450px;
  width: 100%; 
  /*max-width: 320px; */
  max-width: none; 
}

.project-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card.swiper-slide
{
  padding: 0px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(180deg, rgba(130, 130, 130, 0.5) -85.05%, rgba(0, 0, 0, 0.5) 100%);
  backdrop-filter: blur(4.3px);
  backdrop-filter: blur(2.5px);
  width: 100%;
  color: #fff;
}

.card-overlay .badge {
  background: transparent;
  border: 1px solid var(--border-color);
  padding: 2px 12px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 10px;
  font-family: var(--fonts-fam);
  line-height: 1.2;
  letter-spacing: 0px;
}

.card-overlay h5{
  font-family: var(--fonts-fam);
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  letter-spacing: 0px;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #000;
}
.prjb{
  width: 158px;
  background-color: var(--text3);
}

.project-slider-section {
  position: relative;
  padding: 80px 0 50px;
  background: #fff;
}

.slider-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}



.slider-nav-buttons {
  position: absolute;
  top: 30px;
  right: 40px;
  display: flex;
  gap: 12px;
  z-index: 3;
}

.custom-nav {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

.custom-nav:hover {
  background: #f2f2f2;
}

.actions {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}
.swiper-nav {
    display: flex;
    gap: 10px;
}
.swiper-nav button {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: none;
      background: var(--secondary-color);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.cln_tl{
  color: var(--text9);
  font-family: var(--fonts-fam);
  font-size: 56px !important;
  line-height: 1.3 !important;
  letter-spacing: 0px;
  font-weight: 600 !important;
}


.clients-say-section {
    background-color: #fff; /* Assuming a white background for the section */
    padding-top: 80px; /* Adjust as needed */
    padding-bottom: 80px; /* Adjust as needed */
}

.section-title {
    color: var(--text9);
    font-family: var(--fonts-fam);
    font-size: 56px !important;
    line-height: 1.3 !important;
    letter-spacing: 0px;
    font-weight: 500 !important;
}

.proj_tl{
    font-family: var(--fonts-fam);
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 1.2 !important;
    letter-spacing: 0px;
    color: var(--secondary-color2);
  }

@media only screen and (max-width: 500px)
{
  .section-title{
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 767px)
{
  .section-title{
    font-size: 30px !important;
  }
}

.section-description {
    font-family: var(--fonts-fam);
    font-size: 24px;
    font-weight: 400;
    color: var(--text8);
    line-height: 1.2;
    margin-bottom: 4rem; 
    text-align: center; 
}

/* Testimonial Card */
.testimonial-card {
    border: 1px solid #e0e0e0; 
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; 
    padding: 26px 22px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.testimonial-card:first-child {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text5);
}

.testimonial-card:first-child .testimonial-text,
.testimonial-card:first-child .client-name {
    color: var(--text5);
}

.row.g-4 > div:nth-child(even) .testimonial-card {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text8);
}

/* Ensure text inside even cards is dark */
.row.g-4 > div:nth-child(even) .testimonial-text,
.row.g-4 > div:nth-child(even) .client-name {
    color: var(--text3);
}

.row.g-4 > div:nth-child(even) .card-line{
        border-bottom-color: var(--border-color2);
}

/* First card (teal) */
.row.g-4 > div:first-child .testimonial-card {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text5);
}

.row.g-4 > div:first-child .testimonial-text,
.row.g-4 > div:first-child .client-name {
    color: var(--text5);
}

.testimonial-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
}

.testimonial-card .card-body {
    /*padding: 2.5rem 1.8rem; */
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Pushes name to the bottom */
}

.testimonial-text {
  font-family: var(--fonts-fam);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-line {
    border-bottom: 1px solid var(--border-color3); 
    margin-bottom: 1rem; 
}

.testimonial-card:first-child .card-line {
    border-bottom-color: var(--border-color3); 
}

.client-name {
    font-family: var(--fonts-fam);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 500;
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .section-title,
    .section-description {
        text-align: left; /* Left align on larger screens */
    }

    .section-description {
        margin-left: 0;
        margin-right: 0;
    }
}

/*.footer-section {
  min-height: 600px;
  overflow: hidden;
}

.footer-section .crane-bg {
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}*/

 .footer-section {
      position: relative;
      overflow: hidden;
    }
    .footer-crane {
      position: absolute;
      top: 50%;
      left: 45%;
      transform: translate(-45%, -45%);
      z-index: 1;
    }
    .footer-crane img {
      max-height: 400px;
      filter: grayscale(100%);
    }
    .footer-content {
      z-index: 2;
      position: relative;
    }

    .footer-left{
      text-align: right;
    }

    @media (max-width: 768px) {
      .footer-crane {
        opacity: 0.2;
      }
      .footer-left,
      .footer-right {
        text-align: center !important;
      }
    }

    .footer-content .text-dark{
      font-family: var(--fonts-fam);
      font-weight: 400 !important;
      font-style: normal;
      font-size: 20px !important;        
      line-height: 40px !important;      
      letter-spacing: 0;
      text-decoration: underline;
      text-decoration-style: solid !important;
      text-decoration-thickness: 1px !important;  
      text-underline-offset: 3px; 
    }

    .ft_h{
      font-family: var(--fonts-fam);
      color: var(--text2);
      font-size: 80px;
      font-weight: 500 !important;
      line-height: 100%;
      font-style: normal;
      letter-spacing: 0px;
      vertical-align: middle;
      text-transform: uppercase;
    }
.ft_c{
  color: var(--text8) !important;
  font-family: var(--fonts-fam);
  font-weight: 400 !important;
  font-style: normal;                 
  font-size: 14px !important;                    
  line-height: 22px !important;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;     
  text-underline-offset: 2px;
}
.ft_c a{
  color: var(--text8) !important;
}

.ft_hde{
  color: var(--text3);
  font-family: var(--fonts-fam);
  font-weight: 500 !important;         
  font-style: normal;
  font-size: 14px !important;          
  line-height: 20px !important;        
  letter-spacing: 1px;       
  text-transform: uppercase;
}

.ft_p,
.ft_hd{
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 1px;
  color: var(--text11);
}

.ft_head{
  font-weight: 500;                   
  font-style: normal;
  font-size: 16px;                    
  line-height: 20px;                  
  letter-spacing: 0.42px;             
  text-transform: uppercase;
  color: var(--text3);
}

.footer-section{
  background-color: var(--bg-color);
}

@media only screen and (max-width: 767px)
{
  .cln_tl{
    font-weight: 600 !important;
  }

  .section-description{
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px)
{
  .cln_tl{
    font-weight: 600 !important;
  }

  .section-description{
    font-size: 15px;
  }
}
.footer-section{
  height: 95vh;
}

.gap-6{
  gap:5rem !important;
}


.footer-content_cn{
height: 65vh;
margin-bottom: 0px;
overflow: hidden;
}

.footer-right{
  padding-left: 3%;
}

  .footer-crane img {
    max-height: 85vh;
}
@media only screen and (min-width: 991px) and (max-width: 1199px)
{
.footer-left{
    text-align: left;
  }
  .ft_h{
    font-size: 58px;
    font-weight: 500px !important;
    letter-spacing: 1px;
    line-height: 60px;
  }

  .footer-crane img{
    max-height: 80vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px)
{
  .ft_h{
    font-size: 45px;
  }
  .footer-crane img{
    max-height: 60vh;
  }
  .footer-content_cn{
    height: 70vh;
  }
  .ft_hd{
    font-size: 12px !important;
  }

  .ft_hde{
    font-size: 11px !important;
  }

  .ft_c{
    font-size: 10px !important;
  }

  .ft_p{
    font-size: 12px !important;
  }
  .banner-content h1{
    font-size: 40px !important;
  }
}


@media only screen and (max-width: 767px)
{
  .gap-6 {
      gap: 3rem !important;
  }
  .footer-content .text-dark{
    font-size: 17px !important;
  }

  .ft_h{
    font-size: 60px;
  }

}

@media only screen and (max-width: 567px)
{
  .gap-6 {
      gap: 1rem !important;
  }
  .footer-content .text-dark{
    font-size: 15px !important;
  }

  .ft_h{
    font-size: 50px;
  }

  .footer-section{
    padding-bottom: 0px !important;
  }

  .footer-crane img {
    max-height: 350px !important;
  }

}

@media only screen and (max-width: 400px)
{
  .gap-6 {
      gap: 0.5rem !important;
  }
  .footer-content .text-dark{
    font-size: 14px !important;
  }

  .footer-section{
    padding-bottom: 0px !important;
  }

  .footer-crane img{
    max-height: 350px !important;
  }
}
 

@media only screen and (min-width: 1200px)
{
  .footer-left{
    text-align: left;
  }
  .ft_h{
    font-size: 72px;
    font-weight: 500px !important;
    letter-spacing: 1px;
    line-height: 80px;
  }


}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;       /* directly below navbar */
    right: 0;        /* align to the right below toggler */
    width: 250px;    /* fixed width (adjust as you like) */
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0 0 0.5rem 0.5rem; /* optional: rounded bottom */
    z-index: 1055;
  }

  .navbar-nav {
    flex-direction: column; /* stack items */
  }

  .navbar-collapse.show {
    display: block; /* make sure it's visible */
  }

  .nav-item{
    padding: 5px 15px;
  }
}







/* bhu css f7f6f2*/

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-16);
  border-radius: 25px;
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  border: none;
  text-decoration: none;
  position: relative;
}

#btnAnimate{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-16);
  border-radius: 15px;
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-standard);
  border: none;
  text-decoration: none;
  position: relative;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn--primary {
  background: #18181B;
  color: #f2f2f2;
}

.btn--primary:hover {
  background: #05AA9D;
}

.btn--primary:active {
  background: #616161;
}

.btn--secondary {
  background: #6c757d;
  color: #f2f2f2;
}

.btn--secondary:hover {
  background: #2A2A2A;
}

.btn--secondary:active {
  background: #05AA9D;
}

.btn--outline {
  background: transparent;
  border: 1px solid #6c757d;
  color: #f2f2f2;
}

.btn--outline:hover {
  background: #2A2A2A;
}

.btn--sm {
  padding: var(--space-4) var(--space-12);
  font-size: var(--font-size-sm);
  border-radius: var(--radius-sm);
}

.btn--lg {
  padding: var(--space-10) var(--space-20);
  font-size: var(--font-size-lg);
  border-radius: var(--radius-md);
}

.btn--full-width {
  width: 100%;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Form elements */
.form-control {
  display: block;
  width: 100%;
  padding: var(--space-8) var(--space-12);
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-base);
  transition: border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

textarea.form-control {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
}

select.form-control {
  padding: var(--space-8) var(--space-12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--select-caret-light);
  background-repeat: no-repeat;
  background-position: right var(--space-12) center;
  background-size: 16px;
  padding-right: var(--space-32);
}

/* Add a dark mode specific caret */
@media (prefers-color-scheme: dark) {
  select.form-control {
    background-image: var(--select-caret-dark);
  }
}

/* Also handle data-color-scheme */
[data-color-scheme="dark"] select.form-control {
  background-image: var(--select-caret-dark);
}

[data-color-scheme="light"] select.form-control {
  background-image: var(--select-caret-light);
}

.form-control:focus {
  border-color: var(--color-primary);
  outline: var(--focus-outline);
}

.form-label {
  display: block;
  margin-bottom: var(--space-8);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.form-group {
  margin-bottom: var(--space-16);
}

/* Card component */
.card {
  background-color: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-card-border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--duration-normal) var(--ease-standard);
}

.card:hover {
  box-shadow: var(--shadow-md);
}

.card__body {
  padding: var(--space-16);
}

.card__header,
.card__footer {
  padding: var(--space-16);
  border-bottom: 1px solid var(--color-card-border-inner);
}

/* Status indicators - simplified with CSS variables */
.status {
  display: inline-flex;
  align-items: center;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
}

.status--success {
  background-color: rgba(
    var(--color-success-rgb, 33, 128, 141),
    var(--status-bg-opacity)
  );
  color: var(--color-success);
  border: 1px solid
    rgba(var(--color-success-rgb, 33, 128, 141), var(--status-border-opacity));
}

.status--error {
  background-color: rgba(
    var(--color-error-rgb, 192, 21, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-error);
  border: 1px solid
    rgba(var(--color-error-rgb, 192, 21, 47), var(--status-border-opacity));
}

.status--warning {
  background-color: rgba(
    var(--color-warning-rgb, 168, 75, 47),
    var(--status-bg-opacity)
  );
  color: var(--color-warning);
  border: 1px solid
    rgba(var(--color-warning-rgb, 168, 75, 47), var(--status-border-opacity));
}

.status--info {
  background-color: rgba(
    var(--color-info-rgb, 98, 108, 113),
    var(--status-bg-opacity)
  );
  color: var(--color-info);
  border: 1px solid
    rgba(var(--color-info-rgb, 98, 108, 113), var(--status-border-opacity));
}

/* Container layout */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--space-16);
  padding-left: var(--space-16);
}

@media (min-width: 640px) {
  .container {
    max-width: var(--container-sm);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-md);
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: var(--container-lg);
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: var(--container-xl);
  }
}

/* Utility classes */
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: var(--space-4);
}
.gap-8 {
  gap: var(--space-8);
}
.gap-16 {
  gap: var(--space-16);
}

.m-0 {
  margin: 0;
}
.mt-8 {
  margin-top: var(--space-8);
}
.mb-8 {
  margin-bottom: var(--space-8);
}
.mx-8 {
  margin-left: var(--space-8);
  margin-right: var(--space-8);
}
.my-8 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.p-0 {
  padding: 0;
}
.py-8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}
.px-8 {
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}
.py-16 {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}
.px-16 {
  padding-left: var(--space-16);
  padding-right: var(--space-16);
}

.block {
  display: block;
}
.hidden {
  display: none;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:focus-visible {
  outline: var(--focus-outline);
  outline-offset: 2px;
}

/* Dark mode specifics */
[data-color-scheme="dark"] .btn--outline {
  border: 1px solid var(--color-border-secondary);
}

@font-face {
  font-family: 'FKGroteskNeue';
  src: url('https://r2cdn.perplexity.ai/fonts/FKGroteskNeue.woff2')
    format('woff2');
}

/* END PERPLEXITY DESIGN SYSTEM */
/* Section Layout */
.section {
    height: 800px;
    width: 100%;
    /*position: relative;*/
    overflow: hidden;
}

#section1 {
    /*background: linear-gradient(135deg, #1f2121 0%, #262828 100%);*/
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f7f2;
}

#section2 {
    position: relative;
    background-color: #f6f7f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 880px;
}

/* Top Text Block */
.top-text-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    color: #13343b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-bottom: #1f2121 solid 1px;
}

.top-text-block h1 {
    position: absolute;
    font-size: 80px;
    top: 10px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    max-width: 1200px;
}

/* Header Container */
        .header-container {
            width: 100%;
            height: 200px;
            position: relative;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            box-sizing: border-box;
        }

        /* Header Title */
        .header-title {
            position: absolute;
            top: 1rem;
            left: 1rem;
            font-size: 1.875rem; /* 30px */
            font-weight: 700;
        }

        /* Menu Bar */
        .menu-bar {
            width: 100%;
        }

        .menu-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: center;
        }

        .menu-item {
            flex: 1;
        }

        .menu-link {
            display: block;
            color: #1f2121;
            font-weight: 600;
            text-decoration: none;
        }


/* Main Crane Container */
.crane-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 550px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 5;
}

#craneImage {
    width: auto;
    /*height: 100%;*/
    max-width: 1950px;
    object-fit: contain;
    position: relative;
    /*top: 700px;*/
    y: "35vw";
    /*filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));*/
}

/* Left Text Block */
.left-text-block {
    position: absolute;
    left: 40px;
    top: 30%;
    /*transform: translateY(-50%);*/
    width: 591px;
    /*background: #fffffe;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

.left-text-block h1 {
  font-size: 58px;
  font-weight: 500;
}

.left-text-block h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 16px;
    line-height: 1.2;
}

.left-text-block h6 {
    color: #05AA9D;
    vertical-align: middle;
}

.left-text-block p {
    font-size: 20px;
    color: var(--color-text-secondary);
    line-height: 1.5;
    margin-bottom: 24px;
}

.left-text-block .btn {
    font-size: 14px;
    padding: 12px 24px;
}

/*scroll-two-left-text-block*/
.scroll-two-left-text-block{
    position: absolute;
    left: 90px;
    top: 218px;
    transform: translateY(-50%);
    width: 475px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    /*border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/*scroll-two-right-text-block*/
.scroll-two-right-text-block{
    position: absolute;
    right: 90px;
    top: 128px;
    width: 400px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    /*border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/*scroll-three-left-text-block*/
.scroll-three-left-text-block{
    position: absolute;
    left: 90px;
    top: 218px;
    transform: translateY(-50%);
    width: 475px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    /*border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/*scroll-three-right-text-block*/
.scroll-three-right-text-block{
    position: absolute;
    right: 90px;
    top: 125px;
    width: 450px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    /*border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/*scroll-two-right-arrow*/
.scroll-two-right-arrow{
    position: absolute;
    right: 500px;
    top: 500px;
    opacity: 0;
}

/*scroll-three-left-arrow*/
.scroll-three-left-arrow{
    position: absolute;
    left: 500px;
    top: 500px;
    opacity: 0;
}

/*scroll-two-right-crane*/
.scroll-two-right-crane{
    position: absolute;
    right: -50px;
    top: 200px;
    scale: 0.5;
    opacity: 0;
}

/*scroll-three-right-crane*/
.scroll-three-right-crane{
    position: absolute;
    right: -50px;
    top: 250px;
    scale: 0.5;
    opacity: 0;
}

/*scroll-four-left-text-block*/
.scroll-four-left-text-block{
    position: absolute;
    left: 90px;
    top: 218px;
    transform: translateY(-50%);
    width: 475px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    /*border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/*scroll-four-right-text-block*/
.scroll-four-right-text-block{
    position: absolute;
    right: 90px;
    top: 130px;
    width: 450px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    border-radius: 12px;
    /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/*scroll-four-right-crane*/
.scroll-four-right-crane{
    position: absolute;
    right: -50px;
    top: 270px;
    scale: 0.5;
    opacity: 0;
}

/*scroll-five-left-text-block*/
.scroll-five-left-text-block{
    position: absolute;
    left: 90px;
    top: 218px;
    transform: translateY(-50%);
    width: 475px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    /*border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/*scroll-five-right-text-block*/
.scroll-five-right-text-block{
    position: absolute;
    right: 90px;
    top: 98px;
    width: 450px;
    /*background: #fffffe;*/
    /*padding: 32px;*/
    /*border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);*/
    z-index: 15;
    opacity: 0;
    /*visibility: hidden;*/
    pointer-events: none;
}

/* Image Carousel */
.image-carousel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    background: var(--color-surface);
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-card-border);
    overflow: hidden;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.carousel-container {
    position: relative;
    width: 100%;
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: var(--color-surface);
    border-top: 1px solid var(--color-card-border);
}

.carousel-btn {
    background: var(--color-primary);
    color: var(--color-btn-primary-text);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

.carousel-btn:hover {
    background: var(--color-primary-hover);
}

.carousel-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-secondary);
    cursor: pointer;
    transition: background 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dot.active {
    background: var(--color-primary);
}

.dot:hover {
    background: var(--color-primary-hover);
}

/* Section 2 Styling */
.morning-text-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morning-text {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-text);
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
    transform: translateX(-100vw);
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-text-block h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .left-text-block {
        width: 90%;
        left: 5%;
        padding: 24px;
    }
    
    .left-text-block h2 {
        font-size: 18px;
    }
    
    .image-carousel {
        width: 95%;
    }
    
    .carousel-track {
        height: 300px;
    }
    
    .crane-container {
        height: 400px;
    }
    
    .morning-text {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .section {
        height: 100vh;
        min-height: 600px;
    }
    
    .top-text-block {
        height: 150px;
    }
    
    .top-text-block h1 {
        font-size: 18px;
        padding: 0 16px;
    }
    
    .crane-container {
        height: 350px;
    }
    
    .carousel-track {
        height: 250px;
    }
    
    .left-text-block {
        padding: 16px;
    }
    
    .carousel-nav {
        padding: 12px 16px;
    }
    
    .morning-text {
        font-size: 20px;
    }
}

/* Loading State */
.crane-container img {
    transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.crane-container img[src=""] {
    opacity: 0;
}

/* Smooth Scroll Override */
html {
    scroll-behavior: auto;
}
