body:not(.no-js) .image-wrap{transition:1s ease-out;transition-delay:0.2s;position:relative;width:auto;height:auto;overflow:hidden;clip-path:polygon(0 0,0 0,0 100%,0 100%);visibility:hidden}body:not(.no-js) .image-wrap img{transform:scale(1.3);transition:2s ease-out}body:not(.no-js) .animating .image-wrap{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);visibility:visible;transform:skewY(0)}body:not(.no-js) .animating img{transform:scale(1);transition:4s ease-out}body:not(.no-js) .fadeup{opacity:0;transition:0.4s ease-out;transform:translateY(40px)}body:not(.no-js) .fading-up{opacity:1;transition:1s ease-out;transform:translateY(0px);transition-delay:0.7s}.service-sidebar h3{color:#fff;padding:15px;border-radius:10px;margin-bottom:0;font-family:'Barlow Semi Condensed';font-size:2rem}.service-list{list-style:none;padding:0;margin:0}.et-menu a:hover{opacity:1.7!important;color:#d4a017!important;text-decoration:underline}.service-list li{margin-bottom:10px}.service-list li a{display:flex;align-items:center;text-decoration:none;color:#000;background:#f7f7f7;padding:14px 13px;border-radius:8px;transition:.4s;font-weight:500;font-family:'Barlow Semi Condensed';font-size:1.1rem}.service-list li a:hover{background:#d4a017;color:#fff;transform:translateX(5px)}.service-list li.active a{background:#d4a017;color:#fff;font-weight:600;box-shadow:0 5px 15px rgba(212,160,23,.35)}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;position:relative}.grid-img{position:relative;overflow:hidden;border-radius:28px;box-shadow:0 15px 40px rgba(0,0,0,0.12),0 5px 15px rgba(0,0,0,0.08);transition:0.5s ease;cursor:pointer;animation:floatImage 4s ease-in-out infinite}.grid-img img{width:100%;height:100%;object-fit:cover;transition:0.5s ease}.img1{height:260px}.img2{height:270px;margin-top:40px}.img3{height:273px;margin-top:-50px}.img4{height:260px}.grid-img:hover{transform:translateY(-10px) scale(1.04);box-shadow:0 25px 60px rgba(0,0,0,0.22),0 10px 25px rgba(37,99,235,0.22)}.grid-img:hover img{transform:scale(1.1)}.grid-img::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.35),rgba(0,0,0,0.05));opacity:0;transition:0.5s}.grid-img:hover::after{opacity:1}@keyframes floatImage{0%{transform:translateY(0px)}50%{transform:translateY(-8px)}100%{transform:translateY(0px)}}.et_pb_menu__wrap{gap:30px}.copyright p{display:flex;gap:12px;justify-content:center}.et_pb_slide{padding:0 3%}ul.footlinks li{list-style-type:none}ul.footlinks li a{color:#fff;font-family:'Barlow Semi Condensed;
    font-size: 1rem;
    line-height: 2;
}
/* Enable 3D */
/* .et_pb_slider {
  perspective: 1800px;
  overflow: hidden;
} */

/* Slides */
.et_pb_slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transform-origin: left center;
  backface-visibility: hidden;
  transition: transform 1.2s ease, opacity 1.2s ease;
}
/* Active slide */
.et-pb-active-slide {
  transform: rotateY(0deg);
  z-index: 3;
  opacity: 1;
}

/* Curl out (like page turning) */
.curl-out {
  transform: rotateY(-80deg) scale(0.95);
  opacity: 0;
  z-index: 2;
}

/* Incoming page */
.curl-in {
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 3;
}

/* Hidden slides */
.et_pb_slide:not(.et-pb-active-slide) {
  transform: rotateY(90deg);
  opacity: 0;
}
/* Curl shadow layer */
.et_pb_slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.15),
    transparent );
  transform-origin: right;
  transform: skewY(0deg);
  opacity: 0;
  transition: all 0.8s ease;
}

/* Activate curl shadow */
.curl-out::before {
  opacity: 1;
  transform: skewY(-10deg) scaleX(1.2);
}
.et_pb_slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(255,255,255,0.6),
    transparent  );
  opacity: 0;
  transition: all 0.6s ease;
}

.curl-out::after {
  opacity: 1;
}

.seviceareas .et_pb_column: hover {
    background-blend-mode: difference;
    transition: 0.5s ease-in-out;
}
.seviceareas .et_pb_column {
    background-blend-mode: normal;
    transition: 0.5s ease-in-out;
}
.et_pb_section_1_tb_header.et_pb_section.et_section_regular.et_flex_section.et_pb_sticky.et_pb_sticky--top {
    -webkit-backdrop-filter: blur(10px)!important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, .051);
    background: #ffffffa3 !important;
}

