:root {
    --Primary: #0056b3;
}

.login-container {
    background-color: #c79e34;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    width: 300px;
    text-align: center;
}

.login-container h1 {
    color: #fff;
    margin-bottom: 20px;
}

.login-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
}

.login-container .forgot-password {
    display: block;
    margin: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.login-container .forgot-password:hover {
    text-decoration: underline;
}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #c79e34;
    font-weight: bold;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #e2c16a;
}

.swiper-slide {
    height: 50%;
}

.sw-thumbs-sigle .image-wrap img,
.sw-single .image-wrap img {
    width: 100%;
    height: 100%;
}

#header-main .header-logo img,
#footer .footer-logo img {
    width: 75px;
    height: 75px;
}

.reg {

    display: flex;
    align-content: flex-start;
    justify-content: space-around;
    background-image: url(../images/section/page-title-4.jpg);
    padding: 100px;


}

#user form {
    background-color: #ffffff;
    padding: 30px;
    border: 2px solid #ddd;
    /* Thicker border */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

#user form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

#user form .form-group {
    margin-bottom: 15px;
    text-align: left;
}

#user form .control-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

#user form .rtcl-required {
    color: #e63946;
}

#user form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

#user form .form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#user form .btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#user form .btn:hover {
    background-color: #0056b3;
}

#user form .rtcl-forgot-password {
    margin-top: 10px;
    font-size: 14px;
}

#user form .rtcl-forgot-password a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#user form .rtcl-forgot-password a:hover {
    color: #0056b3;
}

#loginError {
    margin-top: 15px;
    font-size: 14px;
    color: red;
    text-align: center;
}

.form-contact {
    max-width: none !important;
}

.box-house .price {
    color: black;
}

#header-main .header-logo img {
    width: 75px !important;
    height: 75px !important;
}

.tf-top-bar p {
    color: white;
}


.tf-top-bar .top-bar-info li a,
[class^="icon-"],
[class*=" icon-"] {
    color: #c4c8cc;
}


.section-best-sale .box-house .image-wrap {

    width: 100%;
    height: 300px;
    object-fit: cover;
}

.page-title.career {
    background-image: url(../images/section/page-title-career.jpg);
    background-size: cover;
    padding: 100px 0 0;
    background-repeat: no-repeat;
}

.section-contact .list-info li .phone {
    font-size: 18px;
    line-height: 37.5px;
    color: var(--Primary);
    font-weight: 700;
}

.section-top-map.style-2 .box {
    margin-top: 10px;
}

.sib-form p {
    color: white;
}

.regotp {
    height: 120px;
    background-color: #ffffff;
    padding: 30px;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.quick-contact {
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 60px;
    z-index: 9999;
}

.quick-contact img {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    z-index: 9;
}

#footer .footer-bottom p a,
.copy-right,
#footer .footer-menu-list ul li a {
    color: white;
}

#footer .footer-top .footer-contact {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px 48px;
}

#footer  p{
    color: white;
}
.otp-group {
    display: none;
}

.sw-thumbs-sigle .image-wrap img, .sw-single .image-wrap img {
        width: 100%;
    height: 600px;
    object-fit: cover;
}

.box-house .image-wrap img {
    width: 400px;
    object-fit: cover;
    height: 300px;
}

@media (max-width: 768px) {
    .reg {
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    #footer .footer-top .footer-contact{
        flex-wrap: wrap;
    }
}