/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.header__logo img {
    height: 36px;
}

.inner-page main {
    background: #fdfbf9;
}

.hero-area .thumb-main img {
    height: 360px;
}

.hero-area .section-title {
    font-family: "tropiline", sans-serif;
}

.header__navicon .open-offcanvas i {
    color: var(--white) !important;
}

.offcanvas-area.show {
    z-index: 999999;
}

@media (max-width:400px) {
    .header__button {
        display: none;
    }
}

.header-list li {
    position: relative;
    margin: 10px 0;
    padding-left: 24px;
}

.header-list li::before {
    position: absolute;
    content: "\f061";
    font: var(--fa-font-solid);
    font-size: 16px;
    color: var(--primary);
    left: 0;
    top: 4px;
}

.counter-area .section-header {
    text-align: center
}

.counter-area .section-header .section-title {
    max-width: 660px;
    margin: 0 auto
}

@media only screen and (max-width: 991px) {
    .counter-area .section-header .section-title {
        max-width:570px
    }
}

.counter-area .section-header .section-title img {
    transform: rotate(15deg)
}

@media only screen and (max-width: 767px) {
    .counter-area .section-header .section-title img {
        display:none
    }
}

.counter-area .section-header .text {
    max-width: 700px;
    margin: 0 auto
}

@media only screen and (max-width: 991px) {
    .counter-area .section-header .text {
        max-width:600px
    }
}

.counter-area .section-header .text-wrapper {
    margin-top: 29px
}

.counter-area .section-header .title-wrapper {
    margin-top: 17px
}

.counter-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .counter-wrapper-box {
        margin-top:43px
    }
}

@media only screen and (max-width: 991px) {
    .counter-wrapper-box {
        margin-top:33px
    }
}

.counter-box {
    text-align: center;
    border-top: 1px solid #ebedef;
    border-inline-start:1px solid #ebedef;flex: 1 1 0;
    padding: 64px 80px 6px
}

@media only screen and (max-width: 767px) {
    .counter-box {
        padding:24px 80px 26px
    }
}

.counter-box .number {
    font-size: 90px;
    line-height: 1
}

@media only screen and (max-width: 1919px) {
    .counter-box .number {
        font-size:80px
    }
}

@media only screen and (max-width: 1199px) {
    .counter-box .number {
        font-size:60px
    }
}

.counter-box .text {
    margin-top: 18px
}

@media only screen and (max-width: 1199px) {
    .counter-box .text br {
        display:none
    }
}

.counter-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 -80px;
    flex-wrap: wrap
}

/* Testimonials Start */
.home-page .testimonial-area {
    margin: 0 -30px;
}

.testimonial-area {
    padding-top: 50px;
    background: #05111a;
}


.testimonial-area .section-header {
    text-align: center
}

.testimonial-area .section-header .section-title {
    max-width: 660px;
    margin: 0 auto;
    color: var(--white);
}

@media only screen and (max-width: 991px) {
    .testimonial-area .section-header .section-title {
        max-width: 420px
    }
}

.testimonial-area .section-header .text {
    max-width: 660px;
    margin: 0 auto;
    color: var(--white-2);
}

@media only screen and (max-width: 991px) {
    .testimonial-area .section-header .text {
        max-width: 590px
    }
}

.testimonial-area .section-header .text-wrapper {
    margin-top: 24px
}

.testimonial-area .testimonial-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .testimonial-area .testimonial-wrapper-box {
        margin-top: 43px
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-area .testimonial-wrapper-box {
        margin-top: 33px
    }
}

.testimonial-wrapper-box {
    position: relative;
    display: flex;
    border-radius: 20px;
    border: 1px solid #19242b
}

