﻿
:root {
    --primary-blue: #2563eb;
    --primary-blue-dark: #1d4ed8;
    --bg-light: #f8fafc;
    --text-dark: #1e293b;
    --text-muted: #64748b;
}

html {
  font-size: 14px;
}

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/
@media (max-width: 992px) {

    .hero-title {
        font-size: 34px;
        padding-left: 10px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .navbar-logo {
        height: 40px;
    }

    .nav-modern {
        margin-left: 0;
        margin-top: 10px;
    }

    .btn-header-cta {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
body {
    background-color: white;
    font-family: 'Segoe UI', sans-serif;
    color: var(--text-dark);
    padding-top: 80px;
}

.hero-modern {
    padding: 120px 0;
    background-color: #f8fafc;
}

.hero-title {
    font-size: 44px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 18px;
    color: #64748b;
    margin-top: 20px;
}

.hero-image {
    border-radius: 16px;
}

.btn-primary-modern {
    background-color: #2563eb;
    color: white;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
}

    .btn-primary-modern:hover {
        background-color: #1d4ed8;
        color: white;
    }

.btn-outline-modern {
    border: 2px solid #2563eb;
    color: #2563eb;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
}

    .btn-outline-modern:hover {
        background-color: #2563eb;
        color: white;
    }


.service-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

    .service-card:hover {
        transform: translateY(-5px);
    }

.navbar-brand {
    font-size: 1.4rem;
}

footer {
    font-size: 14px;
    color: #6b7280;
}
.services-section {
    background: #f8fafc;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
    color: #1e293b;
}

.section-subtitle {
    color: #64748b;
    font-size: 16px;
}

.service-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

  /*  .service-card img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }*/

.service-content {
    padding: 20px;
}

    .service-content h4 {
        font-weight: 600;
        margin-bottom: 10px;
        color: #0f172a;
    }

    .service-content p {
        color: #64748b;
        font-size: 14px;
    }
.cta-section {
    background-color: #0f172a;
    padding: 70px 0;
    color: white;
}


.cta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-subtitle {
    font-size: 16px;
    color: #cbd5e1;
}

.btn-cta {
    background-color: white;
    color: #0f172a;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s ease;
}

    .btn-cta:hover {
        background-color: #e2e8f0;
        color: #0f172a;
    }
.footer-section {
    background-color: #0f172a;
    color: #cbd5e1;
    padding: 60px 0 30px 0;
}

.footer-title {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: #cbd5e1;
        text-decoration: none;
        transition: 0.3s ease;
    }

        .footer-links a:hover {
            color: white;
        }

.footer-divider {
    border-color: #1e293b;
    margin: 30px 0;
}

.footer-bottom {
    font-size: 13px;
    color: #94a3b8;
}
.cta-section-light {
    background-color: #eef2f7;
    padding: 100px 0;
}

.cta-light-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.cta-light-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 35px;
}

.btn-cta-light {
    background-color: var(--primary-blue);
    color: white;
    padding: 16px 40px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s ease;
    font-size: 16px;
}

    .btn-cta-light:hover {
        background-color: var(--primary-blue-dark);
        color: white;
    }
/*.stats-section {
    padding: 60px 0;
   */ /*background-color: #f8fafc;
}*/
.footer-section {
    background-color: #f8fafc;
    color: #475569;
    padding: 60px 0 30px 0;
}

.footer-title {
    color: #1e293b;
}

.footer-links a {
    color: #475569;
}

    .footer-links a:hover {
        color: #2563eb;
    }

.footer-divider {
    border-color: #e2e8f0;
}

.footer-bottom {
    color: #94a3b8;
}

.services-modern {
    padding: 60px 0 80px 0;
}

.section-heading {
    font-size: 34px;
    font-weight: 700;
    color: #1e293b;
}

.section-subheading {
    color: #64748b;
    margin-top: 10px;
}
.stats-section + .services-modern {
    margin-top: -10px;
}
/*.service-card-modern {
    padding: 25px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s ease forwards;
}*/
.service-card-modern {
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card-modern img {
    width: 100%;
  /*  height: 320px;*/
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.service-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    background-color: #eef2ff;
}

        .service-card-modern:hover img {
            transform: scale(1.05);
        }


.cta-modern {
    padding: 100px 0;
    background-color: #eef2ff;
}
.cta-premium {
    padding: 120px 0;
    background-color: #f1f5f9;
}

.cta-heading {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 17px;
    color: #64748b;
    margin-bottom: 35px;
}

.btn-cta-premium {
    background-color: #2563eb;
    color: white;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .btn-cta-premium:hover {
        background-color: #1d4ed8;
        transform: translateY(-2px);
        color: white;
    }
.footer-modern {
    background-color: #ffffff;
    padding: 80px 0 40px 0;
    border-top: 1px solid #e2e8f0;
}

.footer-brand {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.footer-title {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.footer-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        text-decoration: none;
        color: #64748b;
        transition: 0.3s ease;
    }

        .footer-links a:hover {
            color: #2563eb;
        }

.footer-bottom {
    margin-top: 40px;
    font-size: 13px;
    color: #94a3b8;
}
.hero-full {
    position: relative;
    height: 95vh;
    background: url('/images/hero.png') center/cover no-repeat;
    display: flex;
    align-items: center;
}

    .hero-full::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.75);
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    max-width: 650px;
}

.hero-subtitle {
    font-size: 18px;
    color: #475569;
    margin-top: 20px;
    max-width: 550px;
}
.hero-content {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 0;
}

.section-heading {
    font-size: 40px;
    font-weight: 700;
    position: relative;
}
    .section-heading::after {
        content: "";
        width: 40px;
        height: 3px;
       /* background: linear-gradient( #2563eb, #1d4ed8);*/
        display: block;
        margin-top: 12px;
        border-radius: 2px;
    }

.section-subheading {
    font-size: 18px;
    color: #64748b;
}
.navbar-logo {
    height: 42px;
    transition: 0.3s ease;
}

    .navbar-logo:hover {
        transform: scale(1.05);
    }
.navbar-modern {
    background-color: white;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    z-index: 1000;
}
.hero-content .container {
    max-width: 1200px;
}

.navbar-logo {
    height: 60px;
    width: auto;
}

.nav-modern {
    font-weight: 500;
    color: #334155 !important;
    margin-left: 25px;
    transition: 0.3s ease;
}

    .nav-modern:hover {
        color: #2563eb !important;
    }

.btn-header-cta {
    background-color: #2563eb;
    color: white;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s ease;
}

    .btn-header-cta:hover {
        background-color: #1d4ed8;
        color: white;
    }
/*.service-card-modern {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    background: white;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}*/

.service-image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .service-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

.service-content {
    padding: 20px 22px;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
}

.service-description {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}
.service-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(37, 99, 235, 0.08);
}

    .service-card-modern:hover img {
        transform: scale(1.05);
    }
.service-card-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-color: #2563eb;
    transition: width 0.4s ease;
}

.service-card-modern:hover::before {
    width: 100%;
}
.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.service-features {
    padding: 80px 0;
}

.feature-box {
    background-color: #f8fafc;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    font-weight: 500;
    transition: 0.3s ease;
}

    .feature-box:hover {
        background-color: #eef2ff;
    }
.service-hero {
    padding: 120px 0 60px 0;
    background-color: #f8fafc;
    text-align: center;
}

.service-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #1e293b;
}

