.meanmenu-reveal,
.dot-menu,
.collapse {
    display: block !important;
}
@media (max-width:991px) {
    .mobile-actions {
        z-index: 999;
    }
    .mobile-responsive-menu .mobile-actions {
        position: absolute;
        left: 44px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        gap: 8px;
        white-space: nowrap;
    }
    .mobile-responsive-menu .mobile-actions .icon-btn {
        height: 40px;
        min-width: 40px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: #d8d8d8;
        border: 1px solid rgba(0, 0, 0, .08);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        text-decoration: none;
        line-height: 1;
        color: #2c3e50;
    }
    .mobile-responsive-menu .mobile-actions .icon-btn i {
        font-size: 20px;
    }
    @media (min-width:400px) and (max-width:1199px) {
        .mobile-responsive-menu .mobile-actions .icon-btn {
            padding: 0 10px;
            min-width: auto;
        }
        .mobile-responsive-menu .mobile-actions .icon-btn .label {
            display: inline;
        }
    }
    .mobile-responsive-menu .mobile-actions .icon-btn.cta {
        background: #2c3e50;
        color: #fff;
        border-color: #2c3e50;
    }
    .mobile-responsive-menu .mobile-actions .icon-btn.theme-toggle {
        background: none !important;
        border: none;
        box-shadow: none;
    }
}
@media (max-width:1199px) {
    .default-btn {
        padding: 10px 20px;
    }
}
@media (max-width:575px) {
    .mobile-responsive-menu .mobile-actions .icon-btn .label {
        display: none;
        margin-inline-start: 6px;
        font-size: 14px;
    }
    .mobile-responsive-menu .mobile-actions .icon-btn.cta {
        display: none !important;
    }
    .mobile-responsive-menu .mobile-actions .icon-btnx {
        background: #2c3e50;
        color: #fff;
        border-color: #2c3e50;
    }
}
.guide-section .feature-card-v2 {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.guide-section .feature-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.1);
    border-color: var(--mainColor);
}
.guide-section .feature-card-v2 .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mainColor), #5b80a5);
    color: var(--whiteColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}
