/* =========================================================
   E-commerce Web Design page
   Do NOT set font-size / line-height / font-family on h1–h6 or p
   (those come from indexmain.css)
   KEEP subtitle + specific typography (stats, badges, tags, FAQ)
   ========================================================= */

/* Hero section */
.ecommerce-hero-section {
    position: relative;
    width: 100%;
    min-height: 760px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 50px 0;
    background: #07051D;
}

.ecommerce-hero-section .row {
    margin-left: 0;
    margin-right: 0;
}

.ecommerce-hero-section [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.container-width {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ecommerce-content {
    width: 100%;
    max-width: 740px;
}

.ecommerce-content h1 {
    color: #F5F6FF;
    margin-bottom: 24px;
}

.ecommerce-content p {
    color: #DDE1F7;
    margin-bottom: 18px;
}

.ecommerce-content h6 {
    color: #FFFFFF;
    margin-bottom: 35px;
    font-weight: 500;
}

.ecommerce-content h6 span {
    background: linear-gradient(90deg, #A09CE9 0%, #FFFFFF 45%, #D4D2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-audit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 24px;
    border-radius: 8px;
    background: linear-gradient(90deg, #7B61FF 0%, #A995FF 100%);
    color: #FFFFFF;
    text-decoration: none;
    transition: .35s;
}

.hero-audit-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.hero-audit-btn:hover {
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(123, 97, 255, .4);
}

.hero-stats {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(18, 18, 45, .55);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
}

.hero-stat-box {
    padding: 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
    transition: .3s;
}

.hero-stat-box:last-child {
    border-right: none;
}

.hero-stat-box h3 {
    color: #A09CE9;
    margin-bottom: 8px;
    font-weight: 900;
    font-family: Inter, sans-serif;
    font-size: 26px;
    line-height: 26px;
}

.hero-stat-box p {
    margin: 0;
    color: #D8D8E8;
}

.hero-stat-box:hover {
    background: rgba(255, 255, 255, .05);
}

/* Ends here */


/* You Need to Know This About Your Ecommerce Store */
.ecommerce-info-section {
    width: 100%;
    padding: 50px 0;
    background: #F6F7FF;
    overflow: hidden;
}

.container-widthss {
    width: 85%;
    margin: auto;
}

.ecommerce-info-section .row {
    align-items: center;
}

.ecommerce-info-image {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.ecommerce-info-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
    transition: .35s;
}

.ecommerce-info-image:hover img {
    transform: scale(1.02);
}

.ecommerce-floating-card {
    position: absolute;
    right: -20px;
    bottom: 20px;
    width: 230px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(24, 38, 65, .15);
    z-index: 5;
    transition: .35s;
}

.ecommerce-floating-card:hover {
    transform: translateY(-4px);
}

.floating-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.floating-percent {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #F4F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-percent h3 {
    margin: 0;
    color: #7B61FF;
    font-size: 26px;
    font-weight: 700;
}

.floating-text {
    flex: 1;
}

.floating-text span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111336;
}

.floating-text small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #8A8AA3;
}

.floating-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #ECECFA;
}

.floating-item h4 {
    margin: 0;
    color: #7B61FF;
    font-size: 22px;
    font-weight: 700;
}

.floating-item span {
    width: 95px;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #76768C;
}

.danger-text {
    color: #FF6A55 !important;
}

.ecommerce-info-content {
    width: 100%;
    max-width: 616px;
    margin-left: auto;
}

.ecommerce-info-content h2 {
    color: #0B0B2E;
    margin-bottom: 22px;
}

.ecommerce-info-content p {
    color: #474650;
    margin-bottom: 28px;
}

.platform-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.platform-tags span {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DDE1F7;
    border: 1px solid #D8DAF2;
    color: #0B0B2E;
    font-size: 12px;
    transition: .3s;
    cursor: pointer;
    border-radius: 8px;
}

.explore-services-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
    background: linear-gradient(90deg, #6B5BFF 0%, #B8A7FF 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: .35s;
}

.explore-services-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.explore-services-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(123, 97, 255, .30);
}

/* ends here */


/* For Scanners Who Need the Truth Fast */
.ai-comparison-section {
    width: 100%;
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}

