.elementor-9811 .elementor-element.elementor-element-0e5dc07{--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;}.elementor-9811 .elementor-element.elementor-element-7680543{--spacer-size:71px;}.elementor-9811 .elementor-element.elementor-element-4da74f6{--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;}.elementor-9811 .elementor-element.elementor-element-4da74f6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9811 .elementor-element.elementor-element-c2faad3 > .elementor-widget-container{margin:0px 0px -10px 0px;padding:0px 0px 0px 0px;}.elementor-9811 .elementor-element.elementor-element-c19d300{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9811 .elementor-element.elementor-element-c19d300 > .elementor-shape-top .elementor-shape-fill, .elementor-9811 .elementor-element.elementor-element-c19d300 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#304356;}.elementor-9811 .elementor-element.elementor-element-c19d300 > .elementor-shape-top svg, .elementor-9811 .elementor-element.elementor-element-c19d300 > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);height:70px;}.elementor-9811 .elementor-element.elementor-element-c19d300 > .elementor-shape-top, .elementor-9811 .elementor-element.elementor-element-c19d300 > .e-con-inner > .elementor-shape-top{z-index:2;pointer-events:none;}.elementor-9811 .elementor-element.elementor-element-69ca3db{--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-9811 .elementor-element.elementor-element-d286b99{--spacer-size:75px;}.elementor-9811 .elementor-element.elementor-element-d286b99 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9811 .elementor-element.elementor-element-15f01d7{--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;}.elementor-9811 .elementor-element.elementor-element-11b6828{--display:flex;--min-height:0px;--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;}@media(min-width:768px){.elementor-9811 .elementor-element.elementor-element-69ca3db{--width:100%;}.elementor-9811 .elementor-element.elementor-element-11b6828{--content-width:694px;}}/* Start custom CSS for spacer, class: .elementor-element-7680543 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        p {
           color: #FEFEFE;}

        .hero {
            text-align: center;
            padding: 80px 20px;
            color: white;
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .hero .subtitle {
            font-size: 1.6rem;
            margin-bottom: 30px;
            opacity: 0.9;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero .problem-statement {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.8;
            font-style: italic;
        }

        .hero .cta-primary {
            background: #ff6b6b;
            color: white;
            padding: 18px 40px;
            font-size: 1.3rem;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
            font-weight: 600;
        }

        .hero .cta-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }

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

        .packages {
            background: white;
            padding: 100px 0;
        }

        .packages h2 {
            text-align: center;
            font-size: 3rem;
            margin-bottom: 20px;
            color: #333;
        }

        .packages .intro {
            text-align: center;
            font-size: 1.3rem;
            margin-bottom: 60px;
            color: #666;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

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

        .package {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
            border: 3px solid #f8f9fa;
        }

        .package:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.15);
        }

        .package.popular {
            border-color: #ff6b6b;
            transform: scale(1.02);
        }

        .package.popular::before {
            content: "Most Popular";
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #ff6b6b;
            color: white;
            padding: 10px 25px;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 600;
        }

        .package h3 {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: #333;
            font-weight: 700;
        }

        .package .tagline {
            font-size: 1rem;
            color: #667eea;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .package .price {
            font-size: 2.5rem;
            font-weight: 700;
            color: #667eea;
            margin-bottom: 10px;
        }

        .package .price span {
            font-size: 1.1rem;
            color: #666;
        }

        .package .setup-fee {
            font-size: 0.95rem;
            color: #27ae60;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .package .setup-fee .original {
            text-decoration: line-through;
            color: #999;
            margin-right: 8px;
        }

        .package ul {
            list-style: none;
            margin-bottom: 30px;
            text-align: left;
        }

        .package li {
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
            font-size: 0.95rem;
        }

        .package li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4CAF50;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .package .cta-btn {
            background: #667eea;
            color: white;
            padding: 15px 35px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            font-weight: 600;
            font-size: 1.1rem;
        }

        .package .cta-btn:hover {
            background: #5a6fd8;
            transform: translateY(-2px);
        }

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

        .problem-solution h2 {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 50px;
            color: #333;
        }

        .problem-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin-bottom: 60px;
        }

        .problem, .solution {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .problem h3 {
            color: #e74c3c;
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .solution h3 {
            color: #27ae60;
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .problem ul, .solution ul {
            list-style: none;
            padding: 0;
        }

        .problem li {
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
            color: #666;
        }

        .problem li::before {
            content: "✗";
            position: absolute;
            left: 0;
            color: #e74c3c;
            font-weight: bold;
        }

        .solution li {
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
            color: #666;
        }

        .solution li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #27ae60;
            font-weight: bold;
        }

        .stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .stat {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            text-align: center;
        }

        .stat .number {
            font-size: 2.8rem;
            font-weight: 700;
            color: #667eea;
            margin-bottom: 10px;
        }

        .stat .label {
            color: #666;
            font-weight: 600;
            font-size: 1.1rem;
        }

        .final-cta {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: white;
            text-align: center;
            padding: 80px 20px;
        }

        .final-cta h2 {
            font-size: 3rem;
            margin-bottom: 25px;
        }

        .final-cta p {
            font-size: 1.3rem;
            margin-bottom: 40px;
            opacity: 0.9;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

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

        .faq-section h2 {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 50px;
            color: #333;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            margin-bottom: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: #667eea;
        }

        .faq-question {
            padding: 25px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: #f8f9fa;
        }

        .faq-question h3 {
            font-size: 1.2rem;
            color: #333;
            margin: 0;
            font-weight: 600;
        }

        .faq-icon {
            font-size: 1.5rem;
            color: #667eea;
            transition: transform 0.3s ease;
            font-weight: bold;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 30px;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 30px 25px 30px;
        }

        .faq-answer p {
            color: #666;
            line-height: 1.8;
            margin: 0;
        }

        @media (max-width: 1024px) {
            .package-grid {
                grid-template-columns: 1fr;
            }
            .problem-grid {
                grid-template-columns: 1fr;
            }
            .package.popular {
                transform: none;
            }
        }

        @media (max-width: 768px) {
            .hero h1 { font-size: 2.5rem; }
            .hero .subtitle { font-size: 1.3rem; }
            .packages h2 { font-size: 2.2rem; }
            .package { padding: 30px 25px; }
        }
</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0e5dc07 */.main-header .outer-container .logo-box .logo {
  padding: 10px 0px 30px 0px;}
.main-header .menu-area .btn-box {
  margin: 30px 0px 0px 70px;}/* End custom CSS */