/*
 Theme Name:   Zropixel
 Theme URI:    https://zropixel.com/
 Description:  Child theme of Avista
 Author:       Reny Raphael
 Template:     avista
 Version:      1.0.0
 Text Domain:  zropixel
*/

/* Add your custom styles below */
.as-about-3-author, .as-cta-2-manager, .page-id-25 .as-about-4-wrap-2{
  display: none;
}
.as-hero-3-big-title {
  opacity: 1 !important;
  padding-bottom: 60px;
  font-size: 330px;
  background: none;
  -webkit-text-fill-color: #e6e2e2;
}
.as-about-3-left .as-subtitle-3 {
	margin-bottom: 30px;
}
.as-faqs-2-wrap {
  grid-template-columns: 1fr !important;
}
footer .as-footer-3-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .as-hero-3-big-title {
      font-size: 80px;
      margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1199px) {
  .as-header-1-wrap, .as-header-3-wrap {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
  footer .as-footer-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-hero-3-big-title {
    font-size: 150px;
    padding-bottom: 60px;
  }
  footer .as-footer-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .as-hero-3-big-title {
    font-size: 250px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .as-hero-3-big-title {
    font-size: 290px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .as-hero-3-big-title {
      font-size: 310px;
      padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px){
  .as-hero-3-big-title {
    font-size: 330px;
    padding-bottom: 60px;
  }
}
.elementor-element-eeec8a0 .as-price-1-area {
  padding: 20px 0px;
}
.page-id-25 .elementor-element-d2d92b0 .as-projects-3-sec-title{
 font-size: 28px;
 color:#000;
}
.page-id-25 .elementor-element-d2d92b0 .item-img.wa-fix{
  height: 0px;
  padding-top: 40px;
}
.page-id-25 .elementor-element-d2d92b0 .as-projects-3-area {
  background-color: #fff;
}
.page-id-25  .elementor-element-7ed8b4c .as-h-2 {
  color: #fff;
}
.page-id-25  .elementor-element-7ed8b4c .as-success-2-experience .number {
  background: #E3E2E2;
}
.page-id-2990 .as-services-3-accordion-item .item-title.collapsed .text {
  -webkit-text-fill-color: #cccc;
}
/*.page-id-23 .as-about-1-wrap {
  grid-template-columns: 1fr 1fr;
}
.page-id-23 .as-team-1-member-ani {
  transform: none !important;
}*/
.page-id-29 .as-cta-2-left-top, .page-id-23 .as-cta-2-left-top {
  grid-template-columns: 2fr;
}
.as-footer-3-area .link-el-11 a, .as-footer-3-area .as-footer-3-menu a {
  font-size: 20px;
  color: #ffffff;
}
.social-inline {
  margin-top: 20px;
}
.fa-brands::before {
  color: #fff;
}
.social-inline a {
  margin-right: 20px;
}
.fa-solid {
  margin-right: 15px;
}
.as-hero-3-content .as-h-1.title img {
  width: 80px;
}
.as-services-1-area li {
  list-style: none;
}
.home .as-services-3-accordion-item .item-wrap .item-disc {
  color:#fff;
}
.more-offers-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 40px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-decoration: none;
    color: #E01A23;
    border: 1.5px solid #E01A23;
    border-radius: 2px;
    background: transparent;
    overflow: hidden;
    transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
  }

  .more-offers-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #E01A23;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
  }

  .more-offers-link:hover::before { transform: scaleX(1); }
  .more-offers-link:hover { color: #fff; }

  .more-offers-link span,
  .more-offers-link svg {
    position: relative;
    z-index: 1;
  }

  .more-offers-link svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .more-offers-link:hover svg {
    transform: translateX(4px);
  }
  .pf-cta-row {
    margin-top: 20px;
  }
.home .wcu-subtitle {
  max-width: none;
}
.pf-cta-btn {
  padding: 14px 32px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s var(--ease);
  background: var(--red);
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .as-services-3-bg-text {
    font-size: 130px !important;
    left: 0px;
  }
}
.as-services-3-bg-text { 
  opacity: 100;
}
.whatsapp-icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 85px;
    left: 12px;
    z-index: 50000000;
}
.as-footer-3-circle-txt .circle-text {
    animation: wa-rotated 20s linear infinite;
}
.forminator-module-4625 {
  max-width: 800px;
    margin: 0px auto;
    background-color: #fff;
    padding: 32px;
}



/* ============================================================
   ZroPixel – Job Openings Accordion
   Add to: Child Theme style.css
   ============================================================ */

.jo-wrap {
  --red:         #E01A23;
  --red-soft:    rgba(224,26,35,0.07);
  --bg:          #ffffff;
  --card-bg:     #ffffff;
  --card-hover:  #fafafa;
  --border:      rgba(0,0,0,0.09);
  --border-open: rgba(224,26,35,0.22);
  --dark:        #111111;
  --mid:         #444444;
  --muted:       #6b7280;
  --ease:        cubic-bezier(0.4,0,0.2,1);
  box-sizing: border-box;
  color: var(--dark);
  background: var(--bg);
}
.jo-wrap *, .jo-wrap *::before, .jo-wrap *::after {
  box-sizing: inherit; margin: 0; padding: 0;
}

/* ── Section ── */
.jo-section {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
.jo-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none; z-index: 0;
}
.jo-section::after {
  content: '';
  position: absolute; top: -180px; right: -180px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(224,26,35,0.06) 0%, transparent 70%);
  pointer-events: none; z-index: 0;
}

/* ── Container ── */

/* ── Header ── */
.jo-header { text-align: center; margin-bottom: 64px; }

.jo-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--red); margin-bottom: 18px;
}
.jo-label::before, .jo-label::after {
  content: ''; display: block;
  width: 24px; height: 1px; background: var(--red); flex-shrink: 0;
}
.jo-title {
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800; line-height: 1.0;
  letter-spacing: -0.02em; color: var(--dark); margin-bottom: 16px;
}
.jo-title em { font-style: normal; color: var(--red); }
.jo-subtitle {
  font-size: 15px; line-height: 1.7; color: var(--muted);
  max-width: 480px; margin: 0 auto;
}

