.elementor-3734 .elementor-element.elementor-element-a4ce4ed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3734 .elementor-element.elementor-element-f802402.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3734 .elementor-element.elementor-element-92ad0f7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3734 .elementor-element.elementor-element-2142457.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-3734 .elementor-element.elementor-element-e1eec29{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3734 .elementor-element.elementor-element-c35925c.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f802402 *//* HK Sagar - CASAMO Simple Hero */

.hk-casamo-simple-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  padding: 10px 20px 10px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(150, 212, 237, 0.10), transparent 34%),
    linear-gradient(135deg, #07111d 0%, #08182a 48%, #123756 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hk-casamo-simple-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.16;
  pointer-events: none;
}

.hk-casamo-simple-hero::after {
  content: "CASAMO";
  position: absolute;
  right: -62px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(86px, 14vw, 230px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-casamo-simple-hero-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Label */

.hk-casamo-simple-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.14);
  color: #96d4ed;
  border: 1px solid rgba(150, 212, 237, 0.18);
  font-size: 12px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* Heading */

.hk-casamo-simple-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(58px, 8vw, 80px);
  line-height: 0.9;
  font-weight: 550;
  letter-spacing: -4.5px;
}

.hk-casamo-simple-hero p {
  max-width: 720px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
}

/* Buttons */

.hk-casamo-simple-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.hk-casamo-simple-primary-btn,
.hk-casamo-simple-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 17px 30px;
  border-radius: 100px;
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.hk-casamo-simple-primary-btn {
  background: #43b6e5;
  color: #08182a !important;
  box-shadow: 0 18px 44px rgba(67, 182, 229, 0.26);
}

.hk-casamo-simple-primary-btn:hover {
  transform: translateY(-3px);
  background: #96d4ed;
  color: #08182a !important;
}

.hk-casamo-simple-secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hk-casamo-simple-secondary-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}

/* Animation - Elementor Safe */

.hk-casamo-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

body:not(.elementor-editor-active) .hk-casamo-simple-hero-container {
  opacity: 0;
  transform: translateY(26px);
  transition: all 0.8s ease;
}

body:not(.elementor-editor-active) .hk-casamo-simple-hero.hk-casamo-simple-loaded .hk-casamo-simple-hero-container {
  opacity: 1;
  transform: translateY(0);
}

body.elementor-editor-active .hk-casamo-simple-hero-container,
.elementor-editor-active .hk-casamo-simple-hero-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-casamo-simple-hero {
    min-height: 560px;
    padding: 130px 18px 100px;
  }

  .hk-casamo-simple-hero h1 {
    font-size: 72px;
    letter-spacing: -2.8px;
  }

  .hk-casamo-simple-hero p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hk-casamo-simple-hero {
    min-height: 520px;
    padding: 110px 16px 80px;
  }

  .hk-casamo-simple-hero::after {
    display: none;
  }

  .hk-casamo-simple-label {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-casamo-simple-hero h1 {
    font-size: 46px;
    line-height: 1;
    letter-spacing: -1.4px;
  }

  .hk-casamo-simple-hero p {
    margin-top: 20px;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hk-casamo-simple-actions {
    margin-top: 28px;
  }

  .hk-casamo-simple-primary-btn,
  .hk-casamo-simple-secondary-btn {
    width: 100%;
    min-height: 52px;
    padding: 16px 24px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2142457 *//* HK Sagar - CASAMO Overview Section */

.hk-casamo-overview-section {
  position: relative;
  width: 100%;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(8, 24, 42, 0.04), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  overflow: hidden;
}

.hk-casamo-overview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 24, 42, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 24, 42, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.35;
  pointer-events: none;
}

.hk-casamo-overview-section::after {
  content: "LIVING";
  position: absolute;
  right: -64px;
  bottom: -20px;
  color: rgba(8, 24, 42, 0.035);
  font-size: clamp(86px, 13vw, 215px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-casamo-overview-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.hk-casamo-overview-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 58px;
  align-items: center;
}

/* Visual */

.hk-casamo-overview-visual {
  position: relative;
}

.hk-casamo-overview-main-image {
  position: relative;
  height: 640px;
  border-radius: 42px;
  overflow: hidden;
  background: #08182a;
  box-shadow: 0 30px 90px rgba(8, 24, 42, 0.16);
}

.hk-casamo-overview-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 24, 42, 0.58) 100%),
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.16), transparent 42%);
  pointer-events: none;
}

.hk-casamo-overview-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.98) contrast(1.05) saturate(1.03);
  transform: scale(1.02);
  transition: transform 0.9s ease;
}

.hk-casamo-overview-section:hover .hk-casamo-overview-main-image img {
  transform: scale(1.06);
}

