/* =============================================
   ABOUT US PAGE STYLES
============================================= */

/* About Header Section */
.about-header-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2dbf7d 0%, #005dcc 100%, #1e3c72 100%);
    padding: 120px 0 80px;
}

.about-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.badge-modern-about {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* About Image Section */
.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

.about-image-wrapper:hover .about-img {
    transform: scale(1.05);
}

.about-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    padding: 0.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.about-badge .badge-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-badge .badge-icon i {
    font-size: 2rem;
    color: #fff;
}

.about-badge h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #343f52;
}

.about-badge p {
    margin: 0;
    color: #60697b;
    font-size: 0.75rem;
}

/* Section Labels */
.section-label {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    color: #667eea;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-title-about {
    font-size: 1.75rem;
    font-weight: 700;
    color: #343f52;
}

/* Mission & Vision Cards */
.mission-vision-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #667eea;
}

.mission-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.mv-icon i {
    font-size: 2.5rem;
    color: #fff;
}

.vision-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.proposition-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.mission-vision-card h3 {
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.mission-vision-card p {
    color: #222;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Service Cards */
.service-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(102, 126, 234, 0.2);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-icon i {
    font-size: 2rem;
    color: #667eea;
}

.service-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #343f52;
    margin-bottom: 0.75rem;
}

.service-card p {
    color: #60697b;
    margin-bottom: 0;
}

/* Approach Timeline */
.approach-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.approach-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.5rem;
    padding: 2rem 2.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.approach-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
}

.approach-number {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
}

.approach-content h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #343f52;
    margin-bottom: 0.75rem;
}

.approach-content p {
    color: #60697b;
    margin-bottom: 0;
}

/* Why Items */
.why-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.why-item:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.15);
}

.why-item i {
    font-size: 1.75rem;
    color: #45c4a0;
    flex-shrink: 0;
}

.why-item p {
    margin: 0;
    color: #343f52;
    font-weight: 600;
}

/* Value Cards */
.value-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.15);
}

.value-icon {
    width: 80px;
    height: 80px;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
}

.value-icon i {
    font-size: 3rem;
    color: #005dcc;
}

.value-card h4 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.value-card p {
    color: #60697b;
    margin-bottom: 0;
}

/* Technology Stack */
.tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-list li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #343f52;
}

.tech-stack-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.tech-item {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.15);
}

.tech-item i {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
    display: block;
}

.tech-item span {
    font-weight: 600;
    color: #343f52;
}

/* Roadmap Section */
.roadmap-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.roadmap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(75, 108, 183, 0.3) 0%, transparent 50%);
}

.roadmap-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.roadmap-intro {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 2rem 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.roadmap-milestone {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
}

.roadmap-milestone:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.milestone-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.roadmap-milestone:hover .milestone-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.milestone-icon i {
    font-size: 2.5rem;
    color: #fff;
}

.roadmap-milestone h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.roadmap-milestone p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-size: 0.95rem;
}

.roadmap-vision {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.roadmap-vision::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.vision-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.vision-icon-large {
    font-size: 4rem;
    color: #ffd700;
    margin-bottom: 1.5rem;
    display: block;
    animation: float 3s ease-in-out infinite;
}

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

.vision-content h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

.vision-content p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

/* CTA About */
.cta-wrapper-about {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 4rem;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.3);
}

.cta-title-about {
    font-size: 2.75rem;
    font-weight: 800;
    color: #fff;
}

