/* Enterprise IT Services - Enhanced Styling */

/* Utility Classes */
/* Global badge fix - ensure text visibility against light backgrounds */
.badge.bg-primary.bg-opacity-10 { background-color: rgba(13, 110, 253, 0.15) !important; }
.badge.bg-success.bg-opacity-10 { background-color: rgba(25, 135, 84, 0.15) !important; }
.badge.bg-warning.bg-opacity-10 { background-color: rgba(255, 193, 7, 0.25) !important; }
.badge.bg-info.bg-opacity-10 { background-color: rgba(13, 202, 240, 0.15) !important; }
.badge.bg-danger.bg-opacity-10 { background-color: rgba(220, 53, 69, 0.15) !important; }
.badge.bg-dark.bg-opacity-10 { background-color: rgba(33, 37, 41, 0.15) !important; }
.badge.bg-blue7.bg-opacity-10 { background-color: rgba(129, 105, 241, 0.15) !important; }

/* Ensure badge text has good contrast */
.badge.text-primary { color: #0a58ca !important; }
.badge.text-success { color: #146c43 !important; }
.badge.text-warning { color: #997404 !important; }
.badge.text-info { color: #087990 !important; }
.badge.text-danger { color: #b02a37 !important; }
.badge.text-dark { color: #212529 !important; }
.badge.text-blue7 { color: #6c5ce7 !important; }

.hover-lift {
    transition: all 0.3s ease;
}

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

.transition-opacity {
    transition: opacity 0.3s ease;
}

/* Gradient Backgrounds */
.bg-gradient-to-br {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.bg-gradient-to-r {
    background: linear-gradient(90deg, #f1f5f9 0%, #e0e7ff 100%);
}

/* Enhanced Features Style 10 - Clean with Color Accents */
.features.style-10 {
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%) !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.1) !important;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.features.style-10::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 100 100"><defs><pattern id="features-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%233b82f6" opacity="0.08"/><circle cx="10" cy="35" r="0.5" fill="%2306b6d4" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23features-pattern)"/></svg>');
    pointer-events: none;
}

.features.style-10 .section-head {
    position: relative;
    z-index: 10;
    margin-bottom: 4rem;
}

.features.style-10 .section-head h6 {
    background: linear-gradient(135deg, #3b82f6, #06b6d4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.features.style-10 .section-head h6::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border-radius: 2px;
}

.features.style-10 .section-head h2 {
    color: #1f2937 !important;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.features.style-10 .section-head p {
    color: #6b7280 !important;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.features.style-10 .content .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.features.style-10 .content .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
}

.features.style-10 .feat-card {
    padding: 2.5rem !important;
    border-right: 1px solid rgba(59, 130, 246, 0.1) !important;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    height: 100% !important;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.features.style-10 .feat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #3b82f6, #6366f1, #06b6d4);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.features.style-10 .feat-card:hover::before {
    transform: scaleY(1);
}

.features.style-10 .feat-card:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
}

.features.style-10 .col-lg-3:last-of-type .feat-card {
    border-right: none !important;
}

.features.style-10 .feat-card .icon {
    margin-bottom: 2rem !important;
    text-align: center;
    position: relative;
}

.features.style-10 .feat-card .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 0;
    border: none;
}

.features.style-10 .feat-card:hover .icon::before {
    background: transparent;
    transform: translate(-50%, -50%) scale(1);
    border: none;
}

.features.style-10 .feat-card .icon img {
    width: 65px !important;
    height: 65px !important;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(59, 130, 246, 0.2));
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.features.style-10 .feat-card:hover .icon img {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 12px rgba(59, 130, 246, 0.3));
}

/* Individual card color themes */
.features.style-10 .feat-card:nth-child(1) .info a {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
    color: #3b82f6 !important;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.features.style-10 .feat-card:nth-child(2) .info a {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
    color: #ef4444 !important;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.features.style-10 .feat-card:nth-child(3) .info a {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
    color: #22c55e !important;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.features.style-10 .feat-card:nth-child(4) .info a {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
    color: #f59e0b !important;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.features.style-10 .feat-card .info a {
    font-size: 0.85rem !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    margin-bottom: 0.8rem !important;
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.features.style-10 .feat-card:nth-child(1) .info a:hover {
    background: #3b82f6;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.features.style-10 .feat-card:nth-child(2) .info a:hover {
    background: #ef4444;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.features.style-10 .feat-card:nth-child(3) .info a:hover {
    background: #22c55e;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.features.style-10 .feat-card:nth-child(4) .info a:hover {
    background: #f59e0b;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.features.style-10 .feat-card .info h4 {
    color: #1f2937 !important;
    font-size: 1.4rem !important;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem !important;
}

.features.style-10 .feat-card .info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
}

/* ULTRA SPECIFIC EQUAL HEIGHT FIX - OVERRIDES EVERYTHING */
.features.style-10 .row {
    display: flex !important;
    align-items: stretch !important;
}

.features.style-10 .row .col-lg-3,
.features.style-10 .row .col-sm-6 {
    display: flex !important;
    flex-direction: column !important;
}

.features.style-10 .row .col-lg-3 .feat-card,
.features.style-10 .row .col-sm-6 .feat-card {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
}

.features.style-10 .row .col-lg-3 .feat-card .info,
.features.style-10 .row .col-sm-6 .feat-card .info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 0 !important;
}

.features.style-10 .row .col-lg-3 .feat-card .info p,
.features.style-10 .row .col-sm-6 .feat-card .info p {
    flex: 1 !important;
    display: flex !important;
    align-items: flex-start !important;
}

/* MAXIMUM SPECIFICITY EQUAL HEIGHT FIX */
section.features.style-10 div.row div.col-lg-3 div.feat-card,
section.features.style-10 div.row div.col-sm-6 div.feat-card {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    box-sizing: border-box !important;
}

section.features.style-10 div.row div.col-lg-3 div.feat-card div.info,
section.features.style-10 div.row div.col-sm-6 div.feat-card div.info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 0 !important;
    height: 100% !important;
}

section.features.style-10 div.row div.col-lg-3 div.feat-card div.info p,
section.features.style-10 div.row div.col-sm-6 div.feat-card div.info p {
    flex: 1 !important;
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ABSOLUTE FINAL EQUAL HEIGHT FIX - MAXIMUM PRIORITY */
.features.style-10 .row {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
}

.features.style-10 .row > [class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
}

.features.style-10 .row > [class*="col-"] > .feat-card {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
}

.features.style-10 .row > [class*="col-"] > .feat-card > .info {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 0 !important;
}

.features.style-10 .row > [class*="col-"] > .feat-card > .info > p {
    flex: 1 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6 !important;
}

.features.style-10 .feat-card .info p {
    flex: 1 !important;
    color: #6b7280 !important;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Responsive enhancements */
@media (max-width: 768px) {
    .features.style-10 {
        padding: 60px 0;
    }
    
    .features.style-10 .section-head h2 {
        font-size: 2rem;
    }
    
    .features.style-10 .section-head p {
        font-size: 1rem;
    }
    
    .features.style-10 .feat-card {
        padding: 2rem !important;
        margin-bottom: 2rem;
        border-right: none !important;
        border-bottom: 1px solid rgba(59, 130, 246, 0.1);
    }
    
    .features.style-10 .feat-card .icon img {
        width: 55px !important;
        height: 55px !important;
    }
    
    .features.style-10 .feat-card .icon::before {
        width: 80px;
        height: 80px;
    }
    
    .features.style-10 .feat-card .info h4 {
        font-size: 1.2rem !important;
    }
    
    .features.style-10 .feat-card .info p {
        font-size: 0.9rem;
    }
}

/* Enhanced About Style 10 - Working with existing CSS */
.about.style-10 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
}

.about.style-10::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 100 100"><defs><pattern id="about-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%233b82f6" opacity="0.06"/><circle cx="10" cy="10" r="0.5" fill="%236366f1" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23about-pattern)"/></svg>');
    pointer-events: none;
}

.about.style-10 .img {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 12px !important;
}

.about.style-10 .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 12px;
}

/* Hover effects for about.style-10 .img removed */

.about.style-10 .info .badge {
    background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
    color: white !important;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
}

.about.style-10 .info h2 {
    color: #1f2937 !important;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-size: 2.2rem !important;
}

.about.style-10 .info .d-flex.align-items-start {
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about.style-10 .info .d-flex.align-items-start::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.about.style-10 .info .d-flex.align-items-start:hover::before {
    transform: scaleY(1);
}

.about.style-10 .info .d-flex.align-items-start:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
    border-color: #3b82f6;
}

.about.style-10 .info .d-flex.align-items-start .rounded-circle {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.about.style-10 .info .d-flex.align-items-start:hover .rounded-circle {
    transform: scale(1.1);
}

.about.style-10 .info .d-flex.align-items-start h6 {
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1rem;
}

.about.style-10 .info .d-flex.align-items-start p {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

.about.style-10 .info .lead {
    color: #4b5563 !important;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.about.style-10 .info .btn-blue7 {
    background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
    border-radius: 50px;
}

.about.style-10 .info .btn-blue7:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.about.style-10 .info .btn-outline-blue7 {
    border: 2px solid #3b82f6;
    color: #3b82f6;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.about.style-10 .info .btn-outline-blue7:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

/* Stats overlay enhancement */
.about.style-10 .stats-overlay-enhanced {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.about.style-10 .gradient-blue {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.about.style-10 .gradient-green {
    background: linear-gradient(135deg, #22c55e, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.about.style-10 .gradient-orange {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.about.style-10 .gradient-purple {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

/* Pattern enhancement */
.about.style-10 .pattern {
    opacity: 0.3 !important;
    filter: blur(1px);
}

/* Responsive improvements */
@media (max-width: 768px) {
    .about.style-10 .info {
        padding-inline-start: 0 !important;
        margin-top: 2rem;
    }
    
    .about.style-10 .info h2 {
        font-size: 1.8rem !important;
    }
    
    .about.style-10 .info .d-flex.align-items-start {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .about.style-10 .info .d-flex.flex-wrap.gap-3 {
        flex-direction: column;
        align-items: center;
        gap: 15px !important;
    }
}

/* Enhanced About Style 9 - Working with existing CSS */
.about.style-9 {
    position: relative;
    background: #fafbfc;
}

.about.style-9::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 100 100"><defs><pattern id="assessment-dots" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%236b7280" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23assessment-dots)"/></svg>');
    pointer-events: none;
}

.about.style-9 .info {
    position: relative;
    z-index: 10;
}

.about.style-9 .info .section-head h6 {
    color: #1e40af;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about.style-9 .info .section-head h2 {
    color: #1f2937;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.about.style-9 .info ul li {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #e5e7eb;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    align-items: flex-start;
}

.about.style-9 .info ul li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-left-color: #3b82f6;
}

.about.style-9 .info ul li:nth-child(1):hover {
    border-left-color: #3b82f6;
}

.about.style-9 .info ul li:nth-child(2):hover {
    border-left-color: #ef4444;
}

.about.style-9 .info ul li:nth-child(3):hover {
    border-left-color: #10b981;
}

.about.style-9 .info ul li .icon {
    background: #f8fafc;
    border-radius: 12px;
    padding: 15px;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.about.style-9 .info ul li:hover .icon {
    background: #f1f5f9;
    transform: scale(1.05);
}

.about.style-9 .info ul li .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.about.style-9 .info ul li p {
    margin: 0;
    line-height: 1.6;
}

.about.style-9 .info ul li strong {
    display: block;
    margin-bottom: 8px;
    color: #1f2937;
}

.about.style-9 .info .call-info {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    padding: 25px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about.style-9 .info .call-info h5 {
    color: #1e40af;
    margin-bottom: 5px;
}

.about.style-9 .img .stats-overlay {
    animation: float 3s ease-in-out infinite;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about.style-9 .img .stats-overlay:nth-child(2) {
    animation-delay: -1s;
}

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

/* Responsive improvements */
@media (max-width: 768px) {
    .about.style-9 .info {
        padding: 0 20px;
    }
    
    .about.style-9 .info ul li {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .about.style-9 .info ul li .icon {
        margin-right: 15px;
        padding: 10px;
    }
    
    .about.style-9 .info ul li .icon img {
        width: 40px;
        height: 40px;
    }
    
    .about.style-9 .img .stats-overlay {
        position: relative !important;
        margin: 10px 0;
        display: inline-block;
    }
}

/* Enhanced Services Style 13 - Working with existing CSS */
.services.style-13 {
    background: #f9fafb;
    position: relative;
}

.services.style-13::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 100 100"><defs><pattern id="dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23e2e8f0" opacity="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    pointer-events: none;
}

.services.style-13 .section-head {
    position: relative;
    z-index: 10;
}

.services.style-13 .item .cont .title {
    flex-direction: column;
    align-items: flex-start;
}

.services.style-13 .item .cont .title img {
    height: 50px;
    margin-bottom: 15px;
    margin-inline-end: 0;
}

.services.style-13 .item .cont .title > div {
    width: 100%;
}

.services.style-13 .item .cont .title .badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
}

.services.style-13 .item .cont .title .fw-bold {
    font-size: 1.1rem;
    color: #1f2937;
    margin-top: 5px;
}

.services.style-13 .item .cont p {
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 20px;
}

.services.style-13 .item .cont .features-list {
    background: #f9fafb;
    border-radius: 8px;
    padding: 15px;
    border-left: 4px solid var(--bs-primary);
}

.services.style-13 .item .cont .features-list .d-flex {
    margin-bottom: 8px;
}

.services.style-13 .item .cont .features-list .d-flex:last-child {
    margin-bottom: 0;
}

.services.style-13 .item .cont a {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: none;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.services.style-13 .item .cont a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
    color: white;
}

.services.style-13 .item .cont a::before {
    display: none;
}

.services.style-13 .item .cont:hover a::before {
    display: none;
}

.services.style-13 .item:hover .cont {
    transform: translateY(-5px);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.features-list {
    list-style: none;
    padding: 0;
}

/* Enhanced Services Style 3 - Working with existing CSS */
.services.style-3 {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    position: relative;
    overflow: hidden;
}

.services.style-3::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 100 100"><defs><pattern id="tech-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%233b82f6" opacity="0.08"/><circle cx="5" cy="5" r="0.5" fill="%236366f1" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23tech-pattern)"/></svg>');
    pointer-events: none;
}

.services.style-3 .section-head h3 {
    color: #1f2937;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.services.style-3 .section-head .badge {
    background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
    color: white !important;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.services.style-3 .service-card.style-3 {
    background: white !important;
    border: 1px solid #e5e7eb;
    border-radius: 16px !important;
    padding: 35px !important;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.services.style-3 .service-card.style-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.services.style-3 .service-card.style-3:hover::before {
    transform: scaleY(1);
}

.services.style-3 .service-card.style-3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
    border-color: #3b82f6;
}

.services.style-3 .service-card.style-3 .icon {
    margin-bottom: 30px !important;
    text-align: center;
    position: relative;
}

.services.style-3 .service-card.style-3 .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(99, 102, 241, 0.05));
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 0;
    border: 2px solid rgba(59, 130, 246, 0.1);
}

.services.style-3 .service-card.style-3:hover .icon::before {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
    border-color: rgba(59, 130, 246, 0.2);
    transform: translate(-50%, -50%) scale(1.1);
}

.services.style-3 .service-card.style-3 .icon img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.services.style-3 .service-card.style-3:hover .icon img {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 12px rgba(59, 130, 246, 0.2));
}

.services.style-3 .service-card.style-3 .info .title {
    font-size: 1.2rem !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    line-height: 1.4;
    text-transform: none !important;
}

.services.style-3 .service-card.style-3 .info .text {
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px;
}

.services.style-3 .service-card.style-3 .info a {
    color: #3b82f6 !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 50px;
    border: 1px solid rgba(59, 130, 246, 0.1);
    margin-top: 20px !important;
}

.services.style-3 .service-card.style-3 .info a:hover {
    color: white !important;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.services.style-3 .service-card.style-3 .info a i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.services.style-3 .service-card.style-3 .info a:hover i {
    transform: translateX(3px);
}

/* Call to Action Enhancement */
.services.style-3 .bg-light {
    background: linear-gradient(135deg, #ffffff, #f8fafc) !important;
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.services.style-3 .bg-light::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 100 100"><defs><pattern id="cta-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%233b82f6" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
    pointer-events: none;
}

.services.style-3 .btn-blue7 {
    background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.services.style-3 .btn-blue7:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.services.style-3 .btn-outline-blue7 {
    border: 2px solid #3b82f6;
    color: #3b82f6;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease;
}

.services.style-3 .btn-outline-blue7:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

/* Background decoration enhancement */
.services.style-3 .position-absolute.top-0.end-0 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(99, 102, 241, 0.05));
    border-radius: 50%;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .services.style-3 .service-card.style-3 {
        padding: 25px !important;
        margin-bottom: 30px;
    }
    
    .services.style-3 .service-card.style-3 .icon img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .services.style-3 .service-card.style-3 .icon::before {
        width: 90px;
        height: 90px;
    }
    
    .services.style-3 .service-card.style-3 .info .title {
        font-size: 1.1rem !important;
    }
    
    .services.style-3 .service-card.style-3 .info .text {
        font-size: 0.85rem !important;
    }
    
    .services.style-3 .d-flex.flex-wrap.justify-content-center {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

/* Enhanced Choose Us Style 8 - Working with existing CSS */
.choose-us.style-8 {
    position: relative;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.choose-us.style-8::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 100 100"><defs><pattern id="ms365-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23f97316" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23ms365-pattern)"/></svg>');
    pointer-events: none;
}

.choose-us.style-8 .info {
    position: relative;
    z-index: 10;
}

.choose-us.style-8 .info .section-head h6 {
    color: #f97316;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.choose-us.style-8 .info .section-head h3 {
    color: #1f2937;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.choose-us.style-8 .info .choose-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.choose-us.style-8 .info .choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #f97316, #ea580c);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.choose-us.style-8 .info .choose-card:hover::before {
    transform: scaleY(1);
}

.choose-us.style-8 .info .choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #f97316;
}

.choose-us.style-8 .info .choose-card .icon {
    background: #fef7f0;
    border-radius: 10px;
    padding: 12px;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.choose-us.style-8 .info .choose-card:hover .icon {
    background: #fed7aa;
    transform: scale(1.1) translateX(5px);
}

.choose-us.style-8 .info .choose-card .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.choose-us.style-8 .info .choose-card h6 {
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.choose-us.style-8 .info .choose-card p {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.choose-us.style-8 .info .choose-card .arrow {
    color: #d1d5db;
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.3s ease;
}

.choose-us.style-8 .info .choose-card:hover .arrow {
    color: #f97316;
    transform: rotate(-45deg) scale(1.2);
}

.choose-us.style-8 .butn {
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.2);
}

.choose-us.style-8 .butn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
}

.choose-us.style-8 .inf p {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.choose-us.style-8 .inf a {
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.choose-us.style-8 .inf a:hover {
    color: #f97316;
}

.choose-us.style-8 .img .stats-badge {
    animation: float 3s ease-in-out infinite;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
}

.choose-us.style-8 .img .stats-badge:nth-child(2) {
    animation-delay: -1.5s;
}

.choose-us.style-8 .img .stats-badge:nth-child(3) {
    animation-delay: -3s;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .choose-us.style-8 .info .choose-card {
        padding: 20px;
        margin-top: 20px;
    }
    
    .choose-us.style-8 .info .choose-card .icon img {
        width: 35px;
        height: 35px;
    }
    
    .choose-us.style-8 .info .choose-card h6 {
        font-size: 1rem;
    }
    
    .choose-us.style-8 .info .choose-card p {
        font-size: 0.8rem;
    }
    
    .choose-us.style-8 .d-flex.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
    }
    
    .choose-us.style-8 .inf {
        margin-left: 0 !important;
        text-align: center;
    }
    
    .choose-us.style-8 .img .stats-badge {
        position: relative !important;
        margin: 10px;
        display: inline-block;
    }
}

/* Button Enhancements */
.btn-blue7 {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: white;
    transition: all 0.3s ease;
}

.btn-blue7:hover {
    background-color: #2563eb;
    border-color: #2563eb;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.btn-outline-blue7 {
    color: #3b82f6;
    border-color: #3b82f6;
    transition: all 0.3s ease;
}

.btn-outline-blue7:hover {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: white;
    transform: translateY(-2px);
}

.btn-blue4 {
    background-color: #1e40af;
    border-color: #1e40af;
    color: white;
    transition: all 0.3s ease;
}

.btn-blue4:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.3);
}

.btn-orange1 {
    background-color: #f97316;
    border-color: #f97316;
    color: white;
    transition: all 0.3s ease;
}

.btn-orange1:hover {
    background-color: #ea580c;
    border-color: #ea580c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3);
}

.btn-outline-success:hover {
    transform: translateY(-2px);
}

.btn-outline-warning:hover {
    transform: translateY(-2px);
}

.btn-outline-danger:hover {
    transform: translateY(-2px);
}

.btn-outline-info:hover {
    transform: translateY(-2px);
}

/* Color Utilities */
.text-blue7 { color: #3b82f6 !important; }
.text-blue4 { color: #1e40af !important; }
.text-orange1 { color: #f97316 !important; }
.bg-blue7 { background-color: #3b82f6 !important; }
.bg-blue4 { background-color: #1e40af !important; }
.bg-orange1 { background-color: #f97316 !important; }

/* Icon Wrappers */
.icon-wrapper {
    transition: all 0.3s ease;
}

.hover-lift:hover .icon-wrapper {
    transform: scale(1.1);
}

/* SVG Underlines */
.position-relative svg {
    animation: drawLine 2s ease-in-out infinite alternate;
}

@keyframes drawLine {
    0% { stroke-dasharray: 0 100; }
    100% { stroke-dasharray: 100 0; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .features.style-10 {
        padding: 60px 0;
    }
    
    .features.style-10 .feat-card {
        margin-bottom: 2rem;
    }
    
    .about.style-10 .imgs .col-lg-6:first-of-type {
        padding-top: 0 !important;
    }
    
    .services.style-13 .item {
        margin-bottom: 2rem;
    }
    
    .choose-us.style-8 .choose-card {
        margin-bottom: 1rem;
    }
    
    .about.style-9 .area-item {
        margin-bottom: 1.5rem;
    }
    
    .services.style-3 .service-card {
        margin-bottom: 2rem;
    }
    
    .display-6 {
        font-size: 2rem !important;
    }
}

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

.animate-fadeInUp {
    animation: fadeInUp 0.6s ease forwards;
}

.animate-pulse {
    animation: pulse 2s infinite;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

/* Loading States */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Enhanced Typography */
.display-6 {
    font-weight: 700;
    line-height: 1.2;
}

.lead {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
}

/* Badge Enhancements */
.badge {
    font-weight: 500;
    letter-spacing: 0.025em;
}

/* Card Enhancements */
.card-body {
    transition: all 0.3s ease;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

/* Border Utilities */
.border-4 {
    border-width: 4px !important;
}

/* Background Opacity Utilities */
.bg-opacity-5 {
    --bs-bg-opacity: 0.05;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-20 {
    --bs-bg-opacity: 0.2;
}

/* Text Utilities */
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Spacing Utilities */
.mt-60 {
    margin-top: 3.75rem !important;
}

.mb-60 {
    margin-bottom: 3.75rem !important;
}

.pt-60 {
    padding-top: 3.75rem !important;
}

.pb-60 {
    padding-bottom: 3.75rem !important;
}
