/* -----------------------------------
   MOBILE SPACING COMPRESSION
----------------------------------- */
@media (max-width: 576px) {

    section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .hero-title {
        font-size: 1.7rem;
        line-height: 1.2;
    }

    .hero-lines {
        font-size: 1rem;
        margin-bottom: 1rem !important;
    }

    .hero-buttons .btn {
        width: 100%;
        padding: 0.9rem 1rem;
    }

    .pp-line {
        height: 40px;
    }

    footer .col-lg-4 {
        margin-bottom: 2rem;
    }

    footer h4,
    footer h5 {
        font-size: 1.1rem;
    }
}

/* -----------------------------------
   HERO TEXT LINES
----------------------------------- */
.hero-line {
    opacity: 1 !important;
    display: block;
    text-align: left;
}

.hero-lines {
    margin-bottom: 1.5rem !important;
}

.hero-buttons {
    margin-top: 1.5rem !important;
}

/* -----------------------------------
   HERO IMAGE WRAPPER (Soft Squircle)
----------------------------------- */
.hero-image-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    animation: floatImage 6s ease-in-out infinite;
    z-index: 1;
}

.hero-image {
    border-radius: 28px;
    display: block;
    width: 100%;
    height: auto;
}

.hero-image-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.15) 100%
    );
    pointer-events: none;
    z-index: 2;
}

@keyframes floatImage {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* -----------------------------------
   SPARKLES (Hero Image)
----------------------------------- */
.sparkle-container {
    position: absolute;
    top: 10%;
    right: 10%;
    pointer-events: none;
    z-index: 3;
}

.sparkle {
    position: absolute;
    font-size: 1.6rem;
    opacity: 0;
    animation: sparkleFloat 4s ease-in-out infinite;
}

.sparkle:nth-child(1) { animation-delay: 0s; left: 0; top: 0; }
.sparkle:nth-child(2) { animation-delay: 1s; left: 20px; top: 40px; }
.sparkle:nth-child(3) { animation-delay: 2s; left: -20px; top: 60px; }
.sparkle:nth-child(4) { animation-delay: 3s; left: 10px; top: 20px; }
.sparkle:nth-child(5) { animation-delay: 1.5s; left: -10px; top: 80px; }

@keyframes sparkleFloat {
    0% { transform: translateY(0) scale(0.6); opacity: 0; }
    20% { opacity: 1; }
    50% { transform: translateY(-20px) scale(1); opacity: 1; }
    80% { opacity: 0.6; }
    100% { transform: translateY(-40px) scale(0.6); opacity: 0; }
}

/* -----------------------------------
   HEADING GLOW + EMOJI FLOAT
----------------------------------- */
.hero-glow {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255,215,255,0.35), rgba(255,255,255,0));
    filter: blur(40px);
    z-index: 0;
}

.emoji-sparkle,
.emoji-heart {
    position: absolute;
    font-size: 1.6rem;
    opacity: 0;
    animation: emojiFloat 6s ease-in-out infinite;
    z-index: 2;
}

.emoji-sparkle { top: -10px; right: -25px; }
.emoji-heart { bottom: -10px; left: -25px; }

@keyframes emojiFloat {
    0% { transform: translateY(8px) scale(0.8); opacity: 0; }
    20% { opacity: 1; }
    50% { transform: translateY(-8px) scale(1); opacity: 0.9; }
    80% { opacity: 0.4; }
    100% { transform: translateY(8px) scale(0.8); opacity: 0; }
}

/* -----------------------------------
   TYPOGRAPHY + DIVIDERS
----------------------------------- */
.hero-title {
    font-size: 2.2rem;
    line-height: 1.25;
}

.small-lead {
    font-size: 1.05rem;
}

.pp-line {
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
}
/* -----------------------------------
   FOOTER BASE
----------------------------------- */
.pp-footer {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

/* Soft gradient glow behind footer */
.pp-footer-gradient {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 600px;
    height: 600px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255,215,255,0.25), rgba(255,255,255,0));
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

/* Footer text */
.pp-footer p,
.pp-footer small {
    color: #6c757d;
}

/* Footer headings */
.pp-footer h4,
.pp-footer h5,
.pp-footer h6 {
    position: relative;
    z-index: 2;
}

/* Social icons */
.pp-social i {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pp-social:hover i {
    transform: scale(1.15);
    opacity: 0.8;
}

/* Divider line above copyright */
.pp-footer-line {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

/* -----------------------------------
   MOBILE FOOTER OPTIMISATION
----------------------------------- */
@media (max-width: 576px) {

    .pp-footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .pp-footer .col-lg-4 {
        margin-bottom: 2rem;
        text-align: center;
    }

    .pp-footer h4,
    .pp-footer h5 {
        font-size: 1.15rem;
    }

    .pp-social i {
        font-size: 2.2rem;
    }
}
footer * {
    opacity: 1 !important;
}
.pp-divider-animated {
    height: 3px;
    width: 0%;
    margin: 40px auto;
    background: linear-gradient(90deg, #ffb300, #ff6f00);
    border-radius: 50px;
    opacity: 0;
    transform: translateY(10px);
}
/* ============================================
   Emoji Styling — Sparkles, Hearts, Stars, Bullets, Phone
   Ensures full visibility, perfect alignment, and no clipping
=============================================== */
.emoji-sparkle,
.emoji-heart,
.emoji-star,
.emoji-bullet,
.emoji-phone {
    display: inline-block;      /* prevents clipping and ensures full emoji visibility */
    margin-left: 6px;           /* spacing from preceding text */
    vertical-align: middle;     /* keeps emoji aligned with text baseline */
    transform: translateY(-2px); /* subtle lift for a premium, polished look */
}

