:root {
    --mts-orange: #f58220;
    --mts-orange-deep: #d96d15;
    --mts-blue: #234668;
    --mts-blue-deep: #18324d;
    --mts-ink: #1c1e24;
    --mts-soft: #f4f7fb;
    --primary-color2: #234668;
    --primary-color2-opc: 35, 70, 104;
    --secondary-color: #18324d;
    --primary-color3: #f58220;
    --primary-color3-opc: 245, 130, 32;
    --primary-color4: #234668;
    --primary-color4-opc: 35, 70, 104;
}

html {
    scroll-behavior: smooth;
}

body.it-consulting {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

body.it-consulting #ball {
    border-color: var(--mts-blue-deep);
    background-color: var(--mts-blue-deep);
}

body.it-consulting #ball.ball-view,
body.it-consulting #ball.magnetic-active {
    background-color: rgba(24, 50, 77, 0.38);
}

body.it-consulting .progress-wrap:hover {
    background-color: var(--mts-blue-deep);
}

body.it-consulting .progress-wrap:hover .arrow {
    fill: #ffffff;
}

header.style-5 .company-logo img {
    max-width: 190px;
}

.primary-btn5 {
    background-color: var(--mts-orange);
    color: #ffffff;
}

.primary-btn5::after {
    background-color: var(--mts-orange-deep);
}

.primary-btn5 svg {
    stroke: #ffffff;
}

.primary-btn5.white-bg {
    color: var(--mts-ink);
}

.primary-btn5.white-bg::after {
    background-color: rgba(245, 130, 32, 0.1);
}

.primary-btn5.black-bg {
    background-color: var(--mts-blue-deep);
}

.primary-btn5.black-bg::after {
    background-color: var(--mts-orange);
}

.primary-btn4 .content,
.primary-btn4 .icon {
    background-color: var(--mts-orange);
}

.primary-btn4:hover .content,
.primary-btn4:hover .icon {
    background-color: var(--mts-orange-deep);
}

.section-title.four > span,
.home5-banner-section .banner-content .sub-title span,
.home1-industries-section.style-2 .section-title span {
    color: var(--mts-orange);
}

.home5-banner-section .banner-content h1,
.section-title.four h2,
.service-content h2,
.footer-section.style-5 .footer-menu-wrap .footer-contact-wrap .title-and-contact .title-area h2 {
    color: var(--mts-ink);
}

.mts-hero-copy {
    max-width: 680px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(28, 30, 36, 0.78);
    margin-top: 18px;
    margin-bottom: 34px;
}

.home5-banner-section .banner-content .btn-and-rating-area {
    flex-wrap: wrap;
    gap: 20px;
}

.home5-banner-section .banner-content .btn-and-rating-area .primary-btn5 {
    max-width: 100%;
    white-space: normal;
    line-height: 1.2;
    justify-content: center;
}

.mts-hero-logo {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(111, 137, 163, 0.2);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(28, 30, 36, 0.16);
    padding: 16px 22px;
}

.mts-hero-logo img {
    width: 170px;
}

.mts-about-panel {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.98));
}

.mts-about-panel > img {
    object-fit: contain;
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.08), rgba(111, 137, 163, 0.14));
    padding: 0;
}

.mts-product-card {
    height: 100%;
    padding: 34px 30px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(111, 137, 163, 0.16);
    box-shadow: 0 18px 50px rgba(28, 30, 36, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mts-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 130, 32, 0.35);
    box-shadow: 0 28px 60px rgba(28, 30, 36, 0.12);
}

.mts-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.14), rgba(111, 137, 163, 0.18));
    color: var(--mts-orange);
    font-size: 28px;
    margin-bottom: 22px;
}

.mts-product-card h4 {
    color: var(--mts-ink);
    margin-bottom: 14px;
}

.mts-product-card p {
    color: rgba(28, 30, 36, 0.76);
    line-height: 1.8;
}

.mts-counter-stack {
    gap: 18px;
}

.mts-counter-stack .counter-area {
    width: 100%;
}

.mts-faq-section .accordion-item {
    border: 1px solid rgba(111, 137, 163, 0.16);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(28, 30, 36, 0.05);
}

.mts-faq-section .accordion-button {
    padding: 24px 28px;
    font-size: 18px;
    font-weight: 700;
    color: var(--mts-ink);
    background: #fff;
    box-shadow: none;
}

