body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #fbfbfd;
}

#video-container {
    flex: 1;
    overflow: hidden;
}

.excon-banner {
  width: 100%;
  background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
  color: #fff;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  
  /* Fixed at the top */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.highlight {
  color: #FCEA38; /* bright yellow */
  font-weight: 700;
}
.blogheading {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #510059;
    margin: 0;
    padding-top: 80px;
    margin-top: 80px;
}

.productstext {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
}

.productstexts {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: white;
}

.orderheading {
    margin: 0;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #510059;
    padding-bottom: 40px;
}

.productstext {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
}

.techmainimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    object-fit: cover;
    z-index: -1;
    margin: 0;
    opacity: 1;
}

.orderbottoms {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
}

.ordermain {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #510059;
}

.smallorderdivbottoms {
    display: flex;
    height: 120px;
    width: 800px;
    background-color: #f3f3f3;
    border-radius: 0 0 16px 16px;
    align-items: center;
    justify-content: center;
}

.ordertext {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.leftorder {
    height: 48px;
    width: 140px;
    color: #fbfbfd;
    font-size: 16px;
    background-color: #510059;
    border-radius: 8px;
    box-shadow: none;
    margin-right: 15px;
    padding: 0;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

.rightorder {
    height: 48px;
    width: 140px;
    color: #141414;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: none;
    background-color: #f3f3f3;
    border: 1.5px solid #510059;
    /* Border color */
    margin-left: 15px;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

#numberForm {
    display: none;
}

.heading {
    color: black;
    font-size: 50px;
    text-align: center;
}

.productheading {
    color: black;
    font-size: 16px;
    margin: 0;
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 900px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.inputs {
    display: none;
}

.individual_conatiner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.company_conatiner {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main_conatiner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.input-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    width: 900px;
    background-color: #ffffff;
}

.input-containerssss {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    margin-top: 40px;
    padding-top: 40px;
    width: 900px;
    background-color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.input-containerss {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    width: 900px;
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 3px 0px rgba(133, 131, 131, 0.1);
}

.input-containers {
    padding-bottom: 20px;
    width: 900px;
    background-color: #ffffff;
}

.left {
    margin-left: 100px;
    flex: 1;
}

.lefts {
    height: 90px;
    width: 700px;
    border: 1px solid #510059;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    /* Align items to the top */
}

.input_fieldsss {
    border: none;
    background-color: #ffffff;
    color: black;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    resize: none;
    /* Prevent resizing of textarea */
    height: 98%;
}

.right {
    margin-right: 100px;
}

.input_fields {
    border: 1px solid #510059;
    background-color: #ffffff;
    color: black;
    padding: 8px;
    border-radius: 4px;
    width: 300px;
    height: 50px;
    font-size: 14px;
}

.select_field {
    border: 1px solid #510059;
    background-color: #ffffff;
    color: black;
    padding: 12px;
    border-radius: 4px;
    width: 300px;
    height: 50px;
    font-size: 14px;
}

.select_fields {
    border: 1px solid #510059;
    background-color: #ffffff;
    color: black;
    padding: 8px;
    border-radius: 4px;
    width: 700px;
    height: 50px;
    font-size: 14px;
}

.styled-button {
    background-color: #ffffff;
    color: black;
    margin-top: 40px;
    padding: 10px 20px;
    border: 2px solid #510059;
    border-radius: 8px;
    cursor: pointer;
    width: 240px;
    height: 60px;
    font-size: 16px;
    letter-spacing: 3px;
}

.individual {
    background-color: #510059;
    color: white;
    padding: 10px 20px;
    border: 1px solid #510059;
    border-radius: 4px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}

.company {
    background-color: #ffffff;
    color: #181818;
    padding: 10px 20px;
    border: 1px solid #510059;
    border-radius: 4px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
}


/* Add hover effect */

.styled-button:hover {
    background-color: #510059;
    color: #fbfbfd;
}

.amountinput {
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .productstexts {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        color: white;
    }
    .orderbottoms {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3;
    }
    .ordermain {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        background-color: #510059;
    }
    .individual {
        background-color: #510059;
        color: white;
        padding: 10px 20px;
        border: 1px solid #510059;
        border-radius: 4px;
        cursor: pointer;
        width: 200px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        margin-right: 0;
    }
    .company {
        background-color: #ffffff;
        color: #181818;
        padding: 10px 20px;
        border: 1px solid #510059;
        border-radius: 4px;
        cursor: pointer;
        width: 200px;
        height: 50px;
        font-size: 16px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 20px;
    }
    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .individual_conatiner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .company_conatiner {
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main_conatiner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .input-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        width: 100%;
        background-color: #ffffff;
    }
    .input-containerssss {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
        margin-top: 0;
        padding-top: 40px;
        width: 100%;
        background-color: #ffffff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .input-contai {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        width: 100%;
        background-color: #ffffff;
        text-align: center;
    }
    .input-containerss {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 20px;
        flex-direction: column;
        width: 100%;
        background-color: #ffffff;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0px 3px 0px rgba(133, 131, 131, 0.1);
    }
    .input-containers {
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
    }
    .left {
        margin-left: 0;
        flex: 1;
    }
    .lefts {
        margin-left: 0;
        height: 100px;
        width: 300px;
        border: 1px solid #510059;
        border-radius: 8px;
    }
    .right {
        margin-right: 0;
    }
    .input_fields {
        border: 1px solid #510059;
        background-color: #ffffff;
        color: black;
        padding: 8px;
        border-radius: 4px;
        width: 300px;
        height: 50px;
        font-size: 14px;
    }
    .input_fieldsss {
        border: none;
        background-color: #ffffff;
        color: black;
        padding: 8px;
        border-radius: 8px;
        width: 300px;
        font-size: 14px;
    }
    .select_field {
        border: 1px solid #510059;
        background-color: #ffffff;
        color: black;
        padding: 12px;
        border-radius: 4px;
        width: 300px;
        height: 50px;
        font-size: 14px;
    }
    .select_fields {
        border: 1px solid #510059;
        background-color: #ffffff;
        color: black;
        padding: 8px;
        border-radius: 4px;
        width: 300px;
        height: 50px;
        font-size: 14px;
    }
    .styled-button {
        background-color: #ffffff;
        color: black;
        margin-top: 40px;
        padding: 5px 10px;
        border: 2px solid #510059;
        border-radius: 8px;
        cursor: pointer;
        width: 200px;
        height: 50px;
        font-size: 14px;
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 768px) {
        .excon-banner {
    text-align: center;
    padding: 10px 20px;
    font-size: 0.85rem;
    margin: 0;
    padding: 0;
  }
  .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 18px;
}
}
@media screen and (max-width: 480px) {
         .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
}