/* --- INSTAGRAM FEED SECTION --- */
        .insta-section {
            background-color: #fff;
            padding: 80px 0;
        }
        .insta-header i {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 2.5rem;
        }
        .insta-grid-container {
            position: relative;
            border-radius: 25px;
            overflow: hidden;
            background: #f1f1f1;
            min-height: 400px; /* Placeholder saat loading */
        }
        .btn-insta {
            background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 700;
            transition: 0.3s;
        }
        .btn-insta:hover {
            transform: scale(1.05);
            color: white;
            box-shadow: 0 10px 20px rgba(220, 39, 67, 0.3);
        }






















