.elementor-2592 .elementor-element.elementor-element-41df2b0{--display:flex;--min-height:175px;--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;--justify-content:center;--overlay-opacity:0.04;}.elementor-2592 .elementor-element.elementor-element-41df2b0:not(.elementor-motion-effects-element-type-background), .elementor-2592 .elementor-element.elementor-element-41df2b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-2592 .elementor-element.elementor-element-41df2b0::before, .elementor-2592 .elementor-element.elementor-element-41df2b0 > .elementor-background-video-container::before, .elementor-2592 .elementor-element.elementor-element-41df2b0 > .e-con-inner > .elementor-background-video-container::before, .elementor-2592 .elementor-element.elementor-element-41df2b0 > .elementor-background-slideshow::before, .elementor-2592 .elementor-element.elementor-element-41df2b0 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2592 .elementor-element.elementor-element-41df2b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.nexus-comm.com/wp-content/uploads/2026/06/BG-Photoroom.webp");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:54% auto;}.elementor-2592 .elementor-element.elementor-element-4309b36{text-align:center;}.elementor-2592 .elementor-element.elementor-element-4309b36 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:700;text-transform:capitalize;color:var( --e-global-color-9e6dd61 );}.elementor-2592 .elementor-element.elementor-element-86b3294{color:var( --e-global-color-9e6dd61 );}.elementor-2592 .elementor-element.elementor-element-86b3294 a{color:var( --e-global-color-9e6dd61 );}.elementor-2592 .elementor-element.elementor-element-2d2f6751{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:100px;--padding-bottom:100px;--padding-left:30px;--padding-right:030px;}.elementor-2592 .elementor-element.elementor-element-2d2f6751:not(.elementor-motion-effects-element-type-background), .elementor-2592 .elementor-element.elementor-element-2d2f6751 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-00c333b );}.elementor-2592 .elementor-element.elementor-element-6b8e07ce{text-align:center;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-2592 .elementor-element.elementor-element-2d2f6751{--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}}@media(max-width:880px){.elementor-2592 .elementor-element.elementor-element-2d2f6751{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-2592 .elementor-element.elementor-element-6b8e07ce{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}}/* Start custom CSS for text-editor, class: .elementor-element-6b8e07ce *//* ===== Addify Request a Quote - Field Styling ===== */

.elementor-2592 .elementor-element.elementor-element-6b8e07ce input, .elementor-2592 .elementor-element.elementor-element-6b8e07ce textarea, .elementor-2592 .elementor-element.elementor-element-6b8e07ce select{
    background: transparent!important;
}
.af_quote_fields {
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
}

.af-quote-field-table .quote-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.addify-option-field {
    position: relative;
    margin-bottom: 28px;
    overflow: hidden;
}

.adf_half_width {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.adf_full_width {
    flex: 1 1 100%;
    max-width: 100%;
}

.addify-option-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--e-global-color-primary, #333);
    margin-bottom: 8px;
    transition: color 0.3s ease;
    text-align: left!important;
}

