  @import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

        *,
        :before,
        :after {
            box-sizing: border-box;
        }
    
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
        }

        .container {
            display: flex;
            align-items: start;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            gap: 30px;
        }

        .form-section,
        .summary-section {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
        }
        form#construction-form {
            position: relative;
        }
        .loader-shd:before {
            content: "";
            width: 40px;
            height: 40px;
            border: 4px solid #ccc;
            border-top: 4px solid #333;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        @keyframes spin {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        .loader-shd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        }

        .summary-section {
            border-radius: 10px;
            box-shadow: inset 0px 6px 9px rgba(35, 31, 32, 0.08);
            background-color: #f7f7f7;
            padding: 40px 40px;
        }

        .head-wrapper {
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center;
        }

        .head-wrapper h1 {
            font-size: 53px;
            line-height: 58px;
            color: #000000;
            font-weight: 600;
            font-family: "Jost";
        }

        section.form-banner label {
            font-size: 17px;
            line-height: 27px;
            color: #be1f2e;
            font-weight: 600;
            font-family: "Jost";
            margin-bottom: 0px;
            display: block;
        }

        section.form-banner input, textarea {
            width: 100% !important;
            border-radius: 5px !important;
            box-shadow: inset 0px 6px 9px rgba(35, 31, 32, 0.08);
            background-color: #f3f3f3;
            padding: 8px !important;
            font-size: 17px !important;
            outline: none;
            font-family: 'Jost' !important;
            margin-bottom: 19px !important;
            border: 1px solid #6666667d;
        }

        section.form-banner .cal-select-dropdown{
            width: 100% !important;
            border-radius: 5px !important;
            box-shadow: inset 0px 6px 9px rgba(35, 31, 32, 0.08);
            background-color: #f3f3f3;
            padding: 8px !important;
            font-size: 17px !important;
            outline: none;
            font-family: 'Jost' !important;
            margin-bottom: 19px !important;
            border: 1px solid #6666667d;
        }

        .summary-section .button {
            display: block;
            width: 100%;
            padding: 8px;
            background-color: #be1f2e;
            color: #fff;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            margin-top: 20px;
            font-size: 22px;
            font-family: 'Jost';
        }

        .summary-section .button:hover {
            background-color: #000000;
        }

        .summary-section h2 {
            margin-bottom: 10px;
            font-size: 28px !important;
            line-height: 41px;
            color: #000000;
            font-weight: 600;
            margin-top: 0;
            font-family: 'Jost'!important;
        }

        .form-section {
            padding: 0;
            width: 60%;
        }

        .summary-box {
            width: 45%;
        }

        .Disclaimer-content p {
            color: #666;
            line-height: normal;
            letter-spacing: 0.1px;
            font-family: 'Jost';
        }

        .Disclaimer-content h4 {
            font-size: 28px;
            color: #be1f2e;
            font-weight: 600;
            margin: 0;
            font-family: 'Jost';
        }

        .Disclaimer-content {
            padding-top: 10px;
        }

        .summary-section p {
            margin: 5px 0;
            font-size: 16px;
            color: #666;
            font-weight: 500;
            font-family: 'Jost';
        }

        .disclaimer {
            font-size: 12px;
            color: #555;
            margin-top: 20px;
            line-height: 1.5;
        }

        .form-section .form-group {
            margin-bottom: 10px;
        }

        .summary-section h3 {
            margin-top: 0;
            font-size: 42px;
            line-height: 41px;
            color: #000000;
            font-weight: 600;
            font-family: "Jost";
        }

        section.form-banner input::placeholder {
            color: #000;
        }

        .border-line {
            width: 155px;
            height: 4px;
            background-color: #dadada;
        }

        .disclaimer {
            display: flex;
            align-items: center;
            gap: 20px;
            display: none;
        }

        .Contact-text {
            padding-top: 150px;
        }

        .form-heading-image {
            display: flex;
            flex-wrap: nowrap;
        }
        .form-heading-image h1 {
            width: 81%;
            color: #000 !important;
            padding: 0px;
            margin: 0px;
            font-weight: 600 !important;
            font-size: 40px !important;
            font-family: 'Jost' !important;
        }
            .form-heading-image img {
                height: 90px;
                width: 130px;
            }

        /* Responsive Design */
        @media (max-width: 1199px) {

            .head-wrapper h1 {
                font-size: 48px;
                line-height: 54px;
            }

            .summary-section h3 {
                font-size: 38px;
                line-height: 41px;
            }

            .summary-section {
                padding: 30px;
            }

            .summary-section h2 {
                font-size: 28px;
            }

        }

        @media (max-width: 991px) {
            .head-wrapper h1 {
                font-size: 40px;
                line-height: 44px;
            }

            .summary-box {
                width: 100%;
            }

            /* new cal form css here.. */
            .cal-name-and-company {
                display: block !important;  
            }
            .cal-email-and-phone {
                display: block !important;
            
            }
            .cal-email-and-phone .cal-email {
                width: 100% !important;
            }
            
            .cal-email-and-phone .cal-phone {
                width: 100% !important;
            }
            
            .cal-name-and-company .cal-full-name {
                width: 100% !important;
            }
            .cal-name-and-company .cal-company {
                width: 100% !important;
            }
        }

        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }

            .form-section,
            .summary-section {
                min-width: 100%;
                flex: none;
            }   
        }
        input#calculate_ttl {
            display: block;
            width: 100% !important;
            padding: 15px !important;
            background-color: #be1f2e;
            color: #fff;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px !important;
            margin-top: 15px;
            font-family: 'Jost' !important;
            font-size: 22px !important;
            background-image: none;
            cursor: pointer;
        }

        @media (max-width: 767px) {

            .head-wrapper {
                flex-direction: column;
                justify-content: start;
                align-items: start;
            }

            section.form-banner input,
            select,
            textarea {
                padding:12px;
            }

            section.form-banner label {
                font-size: 16px;
                margin-bottom: 5px;
            }

            .summary-section h3 {
                font-size: 34px;
                line-height: 41px;
            }

            .summary-section h2 {
                font-size: 28px;
                line-height: normal;
                margin: 0;
            }

            .Disclaimer-content {
                padding-top: 10px;
            }

            .border-line {
                width: 40px;
                height: 4px;
            }
            /* new cal form css here.. */
            .cal-name-and-company {
                display: block !important;  
            }
            .cal-email-and-phone {
                display: block !important;
            
            }
            .cal-email-and-phone .cal-email {
                width: 100% !important;
            }
            
            .cal-email-and-phone .cal-phone {
                width: 100% !important;
            }
            
            .cal-name-and-company .cal-full-name {
                width: 100% !important;
            }
            .cal-name-and-company .cal-company {
                width: 100% !important;
            }
        }
 
