.elementor-4293 .elementor-element.elementor-element-68da448{padding:0vw 1vw 0vw 1vw;}.elementor-4293 .elementor-element.elementor-element-0d459b3{--iteration-count:infinite;width:var( --container-widget-width, 99.286% );max-width:99.286%;--container-widget-width:99.286%;--container-widget-flex-grow:0;--dynamic-text-color:#64A70B;}.elementor-4293 .elementor-element.elementor-element-0d459b3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4293 .elementor-element.elementor-element-0d459b3 .elementor-widget-container{--e-transform-origin-x:center;--e-transform-origin-y:center;}.elementor-4293 .elementor-element.elementor-element-0d459b3 .elementor-headline{text-align:center;}.elementor-4293 .elementor-element.elementor-element-06a0ed3{padding:0vw 1vw 0vw 1vw;}.elementor-4293 .elementor-element.elementor-element-7899ce2{text-align:center;}.elementor-4293 .elementor-element.elementor-element-7899ce2 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:30px;font-weight:600;color:var( --e-global-color-text );}.elementor-4293 .elementor-element.elementor-element-80cd265{padding:0vw 0vw 0vw 0vw;}.elementor-4293 .elementor-element.elementor-element-0286d17{width:100%;max-width:100%;}.elementor-4293 .elementor-element.elementor-element-0286d17 > .elementor-widget-container{margin:10px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4293 .elementor-element.elementor-element-0286d17 p{margin-block-end:0px;}.elementor-4293 .elementor-element.elementor-element-91293a8{margin-top:0px;margin-bottom:0px;padding:0px 10px 0px 10px;}.elementor-4293 .elementor-element.elementor-element-c0f5531 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4293 .elementor-element.elementor-element-7253ba5{padding:0vw 1vw 0vw 1vw;}.elementor-4293 .elementor-element.elementor-element-44b0785{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0vw 2vw 0vw 2vw;}.elementor-4293 .elementor-element.elementor-element-44b0785 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4293 .elementor-element.elementor-element-d493968{text-align:center;}.elementor-4293 .elementor-element.elementor-element-592d24b{--e-image-carousel-slides-to-show:6;}.elementor-4293 .elementor-element.elementor-element-614f3e1{--spacer-size:50px;}.elementor-4293 .elementor-element.elementor-element-82db35a{padding:0vw 2vw 0vw 2vw;}.elementor-4293 .elementor-element.elementor-element-fe5692d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4293 .elementor-element.elementor-element-7e00e06{text-align:center;}.elementor-4293 .elementor-element.elementor-element-6fe8295{margin-top:0px;margin-bottom:0px;padding:0vw 2vw 0vw 2vw;}.elementor-4293 .elementor-element.elementor-element-e7945d8{--grid-row-gap:35px;--grid-column-gap:33px;}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-4293 .elementor-element.elementor-element-e7945d8:after{content:"0.66";}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-post__thumbnail__link{width:100%;}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-post__meta-data span + span:before{content:"•";}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-post__text{margin-top:20px;}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-post__badge{right:0;}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-post__card .elementor-post__badge{margin:20px;}.elementor-4293 .elementor-element.elementor-element-bbaac5d{--spacer-size:50px;}@media(max-width:1024px){.elementor-4293 .elementor-element.elementor-element-0d459b3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:27px 27px 27px 27px;}}@media(max-width:767px){.elementor-4293 .elementor-element.elementor-element-0d459b3 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4293 .elementor-element.elementor-element-0d459b3 .elementor-headline{font-size:5.7vw;}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-4293 .elementor-element.elementor-element-e7945d8:after{content:"0.5";}.elementor-4293 .elementor-element.elementor-element-e7945d8 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-0286d17 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* Speed-focused animations and keyframes */
@keyframes speedSlideIn {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes speedFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes speedPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes speedGlow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(67, 224, 167, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(67, 224, 167, 0.6), 0 0 30px rgba(67, 224, 167, 0.4);
    }
}

.hero-section {
    background: linear-gradient(
        135deg, 
        #1e3a8a 0%, 
        #059669 50%, 
        #166534 100%
    );
    animation: speedGradientShift 4s ease infinite;
    padding: 20px 50px 30px 100px;
    color: #fff;
    min-height: 340px;
    display: flex;
    align-items: center;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    cursor: default;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@keyframes speedGradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    animation: speedFadeIn 0.8s ease-out;
}

.hero-text {
    flex: 1;
    max-width: 600px;
    animation: speedSlideIn 1s ease-out;
}

/* Hero Banner with Background Image and Keywords Animation */
.hero-banner {
    flex: 1;
    max-width: 500px;
    width: 500px;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('https://www.captivateconnect.com/wp-content/uploads/2025/07/heroimg4.gif');
    background-size:99.99%;
    background-position: center;
    animation: speedSlideIn 1.2s ease-out;
    order: 2;
}

.hero-image {
    display: none;
}

.hero-image img {
    display: none;
}

.keywords-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 1;
}