/* ── Accordion list ── */
.jo-list {
  display: flex; flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* ── Item ── */
.jo-item {
  background: var(--card-bg);
  position: relative; overflow: hidden;
  transition: background 0.3s var(--ease);
  opacity: 0; transform: translateY(16px);
}
.jo-item.jo-revealed {
  animation: joFadeUp 0.5s var(--ease) forwards;
}
@keyframes joFadeUp { to { opacity: 1; transform: translateY(0); } }

/* Red left bar */
.jo-item::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 3px; height: 100%;
  background: var(--red);
  transform: scaleY(0); transform-origin: top;
  transition: transform 0.35s var(--ease);
}
/* Red bottom sweep */
.jo-item::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--red);
  transition: width 0.4s var(--ease);
}
.jo-item:not(.is-open):hover::after { width: 100%; }
.jo-item:not(.is-open):hover { background: var(--card-hover); }

.jo-item.is-open {
  background: #fefefe;
  border: 1px solid var(--border-open);
  box-shadow: 0 4px 20px rgba(224,26,35,0.06);
}
.jo-item.is-open::before { transform: scaleY(1); }

/* ── Trigger ── */
.jo-trigger {
  width: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  padding: 28px 32px; background: none; border: none;
  cursor: pointer; text-align: left; color: var(--dark);
  transition: background 0.2s;
}
.jo-trigger-left {
  display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 0;
}