@media only screen and (max-width: 1199px) {
    .testimonial-wrapper-box {
        gap: 50px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-wrapper-box {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        gap: 20px;
        flex-direction: column-reverse
    }
}

.testimonial-wrapper {
    padding: 60px
}

@media only screen and (max-width: 1199px) {
    .testimonial-wrapper {
        padding: 40px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-wrapper {
        padding: 20px
    }
}

.testimonial-rating {
    text-align: center;
    flex-basis: 300px;
    position: relative;
    margin-inline-start: 60px;
    padding: 60px 50px;
    border-inline-start: 1px solid #19242b
}

@media only screen and (max-width: 1199px) {
    .testimonial-rating {
        margin-inline-start: unset;
        text-align: start;
        padding-inline-start: 0
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-rating {
        padding: 40px 40px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-rating {
        padding: 20px 20px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-rating {
        flex-basis: auto
    }
}

.testimonial-rating .rating-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: underline;
    color: var(--white)
}

.testimonial-rating .rating-title {
    font-size: 70px;
    line-height: 1;
    margin-top: 29px;
    color: var(--white);
}

.testimonial-rating .star-icons {
    margin-top: 1px
}

.testimonial-rating .star-icons i {
    color: #ffc31b
}

.testimonial-rating .disc {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    margin-top: 13px
}

@media only screen and (max-width: 991px) {
    .testimonial-rating .text {
        margin-bottom: 20px
    }
}

.testimonial-rating .divide-border {
    width: 100%;
    height: 1px;
    background-color: #19242b;
    margin-top: 65px
}

@media only screen and (max-width: 1199px) {
    .testimonial-rating .divide-border {
        margin-top: 40px
    }
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: var(--white)
}

.swiper-button-prev.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
    color: #e4e4e4
}

.prev-text {
    position: absolute;
    inset-inline-start: 25px
}

.case-upper {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 12px;
    font-weight: 500
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: var(--white-2);
    height: 8px;
    width: 8px;
    border-radius: 50px
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f45734
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 0
}

@media only screen and (max-width: 1199px) {
    .testimonial-nav {
        justify-content: flex-start;
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-nav {
        display: none
    }
}

.testimonial-nav .swiper-button-next::after {
    transform: rotate(-180deg)
}

.testimonial-nav .swiper-button-next,
.testimonial-nav .swiper-button-prev {
    position: unset;
    margin-top: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--white);
    /* opacity: 9; */
}

.testimonial-nav .swiper-button-next:hover,
.testimonial-nav .swiper-button-prev:hover {
    background-color: #121b21
}

.testimonial-nav .swiper-button-next::after,
.testimonial-nav .swiper-button-prev::after {
    content: "\f061";
    font-family: var(--font_awesome);
    font-size: 18px;
    font-weight: 600
}

.testimonial-items {
    max-width: 820px
}

@media only screen and (max-width: 1399px) {
    .testimonial-items {
        max-width: 700px
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-items {
        max-width: 500px
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-items {
        max-width: 370px
    }
}

.testimonial-items .swiper {
    margin: 0 -80px
}

@media only screen and (max-width: 1399px) {
    .testimonial-items .swiper {
        margin: 0 -40px
    }
}

.testimonial-item {
    padding: 0 80px;
    border-inline-start: 1px solid #19242b
}

@media only screen and (max-width: 1399px) {
    .testimonial-item {
        padding: 0 40px
    }
}

.testimonial-item .quote-icon-wrap {
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .testimonial-item .quote-icon-wrap {
        margin-bottom: 30px
    }
}

.testimonial-item .text {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 39px;
    color: var(--white-2);
    max-height: 210px;
    overflow-y: auto;
    padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-item .text {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item .text {
        margin-bottom: 35px;
        font-size: 18px
    }
}

.testimonial-item .meta-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 27px
}

.testimonial-item .meta-info .image-wrapper img {
    width: 100%;
    border-radius: 50px
}

.testimonial-item .meta {
    position: relative;
    border-inline-start: 1px solid #e9eaeb;
    padding-inline-start: 15px
}

.testimonial-item .name {
    color: var(--white);
    font-size: 18px;
    font-weight: 700
}

.testimonial-item .post {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-2);
}

.testimonial-item .feedback-category {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    background: rgba(9, 21, 66, .05);
    color: #091542;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.85;
    margin-bottom: 20px
}

.testimonial-item .clients-thumb {
    display: flex;
    margin-top: 70px
}

@media only screen and (max-width: 991px) {
    .testimonial-item .clients-thumb {
        margin-top: 30px
    }
}

.testimonial-item .client-image {
    max-width: 60px;
    background-color: var(--white);
    padding: 4px;
    margin-inline-start: -15px
}

.testimonial-item .client-image:first-child {
    margin-inline-start: 0
}

.testimonial-item .client-image img {
    border-radius: 50px
}

.progress-wrap svg.progress-circle path {
    stroke: var(--white);
    fill: rgba(0, 0, 0, 0)
}
/* Testimonials End */

.hero-area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
}

.hero-area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Header Form */
.header-form-section {
    background-color: #05111a;
    border-radius: 20px;
    padding: 50px;
    margin: 20px 0;

}

.header-form-section .section-header {
    text-align: center
}

.header-form-section .section-header .section-title {
    /* max-width: 880px; */
    margin: 0 auto;
    color: var(--white);
}

.header-form-section .section-header .title-wrapper p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    color: var(--white-2);
}

.header-form-section .form-wrapper {
    margin-top: 30px;
}

.header-form-section .feature-list-item {
    display: flex;
    align-items: flex-start;
    gap: 9px
}

.header-form-section .feature-list-item .icon {
    width: 12px;
    min-width: 12px;
    margin-top: 2px
}

.dir-rtl .header-form-section .feature-list-item .icon img {
    transform: rotateY(180deg)
}

.header-form-section .feature-list {
    display: flex;
    gap: 0 45px;
    justify-content: center
}

.header-form-section .feature-list-wrapper {
    margin-top: 34px
}

.headerForm {
    max-width: 630px;
    margin: 0 auto
}

.headerForm .input-field {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 5px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--white);
}

.headerForm .iti {
    width: 100%;
}

.headerForm .iti__selected-flag {
    border-radius: 10px;
    padding: 0 10px;
    font-weight: bold;
}

.headerForm .input-field input {
    border: 0;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary);
    width: 100%;
    height: 48px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.headerForm .input-field input:focus {
    outline: 0
}

.headerForm .input-field .headerform-btn {
    padding: 16px 40px;
    border-radius: 10px;
}

.headerForm .input-field .headerform-btn:hover {
    background-color: var(--action);
}

/* Header Form */

/* Trust Start */
.trust-area {
    padding-top: 112px
}

@media only screen and (max-width: 1919px) {
    .trust-area {
        padding-top: 82px
    }
}

@media only screen and (max-width: 991px) {
    .trust-area {
        padding-top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .trust-area {
        padding-top: 42px
    }
}

.trust-area .section-title {
    max-width: 596px
}

@media only screen and (max-width: 1199px) {
    .trust-area .section-title {
        max-width: 496px
    }
}

.trust-area .section-header {
    display: flex;
    gap: 30px 80px;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .trust-area .section-header {
        flex-direction: column;
        align-items: flex-start
    }
}

.trust-area .section-header .text {
    max-width: 420px
}

.trust-area .section-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px
}

@media only screen and (max-width: 1399px) {
    .trust-area .section-content {
        grid-template-columns: 1.6fr 1fr
    }
}

@media only screen and (max-width: 1199px) {
    .trust-area .section-content {
        grid-template-columns: 2fr 1fr
    }
}

@media only screen and (max-width: 991px) {
    .trust-area .section-content {
        grid-template-columns: 1fr
    }
}

.trust-area .features-wrapper {
    padding: 70px 70px 63px;
    background-color: var(--bg);
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 255px));
    gap: 69px;
    justify-content: space-between
}