.keyword-slide {
    font-size: 2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    opacity: 0;
    animation: keywordSlide 6s infinite ease-in-out;
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.keyword-slide:nth-child(1) {
    animation-delay: 0s;
    top: 5%;
    left: 5%;
    transform: rotate(-15deg);
}

.keyword-slide:nth-child(2) {
    animation-delay: 2s;
    top: 40%;
    right: -5%;
    transform: rotate(10deg) translateY(-50%);
}

.keyword-slide:nth-child(3) {
    animation-delay: 4s;
    top: 78%;
    left: 10%;
    transform: rotate(8deg) translateY(-100%);
}

@keyframes keywordSlide {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }
    20% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    80% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    100% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
}
.hero-subtitle {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    animation: speedFadeIn 1.2s ease-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

.hero-title {
    margin: 0 0 2rem 0;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.5px;
    color: #fff;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    animation: speedSlideIn 1s ease-out;
    animation-delay: 0.4s;
    animation-fill-mode: both;
    position: relative;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg, 
        transparent 0%,
        #43e0a7 20%,
        #0078d4 40%,
        #0BA70B 60%,
        #43e0a7 80%,
        transparent 100%
    );
    background-size: 200% 100%;
    border-radius: 2px;
    animation: speedLineFlow 3s ease-in-out infinite, speedLineGlow 2s ease-in-out infinite alternate;
    box-shadow: 0 0 10px rgba(67, 224, 167, 0.3);
}

@keyframes speedLineFlow {
    0% {
        background-position: -200% 0;
        opacity: 0.6;
    }
    50% {
        background-position: 0% 0;
        opacity: 1;
    }
    100% {
        background-position: 200% 0;
        opacity: 0.6;
    }
}

@keyframes speedLineGlow {
    0% {
        box-shadow: 0 0 10px rgba(67, 224, 167, 0.3), 0 0 20px rgba(67, 224, 167, 0.1);
        height: 4px;
    }
    100% {
        box-shadow: 0 0 20px rgba(67, 224, 167, 0.6), 0 0 40px rgba(67, 224, 167, 0.3);
        height: 5px;
    }
}
.hero-features {
    margin: 0 0 36px 0;
    font-size: 1.18rem;
    font-weight: 400;
    line-height: 1.65;
    padding: 0;
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    animation: speedFadeIn 1s ease-out;
    animation-delay: 0.6s;
    animation-fill-mode: both;
}

.hero-features > div {
    padding-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 12px;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateX(-20px);
    animation: speedSlideIn 0.6s ease-out forwards;
}

.hero-features > div:nth-child(1) {
    animation-delay: 0.8s;
}

.hero-features > div:nth-child(2) {
    animation-delay: 1s;
}

.hero-features > div:nth-child(3) {
    animation-delay: 1.2s;
}

.hero-features > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.hero-features li {
    list-style-type: disc;
    font-size: 1.3rem;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    animation: speedFadeIn 1s ease-out;
    animation-delay: 1.4s;
    animation-fill-mode: both;
}

.hero-actions a {
    margin-right: 18px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
}

.hero-btn,
.explore-btn {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.hero-btn::before,
.explore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: -1;
}

.hero-btn:hover::before,
.explore-btn:hover::before {
    width: 300px;
    height: 300px;
}

.hero-btn {
    background: #0078d4;
    color: #fff;
    border-color: #0078d4;
    animation: speedPulse 2s ease-in-out infinite;
    text-shadow: none;
    font-weight: 600;
}

.hero-btn:hover {
    background: #005fa3;
    border-color: #005fa3;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 120, 212, 0.3);
    animation: speedGlow 1.5s ease-in-out infinite;
}