.guide-section .feature-card-v2 h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.process-timeline {
    position: relative;
    padding: 20px 0;
}
.process-timeline::before {
    content: '';
    position: absolute;
    top: 25px;
    bottom: 25px;
    width: 2px;
    background-color: #e9ecef;
    right: 24px;
    left: auto;
}
.timeline-item {
    position: relative;
    margin-bottom: 40px;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: var(--whiteColor);
    border: 2px solid var(--mainColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--mainColor);
    z-index: 1;
}
.timeline-content {
    margin-right: 75px;
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}
.timeline-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.faq-accordion-v2 .accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 10px !important;
    margin-bottom: 15px;
    overflow: hidden;
}
.faq-accordion-v2 .accordion-header {
    margin: 0 !important;
}
.faq-accordion-v2 .accordion-button {
    background-color: var(--whiteColor);
    color: var(--titleColor);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 20px;
    border: none !important;
    box-shadow: none !important;
    text-align: right;
}
.faq-accordion-v2 .accordion-button:not(.collapsed) {
    background-color: var(--mainColor);
    color: var(--whiteColor);
}
.faq-accordion-v2 .accordion-button::after {
    content: '\ea13';
    font-family: 'remixicon';
    background-image: none !important;
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    margin-right: auto;
    margin-left: 0;
}
.faq-accordion-v2 .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    color: var(--whiteColor);
}
.faq-accordion-v2 .accordion-body {
    background-color: #fdfdff;
    padding: 20px;
}
.faq-accordion-v2 .accordion-body ul {
    padding-right: 20px;
    list-style-type: '✓  ';
}
[dir="rtl"] .process-timeline::before {
    right: 24px;
    left: auto;
}
[dir="rtl"] .timeline-icon {
    right: 0;
    left: auto;
}
[dir="rtl"] .timeline-content {
    margin-right: 75px;
    margin-left: 0;
}
[dir="rtl"] .faq-accordion-v2 .accordion-button {
    text-align: right;
}
[dir="rtl"] .faq-accordion-v2 .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}
[dir="rtl"] .faq-accordion-v2 .accordion-body ul {
    padding-right: 20px;
    padding-left: 0;
}
.theme-dark .guide-section .feature-card-v2,
.theme-dark .timeline-content,
.theme-dark .faq-accordion-v2 .accordion-body {
    background-color: var(--bgColor);
    border-color: #3a3a4a;
}
.theme-dark .process-timeline::before {
    background-color: #3a3a4a;
}
.theme-dark .timeline-icon {
    background-color: var(--cardColor);
    border-color: var(--mainColor);
}
.theme-dark .faq-accordion-v2 .accordion-item {
    border-color: #3a3a4a;
}
.theme-dark .faq-accordion-v2 .accordion-button {
    background-color: var(--bgColor);
}
.theme-dark .faq-accordion-v2 .accordion-button:not(.collapsed) {
    background-color: var(--mainColor);
}
@media (max-width: 767px) {
    .process-timeline::before {
        right: 17px;
    }
    .timeline-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
    .timeline-content {
        margin-right: 55px;
        padding: 20px;
    }
    .timeline-title {
        font-size: 1.2rem;
    }
    .faq-accordion-v2 .accordion-button {
        font-size: 1rem;
        padding: 15px;
    }
}
.guide-section {
    padding-top: 80px;
    padding-bottom: 50px;
}
.guide-section.bg-f9f9f9 {
    background-color: #f8f9fa;
}
.guide-content-box {
    background-color: var(--whiteColor);
    border: 1px solid #eef0f2;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.07);
}
.guide-content-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.guide-content-box h3 i {
    color: var(--mainColor);
    font-size: 1.8rem;
}
.guide-content-box ul.guide-list {
    list-style-type: none;
    padding-right: 10px;
    margin: 0;
}
.guide-content-box ul.guide-list li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 12px;
    font-size: 1rem;
}
.guide-content-box ul.guide-list li::before {
    content: '\eb7b';
    font-family: 'remixicon';
    position: absolute;
    right: 0;
    top: 2px;
    color: #00ca99;
    font-weight: bold;
}
.info-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(44, 62, 80, 0.08);
}
.info-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-card h4 i {
    font-size: 1.5rem;
    color: var(--mainColor);
}
.menu-guide-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.menu-item-guide {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
}
.menu-item-guide .menu-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.menu-item-guide .menu-content h4 {
    margin: 0 0 5px;
    font-size: 1.1rem;
    font-weight: 600;
}
.menu-item-guide .menu-content p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}
.step-guide .step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}
.step-guide .step-number {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border: 1px solid var(--mainColor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: var(--mainColor);
}
.step-guide .step-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.step-guide .step-content ul {
    list-style: none;
    padding: 0;
}
.step-guide .upgrade-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
}
.upgrade-item {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}
.upgrade-item h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 600;
}
.upgrade-item h5 i {
    color: var(--mainColor);
}
.tip-card, .security-step {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.security-step .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.tip-card h4, .security-step h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.completion-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.completion-step {
    text-align: center;
}
.feature-guide-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
}
.feature-guide-card .feature-icon {
    font-size: 2.5rem;
    color: var(--mainColor);
    margin-bottom: 15px;
}
.feature-guide-card h3 {
    justify-content: flex-start;
    font-size: 1.2rem;
}
.feature-guide-card ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}
.ai-feature, .problem-solution, .scenario {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}
.ai-feature h4, .problem-solution h4, .scenario h4 {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.troubleshooting-box ul {
    list-style-position: inside;
    padding: 0;
}
.theme-dark .guide-section.bg-f9f9f9,
.theme-dark .info-card,
.theme-dark .menu-item-guide,
.theme-dark .upgrade-item,
.theme-dark .tip-card,
.theme-dark .security-step,
.theme-dark .feature-guide-card,
.theme-dark .ai-feature,
.theme-dark .problem-solution,
.theme-dark .scenario,
.theme-dark .guide-content-box {
    background-color: var(--bgColor);
    border-color: #3a3a4a;
}
.info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.info-card h4 {
    margin-bottom: 10px;
}
.info-card p {
    margin-bottom: 0;
    flex-grow: 1;
}
.theme-dark .faq-accordion .accordion .accordion-title,
.theme-dark .faq-accordion-v2 .accordion-button {
    background-color: var(--bgColor);
    color: var(--whiteColor);
}
.theme-dark .chat-modal-body,
.theme-dark .chat-content-area .content-right .chat-list-wrapper .chat-list .chat-container {
    background-color: var(--darkColor);
}
.theme-dark .chat-modal-footer-v2,
.theme-dark .chat-content-area .content-right .chat-list-wrapper .chat-list .chat-list-footer {
    background-color: #242526;
    border-top-color: #3a3b3c;
}
.theme-dark .chat-input-area,
.theme-dark .chat-content-area .chat-list-wrapper .chat-list .chat-list-footer form .form-control {
    background-color: #3a3b3c;
    border-color: #4e4f50;
    color: #e4e6eb;
}
.theme-dark .message-received .message-content,
.theme-dark .chat-content-area .content-right .chat-list-wrapper .chat-list .chat-container .chat-content .chat.chat-left .chat-body .chat-message {
    background-color: #2a333d;
    color: #e9ecef;
}
.theme-dark .message-received .message-content p,
.theme-dark .chat-content-area .content-right .chat-list-wrapper .chat-list .chat-container .chat-content .chat.chat-left .chat-body .chat-message p {
    color: #e9ecef;
}
.theme-dark .message-sent .message-content {
    background-color: var(--bgColor);
    border-color: #3a3b3c;
}
@media (max-width: 767px) {
  .menu-guide-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .step-guide .upgrade-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .completion-steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .step-guide .step-item ul,
  .upgrade-options {
    margin-right: -44px;
  }
}
@media (max-width: 991px) {
  .completion-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmm {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .profile-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .profile-meta {
    justify-content: center;
  }
  .rating-summary-v2 {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}


.job-details-portfolio.modal-proposals {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 1rem;
}
.job-details-portfolio.modal-proposals .proposal-card-v2-sidebar-link {
    text-decoration: none;
}
.job-details-portfolio.modal-proposals .proposal-card-v2-sidebar {
    width: 100%;
    border-left: none;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}
.job-details-portfolio.modal-proposals .proposal-card-v2-sidebar:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.1);
    border-color: var(--mainColor);
}
.theme-dark .job-details-portfolio.modal-proposals .proposal-card-v2-sidebar {
    background-color: var(--bgColor);
    border-color: #3a3a4a;
}

.abbt {
    color: var(--mainColor);
}
.abbt:hover {
    color: var(--cardColor);
}
.theme-dark .abbt, .theme-dark .fabbt {
    color: #a9a9a9 !important;
}
.theme-dark .abbt:hover, .theme-dark .fabbt:hover {
    color: var(--whiteColor) !important;
}


.guide-section .feature-guide-card {
    background: var(--mainColor);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.12);
    text-align: center;
    overflow: hidden;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    transition: none;
}
.guide-section .feature-guide-card:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.12);
}

