/* Main Container */
.process-section-main {
  width: 100%;
  max-width: 1604px;
  margin: 100px auto 0;
  padding: 0 20px;
  font-weight: 500;
  overflow: hidden;
}

/* Header Styles */
.process-header {
  margin-bottom: 132px;
}

.process-section-main .processs-title {
  font-size: 70px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #000;
  margin-bottom: 16px;
}

.processs-title-highlight {
  color: #ff7415;
}

.process-section-main .process-subtitle {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  color: #000;
  margin: 0;
}

/* Process Grid */
.process-grid {
  margin-top: 32px;
}

.process-grid .col-xl-3,
.process-grid .col-xl-9,
.process-grid .col-xl-4,
.process-grid .col-lg-6,
.process-grid .col-lg-4,
.process-grid .col-md-6,
.process-grid .col-sm-12 {
  margin-bottom: 30px;
}

/* Process Step Wrapper */
.process-step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  margin-bottom: 22px;
  position: relative;
}

/* Process Number */
.process-number {
  font-size: 144px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  position: absolute;
  z-index: 0;
  top: -100px;
  background: linear-gradient(
    180deg,
    #ff7415 21.63%,
    rgba(255, 116, 21, 0) 66.74%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-number.process-number2 {
  background: linear-gradient(180deg, #000 21.63%, rgba(11, 11, 11, 0) 66.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-number.process-number4 {
  background: linear-gradient(180deg, #000 21.63%, rgba(11, 11, 11, 0) 66.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-step-wrapper.process-step-wrapper2 h3 {
  color: #000000;
}

/* Process Image Container */
.process-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.372;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.process-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
}

.process-orange {
  background-color: #ff7415;
}

.process-gray {
  background-color: #3c3c3c;
}

.process-content {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #ff7415;
  font-family: "Clash Display", sans-serif;
  padding: 24px;
  width: 100%;
}

.process-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("https://api.builder.io/api/v1/image/assets/15161154b48645df88fb0490ee5cc09b/75898933b454bcc9dc73f7f8e54e7d8f95679c31?placeholderIfAbsent=true");
  background-color: #ff7415;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.process-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fde8d4;
  border-radius: 20px;
}

.process-content2::after {
  background: #f3eded;
}

.process-content3::after {
  background: #fde8d4;
}

.process-content4::after {
  background: #f3eded;
}

.process-step-title {
  font-size: 32px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  color: #ff7415;
  margin-bottom: 12px;
  line-height: 1.2;
}

.process-step-description {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin: 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .process-grid .col-lg-3 {
    display: flex;
    align-items: stretch;
  }

  .process-grid .col-lg-3 .process-step-wrapper {
    width: 100%;
  }

  .process-step-wrapper.process-step-wrapper2 {
    margin-top: 100px;
  }
}

@media (min-width: 1024px) and (max-width: 1550px) {
  .process-section-main {
    margin-top: 80px;
    padding: 0 30px;
  }

  .process-header {
    margin-bottom: 100px;
  }

  .process-section-main .processs-title {
    font-size: 56px;
    line-height: 1.1;
  }

  .process-section-main .process-subtitle {
    font-size: 18px;
  }

  .process-number {
    font-size: 120px;
    top: -80px;
  }

  .process-step-title {
    font-size: 28px;
  }

  .process-step-description {
    font-size: 15px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .process-section-main {
    margin-top: 60px;
    padding: 0 20px;
  }

  .process-header {
    margin-bottom: 60px;
  }

  .process-section-main .processs-title {
    font-size: 48px;
    line-height: 1.15;
  }

  .process-section-main .process-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  .process-number {
    font-size: 100px;
    top: -65px;
  }

  .process-step-title {
    font-size: 24px;
  }

  .process-step-description {
    font-size: 14px;
  }

  .process-content {
    padding: 20px;
    height: 220px;
  }

  .process-step-wrapper.process-step-wrapper2 {
    margin-top: 0;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .process-section-main {
    margin-top: 50px;
    padding: 0 16px;
  }

  .process-header {
    margin-bottom: 40px;
  }

  .process-section-main .processs-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .process-section-main .process-subtitle {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }

  .process-grid {
    margin-top: 20px;
  }

  .process-grid .col-md-6 {
    margin-bottom: 40px;
  }

  .process-step-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .process-number {
    font-size: 80px;
    top: -50px;
  }

  .process-content {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .process-content::before,
  .process-content::after {
    border-radius: 16px;
  }

  .process-step-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .process-step-title br {
    display: none;
  }

  .process-step-description {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .process-step-wrapper.process-step-wrapper2 {
    margin-top: 0;
  }
}

@media (max-width: 575px) and (min-width: 400px) {
  .process-section-main {
    margin-top: 40px;
    padding: 0 12px;
  }

  .process-header {
    margin-bottom: 35px;
  }

  .process-section-main .processs-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .process-section-main .process-subtitle {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .process-grid {
    margin-top: 20px;
  }

  .process-grid .col-12 {
    margin-bottom: 35px;
  }

  .process-grid .col-12:last-child {
    margin-bottom: 0;
  }

  .process-step-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .process-number {
    font-size: 70px;
    top: -45px;
  }

  .process-content {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .process-content::before,
  .process-content::after {
    border-radius: 14px;
  }

  .process-step-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .process-step-title br {
    display: none;
  }

  .process-step-description {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .process-step-wrapper.process-step-wrapper2 {
    margin-top: 0;
  }
}

@media (max-width: 399px) {
  .process-section-main {
    margin-top: 35px;
    padding: 0 10px;
  }

  .process-header {
    margin-bottom: 30px;
  }

  .process-section-main .processs-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .process-section-main .process-subtitle {
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  .process-grid {
    margin-top: 20px;
  }

  .process-grid .col-12 {
    margin-bottom: 30px;
  }

  .process-grid .col-12:last-child {
    margin-bottom: 0;
  }

  .process-step-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .process-number {
    font-size: 60px;
    top: -40px;
  }

  .process-content {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .process-content::before,
  .process-content::after {
    border-radius: 12px;
  }

  .process-step-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .process-step-title br {
    display: none;
  }

  .process-step-description {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }

  .process-step-wrapper.process-step-wrapper2 {
    margin-top: 0;
  }
}
