.heroSection {
    position: relative;
    line-height: 0;
    z-index: 9;
    padding: 0 0 0;
    overflow: hidden;
    background: #020202;
    min-height: 80vh;

    

    .divLogoconWrap{
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        max-width: 40%;

        .logodescriotion{
            font-size: 16px;
            line-height: 150%;
            font-family: "go-semibold";
            color: var(--white);
        }
    }

    .logoDivi {
        display: flex;
        align-items: center;
        gap: 26px;
    }

    .crossLogo {
        line-height: 120%;
        font-size: 42px;
        font-weight: 500;
        color: var(--white);
        font-family: var(--go-medium);
    }

    .logoMain {
        width: 100%;
        max-width: 107px;
    }
    .logoMain.second{
        max-width: 232px;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 1.9), transparent);
        pointer-events: none;
    }


    .heroSectionContent .go-HeroSubtitle {
        color: var(--grey4);
    }

    .heroSectionContent {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -36%);
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
        top: 35%;
        height: 100%;
        justify-content: space-around;
    }

    .go-HeroSubtitle {
        margin-top: 16px;

        .textHighlight {
            color: var(--white);
        }
    }

    .heroSectionBtnWrap {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-top: 24px;
    }



    .heroSectionImg {
        height: unset;

        img{
            width: 100%;
        }

        .video-container {
            max-width: 100%;

            video {
                width: 100%;
            }
        }


        .mobilevideo {
            width: 100%;
        }

    }


}

