.elementor-4767 .elementor-element.elementor-element-994e211{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1f4e3a1 *//* General Page Styling */

.ekit_navsearch-button {
    display: none !important;
}

#menu-primary-desktop-menu {
    display: none !important;
}

#menu-1-57139189 {
    display: none;
}

.elementor-3221 {
    background-color: #1a1b1d;
}

#get-instant-quote-button-header {
    display: none;
}


/* General Container Styling */
#quote-summary-content {
    position: relative;
    border: none;
    margin: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header Styling */
#quote-summary-content h1 {
    font-size: 36px;
    color: #2E7F98;
    margin-bottom: 20px;
}

/* Quote ID Container */
.quote-id-container {
    font-size: 22px;
    color: #041622;
    margin-bottom: 20px;
}

#quote-summary-content .quote-id-container p {
    color: #ffffff;
}

/* Cost Container Styling */
.cost-container {
    display: flex;
    background-color: #041622;
    border: 3px solid #2E7F98;
    color: #ffffff;
    font-size: 18px;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    max-height: 150px;
    margin-bottom: 20px;
}

#quote-summary-content .quote-summary-title {
    color: #E1EDD1;
}

.left-side {
    color: #041622;
    text-align: center;
}

.cost-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.cost-label-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
}

.cost-label-small {
    font-size: 0.8em;
    font-style: italic;
    color: #ffffff;
    display: block;
    margin-top: 5px;
}

.cost-value {
    font-size: 2em;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.cost-note {
    font-size: 0.9em;
    font-style: italic;
    color: #041622;
}

/* Accept Quote Button */
.button-accept-quote {
    background-color: #547B2D;
    color: white;
    padding: 10px 40px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#loading-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Styling */
@media (max-width: 768px) {
    #quote-summary-content {
        padding: 15px;
    }

    .quote-id-container {
        font-size: 20px;
    }

    .cost-container {
        flex-direction: column;
        padding: 15px;
    }

    .cost-value {
        font-size: 1.8em;
    }

    .button-accept-quote {
        padding: 10px 30px;
        font-size: 16px;
    }
}/* End custom CSS */