/* Base input styling */
.addify-option-field input[type="text"],
.addify-option-field input[type="email"] {
    width: 100%;
    padding: 12px 4px;
    font-size: 15px;
    color: var(--e-global-color-primary, #222);
    background: transparent;
    border: none;
    border-bottom: 2px solid color-mix(in srgb, var(--e-global-color-primary, #333) 20%, transparent);
    outline: none;
    box-sizing: border-box;
    transition: color 0.3s ease, border-color 0.3s ease;
    position: relative;
    z-index: 1;
}

.addify-option-field input::placeholder {
    color: color-mix(in srgb, var(--e-global-color-primary, #333) 45%, transparent);
    transition: opacity 0.3s ease;
}

/* Animated underline sweep - left to right on hover/focus */
.addify-option-field::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--e-global-color-accent, #e03131);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: 2;
    pointer-events: none;
}

.addify-option-field:hover::after,
.addify-option-field:focus-within::after {
    transform: scaleX(1);
}

.addify-option-field:focus-within label {
    color: var(--e-global-color-accent, #e03131);
}

.addify-option-field input:focus::placeholder {
    opacity: 0.6;
}

/* Submit button */
.form_row {
    margin-top: 10px;
    text-align: right;
}

.addify_checkout_place_quote {
    background-color: var(--e-global-color-secondary, #222);
    color: #fff;
    border: none;
    padding: 14px 36px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.addify_checkout_place_quote:hover {
    background-color: var(--e-global-color-accent, #e03131);
    transform: translateY(-1px);
}

.addify_checkout_place_quote:active {
    transform: translateY(0);
}

.elementor-2592 .elementor-element.elementor-element-6b8e07ce input{
   
    border: 1px solid #bbb!important;
    border-top: 0!important;
     border-left: 0!important;
     border-right: 0!important;
     border-radius: 0!important;
}




/* ===== Select2 - Match Quote Field Styling ===== */
.select2-container {
    width: 100% !important;
    max-width: 100%;
}

.select2-container .selection {
    display: block;
}

/* Wrapper needed for the sweep underline - matches .addify-option-field pattern */
.select2-container .select2-selection--single {
    position: relative;
    height: auto;
    padding: 12px 30px 12px 4px;
    background: transparent;
    border: none;
    border-bottom: 2px solid color-mix(in srgb, var(--e-global-color-primary, #333) 20%, transparent);
    border-radius: 0;
    outline: none;
    transition: border-color 0.3s ease;
}

.select2-container .select2-selection__rendered {
    
    font-size: 15px;
    color: var(--e-global-color-primary, #222);
}

/* Placeholder-like default text "Select Option" */
.select2-container .select2-selection__rendered[title="Select Option"] {
    color: color-mix(in srgb, var(--e-global-color-primary, #333) 45%, transparent);
}

.select2-container .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 4px;
}

.select2-container .select2-selection__arrow b {
    border-color: var(--e-global-color-primary, #333) transparent transparent transparent;
}

/* Open state flips the arrow */
.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent var(--e-global-color-primary, #333) transparent !important;
}

/* Sweep underline - reuse the same left-to-right accent animation */

.select2-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--e-global-color-accent, #e03131);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: 2;
    pointer-events: none;
}

.select2-container:hover::after,
.select2-container--focus::after,
.select2-container--open::after {
    transform: scaleX(1);
}

.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
    border-bottom-color: transparent; /* let the accent sweep take over visually */
}

/* ===== Dropdown panel (appended to body, so style separately) ===== */
.select2-dropdown {
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);

}

.select2-results__option {
    padding: 10px 14px;
    font-size: 14px;
    color: var(--e-global-color-primary, #222);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--e-global-color-accent, #e03131);
    color: var(--e-global-color-secondary, #fff);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: color-mix(in srgb, var(--e-global-color-accent, #e03131) 12%, transparent);
    color: var(--e-global-color-primary, #222);
}

.select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 2px solid color-mix(in srgb, var(--e-global-color-primary, #333) 20%, transparent);
    padding: 8px 4px;
    outline: none;
    font-size: 14px;
}

.select2-search--dropdown .select2-search__field:focus {
    border-bottom-color: var(--e-global-color-accent, #e03131);
}

.select2-selection__rendered{
    text-align: left;
    position: relative;
    padding: 0!important;
    line-height: 15px!important;
    padding-left: 10px;
}

.select2-container--default::after{
    display: none!important;
}

.elementor-2592 .elementor-element.elementor-element-6b8e07ce textarea{
    height: 90px!important;
    border-radius: 0!important;
    margin-bottom: -5px!important;
}
.elementor-2592 .elementor-element.elementor-element-6b8e07ce textarea::focus{
    outline: none!important;
    border: 0!important;
}

.elementor-2592 .elementor-element.elementor-element-6b8e07ce .afrfq_update_quote_btn, .wc-backward, .elementor-2592 .elementor-element.elementor-element-6b8e07ce .addify_checkout_place_quote{
    background-color: var(--e-global-color-primary)!important;
    color: #ffffff!important;
    border-radius: 30px!important;
    padding: 15px 30px!important;
    font-size: 16px!important;
}

.elementor-2592 .elementor-element.elementor-element-6b8e07ce .afrfq_update_quote_btn:hover, .wc-backward:hover, .elementor-2592 .elementor-element.elementor-element-6b8e07ce .addify_checkout_place_quote:hover{
    background-color: var(--e-global-color-accent)!important;
}


/* ===== Modern Quote Table ===== */
.adf-quote-detail-wrap {
    width: 100%;
    overflow-x: auto;
}

.addify-quote-form__contents {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    font-family: inherit;
}

/* Header */
.addify-quote-form__contents thead th {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: color-mix(in srgb, var(--e-global-color-primary, #333) 55%, transparent);
    padding: 0 16px 10px;
    border: none;
}

.addify-quote-form__contents thead th.product-remove {
    width: 48px;
}

.addify-quote-form__contents thead th.product-thumbnail {
    width: 100px;
}

/* Row = card */
.addify-quote-form__contents tbody tr.cart_item {
    background-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.addify-quote-form__contents tbody tr.cart_item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.addify-quote-form__contents tbody tr.cart_item td {
    border: none;
    padding: 14px 16px;
    vertical-align: middle;
}

.addify-quote-form__contents tbody tr.cart_item td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.addify-quote-form__contents tbody tr.cart_item td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Remove button — circular icon */
.product-remove {
    text-align: center;
}

.remove-cart-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--e-global-color-primary, #333) 8%, transparent);
    color: var(--e-global-color-primary, #333);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.remove-cart-item:hover {
    background-color: var(--e-global-color-accent, #e03131);
    color: var(--e-global-color-secondary, #fff);
    transform: rotate(90deg);
}

/* Thumbnail */
.product-thumbnail img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 1px solid color-mix(in srgb, var(--e-global-color-primary, #333) 10%, transparent);
}

/* Product name */
.product-name a {
    font-size: 15px;
    font-weight: 600;
    color: var(--e-global-color-primary, #222);
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-name a:hover {
    color: var(--e-global-color-accent, #e03131);
}


/* Quantity stepper with circular +/- buttons */
.product-quantity .quantity {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    overflow: visible;
}

.product-quantity .quantity .qty {
    width: 44px;
    border: 1px solid color-mix(in srgb, var(--e-global-color-primary, #333) 18%, transparent);
    border-radius: 8px;
    outline: none;
    text-align: center;
    padding: 8px 4px;
    font-size: 14px;
    color: var(--e-global-color-primary, #222);
    background: transparent;
    -moz-appearance: textfield;
    transition: border-color 0.25s ease;
}

.product-quantity .quantity .qty:focus {
    border-color: var(--e-global-color-accent, #e03131);
}

.product-quantity .quantity .qty::-webkit-outer-spin-button,
.product-quantity .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Circular +/- buttons */
.qty-step-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--e-global-color-primary, #333) 20%, transparent);
    background-color: #fff;
    color: var(--e-global-color-primary, #333);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
        background-color: var(--e-global-color-primary) !important;
    color: #ffffff !important;
}

.quantity button{

    border-radius: 30px !important;
    padding: 10px 10px !important;
    font-size: 13px !important;
}

.qty-step-btn:hover {
    background-color: var(--e-global-color-accent, #e03131);
    border-color: var(--e-global-color-accent, #e03131);
    color: var(--e-global-color-secondary, #fff);
}

.qty-step-btn:active {
    transform: scale(0.9);
}

.qty-step-btn.qty-disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Actions row */
.addify-quote-form__contents tbody tr td.actions {
    background: transparent;
    box-shadow: none;
    padding: 16px 4px 0;
    text-align: right;
}

.afrfq_update_quote_btn {
    background-color: var(--e-global-color-secondary, #222) !important;
    color: #fff !important;
    border: none;
    padding: 12px 32px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.afrfq_update_quote_btn:hover {
    background-color: var(--e-global-color-accent, #e03131) !important;
    transform: translateY(-1px);
}

/* Tablet & Mobile */
@media (max-width:1024px){

    /* Remove row styling */
    .addify-quote-form__contents tr.cart_item{
        display:flex !important;
        align-items:center;
        border:0 !important;
        box-shadow:none !important;
        background:none !important;
        padding:12px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* Hide unnecessary columns */
    .addify-quote-form__contents thead,
    .addify-quote-form__contents .product-thumbnail,
    .addify-quote-form__contents .product-price,
    .addify-quote-form__contents .product-subtotal{
        display:none !important;
    }

    /* Hide WooCommerce labels */
    .addify-quote-form__contents td::before{
        display:none !important;
        content:none !important;
    }

    /* Reset cells */
    .addify-quote-form__contents td{
        display:block !important;
        border:0 !important;
        padding:0 !important;
        background:none !important;
    }

    /* Title */
    .addify-quote-form__contents .product-name{
        flex:1;
        text-align:left !important;
        width: 40%!important;
    }

    .addify-quote-form__contents .product-name a{
        display:block;
        text-align:left;
        font-weight:600;
    }

    /* Quantity */
    .addify-quote-form__contents .product-quantity{
        margin-left:auto;
        margin-right:12px;
        width: 40%!important;
    }

    .addify-quote-form__contents .quantity{
        margin:0;
    }

    /* Remove button at far right */
    .addify-quote-form__contents .product-remove{
        order:3;
        width:auto;
        flex:0 0 auto;
        text-align:right;
    }

    .addify-quote-form__contents .product-remove a{
        font-size:24px;
        line-height:1;
    }

}



.elementor-2592 .elementor-element.elementor-element-6b8e07ce{
    max-width: 100%!important;
    width: 100%!important;
}



.elementor-2592 .elementor-element.elementor-element-6b8e07ce .adf-request-quote-page, .elementor-2592 .elementor-element.elementor-element-6b8e07ce .af-quote-field-table, .elementor-2592 .elementor-element.elementor-element-6b8e07ce .af_quote_fields{
    max-width: 100%!important;
}

.addify-quote-form__contents .product-remove{
    border-radius: 0!important;
}


.addify-quote-form__contents th:last-child {
    border-radius: 0!important;
}

.af_quote_fields .form_row{
    justify-content: start!important;
    display: flex!important;
    
}


.woocommerce-message{
    border-top-color: var(--e-global-color-primary);
}

.woocommerce-message::before {
    content: "\e015";
    color: var(--e-global-color-primary);
}


.elementor-2592 .elementor-element.elementor-element-6b8e07ce textarea{
    border: 1px solid #bbb !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}
.select2-selection{
    border: 0px!important;
    border-bottom: 1px solid #bbb!important;
    padding-left: 10px!important;
}

.addify_checkout_place_quote{
    text-transform: capitalize!important;
}

.product-price, .cart-collaterals, .product-subtotal{
    display: none!important;
}

.product-quantity input{
    padding-left: 0!important;
}
.elementor-2592 .elementor-element.elementor-element-6b8e07ce textarea:focus-visible {
    outline: none!important;
    border: none!important; /* Only if you want to remove the border entirely */
    box-shadow: none!important;
}


.select2-results__option:hover{
    color: #FFF!important;
}

.select2-results__option--highlighted:hover{
    color: var(--e-global-color-primary)!important;
}

.shop_table{
    border: 0!important;
}

@media(min-width:1024px){
    .elementor-2592 .elementor-element.elementor-element-6b8e07ce{
        max-width: 100%!important;
        width: 70%!important;
    }
}

@media(max-width: 767px){
    .shop_table .product-name, .shop_table .product-quantity{
        width: 90%!important;
    }
    
    .product-remove{
        background: transparent!important;
    }
    
    .qty-step-btn{
        padding: 10px 5px !important;
    }
}

/* Responsive: stack into cards on mobile */
@media (max-width: 700px) {
    .addify-quote-form__contents,
    .addify-quote-form__contents thead,
    .addify-quote-form__contents tbody,
    .addify-quote-form__contents tr,
    .addify-quote-form__contents td {
        display: block;
        width: 100%;
    }
    
    .cart_item{
        padding: 0!important;
        padding-right: 30px!important;
        
    }

    /* Title */
    .addify-quote-form__contents .product-name{
        flex:1;
        text-align:left !important;
        width: 40%!important;
    }



    /* Quantity */
    .addify-quote-form__contents .product-quantity{
        margin-left:auto;
        margin-right:12px;
        width: 40%!important;
    }
    
    .qty-step-btn{
        padding: 10px 5px !important;
    }
    
    .addify-quote-form__contents thead {
        display: none;
    }

    .addify-quote-form__contents tbody tr.cart_item {
        padding: 14px;
        margin-bottom: 12px;
        position: relative;
    }
    

    
    .addify-quote-form__contents tbody tr.cart_item td {
        padding: 0px!important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .addify-quote-form__contents tbody tr.cart_item td:first-of-type {
        position: absolute;
       
        right: 0px;
        width: auto!important;
        top: 50%;
        transform: translateY(-50%);
        padding: 0px!important;
    }
    
    .addify-quote-form__contents tbody tr.cart_item td:first-of-type a{
        background: transparent!important;
    }

    .product-thumbnail {
        justify-content: flex-start !important;
    }

    .product-quantity[data-title]::before,
    .product-name::before {
        content: attr(data-title);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: color-mix(in srgb, var(--e-global-color-primary, #333) 50%, transparent);
    }
}


/* Responsive: stack fields on mobile */
@media (max-width: 600px) {
    .adf_half_width {
        flex: 1 1 100%;
        max-width: 100%;
    }
}/* End custom CSS */