.elementor-559 .elementor-element.elementor-element-7f5a7d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-03e3a7f *//* ===== SECTION ===== */

.dtac-service-modern{
  width:100%;
  padding:40px 20px;
  background:#f4f8fc;
  font-family:'Prompt',sans-serif;
}

.dtac-service-container{
  max-width:980px;
  margin:auto;
}

/* ===== HEADER ===== */

.dtac-service-header{
  text-align:center;
  margin-bottom:24px;
}

.dtac-service-badge{
  display:inline-block;
  padding:6px 14px;
  border-radius:999px;
  background:linear-gradient(90deg,#007bff,#54c4ff);
  color:#fff;
  font-size:12px;
  font-weight:600;
  margin-bottom:12px;
}

.dtac-service-header h2{
  font-size:34px;
  line-height:1.2;
  font-weight:700;
  color:#1d1d1d;
  margin:0 0 10px;
}

.dtac-service-header p{
  max-width:620px;
  margin:auto;
  font-size:14px;
  line-height:1.6;
  color:#6b7280;
}

/* ===== CARD ===== */

.dtac-service-card{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:
  0 6px 20px rgba(0,0,0,.05);
}

/* ===== ITEM ===== */

.dtac-service-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 22px;
  border-bottom:1px solid #edf2f7;
  transition:.2s ease;
  gap:20px;
}

.dtac-service-item:last-child{
  border-bottom:none;
}

.dtac-service-item:hover{
  background:#f7fbff;
}

/* ===== LEFT ===== */

.dtac-service-left{
  display:flex;
  align-items:center;
  gap:14px;
}

.dtac-icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:14px;
  background:linear-gradient(135deg,#008cff,#59c8ff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:#fff;
  box-shadow:
  0 6px 14px rgba(0,140,255,.18);
}

.dtac-service-info h3{
  margin:0 0 4px;
  font-size:17px;
  font-weight:600;
  color:#222;
}

.dtac-service-info span{
  font-size:13px;
  color:#777;
}

/* ===== RIGHT ===== */

.dtac-service-right{
  display:flex;
  align-items:center;
  gap:12px;
}

.dtac-code{
  padding:10px 14px;
  border-radius:12px;
  background:#f3f9ff;
  color:#007bff;
  font-size:14px;
  font-weight:700;
}

.dtac-btn-call{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 20px;
  border-radius:12px;
  background:linear-gradient(90deg,#0095ff,#1fb6ff);
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:.2s ease;
  box-shadow:
  0 6px 14px rgba(0,140,255,.18);
}

.dtac-btn-call:hover{
  transform:translateY(-2px);
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

  .dtac-service-modern{
    padding:35px 14px;
  }

  .dtac-service-header h2{
    font-size:28px;
  }

  .dtac-service-item{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }

  .dtac-service-right{
    width:100%;
    justify-content:space-between;
  }
}

@media(max-width:480px){

  .dtac-service-right{
    flex-direction:column;
    align-items:stretch;
  }

  .dtac-btn-call{
    width:100%;
  }

  .dtac-code{
    text-align:center;
  }
}/* End custom CSS */