.ol_hmbanner {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 750px;
  background: transparent;
  padding: 0px;
  z-index: 1;
}

.ol_hmbanner .container {
  width: 100%;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.olhmban_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  border-left: 0px solid var(--themecolor);
  padding-left: 0px;
  margin: auto;
}

.olhmban_wrap>.btn-theme:hover {
  background-color: #fff;
  color: var(--themecolor);
  border: 1px solid #ffffff;
}

.hmban_title {
  font-size: clamp(30px, 30px + (56 - 30) * ((100vw - 575px) / (1920 - 575)), 60px);
  letter-spacing: 0px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  font-family: var(--font-heading);
  max-width: 100%;
  margin: 0px auto 15px;
  color: var(--white);
  text-transform: capitalize;
}

.blue-title {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: clamp(16px, 16px + (20 - 16) * ((100vw - 575px) / (1920 - 575)), 20px);
  line-height: 26px;
  color: var(--text-accent);
  margin-bottom: 4px;
}

.olhmban_wrap>.left-side>p {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--white);
  margin-bottom: 36px;
}

.hmban_cotent {
  font-family: var(--font-heading);
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0px 40px;
  text-transform: NONE;
  display: inline-block;
  position: relative;
}

.olhmban_wrap>.left-side {
  width: calc(100% - 532px);
  max-width: 845px;
  text-align: left;
}

.olhmban_wrap>.right-side {
  width: 532px;
  display: inline-block;
}

.banner-form {
  background: var(--white);
  padding: 40px 50px 50px 50px;
  border-radius: 10px;
}

.form-theme-head .heading-40 {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  font-size: clamp(26px, 26px + (40 - 26) * ((100vw - 575px) / (1920 - 575)), 40px);
  line-height: 1.2;
  color: var(--text-primary);
}

ul.js_hmbanner .slick-slide>div>li {
  display: block !important;
  padding-left: 0;
  margin-bottom: 0;
}

ul.js_hmbanner {
  position: relative;
  margin-bottom: 0 !important;
  margin: 0;
}

ul.js_hmbanner li {
  list-style-type: none;
}

.js_hmbanner:not(.slick-initialized) {
  z-index: 0;
}

.js_hmbanner:not(.slick-initialized)>li {
  padding-left: 0;

  &::after {
    display: none;
  }
}

.js_hmbanner>li:before {
  display: none;
}

.js_hmbanner:not(.slick-initialized)>li:not(:nth-child(-n + 1)) {
  display: none;
}

.js_hmbanner.slick-arrow .slick-prev {
  left: calc(0% + 20px);
  right: unset;
  top: calc(50% + 20px) !important;
  bottom: unset;
}

.js_hmbanner.slick-arrow .slick-next {
  right: calc(0% + 20px);
  left: unset;
  top: calc(50% + 20px) !important;
  bottom: unset;
}

.bannerimgvid {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
}

.bannerimgvid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bannerimgvid {
  margin-right: 0;
  margin-left: auto;

  &::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(283.97deg, rgba(0, 0, 0, 0) 25.25%, rgba(0, 0, 0, 0.6) 71.44%);
    background-blend-mode: multiply;
  }
}

.sec_hmbanner {
  position: relative;
  margin-top: 0px;
}

.sec_hmbanner ul li {
  padding-left: 0;
}

.sec_hmbanner ul li::before {
  display: none;
}

/* ---------- Review Box Wraper ---------- */
.ol_hmbanner .review-box-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ol_hmbanner .review-box-wraper .google-review-box {
  background: rgba(4, 4, 4, 0.5);
  max-width: unset;
  margin-inline: unset;
}

.ol_hmbanner .review-box-wraper .google-review-box .google-review-img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--white);
}

.ol_hmbanner .review-box-wraper .google-review-box:nth-last-child(-n+2) .google-review-img img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(33%) saturate(3135%) hue-rotate(177deg) brightness(101%) contrast(97%);
}

.ol_hmbanner .review-box-wraper .google-review-box .google-review-metadata .heading-16,
.ol_hmbanner .review-box-wraper .google-review-box .google-review-metadata p.f-14 {
  color: var(--white);
}

