/* Start custom CSS for html, class: .elementor-element-3273042 *//* ==============================
   SILERS CONTACT – SAAS STYLE
   ============================== */

.silers-contact{
  padding:90px 0;
  background:linear-gradient(180deg,#f7f9ff 0%,#ffffff 100%);
}

.silers-contact__wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
}

.silers-contact__title{
  font-size:46px;
  font-weight:800;
  margin-bottom:10px;
  color:#0a1628;
}

.silers-contact__subtitle{
  color:rgba(10,22,40,.6);
  margin-bottom:40px;
}

.silers-contact__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.silers-contact__card{
  background:#fff;
  padding:24px;
  border-radius:18px;
  border:1px solid rgba(10,22,40,.08);
  box-shadow:0 20px 60px rgba(10,22,40,.05);
  margin-bottom:20px;
}

.silers-contact__card h3{
  margin-bottom:15px;
  font-weight:700;
}

.silers-contact__locations{
  display:flex;
  flex-direction:column;
  gap:15px;
}

.silers-location{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.silers-location .dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#22c55e;
  margin-top:6px;
}

.silers-location .dot--blue{
  background:#3b82f6;
}

.contact-link{
  display:block;
  margin-top:8px;
  color:#1a3fa0;
  text-decoration:none;
  font-weight:600;
}

.contact-link:hover{
  text-decoration:underline;
}

/* Ticket */
.silers-ticket{
  background:rgba(255,255,255,.85);
  padding:28px;
  border-radius:20px;
  border:1px solid rgba(10,22,40,.08);
  box-shadow:0 25px 80px rgba(10,22,40,.08);
}

.silers-ticket__head{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  margin-bottom:25px;
}

.status-dot{
  width:10px;
  height:10px;
  background:#22c55e;
  border-radius:50%;
}

.silers-ticket__form .field{
  margin-bottom:18px;
}

.silers-ticket__form label{
  display:block;
  font-size:13px;
  margin-bottom:6px;
  color:rgba(10,22,40,.7);
}

.silers-ticket__form input,
.silers-ticket__form select,
.silers-ticket__form textarea{
  width:100%;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(10,22,40,.12);
  background:#f9fbff;
  font-size:14px;
}

.btn-primary{
  margin-top:15px;
  padding:14px 24px;
  border:none;
  border-radius:12px;
  background:linear-gradient(180deg,#1a3fa0,#153585);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

@media(max-width:900px){
  .silers-contact__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */