
h1{
    color: white;
    white-space: nowrap;
    overflow: hidden;
    font-size: clamp(24px, 5vw, 36px);
}
h2{
    color:white;
}
h3{
    color:white;
}
h4{
    color:white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow:hidden !important;
}

body, html {
    height: 100dvh;
    width: 100dvw;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #010203;
    background: rgba(0, 0, 0, .75) url('../assets/images/bg.jpg');
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    background-attachment: fixed;
}

.container {
    width: 100dvw;
    max-width: 100dvw;
    height: 100dvh;
    max-height: 100dvh;
    text-align: -webkit-center;
    border-radius: 0;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 100dvh;
    min-width: 100dvw;
   margin-bottom:30px;
   padding-bottom:0;
}

.social-media {
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    margin: 5px 0 20px;
    color: white;
}

.imza-container {
    width: 100%;
    max-width: 350px;
    max-height: 85px;
    text-align: center;
    margin-top: 10dvh;
    padding-bottom:2dvh;

}

.imza {
    max-width: 100%;
    height: auto;
}

.btn {
    display: flex;
    align-items: center;
    width: 40%;
    padding: 12px;
    margin: 10px auto;
    background-color: white;
    border: none;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
    box-shadow: none;
}

.btn i {
    flex-shrink: 0;
    width: 24px;
    font-size: 1.2em;
    text-align: center;
}

.btn span {
    flex-grow: 1;
    text-align: center;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 10px auto;
    cursor: pointer;
    padding-top: 5px;
}

.btn-group .btn {
    width: 90%;
    margin: 0;
}

.btn-call {
    background-color: #005B41;
    color: white;
    border-radius: 5px;
    padding: 15px 20px;
    position: relative;
    transition: all 0.3s ease;
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100dvw;
    height: auto;
    max-height: 95dvh;
    z-index: 1000;
    overflow-y: auto;
    flex-direction: column;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: transform 0.3s ease-out;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(100%);
    backdrop-filter: blur(10px) saturate(200%);
    -webkit-backdrop-filter: blur(10px) saturate(200%);
    background-color: rgba(0, 0, 0, 0.3);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}


.form-content {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

.form-content form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: transparent;
}

.form-content .input-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-content .input-group input {
    width: calc(50% - 10px);
}



.form-content input,
.form-content textarea {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    outline: none;
    transition: border-color 0.3s;
    font-size: 14px;
}

.form-content h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    color: white;
}

.form-content input::placeholder,
.form-content textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s;
}
.form-content textarea {
    height: 60px;
    resize: none;
}

.form-content input:focus,
.form-content textarea:focus {
    border-bottom-color: #76ABAE;
}

.form-content input:focus::placeholder,
.form-content textarea:focus::placeholder {
    opacity: 0;
}

.btn-call .montserrat {
    color: white;
}

.btn-call:hover .montserrat, .btn-call.hover .montserrat {
    color: #005B41;
}

.btn-call:hover, .btn-call.hover {
    background-color: white;
    color: #005B41;
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
    transform: translateY(-4px);
    z-index: 11;
}

.btn-call i {
    margin-right: 10px;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.btn-call:hover i, .btn-call:hover span,
.btn-call.hover i, .btn-call.hover span {
    color: #005B41;
}


.social-icons {
    width: 100%;
    height: 10dvh;
    margin: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: white;
}

.social-icon i {
    margin: auto;
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 24px;
    line-height: 50px;
    width: 100%;
    text-align: center;

}

.social-icon:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    transform: translate(0, 54px);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.social-icon.twitter {
    color: white;
    background-color: #1da1f2;
}

.social-icon.twitter:after {
    background-color: white;
}

.social-icon.instagram {
    color: white;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.social-icon.instagram:after {
    background-color: white;
}

.social-icon.linkedin {
    color: white;
    background-color: #1769ff;
}

.social-icon.linkedin:after {
    background-color: white;
}

.social-icon.envelope {
    color: white;
    background-color: #4c2f27;
}

.social-icon.envelope:after {
    background-color: white;
}

.social-icon:hover {
    cursor: pointer;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
}

.social-icon:hover i {
    color: inherit;
}

.social-icon:hover:after {
    transform: translate(0) scale(1.2);
    background-color: inherit;
}

.btn-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    background-color: white;
    color: #31363F;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.btn-send:hover {
    background-color: #24292e;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
    transform: translateY(-4px);
}

.btn-send i {
    margin-right: 10px;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.btn-send:hover i {
    color: white;
}

.btn-call-small {
    font-size: 14px;
    padding: 8px 16px;
}

.popup-call-btn {
    width: auto;
    min-width: 150px;
    max-width: 80%;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.popup-call-btn i {
    margin-right: 8px;
}

.call-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 54, 63, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.call-popup-content {
    background-color: #010203;
    padding: 20px;
    text-align: center;
    position: relative;
    max-width: 80%;
}
.call-popup-content p {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}
.btn-call-small {
    font-size: 14px;
    padding: 8px 16px;
}

/* Responsiveness */

@media screen and (max-width: 480px) {
    .form-popup {
        width: 100dvw;
        height: auto;
        max-height: 100dvh;
    }

    .form-content {
        padding: 20px 10px 30px;
    }

    .form-content h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .form-content input,
    .form-content textarea {
        font-size: 14px;
    }

    .btn-send {
        font-size: 14px;
        padding: 10px;
    }

    .form-content .input-group {
        flex-direction: column;
    }
    .form-content .input-group input {
        width: 100%;
        margin-bottom: 15px;
    }
    .trending-searches {
          width: 90%;
          max-width: 280px;
        margin: 5px 25px 10px;
        border-radius: 5px;
          }

          .call-popup-content {
            max-width: 90%;
        }
        .call-popup-content p {
            font-size: 16px;
        }
        .btn-call-small {
            font-size: 12px;
            padding: 6px 12px;
        }
        .call-popup-content {
            padding: 30px 15px 15px;
        }
        .close-btn {
            font-size: 20px;
        }
        #message {
            min-height: 100px;
        }
}
/* Medium screens */
@media screen and (min-width: 481px) and (max-width: 1024px) {
    .form-popup {
        width: 80dvw;
        left: 10dvw;
    }
    .form-content {
        padding: 25px 20px 35px;
    }
    .form-content h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .form-content input,
    .form-content textarea {
        font-size: 16px;
    }
    .btn-send {
        font-size: 16px;
        padding: 12px;
    }
}

/* Large screens */
@media screen and (min-width: 1025px) {
    .form-popup {
        width: 60dvw;
        left: 20dvw;
        max-height: 70dvh;
    }
    .form-content h2 {
        font-size: 24px;
    }
    .form-content input,
    .form-content textarea {
        font-size: 16px;
    }
    .btn-send {
        font-size: 18px;
        padding: 12px;
    }
}

/* Extra large screens */
@media screen and (min-width: 1281px) {
    .form-popup {
        width: 50dvw;
        left: 25dvw;
    }
}

/* For very small screens */
@media screen and (max-width: 320px) {
    .form-content {
        padding: 15px 10px 25px;
    }

    .form-content h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .form-content input,
    .form-content textarea {
        font-size: 12px;
    }

    .btn-send {
        padding: 8px;
        font-size: 14px;
        width: 100px;
    }
}

@media screen and (min-width: 1024px) {
    #main-description {
        max-width: 35%;
    }
}

@media (min-width: 481px) {
    .call-popup-content {
        min-height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .call-popup-content p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .popup-call-btn {
        margin-top: auto;
        padding: 12px 24px;
        font-size: 16px;
    }
}

@media (min-width: 501px) {
    .call-popup-content {
        min-width: 300px;
        padding: 50px 30px 30px;
    }

    .call-popup-content p {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .close-btn {
        top: 15px;
        right: 15px;
    }
}

@media screen and (min-width: 1025px) {
    #message {
        min-height: 150px;
    }
}


#message {
    min-height: 120px;
    resize: vertical;
}

#main-description {
    color: white;
    max-width: 90%; /* Default for mobile */
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
    margin: 5px auto 20px;
}


/* LATEST */

.trending-searches {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px) saturate(200%);
    padding: 4px 15px 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 300px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    overflow-y: hidden;
}

.trending-searches h3 {
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 5px 0;
    border-bottom: none;
    line-height: 1;
    height: 20px;
}

.trending-searches h3 i {
    margin: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

  .search-items {
    display: grid;
    grid-template-rows: repeat(5, 40px);
    gap: 0;
  }

  .search-item {
    color: white;
    font-size: 14px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .search-item:first-child {
    border-top: 0.1rem solid white;
  }
  .search-item:last-child{
    border-bottom:none;
  }

  .search-item i {
    color: white;
    font-size: 14px;
    width: 20px;
    text-align: center;
    margin-right: 10px;
  }

  .trending-searches h3,
.search-item,
.search-item i {
  font-size: 14px;
}

  /* Font classes */
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
  }

a{
    list-style: none;
    text-decoration: none;
    border-top:none;
    color:white;
}

#bursForm .form-content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}

#bursForm input:not([type="submit"]) {
    grid-column: auto;
}

#bursForm input,
#bursForm textarea,
#bursForm select,
#bursForm .select-wrapper {
    width: 100%;
    grid-column: auto;
}
#ideaForm .form-content, #bursForm .form-content {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

#ideaForm .form-content h2, #bursForm h2 {
    text-align: center;
    margin-bottom: 20px;
    grid-column:  1 / -1;
}

#ideaForm .form-content form, #bursForm .form-content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    background: transparent;
}

#ideaForm input,
#ideaForm textarea,
#bursForm input,
#bursForm textarea {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    outline: none;
    transition: border-color 0.3s;
    font-size: 14px;
}

#ideaForm textarea,
#ideaForm input[name="projeKisaOzeti"],
#ideaForm input[name="pazarFirsatlari"],
#ideaForm input[name="beklentiler"] {
    grid-column: 1 / -1;
}

#bursForm textarea,
#bursForm select[name="accommodation"],
#bursForm select[name="educationLevel"],
#bursForm button[type="submit"],
#bursForm input[name="address"],
#bursForm input[name="grade"],
#bursForm button[type="submit"] {
    grid-column: 1 / -1;
}

#bursForm button[type="submit"] {
    justify-self: center;
}


#ideaForm button[type="submit"] {
    grid-column: 1 / -1;
}


#ideaForm button[type="submit"] {
    justify-self: center;
}

#ideaForm input:focus,
#ideaForm textarea:focus {
    border-bottom-color: #76ABAE;
}
#bursForm input:focus,
#bursForm textarea:focus {
    border-bottom-color: #76ABAE;
}

#ideaForm input:focus::placeholder,
#ideaForm textarea:focus::placeholder {
    opacity: 0;
}
#bursForm input:focus::placeholder,
#bursForm textarea:focus::placeholder {
    opacity: 0;
}

#ideaForm .checkbox-group {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #ideaForm .checkbox-option {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #ideaForm .checkbox-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
  }

  #ideaForm .checkbox-option input[type="checkbox"]:checked {
    background-color: #76ABAE;
    border-color: #76ABAE;
    cursor: pointer;
  }

  #ideaForm .checkbox-option label {
    color:white;
}


.close-btn {
    position: relative;
    float: right;
    top: -10px;
    right: -10px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}


#partnerForm .form-content {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

#partnerForm .form-content h2 {
    text-align: center;
    margin-bottom: 20px;
    grid-column:  1 / -1;
}

#partnerForm .form-content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    background: transparent;
}

#partnerForm input,
#partnerForm textarea {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    outline: none;
    transition: border-color 0.3s;
    font-size: 14px;
}

#partnerForm textarea,
#partnerForm input[name="projeKisaOzeti"],
#partnerForm input[name="pazarFirsatlari"],
#partnerForm input[name="beklentiler"] {
    grid-column: 1 / -1;
}

#partnerForm button[type="submit"] {
    grid-column: 1 / -1;
}


#partnerForm button[type="submit"] {
    justify-self: center;
}

#partnerForm input:focus,
#partnerForm textarea:focus {
    border-bottom-color: #76ABAE;
}

#partnerForm input:focus::placeholder,
#partnerForm textarea:focus::placeholder {
    opacity: 0;
}

#partnerForm .checkbox-group {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #partnerForm .checkbox-option {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #partnerForm .checkbox-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
  }

  #partnerForm .checkbox-option input[type="checkbox"]:checked {
    background-color: #76ABAE;
    border-color: #76ABAE;
    cursor: pointer;
  }
  #partnerForm .checkbox-option label {
    color:white;
}

/* -----*/

#mentorForm .form-content {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

#mentorForm .form-content h2 {
    text-align: center;
    margin-bottom: 20px;
    grid-column:  1 / -1;
}

#mentorForm .form-content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    background: transparent;
}

#mentorForm input,
#mentorForm textarea {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    outline: none;
    transition: border-color 0.3s;
    font-size: 14px;
}

#mentorForm textarea,
#mentorForm input[name="projeKisaOzeti"],
#mentorForm input[name="pazarFirsatlari"],
#mentorForm input[name="beklentiler"] {
    grid-column: 1 / -1;
}

#mentorForm button[type="submit"] {
    grid-column: 1 / -1;
}


#mentorForm button[type="submit"] {
    justify-self: center;
}

#mentorForm input:focus,
#mentorForm textarea:focus {
    border-bottom-color: #76ABAE;
}

#mentorForm input:focus::placeholder,
#mentorForm textarea:focus::placeholder {
    opacity: 0;
}

#mentorForm .checkbox-group {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #mentorForm .checkbox-option {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #mentorForm .checkbox-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
  }

  #mentorForm .checkbox-option input[type="checkbox"]:checked {
    background-color: #76ABAE;
    border-color: #76ABAE;
    cursor: pointer;
  }
  #mentorForm .checkbox-option label {
    color:white;
}

/* ---- */

#consultForm .form-content {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

#consultForm .form-content h2 {
    text-align: center;
    margin-bottom: 20px;
    grid-column:  1 / -1;
}

#consultForm .form-content form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    background: transparent;
}

#consultrForm input,
#consultForm textarea {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    outline: none;
    transition: border-color 0.3s;
    font-size: 14px;
}

#consultForm textarea,
#consultForm input[name="projeKisaOzeti"],
#consultForm input[name="pazarFirsatlari"],
#consultForm input[name="beklentiler"] {
    grid-column: 1 / -1;
}

#consultForm button[type="submit"] {
    grid-column: 1 / -1;
}


#consultForm button[type="submit"] {
    justify-self: center;
}

#consultForm input:focus,
#consultForm textarea:focus {
    border-bottom-color: #76ABAE;
}

#consultForm input:focus::placeholder,
#consultForm textarea:focus::placeholder {
    opacity: 0;
}

#consultForm .checkbox-group {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #consultForm .checkbox-option {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #consultForm .checkbox-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
  }

  #consultForm .checkbox-option input[type="checkbox"]:checked {
    background-color: #76ABAE;
    border-color: #76ABAE;
    cursor: pointer;
  }
  #consultForm .checkbox-option label {
    color:white;
}


/* responsiveness for the new forms */

/* For very small screens */
@media screen and (max-width: 319px) {
    #ideaForm, #partnerForm, #consultForm, #mentorForm, #bursForm {
        width: 100dvw;
        height: auto;
        max-height: 100dvh;
    }

    #ideaForm .form-content, #partnerForm .form-content,
    #consultForm .form-content, #mentorForm .form-content, #bursForm .form-content{
        padding: 15px 10px;
    }

    #ideaForm h2, #partnerForm h2, #consultForm h2, #mentorForm h2, #bursForm h2{
        font-size: 16px;
        margin-bottom: 10px;
    }

    #ideaForm input, #ideaForm textarea,
    #partnerForm input, #partnerForm textarea,
    #consultForm input, #consultForm textarea,
    #mentorForm input, #mentorForm textarea,
    #bursForm input, #bursForm textarea  {
        font-size: 12px;
    }

    #ideaForm .btn-send, #partnerForm .btn-send,
    #consultForm .btn-send, #mentorForm .btn-send, #bursForm .btn-send {
        padding: 8px;
        font-size: 14px;
    }
}

