﻿/* =========================================================
   ITM TRACKING HOME PAGE
   CLEAN RESPONSIVE CSS
   ========================================================= */
/* =========================================================
   01. GLOBAL
   ========================================================= */
*,
*::before,
*::after { box-sizing: border-box;}
html, body {max-width: 100%;overflow-x: hidden;}
.content_wrapper {width: 100%;max-width: 100%;overflow-x: hidden;}
.content_wrapper img {max-width: 100%;height: auto;}
.content_wrapper a {text-decoration: none;}
.content_wrapper h2 {border: 0;}
:root {
    --itm-orange: #f15a24;
    --itm-orange-light: #fff4ef;
    --itm-blue: #0054ff;
    --itm-blue-light: #36bafe;
    --itm-purple: #7400e9;
    --itm-text: #111111;
    --itm-dark-text: #222222;
    --itm-gray: #666666;
    --itm-light-gray: #eeeeee;
    --itm-white: #ffffff;
}
/* =========================================================
   02. HERO SECTION
   ========================================================= */
    .new-hero-section {position: relative;overflow: hidden;background: #ffffff;padding: 0px 0 10px;}
    /*margin-top: 100px;*/
    .hero-content {width: 100%;}
    .hero-first-col {padding-top: 100px;}
    .hero-small-title {display: inline-block;margin-bottom: 14px;color: var(--itm-orange);font-size: 12px;font-weight: 700;letter-spacing: 1.2px;text-transform: uppercase;}
    .hero-content h1 {margin: 60px 0 20px;color: var(--itm-text);font-size: 45px;line-height: 1.08;font-weight: 600; }
    .hero-content h1 span {display: block;color: var(--itm-orange);}
    .hero-description {max-width: 530px;margin: 0 0 10px; color: var(--black);font-size: 18px;line-height: 1.75;}
    /* ---------- Hero Buttons ---------- */
    .hero-buttons {display: flex;align-items: center;gap: 18px; margin-bottom: 50px;flex-wrap: wrap;}
    .hero-primary-btn, .hero-secondary-btn {display: inline-flex;align-items: center;justify-content: center;min-height: 46px;padding: 0 16px 0 26px;border-radius: 10px 0 10px 0;
     color: #ffffff !important;font-size: 18px;font-weight: 600;text-decoration: none !important;transition: all .25s ease;}
    .hero-primary-btn {background: linear-gradient(to left, #36BAFE 0%, #0054FF 100%);border: 0;}
    .hero-primary-btn span, .hero-secondary-btn span {margin-left: 18px;font-size: 17px;}
    .hero-primary-btn:hover {background: linear-gradient(to right, #36BAFE 0%, #0054FF 100%);color: #ffffff !important;transform: translateY(-2px);}
    .hero-secondary-btn {background: linear-gradient(160deg, #FF930E 0%, #FF4158 100%);}
    .hero-secondary-btn:hover {background: linear-gradient(160deg, #FF4158 0%, #FF930E 100%);color: #ffffff !important;transform: translateY(-2px);}
    .hero-features { display: flex; align-items: flex-start; gap:24px; }
    .hero-feature { display:flex; flex-direction:column; align-items:center; text-align:center; row-gap:10px; }
    .hero-feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        margin-bottom: 7px;
        border: 1px solid #f7c9b7;
        border-radius: 50%;
        color: var(--itm-orange);
        font-size: 16px;
        line-height: 1;
    }
    .hero-feature strong {
        display: block;
        color: var(--black);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
    }
    /* ---------- Hero Visual ---------- */
    .hero-visual {
        position: relative;
        min-height: 465px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*.hero-orange-shape {position: absolute;width: 475px;height: 430px;top: 20px;border: 2px solid var(--itm-orange);border-radius: 52% 48% 45% 55%;transform: rotate(-8deg);z-index: 1;}*/
    /*.hero-image-frame img {width: 100%;height: 100%;display: block;object-fit: cover;}*/
    .hero-image-frame { width:calc(50vw + 164px); }
    /* ---------- Hero Trust Card ---------- */
    .hero-trust-card {
        position: absolute;
        right: 0;
        bottom: 45px;
        min-width: 155px;
        padding: 12px 17px;
        background: #ffffff;
        border-radius: 9px;
        box-shadow: 0 8px 28px rgba(0, 0, 0, .13);
        z-index: 5;
    }

    .hero-trust-title {
        margin-bottom: 2px;
        color: #777777;
        font-size: 10px;
        font-weight: 600;
    }

    .hero-trust-value {
        color: var(--itm-orange);
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
    }

    .hero-trust-users {
        display: flex;
        align-items: center;
        margin-top: 6px;
    }

    .hero-trust-users span {
        width: 18px;
        height: 18px;
        margin-right: -3px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eeeeee;
        border: 2px solid #ffffff;
        border-radius: 50%;
        color: #111111;
        font-size: 7px;
    }

.hero-row {
    flex-wrap: nowrap;
}

.hero-second-col {
    width: 60vw;
    padding-right: 0px;
}
/* =========================================================
   03. WHO WE SERVE
   ========================================================= */
.who-serve-section {
    position: relative;
    background: #ffffff;
    padding: 0px 0 10px;
}

.default-description {
    margin: 0 0 28px;
    color: var(--black);
    font-size: 18px;
    line-height: 1.75;
}

    .default-description.mob-app-des {
        padding: 0px;
        margin-bottom: 30px;
    }

.who-serve-section .section-title {
    margin-bottom: 24px;
}

    .who-serve-section .section-title h2 {
        margin: 0;
        color: var(--itm-text);
        font-size: 45px;
        line-height: 1.2;
        font-weight:600;
        position: relative;
    }

        .who-serve-section .section-title h2::before {
            content: "";
            position: relative;
            top: -10px;
            left: -10px;
            width: 40px;
            height: 10px;
            background: url(../images/title-arrow.svg) left center no-repeat;
            display: inline-block;
        }

        .who-serve-section .section-title h2::after {
            content: "";
            position: relative;
            top: -10px;
            width: 40px;
            height: 10px;
            background: url(../images/title-arrow.svg) left center no-repeat;
            display: inline-block;
            right: -10px;
            transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
        }


.section-title-line {
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto 12px;
    background: var(--itm-orange);
    border-radius: 10px;
}

.who-serve-row {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

    .who-serve-row > a {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        text-decoration: none;
    }

.who-serve-card {
    position: relative;
    width: 100%;
    min-height: 125px;
    display: flex;
    align-items: center;
    padding: 18px;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s ease;
}

    .who-serve-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    }

.contractor-card {
    background: linear-gradient(160deg, #FF930E 0%, #FF4158 100%);
}

    .contractor-card:hover {
        background: linear-gradient(160deg, #FF4158 0%, #FF930E 100%);
    }

.building-card {
    background: linear-gradient(to left, #36BAFE 0%, #0054FF 100%);
}

    .building-card:hover {
        background: linear-gradient(to right, #36BAFE 0%, #0054FF 100%);
    }

.marshal-card {
    background: linear-gradient(to right, #7400E9 0%, #AB65F2 100%);
}

    .marshal-card:hover {
        background: linear-gradient(to left, #7400E9 0%, #AB65F2 100%);
    }

.who-serve-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
}

    .who-serve-icon span {
        line-height: 1;
    }

.who-serve-content {
    flex: 1;
    min-width: 0;
    padding-right: 12px;
}

    .who-serve-content h3 {
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
    }

    .who-serve-content p {
        max-width: 335px;
        margin: 0;
        color: rgba(255, 255, 255, .88);
        font-size: 16px;
        line-height: 1.5;
    }

.who-serve-arrow {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    color: #ffffff !important;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none !important;
    transition: all .25s ease;
}

.who-serve-card:hover .who-serve-arrow {
    background: #ffffff;
    color: #333333 !important;
}
/* =========================================================
   04. BENEFITS
   ========================================================= */
.itm-benefits-section { position:relative; background:#ffffff; padding:90px 0 10px 0; overflow:hidden; }
.itm-benefits-section h2{ margin:0; color:var(--itm-text); font-size:45px; line-height:1.2; font-weight:600; position:relative; }
.benefits-visual {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
/*width: 460px;height: 420px;*/
.benefits-circle {
    position: absolute;
    width: 315px;
    height: 315px;
    top: 52px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #e9d8d0;
    border-radius: 50%;
    transform: translateX(-50%);
}

.benefits-circle-inner {
    width: 255px;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff2ec;
    border-radius: 50%;
}

    .benefits-circle-inner img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.benefits-circle::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 42px;
    left: 34px;
    background: var(--itm-orange);
    border-radius: 50%;
}

.benefits-circle::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    right: 28px;
    bottom: 55px;
    background: #1259d8;
    border-radius: 50%;
}

.benefit-point {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 600;
}

.benefit-point-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    color: var(--itm-orange);
    font-size: 16px;
}

.benefit-point-top-left {
    top: 40px;
    left: 0;
}

.benefit-point-top-right {
    top: 38px;
    right: -10px;
}

    .benefit-point-top-right .benefit-point-icon {
        color: #111111;
    }

.benefit-point-bottom-left {
    bottom: 50px;
    left: 10px;
}

.benefit-point-bottom-right {
    right: -12px;
    bottom: 45px;
}

.benefits-content {
    padding-left: 25px;
}

.benefits-small-title {
    margin-bottom: 6px;
    color: var(--itm-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.benefits-content .main-heading {
    margin: 0 0 14px;
    color: var(--itm-text);
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
}

    .benefits-content .main-heading span {
        display: block;
        color: var(--itm-orange);
    }

.benefits-intro {
    margin: 0 0 18px;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
}

.benefits-list {
    list-style: none !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

    .benefits-list li {
        display: flex;
        align-items: flex-start;
        margin: 0 0 10px !important;
        padding: 0 !important;
        color: #444444;
        font-size: 12px;
        line-height: 1.45;
    }

/*.benefit-check {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 1px;
    background: var(--itm-orange);
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}*/

.benefits-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 20px;
    background: linear-gradient(to left, #36BAFE 0%, #0054FF 100%);
    border-radius: 10px 0 10px 0;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.hero-primary-btn.wht-cta-btn {
    background: transparent;
    border: 1px solid #FFF;
}

.benefits-more-btn span {
    margin-left: 8px;
    font-size: 15px;
}

.benefits-more-btn:hover {
    background: linear-gradient(to right, #36BAFE 0%, #0054FF 100%);
    transform: translateY(-2px);
}

/*.wysiwyg ul li + li::after {
    content: none;
}

.wysiwyg ul li + li::before {
    content: none;
}

.wysiwyg ul li:after {
    content: none;
}*/

.wysiwyg ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-color);
    padding-left: 32px !important;
    padding-bottom: 5px !important;
    padding-top: 12px !important;
    position: relative;
}

    .wysiwyg ul li::after {
        top: 17px;
    }

    .wysiwyg ul li + li::before {
        width: calc(100% - 32px);
    }

/* =========================================================
   05. MOBILE APPLICATION
   ========================================================= */

.mobile-banner { position:relative; overflow:hidden; padding:90px 0 10px 0; background:#ffffff; }
.mobile-banner > .container { width:100%; }

.about-banner-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: clamp(25px, 4vw, 70px);
    padding: 44px 52px;
    overflow: hidden;
    border-radius: 18px;
    background: radial-gradient(circle at 78% 48%, rgba(255, 167, 122, .14) 0, rgba(255, 167, 122, 0) 38%), linear-gradient(90deg, #fff8f5 0%, #fff6f2 52%, #fff9f7 100%);
    box-shadow: inset 0 0 0 1px rgba(241, 90, 36, .035);
}

.about-banner-left, .about-banner-right {
    width: 100%;
    min-width: 0;
}

.about-banner-left {
    padding: 30px 0;
}

.about-banner-right {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 10px 0;
}

.headingone { max-width:720px; margin:0 0 30px; color:#222222; font-size:45px; font-weight:600; line-height:1.11; }

.theme-color {
    display: block;
    color: #ff5a00;
}

.mobile-banner p {
    max-width: 650px;
    margin: 0 0 45px;
    color: var(--black);
    font-size: 18px;
    line-height: 1.8;
}

.mobile-download-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 18px;
    margin: 30px 0;
}

.playstore-btn, .scan-btn {
    flex: 0 0 auto;
}

    .playstore-btn img {
        display: block;
        width: auto;
        height: 58px;
        margin: 0px;
    }

.scan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 58px;
    padding: 0 26px;
    border: 2px solid #ff5a00;
    border-radius: 12px;
    color: #ff5a00;
    background: #ffffff;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease;
}

    .scan-btn:hover, .scan-btn:focus {
        color: #ffffff;
        background: #ff5a00;
        text-decoration: none;
        transform: translateY(-2px);
    }

.view-mpbile-button {
    flex: 0 0 auto;
}

.view-mpbile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 58px;
    padding: 0 26px;
    border: 2px solid #0d5fc2;
    border-radius: 12px;
    color: #0d5fc2;
    background: #ffffff;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease;
}

    .view-mpbile-button:hover, .view-mpbile-button:focus {
        color: #ffffff;
        background: #0d5fc2;
        text-decoration: none;
        transform: translateY(-2px);
    }

/* ---------- Mobile Feature Grid ---------- */

.mobile-feature-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 660px;
}

.feature-item {
    min-width: 0;
    text-align: center;
}

    .feature-item img {
        display: block;
        width: 42px;
        height: 42px;
        margin: 0 auto 14px;
        object-fit: contain;
    }

    .feature-item span {
        display: block;
        color: var(--black);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
    }

.about-banner-wrap .mobile-slider { position:relative; width:100%; max-width:900px; margin:0 auto; padding:28px 22px 72px; overflow:hidden; }

    .mobile-slider .swiper-wrapper {
        align-items: center;
    }

    .mobile-slider .swiper-slide {
        width: clamp(210px, 16vw, 280px);
        height: auto;
        opacity: 1;
        transform: scale(.82);
        transition: opacity .45s ease, transform .45s ease;
        will-change: transform;
    }

    .mobile-slider .phone {
        position: relative;
    }

        .mobile-slider .phone img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 auto;
            transition: filter .45s ease, transform .45s ease;
        }

    .mobile-slider .swiper-slide-active {
        z-index: 20;
        opacity: 1;
        transform: scale(1);
    }

        .mobile-slider .swiper-slide-active .phone img {
            filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .16));
        }

    .mobile-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
        pointer-events: none;
        opacity: 0;
    }

.mobile-slider .swiper-pagination { top:auto !important; right:0; bottom:18px !important; left:0; width:100%; }

    .mobile-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
        background: #cfcfcf;
        opacity: 1;
        transition: width .25s ease, border-radius .25s ease, background-color .25s ease;
    }

    .mobile-slider .swiper-pagination-bullet-active {
        width: 28px;
        border-radius: 20px;
        background: #f5895c;
    }


/* =========================================================
   06. MODULES
   ========================================================= */

.itm-modules-section { position:relative; padding:90px 0 10px 0; background: #ffffff; }
.modules-header { margin:0 auto 38px; text-align:center; }
.modules-small-title { margin-bottom:7px; color:var(--itm-orange); font-size:12px; font-weight:700; letter-spacing:1px;text-transform: uppercase; }
.modules-header h2 { margin:0 0 12px; color:var(--itm-text); font-size:45px; line-height:1.12; font-weight:600; }
.modules-header h2 span { color: var(--itm-orange); }

.modules-header p {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}

.feature-class {
    display: block;
    color: var(--itm-orange);
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.module-card {
    position: relative;
    min-width: 0;
    min-height: 135px;
    display: flex;
    align-items: flex-start;
    padding: 21px 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .04);
    transition: all .3s ease;
    overflow: hidden;
}

    .module-card:hover {
        border-color: #f2d1c3;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .09);
        transform: translateY(-4px);
    }

.module-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}

.module-icon-orange {
    background: #fff0e9;
    color: #f15a24;
}

.module-icon-blue {
    background: #edf4ff;
    color: #1259d8;
}

.module-icon-purple {
    background: #f1ebff;
    color: #6c35d8;
}

.module-icon-green {
    background: #eaf8f1;
    color: #17945a;
}


    .module-content h3 {
        margin: 2px 0 6px;
        color: #222222;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
    }

.module-feature-list {
    list-style: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

    .module-feature-list li {
        position: relative;
        margin: 0 0 10px !important;
        padding: 0 0 0 20px !important;
        color: #111111;
        font-size: 16px;
        line-height: 1.45;
    }

        .module-feature-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 2px;
            color: var(--itm-orange);
            font-size: 14px;
            font-weight: 700;
        }

.module-arrow {
    position: absolute;
    right: 16px;
    bottom: 15px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    color: #111111;
    font-size: 14px;
    transition: all .25s ease;
}

.module-card:hover .module-arrow {
    background: var(--itm-orange);
    border-color: var(--itm-orange);
    color: #ffffff;
}

.itm-modules-section .dashboard, .itm-modules-section .reports {
    background: #fff6f2;
}

    .itm-modules-section .dashboard .module-icon, .itm-modules-section .reports .module-icon {
        background: #f5895c;
    }

    .itm-modules-section .dashboard h3, .itm-modules-section .reports h3 {
        color: #f5895c;
    }

.itm-modules-section .workorder {
    background: #faf5ff;
}

    .itm-modules-section .workorder .module-icon {
        background: #a873e8;
    }

    .itm-modules-section .workorder h3 {
        color: #a873e8;
    }

.itm-modules-section .quotes {
    background: #f4faff;
}

    .itm-modules-section .quotes .module-icon {
        background: #3b87c6;
    }

    .itm-modules-section .quotes h3 {
        color: #3b87c6;
    }

.itm-modules-section .jobs {
    background: #fff8f1;
}

    .itm-modules-section .jobs .module-icon {
        background: #ba7e4f;
    }

    .itm-modules-section .jobs h3 {
        color: #ba7e4f;
    }

.itm-modules-section .calendar {
    background: #f2fbfb;
}

    .itm-modules-section .calendar .module-icon {
        background: #2a505a;
    }

    .itm-modules-section .calendar h3 {
        color: #2a505a;
    }

.modules-button-wrap {
    margin-top: 30px;
    text-align: center;
}

.modules-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 20px;
    background: linear-gradient(to left, #36BAFE 0%, #0054FF 100%);
    border-radius: 10px 0 10px 0;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

    .modules-main-btn span {
        margin-left: 8px;
        font-size: 15px;
    }

    .modules-main-btn:hover {
        background: linear-gradient(to right, #36BAFE 0%, #0054FF 100%);
        transform: translateY(-2px);
    }

/* =========================================================
   07. WHY CHOOSE ITM
   ========================================================= */

.why-itm-section { padding:90px 0 10px 0; background: #ffffff; }
.why-itm-title { margin-bottom:40px; text-align:center; }
.why-itm-title h2 { margin:0; color:var(--itm-text); font-size:45px; font-weight:600; }

.why-itm-line {
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto 12px;
    background: var(--itm-orange);
    border-radius: 10px;
}

.why-itm-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.why-itm-card {
    min-width: 0;
    padding: 22px 18px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
    transition: all .3s ease;
}

    .why-itm-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    }

.why-itm-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff4ef;
    border-radius: 50%;
    font-size: 24px;
    color: var(--itm-orange);
}

.why-itm-number {
    display: block;
    margin:10px 0;
    color: var(--itm-orange);
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}
.address-col li img { margin:0 10px 0 0; }
.why-itm-text {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
}

.address-col li { font-weight: 600; margin:10px 0 0 0; }
.address-col li:first-child{ margin:0; } 


/* =========================================================
   08. WEB SCREENS
   ========================================================= */

.web-showcase-section { padding:90px 0 10px 0; background:#ffffff; }
.web-showcase-header { margin-bottom:35px; text-align:center; }
.web-showcase-header h2 { margin:0 0 10px; color:var(--itm-text); font-size:45px; font-weight:600; }
.web-showcase-header p { margin:0 auto; font-size:18px; }

.web-showcase-line {
    width: 40px;
    height: 3px;
    margin: 0 auto 12px;
    background: var(--itm-orange);
    border-radius: 10px;
}

.web-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
    margin-bottom: 30px;
}

.web-tab {
    padding: 12px 20px;
    background: #ffffff;
    border-radius: 15px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    border-bottom: 3px solid var(--orange);
    min-width: 170px;
    text-align: center;
    box-shadow: 0 0 10px 10px rgba(127, 17, 224, 0.03);
}

    .web-tab.active {
        border-color: var(--orange);
        background: var(--orange);
        color: #FFF;
    }

.web-screen-content {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px;
    background: #fffaf7;
    border-radius: 20px;
}

.web-screen-left {
    width: calc(40% - 40px);
    min-width: 0;
}

.web-screen-right {
    width: calc(60% - 40px);
    min-width: 0;
    text-align: right;
}

.web-screen-left h3 {
    margin: 0 0 20px;
    color: var(--itm-orange);
    font-size: 36px;
    font-weight: 600;
}

.web-feature-list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

    .web-feature-list li {
        position: relative;
        margin-bottom: 14px;
        padding-left: 30px;
        color: #111111;
        font-size: 16px;
        font-weight: 400;
    }
/*.web-feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--itm-orange); }*/
/*        .web-feature-list li:before {
            content: "";
            position: absolute;
            left: 0;
            background: url(/images/HomePage/gray-li-icon.svg) no-repeat center;
            width: 19px;
            height: 19px;
            top: 4px;
        }*/

.web-screen-left p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
}

.web-screen-right img {
    width: 100%;
    border-radius: 12px;
    max-width: 795px;
    height: 525px;
    object-fit: contain;
}

.dashboard-screen .web-screen-right img {
    height: 580px
}

.web-tab.web-tab-jobs {
    border-color: var(--dark-pink);
}

    .web-tab.web-tab-jobs.active {
        background: var(--dark-pink);
        border-color: var(--dark-pink);
    }


.web-tab.web-tab-Calendar {
    border-color: var(--dark-green);
}

    .web-tab.web-tab-Calendar.active {
        background: var(--dark-green);
        border-color: var(--dark-green);
    }

.web-tab.web-tab-work {
    border-color: var(--dark-purple);
}

    .web-tab.web-tab-work.active {
        background: var(--dark-purple);
        border-color: var(--dark-purple);
    }

.web-tab.web-tab-quote {
    border-color: var(--blue);
}

    .web-tab.web-tab-quote.active {
        background: var(--blue);
        border-color: var(--blue);
    }

.web-screen-content.jobs-screen {
    background: var(--light-pink);
}

.web-screen-content.calendar-screen {
    background: #f3fcff;
}

.web-screen-content.workorders-screen {
    background: var(--light-purple);
}

.web-screen-content.quotes-screen {
    background: var(--light-blue);
}

.web-screen-content.jobs-screen h3 {
    color: var(--dark-pink);
}

.web-screen-content.calendar-screen h3 {
    color: var(--dark-green);
}

.web-screen-content.workorders-screen h3 {
    color: var(--dark-purple);
}

.web-screen-content.quotes-screen h3 {
    color: var(--blue);
}


/* =========================================================
   09. FAQ + CONTACT
   ========================================================= */
.faq-contact-label {
    color: var(--orange) !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.faq-contact-section { padding:90px 0 10px 0; background:#ffffff; }
.faq-contact-title { margin-bottom: 35px; text-align: center; }
.faq-contact-title h2 { margin:0; color:var(--itm-text); font-size:45px; font-weight:600; }
.faq-contact-line { display:block; width:40px; height:3px; margin:9px auto 0; background:var(--itm-orange); border-radius:10px; }

.faq-contact-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 30px;
    align-items: flex-start;
}

.faq-box {
    padding: 25px;
    background: #f8f8fc;
    border-radius: 14px;
}

.faq-item {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

    .faq-item:first-child {
        border-radius: 8px 8px 0 0;
    }

    .faq-item:last-child {
        border-bottom: 0;
        border-radius: 0 0 8px 8px;
    }

.faq-question {
    position: relative;
    margin: 0;
    padding: 17px 45px 17px 18px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}

    .faq-question::after {
        content: "+";
        position: absolute;
        right: 16px;
        top: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dddddd;
        border-radius: 50%;
        color: #111111;
        font-size: 17px;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        transition: all 0.5s ease;
        line-height: 24px;
    }

.faq-item.active .faq-question {
    color: var(--itm-orange);
}

    .faq-item.active .faq-question::after {
        content: "−";
        color: var(--itm-orange);
        border-color: var(--itm-orange);
    }

.faq-answer {
    /* display: none;
    padding: 0 45px 18px 18px;
    color: #111111;
    font-size: 12px;
    line-height: 1.7;*/
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 45px 0 18px;
    color: #111111;
    font-size: 12px;
    line-height: 1.7;
    transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.35s ease;
}


.faq-item.active .faq-answer {
    /*display: block;*/
    max-height: 500px;
    opacity: 1;
    padding: 0 45px 18px 18px;
}

.faq-answer ul {
    margin: 0;
    padding-left: 18px;
}

.faq-answer li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: #111111;
    font-size: 16px;
    line-height: 1.6;
}

    .faq-answer li:before {
        content: "✓";
        position: absolute;
        left: 0;
        color: var(--itm-orange);
    }

.blue-button:after {
    content: none;
}

.faq-contact-card {
    position: relative;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff7f3 0%, #fff1eb 100%);
    border-radius: 14px;
}

.faq-contact-content {
    position: relative;
    z-index: 2;
    max-width: 330px;
}

    .faq-contact-content h3 {
        margin: 0 0 12px;
        color: var(--itm-text);
        font-size: 25px;
        line-height: 1.2;
        font-weight: 600;
    }

    .faq-contact-content p {
        margin: 0 0 20px;
        color: var(--black);
        font-size: 18px;
        line-height: 1.75;
    }

.faq-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    background: linear-gradient(160deg, #FF930E 0%, #FF4158 100%);
    border-radius: 10px 0 10px 0;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

    .faq-contact-btn:hover {
        background: linear-gradient(160deg, #FF4158 0%, #FF930E 100%);
        transform: translateY(-2px);
    }

.faq-contact-image {
    position: absolute;
    right: 0px;
    top: 90px;
    width: 240px;
    z-index: 1;
}

    .faq-contact-image img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.faq-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.faq-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 10px 0 10px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: all .25s ease;
}

    .faq-more-btn:hover {
        transform: translateY(-2px);
    }

.blue-button {
    background: #1473e6;
    border: 1px solid #1473e6;
    color: #ffffff !important;
}

    .blue-button:hover {
        background: #0d5fc2;
        border-color: #0d5fc2;
        color: #ffffff !important;
    }

/* =========================================================
   10. 992px - 1199px
   SMALL DESKTOP / TABLET LANDSCAPE

   IMPORTANT:
   1024 x 768 comes here.
   ========================================================= */

@media(max-width:1199px) {
    .hero-first-col {
        padding-top: 0;
    }

    .hero-image-frame {
        max-height: 490px;
    }

    .faq-contact-image {
        display: none;
    }

    .faq-contact-content {
        max-width: 100%;
    }
    .faq-contact-image{
        display:none;
    }
}

@media(max-width:991px) {
    .hero-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hero-second-col {
        width: 100%;
    }

    .hero-image-frame {
        width: calc(100vw + 159px);
    }
    .faq-contact-image {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content_wrapper > section > .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*    .new-hero-section { padding: 25px 0 55px; margin-top: 80px; }*/
    .hero-content h1 {
        font-size: 36px;
    }

    .hero-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-buttons {
        gap: 10px;
        margin-bottom: 25px;
    }

    .hero-primary-btn, .hero-secondary-btn {
        min-height: 43px;
        padding: 0 15px;
        font-size: 14px;
    }

    .default-description, .wysiwyg p, .wysiwyg ul li, .mobile-banner p, .modules-header p, .web-showcase-header p {
        font-size: 16px;
    }

    .hero-features {
        gap: 12px;
    }

    .hero-feature {
        min-width: 68px;
    }

    .hero-feature-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .hero-feature strong {
        font-size: 10px;
    }

    .hero-visual {
        min-height: 370px;
    }
    /*    .hero-orange-shape { width: 350px; height: 325px; }*/
    .hero-trust-card {
        right: 0;
        bottom: 15px;
        min-width: 140px;
    }

        .who-serve-section .section-title h2 { font-size: 35px; }

    .who-serve-card {
        padding: 15px;
    }

    .who-serve-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
        margin-right: 10px;
        font-size: 20px;
    }

    .who-serve-content h3 {
        font-size: 17px;
    }

    .who-serve-content p {
        font-size: 10px;
    }
    .benefits-visual {
        width: 390px;
        height: 370px;
    }

    .benefits-circle {
        width: 275px;
        height: 275px;
        top: 47px;
    }

    .benefits-circle-inner {
        width: 225px;
        height: 225px;
    }
    .itm-benefits-section h2{ font-size:35px; }
    .benefits-content {
        padding-left: 5px;
    }

        .benefits-content .main-heading {
            font-size: 35px;
        }

    .benefits-intro {
        font-size: 12px;
    }

    .benefits-list li {
        font-size: 11px;
    }

    .about-banner-wrap {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 20px;
        padding: 30px;
    }

    .about-banner-left {
        padding: 15px 0;
    }

    .headingone {
        font-size: 35px;
    }

    .mobile-banner p {
        line-height: 1.6;
    }

    .mobile-download-btn {
        gap: 10px;
        margin-bottom: 30px;
    }

    .playstore-btn img {
        height: 48px;
    }

    .scan-btn {
        min-width: 140px;
        height: 48px;
        padding: 0 15px;
        font-size: 12px;
    }

    .view-mpbile-button {
        min-width: 140px;
        height: 48px;
        padding: 0 15px;
        font-size: 12px;
    }

    .mobile-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 330px;
        gap: 16px 12px;
    }

    .feature-item img {
        width: 36px;
        height: 36px;
        margin-bottom: 8px;
    }

    .feature-item span {
        font-size: 11px;
    }

    .mobile-slider {
        padding: 15px 5px 55px;
    }

        .mobile-slider .swiper-slide {
            width: 205px;
        }

    .modules-header h2 {
        font-size: 35px;
    }

    .modules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .module-card {
        min-height: 135px;
        padding: 17px;
    }

    .module-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        margin-right: 10px;
    }

    .why-itm-title h2 {
        font-size: 35px;
    }

    .why-itm-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .why-itm-card {
        padding: 20px 12px;
    }

    .why-itm-number {
        font-size: 30px;
    }

    .why-itm-text {
        font-size: 12px;
    }

    .web-showcase-header h2 {
        font-size: 35px;
    }

    .web-tabs {
        gap: 8px;
    }

    .web-tab {
        padding: 10px 14px;
        font-size: 12px;
    }

    .web-screen-content {
        gap: 25px;
    }

    .web-screen-left h3 {
        font-size: 24px;
    }

    .faq-contact-title h2 {
        font-size: 38px;
    }

    .faq-contact-grid {
        gap: 20px;
    }

    .faq-box {
        padding: 20px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-contact-card {
        padding: 25px;
    }
    /*    .faq-contact-content { max-width: 52%; }*/
    .faq-contact-content h3 {
        font-size: 23px;
    }

    .faq-contact-content p {
        font-size: 16px;
    }

    .faq-contact-image {
        width: 180px;
        right: 5px;
    }

    .itm-final-cta-content p {
        font-size: 16px;
    }
    .faq-contact-image {
        display: none;
    }
}

/* =========================================================
   11. 768px - 991px
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {
    .content_wrapper > section > .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*    .new-hero-section { padding: 20px 0 50px; margin-top: 70px; }*/
    .new-hero-section .col-lg-6 {
        width: 100%;
    }

    .hero-content {
        padding: 10px 0;
        text-align: center;
    }

        .hero-content h1 {
            font-size: 38px;
        }

    .hero-description {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons, .hero-features {
        justify-content: center;
    }

    .hero-visual {
        min-height: 360px;
        height: 100%;
    }

    .hero-image-frame {
        height: 100%;
        max-height: 100%;
        margin-right: -25px;
    }
    /*    .hero-orange-shape { width: 370px; height: 340px; }*/
    .hero-trust-card {
        right: 5%;
        bottom: 10px;
    }

        .who-serve-section .section-title h2 {
            font-size: 38px;
        }

    .who-serve-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

        .who-serve-row > a {
            width: 100%;
        }

            .who-serve-row > a:last-child {
                grid-column: 1 / -1;
            }

        .itm-benefits-section .row {
            display: flex;
            flex-direction: column;
        }

        .itm-benefits-section .col-lg-6 {
            width: 100%;
        }

    .benefits-visual {
        width: 430px;
        height: 252px;
        margin-bottom: 20px;
    }

    .benefits-circle {
        width: 290px;
        height: 290px;
    }

    .benefits-circle-inner {
        width: 235px;
        height: 235px;
    }

    .benefits-content {
        padding-left: 0;
        text-align: center;
    }

    .benefits-intro {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .benefits-list {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left;
    }

    .about-banner-wrap {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 25px;
    }

    .about-banner-left {
        padding: 10px 0;
        text-align: center;
    }

    .headingone {
        max-width: 100%;
        font-size: 36px;
    }

    .mobile-banner p {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
    }

    .mobile-download-btn {
        justify-content: center;
    }

    .mobile-feature-list {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 15px;
    }

    .mobile-slider {
        max-width: 600px;
        padding: 15px 10px 60px;
    }

        .mobile-slider .swiper-slide {
            width: 220px;
        }

    .modules-header h2 {
        font-size: 38px;
    }

    .modules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-itm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .web-screen-content {
        flex-direction: column;
        gap: 25px;
        align-items: stretch;
    }

    .web-screen-left, .web-screen-right {
        width: 100%;
    }

    .faq-contact-title h2 {
        font-size: 38px;
    }

    .faq-contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .faq-contact-card {
        min-height: 330px;
    }

    .faq-contact-content {
        max-width: 52%;
    }

    .faq-contact-image {
        width: 180px;
        right: 10px;
    }
    .faq-contact-image {
        display: none;
    }
}

/* =========================================================
   12. BELOW 768px
   MOBILE
   ========================================================= */
@media (max-width:991px) {
    .hero-description, .default-description, .wysiwyg p, .wysiwyg ul li, .mobile-banner p, .modules-header p, .web-showcase-header p, .faq-contact-content p, .itm-final-cta-content p {
        font-size: 16px;
    }

    .benefits-content .main-heading, .headingone, .modules-header h2, .why-itm-title h2, .web-showcase-header h2, .faq-contact-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .content_wrapper > section > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*    .new-hero-section { padding: 10px 0 40px; margin-top: 60px; }*/
    .new-hero-section .col-lg-6 {
        width: 100%;
    }

    .hero-content {
        padding:10px 0 0;
        text-align: center;
    }

    .hero-small-title {
        font-size: 10px;
    }

    .hero-content h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-buttons {
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom:30px;
    }

    .hero-primary-btn, .hero-secondary-btn {
        width: 100%;
        max-width: 260px;
    }

    .hero-features {
        justify-content: center;
        gap: 12px;
    }

    .hero-feature {
        min-width: 65px;
    }

    .hero-feature-icon {
        width: 40px;
        height: 40px;
    }

    .hero-feature strong {
        font-size: 9px;
    }

    .hero-visual {
        min-height:auto;
        height:auto;
    }

    .hero-trust-card {
        right: 0;
        bottom: 5px;
        min-width: 125px;
        padding: 10px 12px;
    }

        .who-serve-section .section-title h2 {
            font-size: 30px;
        }

    .who-serve-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

        .who-serve-row > a:last-child {
            grid-column: auto;
        }

    .who-serve-card {
        min-height: 105px;
    }

    .itm-benefits-section {
        padding:40px 0 0px;
    }

        .itm-benefits-section .row {
            display: flex;
            flex-direction: column;
        }

        .itm-benefits-section .col-lg-6 {
            width: 100%;
        }


    .benefits-circle {
        width: 230px;
        height: 230px;
        top: 35px;
    }

    .benefits-circle-inner {
        width: 190px;
        height: 190px;
    }

    .benefit-point {
        font-size: 8px;
    }

    .benefit-point-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        margin-right: 5px;
        font-size: 12px;
    }

    .benefit-point-top-left {
        left: -5px;
    }

    .benefit-point-top-right {
        right: -5px;
    }

    .benefit-point-bottom-left {
        left: 0;
    }

    .benefit-point-bottom-right {
        right: 0;
    }

    .benefits-content {
        padding-left: 0;
        text-align: center;
        padding-top:10px;
    }

        .benefits-content .main-heading {
            font-size: 30px;
        }

    .benefits-intro {
        font-size: 12px;
    }

    .benefits-list {
        text-align: left;
    }

    .mobile-banner { padding:40px 0 0px; }

    .about-banner-wrap { 
        grid-template-columns: 1fr;
        gap: 0;
        padding: 25px 18px;
        margin:0;
    }
    .about-banner-wrap .headingone{ padding-top:15px; margin:0 0 20px 0; }
    .about-banner-left {
        padding: 5px 0;
        text-align: center;
    }

    .headingone {
        font-size: 30px;
        line-height: 1.12;
    }

    .mobile-banner p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    .mobile-download-btn {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .playstore-btn img {
        height: 52px;
    }

    .scan-btn {
        width: 100%;
        max-width: 200px;
        height: 48px;
    }

    .view-mpbile-button {
        width: 100%;
        max-width: 200px;
        height: 48px;
    }

    .mobile-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 320px;
        margin: 0 auto;
        gap: 18px 12px;
    }

    .feature-item img {
        width: 36px;
        height: 36px;
        margin-bottom: 8px;
    }

    .feature-item span {
        font-size: 11px;
    }

    .mobile-slider {
        padding: 10px 5px 55px;
    }

        .mobile-slider .swiper-slide {
            width: 190px;
        }

    .itm-modules-section {
        padding:40px 0 0px;
    }

    .modules-header {
        margin-bottom: 25px;
    }

        .modules-header h2 {
            font-size: 30px;
        }

        .modules-header p {
            font-size: 11px;
        }

    .modules-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .module-card {
        min-height: 110px;
        padding: 18px;
    }

    .why-itm-section {
        padding:40px 0 0;
    }

    .why-itm-title {
        margin-bottom: 25px;
    }

        .why-itm-title h2 {
            font-size: 30px;
        }

    .why-itm-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .why-itm-card {
        padding: 20px;
    }

    .web-showcase-section {
        padding:40px 0 0;
    }

    .web-showcase-header {
        margin-bottom: 25px;
    }

        .web-showcase-header h2 {
            font-size: 30px;
        }

        .web-showcase-header p {
            font-size: 12px;
        }

    .web-showcase-box {
        padding: 15px;
    }

    .web-tabs {
        flex-direction: column;
        gap: 8px;
    }

    .web-tab {
        width: 100%;
        text-align: center;
        padding: 10px 12px;
        font-size: 12px;
    }

    .web-screen-content {
        flex-direction: column;
        gap: 20px;
    }

    .web-screen-left, .web-screen-right {
        width: 100%;
    }

        .web-screen-left h3 {
            font-size: 23px;
        }

    .faq-contact-section {
        padding:40px 0 0;
    }

    .faq-contact-title {
        margin-bottom: 25px;
    }

        .faq-contact-title h2 {
            font-size: 30px;
        }

    .faq-contact-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .faq-box {
        padding: 15px;
    }

    .faq-question {
        padding: 15px 40px 15px 12px;
    }

    .faq-answer {
        padding: 0 35px 15px 12px;
    }

    .faq-contact-card {
        min-height: 300px;
        padding: 25px 20px;
    }

        .faq-contact-content h3 {
            font-size: 22px;
        }

    .faq-contact-image {
        width: 180px;
        right: -15px;
    }
    .faq-contact-image {
        display: none;
    }
}


/* =========================================================
   13. VERY SMALL MOBILE
   <= 400px
   ========================================================= */

@media (max-width: 400px) {
    .hero-content h1 {
        font-size: 29px;
    }

    .hero-features {
        gap: 9px;
    }

    .hero-feature {
        min-width: 60px;
    }

        .hero-feature strong {
            font-size: 8px;
        }

    .hero-visual {
        min-height: auto;
        height: auto;
    }

    .hero-image-frame {
        width: auto;
        height: auto;
    }

    .hero-orange-shape {
        width: auto;
        height: auto;
    }

    .hero-trust-card {
        transform: scale(.9);
        transform-origin: right bottom;
    }

    .benefits-circle {
        width: 210px;
        height: 210px;
    }

    .benefits-circle-inner {
        width: 175px;
        height: 175px;
    }

    .benefit-point {
        font-size: 7px;
    }

    .headingone {
        font-size: 28px;
    }

    .mobile-feature-list {
        gap: 15px 8px;
    }

    .feature-item span {
        font-size: 10px;
    }

    .mobile-slider .swiper-slide {
        width: 175px;
    }

    .faq-contact-image {
        display: none;
    }
}
/* =========================================================
   10. FINAL CTA
   ========================================================= */

.itm-final-cta { position:relative; width:100%; padding:90px 0 100px; background:#ffffff; }

    .itm-final-cta .container {
        position: relative;
        z-index: 2;
    }

.itm-final-cta-box {
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    padding: 25px 70px;
    border-radius: 14px;
    background: linear-gradient(105deg, #ff3d0a 0%, #ff5a00 55%, #ff7a00 100%);
    box-shadow: 0 10px 30px rgba(241, 90, 36, 0.15);
}

.itm-final-cta-content {
    position: relative;
    z-index: 5;
    width: 70%;
    padding-right: 20px;
}

    .itm-final-cta-content h2 {
        margin: 0 0 7px;
        color: #ffffff;
        font-size: 25px;
        line-height: 1.25;
        font-weight: 600;
    }

    .itm-final-cta-content p {
        margin: 0 0 15px;
        color: rgba(255, 255, 255, 0.95);
        font-size: 18px;
        line-height: 1.5;
    }

.itm-final-cta-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.itm-final-btn {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 7px 0 7px 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.login-window-Get-btn {
    background: #0054ff;
    border: 1px solid #0054ff;
    color: #ffffff !important;
}

    .login-window-Get-btn span {
        margin-left: 7px;
        font-size: 14px;
    }

    .login-window-Get-btn:hover {
        background: #ffffff;
        border-color: #ffffff;
        color: #0054ff !important;
        transform: translateY(-2px);
    }

.itm-final-btn-outline {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff !important;
}

    .itm-final-btn-outline:hover {
        background: #ffffff;
        border-color: #ffffff;
        color: #f15a24 !important;
        transform: translateY(-2px);
    }

.itm-final-cta-image {
    position: absolute;
    right: 155px;
    bottom: 0;
    z-index: 3;
    width: 170px;
    max-width: 30%;
}

    .itm-final-cta-image img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-bottom: 0px;
    }

.itm-final-cta-dots {
    position: absolute;
    top: 30px;
    right: 80px;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 5px);
    grid-template-rows: repeat(5, 5px);
    column-gap: 10px;
    row-gap: 7px;
}

    .itm-final-cta-dots span {
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
    }

.content-mail {
    color: black;
}

/* =========================================================
   FINAL CTA - SMALL DESKTOP / TABLET
   992px - 1199px
   ========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {
    
    .itm-final-cta-box {
        min-height: 145px;
        padding: 23px 45px;
    }

    .itm-final-cta-content {
        width: 72%;
    }

        .itm-final-cta-content h2 {
            font-size: 23px;
        }

    .itm-final-cta-image {
        right: 130px;
        width: 157px;
    }

    .itm-final-cta-content p {
        font-size: 16px;
    }
}

/* =========================================================
   FINAL CTA - TABLET
   768px - 991px
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {
    .itm-final-cta-dots {
        position: absolute;
        top: 30px;
        right: 80px;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(5, 5px);
        grid-template-rows: repeat(5, 5px);
        column-gap: 10px;
        row-gap: 7px;
    }

        .itm-final-cta-dots span {
            width: 4px;
            height: 4px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
        }

    .itm-final-cta-dots {
        display: none;
    }

    .itm-final-cta-image {
        right: 35px;
        width: 147px;
    }
}

@media (max-width: 767px) {
    .itm-final-cta {
        padding:40px 0;
    }

    .itm-final-cta-box {
        min-height: 310px;
        display: flex;
        align-items: flex-start;
        padding: 28px 22px;
        border-radius: 14px;
    }

    .itm-final-cta-content {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        position: relative;
        z-index: 5;
    }

        .itm-final-cta-content h2 {
            max-width: 250px;
            margin-bottom: 9px;
            font-size: 22px;
            line-height: 1.25;
        }

        .itm-final-cta-content p {
            max-width: 260px;
            margin-bottom: 18px;
            font-size: 12px;
            line-height: 1.6;
        }

    .itm-final-cta-buttons {
        position: relative;
        z-index: 6;
        gap: 8px;
    }

    .itm-final-btn {
        min-height: 38px;
        padding: 0 15px;
        font-size: 11px;
    }

    .itm-final-cta-image {
        right: -8px;
        bottom: 0;
        width: 175px;
        max-width: none;
        opacity: 1;
    }

    .itm-final-cta-dots {
        top: 18px;
        right: 15px;
        grid-template-columns: repeat(3, 4px);
        gap: 6px;
    }

        .itm-final-cta-dots span {
            width: 3px;
            height: 3px;
        }
}

@media (max-width: 480px) {
    .itm-final-cta {
        padding: 20px 0 25px;
    }

    .itm-final-cta-box {
        min-height: 330px;
        padding: 25px 18px;
    }

    .itm-final-cta-content h2 {
        max-width: 230px;
        font-size: 20px;
    }

    .itm-final-cta-content p {
        max-width: 220px;
        font-size: 11px;
    }

    .itm-final-btn {
        min-height: 36px;
        padding: 0 13px;
        font-size: 10px;
    }

    .itm-final-cta-image {
        right: -18px;
        width: 165px;
    }
}


@media(min-width:1200px) {
    .web-tab:hover {
        background: var(--orange);
        color: var(--white);
    }

    .web-tab.web-tab-jobs:hover {
        background: var(--dark-pink);
        color: var(--white);
    }

    .web-tab.web-tab-jobs:hover {
        background: var(--dark-pink);
        color: var(--white);
    }

    .web-tab.web-tab-Calendar:hover {
        background: var(--dark-green);
        color: var(--white);
    }

    .web-tab.web-tab-work:hover {
        background: var(--dark-purple);
        color: var(--white);
    }

    .web-tab.web-tab-quote:hover {
        background: var(--blue);
        color: var(--white);
    }

    .hero-primary-btn.wht-cta-btn:hover {
        background: linear-gradient(to right, #36BAFE 0%, #0054FF 100%);
        color: #ffffff !important;
        transform: translateY(-2px);
        border-color: transparent;
    }
}

@media(max-width:1199px) {
    .web-screen-content {
        padding: 20px;
    }

    .web-tab {
        min-width: 120px;
    }

    .web-screen-right img {
        height: 318px;
    }

    .dashboard-screen .web-screen-right img {
        height: 362px;
    }
}

@media(max-width:991px) {
    .hero-content h1 { margin: 40px 0 20px }
    .web-screen-content {
        flex-direction: column-reverse !important;
    }

    .web-screen-right img {
        height: 386px;
    }

    .dashboard-screen .web-screen-right img {
        height: 465px;
    }

    .web-tabs {
        gap: 15px;
    }

    .web-tab {
        font-size: 16px;
        padding: 10px 10px;
        min-width: 90px;
    }
}

/* =========================================================
   WEB SHOWCASE - MOBILE HORIZONTAL TAB SCROLL
   ========================================================= */

@media (max-width: 767px) {
    .web-showcase-box {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .web-tabs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
        gap: 10px;
        padding: 0 5px 10px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
    }

        .web-tabs::-webkit-scrollbar {
            display: none;
        }

    .web-tab {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        width: max-content !important;
        min-width: max-content !important;
        white-space: nowrap !important;
    }

    .web-screen-right img,
    .dashboard-screen .web-screen-right img {
        height: auto;
    }

    .web-tabs {
        justify-content: left !important;
    }

    .web-tab {
        padding: 7px 10px;
    }
}
@media (max-width:1550px) {
.who-serve-section{ padding:60px 0 10px 0; }
.itm-benefits-section { padding:60px 0 10px 0; }
.mobile-banner { padding:60px 0 10px 0; }
.itm-modules-section { padding:60px 0 10px 0; }
.why-itm-section { padding:60px 0 10px 0; }
.web-showcase-section { padding:60px 0 10px 0; }
.faq-contact-section { padding:60px 0 10px 0; }
.itm-final-cta{ padding:50px 0 60px 0; }
}
@media (max-width:991px) {
.hero-description, .default-description, .wysiwyg p, .wysiwyg ul li, .mobile-banner p, .modules-header p, .web-showcase-header p, .faq-contact-content p, .itm-final-cta-content p {
font-size: 16px; }
.benefits-content .main-heading, .headingone, .modules-header h2, .why-itm-title h2, .web-showcase-header h2, .faq-contact-title h2, .itm-benefits-section h2 {font-size: 35px;}
.itm-final-cta-box { padding: 25px 40px; }
.about-banner-left { padding:0; }
.web-showcase-box { padding: 20px 0 0; }
.who-serve-section{ padding:50px 0 10px; }
.hero-content{ padding:0; }
.new-hero-section{ padding:0; }
.hero-buttons{ margin-bottom:30px; }
}

@media (max-width:767px) {
.hero-description, .default-description, .wysiwyg p, .wysiwyg ul li, .mobile-banner p, .modules-header p, .web-showcase-header p, .faq-contact-content p, .itm-final-cta-content p {
font-size: 16px; }
.benefits-content .main-heading, .headingone, .modules-header h2, .why-itm-title h2, .web-showcase-header h2, .faq-contact-title h2, .itm-benefits-section h2 { font-size:30px; }
.itm-final-cta-box { padding: 25px 30px; min-height: 100px; }
.itm-final-cta-image { display: none; }
.itm-final-cta-dots { display: none; }
.itm-final-cta-content h2, .itm-final-cta-content p { max-width: 100%; }
.itm-final-cta-buttons .hero-primary-btn { max-width: 190px; }
.address-col li { font-size:15px; }
.web-showcase-box { padding:10px 0 0; }
.about-banner-right { padding:10px 0 0; }
.default-description.mob-app-des{ margin-bottom:20px; }
.who-serve-section { padding:40px 0 0; }
.hero-description{ max-width:100%; }
.mobile-banner p{ max-width:100%; }
.who-serve-section{ padding:40px 0 0px 0; }
.itm-benefits-section { padding:60px 0 0px 0; }
.mobile-banner { padding:60px 0 0px 0; }
.itm-modules-section { padding:60px 0 0px 0; }
.why-itm-section { padding:60px 0 0px 0; }
.web-showcase-section { padding:60px 0 0px 0; }
.faq-contact-section { padding:60px 0 0px 0; }
.itm-final-cta{ padding:60px 0 60px 0; }

}

@media (min-width: 992px) and (max-width: 1500px) {
.faq-contact-image { display: none; }
}
