.elementor-978 .elementor-element.elementor-element-fda8adc > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-9e0aeb3 */.eightk-contact-page {
  --bg: #070c18;
  --panel: #0f1730;
  --text: #edf3ff;
  --muted: #b9c6e3;
  --red: #ff4242;
  --cyan: #24d9ff;
  --gold: #f7c867;
  --line: rgba(255, 255, 255, 0.14);
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(160deg, #070c18 0%, #0b1530 50%, #060a14 100%);
  padding: 32px 18px 64px;
}
.eightk-contact-page * { box-sizing: border-box; }
.eightk-contact-page .hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: center; }
.eightk-contact-page .eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .09em; font-size: 12px; margin: 0 0 8px; }
.eightk-contact-page h1 { margin: 0 0 12px; font-size: clamp(1.8rem, 3.1vw, 2.5rem); }
.eightk-contact-page h2 { margin: 0 0 14px; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.eightk-contact-page p { color: var(--muted); line-height: 1.7; }
.eightk-contact-page ul { margin: 10px 0 14px 18px; color: var(--muted); }
.eightk-contact-page img { width: 100%; border: 1px solid var(--line); border-radius: 16px; }
.eightk-contact-page .section { margin-top: 24px; border: 1px solid var(--line); border-radius: 16px; padding: 20px; background: rgba(255, 255, 255, .02); }
.eightk-contact-page .grid { display: grid; gap: 12px; }
.eightk-contact-page .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eightk-contact-page .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eightk-contact-page .card { border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: rgba(10, 17, 35, .7); }
.eightk-contact-page .card span { display: inline-block; color: var(--gold); font-weight: 700; margin-bottom: 8px; }
.eightk-contact-page details { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; margin-top: 10px; }
.eightk-contact-page summary { cursor: pointer; color: var(--text); font-weight: 600; }
.eightk-contact-page .btn { display: inline-block; padding: 12px 16px; border-radius: 10px; text-decoration: none; font-weight: 700; margin-right: 10px; margin-top: 8px; }
.eightk-contact-page .btn-primary { background: linear-gradient(90deg, var(--red), #ff7a3b); color: #fff; }
.eightk-contact-page .btn-secondary { background: rgba(36, 217, 255, .12); color: var(--cyan); border: 1px solid rgba(36, 217, 255, .45); }
.eightk-contact-page .text-link, .eightk-contact-page a { color: var(--gold); }
.eightk-contact-page .trust { border-color: rgba(247, 200, 103, .4); }
.eightk-contact-page .final-cta { border-color: rgba(36, 217, 255, .5); }
.eightk-contact-page .links-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 960px) {
  .eightk-contact-page .hero,
  .eightk-contact-page .grid-4,
  .eightk-contact-page .grid-3,
  .eightk-contact-page .links-list { grid-template-columns: 1fr; }
}
.contact-image-box{
  position:relative;
  display:inline-block;
  max-width:100%;
}

.contact-image-box img{
  width:100%;
  height:auto;
  display:block;
  border-radius:22px;
  box-shadow:0 0 35px rgba(37,211,102,.25);
}

.contact-image-box a{
  display:block;
  text-decoration:none;
  position:relative;
}

.whatsapp-click-btn{
  position:absolute;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  background:#25D366;
  color:#fff;
  padding:13px 24px;
  border-radius:14px;
  font-weight:800;
  font-size:16px;
  box-shadow:0 0 25px rgba(37,211,102,.55);
  white-space:nowrap;
}

.contact-image-box:hover img{
  transform:scale(1.02);
  transition:.3s ease;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-fda8adc */.eightk-contact-page {
  --bg: #070c18;
  --panel: #0f1730;
  --text: #edf3ff;
  --muted: #b9c6e3;
  --red: #ff4242;
  --cyan: #24d9ff;
  --gold: #f7c867;
  --line: rgba(255, 255, 255, 0.14);
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(160deg, #070c18 0%, #0b1530 50%, #060a14 100%);
  padding: 32px 18px 64px;
}
.eightk-contact-page * { box-sizing: border-box; }
.eightk-contact-page .hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: center; }
.eightk-contact-page .eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .09em; font-size: 12px; margin: 0 0 8px; }
.eightk-contact-page h1 { margin: 0 0 12px; font-size: clamp(1.8rem, 3.1vw, 2.5rem); }
.eightk-contact-page h2 { margin: 0 0 14px; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.eightk-contact-page p { color: var(--muted); line-height: 1.7; }
.eightk-contact-page ul { margin: 10px 0 14px 18px; color: var(--muted); }
.eightk-contact-page img { width: 100%; border: 1px solid var(--line); border-radius: 16px; }
.eightk-contact-page .section { margin-top: 24px; border: 1px solid var(--line); border-radius: 16px; padding: 20px; background: rgba(255, 255, 255, .02); }
.eightk-contact-page .grid { display: grid; gap: 12px; }
.eightk-contact-page .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eightk-contact-page .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eightk-contact-page .card { border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: rgba(10, 17, 35, .7); }
.eightk-contact-page .card span { display: inline-block; color: var(--gold); font-weight: 700; margin-bottom: 8px; }
.eightk-contact-page details { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; margin-top: 10px; }
.eightk-contact-page summary { cursor: pointer; color: var(--text); font-weight: 600; }
.eightk-contact-page .btn { display: inline-block; padding: 12px 16px; border-radius: 10px; text-decoration: none; font-weight: 700; margin-right: 10px; margin-top: 8px; }
.eightk-contact-page .btn-primary { background: linear-gradient(90deg, var(--red), #ff7a3b); color: #fff; }
.eightk-contact-page .btn-secondary { background: rgba(36, 217, 255, .12); color: var(--cyan); border: 1px solid rgba(36, 217, 255, .45); }
.eightk-contact-page .text-link, .eightk-contact-page a { color: var(--gold); }
.eightk-contact-page .trust { border-color: rgba(247, 200, 103, .4); }
.eightk-contact-page .final-cta { border-color: rgba(36, 217, 255, .5); }
.eightk-contact-page .links-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 960px) {
  .eightk-contact-page .hero,
  .eightk-contact-page .grid-4,
  .eightk-contact-page .grid-3,
  .eightk-contact-page .links-list { grid-template-columns: 1fr; }
}/* End custom CSS */