.cta-text-about {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Adjustments */
@media (max-width: 991px) {

.value-card {
    padding: 1rem 0.5rem !important;
}

.value-icon {
    width: 40px !important;
    height: 40px !important;
}

.value-icon i {
    font-size: 2rem;
    color: #005dcc; margin-bottom: 0 !important;
}

.value-card h4 {
    font-size: 0.75rem !important;
}

.value-card p {
    font-size: 0.55rem !important;
}

.tech-item {
    padding: 1rem 0.5rem !important;
}

.tech-item i {
    font-size: 1.5rem !important;
    margin-bottom: .05rem !important;
}

.tech-item span {
    font-weight: 600; font-size: 0.75rem !important;
}

.roadmap-vision, .roadmap-milestone {
    padding: 1.5rem 0.5rem;
}
.milestone-icon {
    width: 40px;
    height: 40px;
}


.milestone-icon i {
    font-size: 1.5rem; 
}
.roadmap-vision i {
    font-size: 2.5rem; margin-bottom: 1rem;
}
.roadmap-milestone h5 {
    font-size: 0.75rem !important;
    font-weight: 600;
    margin-bottom: .5rem;
}

.roadmap-milestone p, .roadmap-vision p {
    font-size: 0.55rem !important;
}

    .tech-list li {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    color: #343f52;
}
    .about-header-section {
        padding: 100px 0 60px;
    }
    
    .section-title-about {
        font-size: 2rem;
    }
    
    .about-img {
        height: 300px;
    }
    
    .about-badge {
        bottom: 20px;
        left: 20px;
        padding: .5rem 0.5rem;
    }
    .about-badge h4{ font-size: 14px !important;}
    .about-badge p{ font-size: 11px !important;}
    .about-badge .badge-icon {
        width: 40px; margin-right: 0;
        height: 40px;
    }
    
    .about-badge .badge-icon i {
        font-size: 1rem;
    }
    
    .tech-stack-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-wrapper-about {
        padding: 3rem 2.5rem;
    }
    
    .cta-title-about {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .about-header-section {
        padding: 80px 0 40px;
    }
    
    .mission-vision-card {
        padding: 2rem 1.5rem;
    }
    
    .mv-icon {
        width: 60px;
        height: 60px;
    }
    
    .mv-icon i {
        font-size: 2rem;
    }
    
    .approach-item {
        flex-direction: column;
        padding: 1.5rem;
    }
    
    .approach-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .tech-stack-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .tech-item {
        padding: 1.5rem 1rem;
    }
    
    .tech-item i {
        font-size: 2rem;
    }
    
    .cta-wrapper-about {
        padding: 2.5rem 1.5rem;
    }
    
    .cta-title-about {
        font-size: 1.75rem;
    }
    
    .cta-text-about {
        font-size: 1rem;
    }
}

/* =============================================
   SERVICES PAGE STYLES
============================================= */

/* Service Image Wrapper */
.service-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.service-feature-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.6s ease;
}

.service-image-wrapper:hover .service-feature-img {
    transform: scale(1.1) rotate(2deg);
}

.image-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(102, 126, 234, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-image-wrapper:hover .image-overlay-gradient {
    opacity: 1;
}

/* Healthcare Background Section */
.healthcare-section-bg {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.9), rgba(108, 99, 255, 0.9)), 
                url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=1600&q=80');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.healthcare-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.healthcare-content-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-benefits-white {
    background: rgba(255, 255, 255, 0.15);
    padding: 1.5rem;
    border-radius: 15px;
    border-left: 4px solid #ffc107;
    backdrop-filter: blur(5px);
}

/* Education Gradient Section */
.education-gradient-section {
    background: linear-gradient(135deg, #e0f7fa 0%, #fff9c4 100%);
    position: relative;
    overflow: hidden;
}

.education-gradient-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.1), transparent);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.education-image-card {
    position: relative;
}

.floating-stats {
    position: absolute;
    bottom: 10px;
    left: 10px;
    animation: floatUpDown 3s ease-in-out infinite;
}

.stat-bubble {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    padding: 0.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.stat-bubble h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.stat-bubble p {
    margin: 0;
    color: #666;
    font-weight: 500;
}

/* Business Split Section */
.business-split-section {
    background: #fff;
}

.business-split-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2dbf7d 30%, #f1f1f1 70%);
}

