/* ============================================================
   master-about.css
   NOTE: Shared utility classes + header/footer/body CSS have
   been moved to common.css. Include common.css BEFORE this file:
     <link rel="stylesheet" href="common.css">
     <link rel="stylesheet" href="master-about.css">
   ============================================================ */

:root {
    --theme: #121212;
}
:root .dark {
    --border: #252525;
}
.section-title {
    font-size: 60px;
    margin-top: -17px;
}
@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 60px;
        margin-top: -17px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 55px;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 44px;
        margin-top: -12px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
        margin-top: -11px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .section-title {
        font-size: 30px;
        margin-top: 0;
    }
}
.section-title.large {
    font-size: 100px;
}
@media only screen and (max-width: 1919px) {
    .section-title.large {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .section-title.large {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title.large {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .section-title.large {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title.large {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .section-title.large {
        font-size: 36px;
    }
}
.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px;
}
.section-spacing-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing, .section-spacing-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section-spacing-top {
    padding-top: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-top {
        padding-top: 60px;
    }
}
.section-spacing-bottom {
    padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 60px;
    }
}
.wc-btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 30px 0 30px;
    padding: 22px 38px;
}
@media (min-width: 1800px) {
    .container.large {
        max-width: 1750px;
    }
}
.copyright-area-inner {
    display: flex;
    gap: 20px 60px;
    justify-content: space-between;
    align-items: center;
    padding: 51px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1919px) {
    .copyright-area-inner {
        padding: 35px 0;
    }
}
@media only screen and (max-width: 767px) {
    .copyright-area-inner {
        flex-direction: column;
    }
}
.copyright-area .text {
    font-size: 16px;
    line-height: 1.37;
    color: var(--white-2);
}
.copyright-area .text a {
    color: var(--white);
}
.copyright-area .text a:hover {
    color: var(--white-2);
}
.hero-area-inner {
    padding-top: 218px;
    padding-bottom: 133px;
}
@media only screen and (max-width: 1919px) {
    .hero-area-inner {
        padding-top: 178px;
        padding-bottom: 83px;
    }
}
@media only screen and (max-width: 1399px) {
    .hero-area-inner {
        padding-top: 158px;
        padding-bottom: 63px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area-inner {
        padding-top: 128px;
        padding-bottom: 53px;
    }
}
.hero-area .section-title {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .hero-area .section-title {
        text-align: start;
    }
}
.hero-area .section-content .text {
    max-width: 600px;
}
.hero-area .section-content .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary);
}
.hero-area .section-content .section-subtitle.has-right-line {
    padding-inline-end: 100px;
}
.hero-area .section-content .section-subtitle.has-right-line:after {
    width: 80px;
}
.hero-area .section-content .content-last {
    display: grid;
    gap: 20px 40px;
    grid-template-columns: auto auto;
    justify-content: center;
    margin-top: 44px;
}
@media only screen and (max-width: 1399px) {
    .hero-area .section-content .content-last {
        margin-top: 34px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-area .section-content .content-last {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-area .section-content .content-last {
        grid-template-columns: auto;
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .section-content .content-last {
        justify-content: start;
    }
}
.hero-area .section-content .subtitle-wrapper {
    margin-top: 4px;
}
.counter-area-inner {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 870px;
}
@media only screen and (max-width: 1919px) {
    .counter-area-inner {
        grid-template-columns: 1fr 670px;
    }
}
@media only screen and (max-width: 1199px) {
    .counter-area-inner {
        grid-template-columns: 1fr;
    }
}
.counter-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.counter-area .counter-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
    .counter-area .counter-wrapper {
        grid-template-columns: 1fr;
    }
}
.counter-area .counter-box {
    padding: 46px 50px 32px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fbf9f9;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1919px) {
    .counter-area .counter-box {
        padding: 36px 40px 22px;
    }
}
.dark .counter-area .counter-box {
    background-color: #1b1b1b;
}
.counter-area .counter-box:before {
    content: url(../imgs/shape/img-s-46.webp);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}
.dir-rtl .counter-area .counter-box:before {
    transform: rotateY(180deg);
}
.dark .counter-area .counter-box:before {
    content: url(../imgs/shape/img-s-46-light.webp);
}
.counter-area .counter-box .text {
    font-size: 24px;
    line-height: 1.26;
}
@media only screen and (max-width: 1919px) {
    .counter-area .counter-box .text {
        font-size: 20px;
    }
}
.counter-area .counter-box .number {
    font-size: 100px;
    line-height: 1;
    margin-top: 60px;
}
@media only screen and (max-width: 1919px) {
    .counter-area .counter-box .number {
        font-size: 70px;
    }
}
.counter-area .counter-box.dark {
    background-color: var(--black);
}
.dark .counter-area .counter-box.dark {
    background-color: #1b1b1b;
}
.counter-area .counter-box.dark:before {
    content: url(../imgs/shape/img-s-46-light.webp);
}
.awards-area {
    position: relative;
    z-index: 1;
}
.awards-area .section-subtitle {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary);
}
.awards-area .section-subtitle.has-left-line {
    padding-inline-start: 140px;
}
.awards-area .section-subtitle.has-left-line:before {
    width: 80px;
}
.awards-area .section-subtitle.has-left-line:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 75px;
    background-color: currentColor;
    inset-inline-start: 57px;
    bottom: -15px;
}
@media only screen and (max-width: 991px) {
    .awards-area .section-subtitle.has-left-line:after {
        display: none;
    }
}
/* .awards-area .subtitle-wrapper {
    margin-bottom: -50px;
}
@media only screen and (max-width: 1399px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: -70px;
    }
}
@media only screen and (max-width: 1199px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: -40px;
    }
} */
@media only screen and (max-width: 991px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: 10px;
    }
}
.awards-area .section-title-wrapper {
    display: grid;
    align-items: flex-end;
    gap: 50px;
    grid-template-columns: 390px 1fr;
}
@media only screen and (max-width: 1919px) {
    .awards-area .section-title-wrapper {
        grid-template-columns: 330px 1fr;
    }
}
@media only screen and (max-width: 991px) {
    .awards-area .section-title-wrapper {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 20px;
    }
}
.awards-area .awards-area-inner {
    position: relative;
    z-index: 1;
}
.awards-area .section-content {
    margin-top: 27px;
    margin-inline-start: 438px;
}
@media only screen and (max-width: 1919px) {
    .awards-area .section-content {
        margin-top: 27px;
        margin-inline-start: 378px;
    }
}
@media only screen and (max-width: 1399px) {
    .awards-area .section-content {
        margin-top: 52px;
        margin-inline-start: 378px;
    }
}
@media only screen and (max-width: 1199px) {
    .awards-area .section-content {
        margin-top: 22px;
        margin-inline-start: 378px;
    }
}
@media only screen and (max-width: 991px) {
    .awards-area .section-content {
        margin-inline-start: 0;
    }
}
.awards-area .section-content .text {
    max-width: 630px;
}
.awards-area .section-content .awards-list {
    margin-top: 43px;
}
@media only screen and (max-width: 991px) {
    .awards-area .section-content .awards-list {
        margin-top: 33px;
    }
}
.awards-area .section-content .awards-list ul {
    display: flex;
    gap: 20px 40px;
    max-width: 460px;
    justify-content: space-between;
}
.awards-area .section-content .awards-list ul li:not(:first-child) {
    padding-inline-start: 40px;
    border-inline-start: 1px solid var(--border);
}
.awards-area .about-thumbs {
    display: flex;
    gap: 20px 50px;
    justify-content: center;
    margin-top: 63px;
}
@media only screen and (max-width: 1399px) {
    .awards-area .about-thumbs {
        margin-top: 43px;
    }
}
@media only screen and (max-width: 767px) {
    .awards-area .about-thumbs {
        gap: 20px 20px;
    }
}
.awards-area .about-thumbs .thumb-second {
    max-width: 670px;
    flex: 1 1 auto;
}
@media only screen and (max-width: 1399px) {
    .awards-area .about-thumbs .thumb-second {
        max-width: 570px;
    }
}
.awards-area .meta {
    display: grid;
    gap: 18px;
    grid-template-columns: 30px auto;
}
.awards-area .meta .number {
    font-size: 36px;
    line-height: 0.85;
}
.awards-area .meta .text {
    margin-top: 11px;
}
@media only screen and (max-width: 991px) {
    .awards-area .meta {
        gap: 5px;
    }
}
.about-area-inner {
    display: grid;
    grid-template-columns: 1fr 43%;
}
@media only screen and (max-width: 1199px) {
    .about-area-inner {
        grid-template-columns: 1fr 47%;
    }
}
@media only screen and (max-width: 991px) {
    .about-area-inner {
        grid-template-columns: 1fr;
    }
}
.about-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-area .section-content {
    padding: 100px 80px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .about-area .section-content {
        padding: 60px 50px;
    }
}
@media (max-width: 575px) {
    .about-area .section-content {
        padding: 60px 30px;
    }
}
.about-area .section-content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}
.about-area .section-content .bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.85);
    top: 0;
    inset-inline-start: 0;
}
.about-area .section-content .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-area .section-content .text-wrapper {
    margin-top: 23px;
}
@media only screen and (max-width: 1919px) {
    .about-area .section-content .text-wrapper {
        margin-top: 23px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-area .section-content .text-wrapper {
        margin-top: 23px;
    }
}
@media only screen and (max-width: 991px) {
    .about-area .section-content .text-wrapper {
        margin-top: 23px;
    }
}
.about-area .section-content .text {
    font-size: 24px;
    line-height: 1.35;
    max-width: 440px;
    color: var(--white-2);
}
@media only screen and (max-width: 1199px) {
    .about-area .section-content .text {
        font-size: 20px;
    }
}
.about-area .section-content .text span {
    color: var(--white);
}
.about-area .section-content .btn-wrapper {
    margin-top: 42px;
}
@media only screen and (max-width: 991px) {
    .about-area .section-content .btn-wrapper {
        margin-top: 32px;
    }
}
.about-area .section-content .section-title {
    max-width: 440px;
    color: var(--white);
}
.about-area .section-content .wc-btn-primary {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black);
}
.testimonial-area .testimonial-wrapper {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 80px;
}
@media only screen and (max-width: 767px) {
    .testimonial-area .testimonial-wrapper {
        padding: 0 0px;
    }
}
.testimonial-area .testimonial-wrapper-box {
    position: relative;
}
.testimonial-area .slider-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .testimonial-area .slider-nav {
        display: none;
    }
}
.testimonial-area .slider-nav .nav-icon img {
    height: 63px;
}
@media only screen and (max-width: 1399px) {
    .testimonial-area .slider-nav .nav-icon img {
        height: 53px;
    }
}
@media only screen and (max-width: 1199px) {
    .testimonial-area .slider-nav .nav-icon img {
        height: 43px;
    }
}
.dir-rtl .testimonial-area .slider-nav .nav-icon img {
    transform: rotateY(180deg);
}
.testimonial-item {
    text-align: center;
}
.testimonial-item .icon img {
    height: 47px;
}
@media only screen and (max-width: 1199px) {
    .testimonial-item .icon img {
        height: 37px;
    }
}
.testimonial-item .text {
    font-size: 30px;
    line-height: 1.38;
    font-weight: 300;
    color: var(--primary);
}
@media only screen and (max-width: 1199px) {
    .testimonial-item .text {
        font-size: 26px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-item .text {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .testimonial-item .text {
        font-size: 20px;
    }
}
.testimonial-item .post {
    font-size: 18px;
    display: inline-block;
}
.testimonial-item .name {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    color: var(--primary);
}
.testimonial-item .text-wrapper {
    margin-top: 53px;
}
@media only screen and (max-width: 1199px) {
    .testimonial-item .text-wrapper {
        margin-top: 33px;
    }
}
.testimonial-item .author {
    margin-top: 44px;
}
@media only screen and (max-width: 1199px) {
    .testimonial-item .author {
        margin-top: 34px;
    }
}
.faq-area .section-title {
    color: var(--white);
}
.faq-area .section-content {
    background-color: var(--black);
    display: grid;
    gap: 0px;
    grid-template-columns: auto 650px;
    justify-content: space-between;
}
.dark .faq-area .section-content {
    background-color: #171717;
}
@media only screen and (max-width: 1399px) {
    .faq-area .section-content {
        grid-template-columns: auto 550px;
    }
}
@media only screen and (max-width: 1199px) {
    .faq-area .section-content {
        grid-template-columns: auto 500px;
    }
}
@media only screen and (max-width: 991px) {
    .faq-area .section-content {
        grid-template-columns: auto;
    }
}
.faq-area .accordion-wrapper {
    margin-top: 47px;
}
.faq-area .accordion .accordion-button {
    font-size: 24px;
    line-height: 1;
    color: var(--white);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start;
    font-weight: 400;
}
@media only screen and (max-width: 1199px) {
    .faq-area .accordion .accordion-button {
        font-size: 18px;
    }
}
.faq-area .accordion .accordion-button .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: var(--white);
}
@media only screen and (max-width: 1199px) {
    .faq-area .accordion .accordion-button br {
        display: none;
    }
}
.faq-area .accordion .accordion-button::after {
    content: "+";
    color: var(--white);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0;
}
.faq-area .accordion .accordion-button:not(.collapsed) {
    pointer-events: none;
}
.faq-area .accordion .accordion-button:not(.collapsed)::after {
    content: "-";
}
.faq-area .accordion .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
}
.faq-area .accordion .accordion-item:not(:first-child) {
    margin-top: 0px;
}
.faq-area .accordion .accordion-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.faq-area .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-bottom: 24px;
    padding-top: 0;
    color: var(--white-2);
}
@media only screen and (max-width: 991px) {
    .faq-area .accordion .accordion-body {
        padding-bottom: 23px;
    }
}
.faq-area .thumb {
    position: relative;
}
.faq-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.faq-area .thumb .wc-btn-circle {
    background-color: var(--black);
    width: 100px;
    height: 100px;
    border-radius: 0;
    color: var(--white);
}
.faq-area .content-last {
    padding: 73px 60px 80px;
}
@media only screen and (max-width: 1199px) {
    .faq-area .content-last {
        padding: 53px 40px 60px;
    }
}
.team-area {
    background-color: var(--black);
}
.dark .team-area {
    background-color: #171717;
}
.team-area .section-title {
    max-width: 540px;
    margin-inline: auto;
    color: var(--white);
}
.team-area .section-header {
    text-align: center;
}
.team-area .section-header .text {
    max-width: 630px;
    margin-inline: auto;
    color: var(--white-2);
}
.team-area .section-header .text-wrapper {
    margin-top: 22px;
}
@media only screen and (max-width: 1199px) {
    .team-area .section-header .text-wrapper {
        margin-top: 12px;
    }
}
.team-area .team-wrapper-box {
    margin-top: 63px;
}
@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper-box {
        margin-top: 53px;
    }
}
@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper-box {
        margin-top: 43px;
    }
}
.team-area .team-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper {
        gap: 40px 30px;
    }
}
@media only screen and (max-width: 991px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .team-area .team-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.team-area .team-wrapper > *:nth-child(2n + 1) {
    margin-top: 70px;
}
@media only screen and (max-width: 991px) {
    .team-area .team-wrapper > *:nth-child(2n + 1) {
        margin-top: 0;
    }
}
.team-box .thumb img {
    width: 100%;
}
.team-box .title {
    font-size: 24px;
    line-height: 1;
    color: var(--white);
}
@media only screen and (max-width: 1199px) {
    .team-box .title {
        font-size: 20px;
    }
}
.team-box .text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    color: var(--white-2);
}
@media only screen and (max-width: 1199px) {
    .team-box .text {
        margin-top: 3px;
    }
}
.team-box .content {
    margin-top: 37px;
}
@media only screen and (max-width: 1399px) {
    .team-box .content {
        margin-top: 27px;
    }
}
.pricing-area .section-title {
    max-width: 680px;
    margin: 0 auto;
}
.pricing-area .section-header {
    text-align: center;
}
.pricing-area .pricing-wrapper-box {
    margin-top: 57px;
}
@media only screen and (max-width: 1399px) {
    .pricing-area .pricing-wrapper-box {
        margin-top: 47px;
    }
}
@media only screen and (max-width: 1199px) {
    .pricing-area .pricing-wrapper-box {
        margin-top: 37px;
    }
}
.pricing-area .pricing-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
    .pricing-area .pricing-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .pricing-area .pricing-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.pricing-box {
    background-color: #fbf9f9;
    padding: 47px 50px 50px;
}
.dark .pricing-box {
    background-color: #1b1b1b;
}
@media only screen and (max-width: 1199px) {
    .pricing-box {
        padding: 27px 30px 30px;
    }
}
.pricing-box .tag {
    font-size: 18px;
    color: var(--primary);
    display: inline-block;
    line-height: 1;
}
.pricing-box .feature-list {
    margin-top: 39px;
}
.pricing-box .feature-list li {
    display: flex;
    align-items: center;
}
.pricing-box .feature-list li:not(:first-child) {
    margin-top: 15px;
}
.pricing-box .feature-list li img {
    margin-inline-end: 10px;
}
.dir-rtl .pricing-box .feature-list li img {
    transform: rotateY(180deg);
}
.pricing-box .price {
    font-size: 60px;
    line-height: 1;
    margin-top: 17px;
}
@media only screen and (max-width: 1399px) {
    .pricing-box .price {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .pricing-box .price {
        font-size: 40px;
    }
}
.pricing-box .wc-btn-primary {
    margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
    .pricing-box .wc-btn-primary {
        margin-top: 40px;
    }
}
.dark .pricing-box .wc-btn-primary:hover {
    color: var(--black);
}
.contact-area-inner {
    padding-inline: 30px;
    /* background-color: var(--black); */
    background-image: linear-gradient(to bottom, var(--core-techno), #58575c);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dark .contact-area-inner {
    background-color: #1b1b1b;
}
.contact-area-inner .shape-1 {
    position: absolute;
    inset-inline-end: -6%;
    top: -15%;
    z-index: -1;
    width: 440px;
}
@media only screen and (max-width: 1399px) {
    .contact-area-inner .shape-1 {
        top: -45%;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-area-inner .shape-1 {
        width: 340px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-area-inner .shape-1 {
        width: 270px;
        top: -35%;
    }
}
@media only screen and (max-width: 767px) {
    .contact-area-inner .shape-1 {
        display: none;
    }
}
.dir-rtl .contact-area-inner .shape-1 img {
    transform: rotateY(180deg);
}
.contact-area .section-title {
    max-width: 830px;
    margin-inline: auto;
    color: var(--white);
}
@media only screen and (max-width: 1919px) {
    .contact-area .section-title {
        max-width: 730px;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-area .section-title {
        max-width: 580px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-area .section-title {
        max-width: 480px;
    }
}
.contact-area .section-content {
    text-align: center;
}
.contact-area .section-content .btn-wrapper {
    margin-top: 42px;
}
@media only screen and (max-width: 991px) {
    .contact-area .section-content .btn-wrapper {
        margin-top: 22px;
    }
}
.contact-area .section-content .wc-btn-underline {
    color: var(--white);
    text-transform: uppercase;
}
.client-area-text {
    position: relative;
}
.client-area-text .text {
    font-size: 30px;
    line-height: 1;
    max-width: 370px;
    position: absolute;
    inset-inline-start: 40%;
    top: 70px;
}
@media only screen and (max-width: 1399px) {
    .client-area-text .text {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
.client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 767px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
.client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
    border-inline-start-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box {
        border: none;
        aspect-ratio: 100/50;
    }
}
.client-area .client-box:hover img {
    opacity: 1;
}
.client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(1) {
        grid-column-start: auto;
    }
}
.client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(2) {
        grid-column-start: auto;
    }
}
.client-area .client-box:nth-child(7) {
    grid-column-start: 2;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(7) {
        grid-column-start: auto;
    }
}
.client-area .client-box:nth-child(12) {
    grid-column-start: 5;
    border-inline-start-color: var(--border);
}
@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(12) {
        grid-column-start: auto;
    }
}
.client-area .client-box img {
    opacity: 0.6;
    transition: all 0.5s;
}
