.premium-services-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f5 100%);
    overflow: hidden;
}
.premium-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 25% 25%, rgba(13,49,105,0.03) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(13,49,105,0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}
.premium-services-section .container {
    position: relative;
    z-index: 2;
}
.premium-header {
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.premium-header h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    line-height: 1.1;
}
.premium-header .lead {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    color: #6c757d;
    font-weight: 400;
    line-height: 1.6;
}
.premium-nav-pills {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 8px;
    margin-bottom: 32px;
    box-shadow: 0 20px 60px rgba(13,49,105,0.08);
    border: 1px solid rgba(255,255,255,0.2);
}
.premium-nav-pills .nav-link {
    color: #6c757d;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 16px;
    padding: 12px 20px;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    border: none;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.premium-nav-pills .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4,0,0.2,1);
    border-radius: 16px;
}
.premium-nav-pills .nav-link:hover {
    color: #0d3169;
    transform: translateY(-2px);
}
.premium-nav-pills .nav-link.active {
    color: white;
    box-shadow: 0 12px 40px rgba(13,49,105,0.3);
    transform: translateY(-2px);
}
.premium-nav-pills .nav-link.active::before {
    opacity: 1;
}
.premium-nav-pills .nav-link i,
.premium-nav-pills .nav-link span {
    position: relative;
    z-index: 2;
}
.premium-tab-content {
    padding: 32px 0;
}
.premium-tab-pane {
    animation: fadeInUp 0.6s cubic-bezier(0.4,0,0.2,1);
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.premium-content-card {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(13,49,105,0.06);
    border: 1px solid rgba(255,255,255,0.3);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
}
.premium-content-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(13,49,105,0.12);
}
.premium-content-card h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    color: #0d3169;
    margin-bottom: 12px;
}
.premium-content-card .lead {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
}
.premium-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.premium-feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #495057;
    line-height: 1.6;
}
.premium-feature-list li i {
    color: #28a745;
    font-size: 1.2rem;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}
.premium-tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
.premium-tech-badge {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #0d3169;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid rgba(13,49,105,0.1);
    transition: all 0.3s ease;
}
.premium-tech-badge:hover {
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13,49,105,0.2);
}
.premium-service-icon {
    font-size: 4rem;
    color: #0d3169;
    margin-bottom: 16px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.4s ease;
}
.premium-content-card:hover .premium-service-icon {
    opacity: 0.05;
    transform: scale(1.1);
}
@media (max-width: 991.98px) {
    .premium-services-section {
        padding: 40px 0;
    }
    .premium-header {
        margin-bottom: 32px;
    }
    .premium-content-card {
        padding: 24px;
        margin-bottom: 24px;
    }
    .premium-nav-pills .nav-link {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}
@media (max-width: 767.98px) {
    .premium-services-section {
        padding: 32px 0;
    }
    .premium-content-card {
        padding: 20px;
    }
    .premium-nav-pills {
        flex-direction: column;
    }
    .premium-nav-pills .nav-link {
        margin-bottom: 4px;
    }
}
.premium-visual-element {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 20px 40px rgba(13,49,105,0.2);
    transition: all 0.4s ease;
}
.premium-visual-element:hover {
    transform: translateY(-4px) rotate(2deg);
    box-shadow: 0 30px 60px rgba(13,49,105,0.3);
}
.premium-visual-element i {
    font-size: 3rem;
    color: white;
}
.premium-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
@media (max-width: 991.98px) {
    .premium-two-column {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.tech-arsenal-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.tech-arsenal-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(13,49,105,0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(13,49,105,0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}
.tech-arsenal-section .container {
    position: relative;
    z-index: 2;
}
.tech-arsenal-header {
    text-align: center;
    margin-bottom: 48px;
}
.tech-arsenal-header h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.75rem);
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    line-height: 1.2;
}
.tech-arsenal-header p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
.tech-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.tech-category-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 15px 50px rgba(13,49,105,0.08);
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
}
.tech-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tech-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 70px rgba(13,49,105,0.15);
}
.tech-category-card:hover::before {
    opacity: 1;
}
.tech-category-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 12px;
}
.tech-category-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tech-category-icon i {
    font-size: 1.5rem;
    color: white;
}
.tech-category-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #0d3169;
    margin: 0;
    line-height: 1.2;
}
.tech-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}
.tech-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.tech-logo-item:hover {
    transform: translateY(-4px);
}
.tech-logo {
    width: 64px;
    height: 64px;
    background: #f8f9fa;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border: 2px solid rgba(13,49,105,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}
.tech-logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.tech-logo-item:hover .tech-logo {
    border-color: #0d3169;
    background: rgba(13,49,105,0.05);
    transform: scale(1.05);
}
.tech-logo-item:hover .tech-logo img {
    transform: scale(1.1);
}
.tech-logo-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    color: #495057;
    line-height: 1.2;
    text-align: center;
}
.tech-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #0d3169;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(13,49,105,0.1);
    transition: all 0.3s ease;
}
.tech-category-badge:hover {
    background: linear-gradient(135deg, #0d3169 0%, #1a4480 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13,49,105,0.2);
}
.tech-category-badge i {
    font-size: 0.9rem;
}
@media (max-width: 991.98px) {
    .tech-categories-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tech-category-card {
        padding: 24px;
    }
    .tech-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        gap: 16px;
    }
    .tech-logo {
        width: 56px;
        height: 56px;
    }
    .tech-logo img {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .tech-arsenal-section {
        padding: 40px 0;
    }
    .tech-category-card {
        padding: 20px;
    }
    .tech-logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        gap: 12px;
    }
    .tech-logo {
        width: 48px;
        height: 48px;
    }
    .tech-logo img {
        width: 32px;
        height: 32px;
    }
    .tech-category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .tech-category-icon {
        width: 40px;
        height: 40px;
    }
    .tech-category-icon i {
        font-size: 1.2rem;
    }
}