.invalid-otp {
    color: red !important; /* Red text for invalid OTP */
}

/* Style for valid OTP */
.valid-otp {
    color: blue !important; /* Blue text for valid OTP */
}
.hero-text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100vw;
    padding: 0 120px;
    margin-bottom: 6%;
    flex-direction: column;
    align-items: center;
    left: 0%;
    align-content: center;
}

.error-message {
    display: block;
    color: red; /* Optional: Style the error message */
}
.input-container {
    display: block;
    width: auto; /* Or set to the width you prefer */
}
.contact-heading span {
    color: black;
    font-size: 14px;
}
.spotlightHeaderImage {
    width: 100%;
}

#first_winner h3 {
    color: black;
}

.hero-banner-spotlight {
    position: relative;
}
.banner {
    width: 100%;
    overflow: hidden;
    padding-top: 7rem;
    height: 90%;
    position: relative;
}
.mx-3 {
    .col1 {
        position: relative;
        /* left: 10px; */
        gap: 29px !important;
        display: flex;
        align-items: flex-start;
        width: 50%;
        /* justify-content: space-around; */
    }
}

.imgcover {
    margin-top: 7%;
    height: auto;
    width: 100%;
}
header {
    background-color: white;
}

nav ul li {
    color: black;
}
.img-top {
    filter: invert(1);
}

.nav-search-icon {
    filter: invert(1);
}

