.nyH7nrTC:before{background-color:var(--Label-Brand);border-radius:32px;content:"";height:32px;left:0;position:absolute;width:3px}.nyH7nrTC._29o6cmLj:before{background-color:var(--System-Brand)}

.KmYXF4Us::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}

.fUepWLSU:before{background-color:var(--System-Brand);border-radius:100px;content:"";height:30px;left:5px;position:absolute;top:5px;width:3px}

.svg_eye .svg_color{fill:none;stroke:#646a87;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}

.sf-hidden{display:none!important}

.textSeo {
    margin-bottom: 50px;
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.sectionTitle{
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    width: 100%;
}
#carousel_main {
    position: relative;
    overflow: hidden;
}

#carousel_main > div {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .6s ease, visibility .6s ease;
}

#carousel_main > div.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.carousel_img,
.banner_wrapper,
.banner {
    display: block;
    width: 100%;
    height: 100%;
}

.banner {
    display: block;
    object-fit: cover;
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

/* ===== SEO Tables & Lists — Vavada style ===== */
.textSeo .seoTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    background: linear-gradient(135deg, rgba(114,46,206,0.08) 0%, rgba(114,46,206,0.03) 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(114,46,206,0.15);
    opacity: 0;
    transform: translateY(20px);
    animation: seoTableFadeIn 0.8s ease-out forwards;
    animation-delay: 0.2s;
}
@keyframes seoTableFadeIn {
    to { opacity: 1; transform: translateY(0); }
}
.textSeo .seoTable thead {
    background: linear-gradient(90deg, rgba(114,46,206,1) 0%, rgba(160,80,230,1) 100%);
}
.textSeo .seoTable thead th {
    color: #fff;
    font-weight: 600;
    padding: 14px 18px;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.3px;
    border: none;
}
.textSeo .seoTable tbody tr {
    background: rgba(236,221,255,0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(-15px);
    animation: seoRowSlide 0.5s ease-out forwards;
}
.textSeo .seoTable tbody tr:nth-child(1) { animation-delay: 0.35s; }
.textSeo .seoTable tbody tr:nth-child(2) { animation-delay: 0.45s; }
.textSeo .seoTable tbody tr:nth-child(3) { animation-delay: 0.55s; }
.textSeo .seoTable tbody tr:nth-child(4) { animation-delay: 0.65s; }
.textSeo .seoTable tbody tr:nth-child(5) { animation-delay: 0.75s; }
.textSeo .seoTable tbody tr:nth-child(6) { animation-delay: 0.85s; }
@keyframes seoRowSlide {
    to { opacity: 1; transform: translateX(0); }
}
.textSeo .seoTable tbody tr:hover {
    background: rgba(114,46,206,0.18);
    transform: translateX(4px) scale(1.005);
    box-shadow: inset 3px 0 0 rgba(114,46,206,1);
}
.textSeo .seoTable tbody td {
    padding: 13px 18px;
    border-top: 1px solid rgba(114,46,206,0.2);
    font-size: 14px;
    line-height: 1.5;
}
.textSeo .seoTable tbody td:first-child {
    font-weight: 600;
    color: rgba(236,221,255,0.95);
}
@media (max-width: 600px) {
    .textSeo .seoTable { font-size: 13px; }
    .textSeo .seoTable thead th,
    .textSeo .seoTable tbody td { padding: 10px 12px; }
}

/* Animated SEO lists */
.textSeo .seoList {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: seoListCounter;
}
.textSeo .seoList li {
    position: relative;
    padding: 12px 16px 12px 48px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, rgba(114,46,206,0.1) 0%, rgba(114,46,206,0.02) 100%);
    border-left: 3px solid rgba(114,46,206,1);
    border-radius: 0 8px 8px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(-20px);
    animation: seoListItemIn 0.5s ease-out forwards;
}
.textSeo .seoList li:nth-child(1) { animation-delay: 0.1s; }
.textSeo .seoList li:nth-child(2) { animation-delay: 0.2s; }
.textSeo .seoList li:nth-child(3) { animation-delay: 0.3s; }
.textSeo .seoList li:nth-child(4) { animation-delay: 0.4s; }
.textSeo .seoList li:nth-child(5) { animation-delay: 0.5s; }
.textSeo .seoList li:nth-child(6) { animation-delay: 0.6s; }
.textSeo .seoList li:nth-child(7) { animation-delay: 0.7s; }
@keyframes seoListItemIn {
    to { opacity: 1; transform: translateX(0); }
}
.textSeo .seoList li:hover {
    background: linear-gradient(90deg, rgba(114,46,206,0.25) 0%, rgba(114,46,206,0.05) 100%);
    transform: translateX(6px);
    border-left-width: 5px;
}
.textSeo .seoList.numbered li::before {
    counter-increment: seoListCounter;
    content: counter(seoListCounter);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, rgba(114,46,206,1) 0%, rgba(160,80,230,1) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(114,46,206,0.4);
    transition: transform 0.3s ease;
}
.textSeo .seoList.numbered li:hover::before {
    transform: translateY(-50%) rotate(360deg) scale(1.1);
}
.textSeo .seoList.checked li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, rgba(114,46,206,1) 0%, rgba(160,80,230,1) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(114,46,206,0.4);
    transition: transform 0.3s ease;
}
.textSeo .seoList.checked li:hover::before {
    transform: translateY(-50%) scale(1.2);
}
.textSeo .seoList li strong {
    color: rgba(160,80,230,1);
    font-weight: 600;
}
