@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');

        .trust-activities-section {
            position: relative;
            overflow: hidden;
            padding: 75px 0;
            font-family: "DM Sans", sans-serif;
            background:
                radial-gradient(circle at 8% 14%, rgba(255,255,255,.18) 0 65px, transparent 66px),
                radial-gradient(circle at 92% 82%, rgba(255,255,255,.13) 0 95px, transparent 96px),
                linear-gradient(135deg, #075f42 0%, #087452 42%, #0a8a5f 100%);
        }

        .trust-activities-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(30deg, transparent 48%, rgba(255,255,255,.055) 49%, rgba(255,255,255,.055) 51%, transparent 52%),
                linear-gradient(-30deg, transparent 48%, rgba(255,255,255,.04) 49%, rgba(255,255,255,.04) 51%, transparent 52%);
            background-size: 90px 90px;
            pointer-events: none;
        }

        .trust-activities-section::after {
            content: "";
            position: absolute;
            width: 430px;
            height: 430px;
            border: 70px solid rgba(255,255,255,.045);
            border-radius: 50%;
            right: -180px;
            top: -170px;
            pointer-events: none;
        }

        .trust-activities-wrap {
            position: relative;
            z-index: 2;
        }

        .trust-heading {
            max-width: 820px;
            margin: 0 auto 42px;
            text-align: center;
            color: #fff;
        }

        .trust-heading-badge {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            background: rgba(255,255,255,.13);
            border: 1px solid rgba(255,255,255,.3);
            border-radius: 5px;
            padding: 8px 16px;
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            margin-bottom: 15px;
        }

        .trust-heading h2 {
            font-size: clamp(32px, 4vw, 52px);
            font-weight: 800;
            line-height: 1.05;
            margin-bottom: 14px;
        }

        .trust-heading h2 span {
            color: #ffd65a;
        }

        .trust-heading .trust-subtitle {
            font-size: 18px;
            font-weight: 700;
            color: #eafff5;
            margin-bottom: 8px;
        }

        .trust-heading p {
            margin: 0 auto;
            max-width: 700px;
            font-size: 15px;
            line-height: 1.8;
            color: rgba(255,255,255,.86);
        }

        .activity-row {
            border-radius: 5px;
            overflow: hidden;
            border: 1px solid rgba(5,64,43,.13);
            box-shadow: 0 13px 34px rgba(0,42,28,.17);
            margin-bottom: 20px;
        }

        .activity-row:last-child {
            margin-bottom: 0;
        }

        .activity-row-bg-1 { background: #fff8e9; }
        .activity-row-bg-2 { background: #edf8ff; }
        .activity-row-bg-3 { background: #f5f3ff; }
        .activity-row-bg-4 { background: #eefbf4; }

        .activity-card {
            height: 100%;
            min-height: 330px;
            display: flex;
            position: relative;
        }

        .activity-card:first-child {
            border-right: 1px solid rgba(38,58,48,.15);
        }

        .activity-image-area {
            width: 41%;
            min-width: 41%;
            padding: 15px;
            position: relative;
        }

        .activity-image-frame {
            width: 100%;
            height: 100%;
            min-height: 300px;
            overflow: hidden;
            border-radius: 5px;
            border: 5px solid #fff;
            box-shadow: 0 8px 20px rgba(35,51,44,.16);
            position: relative;
        }

        .activity-image-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .6s ease;
        }

        .activity-card:hover .activity-image-frame img {
            transform: scale(1.07);
        }

        .activity-number {
            position: absolute;
            top: 26px;
            left: 26px;
            min-width: 43px;
            height: 43px;
            padding: 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 800;
            font-size: 14px;
            border-radius: 5px;
            box-shadow: 0 7px 18px rgba(0,0,0,.18);
            z-index: 3;
        }

        .num-orange { background: #f36f21; }
        .num-blue { background: #1677df; }
        .num-gray { background: #56616d; }
        .num-green { background: #138b60; }

        .activity-content {
            width: 59%;
            padding: 26px 24px 24px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .activity-icon-title {
            display: flex;
            align-items: flex-start;
            gap: 13px;
        }

        .activity-main-icon {
            width: 47px;
            min-width: 47px;
            height: 47px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 19px;
            box-shadow: 0 7px 16px rgba(0,0,0,.12);
        }

        .icon-orange { background: linear-gradient(135deg,#ff7b25,#e7560d); }
        .icon-blue { background: linear-gradient(135deg,#258de8,#0b5dbb); }
        .icon-gray { background: linear-gradient(135deg,#6e7883,#414b55); }
        .icon-green { background: linear-gradient(135deg,#1ba775,#08734e); }

        .activity-content h3 {
            font-size: 21px;
            line-height: 1.25;
            font-weight: 800;
            color: #15362d;
            margin: 1px 0 4px;
        }

        .activity-small-title {
            color: #63726c;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: .45px;
        }

        .activity-divider {
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, rgba(18,106,75,.35), rgba(18,106,75,.06));
            margin: 15px 0;
            position: relative;
        }

        .activity-divider::before {
            content: "";
            position: absolute;
            left: 0;
            top: -2px;
            width: 48px;
            height: 5px;
            border-radius: 5px;
            background: #f47722;
        }

        .activity-content p {
            font-size: 14px;
            line-height: 1.7;
            color: #52635c;
            margin-bottom: 15px;
        }

        .activity-light-boxes {
            display: flex;
            gap: 7px;
            margin-bottom: 17px;
            flex-wrap: wrap;
        }

        .activity-light-box {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border-radius: 5px;
            padding: 7px 9px;
            font-size: 11.5px;
            font-weight: 800;
            border: 1px solid transparent;
            white-space: nowrap;
        }

        .box-orange {
            color: #a7430a;
            background: #fff0e5;
            border-color: #ffd3b7;
        }

        .box-blue {
            color: #145b9d;
            background: #e9f5ff;
            border-color: #c3e3ff;
        }

        .box-gray {
            color: #4c5862;
            background: #eef1f3;
            border-color: #d7dde1;
        }

        .activity-read-more {
            align-self: flex-start;
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 10px 16px;
            border-radius: 5px;
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 800;
            transition: all .3s ease;
            box-shadow: 0 7px 15px rgba(0,0,0,.12);
        }

        .read-orange {
            background: linear-gradient(135deg,#ff842e,#ea5b13);
        }

        .read-blue {
            background: linear-gradient(135deg,#258fe9,#075fbf);
        }

        .read-gray {
            background: linear-gradient(135deg,#6d7883,#444e58);
        }

        .read-green {
            background: linear-gradient(135deg,#20a978,#087750);
        }

        .activity-read-more:hover {
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 11px 21px rgba(0,0,0,.17);
        }

        .activity-read-more i {
            transition: transform .3s ease;
        }

        .activity-read-more:hover i {
            transform: translateX(4px);
        }

        @media (max-width: 1199.98px) {
            .activity-card {
                min-height: 360px;
            }

            .activity-image-area {
                width: 38%;
                min-width: 38%;
            }

            .activity-content {
                width: 62%;
                padding: 22px 18px;
            }

            .activity-content h3 {
                font-size: 19px;
            }
        }

        @media (max-width: 991.98px) {
            .trust-activities-section {
                padding: 60px 0;
            }

            .activity-card:first-child {
                border-right: 0;
                border-bottom: 1px solid rgba(38,58,48,.15);
            }

            .activity-card {
                min-height: 315px;
            }
        }

        @media (max-width: 767.98px) {
            .trust-activities-section {
                padding: 48px 0;
            }

            .trust-heading {
                margin-bottom: 30px;
            }

            .trust-heading .trust-subtitle {
                font-size: 16px;
            }

            .activity-card {
                flex-direction: column;
            }

            .activity-image-area,
            .activity-content {
                width: 100%;
                min-width: 100%;
            }

            .activity-image-area {
                padding: 14px 14px 0;
            }

            .activity-image-frame {
                min-height: 240px;
                height: 240px;
            }

            .activity-content {
                padding: 20px;
            }

            .activity-number {
                top: 24px;
                left: 24px;
            }
        }

        @media (max-width: 480px) {
            .trust-activities-section {
                padding: 42px 0;
            }

            .trust-heading h2 {
                font-size: 31px;
            }

            .trust-heading p {
                font-size: 14px;
            }

            .activity-image-frame {
                height: 295px;
                min-height: 215px;
            }

            .activity-content h3 {
                font-size: 20px;
            }

            .activity-main-icon {
                width: 43px;
                min-width: 43px;
                height: 43px;
            }

            .activity-light-box {
                font-size: 11px;
            }
        }