/* Section Background */
.checkoutsec-section {
    background: linear-gradient(to bottom, #0D133F, #fff);
    padding: 4rem 0 3rem 0;
    position: relative
}

/* Inner Padding */
.checkoutsec-padding {
    padding: 30px 0 0 0;
}

/* Title Styling */
.checkoutsec-title h1 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

/* Hover Effect */
.checkoutsec-title h1:hover {
    color: #FFC107;
    transition: color 0.3s ease-in-out;
}

/* Instagram Post Styling */
#instagram-posts iframe {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

/* Instagram Card */
.instagram-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
