
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.container {
    display: flex;
    padding: 20px;
    background-color: #0f2028;
    color: white;
    flex-wrap: wrap;
    justify-content: center;
}

/* Left Section */
.left-section {
    width: 60%;
    margin-top: 10px;
}

.logo {
    text-align: center;
}

.mission-vision-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #0F2028;
    text-align: -webkit-center;
}

.mission-vision-content .text-content h2 {
    color: #00b386;
    margin-bottom: -16px;
    font-size: 16px;
    margin-left: 100px;
    font-weight: 400;
}

.text-content p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
}

.mission-vision-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
}

.window-image img {
    width: 110px;
    height: 148px;
    border-radius: 3px;
}

/* Services Section */
.left-section h2 {
    color: #00b386;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.left-section p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.services {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.services ul {
    list-style-type: disc;
    padding: 0;
}

.services ul li {
    margin-bottom: 10px;
}

.illustration {
 display: flex;
 margin-top: 20px;
 flex-direction: row;
 justify-content: flex-end;
}

.illustration img {

    margin: 0px 16px;
}

img.sweeping {
    width: 100%;
    max-width: 555px; 
    margin-bottom: -65px;
}

img.plant {
    margin: 0px 16px;
    margin-bottom: -96px;
    max-width: 100%;
}

/* Right Section */
.right-section {

    padding-left: 40px;
    padding-bottom: 30px;
    width: 32%;
}

.right-container { 
    /*background-color: #ffffff;  
    color: #1B9075;
    height: 77vh;
    border-radius: 0px;
    padding: 28px 32px 36px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/

    background-color: #ffffff;
    min-height: 550px;
    height: auto;
    color: #1B9075;
    border-radius: 0px;
    padding: 28px 32px 36px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);


}

.right-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: white;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #00a478;
}

.form-group input {
 width: 100%;
 border: 1px solid #1B9075;
 border-radius: 5px;
 font-size: 14px;
 padding: 8px 8px 8px 8px;
}

.form-group input[type="submit"] {
    background-color: #00b386;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}

.form-group input[type="submit"]:hover {
    background-color: #008d68;
}

.login-link {
    text-align: center;
    margin-top: 20px;
}

.login-link a {
    color: #00b386;
    text-decoration: none;
}

.login-link a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    color: white;
    margin-top: 60px;
    font-size: 14px;
    background-color: #459345;
    padding: 2px 0;

}

/* Mobile Responsiveness */
@media (max-width: 768px) {

    .form-group input[type="submit"] {
        background-color: #00b386;
        color: white;
        font-size: 16px;
        border: none;
        cursor: pointer;
        /*        width: 200px;*/
    }
    .right-container {

        height: auto;
        border-radius: 0px;

    }

    .left-section, .right-section {
        width: 100%;
        margin-top: 65px;
    }

    .mission-vision-content {
        flex-direction: column;
        text-align: center;
    }

    .mission-vision-section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #0F2028;
        text-align: -webkit-center;
    }
    .mission-vision-content .text-content h2 {
        margin-left: 0px;
    }

    .window-image {
        margin-top: 20px;
    }

    .illustration {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
        align-content: center;
    }

    img.sweeping {
        width: 100%;
        max-width: 555px;
        margin-bottom: 0px;

    }

    .services {
        flex-direction: column;
        align-items: center;
    }

    .services ul {
        margin-bottom: 20px;
    }



    footer {
        font-size: 12px;
    }
}

/*******OTP Verification***********/


.otp p {
    text-align: center;
}
.otp h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.otp p {
    font-size: 14px;

    margin-bottom: 20px;
}
.otp-input {
    display: flex;
    justify-content: space-between;
}
.otp-input input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
}
.otp-input input:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}
a {
    font-size: 12px;
    color: #4CAF50;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}
button:hover {
    background-color: #45a049;
}
.otp .right-container {          
    height: 70vh;

}

/*  ***Proof of Validation**  */

.back-arrow {
    position: absolute;
    top: 38px; 
    cursor: pointer;
}

.back-arrow svg {
    fill: #333;
}


.upload-title {
 font-size: 24px;
 font-weight: bold;
 color: #4CAF50;
 margin-bottom: 10px;
 font-weight: 700;
 text-align: center;
}
.validation p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;

    text-align: center;
    font-size: 14px;
    font-weight: 300;

}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 10px center;
    background-color: #fff;
    background-size: 18px;
}

