/* ========================================
   SERVICES PAGE STYLES
   Professional, responsive design for all service pages
   ======================================== */
   *{
       font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   }
   body{
       font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
       
   }
.features-section {
        visibility: visible !important;
        opacity: 1 !important;
    }

.feature-card {
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    
}

.section-title2{
    margin-top: 1%;
    margin-bottom: -1%;
    font-size: 40px;
    font-weight: 800;
    color: #1010ad;
    /*margin-bottom: 3rem;*/
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*margin-top: 200px;*/
}

/*.feature-card h4{*/
/*    font-size: 25px;*/
/*    font-weight: 100;*/
/*}*/
/*.feature-card p{*/
/*    font-size: 20px;*/
/*}*/

.feature-card .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 1rem;
    border-radius: 50%;
    background-color: #e7f1ff;
    color: #1010ad;
    transition: all 0.3s ease;
}

.feature-card h4 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.feature-card p {
    color: #5e5e55;
    line-height: 1.6;
    font-size: 20px;
}

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

.feature-card:hover .feature-icon {
    background-color: #1010ad;
    color: #fff;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero-section {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::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="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    
}

.hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #1010ad;
    /*margin-bottom: 1rem;*/
    line-height: 1.2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-subtitle {
    font-size:25px
    font-weight: 700;
    color: coral;
    margin-bottom: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-description {
    font-size: 20px;
    color: blac7;
    line-height: 2;
    margin-bottom: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-cta {
    margin-top: 2rem;
    font-size: 25px;
    font-weight: 300;
}

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

.hero-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.hero-image img:hover {
    transform: translateY(-5px);
}

/* ========================================
   SECTION STYLES
   ======================================== */

.why-ai-section,
.benefits-section {
    padding: 80px 0;
    background: white;
    
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #1010ad;
    /*margin-bottom: 3rem;*/
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: -150px;
}
.section-title1 {    
    font-size: 40px;
    font-weight: 800;
    color: #1010ad;
    /*margin-bottom: 3rem;*/
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*margin-top: 200px;*/
}

.section-content {
    padding: 2rem 0;
    font-size: 20px;
}

.section-image img {
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.section-image img:hover {
    transform: scale(1.02);
}

/* ========================================
   BENEFITS LIST
   ======================================== */

.benefits-list {
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: #e9ecef;
    transform: translateX(10px);
}

.benefit-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    color: white;
    font-size: 1.5rem;
}

.benefit-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.benefit-content p {
    color: #5e5e55;
    line-height: 1.6;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.highlight-box {
    background: linear-gradient(135deg, #1010ad, #007bff);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 2rem;
}

.highlight-box p {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ========================================
   BENEFIT CARDS
   ======================================== */

.benefit-cards {
    display: grid;
    gap: 1.5rem;
}

.benefit-card {
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.benefit-card:hover {
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1010ad, #007bff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    color: white;
    font-size: 1.2rem;
}

.card-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card-content p {
    color: #5e5e55;
    line-height: 1.6;
    margin: 0;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ========================================
   CONTACT FORM SECTION
   ======================================== */

.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-form-wrapper {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1010ad;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-subtitle {
    font-size: 1.1rem;
    color: #5e5e55;
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
}

/* ========================================
   USE CASES SECTION
   ======================================== */

.use-cases-section {
    padding: 80px 0;
    background: white;
}

.use-cases-table {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.table {
    margin-bottom: 0;
}

.table th {
    background: linear-gradient(135deg, #1010ad, #007bff);
    color: white;
    border: none;
    font-weight: 600;
    padding: 1rem;
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table td {
    padding: 1rem;
    border: 1px solid #e9ecef;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* ========================================
   DELIVERABLES SECTION
   ======================================== */

.deliverables-section {
    padding: 30px 0;
    background: #f8f9fa;
}

.deliverables-list {
    margin-bottom: 2rem;
}

.deliverable-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

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

.deliverable-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1010ad, #007bff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    color: white;
    font-size: 1.5rem;
}

/*.deliverable-content h4 {*/
/*    font-size: 1.3rem;*/
/*    font-weight: 600;*/
/*    color: #333;*/
/*    margin-bottom: 0.5rem;*/
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*}*/
.deliverable-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.deliverable-content p {
    color: #5e5e55;
    line-height: 1.6;
    margin: 0;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

.services-section {
    padding: 80px 0;
    background: white;
}

.service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

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

.service-image {
    height: 250px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    padding: 2rem;
    
}

.service-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1010ad;
    margin-bottom: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-content p {
    color: #5e5e55;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-features {
    display: grid;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 20px;
}

.feature-item i {
    color: #007bff;
    font-size: 25px;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.feature-item span {
    color: #5e5e55;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ========================================
   INDUSTRIES SECTION
   ======================================== */

.industries-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.industry-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.industry-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1010ad, #007bff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.industry-card h4 {
    font-size: 30px;
    font-weight: 800;
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.industry-card p {
    color: #5e5e55;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.industry-example {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    font-size: 20px;
    color: #5e5e55;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ========================================
   HERO TAGS
   ======================================== */

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.tag {
    background: linear-gradient(135deg, #1010ad, #007bff);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ========================================
   FEATURES SECTION
   ======================================== */

.features-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1010ad, #007bff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.feature-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.feature-card p {
    color: #5e5e55;
    line-height: 1.6;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ========================================
   SOCIAL SECTION
   ======================================== */

/* .social-section {
    padding: 60px 0;
    background: white;
}

.social-links {
    text-align: center;
}

.social-links h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1010ad;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
} */

/* .social-icons a {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
} */

/* .social-icons a:hover { */
    /* background: linear-gradient(135deg, #1010ad, #007bff);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
} */

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Mobile View (≤768px) */
@media (max-width: 768px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .benefit-card {
        flex-direction: column;
        text-align: center;
    }
    
    .card-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .contact-form-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .form-title {
        font-size: 1.8rem;
    }
    
    .social-icons {
        gap: 1rem;
    }
    
    .social-icons a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Tablet View (769px-991px) */
@media (min-width: 769px) and (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.6rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .benefit-cards {
        grid-template-columns: 1fr;
    }
}

/* Laptop View (≥992px) */
@media (min-width: 992px) {
    .benefit-cards {
        grid-template-columns: 1fr 1fr;
    }
    
    .hero-section {
        padding: 140px 0 100px;
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */

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

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

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

.hero-content,
.hero-image,
.benefit-item,
.benefit-card,
.contact-form-wrapper {
    animation: fadeInUp 0.8s ease forwards;
}

.section-image {
    animation: fadeInRight 0.8s ease forwards;
}

.section-content {
    animation: fadeInLeft 0.8s ease forwards;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

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

.mb-4 {
    margin-bottom: 1.5rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for better accessibility */
.btn:focus,
.form-control:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .hero-title,
    .section-title,
    .form-title {
        color: #000;
    }
    
    .benefit-item,
    .benefit-card {
        border: 2px solid #000;
    }
}
