/* common styles starts */
.sidebar-wrapper .sidebar-header .logo-name h5{
    font-size: 16px;
}
.sidebar-wrapper .sidebar-header {
    gap:0;
}

@media (min-width: 1199px) {
    body.toggled .sidebar-wrapper:hover .sidebar-header .sidebar-close {
        display: none;
    } 
}

.notify-list {
    max-height: 300px; 
    overflow-y: auto; 
    padding: 0; 
    margin: 0; 
    display: flex; 
    flex-direction: column; 
}

.notify-list::-webkit-scrollbar {
    width: 6px; 
    height: 6px; 
}

.notify-list::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 4px; 
}

.notify-list::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.notify-list::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.top-header .navbar .nav-item .dropdown-notify .dropdown-item:hover .notify-desc {
    white-space: normal; 
    overflow: visible;   
    text-overflow: unset;
}

.active-menu {
    color: #008cff;
    text-decoration: none;
    background-color: rgba(0, 140, 255, 0.05);
}

.mm-active > a {
    color: #008cff; 
}

.mm-show {
    display: block !important; 
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; 
    border-radius: 50%; 
    width: 60px; 
    height: 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 28px; 
    color: white;
    transition: transform 0.3s ease;
    z-index: 1000; 
}

.whatsapp-btn:hover {
    transform: scale(1.1); 
}

.fab.fa-whatsapp {
    color: white;
}

#loader .spinner-border {
    width: 3rem;
    height: 3rem;
}

#overlay {
    display: none;
}

#overlay.active {
    display: flex !important;
}

.mega-menu-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.mega-menu-icon i {
    font-size: 28px;
}

/* common styles ends */

/* customers list starts */
.search-filter .search-input {
    margin-right: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-filter .search-input:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
    outline: none;
}

.search-filter .search-input::placeholder {
    color: #888;
    font-style: italic;
}

.search-filter .search-input:hover {
    border-color: #999;
}

@media (max-width: 768px) {
    .search-filter{
      flex-direction: column;
      align-items: stretch;
    }
  
    .search-filter .search-input {
      margin-right: 0;
      margin-bottom: 10px;
      max-width: 100%;
    }
}    
/* customers list ends */

/* property details starts */
.property-details{
    background: #F5F7F9;
    border-radius: 10px;
    padding: clamp(16px, 1.25vw, 24px) clamp(12px, 0.83vw, 20px);
}

ul.basic-item-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

ul.basic-item-info li {
    display: flex;
    gap: 12px;
    align-items: center;
    background-color: #FFFFFF;
    color: #131110;
    border-radius: 5px;
    padding: 10px;
}

.unstyled{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.unit-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto; 
    white-space: nowrap;
    padding-bottom: 1rem;
    scrollbar-width: thin; 
    scrollbar-color: #888 #f0f0f0; 
}

.unit-container::-webkit-scrollbar {
    height: 8px; 
}

.unit-container::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 4px; 
}

.unit-container::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}

.unit-container::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
    border-radius: 4px; 
}

#amenities {
    display: flex; 
    gap: 10px; 
    flex-wrap: nowrap; 
    overflow-x: auto;
    padding-bottom: 10px;
}

#amenities .card {
    width: 150px; 
    transition: width 0.3s ease-in-out;
}

#amenities .card {
    white-space: normal; 
    flex: 0 0 auto; 
    word-wrap: break-word; 
}

#amenities .card-text {
    white-space: normal; 
    overflow: visible;
    text-overflow: unset;
    width: 100%;
    word-wrap: break-word; 
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    #amenities .card {
      width: 100% !important;
    }
}
/* property details ends */

/* Appreciate page starts */
#employee-cards{
    margin-left: 2px;
}

.star {
    font-size: 20px;
    color: #eee;
    cursor: pointer;
    transition: color 0.3s;
}

.star.checked {
    color: gold;
}

#payment-modal .modal-dialog {
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    margin: 0; 
    width: 90%;
    max-width: 400px; 
}
  
#payment-modal .modal-content {
    max-height: 90vh; 
    overflow-y: auto; 
}
/* appreciate page ends */

/* refer a friend  starts */
.refer-gradient-container {
    background: linear-gradient(45deg, #ffffff, #b4baff);
    padding: 40px;
    border-radius: 10px;
    color: #333;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.refer-gradient-container .form-label {
    text-align: left !important;
}

.refer-gradient-container h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.refer-gradient-container p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.refer-gradient-container .cta-button {
    background-color: #4a90e2;
    color: white;
    font-size: 1.3rem;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: transform 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.refer-gradient-container .cta-button:hover {
    background-color: #0077cc;
    transform: scale(1.1);
}

.refer-gradient-container .main-content {
    padding: 0px;
}

.refer-gradient-container .cta-button:hover::after {
    transform: translateY(5px);
}
/* refer a friend  ends */

/* raise an issue starts */
#issueDetailsContainer .status-flag-open {
    background-color: #28a745; 
    text-align: center;
}

#issueDetailsContainer .status-flag-on-hold {
    background-color: #ffc107; 
    text-align: center;
}

