/* MOBILE */
@media (max-width: 767px) {

}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* DESKTOP */
@media (min-width: 1025px) {

}


.hero {
	
}

.hero::before {
	content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(91, 200, 213, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 200, 213, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.hero-orb-1 {
    position: absolute;
    top: -120px;
    left: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(91, 200, 213, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hero-orb-2 {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(232, 113, 60, 0.10) 0%, transparent 70%);
    pointer-events: none;
}

.problem-icon {
    width: 48px;
    height: 48px;
    background: #e8713c33;
    border: 1px solid #e8713c4d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
}

.step-num {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #071525;
    border: 2px solid #5bc8d5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: #5bc8d5;
    box-shadow: 0 0 16px #5bc8d540;
    z-index: 1;
}


.steps-inner::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(to bottom, #5bc8d5, #e8713c, transparent);
    opacity: 0.4;
}

.dca-table table {
	border-radius:16px;
	border: 0;
}

.dca-table table tr:first-child th {
/* 	border-top-left-radius:16px; */
	border-bottom: 1px solid #5bc8d533;
}

.dca-accordion {
	
}

.dca-accordion .elementor-accordion .elementor-accordion-item {
    border: 1px solid #5bc8d533;
    margin-bottom: 20px;
	border-radius: 10px;
}

.dca-accordion .elementor-accordion .elementor-tab-content {
    border-block-start: 1px solid #5bc8d533;
}