﻿

.offer a {
  background-color: var(--deep-blue);
  color: white;
  font-size: var(--font-para3);
  display: block;
  padding: 1rem;
  width: fit-content;
  margin: 2rem auto;
}

.form-container {
    background-color: #d7d5d5;
    padding: 40px;
    border-radius: 15px;
    max-width: 1200px;
    margin: auto;
    color: white;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

h2 {
    text-align: center;
    font-size: 35px;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #ffffff;
}

.grid-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="file"],
select,
textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.checkbox-group, .radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 5px;
}

    .checkbox-group label,
    .radio-group label {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: normal;
    }

.full-width {
    grid-column: span 1;
}

.submit-btn {
    background-color: #1f3c88;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    grid-column: span 4;
}

    .submit-btn:hover {
        background-color: #162c65;
    }

/* Tablet view (2 columns) */
@media (min-width: 768px) {
    .grid-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .full-width {
        grid-column: span 2;
    }
}

/* Desktop view (3 columns) */
@media (min-width: 1024px) {
    .grid-form {
        grid-template-columns: repeat(3, 1fr);
    }

    .full-width {
        grid-column: span 3;
    }
}



.btn-grad {
    background-image: linear-gradient(to right, #AA076B 0%, #61045F 51%, #AA076B 100%)
}

.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }






/* ✅ Terms and Conditions Box */
.tc {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid black;
    padding: 12px;
    border-radius: 8px;
    color: #f2f2f2;
    color:black;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-line;
    font-family: 'Segoe UI', sans-serif;
    scrollbar-width: thin;
    scrollbar-color: #888 #222;
}

    .tc p {
        margin-top: 0; /* Remove space above paragraph */
    }

    .tc::-webkit-scrollbar {
        width: 10px;
    }

    .tc::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 4px;
    }

    .tc::-webkit-scrollbar-track {
        background-color: transparent;
    }



/* Terms label styling */
.form-group.full-width label,
.form-group.full-width asp\:Label {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}



/*for vendor view 1 mater css*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Khand:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*:root {
    --font-heading1: clamp(2.5rem, 5vw, 7.5rem);
    --font-heading2: clamp(2.2rem, 3vw, 4rem);
    --font-heading3: clamp(1.2rem, 3vw, 3.5rem);
}*/

/* *********************
first
********************* */
.vendor {
    width: 100%;
}

