.elementor-660 .elementor-element.elementor-element-a8cc960{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-660 .elementor-element.elementor-element-cd36214{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */#tariff-response {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.response-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 280px;
    text-align: center;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.response-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-price {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.card-speed {
    background-color: #2e7d32;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.speed-info {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #2e7d32;
    font-weight: 600;
}

.speed-info span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-features {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.card-features li {
    margin: 6px 0;
    list-style: none;
    position: relative;
    padding-left: 18px;
}

.card-features li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
}

.card-cta {
    color: #2e7d32;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    transition: color 0.2s;
}

.card-cta:hover {
    color: #1b5e20;
}

.contact-form {
  max-width: 400px;
  margin: 20px auto;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}
.contact-form h3 {
  margin-top: 0;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact-form button {
  padding: 10px 16px;
  background-color: #2e7d32;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #27692a;
}/* End custom CSS */