.footer-main {
    background-color: rgb(24 31 48) !important;
}

.block-review {
    position: absolute;
    top: 10px;
    left: 10px;
}

.block-review h4 {
    font-size: 18px;
    font-family: 600;
    color: rgb(47, 47, 47);
}

.block-review h6 {
    font-size: 14px;
    font-family: 600;
    color: rgb(81, 81, 81);
}

.box-icon {
    background-color: white;
    height: 40px;
    min-width: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-review-new  {
    min-height: 200px;
}

.card-review-new::after {
    background: linear-gradient(180deg, rgba(28, 37, 57, 0) 0%, #49546e9c 100%);
}

@media screen and (max-width: 1399px) {
    .service-list .service-content-inner {
        min-width: 152px !important;
    }
    .accordion-horizontal .accordion-li.active {
        min-width: 170px !important;
    }
}

@media screen and (max-width: 1199px) {
    .service-list h2{
        font-size: 14px !important;
    }

    .service-list p{
        font-size: 12px !important;
    }

    .service-list .accordion-li .accordion-title-icon, .service-list .accordion-li .accordion-title {
        padding: 0 10px !important;
    }
}

.contact-form-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.subheading-bg {
    border-radius: 12px;
}

.subheading-bg svg {
    display: none !important;
}

.subheading-bg span {
    color: #ff9a3f;
}

.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea {
    min-height: 44px !important;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 16px !important;
}

.section-contact-form .contact-form {
    gap: 12px !important;
}

.contact-form-wrap .contact-grid {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.button--secondary {
    padding: 10px !important;
    border-radius: 14px !important;
}

.header-2 .header-actions > .button {
    padding: 10px !important;
    border-radius: 14px !important;
}

.button--primary {
    padding: 10px !important;
    border-radius: 14px !important;
}

.button--primary .svg-wrapper, .header-2 .header-actions > .button .svg-wrapper, .button--secondary .svg-wrapper {
    display: none;
}

.box-icon-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px !important;
    height: 50px;
    background-color: rgb(246, 246, 246);
    border-radius: 16px;
}

.box-icon-contact i {
    font-size: 24px;
    color: #ff9a3f;
}

.section-contact-form .contact-form-wrap {
    background-color: rgb(244, 244, 244);
}

.section-contact-form .contact-form-wrap h2 {
    color: rgb(69, 69, 69);
}

.section-contact-form .contact-form-wrap p {
    color: rgb(113, 113, 113);
}

.scroll-to-top {
    border-radius: 16px;
}

#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

label.error {
    color: #c00c0c;
}

.page-banner {
    --color-overlay: linear-gradient(184.15deg, rgba(28, 37, 57, 0) -187.51%, #3b414f82 96.62%) !important;
}

.header-2.header-floating .header-grid, .header-2.header-sticky.scrolled-past-header .header-grid {
    transition: all ease-in-out 0.4s;
}

.header-2.header-floating:hover .header-grid, .header-2.header-sticky.scrolled-past-header .header-grid {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 11%);
}