#issueDetailsContainer .status-flag-resolved {
    background-color: #ff781e; 
    text-align: center;
}

#issueDetailsContainer .status-flag-default {
    background-color: #6c757d; 
    text-align: center;
}

#issueDetailsContainer .status-flag-closed {
    background-color: #dc3545; 
    text-align: center;
}

#issueDetailsContainer .status-flag-replied {
    background-color: #007bff; 
    text-align: center;
}

#issueDetailsContainer .status-open {
    color: white;
    background-color: #28a745; 
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

#issueDetailsContainer .status-closed {
    color: white;
    background-color: #dc3545; 
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

#issueDetailsContainer .status-replied {
    color: white;
    background-color: #007bff; 
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

#issueDetailsContainer .status-on-hold {
    color: white;
    background-color: #ffc107; 
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

#issueDetailsContainer .status-resolved {
    color: white;
    background-color: #218838; 
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

#issueDetailsContainer .status-default {
    color: white;
    background-color: #6c757d; 
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

#issueDetailsContainer .issue-card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    overflow: hidden;
}

#issueDetailsContainer .issue-card .details {
    display: none;
}

#issueDetailsContainer .issue-card:hover .details {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#issueDetailsContainer .issue-card .details p {
    margin-bottom: 10px;
    color: #555;
    font-size: 14px;
}

.issueBoxContainer {
    background: linear-gradient(45deg, #ffffff, #e0e0f8);
    padding: 40px;
    border-radius: 15px;
    color: #444;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.issueBoxContainer .main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.issueBoxContainer h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.issueBoxContainer p {
    font-size: 15px;
    line-height: 1.6;
}

.issueBoxContainer .img-fluid {
    max-width: 100%;
}

.issueBoxContainer .card {
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.issueBoxContainer .card-body {
    padding: 30px;
}

.issueBoxContainer .card-body h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
}

.issueBoxContainer .form-control {
    border-radius: 8px;
    border: 1px solid #dfe4ea;
    padding: 12px;
    font-size: 1rem;
    color: #555;
}

.issueBoxContainer .form-control:focus {
    border-color: #4f73df;
    box-shadow: 0 0 5px rgba(79, 115, 223, 0.3);
}

.issueBoxContainer .btn-primary {
    background-color: #4f73df;
    border-color: #4f73df;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.issueBoxContainer .btn-primary:hover {
    background-color: #4057a2;
    border-color: #4057a2;
    cursor: pointer;
}

#issueDetailsContainer {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

#issueDetailsContainer p {
    margin-bottom: 10px;
}

#issueDetailsContainer i:hover{
    cursor: pointer;
}

@media (max-width: 768px) {
    #issueDetailsContainer .issue-card {
        padding: 15px;
    }
    #issueDetailsContainer .status-indicator {
        font-size: 12px;
    }
    .issueBoxContainer {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .issueBoxContainer .main-content {
        flex-direction: column;
        gap: 15px;
    }
}
/* raise an issue ends */

/* profile starts */
.profile-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

.profile-picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.profile-picture img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 2px solid #007bff;
}

.profile-picture input {
    display: none;
}

.profile-container h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}

.profile-container label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    color: #555;
}

.profile-container input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
}

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

.profile-container button {
    width: 48%;
    padding: 12px;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.profile-container button:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.profile-container .button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .profile-container .button-container {
      flex-direction: column;
    }

    .profile-container .button-container button {
      width: 100%;
      display: block;
      margin-bottom: 10px;
    }
}
/* profile ends */

/* lead generation starts */
.lead-gen .card-body {
    padding-top: 2rem;
}

.lead-gen .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 5px 15px;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out;
}

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

.lead-gen .card {
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
}
  
.lead-gen .card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.lead-gen .list-unstyled li {
    display: flex;
    align-items: center;
}

.lead-gen .material-icons-outlined {
    vertical-align: middle;
    margin-right: 10px; 
    font-size: 16px;
}
/* lead generation ends */

/* digital marketing starts */
.digital-market .badge {
    font-size: 0.8rem;
}

.digital-market .card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digital-market .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
/* digital marketing ends */

/* property videos starts */
.property-video .card-body {
    padding: 1.5rem;
}

.property-video .card {
    position: relative;
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
}

.property-video .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: linear-gradient(to right, rgba(0, 123, 255, 0.6), rgba(255, 99, 71, 0.6));
    z-index: 1;
}

.property-video .card-body {
    position: relative;
    z-index: 2;
}

.property-video .card h5{
    color: #333;
}

