:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-378383c */.apq-form {
    background: #ffffff;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    max-width: 900px;
    margin: 0 auto;
}

.apq-form h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.apq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.apq-form label {
    font-weight: 600;
    font-size: 14px;
}

.apq-form input,
.apq-form select {
    width: 100%;
    margin-top: 6px;
    padding: 12px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
}

.apq-form button {
    margin-top: 22px;
    width: 100%;
    background: #f7c600;
    color: #111;
    border: none;
    padding: 16px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.apq-error {
    margin-top: 20px;
    background: #ffecec;
    color: #9b111e;
    padding: 15px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .apq-grid {
        grid-template-columns: 1fr;
    }
}

.apq-quote-box {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.apq-quote-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(
        90deg,
        #1f4e79,
        #2d7dd2
    );
}

.apq-price {
    font-size: 56px;
    font-weight: 800;
    color: #1f4e79;
    line-height: 1;
    margin: 10px 0;
}

.apq-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #888;
}

.apq-summary {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.apq-summary-item {
    background: #f8f9fb;
    padding: 15px 20px;
    border-radius: 12px;
    min-width: 140px;
}

.apq-summary-item strong {
    display: block;
    font-size: 22px;
    color: #222;
}

.apq-summary-item span {
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}

.apq-features {
    margin: 20px 0;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.apq-features li {
    list-style: none;
    margin: 8px 0;
    font-weight: 600;
}

.apq-features li:before {
    content: "✓";
    color: #24b26b;
    margin-right: 10px;
    font-weight: bold;
}

.apq-book-btn {
    background: #1f4e79 !important;
    color: white !important;
    border-radius: 12px;
    padding: 16px 30px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    transition: .2s;
}

.apq-book-btn:hover {
    transform: translateY(-2px);
}/* End custom CSS */