.elementor-5029 .elementor-element.elementor-element-956ab24{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-5029 .elementor-element.elementor-element-956ab24:not(.elementor-motion-effects-element-type-background), .elementor-5029 .elementor-element.elementor-element-956ab24 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5029 .elementor-element.elementor-element-edafa65{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:30px;--padding-bottom:30px;--padding-left:4px;--padding-right:4px;}.elementor-5029 .elementor-element.elementor-element-edafa65:not(.elementor-motion-effects-element-type-background), .elementor-5029 .elementor-element.elementor-element-edafa65 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FA;}.elementor-5029 .elementor-element.elementor-element-8190bf2{--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-5029 .elementor-element.elementor-element-69ae825{--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;}.elementor-5029 .elementor-element.elementor-element-5fbef35{--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-5029 .elementor-element.elementor-element-ede2204{--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 .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-5029 .elementor-element.elementor-element-8190bf2{--width:40%;}.elementor-5029 .elementor-element.elementor-element-69ae825{--width:60%;}}/* Start custom CSS for html, class: .elementor-element-266061c *//* =========================================
   SUBHANALLAH ENTERPRISES
   MANUFACTURING HERO
   ========================================= */

.manufacturer-hero {
    position: relative;
    width: 100%;
    height: 225px;
    min-height: 225px;
    overflow: hidden;
    background: #0b2f55;
    isolation: isolate;
}


/* =========================================
   BACKGROUND IMAGE
   ========================================= */

.hero-background {
    position: absolute;
    inset: 0;

    background-image: url("https://subhanallahenterprises.com/wp-content/uploads/2026/09/apparel-manufacturing.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    z-index: -3;

    transform: scale(1.01);
}


/* =========================================
   DARK BLUE LEFT OVERLAY
   ========================================= */

.hero-blue-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4, 40, 76, 0.98) 0%,
            rgba(5, 45, 83, 0.94) 22%,
            rgba(7, 48, 87, 0.86) 38%,
            rgba(7, 48, 87, 0.55) 53%,
            rgba(7, 48, 87, 0.08) 72%,
            rgba(7, 48, 87, 0) 100%
        );

    z-index: -2;
}


/* =========================================
   MAIN CONTAINER
   ========================================= */

.hero-container {
    position: relative;

    width: min(1200px, calc(100% - 80px));
    height: 100%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================
   LEFT HERO CONTENT
   ========================================= */

.hero-content {
    width: 54%;
    max-width: 650px;
    color: #ffffff;

    position: relative;
    z-index: 2;
}


/* MAIN HEADING */

.hero-content h1 {
    margin: 0 0 8px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.5px;

    color: #ffffff;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.18);
}


/* FIRST PARAGRAPH */

.hero-tagline {
    margin: 0 0 10px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;

    color: #ffffff;
}


/* DESCRIPTION */

.hero-description {
    margin: 0;

    max-width: 600px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;

    color: rgba(255, 255, 255, 0.96);
}

.hero-description strong {
    font-weight: 700;
}


/* =========================================
   "YOUR IDEAS / OUR MANUFACTURING"
   ========================================= */

.hero-manufacturing-text {
    position: absolute;

    right: 20px;
    top: 50%;

    transform: translateY(-50%) rotate(-3deg);

    width: 310px;

    display: flex;
    flex-direction: column;

    z-index: 3;

    color: #ffffff;

    pointer-events: none;
}


/* YOUR IDEAS */

.ideas-text {
    align-self: flex-start;

    font-family:
        "Brush Script MT",
        "Segoe Script",
        "Lucida Handwriting",
        cursive;

    font-size: 39px;
    line-height: 0.95;

    font-weight: 400;

    font-style: italic;

    white-space: nowrap;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.35);
}


/* OUR MANUFACTURING */

.manufacturing-text {
    align-self: flex-end;

    margin-top: 4px;

    font-family:
        "Brush Script MT",
        "Segoe Script",
        "Lucida Handwriting",
        cursive;

    font-size: 36px;
    line-height: 0.95;

    font-weight: 400;

    font-style: italic;

    white-space: nowrap;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.35);
}


