     .landscape-service-section {
        padding: 110px 0;

        overflow: hidden;
      }

      .ls-container {
        max-width: 1400px;
        margin: auto;
        padding: 0 30px;
      }

      /* Heading */

      .ls-heading {
        max-width: 850px;
        margin: 0 auto 45px;
        text-align: center;
      }

     

      .ls-heading p {
        margin: 0;
        font-size: 16px;
        line-height: 1.8;
        color: #777;
      }

      /* Slider controls */

      .slider-controls {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        margin-bottom: 25px;
      }

      .slider-controls button {
        width: 55px;
        height: 55px;
        padding: 0;
        border: 1px solid #ddd;
        border-radius: 50%;
        background: #fff;
        color: #17212a;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease,
          border-color 0.3s ease, transform 0.3s ease;
      }

      .slider-controls button:hover {
        background: #1a2d50;
        border-color: #1a2d50;
        color: #fff;
        transform: scale(1.05);
      }

      .slider-controls button:active {
        transform: scale(0.94);
      }

      /* Slider */

      .service-slider {
        display: flex;
        gap: 30px;
        width: 100%;
        padding: 15px 5px 45px;
        overflow-x: auto;
        overflow-y: visible;
        cursor: grab;
        user-select: none;
        scroll-behavior: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }

      .service-slider::-webkit-scrollbar {
        display: none;
      }

      .service-slider.is-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
      }

      .service-slider.is-dragging * {
        pointer-events: none;
      }

      /* Card */

      .service-card {
        flex: 0 0 410px;
        background: #fff;
        border-radius: 28px;
        overflow: hidden;

        transition: transform 0.4s ease, box-shadow 0.4s ease;
        will-change: transform;
      }

      .service-card:hover {
        transform: translateY(-10px);
      }

      .service-image {
        position: relative;
        height: 270px;
        overflow: hidden;
      }

      .service-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        pointer-events: none;
        transition: transform 0.8s ease;
      }

      .service-card:hover .service-image img {
        transform: scale(1.08);
      }

      /* Icon */

      .service-icon {
        position: absolute;
        bottom: 20px;
        left: 12px;
        top: 14px;
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.95);
        border: 6px solid rgba(255, 255, 255, 0.55);
        border-radius: 21px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(8px);
        transition: background-color 0.3s ease, transform 0.3s ease;
      }

      .service-icon i {
        font-size: 27px;
        color: #1a2d50;
        transition: color 0.3s ease;
      }

      .service-card:hover .service-icon {
        background: #1a2d50;
        transform: rotate(-5deg) scale(1.05);
      }

      .service-card:hover .service-icon i {
        color: #fff;
      }

      /* Content */

      .service-body {
        padding: 32px 35px 35px;
      }

      .service-body h3 {
        margin: 0 0 5px;
        font-size: 26px;
        color: #17212a;
      }

      .service-body p {
        margin: 0;
        font-size: 15px;
        line-height: 1.75;
        color: #777;

      }

      .service-body a {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        margin-top: 22px;
        font-size: 14px;
        font-weight: 700;
        color: #17212a;
        text-decoration: none;
      }

      .service-body a i {
        transition: transform 0.3s ease;
      }

      .service-body a:hover i {
        transform: translateX(8px);
      }

      @media (max-width: 900px) {
        .landscape-service-section {
          padding: 80px 0;
        }


        .service-card {
          flex-basis: 330px;
        }
      }

      @media (max-width: 576px) {
        .landscape-service-section {
          padding: 65px 0;
        }

        .ls-container {
          padding: 0 18px;
        }

        .ls-heading {
          margin-bottom: 30px;
        }


        .ls-heading p {
          font-size: 14px;
        }

        .slider-controls {
          justify-content: center;
        }

        .slider-controls button {
          width: 48px;
          height: 48px;
        }

        .service-slider {
          gap: 18px;
          padding-bottom: 35px;
        }

        .service-card {
          flex-basis: calc(100vw - 54px);
          max-width: 350px;
        }

        .service-image {
          height: 230px;
        }

        .service-body {
          padding: 27px 25px 30px;
        }

        .service-body h3 {
          font-size: 25px;
        }
      }
      .featured-projects {
        padding: 120px 0;

      }

      .fp-container {
        max-width: 1400px;
        margin: auto;
        padding: 0 30px;
      }

      /* Heading */

      .fp-heading {
        text-align: center;
        max-width: 800px;
        margin: auto;
        margin-bottom: 70px;
      }

      .fp-heading p {
        color: #777;
        font-size: 16px;
      }

      /* Layout */

      .fp-grid {
        display: grid;

        grid-template-columns: 2fr 1fr;

        gap: 30px;
      }

      /* Main Card */

      .fp-main-card {
        height: 650px;

        position: relative;

        overflow: hidden;

        border-radius: 25px;
      }

      .fp-main-card img {
        width: 100%;
        height: 100%;

        object-fit: cover;

        transition: 1s;
      }

      .fp-main-card:hover img {
        transform: scale(1.08);
      }

      .fp-overlay {
        position: absolute;

        inset: 0;

        background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
      }

      .fp-info {
        position: absolute;

        left: 45px;
        bottom: 45px;

        color: white;

        max-width: 600px;
      }

      .fp-info span {
        font-size: 11px;

        letter-spacing: 3px;
      }

      .fp-info h3 {
        font-size: 37px;

        line-height: 1;

        margin: 15px 0;
        color: #fff;
      }

      .fp-info p {
        line-height: 1.7;

        color: #ddd;
      }

      .fp-details {
        display: flex;

        gap: 40px;

        margin: 25px 0;
      }

      .fp-details div {
        font-size: 13px;

        color: #ddd;
      }

      .fp-details strong {
        display: block;

        color: white;

        margin-bottom: 5px;
      }


      /* Side Cards */

      .fp-side {
        display: flex;

        flex-direction: column;

        gap: 30px;
      }

      .fp-small {
        height: 310px;

        position: relative;

        overflow: hidden;

        border-radius: 25px;
      }

      .fp-small img {
        width: 100%;

        height: 100%;

        object-fit: cover;

        transition: 0.8s;
      }

      .fp-small:hover img {
        transform: scale(1.1);
      }

      .fp-small::after {
        content: "";

        position: absolute;

        inset: 0;

        background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
      }

      .fp-small div {
        position: absolute;

        bottom: 30px;

        left: 30px;

        z-index: 2;

        color: white;
      }

      .fp-small span {
        font-size: 10px;

        letter-spacing: 3px;
      }

      .fp-small h4 {
        font-size: 28px;
        color: #fff;
        margin: 10px 0 0;
      }

      @media (max-width: 900px) {
        .fp-grid {
          grid-template-columns: 1fr;
        }

        .fp-main-card {
          height: 500px;
        }

        .fp-info h3 {
          font-size: 35px;
        }
      }
      .mission-vision-section {
        padding: 0px 0px 60px 0px;

        background: linear-gradient(
            rgba(17, 30, 25, 0.92),
            rgba(17, 30, 25, 0.92)
          ),
          url("https://images.unsplash.com/photo-1558521958-0a228e77e984?w=1600");

        background-size: cover;

        background-position: center;

        color: white;

        overflow: hidden;
      }

      .mv-container {
        max-width: 1300px;

        margin: auto;

        padding: 0 30px;
      }

      /* Heading */

      .mv-heading {
        text-align: center;

        max-width: 850px;

        margin: auto;
      }

      .mv-heading span {
        font-size: 12px;

        letter-spacing: 5px;

        font-weight: 700;

        color: #b3c08a;
      }

 
      .mv-heading p {
        font-size: 16px;

        line-height: 1.8;

        color: #d2d2d2;
      }

      /* Main */

      .mv-wrapper {
        margin-top: 70px;

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 55px;
      }

      .mv-card {
        width: 480px;

        padding: 45px;

        background: #e9c67e1c;

        border: 1px solid rgba(255, 255, 255, 0.15);

        backdrop-filter: blur(15px);

        border-radius: 35px;

        position: relative;

        transition: 0.5s;
      }

      .mv-card:hover {
        transform: translateY(-15px);

        background: rgba(255, 255, 255, 0.13);
      }

      .mv-number {
        position: absolute;

        right: 35px;

        top: 25px;

        font-size: 70px;

        font-weight: 800;

        color: rgba(255, 255, 255, 0.08);
      }

      .mv-icon {
        width: 75px;

        height: 75px;

        border-radius: 22px;

        background: #1a2d50;

        display: flex;

        align-items: center;

        justify-content: center;

        margin-bottom: 30px;
      }

      .mv-icon i {
        font-size: 30px;

        color: white;
      }

      .mv-card h3 {
        font-size: 34px;

        margin-bottom: 20px;
      }

      .mv-card p {
        font-size: 14px;

        line-height: 1.9;

        color: #ddd;
      }

      .mv-card a {
        margin-top: 25px;

        display: inline-flex;

        align-items: center;

        gap: 12px;

        color: white;

        text-decoration: none;

        font-weight: 700;
      }

      .mv-card a i {
        transition: 0.3s;
      }

      .mv-card a:hover i {
        transform: translateX(8px);
      }

      /* Divider */

      .mv-line {
        height: 200px;

        width: 1px;

        background: linear-gradient(transparent, #1a2d50, transparent);
      }

      @media (max-width: 900px) {
        .mv-heading h2 {
          font-size: 42px;
        }

        .mv-wrapper {
          flex-direction: column;
        }

        .mv-line {
          height: 1px;

          width: 80%;
        }

        .mv-card {
          width: 100%;
        }
      }
      .spce-up-m {
        margin-top: 5%;
      }
  .bg-color{
    background-color: #d2d2d2;
  }

  .hewn-projects {

    color: #1a2d50;
    padding: 0;
  }
  .hewn-projects * {
    box-sizing: border-box;
  }


  .hewn-projects :focus-visible {
    outline: 3px solid #b0592a;
    outline-offset: 2px;
  }

  .hewn-projects .wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 32px;
  }

  /* ---------- FILTER ---------- */
  .hewn-projects .filter-section {
    padding: 56px 0 8px;
  }
  .hewn-projects .filter-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
  }

  .hewn-projects .filter-count {
    font-size: 13px;
    color: #8a867e;
  }
  .hewn-projects .pills {
    display: flex;

    gap: 10px;
    margin-bottom: 8px;
  }
  .hewn-projects .pill {
    background: #fbf9f3;
    border: 1px solid rgba(33, 31, 28, 0.14);
    color: #33302a;
    padding: 9px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease,
      border-color 0.15s ease;
  }
  .hewn-projects .pill:hover {
    border-color: #b0592a;
  }
  .hewn-projects .pill[aria-pressed="true"] {
    background: #1a2d50;
    color: #fbf9f3;
    border-color: #1a2d50;
  }

  /* ---------- GRID ---------- */
  .hewn-projects .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    padding: 16px 0 80px;
  }
  .hewn-projects .card {
    grid-column: span 12;

    border: 1px solid rgba(33, 31, 28, 0.14);
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  @media (min-width: 760px) {
    .hewn-projects .card {
      grid-column: span 6;
    }
  }
  @media (min-width: 1040px) {
    .hewn-projects .card {
      grid-column: span 4;
    }
  }
  .hewn-projects .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 30px -18px rgba(33, 31, 28, 0.35);
  }
  .hewn-projects .card.hide {
    display: none;
  }

  .hewn-projects .swatch {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    transition: filter 0.35s ease;
  }
  .hewn-projects .swatch::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(33, 31, 28, 0) 55%,
      rgba(33, 31, 28, 0.55) 100%
    );
  }
  .hewn-projects .card:hover .swatch {
    filter: brightness(1.06) saturate(1.08);
  }

  .hewn-projects .material-tag {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 2;
    color: #fbf9f3;
    font-size: 12px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .hewn-projects .material-tag .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b0592a;
    display: inline-block;
  }



  .hewn-projects .card-body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
  }
  .hewn-projects .card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
  }
 
  .hewn-projects .location {
    font-size: 11px;
    color: #8a867e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    margin-top: 6px;
  }
  .hewn-projects .card p.desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #33302a;
  }
  .hewn-projects .plaque {
    margin-top: auto;
    border-top: 1px dashed rgba(33, 31, 28, 0.14);
    padding-top: 14px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
  }
  .hewn-projects .plaque div {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .hewn-projects .plaque .k {
    font-size: 10px;
    color: #8a867e;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .hewn-projects .plaque .v {
    font-size: 13px;
    color: #1a2d50;
  }

  @media (prefers-reduced-motion: reduce) {
    .hewn-projects * {
      transition: none !important;
    }
  }
  .font-heading{
    font-weight: 600;
    font-size: 41px;
    line-height: 51px;
    text-transform: uppercase;
    color: #1C2539;
    -webkit-text-stroke-color: #1C2539;
    margin-top: 20px;
    perspective: 400px;
  }

  .span-font{
    font-weight: 700;
font-size: 12px !important;
line-height: 21px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #5D666F;
  }
.crd-h{
  font-size: 24px;
  margin-bottom: 0px;
}
.bg-sec-color{
  background-color: #e9c67e1c !important;
}
.tajans-highlights {
  margin-top: 35px;
}


.highlight-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #e5e5e5;
}


