/* Corporate Header & Navigation with Nunito Font */
* {
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.header {
    background-color: #ffffff !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) !important;
    border-bottom: 1px solid #e5e7eb;
    padding: 18px 0 !important;
    transition: all 0.3s ease;
}

.index-page .header {
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
}

.index-page.scrolled .header {
    background-color: #ffffff !important;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08) !important;
}

.header .logo h1 {
    color: #012970 !important;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Nunito', sans-serif !important;
    letter-spacing: -0.5px;
}

.header .btn-getstarted {
    background: #012970 !important;
    color: #ffffff !important;
    padding: 11px 26px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    font-family: 'Nunito', sans-serif !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(1, 41, 112, 0.2);
    border: none;
    letter-spacing: 0.3px;
}

.header .btn-getstarted:hover {
    background: #0d47a1 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 41, 112, 0.3) !important;
    color: #ffffff !important;
}

/* Corporate Navigation Menu */
@media (min-width: 1200px) {
    .navmenu {
        margin-left: 2rem;
    }

    .navmenu ul {
        gap: 0.25rem;
    }

    .navmenu a,
    .navmenu a:focus {
        font-size: 15px !important;
        font-weight: 600 !important;
        font-family: 'Nunito', sans-serif !important;
        color: #2d3748 !important;
        padding: 12px 20px !important;
        letter-spacing: 0.1px;
        position: relative;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    .navmenu a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(1, 41, 112, 0.06);
        border-radius: 6px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .navmenu a::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        width: 50%;
        height: 2.5px;
        background: #012970;
        border-radius: 2px;
        transition: transform 0.3s ease;
    }

    .navmenu li:hover>a::before {
        opacity: 1;
    }

    .navmenu li:hover>a::after,
    .navmenu .active::after {
        transform: translateX(-50%) scaleX(1);
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #012970 !important;
        font-weight: 700 !important;
    }

    .navmenu .active::before {
        opacity: 1;
        background: rgba(1, 41, 112, 0.1);
    }

    .navmenu a:hover {
        color: #012970 !important;
    }
}

.hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
}

.hero-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-shape-1 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
    border-radius: 50%;
    top: -150px;
    right: -150px;
}

.hero-shape-2 {
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(6, 182, 212, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}

.hero-shape-3 {
    position: absolute;
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, rgba(124, 58, 237, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-gradient {
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-divider {
    width: 80px;
}

.divider-line {
    height: 4px;
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    border-radius: 2px;
}

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

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.hero-image-wrapper {
    position: relative;
    z-index: 1;
}

.hero-stats {
    transform: translateY(50%);
    z-index: 2;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.floating-element-1,
.floating-element-2,
.floating-element-3 {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.floating-element-1 {
    width: 50px;
    height: 50px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element-2 {
    width: 30px;
    height: 30px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-element-3 {
    width: 40px;
    height: 40px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}

.btn-primary {
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

.btn-outline-primary {
    border: 2px solid #2563eb;
    color: #2563eb;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.2);
}

.values {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 100px 0;
}

.values-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.values-shape-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.05) 0%, rgba(124, 58, 237, 0.05) 100%);
    border-radius: 50%;
    top: -200px;
    right: -200px;
}

.values-shape-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(6, 182, 212, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-icon-wrapper {
    margin-bottom: 25px;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: rotateY(180deg);
}

.service-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
}

.service-content p {
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.service-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #475569;
}

.service-features li i {
    color: #2563eb;
    margin-right: 10px;
    font-size: 16px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #7c3aed;
}

.service-link:hover i {
    transform: translateX(5px);
}

.section-badge {
    display: inline-block;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.stats {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0;
    position: relative;
}

.stats-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.stats-shape-1 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.05) 0%, rgba(124, 58, 237, 0.05) 100%);
    border-radius: 50%;
    top: -150px;
    right: -150px;
}

.stats-shape-2 {
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(6, 182, 212, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
}

.stats-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stats-icon-wrapper {
    margin-bottom: 20px;
}

.stats-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.stats-card:hover .stats-icon {
    transform: rotateY(180deg);
}

.stats-content {
    text-align: center;
}

.stats-number {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.stats-number .plus {
    color: #2563eb;
    font-size: 24px;
}

.stats-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 15px;
}

.stats-progress {
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.stats-progress .progress-bar {
    height: 100%;
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    border-radius: 2px;
    transition: width 1s ease-in-out;
}

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

.counter {
    animation: countUp 1s ease-out forwards;
}

.features {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 100px 0;
    position: relative;
}

.features-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.features-shape-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.05) 0%, rgba(124, 58, 237, 0.05) 100%);
    border-radius: 50%;
    top: -200px;
    right: -200px;
}

.features-shape-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(6, 182, 212, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
}

.features-image-wrapper {
    position: relative;
    z-index: 1;
}

.features-badge {
    transform: translate(20%, -20%);
    z-index: 2;
}

.tech-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tech-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.tech-card:hover .tech-icon {
    transform: rotateY(180deg);
}

.tech-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.tech-content p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.section-badge {
    display: inline-block;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.clients {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 100px 0;
    position: relative;
}

.clients-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.clients-shape-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.05) 0%, rgba(124, 58, 237, 0.05) 100%);
    border-radius: 50%;
    top: -200px;
    right: -200px;
}

.clients-shape-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(6, 182, 212, 0.05) 0%, rgba(37, 99, 235, 0.05) 100%);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
}

