@media (max-width: 767px) {

    /* about-header-section */
    .about-header-section {
        display: block;
        padding-top: 20px;
        height: auto;
    }

    .about-header-section-left {
        width: 100%;
        height: 65vh;
    }

    .about-header-section-right {
        width: auto;
        height: auto;
        padding: 20px;
    }
    .about-para.top{
    font-size: 20px;
    width: 100%;
}

    .about-head {
        width: 60%;
        font-size: 50px;
    }

    /* about-gallery-section */
    .about-gallery-section {
        background-color: #ffffff;
        padding: 50px 20px;
    }

    .about-gallery-section-head {
        font-size: 55px;
        text-align: center;
        position: relative;
        margin-bottom: 40px;
        font-weight: 300;
        width: 90%;
        font-family: Julius Sans One, sans-serif;
    }

    .about-gallery-section .paragraph {
        padding: 0;
    }
    /* image-section */
.image-section{
    display: block;
    padding: 10px 20px;
}
.image-section-left{
    width: 100%;
}
.image-section-right{
    width: 100%;
}
.image-grid{
    display: block;
    gap: 50px;
}
.image-grid-left{
    width: 100%;
    padding: 30px 0px;
}
.image-grid-right{
    width: 100%;
}
.frame-hall{
    width:100%;
    height: 50vh;
}
.top-img-grid{
    padding: 30px 0px;
}
/* scroll-image-section */
 .scroll-image-grid {
    padding: 100px 0px;
    margin-top: 0px;
     margin-top: 250px;
  }

  .scroll-image-section {
    position: relative;
    min-height: 100vh;
    padding: 60px 0; /* Add top and bottom padding to avoid cropping */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  .baground-section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
  }

  .baground-img-wrapper {
    height: 100%;
    width: 100%;
    background-image: url('./image/wall-banner');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .work-section {
    position: relative; /* Allow it to flow with content */
    width: 90%;
    margin: 0 auto;
    padding: 60px 30px 40px;
    background-color: #fff;
    z-index: 1;
    text-align: left;
    box-sizing: border-box;
  }

  .work-section-box {
    display: block;
  }

  .work-section-grid {
    width: 100%;
  }

  .work-section-head {
    font-size: 28px;
    text-align: left;
  }

  .work-btn {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    font-family: Barlow, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    border-radius: 5px;
  }
  /* start-section */
.start-section{
  padding: 100px 20px;
  padding-top: 200px;
}
.start-section-head {
  width: 90%;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
     /* about-header-section */
    .about-header-section {
        display: block;
        padding-top: 20px;
    }

    .about-header-section-left {
        width: 100%;
        height: 70vh;
    }

    .about-header-section-right {
        width: auto;
        height: auto;
        padding: 40px;
    }
    .about-para.top{
    font-size: 20px;
    width: 100%;
}

    .about-head {
        width: 60%;
        font-size: 50px;
    }
     /* about-gallery-section */
    .about-gallery-section {
        background-color: #ffffff;
        padding: 50px 40px;
    }
        /* image-section */
.image-section{
    padding: 10px 40px;
}
.image-section-left{
    width: 100%;
}
.image-section-right{
    width: 100%;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
     /* about-header-section */
  .about-header-section {
    display: flex;
    padding-top: 20px;
  }

  .about-header-section-left {
    width: 60%;
    height: 100vh;
    background-image: url('./image/wall-img');
    background-size: cover;          /* ✅ Fully covers the area */
    background-position: center;     /* ✅ Keeps image centered */
    background-repeat: no-repeat;
  }

  .about-header-section-right {
  width: 40%;
  display: flex;                /* Use Flexbox */
  flex-direction: column;       /* Stack elements vertically */
  justify-content: center;      /* Vertical centering */
  align-items: flex-start;      /* Align items to the left */
  padding: 0 120px;
  height: 100vh;                /* Ensure it fills the viewport height */
}

  .about-para.top {
    font-size: 20px;
    width: 100%;
  }

  .about-head {
    width: 60%;
    font-size: 50px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {}