.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;
}
.email-verify-btn {
    display: none;
}
.hackathon_participation_field {
    display: none;
}
.verified-text {
    display: none;
    width: 15%;
    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;
}

/* 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 {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  width: 320px;
  text-align: center;
}

.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: url(../images/footer_background.png) no-repeat var(--solid-black);
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 50px 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: 100px;
}
.footer-social-media .social-media-text {
    color: var(--secondary-guiding-green);
    font-size: 1.4rem;
    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: 0.9rem;
}
.footer-linesepartor {
    width: 100%;
    height: 1px;
    background-color: var(--secondary-guiding-green2);
    margin: 30px 0px 50px 0px;
}
.footer-copyright h6 {
    color: var(--white);
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0px;
}

/* 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;
    }
    .mobile-verified-confirmation-text {
        width: 40%;
    }
}
@media only screen and (max-width: 991px) {
    .section-container .container {
        max-width: 90%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .mobile-verified-confirmation-text {
        width: 28%;
    }
}