/* ----- Badge group wrapper ----- */
.hero-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-badges-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  row-gap: 15px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 12px;
  background: rgb(56, 182, 255, 0.30);
  border-radius: 4px;
  white-space: nowrap;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  flex-shrink: 0;
}

/* Blue dot */
.hero-badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

/* ── Service wrapper ──────── */
.service-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ── Service card ──────── */
.service-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 520 / 627;
  cursor: pointer;
}

/* Card background image — full cover */
.service-box-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.service-box-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      transparent 0%,
      transparent 22%,
      rgba(0, 0, 0, 0.30) 45%,
      rgba(0, 0, 0, 0.85) 100%);
}

/* ── Card content: pinned to bottom ─────── */
.service-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px 30px 40px;
  display: flex;
  justify-content: space-between;
}

/* ── Title accent underline ────── */
.service-box-title-wrap {
  margin-bottom: 12px;
}

.service-box-title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  display: block;
  width: 13px;
  height: 2px;
  background: var(--primary);
}

.service-box-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: var(--white);
}

.service-page .service-box-title {
  font-size: clamp(20px, 20px + (24 - 20) * ((100vw - 575px) / (1920 - 575)), 24px);
  line-height: 1.2;
}

.service-page .service-box-title-wrap::after {
  top: 14px;
}

/* ── Card description ── */
.service-box-desc {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 362px;
}

/* ── Arrow button ── */
.service-box-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.service-box:hover .service-box-arrow {
  transform: scale(1.08);
  background: var(--gradient-cta-primary);
  box-shadow: 0 4px 16px rgba(56, 182, 255, 0.45);

  & img {
    filter: brightness(0) invert(1);
  }
}

/* ── View All Services button ── */
.equipment-sec .intro-head-sec {
  max-width: 900px;
}

.service-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.service-cta-wrap::before,
.service-cta-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
  max-width: 696px;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 32px;
  border: 1px solid var(--white);
  border-radius: 2px;
  background: transparent;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-view-all:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* --------------- Equipment Sec ------------- */
:root {
  --gradient-card: linear-gradient(133deg, #ffffff 29%, #d4eefe 100%);
}

.equip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.equip-card {
  position: relative;
  background: var(--gradient-card);
  outline: 1px solid var(--color-card-border);
  border-bottom: 2px solid var(--secondary);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.equip-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 36px 44px 0 44px;
}

.equip-card-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--dark);
  max-width: 220px;
}

.equip-card-icon {
  flex-shrink: 0;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--primary);
}

.equip-card-icon svg {
  width: 100%;
  height: 100%;
}

.equip-card-divider {
  width: 100%;
  height: 1px;
  background: rgb(56, 182, 255, 0.2);
  margin-bottom: 18px;
  flex-shrink: 0;
}

.equip-card-body {
  position: relative;
  flex: 1;
  padding: 0 0 44px 44px;
}

.equip-card-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  user-select: none;
}

.equip-card-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 256px;
}

.content-wrapper ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-family: var(--font-ui);
  font-weight: var(--font-weight-regular);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-body);
  position: relative;
  padding-left: 30px;
}

.content-wrapper ul li::before {
  top: 4px;
  width: 18px;
  height: 18px;
}

/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1800px) {}

