.elementor-1374 .elementor-element.elementor-element-3f4d564{--display:flex;--min-height:750px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1374 .elementor-element.elementor-element-3f4d564:not(.elementor-motion-effects-element-type-background), .elementor-1374 .elementor-element.elementor-element-3f4d564 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A2A4A;}.elementor-1374 .elementor-element.elementor-element-db6dd8b{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-1374 .elementor-element.elementor-element-db6dd8b:not(.elementor-motion-effects-element-type-background), .elementor-1374 .elementor-element.elementor-element-db6dd8b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://rockrustenburg.co.za/wp-content/uploads/2026/06/WhatsApp-Image-2026-06-04-at-13.35.31-1.webp");background-position:center center;background-size:cover;}.elementor-1374 .elementor-element.elementor-element-0bf2612{--spacer-size:50px;}.elementor-1374 .elementor-element.elementor-element-5f05113{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-1374 .elementor-element.elementor-element-99a89fd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:center;}.elementor-1374 .elementor-element.elementor-element-99a89fd .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;color:#F8F9FA;}.elementor-1374 .elementor-element.elementor-element-7c488e8{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;padding:10px 0px 0px 0px;text-align:center;font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:600;text-decoration:none;line-height:25px;color:#F8F9FA;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1374 .elementor-element.elementor-element-3f4d564{--min-height:0px;}.elementor-1374 .elementor-element.elementor-element-0bf2612{--spacer-size:100px;}.elementor-1374 .elementor-element.elementor-element-5f05113{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1374 .elementor-element.elementor-element-99a89fd .elementor-heading-title{font-size:30px;}.elementor-1374 .elementor-element.elementor-element-7c488e8{text-align:center;}}/* Start custom CSS for shortcode, class: .elementor-element-35a67fe *//* Rock popup contact form styling */
.rock-popup-content .wpcf7,
.rock-popup-content form.wpcf7-form {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

/* Reduce spacing */
.rock-popup-content .wpcf7 p {
    margin: 0 0 12px 0;
}

/* Make labels readable */
.rock-popup-content .wpcf7 label {
    display: block;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 7px;
}

/* Input + textarea styling */
.rock-popup-content .wpcf7 input[type="text"],
.rock-popup-content .wpcf7 input[type="email"],
.rock-popup-content .wpcf7 input[type="tel"],
.rock-popup-content .wpcf7 textarea {
    width: 100%;
    height: 42px;
    padding: 9px 13px;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    color: #111111 !important;
    font-size: 14px;
    line-height: 1.3;
    box-shadow: none;
}

/* Message box */
.rock-popup-content .wpcf7 textarea {
    height: 105px;
    min-height: 105px;
    resize: vertical;
}

/* Placeholder colour */
.rock-popup-content .wpcf7 input::placeholder,
.rock-popup-content .wpcf7 textarea::placeholder {
    color: #777777;
}

/* Submit button */
.rock-popup-content .wpcf7 input[type="submit"] {
    background: #F8D91E;
    color: #132D52;
    border: none;
    border-radius: 8px;
    padding: 11px 26px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Submit hover */
.rock-popup-content .wpcf7 input[type="submit"]:hover {
    background: #ffffff;
    color: #132D52;
}

/* CF7 response messages */
.rock-popup-content .wpcf7-response-output {
    color: #ffffff !important;
    border-color: #F8D91E !important;
    margin: 10px 0 0 0 !important;
    font-size: 13px;
}

/* Tablet */
@media (max-width: 1024px) {
    .rock-popup-content .wpcf7,
    .rock-popup-content form.wpcf7-form {
        max-width: 380px;
    }

    .rock-popup-content .wpcf7 textarea {
        height: 95px;
        min-height: 95px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .rock-popup-content .wpcf7,
    .rock-popup-content form.wpcf7-form {
        max-width: 100%;
    }

    .rock-popup-content .wpcf7 p {
        margin: 0 0 9px 0;
    }

    .rock-popup-content .wpcf7 label {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .rock-popup-content .wpcf7 input[type="text"],
    .rock-popup-content .wpcf7 input[type="email"],
    .rock-popup-content .wpcf7 input[type="tel"],
    .rock-popup-content .wpcf7 textarea {
        height: 36px;
        padding: 7px 10px;
        border-radius: 7px;
        font-size: 13px;
    }

    .rock-popup-content .wpcf7 textarea {
        height: 72px;
        min-height: 72px;
    }

    .rock-popup-content .wpcf7 input[type="submit"] {
        padding: 9px 20px;
        font-size: 13px;
        border-radius: 7px;
    }

    .rock-popup-content .wpcf7-response-output {
        font-size: 12px;
        margin-top: 8px !important;
    }
}

/* Very small phones */
@media (max-width: 420px) {
    .rock-popup-content .wpcf7 p {
        margin-bottom: 7px;
    }

    .rock-popup-content .wpcf7 label {
        font-size: 11.5px;
    }

    .rock-popup-content .wpcf7 input[type="text"],
    .rock-popup-content .wpcf7 input[type="email"],
    .rock-popup-content .wpcf7 input[type="tel"] {
        height: 34px;
    }

    .rock-popup-content .wpcf7 textarea {
        height: 62px;
        min-height: 62px;
    }

    .rock-popup-content .wpcf7 input[type="submit"] {
        padding: 8px 18px;
        font-size: 12.5px;
    }
}/* End custom CSS */