:root {
    --sidebar-bg: #323232;
    --primary-green: #4CAF50;
    --text-gray: #6c757d;
}

body {
    background-color: #E8E8E8;
    font-family: 'Montserrat', sans-serif;
}

/* Navbar Styles */
.navbar {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 1.5rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

.navbar-brand img {
    width: 60%;
    height: auto !important;
}

.navbar-brand {
    width: 12.1%;
}

.hamburger-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 1.1rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    background: #E9E9F2;
}

.dropdown .dropdown-toggle {
    color: black !important;
    text-decoration: none !important;
}
.completed-steps {
    color: black;
    font-size: 14px;
    background: #00ff3c47;
    border-radius: 50px;
    padding: 10px 30px;
}

.profile-section img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

/* Sidebar Styles */
.sidebar {
    background: var(--sidebar-bg);
    min-height: 100vh;
    padding: 0;
    width: 330px;
    position: relative;
    left: 0;
    top: 0;
    padding-top: 60px;
    transition: all 0.3s ease;
    z-index: 1020;
    color: white;
}

.sidebar.collapsed {
    transform: translateX(-100%);
}

.main-content {
    margin-top: 100px;
    padding: 2rem;
    transition: margin 0.3s ease;
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
}

.main-content.expanded {
    margin-left: 0;
}

@media (max-width: 991.98px) {
    .main-content {
        margin-left: 0;
    }
}

