.fs-0-85 {
    font-size: 0.85rem;
}
.vh-100 {
    height: 100vh;
}
.max-w-100{
    max-width: 100%;
}
.btn-main {
    background: linear-gradient(to right, #3f865d, #6BA68E);
    color: white;
    &:hover {
        transform: scale(1.02);
        transition: all 0.2s ease;
        color: #fff;
    }
}
.bg-login-register {
    background: linear-gradient(to bottom, #3F7D58 0%, #A2C9B3 100%, #F8F9F4 100%);
    background: #3F7D58;
}
.login-page .form-group .form-control:focus {
    border-color: #002d2b;
}
.title h1 {
    font-size: 2rem;
    font-weight: 600;
}

.dashboard-card {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.dashboard-card:hover {
    transform: translateY(-5px);
}

.dashboard-icon {
    font-size: 1.8rem;
    margin-right: 0.5rem;
}

.card-title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.card-value {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

/* quick start */
.quick-start .card {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.card-header {
    border-radius: 1rem 1rem 0 0 !important;
}

.card-header h5 {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
}

.step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: .85rem;
}

.step-item {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .5rem 1rem;
}

.step-item:last-child {
    border-bottom: none;
}

.rounded-pill {
    border-radius: 50rem;
}

.whatsapp-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #a0aec0;
    cursor: pointer;
}

.modal-header h2 {
    font-size: 18px;
    font-weight: 600;
}

.modal-info {
    background-color: #f0f7ff;
    padding: 16px;
    text-align: center;
    color: #3182ce;
    font-size: 15px;
}

.company-info {
    text-align: center;
    color: #6366f1;
    font-weight: 500;
}
.qr-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.qr-code {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 24px;
}
.qr-code img {
    width: 200px;
    height: 200px;
}
.contact-info {
    padding: 16px;
    background-color: #f9fafb;
    border-radius: 12px;
    margin: 0 20px;
}
.info-label {
    color: #718096;
    font-size: 14px;
    margin-bottom: 6px;
}
.info-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    background-color: white;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.info-value:last-child {
    margin-bottom: 0;
}
.info-text {
    font-size: 15px;
    color: #4a5568;
    flex-grow: 1;
    outline: none;
}
.copy-btn {
    background-color: #f3f4f6;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: #4b5563;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.2s;
}
.copy-btn:hover {
    background-color: #e5e7eb;
}
.whatsapp-btn {
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.2s;
}
.whatsapp-btn:hover {
    background-color: #20b958;
}
.whatsapp-btn svg {
    margin-right: 8px;
}

.tab-container {
    margin-bottom: 1.5rem;
  }
.tab-container  .tabs {
    display: inline-flex;
    background-color: white;
    border-radius: 8px;
    padding: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  
.tab-container .nav-tabs .nav-link {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.2s ease;
    background-color: transparent;
  }
  
.tab-container .nav-tabs .nav-link.active {
    background-color: #e8f5ee !important;
    color: #3c8d60 !important;
}
.campaign-list .table th {
    text-align: left;    
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
 .campaign-list .table td {
    padding: 1.25rem 1rem;
    /* border-bottom: 1px solid #e9ecef; */
    color: #343a40;
  }
  
 .campaign-list .table tr:last-child td {
    border-bottom: none;
  }
  
 .campaign-list .table tr:hover {
    background-color: #f8f9fa !important;
  }
.campaign-list .dataTables_wrapper .dataTables_length select{
    border-radius: 6px;
    border: 1px solid #dee2e6;
    background-color: white;
    color: #495057;
}
.bg-excuted{
    background-color: #ffebe8;
    color: #ff6b4a;
}
.btn-outline {
    background-color: transparent;
    border: 1px solid #ced4da;
    color: #495057;
    &:hover{
        border-color: #3c8d60;
        color: #3c8d60; 
    }
  }
  .header-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 16px;
}
.campaign-info .info-label {
    /* color: #546e7a; */
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.campaign-info .info-group .campaign-lead {
    font-size: 18px;
    font-weight: 500;
}
.divider {
    height: 1px;
    margin: 12px 0;
}
/* Icon styles */
.icon {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(6px, 1.5vw, 12px);
}

.step-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    /* color: var(--primary-dark); */
    font-weight: 600;
}

.step-number {
    /* background-color: var(--primary); */
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 0.9rem;
}
.template-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.template-detail {
    display: flex;
    flex-direction: column;
}
.detail-label {
    font-size: 0.8rem;
    color: #666;
}

.detail-value {
    font-weight: 600;
}
.image-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 2rem;
    transition: all 0.3s ease;
}
.image-upload:hover {
    border-color: #3c8d60;
}
.image-upload svg {
    margin-bottom: 1rem;
    color: #999;
}
.form-title{
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.image-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.lw-file-uploader{
    width: 100%;
}
.toggle-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.toggle-container .toggle {
    position: relative;
    width: 56px;
    height: 28px;
    margin-right: 10px;
}
.toggle-container .toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}
.toggle-container .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: var(--primary);
}
input:checked + .slider:before {
    transform: translateX(28px);
}
.toggle-container .toggle-label {
    font-weight: 500;
}
.toggle-container .toggle-hint {
    font-size: 0.8rem;
    color: #777;
    margin-top: 0.3rem;
}
.preview-container {
    position: sticky;
    top: 2rem;
}

.preview-title {
    margin-bottom: 1rem;
    color: #555;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.preview-title svg {
    margin-right: 8px;
}

.message-preview {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.preview-frame {
    background-color: #ECE5DD;
    padding: 1rem;
    position: relative;
    min-height: 400px;
}

.message-bubble {
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}
.message-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.message-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.message-image {
    width: 100%;
    height: 160px;
    background-color: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-text {
    text-align: center;
    margin-bottom: 1rem;
    color: #444;
    font-size: 0.95rem;
}
.bg-status-badge-warning{
    background-color: #fff3cd;
    color: #856404;
}
.bg-status-badge-success{
    background-color: #d4edda;
}
.bg-status-badge-danger{
    background-color: #f8d7da;
}
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.6rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
} 
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.button-config {
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.button-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
}
.button-type {
    font-weight: 500;
}
.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
.plan-title {    
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.plan-price {
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.plan-price span {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 400;
}
.feature {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.feature:hover {
    background-color: rgba(46, 125, 50, 0.05);
}
.feature-icon {    
    margin-right: 1rem;
    flex-shrink: 0;
}
.feature-text {
    font-size: 1rem;
    color: var(--text);
}
.expiry {
    background-color: rgba(255, 109, 0, 0.1);
    padding: 1rem;
    border-radius: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.expiry-icon {
    margin-right: 0.75rem;
}
.flowchart-operator{
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0.4rem;
}
.settings-header{
    padding: 16px 20px;
}
.settings-header .icon {
    margin-right: 12px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings-header h2 {
    font-size: 18px;
    font-weight: 500;
}
.business-setting .nav-link {
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    transition: all 0.2s ease;
    border-radius: 0;
    background-color: transparent;
}
.business-setting .nav-link:focus{
    outline: none;
}
.business-setting .nav-link.active {
    color: #3f7d58;
    border-top: 3px solid #3f7d58 !important;
    margin-top: -3px;
}
.collapsible-header {
    cursor: pointer;
    position: relative;
}

.collapsible-header::after {
    content: '\25BC';
    position: absolute;
    right: 20px;
    top: 40%;
    transform: rotate(-90deg);
    font-size: 0.8rem;
    transition: transform 0.3s;
}

.collapsible-header.collapsed::after {
    transform: rotate(0deg);
}
.permission-tag {
    display: inline-block;
    background-color: #e9ecef;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 3px;
    font-size: 0.8rem;
}
.info-list {
    list-style: none;
}

.info-list li {
    padding: 12px 0;    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-list li:last-child {
    border-bottom: none;
}
.whatsapp-info .info-text {
    font-weight: 500;
}

.badge-green {
    background-color: #d4edda;
    color: #28a745;
}
.badge-red {
    background-color: #f8d7da;
    color: #dc3545;
}
.badge-yellow {
    background-color: #fff3cd;
    color: #856404;
}
.badge-skyblue {
    background-color: #e3f2fd;
    color: #1e88e5;
}
.whatsapp-info .info-label {
    font-size: 12px;
}
.card-header-custom {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    cursor: pointer;
}
.required {
    margin-left: 5px;
    font-weight: normal;
    font-size: 14px;
}
.click-expand {
    font-size: 12px;
    margin-left: 5px;
    font-weight: normal;
}
.alert-green {
    background-color: #e8f5e9;
    color: #3c8a64;
    border: 1px solid #c8e6c9;
}
.alert-red {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}
.alert-skyblue{
    background-color: #e3f2fd;
    color: #1e88e5;
    border: 1px solid #bbdefb;
}
/* whatsapp chat */
.whatsapp-chat .sidebar-header {
    padding: 16px;
    background-color: #f0f2f5;
}
.whatsapp-chat .mark-quetion{
    font-weight: bold;
}
.whatsapp-chat .filter-tabs {
    display: flex;
}
.whatsapp-chat .tab {
    flex: 1;
}
.whatsapp-chat .tab .tab-link{
    padding: 12px;
    text-align: center;
    cursor: pointer;
}
.whatsapp-chat .tab .tab-link.active {
    background-color: #3f7d58;
    color: white;
    font-weight: 500;
}
.whatsapp-chat .search-box input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    outline: none;
    font-size: 14px;
    height: auto;
}
.whatsapp-chat .contact-list {
    flex: 1;
    overflow-y: auto;
}
.whatsapp-chat .contact {
    display: flex;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.whatsapp-chat .contact:hover {
    background-color: #f5f5f5;
}
.whatsapp-chat .contact-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #25d366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}
.whatsapp-chat .contact-detail {
    flex: 1;
    overflow: hidden;
}
.whatsapp-chat .contact-name {
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whatsapp-chat .contact-number {
    font-size: 13px;
    color: #606060;
}
.whatsapp-chat .contact-time {
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 5px;
}
.whatsapp-chat .chat-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #1e3932;
    color: white;
    border-bottom: 1px solid #e6e6e6;
}
.whatsapp-chat .header-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00a884;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
}
.whatsapp-chat .header-info {
    flex: 1;
}
.whatsapp-chat .header-name {
    font-weight: 500;
    margin-bottom: 2px;
}
.whatsapp-chat .header-status {
    font-size: 12px;
    color: #ffe066;
}
.whatsapp-chat .header-actions {
    display: flex;
    align-items: center;
}
.whatsapp-chat .info-panel {
    width: 320px;
    background: white;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.whatsapp-chat .info-header {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whatsapp-chat .info-header-text {
    font-weight: 500;
}

.whatsapp-chat .edit-button {
    background-color: #f0f2f5;
    color: #606060;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.whatsapp-chat .edit-button .icon i {
    font-size: 0.85rem;
}
.whatsapp-chat .edit-button .icon {
    margin-right: 4px;
}

.whatsapp-chat .info-section h4 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}
.navbar-vertical.navbar-expand-md .navbar-nav .nav-item:hover {
    background-color: #f0f5ff;    
    color: #3f7d58;
}

.navbar-vertical.navbar-expand-md .navbar-nav .nav-item .active {
    background-color: #f0f5ff; 
    color: #3c8a64 !important;
}
.card-header-custom i{
    font-size: 2rem;
}
/* crm dictionary */
.login-wrapper {
    min-height: 100vh;
    background: #f5f7fb;
}

.login-wrapper .login-card {
    width: 430px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.login-wrapper .login-logo {
    height: 50px;
}

.login-wrapper .custom-input {
    height: 45px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
}

.login-wrapper .custom-input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0.2rem rgba(34,197,94,0.15);
}

.login-wrapper .custom-prefix {
    background: #f1f5f9;
    border-radius: 8px 0 0 8px;
    border: 1px solid #e5e7eb;
}

.login-wrapper .login-btn {
    height: 45px;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-weight: 500;
    border: none;
}

.login-wrapper .login-btn:hover {
    background: #16a34a;
}

.login-wrapper .forgot-link {
    font-size: 14px;
    text-decoration: none;
    color: #0d6efd;
}
.login-wrapper .login-tagline {
    font-size: 13px;
    color: #6b7280; /* light gray */
    max-width: 280px;
    margin: 0 auto;
    line-height: 1.4;
}
/* register */
.wati-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
}
.wati-wrapper .wati-container {
    width: 100%;
    max-width: 1200px;
}
/* LEFT */
.wati-wrapper .left-panel {
    padding: 60px;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.wati-wrapper .logo {
    height: 45px;
}
.wati-wrapper .left-content h1 {
    font-size: 34px;
    font-weight: 600;
}
.wati-wrapper .left-content h1 span {
    color: #22c55e;
}
.wati-wrapper .left-content ul {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}
.wati-wrapper .left-content ul li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}
.wati-wrapper .left-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #22c55e;
}
.wati-wrapper .testimonial {
    margin-top: 25px;
    background: #ecfdf5;
    padding: 15px;
    border-radius: 8px;
}
/* RIGHT */
.wati-wrapper .right-panel {
    background: #f9fafb;
}
.wati-wrapper .wati-card {
    width: 450px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* INPUT */
.wati-wrapper .wati-input {
    width: 100%;
    height: 45px;
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
}

.wati-input:focus {
    border-color: #22c55e;
    outline: none;
}

/* BUTTON */
.wati-btn {
    height: 45px;
    background: #22c55e;
    color: white;
    border: none;
    border-radius: 8px;
}

.wati-wrapper .wati-btn:hover {
    background: #16a34a;
}
.our-platform .features-list li::before {
    content: '•';
}
/* pricing section */
.pricing-section{
    padding:80px 0;
    background:
        radial-gradient(circle at top left,#dbeafe 0%,transparent 30%),
        radial-gradient(circle at bottom right,#ede9fe 0%,transparent 30%),
        #f8fafc;
    position:relative;
    overflow:hidden;
}

/* =========================================
   TITLE
========================================= */

.pricing-section .pricing-title{
    font-size:42px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
    line-height:1.2;
}

.pricing-section .pricing-subtitle{
    max-width:720px;
    margin:auto;
    color:#6b7280;
    font-size:18px;
    line-height:1.7;
}

/* =========================================
   TOP TAGS
========================================= */

.pricing-section .pricing-tags{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-top:35px;
    margin-bottom:55px;
}

.pricing-section .pricing-tag{
    background:#fff;
    padding:12px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    color:#374151;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    border:1px solid #eef2f7;
}

/* =========================================
   TOGGLE
========================================= */

.pricing-section .pricing-toggle{
    display:inline-flex;
    align-items:center;
    background:#fff;
    padding:6px;
    border-radius:50px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    margin-bottom:60px;
}

.pricing-section .toggle-btn{
    border:none;
    background:transparent;
    padding:12px 28px;
    border-radius:40px;
    font-size:15px;
    font-weight:700;
    transition:.3s;
    color:#374151;
}

.pricing-section .toggle-btn.active{
    background:linear-gradient(135deg,#22c55e,#16a34a);
    color:#fff;
    box-shadow:0 8px 20px rgba(34,197,94,.35);
}

/* =========================================
   CARD
========================================= */

.pricing-section .pricing-card{
    position:relative;
    height:100%;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #e5e7eb;
    transition:.35s ease;
    box-shadow:0 12px 35px rgba(15,23,42,.05);
}

.pricing-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(15,23,42,.12);
}

/* featured */

.pricing-section .featured-plan{
    border:2px solid #7c3aed;
    transform:scale(1.03);
}

.pricing-section .featured-plan:hover{
    transform:scale(1.03) translateY(-10px);
}

/* =========================================
   BEST VALUE BADGE
========================================= */

.pricing-section .popular-badge{
    position:absolute;
    top:18px;
    right:18px;
    background:linear-gradient(135deg,#f59e0b,#f97316);
    color:#fff;
    padding:8px 16px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    z-index:5;
    box-shadow:0 10px 20px rgba(249,115,22,.25);
}

/* =========================================
   HEADER
========================================= */

.pricing-section .pricing-header{
    padding:35px 30px 25px;
    position:relative;
}

.pricing-section .header-1{
    background:linear-gradient(180deg,#eff6ff 0%,#ffffff 100%);
}

.pricing-section .header-2{
    background:linear-gradient(180deg,#f3e8ff 0%,#ffffff 100%);
}

.pricing-section .header-3{
    background:linear-gradient(180deg,#ecfeff 0%,#ffffff 100%);
}

.pricing-section .header-4{
    background:linear-gradient(180deg,#fef3c7 0%,#ffffff 100%);
}

/* =========================================
   PLAN NAME
========================================= */

.pricing-section .plan-name{
    font-size:32px;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
}

/* =========================================
   DESCRIPTION
========================================= */

.pricing-section .plan-description{
    color:#6b7280;
    font-size:14px;
    line-height:1.7;
    margin-bottom:24px;
    min-height:75px;
}

/* =========================================
   PRICE
========================================= */

.pricing-section .price-wrap{
    margin-bottom:20px;
}

.pricing-section .price{
    display:flex;
    align-items:flex-end;
    gap:8px;
    margin-bottom:8px;
}

.pricing-section .price h2{
    font-size:32px;
    line-height:1;
    margin:0;
    font-weight:800;
    color:#111827;
}

.price span{
    font-size:18px;
    font-weight:600;
    color:#111827;
    margin-bottom:7px;
}

.billing-text{
    color:#6b7280;
    font-size:14px;
}

/* =========================================
   USERS TEXT
========================================= */

.plan-users{
    margin-bottom:28px;
    color:#374151;
    font-size:15px;
    line-height:1.8;
}

/* =========================================
   BUTTON
========================================= */

.pricing-btn{
    width:100%;
    height:56px;
    padding: 16px 0;
    border:none;
    border-radius:16px;
    font-size:17px;
    font-weight:700;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    transition:.3s;
    box-shadow:0 12px 25px rgba(37,99,235,.25);
}

.pricing-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 35px rgba(37,99,235,.35);
}

.featured-plan .pricing-btn{
    background:linear-gradient(135deg,#7c3aed,#6d28d9);
    box-shadow:0 12px 25px rgba(124,58,237,.25);
}

/* =========================================
   BODY
========================================= */

.pricing-body{
    padding:10px 30px 35px;
}

/* =========================================
   FEATURES
========================================= */

.feature-title{
    font-size:24px;
    font-weight:800;
    color:#111827;
    margin-bottom:24px;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
    color:#374151;
    line-height:1.7;
    font-size:15px;
}

/* =========================================
   ICON
========================================= */

.feature-icon{
    min-width:28px;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#dcfce7;
    color:#16a34a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    margin-top:2px;
}

/* =========================================
   TRUST TEXT
========================================= */

.trust-text{
    margin-top:18px;
    text-align:center;
    color:#6b7280;
    font-size:13px;
}

.price-item.active {
    display: block;
}

/* PRICE SWITCH */
.lw-top-navbar #mainNav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: #ffffff;
}
.lw-top-navbar .navbar-brand-img{
    max-height: auto;
    min-height: auto;
    max-width: 100%;
}
.footer-section{
    background-color: var(--lw-success-color);
}
.industries-mega-menu{
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    overflow: hidden;
    margin-top: 14px !important;
}

.industries-left-panel{
    background: #0d6efd;
    color: #fff;
    padding: 45px 35px;
    height: 100%;
}

.industries-badge{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: .8;
    display: inline-block;
    margin-bottom: 18px;
}

.industries-left-panel h3{
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.industries-left-panel p{
    line-height: 1.5;
    margin-bottom: 30px;
    opacity: .95;
}

.industries-btn{
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 28px;
    border-radius: 0;
    font-weight: 600;
    transition: .3s;
}

.industries-btn:hover{
    background: #fff;
    color: #0d6efd;
}

.industries-right-panel{
    background: #f8f9fa;
    padding: 50px 45px;
    height: 100%;
}

.industry-item{
    transition: .3s;
    padding: 10px;
    border-radius: 10px;
}

.industry-item:hover{
    background: #fff;
    transform: translateY(-3px);
}

.industry-item h5{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #24272b;
}

.industry-item p{
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 0;
}

.feature-box {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.feature-box:hover {
    background: #e9fff1;
    transform: translateY(-2px);
}

.feature-box i {
    font-size: 18px;
    width: 22px;
}
/* Desktop Hover Dropdown */
.demo-book-section{
    background: linear-gradient(135deg,#071a3d,#0a2558);
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}
.demo-book-section .demo-content{
    color: #fff;
}
.demo-book-section .demo-badge{
    background: rgba(255,255,255,0.12);
    padding: 10px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.demo-book-section .demo-title{
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.demo-book-section .demo-title span{
    color: #25D366;
}

.demo-book-section .demo-desc{
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
    margin-bottom: 35px;
}

.demo-book-section .demo-points{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.demo-book-section .point-item{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
}

.demo-book-section .point-item .icon{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.demo-book-section .demo-users{
    margin-top: 35px;
    font-size: 16px;
    color: rgba(255,255,255,0.9);
}

.demo-book-section .demo-users strong{
    color: #25D366;
    font-size: 22px;
}

.demo-book-section .demo-form-box{
    background: #fff;
    padding: 45px;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}

.demo-book-section .form-title{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #071a3d;
}

.demo-book-section .form-subtitle{
    color: #6b7280;
    font-size: 15px;
}

.demo-book-section .demo-form-box label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

.demo-book-section .demo-form-box .form-control{
    height: 54px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    padding: 12px 16px;
    box-shadow: none;
}

.demo-book-section .demo-form-box textarea.form-control{
    height: auto;
}

.demo-book-section .demo-form-box .form-control:focus{
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37,211,102,0.15);
}

.demo-book-section .demo-btn{
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg,#25D366,#128C7E);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s ease;
}

.demo-book-section .demo-btn:hover{
    transform: translateY(-2px);
}
/* buttons */
.mobile-menu-wrapper .lw-login-btn,
.mobile-menu-wrapper .lw-register-btn {
    padding: 12px 16px !important;
    border-radius: 14px !important;
    font-size: 18px !important;
    font-weight: 700;
}

.mobile-menu-wrapper .lw-login-btn {
    border: 2px solid #22c55e !important;
    color: #22c55e !important;
    background: #fff;
}

.mobile-menu-wrapper .lw-register-btn {
    background: #22c55e !important;
    color: #fff !important;
    border: none;
}
/* ===============================
   Interakt Style Top Navbar
================================ */
.lw-top-navbar {
    background: #ffffff !important;
    min-height: 68px;
    border-bottom: 1px solid #e7ebf3;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    padding: 0 22px;
    position: sticky;
    top: 0;
    z-index: 1040;
}

.lw-top-navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lw-navbar-left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.lw-navbar-brand {
    color: #123c2f;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.lw-navbar-brand:hover {
    color: #0f513f;
    text-decoration: none;
}

.lw-login-as-link {
    color: #123c2f;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eef8f3;
    border: 1px solid #d9efe5;
    border-radius: 12px;
    padding: 10px 14px;
    max-width: 780px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lw-login-as-link:hover {
    color: #0f513f;
    background: #e3f5ed;
    text-decoration: none;
}

.lw-navbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lw-nav-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #dce5ef;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #123c2f;
    background: #ffffff;
    transition: all 0.2s ease;
    position: relative;
}

.lw-nav-icon:hover {
    color: #0f513f;
    background: #f3faf7;
    border-color: #b9ddcd;
    text-decoration: none;
}

.lw-language-item .nav-link,
.lw-language-item a {
    color: #123c2f !important;
    font-weight: 500;
}

/* Profile Button */

.lw-profile-dropdown {
    position: relative;
}

.lw-profile-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 8px 5px 5px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid transparent;
    color: #123c2f;
    transition: all 0.2s ease;
}

.lw-profile-toggle:hover,
.lw-profile-toggle:focus {
    background: #f3faf7;
    border-color: #d9efe5;
    color: #123c2f;
    text-decoration: none;
}

.lw-profile-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0f513f;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.lw-profile-avatar::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #22c55e;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 1px;
}

.lw-profile-avatar.lg {
    width: 48px;
    height: 48px;
    font-size: 15px;
}

.lw-profile-name {
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #123c2f;
}

.lw-profile-name i {
    font-size: 10px;
    color: #6b7280;
}

/* Dropdown Menu */

.lw-profile-menu {
    min-width: 300px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: visible;
    margin-top: 14px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    background: #ffffff;
}

.lw-profile-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    right: 24px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    transform: rotate(45deg);
    box-shadow: -3px -3px 8px rgba(15, 23, 42, 0.04);
}

.lw-profile-menu-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: linear-gradient(135deg, #eef8f3, #ffffff);
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #eef2f7;
}

.lw-profile-menu-header small {
    font-size: 10px;
    color: #7c8798;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.lw-profile-menu-header h6 {
    margin: 2px 0 0;
    color: #123c2f;
    font-size: 15px;
    font-weight: 700;
}

.lw-profile-menu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    color: #24364b;
    transition: all 0.2s ease;
}

.lw-profile-menu-item:hover {
    background: #f6fbf8;
    color: #0f513f;
    text-decoration: none;
}

.lw-profile-menu-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.lw-profile-menu-item small {
    display: block;
    margin-top: 3px;
    color: #8a94a6;
    font-size: 12px;
    font-weight: 400;
}

.lw-menu-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #eef8f3;
    color: #0f513f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lw-menu-icon.danger {
    background: #fff1f2;
    color: #dc2626;
}

.lw-profile-divider {
    height: 1px;
    background: #eef2f7;
    margin: 4px 0;
}

.lw-logout-item {
    border-radius: 0 0 16px 16px;
}

.lw-logout-item:hover {
    background: #fff5f5;
    color: #dc2626;
}

/* Remove default Bootstrap arrow look */
.lw-profile-menu.dropdown-menu-arrow::before,
.lw-profile-menu.dropdown-menu-arrow::after {
    display: none !important;
}
/* =========================================================
   File: resources/views/layouts/headers/cards.blade.php
========================================================= */

.lw-i-dashboard {
    padding: 18px 0 6px;
}
.lw-i-hero {
    background: linear-gradient(135deg, #0f513f 0%, #287c58 58%, #e7f7ef 100%);
    border-radius: 24px;
    padding: 34px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 81, 63, 0.20);
}

.lw-i-hero::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -140px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.lw-i-hero::after {
    content: "";
    position: absolute;
    right: 160px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
}

.lw-i-hero-content,
.lw-i-hero-actions {
    position: relative;
    z-index: 1;
}

.lw-i-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.lw-i-hero h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.8px;
}

.lw-i-hero p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    font-size: 15px;
    max-width: 620px;
}

.lw-i-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.lw-i-btn {
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.lw-i-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.lw-i-btn-light {
    background: #ffffff;
    color: #0f513f;
}

.lw-i-btn-light:hover {
    color: #0f513f;
}

.lw-i-btn-dark {
    background: #123c2f;
    color: #ffffff;
}

.lw-i-btn-dark:hover {
    color: #ffffff;
}

.lw-i-card-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.lw-i-card-grid > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.lw-i-stat-card {
    display: block;
    height: 100%;
    min-height: 178px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    color: #172b4d;
    transition: all 0.22s ease;
    position: relative;
    overflow: hidden;
}

.lw-i-stat-card::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #eef8f3;
    right: -36px;
    top: -38px;
    transition: all 0.22s ease;
}

a.lw-i-stat-card:hover {
    transform: translateY(-5px);
    border-color: #b7ddcc;
    box-shadow: 0 20px 48px rgba(15, 81, 63, 0.14);
    text-decoration: none;
    color: #172b4d;
}

a.lw-i-stat-card:hover::before {
    background: #dff3ea;
    transform: scale(1.15);
}

.lw-i-stat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.lw-i-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #eef8f3;
    color: #0f513f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.lw-i-chip {
    background: #f4f7fb;
    color: #607089;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
    max-width: 92px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lw-i-stat-body {
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.lw-i-stat-body span {
    color: #6b7688;
    font-size: 14px;
    font-weight: 600;
}

.lw-i-stat-body h2 {
    margin: 6px 0 0;
    font-size: 34px;
    font-weight: 800;
    color: #263238;
    letter-spacing: -0.8px;
    line-height: 1.1;
}

.lw-i-stat-footer {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eef2f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0f513f;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.lw-i-panel-row {
    margin-top: 2px;
}

.lw-i-panel {
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.lw-i-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.lw-i-panel-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #233142;
}

.lw-i-panel-header p {
    margin: 4px 0 0;
    color: #7a8494;
    font-size: 13px;
}

.lw-i-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #eef8f3;
    color: #0f513f;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.lw-i-live-badge span {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
}

.lw-i-progress-item {
    margin-bottom: 20px;
}

.lw-i-progress-label {
    display: flex;
    justify-content: space-between;
    color: #405066;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.lw-i-progress-track {
    height: 10px;
    background: #edf2f7;
    border-radius: 999px;
    overflow: hidden;
}

.lw-i-progress-track div {
    height: 100%;
    background: linear-gradient(90deg, #0f513f, #2fb36f);
    border-radius: 999px;
}

.lw-i-mini-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.lw-i-mini-metrics div {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 16px;
}

.lw-i-mini-metrics span {
    display: block;
    color: #7a8494;
    font-size: 13px;
    font-weight: 600;
}

.lw-i-mini-metrics strong {
    display: block;
    color: #1f2937;
    font-size: 24px;
    font-weight: 800;
    margin-top: 4px;
}

.lw-i-quick-actions {
    display: grid;
    gap: 12px;
}

.lw-i-quick-actions a {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 15px;
    color: #263238;
    font-weight: 700;
    transition: all 0.2s ease;
}

.lw-i-quick-actions a i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #eef8f3;
    color: #0f513f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lw-i-quick-actions a:hover {
    background: #eef8f3;
    color: #0f513f;
    border-color: #cce7da;
    text-decoration: none;
    transform: translateX(3px);
}
/* keep old dashboard classes safe */
.lw-i-dashboard .card {
    border-radius: 18px;
}
.alert {
    position: relative;
    z-index: 1000 !important;
}
.lw-custom-dashboard-header,
.lw-i-page-header {
    position: relative;
}

.lw-minimized-menu .navbar-vertical.navbar-expand-md{
    z-index: 3999;
}
@media(min-width:992px){
    .nav-item.dropdown:hover .dropdown-menu{
        display: block;
    }
    .lw-top-navbar .nav-item{
        padding: 1rem 0;
    }
    .lw-login-btn {
        margin-right: 12px;
    }
    .lw-login-btn,
    .lw-register-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 18px !important;
        border-radius: 14px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none !important;
        white-space: nowrap;
    }

    .lw-login-btn {
        border: 2px solid #22c55e;
        color: #22c55e !important;
        background: #fff;
    }

    .lw-register-btn {
        background: #22c55e;
        color: #fff !important;
        border: 2px solid #22c55e;
    }
    
}

/* Mobile Responsive */
@media(max-width:991px){
    .industries-mega-menu{
        width: 100%;
        margin-top: 10px !important;
        border-radius: 12px;
    }

    .industries-left-panel{
        padding: 35px 25px;
    }

    .industries-left-panel h2{
        font-size: 28px;
    }

    .industries-right-panel{
        padding: 30px 20px;
    }
    .demo-book-section .demo-title{
        font-size: 38px;
    }

    .demo-book-section .demo-form-box{
        padding: 30px;
    }
    #mainNav {
        background: #fff;
        padding: 10px 0;
    }

    .navbar-brand-img {
        max-height: 42px;
        width: auto;
    }

    .custom-toggler1 {
        border: 0 !important;
        box-shadow: none !important;
        font-size: 24px;
        color: #111;
        padding: 6px 10px;
    }

    /* MAIN MOBILE BOX */
    .mobile-menu-wrapper {
        overflow: hidden;
    }

    /* ul reset */
    .mobile-menu-wrapper .navbar-nav {
        gap: 0;
        align-items: stretch !important;
        border-top: 1px solid #f1f1f1;
    }

    /* every item separation */
    .mobile-menu-wrapper .nav-item {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }

    .mobile-menu-wrapper .nav-item:last-child {
        border-bottom: none;
    }

    /* links */
    .mobile-menu-wrapper .nav-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 16px 5px !important;
        font-size: 17px;
        font-weight: 600;
        color: #111 !important;
        text-align: left !important;
    }

    /* hide mega menus */
    .industries-mega-menu {
        display: none !important;
    }

    /* NAV ITEMS */
    .mobile-menu-wrapper .nav-item {
        border-bottom: 1px solid #f1f1f1;
    }

    .mobile-menu-wrapper .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-menu-wrapper .nav-link {
        display: block;
        width: 100%;
        padding: 14px 6px !important;
        font-size: 16px;
        font-weight: 600;
        color: #111 !important;
        text-align: left !important;
    }

    /* BUTTON ITEMS */
    .mobile-btn-item {
        border-bottom: none !important;
        padding-top: 16px;
    }

    /* COMMON BUTTON */
    .lw-login-btn,
    .lw-register-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 14px 24px !important;
        border-radius: 14px;
        font-size: 17px;
        font-weight: 700;
        text-decoration: none !important;
        width: auto !important;
        min-width: 170px;
        transition: 0.3s ease;
    }

    /* DEMO BUTTON */
    .lw-login-btn {
        border: 2px solid #22c55e;
        color: #22c55e !important;
        background: #fff;
    }

    /* FREE BUTTON */
    .lw-register-btn {
        background: #22c55e;
        color: #fff !important;
        border: 2px solid #22c55e;
    }

    /* REMOVE BOOTSTRAP EFFECT */
    .lw-login-btn::after,
    .lw-register-btn::after {
        display: none !important;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .lw-login-as-link {
        max-width: 420px;
    }

    .lw-profile-menu {
        min-width: 280px;
    }
    .lw-i-hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px;
    }

    .lw-i-hero h1 {
        font-size: 30px;
    }

    .lw-i-hero-actions {
        width: 100%;
    }

    .lw-i-mini-metrics {
        grid-template-columns: 1fr;
    }
}
@media(max-width:768px){
    .plan-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .settings-header h2 {
        font-size: 16px;
    }
    .demo-book-section .demo-title{
        font-size: 30px;
    }
    .demo-book-section .form-title{
        font-size: 28px;
    }
    .demo-book-section .demo-form-box{
        padding: 24px;
    }
    .lw-i-dashboard {
        padding-top: 12px;
    }

    .lw-i-hero {
        padding: 24px;
        border-radius: 18px;
    }

    .lw-i-hero h1 {
        font-size: 26px;
    }

    .lw-i-stat-card {
        min-height: 155px;
        padding: 18px;
    }

    .lw-i-stat-body h2 {
        font-size: 28px;
    }

    .lw-i-panel {
        padding: 20px;
        border-radius: 18px;
    }
    .lw-sidebar-container.navbar-vertical {
        width: 100% !important;
        max-width: 100% !important;
        background: #ffffff !important;
        box-shadow: none;
    }

    .lw-sidebar-container .navbar-collapse {
        max-height: none;
        background: var(--lw-sidebar-bg);
    }

    .lw-sidebar-container .navbar-brand {
        min-height: auto;
    }
}