/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: white;
    color: #1e3a8a;
    padding: 25px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #3b82f6;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logo img {
    max-height: 160px;
    width: auto;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    border: 2px solid #e5e7eb;
}

.contact-info {
    text-align: right;
}

.phone-number {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a8a;
    text-shadow: none;
}

.hours {
    font-size: 16px;
    color: #6b7280;
    margin-top: 5px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #bfdbfe 0%, #dbeafe 50%, #f0f9ff 100%);
    padding: 80px 0;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text {
    text-align: left;
}

.hero h1 {
    font-size: 52px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 15px;
    line-height: 1.1;
}

.hero h2 {
    font-size: 22px;
    color: #3b82f6;
    margin-bottom: 25px;
    font-weight: 500;
}

.hero-description {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 35px;
}

.feature {
    background: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #1e3a8a;
    font-weight: 600;
    font-size: 14px;
    border-left: 3px solid #3b82f6;
}

.hero-cta {
    margin-top: 35px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
}

.urgency-text {
    margin-top: 15px;
    font-size: 14px;
    color: #1e3a8a;
    font-weight: 600;
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.trust-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.badge-text {
    color: white;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Section Styles */
section {
    padding: 60px 0;
}

section h2 {
    font-size: 36px;
    color: #1e3a8a;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #4b5563;
    max-width: 600px;
    margin: 0 auto 50px;
}

/* Services Section */
.services {
    background-color: #f8fafc;
}

.services-vertical {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card-vertical {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #e5e7eb;
    overflow: hidden;
}

.service-card-vertical.featured {
    border-color: #fbbf24;
    box-shadow: 0 20px 50px rgba(251, 191, 36, 0.2);
}

.service-card-vertical:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.service-badge-vertical {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.service-badge-vertical.ada {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.service-row {
    display: grid;
    grid-template-columns: 300px 1fr 250px;
    gap: 40px;
    align-items: center;
    padding: 40px;
}

.service-image-section img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: #f8fafc;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-content-section h3 {
    font-size: 28px;
    color: #1e3a8a;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.service-description {
    color: #4b5563;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}

.service-features-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 3px solid #3b82f6;
}

.feature-icon {
    font-size: 18px;
    margin-right: 10px;
    width: 20px;
}

.feature-item span:last-child {
    color: #1e3a8a;
    font-weight: 600;
    font-size: 14px;
}

.service-cta-section {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #dbeafe 100%);
    border-radius: 15px;
    border: 2px solid #3b82f6;
}

.price-highlight {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.service-button-vertical {
    display: inline-block;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.service-button-vertical:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.cta-note {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
}

/* About Section */
.about-text {
    max-width: 1000px;
    margin: 0 auto;
}

.about-text p {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 25px;
    line-height: 1.7;
}

.about-text h3 {
    font-size: 28px;
    color: #1e3a8a;
    margin: 40px 0 20px;
    font-weight: 600;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.benefit {
    background: white;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #3b82f6;
}

.benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.benefit h4 {
    font-size: 16px;
    color: #1e3a8a;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2;
}

.benefit p {
    color: #6b7280;
    line-height: 1.4;
    font-size: 13px;
}

/* Service Areas Section */
.service-areas {
    background-color: #f8fafc;
}

.area-intro {
    text-align: center;
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.coverage-map {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.coverage-item {
    background: white;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #3b82f6;
}

.coverage-item.featured {
    border-top-color: #fbbf24;
    transform: scale(1.05);
}

.coverage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.coverage-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.coverage-item h3 {
    font-size: 20px;
    color: #1e3a8a;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.coverage-item p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.coverage-cta {
    text-align: center;
    background: linear-gradient(135deg, #dbeafe 0%, #f0f9ff 100%);
    padding: 40px 30px;
    border-radius: 20px;
    border: 2px solid #3b82f6;
}

.coverage-text {
    font-size: 18px;
    color: #1e3a8a;
    margin-bottom: 25px;
    font-weight: 600;
}

.coverage-button {
    display: inline-block;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 15px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.coverage-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

/* Industries Section */
.industries-intro {
    text-align: center;
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.industry {
    background: white;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #3b82f6;
}

.industry:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.industry-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.industry h3 {
    font-size: 20px;
    color: #1e3a8a;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.industry p {
    color: #6b7280;
    line-height: 1.5;
    font-size: 14px;
}

/* Contact Section */
/* FAQ Section */
.faq {
    background-color: #f8fafc;
}

.faq-intro {
    text-align: center;
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.faq-item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #3b82f6;
    transition: all 0.3s ease;
}

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

.faq-item h3 {
    font-size: 18px;
    color: #1e3a8a;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.faq-item p {
    color: #4b5563;
    line-height: 1.6;
    font-size: 15px;
}

/* Contact Section */
.contact {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
}

.contact h2 {
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.contact-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.contact-text h3 {
    font-size: 28px;
    color: #fbbf24;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-text p {
    font-size: 18px;
    color: #e5e7eb;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-highlights {
    margin-bottom: 35px;
}

.contact-highlight {
    color: #e5e7eb;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.contact-button {
    display: inline-block;
    background: #fbbf24;
    color: #1e3a8a;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(251, 191, 36, 0.4);
}

.contact-hours {
    margin-top: 15px;
    font-size: 14px;
    color: #cbd5e1;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.contact-info-card h4 {
    color: #fbbf24;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.info-item {
    margin-bottom: 15px;
    color: #e5e7eb;
}

.info-item strong {
    color: #fbbf24;
}

.info-item a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.info-item a:hover {
    text-decoration: underline;
}

.map-container {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Footer Styles */
.footer {
    background-color: #0f172a;
    color: #e2e8f0;
    padding: 50px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #3b82f6;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.footer-section p {
    line-height: 1.6;
    color: #cbd5e1;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    padding: 5px 0;
    color: #cbd5e1;
}

.footer-map {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 20px;
    text-align: center;
    color: #94a3b8;
}

/* Floating Call to Action Button */
.floating-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.floating-button {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.floating-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

.phone-icon {
    font-size: 20px;
    margin-right: 12px;
}

.button-text {
    text-align: left;
}

.main-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.sub-text {
    font-size: 12px;
    opacity: 0.9;
    line-height: 1;
    margin-top: 2px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    }
    50% {
        box-shadow: 0 15px 40px rgba(59, 130, 246, 0.6);
    }
    100% {
        box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

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

    .hero h1 {
        font-size: 36px;
    }

    .hero h2 {
        font-size: 20px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .hero h1 {
        font-size: 36px;
    }

    .hero-features {
        grid-template-columns: 1fr;
    }

    .services-vertical {
        gap: 30px;
    }

    .service-row {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }

    .service-features-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .areas-grid {
        grid-template-columns: 1fr;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    section {
        padding: 40px 0;
    }

    section h2 {
        font-size: 28px;
    }

    .floating-cta {
        bottom: 20px;
        right: 20px;
    }

    .floating-button {
        padding: 12px 20px;
        font-size: 14px;
    }

    .phone-icon {
        font-size: 16px;
    }

    .main-text {
        font-size: 14px;
    }

    .sub-text {
        font-size: 10px;
    }

    .contact-hero {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .coverage-map {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}