@media only screen and (max-width: 1399px) {
    .trust-area .features-wrapper {
        padding: 40px 40px 33px;
        gap: 49px
    }
}

@media only screen and (max-width: 1199px) {
    .trust-area .features-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(235px, 235px))
    }
}

@media only screen and (max-width: 767px) {
    .trust-area .features-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(195px, 195px));
        gap: 39px
    }
}

@media(max-width: 575px) {
    .trust-area .features-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr))
    }
}

.trust-area .feature-box-2 .thumb img {
    height: 50px
}

@media only screen and (max-width: 991px) {
    .trust-area .feature-box-2 .thumb img {
        height: 35px
    }
}

.trust-area .feature-box-2 .title {
    font-size: 24px;
    line-height: 1.25
}

.trust-area .feature-box-2 .content {
    margin-top: 35px
}

@media only screen and (max-width: 1399px) {
    .trust-area .feature-box-2 .content {
        margin-top: 25px
    }
}

.trust-area .feature-box-2 .text {
    margin-top: 23px
}

@media only screen and (max-width: 1399px) {
    .trust-area .feature-box-2 .text {
        margin-top: 13px
    }
}

.trust-area .features-thumb {
    max-width: 520px
}

@media only screen and (max-width: 991px) {
    .trust-area .features-thumb {
        display: none
    }
}