/* Form css.... */

.form-heading-image h1 {
    font-family: 'Jost';
    font-weight: 600;
}


section.form-banner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

section.form-banner select {
    background-image: url("https://buildersunited.com/wp-content/uploads/2024/12/Triangle-1.png");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 12px;
}

section.form-banner {
    width: 100%;
}

@media only screen and (max-width: 575px) {

    .form-heading-image h1 {
        width: 100%;
        font-size: 32px !important;
    }
    
    section.form-banner input,
    select,
    textarea {
        margin-bottom: 12px;
    }
    
    .summary-section h2 {
        font-size: 20px !important;
    }
    .elementor-element.elementor-element-0a34b10.e-con-full.e-flex.e-con.e-child {
        padding: 0;
    }

    /* new cal form css here.. */
    .cal-name-and-company {
        display: block !important;  
    }
    .cal-email-and-phone {
        display: block !important;
       
    }
    .cal-email-and-phone .cal-email {
        width: 100% !important;
    }
    
    .cal-email-and-phone .cal-phone {
        width: 100% !important;
    }
    
    .cal-name-and-company .cal-full-name {
        width: 100% !important;
    }
    .cal-name-and-company .cal-company {
        width: 100% !important;
    }
    
    }

    @media only screen and (max-width: 320px) {

        .summary-section h2 {
            font-size: 17px;
        }
    }

    /* new cal form css here.. */

    .cal-name-and-company {
        display: flex;
        gap: 25px;
    }
    
    .cal-email-and-phone {
        display: flex;
        gap: 25px;
    }
    
    .cal-email-and-phone .cal-email {
        width: 50%;
    }
    
    .cal-email-and-phone .cal-phone {
        width: 50%;
    }
    
    .cal-name-and-company .cal-full-name {
        width: 50%;
    }
    
    .cal-name-and-company .cal-company {
        width: 50%;
    }

    .Disclaimer-content p {
        font-size: 14px;
    }
    .form-section select {
        font-size: 16px !important;
        border: 1px solid #6666667d;
    }

    /* Change calculator cost css.. */

    button.update-row, .delete-row {
        width: 100%;
        background: #00000078;
        color: #fff;
        padding: 5px;
        text-transform: capitalize;
        font-size: 15px;
        border: none;
    }
        form#add-row-form button {
        background: #000;
        color: #fff;
        margin-bottom: 10px;
        padding: 10px;
        text-transform: capitalize;
        font-size: 15px;
        }
        form#add-row-form input {
        width: 48%;
        height: 40px;
        margin-bottom: 10px;
    }
        form#add-row-form {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
        
    .dataTables_wrapper .dataTables_length select {
        padding: 14px !important;
    }
    td.cal-cost-update-delete {
        display: flex;
        gap: 10px;
        cursor: pointer;
    }

    td.cal-cost-update-delete .update-row ,.delete-row {
        cursor: pointer;
    }
    
    /* Sweet alert css */

    button.swal2-confirm.swal2-styled {
        background: #be1f2e;
        color: #fff;
    }