* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

/*#maplogo:hover{
    cursor:pointer;
}*/

html,
body {
    font-family: "Noto Sans", sans-serif;
}

#map {
    height: 768px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: stretch;
}

/*#maplogo {
    position: absolute;*/
/* Position the logo absolutely */
/*top: 62px;*/
/* Adjust top position */
/*left: 10%;*/
/* Center horizontally */
/*transform: translateX(-50%);*/
/* Centering adjustment */
/*z-index: 1;*/
/* Ensure logo is above the map */
/*}*/

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002f76 url(digial_banner.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

    .overlay:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        filter: blur(30px);
    }

.form-container {
    /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
    /* max-width: 400px; */
    width: 100%;
    /* height: 450px; */
    /* padding: 30px; */
    /* background: #fff; */
    /* background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px; */
    z-index: 1;
    margin: 30px auto 20px;
    z-index: 2;
    /* border: 2px solid #00A; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
    /* zoom: 150%; */
}

@media screen and (max-width: 991px) {
    .form-container {
        width: 340px;
        padding: 20px;
        zoom: 100%;
    }
}

.logowrap {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .logowrap img {
        width: 200px;
    }

.form-group {
    margin-bottom: 25px;
    position: relative;
}

label {
    display: block;
    margin-bottom: 5px;
    /* color: #2E404D; */
    color: #FFF;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: "Noto Sans", sans-serif;
}

input,
select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    font-family: "Noto Sans", sans-serif;
}

select {
    cursor: pointer;
}

    input:focus-visible,
    select:focus-visible {
        border: 1px solid #0072BC;
        outline: none;
        box-shadow: none;
    }

.error-message {
    color: red;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: -20px;
    display: none;
    font-family: "Noto Sans", sans-serif;
}

.submit-btn {
    /* width: 100%; */
    padding: 10px;
    background-color: #46b878;
    color: #000;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: none;
    font-size: 16px;
    /*  text-transform: capitalize;*/
    transition: all 0.4s ease-in-out;
    font-family: "Noto Sans", sans-serif;
}

    .submit-btn:hover {
        background-color: #00CB5D;
    }

/* .gm-style-iw-ch {
  display: none;
} */

.gm-style .gm-style-iw-d {
    color: #fff;
    font-family: 'Noto Sans';
}

.gm-style-iw-chr button {
    right: 5px !important;
    width: 16px !important;
    height: 16px !important;
    top: 5px;
}

.gm-style-iw-chr span {
    margin: 0 !important;
    width: 16px !important;
    height: 16px !important;
    filter: grayscale(1) invert(1);
}

.gm-style .gm-style-iw-c {
    padding: 5px 10px 10px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
    background-color: #005b96 !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #005b96 !important;
}

.reDirectionPopup {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 0; */
    margin: auto;
    /* height: 165px; */
    height: 65px;
    width: 360px;
    background: #005b96;
    border: 1px solid #FFF;
    zoom: 125%;
    padding: 15px;
    z-index: 2;
    border-radius: 10px;
}

    /* .reDirectionPopup.active {
  display: block;
} */

    .reDirectionPopup p {
        font-family: "Noto Sans", sans-serif;
        font-size: 12px;
        line-height: 16px;
        color: #FFF;
        text-align: center;
    }

    .reDirectionPopup .progress {
        position: relative;
        display: block;
        width: 0;
        height: 3px;
        transition: all 10s ease;
        background: rgba(255, 255, 255, 1);
        margin-top: 15px;
    }

        .reDirectionPopup .progress.active {
            width: 100%;
        }

@media screen and (max-width: 991px) {
    .reDirectionPopup {
        zoom: 100%;
        width: 350px;
        padding: 15px 10px;
        height: 60px;
    }

        .reDirectionPopup p {
            font-size: 12px;
            line-height: 20px;
        }

        .reDirectionPopup .progress {
            margin-top: 10px;
            height: 2px;
        }
}
.containerWrapper {
    position: absolute;
    top: 50px;
    right: 50px;
}
.containerIntro {
    background: rgb(2, 78, 46);
    background: linear-gradient(357deg, rgba(2, 78, 46, 1) 0%, rgba(69, 183, 119, 1) 100%);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    /* cursor: pointer; */
    border-radius: 8px;
}

    .containerIntro h3 {
        font-size: 24px;
    }

.number {
    font-size: 72px;
}

.btnHelp {
    background-color: #46b878;
    color: black;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 18px;
    margin: 20px auto 0;
    cursor: pointer;
}

.dashed {
    position: relative;
    display: block;
    /* Ensures the element behaves as a block-level element */
    padding-bottom: 20px;
    /* Optional padding */
}

    .dashed::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        /* Position the dashed line at the bottom of the element */
        width: 100%;
        /* Ensure it spans the full width */
        border-bottom: 1px dashed #fff;
    }

input::placeholder {
    color: #000;
}
.gm-ui-hover-effect {
    display: none !important;
}
.bottomPopup {
    background: rgb(2, 78, 46);
    background: linear-gradient(357deg, rgba(2, 78, 46, 1) 0%, rgba(69, 183, 119, 1) 100%);
    padding: 20px 20px;
    position: fixed;
    bottom: 0;
    width: 90%;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 10px 10px 0 0;
    left:50%;
}
@media (max-width: 1023px) {
    .containerWrapper {
        zoom: 0.8;

    }
}