/* Start custom CSS for html, class: .elementor-element-1e5dddf */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* ========== ALL STYLES UNDER .applic CLASS ========== */
        .applic {
            max-width: 1400px;
            margin: 0 auto;
            padding: 2rem 2rem 4rem 2rem;
            background: #ffffff;
        }

        /* big heading style: 45px desktop, gradient accent */
        .applic .big-heading {
            font-size: 45px;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #2d9f95 0%, #238b82 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 0.75rem;
            line-height: 1.2;
            text-wrap: balance;
        }

        /* small text (14px) */
        .applic .small-text {
            font-size: 14px;
            line-height: 1.5;
            color: #2A2D3E;
            opacity: 0.85;
            max-width: 780px;
            margin-top: 0.5rem;
        }

        /* breadcrumb custom styling (topnav-ind) */
        .applic .topnav-ind {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.5rem;
            background: transparent;
            padding: 0 0 1.25rem 0;
            margin-bottom: 1rem;
            border-bottom: 1px solid #eef2f0;
            font-size: 14px;
        }

        .applic .topnav-ind a {
            text-decoration: none;
            color: #2A2D3E;
            font-weight: 500;
            transition: color 0.2s ease;
            font-size: 14px;
        }

        .applic .topnav-ind a:first-child i {
            margin-right: 6px;
            font-size: 13px;
        }

        .applic .topnav-ind a:hover {
            color: #2d9f95;
        }

        .applic .topnav-ind-sep {
            color: #9aa6b5;
            font-size: 18px;
            font-weight: 400;
            margin: 0 2px;
        }

        .applic .topnav-ind a[href="#"] {
            color: #2d9f95;
            font-weight: 600;
            pointer-events: none;
            cursor: default;
        }

        /* section titles */
        .applic .section-title {
            font-size: 28px;
            font-weight: 700;
            color: #2A2D3E;
            margin: 2rem 0 1rem 0;
            border-left: 5px solid #2d9f95;
            padding-left: 1rem;
        }

        .applic .section-sub {
            font-size: 14px;
            color: #2A2D3E;
            margin-bottom: 1.8rem;
            font-weight: 500;
            letter-spacing: 0.3px;
        }

        /* card grid layout */
        .applic .grid-cards {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 2rem;
            margin: 2rem 0 1.5rem;
        }

        /* card style */
        .applic .card {
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.02);
            transition: all 0.3s ease;
            border: 1px solid #eef2f6;
            overflow: hidden;
            padding: 1.8rem 1.5rem 1.8rem 1.5rem;
        }

        .applic .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 30px 45px -18px rgba(45, 159, 149, 0.2);
            border-color: #d9e9e6;
        }

        /* icon style (Font Awesome) */
        .applic .card-icon {
            font-size: 2.6rem;
            color: #2d9f95;
            margin-bottom: 1.25rem;
            display: inline-block;
        }

        .applic .card-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #2A2D3E;
            margin-bottom: 0.8rem;
            line-height: 1.3;
        }

        .applic .card-desc {
            font-size: 14px;
            line-height: 1.55;
            color: #3a3e52;
            margin-bottom: 1rem;
        }

        .applic .feature-list {
            margin-top: 0.8rem;
            list-style: none;
            padding: 0;
        }

        .applic .feature-list li {
            font-size: 14px;
            padding: 0.3rem 0;
            display: flex;
            align-items: center;
            gap: 0.65rem;
            color: #2A2D3E;
        }

        .applic .feature-list li i {
            color: #2d9f95;
            font-size: 13px;
            width: 18px;
        }

        /* hero area */
        .applic .hero-area {
            margin-bottom: 2rem;
            padding-bottom: 0.5rem;
        }

        .applic .badge-row {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin: 1.2rem 0 0.5rem;
        }

        .applic .badge {
            background: #f0f7f5;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 500;
            color: #1f6e65;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        /* rotating system special highlight */
        .applic .highlight-note {
            background: #fefce8;
            border-left: 4px solid #2d9f95;
            padding: 1rem 1.2rem;
            border-radius: 20px;
            margin: 1.5rem 0 1rem;
            font-size: 14px;
            color: #2A2D3E;
        }

        .applic .stat-banner {
            background: #f8fafd;
            border-radius: 32px;
            padding: 1.8rem 2rem;
            margin: 2.5rem 0 0.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1.5rem;
            border: 1px solid #e2e8f0;
        }

        .applic .stat-item {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .applic .stat-number {
            font-size: 2rem;
            font-weight: 800;
            color: #2d9f95;
        }

        .applic .stat-label {
            font-size: 14px;
            color: #2A2D3E;
            font-weight: 500;
        }

        .applic hr {
            margin: 2rem 0;
            border: none;
            height: 1px;
            background: linear-gradient(90deg, #e2e8f0, #2d9f9520, #e2e8f0);
        }

        .applic .text-accent {
            color: #2d9f95;
            font-weight: 600;
        }

        .applic .flex-feature-row {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: space-between;
            margin-top: 1rem;
        }

        .applic .flex-feature-col {
            flex: 1;
            min-width: 240px;
        }

        .applic .flex-feature-col i.icon-md {
            font-size: 1.8rem;
            color: #2d9f95;
            margin-bottom: 0.5rem;
            display: inline-block;
        }

        .applic .flex-feature-col h3 {
            font-size: 1.3rem;
            color: #2A2D3E;
            margin-bottom: 0.5rem;
        }

        .applic .flex-feature-col p {
            font-size: 14px;
            line-height: 1.55;
            color: #2A2D3E;
        }

        /* responsive */
        @media (max-width: 768px) {
            .applic {
                padding: 1.5rem;
            }
            .applic .big-heading {
                font-size: 38px;
            }
            .applic .grid-cards {
                gap: 1.2rem;
            }
            .applic .card {
                padding: 1.5rem;
            }
            .applic .stat-banner {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 480px) {
            .applic .big-heading {
                font-size: 32px;
            }
            .applic .section-title {
                font-size: 24px;
            }
        }/* End custom CSS */