.elementor-46580 .elementor-element.elementor-element-472a684{--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;--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-46580 .elementor-element.elementor-element-bfe5167{--display:flex;--justify-content:center;}.elementor-46580 .elementor-element.elementor-element-90317ad{text-align:start;}.elementor-46580 .elementor-element.elementor-element-90317ad .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:45px;line-height:52px;color:#000000;}.elementor-46580 .elementor-element.elementor-element-aca4dd0{font-family:"Inter", Sans-serif;font-size:18px;color:#FFFFFF;}.elementor-46580 .elementor-element.elementor-element-9685f56{--display:flex;--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-46580 .elementor-element.elementor-element-78648cc > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-46580 .elementor-element.elementor-element-55ea6b5{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46580 .elementor-element.elementor-element-d5622a1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-46580 .elementor-element.elementor-element-90317ad{text-align:center;}}@media(max-width:767px){.elementor-46580 .elementor-element.elementor-element-472a684{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-46580 .elementor-element.elementor-element-90317ad{width:auto;max-width:auto;text-align:start;}}/* Start custom CSS for html, class: .elementor-element-d5622a1 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Container System */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-lg {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Spacing */
.section {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Typography */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 17px;}
.text-xl { font-size: 18px; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 40px; }
.text-5xl { font-size: 3rem; }
.text-6xl { font-size: 3.75rem; }

.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

/* Colors */
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #6b7280; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.text-white { color: #ffffff; }
.text-green { color: #00c49a; }
.text-red { color: #ef4444; }

.bg-white { background-color: #ffffff; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-green { background-color: #00c49a; }

/* Spacing */
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }

.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }

/* Flexbox */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }

/* Grid System */
.grid {
    display: grid;
    gap: 2rem;
}

.grid-1 { grid-template-columns: 1fr; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
}

.btn-primary {
    background-color: #00c49a;
    color: white;
}

.btn-primary:hover {
    background-color: #00b389;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 196, 154, 0.3);
}

.btn-outline {
    background-color: transparent;
    color: #374151;
    border: 2px solid #d1d5db;
}

.btn-outline:hover {
    border-color: #00c49a;
    color: #00c49a;
    background-color: rgba(0, 196, 154, 0.05);
}

.btn-lg {
    padding: 10px 25px;
    font-size: 16px;
}

/* Cards */
.card {
    background-color: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
    height: 100%;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -6px rgba(0, 0, 0, 0.15);
}

/* Badge */
.badge {
    display: inline-block;
    padding: 8px 16px;
    background-color: rgba(0, 196, 154, 0.1);
    color: #00c49a;
    border: 1px solid rgba(0, 196, 154, 0.2);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

/* Hero Section */
.hero {
    padding: 80px 60px;
    
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    position: relative;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.hero-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #111827;
}

.hero-highlight {
    color: #00c49a;
    position: relative;
}

.hero-underline {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: rgba(0, 196, 154, 0.2);
    z-index: -1;
    animation: expandWidth 1s ease-out 1.5s both;
}

.hero-stats {
    background: linear-gradient(135deg, rgba(0, 196, 154, 0.1), rgba(0, 196, 154, 0.05));
    border-radius: 24px;
    padding: 32px;
    position: relative;
}

.stats-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: float 6s ease-in-out infinite;
}

.floating-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #00c49a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px -3px rgba(0, 196, 154, 0.3);
    animation: floatY 3s ease-in-out infinite;
}

.floating-icon-1 {
    top: -16px;
    right: -16px;
}

.floating-icon-2 {
    bottom: -16px;
    left: -16px;
    background: white;
    color: #00c49a;
    border: 2px solid rgba(0, 196, 154, 0.2);
    animation-delay: 2s;
}

/* Problem Section */
.problem-section {
    background: linear-gradient(to bottom, #f9fafb, white);
}

.problem-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* Features Section */
.features-section {
    background: linear-gradient(135deg, rgba(0, 196, 154, 0.05) 0%, white 50%, rgba(0, 196, 154, 0.1) 100%);
}

.tab-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: white;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f4f6;
    margin-bottom: 32px;
    gap: 8px;
    width: fit-content;
    justify-content: center;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.tab-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    background: transparent;
    color: #6b7280;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: nowrap;
}

.tab-button.active {
    background: #00c49a;
    color: white;
    box-shadow: 0 4px 14px 0 rgba(0, 196, 154, 0.39);
}

.tab-button:hover:not(.active) {
    color: #00c49a;
    background: rgba(0, 196, 154, 0.05);
}

.tab-content {
    background: white;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #f3f4f6;
    overflow: hidden;
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeInUp 0.5s ease-out;
}

.tab-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.tab-text {
    padding: 48px;
}

