     .new_sec_container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .new_sec_section {
            background: white;
            margin: 2rem 0;
            padding: 2.5rem;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        }

        .new_sec_heading {
            color: #2c3e50;
            margin-bottom: 1.5rem;
            font-weight: 600;
            font-size: 2.1rem;
        }

        .new_sec_paragraph {
            margin-bottom: 1.2rem;
            color: #555;
            font-size: 1.1rem;
        }

        .new_sec_list, .new_sec_ordered_list {
            margin: 1.5rem 0;
            padding-left: 1.5rem;
            list-style: disc;
        }

        .new_sec_list_item {
            margin-bottom: 0.8rem;
            color: #555;
            font-size: 1.05rem;
        }

        .new_sec_strong {
            color: #2c3e50;
            font-weight: 600;
        }

        .new_sec_emphasis {
            color: #7f8c8d;
        }

        .new_sec_btn {
            display: inline-block;
            padding: 14px 28px;
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            margin-top: 1rem;
        }

        .new_sec_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
        }

        .new_sec_btn_primary {
            background: linear-gradient(135deg, #533a8d, #362361);
        }

        .new_sec_btn_primary:hover {
            box-shadow: 0 4px 15px rgba(121, 99, 236, 0.3);
        }

        .new_sec_grid {
            display: grid;
            gap: 2rem;
            margin: 2rem 0;
        }

        .new_sec_grid_2 {
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        }

        .new_sec_grid_item {
            background: #f8f9fa;
            padding: 1.5rem;
            border-radius: 8px;
            border-left: 4px solid #8466D5;
        }

        .new_sec_grid_item_heading {
            color: #2c3e50;
            margin-bottom: 0.8rem;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .new_sec_grid_item_paragraph {
            margin-bottom: 0;
            font-size: 1rem;
            color: #555;
        }

        .new_sec_accordion {
            margin: 1rem 0;
            border: 1px solid #e1e8ed;
            border-radius: 8px;
            overflow: hidden;
        }

        .new_sec_accordion_summary {
            background: #f8f9fa;
            padding: 1.2rem;
            cursor: pointer;
            font-weight: 600;
            color: #2c3e50;
            font-size: 1.1rem;
            transition: background-color 0.3s ease;
            position: relative;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .new_sec_accordion_summary::-webkit-details-marker {
            display: none;
        }

        .new_sec_accordion_summary:hover {
            background: #ecf0f1;
        }

        .new_sec_accordion[open] .new_sec_accordion_summary {
            background: #8466D5;
            color: white;
        }

        .new_sec_accordion_icon {
            width: 24px;
            height: 24px;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .new_sec_accordion[open] .new_sec_accordion_icon {
            transform: rotate(180deg);
        }

        .new_sec_accordion_content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: white;
        }

        .new_sec_accordion[open] .new_sec_accordion_content {
            max-height: 200px;
        }

        .new_sec_accordion_paragraph {
            padding: 1.2rem;
            margin: 0;
            background: white;
            border-top: 1px solid #e1e8ed;
            color: #555;
        }

        .new_sec_tip {
            /* background: #fff3cd; */
            /* border: 1px solid #ffeaa7; */
            /* border-radius: 8px; */
            /* padding: 1rem; */
            margin: 1.5rem 0;
        }

        .new_sec_tip .new_sec_emphasis {
            color: #856404;
            font-weight: 600;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .new_sec_section {
                padding: 1.5rem;
                margin: 1rem 0;
            }

            .new_sec_heading {
                font-size: 2rem;
            }

            .new_sec_paragraph, .new_sec_list_item {
                font-size: 1rem;
            }

            .new_sec_grid {
                gap: 1rem;
            }

            .new_sec_grid_2 {
                grid-template-columns: 1fr;
            }

            .new_sec_btn {
                display: block;
                text-align: center;
                width: 100%;
                max-width: 300px;
            }

            .new_sec_list, .new_sec_ordered_list {
                padding-left: 1.2rem;
            }

            .new_sec_accordion_paragraph {
                padding: 1rem;
            }

            .new_sec_accordion_summary {
                padding: 1rem;
                font-size: 1rem;
            }
            .popUpCalendly{
                padding-inline: 10px;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .new_sec_container {
                padding: 0 15px;
            }

            .new_sec_section {
                padding: 1.2rem;
            }

            .new_sec_heading {
                font-size: 1.8rem;
                line-height: 1.3;
            }

            .new_sec_grid_item {
                padding: 1.2rem;
            }
        }
.elementor-1038 .elementor-element.elementor-element-37bb1805 .elementor-social-icon svg{
    width: 20px;
    height: 20px;
}

.elementor-1038 .elementor-element.elementor-element-37bb1805 .elementor-social-icon{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}