.icon-badge {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
}

.icon-badge:hover {
    background-color: #e31e24;
    border-color: rgba(227, 30, 36, 0.5);
    transition: 0.3s;
}

.sub-title-tag {
    color: #3a3d74;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 800;
    display: block;
    margin-bottom: 15px;
}


.service-img-stack { position: relative; }
.speed-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFD700;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.benefits-list .b-item {
    color: #000;
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.benefits-list i { color: #e31e24; }

.red-text {
    color: #e31e24;
}



/* UI Mockup with Floating Card */
.app-ui-mockup { position: relative; padding: 20px; }
.floating-tech-card {
    position: absolute;
    bottom: -10px;
    left: -20px;
    background: #fff;
    color: #3a3d74;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    box-shadow: 0 15px 35px rgba(58, 61, 116, 0.3);
    animation: floating 3s ease-in-out infinite;
}

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

/* Tech Stack Icons */
.tech-stack-row { display: flex; gap: 20px; flex-wrap: wrap; }
.stack-item {
    width: 55px; height: 55px;
    background: #3a3d74;
    color: #fff;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}
.stack-item:hover { background: #e31e24; color: #fff; transform: scale(1.1); }




/* Phone Mockup Styling */
.phone-mockup-wrapper {
    position: relative;
    text-align: center;
}

.main-phone-img {
    max-width: 500px;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
    transition: 0.5s ease;
}

.phone-mockup-wrapper:hover .main-phone-img {
    transform: rotate(-5deg) scale(1.05);
}

/* Platform Icons */
.p-icon-box {
    width: 60px;
    height: 60px;
    background: #3a3d74;
    border: 1px solid #3a3d74;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    transition: 0.3s;
}
.p-icon-box:hover { background: #e31e24; transform: scale(1.1); }


/* Floating Stats Card */
.floating-stats-card {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 35px rgba(58, 61, 116, 0.2);
}

.stat-icon {
    width: 50px; height: 50px;
    background: #e8f5e9; color: #3a3d74;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}

/* Marketing Pills */
.marketing-pill {
    padding: 8px 18px;
    background: #3a3d74;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    transition: 0.3s;
}
.marketing-pill:hover { background: #e31e24; color: #fff; border-color: #e31e24; }


/* Ranking Badge */
.floating-rank-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    background: #fff;
    color: #000;
    padding: 15px 25px;
    border-radius: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 30px rgba(0, 242, 254, 0.3);
    animation: floatAnim 3s infinite ease-in-out;
}

@keyframes floatAnim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* SEO Features */
.seo-features .s-feature {
    color: #3a3d74;
    margin-bottom: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}
.seo-features i { color: #3a3d74; }



/* Visual Stack */
.branding-visual-stack { position: relative; }
.branding-visual-stack .main-img {
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}

.premium-tag {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #3a3d74;
    color: white;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

/* Perk Items */
.branding-perks .p-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}



section {
    scroll-margin-top: 120px;
}

/* =====================================
   CONNECT NOW + BOOK SERVICE BUTTONS
===================================== */

.section-action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.connect-btn,
.book-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.connect-btn {
    background: #3a3d74;
    color: #fff;
    border: 2px solid #3a3d74;
}

.connect-btn:hover {
    background: #e31e24;
    border-color: #e31e24;
    color: #fff;
    transform: translateY(-3px);
}

.book-service-btn {
    background: transparent;
    color: #3a3d74;
    border: 2px solid #3a3d74;
}

.book-service-btn:hover {
    background: #3a3d74;
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .section-action-buttons {
        flex-direction: column !important;
    }

    .connect-btn,
    .book-service-btn {
        width: 100% !important;
    }
    .main-phone-img {
    max-width: 350px;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
    transition: 0.5s ease;
    }
}

/* Project Training Custom Styling */
.project-training-section {
    background-color: #ffffff;
}

.training-image-box {
    position: relative;
    transition: 0.5s;
}

.training-image-box:hover {
    transform: scale(1.02);
}


/* --- Services Tagline Styling --- */
.services-tagline-section {
    background: #fdfdfd;
    padding: 60px 0;
}

.main-tagline {
    font-size: 42px;
    font-weight: 900;
    color: #3a3d74;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.main-tagline .red-text {
    color: #e31e24;
}

.tagline-badge {
    display: inline-block;
    background: rgba(227, 30, 36, 0.1);
    color: #e31e24;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tagline-divider {
    width: 80px;
    height: 4px;
    background: #3a3d74;
    margin-top: 25px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .main-tagline {
        font-size: 28px;
        padding: 0 15px;
    }
}