.calculator-page-container {
    max-width: 95%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 8px;
}

.calc-input-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-outline-warning {
    background-color: #666666; /* საწყისი ფონის ფერი */
    color: #fff; /* ტექსტის ფერი */
    width: 30%; /* სიგანე */
    text-align: center; /* ტექსტის ცენტრში განთავსება */
    align-content: center; /* გასწორება */
    padding: 20px; /* შიდა დაშორება */
    border: 1.5px solid #fff; /* ჩარჩო */
    border-radius: 10px; /* მომრგვალებული კუთხეები */
    transition: background-color 0.3s ease, color 0.3s ease; /* გლუვი გადასვლა */
    font-family: 'Noto Sans Georgian' !important;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 20px;
}

.btn-outline-warning:hover {
    background-color: #fff; /* ჰოვერის ფერი */
    color: #000; /* ტექსტის ფერი */
    cursor: pointer;
}

#calculation-results {
    margin-top: 20px;
}

.request-price-button {
    background-color: #fff !important;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

h2, h5 {
    font-size: 22px !important;
}

.request-price-button:hover {
    background-color: #e6b800;
}

.request-price-button {
    background-color: #ffcc00;
    font-weight: 600;
    border-radius: 10px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.modal-content .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal-content .btn {
    background-color: #fff;
    border: 1px solid #000 !important;
    color: #000;
    cursor: pointer;
    font-family: 'Noto Sans Georgian';
    font-size: 16px;
    font-weight: 600;
}

.modal-content .btn:hover {
    background-color: #fff;
}

input[type="radio"] + label:before, input[type="checkbox"] + label:before, .wpcf7-list-item-label.wpcf7-list-item-right:before {
    border-color: var(--theme-color-input_bd_color) !important;
    display: none !important;
}

/* Active state for radio buttons */
.calc-check-field label.active {
    background-color: #fff; /* Hover color */
    color: #000; /* Text color */
    border-color: #fff; /* Border color */
}

/* Hover effect for radio buttons */
.calc-check-field label:hover {
    background-color: #fff; /* Hover color */
    color: #000; /* Text color */
    border-color: #fff; /* Border color */
}

div.d-flex.align-items-center.gap-3.col-md-6{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 20px;
}

hr.calculator-hr.mt-5{
    display: none !important;
}

h2.py-4.mb-0.fw-bold{
    margin-top: 50px;
}

button#button-addon2.w-100.w-md-25.px-0.p.rounded-0.calculator-submit-button.helvetica-caps.btn {
    background: #fff;
    color: #000;
    font-family: 'Noto Sans Georgian';
    font-weight: 600;
    font-size: 18px;
    height: 60px;
    border-radius: 10px;
}

label.form-label{
    font-family: 'Noto Sans Georgian' !important;
}

input.calculator-input.px-1.rounded-0.w-100.form-control-responsive.form-control.fill_inited{
    background: #fff;
    border-radius: 10px;
    height: 60px;
    padding: 10px;
    color: #000;
}

@media screen and (max-width: 700px) {
input.calculator-input.px-1.rounded-0.w-100.form-control-responsive.form-control.fill_inited {
    background: #fff;
    border-radius: 10px;
    height: 60px;
    padding: 10px;
    color: #000;
    width: 170px;
}
}

@media screen and (max-width: 700px) {
.calculator-page-container {
    max-width: 100%;
    margin-left: -10px !important;
    padding: 10px;
    border-radius: 8px;
}
}

@media screen and (max-width: 700px) {
.btn-outline-warning {
    background-color: #666666;
    color: #fff;
    width: 46%;
    text-align: center;
    align-content: center;
    padding: 20px;
    border: 1.5px solid #fff;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: 'Noto Sans Georgian' !important;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 20px;
}
}