/* =========================================
   RESPONSIVE — TABLET
   ========================================= */

@media (max-width: 900px) {

    .manufacturer-hero {
        height: 250px;
        min-height: 250px;
    }

    .hero-container {
        width: calc(100% - 50px);
    }

    .hero-content {
        width: 65%;
    }

    .hero-content h1 {
        font-size: 44px;
    }

    .hero-tagline {
        font-size: 16px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-manufacturing-text {
        right: 0;
        width: 250px;
    }

    .ideas-text {
        font-size: 32px;
    }

    .manufacturing-text {
        font-size: 29px;
    }
}


/* =========================================
   RESPONSIVE — MOBILE
   ========================================= */

@media (max-width: 650px) {

    .manufacturer-hero {
        height: auto;
        min-height: 330px;
    }

    .hero-background {
        background-position: 65% center;
    }

    .hero-blue-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 40, 76, 0.98) 0%,
                rgba(5, 45, 83, 0.92) 65%,
                rgba(5, 45, 83, 0.60) 100%
            );
    }

    .hero-container {
        width: calc(100% - 40px);
        min-height: 330px;

        padding: 35px 0;

        display: block;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .hero-tagline {
        font-size: 16px;
    }

    .hero-description {
        font-size: 14px;
        max-width: 500px;
    }

    .hero-manufacturing-text {
        position: relative;

        top: auto;
        right: auto;

        transform: rotate(-3deg);

        margin-top: 25px;

        width: 100%;
    }

    .ideas-text {
        font-size: 32px;
    }

    .manufacturing-text {
        font-size: 29px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eefe532 *//* =====================================================
   SUBHANALLAH ENTERPRISES
   REQUEST A QUOTE SECTION
   ===================================================== */

.quote-section {
    width: 100%;
    padding: 20px 0 60px;

    background: #f7f8fa;

    box-sizing: border-box;
}


/* =====================================================
   MAIN CONTAINER
   ===================================================== */

.quote-container {
    width: min(1220px, calc(100% - 80px));

    margin: 0 auto;

    display: grid;

    grid-template-columns: 420px 1fr;

    gap: 22px;

    align-items: stretch;
}


/* =====================================================
   LEFT INFORMATION CARD
   ===================================================== */

.quote-info {
    background: #ffffff;

    border-radius: 8px;

    padding: 28px 28px 24px;

    box-sizing: border-box;

    box-shadow:
        0 3px 18px rgba(16, 48, 80, 0.07);

    border: 1px solid #edf0f3;
}


/* =====================================================
   LEFT HEADING
   ===================================================== */

.quote-info h2 {
    margin: 0 0 12px;

    color: #0b315b;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 27px;

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -0.5px;
}


/* =====================================================
   INTRO TEXT
   ===================================================== */

.quote-intro {
    margin: 0 0 22px;

    color: #4d5661;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    line-height: 1.55;

    font-weight: 400;
}


/* =====================================================
   FEATURES
   ===================================================== */

.quote-feature {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 17px;
}


/* =====================================================
   FEATURE ICON
   ===================================================== */

.feature-icon {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    border-radius: 50%;

    background: #073661;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    font-size: 20px;

    font-weight: 400;

    box-sizing: border-box;
}


/* =====================================================
   FEATURE TEXT
   ===================================================== */

.feature-content {
    flex: 1;
}

.feature-content h3 {
    margin: 0 0 3px;

    color: #103b68;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 700;
}

.feature-content p {
    margin: 0;

    color: #69717b;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.35;

    font-weight: 400;
}


/* =====================================================
   CONTACT AREA
   ===================================================== */

.quote-contact {
    margin-top: 20px;

    padding-top: 15px;

    border-top: 1px solid #dfe4e9;
}


/* CONTACT HEADING */

.contact-heading {
    margin: 0 0 12px;

    color: #0b315b;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 16px;

    font-weight: 800;
}


/* =====================================================
   CONTACT ITEM
   ===================================================== */

.contact-item {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 9px;

    color: #46505b;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.35;
}


/* CONTACT ICON */

.contact-icon {
    flex: 0 0 19px;

    width: 19px;
    height: 19px;

    border-radius: 50%;

    background: #0a3968;

    color: #ffffff;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 10px;

    font-weight: 400;
}


/* CONTACT LINKS */

.contact-item a {
    color: #46505b;

    text-decoration: none;

    transition: color 0.2s ease;
}

.contact-item a:hover {
    color: #c8102e;
}


/* =====================================================
   SOCIAL MEDIA
   ===================================================== */

.quote-social {
    display: flex;

    justify-content: center;

    gap: 9px;

    margin-top: 19px;
}


.quote-social a {
    width: 27px;
    height: 27px;

    border-radius: 50%;

    background: #0a3968;

    color: #ffffff;

    display: flex;

    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;

    font-weight: 700;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


.quote-social a:hover {
    background: #c8102e;

    transform: translateY(-2px);
}


/* =====================================================
   RIGHT FORM CARD
   ===================================================== */

.quote-form {
    background: #ffffff;

    border-radius: 8px;

    padding: 24px 26px 25px;

    box-sizing: border-box;

    box-shadow:
        0 3px 18px rgba(16, 48, 80, 0.07);

    border: 1px solid #edf0f3;
}


/* =====================================================
   FORM HEADING
   ===================================================== */

.quote-form > h2 {
    margin: 0 0 5px;

    color: #0b315b;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 27px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.4px;
}


/* =====================================================
   FORM INTRO
   ===================================================== */

.form-intro {
    margin: 0 0 18px;

    color: #68717c;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    line-height: 1.4;
}


/* =====================================================
   WPFORMS AREA
   ===================================================== */

.wpforms-wrapper {
    width: 100%;
}


/* Remove WPForms default extra spacing */

.wpforms-container {
    margin: 0 !important;
}


/* =====================================================
   WPFORMS LABELS
   ===================================================== */

.wpforms-container .wpforms-field-label {
    color: #173f69 !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;

    margin-bottom: 5px !important;
}


/* =====================================================
   WPFORMS INPUTS
   ===================================================== */

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="url"],
.wpforms-container input[type="number"],
.wpforms-container select,
.wpforms-container textarea {

    width: 100% !important;

    box-sizing: border-box !important;

    border: 1px solid #d7dce2 !important;

    border-radius: 4px !important;

    background: #ffffff !important;

    color: #303943 !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif !important;

    font-size: 13px !important;

    padding: 10px 12px !important;

    box-shadow: none !important;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* TEXTAREA */

.wpforms-container textarea {
    min-height: 100px !important;

    resize: vertical;
}


/* =====================================================
   INPUT FOCUS
   ===================================================== */

.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {

    border-color: #0b477c !important;

    box-shadow:
        0 0 0 2px rgba(11, 71, 124, 0.08) !important;

    outline: none !important;
}


/* =====================================================
   WPFORM REQUIRED STAR
   ===================================================== */

.wpforms-container .wpforms-required-label {
    color: #c8102e !important;
}


/* =====================================================
   SUBMIT BUTTON
   ===================================================== */

.wpforms-container button[type="submit"],
.wpforms-container .wpforms-submit {

    width: 100% !important;

    min-height: 42px !important;

    border: none !important;

    border-radius: 4px !important;

    background: #d20b2f !important;

    color: #ffffff !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;

    text-transform: uppercase;

    letter-spacing: 0.2px;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


.wpforms-container button[type="submit"]:hover,
.wpforms-container .wpforms-submit:hover {

    background: #b50929 !important;

    transform: translateY(-1px);
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 950px) {

    .quote-container {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 20px;
    }

    .quote-info {
        padding: 26px;
    }

    .quote-form {
        padding: 26px;
    }
}


/* =====================================================
   SMALL MOBILE
   ===================================================== */

@media (max-width: 600px) {

    .quote-section {
        padding: 15px 0 40px;
    }

    .quote-container {
        width: calc(100% - 28px);
    }

    .quote-info,
    .quote-form {
        padding: 20px;
    }

    .quote-info h2,
    .quote-form > h2 {
        font-size: 23px;
    }

    .quote-intro {
        font-size: 13.5px;
    }

    .quote-feature {
        margin-bottom: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8190bf2 */se-quote-left/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-c6991ff *//* ========================================================= SUBHANALLAH ENTERPRISES GET A QUOTE — WPForms 5047 PROFESSIONAL B2B FORM STYLING ========================================================= */ /* ========================================================= FORM BASE ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 { font-family: inherit; color: #062044; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } /* ========================================================= SECTION HEADINGS ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-field-divider h3, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-field-divider { color: #062044 !important; font-family: inherit !important; font-size: 25px !important; line-height: 1.2 !important; font-weight: 800 !important; letter-spacing: -0.15px !important; } /* ========================================================= FIELD LABELS ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-field-label { color: #062044 !important; font-family: inherit !important; font-size: 14px !important; line-height: 1.4 !important; font-weight: 600 !important; letter-spacing: 0 !important; margin-bottom: 7px !important; } /* Required star */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-required-label { color: #D71920 !important; font-weight: 600 !important; } /* ========================================================= TEXT / EMAIL / URL / NUMBER / TEL INPUTS ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="text"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="email"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="url"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="number"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 textarea { width: 100% !important; box-sizing: border-box !important; height: 39px !important; background: #ffffff !important; border: 1px solid #cbd5df !important; border-radius: 3px !important; color: #243b53 !important; font-family: inherit !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.45 !important; padding: 9px 13px !important; box-shadow: none !important; outline: none !important; transition: border-color .2s ease, box-shadow .2s ease !important; } /* ========================================================= PHONE FIELD IMPORTANT: DO NOT FORCE PADDING ON THE TEL INPUT BECAUSE WPForms INTERNATIONAL PHONE SELECTOR NEEDS ITS OWN INTERNAL SPACING. ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="tel"] { width: 100% !important; box-sizing: border-box !important; height: 39px !important; background: #ffffff !important; border: 1px solid #cbd5df !important; border-radius: 3px !important; color: #243b53 !important; font-family: inherit !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.45 !important; box-shadow: none !important; outline: none !important; transition: border-color .2s ease, box-shadow .2s ease !important; } /* ========================================================= PHONE INTERNATIONAL CONTAINER ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti { width: 100% !important; display: block !important; } /* Phone input inside international container */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti input[type="tel"] { width: 100% !important; } /* ========================================================= PHONE COUNTRY SELECTOR ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__flag-container { height: 39px !important; } .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__selected-flag { height: 39px !important; padding: 0 8px !important; display: flex !important; align-items: center !important; background: transparent !important; } /* Country flag */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__flag { flex-shrink: 0 !important; } /* Country arrow */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__arrow { margin-left: 5px !important; } /* Country dropdown */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__country-list { z-index: 999999 !important; background: #ffffff !important; border: 1px solid #cbd5df !important; border-radius: 3px !important; box-shadow: 0 8px 25px rgba(6, 32, 68, 0.12) !important; max-height: 260px !important; } /* Country list text */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__country { font-family: inherit !important; font-size: 13px !important; color: #243b53 !important; padding: 7px 10px !important; } /* Country hover */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__country:hover { background: #f3f6f9 !important; } /* ========================================================= SELECT / COUNTRY / TARGET MARKET ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 select { width: 100% !important; box-sizing: border-box !important; height: 42px !important; background-color: #ffffff !important; border: 1px solid #cbd5df !important; border-radius: 3px !important; color: #243b53 !important; font-family: inherit !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.4 !important; padding: 9px 40px 9px 13px !important; outline: none !important; box-shadow: none !important; cursor: pointer !important; appearance: auto !important; -webkit-appearance: auto !important; } /* Select focus */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 select:focus { border-color: #062044 !important; box-shadow: 0 0 0 2px rgba(6, 32, 68, 0.08) !important; outline: none !important; } /* Select placeholder */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 select option[value=""] { color: #8a98a8 !important; } /* ========================================================= INPUT FOCUS ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="text"]:focus, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="email"]:focus, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="url"]:focus, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="number"]:focus, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="tel"]:focus, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 textarea:focus { border-color: #062044 !important; box-shadow: 0 0 0 2px rgba(6, 32, 68, 0.08) !important; outline: none !important; } /* ========================================================= PLACEHOLDER ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input::placeholder, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 textarea::placeholder { color: #8a98a8 !important; opacity: 1 !important; font-weight: 400 !important; } /* ========================================================= TEXTAREA ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 textarea { min-height: 110px !important; height: auto !important; resize: vertical !important; } /* ========================================================= FIELD SPACING ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-field { margin-bottom: 12px !important; } /* ========================================================= CHECKBOX / RADIO ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-field-checkbox label, .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-field-radio label { color: #40566f !important; font-family: inherit !important; font-size: 14px !important; line-height: 1.5 !important; font-weight: 500 !important; } /* ========================================================= FILE UPLOAD ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-uploader { border: 1px dashed #cbd4dd !important; background: #ffffff !important; border-radius: 3px !important; } /* ========================================================= SUBMIT BUTTON ========================================================= */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 button[type="submit"] { width: 100% !important; min-height: 50px !important; padding: 13px 20px !important; margin-top: 8px !important; background: #D71920 !important; border: 0 !important; border-radius: 3px !important; color: #ffffff !important; font-family: inherit !important; font-size: 14px !important; line-height: 1.3 !important; font-weight: 700 !important; letter-spacing: 0 !important; text-shadow: none !important; box-shadow: none !important; cursor: pointer !important; transition: background .2s ease, transform .2s ease !important; } /* Button hover */ .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 button[type="submit"]:hover { background: #b9141a !important; color: #ffffff !important; transform: translateY(-1px); } /* ========================================================= MOBILE ========================================================= */ @media (max-width: 767px) { .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .wpforms-field-label { font-size: 14px !important; } .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="text"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="email"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="url"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="number"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 input[type="tel"], .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 select { font-size: 14px !important; } .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 button[type="submit"] { min-height: 50px !important; font-size: 14px !important; } .elementor-5029 .elementor-element.elementor-element-c6991ff #wpforms-5047 .iti__country-list { max-width: 280px !important; width: 280px !important; } }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-69ae825 */se-quote-right/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-edafa65 *//* =========================================================
   SUBHANALLAH ENTERPRISES
   GET A QUOTE - BALANCED TWO COLUMN LAYOUT
   ========================================================= */

.elementor-5029 .elementor-element.elementor-element-edafa65 {
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-direction: row !important;

    align-items: stretch !important;

    gap: 24px !important;

    margin: 0 !important;
    padding: 30px 4% !important;

    box-sizing: border-box !important;

    background: #F5F7FA !important;
}


/* LEFT INFORMATION */

.elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-left {
    width: 40% !important;
    flex: 0 0 40% !important;

    max-width: 40% !important;

    box-sizing: border-box !important;
}


/* RIGHT FORM */

.elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-right {
    width: 60% !important;
    flex: 1 1 60% !important;

    max-width: 60% !important;

    min-width: 0 !important;

    box-sizing: border-box !important;
}


/* WPForms must use the complete right column */

.elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-right .wpforms-container,
.elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-right .wpforms-form {
    width: 100% !important;
    max-width: 100% !important;
}


/* Remove unnecessary Elementor spacing */

.elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-left,
.elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .elementor-5029 .elementor-element.elementor-element-edafa65 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-left {
        width: 40% !important;
        flex-basis: 40% !important;
    }

    .elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-right {
        width: 60% !important;
        flex-basis: 60% !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .elementor-5029 .elementor-element.elementor-element-edafa65 {
        flex-direction: column !important;

        gap: 20px !important;

        padding: 20px 15px !important;
    }

    .elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-left,
    .elementor-5029 .elementor-element.elementor-element-edafa65 .se-quote-right {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}/* End custom CSS */