.trust-area .section-content {
    margin-top: 57px
}

@media only screen and (max-width: 1399px) {
    .trust-area .section-content {
        margin-top: 47px
    }
}
/* Trust End */

/* Home Subject Start */
.subjects-area {
    padding-top: 181px
}

@media only screen and (max-width: 1919px) {
    .subjects-area {
        padding-top: 111px
    }
}

@media only screen and (max-width: 991px) {
    .subjects-area {
        padding-top: 81px
    }
}

@media only screen and (max-width: 767px) {
    .subjects-area {
        padding-top: 51px
    }
}

.subjects-area .section-header {
    text-align: center
}

.subjects-area .section-header .section-title {
    max-width: 680px;
    margin: 0 auto
}

.subjects-area .section-header .text {
    max-width: 680px;
    margin: 0 auto
}

.subjects-area .section-header .text-wrapper {
    margin-top: 33px
}

.subjects-area .logos-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .subjects-area .logos-wrapper-box {
        margin-top: 53px
    }
}

@media only screen and (max-width: 991px) {
    .subjects-area .logos-wrapper-box {
        margin-top: 33px
    }
}

.subjects-area .logos-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto
}

.subjects-area .btn-wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 1919px) {
    .subjects-area .btn-wrapper {
        margin-top: 50px
    }
}

@media only screen and (max-width: 991px) {
    .subjects-area .btn-wrapper {
        margin-top: 30px
    }
}

.subjects-area .cta-text {
    margin-top:30px;
    text-align:center
}
@media only screen and (max-width: 1199px) {
    .subjects-area .cta-text {
        margin-top:40px
    }
}
.subjects-area .cta-text .text {
    display:inline-block;
    padding:11px 20px;
    border:1px solid var(--border);
    border-radius:9px
}
.subjects-area .cta-text .text a {
    text-decoration:underline;
    -webkit-text-decoration-skip-ink:none;
    text-decoration-skip-ink:none;
    text-underline-offset:2px
}

.logo-box {
    width: 125px;
    aspect-ratio: 100/98;
    background-color: var(--white);
    box-shadow: 10px 10px 45px rgba(0, 0, 0, .07);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 1199px) {
    .logo-box {
        width: 100px
    }
}

@media only screen and (max-width: 991px) {
    .logo-box {
        width: 70px;
        border-radius: 15px
    }
}

.logo-box img {
    max-height: 60px
}

@media only screen and (max-width: 1199px) {
    .logo-box img {
        max-height: 45px
    }
}

@media only screen and (max-width: 991px) {
    .logo-box img {
        max-height: 35px
    }
}

/* Home Subject End */

/* Process Start */
.home-page .process-area {
    margin: 0 -30px;
}

.process-area {
    background-color: var(--primary);
}

.process-area .section-header {
    text-align: center
}

.process-area .section-header .section-title {
    max-width: 660px;
    margin: 0 auto;
    color: var(--white)
}

.process-area .section-header .text {
    max-width: 700px;
    margin: 0 auto;
    color: var(--white-2)
}

@media only screen and (max-width: 991px) {
    .process-area .section-header .text {
        max-width: 600px
    }
}

.process-area .section-header .text-wrapper {
    margin-top: 29px
}

.process-area .section-header .title-wrapper {
    margin-top: 17px
}

.process-area .section-header .section-subtitle {
    background-color: #1b3242;
    color: var(--white)
}

.process-area .process-steps-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1919px) {
    .process-area .process-steps-wrapper-box {
        margin-top: 43px
    }
}

@media only screen and (max-width: 991px) {
    .process-area .process-steps-wrapper-box {
        margin-top: 33px
    }
}

.process-steps-wrapper {
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
    padding: 45px 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 1199px) {
    .process-steps-wrapper {
        padding: 25px 20px
    }
}

@media only screen and (max-width: 767px) {
    .process-steps-wrapper {
        flex-direction: column
    }
}

.dir-rtl .process-steps-wrapper .separator {
    transform: rotateY(180deg)
}

@media only screen and (max-width: 1199px) {
    .process-steps-wrapper .separator {
        display: none
    }
}

.process-step {
    display: flex;
    gap: 20px;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .process-step {
        flex-direction: column;
        text-align: center
    }
}

.process-step .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: #10293a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

@media only screen and (max-width: 1919px) {
    .process-step .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 6px
    }
}

