.elementor-kit-7121{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3e31a50:#FFFFFF;--e-global-color-fdee0e0:#36A15D;--e-global-color-667dae0:#121213;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out-up;--e-page-transition-animation-duration:500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-fdee0e0 );--e-preloader-size:20px;}.elementor-kit-7121 e-page-transition{background-color:var( --e-global-color-667dae0 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

/* ========== COMMON ========== */
.service-full,
.thermal-section,
.punching-section {
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  color: #f5f5f5;
}

.service-full *,
.thermal-section *,
.punching-section * {
  box-sizing: border-box;
}

/* ========== HERO ========== */
.service-full {
  background: #121212;
}

.service-hero {
  position: relative;
  padding: 10rem 2rem 6rem;
  text-align: center;
  overflow: hidden;
}

.service-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(76,163,95,.08) 0%, transparent 60%),
    linear-gradient(180deg, #121212 0%, #161616 50%, #121212 100%);
}

.service-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(76,163,95,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76,163,95,.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.service-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin: 0 auto;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.5rem;
  border: 1px solid rgba(76,163,95,.3);
  border-radius: 9999px;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #4ca35f;
  margin-bottom: 2rem;
}

.service-badge svg {
  width: 14px;
  height: 14px;
}

.service-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 200;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #f5f5f5;
  margin-bottom: 1.5rem;
}

.service-hero-title .accent {
  color: #4ca35f;
}

.service-hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(245,245,245,.6);
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.8;
}

/* ========== SUPPORT ========== */
.service-support {
  padding: 6rem 2rem;
  background: #0e0e0e;
}

.service-support-inner {
  max-width: 64rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.support-intro-tag {
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #4ca35f;
  margin-bottom: 1rem;
}

.support-intro-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 200;
  line-height: 1.2;
  color: #f5f5f5;
  margin-bottom: 1rem;
}

.support-intro-title .accent {
  color: #4ca35f;
}

.support-intro-desc {
  font-size: .95rem;
  font-weight: 300;
  color: rgba(245,245,245,.5);
  line-height: 1.8;
}

.support-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.support-card {
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: .5rem;
  padding: 1.5rem;
  transition: all .3s ease;
}

.support-card:hover {
  border-color: rgba(76,163,95,.3);
  transform: translateY(-2px);
}

.support-card-icon {
  width: 32px;
  height: 32px;
  color: #4ca35f;
  margin-bottom: .75rem;
}

.support-card-title {
  font-size: .85rem;
  font-weight: 500;
  color: #f5f5f5;
  margin-bottom: .35rem;
}

.support-card-desc {
  font-size: .75rem;
  font-weight: 300;
  color: rgba(245,245,245,.5);
  line-height: 1.6;
}

/* ========== THERMAL BREAK FORM ========== */
.thermal-section {
  background: #121212;
  padding: 6rem 2rem;
}

.thermal-inner {
  max-width: 60rem;
  margin: 0 auto;
}

.thermal-tag {
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #4ca35f;
  margin-bottom: 1rem;
}

.thermal-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 200;
  line-height: 1.2;
  color: #f5f5f5;
  margin-bottom: .75rem;
}

.thermal-title .accent {
  color: #4ca35f;
}

.thermal-subtitle {
  font-size: .95rem;
  font-weight: 300;
  color: rgba(245,245,245,.5);
  margin-bottom: 3rem;
  line-height: 1.8;
}

.thermal-form-box {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .75rem;
  padding: 2.5rem;
}

.thermal-section-title {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .8rem;
  font-weight: 300;
  color: rgba(245,245,245,.6);
  margin-bottom: 1.25rem;
}

.thermal-section-title svg {
  width: 16px;
  height: 16px;
  color: #4ca35f;
}

.thermal-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.thermal-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.thermal-field {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.thermal-label {
  font-size: .7rem;
  font-weight: 300;
  color: rgba(245,245,245,.6);
  letter-spacing: .05em;
}

.thermal-input,
.thermal-select,
.thermal-textarea {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: .35rem;
  padding: .6rem .85rem;
  color: #f5f5f5;
  font-size: .85rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  outline: none;
  transition: border-color .3s ease;
  width: 100%;
}

.thermal-input:focus,
.thermal-select:focus,
.thermal-textarea:focus {
  border-color: #4ca35f;
}

.thermal-input::placeholder,
.thermal-textarea::placeholder {
  color: rgba(245,245,245,.25);
}

.thermal-select option {
  background: #1a1a1a;
  color: #f5f5f5;
}

.thermal-textarea {
  resize: none;
  min-height: 90px;
}

.thermal-upload-area {
  border: 1px dashed rgba(76,163,95,.3);
  border-radius: .5rem;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .3s ease;
  margin-bottom: 2rem;
}

.thermal-upload-area:hover {
  border-color: #4ca35f;
}

.thermal-upload-icon {
  width: 28px;
  height: 28px;
  color: #4ca35f;
  margin: 0 auto .5rem;
}

.thermal-upload-text {
  font-size: .8rem;
  font-weight: 300;
  color: rgba(245,245,245,.5);
}

.thermal-upload-text span {
  color: #4ca35f;
}

.thermal-upload-hint {
  font-size: .65rem;
  color: rgba(245,245,245,.3);
  margin-top: .25rem;
}

.thermal-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.06);
  margin: 2rem 0;
}