.hk-casamo-overview-floating-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 3;
  max-width: 360px;
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(8, 24, 42, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hk-casamo-overview-floating-card span {
  display: block;
  margin-bottom: 10px;
  color: #96d4ed;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-casamo-overview-floating-card strong {
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.7px;
}

/* Content */

.hk-casamo-overview-content {
  position: relative;
}

.hk-casamo-overview-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.12);
  color: #3888bb;
  border: 1px solid rgba(56, 136, 187, 0.14);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-casamo-overview-content h2 {
  max-width: 680px;
  margin: 0;
  color: #08182a;
  font-size: clamp(38px, 5.1vw, 52px);
  line-height: 0.94;
  font-weight: 550;
  letter-spacing: -3px;
}

.hk-casamo-overview-content p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(41, 41, 41, 0.72);
  font-size: 16.5px;
  line-height: 1.74;
  font-weight: 500;
}

.hk-casamo-overview-content .hk-casamo-overview-lead {
  margin-top: 28px;
  color: rgba(8, 24, 42, 0.9);
  font-size: 19px;
  line-height: 1.62;
  font-weight: 550;
}

/* Highlights */

.hk-casamo-overview-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.hk-casamo-highlight-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.13), transparent 44%),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 24, 42, 0.08);
  box-shadow: 0 18px 54px rgba(8, 24, 42, 0.07);
  overflow: hidden;
  transition: all 0.3s ease;
}

.hk-casamo-highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(8, 24, 42, 0.11);
}

.hk-casamo-highlight-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: #3888bb;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 1.4px;
}

.hk-casamo-highlight-card h3 {
  margin: 0;
  color: #08182a;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 550;
  letter-spacing: -0.6px;
}

.hk-casamo-highlight-card p {
  margin: 12px 0 0;
  color: rgba(41, 41, 41, 0.68);
  font-size: 13.5px;
  line-height: 1.52;
  font-weight: 500;
}

/* Button */

.hk-casamo-overview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 16px 30px;
  border-radius: 100px;
  background: linear-gradient(135deg, #123756 0%, #3888bb 100%);
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 550;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(56, 136, 187, 0.22);
  transition: all 0.3s ease;
}

.hk-casamo-overview-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #08182a 0%, #43b6e5 100%);
  color: #ffffff !important;
}

/* Responsive */

@media (max-width: 1080px) {
  .hk-casamo-overview-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hk-casamo-overview-content {
    text-align: center;
  }

  .hk-casamo-overview-content h2,
  .hk-casamo-overview-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hk-casamo-overview-main-image {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .hk-casamo-overview-section {
    padding: 70px 16px;
  }

  .hk-casamo-overview-section::after {
    display: none;
  }

  .hk-casamo-overview-grid {
    gap: 34px;
  }

  .hk-casamo-overview-main-image {
    height: 340px;
    border-radius: 26px;
  }

  .hk-casamo-overview-floating-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 18px;
    border-radius: 20px;
  }

  .hk-casamo-overview-floating-card strong {
    font-size: 21px;
  }

  .hk-casamo-overview-label {
    margin-bottom: 18px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-casamo-overview-content h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1.1px;
  }

  .hk-casamo-overview-content .hk-casamo-overview-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hk-casamo-overview-content p {
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-casamo-overview-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .hk-casamo-highlight-card {
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
  }

  .hk-casamo-highlight-card span {
    margin-bottom: 16px;
  }

  .hk-casamo-overview-btn {
    width: 100%;
    margin-top: 28px;
    padding: 15px 24px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c35925c *//* HK Sagar - CASAMO Process Section */

.hk-casamo-process-section {
  position: relative;
  width: 100%;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top left, rgba(67, 182, 229, 0.13), transparent 34%),
    radial-gradient(circle at bottom right, rgba(150, 212, 237, 0.08), transparent 36%),
    linear-gradient(135deg, #07111d 0%, #08182a 52%, #123756 100%);
  overflow: hidden;
}

.hk-casamo-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.14;
  pointer-events: none;
}

.hk-casamo-process-section::after {
  content: "PROCESS";
  position: absolute;
  right: -72px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(82px, 13vw, 220px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  white-space: nowrap;
  pointer-events: none;
}

.hk-casamo-process-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */

.hk-casamo-process-header {
  max-width: 920px;
  margin: 0 auto 66px;
  text-align: center;
}

.hk-casamo-process-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(67, 182, 229, 0.14);
  color: #96d4ed;
  border: 1px solid rgba(150, 212, 237, 0.18);
  font-size: 12px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hk-casamo-process-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 54px);
  line-height: 0.92;
  font-weight: 550;
  letter-spacing: -3.5px;
}

.hk-casamo-process-header p {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

/* Timeline */

.hk-casamo-process-timeline {
  position: relative;
  display: grid;
  gap: 24px;
}

.hk-casamo-process-timeline::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 38px;
  bottom: 38px;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(67, 182, 229, 0.65) 18%,
    rgba(150, 212, 237, 0.28) 82%,
    transparent 100%
  );
  pointer-events: none;
}

