/* Company Profile Enhancement Styles */

/* Hover Effects */
.hover-lift {
    transition: all 0.3s ease;
}

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

/* Smooth Animations */
.feature {
    transition: all 0.3s ease;
}

.feature:hover {
    transform: scale(1.05);
}

/* Card Enhancements */
.card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card:hover {
    border-color: rgba(0, 123, 255, 0.2);
}

/* Button Enhancements */
.btn {
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Badge Animations */
.badge {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

/* Background Pattern */
.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.bg-gradient-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
}

/* Vision & Mission Section Enhancements */
.vision-bg-pattern::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #ffc107, #ffeb3b);
    border-radius: 50%;
    opacity: 0.1;
}

.mission-bg-pattern::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #198754, #20c997);
    border-radius: 50%;
    opacity: 0.1;
}

.vision-badge, .mission-badge {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    animation: fadeInUp 0.6s ease-out;
}

.vision-content, .mission-content {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Vision & Mission Cards */
#vision-mission .card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    overflow: hidden;
}

#vision-mission .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Core Values Section */
.core-values .hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* What We Do Section Enhancements */
#what-we-do {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
}

.service-hero-image {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    transition: all 0.3s ease;
}

.service-hero-image:hover {
    transform: scale(1.02);
}

.service-item {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(13, 110, 253, 0.2);
}

.service-icon {
    transition: all 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Process Flow Enhancements */
.process-flow {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.process-number {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.process-number:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.process-arrow {
    animation: pulse-arrow 2s infinite;
}

@keyframes pulse-arrow {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(5px);
    }
}

/* Service Badges */
.badge {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* CTA Section for What We Do */
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}

/* Enhanced Button Styles */
#what-we-do .btn {
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
}

#what-we-do .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Service Item Content */
.service-item h5 {
    color: #2c3e50;
    transition: color 0.3s ease;
}

.service-item:hover h5 {
    color: #0d6efd;
}

/* Trust Badge Floating Animation */
.position-absolute .bg-success {
    animation: float 3s ease-in-out infinite;
}

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

/* Mobile Responsiveness for What We Do */
@media (max-width: 768px) {
    .service-hero-image {
        min-height: 300px !important;
    }
    
    .service-item {
        padding: 1.5rem !important;
    }
    
    .service-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .process-arrow {
        display: none !important;
    }
    
    .process-number {
        width: 40px !important;
        height: 40px !important;
    }
}

/* Accessibility Enhancements */
.service-item:focus-within {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.process-number:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

/* Meet Our Expert Team Section Enhancements */
#marketing-portfolio {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
}

.team-card {
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    overflow: hidden;
}

.team-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.team-image-wrapper {
    transition: all 0.3s ease;
    position: relative;
}

.team-card:hover .team-image-wrapper {
    transform: scale(1.05);
}

.team-image-wrapper img {
    transition: all 0.3s ease;
    border: 4px solid rgba(255, 255, 255, 0.8);
}

.team-card:hover .team-image-wrapper img {
    border-color: rgba(13, 110, 253, 0.3);
}

/* Team Background Patterns */
.team-bg-pattern::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, #0d6efd, #6610f2);
    border-radius: 50%;
    opacity: 0.03;
}

/* Professional Badges */
.team-card .badge {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
}