.property-video .card-body p {
    font-size: 15px;
}

.property-video .text-muted {
    color: #999 !important;
}

.property-video .card-body ul li {
    font-size: 14px;
    color: #555;
}

.property-video .pricing-content li i {
    font-size: 18px;
    color: #fff;
}

.property-video .price-tag h3 {
    font-weight: bold;
}

.property-video .btn-light {
    background-color: #a5d2ff;
    color: #007bff;
    border-radius: 30px;
}

.property-video .btn-light:hover {
    background-color: #e2e6ea;
}

.property-video .price-tag {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.property-video .card-body h3 {
    font-size: 1.75rem;
    font-weight: bold;
}

.property-video .card-body .badge {
    font-size: 14px;
    letter-spacing: 1px;
}

.property-video .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* property videos ends */

/* erp solution starts */
.erp-solution .about-section {
    background-color: white;
    padding: 50px 0;
}

.erp-solution .about-section h2 {
    font-size: 36px;
    color: #007bff;
    font-weight: bold;
    padding: 10px;
}

.erp-solution .about-section p {
    color: #6c757d;
    font-size: 16px;
    padding: 10px;
}

.erp-solution .about-section img {
    width: 100%;
    object-fit: cover;
    border: none;
}

.erp-solution .service-section {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.erp-solution .service-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.erp-solution .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
}

.erp-solution .service-section h4 {
    font-size: 20px;
    color: #007bff;
    font-weight: bold;
}

.erp-solution .service-section p {
    color: #6c757d;
    font-size: 14px;
}

.erp-solution .service-img {
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
    border-radius: 10px;
    object-fit: cover;
}

.erp-solution .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 24px;
}

.erp-solution .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.erp-solution .text-center {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .erp-solution .about-section h2 {
      font-size: 28px;
    }

    .erp-solution .service-section h4 {
      font-size: 18px;
    }

    .erp-solution .btn-primary {
      font-size: 14px;
    }
}
/* erp solution ends */

/* contact starts */
.contact-section .contact-bg {
    height: 40vh;
    background: url('https://bookpropertyvisit.com//files/contact_landing_image.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-section .contact-bg h3 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
}

.contact-section .contact-bg h2 {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 0;
    color: #fff;
}

.contact-section .line div {
    margin: 0 0.2rem;
}

.contact-section .line div:nth-child(1),
.contact-section .line div:nth-child(3) {
    height: 3px;
    width: 70px;
    background: #007BFF;
    border-radius: 5px;
}

.contact-section .line {
    display: flex;
    align-items: center;
}

.contact-section .line div:nth-child(2) {
    width: 10px;
    height: 10px;
    background: #007BFF;
    border-radius: 50%;
}


.contact-section .contact-body {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-section .contact-info {
    margin: 2rem 0;
    text-align: center;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.contact-section .contact-info span {
    display: block;
}

.contact-section .contact-info div {
    margin: 0.8rem 0;
    padding: 1rem;
}

.contact-section .contact-info span .fas {
    font-size: 2rem;
    padding-bottom: 0.9rem;
    color: #007BFF;
}

.contact-section .contact-info div span:nth-child(2) {
    font-weight: 500;
    font-size: 1.1rem;
}

.contact-section .contact-info .text {
    padding-top: 0.4rem;
}

.contact-section .contact-container {
    display: flex;
    width: 60%;
    margin: 50px auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-section .left-section {
    flex: 1;
    background: #f6f9fc;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.contact-section .brand .logo {
    width: 170px;
    height: 28px;
    margin-bottom: 10px;
}

.contact-section .brand p {
    color: #666;
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-section .social-icons .icon {
    margin-right: 10px;
    display: inline-block;
}

.contact-section .social-icons .icon img {
    width: 20px;
}

.contact-section .right-section {
    flex: 2;
    padding: 40px;
}

.contact-section .right-section h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.contact-section .right-section h2 span {
    color: #007bff;
}

.contact-section .right-section p {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

.contact-section .contact-form .form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.contact-section .contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-section .contact-form button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-section .contact-form button:hover {
    background-color: #0056b3;
}

.contact-section textarea:focus {
    outline: none;
    border-color: #0801E1;
    box-shadow: 0 0 5px #0801E1;
}

@media(max-width:768px) {
    .contact-section .contact-info {
      flex-direction: column;
    }

    .contact-section .contact-bg h2{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    .contact-section .contact-container {
      flex-direction: column;
      width: 90%;
      margin: 20px auto;
    }

    .contact-section .right-section {
      order: 1;
    }

    .contact-section .left-section {
      order: 2;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .contact-section .right-section,
    .contact-section .left-section {
      padding: 20px;
    }
}

@media(max-width:992px) {
    .contact-section .left-section {
      display: none;
    }
}
/* contact ends */