.dropdown-container {
    text-align: left;
    position: relative;
}
.dropdown-btn {
    width: 100%;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
    color: #333;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.dropdown-btn::after {
    content: '\25BC'; /* Down arrow */
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.dropdown-content div {
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}
.dropdown-content div:hover {
    background-color: #f5f5f5;
}
.selected::after {
    content: '✔';
    font-size: 16px;
    color: #4CAF50;
}

/*  upload   */
.upload-box {
    border: 2px dashed #ccc;
    padding: 41px;
    text-align: center;
    width: 350px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

.file-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.file-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.file-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.file-name {
    font-weight: bold;
    color: #333;
}

.file-size {
    font-size: 12px;
    color: #999;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
    position: relative;
}

.progress {
    background-color: #4caf50;
    height: 100%;
    width: 0;
    border-radius: 5px;
    transition: width 0.3s;
}

.progress-text {
    margin-top: 5px;
    font-size: 12px;
    color: #333;
}

.upload-area {
    cursor: pointer;
}

.checkmark {
    color: green;
    font-size: 20px;
    margin-left: auto;
    display: none;
}

.file-details img, .file-details div {
    display: inline-block;
}


.delete-icon {
    color: #d11a2a;
    font-size: 18px;
    cursor: pointer;
}

.view-link {
    color: #4caf50;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
}

.view-link:hover {
    text-decoration: underline;
}

/*  ******Pick Your Location***  */



.map-container {
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 500px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

#map {
    width: 100%;
    height: 100%;
}

.location-input {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location-input input {
    border: none;
    width: 80%;
    font-size: 14px;
    color: #555;
    outline: none;
}

.location-input .close-icon {
    font-size: 18px;
    cursor: pointer;
    color: #888;
}

.confirm-button {
    margin-top: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

.confirm-button:hover {
    background-color: #45a049;
}



/***Choose Your Day****/

.day-selection {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}

.day-option {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.day-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
}

label {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.save-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.save-button:hover {
    background-color: #45a049;
}

/***Choose Your Day****/

.shift-container {

    padding: 30px;
    border-radius: 10px; 
    width: 320px;
    text-align: center;
}

.shift-container h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.shift-container label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.shift-container input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.submit-button:hover {
    background-color: #45a049;
}


/*  *Successfull**  */

.success-container {
   padding: 30px;
   text-align: center;
   width: 350px;
}

.success-container  h2 {
    font-size: 24px;
    color: #4CAF50;
    margin-bottom: 10px;
}

.success-container p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.success-image {
    width: 100%;
    margin-bottom: 20px;
}

.success-button {
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.success-button:hover {
    background-color: #45a049;
}

/** login*****/

.login-container {
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
            
        }

        .log-in h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .log-in .input-group {
            margin-bottom: 20px;
            text-align: left;
        }

        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

       

        .password-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        .toggle-password {
            position: absolute;
            right: 10px;
            cursor: pointer;
            font-size: 16px;
        }

        .forgot-password {
            display: block;
           
            margin-bottom: 20px;
            cursor: pointer;
            font-size =
        }

        .log-in a.forgot-password {
            font-size: 14px;
            font-weight: 700;
            text-align: center;
        }
        .login-button {
            background-color: #4CAF50;
            color: white;
            padding: 15px 20px;
            border: none;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
        }

        .login-button:hover {
            background-color: #45a049;
        }
         .signup {
            margin-top: 10px;
            color: #555;
        }

        .signup a {
            color: ##4CAF50;
            text-decoration: none;
        }