img {
    width: 100%;
}

/* typography */

.woo-primary-heading {
    font-family: "Aonic", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.woo-secondary-heading {
    font-family: "Aonic", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.woo-hero-heading {
    font-family: "Aonic", sans-serif;
    font-size: 40px;
    max-width: 570px;
    font-weight: 500;
    color: #819695;
}

.hero-tag {
    color: #9ff669;
    display: inline-block;
    position: relative;
}

.hero-tag::after {
    content: '';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #9ff669, transparent);
    display: flex;
    position: absolute;
}

.woo-text {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.woo-text-sm {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

section {
    padding: 0;
}

.woo-container {
    padding: 0 50px;
}

/* woo hero */
.hero-left {
    background-image: url('../image/woocommerce/hero-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    padding: 150px 50px 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.hero-right {
    background-image: url('../image/woocommerce/hero-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 745px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 50px;
}

.hero-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px dashed white;
    padding: 10px;
    position: absolute;
    bottom: 35%;
    z-index: 9;
    left: -50px;
}

.hero-icon img {
    width: 102px;
    height: auto;
    position: relative;
    z-index: 5;
}

.hero-icon {
    position: absolute;
    left: 0;
    bottom: 35%;
    padding-left: 50px;
}

.hero-ln {
    width: 237px;
    height: 30px;
    background-image: linear-gradient(90deg, #006329 0%, #0D3D41 100%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero-circle img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;

}

.hero-right p {
    text-align: center;
    max-width: 522px;
}

.woo-hero-row {
    display: flex;
}

.woo-hero-image {
    width: 546px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* services */
#woo-services {
    background-color: #F3F5FF;
    padding: 70px 0;
    position: relative;
}

.woo-service-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

#woo-services .woo-section-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 468px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.sercvice-icon {
    width: 87px;
    height: auto;
    position: absolute;
    left: 70px;
    top: 60px;
}

.sercvice-icon::after {
    content: '';
    width: 61px;
    height: 61px;
    background: #F26322;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.sercvice-icon img {
    position: relative;
    z-index: 5;
}

.woo-service-card {
    height: 335px;
    border-radius: 24px;
    background-color: #fff;
    padding: 25px;
    max-width: 450px;
    margin: 0 auto;
}

.woo-service-1 {
    background-image: url('../image/woocommerce/service1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 28px solid #84FFB7CF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-right: 60px;
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: overlay;
}

.woo-service-2 .service-2-th {
    height: 103px;
    border-radius: 8px;
}

.servic-2-ln {
    margin-bottom: 10px;
    margin-top: 10px;
}

.woo-service-7 img {
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.logo-col img {
    width: 300px;
    height: auto;
}

.woo-service-2 h3 {
    max-width: 239px;
    margin-top: 20px;
}

.woo-service-3 {
    padding: 0;
}

.class-3-content {
    padding: 25px;
}

.class-3-content h3 {
    max-width: 221px;
}

.woo-service-4 {
    background-image: url('../image/woocommerce/service-4bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .5);
    background-blend-mode: multiply;
}

.woo-service-5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('../image/woocommerce/service5-circle.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 150px;
}

.woo-service-5 h3 {
    position: relative;
    width: auto;
    max-width: 239px;
}

.woo-service-5 h3::after {
    content: '';
    width: 100%;
    height: 3px;
    display: flex;
    margin-top: 5px;
    background-image: linear-gradient(90deg, rgba(0, 177, 222, 0.81) 0%, rgba(255, 255, 255, 0.81) 100%);
}

.woo-service-6 {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #000000 42.25%, #006281 100%);
}

.woo-service-6 h3 {
    max-width: 239px;
}

.woo-service-6 p {
    max-width: 239px;
}

.woo-service-6 img {
    width: 169px;
}

.service-6-image {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.woo-service-5 p {
    max-width: 239px;
    margin: 15px 0 0 0;
}

.woo-service-5 img {
    width: 70px;
}

.woo-service-7 {
    background-color: black;
    display: flex;
    flex-direction: column;
}

.woo-service-7 h3 {
    max-width: 204px;
}

.woo-service-7 p {
    max-width: 216px;
}

.woo-service-8 {
    background: linear-gradient(291.14deg, #00664C 42.19%, #00CC99 167.68%);
    position: relative;
}

.woo-service-8 p {
    max-width: 253px;
}

.service8img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 212px;
}

.seo-heading {
    background-image: linear-gradient(90deg, #3af7c7, #7ba5f1);
    color: transparent;
    background-clip: text;
}

/* why us */
#why-woo {
    background-image: url('../image/woocommerce/why-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

#why-woo .section-intro {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

#why-woo .section-intro h2 {
    max-width: 628px;
}

#why-woo .section-intro p {
    max-width: 468px;
    text-align: right;
    font-size: 20px;
}

.woo-why-card {
    height: 300px;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 25px;
    position: relative;
}

.why-31-img {
    width: 55px;
    height: auto;
    top: 30px;
    left: 30px;
}

.why-32-img {
    width: 51px;
    height: auto;
    right: 25px;
    top: 50px;
}

.why-33-img {
    width: 55px;
    bottom: 50px;
    left: 60px;
}

.why-34-img {
    width: 44px;
    bottom: 40px;
    right: 60px;
}

.woo-why-card-1 {
    background-image: url('../image/woocommerce/why1bg.png');
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woo-why-card-1 h3 {
    max-width: 263px;
}

.woo-why-card-2 {
    background-image: url('../image/woocommerce/why2bg.png');
    position: relative;
}

.woo-why-card-2 img {
    width: 147px;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.woo-why-card-3 {
    background-image: url('../image/woocommerce/why3bg.png');
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.woo-why-card-3 h3 {
    max-width: 280px;
}

.woo-why-card-4 {
    background-image: url('../image/woocommerce/why4bg.png');
    position: relative;
}

.woo-why-card-4 h3 {
    max-width: 233px;
    position: relative;
}

.woo-why-card-4 h3::after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.woo-why-card-4 img {
    width: 135px;
    height: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.why3-img {
    position: absolute;
}

/* how we work */
#how-woo {
    background-color: #000;
    padding: 70px 0;
}

#how-woo .woo-section-intro {
    max-width: 468px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.how-we-work-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.woo-how-card-3,
.woo-how-card-4 {
    grid-column: span 2;
}


.woo-ho-card {
    height: 333px;
    border-radius: 12px;
    padding: 20px;
    --x: 50%;
    --y: 50%;
    background-image: radial-gradient(circle at var(--x) var(--y),
            rgba(255, 255, 255, 0.1) 0%,
            transparent 50%);
    transition: background 0.1s ease;
}

.woo-how-card-3 {
    background-image: url('../image/woocommerce/how3bg.png');
    background-position: var(--x) var(--y);
    background-repeat: no-repeat;
    background-size: cover;
}

.woo-how-card-1 {
    background-color: #000;
    background-image: radial-gradient(circle at var(--x) var(--y), rgba(9, 45, 93, 0.4) 0%, transparent 70%), linear-gradient(200.22deg, #092D5D -1.95%, #000000 86.54%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woo-how-card-1 img {
    width: 65px;
    height: auto;
}

.woo-how-card-2 {
    background-image: radial-gradient(circle at var(--x) var(--y), rgba(0, 62, 30, 0.6) 0%, transparent 70%), radial-gradient(50% 50% at 50% 50%, #003E1E 0%, #141414 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.how-card-2-content {
    max-width: 226px;
    text-align: center;
}

.how-2-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 109px;
}

.how-2-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
}

.woo-how-card-3 {
    border: 1px solid #6f6f6f;
    display: flex;
    align-items: end;
}

.woo-how-card-4 {
    background: linear-gradient(180deg, #1B1B1B 0%, #003118 119.56%);
    display: flex;
    align-items: center;
    position: relative;
}

.woo-how-card-4 img {
    width: 37px;
    height: auto;
    margin-bottom: 20px;
}

.woo-how-card-4 h3 {
    max-width: 282px;
}

.woo-how-card-4 h2 {
    font-family: "Aonic", sans-serif;
    font-weight: 500;
    font-size: 350px;
    position: absolute;
    bottom: -10px;
    right: 0;
    color: #16161639;
    height: 330px;
}

.woo-how-card-6 {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woo-how-card-6 img {
    width: 70px;
    height: auto;
}

.how-6-icon {
    background-color: #087E4145;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-6-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.how-6-content h3 {
    color: #79FFB1;
}

.woo-how-card-5 {
    border: 1px solid white;
    position: relative;
}

.woo-how-card-5 img {
    width: 101px;
    height: 101px;
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    border-radius: 8px;
    z-index: 5;
}

.woo-how-card-5 p {
    position: absolute;
    left: 0;
    bottom: 70px;
    border-bottom: 1px solid white;
    padding: 0 130px 10px 20px;
    z-index: 1;
}

#woo-brands {
    background-image: url('../image/woocommerce/brandbg.png');
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#woo-brands .woo-section-intro {
    text-align: center;
    margin-bottom: 30px;
}

.logo-wrapper .swiper-wrapper {
    align-items: center;
}

.industry-wrapper {
    background: #202020;
    display: flex;
    border-radius: 44px;
    height: 68px;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.ind-text {
    margin-bottom: 0;
    color: white;
    font-family: "Aonic", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.brand-separator {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    background: linear-gradient(90deg, #000000 0%, #05FF6D 50%, #000000 100%);
}


/* reviews */
.woo-rewiew-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

#woo-cta {
    background-image: url('../image/woocommerce/ctabg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    min-height: 754px;
    position: relative;
}

.woo-cta-heading {
    font-size: "Aonic", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: white;
    text-align: center;
    max-width: 994px;
    margin: 0 auto;
}

.woo-cta-text {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: white;
    text-align: center;
    max-width: 826px;
    display: block;
    margin: 30px auto;
}

.woo-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-card {
    width: 476px;
    height: 199px;
    background-color: #000941;
    border: 1px solid white;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 50px;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 70px;
    background-image: url('../image/woocommerce/ctacardimg.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 200px;


}

.cta-card-bar {
    width: 39px;
    height: 100%;
    background: #0329A861;
    position: absolute;
    right: 50px;
    z-index: 1;

}

.cta-card p {
    width: 138px;
    text-align: right;
    font-size: 8px;
}

.cta-card h3 {
    max-width: 285px;
    text-align: right;
    align-self: flex-end;
    position: relative;
    z-index: 5;
}

.wt-tab-active {
    background-image: url('../image/woocommerce/activ-faq.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.wt-tab-active .wt-line {
    background-color: white;
}

#woo-review {
    background: linear-gradient(180deg, #FFFFFF 0%, #ECFFF4 143.54%);
    padding: 70px 0;
}

#woo-review .woo-section-intro {
    text-align: center;
    margin-bottom: 30px;
}

.woo-review {
    padding: 20px;
    border-right: 1px solid black;
    position: relative;
}

.woo-review img {
    width: 123px;
    height: 97px;
    object-fit: cover;
    border-radius: 8px;
}

.rev-h p {
    color: #888888;
}

.rev-h {
    margin-bottom: 50px;
}

.rev-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-image: url('../image/woocommerce/rev-ovrlay.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: multiply;
    border-radius: 8px;
    opacity: 0;
}

.woo-review:hover .rev-overlay {
    opacity: 1;
}

.rev-overlay img {
    width: 253px;
    position: absolute;
    bottom: 20px;
    right: -1px;
    height: auto;
}

.btn-1 {
    height: 48px;
    width: 218px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 1px solid white;
    border-radius: 0;
    transition: .3s;
}

.btn-1:hover {
    background-color: transparent;
    border: 1px solid white;
}

.btn-1:hover span {
    color: white;
}

.btn-2 {
    height: 48px;
    width: 336px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    transition: .3s;
    border-radius: 0;
}

.btn-2:hover {
    color: black;
    background-color: white;

}

.cta-icon {
    width: 168px;
    height: auto;
    position: absolute;
    top: 70px;
    left: 60px;
}

.cta-icon::after {
    content: '';
    width: 136px;
    height: 136px;
    background-color: #6E2300;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.cta-icon img {
    position: relative;
    z-index: 5;
}

/* Skeleton Reveal & Special Effects */
.skeleton-reveal {
    position: relative;
    overflow: hidden;
}

.skeleton-reveal::after {
    content: '';
    position: absolute;
    top: 0;
    left: var(--shine-x, -100%);
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.2) 50%,
            transparent 100%);
    z-index: 2;
    pointer-events: none;
}

/* Interactive Glow for Why Us Cards */
.woo-why-card {
    --x: 50%;
    --y: 50%;
    background: radial-gradient(circle at var(--x) var(--y),
            rgba(159, 246, 105, 0.15) 0%,
            transparent 50%), var(--bg-img) !important;
    background-size: cover !important;
    background-position: center !important;
}

.woo-why-card-1 {
    --bg-img: url('../image/woocommerce/why1bg.png');
}

.woo-why-card-2 {
    --bg-img: url('../image/woocommerce/why2bg.png');
}

.woo-why-card-3 {
    --bg-img: url('../image/woocommerce/why3bg.png');
}

.woo-why-card-4 {
    --bg-img: url('../image/woocommerce/why4bg.png');
}

/* FAQ Visibility fix */
#faqs .wt-tab {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Responsive Design */

@media (max-width: 1200px) {
    .woo-hero-heading {
        font-size: 36px;
    }

    .woo-service-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .how-we-work-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .woo-hero-row {
        flex-direction: column-reverse;
    }

    .hero-left,
    .hero-right {
        height: auto;
        padding: 50px 20px;
    }

    .hero-right {
        padding-top: 100px;
        min-height: 550px;
    }

    .woo-hero-image {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto 30px auto;
        display: block;
        max-width: 100%;
    }

    .hero-right p {
        width: 100% !important;
        position: absolute;
    }

    .hero-circle {
        left: 20px;
        bottom: -50px;
        top: 20px;
        position: absolute;
    }

    .woo-review {
        border-right: 0;
        border-bottom: 1px solid black;
    }

    .cta-card {
        width: calc(100%-40px) !important;
    }

    .hero-icon {
        position: relative;
        bottom: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .hero-ln {
        width: 150px;
    }

    .woo-hero-heading {
        max-width: 100%;
        text-align: center;
    }

    .hero-left .woo-text {
        text-align: center;
    }

    .woo-service-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .how-we-work-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .woo-container {
        padding: 0 20px;
    }

    #why-woo .section-intro {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }

    #why-woo .section-intro p {
        text-align: center;
        margin-top: 20px;
    }

    .woo-cta-heading {
        font-size: 40px;
    }

    .cta-card {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 50px;
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    .woo-service-wrapper {
        grid-template-columns: 1fr;
    }

    .how-we-work-wrapper {
        grid-template-columns: 1fr;
    }

    .woo-how-card-3,
    .woo-how-card-4 {
        grid-column: span 1;
    }

    .woo-rewiew-wrapper {
        grid-template-columns: 1fr;
    }

    .woo-btns {
        flex-direction: column;
        align-items: center;
    }

    .btn-1,
    .btn-2 {
        width: 100%;
    }

    .woo-primary-heading {
        font-size: 28px;
    }

    .woo-cta-heading {
        font-size: 32px;
    }

    .woo-hero-heading {
        font-size: 30px;
    }

    .sercvice-icon {
        display: none;
    }

    .cta-icon {
        display: none;
    }
}

@media (max-width: 575px) {
    .woo-hero-heading {
        font-size: 26px;
    }

    .hero-right {
        padding-bottom: 30px;
    }

    .woo-how-card-4 h2 {
        font-size: 200px;
        height: 200px;
    }

    .woo-how-card-5 p {
        padding: 0 20px 10px 20px;
        position: static;
    }

    .woo-how-card-5 img {
        position: static;
        margin-top: 20px;
    }
}