﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f8f9fa; /* Bootstrap light background */
}

.btn-upper-div {
    padding-left: initial;
    padding-top: 24px;
}

.wrap-banner {
    position: relative;
    width: 100%;
    height: 55vh; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#mainNav > ul > li:nth-child(5) > a {
    color: #fff !important;
    font-weight: bold;
    background: #07388e;
    border-radius: 7px;
}
#your-element-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.wrap-banner h2 {
    position: relative;
    z-index: 1; /* Ensure text is on top */
    color: #fff; /* Make text visible over background */
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.with-shape {
    position: relative;
    overflow: hidden;
}

.card-shape1 {
    position: absolute;
    top: -40px;
    right: -103px;
    width: 55%;
    height: 79%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.card-shape2 {
    position: absolute;
    top: -37px;
    right: -95px;
    width: 66%;
    height: 94%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.card-shape3 {
    position: absolute;
    top: -23px;
    right: -95px;
    width: 77%;
    height: 100%;
    background: radial-gradient(circle, rgba(270, 255, 255, 0.2), rgba(255, 255, 255, 0));
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.with-shape h2,
.with-shape p,
.with-shape a {
    position: relative;
    z-index: 1; /* Keep text on top of shape */
}


/* Make main content flex-grow to push footer down */
main-section {
    flex: 1;
    display: flex;
    align-items: center; /* center card vertically */
    justify-content: center; /* center horizontally */
    padding: 2rem 0;
    position: relative; /* prevent absolute overlap */
}


.card-custom {
    border: none;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.downloadTenderBtn {
    background: white !important;
    font-weight: 500 !important;
    border-radius: 24px !important;
}
    .downloadTenderBtn:hover {
        color: black !important;
    }
    .info-card {
    background: linear-gradient(135deg, #177db1, #054c96);
    color: #fff;
    padding: 2rem;
}
.text-login {
    color: #0e65a4;
}

.info-card h2 {
    margin-bottom: 1rem;
    font-weight:500;
}

    .info-card li {
        margin-bottom: 0.5rem;
    }

.form-control:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.25);
}

.btn-custom {
    background: #10b981;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem;
    transition: background 0.3s ease;
}

    .btn-custom:hover {
        background: #059669;
    }

.toggle-pass {
    border: none;
    background: transparent;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    cursor: pointer;
}


.scrolldown {
display: none !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.desp-tender {
    font-size: 18px;
    line-height: 1.75;
}
.desp-tender-inner {
    font-size: 14px !important;
}
body > main > section.main-section.animate-in.animateEveryTime > main > div > div > div > div > div.col-md-6.d-none.d-md-block > div > h2 {
    font-size: 32px !important;
}

.downloadTenderBtn {
    display: inline-block;
    background-color: #fff; /* Primary blue */
    color: #000;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease; /* Smooth hover effect */
}

.downloadTenderBtn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.downloadTenderBtn:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-3px); /* Lift effect */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.downloadTenderBtn:hover i {
    transform: translateX(5px); /* Slide icon right */
}


#form {
    margin-top: 34px;
    border: 2px solid #fff;
    padding: 20px;
}
    #form .row{
        padding:8px;
    }

#form h3 {
    font-size: 20px;
}
        #form span{
            font-size:14px;
        }


        #locations .shadowbg {
            margin-bottom: 15px;
            padding-right: 25px !important;
            padding-left: 25px !important;
            border-radius: 100px !important;
            line-height: 42px;
            background: linear-gradient(to right, rgb(97 149 239 / 43%), rgba(255, 255, 255, 0.0));
            font-weight: 700 !important;
            text-transform: uppercase !important;
            display: inline-block !important;
        }

    #form .col-lg-6 {
        text-align: center;
        margin-bottom: 50px;
    }

#form input,
#form textarea {
    color: #878898;
    border: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
}


    #form .exampleInputEmail5 {
        text-align: end;
    }

 /*   #form button {
        border: 1px solid;
        color: #060606;
        background: #eef3f4;
        border-radius: 0 30px 0 30px;
        width: 194px;
        height: 69px;
        box-shadow: 0px 0px 3px 0px;
        animation: moveBtn 2s infinite ease-in-out;
    }

        #form button:hover {
            border: 1px solid;
            color: #ffffff;
            background: #07388e;
            width: 194px;
            height: 69px;
            animation: moveBtn 2s infinite ease-in-out;
        }*/