.clients-wrapper {
    position: relative;
    padding: 40px 0;
}

.client-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.client-card img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e2e8f0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(45deg, #2563eb, #7c3aed);
}

.section-badge {
    display: inline-block;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    background: linear-gradient(45deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.products {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.product-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.product-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.product-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.product-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1e293b;
}

.product-description {
    color: #64748b;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.product-features li {
    color: #475569;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.product-features li i {
    color: #3b82f6;
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.product-link {
    display: inline-flex;
    align-items: center;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;

    color: white;
    background: #3b82f6;
    padding: 10px;
    border-radius: 10px;

}

.product-link i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.product-link:hover {
color:white;
}

.product-link:hover i {
    transform: translateX(5px);
}

.coming-soon {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.coming-soon-badge {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 500;
}

.innovation .product-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* Statistics Section Styles */
.stats-section {
    margin-top: 3rem;
}

.stat-card {
    text-align: center;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.stat-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #64748b;
    font-size: 0.9rem;
}

/* Featured Features Styles */
.feature-item {
    text-align: center;
    padding: 2rem;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-item i {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 1rem;
}

.feature-item h4 {
    font-size: 1.25rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.feature-item p {
    color: #64748b;
    margin: 0;
}

/* Testimonials Styles */
.testimonial-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
    position: relative;
    margin-bottom: 1.5rem;
}

.testimonial-content i {
    font-size: 2rem;
    color: #3b82f6;
    opacity: 0.2;
    position: absolute;
    top: -10px;
    left: -10px;
}

.testimonial-content p {
    color: #475569;
    font-style: italic;
    margin: 0;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-author h5 {
    margin: 0;
    font-size: 1rem;
    color: #1e293b;
}

.testimonial-author p {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
}

@media (max-width: 768px) {
    .products {
        padding: 60px 0;
    }
    
    .product-card {
        padding: 2rem;
    }
    
    .stat-card {
        margin-bottom: 1rem;
    }
    
    .feature-item {
        margin-bottom: 1rem;
    }
    
    .testimonial-card {
        margin-bottom: 1rem;
    }
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 9999;
    display: none;
    backdrop-filter: blur(10px);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-content p {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
}

.cookie-content a {
    color: #3b82f6;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 0.5rem;
}

.cookie-buttons .btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}

.footer {
    background: #ffffff;
    color: #334155;
    font-size: 0.95rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.2), transparent);
}

.footer-top {
    padding: 2rem 0 1rem;
}

.footer-info {
    padding: 1.25rem;
    background: #f8fafc;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.footer-logo h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.footer-description {
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 0.9rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.5rem;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.contact-item i {
    color: #0ea5e9;
    font-size: 1.1rem;
    margin-top: 0.25rem;
}

.contact-item h4 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.15rem;
}

.contact-item p {
    margin: 0;
    color: #64748b;
    font-size: 0.85rem;
}

.contact-item a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #0ea5e9;
}

.footer-links {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.footer-links h4,
.footer-social h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-links h4::after,
.footer-social h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #0ea5e9;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 0.35rem;
}

.footer-links ul li a {
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    padding: 0.35rem 0.5rem;
    border-radius: 6px;
}

.footer-links ul li a i {
    font-size: 0.75rem;
    color: #0ea5e9;
}

.footer-links ul li a:hover {
    color: #0ea5e9;
    background: #ffffff;
    transform: translateX(3px);
}

.footer-social {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.footer-social p {
    color: #64748b;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
}

.social-links {
    display: flex;
    gap: 0.5rem;
}

.social-links a {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #0ea5e9;
    color: #ffffff;
    transform: translateY(-2px);
    border-color: #0ea5e9;
}

.footer-bottom {
    padding: 1rem 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    margin-top: 1.5rem;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #64748b;
    font-size: 0.85rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.copyright p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copyright strong {
    color: #1e293b;
    font-weight: 600;
}

.credits {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.credits a {
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.credits a:hover {
    color: #0ea5e9;
    background: #f1f5f9;
    border-color: #0ea5e9;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .footer-info,
    .footer-links,
    .footer-social {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 1.5rem 0 1rem;
    }

    .copyright {
        gap: 0.75rem;
    }

    .credits {
        gap: 0.5rem;
    }

    /* Hero Section Mobile */
    .hero {
        padding: 100px 0 60px;
    }

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .hero-cta .btn {
        width: 100%;
    }

    .hero-features .col-md-4 {
        margin-bottom: 1rem;
    }

    /* Service Cards Mobile */
    .service-card {
        padding: 30px 20px;
        margin-bottom: 1.5rem;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .service-content h3 {
        font-size: 1.3rem;
    }

    .service-content p {
        font-size: 0.95rem;
    }

    /* About Section Mobile */
    .about {
        padding: 60px 0;
    }

    .about-image-wrapper {
        margin-top: 2rem;
    }

    .experience-badge {
        padding: 1rem !important;
    }

    .experience-badge h4 {
        font-size: 1.5rem;
    }

    .experience-badge p {
        font-size: 0.85rem;
    }

    /* Features Section Mobile */
    .features {
        padding: 60px 0;
    }

    .tech-card {
        padding: 20px;
        margin-bottom: 1rem;
    }

    .tech-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .tech-content h3 {
        font-size: 1.1rem;
    }

    .tech-content p {
        font-size: 0.9rem;
    }

    /* Stats Section Mobile */
    .stats {
        padding: 60px 0;
    }

    .stats-card {
        padding: 25px 20px;
        margin-bottom: 1.5rem;
    }

    .stats-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .stats-number {
        font-size: 2rem;
    }

    .stats-content h4 {
        font-size: 1rem;
    }

    /* Section Titles Mobile */
    .section-title h2 {
        font-size: 2rem;
    }

    .section-title .lead {
        font-size: 1rem;
    }

    /* Display Classes Mobile */
    .display-4 {
        font-size: 2rem;
    }

    .display-5 {
        font-size: 1.75rem;
    }

    .display-6 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 90px 0 50px;
    }

    .hero-title {
        font-size: 1.75rem !important;
    }

    .service-card {
        padding: 25px 15px;
    }

    .service-content h3 {
        font-size: 1.2rem;
    }

    .tech-card {
        padding: 15px;
    }

    .stats-card {
        padding: 20px 15px;
    }

    .stats-number {
        font-size: 1.75rem;
    }

    .section-title h2 {
        font-size: 1.75rem;
    }

    .display-4 {
        font-size: 1.75rem;
    }

    .display-5 {
        font-size: 1.5rem;
    }
}