.hk-casamo-process-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 28px;
  align-items: stretch;
  opacity: 1;
  transform: translateY(0);
}

/* Frontend Reveal Only */

body:not(.elementor-editor-active) .hk-casamo-process-card,
body:not(.elementor-editor-active) .hk-casamo-process-cta {
  opacity: 0;
  transform: translateY(34px);
  transition: all 0.8s ease;
}

body:not(.elementor-editor-active) .hk-casamo-process-card.hk-casamo-process-visible,
body:not(.elementor-editor-active) .hk-casamo-process-cta.hk-casamo-process-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Elementor Editor Visibility Fix */

body.elementor-editor-active .hk-casamo-process-card,
body.elementor-editor-active .hk-casamo-process-cta,
.elementor-editor-active .hk-casamo-process-card,
.elementor-editor-active .hk-casamo-process-cta {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Number */

.hk-casamo-process-number {
  position: relative;
  z-index: 3;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.28), transparent 42%),
    linear-gradient(135deg, #43b6e5 0%, #3888bb 100%);
  color: #08182a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.8px;
  box-shadow:
    0 18px 48px rgba(67, 182, 229, 0.22),
    0 0 0 10px rgba(67, 182, 229, 0.08);
}

/* Card Content */

.hk-casamo-process-content {
  position: relative;
  padding: 34px 38px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: all 0.3s ease;
}

.hk-casamo-process-content::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(67, 182, 229, 0.10);
  pointer-events: none;
}

.hk-casamo-process-card:hover .hk-casamo-process-content {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.095);
  border-color: rgba(150, 212, 237, 0.20);
}

.hk-casamo-process-content h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1;
  font-weight: 450;
  letter-spacing: -1.2px;
}

.hk-casamo-process-content p {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.74;
  font-weight: 450;
}

/* CTA */

.hk-casamo-process-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-top: 56px;
  padding: 44px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(67, 182, 229, 0.20), transparent 42%),
    rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

.hk-casamo-process-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.16;
  pointer-events: none;
}

.hk-casamo-process-cta-content {
  position: relative;
  z-index: 2;
}

.hk-casamo-process-cta-content span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #96d4ed;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hk-casamo-process-cta-content h3 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.30;
  font-weight: 550;
  letter-spacing: -2px;
}

.hk-casamo-process-cta-content p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.hk-casamo-process-cta-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 56px;
  padding: 17px 30px;
  border-radius: 100px;
  background: #43b6e5;
  color: #08182a !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 20px 50px rgba(67, 182, 229, 0.26);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hk-casamo-process-cta-btn:hover {
  transform: translateY(-3px);
  background: #96d4ed;
  color: #08182a !important;
}

/* Responsive */

@media (max-width: 991px) {
  .hk-casamo-process-section {
    padding: 90px 18px;
  }

  .hk-casamo-process-header {
    margin-bottom: 52px;
  }

  .hk-casamo-process-header h2 {
    font-size: 56px;
    letter-spacing: -2.3px;
  }

  .hk-casamo-process-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hk-casamo-process-cta-btn {
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hk-casamo-process-section {
    padding: 70px 16px;
  }

  .hk-casamo-process-section::after {
    display: none;
  }

  .hk-casamo-process-header {
    margin-bottom: 38px;
  }

  .hk-casamo-process-header span {
    margin-bottom: 16px;
    padding: 9px 16px;
    font-size: 11px;
    letter-spacing: 1.3px;
  }

  .hk-casamo-process-header h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1.1px;
  }

  .hk-casamo-process-header p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .hk-casamo-process-timeline {
    gap: 18px;
  }

  .hk-casamo-process-timeline::before {
    left: 26px;
    top: 30px;
    bottom: 30px;
  }

  .hk-casamo-process-card {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .hk-casamo-process-number {
    width: 54px;
    height: 54px;
    font-size: 14px;
    box-shadow:
      0 14px 32px rgba(67, 182, 229, 0.20),
      0 0 0 7px rgba(67, 182, 229, 0.08);
  }

  .hk-casamo-process-content {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .hk-casamo-process-card:hover .hk-casamo-process-content {
    transform: none;
  }

  .hk-casamo-process-content h3 {
    font-size: 24px;
    letter-spacing: -0.7px;
  }

  .hk-casamo-process-content p {
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .hk-casamo-process-cta {
    margin-top: 38px;
    padding: 28px 22px;
    border-radius: 26px;
    text-align: left;
  }

  .hk-casamo-process-cta-content h3 {
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -1px;
  }

  .hk-casamo-process-cta-content p {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .hk-casamo-process-cta-btn {
    width: 100%;
    min-width: auto;
    min-height: 52px;
    padding: 16px 24px;
    font-size: 14px;
  }
}/* End custom CSS */