.campusSection {
    position: relative;
    line-height: 0;
    z-index: 9;
    padding: 0 0 0;
    overflow: hidden;
    background: #020202;
    height: 100vh;

    img {
        width: 100%;
        height: auto;
        display: block;
    }


    .logoDivi {
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .crossLogo {
        line-height: 120%;
        font-size: 22px;
        font-weight: 500;
        color: var(--white);
        font-family: var(--go-medium);
    }

    .logoMain {
        width: 100%;
        max-width: 95px;
    }

    .transparentDivi {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.70);
        height: 100%;
        backdrop-filter: blur(8.75px);
        display: flex;
        align-items: center;
        padding: 40px;
        box-sizing: border-box;
    }

    .textVisible {
        font-family: var(--go-semibold);
        font-size: 140px;
        font-weight: 600;
        position: relative;
        z-index: 2;
        line-height: 133px;
        margin: 0;
        padding: 0;
        background-image: url('https://images.mastersunion.link/uploads/17122025/v1/685671719.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        position: absolute;
        bottom: 10%;
    }

    .imageOverText {
        position: absolute;
        bottom: 10%;
        left: 10%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .emergePara {
        font-size: 20px;
        line-height: 150%;
        font-weight: 500;
        font-family: var(--go-medium);
        color: var(--grey18);
    }
}

.lotteSection {
    line-height: 0;
    padding: 0 !important;
}


@media (max-width: 767px) {

    .heroSection.second{
        padding-top: 0 !important;
        min-height: unset !important;
    }
    .heroSection {
        padding-top: 60px !important;
        padding-bottom: 0 !important;

        .btnWhite.mt160{
            margin-top: 100px !important;
        }
      

        .logodescriotion{
            font-size: 14px !important;
            font-family: "go-regular" !important;
        }
        .divLogoconWrap{
            max-width: 100%;
        }
        .logoDivi{
            max-width: 85%;

        }

        .heroSectionContent {
            width: 100%;
            padding: 0 12px;
            transform: translate(-50%, -27%);
        }

        .logoMain {
            max-width: 100px;
        }

        .crossLogo {
            font-size: 30px;
        }

      

        .go-HeroSubtitle {
            margin-top: 8px;
        }

        .heroSectionBtnWrap {
            margin-top: 24px;
            width: 100%;
            align-items: center;
            gap: 12px;
            flex-direction: column;
            padding: 0 16px;
            justify-content: center;

        }
    }

    .gameSectionMobile {
        background: url('https://images.mastersunion.link/uploads/17122025/v1/Frame1618873488.webp'), var(--black);
        background-repeat: no-repeat;
        line-height: 0;
        background-size: contain;
        padding: 0 !important;


        .gameContainer {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 24px;
            padding: 32px 0;
        }

        .gameMobileContainer {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 30px;
            position: relative;
        }

        .boxiMobile {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            z-index: 999;
        }

        .boxiParaContainer {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 8px;
        }

        .tagMobile {
            padding: 3px 6px;
            border-radius: 4px;
            background: #292929;
            align-items: center;
            font-weight: 500;
            line-height: 120%;
            font-size: 12px;
            font-family: var(--go-medium);
            color: var(--white);
        }

        .boxiMobile>svg {
            width: 100%;
            height: 100%;
            max-width: 16px;
            max-height: 16px;
        }

        .gameMobileContainer::after {
            content: "";
            position: absolute;
            left: 2.5%;
            /* jaha chahiye waha adjust karo */
            top: 2%;
            width: 1px;
            /* line thickness */
            height: 100%;
            border-left: 1px dotted var(--white);
            z-index: 1;
        }

        .editionPara {
            font-size: 13px;
            font-weight: 600;
            line-height: 160%;
            font-family: var(--go-semibold);
            color: var(--white);
        }

        .paraContainer {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 12px;

        }

        .reservePara {
            font-size: 13px;
            line-height: 160%;
            font-family: var(--go-regular);
            color: var(--grey18);
        }
    }

    .campusSection {
        padding: 0 !important;
        height: 70vh;

        .textVisible {
            font-size: 72px;
            line-height: 71px;
            bottom: 0;
            top: 82px;
        }

        .transparentDivi {
            max-width: 100%;
            padding-left: 16px !important;
            padding: unset;
        }

        .textVisible {
            margin: 20px 0;
        }

        .imageOverText {
            left: 16px;
            bottom: 40px;

        }

        .emergePara {
            font-size: 14px;
        }
    }

}

@media (min-width: 1900px) {
    .heroSection {
        .heroSectionImg {
            height: unset;
        }
    }

}

@media (min-width: 320px) and (max-width: 390px) {
    .campusSection {
        height: 70vh;

        .transparentDivi {
            height: 80vh;
        }
    }

 
}
.bluePrintNew {
    background: var(--black);
    padding: 60px 0 !important;

    .headingWrap.masterleft {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }

    .bannerSubheading {
      color: var(--grey10);
      line-height: 150%;
    }

    .masterImage video{
        width: 100%;
    }

  
}

.podcastSection {
    background: linear-gradient(125deg, #39b6d8 -20%, #f7d344 50%, #e38330 100%);
    padding: 60px 0;

    .podcastLeft a {
      gap: 10px;
    }

    .btnBlack img{
        filter: invert(1);
    }

    .idealButton {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .podcastWrapper {
      background: var(--white3);
      border-radius: 10px;
      padding: 32px;
      display: flex;
      gap: 70px;
      align-items: center;
      gap: 50px;
    }

    .podcastLeft {
      width: 100%;
      max-width: 48.75%;
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: flex-start;
    }

    .podcastHeadingWrapper {

      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
    }

    .podcastRight {
      width: 100%;
      max-width: 51.45%;
      line-height: 0;
    }

    .podcastHeadingWrapper .go-HeroSubtitle {
      line-height: 150%;
      color: var(--grey3);
    }

    .whiteApplyButton {
      font-family: var(--go-regular);
      transition: all 0.3s ease;
    }

    .whiteApplyButton svg {
      transition: transform 0.3s ease;
    }

    .whiteApplyButton:hover svg {
      transform: translateX(5px);
    }
  }



  @media (max-width: 768px) {
    .podcastSection {
        .podcastWrapper {
          flex-direction: column-reverse;
          gap: 20px;
          background: unset;
          padding: 0;
        }
 
        .podcastRight,
        .podcastLeft {
          max-width: 100%;
        }
 
        .podcastLeft {
          background: var(--white);
          padding: 20px;
          border-radius: 10px;
          gap: 20px;
          justify-content: flex-end;
          align-items: flex-end;
        }
 
        .podcastHeadingWrapper {
          gap: 14px;
        }
 
        .whiteApplyButton {
          padding: 9px 14px;
          font-size: 14px;
        }
 
        .whiteApplyButton svg {
          max-width: 22px;
          max-height: 22px;
        }
 
        .idealButton {
          flex-direction: column;
          width: 100%;
        }
 
        .podcastLeft a {
          gap: 10px;
          width: 100%;
        }
      }
  }

/* Shark Tank Form Styles */

.ventureForms .ventureWhiteForm {
    background: url(https://images.mastersunion.link/uploads/17072025/v1/Frame13213179071.webp), var(--black);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 100vh;
    position: relative;
}

.ventureForms .registerForm {
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.formHeading {
    line-height: 120%;
    font: 32px 'go-regular';
    color: var(--black);
    margin-bottom: 8px;

 
}

.inputBox{
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.registerForm .form{
    gap: 6px;
}
.formSubHeading {
    font-size: 14px;
    color: var(--grey3);
    line-height: 150%;
    font-family: var(--go-regular);
    font-weight: 400;
    margin-bottom: 32px;
}

.formSection {
    padding: 32px 0;
    border-bottom: 1px solid var(--grey4);
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.formSection:first-of-type {
    padding-top: 0;
}

.formSection:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.sectionTitle {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    font-family: 'go-semibold';
    color: var(--black);
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 12px;
}

.sectionTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--gradient);
}

.form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: auto;
    margin-top: 0 !important;
}

.form label {
    font: 13px "go-medium";
    color: var(--black);
    line-height: 150%;
}

.form .visionText {
    font-size: 12px;
    line-height: 150%;
    color: var(--grey10);
    font-family: var(--go-regular);
    font-weight: 400;
    margin-top: 4px;
}

.checkboxGroup {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 8px;
}

.checkboxItem {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.checkboxItem:hover {
    background-color: var(--grey14);
}

.checkboxItem input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--darkBlue);
    flex-shrink: 0;
}

.checkboxItem label {
    cursor: pointer;
    font: normal 14px/1.5 var(--go-regular);
    color: var(--black);
    margin: 0;
    padding: 0;
    user-select: none;
}

.checkboxItem label:before,
.checkboxItem label:after {
    display: none;
}

.radioGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
    padding-bottom: 0;
    border-bottom: none;
    justify-content: flex-start;
    align-items: center;
}

.radioButton {
    width: auto;
    min-width: 120px;
}

.radioButton label {
    font: normal 14px/1.5 var(--go-regular);
    color: var(--black);
}

textarea.inputBox {
    resize: vertical;
    min-height: 120px;
    font-family: var(--go-regular);
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.char_count {
    font-size: 12px;
    line-height: 150%;
    color: var(--grey10);
    font-family: var(--go-medium);
    font-weight: 500;
    margin-top: 4px;
    text-align: right;
}

.paticipantInput {
    display: flex;
    gap: 16px;
    width: 100%;
}

.paticipantInput .form {
    flex: 1;
}

.formButton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 16px;
    padding-top: 24px;
}

/* Phone input styling */
.phone-input-container {
    display: flex;
    border: 1px solid var(--grey4);
    border-radius: 4px;
    overflow: hidden;
    background: var(--white);
    transition: all 0.3s ease;
}

.phone-input-container:focus-within,
.phone-input-container:hover {
    background: linear-gradient(var(--white) 0 0) padding-box,
        var(--gradient) border-box;
    border: 1px solid transparent;
}

.country-code-select {
    background: var(--white);
    border: none;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--go-regular);
    color: var(--black);
    cursor: pointer;
    border-right: 1px solid var(--grey4);
    outline: none;
    max-width: 130px;
}

.phone-input {
    flex: 1;
    border: none;
    padding: 12px ;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--go-regular);
    color: var(--black);
    outline: none;
    background: var(--white);
}

/* Input focus styles */
.inputBox:focus,
.inputBox:hover {
    border: 1px solid transparent;
    background: linear-gradient(var(--white) 0 0) padding-box, var(--gradient) border-box;
}

/* File upload styles */
.file-upload-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.file-upload-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.file-upload-label {
    display: block;
    padding: 14px 16px;
    border: 1px solid var(--grey4);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--white);
    color: var(--grey10);
    font-family: var(--go-regular);
    font-size: 14px;
}