.highlight-box:last-child {
  border-bottom: none;
}


.highlight-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: #1a2d50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.highlight-icon i {
  color: #ffffff;
  font-size: 18px;
}


.highlight-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}


.highlight-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.signle-fun-facts-one .icon {
  height: 92px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
    margin-bottom: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #1a2d50 !important;
}
.progress-circle-main-wrapper{

  display:grid;
  
  grid-template-columns:repeat(4,1fr);
  
  gap:35px;
  
  }
  
  
  
  .single-progress-area{
  
  display:flex;
  
  align-items:center;
  
  gap:25px;
  
  }
  
  
  
  .single-progress-circle{
  
  position:relative;
  
  width:110px;
  
  height:110px;
  
  flex-shrink:0;
  
  }
  
  
  
  .single-progress-circle svg{
  
  width:110px;
  
  height:110px;
  
  transform:rotate(-90deg);
  
  }
  
  
  
  .bar-static{
  
  fill:none;
  
  stroke:#e8e8e2;
  
  stroke-width:6;
  
  }
  
  
  
  .bar--animated{
  
  fill:none;
  
  stroke:#788362;
  
  stroke-width:6;
  
  stroke-linecap:round;
  
  stroke-dasharray:220;
  
  stroke-dashoffset:40;
  
  }
  
  
  
  .countervalue{
  
  font-size:12px;
  
  fill:#17212a;
  
  transform:rotate(90deg);
  
  }
  
  
  
  .single-progress-circle i{
  
  position:absolute;
  
  top:50%;
  
  left:50%;
  
  transform:translate(-50%,-50%);
  
  font-size:27px;
  
  color:#1a2d50;
  
  }
  
  
  
  .right-counter h2{
  
  font-size:45px;
  
  margin:0;
  
  font-weight:700;
  
  color:#17212a;
  
  }
  
  
  
  .right-counter p{
  
  margin:5px 0 0;
  
  font-size:15px;
  
  color:#777;
  
  }
  
  
  
  
  
  @media(max-width:992px){
  
  
  .progress-circle-main-wrapper{
  
  grid-template-columns:repeat(2,1fr);
  
  }
  
  }
  
  
  
  @media(max-width:576px){
  
  
  .progress-circle-main-wrapper{
  
  grid-template-columns:1fr;
  
  }
  
  
  .single-progress-area{
  
  justify-content:center;
  
  }
  .font-heading {
    font-weight: 600;
    font-size: 36px !important;
    line-height: 42px !important;
    text-transform: uppercase;
    color: #1C2539;
    -webkit-text-stroke-color: #1C2539;
    margin-top: 20px;
    perspective: 400px;
  }
  .mv-card {
   
    padding: 18px 10px 14px 23px;
  
  }
  
  }
  .single-working-process-one .left .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3E484E;
    border-radius: 100%;
    position: relative;
    padding: 20px;
  }
  .p-font{
    font-size: 14px !important;
  }