@keyframes moveBtn {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

#form .form-label {
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    color:#fff;
}
#form .form-control::placeholder {
    color: #fff; /* Change the color */
    opacity: 0.7; /* Ensure full visibility */
}
.form-control:focus {
    border: none !important;
    box-shadow:none !important;
}


input:focus-visible {
    outline-offset: unset !important;
}

#form .form-control {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
    padding-left: 0 !important;
    color: #fff;
}

#form .form-group {
    margin-bottom: 25px !important;
    position: relative !important;
}

#form .form-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn.downloadTenderBtn{
    width:fit-content;
}
/* Chrome, Safari, Edge */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* keeps background transparent */
    -webkit-text-fill-color: #fff !important; /* keeps text color white */
    transition: background-color 5000s ease-in-out 0s; /* prevents autofill color flash */
}

/* Firefox */
input:-moz-autofill {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -moz-text-fill-color: #fff !important;
}
.invalid-feedback {
    font-size: 14px !important;
    color: #400006 !important;
    font-weight: 600 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 3.375rem) calc(0.75em + .375rem) !important;
}
.btn.btn-upper-div {
    padding-left: initial;
    padding-top: 24px;
}

@media only screen and (min-width: 200px) and (max-width: 700px) {
    .wrap-banner {
        height: 279px;
    }

    .vanta-canvas {
        height: 100% !important;
    }

    .wrap-banner {
        height: 397px;
    }

    .vanta-canvas {
        width: 457px;
        height: 397px;
    }
}



@media (max-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .rounded-4 {
        border-radius: var(--bs-border-radius-xl) !important;
    }

    .h-100 {
        height: 100% !important;
    }

    .info-card {
        background: linear-gradient(135deg, #177db1, #054c96);
        color: #fff;
        padding: 1rem;
    }

    .with-shape {
        position: relative;
        overflow: hidden;
    }

    .rounded-4 {
        border-radius: var(--bs-border-radius-xl) !important;
    }

    .h-100 {
        height: 100% !important;
    }
    .wrap-banner {
        padding: 30px 10px;
        text-align: center;
    }
   /* .wrap-banner h2 {
        font-size: clamp(22px, 6vw, 28px);
        margin-top: 10px;
    }*/
    #mobileOtpSection > #verifyMobileOtpBtn {
        width: 33%;
        height: 57px;
    }
    #emailOtpSection > #verifyEmailOtpBtn {
        width: 42%;
    }
    #emailOtpSection {
        width: 106%;
    }
    .otp-section button {
        width: 130%;
    }
    #mobileOtpSection {
        width: 107%;
    }
        /* Stack form inputs */
        #form .row {
        padding: 0;
    }
    #form .col-md-6 {
        width: 100%;
    }
}

/*Button Verify*/

.verify-btn {
    background: white;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: black !important;
    border: 1px solid black !important;
    transition: all 0.3s ease !important;
}


.otp-section input {
    background: transparent !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.otp-section button {
    background: white;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: black ;
    border: 1px solid black ;
    transition: all 0.3s ease ;
}

    .otp-section button:hover {
        background: #064419;
        color: #fff;
    }

#btnSubmit.disabled {
    background-color: #ccc !important;
    border-color: #aaa !important;
    color: #666 !important;
}
#mobileOtpSection {
    align-items: end;
    display: flex;
}

    #mobileOtpSection > #verifyMobileOtpBtn {
        width: 33%;
        height: 31px;
    }

#emailOtpSection {
    align-items: end;
    display: flex;
}

    #emailOtpSection > #verifyEmailOtpBtn {
        width: 33%;
        height: 31px;
    }
.border-to-checkBox {
    border: 1px solid white !important;
}

.color-to-TC{
    color:burlywood;
}
.color-to-TC:hover {
    color: burlywood;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{
    color: white !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #088bcf !important;
   
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background-color: #0885c3 !important;
}