.file-upload-label:hover,
.file-upload-container:focus-within .file-upload-label {
    border: 1px solid transparent;
    background: linear-gradient(var(--white) 0 0) padding-box, var(--gradient) border-box;
    color: var(--black);
}

.file-size-hint {
    font-size: 12px;
    color: var(--grey10);
    font-family: var(--go-regular);
    margin-top: 8px;
    line-height: 150%;
}

/* Conditional fields */
#otherCategoryField,
#fundingDetails,
#otherProductStatusField {
    margin-top: 16px;
    padding: 16px;
    background: var(--grey14);
    border-radius: 8px;
    border: 1px solid var(--grey4);
}

/* Responsive Design */
@media (max-width: 767px) {
    .ventureForms .ventureWhiteForm {
        padding: 40px 0;
    }

    .ventureForms .registerForm {
        padding: 24px 16px;
    }

    .paticipantInput{
        gap: 16px !important;
    }

    .formHeading {
        font-size: 24px;
    }

    .sectionTitle {
        font-size: 18px;
    }

    .checkboxGroup {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .checkboxItem {
        min-width: 100%;
    }

    .radioGroup {
        flex-direction: column;
        gap: 12px;
    }

    .radioButton {
        width: 100%;
        min-width: 100%;
    }

    .paticipantInput {
        flex-direction: column;
        gap: 0;
    }

    .formSection {
        padding: 24px 0;
        gap: 20px;
    }

    .formButton {
        justify-content: stretch;
    }

    .formButton .gradientButton {
        width: 100%;
    }

    .formButton .gradientButton button {
        width: 100%;
    }
}

/* Error message styling */
.font-12.font-red.font-regular {
    min-height: 16px;
}

/* Additional spacing adjustments */
.formSection .form:not(:last-child) {
    margin-bottom: 0;
}

/* Improve readability */
.formSection {
    scroll-margin-top: 20px;
}

/* Thank You Container Styles */
.thank-you-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    z-index: 10;
    box-sizing: border-box;
}

.thank-you-container.hide {
    display: none;
}

.thank-you-content {
    max-width: 600px;
    width: 100%;
    background: var(--white);
    border-radius: 8px;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.thank-you-logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 32px;
}

.thank-you-heading {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    font-family: var(--go-semibold);
    color: var(--black);
    margin: 0 0 16px 0;
}

.thank-you-message {
    font-size: 16px;
    line-height: 150%;
    font-family: var(--go-regular);
    font-weight: 400;
    color: var(--grey3);
    margin: 0;
}

/* Responsive Thank You Container */
@media (max-width: 767px) {
    .thank-you-container {
        padding: 20px 16px;
    }

    .thank-you-content {
        padding: 40px 24px;
    }

    .thank-you-logo {
        max-width: 150px;
        margin-bottom: 24px;
    }

    .thank-you-heading {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .thank-you-message {
        font-size: 14px;
    }
}