html, body {


    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Arial', sans-serif;
}

.mainnavss{
    height: 100%;
    position:relative;
}

.helpline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 41px;
    padding-right: 67px;
    font-size:13px;
    color: black !important;
    border-bottom: solid #d5d3d3 1px;
    height: 30%;
}

.contactt {
    border-bottom: solid #1d90c9 2px;
    color: black !important;
    cursor: pointer;
    text-decoration: none;
}

.support {
    border-bottom: solid #1d90c9 2px;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.aboutt {
    border-bottom: solid #1d90c9 2px;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.login {
    border-bottom: solid #1d90c9 2px;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.helpline2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 45px;
    padding-right: 67px;
    font-size: 15px;
    color: black !important;
    display: none;
}

.contactt2 {
    border-bottom: solid #1d90c9 2px;
    color: black !important;
    cursor: pointer;
    text-decoration: none;
}

.support2 {
    border-bottom: solid #1d90c9 2px;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.aboutt2 {
    border-bottom: solid #1d90c9 2px;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}

.login2 {
    border-bottom: solid #1d90c9 2px;
    cursor: pointer;
    color: black !important;
    text-decoration: none;
}


.navbar-bottom{
    height: 70%;
    display: flex;
    align-items: center; 
    padding:0px 50px;
}

.trial {
    border-radius: 65px;
    width: 176px;
    height: 52px;
    border: 2px solid white;
    background-color: #1d90c9;
    color: white;
    font-weight: bold;
    font-size: 16px;
    /*    margin-left: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none !important;
}

.triall {
   display:none;
}

.arrow {
    content: "\f061";
    content: "\f061";
    background-color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #1d90c9;
}
.arrowww {
  display:none;
}

.mainworks {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #1d90c9;
    color: #f5f5f5;
}
/* Basic Setup */
@media (max-width:460px){
    .worx-buttons{
        flex-direction:column;
        padding:0px 100px;
        font-size:12px;
    }
    .worrx-hero{
        height:fit-content !important;
    }
}
@media (max-width:404px){
    .worx-buttons
    {
        padding-left:74px;
        padding-right:74px;

    }
}
@media (max-width:352px) {
    .worx-buttons {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width:326px) {
    .worx-buttons {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width:366px) {
    .worx-buttons {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.worx-buttons2 {
    display: flex;
    justify-content: center;
    gap: 18px;
}
@media (max-width:505px) {
    .worx-buttons2 {
        flex-direction: column;
        padding: 0px 100px;
        font-size: 12px;
    }
}
@media (max-width:444px){
    .worx-buttons2{
        padding-left:60px;
        padding-right:60px;
    }
}
@media (max-width:365px) {
    .worx-buttons2 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width:350px){
    .worx-steps-grid{
        margin-left:-20px !important;
    }
}
@media (max-width:324px) {
    .worx-steps-grid {
        margin-left: -38px !important;
    }
}

    /* Containers */
    .worx-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px;
    }

    /* Header */


    .worx-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .worx-logo {
        color: #1d90c9;
        font-size: 24px;
    }

    .worx-nav a {
        color: #d2d2d2;
        text-decoration: none;
        margin-left: 18px;
    }

        .worx-nav a:hover {
            color: #1d90c9;
        }
        @media (max-width:640px){
            .hero-content p 
            {
                padding-right:40px;

            }
            .hero-content h1 {
                padding-right:40px;
            }
        }

    /* Hero */
    .worx-herro {
        text-align: center;
        padding: 60px 20px;
        /*        animation: fadeIn 1s ease-in-out;*/
        position: relative;
        z-index: 2;
        /*    background: #0f1526;*/
    }

    /*    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-5px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }*/

    .worx-hero-title {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .worx-hero-subtitle {
        font-size: 18px;
        color: #ddd;
        margin-bottom: 20px;
    }

    .worx-hero-text {
        color: white;
        max-width: 800px;
        margin: 0 auto 30px;
    }

    .worx-buttons {
        display: flex;
        justify-content: center;
        gap: 18px;
    }

    .worx-btn-primary {
        background: #1d90c9;
        color: white;
        padding: 16px 20px 15px;
        text-decoration: none;
        border-radius: 50px;
        font-weight: bold;
        border: 2px solid white;
        transition: 0.4s;
    }

        .worx-btn-primary:hover {
            background: white;
            color: #1d90c9;
        }

    .worx-btn-primaryy {
        background: #1d90c9;
        color: white;
        padding: 16px 20px 15px;
        text-decoration: none;
        border-radius: 50px;
        font-weight: bold;
        border: 2px solid white;
        transition: 0.4s;
    }

        .worx-btn-primaryy:hover {
            background: white;
            color: #1d90c9;
            border: 2px solid #1d90c9;
        }

    .worx-btn-outline {
        border: 2px solid #1d90c9;
        background: white;
        color: #1d90c9;
        padding: 16px 16px 16px;
        text-decoration: none;
        border-radius: 50px;
        transition: 0.4s;
        font-weight: bold;
    }

        .worx-btn-outline:hover {
            background: #1d90c9;
            color: white;
            border: 2px solid white;
        }

    /* Steps */
    .worx-steps {
        padding: 60px 20px;
        background-color: whitesmoke;
    }

    .worx-section-title {
        text-align: center;
        color: #1d90c9;
        margin-bottom: 40px;
    }

    .worx-steps-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }

    .worx-step-box {
        background: #fff;
        border: 4px solid #e3e3e3;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        padding: 27px 27px 0px;
        color: black;
        transition: transform 0.3s;
        animation: slideUp 1.5s ease-in-out;
    }

    @keyframes slideup {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .worx-step-box:hover {
        transform: translateY(-5px);
    }

    .worx-section-titlee {
        text-align: center;
        /*    color: #1d90c9;*/
        margin-bottom: 40px;
    }

    .worx-step-num {
        color: #1d90c9;
        display: inline-block;
        padding: 8px 14px;
        border-radius: 6px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .worxp {
        color: #e91e3a;
    }

    .worx-step-box ul {
        margin-top: 10px;
        padding-left: 20px;
        color: #706a6a;
    }

    /* Why Choose */
    .worx-why {
        padding: 60px 20px;
    }

    .worx-why-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .worx-why-box {
        /*    background: #fff;*/
        border: 4px solid #c5c5c5;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        padding: 27px 27px 0px;
        transition: transform 0.3s;
    }

        .worx-why-box:hover {
            transform: translateY(-5px);
        }

        .worx-why-box h4 {
            margin-bottom: 10px;
        }

        .worx-why-box p {
            color: #c5c5c5;
        }

    /* CTA */
    .worx-cta {
        text-align: center;
        padding: 60px 20px;
        background-color: white;
    }

        .worx-cta h2 {
            color: black;
            margin-bottom: 10px;
        }

        .worx-cta p {
            color: #776f6f;
            margin-bottom: 20px;
        }

    /* Footer */
    .worx-footer {
        /*    background: #0b0f1a;*/
        border-top: 1px solid #1a2234;
        padding: 40px 20px;
    }

    .worx-footer-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .worx-footer h3 {
        color: #1d90c9;
    }

    .worx-footer h4 {
        color: #fff;
    }

    .worx-footer p {
        color: #b0b0b0;
    }

    .worx-copy {
        text-align: center;
        color: #777;
        margin-top: 30px;
        font-size: 14px;
    }

.trial:hover {
    background-color: white;
    color: #1d90c9;
    border: 2px solid #1d90c9;
    transition: ease-in-out 0.3s;
}

        .trial:hover .arrow {
            background-color: #1d90c9;
            transition: ease-in-out 0.3s;
        }

            .trial:hover .arrow svg {
                fill: white;
                transition: ease-in-out 0.3s;
            }

    .mainabout {
        margin: 0;
        font-family: 'Poppins', sans-serif;
        background-color: #fff;
        color: #000;
    }
    /* ========== GLOBAL ========== */

/*---------------------------------------------*/
.wh-hero {
    background: #1d90c9;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 130px 20px 60px;
}

.wh-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.wh-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wh-text-content {
    color: white;
}

.wh-main-heading {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 30px;
}

.wh-highlight {
    font-weight: 700;
}

.wh-description {
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 400;
}

.wh-cta-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.wh-btn {
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.wh-btn-primary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

    .wh-btn-primary:hover {
        background: white;
        color: #1d90c9;
    }

.wh-btn-secondary {
    background: white;
    color: #1d90c9;
    border: 2px solid white;
}

    .wh-btn-secondary:hover {
        background: transparent;
        color: white;
    }

.wh-arrow {
    width: 24px;
    height: 24px;
    background: #1d90c9;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.wh-trust-section {
    margin-top: 40px;
}

.wh-trust-heading {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.wh-stars {
    display: flex;
    gap: 3px;
}

.wh-star {
    color: white;
    font-size: 1.5rem;
}

.wh-rating {
    font-size: 1rem;
    opacity: 0.95;
}

.wh-rating-link {
    color: white;
    text-decoration: underline;
}

.wh-trustpilot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}

.wh-tp-logo {
    font-weight: 700;
    font-size: 16px;
}

.wh-image-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wh-hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    backdrop-filter: blur(10px);
}

.wh-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wh-placeholder img {
        width: 100%;
    }


@media (max-width: 768px) {
    .wh-hero {
        min-height: auto;
        padding: 40px 20px;
    }

    .wh-hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .wh-main-heading {
        font-size: 2.5rem;
    }

    .wh-description {
        font-size: 1rem;
    }

    .wh-cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .wh-btn {
        justify-content: center;
    }

    .wh-trust-heading {
        font-size: 1.25rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .wh-image-content {
        order: -1;
    }
}
/*-----------------------------------------------*/

/* ===== HERO ===== */
.worx-hreo {
    position: relative;
    width: 100%;
    height: 80vh;
    background: linear-gradient(rgba(94, 194, 242, 0.7), rgba(94, 194, 242, 0.7)), url('https://images.pexels.com/photos/3184339/pexels-photo-3184339.jpeg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}

        .worx-hero h1 {
            font-size: 48px;
            margin-bottom: 15px;
        }

        .worx-hero p {
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

    /* ===== SECTIONS ===== */
    .worx-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        padding: 60px 10%;
        flex-wrap: wrap;
    }

        .worx-section img {
            width: 100%;
            max-width: 400px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        }

    /* Mission Section (white bg) */
    .worx-mission {
        background-color: #fff;
        color: #000;
    }

    /* Vision Section (red bg) */
    .worx-vision {
        background-color: #1d90c9;
        color: #fff;
    }

    /* ===== TEXT SIDE ===== */
    .text-side {
        flex: 1;
        min-width: 280px;
    }

        .text-side h2 {
            font-size: 32px;
            margin-bottom: 15px;
        }

        .text-side p {
            font-size: 16px;
            line-height: 1.7;
        }

    /* ===== IMAGE SIDE ===== */
    .image-side {
        flex: 1;
        min-width: 280px;
        text-align: center;
    }

    /* ===== TEAM SECTION ===== */
    .worx-team {
        text-align: center;
        padding: 80px 20px;
        background-color: #fff;
        color: #000;
    }

        .worx-team h2 {
            font-size: 36px;
            margin-bottom: 10px;
        }

        .worx-team p {
            font-size: 16px;
            margin-bottom: 50px;
        }

    .team-grid {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .team-card {
        background-color: #f9f9f9;
        border-radius: 12px;
        padding: 20px;
        width: 220px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }

        .team-card:hover {
            transform: translateY(-8px);
        }

        .team-card img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            border: 3px solid #1d90c9;
        }

        .team-card h3 {
            margin: 0;
            font-size: 18px;
            color: #1d90c9;
        }

        .team-card p {
            font-size: 14px;
            color: #555;
        }
.maincontent {
    opacity: 0;
    transform: translateY(40px);
    animation: slideUpHero 1s ease-out forwards;
    animation-delay: 0.2s;
}

.mainworks {
    opacity: 0;
    transform: translateY(40px);
    animation: slideUpHero 1s ease-out forwards;
    animation-delay: 0.2s; /* thoda late effect for smoothness */
}

.main-contactt {
    background-color: #fff;
    color: #000;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    transform: translateY(40px);
    animation: slideUpHero 1s ease-out forwards;
    animation-delay: 0.2s; /* thoda late effect for smoothness */
}

@keyframes slideUpHero {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    /* Hero Section */
.contact-hero {
    position: relative;
    height: 70vh;
    background: linear-gradient(rgba(94, 194, 242, 0.7), rgba(94, 194, 242, 0.7)), url('https://images.pexels.com/photos/3183198/pexels-photo-3183198.jpeg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}


        .contact-hero h1 {
            font-size: 3rem;
            margin-bottom: 10px;
        }
        @media(max-width:364px){
            .wf-btn {
                width: 148px!important;
                margin-left: 70px!important;
            }
            .wf-input{
                width:270px!important;
            }
        }

        .contact-hero p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

    /* Contact Section */
    .contact-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        padding: 80px 10%;
        flex-wrap: wrap;
    }

    .contact-form {
        flex: 1;
    }

        .contact-form h2 {
            color: #1d90c9;
            font-size: 2.2rem;
            margin-bottom: 15px;
        }

        .contact-form p {
            font-size: 1rem;
            color: #333;
            margin-bottom: 30px;
        }

form input, form textarea {
    width: -webkit-fill-available;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
}

    form textarea {
        resize: none;
        height: 150px;
    }

    form button {
        background-color: #1d90c9!important;
        color: #fff!important;
        border: 2px solid white!important;
        padding: 8px 25px!important;
        font-size: 17px!important;
        border-radius: 50px!important;
        cursor: pointer!important;
        transition: 0.3s!important;
      
    }
@media (max-wdth:312px) {
    form button {
        margin-left: 60px !important;
        padding: 10px 0px 10px 0px !important;
        font-size: 16px !important;
        width: 150px !important;
        margin-right: 20px !important;
    }
    .signu{
        width:176px;
        margin-left:61px;
    }
}


    .mainlogin {
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: 'Poppins', sans-serif;
    }


    .login-section {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-box {
        background: #fff;
        color: #000;
        width: 400px;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        text-align: center;
        margin-top: 150px;
        margin-bottom: 80px;
    }

    .brand {
        height: 55px;
        margin-bottom: 10px;
    }

    .login-box h2 {
        margin-bottom: 10px;
    }

    .login-box p {
        margin-bottom: 25px;
        color: #555;
    }

    .input-group {
        text-align: left;
        margin-bottom: 20px;
    }

        .input-group label {
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            color: #333;
        }

        .input-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 15px;
        }

    .forgot-link {
        display: block;
        text-align: right;
        font-size: 14px;
        color: #1d90c9;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: bold;
    }

        .forgot-link:hover {
            text-decoration: underline;
        }

    .btn-login {
        width: 180px;
        padding: 12px;
        background: #1d90c9;
        color: white;
        font-size: 18px;
        border-radius: 50px;
        cursor: pointer;
        transition: 0.3s ease;
        border: 2px solid #1d90c9;
    }

        .btn-login:hover {
            background: white;
            border: 2px solid #1d90c9;
        }

    .signup-text {
        margin-top: 20px;
        font-size: 14px;
        color: #555;
    }

        .signup-text a {
            color: #1d90c9;
            text-decoration: none;
            font-weight: 600;
        }

            .signup-text a:hover {
                text-decoration: underline;
            }

    form button:hover {
        background-color: white;
        color: #1d90c9;
        border: 2px solid #1d90c9;
        transition: 0.3s;
    }

    .mainforget {
        margin: 0;
        font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
        background: var(--white);
        color: #111;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 100%
    }
    /* Page layout */
    .worx-forgot-page {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 32px;
    }

    /* Card */
    .worx-forgot-card {
        background: #fff;
        color: #000;
        width: 400px;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        text-align: center;
        margin-top: 150px;
        margin-bottom: 80px;
    }

    /* Left side: form (white background) */
    .wf-left {
        flex: 1;
        align-items: center;
        justify-content: center;
        background: var(--card-bg);
        display: flex;
        flex-direction: column;
        gap: 18px;
        min-width: 300px;
    }

    /* Right side: illustration (red panel with image) */
    .wf-right {
        width: 45%;
        min-width: 300px;
        background: var(--worx-red);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    /* image container */
    .wf-illustration img {
        width: 100%;
        height: 100%;
        max-width: 520px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        opacity: 0.98;
    }

    /* Branding and headings */
    .wf-brand {
        font-size: 24px;
        color: var(--worx-red);
        font-weight: 700;
        margin: 0;
        letter-spacing: 1px;
    }

    .wf-title {
        font-size: 28px;
        margin: 4px 0 0 0;
        color: #111;
    }

    .wf-intro {
        color: var(--muted);
        line-height: 1.6;
        margin-top: 6px;
        max-width: 520px;
    }

    /* Form */
    .wf-form {
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 520px;
    }

    .wf-label {
        font-size: 14px;
        color: #333;
        display: block;
        margin-bottom: 6px;
    }

    .wf-input {
        padding: 12px 14px;
        border-radius: 8px;
        border: 1px solid #ddd;
        font-size: 15px;
        outline: none;
        transition: box-shadow .15s, border-color .15s;
    }

        .wf-input:focus {
            box-shadow: 0 6px 18px rgba(229,23,63,0.08);
            border-color: var(--worx-red);
        }

    /* Button */
    .wf-btn {
        margin-top: 4px!important;
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        width: 180px!important;
        margin-left: 115px!important;
        background: var(--worx-red)!important;
        color: var(--white)!important;
        border: solid 2px #1d90c9!important;
        border-radius: 50px!important;
        cursor: pointer!important;
        font-weight: 600!important;
        font-size: 15px!important;
        transition: transform .12s ease, box-shadow .12s ease!important;
    }

        .wf-btn:hover {
            transform: translateY(-2px)!important;
            box-shadow: 0 8px 30px rgba(229,23,63,0.18)!important;
            background-color: #1d90c9!important;
            color: white!important;
            border: solid 2px white!important;
        }

    /* Help / link */
    .wf-help {
        margin-top: 8px;
        color: var(--muted);
        font-size: 14px;
    }

    .wf-link {
        color: #1d90c9;
        text-decoration: none;
        font-weight: 600;
    }

        .wf-link:hover {
            text-decoration: underline;
            color: #1d90c9;
        }

    /* Responsive behavior */
    @media (max-width: 900px) {
        .worx-forgot-card {
            flex-direction: column-reverse;
            max-width: 760px;
        }

        .wf-right {
            width: 100%;
            min-height: 220px;
            padding: 18px;
        }

        .wf-left {
            padding: 28px;
        }
    }

    @media (max-width: 480px) {
        .wf-title {
            font-size: 22px;
        }

        .wf-brand {
            font-size: 20px;
        }

        .wf-intro {
            font-size: 14px;
        }

        .wf-input {
            font-size: 14px;
            padding: 10px;
        }

        .wf-btn {
            padding: 12px;
            font-size: 15px;
        }

        .wf-left {
            padding: 20px;
        }

        .wf-illustration img {
            max-width: 100%;
            border-radius: 10px;
        }
    }

    .mainsignup {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        font-family: 'Poppins', sans-serif;
    }


    .signup-container {
        width: 400px;
        padding: 40px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 25px rgba(0,0,0,0.15);
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 80px;
        margin-top: 150px;
    }

    .signup-left {
        display: flex;
        justify-content: center;
    }


    .signup-card {
        width: 100%;
    }

    .signup-right {
        flex: 1;
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .signup-right h2 {
            font-size: 1.8rem;
            color: #1d90c9;
            margin-bottom: 25px;
            text-align: center;
        }

    .input-box {
        margin-bottom: 20px;
    }

        .input-box label {
            display: block;
            font-size: 14px;
            margin-bottom: 6px;
            color: #333;
        }

        .input-box input {
            width: 100%;
            padding: 10px;
            border-radius: 6px;
            border: 1px solid #ccc;
            font-size: 15px;
            outline: none;
        }

            .input-box input:focus {
                border-color: #1d90c9;
            }

.signu {
    width: 180px;
    background: #1d90c9;
    color: white;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
    border: 2px solid #1d90c9;
    margin-left: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 12px 7px 12px 7px;
}
.signu:hover{
    transform:translateX(0.5);
    color:#1d90c9;
    background-color:white;
   box-shadow:revert-layer;
   
}
@media (max-width:326px){
    .triall{
        margin-left:0px!important;
    }
}
@media (max-width:424px) {
    .triall{
        font-size:12px!important;

    }
    .worxmb{
        margin-left:80px!important;
    }

    .arrowww
    {
        height:20px!important;
        width:20px!important;
    }

}
    @media(max-width:360px){
        .signu {
            width: 176px;
            margin-left: 60px !important;
            padding: 10px 0px 10px 0px !important;
            font-size: 16px !important;
            width: 150px !important;
        }
        }





.mainsupport {
    background: black;
    color: #000;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    transform: translateY(40px);
    animation: slideUpHero 1s ease-out forwards;
    animation-delay: 0.2s; /* thoda late effect for smoothness */
}

@keyframes slideUpHero {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    /* HERO SECTION */
    .support-hero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 60px 8%;
        background: #1d90c9;
        color: #fff;
    }

    .hero-text {
        flex: 1;
        min-width: 300px;
    }

        .hero-text h1 {
            font-size: 2.8rem;
            margin-bottom: 20px;
        }

        .hero-text p {
            font-size: 16px;
            line-height: 1.6;
        }

        .hero-text span {
            font-weight: bold;
        }

    .simage {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .ssimg {
        width: 350px;
        max-width: 100%;
        margin-top: 20px;
    }

    /* SUPPORT CARDS SECTION */
    .support-options {
        text-align: center;
        padding: 70px 8%;
        background: #fff;
    }

        .support-options h2 {
            font-size: 2rem;
            color: #1d90c9;
            margin-bottom: 50px;
        }

    .support-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        width: 300px;
        padding: 30px 20px;
        text-align: center;
        transition: 0.3s;
    }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .card img {
            width: 80px;
            /*margin-bottom: 20px;*/
        }

        .card h3 {
            color: #1d90c9;
            margin-bottom: 10px;
        }

        .card p {
            color: #555;
            font-size: 14px;
            margin-bottom: 20px;
        }

    .btnss {
        background: white;
        color: #1d90c9;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 50px;
        transition: 0.3s;
        border: solid 2px #1d90c9;
    }

        .btnss:hover {
            background-color: #1d90c9;
            color: white;
        }

    /* CONTACT FORM SECTION */
    .contact-support {
        background: #f7f7f7;
        padding: 70px 8%;
        text-align: center;
    }

    .contact-text h2 {
        color: #1d90c9;
        margin-bottom: 10px;
    }

    .contact-text p {
        margin-bottom: 40px;
        color: #555;
    }

    .form-group {
        margin-bottom: 20px;
    }

        .form-group input,
        .form-group textarea {
            width: 100%;
            max-width: 500px;
            padding: 12px;
            border-radius: 6px;
            border: 1px solid #ccc;
            font-size: 15px;
            outline: none;
        }

            .form-group input:focus,
            .form-group textarea:focus {
                border-color: #1d90c9;
            }

    .btn-submit {
        background: #1d90c9;
        color: #fff;
        padding: 12px 30px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
        transition: 0.3s;
    }

        .btn-submit:hover {
            background: #c91436;
        }

    @media (max-width: 768px) {
        .support-hero {
            flex-direction: column;
            text-align: center;
        }

        .hero-image {
            margin-top: 30px;
        }
    }

    .login-text {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        color: #555;
    }

        .login-text a {
            color: #1d90c9;
            text-decoration: none;
            font-weight: 600;
        }

            .login-text a:hover {
                text-decoration: underline;
            }

    @media (max-width: 768px) {
        .signup-card {
            flex-direction: column;
        }

        .signup-left, .signup-right {
            width: 100%;
            
        }
    }

    /* Contact Image */
    .contact-image {
        flex: 1;
    }

        .contact-image img {
            width: 100%;
            border-radius: 15px;
        }

    /* Info Section */
    .info-section {
        background-color: white;
        text-align: center;
        padding: 60px 10%;
    }

        .info-section h2 {
            color: #1d90c9;
            margin-bottom: 20px;
            font-size: 30px;
        }

    .info-details {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
        margin-top: 20px;
    }

    .info-box {
        padding: 25px;
        transition: transform 0.3s ease;
        background: #fff;
        border: 7px solid #eee;
        border-radius: 12px;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05);
        /*     padding: 27px 27px 0px; */
        width: 268px;
    }

        .info-box:hover {
            transform: translateY(-8px);
        }

        .info-box h3 {
            color: #1d90c9;
            margin-bottom: 10px;
        }

    @media(max-width:900px) {
        .contact-section {
            flex-direction: column;
        }

        .contact-image img {
            width: 100%;
        }
    }
    /*.material-symbols-outlined {
    vertical-align: middle;
    position: relative;
    top: 4px;
    color: #1f1818;
}*/
    header {
        top: 0px;
        position: fixed;
        background-color: white;
        width: 100%;
        border-bottom: solid #d5d3d3 2px;
        z-index: 100;
        height: 14vh;
    }

    nav {
        display: flex;
        justify-content: space-between;
    }

    .navslink {
        display: flex;
        gap: 45px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .linkss {
        text-decoration: none;
        color: black;
        font-size: 20px;
    }
.linksss {
    text-decoration: none;
    font-size: 20px;
    color:white
}

    .mainworx {
        height: 100%;
        display: flex;
        align-items: center;
    }

.worx {
    display: flex;
    align-items: center;
    width: 130px;
    /*height: 42px;*/
}

    /* Reset aur Base Styles */



    /* 🌟 MAIN HERO SECTION BASE STYLE */
.herosection {
    background-color: #1d90c9;
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    animation: slideUpHero 1s ease-out forwards;
    animation-delay: 0.2s; /* thoda late effect for smoothness */
}
@keyframes slideUpHero {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    /* 🌟 HERO IMAGE */
.hero {
    width: 100%;
    padding-left: 768px;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
    /*animation: floatImage 3s ease-in-out infinite;*/
    position: relative; /* new line */
}

    /* Hover effect same rahe */
    .hero:hover {
        transform: scale(1.05);
    }

/* Floating Animation */
@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.heroimg {
    width: 40px;
}


@media (max-width:1688px){


    .hero {
        max-height: 550px;
        width: auto;
        padding-left: 1000px;
        margin-top: 234px;
        transition: all 0.3s ease-in-out;
        animation: floatImage 3s ease-in-out infinite;
        position: relative; /* new line */
        pointer-events: none; /* new line */
    }


}

@media (max-width:1610px) {


    .hero {
        max-height: 550px;
        width: auto;
        padding-left: 900px;
        margin-top: 234px;
        transition: all 0.3s ease-in-out;
        animation: floatImage 3s ease-in-out infinite;
        position: relative; /* new line */
        pointer-events: none; /* new line */
    }
}


    /* 🌟 HEADING */
    .heading {
        font-size: 55px;
        color: aliceblue;
        width: 650px;
        line-height: 1;
        padding-top: 60px;
        padding-left: 50px;
    }

    .easy {
        font-weight: bold;
    }

    /* 🌟 STOCK TEXT */
    .stock {
        font-size: 18px;
        padding-left: 50px;
        padding-top: 30px;
        width: 676px;
        color: aliceblue;
    }

    /* 🌟 BUTTONS */
    .herobtn {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 450px;
        padding-left: 50px;
        flex-wrap: wrap;
    }

    .book {
        font-weight: bold;
        color: aliceblue !important;
        text-decoration: none;
        border: solid 2px;
        border-radius: 100px;
        padding: 14px 24px 14px 30px;
        transition: ease-in-out 0.2s;
    }

        .book:hover {
            background-color: aliceblue!important;
            color: #1d90c9 !important;
        }

    .seo {
        border-radius: 65px;
        border: 2px solid white;
        background-color: aliceblue;
        color: #1d90c9 !important;
        font-weight: bold;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 8px 18px;
        transition: ease-in-out 0.3s;
    }

        .seo:hover {
            background-color: #1d90c9;
            color: aliceblue !important;
            border: 2px solid;
        }

    .arrow2 {
        background-color: #1d90c9;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        transition: ease-in-out 0.3s;
        color: white;
    }

    .seo:hover .arrow2 {
        background-color: aliceblue;
        color: #1d90c9;
    }

    /* 🌟 TRUST SECTION */
    /* 🌟 TRUST SECTION (Updated Center Fix) */
    .mainexc {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 50px;
        padding-top: 40px;
        gap: 15px;
        width: 550px;
        height: auto;
        transition: all 0.3s ease-in-out;
    }

    .ex {
        font-size: 22px;
        color: aliceblue;
    }

    .stars {
        display: flex;
        gap: 3px;
        font-size: 17px;
        color: white;
    }

    .star-box {
        background: #00b67a;
        width: 19px;
        height: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reviews {
        border-bottom: solid 1px #bcbc9b;
        font-size: 14px;
        color: white;
    }

    .trustpiolt {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .trust {
        color: white;
        font-weight: bold;
    }

    /* 🌟 RESPONSIVE CENTER FIX FOR .mainexc */
    @media (max-width: 950px) {
        .mainexc {
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            width: 100%;
            padding-left: 0;
            gap: 10px;
        }

        .trustpiolt {
            justify-content: center;
        }

        .stars {
            justify-content: center;
        }
    }

    /* ==========================================================
   🌟 RESPONSIVE MEDIA QUERIES (12 BREAKPOINTS)
   ========================================================== */

    /* 🔹 1500px ↓ */
    @media (max-width: 1500px) {
        .hero {
            padding-left: 720px;
            margin-top: 200px;
        }
    }

    /* 🔹 1366px ↓ (Laptop - perfect view same layout) */
    @media (max-width: 1366px) {
        .hero {
            padding-left: 780px;
            max-height: 500px;
            padding-top: 20px;
        }
    }

    @media (max-width: 1326px) {
        .hero {
            padding-left: 750px;
            max-height: 460px;
        }
    }
    /* 🔹 1250px ↓ */
    @media (max-width: 1260px) {
        .hero {
            padding-left: 780px;
            max-height: 420px;
        }

        .heading {
            font-size: 64px;
            width: 600px;
        }
    }

    @media (max-width: 1236px) {
        .hero {
            padding-left: 700px;
            max-height: 420px;
        }
    }


    /* 🔹 1150px ↓ */
    @media (max-width: 1150px) {
        .hero {
            padding-left: 650px;
            max-height: 400px;
        }

        .heading {
            font-size: 56px;
            width: 530px;
        }

        .stock {
            width: 550px;
        }
    }

    @media (max-width: 1088px) {
        .hero {
            padding-left: 600px;
            max-height: 400px;
        }

        .heading {
            font-size: 52px;
            width: 500px;
        }
    }
    /* 🔹 1024px ↓ */
    @media (max-width: 1025px) {
        .hero {
            padding-left: 600px;
            max-height: 330px;
        }

        .heading {
            font-size: 54px;
        }
    }

    /* 🔹 950px ↓ */
    @media (max-width: 950px) {
        .hero {
            display: none;
        }

        .heading,
        .stock {
            text-align: center;
            width: 90%;
            padding-left: 0;
            margin: 0 auto;
        }

        .herobtn {
            justify-content: center;
            width: 100%;
            padding: 20px 0;
        }

        .mainexc {
            justify-content: center;
            padding: 20px 0;
        }
    }

    /* 🔹 850px ↓ */
    @media (max-width: 850px) {
        .heading {
            font-size: 48px;
            padding-top: 120px;
        }

        .stock {
            font-size: 17px;
        }
    }

    /* 🔹 768px ↓ (Tablet) */
    @media (max-width: 768px) {
        .heading {
            font-size: 42px;
            line-height: 1.2;
        }

        .stock {
            font-size: 16px;
            width: 80%;
        }

        .seo {
            font-size: 15px;
            padding: 6px 16px;
        }

        .book {
            font-size: 15px;
            padding: 12px 22px;
        }
    }

    /* 🔹 650px ↓ */
    @media (max-width: 650px) {
        .heading {
            font-size: 38px;
        }

        .stock {
            font-size: 15px;
        }
    }

    /* 🔹 550px ↓ */
    @media (max-width: 550px) {
        .heading {
            font-size: 34px;
        }

        .herobtn {
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .mainexc {
            flex-direction: column;
            text-align: center;
        }
    }

    /* 🔹 450px ↓ */
    @media (max-width: 450px) {
        .heading {
            font-size: 30px;
            padding-top: 80px;
        }

        .stock {
            font-size: 14px;
            padding-top: 15px;
        }
    }

    /* 🔹 350px ↓ */
    @media (max-width: 350px) {
        .heading {
            font-size: 26px;
        }

        .stock {
            font-size: 13px;
        }
    }

    /* ===============================
   BASE STYLES
=============================== */

    .less {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background: #fff;
        color: #000;
        text-align: center;
    }

    .heading-section {
        padding: 110px 134px 0;
    }

        .heading-section h2 {
            font-size: 35px;
            font-weight: 500;
            line-height: 1.5;
            width: 1200px;
            margin: 0 auto;
        }

        .heading-section .highlight {
            color: #1d90c9;
        }

    /* ✅ LOGOS SECTION */
    .logoscom {
        padding: 52px 100px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 56px;
    }


        .logoscom img {
            cursor: pointer;
            transition: transform 0.3s ease, width 0.3s ease;
           
            object-fit: contain; /* ensures image doesn’t stretch */
        }

            .logoscom img:hover {
                transform: scale(1.05);
            }

    /* ===============================
   MEDIA QUERIES
=============================== */

    /* 1300px */
    @media (max-width: 1300px) {
        .heading-section h2 {
            width: 1000px;
            font-size: 33px;
        }
    }

    /* 1150px */
    @media (max-width: 1150px) {
        .heading-section {
            padding: 90px 100px;
        }

            .heading-section h2 {
                width: 900px;
                font-size: 31px;
            }

        .logoscom {
            gap: 45px;
        }
    }

    /* 1000px */
    @media (max-width: 1000px) {
        .heading-section {
            padding: 80px 70px;
        }

            .heading-section h2 {
                width: 750px;
                font-size: 28px;
            }

        .logoscom img {
            height: 45px;
        }
    }

    /* 850px */
    @media (max-width: 850px) {
        .heading-section {
            padding: 70px 50px;
        }

            .heading-section h2 {
                width: 650px;
                font-size: 26px;
            }

        .logoscom img {
            height: 42px;
        }
    }

    /* 750px */
    @media (max-width: 750px) {
        .heading-section {
            padding: 60px 30px;
        }

            .heading-section h2 {
                width: 90%;
                font-size: 24px;
            }

        .logoscom {
            gap: 30px;
            padding: 40px 20px 0;
        }

            .logoscom img {
                height: 38px;
            }
    }

    /* 600px */
    @media (max-width: 600px) {
        .heading-section {
            padding: 50px 20px;
        }

            .heading-section h2 {
                font-size: 22px;
            }

        .logoscom {
            gap: 25px;
        }

            .logoscom img {
                height: 44px!important;
            }
    }

    /* 480px */
    @media (max-width: 480px) {
        .heading-section {
            padding: 40px 15px;
        }

            .heading-section h2 {
                font-size: 20px;
            }

        .logoscom {
            gap: 20px;
        }

            .logoscom img {
                height: 30px !important;
            }
    }

    /* 360px */
    @media (max-width: 360px) {
        .heading-section {
            padding: 30px 10px;
        }

            .heading-section h2 {
                font-size: 18px;
            }

        .logoscom img {
            height: 27px;
        }
    }


.num {
    font-family: Arial, sans-serif;
    background-color: #1d90c9;
    margin-top: 160px;
    padding: 60px 20px;
    overflow-x: hidden; /* important: prevent horizontal scroll */
}

    .stats-section {
        background-size: cover;
        text-align: center;
        color: white;
    }

        .stats-section h1 {
            font-size: 3.5rem;
            margin-bottom: 42px;
            font-weight: bold;
            margin: 0 auto 50px;
            color: #13274a;
        }

    /* ==== STAT CONTAINER ==== */
    .stats-container {
        display: grid;
        grid-template-columns:auto auto auto;
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    /* ==== STAT BOX ==== */
    .stat-box {
        background: white;
        color: black;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        min-width: 220px;
        transition: all 0.6s ease;
        text-align: center;
        position: relative;
        overflow: hidden;
        opacity: 2;
    }

        /* ✨ Appear Animation (Scroll effect) */
        .stat-box.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Glow Hover */
        .stat-box::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(84,185,179,0.3), transparent 60%);
            transform: scale(0);
            opacity: 0;
            transition: all 0.4s ease;
            z-index: 0;
        }

        .stat-box:hover::before {
            opacity: 1;
        }

        .stat-box:hover {
            box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 0 25px rgba(84,185,179,0.3);
        }

        /* Inner Content */
        .stat-box h2 {
            font-size: 3.2rem;
            font-weight: bold;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }

        .stat-box p {
            font-size: 1.4rem;
            color: #444;
            position: relative;
            z-index: 1;
        }

    /* ==============================
   RESPONSIVE MEDIA QUERIES
============================== */

    /* ✅ Large Tablets (max 1024px) */
    @media (max-width: 1024px) {
        .stats-section h1 {
            font-size: 2.8rem;
            max-width: 550px;
        }
       
            .stat-box {
            padding: 25px 45px;
        }
    }

    /* ✅ Tablets (max 768px) */
    @media (max-width: 768px) {
        .stats-section h1 {
            font-size: 2.3rem;
            width: 90%;
        }
        .stats-container {
            grid-template-columns: auto ;
        }
        .stats-container {
            align-items: center;
            gap: 30px;
        }

        .stat-box {
            width: 85%;
            max-width: 380px;
            padding: 25px 30px;
        }
    }

    /* ✅ Mobile Phones (max 480px) */
    @media (max-width: 480px) {
        .stats-section h1 {
            font-size: 1.8rem;
            margin-bottom: 30px;
            width: 95%;
        }

        .stat-box {
            width: 90%;
            padding: 20px;
            margin: 0 auto;
        }

            .stat-box h2 {
                font-size: 2.3rem;
            }

            .stat-box p {
                font-size: 1.1rem;
            }
    }

    .software {
        font-family: Arial, sans-serif;
    }

    /* ===== HERO SECTION ===== */
    .hero-section {
/*        background: url("images/bg.png") no-repeat center center;*/
        background-size: cover;
        text-align: center;
        padding: 80px 20px;
        overflow: hidden;
    }

        .hero-section h1 {
            font-size: 3rem;
            font-weight: bold;
            color: #000;
            margin-bottom: 40px;
            line-height: 1.3;
            opacity: 0;
            transform: translateY(40px);
            animation: fadeUp 1s ease-out forwards;
            animation-delay: 0.2s;
        }

    /* ===== BUTTONS ===== */
    .buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        opacity: 0;
        transform: translateY(40px);
        animation: fadeUp 1s ease-out forwards;
        animation-delay: 0.6s;
    }

    .watch {
        text-decoration: none;
        color: white !important;
        border-radius: 43px;
        border: 2px solid #1d90c9;
        background-color: #1d90c9;
        height: 50px;
        width: 222px;
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
        display: flex;
        gap: 6px;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
    }

        .watch:hover {
            background-color: white;
            color: #1d90c9 !important;
            border: 2px solid #1d90c9;
        }

    .arrow3 {
        background-color: white;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1d90c9;
    }

    .btnsec {
        border: 2px solid #1d90c9;
        color: #1d90c9 !important;
        font-weight: bold;
        background: transparent;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 115px;
        text-decoration: none;
        transition: 0.3s;
        height: 46px;
        width: 156px;
    }

        .btnsec:hover {
            background: #1d90c9;
            color: white !important;
        }

    /* ===== ANIMATION ===== */
    @keyframes fadeUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ====== RESPONSIVE DESIGN ====== */

    /* Tablets (900px ↓) */
    @media (max-width: 900px) {
        .hero-section {
            padding: 60px 15px;
        }

            .hero-section h1 {
                font-size: 2.3rem;
            }

        .buttons {
            flex-direction: row;
            gap: 15px;
        }

        .watch, .btnsec {
            width: 200px;
            font-size: 14px;
        }
    }

    /* Mobiles (600px ↓) */
    @media (max-width: 600px) {
        .hero-section h1 {
            font-size: 1.8rem;
            line-height: 1.4;
        }

        .buttons {
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .watch {
            width: 100%;
            max-width: 250px;
            height: 48px;
            font-size: 14px;
        }

        .btnsec {
            width: 100%;
            max-width: 220px;
            height: 45px;
            font-size: 14px;
        }
    }

    /* Small Mobiles (400px ↓) */
    @media (max-width: 400px) {
        .hero-section {
            padding: 50px 10px;
        }

            .hero-section h1 {
                font-size: 1.5rem;
            }

        .watch, .btnsec {
            width: 100%;
            max-width: 200px;
        }
    }

    /* ===========================
   MAIN STYLES
   =========================== */
    .business {
        font-family: Arial, Helvetica, sans-serif;
        background: #fff;
        color: #000;
    }

    .business-section {
        position: relative;
        text-align: center;
        padding: 100px 20px;
        overflow: hidden;
    }

        .business-section h1 {
            font-size: 46px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.3;
            color: #13274a;
            width: 900px;
            margin: 0 auto;
        }

        .business-section p {
            font-size: 18px;
            line-height: 1.6;
            color: #333;
            max-width:800px;
            margin: 15px auto 0;
        }

            .business-section p span {
                color: #1d90c9;
                font-weight: bold;
            }

    /* ===========================
   SHAPES
   =========================== */
    .shape {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        opacity: 0.9;
    }

.shape1 {
    top: 30px;
    left: 70px;
    border-width: 40px 25px 0 25px;
    border-color: #1d90c9 transparent transparent transparent;
}

.shape2 {
    top: 60px;
    left: 0;
    border-width: 25px 15px 0 15px;
    border-color: #1d90c9 transparent transparent transparent;
}

.shape3 {
    top: 70px;
    right: 100px;
    border-width: 35px 55px 0 55px;
    border-color: #1d90c9 transparent transparent transparent;
}

.shape4 {
    top: 20px;
    right: 50px;
    border-width: 25px 15px 0 15px;
    border-color: #1d90c9 transparent transparent transparent;
}

.shape5 {
    top: 100px;
    right: 0;
    border-width: 50px 30px 0 30px;
    border-color: #1d90c9 transparent transparent transparent;
}

    /* ===========================
   FADE-UP ANIMATION
   =========================== */
    .fade-up {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
    }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

    /* ===========================
   RESPONSIVE MEDIA QUERIES
   =========================== */

    /* Laptop (max-width: 1024px) */
    @media (max-width: 1024px) {
        .business-section h1 {
            width: 80%;
            font-size: 40px;
        }

        .business-section p {
            width: 70%;
            font-size: 17px;
        }

        .shape1 {
            left: 40px;
        }

        .shape3 {
            right: 60px;
        }
    }

    /* Tablet (max-width: 768px) */
    @media (max-width: 768px) {
        .business-section {
            padding: 80px 15px;
        }

            .business-section h1 {
                font-size: 32px;
                width: 100%;
            }

            .business-section p {
                font-size: 16px;
                width: 90%;
            }

        .shape1, .shape2, .shape3, .shape4, .shape5 {
            transform: scale(0.8);
        }
    }

    /* Mobile (max-width: 600px) */
    @media (max-width: 600px) {
        .business-section {
            padding: 60px 10px;
        }

            .business-section h1 {
                font-size: 26px;
                width: 100%;
                line-height: 1.4;
            }

            .business-section p {
                width: 100%;
                font-size: 15px;
            }

        .shape1 {
            top: 10px;
            left: -10px;
            transform: scale(0.6);
        }

        .shape2 {
            top: 40px;
            left: -20px;
            transform: scale(0.6);
        }

        .shape3 {
            top: 30px;
            right: -30px;
            transform: scale(0.6);
        }

        .shape4 {
            right: -10px;
            top: 10px;
            transform: scale(0.6);
        }

        .shape5 {
            top: 60px;
            right: -20px;
            transform: scale(0.6);
        }
    }

    /* Smallest mobiles (max-width: 400px) */
    @media (max-width: 400px) {
        .business-section h1 {
            font-size: 22px;
        }

        .business-section p {
            font-size: 14px;
        }

        .shape4, .shape5 {
            display: none;
        }
    }
    /* =======================
   BASE STYLES
======================= */
    .features {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 25px;
        padding: 40px 60px;
        box-sizing: border-box;
        background: #fff;
        font-family: "Poppins", sans-serif;
    }

    /* ===== CARD ===== */
    .card {
        background: #fff;
        border: 3px solid #eee;
        border-radius: 18px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.08);
        padding:30px 25px ;
        width: 329px;
        min-height: 330px;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        /* Hover animation */
        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }

    /* ===== ICON CIRCLE ===== */
    .icon {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .icon img {
            width: 32px;
            height: 32px;
        }

        .icon.red {
            background: #1d90c9;
        }

        .icon.green {
            background: #1d90c9;
        }

        .icon.dark {
            background: #1d90c9;
        }

    /* ===== TEXT ===== */
    .card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .card p {
        font-size: 15.5px;
        color: #444;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    /* ===== BUTTON ===== */
    .btn {
        display: inline-block;
        padding: 9px 0;
        width: 120px;
        border: 2px solid #e91e3a;
        border-radius: 25px;
        color: #e91e3a;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

        .btn:hover {
            background: #e91e3a;
            color: #fff;
        }

    /* =======================
   RESPONSIVE BREAKPOINTS
======================= */

    /* ===== Laptop (1000px - 1300px) ===== */
    @media (max-width: 1300px) {
        .card {
            width: 330px;
            min-height: 330px;
        }
    }

    /* ===== Tablet (769px - 992px) ===== */
    @media (max-width: 992px) {
        .features {
            gap: 20px;
            padding: 30px 40px;
        }

        .card {
            width: 230px;
            min-height: 320px;
        }
    }



    /* ===== Mobile (481px - 768px) ===== */
    @media (max-width: 768px) {
        .features {
            flex-direction: column;
            align-items: center;
            gap: 25px;
            padding: 20px 15px;
        }

        .card {
            width: 90%;
            min-height: auto;
            padding: 25px 20px 85px;
            border-radius: 15px;
        }

        .btn {
            bottom: 20px;
        }
    }

    /* ===== Small Mobile (400px - 480px) ===== */
    /* ===== Mobile View Fix (Max Width: 480px) ===== */
    @media (max-width: 480px) {
        .features {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 25px;
            padding: 0 12px; /* Equal left-right spacing */
            box-sizing: border-box;
            overflow-x: hidden;
        }

        .card {
            width: 100%;
            max-width: 350px; /* keeps it centered */
            padding: 25px 18px 85px;
            border-radius: 15px;
            box-sizing: border-box;
            margin: 0 auto; /* perfectly center the card */
        }

        .icon {
            width: 70px;
            height: 70px;
        }

        .card h3 {
            font-size: 18px;
            line-height: 1.4;
        }

        .card p {
            font-size: 14px;
            line-height: 1.6;
            color: #444;
        }

        .btn {
            width: 115px;
            padding: 9px 0;
            bottom: 18px;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
        }
    }
 
    /* ===== Extra Small (340px - 400px) ===== */
    @media (min-width: 340px) and (max-width: 400px) {
        .features {
            padding: 15px 10px;
            gap: 20px;
        }
      
        .card {
            width: 95%;
            padding: 20px 16px 80px;
            border-radius: 14px;
        }

        .icon {
            width: 65px;
            height: 65px;
        }

        .card h3 {
            font-size: 17px;
        }

        .card p {
            font-size: 13.5px;
            line-height: 1.5;
        }

        .btn {
            width: 105px;
            font-size: 13px;
            bottom: 18px;
        }
    }

    .mainpower {
        background: #fff;
        color: #333;
        padding: 30px 5%;
        position: relative;
    }

    /* Image stays on right - exact position jaise code mein tha */
    .powerimg {
        position: absolute;
        right: 0;
        top: 20px;
        padding-right: 50px;
    }

    .power {
        width: 542px;
        height: auto;
        transition: transform 0.3s ease;
    }

     
   

    /* Section Layout */
    .ai-section {
        padding: 60px 15px;
        max-width: 1400px;
    }

    /* Left Content */
    .ai-content {
        max-width: 600px;
    }

        .ai-content h1 {
            font-size: 46px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #1d90c9;
            line-height: 1.2;
        }

        .ai-content h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: black;
        }

        .ai-content p {
            font-size: 17px;
            margin-bottom: 20px;
            color: #2c2b2b;
            line-height: 1.6;
        }

    .ai-list {
        font-size: 18px;
        margin-bottom: 30px;
        color: #000;
        font-weight: bold;
        list-style: none;
        line-height: 2;
        padding:0;
    }

        .ai-list li {
            font-size: 16px;
            margin-bottom: 10px;
            color: #1d90c9;
        }

    /* Buttons */
    .buttons2 {
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
    }

    .days14 {
        text-decoration: none;
        color: #1d90c9 !important;
        font-weight: bold;
        font-size: 18px;
        border: solid 2px #1d90c9;
        border-radius: 60px;
        padding: 10px 15px;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .days14:hover {
            color: white !important;
            background-color: #1d90c9 !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(225, 29, 72, 0.3);
        }

    .more {
        text-decoration: none;
        color: white !important;
        font-weight: bold;
        font-size: 18px;
        border: solid 2px #1d90c9;
        border-radius: 60px;
        padding: 10px 15px;
        background-color: #1d90c9;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .more:hover {
            color: #1d90c9 !important;
            background-color: white !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(225, 29, 72, 0.3);
        }

    @media (max-width: 1200px) {
        .powerimg {
            padding-right: 0px;
            padding-top: 52px;
        }

        .power {
            width: 460px;
        }
    }

    @media (max-width: 1070px) {
        .powerimg {
            padding-right: 0px;
            padding-top: 70px;
        }

        .power {
            width: 400px;
        }

        .ai-section {
            margin-left: -40px;
        }
    }
    /* Responsive: 900px se neeche - Image text ke upar center mein */
    @media (max-width: 960px) {
        .mainpower {
            padding: 40px 5%;
        }

        .powerimg {
            position: static;
            text-align: center;
            margin-bottom: 40px;
        }

        .power {
            width: 400px;
            max-width: 100%;
        }

        .ai-section {
            padding: 20px 5%;
            text-align: center;
        }

        .ai-content {
            max-width: 700px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .ai-content h1 {
                font-size: 36px;
                max-width: 500px;
            }

            .ai-content h3 {
                max-width: 550px;
            }

            .ai-content p {
                max-width: 650px;
            }

        .ai-list {
            text-align: left;
            text-align: left;
            display: flex;
            flex-direction: column;
            /* display: inline-block; */
            justify-content: center;
            align-items: center;
        }

        .buttons2 {
            justify-content: center;
            gap: 15px;
            padding-left: 54px;
        }

        .days14, .more {
            padding: 12px 28px;
            font-size: 17px;
        }
    }

    /* 500px se neeche */
    @media (max-width: 500px) {
        .power {
            width: 320px;
        }

        .ai-content {
            max-width: 450px;
        }

            .ai-content h1 {
                font-size: 32px;
                max-width: 400px;
            }

            .ai-content h3 {
                font-size: 17px;
                max-width: 420px;
                padding-left: 14px;
            }

            .ai-content p {
                font-size: 16px;
                max-width: 450px;
                padding-left: 36px;
            }

        .ai-list li {
            font-size: 15px;
        }

        .days14, .more {
            padding: 11px 24px;
            font-size: 16px;
        }
    }

    /* 400px se neeche */
    @media (max-width: 400px) {
        .mainpower {
            padding: 30px 4%;
        }

        .power {
            width: 280px;
        }

        .ai-content {
            max-width: 350px;
        }

            .ai-content h1 {
                font-size: 28px;
                max-width: 320px;
            }

            .ai-content h3 {
                font-size: 16px;
                max-width: 340px;
            }

            .ai-content p {
                font-size: 15px;
                max-width: 350px;
                line-height: 1.5;
            }

        .ai-list li {
            font-size: 14px;
        }

        .days14, .more {
            padding: 10px 22px;
            font-size: 16px;
            width: 50%;
        }

        .buttons2 {
            flex-direction: column;
            width: 100%;
            gap: 12px;
            justify-content: center;
            align-items: center;
        }
    }

    @media (max-width: 384px) {
        .days14 {
            width: 160px;
        }
        .form-group{
            margin-right:22px;
        }

        .ai-content h1 {
            font-size: 28px;
            max-width: 320px;
            padding-left: 34px;
        }

        .ai-content h3 {
            font-size: 16px;
            max-width: 300px;
            padding-left: 30px;
        }

        .ai-content p {
            font-size: 15px;
            max-width: 350px;
            line-height: 1.5;
        }
    }
    @media (max-width:320px){
        .worx-why-grid {
            margin-left:-22px;
        }
        .text-side p{
            padding-right:20px;
        }
        .worx-section img{
            margin-left:-34px !important;
        }
    }

    /* 340px se neeche (Very small phones) */
    @media (max-width: 340px) {
        .mainpower {
            padding: 25px 3%;
        }

        .power {
            width: 240px;
        }

        .ai-content {
            max-width: 300px;
        }

            .ai-content h1 {
                font-size: 24px;
                max-width: 280px;
                margin-bottom: 20px;
            }

            .ai-content h3 {
                font-size: 15px;
                max-width: 290px;
            }

            .ai-content p {
                font-size: 14px;
                max-width: 300px;
                line-height: 1.4;
            }

        .ai-list {
            line-height: 1.8;
        }

            .ai-list li {
                font-size: 13px;
            }

        .days14, .more {
            padding: 10px 18px;
            font-size: 15px;
        }
    }

.credit {
    background-color: #1d90c9 !important;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    height: 25px;
    height: 500px;
    margin-top: 100px;
}

    /* --- Main Container Styling --- */
    .free-trial-container {
        position: relative;
        width: 100%;
        max-width: 1204px;
        padding: 0px 5px;
        box-sizing: border-box;
    }

    /* --- Content Box Styling (The White Area) --- */
    .content-box {
        background-color: white;
        padding: 50px 30px;
        border-radius: 12px; /* Slightly rounded corners */
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
        position: relative;
        z-index: 10; /* Ensure content is above background elements */
        overflow: hidden; /* Helps contain the pseudo-elements if needed */
    }

    /* --- Text Styling --- */
    .trial-text {
        font-size: 44px;
        line-height: 1;
        color: black;
        margin: 0 0 40px 0;
        font-weight: bold;
        width: 1138px;
        padding-left: 35px;
    }

        .trial-text span {
            color: #1d90c9;
        }

        /* Highlighted part of the text */
        .trial-text strong {
            color: #d8234a; /* The bright red color for the highlight */
            font-weight: 700; /* Bolder for emphasis */
        }

    /* --- Button Styling --- */
    .start-button {
        background-color: #1d90c9; /* Bright red color */
        color: white;
        padding: 15px 30px;
        font-size: 1.1em;
        font-weight: bold;
        border-radius: 30px; /* Pill shape */
        cursor: pointer;
        border: solid 2px #1d90c9;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 470px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

        .start-button:hover {
            background-color: white !important;
            color: #1d90c9;
            border: solid 2px #1d90c9;
        }


    /* Top-Left Red Triangle */
.content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    /* Creating a large triangle using borders */
    border-style: solid;
    border-width: 150px 150px 0 0;
    border-color: #1d90c9 !important transparent transparent transparent;
    transform: translate(-30%, -30%) rotate(45deg); /* Move it partly off-box and rotate */
    z-index: 5;
    opacity: 0.9;
}

    /* Bottom-Right Faint Triangle (example) */
.content-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #1d90c9 transparent; /* Use a semi-transparent background color */
    transform: translate(20%, 20%) rotate(-45deg);
    z-index: 5;
    opacity: 0.2;
}

    .credit {
        background-color: #4b002c;
        font-family: Arial, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 20px;
        box-sizing: border-box;
        min-height: 500px;
        margin-top: 150px;
    }

    /* --- Main Container --- */
    .free-trial-container {
        position: relative;
        width: 100%;
        max-width: 1204px;
        padding: 0 5px;
        box-sizing: border-box;
        animation: fadeIn 1s ease-in-out;
    }

    /* --- Content Box (White Section) --- */
    .content-box {
        background-color: white;
        padding: 50px 30px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        position: relative;
        z-index: 10;
        overflow: hidden;
        animation: slideUp 1s ease-in-out;
    }

    /* --- Text Styling --- */
    .trial-text {
        font-size: 44px;
        line-height: 1.2;
        color: black;
        margin: 0 0 40px 0;
        font-weight: bold;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

        .trial-text span {
            color: #1d90c9;
        }

    /* --- Button --- */
    .start-button {
        background-color: #1d90c9;
        color: white;
        padding: 15px 35px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 40px;
        cursor: pointer;
        border: 2px solid #1d90c9;
        transition: all 0.3s ease;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

        .start-button:hover {
            background-color: white !important;
            color: #1d90c9;
            transform: translateY(-3px);
            box-shadow: 0 6px 14px rgba(225, 29, 72, 0.3);
        }

    /* --- Triangles Decoration --- */
.content-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 150px 0 0;
    border-color: #1d90c9 transparent transparent transparent;
    transform: translate(-30%, -30%) rotate(45deg);
    z-index: 1;
    opacity: 0.9;
    animation: rotateIn 1.5s ease-in-out;
}

.content-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100px;
    border-color: transparent transparent #1d90c9 transparent;
    transform: translate(20%, 20%) rotate(-45deg);
    z-index: 1;
    opacity: 0.3;
    animation: fadeIn 1.5s ease-in-out;
}

    /* ==============================
   ✨ ANIMATIONS
   ============================== */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: scale(0.95);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes slideUp {
        from {
            transform: translateY(50px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes rotateIn {
        from {
            transform: rotate(0deg) scale(0.8);
            opacity: 0;
        }

        to {
            transform: rotate(45deg) scale(1);
            opacity: 1;
        }
    }

    /* ==============================
   📱 MEDIA QUERIES
   ============================== */

    /* --- 900px and below (Tablet) --- */
    @media (max-width: 900px) {
        .content-box {
            padding: 50px 30px;
        }

        .trial-text {
            font-size: 34px;
            line-height: 1.3;
            width: auto;
            padding: 0 10px;
        }

        .start-button {
            font-size: 18px;
            padding: 14px 30px;
            margin: 0 auto;
        }
    }

    @media (max-width: 1100px) {
        .content-box {
            padding: 50px 30px;
        }

        .trial-text {
            font-size: 34px;
            line-height: 1.3;
            width: auto;
            padding: 0 10px;
        }

        .start-button {
            font-size: 18px;
            padding: 14px 30px;
            margin: 0 auto;
        }
    }
    /* --- 600px and below (Mobile) --- */
    @media (max-width: 600px) {
        .credit {
            padding: 40px 15px;
        }

        .content-box {
            padding: 40px 20px;
            border-radius: 10px;
        }

        .trial-text {
            font-size: 26px;
            line-height: 1.4;
            margin-bottom: 30px;
            padding: 0;
        }

        .start-button {
            font-size: 16px;
            padding: 12px 30px;
            border-radius: 30px;
        }

        .content-box::before {
            border-width: 100px 100px 0 0;
            opacity: 0.7;
        }

        .content-box::after {
            border-width: 0 0 70px 70px;
            opacity: 0.2;
        }
    }
@media (max-width: 330px) {
    .hero-text h1 {
        font-size: 32px;
        padding-right: 40px;
    }

    .hero-text p {
        width: 288px;
        padding-right: 8px;
        margin-left: -16px;
    }
    .simage{
        padding-right:35px;
    }
}
    /* --- 400px and below (Small phones) --- */
    @media (max-width: 400px) {
        .trial-text {
            font-size: 22px;
        }

      
        .start-button {
            font-size: 15px;
        }
    }
    /* ==========================================
   Companies Section
========================================== */
    .companies {
        font-family: Arial, sans-serif;
        padding: 80px 0;
        background: #fff;
        text-align: center;
        overflow-x: hidden;
    }

    /* Container */
    .content-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
    }

    /* Main Text */
    .main-text {
        font-size: 32px;
        color: #000;
        line-height: 1.5;
        margin-bottom: 50px;
        font-weight: 600;
        text-align: center;
        animation: fadeInUp 1.2s ease;
    }

    .highlight {
        color: #cc0033;
        font-weight: 700;
    }

    /* Logos Layout */
    .logos-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    /* Each logo box */
    .logoss {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 90px;
        background: #fafafa;
        border-radius: 12px;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        opacity: 0;
        animation: fadeIn 1s forwards;
    }

        .logoss:nth-child(1) {
            animation-delay: 0.2s;
        }

        .logoss:nth-child(2) {
            animation-delay: 0.4s;
        }

        .logoss:nth-child(3) {
            animation-delay: 0.6s;
        }

        .logoss:nth-child(4) {
            animation-delay: 0.8s;
        }

        .logoss:nth-child(5) {
            animation-delay: 1s;
        }

        .logoss:nth-child(6) {
            animation-delay: 1.2s;
        }

        /* Logo Images */
        .logoss img {
            max-width: 140px;
            max-height: 70px;
            opacity: 0.85;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }

        /* Hover Effect */
        .logoss:hover {
            transform: translateY(-8px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        }

            .logoss:hover img {
                opacity: 1;
                transform: scale(1.05);
            }

    /* ===============================
   Animations
=============================== */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(25px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ===============================
   MEDIA QUERIES
=============================== */

    /* Tablet & Small Laptops (below 992px) */
    @media (max-width: 992px) {
        .main-text {
            font-size: 28px;
            margin-bottom: 40px;
        }

        .logos-container {
            gap: 30px;
        }

        .logoss {
            width: 150px;
            height: 80px;
        }

            .logoss img {
                max-width: 120px;
                max-height: 60px;
            }
    }

    /* Mobile Devices (below 768px) */
    @media (max-width: 768px) {
        .main-text {
            font-size: 24px;
            padding: 0 15px;
        }

        .logos-container {
            gap: 25px;
        }

        .logoss {
            width: 45%;
            height: 80px;
        }

            .logoss img {
                max-width: 100px;
                max-height: 55px;
            }
    }

    /* Extra Small Screens (below 480px) */
    @media (max-width: 480px) {
        .companies {
            padding: 50px 0;
        }

        .main-text {
            font-size: 20px;
            line-height: 1.4;
            padding: 0 10px;
        }

        .logoss {
            width: 42%;
            height: 70px;
        }

            .logoss img {
                max-width: 90px;
            }
    }


    /*.logo img:hover {
            opacity: 1;*/ /* Make logo brighter on hover */
    /*}*/


    /* =========================
   Base Styling
========================= */

    .industry {
        margin: 0;
        font-family: Arial, sans-serif;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        background-color: #fff;
        height: 100%;
    }

    .container5 {
        display: flex;
        max-width: 1200px;
        padding: 20px;
        gap: 30px;
        flex-wrap: wrap;
        transition: all 0.5s ease;
    }

    /* Left Section */
.left {
    background: #1d90c9;
    color: whitesmoke;
    padding: 60px;
    width: 450px;
    border-radius: 12px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

        .left:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        }

        .left h1 {
            font-size: 32px;
            font-weight: bold;
            line-height: 1.2;
            margin-top:0;
            margin-bottom: 20px;
        }

        .left p {
            font-size: 17px;
            width: 100%;
            line-height: 1.6;
        }

    /* Right Section */
    .right {
        flex: 1;
        margin-top: 30px;
        width: 555px;
        line-height: 1.5;
        animation: fadeInRight 1s ease forwards;
    }

    .industry-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        font-size: 22px;
    }

        .industry-list li {
            cursor: pointer;
            width: fit-content;
            padding-bottom: 3px;
            border-bottom: 3px solid transparent;
            position: relative;
            transition: all 0.3s ease;
            font-size:16px;
        }

            /* Hover Animation */
            .industry-list li:hover {
                color: #d81b3a;
            }

    /* Subtle animation for appearance */
    @keyframes fadeInRight {
        from {
            opacity: 0;
            transform: translateX(40px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* =========================
   MEDIA QUERIES
========================= */

    /* For width below 1115px */
    @media (max-width: 1115px) {
        .container5 {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 40px;
        }

        .left {
            width: 85%;
            height: auto;
            padding: 50px 30px;
        }

            .left h1 {
                font-size: 36px;
            }

            .left p {
                width: 100%;
                font-size: 16px;
            }

        .right {
            width: 90%;
            padding: 20px;
            margin-top: 10px;
        }

        .industry-list {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            font-size: 20px;
        }
    }

    /* For screens below 700px */
    @media (max-width: 700px) {
        .left {
            width: 90%;
            padding: 40px 25px;
        }

            .left h1 {
                font-size: 30px;
            }

            .left p {
                font-size: 15px;
            }

        .industry-list {
            grid-template-columns: repeat(2, 1fr);
            font-size: 18px;
        }
    }
    /* =========================
   MEDIA QUERY — 400px (Vertical List Layout)
========================= */
    @media (max-width: 400px) {
        .industry-list {
            display: flex;
            flex-direction: column; /* vertical layout */
            align-items: center; /* center align all items */
            gap: 10px; /* gap between li items */
            font-size: 16px;
        }

            .industry-list li {
                width: 90%; /* thoda margin dono side par */
                text-align: center;
                border-bottom: 2px solid white;
                padding-bottom: 6px;
                transition: all 0.3s ease;
            }

                .industry-list li:hover {
                    color: #d81b3a;
                    border-bottom: 2px solid #d81b3a;
                    transform: scale(1.05);
                }

        .left {
            margin-right: 10px;
            padding: 25px 15px;
            text-align: center;
        }

            .left h1 {
                font-size: 22px;
                line-height: 1.3;
            }

            .left p {
                font-size: 14px;
                width: 100%;
            }

        .right {
            width: 100%;
            padding: 15px;
            margin-top: 15px;
        }
    }

    @media (max-width: 426px) {
        .left {
            margin-right: 20px;
        }
    }
    /* For very small screens below 340px */
    @media (max-width: 340px) {
        .industry-list {
            grid-template-columns: 1fr;
            text-align: center;
            font-size: 17px;
        }

        .left {
            padding: 30px 20px;
        }

            .left h1 {
                font-size: 24px;
            }

            .left p {
                font-size: 14px;
            }
    }
    /* =========================
   SPECIAL MEDIA QUERY — 450px
========================= */
    @media (max-width: 450px) {
        .industry-list {
            grid-template-columns: repeat(2, 1fr);
            gap: 18px; /* list items ke darmiyan thoda zyada gap */
            font-size: 17px;
            justify-items: center; /* dono columns align rahain */
            margin-right: 50px;
        }

            .industry-list li {
                padding-bottom: 4px;
            }

        .left {
            padding: 35px 22px;
            margin-right: 28px;
        }

            .left h1 {
                font-size: 26px;
                line-height: 1.3;
            }

            .left p {
                font-size: 14px;
            }

        .right {
            width: 100%;
            padding: 15px;
            margin-top: 15px;
        }
    }










    /* 🌟 MAIN FAQ SECTION */
    .questions {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        min-height: 100vh;
        padding: 60px 20px;
        position: relative;
        overflow-x: hidden;
        background: linear-gradient(180deg, #ffffff, #f8f8ff);
    }

    /* =======================
   🔺 TRIANGLE ANIMATIONS
======================= */
    .triangle {
        position: absolute;
        opacity: 0.6;
        animation: floatTri 6s ease-in-out infinite;
    }

    @keyframes floatTri {
        0%, 100% {
            transform: translateY(0) rotate(0deg);
        }

        50% {
            transform: translateY(-15px) rotate(10deg);
        }
    }

    /* Different colors & positions */
.tri1 {
    top: 20px;
    left: 60px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 50px solid #1d90c9;
    animation-delay: 0s;
}

.tri2 {
    top: 80px;
    left: 160px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 60px solid #1d90c9;
    animation-delay: 1s;
}

.tri3 {
    top: 50px;
    right: 120px;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 70px solid #1d90c9;
    animation-delay: 2s;
}

.tri4 {
    top: 90px;
    right: 220px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 55px solid #1d90c9;
    animation-delay: 3s;
}

.tri5 {
    top: 60px;
    right: 60px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #1d90c9;
    animation-delay: 4s;
}

    .endbutton {
        text-decoration: none;
        background-color: #1d90c9;
        color: white;
        font-size: 18px;
        border: solid 3px;
        font-weight: 600;
        border-radius: 50px;
        padding: 12px 20px 12px 20px;
        transition: 0.4s;
        cursor: pointer;
    }

        .endbutton:hover {
            background-color: white;
            color: #1d90c9;
        }

    /* =======================
   📦 MAIN CONTAINER
======================= */
    .container2 {
        max-width: 950px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        animation: fadeIn 1s ease-in;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fr {
        text-align: center;
        font-size: 2.8rem;
        margin-bottom: 40px;
        font-weight: 800;
        color: #222;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    }

    /* =======================
   🧩 FAQ BOX
======================= */
    .faq-container {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        overflow: hidden;
        margin: 0 auto;
        transition: transform 0.3s ease;
    }

        .faq-container:hover {
            transform: scale(1.01);
        }

    /* FAQ Item */
    .faq-item {
        border-bottom: 1px solid #e0e0e0;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeUp 0.6s forwards;
    }

        .faq-item:nth-child(1) {
            animation-delay: 0.3s;
        }

        .faq-item:nth-child(2) {
            animation-delay: 0.5s;
        }

        .faq-item:nth-child(3) {
            animation-delay: 0.7s;
        }

        .faq-item:nth-child(4) {
            animation-delay: 0.9s;
        }

    @keyframes fadeUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Question Header */
    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 30px;
        cursor: pointer;
        color: #111;
        font-weight: 600;
        transition: background 0.3s ease, color 0.3s ease;
    }

        .faq-question:hover {
            background: #f9f9f9;
            color: #1d90c9;
        }

    /* Arrow icon */
    .arrow {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
    }

        .arrow.rotate {
            transform: rotate(180deg);
        }

    /* Answer Area */
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        background-color: #fafafa;
        transition: max-height 0.4s ease, padding 0.4s ease;
    }

        .faq-answer.open {
            max-height: 400px;
            padding: 15px 30px 25px;
        }

    .lo {
        color: #555;
        line-height: 1.7;
        font-size: 1rem;
        margin:0;
    }

    /* =======================
   💬 CHAT BUTTON
======================= */
    .chat-button {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
        background-color: #1d90c9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(233, 30, 99, 0.4);
        cursor: pointer;
        z-index: 1000;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(229, 23, 63, 0.4);
        }

        70% {
            transform: scale(1.1);
            box-shadow: 0 0 0 20px rgba(229, 23, 63, 0);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(229, 23, 63, 0);
        }
    }

    .chat-icon {
        width: 30px;
        height: 30px;
        fill: white;
    }

    /* =======================
   📱 RESPONSIVE DESIGN
======================= */

    /* --- 900px (Tablet) --- */
    @media (max-width: 900px) {
        .fr {
            font-size: 2.3rem;
            width: 100%;
            margin-left: 0;
        }

        .faq-container {
            width: 95%;
        }
    }

    /* --- 600px (Mobile) --- */
    @media (max-width: 600px) {
        .fr {
            font-size: 1.8rem;
            line-height: 1.3;
        }

        .faq-question h3 {
            font-size: 1rem;
        }

        .faq-answer.open {
            padding: 12px 20px;
        }

        .faq-container {
            width: 100%;
            margin: 0;
            border-radius: 10px;
        }

        .chat-button {
            width: 50px;
            height: 50px;
            bottom: 20px;
            right: 20px;
        }

        .chat-icon {
            width: 25px;
            height: 25px;
        }
    }

    /* --- 400px (Small Mobile) --- */
    @media (max-width: 400px) {
        .fr {
            font-size: 1.5rem;
        }

        .faq-question {
            padding: 14px 15px;
        }

        .faq-answer.open {
            padding: 10px 15px;
        }
    }

    .show {
        text-align: center;
        padding-top: 75px;
    }

    .mbtn {
        text-decoration: none;
        background-color: white;
        color: #1d90c9;
        font-size: 18px;
        border: solid 3px #1d90c9;
        font-weight: 600;
        border-radius: 50px;
        padding: 12px 20px 12px 20px;
        transition: 0.4s;
        cursor: pointer;
    }

        .mbtn:hover {
            background-color: #1d90c9;
            color: white;
        }

    .startend {
        text-align: center;
    }
    /* Footer Container */
    .footer {
        background-color: #1d90c9;
        color: whitesmoke !important;
        padding: 0px 20px;
        border-top: 1px solid #e0e0e0;
        font-family: 'Arial', sans-serif;
    }

        .footer .container {
            max-width: 1200px;
            margin: auto;
        }

    .contact {
        display: flex;
        flex-direction: column;
        width: fit-content;
        gap: 3px;
        padding-left: 24px;
        padding-top: 20px;
        cursor: default;
    }

        .contact div {
            display: flex;
            width: fit-content;
            align-items: center;
            gap: 5px;
            position: relative;
            cursor: default;
        }

        .contact h2 {
            font-size: 24px;
            width: fit-content;
            display: flex;
        }

        .contact div span {
            font-size: 14px;
            width: fit-content;
            display: flex;
        }


        .contact div:hover span {
            color: rgb(179, 178, 178);
        }

        .contact div:hover path {
            stroke: rgb(179, 178, 178);
        }


    /*        .contact div::before {
            content: '➜';
            position: absolute;
            width: 100%;
            height: 10px;
            top: 0%;
            left: -25px;
            transition: 0.2s;
        }

        .contact div:hover::before {
            left: -18px;
        }
*/



    /* Top Section */
    .footer-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 84px;
        margin-bottom: 26px;
    }

    /* Logo */
    .footer-logo img {
        height: 60px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .footer-logo span {
        font-size: 24px;
        font-weight: bold;
        color: whitesmoke;
        vertical-align: middle;
    }

    /* Columns */
    .footer-links {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 30px;
        flex: 1;
    }

    .footer-column h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        color: whitesmoke;
        margin-bottom: 20px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }



    .footer-column li::before {
        content: '➜';
        position: relative;
        width: 100%;
        height: 10px;
        top: 0%;
        padding-right: 12px;
        left: 0px;
        transition: 0.2s;
        color: white;
    }

    .footer-column li:hover::before {
        left: 10px;
    }



    .footer-column li {
        margin-bottom: 15px;
    }

    .footer-column a {
        text-decoration: none;
        color: whitesmoke;
        transition: color 0.2s;
        font-size: 18px;
    }


        .footer-column a:hover {
            color: darkgray;
        }

    /* Divider */
    .footer hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 10px 0;
    }

    /* Bottom Section */
    .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

        .footer-bottom span {
            font-size: 14px;
            color: whitesmoke;
        }

        .footer-bottom a {
            color: whitesmoke;
            text-decoration: none;
        }

            .footer-bottom a:hover {
                text-decoration: underline;
            }

    /* Social Icons */
    .social-icons {
        display: flex;
        gap: 15px;
        align-items: center;
    }

        .social-icons a svg {
            width: 46px;
            height: 32px;
            fill: currentColor; /* important: allows color change */

            color: #555; /* default color */
        }

        .social-icons .yout:hover {
            fill: red;
        }

        .social-icons a:hover .white {
            fill: white; /* for extra safety */
        }

    .blue {
        /*    background-color: #6e6a6a;*/
        fill: #6e6a6a;
        color: #6e6a6a;
    }

        .blue:hover {
            fill: cornflowerblue;
        }

    .black {
        fill: #6e6a6a;
    }

    .social-icons a:hover .black {
        fill: black;
    }

    .darkgray {
        /*    background-color: #6e6a6a;*/
        fill: #6e6a6a;
    }

        .darkgray:hover {
            fill: black;
        }
    /* Responsive */
    @media (max-width: 768px) {
        .footer-top {
            flex-direction: column;
            gap: 30px;
        }

        .footer-bottom {
            flex-direction: column;
            text-align: center;
        }

        .social-icons {
            justify-content: center;
        }
    }

    @media(max-width:1080px) {
        .navbar-bottom {
            padding: 0px 10px;
        }

        .navslink {
            gap: 30px;
        }
    }

    @media(max-width:860px) {
        .navslink a {
            font-size: 18px;
        }
    }

    @media(max-height:1150px) {
        .worx {
            width: 150px;
            /*height: 50px;*/
        }

        .trial {
            width: 162px;
            height: 48px;
            font-size: 15px;
            /*    margin-left: 40px;*/
        }

        .arrow {
            width: 24px;
            height: 24px;
        }
    }

    .mainworx {
        overflow: hidden;
    }

    .hambur, .cross {
        display: none;
    }

    @media(max-width:1188px ) {
        .linkss {
            font-size: 18px;
        }

        .navslink {
            gap: 50px;
        }
    }

    @media(max-width:996px ) {
        .linkss {
            font-size: 16px;
        }

        .navslink {
            gap: 40px;
        }

        .introhelp {
            font-size: 16px;
        }
    }

    @media(max-width:920px) {
        .hambur {
            width: 40px;
            position: absolute;
            display: flex;
            height: fit-content;
            top: 0;
            height: 100%;
            cursor: pointer;
            margin-left: 20px;
            visibility: visible;
        }

        .aroww {
            display: none;
            visibility: hidden;
        }

        .material-symbols-outlined {
            display: none;
            visibility: hidden;
        }

        .cross {
            width: 40px;
            position: absolute;
            display: flex;
            height: fit-content;
            top: 0;
            height: 100%;
            cursor: pointer;
            margin-left: 20px;
            visibility: hidden;
        }

        header {
            display: flex;
            border-bottom: solid #d5d3d3 2px;
            z-index: 20;
            height: 60px;
        }

        .mainnavss {
            position: absolute;
            background: white;
            overflow: auto;
            background-color: white;
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
            visibility: hidden;
            left: -100%;
            transition: 0.3s;
            gap: 18px;
            justify-content: start;
            height: 100vh;
            top: 35px;
            z-index: -10;
        }

        .cross.active {
            visibility: visible;
        }

        .mainnavss.active {
            visibility: visible;
            left: 0%
        }

        .hambur.active {
            visibility: hidden;
        }


        .navbar-bottom {
            flex-direction: column;
            justify-content: normal;
            height: fit-content;
        }

        .mainworx {
            height: fit-content;
        }

        .worx {
            display: none;
        }

        .worxmb {
            display: flex !important;
            align-items: center;
            width: 140.13px;
            height: 48px;
            margin: auto;
            margin-left: 90px;
        }

        .navslink {
            display: flex;
            flex-direction: column;
            margin-top: -5px;
        }

        .helpline {
            flex-direction: column;
            align-items: center;
            padding-right: 0px;
            height: fit-content;
            gap: 20px;
            border: none;
            display: none;
        }

        .helpline2 {
            display: flex;
        }

        .navslink {
            width: 100%;
            gap: 0px;
        }

        .trial {
            display: none;
        }

        .triall {
            border-radius: 65px;
            width: 150px;
            height: 48px;
            border: 2px solid white;
            background-color: #1d90c9;
            color: white;
            font-weight: bold;
            font-size: 14px;
            /* margin-left: 40px; */
            display: flex;
            align-items: center;
            margin-top: 10px;
            justify-content: center;
            cursor: pointer;
        }

        .arrowww {
            content: "\f061";
            content: "\f061";
            background-color: white;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 10px;
            color: #1d90c9;
        }



        .navslink a {
            padding: 25px 0px;
            width: 100%;
            border-bottom: lightgray solid 1px;
            display: flex;
            /*            margin: 0px 20px;*/
            font-size: 21px;
            justify-content: space-between;
        }

            .navslink a span {
                margin-left: 20px;
            }

            .navslink a svg {
                margin-right: 20px;
                transform: rotate(270deg);
            }

        .homeJs {
            border-top: solid 1px lightgray;
        }

        .navbar-bottom {
            padding: 0px;
        }

        .dropdownArrow {
            display: flex !important;
        }
    }

    @media (max-width:808px) {
        .helpline2 {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 40px;
            padding-right: 50px;
            font-size: 14px;
            color: black !important;
        }
    }

    @media (max-width:760px) {
        .helpline2 {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 36px;
            padding-right: 30px;
            font-size: 13px;
            color: black !important;
        }
    }

    @media (max-width:760px) {
        .helpline2 {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 30px;
            padding-right: 15px;
            font-size: 12px;
            color: black !important;
            font-weight: bold;
        }
    }

    @media (max-width:680px) {
        .helpline2 {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 15px;
            padding-right: 10px;
            font-size: 12px;
            color: black !important;
            font-weight: bold;
        }
    }
    @media (max-width:630px){


        .worxmb {
            height: 40px;
            width: 125px;
            margin-left: 55px;
        }
        .hambur {
            width: 35px;
            margin-left: 8px;
        }
        .cross {
            width: 35px;
            margin-left: 8px;
        }
        .triall {
            font-size: 12px;
            height: 44px;
            width: 138px;
        }
        .arrowww {
            width: 20px;
            height: 20px;
        }
    }
    @media (max-width:570px){
        .worxmb {
            height: 40px;
            width: 125px;
            margin-left: 45px;
        }

        .hambur {
            width: 33px;
            margin-left: 4px;
        }

        .cross {
            width: 33px;
            margin-left: 4px;
        }
    }

    @media(max-width:560px) {
        .hambur {
            width: 40px;
            position: absolute;
            display: flex;
            height: fit-content;
            top: 0;
            height: 100%;
            cursor: pointer;
            margin-left: 20px;
            visibility: visible;
        }

        .aroww {
            display: none;
            visibility: hidden;
        }

        .material-symbols-outlined {
            display: none;
            visibility: hidden;
        }

        .cross {
            width: 40px;
            position: absolute;
            display: flex;
            height: fit-content;
            top: 0;
            height: 100%;
            cursor: pointer;
            margin-left: 20px;
            visibility: hidden;
        }

        header {
            display: flex;
            border-bottom: solid #d5d3d3 2px;
            z-index: 20;
            height: 60px;
        }

        .mainnavss {
            position: absolute;
            background: white;
            overflow: auto;
            background-color: white;
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
            visibility: hidden;
            left: -100%;
            transition: 0.3s;
            gap: 18px;
            justify-content: start;
            height: 100vh;
            top: 35px;
            z-index: -10;
        }

        .cross.active {
            visibility: visible;
        }

        .mainnavss.active {
            visibility: visible;
            left: 0%
        }

        .hambur.active {
            visibility: hidden;
        }


        .navbar-bottom {
            flex-direction: column;
            justify-content: normal;
            height: fit-content;
        }

        .mainworx {
            height: fit-content;
        }

        .worx {
            display: none;
        }

        .worxmb {
            display: flex !important;
            align-items: center !important;
            width: 140.13px;
            height: 48px;
            justify-content: center !important;
            margin-left: 90px;
                    margin: auto;
        margin-left: 90px;
        }

        .navslink {
            display: flex;
            flex-direction: column;
            margin-top: -5px;
        }

        .helpline {
            flex-direction: column;
            align-items: center;
            padding-right: 0px;
            height: fit-content;
            gap: 20px;
            border: none;
            display: flex;
        }

        .helpline2 {
            display: none;
        }

        .navslink {
            width: 100%;
            gap: 0px;
        }

        .trial {
            display: none;
        }

        .triall {
            border-radius: 65px;
            width: 150px;
            height: 48px;
            border: 2px solid white;
            background-color: #1d90c9;
            color: white;
            font-weight: bold;
            font-size: 14px;
             margin-left: 40px; 
            display: flex;
            align-items: center;
            margin-top: 10px;
            justify-content: center;
            cursor: pointer;
        }

        .arrowww {
            content: "\f061";
            content: "\f061";
            background-color: white;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 10px;
            color: #1d90c9;
        }



        .navslink a {
            padding: 16px 0px;
            width: 100%;
            border-bottom: lightgray solid 1px;
            display: flex;
                        margin: 0px 20px;
            font-size: 21px;
            justify-content: space-between;
        }

            .navslink a span {
                margin-left: 20px;
            }

            .navslink a svg {
                margin-right: 20px;
                transform: rotate(270deg);
            }

        .homeJs {
            border-top: solid 1px lightgray;
        }

        .navbar-bottom {
            padding: 0px;
        }

        .dropdownArrow {
            display: flex !important;
        }
    }

    @media (max-width:390px) {
        .worxmb {
            width: 120px !important;
            height: 38px !important;
            margin-left: 75px !important;
        }
    }

    @media (max-width:390px) {
        .hambur {
            width: 36px;
            margin-left: 10px;
        }

        .cross {
            width: 30px;
            margin-left: 4px;
        }

        .worxmb {
            margin-left: 42px !important;
        }
    }
@media (max-width:332px) {
    .hambur {
        width: 30px;
        margin-left: 4px;
    }

    .cross {
        width: 30px;
        margin-left: 4px;
    }

    .worxmb {
        margin-left: 42px !important;
    }
}

    @media (max-width:960px) {
        .introMenu {
            flex-direction: column;
            overflow: scroll;
        }


        .container {
            padding-top: 30px !important;
            overflow: hidden !important;
            gap: 20px !important;
            height: 100% !important;
        }

        .section1 {
            width: 100% !important;
            height: 100% !important;
        }

        .section2 {
            width: 100% !important;
            height: 100% !important;
        }

            .section2 .container {
                min-height: 300px;
            }

        .lists {
            display: flex !important;
            flex-direction: row;
            justify-content: space-around !important;
        }

            .lists ul {
                margin: 0px !important;
            }
    }

    @media (max-width:464px) {

        .lists {
            display: flex !important;
            flex-direction: column;
            padding-bottom: 80px;
            /*                justify-content: space-around !important;*/
        }

        .section2 .container {
        }
    }

    @media (max-width:438px) {
        .worxmb {
            margin-left: 100px;
            width: 144.13px;
            height: 50px;
        }
    }

    @media (max-width:410px) {
        .triall {
            width: 144px;
            height: 43px;
            font-size: 12px;
            margin-top: 12px;
        }

        .arrowww {
            width: 18px;
            height: 18px;
        }
    }


    .worxmb {
        display: none;
    }

    .dropdownArrow {
        display: none;
    }






    .mainpricing {
        margin: 0;
        font-family: "Poppins", Arial, sans-serif;
        background: #fff;
        color: #333;
        overflow-x: hidden;
    }




    .pricing-hero {
        position: relative;
        text-align: center;
        padding: 100px 20px 80px;
        color: white;
        background-image: url("https://images.unsplash.com/photo-1567427017947-545c5f8d16ad?auto=format&fit=crop&w=1600&q=80");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(94, 194, 242, 0.65);
    z-index: 1;
}

    .hero-content {
        position: relative;
        z-index: 2;
        animation: fadeIn 1.5s ease-in-out;
    }

        .hero-content h1 {
            font-size: 48px;
            margin-bottom: 15px;
        }

        .hero-content p {
            font-size: 18px;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }

    /* ====== PRICING SECTION ====== */
    .pricing-container {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 40px;
        padding: 80px 20px;
        background: linear-gradient(to bottom, #ffffff, #fafafa);
    }

    .pricing-card {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        flex: 1 1 300px;
        max-width: 340px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        padding: 40px 25px;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        animation: slideUp 1.3s ease;
    }

        .pricing-card:hover {
            box-shadow: 0 12px 25px rgba(229, 23, 63, 0.25);
        }

    .plan-name {
        font-size: 26px;
        font-weight: bold;
        color: #1d90c9;
        margin-bottom: 10px;
    }

    .price {
        font-size: 42px;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px;
    }

        .price span {
            font-size: 16px;
            color: #777;
        }

    .features {
        list-style: none;
        padding: 0;
        margin: 0 0 40px;
        text-align: left;
        flex-grow: 1;
    }

        .features li {
            margin: 10px 0;
            font-size: 15px;
            display: flex;
            align-items: center;
            opacity: 0.9;
        }

            .features li::before {
                content: "✔";
                color: #1d90c9;
                font-weight: bold;
                margin-right: 8px;
            }

    .btn-select {
        background-color: white;
        color: #1d90c9;
        border: 2px solid #1d90c9;
        border-radius: 40px;
        padding: 10px 24px; /* smaller size */
        font-size: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 0 auto; /* centers button */
        display: block; /* ensures proper centering */
    }

        .btn-select:hover {
            background-color: #1d90c9;
            color: white;
            transform: scale(1.06);
        }

        /* Optional: subtle glowing animation for hover */
        .btn-select:hover {
            box-shadow: 0 0 10px rgba(229, 23, 63, 0.6);
        }
    /* ====== ANIMATIONS ====== */
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ====== RESPONSIVE BREAKPOINTS (8 LEVELS) ====== */

    @media (max-width: 340px) {
        .hero-content h1 {
            font-size: 26px;
        }

        .pricing-card {
            max-width: 95%;
            padding: 30px 15px;
        }
    }

    @media (min-width: 341px) and (max-width: 480px) {
        .hero-content h1 {
            font-size: 30px;
        }

        .pricing-card {
            max-width: 90%;
        }
    }

    @media (min-width: 481px) and (max-width: 576px) {
        .hero-content h1 {
            font-size: 34px;
        }

        .pricing-card {
            max-width: 85%;
        }
    }

    @media (min-width: 577px) and (max-width: 768px) {
        .pricing-container {
            flex-direction: column;
            align-items: center;
        }

        .pricing-card {
            max-width: 80%;
        }
    }

    @media (min-width: 769px) and (max-width: 992px) {
        .pricing-card {
            max-width: 45%;
        }
    }

    @media (min-width: 993px) and (max-width: 1024px) {
        .pricing-card {
            max-width: 300px;
        }
    }

    @media (min-width: 1025px) and (max-width: 1200px) {
        .pricing-card {
            max-width: 310px;
        }
    }

    @media (min-width: 1201px) {
        .pricing-card {
            max-width: 340px;
        }
    }


    @media (max-width:522px){
        .wf-btn{
            margin-left:80px!important;
        }
    }
@media (max-width:392px) {
    .wf-btn {
        margin-left: 60px !important;
    }
}
@media (max-width:405px) {
    .signu{
        margin-left: 60px !important;
    }
}

.demo-buttons{
    margin-top:20px;
}

.demo-btn {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
    color: #fff;
    min-width: 200px;
    text-align: center;
}

    /* Button Color Variants */
    .demo-btn.security {
        background: #1d90c9;
    }

    .demo-btn.skip {
        background: #5EC2F2;
    }

    .demo-btn.pharmacy {
        background: #74D1FF;
    }

    .demo-btn.education {
        background: #3DB2E6;
    }


.ws-header {
    background-color: white;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e0e0e0;
}

.ws-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.ws-logo-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #4a9fd8 0%, #2171b5 100%);
    border-radius: 5px;
    position: relative;
}

  

    .ws-logo-icon img {
        height: 50px;
        margin-bottom: 30px;
    }

.ws-tagline {
    color: #888;
    font-size: 15px;
}

.ws-footer {
    background-color: #fff;
    padding: 30px 50px;
}

.ws-footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ws-footer-column {
    flex: 1;
}

    .ws-footer-column h3 {
        font-size: 18px;
        color: black;
        margin-bottom: 25px;
        font-weight: 600;
    }

    .ws-footer-column ul {
        list-style: none;
        padding:0 !important;
    }

        .ws-footer-column ul li {
            margin-bottom: 15px;
        }

            .ws-footer-column ul li a {
                color: rgb(101, 101, 101);
                text-decoration: none;
                font-size: 15px;
                transition: color 0.3s;
            }

                .ws-footer-column ul li a:hover {
                    color: #1d90c9;
                }

.ws-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: rgb(101, 101, 101);
    font-size: 15px;
}

.ws-contact-icon {
    border: 1px solid;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .ws-contact-icon svg {
        width: 20px;
        height: 20px;
        fill: #1d90c9;
    }

.ws-ph {
    margin-right: 5px;
}

.ws-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    margin-left: 100px;
}

.ws-language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 15px;
    cursor: pointer;
}

.ws-social-links {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

    .ws-social-links a {
        border: 1px solid;
        border-radius: 5px;
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1d90c9;
        font-size: 1px;
        transition: color 0.3s;
        padding: 3px;
    }

        .ws-social-links a:hover {
            color: #1d90c9;
        }

.ws-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.ws-copyright {
    color: #797878;
    font-size: 14px;
}

.ws-footer-links {
    display: flex;
    gap: 40px;
}

    .ws-footer-links a {
        color: #797878;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s;
    }

        .ws-footer-links a:hover {
            color: #1d90c9;
        }

.ws-subscribe-section {
    margin-bottom: 30px;
}

    .ws-subscribe-section h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 8px;
    }

.ws-subscribe-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.ws-subscribe-form {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

    .ws-subscribe-form input[type="email"] {
        flex: 1;
        padding: 10px 18px;
        border: none;
        border-radius: 25px;
        background-color: #e8ecf7;
        font-size: 14px;
        color: #666;
        outline: none;
        margin:0;
    }

        .ws-subscribe-form input[type="email"]::placeholder {
            color: #a0a8c4;
        }

    .ws-subscribe-form button {
        padding: 14px 32px;
        border: none;
        border-radius: 25px;
        background-color: #1d90c9;
        color: white;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease;
        white-space: nowrap;
    }

        .ws-subscribe-form button:hover {
            background-color: #1d90c9;
        }

.ws-privacy-text {
    font-size: 12px;
    color: #999;
    margin-top:0px;
}

    .ws-privacy-text a {
        color: #1d90c9;
        text-decoration: none;
    }

        .ws-privacy-text a:hover {
            text-decoration: underline;
        }

@media screen and (max-width: 1024px) {
    .ws-header {
        padding: 25px 40px;
    }

    .ws-footer {
        padding: 50px 40px 30px;
    }

    .ws-footer-content {
        flex-wrap: wrap;
        gap: 40px;
    }

    .ws-footer-column {
        flex: 0 0 calc(50% - 20px);
    }

    .ws-footer-right {
        flex: 0 0 100%;
        margin-left: 0;
        align-items: flex-start;
    }

    .ws-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .ws-footer-links {
        gap: 30px;
    }
}

@media(max-width: 768px) {
    .ws-header {
        padding: 20px 30px;
        flex-direction: column;
        align-items: baseline;
        gap: 15px;
        text-align: center;
    }

    .ws-logo {
        font-size: 24px;
    }

    .ws-tagline {
        font-size: 14px;
    }

    .ws-footer {
        padding: 40px 30px 25px;
    }

    .ws-footer-content {
        flex-direction: column;
        gap: 35px;
        margin-bottom: 40px;
    }

    .ws-footer-column {
        flex: 0 0 100%;
    }

        .ws-footer-column h3 {
            font-size: 16px;
            margin-bottom: 20px;
        }

    .ws-footer-right {
        gap: 25px;
    }

    .ws-subscribe-form {
        flex-direction: column;
    }

        .ws-subscribe-form button {
            width: 100%;
        }

    .ws-footer-links {
        flex-direction: column;
        gap: 15px;
    }
}


