/* Professional SMS Business Images & Styles */

/* Service Tab Images */
.tab-pane img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tab-pane:hover img {
    transform: scale(1.02);
}

/* Hero Image Enhancement */
.hero-image img {
    width: 100%;
    height: auto;
    max-width: 600px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    animation: float 6s ease-in-out infinite;
}

/* Professional Image Placeholders */
.service-image-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #144272 0%, #2C74B3 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.service-image-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23144272" width="1200" height="600"/><path fill="%232C74B3" d="M0,300 Q300,200 600,300 T1200,300 L1200,600 L0,600 Z"/></svg>') no-repeat center;
    background-size: cover;
    opacity: 0.3;
}

/* Remove inline styles - moved to CSS */
.container-wrapper.reason {
    margin-top: 60px !important;
}

.container-box {
    margin-top: 0 !important;
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.btn-primary {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.highlight-badge {
    background: #CEFB62;
    border-radius: 12px;
    padding: 0 6px;
    display: inline-block;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-goodbye {
    color: #008374;
    font-weight: 500;
}

/* Professional Image Sources - Free Stock Images */
/* 
Recommended free image sources for SMS business:
1. Unsplash: https://unsplash.com/s/photos/sms-messaging
2. Pexels: https://www.pexels.com/search/sms/
3. Pixabay: https://pixabay.com/images/search/sms/

Current placeholder images from Unsplash:
- WhatsApp: Business communication, messaging
- HTTPS API: Secure technology, encryption
- SMS API: Mobile messaging, communication
- 2FA: Security, authentication

Replace these URLs with your own professional images or download from free sources.
*/