.hero-btn:active {
    background: #004c82;
    border-color: #004c82;
    color: #fff;
    transform: translateY(0);
}
.explore-btn {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
    transition: all 0.15s ease;
    text-shadow: none;
    font-weight: 600;
}

.explore-btn:hover {
    background: #fff;
    color: #0BA70B;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.explore-btn:active {
    transform: translateY(0);
}

/* Responsive styles */
@media (max-width: 900px) {
    .hero-section {
        padding: 40px 60px;
        min-height: 280px;
    }
    .hero-content {
        flex-direction: column;
        gap: 25px;
        text-align: center;
        max-width: 900px;
    }
    .hero-content, .hero-text {
        max-width: 100%;
    }
    .hero-banner {
        max-width: 100%;
        order: 1;
        background-image: none;
        background-size: 350px auto;
        min-height: 380px;
        display: none;
    }
    .keyword-slide {
        font-size: 1.8rem;
        display: none;
    }
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 0.4rem;
    }
    .hero-title {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
        line-height: 1.1;
    }
    .hero-features {
        font-size: 1.1rem;
        margin: 0 0 28px 0;
        line-height: 1.5;
    }
    .hero-features > div {
        padding-left: 0;
        border-bottom: 1px solid rgba(255,255,255,0.25);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .hero-features > div:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .hero-features li {
        font-size: 1.2rem;
    }
    .hero-actions {
        margin-top: 20px;
        justify-content: center;
        gap: 15px;
    }
    .hero-actions a {
        padding: 12px 24px;
        font-size: 1rem;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 600px) {
    .hero-section {
        padding: 20px 2vw;
        text-align: center;
        border-radius: 10px;
    }
    .hero-content {
        flex-direction: column;
        gap: 20px;
    }
    .hero-content,
    .hero-text {
        max-width: 100%;
        margin: 0 auto;
    }
    .hero-banner {
        max-width: 100%;
        order: 1;
        margin-top: 20px;
        background-image: none;
        background-size: 280px auto;
        min-height: 300px;
        display: none;
    }
    .keyword-slide {
        font-size: 1.3rem;
        display: none;
    }
    .hero-title {
        font-size: 2rem;
        margin-bottom: 0.6rem;
    }
    .hero-subtitle {
        margin-bottom:1rem;
        font-size: 1rem;
    }
    .hero-features {
        font-size: 1.2rem;
        margin: 3rem 0 4rem 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-features > div {
        padding-left: 0;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.25);
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .hero-features > div:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .hero-features li {
        font-size: 1.12rem;
    }
    .hero-actions {
        flex-direction: column;
        align-items: center;
        margin-top: 6px;
        font-size: 1.5rem;
        gap: 0px;
    }
    .hero-actions a {
        width: 96%;
        max-width: 340px;
        text-align: center;
        padding: 12px 0;
        font-size: 1rem;
        margin-right: 0;
        margin-bottom: 0;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c0f5531 */.features-section {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%2364A70B" opacity="0.1"/></svg>') repeat;
    background-size: 50px 50px;
    pointer-events: none;
}
.features-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.features-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #64A70B 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: speedSlideIn 1s ease-out;
}

.features-subtitle {
    font-size: 1.25rem;
    text-align: center;
    color: #64748b;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: speedFadeIn 1.2s ease-out;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 20px;
}

.feature-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(100, 167, 11, 0.18), 0 1px 4px rgba(100, 167, 11, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: speedFadeIn 1.2s ease forwards;
    border: 1px solid rgba(100, 167, 11, 0.1);
    position: relative;
    text-align: center;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 2px 16px rgba(100, 167, 11, 0.28), 0 1px 8px rgba(100, 167, 11, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(100, 167, 11, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 3px solid rgba(100, 167, 11, 0.1);
}

.feature-icon::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.feature-card:hover .feature-icon::before {
    opacity: 0.2;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 2px 16px rgba(100, 167, 11, 0.22), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.feature-icon svg {
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon svg {
    transform: scale(1.1);
}

/* Individual feature colors */
.feature-card.jukebox {
    color: #64A70B;
}
.feature-card.reporting {
    color: #0ea5e9;
}
.feature-card.content {
    color: #059669;
}
.feature-card.dynamic {
    color: #f59e0b;
}
.feature-card.callback {
    color: #64A70B;
}

.feature-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: inherit;
    transition: all 0.3s ease;
}

.feature-card:hover h3 {
    transform: translateY(-2px);
}

.feature-card p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.7;
    font-weight: 400;
    transition: color 0.3s ease;
    text-align: left;
}

.feature-card:hover p {
    color: #475569;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-section {
        padding: 60px 15px;
    }
    
    .features-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .features-subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .feature-card {
        padding: 30px 25px;
    }
    
    .feature-icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .features-title {
        font-size: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-card {
        padding: 25px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ebd3b6f */<div class="features-section">
  <div class="features-container">
    <h2 class="features-title">Why Choose Captivate Connect?</h2>
    <div class="features-grid">
      <div class="feature-card jukebox">
        <div class="feature-icon">
          <img src="https://www.captivateconnect.com/wp-content/uploads/2025/07/Easy3.png" alt="Easy" />
        </div>
        <h3>Easy</h3>
        <p>Effortless setup with seamless integration. Just plug, play, and scale—no dev bottlenecks.</p>
      </div>
      <div class="feature-card reporting">
        <div class="feature-icon">
          <img src="https://www.captivateconnect.com/wp-content/uploads/2025/07/Fast3.png" alt="Fast" />
        </div>
        <h3>Fast</h3>
        <p>Lightning-speed audio deployment and updates, delivered in real-time without delays.</p>
      </div>
      <div class="feature-card content">
        <div class="feature-icon">
          <img src="https://www.captivateconnect.com/wp-content/uploads/2025/07/API3.png" alt="Convenient" />
        </div>
        <h3>Convenient</h3>
        <p>All-in-one platform: manage, monitor, and modify every interaction in a few clicks.</p>
      </div>
    </div>
  </div>
</div>

<style>
.why-us-section {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
/* Style giống features-section */
.features-section {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    cursor: default;
}
.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%2364A70B" opacity="0.1"/></svg>') repeat;
    background-size: 50px 50px;
    pointer-events: none;
}
.features-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.features-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #64A70B 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: speedSlideIn 1s ease-out;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 20px;
}
.feature-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 2px 8px rgba(100, 167, 11, 0.18), 0 1px 4px rgba(100, 167, 11, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: speedFadeIn 1.2s ease forwards;
    border: 1px solid rgba(100, 167, 11, 0.1);
    position: relative;
    text-align: center;
}
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.feature-card:hover::before {
    opacity: 1;
}
.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 2px 16px rgba(100, 167, 11, 0.28), 0 1px 8px rgba(100, 167, 11, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(100, 167, 11, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 3px solid rgba(100, 167, 11, 0.1);
}
.feature-icon::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, currentColor, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.feature-card:hover .feature-icon::before {
    opacity: 0.2;
}
.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 2px 16px rgba(100, 167, 11, 0.22), inset 0 1px 0 rgba(255, 255, 255, 1);
}
.feature-icon svg {
    transition: all 0.3s ease;
}
.feature-card:hover .feature-icon svg {
    transform: scale(1.1);
}
.feature-card.jukebox {
    color: #64A70B;
}
.feature-card.reporting {
    color: #0ea5e9;
}
.feature-card.content {
    color: #059669;
}
.feature-card h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: inherit;
    transition: all 0.3s ease;
}
.feature-card:hover h3 {
    transform: translateY(-2px);
}
.feature-card p {
    font-size: 2rem;
    color: #64748b;
    line-height: 1.7;
    font-weight: 400;
    transition: color 0.3s ease;
    text-align: left;
}
.feature-card:hover p {
    color: #475569;
}
@media (max-width: 768px) {
    .features-section {
        padding: 60px 15px;
    }
    .features-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .feature-card {
        padding: 30px 25px;
    }
    .feature-icon {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 480px) {
    .features-title {
        font-size: 2rem;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .feature-card {
        padding: 25px 20px;
    }
}
        padding: 30px 25px;
    }
    
    .why-us-icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .why-us-title {
        font-size: 2rem;
    }
    
    .why-us-grid {
        grid-template-columns: 1fr;
    }
    
    .why-us-item {
        padding: 25px 20px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d493968 */.why-us-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(135deg, #64A70B 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: speedSlideIn 1s ease-out;
}/* End custom CSS */
/* Start custom CSS for image-carousel, class: .elementor-element-592d24b */h5 {
    font-size: 2rem;
    color: #2c3e50;
    text-align: center;
    margin: 30px 0;
    letter-spacing: 1px;
    font-weight: 600;
}/* End custom CSS */