
.xc-postbox__text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Spacing utilities */
.xc-postbox__text h3 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}


.xc-postbox__text h4 {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}

.xc-postbox__text p {
    margin-bottom: 1rem;
}

.xc-postbox__text .section-title {
    color: #333;
    font-weight: 600;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .text-content {
        text-align: center;
        margin-bottom: 1rem;
    }

    .button-wrapper {
        width: 100%;
        text-align: center;
    }
}

.shortcut-table {
    width: 100%;
    max-width: 700px; /* Limit the overall width */
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.shortcut-table tr {
    position: relative;
}

.shortcut-table tr::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%; /* Reduced line length */
    height: 1px;
    background-color: #eee;
}

.shortcut-table tr:last-child::after {
    display: none; /* Remove border for last row */
}

.shortcut-table td {
    padding: 1rem 1rem 1rem 0;
    vertical-align: middle;
}

.shortcut-table .feature-column {
    font-weight: 400;
    color: #333;
    width: 65%;
}

.shortcut-table .shortcut-column {
    width: 35%;
}

.key-combo {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
}

.kbd-key {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    color: #495057;
    min-width: 1.5rem;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

@media screen and (max-width: 480px) {
    .kbd-key {
        font-size: 0.75rem;
        padding: 8px;
        margin: 0.2rem 0rem;
    }
}

.key-combo .separator {
    color: #6c757d;
    font-weight: normal;
    padding: 0 2px;
}

.xc-postbox__text .pro-tip-card {
    background: linear-gradient(135deg, #f7f2ff 0%, #ebe5ff 100%);
    border-left: 4px solid #8b58fa;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 4rem;
    position: relative;
}

.xc-postbox__text .pro-tip-card strong {
    color: #5c1dba;
    font-weight: 600;
}

.xc-postbox__text .pro-tip-card p {
    color: #421083;
    margin-bottom: 0;
}

.xc-postbox__text .pro-tip-card .kbd-key {
    background: rgba(255, 255, 255, 0.9);
    border-color: #c4b3ff;
    color: #6c21dc;
}


.xc-postbox__text .pro-tip-icon {
    width: 24px;
    height: 24px;
    margin-right: 0.75rem;
}

.xc-postbox__text .pro-tip-icon path {
    fill: #8b58fa;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .xc-postbox__text .shortcut-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .xc-postbox__text .shortcut-keys {
        margin-right: 0;
        margin-bottom: 1rem;
        min-width: auto;
    }

    .xc-postbox__text .key-combo {
        flex-wrap: wrap;
    }
}


.blog__feature {
    margin: 1rem 0;
}

.blog__feature-list {
    margin-left: 1.5rem;
    margin-bottom: 3rem;
}

.blog__feature-list li {
    position: relative;
    margin-bottom: 1.25rem;
}

.blog__feature-list li:last-child {
    margin-bottom: 0;
}

.blog__feature-list p {
    margin-bottom: 0;
    color: #444;
    line-height: 1.6;
    padding-left: 2rem;
}

.blog__feature-list .xc-icon {
    position: absolute;
    left: 0;
    top: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: #f5f1ff;
    border-radius: 50%;
}

.blog__feature-list .xc-icon i {
    font-size: 0.875rem;
    color: #8b58fa;
}

.blog-alert {
    background: rgb(252,0,255);
    background: linear-gradient(90deg,
            rgba(252, 240, 255, 0.9) 0%,
            rgba(240, 245, 255, 0.9) 48%,
            rgba(245, 235, 255, 0.9) 100%
        );
    border-radius: 10px;
    padding: 1.5rem;
    margin: 2rem 0;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(108, 33, 220, 0.05);
}

.blog-alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    flex-shrink: 0;
    border: 1px solid #d7cfff;
}

.blog-alert-icon svg {
    width: 20px;
    height: 20px;
    color: #8b58fa;
}

.blog-alert-content {
    color: #421083;
    font-size: 1.2rem;
    line-height: 1.6;
    flex: 1;
}


.xc-postbox__area .placeholder-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 40px 0;
    border-radius: 12px;
}

.export-image__shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ctan-wrapper {
    margin: 3rem 0;
    padding: 2rem;
    background:  linear-gradient(90deg,
                    rgba(242, 220, 247, 0.9) 0%,
                    rgba(220, 228, 250, 0.9) 48%,
                    rgba(231, 215, 247, 0.9) 100%
                );
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(108, 33, 220, 0.05);
}