.service-hero-subtitle {
    font-size: 18px;
    color: #64748b;
    margin-top: 15px;
}
.process-section {
    background-color: white;
    padding: 70px 0;
}

.process-card {
    padding: 40px 25px;
    background: #f8fafc;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

    .process-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(37,99,235,0.08);
        background: white;
    }

.process-number {
    font-size: 42px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 15px;
}
.features-section {
    background-color: white;
    padding: 70px 0;
}

.feature-card {
    padding: 40px 25px;
    background: #f8fafc;
    border-radius: 18px;
    transition: all 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(37,99,235,0.08);
        background: white;
    }

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    background-color: #2563eb;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.stats-premium {
    padding: 40px 0;
    background: linear-gradient(to right, #f8fafc, #eef2ff);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}*/
.stat-box {
    padding: 30px 20px;
    transition: all 0.3s ease;
}


    .stat-box p {
        font-size: 15px;
        color: #64748b;
        margin: 0;
    }

    .stat-box:hover {
        transform: translateY(-4px);
    }
    .stat-box h2 {
        font-size: 28px;
        font-weight: 700;
        color: #2563eb;
        margin-bottom: 5px;
    }

    .stat-box p {
        font-size: 13px;
        color: #64748b;
        margin: 0;
    }
/*.stats-clean {
    padding: 40px 0;
    background-color: white;
}

.stat-item h2 {
    font-size: 26px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 6px;
}

.stat-item p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}*/
section {
    padding: 80px 0;
}
.stats-clean {
    padding: 25px 10px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
}

.stats-clean h2 {
    font-size: 26px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 5px;
    transition: 0.3s ease;
}

    .stats-clean p {
        font-size: 13px;
        color: #64748b;
        margin: 0;
    }

    /* Hover Effect */
    .stats-clean:hover {
        transform: translateY(-6px);
    }

        .stats-clean:hover h2 {
            color: #1d4ed8;
        }

    /* Subtle bottom accent line */
    .stats-clean::after {
        content: "";
        width: 0;
        height: 3px;
        background: #2563eb;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    .stats-clean:hover::after {
        width: 40px;
    }
.service-overview-text,
.why-us-text {
    font-size: 17px;
    color: #475569;
    line-height: 1.8;
    max-width: 800px;
}

.benefits-box {
    background: white;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
    white-space: pre-line;
}

.service-benefits-section {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
}
.benefit-container {
    background: white;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
    white-space: pre-line;
}
/*
    .benefit-container:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 40px rgba(37,99,235,0.08);
    }
*/
.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefit-list li {
        padding-left: 28px;
        position: relative;
        margin-bottom: 12px;
    }

        .benefit-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2563eb;
            font-weight: bold;
        }