/* slider css * */


    /* MAIN WRAPPER */
    .wrap {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      position: relative;
    }

    /* Swiper container customization */
    .swiper {
      width: 100%;
      overflow: hidden;
      padding: 8px 4px 20px 4px;
    }

    .swiper-wrapper {
      display: flex;
      align-items: stretch;
      height: auto;
    }

    /* SLIDE CARD - identical design */
    .swiper-slide {
      height: fit-content;
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.2s ease;
      margin: 0;
    }

    .swiper-slide:hover {
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    }

    .slide-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      background: #eaeef2;
    }

    .body {
      padding: 22px 20px 20px;
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
.services .et_pb_blurb .et_pb_blurb_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    top: 0;
}
    .title {
      font-weight: 800;
      font-size: 18px;
      letter-spacing: 1.8px;
      color: #1a1a1a;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .desc {
      font-size: 14px;
      color: #5a5a5a;
      line-height: 1.55;
      flex: 1;
      margin-bottom: 20px;
    }

    .btn {
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      color: #111;
      padding: 12px 0;
      border-top: 1px solid #e0e0e0;
      width: 100%;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
      background: none;
      border-left: none;
      border-right: none;
      border-bottom: none;
    }

    .btn:hover {
      color: #c0392b;
      border-color: #c0392b;
      background: #fff8f7;
    }

    /* Custom Navigation Arrows (matching original style) */
    .swiper-button-prev,
    .swiper-button-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 20;
      width: 44px;
      height: 44px;
      background: #ffffff;
      border: 1.5px solid #cfcfcf;
      border-radius: 50%;
      transition: all 0.2s ease-in-out;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      cursor: pointer;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
      font-size: 18px;
      font-weight: bold;
      color: #2c2c2c;
      transition: color 0.2s;
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      background: #c0392b;
      border-color: #c0392b;
    }

    .swiper-button-prev:hover:after,
    .swiper-button-next:hover:after {
      color: #ffffff;
    }

    .swiper-button-prev {
      left: -22px;
    }

    .swiper-button-next {
      right: -22px;
    }

    /* Custom Pagination Dots */
    .swiper-pagination {
      position: relative;
      bottom: 0;
      margin-top: 28px;
      display: flex;
      justify-content: center;
      gap: 12px;
    }

    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #cbcbcb;
      opacity: 1;
      border-radius: 50%;
      transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      margin: 0 !important;
    }

    .swiper-pagination-bullet-active {
      background: #c0392b;
      transform: scale(1.28);
      box-shadow: 0 0 5px rgba(192, 57, 43, 0.4);
    }

    /* Responsive adjustments for arrows */
    @media (max-width: 680px) {

      .wrap {
        max-width: 480px;
      }
      .swiper-button-prev,
      .swiper-button-next {
        width: 38px;
        height: 38px;
      }
      .swiper-button-prev {
        left: -8px;
      }
      .swiper-button-next {
        right: -8px;
      }
      .body {
        padding: 18px 14px 16px;
      }
      .slide-img {
        height: 190px;
      }
    }

    @media (min-width: 681px) and (max-width: 1023px) {
      .wrap {
        max-width: 900px;
      }
      .swiper-button-prev {
        left: -12px;
      }
      .swiper-button-next {
        right: -12px;
      }
    }

    @media (min-width: 1024px) {
      .swiper-button-prev {
        left: -24px;
      }
      .swiper-button-next {
        right: -24px;
      }
    }

    /* small tap highlight removal */
    .swiper-button-prev,
    .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
    }


.services .et_pb_blurb img {
    height: 53vh;
    width: 100%;
    object-fit: fill;
    filter: drop-shadow(2px 4px 6px black);
}

/* proces flow */

/* ============================= */
/* PROCESS FLOW SECTION */
/* ============================= */

.process-tag{
  display: inline-block;
  background: rgba(255,255,255,0.08);
  color: #8ec829;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
	margin: 0 auto;
}
.text-center.mb-5 {
    text-align: center;
}


.process-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.process-card {
    width: 18%;
    border-radius: 0;
    padding: 31px 14px;
    text-align: left;
    position: relative;
    transition: 0.4s ease;
    overflow: hidden;
	border-right: 1px solid #494949;
}

.process-card:hover{
  transform: translateY(-10px);
}

.process-number{
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  font-weight: 800;
  color: rgba(255,255,255,0.06);
}

.process-icon {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg,#d4a017,#d4a017);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(56,189,248,0.35);
}

.process-card h4{
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
	font-family: 'Barlow Semi Condensed';
}

.process-card p{
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.7;
  font-family: 'Barlow Semi Condensed'}.process-arrow{font-size:28px;color:#8ec828;animation:arrowMove 1.5s infinite;display:none}@keyframes arrowMove{0%{transform:translateX(0)}50%{transform:translateX(10px)}100%{transform:translateX(0)}}@media(max-width:991px){.process-wrapper{flex-direction:column}.process-arrow{transform:rotate(90deg)}.process-title{font-size:38px}}@media(max-width:576px){.process-title{font-size:30px}.process-card{width:100%}}