.elementor-18 .elementor-element.elementor-element-104694e{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-b676fdb{text-align:center;}.elementor-18 .elementor-element.elementor-element-b676fdb .elementor-heading-title{color:#000000;}.elementor-18 .elementor-element.elementor-element-9b7a4d7{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-32b1b38 p{margin-block-end:0px;}.elementor-18 .elementor-element.elementor-element-32b1b38{color:#000000;}.elementor-18 .elementor-element.elementor-element-32b1b38 a{color:#000000;}.elementor-18 .elementor-element.elementor-element-32b1b38 a:hover, .elementor-18 .elementor-element.elementor-element-32b1b38 a:focus{color:#070CF6F7;}.elementor-18 .elementor-element.elementor-element-9be166b{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1dd7617 *//* ================================
      CARRYLINE CONTACT FORM
================================ */

.carryline-form{
max-width:1200px;
margin:auto;
}

/* ROW */

.carryline-row{

display:flex;
gap:28px;
margin-bottom:32px;

}

/* COLUMN */

.carryline-col{

width:50%;

}

.carryline-full{

width:100%;

}

/* LABEL */

.carryline-form label{

display:block;
margin-bottom:12px;
font-size:18px;
font-weight:700;
color:#D4AF37;
letter-spacing:.4px;

}

/* INPUT */

.carryline-form input,
.carryline-form textarea{

width:100%;
background:#111111;
border:2px solid transparent;
border-radius:14px;
padding:18px 22px;
font-size:16px;
color:#fff;
transition:.35s ease;
box-sizing:border-box;

}

/* PLACEHOLDER */

.carryline-form input::placeholder,
.carryline-form textarea::placeholder{

color:#999;

}

/* FOCUS */

.carryline-form input:focus,
.carryline-form textarea:focus{

outline:none;
border:2px solid #D4AF37;
box-shadow:0 0 18px rgba(212,175,55,.25);

}

/* MESSAGE */

.carryline-form textarea{

height:320px;
resize:none;

}

/* BUTTON */

.carryline-btn{

margin-top:20px;

}

.carryline-btn .wpcf7-submit{

width:100%;
height:62px;

background:#D4AF37 !important;

border:none !important;

border-radius:50px;

font-size:19px;

font-weight:700;

color:#111 !important;

cursor:pointer;

transition:.35s;

letter-spacing:.5px;

}

/* BUTTON HOVER */

.carryline-btn .wpcf7-submit:hover{

background:#c89b0d !important;

transform:translateY(-2px);

box-shadow:0 10px 25px rgba(212,175,55,.35);

}

/* RESPONSE */

.wpcf7-response-output{

margin-top:30px !important;
border-radius:10px;

}

/* MOBILE */

@media(max-width:768px){

.carryline-row{

display:block;

}

.carryline-col{

width:100%;
margin-bottom:25px;

}

.carryline-form textarea{

height:220px;

}

.carryline-btn .wpcf7-submit{

width:100%;

}

}/* End custom CSS */