.project-one1 {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    padding: 120px 0px 150px;
    z-index: 1;
}

.project-one__title1 {
    position: relative;
    display: block;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 49px 55px 49px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.project-one__title1 .sec-title1 {
    padding-bottom: 29px;
}

.project-one__title1 .btn-box1 {
    position: relative;
    display: block;
    line-height: 0;
}

.project-one__single1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-one__single-img1 {
    position: relative;
    display: block;
}

.project-one__single-img1 .inner1 {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000000;
    border-radius: 10px;
}

.project-one__single-img1 .inner1 img {
    width: 100%;
    transition: all 500ms ease;
}

.project-one__single1:hover .project-one__single-img1 .inner1 img {
    opacity: 0.5;
    transform: scaleX(1.05);
}

.project-one__overlay-content1 {
    position: absolute;
    bottom: -78%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px;
    transition: bottom 0.5s ease-in-out;
    padding-right: 12px;
}

.project-one__single1:hover .project-one__overlay-content1 {
    bottom: 0;
}

/* .project-one__overlay-content1::before { position: absolute; top: 0; left: 0; bottom: 0; right: 20px; background: var(--logistiq-white); border-top-right-radius: 42px; border-bottom-right-radius: 42px; content: ""; z-index: -1; width: 100%; } */
.project-one__overlay-content1 .text-box1 {
    position: relative;
    display: block;
    width: 99%;
}

.project-one__overlay-content1 .text-box1 p {
    color: var(--logistiq-white);
}

.project-one__overlay-content1 .text-box1 h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-one__overlay-content1 .text-box1 h2 a {
    color: var(--logistiq-black);
}

.project-one__overlay-content1 .text-box1 h2 a:hover {
    color: var(--logistiq-base);
}

.project-one__overlay-content1 .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: var(--logistiq-base);
}

.opacit-bg-princi {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
}

.text-box1 h2 {
    color: #fff;
    padding: 20px 0px;
    padding-top: 0px;
}
.testimonial-one__single-inner{
    border-radius: 10px;
}


@media only screen and (max-width: 1199.98px) {
    

    .project-one__single-img1 .inner1 img {
        height: 313px;
    }
}

@media only screen and (max-width: 991.98px) {
    
}

@media only screen and (max-width: 780px) and (max-width: 991px) {
    .project-one__overlay-content1 .text-box1 h2 {
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 767.98px) {
    .project-one__overlay-content1 {
        bottom: -82%;
    }

    .testimonial-one {
        padding: 60px 0px 60px;
    }

    
}

.timeline-section {
    padding: 60px 20px;
    margin-top: 10%;
    margin-bottom: 8%;
}

.timeline-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.timeline {
    display: flex;
    position: relative;
    padding: 60px 0;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #444;
    z-index: 1;
}

.timeline-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin: 0 40px;
    z-index: 2;
}

.timeline-step .dot {
    width: 24px;
    height: 24px;
    background: #888;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    transition: background 0.3s, transform 0.3s;
    margin: 0 auto;
}

.timeline-step.active .dot,
.timeline-step:hover .dot {
    background: var(--logistiq-base);
    transform: scale(1.3);
}

.timeline-step .content {
    padding: 0px 20px;
    border-radius: 8px;
    width: 230px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    position: absolute;
}

.timeline-step.active .content {
    opacity: 1;
    transform: translateY(0);
}

.timeline-step.top .content {
    bottom: 114%;
    margin-bottom: 0px;
}

.timeline-step.bottom .content {
    top: 100%;
    margin-top: 0px;
}

.timeline-step .content h3 {
    margin: 0 0 5px;
}

.timeline-step .content p {
    margin: 0;
    font-size: 0.9rem;
}

.timeline-step .tooltip1 {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 0.85rem;
    display: none;
    white-space: normal;
    width: 200px;
    line-height: 1.3em;
}

.timeline-step.top .tooltip1 {
    bottom: 100%;
    margin-bottom: 10px;
    left: 55%;
}

.timeline-step.bottom .tooltip1 {
    top: 100%;
    margin-top: 10px;
    right: 55%;
}

.timeline-step:hover .tooltip1 {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

.touch-line {
    margin: 0 49%;
    height: 140px;
    background-color: #FFFFFF;
    border: 0;
    border-left: 3px solid;
    border-style: dashed;
}

.year-show {
    display: flex;
    margin-left: 38%;
}

.transform-icon {
    transform: scaleY(-1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Base styles (unchanged for desktop view) ... [your existing CSS] */
/* Responsive mobile layout */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__img {
        margin-top: 60px;
        max-width: 92%;
    }

    .testimonial-one__img {
        max-width: 100%;
    }

    .about-one {
        padding-bottom: 180px;
    }

    .timeline-section {
        margin-top: 18%;
    }
}

@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
    }

    .timeline-section {
        margin-top: 2%;
    }

    .transform-icon {
        transform: none;
    }

    .timeline-line {
        top: 0;
        left: 50%;
        right: auto;
        width: 4px;
        height: 100%;
        background: #444;
        margin-left: -2px;
    }

    .timeline-step {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        margin: 40px 0;
        position: relative;
    }

    .timeline-step .dot {
        position: absolute;
        left: 48.5%;
        margin: 0;
        z-index: 3;
    }

    .timeline-step .content {
        position: relative;
        opacity: 1 !important;
        transform: none !important;
        max-width: 90%;
        width: calc(50% - 40px);
        padding: 10px 20px;
    }

    .timeline-step.top .content,
    .timeline-step.bottom .content {
        margin: 0;
    }

    /* Alternate content box to left or right */
    .timeline-step:nth-child(odd) .content {
        text-align: right;
        left: auto;
    }

    .timeline-step:nth-child(even) .content {
        text-align: left;
        left: 60%;
    }

    /* Tooltips for mobile (optional: hide or reposition) */
    .timeline-step .tooltip1 {
        width: 160px;
    }

    .year-show {
        flex-direction: column;
        margin-left: 0;
        align-items: center;
    }

    .touch-line {
        margin: 0 auto;
        height: 100px;
        border-left: 3px dashed #000;
        border-top: none;
        display: none;
    }

    .timeline-step.active .dot,
    .timeline-step:hover .dot {
        background: var(--logistiq-base);
        transform: scale(1.3);
    }
}