.mts-faq-section .accordion-button:not(.collapsed) {
    color: var(--mts-orange);
    background: rgba(245, 130, 32, 0.06);
}

.mts-faq-section .accordion-body {
    padding: 0 28px 24px;
    color: rgba(28, 30, 36, 0.78);
    line-height: 1.8;
}

.mts-contact-panel .mts-cta-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.mts-contact-panel .mts-cta-list li {
    color: #d9dbe4;
    line-height: 1.7;
}

.mts-action-list li a {
    background: rgba(255, 255, 255, 0.08);
}

.home5-banner-section .contact-area span {
    max-width: 360px;
}

.home5-banner-section .contact-area,
.home5-process-section .contact-area {
    background-color: var(--mts-blue-deep);
}

.home5-process-section .contact-area p {
    color: #ffffff;
}

.home5-banner-section .contact-area .contact-list .single-contact a:hover,
.home5-banner-section .contact-area .contact-list .single-contact a:hover svg {
    color: var(--mts-orange);
    fill: var(--mts-orange);
}

.home5-banner-section .contact-area .divider-shape {
    fill: var(--mts-blue);
}

.home5-banner-section .banner-img-wrap {
    position: relative;
}

.home5-banner-section .banner-img-wrap .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--mts-blue);
}

.home5-service-section .service-wrapper .single-service {
    background: linear-gradient(135deg, #dbe8f6 0%, #edf3f9 100%);
}

.home5-service-section .service-wrapper .single-service:nth-child(2) {
    background: linear-gradient(135deg, #fff1e3 0%, #fff8f1 100%);
}

.home5-service-section .service-wrapper .single-service:nth-child(3) {
    background: linear-gradient(135deg, #e7edf5 0%, #f5f8fc 100%);
}

.home5-service-section .service-wrapper .single-service:nth-child(4) {
    background: linear-gradient(135deg, #f5e6d7 0%, #fcf4eb 100%);
}

.home5-service-section .service-wrapper .single-service .service-content ul li svg,
.home5-about-section .about-wrapper .benefit-area ul li svg,
.home5-process-section .process-card3 .step-no span,
.home5-process-section .process-card3 .step-no strong,
.home5-process-section .contact-area a,
.home5-process-section .contact-area a svg,
.home5-feature-section .about-area .content a:hover,
.home5-feature-section .about-area .content a:hover svg {
    fill: var(--mts-orange);
    color: var(--mts-orange);
    stroke: var(--mts-orange);
}

.feature-card3.five,
.feature-card3.six {
    background: linear-gradient(180deg, #e8f0fa 0%, #f4f7fb 100%);
}

.home5-about-section .video-area {
    display: none;
}

.home5-about-section .about-wrapper {
    background: linear-gradient(135deg, #18324d 0%, #234668 100%);
}

.home5-about-section .about-wrapper .section-title h2,
.home5-about-section .about-wrapper .section-title p,
.home5-about-section .about-wrapper .counter-and-btn-area .counter-area > span,
.home5-about-section .about-wrapper .benefit-area ul li,
.home5-about-section .about-wrapper .benefit-area ul li span {
    color: #ffffff;
}

.home5-about-section .about-wrapper .benefit-area ul li {
    color: rgba(255, 255, 255, 0.9);
}

.mts-order-form {
    display: grid;
    gap: 14px;
    margin-bottom: 26px;
}

.mts-order-form input,
.mts-order-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 15px;
}

.mts-order-form input::placeholder,
.mts-order-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.mts-order-form .primary-btn5 {
    justify-content: center;
    width: 100%;
}

.footer-section.style-5 .footer-menu-wrap .company-logo-and-location-area .company-logo-area img {
    max-width: 210px;
}

.footer-section.style-5 .footer-menu-wrap .company-logo-and-location-area .file-download-btn {
    color: #fff;
}

.footer-section.style-5 .footer-menu-wrap .company-logo-and-location-area .file-download-btn .icon {
    color: var(--mts-orange);
}

@media (max-width: 991px) {
    header.style-5 .company-logo img {
        max-width: 150px;
    }

    .mts-hero-copy {
        font-size: 16px;
        line-height: 1.7;
    }

    .mts-hero-logo {
        position: static;
        margin-top: 18px;
        width: fit-content;
    }

    .mts-hero-logo img {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .mts-product-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .mts-faq-section .accordion-button {
        font-size: 16px;
        padding: 20px 20px;
    }

    .mts-faq-section .accordion-body {
        padding: 0 20px 20px;
    }
}
