body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--bg);
  color: var(--text);
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

.topsec-contactbg,
.parallax-contactsbackup,
.main-contactbackup {
  position: relative;
  overflow: hidden;
}

.product-section-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.46),
      rgba(0, 0, 0, 0.16),
      rgba(0, 0, 0, 0.42)
    );
}

html[data-theme="light"] .product-section-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.28),
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.3)
    );
}

.topsec-contactbg {
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 78px 0;
  background-image: url("/public/images/products/contactBackup/Ts-contactb.webp");
  background-size: cover;
  background-position: center;
}

.cb-first-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.cb-mobile-column {
  text-align: end;
  filter: drop-shadow(2px 2px 2px rgba(54, 54, 54, 0.72));
}

.cb-top-mobile {
  max-width: 100%;
  height: auto;
}

.cb-appicon-column {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.cb-appicon {
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
  border-radius: 22px;
  filter: drop-shadow(2px 2px 2px rgba(83, 83, 83, 0.65));
}

.cbiconName-size {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.cb-hero-subtitle {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.cbtop-txt-column {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
}

html[data-theme="light"] .cbtop-txt-column {
  color: #101725;
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.55);
}

.cbtop-txt-column h2 {
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.cbtop-txt-column p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.75;
}

.parallax-contactsbackup {
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 82px 0;
  background-image: url("/public/images/products/contactBackup/img_parallaxcontactsbakup.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-txt {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

html[data-theme="light"] .main-txt {
  color: #101725;
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.58);
}

.secTitle {
  margin: 0 0 16px;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.main-txt p {
  margin: 0;
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.9;
  font-weight: 650;
}

.main-contactbackup {
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("/public/images/products/contactBackup/thirdSec-contactbackup.webp");
  background-size: cover;
  background-position: center;
}

.cbsec-txt-column {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

html[data-theme="light"] .cbsec-txt-column {
  color: #101725;
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.58);
}

.cbsec-txt-column h2 {
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.cbsec-txt-column p {
  max-width: 560px;
  margin: 0 auto;
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.85;
  font-weight: 650;
}

@media (max-width: 1199px) {
  .main-contactbackup {
    background-image: url("/public/images/products/contactBackup/thirdSec-contactbackup-md.webp");
  }

  .topsec-contactbg {
    background-position: -650px center;
  }
}

@media (max-width: 767px) {
  .topsec-contactbg {
    min-height: auto;
    padding: 62px 0;
    background-position: center;
  }

  .cb-first-column {
    padding-left: 0;
  }

  .cb-mobile-column {
    text-align: center;
  }

  .cb-top-mobile {
    width: 170px;
  }

  .cb-appicon-column {
    width: min(100%, 280px);
  }

  .cbtop-txt-column {
    margin-top: 20px;
  }

  .parallax-contactsbackup {
    min-height: auto;
    padding: 62px 0;
    background-attachment: scroll;
  }

  .main-txt {
    padding: 0 16px;
  }

  .main-contactbackup {
    min-height: 560px;
    background-image: url("/public/images/products/contactBackup/thirdSec-contactbackup-Esmall.webp");
  }

  .cbsec-txt-column {
    padding: 28px 16px;
  }
}

@media (max-width: 495px) {
  .main-contactbackup {
    background-image: url("/public/images/products/contactBackup/thirdSec-contactbackup-sm.webp");
  }
}

@media (max-width: 400px) {
  .cb-top-mobile {
    width: 150px;
  }

  .cb-appicon {
    width: 86px;
    height: 86px;
  }
}