/* Project Parallax Section */
.project-parallax-section {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 152, 0, 0.1)),
                url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1600&q=80');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
}

.project-content-glass {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Digital Creative Section */
.digital-creative-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    overflow: hidden;
    position: relative;
}

.creative-shapes::before,
.creative-shapes::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.creative-shapes::before {
    top: 10%;
    left: 5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.15), transparent);
    animation: pulse 4s ease-in-out infinite;
}

.creative-shapes::after {
    bottom: 10%;
    right: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.15), transparent);
    animation: pulse 4s ease-in-out infinite 2s;
}

.creative-mockup-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.creative-mockup-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.creative-mockup-wrapper:hover .creative-mockup-img {
    transform: scale(1.05);
}

.mockup-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.3), transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.creative-mockup-wrapper:hover .mockup-glow {
    opacity: 1;
}

/* Animated Badges */
.animate-badge {
    animation: slideInBadge 1s ease-out;
}

.pulse-badge {
    animation: pulseBadge 2s ease-in-out infinite;
}

.rotate-badge {
    animation: rotateBadge 1s ease-out;
}

.bounce-badge {
    animation: bounceBadge 1s ease-out;
}

.shake-badge {
    animation: shakeBadge 0.8s ease-out;
}

.gradient-shift-badge {
    animation: gradientShift 3s ease-in-out infinite;
}

/* Benefit Items Animation */
.benefit-item {
    animation: slideInLeft 0.5s ease-out backwards;
}

.benefit-item:nth-child(1) { animation-delay: 0.1s; }
.benefit-item:nth-child(2) { animation-delay: 0.2s; }
.benefit-item:nth-child(3) { animation-delay: 0.3s; }
.benefit-item:nth-child(4) { animation-delay: 0.4s; }

/* Keyframe Animations */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

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

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.1); opacity: 0.5; }
}

@keyframes slideInBadge {
    from { transform: translateX(-100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes pulseBadge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); box-shadow: 0 0 20px rgba(220, 53, 69, 0.5); }
}

@keyframes rotateBadge {
    from { transform: rotate(-360deg); opacity: 0; }
    to { transform: rotate(0); opacity: 1; }
}

@keyframes bounceBadge {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-10px); }
    50% { transform: translateY(0); }
    75% { transform: translateY(-5px); }
}

@keyframes shakeBadge {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

@keyframes gradientShift {
    0%, 100% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(30deg); }
}

