.header-section {
    padding: 10px 0px;
    border-bottom: 1px solid var(--gray-border);
    background-color: var(--primary-trusted-blue);
}
.logo-container {
    padding-left: 0;
    padding-right: 0;
}
.header-section .header-row {
    justify-content: space-between;
    align-items: center;
}
.logo-container .dev-logo {
    min-width: 200px;
    max-width: 200px;
}
/* Dev Band section */
.dev-band-section .dev-band-content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dev-band-section .dev-band-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}
.dev-band-content .title {
    color: #000000;
    margin-bottom: 0px;
}
.brand-element {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.brand-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Form Section */
.sec-space-inside.registration-section {
    padding: 15px 0px;
}
.section-container .container {
    max-width: 80%;
}
/* .registration-form .reg-title {
    position: relative;
}
.registration-form .reg-title:after {
    position: absolute;
    left: 150px;
    right: 0px;
    content: "";
    border-bottom: 1px solid var(--solid-black);
    bottom: 13px;
    z-index: -1;
} */
.field-space {
    margin-bottom: 30px;
}
/* Member Details */
.member-card {
    border: 1px solid #C0C0C0;
    padding: 15px;
    border-radius: 10px;
}
/* .member-title {
    position: relative;
}
.member-title::after {
    position: absolute;
    left: 120px;
    right: 0;
    border-bottom: 1px solid #000000;
    bottom: 15px;
    content: "";
} */
.verify-block {
    display: flex;
    gap: 15px;
}
.verify-btn {
    background-color: var(--secondary-bright-sky);
    border: none;
    outline: none;
    border-radius: 6px;
    color: var(--white);
    padding: 0px 15px;
    line-height: 2.2;
    cursor: pointer;
}
.verify-btn:hover {
    background-color: var(--white);
    color: var(--secondary-bright-sky);
    border: 1px solid var(--secondary-bright-sky)
}
/* .email-verify-btn {
    display: none;
} */
.hackathon_participation_field {
    display: none;
}
.verified-text {
    display: none;
    width: 18%;
    margin-bottom: 0;
    color: var(--primary-trusted-blue);
    font-weight: bold;
}
.register-now-btn {
    background-color: var(--secondary-guiding-green) !important;
}
.register-now-btn:hover {
    background-color: var(--white) !important;
    color: var(--secondary-guiding-green) !important;
}
.btn-secondary-sky {
    padding: 10px 20px !important;
}

/* Mobile OTP Verify */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* Modal */
.otp-modal {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 320px;
    text-align: center;
}
.close-otp-section {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 26px;
    cursor: pointer;
}
.email-otp-modal {
    position: relative;
}

.otp-inputs {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.otp {
  width: 40px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.otp:focus {
  border-color: #007bff;
  outline: none;
}

.submit-otp {
  width: 100%;
  max-width: 100% !important;
}

/* Footer */
.footer {
    background-color: var(--primary-trusted-blue);
    position: relative;
    padding: 50px 0px 0px;
    z-index: 5;
}
.row.footer-main-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.footer-social-media {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
    padding-left: 75px;
}
.footer-social-media .social-media {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}
.footer-social-media .social-media-text {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}
.footer-social-media .social-media-list {
    justify-content: flex-start;
}
.footer-social-media .social-media-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.footer-social-media .social-media-list .social-media-item:first-child .social-media-link {
    margin-left: 0px;
}
.footer-social-media .social-media-list .social-media-item .social-media-link {
    margin: 0px 5px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--secondary-guiding-green1);
}
.footer-social-media .social-media-list .social-media-item .social-media-link svg {
    max-width: 12px;
}
.footer-social-media .social-media-list .social-media-item .social-media-link svg path {
    fill: var(--white);
}
.privacy-menu .menu-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.privacy-menu .menu-list .menu-item {
    padding: 15px 0px 0px;
    width:100%;
}
.privacy-menu .menu-list .menu-link {
    color: #ffffff;
    font-size: 1.1rem;
}
.footer-linesepartor {
    width: 100%;
    height: 1px;
    background-color: var(--secondary-guiding-green2);
    margin: 30px 0px 25px 0px;
}
.footer-copyright h6 {
    color: var(--white);
    font-size: 1rem;
    text-align: center;
    margin-bottom: 30px;
}
.footer-black-band {
    padding: 50px;
    background-color: var(--tertiary-solid-black);
}

/* Thank You Page */
.thankyou-flex-block {
    padding: 15px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
}
.thankyou-para {
    margin-bottom: 5px !important;
}

/* Extra CSS */
.mem-generate-btn-group {
    display: flex;
    gap: 20px;
}
.remove_member_button {
    border: 1px solid red;
    color: red;
}
.remove_member_button:hover {
    opacity: 0.8;
    border: 1px solid red;
    color: red;
}
.members_container {
    padding: 0 !important;
}
.circle-loader {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    border: 3px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    /* display: none; */
}
@keyframes spin {
    to { transform: rotate(360deg); }
}


/* Media Queries */
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .row.footer-main-row {
        flex-direction: column;
    }
    .footer-social-media {
        align-items: center;
        padding-left: 0px;
        padding-top: 20px;
    }
    .verified-text {
        width: 40%;
    }
    .verify-btn {
        padding: 5px;
        text-align: center;
    }
    .verify-block {
        flex-direction: column;
        gap: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .section-container .container {
        max-width: 90%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .verified-text {
        width: 28%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
    .footer-social-media {
        padding-left: 0px;
    }
}
