.elementor-12 .elementor-element.elementor-element-af24d0a > .elementor-container{min-height:407px;}.elementor-12 .elementor-element.elementor-element-3dc5175{width:var( --container-widget-width, 127.5% );max-width:127.5%;--container-widget-width:127.5%;--container-widget-flex-grow:0;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-3dc5175{width:var( --container-widget-width, 380px );max-width:380px;--container-widget-width:380px;--container-widget-flex-grow:0;}}/* Start custom CSS for shortcode, class: .elementor-element-3dc5175 *//* ======================================================
   BUZZINFO PREMIUM CONTACT FORM 7
   Luxury Edition
====================================================== */

.wpcf7{
    max-width:950px;
    margin:60px auto;
    padding:45px;
    background:#ffffff;
    border-radius:24px;
    box-shadow:
        0 20px 60px rgba(0,0,0,.08),
        0 10px 25px rgba(0,0,0,.04);
    border:1px solid #ececec;
}

.wpcf7 h2,
.wpcf7 h3{
    color:#111;
    font-size:34px;
    font-weight:800;
    text-align:center;
    margin-bottom:15px;
}

.wpcf7 p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

.wpcf7 hr{
    border:none;
    height:1px;
    background:#ededed;
    margin:35px 0;
}

/* Labels */

.wpcf7 label{
    display:block;
    font-size:15px;
    font-weight:700;
    color:#111;
    margin-top:22px;
    margin-bottom:8px;
}

/* Inputs */

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 select,
.wpcf7 textarea{

    width:100%;
    padding:18px 20px;
    border-radius:14px;
    border:1.5px solid #e5e5e5;
    background:#fafafa;
    font-size:15px;
    transition:.35s ease;
    box-sizing:border-box;
    color:#111;
    outline:none;
}

.wpcf7 textarea{
    min-height:180px;
    resize:vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{

    background:#fff;
    border-color:#d4af37;
    box-shadow:
        0 0 0 5px rgba(212,175,55,.12);
}

/* Select */

.wpcf7 select{
    cursor:pointer;
}

/* Radio */

.wpcf7-list-item{
    display:block;
    margin:10px 0;
    color:#555;
}

/* Acceptance */

.wpcf7-acceptance{
    display:block;
    margin-top:25px;
}

.wpcf7-acceptance label{
    display:flex;
    gap:10px;
    align-items:flex-start;
    font-weight:500;
    color:#555;
}

/* Pricing Box */

.wpcf7 ul{

    margin:25px 0;
    padding:0;
    list-style:none;
}

.wpcf7 ul li{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 22px;
    margin-bottom:12px;

    background:#fafafa;
    border-radius:14px;
    border-left:5px solid #d4af37;

    transition:.3s;
}

.wpcf7 ul li:hover{

    transform:translateX(6px);

    background:#fff9ea;

    box-shadow:0 10px 30px rgba(212,175,55,.15);

}

.wpcf7 ul li strong{

    color:#b8860b;

    font-size:16px;
}

/* Submit */

.wpcf7 input[type=submit]{

    width:100%;

    margin-top:35px;

    padding:18px;

    border:none;

    border-radius:16px;

    background:linear-gradient(135deg,#111,#333);

    color:#fff;

    font-size:17px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

    letter-spacing:.5px;

}

.wpcf7 input[type=submit]:hover{

    background:linear-gradient(135deg,#d4af37,#b8860b);

    transform:translateY(-3px);

    box-shadow:0 20px 40px rgba(212,175,55,.35);

}

/* Validation */

.wpcf7-not-valid-tip{

    color:#d93025;

    margin-top:6px;

    font-size:13px;

}

.wpcf7-response-output{

    border:none!important;

    border-radius:14px;

    padding:18px!important;

    margin-top:25px!important;

    font-weight:600;

}

.wpcf7 form.sent .wpcf7-response-output{

    background:#eaf8ef;

    color:#137333;

}

.wpcf7 form.invalid .wpcf7-response-output{

    background:#fff4e5;

    color:#b06000;

}

.wpcf7 form.failed .wpcf7-response-output{

    background:#fdecec;

    color:#b3261e;

}

/* Pricing Table */

.pricing-table{

    width:100%;

    border-collapse:collapse;

    margin:25px 0;

    overflow:hidden;

    border-radius:18px;

}

.pricing-table th{

    background:#111;

    color:#fff;

    padding:18px;

    text-align:left;

}

.pricing-table td{

    padding:18px;

    border-bottom:1px solid #efefef;

}

.pricing-table tr:nth-child(even){

    background:#fafafa;

}

.pricing-table tr:hover{

    background:#fff9eb;

}

/* Mobile */

@media(max-width:768px){

.wpcf7{

padding:25px;

margin:25px 15px;

}

.wpcf7 h2,
.wpcf7 h3{

font-size:28px;

}

.wpcf7 ul li{

flex-direction:column;

align-items:flex-start;

gap:8px;

}

.pricing-table{

display:block;

overflow-x:auto;

}

}/* End custom CSS */