@keyframes slideInLeft {
    from { transform: translateX(-30px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* Feature Item Box */
.feature-item-box {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding:0.5rem .5rem;
    border:1px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-item-box:hover {
    background: #e9ecef;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-item-box i {
    font-size: 1rem;
    flex-shrink: 0;
}

.feature-item-box span {
    font-size: 0.75rem; line-height: 1rem;
    font-weight: 500;
    color: #343f52;
}

/* Service Benefits */
.service-benefits {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 15px;
    border-left: 4px solid #667eea;
}

/* Micro Tool Item */
.micro-tool-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.micro-tool-item:hover {
    background: #f8f9fa;
    border-color: #667eea;
    transform: translateY(-2px);
}

.micro-tool-item i {
    font-size: 1.25rem;
    color: #667eea;
    flex-shrink: 0;
}

.micro-tool-item span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #343f52;
}

/* Engagement Card */
.engagement-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.engagement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.engagement-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.engagement-card:hover .engagement-icon {
    transform: rotateY(360deg);
}

.engagement-icon i {
    font-size: 2rem;
    color: #fff;
}

.engagement-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #343f52;
}

.engagement-card p {
    font-size: 0.95rem;
    color: #74788d;
    margin: 0;
}



.step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.service-card {
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }

            .service-card:hover {
                transform: translateY(-15px);
            }

            .portfolio-overlay {
                background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
                opacity: 0;
                transition: opacity 0.3s ease;
            }

            .portfolio-item:hover .portfolio-overlay {
                opacity: 1;
            }

            .process-icon {
                width: 80px;
                height: 80px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 8px 20px rgba(0,0,0,0.15);
                transition: transform 0.3s ease;
            }

            .process-step:hover .process-icon {
                transform: scale(1.15);
            }

/* Digital Services — Creative Process (scoped; avoids .process-step timeline conflict) */
.creative-process-section {
    position: relative;
    overflow: hidden;
}

.creative-process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.creative-process-card {
    text-align: center;
    padding: 1.5rem 0.75rem 1.25rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(30, 60, 114, 0.08);
    border: 1px solid rgba(30, 60, 114, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.creative-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 32px rgba(63, 120, 224, 0.15);
}

.creative-process-step-num {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #3f78e0;
    margin-bottom: 0.75rem;
}

.creative-process-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}

.creative-process-card:hover .creative-process-icon {
    transform: scale(1.08);
}

@media (max-width: 1199.98px) {
    .creative-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .creative-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .creative-process-card {
        padding: 1.25rem 0.5rem 1rem;
    }
    .creative-process-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

@media (max-width: 399.98px) {
    .creative-process-grid {
        grid-template-columns: 1fr;
    }
}

            .accordion-button:not(.collapsed) {
                background-color: #f8f9fa;
                color: #667eea;
            }


.ehow{ text-align: center;}
.ehow h5{font-weight: 700; margin-bottom: 1rem;}
.ehow p{ font-size: 0.75rem !important; color: #444; }
.accordion-body { font-size: 0.85rem; padding: 2rem 1rem;}




/* Medical Card Design */
.medical-card {
background: white;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
transition: all 0.3s ease;
border: 1px solid rgba(14, 165, 233, 0.1);
}

.medical-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(14, 165, 233, 0.15);
border-color: rgba(14, 165, 233, 0.3);
}

.medical-card-icon {
width: 70px;
height: 70px;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}

.medical-card-icon i {
font-size: 2rem;
}

.medical-list{ list-style: none !important; padding:0 !important; margin:0 !important;}


.medical-list li {
padding: 0.5rem 0;
padding-left: 1.5rem;
position: relative;
line-height: 0.75rem; font-size: 0.9rem !important; color: #333 !important;
margin-bottom: 0.05rem !important;
}

.medical-list li:before {
content: "✓";
position: absolute;
left: 0;
color: #0ea5e9;
font-weight: bold;
}

/* Patient Journey Flow */
.patient-journey-flow {
background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
padding: 3rem 2rem;
border-radius: 20px;
}

.journey-step {
text-align: center;
}

.journey-icon {
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.journey-icon i {
font-size: 2rem;
color: white;
}

/* Backdrop Blur */
.backdrop-blur {
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

.journey-step {
            transition: transform 0.3s ease;
        }
        .journey-step:hover {
            transform: translateY(-5px);
        }
        .journey-icon {
            width: 70px;
            height: 70px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: white;
        }
        .feature-box {
            padding: 1.5rem;
            background: #f8f9fa;
            border-radius: 12px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .feature-box:hover {
            background: white;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }
        .nav-pills .nav-link {
            color: #6c757d;
            font-weight: 500;
        }
        .nav-pills .nav-link.active {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
        }

.go-top-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
            transition: all 0.3s ease;
            z-index: 9999;
            opacity: 0;
            transform: translateY(20px);
        }
        
        .go-top-btn.show {
            display: flex;
            opacity: 1;
            transform: translateY(0);
        }
        
        .go-top-btn:hover {
            background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
            box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);
            transform: translateY(-3px);
        }
        
        .go-top-btn:active {
            transform: translateY(-1px);
            box-shadow: 0 3px 15px rgba(102, 126, 234, 0.4);
        }
        
        .go-top-btn i {
            transition: transform 0.3s ease;
        }
        
        .go-top-btn:hover i {
            transform: translateY(-2px);
        }

.view-card {
    transition: all 0.3s ease;
}
.view-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}
.view-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}  
        
.feature-box-task {
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.feature-box-task:hover {
    background: white;
    border-color: #22d3ee;
    box-shadow: 0 10px 30px rgba(34, 211, 238, 0.15);
    transform: translateY(-5px);
}
.feature-icon-task {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #22d3ee, #3b82f6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.workflow-step {
    transition: transform 0.3s ease; background:transparent !important;
}
.workflow-step:hover {
    transform: translateY(-10px);
}
.workflow-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #005dcc;
    
}

.use-case-card {
    transition: all 0.3s ease; padding: 1rem !important;
}
.use-case-card p{ font-size: 0.85rem !important;}

.use-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}
.use-case-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #22d3ee, #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
}
.integration-box {
    background: white;
    padding: 2rem 1rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #f1f5f9;
}
.integration-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: #22d3ee;
}

