 * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Segoe UI", sans-serif;
            background: #ffffff;
        }

        .ngo-gallery-section {
            position: relative;
            overflow: hidden;
            padding: 90px 0;
            background:
                radial-gradient(circle at 8% 15%, rgba(227, 173, 86, 0.18) 0 120px, transparent 122px),
                radial-gradient(circle at 92% 88%, rgba(67, 108, 92, 0.14) 0 155px, transparent 157px),
                linear-gradient(135deg, #fbf8f1 0%, #f1eadc 48%, #f8f4eb 100%);
        }

        .ngo-gallery-section::before {
            content: "";
            position: absolute;
            width: 340px;
            height: 340px;
            top: -170px;
            right: 7%;
            border: 45px solid rgba(206, 154, 78, 0.12);
            border-radius: 50%;
        }

        .ngo-gallery-section::after {
            content: "";
            position: absolute;
            width: 280px;
            height: 280px;
            left: -135px;
            bottom: -130px;
            border: 2px dashed rgba(47, 86, 72, 0.25);
            border-radius: 50%;
            animation: galleryRotate 22s linear infinite;
        }

        @keyframes galleryRotate {
            to {
                transform: rotate(360deg);
            }
        }

        .ngo-gallery-container {
            position: relative;
            z-index: 2;
        }

        .ngo-gallery-heading {
            max-width: 850px;
            margin: 0 auto 45px;
            text-align: center;
        }

        .ngo-gallery-label {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 9px 18px;
            margin-bottom: 15px;
            border: 1px solid rgba(102, 69, 26, 0.22);
            border-radius: 50px;
            background: #e7c58f;
            color: #3d2b17;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            box-shadow: 0 8px 22px rgba(108, 76, 34, 0.14);
        }

        .ngo-gallery-heading h2 {
            margin-bottom: 0;
            color: #183a30;
            font-size: clamp(34px, 5vw, 58px);
            font-weight: 800;
            line-height: 1.08;
        }

        .ngo-gallery-heading h2 span {
            color: #b57c2b;
        }

        .ngo-gallery-description-box {
            position: relative;
            display: flex;
            max-width: 790px;
            align-items: center;
            gap: 18px;
            margin: 25px auto 0;
            padding: 20px 26px;
            overflow: hidden;
            border: 1px solid rgba(181, 124, 43, 0.55);
            border-radius: 16px;
            background:
                linear-gradient(
                    135deg,
                    rgba(255, 255, 255, 0.97),
                    rgba(237, 213, 174, 0.86)
                );
            box-shadow:
                0 15px 38px rgba(76, 57, 30, 0.14),
                inset 0 0 0 5px rgba(255, 255, 255, 0.56);
            text-align: left;
        }

        .ngo-gallery-description-box::before {
            content: "";
            position: absolute;
            width: 125px;
            height: 125px;
            top: -65px;
            right: -35px;
            border: 20px solid rgba(181, 124, 43, 0.12);
            border-radius: 50%;
        }

        .ngo-gallery-description-box::after {
            content: "";
            position: absolute;
            width: 85px;
            height: 85px;
            left: -38px;
            bottom: -44px;
            border: 2px dashed rgba(28, 73, 58, 0.26);
            border-radius: 50%;
        }

        .ngo-description-decoration {
            position: absolute;
            z-index: 1;
            width: 80px;
            height: 2px;
            top: 9px;
            left: 50%;
            background: linear-gradient(90deg, transparent, #c99343, transparent);
            transform: translateX(-50%);
        }

        .ngo-description-icon {
            position: relative;
            z-index: 2;
            display: grid;
            width: 58px;
            height: 58px;
            flex: 0 0 58px;
            place-items: center;
            border: 1px solid rgba(255, 255, 255, 0.48);
            border-radius: 14px;
            background: linear-gradient(135deg, #1f5141, #102f26);
            color: #f0ce97;
            font-size: 22px;
            box-shadow: 0 11px 26px rgba(20, 57, 45, 0.25);
        }

        .ngo-gallery-description-box p {
            position: relative;
            z-index: 2;
            margin: 0;
            color: #344940;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.8;
        }

        .ngo-description-end-icon {
            position: relative;
            z-index: 2;
            display: grid;
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            place-items: center;
            border: 1px solid rgba(181, 124, 43, 0.32);
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.66);
            color: #a87026;
            font-size: 13px;
        }

        .ngo-gallery-outer {
            position: relative;
            padding: 13px;
            border: 1px solid rgba(181, 124, 43, 0.35);
            border-radius: 28px;
            background: rgba(255, 255, 255, 0.5);
            box-shadow: 0 28px 70px rgba(35, 54, 46, 0.14);
            backdrop-filter: blur(8px);
        }

        .ngo-gallery-inner {
            position: relative;
            padding: 20px;
            border: 1px solid rgba(41, 83, 68, 0.16);
            border-radius: 20px;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 234, 0.96));
        }

        .ngo-main-photo {
            position: relative;
            height: 585px;
            overflow: hidden;
            border-radius: 16px;
            background: #263c34;
            box-shadow: 0 18px 45px rgba(18, 42, 33, 0.25);
        }

        .ngo-main-photo::before {
            content: "";
            position: absolute;
            inset: 12px;
            z-index: 3;
            pointer-events: none;
            border: 1px solid rgba(255, 255, 255, 0.62);
            border-radius: 10px;
        }

        .ngo-main-photo::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(
                180deg,
                rgba(8, 27, 20, 0.02) 35%,
                rgba(8, 27, 20, 0.82) 100%
            );
        }

        .ngo-main-photo img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transform: scale(1);
            transition: opacity 0.38s ease, transform 0.75s ease;
        }

        .ngo-main-photo img.photo-changing {
            opacity: 0;
            transform: scale(1.05);
        }

        .ngo-main-photo:hover img {
            transform: scale(1.04);
        }

        .ngo-main-content {
            position: absolute;
            z-index: 4;
            left: 34px;
            right: 34px;
            bottom: 32px;
            color: #ffffff;
        }

        .ngo-main-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 13px;
            padding: 9px 15px;
            border-radius: 7px;
            background: #e4bd7e;
            color: #35230f;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.7px;
            text-transform: uppercase;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

        .ngo-main-title {
            margin: 0;
            max-width: 680px;
            font-size: clamp(25px, 4vw, 42px);
            font-weight: 800;
            line-height: 1.18;
            text-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
        }

        .ngo-main-caption {
            max-width: 620px;
            margin: 11px 0 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: 15px;
            line-height: 1.7;
        }

        .ngo-thumbnail-panel {
            position: relative;
            height: 585px;
            padding: 19px;
            overflow: hidden;
            border: 1px solid rgba(181, 124, 43, 0.25);
            border-radius: 16px;
            background: linear-gradient(135deg, rgba(28, 66, 53, 0.98), rgba(16, 44, 35, 0.98));
            box-shadow: 0 18px 45px rgba(22, 54, 43, 0.2);
        }

        .ngo-thumbnail-panel::before {
            content: "";
            position: absolute;
            width: 170px;
            height: 170px;
            top: -80px;
            right: -60px;
            border: 25px solid rgba(228, 189, 126, 0.09);
            border-radius: 50%;
        }

        .ngo-thumbnail-panel::after {
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            left: -55px;
            bottom: -50px;
            border: 1px dashed rgba(228, 189, 126, 0.35);
            border-radius: 50%;
        }

        .ngo-panel-header {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        }

        .ngo-panel-header h3 {
            margin: 0;
            color: #ffffff;
            font-size: 19px;
            font-weight: 800;
        }

        .ngo-panel-header p {
            margin: 5px 0 0;
            color: rgba(255, 255, 255, 0.55);
            font-size: 12px;
        }

        .ngo-panel-count {
            display: grid;
            width: 48px;
            height: 48px;
            flex: 0 0 48px;
            place-items: center;
            border: 1px solid rgba(228, 189, 126, 0.5);
            border-radius: 12px;
            background: rgba(228, 189, 126, 0.11);
            color: #f1cc91;
            font-size: 15px;
            font-weight: 800;
        }

        .ngo-thumbnail-list {
            position: relative;
            z-index: 2;
            display: flex;
            height: calc(100% - 79px);
            flex-direction: column;
            gap: 10px;
        }

        .ngo-thumbnail-item {
            position: relative;
            display: flex;
            min-height: 84px;
            flex: 1;
            align-items: center;
            gap: 13px;
            padding: 9px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.065);
            cursor: pointer;
            transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
        }

        .ngo-thumbnail-item::after {
            content: "";
            position: absolute;
            width: 4px;
            height: 0;
            top: 50%;
            right: 0;
            border-radius: 5px 0 0 5px;
            background: #e4bd7e;
            transform: translateY(-50%);
            transition: height 0.3s ease;
        }

        .ngo-thumbnail-item:hover,
        .ngo-thumbnail-item.active {
            border-color: rgba(228, 189, 126, 0.55);
            background: rgba(228, 189, 126, 0.13);
            transform: translateX(-5px);
        }

        .ngo-thumbnail-item.active::after {
            height: 58%;
        }

        .ngo-thumb-image {
            width: 105px;
            height: 68px;
            flex: 0 0 105px;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.22);
            border-radius: 9px;
        }

        .ngo-thumbnail-item.active .ngo-thumb-image {
            border-color: #e4bd7e;
        }

        .ngo-thumb-image img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transition: transform 0.45s ease;
        }

        .ngo-thumbnail-item:hover .ngo-thumb-image img {
            transform: scale(1.1);
        }

        .ngo-thumb-content {
            min-width: 0;
            flex: 1;
        }

        .ngo-thumb-number {
            display: block;
            margin-bottom: 4px;
            color: #e4bd7e;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1.3px;
            text-transform: uppercase;
        }

        .ngo-thumb-title {
            margin: 0;
            overflow: hidden;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .ngo-thumb-icon {
            display: grid;
            width: 29px;
            height: 29px;
            flex: 0 0 29px;
            place-items: center;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.09);
            color: rgba(255, 255, 255, 0.6);
            font-size: 11px;
            transition: 0.3s ease;
        }

        .ngo-thumbnail-item:hover .ngo-thumb-icon,
        .ngo-thumbnail-item.active .ngo-thumb-icon {
            background: #e4bd7e;
            color: #2b2115;
        }

        .ngo-gallery-footer {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 35px;
        }

        .ngo-view-button {
            position: relative;
            display: inline-flex;
            min-width: 225px;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 15px 25px;
            overflow: hidden;
            border: 1px solid #b57c2b;
            border-radius: 9px;
            background: #173e32;
            color: #ffffff;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 0.5px;
            text-decoration: none;
            box-shadow: 0 14px 28px rgba(22, 58, 47, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .ngo-view-button::before {
            content: "";
            position: absolute;
            width: 45px;
            height: 160%;
            top: -30%;
            left: -70px;
            background: rgba(255, 255, 255, 0.22);
            transform: rotate(25deg);
            transition: left 0.55s ease;
        }

        .ngo-view-button:hover {
            color: #ffffff;
            transform: translateY(-4px);
            box-shadow: 0 20px 35px rgba(22, 58, 47, 0.28);
        }

        .ngo-view-button:hover::before {
            left: 115%;
        }

        .ngo-view-button i {
            color: #e8c68f;
        }

        @media (max-width: 1199.98px) {
            .ngo-main-photo,
            .ngo-thumbnail-panel {
                height: 540px;
            }

            .ngo-thumb-image {
                width: 92px;
                flex-basis: 92px;
            }

            .ngo-thumb-title {
                font-size: 13px;
            }
        }

        @media (max-width: 991.98px) {
            .ngo-gallery-section {
                padding: 75px 0;
            }

            .ngo-main-photo {
                height: 520px;
            }

            .ngo-thumbnail-panel {
                height: auto;
                margin-top: 20px;
            }

            .ngo-thumbnail-list {
                height: auto;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
            }

            .ngo-thumbnail-item {
                min-height: 92px;
            }
        }

        @media (max-width: 767.98px) {
            .ngo-gallery-section {
                padding: 60px 0;
            }

            .ngo-gallery-heading {
                margin-bottom: 30px;
            }

            .ngo-gallery-description-box {
                align-items: flex-start;
                padding: 18px;
            }

            .ngo-description-end-icon {
                display: none;
            }

            .ngo-gallery-description-box p {
                font-size: 15px;
            }

            .ngo-gallery-outer {
                padding: 8px;
                border-radius: 20px;
            }

            .ngo-gallery-inner {
                padding: 11px;
                border-radius: 15px;
            }

            .ngo-main-photo {
                height: 430px;
                border-radius: 12px;
            }

            .ngo-main-content {
                left: 23px;
                right: 23px;
                bottom: 24px;
            }

            .ngo-main-caption {
                font-size: 14px;
            }

            .ngo-thumbnail-list {
                grid-template-columns: 1fr;
            }

            .ngo-thumbnail-item:hover,
            .ngo-thumbnail-item.active {
                transform: translateX(0);
            }
        }

        @media (max-width: 575.98px) {
            .ngo-gallery-description-box {
                gap: 13px;
                padding: 16px;
            }

            .ngo-description-icon {
                width: 48px;
                height: 48px;
                flex-basis: 48px;
                font-size: 18px;
            }

            .ngo-gallery-description-box p {
                font-size: 14px;
                line-height: 1.7;
            }

            .ngo-main-photo {
                height: 390px;
            }

            .ngo-main-photo::before {
                inset: 8px;
            }

            .ngo-main-content {
                left: 19px;
                right: 19px;
                bottom: 19px;
            }

            .ngo-main-badge {
                padding: 7px 11px;
                font-size: 10px;
            }

            .ngo-main-caption {
                display: none;
            }

            .ngo-thumbnail-panel {
                padding: 14px;
            }

            .ngo-panel-header h3 {
                font-size: 17px;
            }

            .ngo-thumb-image {
                width: 96px;
                height: 67px;
                flex-basis: 96px;
            }

            .ngo-thumb-icon {
                display: none;
            }
        }