.additionalText {
    color: var(--Neutral-Colour, #fff);
    text-align: center;
    text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.BannerText {
    position: absolute;
    /* top: 70%; */
    bottom: 5%;
}
.sec2Row {
    padding: 0px 120px;
    text-align: center;
}
.surreal-Image {
    margin-top: 8px;
    padding: 16px;
}
.surHeading {
    color: var(--Primary-Colour-1, #111);
    text-align: center;
    font-family: Ovo;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 24px 0px;
}
.spotlightDescription {
    color: var(--Primary-Colour-1, #111);
    text-align: center;
    font-family: Questrial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.sec3Row {
    .container {
        display: flex;
        justify-content: space-between;
        background-color: white;
        margin: 62px 0px 62px 120px;
        border-radius: 10px;
    }

    .text-section {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .textyear {
        color: var(--background-colour-neutral-colour, #f2f2f2);
        font-family: Ovo;
        font-size: 100.948px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .spotlight {
        display: flex;
        flex-direction: row;
    }

    .text-section h1 {
        color: var(--Primary-Colour-1, #111);
        font-family: Ovo;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .text-section p {
        color: var(--Primary-Colour-1, #111);
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .text-section .spotlight {
        font-weight: bold;
        font-size: 24px;
        display: flex;
        color: black;
        margin-top: 30px;
        align-items: center;
        align-content: center;
    }

    .text-section .spotlight img {
        width: 100%;
    }

    .image-section {
        width: 55%;
        display: flex;
        gap: 8px;
        padding-bottom: 22px;
        overflow-x: scroll;
        overflow-y: none;
    }
    .image-section::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
        border-bottom: 1px solid #000;
    }

    .image-section::-webkit-scrollbar {
        display: block;
        width: 1px;
        height: 5px;
    }
    .image-section::after {
        width: 2px;
    }
    .image-section::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #000000;
        padding: 0px;
        -webkit-box-shadow: inset 0 0 px #ad1457;
        -webkit-column-width: 2px;
        max-height: 2px;
        max-inline-size: 2px;
        max-width: 2px;
    }
    .image-box {
        width: 100%;
        position: relative;
    }

    .image-box img {
        border-radius: 10px;
        object-fit: cover;
        height: 100%;
    }
    .image-hover {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 1s ease-out;
    }
    .image-box:hover .image-hover {
        opacity: 1;
    }

    .image-box:hover .label {
        position: absolute;
        bottom: 0;
        top: 53%;
        left: 27px;
        padding: 5px 10px;
        border-radius: 5px;
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: 2s ease-in;
    }
    .image-box:hover .label-hover-text,
    .image-box:hover .label-hover-button {
        display: block;
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: linear;
    }

    .label-hover-text {
        top: 58%;
        padding: 35px;
        color: var(--Neutral-Colour, #fff);
        font-family: Questrial;
        font-size: 15px;
        position: absolute;
        display: none;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
    }
    .label-hover-button {
        display: none;
        padding: 14px 32px;
        justify-content: center;
        position: absolute;
        align-items: center;
        gap: 10px;
        bottom: 10%;
        color: #fff;
        left: 34px;
        background-color: #00000022;
        border: 1px solid var(--Neutral-Colour, #fff);
    }
    .label-hover-button:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid var(--Neutral-Colour, #000);
    }

    .image-box .label {
        position: absolute;
        bottom: 39px;
        left: 27px;
        padding: 5px 10px;
        border-radius: 5px;
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.sec4Row {
    .container {
        display: flex;
        background: black;
        padding: 64px 120px 100px;
    }

    .sidebar {
        width: 40%;
        display: flex;
        padding-right: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
        gap: 3px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sidebar li {
        margin-bottom: 10px;
        width: 350px;
    }

    .sidebar a {
        display: block;
        text-decoration: none;
        padding-right: 55px;
        color: #fff;
        background-color: #333;
        transition: background-color 0.3s;
    }

    .sidebar a:hover {
        background-color: #555;
    }

    .content {
        height: 500px;
        width: 70%;
        overflow: scroll;
        padding-left: 20px;
    }
    .content::-webkit-scrollbar {
        display: none;
    }

    .content section {
        margin-bottom: 50px;
    }

    .content img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    h2 {
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.2px;
        margin-bottom: 24px;
    }

    h3 {
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 24px;
        margin-bottom: 12px;
        letter-spacing: -1.2px;
    }

    p {
        color: var(--Neutral-Colour, #fff);
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    blockquote {
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.2px;
        margin: 20px 0;
    }

    .creatorHeading {
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .innerCreatorDiv {
        display: flex;
        gap: 12px;
        align-items: center;
    }
    .innerCreatorDescription {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .nameCreator {
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .designationComp {
        color: var(--Neutral-Colour, #fff);
        font-family: Questrial;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }
}

.sec5Row {
    .container {
        margin: 50px 120px;
        padding: 20px;
    }

    .header {
        text-align: left;
        display: flex;
        gap: 31px;
    }

    .header h1 {
        color: var(--Primary-Colour-1, #111);
        font-family: Ovo;
        font-size: 48px;
        font-style: normal;
        width: 70%;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }
    .headerText {
        width: 100%;
    }

    .header p {
        color: var(--Primary-Colour-1, #111);
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 12px;
        margin-top: 3rem;
    }

    .dates {
        display: flex;
        justify-content: center;
        margin: 70px 0;
        gap: 12px;
    }

    .date-box {
        text-align: center;
        width: 25%;
        border-bottom: 1px solid
            var(--background-colour-neutral-colour, #f2f2f2);
        margin: 2px;
        padding: 7px;
    }
    .date-box:hover {
        background-color: #f1f1f1;
    }

    .date-box h3 {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }

    .date-box p {
        color: var(--primary-colour-black, #1b2120);
        font-family: Ovo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.2px;
    }

    .awards-section {
        background-color: #000;
        color: white;
        padding: 64px 40px;
        text-align: center;
        height: 350px;
    }

    .awards-section h2 {
        color: var(--Neutral-Colour, #fff);
        text-align: center;
        font-family: Questrial;
        font-size: 32px;
        margin-bottom: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .awards-section p {
        color: var(--Neutral-Colour, #fff);
        text-align: center;
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        margin-bottom: 38px;
        font-weight: 400;
        line-height: 21px;
    }

    .awards {
        display: flex;
        margin-top: -192px;
        gap: 19px;
        justify-content: center;
    }

    .award-card {
        width: 25%;
        padding: 38px 40px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        background-color: white;
    }
    svg {
        border-style: groove;
        border-radius: 15px;
    }
    svg.trophy {
        background-color: lightgray !important;
        opacity: 0.8;
        border-radius: 15px;
    }

    .award-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .award-card h3 {
        color: var(--Primary-Colour-1, #111);
        text-align: center;
        font-family: Ovo;
        margin-bottom: 12px;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.6px;
        margin-top: 32px;
    }

    .award-card p {
        color: var(--Hair-Colour, #d0ac8c);
        font-family: Ovo;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 38px;
        line-height: normal;
    }
    #first_winner p {
        color: var(--Hair-Colour, #d0ac8c);
    }

    .award-card span {
        display: block;
        font-size: 16px;
        color: #555;
        margin-bottom: 14px;
    }
}

.sec6Row {
    .container {
        background: var(--background-colour-neutral-colour, #f2f2f2);
        text-align: center;
        padding: 64px 120px;
    }

    .heading {
        color: var(--Primary-Colour-1, #111);
        text-align: center;
        font-family: Questrial;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
    }

    .subheading {
        color: var(--Primary-Colour-1, #111);
        text-align: center;
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 140% */
        margin-bottom: 17px;
    }

    .offer-container {
        display: flex;
        justify-content: space-between;
    }

    .offer-item {
        width: 32%;
        background-color: transparent;
        border-radius: 8px;
        overflow: hidden;
        text-align: center;
    }

    .offer-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .offer-text {
        box-shadow: none;
        padding: 20px;
        display: flex;
        background: transparent;
        gap: 15px;
    }

    .offer-text p {
        color: var(--Primary-Colour-1, #111);
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 140% */
        margin: 10px 0;
    }

    .offer-icon {
        font-size: 2em;
        display: flex;
        margin-bottom: 10px;
        padding: 19px;
        background: #fff;
        height: 80px;
        width: 80px;
        border-radius: 50%;
    }
}

.sec7Row {
    padding: 60px;
    background: #000000;

    .container {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        background: #000000;
        width: 100%;
        height: 500px;
        padding-left: 0px !important;
        justify-content: center;
    }

    .heading {
        color: var(--Primary-Colour-1, #fff);
        text-align: center;
        font-family: Questrial;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 16px;
    }

    .subheading {
        color: var(--Primary-Colour-1, #fff);
        text-align: center;
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 140% */
        margin-bottom: 17px;
    }

    .grid-item {
        position: relative;
        overflow: hidden;
    }

    .grid-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease;
    }

    .grid-item:hover img {
        transform: scale(1.06);
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        gap: 12px;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        opacity: 0;
        transition: opacity 0.5s ease;
        color: white;
        font-size: 1.5em;
    }

    .grid-item:hover .overlay {
        opacity: 1;
    }
    .grid-item:hover .juryIntro {
        opacity: 0;
    }

    .juryIntro {
        position: absolute;
        bottom: 44px;
        display: flex;
        left: 30%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        opacity: 1;
    }
    .JuryName {
        color: var(--Neutral-Colour, #fff);
        font-family: Ovo;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.6px;
    }
    .JuryDesignation {
        color: var(--Neutral-Colour, #fff);
        text-align: center;
        font-family: Questrial;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 120% */
    }
    .JuryOrg {
        color: var(--Neutral-Colour, #fff);
        font-family: Questrial;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .JuryComment {
        color: var(--Neutral-Colour, #fff);
        text-align: center;
        font-family: Questrial;
        font-size: 15px;
        font-style: normal;
        padding: 0px 80px;
        font-weight: 400;
        line-height: 21px; /* 140% */
    }
}

.sec8Row {
    .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 64px 120px;
        background: #d0ac8c;
    }

    .text-content {
        max-width: 50%;
        color: #000;
    }

    h1 {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px;
    }

    p {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 12px;
    }

    a {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
    }

    a:hover {
        text-decoration: underline;
    }
    li {
        padding-bottom: 5px;
    }

    ul {
        list-style-type: disc;
        margin-left: 20px;
        margin-bottom: 24px;
    }

    .image-content img {
        width: auto;
    }
}

.sec9Row {
    margin: 0;
    /* padding: 64px 0px; */
    padding: 14px 0px;

    .form-container {
        width: 71%;
        margin: 0 auto;
        background-color: #fff;
        padding: 30px;
    }

    h1 {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        margin-bottom: 24px;
    }

    p {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 20px;
        font-style: normal;
        text-align: center;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 32px;
    }
    .disclaimerWithCheckbox {
        display: flex;
        margin-top: 18px;
        flex-direction: column;
    }
    .disclaimerWithCheckbox p {
        text-align: left;
        font-size: 15px;
        margin-bottom: 0px;
    }

    .form-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 5px;
    }

    input[type="text"],
    textarea {
        width: 100%;
        padding: 14px 12px;
        margin: 2px;
        background: var(--background-colour-neutral-colour, #f2f2f2);
        border: none;
        font-size: 1em;
    }

    input[type="text"]::placeholder,
    textarea::placeholder {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    textarea {
        height: 80px;
    }

    .form-grid input[type="text"]:focus,
    textarea:focus {
        border-color: #666;
        outline: none;
    }

    .upload-container {
        display: flex;
        gap: 8px;
        width: 100%;
        margin-left: 2px !important;
        justify-content: space-between;
    }

    .upload-box {
        width: 23% !important;
        text-align: center;
        padding: 20px;
        padding-left: 10px;

        background: #f2f2f2;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .upload-container p {
        font-family: Questrial;
        font-size: 12px;
        padding-top: 6px;
        font-weight: 400;
        line-height: 12.36px;
        text-align: center;
    }

    .upload-box:hover {
        background: #f2f2f2;
    }

    .upload-box i {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .checkbox-container {
        margin: 7px 0 20px;
        display: flex;
        text-align: left;
        align-items: center;
    }
    select {
        width: 100%;
        padding: 14px 12px;
        margin-left: 2px !important;
        background: var(--background-colour-neutral-colour, #f2f2f2);
        border: none;
        font-size: 1em;
    }

    input[type="checkbox"] {
        margin-right: 10px;
        width: 23px;
        background: #f2f2f2;
        height: 32px;
    }
    input[type="checkbox"]:checked + label::before {
        background: #f2f2f2;
    }

    .checkbox-container a {
        color: #000;
        text-decoration: underline;
    }
    .checkbox-container label {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;
        margin-bottom: 0px;
        font-weight: 400;
        line-height: normal;
    }

    .submit-btn {
        display: block;
        width: 20%;
        padding: 15px;
        background-color: #000;
        color: #fff;
        font-size: 1.2em;
        text-align: center;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .submit-btn:hover {
        background-color: #333;
    }
}

.faq-div {
    display: flex;
    justify-content: center;
}
.containerr {
    display: flex;
    align-items: flex-start;
    gap: 27px;
    justify-content: center;

    /* width: 90%; */
    width: 79% !important;
    height: auto;
    margin-left: 10px;
}

.image-sectionn img {
    height: auto;
    width: 100%;
}

.faq-sectionn {
    width: 65%;
}

.faq-sectionn h2 {
    font-size: 32px;
    margin-bottom: 20px;
    width: max-content;
}

.faq-itemm {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    width: 791px;
}

.faq-questionn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 15px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.shampoo-detail-text {
    width: 50%;
}
.shampoo-detail-text h3 {
    padding-top: 14px;
}
.shampoo-detail-text ul {
    padding: 5px 23px;
}
.shampoo-detail-text ul li pre {
    white-space: pre-wrap;
    padding-top: 16px;
}
.error {
    color: red;
}
#otp-section {
    display: none;
}
.hidden {
    display: none;
}
.resend-disabled {
    color: grey;
    cursor: not-allowed;
}

.faq-questionn:after {
    content: "+";
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-questionn.active:after {
    content: "-";
}

.faq-answerr {
    display: none;
    padding: 10px 0;
}

.faq-answerr p {
    margin: 0;
}
.arrow-left-slider,
.arrow-right-slider {
    display: none;
}

.faq-div {
    display: flex;
    justify-content: center;
}
.containerr {
    display: flex;
    align-items: flex-start;
    gap: 27px;
    justify-content: center;
    width: 90%;
    height: auto;
    margin-left: 10px;
}

.faq-sectionn h2 {
    font-size: 32px;
    margin-bottom: 20px;
    width: max-content;
}

.accordion1 {
    border-top: 1px solid #ccc;
}
.accordion-item1 {
    border-bottom: 1px solid #ccc;
}
.error-message {
    color: red;
}
#otp-section {
    display: none;
}
#countdown-message {
    display: none;
} /* Initially hide countdown message */
#resend-btn {
    display: none;
}
.accordion-button1 {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 1em 0;
    text-align: left;
    font-size: 1.1em;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button1:after {
    content: "+";
    font-size: 1.2em;
}
.accordion-button1.active:after {
    content: "-";
}
.accordion-content1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-content1 ul {
    padding-left: 16px;
}
.accordion-content1 p {
    margin: 1em 1em;
}
.line {
    filter: invert(0) !important;
    background-color: transparent !important;
}
.btn-controller {
    bottom: 10%;
    left: 90%;
    display: flex;
    position: absolute;
    align-items: center;
    position: initial;
    align-items: center;
    justify-content: center;
}
.vdo-container {
    padding-bottom: 1%;
    position: relative;
}
.read-more-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.hidden {
    display: none; /* Hide items with the 'hidden' class */
}
.read-more-btn {
    background-color: black;
    color: white; /* Add contrasting color for text visibility */
    display: flex; /* Ensure it can use flexbox for alignment */
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "Questrial", sans-serif;
    padding: 10px 20px; /* Add some padding for a better button appearance */
    border: none; /* Remove default borders */
    border-radius: 5px; /* Optional: Add rounded corners */
    cursor: pointer; /* Indicate it's clickable */
    margin: auto;
    margin-top: 10px; /* Center it horizontally */
}
.videosection {
    margin: auto;
    width: 100%;
    height: 570px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.videosection video {
    width: 100%; /* Make the video full width */
    object-fit: cover; /* Ensures the video covers the container */
    height: 100%; /* Make the video full height */
}

.videosection h1 {
    top: 60%;
    position: absolute; /* Position relative to the parent .videosection */
    left: 50%;
    transform: translateX(-50%); /* Centers the text horizontally */
    color: white; /* Text color */
    font-size: 24px; /* Adjust font size */
    margin: 0; /* Remove default margin */
}

.video-controls {
    position: absolute;
    bottom: 10px; /* Position from the bottom */
    left: 10px; /* Position from the left */
    display: flex;
    gap: 10px;
}

.control-btn {
    color: white;
    border: none;
    background: transparent; /* Remove background */
    padding: 0; /* Remove padding */
    cursor: pointer;
    font-size: 16px;
    outline: none;
    transition: color 0.3s ease; /* Change transition to color */
}

.control-btn:hover {
    color: rgba(255, 255, 255, 0.8); /* Slightly change color on hover */
}

.control-btn i {
    pointer-events: none; /* Ensures clicking on icon still triggers the button */
}

/* Center the play button */
.video-icon {
    border: 1px solid white;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the icon */
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px; /* Adjust icon size */
    color: white; /* Icon color */
    opacity: 0.8; /* Make the icon slightly transparent */
    pointer-events: auto; /* Allows interaction with the play button */
    background: transparent; /* Ensure no background */
}

.videosection:hover .video-icon {
    opacity: 1; /* Makes the icon fully visible on hover */
}
@media screen and (max-width: 390px) {
    .sec3Row {
        .image-box {
            width: 120%;
            position: relative;
        }
    }
}
@media screen and (max-width: 360px) {
    .sec3Row {
        .image-box {
            width: 120%;
            position: relative;
        }
    }
}

@media screen and (max-width: 600px) {
    .faq-sectionn {
        width: 100%;
    }
    main {
        margin-top: 19%;
    }
    nav {
        display: none;
    }

    .BannerText {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
    }

    .BannerText img {
        width: 50%;
    }
    .additionalText {
        font-size: 12px;
    }
    .top-row {
        margin: 0;
    }

    .sec2Row {
        padding: 12px;
    }
    .vdo {
        height: auto;
    }

    .sec3Row {
        .container {
            margin: 12px;
            flex-direction: column;
        }
        .text-section,
        .image-section {
            width: 100%;
        }
        .text-section h1 {
            text-align: center;
        }
        .text-section p {
            text-align: justify;
        }
        .text-section .spotlight {
            margin-top: 0px;
        }
        .textyear {
            font-size: 74px;
        }
        .image-box img {
            height: 96%;
        }
        .image-section {
            gap: 0px;
            padding-bottom: 0px;
            scrollbar-color: #000000;
        }
    }
    .sec4Row {
        .container {
            padding: 64px 12px;
            flex-direction: column;
        }
        .sidebar {
            width: 100%;
            padding-right: 0px;
        }
        .sidebar ul {
            gap: 6px;
            width: 100%;
        }
        .sidebar li {
            width: 100%;
        }
        .sidebar a {
            border-radius: 0px;
        }
        .content {
            width: 100%;
            padding-top: 30px;
            padding-left: 0px;
        }
    }
    .sec5Row {
        .container {
            margin: 50px 12px;
            display: flex;
            flex-direction: column;
        }
        .header {
            text-align: center;
            display: flex;
            gap: 12px;
            flex-direction: column;
            align-items: center;
        }
        .header p {
            margin-top: 0rem;
        }
        .dates {
            display: flex;
            justify-content: space-between;
            gap: 50px;
            margin: 45px 0;
            flex-direction: column;
            align-items: center;
        }
        .date-box {
            text-align: center;
            width: 100%;
            margin: 2px;
            padding: 7px;
        }
        .header h1 {
            width: 100%;
            font-size: 24px;
        }
        .awards-section {
            background-color: #000;
            color: white;
            padding: 64px 40px;
            text-align: center;
            height: 300px;
        }
        .awards {
            display: flex;
            margin-top: 0;
            gap: 19px;
            padding-top: 30px;
            justify-content: center;
            flex-direction: column;
        }
        .award-card {
            background-color: white;
            width: 100%;
            padding: 38px 40px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        svg {
            border-style: groove;
            border-radius: 15px;
        }
        svg.trophy {
            background-color: lightgray !important;
            opacity: 0.5;
        }
    }
    .sec6Row {
        .container {
            padding: 32px 12px;
        }
        .offer-container {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }
        .offer-item {
            width: 100%;
        }
        .offer-icon {
            font-size: 2em;
            margin-bottom: 20px;
            padding: 12px;
            height: fit-content;
            background: #fff;

            border-radius: 50%;
        }
        .offer-text {
            padding: 20px 0px;
            gap: 5px;
        }
        .offer-icon svg {
            width: 24px !important;
            height: 24px !important;
        }
    }
    .sec7Row {
        padding: 44px 12px !important;
        background: #000000;

        .container {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
            background: #000000;
            width: 100%;
            justify-items: stretch;
            align-content: center;
            align-items: center;
            justify-content: center;
            height: auto;
            padding-left: 0px !important;
            margin-top: 32px;
        }
        .grid-item img {
            width: 80%;
            height: 500px;
            margin: auto;
            display: block;

            transition: transform 0.5s ease;
        }
        .JuryName {
            font-size: 20px !important;
        }
        .JuryOrg {
            font-size: 13px;
        }
        .grid-item {
            position: relative;
            display: flex;
            overflow: hidden;
            justify-content: center;
        }
        .juryIntro {
            left: auto;
        }
    }
    .sec8Row {
        .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            padding: 64px 12px;
            background: #d0ac8c;
            flex-direction: column-reverse;
        }
        .image-content img {
            width: 100%;
        }
        .text-content {
            margin-right: 0px;
            max-width: 100%;
        }
    }
    .sec9Row {
        .form-container {
            width: 100%;
            padding: 12px;
        }
        .upload-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            flex-direction: column;
        }
        .upload-box {
            width: 100% !important;
            text-align: center;
            padding: 20px;
            padding-left: 10px;
            background: #f2f2f2;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .submit-btn {
            width: 100%;
        }
        .checkbox-container {
            align-items: flex-start;
        }
        input[type="checkbox"] {
            height: 20px;
        }
        .form-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 0 5px;
        }
        .checkbox-container label {
            font-size: 16px;
        }
    }
    .containerr {
        width: 100%;
        height: auto;
        margin: 0;
        flex-direction: column;
        padding: 0 16px;
    }
    .faq-sectionn h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
        width: auto;
    }

    .faq-sectionn {
        width: auto;
        padding: 2rem 0;
    }
    .faq-container {
        width: 80%;
        max-width: 800px;
        margin: 0 auto;
        width: auto;
    }
    .accordion-button1 {
        font-size: 16px;
    }
    .hero-text {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 31%;
        top: 56%;
        left: 7%;
    }
    .btn-controller {
        bottom: 11%;
        position: initial;
        display: flex;
        left: auto;
        margin: 0 auto;
        right: 0%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .num-row1 {
        display: flex;
        flex-wrap: nowrap;
    }
}
.winner {
    padding-top: 52px;
}
.mango {
    margin-top: 2px;
}
.fix {
    height: 44px !important;
}

.participants {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    grid-template-rows: auto; /* Rows adjust automatically */
    gap: 1.5em; /* Space between cards */
    margin: auto;
    width: 79%; /* Limit the maximum width of the grid */
}

.participant {
    margin: auto;
    width: 232.5px;
    height: 70px;
    overflow: hidden;
    padding: 1em;
    background-color: #fff;
}

/* Shift the last two participants to the middle two sections */
.participant:nth-last-child(2) {
    grid-column: 2; /* Place in the second column */
}

.participant:nth-last-child(1) {
    grid-column: 3; /* Place in the third column */
}

.participant:hover {
    color: black;
    width: 232.5px;
    height: 70px;
    background-color: #e8dfd3;
}

.participant h2 {
    text-align: start;
    font-weight: 400;
    font-family: Ovo;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -5%;
    margin: 0;
    color: #1b2120;
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis for overflow */
}

.participant p {
    font-size: 16px; /* Adjust font size for readability */
    line-height: 12px;
    text-align: start;
    margin: 5px 0;
    color: #555;
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis for overflow */
}
.participant-line {
    width: 100%;
    opacity: 0.5;
    /* Full width of the participant container */
    border: 0; /* Remove default border */
    border-top: 1px solid #ddd; /* Light grey border for the horizontal line */
    margin-top: 10px; /* Some spacing above the line */
    margin-bottom: 10px; /* Some spacing below the line */
}
.mobilecontainer {
    display: none;
}
.desktopcontainer {
    display: block;
}
@media screen and (max-width: 480px) {
    .swiper {
        width: 90% !important;
        margin: auto;
        height: 400px;
    }
    .desktopcontainer {
        display: none;
    }
    .mobilecontainer {
        width: 91% !important;
        display: block;
    }
    .participants {
        width: 400px !important;
        margin: auto !important;
        display: flex; /* Switch to flexbox */
        flex-wrap: wrap;
        /* Allow wrapping to the next row */
        justify-content: center; /* Center align items */
        gap: 1.5em;
    }

    /* First set of two columns (7 participants) */
    .participant:nth-child(-n + 7) {
        flex: 1 1 calc(50% - 1em); /* Each takes 50% width, minus the gap */
    }

    /* Second set of two columns (8 participants) */
    .participant:nth-child(n + 8):nth-child(-n + 15) {
        flex: 1 1 calc(50% - 1em); /* Each takes 50% width, minus the gap */
    }

    /* Third set of two columns (8 participants) */
    .participant:nth-child(n + 16):nth-child(-n + 23) {
        flex: 1 1 calc(50% - 1em); /* Each takes 50% width, minus the gap */
    }

    /* Fourth set of two columns (7 participants) */
    .participant:nth-child(n + 24):nth-child(-n + 30) {
        flex: 1 1 calc(50% - 1em); /* Each takes 50% width, minus the gap */
    }

    /* Ensure consistent height and alignment for all cards */
    .participant {
        width: auto; /* Adjust width based on flexbox */
        text-align: center;
        overflow: hidden;
        /* Center align text */
    }
    .participant h2 {
        text-align: start;
        font-weight: 400;
        font-family: Ovo;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: -5%;
        margin: 0;
        color: #1b2120;
        white-space: nowrap; /* Prevent wrapping */
        overflow: hidden; /* Hide overflowing text */
        text-overflow: ellipsis; /* Add ellipsis for overflow */
    }
    .participant p {
        text-align: start;
        font-size: 16px !important; /* Adjust font size for readability */
        line-height: 12px;
        margin: 5px 0;
        line-height: 13px;
        color: #555;
        white-space: nowrap; /* Prevent wrapping */
        overflow: hidden; /* Hide overflowing text */
        text-overflow: ellipsis; /* Add ellipsis for overflow */
    }
}

@media (max-width: 780px) {
    .mobilewinner {
        display: block !important;
    }
    .swiper {
        display: none;
    }
    .mobilewinner {
        width: 90% !important;
        margin: auto;
        height: auto !important;
    }
    .containerr {
        display: flex;
        align-items: flex-start;
        gap: 27px;
        justify-content: center;
        /* width: 90%; */
        width: 100% !important;
        height: auto;
        margin-left: 5px;
    }
    .participant p {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;

        font-weight: 400;
        text-align: start;
        line-height: 13px;
        margin-bottom: 32px;
    }
    .participatee {
        font-size: 16px !important;
    }
    .videosection {
        margin: auto !important;
        width: 94%;
        height: 215px;
        margin-top: 20px;

        position: relative;
    }
    .videosection iframe {
        height: 220px;
        width: 100%;
    }
}
@media (max-width: 390px) {
    .participatee {
        font-size: 16px !important;
    }
    .containerr {
        display: flex;
        align-items: flex-start;
        gap: 27px;
        justify-content: center;
        /* width: 90%; */
        width: 100% !important;
        height: auto;
    }
    .participant p {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;

        text-align: start;
        font-weight: 400;
        line-height: 13px;
        margin-bottom: 32px;
    }
    .participants {
        width: 352px !important;
        display: flex;
        margin: auto !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5em;
        margin-left: 0px !important;
    }
}
@media (max-width: 412px) {
    .participatee {
        font-size: 16px !important;
    }
    .containerr {
        display: flex;
        align-items: flex-start;
        gap: 27px;
        justify-content: center;
        /* width: 90%; */
        width: 100% !important;
        height: auto;
        margin-left: 0px !important;
    }
    .participants {
        width: 400px;
        display: flex;
        margin: auto !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5em;
        margin-left: 10px;
    }
    .participant p {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;
        text-align: start;

        font-weight: 400;
        line-height: 13px;
        margin-bottom: 32px;
    }
}
@media (max-width: 360px) {
    .containerr {
        display: flex;
        align-items: flex-start;
        gap: 27px;
        justify-content: center;
        /* width: 90%; */
        width: 100% !important;
        height: auto;
        margin-left: 0px !important;
    }
    .participatee {
        font-size: 16px !important;
    }
    .participant p {
        color: var(--primary-colour-black, #1b2120);
        font-family: Questrial;
        font-size: 16px;
        font-style: normal;
        text-align: start;

        font-weight: 400;
        line-height: 13px;

        margin-bottom: 32px;
    }
    .participants {
        width: 344px !important;
        margin: auto !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5em;
    }
}

@media (max-width: 414px) {
    .containerr {
        display: flex;
        align-items: flex-start;
        gap: 27px;
        justify-content: center;
        /* width: 90%; */
        width: 100% !important;
        height: auto;
        margin-left: 0px !important;
    }
}
@media (max-width: 375px) {
    .participants {
        width: 345px !important;
        display: flex;
        margin: auto !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5em;
        margin-left: 0px !important;
    }
}

/* .carousel {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    height: 100vh;

    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 80%;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.carousel-inner {
    display: flex;
    flex-wrap: wrap;
    transition: transform 0.5s ease;
}
.carousel-item {
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
}
.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
}
.card img {
    width: 100px;
    height: 100px;
}
.card h3 {
    color: #0f9d58;
    font-size: 18px;
    margin: 10px 0 5px;
}
.card p {
    color: #757575;
    font-size: 14px;
    margin: 0;
}
.carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0f9d58;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control.left {
    left: -20px;
}
.carousel-control.right {
    right: -20px;
} */
.swiper {
    width: 79%;
    margin: auto;
    height: auto; /* Set a fixed height for your swiper */
}

.swiper-slide {
    background-color: #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    padding-bottom: 50px;
}
.mobilewinner {
    display: none;
}
