.form-container {
    background: #EEEDEB;
    padding: 30px;
    display: flex;
    overflow: hidden;

}

.form-container h3 {
    font-size: 28px;
    color: #000;
}

.form-left-col {
    width: 380px;
}

.form-right-col {
    flex: 1;
}

.form-label {
    font-size: 14px;
    color: #141414;
}

.form-control {
    border-color: #E5E5E5;
    border-radius: 0;
    padding: .675rem .75rem;
}

.form-select {
    border-color: #E5E5E5;
    border-radius: 0;
    padding: .675rem 2.25rem .675rem .75rem;

}

.input-img-holder-lft {
    position: relative;
}

.input-img-holder-lft input {
    padding-left: 45px;
}

.input-img-lft {
    position: absolute;
    top: 12px;
    left: 13px;
}

.dark-btn {
    background: #141414;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
}

.change-password-cont {
    background: #fff;
    padding: 30px;
}

.userpic-holder {
    width: 230px;
    height: 230px;
    margin: auto;
    position: relative;
}

.elementor .userpic-holder > img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.profile-pic-cont {
    text-align: center;
    font-size: 16px;
}

.profile-pic-cont h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 10px;
}


.userpic-browse-cont {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.userpic-browse-cont input {
    position: absolute;
    visibility: hidden;
}

.userpic-browse-cont label {
    background: #141414;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    border: solid 1px #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userpic-browse-cont label img {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
}

.custom-check .form-check-input {
    border-color: #00B0B3;
    border-radius: 0;
    width: 20px;
    height: 20px;
}

.form-check.custom-check {
    padding-left: 1.8em;
}

.form-check.custom-check .form-check-input {
    float: left;
    margin-left: -1.8em;
}

.form-check.custom-check .form-check-input:checked {
    background-color: #00B0B3;
}

/* Ensure Bootstrap close button is visible and positioned */
.modal .btn-close {
    display: inline-block !important;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.25rem;
    background: transparent;
    border: none;
    opacity: 1;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1055;
}

/* Optional: make the close button darker for better visibility */
.modal .btn-close::before,
.modal .btn-close::after {
    background-color: #000; /* or any color you prefer */
}

#account-details {
    position: relative;
    z-index: 99;
    cursor: pointer;
}

/* Dropdown box */
#account-dropdown {
    position: absolute;
    top: 100%;   /* button ke niche */
    right: 0;    /* button ke right align */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    min-width: 180px;
    margin-top: 22px !important;

    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.pwd{
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 25px;
    cursor: pointer;
    color: #666;
    transform: translateY(-50%);

}
.toggle-password i {
    font-size: 16px;
}


/* Dropdown Items */
#account-dropdown li {
    border-bottom: 1px solid #eee;
}
#account-dropdown li:last-child {
    border-bottom: none;
}
#account-dropdown li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}
#account-dropdown li a:hover {
    background: #f5f5f5;
}

/* Show dropdown */
#account-dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}



@media (max-width:768px) {
    .form-container {
        flex-wrap: wrap;
        padding: 20px;
    }

    .form-left-col {
        width: 100%;
    }
}

/*  Header Menu Mobile Css  */

@media screen and (max-width: 1024px){
    .siaaHeaderMenu > .elementor-nav-menu--dropdown {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        z-index: 999;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin: 0;
        padding-top: 100px;
        height: 100vh;
        transition: all 0.3s ease-in-out;
        transform: translateX(100%) !important;
    }

    .siaaHeaderMenu > nav.elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"] {
        transform: translateX(0) !important;
    }

    .siaaHeaderMenu  .elementor-menu-toggle.elementor-active::after {
        content: '';
        width: 100%;
        height: 100%;
        background: hwb(0deg 0% 100% / 60%);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }
    .siaaHeaderMenu {
        max-width: 42px !important;
    }

    .siaaHeaderMenu .elementor-menu-toggle {
        margin: auto;
    }
}