@media only screen and (max-width: 540px) {
    .timeline-step .dot {
        left: 47%;
    }

    .about-one {
        padding: 60px 0px 60px;
    }

    .service-one {
        padding: 60px 0px 60px;
    }

    .why-choose-one {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 480px) {
    
}

.service-one__single:hover .icon img {
    transform: scaleX(-1);
}

.why-choose-one {
    padding-top: 60px;
}

.our-journey {
    padding: 60px 0px 60px;
}
.testimonial-one__single{
    padding-top: 0;
}
/* .service-one__single-content p{ font-size: 17px; } */

.container-compliance {
      
      background-image: url('../images/pattern/testimonial-v1-pattern.png');
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 60px;
      padding-bottom: 60px;
      
    }

    .left-compliance {

      height: 78vh;
      overflow-y: scroll;
      padding: 2rem;
      background-color: #f0f0f0;

      /* Hide scrollbar */
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE/Edge */
    }

    .left-compliance::-webkit-scrollbar {
      display: none;
      /* Chrome/Safari */
    }

    

    .section-compliance {
      margin-bottom: 50px;

      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .section-compliance h2 {
      margin-bottom: 0.5rem;
    }






    .left-panel-core{
     
      overflow: hidden;
  display: inline-block;
  /* background-image: url(assets/images/our-company/INTEGRITY.webp);background-repeat: no-repeat;background-size: cover;height: 290px;background-position: center;max-width: 100%; */

    }
    
    .right-panel-core p{
      padding: 0px 0px 20px;
    }

    /* .right-panel::before {
      content: '';
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-color: #000;
      clip-path: polygon(100% 0, 0 50%, 100% 100%);
    } */



.accountability-image{
background-image: url(../images/our-company/ACCOUNTABILITY.webp);background-repeat: no-repeat;background-size: cover;min-height: 300px; height: 100%;
background-position: center;
}
.integrity-image{
background-image: url(../images/our-company/INTEGRITY.webp);background-repeat: no-repeat;background-size: cover;min-height: 300px; height: 100%;background-position: center;
}
.innovation-image{
background-image: url(../images/our-company/INNOVATION.webp);background-repeat: no-repeat;background-size: cover;min-height: 300px; height: 100%;background-position: center;
}
.customer-image{
background-image: url(../images/our-company/Customer-Centricity.webp);background-repeat: no-repeat;background-size: cover;min-height: 300px; height: 100%;background-position: center;
}



    .more-about-core {
      text-transform: uppercase;
      font-weight: bold;


      display: inline-flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      z-index: 2;

    }

    .arrow-button-core {
      background-color: #0981d1;
      padding: 0px 10px;
      color: white;
      font-size: 1.4rem;
    }

    /* Overlay content */
    .overlay-core {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0);
      color: #fff;
      display: none;
      flex-direction: column;
      justify-content: center;

      padding: 10px 20px;
      z-index: 10;
    }

    .overlay-core.active-core {
      display: flex;
    }

    .overlay-content-core {


      animation: fadeIn 0.3s ease-in-out;
    }

    .close-btn-core {
      margin-top: 0px;
      padding: 0px 10px;
      background-color: #0981d1;
      border: none;
      color: white;
      font-weight: bold;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 0.9rem;
    }
    .zoom-image {
  transition: transform 0.8s ease; /* Smooth zoom */
  display: block;
 
  
}

.zoom-image:hover {
  transform: scale(1.1); /* Zoom in by 10% */
}

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .wrapper-core {
        flex-direction: column;
      }

      .left-panel-core,
      .right-panel-core {
        flex: 1 1 100%;
        width: 100%;
      }

      .right-panel-core::before {
        display: none;
      }

      

      .overlay-core {
        padding: 20px;
      }

      .overlay-content-core {
        font-size: 0.95rem;
      }
    }

    .about-one__img2::before{
        background-color: transparent;
    }


    .service-one__single-content{
      padding: 25px 25px 32px;;
    }
    #rippleCanvas {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1;
            pointer-events: none;
        }

        .service-one__single-content-height{
            height: 350px;
            z-index: 1;
        }
        .about-one__content-text2-single-height{
            height: 194px;
            z-index: 1;
        }

        @media (max-width: 768px){
            .service-one__single-content-height{
            height: 100%;
        }
        .about-one__content-text2-single-height{
            height: 100%;
        }
        }
        
        .snscompanycarousel {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* Slide */
.snscompanyslide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1); /* start zoomed in */
  transition: opacity 1.2s ease-in-out, transform 6s ease;
}

/* Active slide zooms OUT */
.snscompanyslide.active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 1;
}

/* Dark overlay */
.snscompanyoverlay {
  position: absolute;
  inset: 0;
background: linear-gradient(90deg, rgba(6, 46, 57, 1) 13%, rgba(6, 46, 57, 0.8071603641456583) 35%, rgba(6, 46, 57, 0.5550595238095238) 60%, rgba(6, 46, 57, 0.4206057422969187) 100%);
}

/* Content */
.snscompanycontent {
  position: relative;
  z-index: 2;
  color: #fff;
  
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

.snscompanycontent h1 {
  
  margin-bottom: 12px;
}