input[type="text"],
input[type="password"],
select,
input[type="date"],
input[type="number"] {
    width: 95%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.form-switch {
    text-align: center;
    margin-top: 10px;
}

.form-switch a {
    color: #4CAF50;
    text-decoration: none;
}

.profile-container {
    width: 300px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: none;
}

.profile-icon {
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
}

.close-btn {
    position: absolute;

    right: 170px;
    font-size: 30px;
    cursor: pointer;
    color: #aaa;
}

.close-btn:hover {
    color: #333;
}

.mobile-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-container select {
    width: 30%;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mobile-container input {
    width: 65%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.name-username-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.name-username-container input {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.gender-birth-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.gender-birth-container select,
.gender-birth-container input {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.district-state-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.district-state-container select {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.country-zipcode-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.country-zipcode-container select,
.country-zipcode-container input {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.password-confirm-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.password-confirm-container input {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.password-confirm-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}

.password-toggle1 {
    transform: translateY(-50%);
    cursor: pointer;
    position: relative;
    top: 56px;
    right: 40px;
}

.password-toggle1:hover {
    color: #4CAF50;
}

.password-toggle2 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-toggle2:hover {
    color: #4CAF50;
}

.password-toggle3 {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-toggle3:hover {
    color: #4CAF50;
}

.header_section {
    background-color: bisque;
}

img.contactimg {
    width: 100%;
    height: 600px;
}

img.bannerimg {
    width: 100%;
    height: auto;
}

.button-container {
    text-align: center;
    font-size: 20px;
    padding-bottom: 50px;
}

div#registrationForm {
    box-shadow: 0px 0px 10px 5px;
}

div#loginForm {
    box-shadow: 0px 0px 10px 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 0.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15sease-in-out;
    transition: all 0.15sease-in-out;
    width: 5px;
}

.text-muted {
    font-weight: bold;
}

p.card-text {
    margin-left: 0px;
}

h5.card-title {
    color: goldenrod;
    margin-bottom: 0px !important;
}

.login_menu {
    width: 100%;
    position: relative;
    right: 20px;
}

button.btn.btn-primary {
    padding: 3px;
}

.form-controls {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

label.form-label {
    margin: 0px;
}

button.logout {
    font-weight: bold;
    padding: 3px;
    width: 75px;
    cursor: pointer;
}

button.logout:hover {
    background-color: #f2515e;
}

.reviews {
    margin-top: 30px;
}

.review-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.review-item .review-text {
    font-size: 1rem;
    color: #333;
}

.review-item .review-text span {
    font-weight: bold;
    color: #007bff;
}

.review-item .review-rating {
    color: #ff9900;
}

.more-reviews {
    display: none;
}

.show-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.card-body {
    padding: 0px !important;
}

p.use {
    margin: 0px;
    font-size: 14px;
}

hr {
    margin-top: 0px !important;
    margin-bottom: 3px !important;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal img {
    width: 70%;
    height: 700px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.close-btn:hover {
    color: #ff0000;
}

h3.titt {
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-link {
    color: black !important;

}

button.btn.btn-primary.me-3 {
    background-color: darkorange;
    border-color: darkorange;
}

#back-to-top {
    position: fixed;
    bottom: 45px;
    right: 20px;
    background-color: goldenrod;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

#back-to-top:hover {
    background-color: black;
}