.ai-comparison-section .container {
    max-width: 1320px;
}

.ai-left-content {
    width: 100%;
    max-width: 610px;
}

.ai-left-content h2 {
    color: #0B0B2E;
    margin-bottom: 28px;
}

.ai-left-content p {
    color: #1A1A4D;
    margin-bottom: 12px;
    max-width: 636px;
}

.ai-left-content p:last-child {
    margin-bottom: 0;
}

.ai-right-content {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
}

.comparison-heading {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7B61FF;
    margin-bottom: 18px;
}

.comparison-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid #E8E8F4;
    transition: .3s ease;
}

.comparison-last {
    border-bottom: 1px solid #E8E8F4;
}

.comparison-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    transition: .3s;
}

.comparison-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.comparison-item p {
    margin: 0;
    color: #1A1A4D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.comparison-item strong {
    font-weight: 600;
}

.comparison-item:hover {
    padding-left: 8px;
}

.comparison-item:hover p {
    color: #0B0B2E;
}

.comparison-item:hover .comparison-icon {
    transform: scale(1.08);
}

/* Ends here */


/* Optimization */
.ecom-services-section {
    width: 100%;
    padding: 50px 0;
    background: #05053E;
    overflow: hidden;
}

.ecom-services-heading {
    max-width: 709px;
    margin: 0 auto 55px;
    text-align: center;
}

.ecom-services-heading h2 {
    color: #FFFFFF;
    margin-bottom: 18px;
}

.ecom-services-heading p {
    color: #A8AED0;
    margin: 0;
}

.ecom-service-card {
    background: var(--Neutral-colors-Deep-blue, #25255F);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: .35s;
    border: 1px solid #7B61FF24;
    box-shadow: 0px 8px 40px 0px #1826411A;
}

.ecom-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .25);
}

.ecom-card-image {
    position: relative;
    overflow: hidden;
}

.ecom-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.ecom-service-card:hover .ecom-card-image img {
    transform: scale(1.06);
}

.ecom-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #111336;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .20);
}

.ecom-card-content {
    padding: 26px 22px;
}

.ecom-card-content h3 {
    color: #FFFFFF;
    margin-bottom: 14px;
}

.ecom-card-content h6 {
    color: #D8D8FF;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 20px;
}

.ecom-card-content p {
    color: #A8AED0;
    margin: 0;
}

/* Ends here */


/* FAQ — leave as-is */
.faq-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #E6E2FF;
    padding: 50px 0;
    margin: 0 auto;
}

.faq-bg-text {
    position: absolute;
    top: 25px;
    left: 50px;
    font-size: 500px;
    line-height: 1;
    color: #7B61FF;
    opacity: .05;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.Ss-faqs-headings {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.Ss-faqs-headings h2 {
    width: 100%;
    max-width: 1100px;
    line-height: 52px;
    color: #0B0B2E;
}

.faq-wrapper {
    width: 100%;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: transparent;
}

.accordion-item {
    border: none !important;
    border-radius: 14px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 38, 65, .08);
}

.accordion-button {
    padding: 22px 26px;
    background: #fff !important;
    color: #0B0B2E;
    box-shadow: none !important;
    border: none;
    font-size: 24px !important;
    width: 100%;
    min-height: 70px;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #111336;
    border-bottom: 1px solid #F0EEFF;
}

.accordion-button::after {
    width: 26px;
    height: 26px;
    background-image: none !important;
    border: 1px solid #D8D8F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+";
    font-size: 18px;
    color: #030303;
    transition: .35s;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.accordion-body {
    padding: 0 26px 22px;
    line-height: 26px;
    color: #666;
}

.accordion-header {
    width: 100%;
}

.accordion-item:hover {
    transform: translateY(-3px);
    transition: .35s;
    box-shadow: 0 20px 45px rgba(24, 38, 65, .12);
}

.accordion-button:hover {
    color: #7B61FF;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-item:first-of-type {
    border-radius: 14px;
}

.accordion-item:last-of-type {
    border-radius: 14px;
}

.accordion-button::before {
    display: none;
}

@media screen and (max-width:769px) {
    .accordion-button{
        font-size:18px !important;
    }
}
/* Ends here */
