.elementor-231579 .elementor-element.elementor-element-5cacaed{--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;--justify-content:center;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;overflow:visible;}.elementor-231579 .elementor-element.elementor-element-6e3eb3b > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-5cacaed */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            margin: 0;
            padding: 0;
            line-height: 1.6;
            color: #1e293b;
            background: #ffffff;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .btn {
            display: inline-block;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 14px;
        }

        .btn-primary {
          border-radius: 50px;
    background: #0036b0;
    color: white;
    margin-top: 15px;
        }

        .btn-primary:hover {
            background: #0f766e;
        }

        .btn-secondary {
            background: white;
            color: #0d9488;
            border: 1px solid #0d9488;
        }

        .btn-secondary:hover {
            background: #f0fdfa;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #f0fdfa 0%, #e0f2f1 100%);
            padding: 60px 0;
            position: relative;
        }

        .hero-container {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        .hero-content {
            flex: 1;
        }

        .hero-content h1 {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.2;
            color: #0f172a;
            margin-bottom: 20px;
        }

        .hero-content p {
            font-size: 16px;
            color: #475569;
            margin-bottom: 30px;
            line-height: 1.6;
        }

        .hero-actions {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .hero-image {
            flex: 1;
            max-width: 500px;
        }

        .hero-image img {
            width: 100%;
            height: auto;
            border-radius: 12px;
        }

        /* Content Sections */
        .content-section {
            padding: 60px 0;
        }

        .content-section h2 {
            font-size: 28px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 24px;
        }

        .content-section h3 {
            font-size: 22px;
            font-weight: 600;
            color: #1e293b;
            margin: 32px 0 16px 0;
        }

        .content-section p {
            color: #475569;
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.7;
        }

        /* Grid Sections */
        .grid-2x2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-top: 30px;
        }

        .grid-card {
            background: #f8fafc;
            padding: 30px;
            border-radius: 8px;
        }

        .grid-card p {
            margin: 0;
            font-size: 15px;
            line-height: 1.6;
            color: #475569;
        }

        /* Bullet Lists */
        .bullet-list {
            list-style: none;
            margin: 20px 0;
        }

        .bullet-list li {
            padding: 12px 0;
            padding-left: 40px;
            position: relative;
            color: #475569;
            font-size: 16px;
            line-height: 1.6;
        }

        .bullet-list li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 15px;
            height: 15px;
            background-color: #0036b0;
            border-radius: 50%;
        }

        /* FAQ Section */
        .faq-section {
            background: #f9fafb;
            padding: 60px 0;
        }

        .faq-container {
            background: white;
            border-radius: 12px;
            padding: 20px 40px;
            margin-top: 40px;
        }

        .faq-item {
            background: transparent;
            border: none;
            border-bottom: 1px solid #e5e7eb;
            margin-bottom: 0;
            overflow: visible;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            padding: 32px 0;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            cursor: pointer;
            font-weight: 500;
            color: #1e293b;
            font-size: 18px;
            line-height: 1.4;
        }

        .faq-question:hover {
            background: transparent;
        }

        .faq-question span:first-child {
            flex: 1;
            padding-right: 40px;
        }

        .faq-toggle {
            font-size: 24px;
            color: #0d9488;
            font-weight: 300;
            transition: all 0.3s ease;
            flex-shrink: 0;
            line-height: 1;
        }

        .faq-answer {
            padding: 0 0 32px 0;
            color: #6b7280;
            font-size: 16px;
            line-height: 1.6;
            display: none;
        }

        .faq-answer.active {
            display: block;
        }

        /* Case Study Section */
        .case-study-grid {
            margin-top: 24px;
        }

        .case-study-item {
            margin-bottom: 16px;
        }

        .case-study-item strong {
            color: #0f172a;
        }

        /* Resources Section */
        .resources-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 40px;
        }

        .resource-card {
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 30px;
            transition: all 0.3s ease;
            overflow: hidden;
            word-wrap: break-word;
        }

        .resource-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-color: #0d9488;
        }

        .resource-card h4 {
            font-size: 18px;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 20px;
            line-height: 1.4;
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
        }

        .resource-card p {
            margin-bottom: 16px;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .resource-card .btn {
            color: #0d9488;
            font-size: 14px;
            font-weight: 600;
            background: none;
            padding: 0;
            text-decoration: none;
        }

        .resource-card .btn:hover {
            color: #003da5;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, #f0fdfa 0%, #e0f2f1 100%);
            padding: 80px 0;
            text-align: center;
            margin-top: 60px;
        }

        .cta-section h2 {
            font-size: 32px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 30px;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero-container {
                flex-direction: column;
            }

            .hero-image {
                max-width: 100%;
            }

            .grid-2x2 {
                grid-template-columns: 1fr;
            }

            .resources-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 0 20px;
            }

            .hero {
                padding: 40px 0;
            }

            .hero-content h1 {
                font-size: 28px;
            }

            .content-section {
                padding: 40px 0;
            }

            .content-section h2 {
                font-size: 24px;
            }

            .hero-actions {
                flex-direction: column;
            }

            .btn {
                width: 100%;
                text-align: center;
            }
        }/* End custom CSS */