.process-step .icon img {
    max-height: 33px
}

@media only screen and (max-width: 1919px) {
    .process-step .icon img {
        max-height: 25px
    }
}

.process-step .text {
    font-size: 24px;
    line-height: 1.25;
    color: var(--white)
}

@media only screen and (max-width: 1919px) {
    .process-step .text {
        font-size: 18px;
        max-width: 180px
    }
}

.section-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
    background-color: #eafaf2
}

/* Process End */

/* Footer Start */
.home-page .footer-area.style-1 {
    margin: 0 -30px;
}

.footer-area.style-1 {
    background-color: var(--primary)
}

.footer-area.style-1 .footer-area-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 30px;
}

.footer-area.style-1 .footer-area-inner>* {
    min-width: 130px
}

.footer-area.style-1 .footer-area-inner>*:nth-child(1) {
    min-width: 418px
}

@media only screen and (max-width: 1399px) {
    .footer-area.style-1 .footer-area-inner>*:nth-child(1) {
        min-width: 318px
    }
}

.footer-area.style-1 .footer-logo img {
    max-height: 42px
}

@media only screen and (max-width: 1199px) {
    .footer-area.style-1 .footer-logo img {
        max-height: 34px
    }
}

.footer-area.style-1 .description-text {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .footer-area.style-1 .description-text {
        margin-top: 31px
    }
}

@media only screen and (max-width: 991px) {
    .footer-area.style-1 .description-text {
        margin-top: 21px
    }
}

.footer-area.style-1 .description-text .text {
    max-width: 300px;
    color: var(--white-2)
}

.footer-area.style-1 .footer-widget-wrapper .title {
    font-size: 24px;
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .footer-area.style-1 .footer-widget-wrapper .title {
        font-size: 20px
    }
}

.footer-area.style-1 .footer-nav-list {
    margin-top: 24px
}

.footer-area.style-1 .footer-nav-list li {
    font-size: 18px;
    line-height: 30px;
    color: var(--white-2)
}

.footer-area.style-1 .footer-nav-list li a:hover {
    color: var(--white);
}

.footer-area.style-1 .social-links {
    display: flex;
    gap: 24px
}

.footer-area.style-1 .social-links li {
    line-height: 1
}

.footer-area.style-1 .social-links li a {
    color: var(--white-2)
}

.footer-area.style-1 .social-links li a:hover {
    color: var(--white)
}

.footer-area.style-1 .copyright-text .text {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-2)
}

.footer-area.style-1 .copyright-text .text a {
    color: var(--white)
}

.footer-area.style-1 .copyright-area-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 60px;
    justify-content: center;
    padding: 12px 0
}

@media only screen and (max-width: 767px) {
    .footer-area.style-1 .copyright-area-inner {
        flex-direction: column;
        align-items: center
    }
}
/* Footer End */

/* Button Start */
.custom-btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: var(--action);
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 20px;
    position: relative;
}
.custom-btn-primary:hover {
    color: var(--white);
    background-color: transparent;
    border-color: transparent;
}
.custom-btn-primary:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(105.52deg, #ff856a 0%, #ffed4e 34%, #4bfff4 69%, #7f52ff 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url(../imgs/shape/shape-s-42.webp);
    mask-size: 100% 80%;
    mask-repeat: no-repeat;
    mask-position: center;
}
.custom-btn-primary.large:before {
    mask-image: url(../imgs/shape/shape-s-61.webp);
}
.custom-btn-primary.bordered {
    border-color: #41494d;
}
.custom-btn-primary.bordered:hover {
    border-color: #41494d;
    background-color: transparent;
}

/* Button End */

.policy-list {
    margin: 0 0 30px 20px;
}

.policy-list li {
    padding: 0;
    margin: 8px 0;
    line-height: 1.44;
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);
    list-style: auto;
}

/* Form Validation */
#headerForm .error,
#contactForm .error,
#popupForm .error {
    display: none !important;
}

#headerForm .has-error {
    border: 1px solid red;
    background: #ff000017;
}

#contactForm .has-error {
    border: 1px solid red;
    background: #ff000017;
}

#popupForm .has-error {
    border: 1px solid red;
    background: #ff000017 !important;
}

#popupForm {
    margin-top: 16px;
}

#popupForm .input-field input {
    background-color: #f5f5f5;
}

#popupForm button {
    margin-top: 12px;
}