/* ── Badges ── */
.jo-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.jo-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 3px 9px; border-radius: 2px;
  white-space: nowrap;
}
.jo-badge--dept  { background: var(--red-soft); color: var(--red); border: 1px solid rgba(224,26,35,0.15); }
.jo-badge--type  { background: #f3f4f6; color: var(--muted); border: 1px solid var(--border); }
.jo-badge--loc   { background: #f3f4f6; color: var(--muted); border: 1px solid var(--border); }
.jo-badge svg    { width: 10px; height: 10px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ── Job title ── */
.jo-job-title {
  font-size: 20px; font-weight: 700;
  line-height: 1.2; letter-spacing: -0.01em; color: var(--dark);
  transition: color 0.2s;
}
.jo-item.is-open .jo-job-title,
.jo-trigger:hover .jo-job-title { color: var(--red); }

/* ── Toggle icon ── */
.jo-toggle {
  width: 40px; height: 40px;
  border: 1px solid var(--border); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; background: #f9f9f9;
  transition: background 0.25s, border-color 0.25s, transform 0.35s var(--ease);
}
.jo-item.is-open .jo-toggle {
  background: var(--red-soft);
  border-color: rgba(224,26,35,0.3);
  transform: rotate(45deg);
}
.jo-toggle svg {
  width: 16px; height: 16px; stroke: var(--muted);
  fill: none; stroke-width: 2; stroke-linecap: round;
  transition: stroke 0.25s;
}
.jo-item.is-open .jo-toggle svg { stroke: var(--red); }

/* ── Panel ── */
.jo-panel {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.45s var(--ease), opacity 0.35s var(--ease);
}
.jo-item.is-open .jo-panel { max-height: 1200px; opacity: 1; }

.jo-panel-inner {
  padding: 0 32px 36px 35px;
  border-top: 1px solid var(--border);
}

/* ── Description (from WP editor content) ── */
.jo-description {
  font-size: 14px; line-height: 1.8; color: var(--muted);
  margin-top: 24px; margin-bottom: 0;
}
.jo-description p { margin-bottom: 14px; }
.jo-description p:last-child { margin-bottom: 0; }
.jo-description ul,
.jo-description ol { margin: 12px 0 14px 20px; }
.jo-description li {
  font-size: 13.5px; line-height: 1.7; color: var(--muted);
  margin-bottom: 6px;
}
.jo-description h2,
.jo-description h3,
.jo-description h4 {
  font-size: 15px; font-weight: 700; color: var(--dark);
  margin: 20px 0 10px;
}
.jo-description strong { color: var(--dark); }

/* ── Apply button ── */
.jo-apply {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px;
  padding: 12px 28px; background: var(--red); color: #fff;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.jo-apply:hover {
  background: #c0151d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224,26,35,0.25);
}
.jo-apply svg {
  width: 14px; height: 14px; stroke: currentColor;
  fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* ── Empty state ── */
.jo-empty {
  text-align: center; padding: 60px 20px;
  font-size: 15px; color: var(--muted);
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .jo-container { padding: 0 20px; }
  .jo-section { padding: 70px 0 80px; }
  .jo-trigger { padding: 22px 20px; }
  .jo-panel-inner { padding: 0 20px 28px 23px; }
  .jo-job-title { font-size: 17px; }
  .jo-toggle { width: 34px; height: 34px; }
  footer .as-footer-3-wrap {
    grid-template-columns: 1fr;
    padding-left: 20px;
  }
}



/* ============================================================
   ZroPixel – Careers CF7 Form Styling
   Styled after cybercop.ae/careers
   Scope: .as-cta-3-form
   Add to: Child Theme style.css
   ============================================================ */

/* ── Wrapper: white card on dark background ── */
.as-cta-3-form {
  background: #ffffff;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 44px 52px;
  position: relative;
  border-top: 4px solid #E01A23;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}

/* ── Section heading ── */
.as-cta-3-form h2 {
  font-size: 22px;
  font-weight: 800;
  color: #111111;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.as-cta-3-form h2::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 48px; height: 2px;
  background: #E01A23;
}

/* ── Label wrapper ── */
.as-cta-3-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #444444;
}
.as-cta-3-form label:last-of-type {
  margin-bottom: 0;
}

/* ── All text inputs, email, tel, select, textarea ── */
.as-cta-3-form input[type="text"],
.as-cta-3-form input[type="email"],
.as-cta-3-form input[type="tel"],
.as-cta-3-form select,
.as-cta-3-form textarea {
  width: 100%;
  background: #f8f8f8;
  border: 1.5px solid #e0e0e0;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  line-height: 1.5;
  font-family: inherit;
}

.as-cta-3-form input[type="text"]::placeholder,
.as-cta-3-form input[type="email"]::placeholder,
.as-cta-3-form input[type="tel"]::placeholder,
.as-cta-3-form textarea::placeholder {
  color: #b0b0b0;
  font-weight: 300;
}

.as-cta-3-form input[type="text"]:focus,
.as-cta-3-form input[type="email"]:focus,
.as-cta-3-form input[type="tel"]:focus,
.as-cta-3-form select:focus,
.as-cta-3-form textarea:focus {
  background: #ffffff;
  border-color: #E01A23;
  box-shadow: 0 0 0 3px rgba(224, 26, 35, 0.08);
  outline: none;
}

/* ── Select (Post Title dropdown) ── */
.as-cta-3-form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23E01A23' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

/* ── Textarea ── */
.as-cta-3-form textarea {
  resize: vertical;
  min-height: 130px;
}

/* ── CF7 span wrappers ── */
.as-cta-3-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* ── File upload ── */

.as-cta-3-form .wpcf7-form-control-wrap:has(input[type="file"]) {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #f8f8f8;
  border: 1.5px solid #e0e0e0;
  padding: 10px 14px;
  transition: border-color 0.2s;
  cursor: pointer;
}
.as-cta-3-form .wpcf7-form-control-wrap:has(input[type="file"]):hover {
  border-color: #E01A23;
}

/* Styled file button using CF7's drag-drop area */
.as-cta-3-form .wpcf7-drag-n-drop-file,
.as-cta-3-form .wpcf7-file + .wpcf7-file-info {
  font-size: 12.5px;
  color: #999999;
  font-style: italic;
}

/* Fallback: show file input as styled row */
.as-cta-3-form span.wpcf7-form-control.wpcf7-file {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: #f8f8f8;
  border: 1.5px solid #e0e0e0;
  padding: 10px 14px;
  width: 100%;
  transition: border-color 0.2s;
}
.as-cta-3-form span.wpcf7-form-control.wpcf7-file:hover {
  border-color: #E01A23;
}

/* ── Submit button ── */
.as-cta-3-form .wpcf7-submit,
.as-cta-3-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E01A23;
  color: #ffffff;
  border: 2px solid #E01A23;
  padding: 14px 40px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  font-family: inherit;
  margin-top: 10px;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  min-width: 180px;
}
.as-cta-3-form .wpcf7-submit:hover,
.as-cta-3-form input[type="submit"]:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ── CF7 spinner ── */
.as-cta-3-form .wpcf7-spinner {
  margin-left: 12px;
  vertical-align: middle;
}

/* ── Validation: required field error ── */
.as-cta-3-form .wpcf7-not-valid {
  border-color: #E01A23 !important;
  background: #fff5f5 !important;
  box-shadow: 0 0 0 3px rgba(224, 26, 35, 0.1) !important;
}
.as-cta-3-form .wpcf7-not-valid-tip {
  font-size: 11.5px;
  color: #E01A23;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  text-transform: none;
  letter-spacing: 0;
}

/* ── Response messages ── */
.as-cta-3-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 13px 18px;
  font-size: 13.5px;
  font-weight: 500;
  border: none;
  border-left: 3px solid #E01A23;
}
.as-cta-3-form .wpcf7-mail-sent-ok {
  background: #f0fdf4;
  color: #16a34a;
  border-left-color: #22c55e;
}
.as-cta-3-form .wpcf7-mail-sent-ng,
.as-cta-3-form .wpcf7-validation-errors,
.as-cta-3-form .wpcf7-acceptance-missing {
  background: #fff5f5;
  color: #c5151d;
  border-left-color: #E01A23;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .as-cta-3-form {
    padding: 36px 22px 44px;
  }
  .as-cta-3-form h2 {
    font-size: 20px;
  }
}

.elementor-element-df370ac{
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0304 55%, #2a0406 100%);
}
.as-subtitle-1 {
  font-size: 22px;
  color: #000;
}
.as-team-1-member-ani {
  margin-top: 96px;
}
.cookieadmin_re_consent, .sbi_header_img,
.sbi_feedtheme_header_text h3 {
  display: none !important;
}
#sb_instagram {
  text-align: center !important;
}
.sbi_bio {
  font-size: 36px !important;
}
#wpcf7-f2763-o2 .wpcf7-response-output, 
#wpcf7-f3608-p29-o1  .wpcf7-response-output {
  color:#fff !important;
  border-radius: 20px;
}
footer .wpcf7-response-output {
  display: none;
}
.page-id-29 .as-cta-2-form-input {
  margin-bottom: 0px;
  margin-top: 15px;
}
.as-home-4-side-menu .as-main-navigation .navbar-nav li a {
  color: #000;
}
.as-main-navigation.as-header-4-menu .navbar-nav li:nth-child(3) .dropdown-menu li {
  width: 320px !important;
}
.as-main-navigation:is(.as-header-4-menu) {
  background-color: #ccc;
}
.as-main-navigation:is(.as-header-4-menu) .navbar-nav li:hover .dropdown-menu {
  background-color: #ccc !important;
}
.as-header-1-menu-toggle-btn {
  display: none;
}
.pb-120 {
  padding-bottom: 12px !important;
}