
/*charactor animation*/
.bgcheck{
     background-image: url("https://res.cloudinary.com/dpike5zqq/image/upload/v1741612327/checks_p0i6kh.png");
}

.icon-content-block .content-block figure img {
     height: 120px; 
}

.abs-animation {
  position: absolute;
}

img.s01-a02.abs-animation {
  bottom: 200px;
  /* left: 180px; */
  animation: s01-a02-anim 3s infinite;
}

img.s01-a01.abs-animation {
  bottom: 60px;
  animation: s01-a01-anim 3s infinite;
}

img.s01-a03.abs-animation {
  top: 170px;
  left: 100px;
  animation: s01-a03-anim 4s infinite;
}

img.s01-a04.abs-animation {
  top: 40px;
  right: 30px;
  animation: s01-a04-anim 5s infinite;
}

@keyframes s01-a01-anim {
  0% {
    left: 0px;
  }

  50% {
    left: 50px;
  }

  100% {
    left: 0px;
  }
}

@keyframes s01-a02-anim {
  0% {
    bottom: 200px;
  }

  50% {
    bottom: 230px;
  }

  100% {
    bottom: 200px;
  }
}

@keyframes s01-a03-anim {
  0% {
    left: 100px;
  }

  50% {
    left: 150px;
  }

  100% {
    left: 100px;
  }
}

@keyframes s01-a04-anim {
  0% {
    right: 30px;
  }

  50% {
    right: 100px;
  }

  100% {
    right: 30px;
  }
}

img.s02-a01.abs-animation {
  top: 230px;
  left: 190px;
  transform: scale(0.8);
  animation: s02-a01-anim 3s infinite;
}

@keyframes s02-a01-anim {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(0.8);
  }
}

img.s03-a01.abs-animation {
  top: 10px;
  right: 310px;
  opacity: 1;
  animation: s03-a01-anim 2s infinite;
}

img.s03-a02.abs-animation {
  top: 140px;
  right: 310px;
  opacity: 1;
  animation: s03-a02-anim 2s infinite;
}

@keyframes s03-a01-anim {
  0% {
    top: 10px;
  }

  50% {
    top: 0px;
  }

  100% {
    top: 10px;
  }
}

@keyframes s03-a02-anim {
  0% {
    top: 140px;
  }

  50% {
    top: 130px;
  }

  100% {
    top: 140px;
  }
}

img.s04-a01.abs-animation {
  top: 120px;
  left: 175px;
  animation: s04-a01-anim 2s infinite;
}

img.s04-a02.abs-animation {
  right: 60px;
  top: 0px;
  bottom: 140px;
  transform: rotate(270deg);
  animation: s04-a02-anim 3s infinite;
}

@keyframes s04-a01-anim {
  0% {
    top: 120px;
  }

  50% {
    top: 150px;
  }

  100% {
    top: 120px;
  }
}

@keyframes s04-a02-anim {
  0% {
    transform: rotate(270deg);
    bottom: 140px;
  }

  50% {
    transform: rotate(360deg);
    bottom: 180px;
  }

  100% {
    transform: rotate(270deg);
    bottom: 140px;
  }
}
/*charactor animation*/

.page-header {
    width: 100%;
    height: 100vh;
}


a {
    text-decoration: none !important;
}

ul.outside :hover{
    color: #000000;
    cursor: none;
}

html {
  scroll-behavior: smooth;
}

.section-title{ 
    line-height: 1.2; 
    font-size: 4vw;
    letter-spacing: 0px;
}

a {
    text-decoration: none !important;
}

.space a{
    padding: 0px 25px 0px 0px;
    color: #000000;
}

.space a:hover{
    background-color: #fac002;
    padding: 0px 15px 0px 15px;
    color: #000000;
}

@media (max-width: 768px) {
    .challenge-item {
        font-size: 18px; /* Reduce font size for better readability */
        padding-bottom: 20px;
    }
    
    
    .page-header {
        height: 30vh; /* Adjust height for mobile screens */
    }
    .all-cases-link {
        padding: 7px 15px !important;
        font-size: 20px;
        border-radius: 53%;
    }
    
    .all-cases-link:hover {
        background-color: #ffc506 !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3) !important;
    }
    
    .case-study .container-fluid {
        margin-top: 0px !important;
    }
    .container {
    padding: 10px 15px !important;
    }
    
    .gsmob{
        margin: 0px !important;
        margin-top: 10px !important;
    }
    
     .section-title {
        font-size: 1.6rem; /* Reduce heading size */
    }

    .servsec {
        font-size: 16px; /* Adjust paragraph size */
    }

   
    p {
        font-size: 16px;
        text-align: justify;
    }
    
    .container {
        padding: 30px 15px;
    }

    

    .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 1.6rem;
        text-align: left;
    }

    p {
        font-size: 16px;
        text-align: left; /* Aligns text neatly */
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .section-title {
        font-size: 9vw;
        margin-bottom: 40px;
        margin-top: 5px;
    }
}


.case-study {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0; 
    background: #fff;
}


.casestudy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background: #dceeff;
}


.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


.responsive-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2; /* 600 / 400 */
  display: block;
}