.first {
    text-wrap: nowrap;
    padding: 2rem 0rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--light-blue);
}

    .first .wrapper1 {
        flex: 0 0 25%;
    }

    .first .wrapper2 {
        flex: 0 0 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .first .wrapper1 img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .first .wrapper2 img {
        width: 70%;
        /* max-width: 100%; */
        height: auto;
    }

    .first .content {
        text-align: center;
        flex: 0 0 50%;
        /* Center text */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

        .first .content h3 {
            font-size: 35px;
            font-family: "Anton", sans-serif;
            font-weight: 500;
            letter-spacing: .2rem;
            font-style: normal;
            color: var(--header-color);
        }

        .first .content h2 {
            font-size: 50px;
            background: var(--orange-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "Khand", sans-serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0.1rem;
        }

        .first .content span {
            font-size: var(--font-para1);
            font-weight: bolder;
            color: var(--header-color);
        }

        .first .content p {
            font-size: var(--font-heading4);
            background-color: var(--deep-blue);
            color: white;
            padding: 1rem 3rem;
            border-radius: 10rem;
            margin-top: 2rem;
            font-weight: bold;
        }

/* *********************
second
********************* */

.second {
    padding: 2rem 10rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: var(--light-pink);
}

    .second .content1 {
        flex: 0 0 60%;
    }

        .second .content1 span {
            font-size: var(--font-heading1);
            font-family: "Anton", sans-serif;
            font-weight: 400;
            letter-spacing: .2rem;
            font-style: normal;
            color: var(--header-color);
        }

        .second .content1 p {
            font-size: var(--font-heading4);
            background: var(--orange-gradient);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "Khand", sans-serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0.1rem;
            padding
        }

    .second .wrapper {
        margin-top: -10%;
        scale: 1.15;
        flex: 0 0 20%;
    }

        .second .wrapper img {
            width: 100%;
            height: auto;
        }

    .second .content2 {
        flex: 0 0 20%;
    }

        .second .content2 p {
            font-size: var(--font-heading3);
            text-wrap: wrap;
            border-left: 0.2rem solid black;
            padding: 0;
            padding-left: 1rem;
        }

            .second .content2 p span {
                color: var(--header-color);
                font-weight: bold;
            }

/* *********************
third
********************* */
.third {
    background-color: var(--deep-blue);
    padding: 3rem 5rem;
    text-align: center;
    color: white;
    position: relative;
    position: relative;
}

    .third > p {
        font-size: var(--font-heading2);
        font-family: "Khand", sans-serif;
        font-weight: bold;
        margin-bottom: 2rem;
    }

    .third div {
        position: absolute;
        background-color: black;
        width: fit-content;
        margin: auto;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        font-size: var(--font-heading4);
        text-wrap: nowrap;
        left: 50%;
        transform: translate(-50%);
    }

/* *********************
start
********************* */
.start {
    padding: 5rem;
    padding-top: 8rem;
    padding-bottom: 2rem;
    text-align: center;
}

    .start > span {
        text-align: center;
        font-size: var(--font-heading4);
        font-weight: 500;
        display: block;
    }

        .start > span:nth-child(2) {
            color: rgb(255, 107, 132);
            margin-bottom: 4rem;
        }

    .start > p {
        text-align: left;
        font-size: var(--font-para3);
        margin-bottom: 2rem;
        color: var(--header-color);
    }

    .start > div {
        text-align: left;
        font-size: var(--font-para3);
    }

        .start > div h3 {
            color: var(--header-color);
            font-size: var(--font-heading4);
            margin-bottom: .5rem;
        }

        .start > div p {
            text-align: left;
            font-size: var(--font-para3);
            margin-bottom: 2rem;
            color: var(--header-color);
        }

/* *********************
here
********************* */
.here {
    background-color: var(--light-blue);
    padding: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

    .here .content {
        flex: 0 0 50%;
    }

        .here .content h3 {
            color: var(--deep-orange);
            font-size: var(--font-heading4);
        }

        .here .content > div {
            margin-top: 3rem;
            padding: 2rem;
            border: 0.3rem solid black;
            border-radius: 3rem;
            background-color: white;
        }

            .here .content > div h4 {
                font-size: var(--font-heading4);
                margin-bottom: 2rem;
                font-family: "Khand", sans-serif;
            }

            .here .content > div .option {
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-direction: column;
                gap: 1rem;
            }

        .here .content div .option .each {
            display: flex;
            align-items: center;
            margin-top: 0rem;
            justify-content: center;
            gap: 0.7rem;
        }

            .here .content div .option .each .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 2.4rem;
                min-width: 2.4rem;
                border-radius: 50%;
                background-color: var(--deep-orange);
                color: white;
                font-weight: bold;
                font-size: var(--font-para3);
                margin: 0rem;
            }

            .here .content div .option .each p {
                font-size: var(--font-para3);
                margin: 0rem;
            }

    .here .wrapper {
        flex: 0 0 50%;
    }

        .here .wrapper img {
            width: 100%;
            height: auto;
        }

/* *********************
package1
********************* */

.package1 {
    padding: 5rem;
    text-align: center;
    background-color: var(--light-blue);
}

    .package1 > h3 {
        font-size: var(--font-heading4);
        margin-bottom: 5px;
        color: blueviolet;
    }

    .package1 > h4 {
        font-size: var(--font-heading4);
        font-weight: 500;
    }

    .package1 .container {
        margin: 3rem 0rem;
        display: grid;
        text-align: left;
        gap: 1rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

        .package1 .container > .card {
            border-radius: 5rem;
            padding: 2rem;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
        }

            .package1 .container > .card h3 {
                font-size: var(--font-para1);
                color: gray;
                letter-spacing: 0.11rem;
                font-family: "Khand", sans-serif;
                margin-bottom: 1rem;
                position: relative;
            }

                .package1 .container > .card h3::after {
                    content: "";
                    position: absolute;
                    bottom: -0.4rem;
                    width: 15%;
                    left: 0;
                    background-color: gray;
                    height: 0.2rem;
                }

            .package1 .container > .card > p {
                font-size: var(--font-para3);
                margin-top: 2rem;
            }

            .package1 .container > .card .option {
                margin: 3rem 0rem;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-direction: column;
                gap: 1rem;
            }

                .package1 .container > .card .option .each {
                    display: flex;
                    align-items: center;
                    margin-top: 0rem;
                    justify-content: center;
                    gap: 0.7rem;
                }

                    .package1 .container > .card .option .each .icon {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        min-height: 2.4rem;
                        min-width: 2.4rem;
                        border-radius: 50%;
                        background-color: var(--deep-orange);
                        color: white;
                        font-weight: bold;
                        font-size: var(--font-para3);
                        margin: 0rem;
                    }

                    .package1 .container > .card .option .each p {
                        font-size: var(--font-para3);
                        margin: 0rem;
                    }


            .package1 .container > .card span {
                background-color: var(--deep-blue);
                display: block;
                color: white;
                padding: 1rem;
                font-size: var(--font-para1);
                border-radius: 0.5rem;
                margin-top: auto;
            }

/* *********************
who
********************* */
.who {
    text-align: center;
    background-color: white;
    padding: 5rem;
}

    .who h3 {
        font-size: var(--font-heading4);
        margin-bottom: 5px;
        color: dodgerblue;
    }

    .who .container1 {
        margin-top: 3rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem 3rem;
        color: black;
        justify-items: start;
        flex-wrap: wrap;
        /* 👈 This aligns inner content to the left */
    }

        .who .container1 .each {
            display: flex;
            align-items: flex-start;
            margin-top: 0rem;
            justify-content: flex-start;
            gap: 0.7rem;
            text-align: left;
        }

            .who .container1 .each p {
                font-size: var(--font-para3);
                margin: 0rem;
            }


            .who .container1 .each .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 2.4rem;
                min-width: 2.4rem;
                border-radius: 50%;
                background-color: var(--deep-orange);
                color: white;
                font-weight: bold;
                font-size: var(--font-para3);
                margin: 0rem;
            }

    .who .container2 {
        margin: 4rem 0rem;
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 2rem;
    }

        .who .container2 .card {
            flex: 1;
            padding: 4rem;
            background-color: rgb(227, 244, 249);
            box-shadow: 3px 3px 3px gray;
            border-radius: 1rem;
            text-align: left;
        }

            .who .container2 .card h4 {
                font-size: var(--font-para1);
                color: var(--deep-orange);
            }

            .who .container2 .card > div {
                margin-top: 5rem;
            }

                .who .container2 .card > div .each {
                    font-size: var(--font-para2);
                    gap: 2rem;
                    display: flex;
                    align-items: flex-start;
                    justify-content: flex-start;
                    margin-bottom: 3rem;
                }

                    .who .container2 .card > div .each .number {
                        background-color: #052B7A;
                        color: white;
                        min-width: 3rem;
                        min-height: 3rem;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                    }

/* summary  */
.summary {
    padding: 2rem 5rem;
}

    .summary h3 {
        margin-bottom: 2rem;
        color: tomato;
        font-size: var(--font-heading4);
    }

table {
    width: 40%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
}

th,
td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
    font-size: var(--font-para4);
}

th {
    background-color: #d9e9f7;
    font-weight: bolder;
    font-size: var(--font-para3);
}

/* ************************* */
@media (max-width: 1100px) {
    .second {
        width: 100%;
        padding: 3rem;
    }

    .package1 .container {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

        .package1 .container .card {
            padding: 0rem;
        }

    table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
    }

    .who {
        padding: 3rem;
    }

    .summary {
        padding: 0rem 3rem;
    }
}

/* ************************* */

@media (max-width: 767px) {
    .first {
        padding: 1rem;
    }

        .first .wrapper {
            flex: 0 0 0%;
        }

            .first .wrapper img {
                display: none;
            }

        .first .content {
            flex: 1;
        }

            .first .content p {
                margin-top: 0rem;
                /* margin-top: 2rem; */
            }

    .second {
        gap: 2rem;
        align-items: flex-end;
    }

        .second .wrapper {
            margin-top: -10%;
            scale: 1.15;
            display: none;
            flex: 0 0 20%;
        }

            .second .wrapper img {
               
                width: 60%;
                height: auto;
            }

        .second .content2 {
            flex-direction: 0 0 40%;
        }

    .third {
        padding: 3rem;
    }

        .third div {
            position: relative;
            background-color: black;
            width: fit-content;
            margin: auto;
            padding: 1rem;
            border-radius: 0.5rem;
            font-size: var(--font-heading4);
            text-wrap: wrap;
        }

    .start {
        padding: 3rem;
    }

    .here {
        padding: 3rem;
    }

    .package1 {
        padding: 3rem;
    }

        .package1 .container {
            padding: 0rem;
            grid-template-columns: 1fr;
        }

    .who .container1 {
        margin-top: 3rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        color: black;
        justify-items: start;
        flex-wrap: wrap;
    }

    .who .container2 {
        flex-direction: column;
    }

        .who .container2 .card > div {
            margin-top: 3rem;
        }

            .who .container2 .card > div .each {
                margin-bottom: 2rem;
            }
}


/* ************************* */

@media (max-width: 454px) {
    .second {
        flex-direction: column;
    }

    .here {
        flex-direction: column;
    }

    .who .container1 {
        margin-top: 3rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem 3rem;
        color: black;
        justify-items: start;
        flex-wrap: wrap;
        /* 👈 This aligns inner content to the left */
    }

    .who .container2 .card {
        padding: 1rem;
        /* 👈 This aligns inner content to the left */
    }
}