/* Small screens */
@media screen and (max-width: 480px) {
    #ideaForm, #partnerForm, #consultForm, #mentorForm, #bursForm {
        width: 100dvw;
        height: auto;
        max-height: 100dvh;
    }


    #ideaForm .form-content, #partnerForm .form-content,
    #consultForm .form-content, #mentorForm .form-content,#bursForm .form-content {
        padding: 20px 15px;
    }

    #ideaForm h2, #partnerForm h2, #consultForm h2, #mentorForm h2, #bursForm h2 {
        font-size: 18px;
    }

    #ideaForm .input-group, #partnerForm .input-group,
    #consultForm .input-group, #mentorForm .input-group, #bursForm .input-group {
        flex-direction: column;
    }
}

/* Medium screens */
@media screen and (min-width: 481px) and (max-width: 1024px) {
    #ideaForm, #partnerForm, #consultForm, #mentorForm, #bursForm {
        width: 100dvw;
       height: auto;
       max-height: 100dvh;
       justify-self: center;
       align-self: center;
       left: 0;
    }


    #ideaForm .form-content, #partnerForm .form-content,
    #consultForm .form-content, #mentorForm .form-content, #bursForm .form-content {
        padding: 25px 20px;
    }

    #ideaForm h2, #partnerForm h2, #consultForm h2, #mentorForm h2, #bursForm h2 {
        font-size: 22px;
    }
}

/* Large screens */
@media screen and (min-width: 1025px) {
    #ideaForm, #partnerForm, #consultForm, #mentorForm, #bursForm{
        width: 100%;
        height: auto;
        max-height: 100dvh;
        left: 0;
       }

    #ideaForm .form-content, #partnerForm .form-content,
    #consultForm .form-content, #mentorForm .form-content, #bursForm .form-content {
        padding: 30px 25px;
    }

    #ideaForm h2, #partnerForm h2, #consultForm h2, #mentorForm h2, #bursForm h2 {
        font-size: 24px;
    }
}

/* Extra large screens */
@media screen and (min-width: 1281px) {
    #ideaForm, #partnerForm, #consultForm, #mentorForm, #bursForm {
        width: 100%;
        left: 0;
      height: auto;
      max-height: 100dvh;
}
#ideaForm .form-content, #partnerForm .form-content,
#consultForm .form-content, #mentorForm .form-content, #bursForm .form-content {
    padding: 25px 20px;
}

#ideaForm h2, #partnerForm h2, #consultForm h2, #mentorForm h2, #bursForm h2 {
    font-size: 22px;
}
}
/* Ensure proper display when forms are opened */
#ideaForm.show, #partnerForm.show, #consultForm.show, #mentorForm.show, #bursForm.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
.checkbox-group p {
  flex-shrink: 0;
  margin: 0;
  font-size: 15px;
}

#bursForm select {
    width: 100%;
    padding: 8px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: black;
    color: white;
    outline: none;
    transition: border-color 0.3s;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   cursor: pointer;
}

#bursForm select:focus {
    border-color: #76ABAE;
}

#bursForm select option {
    background-color: black;
    color: white;

}

/* Custom dropdown arrow */
#bursForm .select-wrapper {
    position: relative;

}

#bursForm .select-wrapper::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: white;
}

/* Hover effect */
#bursForm select:hover {
    border-color: #76ABAE;

}

/* For Firefox */
#bursForm select {
    -moz-appearance: none;
    text-indent: 0.001rem;
    text-overflow: '';
}

/* For IE10+ */
#bursForm select::-ms-expand {
    display: none;
}