/* Team Member Buttons */
.team-card .btn {
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.team-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Expertise Tags */
.team-card .badge.bg-light {
    background-color: rgba(248, 249, 250, 0.8) !important;
    color: #495057 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.65rem;
    padding: 0.3rem 0.6rem;
}

/* Team Stats Section */
.team-stats {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.team-stats .feature {
    transition: all 0.3s ease;
}

.team-stats .feature:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Position Badges */
.position-absolute .bg-warning,
.position-absolute .bg-success {
    animation: badge-pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@keyframes badge-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(0.95);
    }
}

/* Team Introduction Section */
.team-introduction {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Icon Badges on Images */
.team-image-wrapper .position-absolute {
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.team-card:hover .team-image-wrapper .position-absolute {
    transform: scale(1.1);
}

/* Enhanced CTA for Team Section */
#marketing-portfolio .bg-primary.bg-gradient {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.3);
}

/* Mobile Responsiveness for Team Section */
@media (max-width: 768px) {
    .team-card {
        margin-bottom: 2rem;
    }
    
    .team-image-wrapper {
        width: 120px !important;
        height: 120px !important;
    }
    
    .team-card .card-body {
        padding: 2rem !important;
    }
    
    .team-card h4 {
        font-size: 1.1rem;
    }
    
    .team-card h5 {
        font-size: 1rem;
    }
    
    .team-stats .col-lg-3 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .team-image-wrapper {
        width: 100px !important;
        height: 100px !important;
    }
    
    .team-card .badge {
        font-size: 0.6rem;
        padding: 0.3rem 0.8rem;
    }
    
    .position-absolute .position-absolute {
        width: 30px !important;
        height: 30px !important;
    }
}

/* Focus States for Team Section */
.team-card:focus-within {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.team-card .btn:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Stay Connected Section Enhancements */
#marketing-word-of-mouth {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
}

.social-card {
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    overflow: hidden;
}

.social-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.social-card .feature {
    transition: all 0.3s ease;
}

.social-card:hover .feature {
    transform: scale(1.1) rotate(5deg);
}

/* Social Media Buttons */
.social-card .btn {
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.social-card .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Newsletter Section */
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}

.input-group-lg .form-control {
    border-radius: 25px 0 0 25px;
    border: none;
    font-size: 1rem;
    padding: 1rem 1.5rem;
}

.input-group-lg .btn {
    border-radius: 0 25px 25px 0;
    border: none;
    font-size: 1rem;
    padding: 1rem 1.5rem;
}

.input-group:focus-within .form-control {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Social Proof Stats */
.social-proof .feature {
    transition: all 0.3s ease;
}

.social-proof .feature:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Background Patterns for Social Cards */
.social-card .position-absolute {
    transition: all 0.3s ease;
}

.social-card:hover .position-absolute {
    opacity: 0.15 !important;
    transform: scale(1.1);
}

/* Social Platform Specific Styling */
.social-card:nth-child(1) {
    border-left: 4px solid #0d6efd;
}

.social-card:nth-child(2) {
    border-left: 4px solid #dc3545;
}

.social-card:nth-child(3) {
    border-left: 4px solid #0dcaf0;
}

.social-card:nth-child(4) {
    border-left: 4px solid #ffc107;
}

/* Newsletter Icon Animation */
.bi-envelope-heart {
    animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Feature Tags Styling */
.social-card .bg-light {
    transition: all 0.3s ease;
}

.social-card:hover .bg-light {
    background-color: rgba(248, 249, 250, 0.8) !important;
    transform: translateY(-2px);
}

/* Mobile Responsiveness for Stay Connected */
@media (max-width: 768px) {
    .social-card {
        margin-bottom: 2rem;
    }
    
    .social-card .card-body {
        padding: 2rem !important;
    }
    
    .social-card .feature {
        width: 60px !important;
        height: 60px !important;
    }
    
    .input-group-lg .form-control,
    .input-group-lg .btn {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
    
    .newsletter-section .col-md-8 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .social-card .feature {
        width: 50px !important;
        height: 50px !important;
    }
    
    .social-card h4 {
        font-size: 1.1rem;
    }
    
    .input-group {
        flex-direction: column;
    }
    
    .input-group-lg .form-control {
        border-radius: 25px;
        margin-bottom: 0.5rem;
    }
    
    .input-group-lg .btn {
        border-radius: 25px;
        width: 100%;
    }
}

/* Focus States for Stay Connected */
.social-card:focus-within {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.social-card .btn:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Text Improvements */
.lead {
    line-height: 1.7;
}

/* CTA Section Enhancement */
.bg-primary.bg-gradient {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .feature {
        width: 40px !important;
        height: 40px !important;
    }
    
    .fs-1 {
        font-size: 1.5rem !important;
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    #vision-mission .card-body {
        padding: 2rem !important;
    }
    
    .vision-bg-pattern::before,
    .mission-bg-pattern::before {
        width: 100px;
        height: 100px;
        top: -25px;
        right: -25px;
    }
}

/* Focus States for Accessibility */
.btn:focus,
.card:focus-within {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

/* Professional Color Scheme */
:root {
    --company-primary: #0d6efd;
    --company-success: #198754;
    --company-info: #0dcaf0;
    --company-warning: #ffc107;
    --company-light: #f8f9fa;
    --company-dark: #212529;
}
