* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* wb-Hero-section start  1*/
.wb-hero.hero-gradient {
    /*background: linear-gradient(to right, #06b6d4, #3b82f6);*/
background-image: url(https://www.quadone.com/wp-content/uploads/2025/05/wp-bot-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;


}

.wb-hero .chat-box {
    height: 320px;
}

.wb-hero .chat-wrapper {
    max-width: 400px;
    width: 100%;
}

.wb-hero .chat-bubble-one {
    background-color: #e9ecef !important;
    padding: 10px 16px;
    border-radius: 1rem;
    /* display: inline-block; */
    display: block;
    max-width: 85%;
    margin-bottom: 10px;
}

.wb-hero .chat-bubble-one.response {
    background-color: #d1e7dd !important;
    align-self: flex-end;
    margin-left: auto;
    position: relative;
}

.wb-hero .chat-bubble-one .ticks {
    font-size: 0.75rem;
    color: #3b82f6;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.wb-hero .typing-indicator span {
    display: inline-block;
    margin-right: 4px;
}

@keyframes typing {

    0%,
    80%,
    100% {
        transform: scale(0.6);
        opacity: 0.3;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.wb-hero .animate-typing {
    animation: typing 1.4s infinite ease-in-out;
}

.wb-hero .delay-150 {
    animation-delay: 0.15s;
}

.wb-hero .delay-300 {
    animation-delay: 0.3s;
}

.wb-hero .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.6;
}

.wb-hero .chat-bubble-one.typing-indicator {
    background-color: #e9ecef;
    border-radius: 1rem;
    padding: 10px 16px;
    max-width: 60%;
}

.wb-hero .btn-rounded {
    border-radius: 1.5rem;
}


/* ------------------------------ */
/* wb-Value section start  2*/

.wb-value .value-card
 {
    padding: 1.2rem;
    height: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    margin: 15px 0px;
    border: none;
}

.wb-value .value-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.wb-value .icon-circle {
    padding: 0.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
}

.wb-value .bg-purple {
    background-color: #a855f7 !important;
}

.wb-value .owl-theme .owl-dots .owl-dot span {
    background: #cbd5e1;
    width: 10px;
    height: 10px;
}

.wb-value .owl-theme .owl-dots .owl-dot.active span {
    background: #3b82f6;
}

.wb-value h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

/* ------------------ */
/* wb-work- section start  3*/

.wb-work .step-card {
    background-color: #ffffff;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.wb-work .step-card:hover {
    transform: translateY(-5px);
}

.wb-work .step-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
}

.wb-work .bg-purple {
    background-color: #6f42c1 !important;
}

.wb-work .bg-pink {
    background-color: #d63384 !important;
}

.wb-work h3 {
    font-size: 20px;
    line-height: 1.4;
}

/* ------------------ */
/* wb-keyfeature section start  4*/

.wb-keyfeature .bg-radial-gradient {
    background: radial-gradient(circle at top left, #dbeafe 10%, transparent 40%);
}

.wb-keyfeature .feature-card {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease-in-out;
    height: 200px;
}

.wb-keyfeature .feature-card:hover {
    transform: scale(1.05);
}

.wb-keyfeature .feature-underline {
    width: 2.5rem;
    height: 0.25rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.wb-keyfeature .bg-indigo {
    background-color: #6610f2 !important;
}

.wb-keyfeature .border-indigo {
    border-color: #6610f2 !important;
}

.wb-keyfeature .bg-purple {
    background-color: #6f42c1 !important;
}

.wb-keyfeature .border-purple {
    border-color: #6610f2 !important;
}

.wb-keyfeature .bg-pink {
    background-color: #d63384 !important;
}

.wb-keyfeature .border-pink {
    border-color: #d63384 !important;
}

.wb-keyfeature h3 {
    font-size: 20px;
    line-height: 1.4;
}


/* -------------------- */
/* wb-security section start  5*/
.wb-security.bg-radial-trust {
    background: radial-gradient(ellipse at center, #f0f9ff, #dbeafe, #bfdbfe);
}

.wb-security .timeline {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wb-security .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
    width: 4px;
    height: 92%;
    background-color: #d1d5db;
    z-index: 0;
}

.wb-security .timeline-item {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    display: flex;
    justify-content: flex-start;
}

.wb-security .timeline-item.right {
    justify-content: flex-end;
}

.wb-security .timeline-content {
    position: relative;
    width: 90%;
    max-width: 457px;
    z-index: 1;
}

.wb-security .timeline-badge {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
}

/* Color helpers */
.wb-security .bg-indigo {
    background-color: #6610f2 !important;
}

.wb-security .bg-purple {
    background-color: #6f42c1 !important;
}

.wb-security .bg-pink {
    background-color: #d63384 !important;
}

.wb-security h3 {
    font-size: 20px;
    line-height: 1.4;
}

/* ----------------------------- */
/* wb-cta section start  6*/
.wb-cta.cta-gradient {
    background: linear-gradient(to right, #06b6d4, #3b82f6);
}

/* Optional button enhancement */
.wb-cta .btn.rounded-pill {
    font-size: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out;
}

.wb-cta .btn.rounded-pill:hover {
    transform: translateY(-2px);
}


/* ------------------------------ */
/* wb-faq section start  */
.wb-faq .accordion-button {
    border-radius: 1rem !important;
}

.wb-faq .accordion-item {
    border-radius: 1rem;
}

.wb-faq .accordion-button:not(.collapsed) {
    /* background-color: #f8f9fa; */
    background-color: #fdfefe;
    box-shadow: none;
    border-bottom: 1px solid #dddddd;
}

.wb-faq .accordion-button:focus {
    box-shadow: none;
}

.wb-faq .accordion-button::after {
    color: #3b82f6;
}


.our-feature {
    font-size: 34px;
}

/* Media Queriese  */
@media (max-width: 767.98px) {
    .wb-security .timeline-content {
        width: 100%;
    }

    .wb-security .timeline::before {
        left: 5%;
    }

    .wb-security .timeline-badge {
        left: 0%;
    }

    .our-feature {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .wb-security .timeline-content {
        max-width: 315px;
    }
}