.sidebar-header {
    padding: 0 0 62px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

/* Vertical dotted line */
.sidebar::before {
    content: '';
    position: absolute;
    left: 37px;
    top: 280px;
    bottom: 200px;
    width: 1px;
    border-left: 4px dashed #ffffff59;
    z-index: 1;
}


.ask-question {
    background-color: #FFC739;
    color: white;
    padding: 1rem 1rem;
    border: none;
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
       text-decoration: none !important;
}

.ask-question::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.ask-question p {
    margin: 0;
    font-weight: bold;
}

.ask-question p i {
    color: black;
}

.nav-link {
    color: white;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    margin: 7px 0;
}

.nav-link.active {
    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: black !important;
    font-weight: bold;
    font-size: 17px;
}

.nav-link.active i {
    color: red;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2B2C4E;
    border: 2px solid white;
    font-size: 15px;
    color: white;
    margin-right: 10px;
}

.sub-menu {
    padding-left: 2.5rem;
    list-style: none;
    position: relative;
    z-index: 2;
    display: none;
}

.sub-menu .nav-link {
    padding: 0.5rem 3.4rem;
    font-size: 13px;
    opacity: 0.8;
}

.welcome-heading {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.video-container {
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.video-container img {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.start-journey-btn {
    background: #30CA54;
    color: white;
    padding: 1rem 5rem;
    border-radius: 5px;
    border: none;
    font-size: 1.1rem;
    display: block;
    margin: 0 auto;
    min-width: 200px;
}

.footer {
    margin-top: auto;
    padding: 1rem 2rem;
    background: white;
    font-size: 12px;
    color: var(--text-gray);
    width: 100%;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -2rem;
}

.contact-info {
    color: #FF5722;
    text-decoration: none;
}

/* Update all text to be white in sidebar */
.sidebar button,
.sidebar .nav-link,
.sidebar .dropdown-toggle {
    color: white;
}

.siderbarimg {
    text-align: center;
}

.siderbarimg img {
    width: 100%;
}

.houseimg {
    width: 80%;
}

.siderbardron {
    margin: 70px 0 10px;
}

.video-container h2.text-white.position-absolute {
    top: 32%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 46px;
}

/* Additional styles for buyer consultation page */
.consultation-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.consultation-title {
    color: #FF5722;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.consultation-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.consultation-description {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
        text-align: left;
}

.action-buttons {
    display: flex;
    gap: 1rem;
}

.btn-completed {
    background: #30CA54;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 500;
}

.btn-mark-done {
    background: white;
    color: #333;
    padding: 0.75rem 2rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 500;
}

.checklist-container {
    background: #FCFCFC;
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
}

.checklist-wrap {
    background: white;
    padding: 30px;
    border-radius: 10px;
}

.checklist-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.checklist-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.checklist-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.checklist-item:last-child {
    border-bottom: none;
}

.checklist-item input[type="checkbox"] {
    margin-right: 1rem;
    /*width: 20px;*/
    /*height: 20px;*/
}

.checklist-item label {
    margin: 0;
    flex-grow: 1;
    color: #666;
}

.delete-icon {
    color: #ccc;
    cursor: pointer;
}

.video-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    border-radius: 0;
    overflow: hidden;
    height: 290px;
}

.video-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.content-wrapper {
    display: flex;
    gap: 2rem;
}

.content-left {
    flex: 1;
}

.content-right {
    flex: 1;
}

.dashborad-btnmain {
    background: #ffc739;
    color: white;
    border: 2px solid #ffc739;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.4s;
}

.dashborad-btnmain:hover {
    background: transparent;
    color: black;
    transition: 0.4s;
}

.professional-tips ul li {
    list-style: num;
    padding: 8px 0;
    font-size: 18px;
}

.professional-tips ul {
    padding: 20px 0 0 20px;
}

.professional-tips h3 {
    font-size: 23px;
    font-weight: 700;
    padding: 20px 0 0;
}

.dashboard-main-content {
    margin-left: 150px;
    margin-right: 150px;
}

.form-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.image-container {
    height: 100vh;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    font-family: "Lato", sans-serif;
    margin-bottom: 50px;
}

.form-control {
    padding: 0.8rem;
    margin-bottom: 1rem;
    border-radius: 8px;
}

/*.form-container .btn-journey {*/
/*    background-color: #27AE60;*/
/*    color: white;*/
/*    padding: 0.8rem 2rem;*/
/*    border-radius: 8px;*/
/*    width: 100%;*/
/*    font-weight: 600;*/
/*    margin: 1rem 0;*/
/*    font-size: 17px;*/
/*}*/


.form-container .btn-journey {
    background-color: #007bff;
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
    margin: 1rem 0;
    font-size: 17px;
}

.terms-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.sign-in-text {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.btn-guest {
    background-color: #27AE60;
    border: 1px solid #27AE60;
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    width: 100%;
    font-weight: 700;
    font-family: 'Lato';
    margin: 30% 0 0;
}
.btn-guest:hover {
    border: 1px solid;
}

.form-container-login form {
    width: 41%;
    margin: 0 auto;
}

.form-container-login form input {
    background: #F4F5F9;
    color: black;
    border: 1px solid #DBDCDE;
}

.btn-guest i {
    padding-right: 10px;
}

.form-container-signup .btn-guest {
    margin: 0;
}


.signup-card {
    background-image: url(signupbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 1008px;
    display: grid;
    align-items: center;
    padding: 0 0 0 7%;
    color: white;
}

.meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.signup-card .cstm-btn {
    background: white;
    color: black;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 700;
}

.meuted {
    color: grey;
    padding: 1% 0;
}

.btn-wrap {
    padding: 3% 0;
}

.signup-card h1 {
    padding: 2% 0 0;
    font-weight: 800;
    font-size: 55px;
}

.signup-card h1 span {
    color: #FFC739;
}

.signup-card .cstm-btn:hover {
    background: black;
    color: white;
}


.men-one.active .sub-menu,
.men-two.active .sub-menu,
.men-three.active .sub-menu,
.men-four.active .sub-menu,
.men-five.active .sub-menu,
.men-six.active .sub-menu,
.men-seven.active .sub-menu,
.men-eight.active .sub-menu {
    display: block;
}

.men-one.active a.nav-link.menu-link,
.men-two.active a.nav-link.menu-link,
.men-three.active a.nav-link.menu-link,
.men-four.active a.nav-link.menu-link,
.men-five.active a.nav-link.menu-link,
.men-six.active a.nav-link.menu-link,
.men-seven.active a.nav-link.menu-link,
.men-eight.active a.nav-link.menu-link,
.men-eight.active a.nav-link.menu-link,
.men-nine.active a.nav-link.menu-link,
.men-ten.active a.nav-link.menu-link,
.men-eleven.active a.nav-link.menu-link,
.men-twelle.active a.nav-link.menu-link,
.men-thirty.active a.nav-link.menu-link

{
    background: white;
    color: black;
}

/* Responsive */
@media screen and (min-device-width: 0px) and (max-device-width: 788px) {
    .navbar {
        position: relative;
    }

    .start-journey-btn {
        font-size: 14px;
    }

    div#sidebar {
        position: absolute;
        top: 10%;
        width: 100%;
    }

    .main-content {
        margin: 0;
        padding: 20px 0px;
    }

    .action-buttons {
        display: grid;
        justify-content: start;
    }

    .video-wrapper {
        height: auto;
        margin: 0 0 30px;
    }

    .checklist-wrap {
        padding: 20px;
    }

    .checklist-container {
        width: 100%;
    }

    .completed-steps {
        display: none;
    }

    .profile-section {
        width: 100%;
        justify-content: center;
        padding: 10px 0 10px;
    }

    .navbar-brand {
        width: 50%;
    }

    .hamburger-btn {
        margin: 0;
        background: #ffc739;
    }

    .hamburger-btn i {
        color: white;
    }

    .video-container h2.text-white.position-absolute {
        top: 70%;
        font-size: 20px;
    }

    .welcome-heading {
        font-size: 1.7rem;
    }

    .dashborad-btnmain {
        text-align: center;
    }
}

@media screen and (min-device-width: 789px) and (max-device-width: 991px) {
    .sidebar {
        width: 280px;
    }

    .checklist-container {
        width: 100%;
    }

    .dashborad-btnmain {
        text-align: center;
        font-size: 13px;
    }

    .sub-menu .nav-link {
        padding-right: 10px;
    }

    .navbar-brand {
        width: 21.7%;
    }

    .dashboard-main-content {
        margin: 20% 0 0;
    }

    .video-container h2.text-white.position-absolute {
        font-size: 20px;
        top: 70%;
    }

    .video-wrapper {
        margin: 0 0 10px;
    }

}


@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .start-journey-btn {
        font-size: 14px;
    }

    .dashboard-main-content {
        margin: 14% 0 0;
    }

    .video-container h2.text-white.position-absolute {
        font-size: 30px;
        top: 70%;
    }

    .checklist-container {
        width: 100%;
    }

    .consultation-heading {
        font-size: 1.3rem;
    }

    .dashborad-btnmain {
        font-size: 13px;
        padding: 14px 10px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1444px) {
    .consultation-heading {
        font-size: 1.9rem;
        margin-bottom: 1rem;
    }

    .dashborad-btnmain {
        text-align: center;
        padding: 15px 20px;
        font-size: 14px;
    }

    .checklist-container {
        width: 100%;
    }

    .video-container h2.text-white.position-absolute {
        font-size: 30px;
        top: 65%;
    }
}


.newsletter-form .input-group {
    display: flex;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto 0 0;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    margin: 0;
}

.newsletter-form .btn-subscribe {
    background: #FFC739;
    color: #000;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form .btn-subscribe:hover {
    background: #e6b033;
}

/* Responsive styles for newsletter */
@media screen and (max-width: 768px) {
    .newsletter-section {
        padding: 30px 20px;
    }

    .newsletter-form .input-group {
        flex-direction: column;
    }

    .newsletter-form .btn-subscribe {
        width: 100%;
    }
}


.checklist-item i.fas.fa-trash.delete-icon {
    display: none;
}

/* Active submenu link state */
.sub-menu a.activesubmenu {
    color: #fff ;
    font-weight: 600;
}

.sub-menu {
    position: relative;
}

.sub-menu a {
    position: relative;
}

.sub-menu a:before {
    content: '';
    left: 0;
    width: 40px;
    height: 1px;
    position: absolute;
    border-bottom: 4px dashed #ffffff59;
}

.sub-menu a.activesubmenu:before {
    border-color: white;
}


.video-wrapper iframe {
    height: 85% !important;
}


.video-wrapper {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.video-wrapper iframe {
    height: 100% !important;
}

.consultation-card {
    display: flex;
    align-items: center;
}

.consultation-detail {
    width: 100%;
}

.action-buttons {
    width: 50%;
    justify-content: flex-end;
}



@media screen and (min-device-width: 889px){ 
div#collapsedSidebar {
    display: none;
}    
}

@media screen and (max-device-width: 553px){ 
.consultation-card {
    display: grid;
}    
.action-buttons {
    width: 50%;
    justify-content: flex-start;
}
}

@media screen and (min-device-width: 789px) and (max-device-width: 991px) { 
.action-buttons {
    display: grid;
}    
}

@media screen and (min-device-width: 0px) and (max-device-width: 553px) { 
.signup-card {
    padding: 20px;
}

.signup-card img {
    width: 80%;
}

.signup-card h1 {
    font-size: 35px;
    line-height: 45px;
    padding: 40px 0 10px;
}

.signup-card h1 br {
    display: none;
}

.meuted {
    color: white;
}

.meta img {
    width: 20%;
}

.btn-wrap {
    padding: 15% 0;
}
.form-container-login form {
    width: 100%;
}
.form-heading {
    font-size: 30px;
    margin: 30px 0;
}
}



/*Responsive Css */

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 
.action-buttons {
    display: grid;
    text-align: center;
}

}


@media screen and (min-device-width: 1200px) and (max-device-width: 1412px) { 
.consultation-detail {
    width: 60%;
}
}




/*Popup Css */

/* ✅ Modal Overlay */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

/* ✅ Modal Box */
.modal-content-box {
    background: #fff;
    width: 50%;
    max-width: 100%;
    margin: 2% auto;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    height: -webkit-fill-available;
    overflow: hidden;
    overflow-y: scroll;
}

/* ✅ Close Button */
.modal-content-box .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

/* ✅ Input Fields */
.modal-content-box input.form-control {
  padding: 10px 12px;
  font-size: 15px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* ✅ Save Button */
.modal-content-box button.btn-primary {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ✅ Custom Dropdown Box */
.custom-dropdown {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  background: #f9f9f9;
  cursor: pointer;
  position: relative;
  user-select: none;
  margin-bottom: 12px;
}

/* ✅ Dropdown List */
.custom-dropdown-list {
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.custom-dropdown.active .custom-dropdown-list {
  display: block;
}

.custom-dropdown-list div {
  padding: 8px 10px;
  font-size: 14px;
}

.custom-dropdown-list div:hover {
  background-color: #f0f0f0;
}








@media screen and (min-device-width: 0px) and (max-device-width: 788px) {
    .consultation-card {
        display: grid;
    }
    .main-content {
        height: 1320px;
        overflow: hidden;
        overflow-y: scroll;
    }   
    .main-content.expanded {
        height: auto;
    }
    .action-buttons {
        width: 100%;
        justify-content: flex-start;
    }
    .dropdown .dropdown-toggle {
        justify-content: center;
    }
}


@media screen and (min-device-width: 0px) and (max-device-width: 1199px) {
    .consultation-card {
        display: grid;
    }    
    .action-buttons {
        width: 100%;
        justify-content: flex-start;
    }
    .modal-content-box {
        width: 80%;
    }
}


@media screen and (min-device-width: 789px) and (max-device-width: 1062px) {
    .main-content {
        padding-bottom: 0;
    }
    
    .consultation-description {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px;
    } 
    .checklist-container {
        padding: 20px;
    }
    
    .checklist-item label {
        font-size: 14px;
    }    
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1500px) {
    .consultation-card {
        display: grid;
    }    
    .action-buttons {
        width: 100%;
        justify-content: flex-start;
    }  
    .consultation-detail {
        width: 100%;
    }
}


.ndpp {
    height: auto;
    margin: 15% auto !important;
    overflow-y: hidden;
}


.btn-status.completed {
  background-color: green;
  color: white;
  /*pointer-events: none;*/
  /*cursor: default;*/
}


/*Notoficaiton Bar css*/


.profile-section .dropdown-toggle {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-section .dropdown-toggle .badge {
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 50%;
  background-color: red;
  color: white;
  margin-left: -8px;
}

.profile-section .dropdown-menu {
  width: 320px;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.profile-section .dropdown-header {
  background-color: #f1f1f1;
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.profile-section .dropdown-item {
  padding: 10px 15px;
  white-space: normal;
  word-wrap: break-word;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

.profile-section .dropdown-item:last-child {
  border-bottom: none;
}

.profile-section .dropdown-item.fw-bold {
  font-weight: bold;
  color: #0d6efd;
}

.profile-section .dropdown-item small {
  display: block;
  font-size: 11px;
  color: #777;
  margin-top: 3px;
}

.profile-section .dropdown-divider {
  margin: 0;
}