.about-hero {
    padding: 80px 0 80px 0;
    background: linear-gradient(to right, #f8fafc, #eef2ff);
}

.about-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #1e293b;
}

.about-hero-subtitle {
    font-size: 18px;
    color: #64748b;
    margin-top: 15px;
}

.about-stats {
    padding: 0px 0;
    background-color: white;
}

.about-story {
    padding: 100px 0;
    background-color: #f8fafc;
}

.about-text {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-cta {
    padding: 100px 0;
    background-color: #1e293b;
    color: white;
}

    .about-cta h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .about-cta p {
        color: #cbd5e1;
        margin: 20px 0 35px 0;
    }
.contact-section {
    padding: 120px 0;
    background: linear-gradient(to right, #f8fafc, #eef2ff);
}

.contact-title {
    font-size: 38px;
    font-weight: 700;
    color: #1e293b;
}

.contact-subtitle {
    margin: 20px 0 30px 0;
    color: #64748b;
    line-height: 1.7;
}

.contact-info-box p {
    margin-bottom: 10px;
    color: #334155;
}

.contact-form-card {
    background: #ffffff;
    padding: 45px;
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

    .contact-form-card input,
    .contact-form-card textarea {
        border-radius: 12px;
        padding: 12px 16px;
        border: 1px solid #e2e8f0;
        transition: 0.3s ease;
    }

        .contact-form-card input:focus,
        .contact-form-card textarea:focus {
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
        }
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2.5s infinite;
}

    .whatsapp-float:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    }

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    background: #1e293b;
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    opacity: 0;
    transition: 0.3s ease;
    white-space: nowrap;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
.response-badge {
    display: inline-block;
    background: #eef2ff;
    color: #2563eb;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .fade-in.show {
        opacity: 1;
        transform: translateY(0);
    }
.map-section {
    padding: 80px 0;
    background: #f8fafc;
}

.map-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/*.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .whatsapp-float:hover {
        background-color: #1ebe5d;
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    }
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float {
    animation: whatsapp-pulse 2.5s infinite;
}
*/