.tab-mockup {
    background: linear-gradient(135deg, rgba(0, 196, 154, 0.1), rgba(0, 196, 154, 0.05));
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mockup {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 320px;
    width: 100%;
    animation: mockupEntry 0.6s ease-out;
}

/* Use Cases */
.use-case-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #00c49a, #00b389);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 24px;
}

/* FAQ */
.faq-item {
    background: white;
    border: 1px solid #00c49a;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 6px -1px rgba(133, 212, 200, 0.5);
    background: white;
    border-top: 1px solid #00c49a;
    border-bottom: none;
    border-left: 1px solid #00c49a;
    border-right: 1px solid #00c49a;
    border-radius: 8px;
}

.faq-question {
    width: 100%;
    padding: 24px;
    background: transparent;
    border-top: 1px solid #00c49a;
    border-bottom: none;
    border-left: 1px solid #00c49a;
    border-right: 1px solid #00c49a;
    border-radius: 8px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #f9fafb;
    border-top: 1px solid #00c49a;
    border-bottom: none;
    border-left: 1px solid #00c49a;
    border-right: 1px solid #00c49a;
    border-radius: 8px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.open {
    max-height: 200px;
}

.faq-answer-content {
    padding: 0 24px 24px;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
}

.chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.chevron.rotate {
    transform: rotate(180deg);
}

/* Progress Bars */
.progress-bar {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 50px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    border-radius: 50px;
    transition: width 1s ease;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes floatY {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes mockupEntry {
    from {
        opacity: 0;
        transform: scale(0.8) rotateY(90deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.pulse { animation: pulse 2s infinite; }

/* Utility Classes */
.space-x-2 > * + * { margin-left: 8px; }
.space-x-3 > * + * { margin-left: 12px; }
.space-x-4 > * + * { margin-left: 16px; }
.space-y-3 > * + * { margin-top: 12px; }
.space-y-4 > * + * { margin-top: 16px; }
.space-y-6 > * + * { margin-top: 24px; }

.rounded-full { border-radius: 50%; }
.rounded-lg { border-radius: 8px; }
.rounded-xl { border-radius: 12px; }
.rounded-2xl { border-radius: 16px; }

.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }

.w-full { width: 100%; }
.h-full { height: 100%; }

/* Responsive Design */
@media (min-width: 640px) {
    .container { padding: 0 24px; }
    .hero-title { font-size: 44px; }
    .text-5xl { font-size: 48px; }
    .text-6xl { font-size: 56px; }
    .sm\:grid-2 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .tab-grid { grid-template-columns: 1fr 1fr; }
    .md\:grid-2 { grid-template-columns: repeat(2, 1fr); }
    .md\:grid-3 { grid-template-columns: repeat(3, 1fr); }
    .md\:grid-4 { grid-template-columns: repeat(4, 1fr); }
    .tab-navigation { flex-wrap: nowrap; }
}

@media (min-width: 1024px) {
    .container { padding: 0 32px; }
    .hero-title { font-size: 44px; }
    .text-5xl { font-size: 48px; }
    .text-6xl { font-size: 64px; }
    .lg\:grid-2 { grid-template-columns: repeat(2, 1fr); }
    .lg\:grid-3 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .hero-title { font-size: 40px; }
    .text-4xl { font-size: 30px; }
    .text-3xl { font-size: 24px; }
    .section { padding: 60px 0; }
    .tab-text { padding: 32px; }
    .tab-mockup { padding: 32px; }
    .btn { padding: 12px 20px; font-size: 14px; }
    .btn-lg { padding: 14px 24px; font-size: 16px; }
    .hero { padding: 60px 0; }
    .hero-grid { gap: 32px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .hero-title { font-size: 32px; }
    .text-4xl { font-size: 24px; }
    .card { padding: 20px; }
    .tab-text { padding: 24px; }
    .tab-mockup { padding: 24px; }
    .faq-question { padding: 20px; font-size: 16px; }
    .faq-answer-content { padding: 0 20px 20px; }
}

/* Icon Styles */
.icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-lg {
    width: 24px;
    height: 24px;
}

.icon-xl {
    width: 32px;
    height: 32px;
}
    
    
.acepeakai-faq-section {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.acepeakai-faq-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.acepeakai-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.acepeakai-accordion-entry {
    background-color: white;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.acepeakai-accordion-header {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.acepeakai-accordion-header:hover {
    background-color: #f9fafb;
}

.acepeakai-accordion-arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.acepeakai-accordion-entry.acepeakai-open .acepeakai-accordion-arrow {
    transform: rotate(180deg);
}

.acepeakai-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.acepeakai-accordion-entry.acepeakai-open .acepeakai-accordion-body {
    max-height: 200px;
}

.acepeakai-accordion-text {
    padding: 0 1.5rem 1.5rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}


@media only screen and (max-width: 767px){
  
  .text-down {
    text-align: left;
    
    
   .text-center1{
    text-align: left;
  }
  
  
}/* End custom CSS */