.popup-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 30px 0 0 0;
}

#quoteFormPopup {
    z-index: 999999;
}

/* Testimonials */
.testimonial-section {
    margin-bottom: 30px;
}
.testimonial__wrapper {
    -webkit-column-count: 3;
    columns: 280px 3;
    column-gap: 16px;
}

.testimonial-box {
    margin-bottom: 15px;
    overflow: hidden;
}

.testimonial-box {
    background-color: var(--white);
    padding: 45px 45px;
    border-radius: 20px;
}
@media only screen and (max-width: 1919px) {
    .testimonial-box {
    padding: 25px 25px;
}
}.testimonial-box .author {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
    margin-top: 23px;
}
@media only screen and (max-width: 1919px) {
    .testimonial-box .author {
    padding-top: 20px;
}
}.testimonial-box .avatar img {
    border-radius: 50%}
.testimonial-box .name {
    font-size: 22px;
    line-height: 1;
}
.testimonial-box .meta-title {
    font-size: 14px;
    line-height: 1;
    margin-top: 9px;
    display: inline-block;
}
.testimonial-box .text {
    margin-top: 21px;
    font-size: 22px;
    line-height: 1.36;
}
@media only screen and (max-width: 1919px) {
    .testimonial-box .text {
    font-size: 19px;
}
}.testimonial-box .ratings-list ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-menu li.menu-item-has-children>a:after {
    content: "\f063";
}

/* Footer */
.footer-area.style-4 {
    background-color: var(--primary);
    border-radius: 20px 20px 0 0;
}

.footer-area.style-4 .footer-area-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    justify-content: space-between;
    padding-top: 79px;
    padding-bottom: 70px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .footer-area.style-4 .footer-area-inner {
        gap: 50px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-area.style-4 .footer-area-inner {
        padding-top: 59px;
        padding-bottom: 50px;
        grid-template-columns: 100%;
    }
}
.footer-area.style-4 .footer-area-inner > * {
    min-width: 130px;
}
.footer-area.style-4 .footer-area-inner > *:nth-child(4) {
    min-width: 434px;
    padding-inline-start: 100px;
    position: relative;
}
@media only screen and (max-width: 1399px) {
    .footer-area.style-4 .footer-area-inner > *:nth-child(4) {
        min-width: 378px;
    }
}
@media only screen and (max-width: 1199px) {
    .footer-area.style-4 .footer-area-inner > *:nth-child(4) {
        padding-inline-start: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-area.style-4 .footer-area-inner > *:nth-child(4) {
        padding-inline-start: 0;
    }
}
.footer-area.style-4 .footer-area-inner > *:nth-child(4):before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 300px);
    background-color: rgba(255, 255, 255, 0.08);
    top: -150px;
    inset-inline-start: 0;
}
@media only screen and (max-width: 991px) {
    .footer-area.style-4 .footer-area-inner > *:nth-child(4):before {
        display: none;
    }
}
.footer-area.style-4 .footer-logo img {
    max-height: 42px;
}
@media only screen and (max-width: 1199px) {
    .footer-area.style-4 .footer-logo img {
        max-height: 34px;
    }
}
.footer-area.style-4 .description-text .text {
    max-width: 330px;
    color: #acafb1;
    margin-top: 27px;
    font-size: 16px;
}
.footer-area.style-4 .footer-widget-wrapper .title {
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.footer-area.style-4 .footer-nav-list {
    margin-top: 27px;
}
.footer-area.style-4 .footer-nav-list li {
    font-size: 14px;
    line-height: 30px;
    color: #acafb1;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-area.style-4 .footer-nav-list li a:hover {
    color: var(--action);
}
.footer-area.style-4 .social-links {
    display: flex;
    gap: 7px;
    margin-top: 45px;
}
.footer-area.style-4 .social-links li {
    line-height: 1;
}
.footer-area.style-4 .social-links li a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.footer-area.style-4 .social-links li a:hover {
    color: #051119;
    background-color: var(--white);
    border-color: rgba(0, 0, 0, 0);
}
.footer-area.style-4 .copyright-text .text {
    font-size: 14px;
    font-weight: 700;
    color: #acafb1;
    text-transform: uppercase;
}
.footer-area.style-4 .copyright-text .text a {
    color: var(--white);
}
.footer-area.style-4 .copyright-area-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0;
}