.thermal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.06);
}

.thermal-email-note {
  font-size: .75rem;
  font-weight: 300;
  color: rgba(245,245,245,.4);
}

.thermal-email-note span {
  color: #4ca35f;
}

.thermal-submit {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #4ca35f;
  color: #fff;
  border: none;
  border-radius: .35rem;
  padding: .7rem 2rem;
  font-size: .8rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
  cursor: pointer;
  transition: background .3s ease;
}

.thermal-submit:hover {
  background: #3d8a4e;
}

.thermal-submit svg {
  width: 16px;
  height: 16px;
}

/* ========== PUNCHING MACHINE FORM ========== */
.punching-section {
  background: #0e0e0e;
  padding: 6rem 2rem;
}

.punching-inner {
  max-width: 60rem;
  margin: 0 auto;
}

.punching-tag {
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #4ca35f;
  margin-bottom: 1rem;
}

.punching-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 200;
  line-height: 1.2;
  color: #f5f5f5;
  margin-bottom: .75rem;
}

.punching-title .accent {
  color: #4ca35f;
}

.punching-subtitle {
  font-size: .95rem;
  font-weight: 300;
  color: rgba(245,245,245,.5);
  margin-bottom: 3rem;
  line-height: 1.8;
}

.punching-form-box {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .75rem;
  padding: 2.5rem;
}

.punching-section-title {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .8rem;
  font-weight: 300;
  color: rgba(245,245,245,.6);
  margin-bottom: 1.25rem;
}

.punching-section-title svg {
  width: 16px;
  height: 16px;
  color: #4ca35f;
}

.punching-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.punching-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.punching-field {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.punching-label {
  font-size: .7rem;
  font-weight: 300;
  color: rgba(245,245,245,.6);
  letter-spacing: .05em;
}

.punching-input,
.punching-select,
.punching-textarea {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: .35rem;
  padding: .6rem .85rem;
  color: #f5f5f5;
  font-size: .85rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  outline: none;
  transition: border-color .3s ease;
  width: 100%;
}

.punching-input:focus,
.punching-select:focus,
.punching-textarea:focus {
  border-color: #4ca35f;
}

.punching-input::placeholder,
.punching-textarea::placeholder {
  color: rgba(245,245,245,.25);
}

.punching-select option {
  background: #1a1a1a;
  color: #f5f5f5;
}

.punching-textarea {
  resize: none;
  min-height: 90px;
}

.punching-upload-area {
  border: 1px dashed rgba(76,163,95,.3);
  border-radius: .5rem;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .3s ease;
  margin-bottom: 2rem;
}

.punching-upload-area:hover {
  border-color: #4ca35f;
}

.punching-upload-icon {
  width: 28px;
  height: 28px;
  color: #4ca35f;
  margin: 0 auto .5rem;
}

.punching-upload-text {
  font-size: .8rem;
  font-weight: 300;
  color: rgba(245,245,245,.5);
}

.punching-upload-text span {
  color: #4ca35f;
}

.punching-upload-hint {
  font-size: .65rem;
  color: rgba(245,245,245,.3);
  margin-top: .25rem;
}

.punching-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.06);
  margin: 2rem 0;
}

.punching-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.06);
}

.punching-email-note {
  font-size: .75rem;
  font-weight: 300;
  color: rgba(245,245,245,.4);
}

.punching-email-note span {
  color: #4ca35f;
}

.punching-submit {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #4ca35f;
  color: #fff;
  border: none;
  border-radius: .35rem;
  padding: .7rem 2rem;
  font-size: .8rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1em;
  cursor: pointer;
  transition: background .3s ease;
}

.punching-submit:hover {
  background: #3d8a4e;
}

.punching-submit svg {
  width: 16px;
  height: 16px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .service-support-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .support-cards {
    grid-template-columns: 1fr;
  }
  .thermal-grid-3,
  .punching-grid-3 {
    grid-template-columns: 1fr;
  }
  .thermal-grid-2,
  .punching-grid-2 {
    grid-template-columns: 1fr;
  }
  .thermal-footer,
  .punching-footer {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}/* End custom CSS */
