        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Nunito", sans-serif;
            background: #f5f2eb;
        }

        .pg-gallery-section {
            position: relative;
            overflow: hidden;
            padding: 90px 0;
            background:
                radial-gradient(circle at 10% 10%, rgba(255, 193, 7, 0.18), transparent 28%),
                radial-gradient(circle at 90% 20%, rgba(24, 74, 156, 0.15), transparent 30%),
                linear-gradient(135deg, #fffdf8 0%, #f8f1df 45%, #eef4ff 100%);
        }

        .pg-gallery-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(26, 57, 110, 0.035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(26, 57, 110, 0.035) 1px, transparent 1px);
            background-size: 42px 42px;
            pointer-events: none;
        }

        .pg-glow {
            position: absolute;
            border-radius: 50%;
            filter: blur(8px);
            opacity: 0.65;
            pointer-events: none;
            animation: pgFloat 9s ease-in-out infinite;
        }

        .pg-glow-one {
            width: 240px;
            height: 240px;
            top: 8%;
            left: -100px;
            background: rgba(255, 191, 0, 0.22);
        }

        .pg-glow-two {
            width: 300px;
            height: 300px;
            right: -140px;
            bottom: 10%;
            background: rgba(30, 91, 180, 0.18);
            animation-delay: -4s;
        }

        @keyframes pgFloat {
            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-25px) scale(1.08);
            }
        }

        .pg-section-content {
            position: relative;
            z-index: 2;
        }

        .pg-section-heading {
            max-width: 820px;
            margin: 0 auto 48px;
            text-align: center;
        }

        .pg-small-label {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 9px 18px;
            margin-bottom: 16px;
            border: 1px solid rgba(180, 126, 0, 0.25);
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.75);
            color: #a36a00;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            box-shadow: 0 10px 30px rgba(92, 67, 14, 0.1);
            backdrop-filter: blur(8px);
        }

        .pg-section-title {
            margin: 0 0 15px;
            color: #102f62;
            font-family: "Archivo Black", sans-serif;
            font-size: clamp(38px, 5vw, 65px);
            font-weight: 400;
            letter-spacing: normal;
            line-height: 1.05;
            text-transform: uppercase;
        }

        .pg-section-title span {
            color: #d29500;
        }

        .pg-section-description {
            max-width: 700px;
            margin: 0 auto;
            color: #59657a;
            font-size: 16px;
            line-height: 1.8;
        }

        .pg-category-box {
            position: relative;
            margin-bottom: 42px;
            padding: 25px;
            overflow: hidden;
            border: 1px solid rgba(20, 58, 111, 0.13);
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.84);
            box-shadow:
                0 25px 60px rgba(31, 49, 79, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(12px);
        }

        .pg-category-box::before {
            content: "";
            position: absolute;
            top: -90px;
            right: -90px;
            width: 210px;
            height: 210px;
            border-radius: 50%;
            border: 35px solid rgba(231, 174, 35, 0.08);
            pointer-events: none;
        }

        .pg-category-box::after {
            content: "";
            position: absolute;
            left: -25px;
            bottom: -45px;
            width: 140px;
            height: 140px;
            border-radius: 34px;
            background: linear-gradient(
                135deg,
                rgba(26, 74, 150, 0.06),
                rgba(223, 164, 19, 0.05)
            );
            transform: rotate(28deg);
            pointer-events: none;
        }

        .pg-category-heading {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 24px;
            padding: 16px 18px;
            border-radius: 16px;
            background: linear-gradient(135deg, #102f62, #174f9c);
            box-shadow: 0 15px 30px rgba(16, 47, 98, 0.22);
        }

        .pg-category-title-wrap {
            display: flex;
            align-items: center;
            gap: 13px;
        }

        .pg-category-icon {
            flex: 0 0 auto;
            display: grid;
            place-items: center;
            width: 46px;
            height: 46px;
            border: 1px solid rgba(255, 255, 255, 0.28);
            border-radius: 13px;
            background: linear-gradient(135deg, #f9ca4c, #cb8700);
            color: #ffffff;
            font-size: 18px;
            box-shadow: 0 8px 20px rgba(255, 185, 22, 0.25);
        }

        .pg-category-title {
            margin: 0;
            color: #ffffff;
            font-family: "Anton", sans-serif;
            font-size: 25px;
            font-weight: 400;
            letter-spacing: 0.8px;
            text-transform: uppercase;
        }

        .pg-category-subtitle {
            margin: 3px 0 0;
            color: rgba(255, 255, 255, 0.72);
            font-size: 13px;
        }

        .pg-category-count {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 8px 13px;
            border: 1px solid rgba(255, 255, 255, 0.23);
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.12);
            color: #ffffff;
            font-size: 12px;
            font-weight: 800;
            backdrop-filter: blur(5px);
        }

        .pg-photo-card {
            position: relative;
            height: 255px;
            overflow: hidden;
            cursor: zoom-in;
            border: 5px solid #ffffff;
            border-radius: 17px;
            background: #dfe8f4;
            box-shadow:
                0 12px 28px rgba(32, 49, 77, 0.16),
                0 0 0 1px rgba(205, 145, 0, 0.16);
            transition:
                transform 0.4s ease,
                box-shadow 0.4s ease;
        }

        .pg-photo-card:hover {
            transform: translateY(-8px);
            box-shadow:
                0 24px 40px rgba(21, 45, 82, 0.24),
                0 0 0 2px rgba(213, 151, 0, 0.34);
        }

        .pg-photo-card img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transition: transform 0.65s ease;
        }

        .pg-photo-card:hover img {
            transform: scale(1.1);
        }

        .pg-photo-card::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(
                to top,
                rgba(7, 24, 50, 0.88) 0%,
                rgba(7, 24, 50, 0.12) 58%,
                transparent 100%
            );
            transition: background 0.35s ease;
        }

        .pg-photo-card:hover::before {
            background: linear-gradient(
                to top,
                rgba(7, 24, 50, 0.9) 0%,
                rgba(7, 24, 50, 0.28) 70%,
                rgba(7, 24, 50, 0.1) 100%
            );
        }

        .pg-photo-badge {
            position: absolute;
            z-index: 3;
            top: 13px;
            left: 13px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 7px 11px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.9);
            color: #123b76;
            font-size: 11px;
            font-weight: 800;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
            backdrop-filter: blur(8px);
        }

        .pg-zoom-button {
            position: absolute;
            z-index: 4;
            top: 13px;
            right: 13px;
            display: grid;
            place-items: center;
            width: 42px;
            height: 42px;
            padding: 0;
            border: 1px solid rgba(255, 255, 255, 0.45);
            border-radius: 50%;
            background: rgba(10, 43, 88, 0.82);
            color: #ffffff;
            font-size: 15px;
            transform: scale(0.8);
            opacity: 0;
            transition:
                transform 0.3s ease,
                opacity 0.3s ease,
                background 0.3s ease;
        }

        .pg-photo-card:hover .pg-zoom-button {
            transform: scale(1);
            opacity: 1;
        }

        .pg-zoom-button:hover {
            background: #d79700;
        }

        .pg-photo-caption {
            position: absolute;
            z-index: 3;
            left: 17px;
            right: 17px;
            bottom: 16px;
            color: #ffffff;
        }

        .pg-photo-title {
            margin: 0 0 4px;
            font-family: "Anton", sans-serif;
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 0.5px;
        }

        .pg-photo-date {
            display: flex;
            align-items: center;
            gap: 7px;
            margin: 0;
            color: rgba(255, 255, 255, 0.74);
            font-size: 12px;
            font-weight: 600;
        }

        .pg-lightbox {
            position: fixed;
            inset: 0;
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 25px;
            background: rgba(2, 12, 29, 0.94);
            backdrop-filter: blur(14px);
            opacity: 0;
            visibility: hidden;
            transition:
                opacity 0.35s ease,
                visibility 0.35s ease;
        }

        .pg-lightbox.pg-lightbox-active {
            opacity: 1;
            visibility: visible;
        }

        .pg-lightbox-dialog {
            position: relative;
            width: min(1050px, 100%);
            transform: scale(0.9);
            transition: transform 0.35s ease;
        }

        .pg-lightbox-active .pg-lightbox-dialog {
            transform: scale(1);
        }

        .pg-lightbox-image-wrap {
            overflow: hidden;
            border: 5px solid rgba(255, 255, 255, 0.94);
            border-radius: 18px;
            background: #101c2d;
            box-shadow:
                0 30px 80px rgba(0, 0, 0, 0.55),
                0 0 45px rgba(234, 179, 45, 0.16);
        }

        .pg-lightbox-image {
            width: 100%;
            max-height: 78vh;
            display: block;
            object-fit: contain;
        }

        .pg-lightbox-caption {
            margin-top: 13px;
            padding: 13px 18px;
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.08);
            color: #ffffff;
            text-align: center;
            backdrop-filter: blur(8px);
        }

        .pg-lightbox-title {
            margin: 0;
            font-family: "Anton", sans-serif;
            font-size: 22px;
            letter-spacing: 0.5px;
        }

        .pg-lightbox-close,
        .pg-lightbox-control {
            position: absolute;
            z-index: 5;
            display: grid;
            place-items: center;
            padding: 0;
            border: 1px solid rgba(255, 255, 255, 0.25);
            background: rgba(255, 255, 255, 0.13);
            color: #ffffff;
            backdrop-filter: blur(10px);
            transition:
                transform 0.25s ease,
                background 0.25s ease;
        }

        .pg-lightbox-close:hover,
        .pg-lightbox-control:hover {
            background: #d99700;
            transform: scale(1.08);
        }

        .pg-lightbox-close {
            top: -18px;
            right: -18px;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            font-size: 18px;
        }

        .pg-lightbox-control {
            top: 50%;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            font-size: 18px;
            transform: translateY(-50%);
        }

        .pg-lightbox-control:hover {
            transform: translateY(-50%) scale(1.08);
        }

        .pg-lightbox-prev {
            left: -72px;
        }

        .pg-lightbox-next {
            right: -72px;
        }

        body.pg-no-scroll {
            overflow: hidden;
        }

        @media (max-width: 1199.98px) {
            .pg-photo-card {
                height: 235px;
            }
        }

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

            .pg-photo-card {
                height: 250px;
            }

            .pg-lightbox-prev {
                left: 10px;
            }

            .pg-lightbox-next {
                right: 10px;
            }

            .pg-lightbox-control {
                background: rgba(4, 24, 53, 0.75);
            }
        }

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

            .pg-category-box {
                padding: 16px;
                border-radius: 18px;
            }

            .pg-category-heading {
                align-items: flex-start;
                padding: 14px;
            }

            .pg-category-icon {
                width: 42px;
                height: 42px;
            }

            .pg-category-title {
                font-size: 20px;
            }

            .pg-category-subtitle {
                display: none;
            }

            .pg-category-count {
                padding: 7px 10px;
                font-size: 10px;
            }

            .pg-photo-card {
                height: 270px;
            }

            .pg-zoom-button {
                opacity: 1;
                transform: scale(1);
            }

            .pg-lightbox {
                padding: 15px;
            }

            .pg-lightbox-close {
                top: -15px;
                right: -6px;
            }

            .pg-lightbox-control {
                width: 44px;
                height: 44px;
            }
        }

        @media (max-width: 575.98px) {
            .pg-section-title {
                font-size: 38px;
            }

            .pg-section-description {
                font-size: 14px;
            }

            .pg-category-heading {
                gap: 10px;
            }

            .pg-category-title-wrap {
                gap: 9px;
            }

            .pg-category-count span {
                display: none;
            }

            .pg-photo-card {
                height: 245px;
            }
        }





.youtube-responsive {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.youtube-responsive iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