.guide-section .feature-guide-card .feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--whiteColor);
    font-size: 2rem;
    margin: 0 auto 1rem;
    box-shadow: none;
}

.guide-section .feature-guide-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--whiteColor);
}

.guide-section .feature-guide-card ul {
    list-style: none;
    padding: 1.5rem 2rem;
    margin: 0 -2rem -2rem -2rem; 
    background: var(--whiteColor);
    border-radius: 0 0 16px 16px;
    flex-grow: 1; 
    text-align: right;
}
.guide-section .feature-guide-card ul li {
    font-size: 1rem;
    color: var(--bodyColor);
    padding: 0.7rem 0;
    padding-right: 2rem;
    position: relative;
    transition: color 0.3s ease;
}
.guide-section .feature-guide-card ul li i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00ca99;
    font-size: 1.2rem;
}
.guide-section .feature-guide-card ul li:hover {
    margin-right: 5px;
}
.guide-section .feature-guide-card ul li {
    transition: 0.3s ease;
}
.theme-dark .guide-section .feature-guide-card {
    background: #1e2a38;
}

.theme-dark .guide-section .feature-guide-card .feature-icon {
    background: rgba(255, 255, 255, 0.05);
}

.theme-dark .guide-section .feature-guide-card ul {
    background: var(--cardColor);
}

.theme-dark .guide-section .feature-guide-card ul li {
    color: #a0aec0;
}

.theme-dark .guide-section .feature-guide-card ul li:hover {
    color: var(--whiteColor);
}

.timeline-item .timeline-icon,
.timeline-item .timeline-content {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.timeline-item:hover .timeline-icon {
    transform: rotate(360deg);
    background-color: var(--mainColor);
    color: var(--whiteColor);
    box-shadow: 0 0 20px rgba(44, 62, 80, 0.2);
}
.timeline-item:hover .timeline-content {
    border: 1px solid var(--mainColor);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.09);
}
.guide-content-box ul.guide-list li {
    transition: color 0.3s ease;
}
.guide-content-box ul.guide-list li::before {
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.guide-content-box ul.guide-list li:hover {
    color: var(--mainColor);
}
.guide-content-box ul.guide-list li:hover::before {
    transform: scale(1.6);
}
.guide-content-box ul.midr li:hover {
    margin-right: -5px;
}
.guide-content-box ul.midr li {
    transition: 0.3s ease;
}
.info-card,
.tip-card,
.security-step,
.problem-solution,
.scenario {
    transition: all 0.3s ease-in-out;
    border-top: 3px solid transparent;
    padding-top: calc(20px - 3px);
}
.info-card:hover,
.tip-card:hover,
.security-step:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.1);
    border-top-color: var(--mainColor);
}
.info-card h4,
.tip-card h4,
.security-step h4,
.problem-solution h4,
.scenario h4 {
    transition: color 0.3s ease;
}
.info-card:hover h4,
.tip-card:hover h4,
.security-step:hover h4,
.problem-solution:hover h4,
.scenario:hover h4 {
    color: var(--mainColor);
}
.menu-item-guide {
    transition: all 0.3s ease-in-out;
}
.menu-item-guide:hover {
    background-color: #f0f7ff;
}
.menu-item-guide:hover .menu-icon i{
    transform: scale(1.2);
}
.menu-item-guide .menu-icon i{
    transition: 0.3s ease;
}
.theme-dark .menu-item-guide:hover {
    background-color: var(--bgColor);
}
.faq-accordion .accordion-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 4px;
    height: 100%;
    background-color: var(--mainColor);
    transform: translateX(100%);
    transition: transform 0.35s ease;
}
[dir="rtl"] .faq-accordion .accordion-item::before {
    transform: translateX(100%);
}
.faq-accordion .accordion-item:hover::before {
    transform: translateX(0);
}
.faq-accordion .accordion-item .accordion-title {
    transition: color 0.3s ease;
}
.faq-accordion .accordion-item:hover .accordion-title {
    color: var(--mainColor);
}