.elementor-6 .elementor-element.elementor-element-1a375fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-cd75e68{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-4e09b05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-6cabe95{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-05e633c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-d878146{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-1197b2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cd75e68 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .hero-section {
            position: relative;
            min-height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 4rem 2rem;
            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(255,255,255,0.02)" fill="none" stroke-width="2"/></svg>');
            opacity: 0.5;
            pointer-events: none;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 1000px;
            margin: 0 auto;
        }

        .main-heading {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #fb923c 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 4px 20px rgba(251, 191, 36, 0.3);
        }

        .supporting-text {
            font-size: 1.25rem;
            line-height: 1.8;
            color: #e2e8f0;
            margin-bottom: 2.5rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 400;
        }

        .cta-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn {
            padding: 1.1rem 2.5rem;
            font-size: 1.05rem;
            font-weight: 600;
            border-radius: 12px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.7rem;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .btn-whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            color: white;
        }

        .btn-whatsapp:hover {
            background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
            transform: translateY(-3px);
            box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
        }

        .btn-call {
            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
            color: white;
        }

        .btn-call:hover {
            background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
            transform: translateY(-3px);
            box-shadow: 0 6px 25px rgba(34, 197, 94, 0.4);
        }

        .btn-icon {
            width: 24px;
            height: 24px;
        }

        /* Decorative elements */
        .floating-element {
            position: absolute;
            opacity: 0.1;
            pointer-events: none;
        }

        .floating-element-1 {
            top: 10%;
            left: 5%;
            font-size: 3rem;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element-2 {
            bottom: 15%;
            right: 8%;
            font-size: 2.5rem;
            animation: float 8s ease-in-out infinite 2s;
        }

        .floating-element-3 {
            top: 60%;
            left: 10%;
            font-size: 2rem;
            animation: float 7s ease-in-out infinite 1s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(5deg);
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                min-height: 60vh;
                padding: 3rem 1.5rem;
            }

            .main-heading {
                font-size: 2.2rem;
            }

            .supporting-text {
                font-size: 1.05rem;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 1rem;
            }

            .btn {
                width: 100%;
                justify-content: center;
                padding: 1rem 2rem;
            }
        }

        @media (max-width: 480px) {
            .main-heading {
                font-size: 1.8rem;
            }

            .supporting-text {
                font-size: 0.95rem;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cabe95 */<style>
       
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            padding: 60px 20px;
        }

        .services-section {
            max-width: 1100px;
            margin: 0 auto;
        }

        .section-heading {
            text-align: center;
            color: #fbbf24;
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 50px;
            letter-spacing: 1px;
        }

        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .service-card {
            background: white;
            border-radius: 15px;
            padding: 35px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
        }

        .card-heading {
            color: #1e3c72;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 3px solid #fbbf24;
        }

        .card-points {
            list-style: none;
        }

        .card-points li {
            color: #333;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
        }

        .card-points li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #10b981;
            font-weight: bold;
            font-size: 18px;
        }

        .cta-section {
            text-align: center;
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .cta-text {
            color: #1e3c72;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 25px;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 15px 35px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 50px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .whatsapp-btn {
            background: #25d366;
            color: white;
        }

        .whatsapp-btn:hover {
            background: #1fb855;
            transform: scale(1.05);
        }

        .call-btn {
            background: #10b981;
            color: white;
        }

        .call-btn:hover {
            background: #059669;
            transform: scale(1.05);
        }

        .btn-icon {
            font-size: 22px;
        }

        @media (max-width: 768px) {
            .section-heading {
                font-size: 32px;
            }

            .cards-container {
                grid-template-columns: 1fr;
            }

            .cta-text {
                font-size: 20px;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .cta-btn {
                width: 100%;
                max-width: 300px;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d878146 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            min-height: 100vh;
        }

        /* Contact Section Styles */
        .contact-section {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            padding: 5rem 2rem;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .contact-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                linear-gradient(rgba(251, 191, 36, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(251, 191, 36, 0.03) 1px, transparent 1px);
            background-size: 60px 60px;
            pointer-events: none;
        }

        .contact-container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .contact-heading {
            text-align: center;
            margin-bottom: 3rem;
        }

        .contact-heading h2 {
            font-size: 2.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.8rem;
        }

        .contact-heading p {
            font-size: 1.1rem;
            color: #cbd5e1;
        }

        .contact-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        .contact-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 2.5rem 2rem;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .contact-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #fbbf24, #f59e0b);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .contact-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(251, 191, 36, 0.2);
            border-color: rgba(251, 191, 36, 0.3);
        }

        .contact-card:hover::before {
            transform: scaleX(1);
        }

        .contact-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
        }

        .contact-card h3 {
            color: #fbbf24;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .contact-card p {
            color: #e2e8f0;
            font-size: 1.05rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .contact-card a {
            color: #fbbf24;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }

        .contact-card a:hover {
            color: #f59e0b;
            gap: 0.8rem;
        }

        @media (max-width: 768px) {
            .contact-section {
                padding: 3rem 1.5rem;
            }

            .contact-heading h2 {
                font-size: 2.2rem;
            }

            .contact-cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6f595f */<style>
    body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    .footer {
        background-color: #1D283A;
        color: #ffffff;
        padding: 50px 20px;
    }

    .footer-container {
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .footer-column h3 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .footer-column p {
        font-size: 14px;
        line-height: 1.6;
        color: #e0e0e0;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .footer-column ul li a {
        color: #ffffff;
        text-decoration: none;
    }

    .footer-column ul li a:hover {
        text-decoration: underline;
    }

    .contact-item {
        font-size: 14px;
        margin-bottom: 12px;
        color: #e0e0e0;
    }

    .contact-item span {
        margin-right: 8px;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 40px;
        font-size: 13px;
        color: #cccccc;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 15px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .footer-container {
            grid-template-columns: 1fr;
            gap: 25px;
        }
    }
</style>/* End custom CSS */