.carousel-item__btn-wrapper {
    gap: 12px;
}

.modal-content {
    border: none;
    border-radius: 12px;
}

.modal-header {
    border: none;
    border-radius: 0;
}

.feature .feature-item {
    height: 100%;
}

.step-number {
    font-weight: 600;
    color: #C4964B;
}

.step-title {
    font-weight: 600;
    color: #C4964B;
}

.step-text {

}

.bg-breadcrumb {
    background: #1A1A40;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item {
    font-weight: 600;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #C4964B;
}

.menu-link,
.dropdown .dropdown-menu .dropdown-item a:hover {
    color: inherit;
}

.iti.iti--allow-dropdown {
    display: flex;
}

.iti__flag-container {
    position: absolute;
    height: 100%;
}

input {
    border-radius: 10px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #787878;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp-block-media-text__media {
    border-radius: 10px;
    overflow: hidden;
}

.modal-content .modal-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wpcf7 {
    background: var(--bs-dark);
    color: #fff;
    border-radius: 10px;
    padding: 2rem;
}

.modal-body .wpcf7 {
    background: #015fc9;
    padding: 1rem 1rem 0;
    width: 100%;
}

.wpcf7 [type=submit] {
    width: 100%;
    font-weight: 600;
    color: var(--bs-primary);
    background-color: #fff;
    border: none;
    padding: 12px;
    font-size: 18px;
    margin-top: 1.5rem;
}

.modal-body .wpcf7 [type=submit]:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.wpcf7-spinner {
    display: none;
}

form.submitting .wpcf7-spinner {
    display: inline-block;
}

.wpcf7 label,
.wpcf7 label span,
.wpcf7 label span input {
    width: 100%;
}

.wpcf7 textarea {
    width: 100%;
    padding: 8px;
    border-radius: 10px;
}

.wpcf7 label {
    font-weight: 600;
}

.wpcf7 label span input {
    font-weight: 400;
}

.wpcf7-form-control-wrap {
    margin-top: 0.5rem;
    display: inline-block;
    position: relative;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -26px;
    left: 2px;
}

.wpcf7 .form-title {
    font-size: calc(1rem + 0.9vw);
}

.article-wrapper .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
}

.article-wrapper .wpcf7 form p.form-title {
    width: 100%;
}

.article-wrapper .wpcf7 form p:not(.form-title) {
    max-width: 300px;
    margin: 0;
}

.article-wrapper .wpcf7 form .stepper-item p:not(.form-title) {
    max-width: 100%;
}

.article-wrapper .wpcf7 form [type=submit]:hover {
    background-color: #C4964B;
    color: #fff;
    border: 1px solid #C4964B;
}

.article-wrapper .wpcf7 form [type=submit] {
    padding: 6px 12px;
    margin: 0;
    border: 1px solid #fff;
}

.service .service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: #ffffff;
}

.service .service-item .service-img {
    flex-shrink: 0;
}

.service .service-item .service-img img,
.blog .blog-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.service .service-content {
    display: flex;
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.accordion-button:not(.collapsed) .fa-question-circle {
    color: #FFFFFF !important;
}

.accordion-button:not(.collapsed)::after {

}

.review-img {
    object-fit: cover
}

.footer .footer-item a:hover {
    color: #FFFFFF;
}

.tooltip-custom-wrapper.bs-tooltip-top {
    top: -24px;
}

[data-copy] {
    cursor: pointer;
}

.social-list__wrapper > a:last-child {
    margin-right: 0 !important;
}

.social-list__wrapper > a > i {
    font-size: 28px;
}

ul#footer-menu.menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.contact-us__stepper {
    width: 100%;
}

.contact-us__stepper-steps {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    gap: 8px;
}

.stepper-item {
    display: none;
}

.stepper-item.active {
    display: block;
}

.gap-y-1 {
    row-gap: 1rem;
}

.gap-y-2 {
    row-gap: 2rem;
}

.stepper-steps__item {
    padding: 4px 16px;
    background: #ffffff;
    color: var(--bs-dark);
    border-radius: 16px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid var(--bs-dark);
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.stepper-steps__item.active {
    border-color: #C4964B;
}

.stepper-steps__item.active:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    /*background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%2316243d" d="M64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z"/></svg>');*/
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23C4964B" d="M64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z"/></svg>');

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.stepper-item__btn-wrapper {
    margin-top: 16px;
}

.stepper-item__btn-wrapper > p {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}

.article-wrapper .wpcf7 form .stepper-item .stepper-item__btn-wrapper > p input[type="submit"],
.article-wrapper .wpcf7 form .stepper-item .stepper-item__btn-wrapper > p .btn {
    width: calc(50% - 6px);
    background-color: #fff;
    color: var(--bs-dark);
}


.wpcf7 select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #787878;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ced4da;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.wpcf7 select::-ms-expand {
    display: none;
}

.wpcf7 select:hover {
    cursor: pointer;
}

.wpcf7 select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.wpcf7 select option {
    font-weight: normal;
}

*[dir="rtl"] .wpcf7 select, :root:lang(ar) .wpcf7 select, :root:lang(iw) .wpcf7 select {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

.header-phone__wrapper {
    position: absolute;
    top: calc(100% - 30px);
    padding: 0 6px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    height: 0;
    transition: height ease .35s;
}

.header-phone__item:first-child {
    padding-top: 8px;
}

.header-phone__item:last-child {
    padding-bottom: 8px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.header-call__wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
}


@media (min-width: 1200px) {
    .wpcf7 .form-title {
        font-size: 1.725rem;
    }
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 992px) {
    .header-call__wrapper {
        width: auto;
        padding-left: 1.5rem;
        margin-top: 0;
    }
}

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

    .article-wrapper .wpcf7 form p.form-title {
        margin: 0;
    }

    .article-wrapper .wpcf7 form {
        gap: 12px;
    }

    .article-wrapper .wpcf7 form p:not(.form-title) {
        max-width: 100%;
        width: 100%;
    }

    .contact-us__stepper-steps {
        flex-wrap: wrap;
        gap: 8px;
    }

    .stepper-steps__item {
        padding: 6px 10px;
        font-size: 14px;
        text-align: center;
    }

    .stepper-steps__item.active:before {
        content: none;
    }

    .stepper-steps__item:nth-child(2),
    .stepper-steps__item:first-child {
        width: calc(50% - 4px);
    }

    .stepper-steps__item:nth-child(3) {
        width: 100%;
    }
}