.pricing-card {
    transition: all 0.3s ease;
    position: relative;
}
.pricing-card:hover {
    transform: translateY(-10px);
}
.pricing-featured {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}
.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px 0 0 4px;
}

.xs{ font-size: 0.75rem !important;}

.contact-method-card {
    transition: all 0.3s ease;
}
.contact-method-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}
.contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
::placeholder {
    color: #ccc !important;
    opacity: 1 !important; font-weight: 400 !important;
}
.form-control, select{ padding:  1rem !important; font-size:0.95rem !important; border:1px solid #bbb !important; transition: all 0.3s ease;}
.form-control:focus, .form-select:focus {
    border-color: #667eea; 
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.15);
}
.form-label{ font-weight: 600; font-size: 0.95rem !important; color:#333;}




/* Responsive Services */
@media (max-width: 768px) {
.xs{ font-size: 0.55rem !important;}    
.use-case-card{ padding:1rem 0.5rem !important; }  
.use-case-card h5{ font-size: 0.80rem !important; margin-bottom: 0.5rem !important;} 
.use-case-card p{ font-size: 0.65rem !important;}

.feature-box-task {
    padding: 1rem 0.5rem;
}
.feature-icon-task {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
}
.feature-box-task h5{ font-size: 0.85rem !important;}

.feature-box-task p{ font-size: 0.60rem !important;}
.go-top-btn {
                bottom: 20px;
                right: 20px;
                width: 45px;
                height: 45px;
                font-size: 20px;
            }
 .patient-journey-flow {
    padding: 2rem 1rem;
}

.journey-icon {
    width: 60px;
    height: 60px;
}

.journey-icon i {
    font-size: 1.5rem;
}
    
.medical-list li{ margin-bottom: 0.05rem !important; line-height: 0.45rem !important; font-size: 0.65rem !important; color: #333 !important;}    
.accordion-header .accordion-button{ padding: 0.7rem 0.5rem; font-size: 0.75rem !important;} 
.accordion-body { font-size: 0.65rem; padding: 1rem 0.5rem;}   
.anyevent h5{ font-size: 0.75rem !important;}    
.ehow h5{font-weight: 600 !important; font-size: 0.75rem !important; margin-bottom:0.3rem !important;}
.ehow p{ font-size: 0.55rem !important; color: #444; }
    .hero-creative {
        min-height: 60vh !important;
    }
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .feature-item-box {
        padding: 0.35rem;
    }
    
    .feature-item-box i {
        font-size: 1rem; margin:0 0.1rem;
    }
    
    .feature-item-box span {
        font-size: 0.55rem !important; font-weight: 500 !important; line-height: .75rem !important;
    }
    
    .service-benefits {
        padding: 1rem;
    }
    
    .engagement-icon {
        width: 60px;
        height: 60px;
    }
    
    .engagement-icon i {
        font-size: 1.5rem;
    }
    
    .engagement-card {
        padding: 1.5rem;
    }
}
