/* Style for the login form container */
.login-form {
    width: auto;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* Style for the form header */
.login-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

/* Style for form labels */
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

/* Style for form inputs */
.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Style for the submit button */
.btn-container button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.btn-container button:hover {
    background-color: #0056b3;
}

/* Style for the forgot password link */
.link-container p {
    text-align: center;
}

.link-container a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

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


/* ABOUT START */
.about-section {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

/* About Section */

.about {
    background-color: white;
    padding: 60px 0;
}


.about .section-title,
.about .section-text {
    text-align: left;
    margin-bottom: 5px;
}

.about .section-text:not(:last-child) {
    margin-bottom: 18px;
}

.about .h3 {
    margin-bottom: 8px;
}

.about-list {
    margin: 15px 18px;
}

.about-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.about-item .bi-check-circle-fill {
    color: #FF355E;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.about-item:not(:last-child) {
    margin-bottom: 12px;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;


}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

/* plans */
.plan-heading:hover {
    text-decoration: underline;
    transform-origin: bottom right;
    transition: transform 0.3s ease;

}





.dropdown-content {
    display: none;
}

.form-group {
    margin-bottom: 40px;
    position: relative;
}

.lable-contact {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;

    transition: 0.2s ease-out;
}

input:focus+label,
input:not(:placeholder-shown)+label {
    top: -45px;
    font-size: 18px;
    color: green;
    font-weight: 500;
}

input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    transition: border-color 0.2s ease-in-out;
}

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

.btn-primary {
    background-color: #007bff;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.gender {
    margin-bottom: 4px;
    position: relative;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;


}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}