* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;

}

body {
    background: white;
    color: #222;
}

.project {

    .branches {
        background: #f7e6b3;
        padding: 8px 40px;
        display: flex;
        justify-content: space-evenly;
        font-size: 14px;
        height: 60px;
        align-items: center;

        ol {
            display: flex;
            justify-content: center;
            height: 36px;
            align-items: center;
            font-size: 15px;

            li {
                list-style: none;
                border: 1px solid #ff7a00;
                background: transparent;
                padding: 4px 10px;
                border-radius: 20px;
                margin-left: 6px;
                cursor: pointer;
                text-align: center;
                gap: 10px;
            }

            #one {
                border: none;
                border-radius: none;
                padding: 0px;
            }

        }
    }

    .subnav1 {
        white-space: nowrap;
        width: 85%;
        margin: 20px auto;
        background: white;
        padding: 15px 30px;
        border-radius: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        ul {

            display: flex;
            justify-content: center;
            height: 40px;
            align-items: center;
            list-style: none;

            a {
                font-size: 18px;
                display: flex;
                height: 40px;
                align-items: center;
                text-decoration: none;
                gap: 2px;
                cursor: pointer;
                font-weight: 500;
                margin-left: 50px;
                color: grey;
            }

            #active {
                color: #ff7a00;
            }
        }

        img {
            width: 60%;
            height: 60%;
        }

    }

    .section1 {
        text-align: center;
        padding: 20px 10px;

        h1 {
            font-size: 42px;
            margin-bottom: 15px;
        }

        p {
            margin-bottom: 2px;
            color: #555;
        }
    }

    .form {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 40px;
        flex-wrap: wrap;

        input {

            padding: 12px;
            border-radius: 25px;
            border: 1px solid #ccc;
            width: fit-content;
        }

        button {
            font-size: 16px;
            background-color: white;
            border: 1px solid #ff7a00;
            color: #ff7a00;
            height: 45px;
            align-items: center;
            padding: 5px 25px;
            border-radius: 25px;
            width: fit-content;
            cursor: pointer;
        }

    }

    .highlight-section {
        padding: 60px 20px;
        font-family: Arial, sans-serif;
        background-color: rgb(255 251 238 / var(--tw-bg-opacity, 1));
    }

    /* layout */
    .grid {
        display: flex;
        justify-content: center;
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 350px 1fr;
        gap: 30px;
        align-items: center;
    }

    /* feature column */
    .features {
        display: flex;
        flex-direction: column;
        gap: 25px;



    }

    /* cards */
    .card {
        padding: 25px;
        border-radius: 20px;
        border: 2px solid transparent;
    }

    .card h3 {
        font-size: 22px;
        margin-bottom: 8px;
        color: #1f2a44;
    }

    .card p {
        color: #333;
        font-size: 22px;
    }

    /* pastel styles */
    .purple {
        background: #e9e6ff;
        border-color: #6c63ff;
    }

    .blue {
        background: #dff3ff;
        border-color: #1da1f2;
    }

    .yellow {
        background: #fff7cc;
        border-color: #e0b000;
    }

    .pink {
        background: #ffe2ef;
        border-color: #ff5ca8;
    }

    .orange {
        background: #ffe8cc;
        border-color: #ff9800;
    }

    .green {
        background: #e3f7e3;
        border-color: #4caf50;
    }

    /* video box */

    .video-image {
        width: 100%;
        display: block;
        height: 390px;
        border: 1px transparent;
        border-radius: 20px;
    }

    .play {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: white;
        font-size: 18px;
        background: rgba(0, 0, 0, 0.5);
        padding: 6px 12px;
        border-radius: 10px;
    }

    .arrow {
        position: absolute;
        right: 110px;
        /* move outside right edge */
        top: 68%;
        /* vertical center */
        transform: translateY(-50%);
        width: 100px;
    }

    .journey {
        text-align: center;
        padding: 60px 20px;
    }

    .journey h1 {
        font-size: 40px;
        margin-bottom: 10px;
        color: #1f2a37;
    }

    .subtitle {
        color: #5b6776;
        margin-bottom: 40px;
        font-size: 18px;
    }

    /* Grid layout */
    .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        max-width: 1110px;
        margin: auto;
    }

    /* Card */
    .card-sucess {
        width: 200px;
        height: 150px;
        background: #e8dfd7;
        border: 2px solid #ff7a00;
        border-radius: 20px;
        padding: 30px 20px;
        transition: 0.3s ease;
    }

    .card-sucess:hover {
        transform: translateY(-6px);
    }

    .success {
        padding: 60px 20px;
        text-align: center;
        background-color: white;

        h1 {
            font-size: 60px;
        }

        p {
            font-size: 18px;
            color: #555;
        }

        .cards3 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            width: 100%;
            margin: 40px auto;
            padding: 25px;
            border-radius: 20px;

            img {
                width: 72px;
                height: 72px;
                border-radius: 50%;
            }

            li {
                border: 1px solid #ff7a00;
                color: orangered;
                padding: 5px 10px;
                border-radius: 20px;
                font-size: 12px;
                margin: 5px;
                display: inline-block;
                list-style: none;
                font-size: 12px;
            }

        }
    }

    .subnav2 {
        width: 70%;
        margin: 0px auto;
        background: white;
        padding: 15px 30px;
        border-radius: 50px;
        position: sticky;
        top: 10px;
        border: 1.5px solid orangered;

        ol {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0;
            margin: 0;
        }

        li {
            list-style: none;
        }

        a {
            text-decoration: none;
            font-size: 18px;
            color: rgb(97, 90, 90);
            padding: 8px 14px;
        }

        a.active {
            color: orangered;
        }
    }

    .whatuget {
        padding: 60px 20px;
        text-align: center;
        background: #f3efe6;
    }


    .whatuget {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        max-width: 900px;
        margin: auto;

        h1 {
            grid-column: 1/-1;
            margin-bottom: 20px;
        }

        div[class^="cardN"] {
            padding: 30px 20px;
            border-radius: 16px;
            text-align: left;
            font-size: 15px;
        }

        .cardN1 {
            background: linear-gradient(135deg, #f7df8a, #f3e7c7);
        }

        .cardN2 {
            background: linear-gradient(135deg, #f7b3b3, #f1d1d1);
        }

        .cardN3 {
            background: linear-gradient(135deg, #a7d2f5, #cfe8f9);
        }

        .cardN4 {
            background: linear-gradient(135deg, #c9c7f0, #dcdaf8);
        }

        .cardN5 {
            background: linear-gradient(135deg, #f3c2e8, #f6dbf0);
        }

        .cardN6 {
            background: linear-gradient(135deg, #bde3c2, #dbf3de);
        }

        .cardN7 {
            background: linear-gradient(135deg, #f6c18f, #f2d0ae);
            grid-column: span 3;
        }

    }

    .Whoweare {
        text-align: center;
        padding: 60px 20px;

        ol {
            list-style: none;
            padding: 0;
            margin-top: 30px;

            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
        }

        li {
            background: #eee;
            padding: 12px 25px;
            border-radius: 14px;
            border: 1px solid #ddd;
            max-width: 520px;
        }

    }

    .companies {
        background: #e9e9e9;
        padding: 70px 20px;
        text-align: center;

        h2 {
            font-size: 38px;
            margin-bottom: 50px;
        }

        .company-logos {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 40px;
            max-width: 900px;
            margin: auto;
            justify-items: center;

            img {
                width: 60px;
                height: 60px;
                object-fit: contain;

                background: white;
                padding: 20px;
                border-radius: 50%;

                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            }
        }
    }


    .question {
        padding: 60px 20px;

        .callback {
            max-width: 1000px;
            margin: auto;
            padding: 70px 40px;
            text-align: center;

            border-radius: 30px;


            background: linear-gradient(135deg, #f7e9a6, #f3e1a0, #efe8cf);

            h1 {
                font-size: 42px;
                margin-bottom: 18px;
            }

            p {
                color: #666;
                margin-bottom: 35px;
            }
        }

        .callbtn {
            background: white;
            border: 2px solid #ff7a00;
            padding: 14px 26px;
            border-radius: 40px;
            font-size: 16px;
            cursor: pointer;

            display: inline-flex;
            align-items: center;
            gap: 14px;

            span {
                background: #ff7a00;
                color: white;
                width: 34px;
                height: 34px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 16px;
            }
        }
    }


    .team {
        text-align: center;
        padding: 20px 10px;

        h1 {
            font-size: 45px;
        }

        button {
            border: none;
            gap: 30px;
            font-size: 14px;
            background-color: white;
            color: black;
        }

        #btn {
            margin-right: 10px;
            color: orangered;
            border: 1px solid orangered;
            height: 40px;
            width: 150px;
            align-items: center;
            border-radius: 10px;
            background-color: white;
            font-size: 14px;
        }
    }



    .founder {
        img {
            margin-top: 40px;
            margin-left: 200px;
            width: 500px;
            height: 300px;
            margin-bottom: 40px;
        }
    }


    .footer {
        background: #f6f0ea;
        padding: 60px 40px 20px;
        width: 100%;
    }

    .content {
        display: grid;
        justify-content: space-around;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 80px;

        ul {
            padding: 0;
            margin: 0;
        }

        li {
            list-style: none;
            margin-bottom: 10px;
            line-height: 1.6;
            text-align: left;
        }

        h4 {
            margin-bottom: 15px;
        }

        display: flex;

        .address {
            max-width: 420px;

            img {
                width: 180px;
                margin-bottom: 20px;
            }

            p {
                margin-bottom: 14px;
                line-height: 1.7;
                color: #333;
            }

            strong {
                font-weight: 700;
            }
        }

        .links {
            h4 {
                margin-bottom: 15px;
            }


        }

        .time {
            h4 {
                margin-bottom: 15px;
            }


        }

        .trust {
            h3 {
                margin-bottom: 15px;
            }

            img {
                width: 140px;
                margin-top: 10px;
            }

        }

        hr {
            border: 1px solid rgb(255, 219, 224);
            ;
        }
    }

    .copyright {
        display: flex;
        height: 120px;
        align-items: center;

        p {
            color: #200202;
            font-size: 14px;
            margin-right: 600px;
        }

        i {
            gap: 10px;
        }
    }
}