.elementor-17668 .elementor-element.elementor-element-961c132{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17668 .elementor-element.elementor-element-23c0336{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:60px 0px 60px 0px;}@media(min-width:768px){.elementor-17668 .elementor-element.elementor-element-961c132{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-23c0336 *//* Form Wrapper Layout */
#configurator-form {
    max-width: 750px; 
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
}

#configurator-form h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 5px;
}

.section-subheading-label {
    font-size: 16px;
    color: #555555;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 1.4;
}

.section-header-block {
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 6px;
    margin-top: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-hero-container {
    width: 100%;
    max-height: 340px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5; /* Added background frame */
}

.product-hero-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from cover */
}

/* Trailer & Equipment Bullet List Module Styling */
.styled-bullet-list {
    margin: 15px 0 30px 0;
    padding-left: 20px;
    list-style-type: none;
}

.styled-bullet-list li {
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 500;
    padding-left: 15px;
}

.styled-bullet-list li::before {
    content: "•";
    color: #006BA6;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; 
}

.form-group {
    flex: 1 1 100%; 
}

.form-group.half-width {
    flex: 1 1 calc(50% - 10px);
}

#configurator-form label {
    display: block;
    margin-bottom: 6px;
    margin-top: 1.2em;
    font-weight: 900; 
    font-size: 18px;
    color: #000000;
}

#configurator-form input[type="text"],
#configurator-form input[type="email"],
#configurator-form input[type="tel"],
#configurator-form input[type="date"],
#configurator-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
}

#configurator-form select {
    height: 46px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23333' d='M0 0l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 40px;
}

#configurator-form input:focus,
#configurator-form select:focus {
    border-color: #0077cc;
    outline: none;
}

#configurator-form label.required:after {
    content: ' *';
    color: #006ba6;
}

#configurator-form fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-top: 2em;
    margin-bottom: 1.5em;
    padding: 20px;
    background-color: #fcfcfc;
}

#configurator-form fieldset legend {
    font-weight: 900;
    font-size: 18px;
    color: #000000;
    padding: 0 10px;
}

/* Checkbox Structuring Styles */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 14px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-top: 0 !important;
    cursor: pointer;
}

.checkbox-label input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Account Team Support Card - Modern Light Layout */
/* Account Team Support Container */
.support-card {
    background-color: transparent;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 25px;
    display: none;
    flex-direction: column;
}

/* "YOUR ARCTIC SUPPORT" Heading (Stacked above the card) */
.support-card h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #006BA6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

/* The Rep Card Itself */
#support-details {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #006BA6;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Image formatting */
.rep-img-col {
    flex: 0 0 220px;
    background-color: #e8f1f7;
    position: relative;
    overflow: hidden;
}

.rep-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Text Container formatting */
.rep-info-col {
    flex: 1;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rep-name {
    margin: 0 0 5px 0;
    font-size: 26px;
    font-weight: 900;
    color: #111;
    line-height: 1.1;
}

/* Red title under name */
.rep-title {
    font-size: 13px;
    font-weight: 700;
    color: #ce2029; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/* "CONTACT" Title */
.rep-section-title {
    font-size: 12px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}

/* Info stack */
.rep-contact-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rep-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #006BA6; /* Blue text */
}

.rep-contact-item a {
    color: #006BA6;
    text-decoration: none;
    transition: 0.2s ease;
}

.rep-contact-item a:hover {
    color: #bc2029;
    text-decoration: underline;
}

/* Red Icons */
.rep-contact-icon {
    color: #bc2029;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #support-details {
        flex-direction: column !important;
    }
    .rep-img-col {
        flex: 0 0 250px;
    }
}

/* Callout Modules */
.notice-callout {
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5;
}

.notice-callout p { margin: 0; }

.notice-callout.warning {
    background-color: #fff3cd;
    color: #856404;
    border-left: 5px solid #ffc107;
}

/* ADDED DANGER STATE FOR RED CALLOUT VISUALS */
.notice-callout.danger {
    background-color: #cb4e56;
    color: #bc2029;
    border-left: 5px solid #bc2029;
}

.notice-callout.info {
    background-color: #e2f0fd;
    color: #155724;
    border-left: 5px solid #0077cc;
}

/* Selection Cards Grid Core Options */
.photo-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.photo-choice-card {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
  
}


.photo-choice-card:hover { border-color: #0077cc; }

.photo-choice-card.selected {
    border-color: #006BA6;
    box-shadow: 0 0 0 4px rgba(0, 107, 166, 0.15);
}

.photo-choice-card .image-container {
    width: 100%;
    height: 160px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.photo-choice-card .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photo-choice-card .card-title {
    padding: 12px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    color: #000000;
    border-top: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    margin-top: auto;
}

.photo-choice-card.selected .card-title {
    background-color: #f0f7fb;
    color: #006BA6;
}

/* Operational Command Buttons */
#configurator-form button {
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    border: none;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

#configurator-form .site-button {
    flex: 1;
    padding: 14px;
    font-weight: 900;
    font-size: 18px;
    background-color: #006BA6;
    color: #ffffff;
}

#configurator-form .site-button.secondary { background-color: #6c757d; }
#configurator-form .site-button:hover { background-color: #006BA6; }
#configurator-form .site-button.secondary:hover { background-color: #5a6268; }

#configurator-form .add-contact-btn {
    background-color: #006BA6;
    color: white;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 900;
    margin-top: 5px;
}

#configurator-form .add-contact-btn:hover { background-color: #bc2029; }

#configurator-form .remove-contact-btn {
    background-color: #bc2029;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 900;
    margin-top: 8px;
}

#configurator-form .remove-contact-btn:hover { background-color: #006ba6; }

.contact-row {
    background: #f1f5f9;
    padding: 20px 15px 15px 15px;
    border-left: 5px solid #006BA6;
    margin-bottom: 16px;
    border-radius: 0 6px 6px 0;
}

.contact-row label {
    font-size: 14px !important;
    margin-top: 0.8em !important;
}

/* Page Steps Switch Matrix Core Rules */
.form-step { display: none; }
.form-step.active { display: block; }

@media (max-width: 768px) {
    /* Stack the card top-to-bottom on mobile */
    #support-details {
        flex-direction: column !important;
        padding-top: 15px; 
    }
    
    /* Convert the photo from a side-panel to a perfect circle profile picture */
    .rep-img-col {
        flex: none;
        width: 120px;
        height: 120px;
        margin: 10px auto 0 auto;
        border-radius: 50%;
        border: 4px solid #e8f1f7;
    }
    
    /* Align the text underneath it */
    .rep-info-col {
        text-align: center;
        padding: 20px 15px;
    }

    /* Keep the contact icons centered under the portrait */
    .rep-contact-item {
        justify-content: center;
    }
}
}
/* Gray-out class for mutually exclusive trailer checkboxes */
.checkbox-label.disabled-option {
    color: #a0a0a0;
    cursor: not-allowed;
    text-decoration: line-through;
}
.checkbox-label.disabled-option input {
    cursor: not-allowed;
}
/* =========================================
   CONFIDENCE LEVEL DEFINITION STYLES
   ========================================= */
#confidence-description-container {
    padding-top: 15px;
}

.conf-callout {
    padding: 16px 20px !important;
    margin-bottom: 0 !important;
    background-color: #f0f7fb !important; /* Soft Arctic blue background */
    border-left: 5px solid #006BA6 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.conf-callout strong {
    display: block;
    margin-bottom: 8px;
    color: #006BA6;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.conf-callout p {
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}/* End custom CSS */