.ctan h4{
     margin-top: 1rem;
     margin-bottom: 1rem;
 }


.ctan {
     margin: 3rem 0;
     padding: 2rem;
     background: linear-gradient(90deg,
         rgba(255, 245, 255, 0.95) 0%,
         rgba(245, 248, 255, 0.95) 48%,
         rgba(250, 245, 255, 0.95) 100%
     );
     border-radius: 16px;
     text-align: center;
     box-shadow: 0 4px 12px rgba(108, 33, 220, 0.05);
 }

.ctan__title {
     font-size: 1.5rem;
     color: #5c1dba;
     margin-bottom: 1.5rem;
     font-weight: 600;
}

.ctan__button {
    background: linear-gradient(to right, #6c5ce7, #8e44ad);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(108, 92, 231, 0.2);
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .ctan__button {
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
    }

    .card h2.fs-4 {
        font-size: 1.1rem !important;
    }
}

.ctan__button:hover {
    background: linear-gradient(to right, #8e44ad, #6c5ce7);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 92, 231, 0.3);
    color: white;
    text-decoration: none !important; /* Added !important */
}

.ctan__button a {
    background: linear-gradient(to right, #6c5ce7, #8e44ad);
    color: white;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(108, 92, 231, 0.2);
    display: inline-flex;
    align-items: center;
    text-decoration: none !important; /* Added !important */
}

.ctan__button a:hover {
    color: white;
    text-decoration: none !important; /* Added !important */
    background: linear-gradient(to right, #8e44ad, #6c5ce7);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 92, 231, 0.3);
}

.ctan__icon {
     width: 20px;
     height: 20px;
     margin-right: 0.5rem;
}

.cta-card {
  background:linear-gradient(90deg,
                          rgba(252, 240, 255, 0.9) 0%,
                          rgba(240, 245, 255, 0.9) 48%,
                          rgba(245, 235, 255, 0.9) 100%
                      );
  position: relative;
  margin-top: 3rem;
  z-index: 1;
}

.blog-quote {
    position: relative;
    padding: 2rem 2.5rem;
    margin: 2rem 0;
    background: linear-gradient(to right bottom, #effbf2, #f7fdf8);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(34, 139, 34, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(34, 139, 34, 0.12);
}

.blog-quote::after {
    content: "❝";
    position: absolute;
    left: 1.5rem;
    top: 2rem;
    color: rgba(34, 139, 34, 0.15);
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}

.blog-quote__container {
    position: relative;
    padding: 0 2rem;
}

.blog-quote__text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #2c2c2c;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2;
    letter-spacing: -0.01em;
}

.blog-quote__author {
    display: block;
    margin-top: 1rem;
    font-size: 1.125rem;
    color: #1a8a1a;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-align: right;
    padding-right: 1rem;
    transition: color 0.3s ease;
}

.blog-quote:hover .blog-quote__author {
    color: #228B22;
}

.blog-quote__quotes {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 1;
    opacity: 0.12;
    transition: opacity 0.3s ease;
}

.blog-quote:hover .blog-quote__quotes {
    opacity: 0.18;
}

.blog-quote__quotes--open {
    top: 1.5rem;
    left: 1.5rem;
}

.blog-quote__quotes--close {
    bottom: 1.5rem;
    right: 1.5rem;
    transform: rotate(180deg);
}


h4.feature-blog__title {
    color: #333;
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
h5.feature-blog__subtitle {
     color: #5c1dba;
     font-size: 1.2rem;
     margin: 2.5rem 0 1rem;
     font-weight: 600;
 }


.features-list {
    margin: 2rem 0;
}

.features-list ul{
    list-style: none;
    padding-left: 0;
}

.features-list ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.features-list ul li:last-child {
    margin-bottom: 0;
}

.features-list ul li strong {
    color: #5c1dba;
    position: relative;
    margin-bottom: 0.5rem;
}

.features-list ul li strong::before {
    position: absolute;
     content: "\f101";
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: var(--xc-theme-primary);
      font-family: var(--xc-ff-fontawesome);
    color: #6c21dc;
    font-size: 16px;
    transition: 0.3s;
}

.features-list ul li:hover strong::before {
    left: -19px;
    color: #6c21dc;
}

.spark-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #7d35f2, #a97ffa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-text {
    margin-top: 0.75rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    opacity: 0.9;
}

.export-steps {
    background: linear-gradient(90deg,
        rgba(247, 250, 252, 0.5) 0%,
        rgba(249, 250, 251, 0.5) 100%
    );
    border-radius: 12px;
    padding: 2rem 3rem;
    margin: 2.5rem 0;
    position: relative;
    border: 1px solid rgba(203, 213, 224, 0.4);
}

.export-steps::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #3182ce, #2b6cb0);
    border-radius: 4px 0 0 4px;
}

.export-step {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
}

.export-step:last-child {
    margin-bottom: 0;
}

.export-step__number {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #3182ce;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 2px 4px rgba(49, 130, 206, 0.1);
}

.export-step__title {
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.export-step__content {
    color: #4a5568;
    line-height: 1.6;
}

.export-formats {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.export-format {
    flex: 1;
    background: white;
    border-radius: 8px;
    padding: 1.25rem;
    border: 1px solid rgba(203, 213, 224, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.export-format:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(49, 130, 206, 0.1);
}

.export-format__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.export-format__icon {
    width: 20px;
    height: 20px;
    color: #3182ce;
}

/* Optional: Add smooth transitions */
.export-step, .export-format {
    transition: all 0.2s ease;
}

.feature-list {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3182CE 0%, #2B6CB0 100%);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    color: #2D3748;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.feature-content p {
    color: #4A5568;
    line-height: 1.6;
    margin: 0;
}

/* Animation for icons */
.feature-icon svg {
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon svg {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature-card {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .feature-content h3 {
        font-size: 1.1rem;
    }
}

.feature-list {
    background-color: #F7FAFC;
    background-image: radial-gradient(#E2E8F0 1px, transparent 1px);
    background-size: 20px 20px;
    padding: 2rem;
    border-radius: 20px;
}
.innovation-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
}

.innovation-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.innovation-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

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

.innovation-icon-box {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #4F46E5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.innovation-icon-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    top: 0;
    left: 0;
}

.innovation-icon {
    width: 24px;
    height: 24px;
    color: white;
}

.innovation-content {
    flex: 1;
    padding-right: 1rem;
}

.innovation-title h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.innovation-description {
    color: #4B5563;
    line-height: 1.6;
    font-size: 1rem;
}

.innovation-highlight {
    color: #4F46E5;
    text-decoration: none;
    font-weight: 500;
}

.innovation-highlight:hover {
    text-decoration: underline;
}

.innovation-pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 150px;
    opacity: 0.05;
    pointer-events: none;
}

@media (max-width: 768px) {
    .innovation-item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }

    .innovation-icon-box {
        width: 48px;
        height: 48px;
    }

    .innovation-icon {
        width: 24px;
        height: 24px;
    }
}

.feature-table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.feature-table thead tr {
    background: #f8f9fa;
}

.feature-table th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.feature-table td {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.feature-table tbody tr:last-child td {
    border-bottom: none;
}

.feature-table td:first-child {
    font-weight: 500;
}


@media (max-width: 640px) {
    .feature-table {
        display: block;
        overflow-x: auto;
    }
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 2rem;
    font-size: 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.comparison-table th {
    background-color: #f8f9fa;
    padding: 12px 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #e9ecef;
    white-space: nowrap;
}

.comparison-table td {
    padding: 12px 6px;
    border-bottom: 1px solid #e9ecef;
    white-space: nowrap;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table .feature-col {
    width: 40%;
}

.comparison-table .product-col {
    width: 30%;
    text-align: center;
}

.comparison-subtitle {
    color: #6C21DC;
    font-size: 1.2rem;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
}

.table-responsive::-webkit-scrollbar {
    height: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(108, 33, 220, 0.2);
    border-radius: 3px;
}

.center__aligned-table th {
  background-color: #f8f9fa;
  padding: 12px 12px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #e9ecef;
  white-space: nowrap;
}

.center__aligned-table th:not(:first-child) {
  text-align: center;
}

.center__aligned-table td {
  padding: 12px 12px;
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
}

.center__aligned-table td:not(:first-child) {
  text-align: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
}

.fs-4 {
  font-size: 1.5rem !important;
}