.sec-title h2 {
  position: relative;
  font-size: 60px;

  font-weight: 900;

  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .sec-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 32px;
  }
}

.auto-container {
  position: static;
  max-width: 1250px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.about-section {
  position: relative;
  padding: 120px 0 70px !important;
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 120px 0 90px;
  }
}
.about-section .content-column .inner-column {
  padding-left: 53px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column {
    padding-left: 0;
  }
}

@media (max-width: 1399.98px) {
  .about-section .content-column .inner-column .sec-title br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-section .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}
.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section .image-box {
  position: relative;
  display: inline-block;
  color: white;

  width: 100%;
}
.about-section .image-box .image {
  position: relative;
}
.about-section .image-box .image img {
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}
.about-section .image-box .experience {
  position: absolute;
  background-color: #176b96;
  left: -64px;
  bottom: 82px;
  height: 169px;
  width: 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
  z-index: 4;
}
@media (max-width: 1399.98px) {
  .about-section .image-box .experience {
    left: 20px;
  }
}
.about-section .image-box .experience strong {
  font-size: 48px;
  font-weight: 500;
}
.about-section .image-box .experience .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
}

.founder-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 575.98px) {
  .founder-info {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.founder-info .thumb {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .founder-info .thumb {
    margin-right: 10px;
  }
}
.founder-info .thumb img {
  border-radius: 50%;
}
.founder-info .content .name {
  margin-bottom: 0;
}
.founder-info .content .designation {
  font-size: 16px;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec-title .sub-title {
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
  margin-left: 30px;
  text-transform: uppercase;
}
.sec-title .sub-title:after {
  position: absolute;
  right: 100%;

  top: 50%;
  height: 3px;
  width: 20px;
  margin-right: 10px;
  margin-top: -1px;
  background: black;
  content: "";
}

.sec-title {
  position: relative;
  margin-bottom: 32px;
}

.aboutShape {
  width: 630px;
  height: 783px;
  top: -370px;
  left: 0;
  background-image: url(../img/sysmic/aboutShape.png);
  z-index: -1;
}

.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.feature-icon {
  color: #176b96;
  font-size: 1.5rem;
  margin-right: 15px;
}
.feature-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.feature-item {
  margin-bottom: 10px;
}
.feature-title small {
  color: #666;
  margin: 0 !important;
  font-weight: normal;
  font-size: 16px;
  margin-left: 4px;
}

.project-count-wrap {
  background-color: white;
  position: relative;
  width: 100%;
  height: 159px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #020e28;
  height: 100%;
  padding-bottom: 31px;
  transition: all 0.4s ease-in-out;
}
.project-count-wrap:hover {
  border-color: #176b96;
}
.project-count-wrap:hover .icon {
  background-color: #176b96;
}
.project-count-wrap:hover .icon:before {
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #176b96 transparent transparent transparent;
}
.project-count-wrap:hover .icon img {
  transform: rotateY(180deg);
}
.project-count-wrap .icon {
  position: relative;
  background-color: #020e28;
  text-align: center;
  line-height: 100px;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 103px;
  transition: all 0.4s ease-in-out;
}
.project-count-wrap .icon:before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #020e28 transparent transparent transparent;
  transform: rotate(0deg);
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.project-count-wrap .icon img {
  transition: all 0.4s ease-in-out;
}
.project-count-wrap .content {
  text-align: center;
  margin-top: -36px;
}
.project-count-wrap .content .counter-title {
  font-size: 36px;
  font-weight: 700;
}
.project-count-wrap .content .text {
  color: #868686;
  font-size: 16px;
  font-weight: 400;
}

.about-number-stripe .active {
  border-color: #176b96;
}
.about-number-stripe .active .icon {
  background-color: #176b96;
}
.about-number-stripe .active .icon:before {
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #176b96 transparent transparent transparent;
}

.about-number-stripe {
  margin-top: 2rem;
  padding: 1rem 0 2rem 0;
}
.about-service-heading {
  margin-bottom: 7rem !important;
}

.space {
  margin-bottom: 70px;
}

/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */

.btn-transparent {
  background-color: transparent;
  color: #0F6C95;
  padding: 20px 30px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  z-index: 2;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  border: 1px solid #0F6C95;
  text-transform: capitalize;
}
.btn-transparent i {
  margin-left: 10px;
}
.btn-transparent:after {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  content: "";
  background-color: #176b96;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.btn-transparent:hover {
  color: white;
  border: 1px solid #176b96;
}
.btn-transparent:hover:after {
  left: 0%;
  right: auto;
  width: 100%;
}

.nblue-bg {
  background-color: #4091b24a !important;
}
.bor-bottom {
  border-bottom: 1px solid #fff;
}
.section__white {
  text-shadow: -1px -1px 0 #0F6C95, 1px -1px 0 #0F6C95, -1px 1px 0 #0F6C95,
    1px 1px 0 #0F6C95;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff !important;
}
.section__white a {
  color: #fff !important;
}
@media (max-width: 991px) {
  .section__white {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .section__white {
    font-size: 26px;
  }
}
.title-sm {
  color: #176b96;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.title-sm img {
  margin-right: 10px;
}
.section-padding-2 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding-2 {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-2 {
    padding: 80px 0;
  }
}
.service-style-1 .service__content-2 {
  padding: 30px 0;
  position: relative;
}
.service-style-1 .service__content-2.service__content-2:last-child {
  padding-bottom: 0 !important;
}
.service-style-1 .service__content-2:hover .service-icon a {
  background-color: white;
  color: #176b96;
}
.service-style-1 .service__content-2:hover .service-hover {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.service-style-1 .service__content-2 .service-icon a {
  background-color: rgba(255, 255, 255, 0.1);
  height: 52px;
  width: 52px;
  display: inline-block;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.service-style-1 .service__content-2 p {
  color: #024c6c;
  margin-top: 10px;
}
.service-style-1 .service__content-2 .service-hover {
  width: 286px;
  height: 334px;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
@media (max-width: 991px) {
  .service-style-1 .service__content-2 .service-hover {
    width: 200px;
    height: 250px;
  }
}
.service-style-1 .service__content-1 {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .service-style-1 .service__content-1 .service__content-heading {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.service-style-1 .service__content-1 .btn-transparent {
  padding: 13px 40px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*** 

====================================================================
    Services Section Three
====================================================================

***/
.services-section-three {
  padding: 4rem 160px;
}
@media (max-width: 1199.98px) {
  .services-section-three {
    padding: 0 0 96px;
  }
}
@media (max-width: 991.98px) {
  .services-section-three {
    padding: 0 0 66px;
  }
}
.services-section-three .content-column .inner-column {
  margin-right: -10px;
}
@media (max-width: 1199.98px) {
  .services-section-three .content-column .inner-column {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.services-section-three .content-column .inner-column .sec-title {
  margin-bottom: 32px;
}
.services-section-three .content-column .inner-column .list-style-two li {
  color: vwhite;
}
.services-section-three
  .content-column
  .inner-column
  .list-style-two
  li:before {
  color: white;
}
.services-section-three .content-column .inner-column .theme-btn {
  margin-top: 50px;
}

.services-block-three.pull-up {
  position: relative;
  top: 64px;
}
@media (max-width: 1199.98px) {
  .services-block-three.pull-up {
    top: 0;
  }
}
.services-block-three .inner-box {
  position: relative;
  margin-bottom: 24px;
}
.services-block-three .inner-box:hover:before {
  height: 100%;
}
.services-block-three .inner-box:hover .content-box .title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.services-block-three .inner-box:hover .content-box .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.services-block-three .inner-box:hover .content-box .list-style-two {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.services-block-three .inner-box .image-box .image img {
  width: 100%;
  height: 250px;
}
.services-block-three .content-box {
  position: absolute;
  padding: 37px 20px 37px 30px;
  top: 0;
  left: 0;
  z-index: 2;
}
.services-block-three .content-box .title {
  color: white;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-block-three .content-box .text {
  color: white;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-block-three .content-box .theme-btn {
  padding: 10px 18px 10px 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-block-three .list-style-two {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin-bottom: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-block-three .list-style-two li {
  color: #176b96;
}
.services-block-three .list-style-two li:before {
  color: #176b96;
}
.services-block-three .content .inner {
  background-color: #0f6c95;
  padding: 15px;
}
.services-block-three .content .inner span {
  font-size: 12px;
  text-transform: uppercase;
}
.services-block-three .content .inner .title {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.2em;
}

.list-style-two {
  list-style: none; /* Removes default list styling */
  padding: 0;
  margin: 0;
}

.list-style-two li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px; /* Adjust text size */
  color: #333; /* Text color */
  font-family: Arial, sans-serif; /* Font family */
}

.list-style-two li i {
  color: #176b96; /* Green color for the tick icon */
  margin-right: 10px; /* Space between icon and text */
  font-size: 18px; /* Adjust icon size */
}

#about-page-2 {
  position: relative;
  height: auto;
}

#about-page-2 .shape-3 {
  position: absolute;
  bottom: 161px;
  left: 0;
}
@media (max-width: 1899px) {
  #about-page-2 .shape-3 {
    bottom: 0;
    left: 0;
    width: 14%;
  }
}
@media (max-width: 767px) {
  #about-page-2 .shape-3 {
    display: none;
  }
}

#about-page-2 .sec-title h2 {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  #about-page-2 .sec-title h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* // ================================================================= */
/* vehicle css  */
/* // ================================================================= */

.vehicle {
  position: relative !important;
  background-color: #020e28 !important;
  /* background-image: url('../img/sysmic/sky\ \(2\).jpg'); */
  background-size: cover; /* Ensures the image covers the whole element */
  background-position: center; /* Centers the image */
  padding: 2rem 0 0 0;
}

.title-vehicle {
  font-size: 3rem;
  margin: 0 auto;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
  position: relative;
}

.title-vehicle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #176b96;

  margin: 10px auto 30px auto;
}

.card-content {
  padding: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  gap: 2rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  opacity: 0;
  transform: translateX(100%); /* Start off-screen */
}

@media (max-width: 450px) {
  .card-content {
    flex-direction: column;
    gap: 1rem;
  }
  .vehicle .left {
    flex-direction: column-reverse !important;
  }
}

.card-content.left {
  transform: translateX(-100%); /* Start off-screen from left */
}

.card-content.right {
  transform: translateX(100%); /* Start off-screen from right */
}

.card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #112d3b8f, #1a95d382);
  clip-path: polygon(90% 1%, 100% 50%, 90% 100%, 0% 100%, 0 60%, 0% 0%);
  transition: left 0.5s ease;
  z-index: -1;
}

.card-content:hover h3 {
  color: white;
}

.card-content:hover::before {
  left: 0;
}

.card-content img {
  width: 300px;
  height: 200px;
  object-fit: contain;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.card-content h3 {
  font-size: 2.5rem;
  color: white;
  letter-spacing: 2px;

  margin: 20px 0;
  font-weight: 800;
}

.card-content h3 span {
  font-weight: bold;
}

.card-content.visible {
  transform: translateX(0); /* Bring element to its normal position */
  opacity: 1;
}

/* Unique card classes */

/* Responsive Styles */
@media (max-width: 768px) {
  .card-content .card-img {
    height: 250px; /* Reduce image height */
  }

  .card-content h3 {
    font-size: 22px; /* Adjust font size */
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 26px; /* Smaller title font size */
  }

  .card-content {
    padding: 20px; /* Reduce padding */
  }

  .card-content .card-img {
    height: 200px; /* Further reduce image height */
  }

  .card-content h3 {
    font-size: 18px; /* Adjust font size */
  }
}

/* <!-- -------------------- -->
<!-- -------------------- -->
<!-- -------------------- -->
<!-- -------------------- --> */

.cs-max-w-640 {
  max-width: 640px;
  margin: auto;
}
.container-fluid {
  margin: 0px;
  padding: 0px;
}
.cs_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
  backdrop-filter: blur(5px); /* Adds a blur effect on the background */
  -webkit-backdrop-filter: blur(5px); /* For Safari compatibility */
}

::-webkit-scrollbar {
  width: 5px;
  background: rgba(0, 64, 65, 0.1);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #004041;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: #d40511;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-text_b_line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cs-text_b_line i {
  color: #d40511;
  line-height: 0px;
}
.cs-text_b_line span {
  display: inline-block;
  position: relative;
  color: #0a0a0a;
  font-family: "Radio Canada Big";
}
.cs-text_b_line.cs_white_color span {
  color: #fff;
}
.cs-text_b_line.cs_white_color i {
  color: #fff;
}
.cs-text_b_line span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}
.cs-text_b_line:hover span::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.logi-splite {
  position: relative;
  overflow: hidden;
}
.logi-splite .split-parent {
  overflow: hidden;
}
.logi-splite .split-child {
  display: inline-block;
}
.cs-service-items-fullw .row {
  margin-left: 0px;
  margin-right: 0px;
}
.cs-service-items-fullw .cs-service-items-in .container-fluid .row .col-lg-3 {
  margin: 0px;
  padding: 0px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content {
  position: relative;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 400px;
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content
  .cs-service-item-img {
  opacity: 0;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(1) translateY(5%);
  height: 100%;
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content
  .cs-service-item-img
  img {
  /* -o-object-fit: contain; */
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
  height: 100% !important;
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content
  .cs-ser-content {
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content
  .cs-ser-content
  h4 {
  margin-bottom: 15px;
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content:hover
  .cs-service-item-img {
  opacity: 1;
  transform: scale(1.2) translateY(-1%);
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content:hover
  .cs-ser-icon
  i {
  font-size: 100px;
  z-index: 3;
  position: relative;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 10px;
  top: 10px;
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content-in
  .cs-ser-icon {
  text-align: right;
}
.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content-in
  .cs-ser-icon
  i {
  font-size: 175px !important;
  text-align: right;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: font-size 0.4s ease;
}
@media screen and (max-width: 567px) {
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
    left: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1500px) {
  .cs-service-items-fullw
    .cs-service-items-in
    .cs-serivce-item-content
    .cs-ser-content {
    margin-right: 20px !important;
  }
  .cs-service-items-fullw
    .cs-service-items-in
    .cs-serivce-item-content-in
    .cs-ser-icon
    i {
    font-size: 75px;
  }
  .cs-service-items-fullw
    .cs-service-items-in
    .cs-serivce-item-content
    .cs-ser-content
    h4 {
    font-size: 28px;
  }
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
    left: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.cs-service-items-fullw
  .cs-service-items-in
  .cs-serivce-item-content
  .cs-ser-content
  h4 {
  font-size: 28px;
  color: white !important;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 2px 2px 2px #000;
}

.manwithtrolly {
  position: absolute;
  width: auto;
  height: 100px;
  bottom: 0;
  opacity: 0; /* Initially hidden */
}

.services-block-three .image-box {
  overflow: hidden; /* Ensures the image does not overflow */
}

.services-block-three .image-box img {
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.services-block-three:hover .image-box img {
  transform: scale(1.3); /* Scale up the image on hover */
}

.about-second-part {
  background-color: #83dcff45;
}

#mansRoad {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #424242;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  right: 0;
}

#mansRoad::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: repeating-linear-gradient(
    to right,
    white 0%,
    white 20px,
    transparent 20px,
    transparent 40px
  );
}

.about-3-part::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, #ddf6ff, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.image-wrapper {
  display: flex !important;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.image-left {
  position: relative;
  top: 25px; /* Moves left image slightly down */
}

.image-right {
  position: relative;
  top: -25px; /* Moves right image slightly up */
}

.image-left img,
.image-right img {
  width: 100%; /* Make it responsive */
  max-width: 300px; /* Maintain original width */
  height: auto;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.image-left img:hover,
.image-right img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .image-wrapper {
    flex-direction: column; /* Stack images on smaller screens */
    gap: 10px; /* Reduce gap */
  }

  .image-left,
  .image-right {
    top: 0; /* Reset positioning */
  }

  .image-left img,
  .image-right img {
    /* max-width: 90%; Adjust width for smaller screens */
  }
}

.hometruck {
  z-index: 10;
}