@media (max-width: 1599.98px) {
  .js_hmbanner.slick-arrow .slick-prev {
    left: calc(50% - 45px);
    top: calc(100% - 30px) !important;
  }

  .js_hmbanner.slick-arrow .slick-next {
    right: calc(50% - 45px);
    top: calc(100% - 30px) !important;
  }

  .ol_hmbanner .container {
    padding: 0 15px;
  }

  .olhmban_wrap>.left-side {
    width: calc(100% - 495px);
    max-width: 815px;
  }

  .olhmban_wrap>.right-side {
    width: 495px;
  }

  .banner-form {
    padding: 30px;
  }

  .form-theme-head .heading-40 {
    margin-bottom: 20px;
  }

  /* ----------- Service Section ------------ */
  .service-wrapper {
    gap: 30px;
  }

  .service-box-content {
    padding: 0 30px 30px 30px;
  }

  .service-box-title-wrap {
    margin-bottom: 10px;
  }

  .service-box-title {
    font-size: 24px;
    line-height: 1.4;
  }

  /* --------------- Equipment Sec ------------- */
  .equip-grid {
    gap: 30px;
  }

  .equip-card-header {
    margin-bottom: 15px;
    padding: 32px 35px 0 35px;
  }

  .equip-card-divider {
    margin-bottom: 15px;
  }

  .equip-card-body {
    padding: 0 0 35px 35px;
  }

  .equip-card-img {
    max-width: 195px;
  }
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {

  ul.js_hmbanner li>img {
    min-height: 450px;
    object-fit: cover;
  }

  .olhmban_wrap>.left-side {
    padding-right: 30px;
  }

  .olhmban_wrap>.left-side {
    width: calc(100% - 450px);
    max-width: 655px;
  }

  .olhmban_wrap>.right-side {
    width: 450px;
  }

  .olhmban_wrap>.left-side>p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .banner-form {
    padding: 20px;
  }

  .hmban_title {
    line-height: 1.2;
  }

  .hero-badges.mb-50 {
    margin-bottom: 30px;
  }

  .hero-badges-row {
    gap: 10px;
    row-gap: 10px;
  }

  /* ---------- Review Box Wraper ---------- */

  .ol_hmbanner .review-box-wraper .google-review-box {
    padding: 10px;
  }

  .ol_hmbanner .review-box-wraper .google-review-box .google-review-metadata {
    width: calc(100% - 50px);
  }

  .ol_hmbanner .review-box-wraper .google-review-box .google-review-img {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  /* ----------- Service Section ------------ */

  .service-wrapper {
    gap: 25px;
  }

  .service-box-content {
    padding: 0 20px 20px 20px;
  }

  .service-box-title-wrap {
    margin-bottom: 8px;
  }

  .service-box-title-wrap::after {
    top: 12px;
  }

  .service-box-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .service-box-desc {
    line-height: 20px;
  }

  .service-box-arrow {
    width: 35px;
    height: 35px;
  }

  .service-cta-wrap {
    gap: 20px;
  }

  .btn-view-all {
    padding: 0 25px;
  }

  /* --------------- Equipment Sec ------------- */
  .equip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .equip-card-body ul {
    max-width: 300px;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

  /* ----- Ul LI ----- */
  .content-wrapper ul li {
    line-height: 1.3;
    padding-left: 25px;
  }

  .content-wrapper ul li::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }

  .olhmban_wrap {
    max-width: 100%;
  }

  .olhmban_wrap>.left-side {
    padding-right: 20px;
  }

  .olhmban_wrap>.right-side {
    width: 410px;
  }

  .olhmban_wrap>.left-side {
    width: calc(100% - 410px);
    max-width: 520px;
  }

  /* ----------- Service Section ------------ */
  .service-box-title-wrap {
    margin-bottom: 0;
  }

  .service-box-title-wrap::after {
    top: 15px;
  }

  .service-box-title {
    font-size: 18px;
    line-height: 1.1;
  }

  .service-box-desc {
    display: none;
  }

  .service-meta-wrap {
    display: flex;
    align-items: center;
  }

  /* --------------- Equipment Sec ------------- */
  .equip-card-icon img {
    width: 60px;
  }

  .equip-card-body ul {
    max-width: 280px;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .hmban_cotent {
    font-size: 16px;
    margin: 0 0px 25px;
  }

  .ol_hmbanner {
    min-height: unset;
    padding-block: 60px;
  }

  .olhmban_wrap {
    max-width: 100%;
    text-align: center;
    justify-content: center;
    gap: 20px;
  }

  .olhmban_wrap>.left-side {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .olhmban_wrap>.right-side {
    width: 100%;
    display: none;
  }

  .banner-form {
    width: 100%;
  }

  /* ----------- Service Section ------------ */
  .service-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .service-box {
    aspect-ratio: 520 / 360;
  }

  /* --------------- Equipment Sec ------------- */
  .equip-card-header {
    padding: 25px 25px 0 25px;
  }

  .equip-card-body {
    padding: 0 0 25px 25px;
  }

  .equip-card-icon {
    height: auto;
  }

  .equip-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .equip-card-img {
    opacity: 0.3;
  }

  .equip-card-icon img {
    width: 55px;
  }

}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {

  .ol_hmbanner {
    padding-block: 40px;
  }

  .hmban_cotent {
    font-size: 14px;
  }

  /* common-spacing */
  .olhmban_wrap>.left-side {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .olhmban_wrap {
    max-width: 100%;
  }

  .bannerimgvid>.img-wrap {
    &::after {
      width: 106%;
      background: #02277e;
      opacity: 0.85;
    }
  }

  .olhmban_wrap>.left-side>p {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .hmban_title {
    margin: 0px auto 10px;
  }

  .ol_hmbanner {
    min-height: auto;
  }

  /* ----------- Service Section ------------ */
  .service-box-content {
    padding: 0 15px 15px 20px;
  }

  .service-box-title-wrap::after {
    top: 13px;
  }

  .service-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .service-box {
    aspect-ratio: 520 / 400;
  }

  .service-box-title {
    font-size: 16px;
    line-height: 1;
  }

  .service-box-arrow {
    width: 30px;
    height: 30px;
  }

  .btn-view-all {
    font-size: 14px;
    padding: 0 22px;
    height: 45px;
  }

  /* --------------- Equipment Sec ------------- */
  .equip-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .ol_hmbanner {
    padding-block: 20px;
  }

  .js_hmbanner.slick-arrow .slick-next,
  .js_hmbanner.slick-arrow .slick-prev {
    top: calc(100% - 17px) !important;
    align-items: flex-start;
    text-align: left;
  }

  .hmban_title {
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 0px;
  }

  .olhmban_wrap>.left-side>p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .hmban_cotent {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px;
  }

  .olhmban_wrap {
    max-width: 100%;
    padding: 0px 0;
    text-align: left;
  }

  .olhmban_wrap>.left-side {
    margin-bottom: 0;
  }

  /* ---------- Review Box Wraper ---------- */

  .ol_hmbanner .review-box-wraper {
    gap: 5px;
  }

  .ol_hmbanner .review-box-wraper .google-review-box {
    padding: 6px;
    gap: 5px;
    width: 100%;
  }

  .ol_hmbanner .review-box-wraper .google-review-box .google-review-img {
    width: 34px;
    height: 34px;
  }

  .ol_hmbanner .review-box-wraper .google-review-box .google-review-metadata {
    width: calc(100% - 38px);
  }

  .ol_hmbanner .review-box-wraper .google-review-box .google-review-metadata .heading-16,
  .ol_hmbanner .review-box-wraper .google-review-box .google-review-metadata p.f-14 {
    font-size: 12px;
  }

  /* ----- Badge group wrapper ----- */
  .hero-badges-row {
    gap: 4px;
  }

  .hero-badge-dot {
    width: 6px;
    height: 6px;
  }

  .hero-badge {
    font-size: 11px;
    height: 25px;
    padding: 0 6px;
    gap: 6px;
  }

  /* ----------- Service Section ------------- */

  /* .service-cta-wrap::before,
  .service-cta-wrap::after {
    display: none;
  } */

  .service-cta-wrap {
    gap: 12px;
  }

  .service-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* --------------- Equipment Sec ------------- */
  .equip-card-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 12px;
  }

  .equip-card-divider {
    margin-bottom: 12px;
  }

  .equip-card-body ul {
    max-width: 100%;
  }

  .equip-card-body {
    padding: 0 0 15px 15px;
  }

  .equip-card-icon img {
    width: 50px;
  }

  .equip-card-img {
    max-width: 160px;
  }

  .equipment-sec .intro-head-sec.mb-40 {
    margin-bottom: 30px;
  }

}