.elementor-256 .elementor-element.elementor-element-b555f6b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1228ff4 *//* ===== CHATZONIC CALLS PAGE - FULL FRESH CODE ===== */

html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

body{
  background:#f3f5f9;
}

/* hide theme footer */
footer,
.ct-footer{
  display:none !important;
}

/* page wrapper */
.cz-calls-app{
  display:flex;
  min-height:100vh;
  height:100vh;
  background:#f3f5f9;
  font-family:Arial, Helvetica, sans-serif;
  color:#1f2937;
}

/* ===== SIDEBAR ===== */
.cz-calls-app .cz-sidebar{
  width:72px;
  min-width:72px;
  background:#ffffff;
  border-right:1px solid #e5e7eb;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  padding:16px 10px;
  box-sizing:border-box;
}

.cz-calls-app .cz-sidebar-top,
.cz-calls-app .cz-sidebar-bottom{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.cz-calls-app .cz-logo{
  width:40px;
  height:40px;
  min-width:40px;
  min-height:40px;
  border-radius:12px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:700;
  font-size:18px;
  box-shadow:0 8px 20px rgba(37,99,235,0.20);
  margin-bottom:6px;
}

.cz-calls-app .cz-side-btn{
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#f8fafc;
  border:1px solid #edf0f5;
  color:#475569;
  transition:all 0.22s ease;
  padding:0;
  overflow:hidden;
}

.cz-calls-app .cz-side-btn:hover{
  background:#eff6ff;
  border-color:#dbeafe;
  color:#2563eb;
  transform:translateY(-1px);
}

.cz-calls-app .cz-side-btn.active{
  background:#eaf2ff;
  border-color:#bfdbfe;
  color:#2563eb;
  box-shadow:0 8px 20px rgba(37,99,235,0.10);
}

.cz-calls-app .cz-svg-icon{
  width:18px;
  height:18px;
  min-width:18px;
  min-height:18px;
  display:block;
  flex:none;
}

.cz-calls-app .cz-side-btn svg{
  width:18px;
  height:18px;
}

.cz-calls-app .cz-side-btn svg *{
  vector-effect:non-scaling-stroke;
}

/* ===== MAIN ===== */
.cz-calls-main{
  flex:1;
  min-width:0;
  height:100vh;
  overflow:auto;
  background:linear-gradient(180deg,#f4f7fb 0%,#eef4ff 100%);
}

.cz-calls-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:32px;
  box-sizing:border-box;
}

.cz-calls-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.cz-calls-header h1{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.1;
  color:#0f172a;
}

.cz-calls-header p{
  margin:0;
  font-size:14px;
  color:#64748b;
}

.cz-soon-badge{
  padding:10px 14px;
  border-radius:999px;
  background:#edf4ff;
  color:#1d4ed8;
  border:1px solid #dbeafe;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.cz-restricted-banner{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:16px 18px;
  margin-bottom:22px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #dbeafe;
}

.cz-restricted-banner strong{
  font-size:15px;
  color:#0f172a;
}

.cz-restricted-banner span{
  font-size:13px;
  color:#64748b;
}

.cz-calls-grid{
  display:grid;
  grid-template-columns:minmax(320px, 540px) minmax(280px, 1fr);
  gap:22px;
  align-items:start;
}

.cz-dialer-card{
  background:#ffffff;
  border:1px solid #e6edf7;
  border-radius:24px;
  padding:22px;
  box-shadow:0 20px 50px rgba(15,23,42,0.05);
}

.cz-dialer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.cz-dialer-top span{
  font-size:18px;
  font-weight:700;
  color:#0f172a;
}

.cz-dialer-top small{
  font-size:12px;
  color:#64748b;
  background:#eef2f7;
  border:1px solid #e2e8f0;
  padding:7px 10px;
  border-radius:999px;
}

.cz-dialer-screen{
  min-height:96px;
  border-radius:20px;
  background:#f9fbff;
  border:1px solid #e8eef7;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:8px;
  padding:16px;
  box-sizing:border-box;
  margin-bottom:18px;
}

.cz-dialer-screen label{
  font-size:12px;
  color:#64748b;
}

.cz-dialer-number{
  font-size:24px;
  line-height:1.2;
  color:#0f172a;
  text-align:center;
  font-weight:700;
}

.cz-dialer-pad{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:18px;
}

.cz-dialer-pad button{
  height:72px;
  border:none;
  border-radius:20px;
  background:#ffffff;
  border:1px solid #e7edf6;
  box-shadow:0 8px 20px rgba(15,23,42,0.04);
  font-size:26px;
  font-weight:600;
  color:#0f172a;
  cursor:not-allowed;
}

.cz-call-action{
  width:100%;
  height:54px;
  border:none;
  border-radius:16px;
  background:linear-gradient(135deg,#94a3b8,#cbd5e1);
  color:#ffffff;
  font-size:15px;
  font-weight:700;
  cursor:not-allowed;
  opacity:0.95;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.cz-btn-icon{
  width:16px;
  height:16px;
  display:block;
}

.cz-calls-info{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.cz-info-card{
  background:#ffffff;
  border:1px solid #e7edf6;
  border-radius:20px;
  padding:18px;
}

.cz-info-card span{
  display:block;
  font-size:12px;
  color:#64748b;
  margin-bottom:8px;
}

.cz-info-card strong{
  font-size:17px;
  color:#0f172a;
}

.cz-note-card{
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:20px;
  padding:18px;
}

.cz-note-card h3{
  margin:0 0 10px;
  font-size:16px;
  color:#0f172a;
}

.cz-note-card p{
  margin:0;
  font-size:13px;
  line-height:1.6;
  color:#64748b;
}

/* ===== TABLET ===== */
@media (max-width:1024px){
  .cz-calls-wrap{
    padding:20px;
  }

  .cz-calls-grid{
    grid-template-columns:1fr;
  }
}

/* ===== MOBILE ===== */
@media (max-width:768px){
  .cz-calls-app{
    flex-direction:column;
    height:auto;
    min-height:100vh;
    padding-bottom:72px;
  }

  .cz-calls-app .cz-sidebar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    min-width:100%;
    height:68px;
    z-index:999;
    border-right:none;
    border-top:1px solid #e5e7eb;
    flex-direction:row;
    justify-content:space-between;
    padding:10px 14px;
  }

  .cz-calls-app .cz-sidebar-top,
  .cz-calls-app .cz-sidebar-bottom{
    flex-direction:row;
    gap:10px;
  }

  .cz-calls-app .cz-logo{
    display:none;
  }

  .cz-calls-main{
    height:auto;
    min-height:calc(100vh - 68px);
  }

  .cz-calls-wrap{
    padding:14px 12px;
  }

  .cz-calls-header{
    flex-direction:column;
    align-items:flex-start;
  }

  .cz-calls-header h1{
    font-size:24px;
  }

  .cz-dialer-card{
    padding:16px;
    border-radius:18px;
  }

  .cz-dialer-number{
    font-size:20px;
  }

  .cz-dialer-pad{
    gap:10px;
  }

  .cz-dialer-pad button{
    height:62px;
    border-radius:16px;
    font-size:22px;
  }

  .cz-info-card,
  .cz-note-card{
    border-radius:16px;
    padding:15px;
  }
}/* End custom CSS */