/*banner-stripe-animation*/
.hero-banner {
      position: relative;
      color: white;
      text-align: center;
      padding: 12rem 0 9rem;
      overflow: hidden;
    }

    .hero-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background: linear-gradient(313deg, rgb(41 160 212 / 80%) 45%, rgb(243 244 246 / 30%) 70%, #f5851f 100%),
      url('..//images/projects-banner-v2.webp') no-repeat center/cover;
      background-size: cover;
      /* Animation only on this layer */
      animation: bgZoom 8s ease-in-out infinite alternate;
      will-change: transform;
      transition: background-size 0.4s;
    }

    .hero-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgb(1 21 90 / 35%); /* overlay for readability */
      z-index: 0;
    }

    .banner-content {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      opacity: 0;
      animation: fadeIn 3s ease forwards;
    }

    /* Zooming background effect */
    @keyframes bgZoom {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeText {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .banner-content .hero-title {
        font-size: 2rem;
      }
      .banner-content .hero-subtitle {
        font-size: 1rem;
      }
      .banner {
        padding: 90px 15px;
      }
    }
.hero-subtitle {
    font-size: 1rem;
    color: #FFF;
    animation: fadeText 1.5s ease-in-out forwards;
    animation-delay: 0.8s;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 0px;
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
}
.hero-title {
    font-size: 5rem;
    font-weight: bold;
    word-spacing: 1rem;
    animation: fadeText 1.5s ease-in-out forwards;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    line-height: 1.1;
    margin-bottom: 2rem;
}
/*hero-banner*/


/*recent-projects*/
.projects {
    background-image: url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
}
.slider-row::before, .slider-row::after {
    content: "";
    position: absolute;
    top: -.4rem;
    width: 8rem;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.slider-row::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFF);
}
.slider-row::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF);
}
.project-logos-slider {
  width: 100%;
  background: #fafbfc;
  overflow: hidden;
}
.slider-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 68px; /* Adjust for your logo size */
}
.logos-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 44px;
  /* Prevent image selection while animating */
  user-select: none;
}
.project-logo {
    height: 3.5rem;
    width: auto;
    opacity: 1;
    background: #FFF;
    padding: .8rem;
    border-radius: 1rem;
}
/*.project-logo:hover {
  opacity: 1;
  filter: grayscale(0);
}*/
.slider-row-ltr .logos-track {
  animation: scroll-ltr 45s linear infinite;
}
.slider-row-rtl .logos-track {
  animation: scroll-rtl 45s linear infinite;
}
@keyframes scroll-ltr {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes scroll-rtl {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Responsive logo sizing */
@media (max-width: 600px) {
  .slider-row { height: 44px; }
  /*.project-logo { height: 32px; }*/
  .logos-track { gap: 20px; }
}
.upcoming-main{

}
.upcoming-proj-text{
  font-family: 'Clash Display', sans-serif;
  font-weight: 700;
  color: #29A0D4;
  text-transform: uppercase;
  position: relative;
  top: .8rem;
}
.flex-row-images {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.070);
    border-radius: 2rem;
    padding: 1rem;
}
.flex-row-images img {
    flex: 1 1 0;
    width: 25vw;
    min-width: 6rem;
    max-width: 12.5rem;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    transition: transform .18s;
}
/*.flex-row-images img:hover {
    transform: scale(1.04) translateY(-3px);
}*/

    @media(max-width: 1199px){
      .projects{
        background-size: inherit;
      }
    }
    @media (max-width: 767px) {
      .flex-row-images{padding: .5rem; gap:0}
      .flex-row-images img { width: 1rem; min-width: 1rem; height: auto;}
    }
/*recent-projects*/

/*why-us*/
.why-us{
    background-image: url(..//images/scale-pattern-dw.png), url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
}
      .why-us-img-col {
        position: relative;
        overflow: hidden;
        clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 80px);
      }

      .why-us-img-col img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 220px;
        object-fit: cover;
        filter: brightness(.5);
        border-radius: 1.5rem;
        clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 80px);
      }

      .why-us-card {
        display: block;
        /*background: #29A0D4;*/
        background: #414141;
        border-radius: 1.5rem;
        padding: 2rem;
        position: relative;
        /*background-image: url(..//images/scale-pattern-left.png);
        background-repeat: no-repeat;
        background-position: 0 106%;
        background-size: inherit;*/
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 90px), calc(100% - 75px) 100%, 0% 100%);
      }

      .why-us-card:before {
        content: "";
        position: absolute;
        background: #F5851F;
        width: 0.35rem;
        height: 75%;
        left: 0;
        z-index: 0;
        display: block;
        top: 11.5%;
        border-radius: 0 0.5rem 0.5rem 0;
      }

      .feature-icon {
        color: #FFF;
        font-size: 2.5rem;
      }

      .play-btn-outer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .play-btn {
          width: 85px;
          height: 85px;
          background: rgba(14, 28, 46, 0.56);
          border: 3px solid #FF601F;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          cursor: pointer;
          font-size: 2rem;
          box-shadow: 0 4px 22px 0 rgba(12, 12, 48, 0.12);
          transition: box-shadow .13s;
          backdrop-filter: blur(1px);
      }

      .play-btn i {
        color: #F5851F;
        font-size: 3rem;
        font-weight: normal;
      }

      .why-us-icon {
        font-size: 2rem;
        background: #153b7b;
        padding: 8px 14px;
        border-radius: 1rem;
        border-left: 4px solid #F5851F;
        color: #fff;
        margin-top: 3px;
      }

      .modal-content {
        background: none;
        border: none;
        box-shadow: none;
      }

      .video-popup-close {
        position: absolute;
        right: -18px;
        top: -22px;
        background: #fff;
        color: #29A0D4;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        cursor: pointer;
        box-shadow: 0px 2px 12px 0 rgba(12, 17, 87, 0.07);
        z-index: 10;
      }
/*why-us*/

/*responsive*/
@media(max-width: 991px){
.sec-main{
  padding: 3rem 0 !important;
}
.projects:before {
    top: 0;
    left: 1rem;
    width: 5rem;
    height: 8rem;
}
.contact-left{
  background-size: 175% 2rem;
  padding: 2rem 2rem 4rem;
}
}
@media(max-width: 767px){
.projects:before {
    top: 0;
    left: 1rem;
    width: 5rem;
    height: 5rem;
}
.banner-content .hero-title {
        font-size: 2rem;
        padding: 0 1rem;
        margin-bottom: 0rem;
    }
}