.section-padding {
    padding: 80px 0;
}

.section-padding .container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

.products-list-section {
    font-family: "Inter", sans-serif;
    background-color: #0f172a;
    color: #f8fafc;
    line-height: 1.6;
    overflow-x: hidden;
}

.products-list-section .products-card {
    background: #1e293b;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s;
}

.products-list-section .products-card:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
}

.products-list-section .products-card .card-icon {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 20px;
}
button {
    border: none;
}

.products-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.products-description {
    color: #94a3b8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.products-section-title {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    color: #f8fafc;
}

.products-list-section .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Why Choose Us Section CSS */
.text-center {
    text-align: center;
}

.mb-16 {
    margin-bottom: 4rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.why-choose-content {
    max-width: 80rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.items-center {
    align-items: center;
}

.grid {
    display: grid;
}
.gap-12 {
    gap: 3rem;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.why-choose-image {
    position: relative;
}
.why-choose-img-txt {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.p-6 {
    padding: 1.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}
.hidden {
    display: none;
}

.object-cover {
    object-fit: cover;
}

.rounded-2xl {
    border-radius: 1rem;
}

.w-full {
    width: 100%;
}

.why-choose-img {
    max-width: 100%;
    height: auto;
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.font-bold {
    font-weight: 700;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fff;
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.items-start {
    align-items: flex-start;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.mt-1 {
    margin-top: 0.25rem;
}
.ml-6 {
    margin-left: 1.5rem;
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.font-bold {
    font-weight: 700;
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.mt-2 {
    margin-top: 0.5rem;
}

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

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.transition-colors {
    transition-property:
        color,
        background-color,
        border-color,
        fill,
        stroke,
        -webkit-text-decoration-color;
    transition-property:
        color, background-color, border-color, text-decoration-color, fill,
        stroke;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.font-semibold {
    font-weight: 600;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.rounded-lg {
    border-radius: 0.5rem;
}

.hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.contact-btn {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    text-transform: none;
    padding: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
/* END Why Choose Us Section CSS */
/* Module Section CSS */
.modules-nav-tabs-custom {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 2rem;
    white-space: nowrap;
}

.modules-nav-tabs-custom::-webkit-scrollbar {
    display: none;
}

.modules-nav-tabs-custom {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modules-nav-tabs-custom button {
    flex: 0 0 auto;
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    color: #6c757d;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.modules-nav-tabs-custom button.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
    font-weight: 600;
}

.modules-feature-card {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 1.25rem;
    height: 100%;
    transition: transform 0.2s;
}
.modules-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.module-right-side {
    border-radius: 1rem;
    overflow: hidden;
}
/* End Module Section CSS */
/* Revenue Section CSS */
.revenue-section {
    background-color: #1f2937;
    color: white;
    padding: 80px 0;
}
.simulator-box {
    background: #2d3748;
    padding: 2rem;
    border-radius: 16px;
}
input[type="range"] {
    accent-color: #2563eb;
    width: 100%;
    height: 1.5rem;
}
/* End Revenue Section CSS */
/* Killer Feature Section CSS */
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:order-1 {
        order: 1;
    }
}
.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.gap-16 {
    gap: 4rem;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
/* End Killer Feature Section CSS */
/* Why Choose Section CSS */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.comparison-table th {
    background: #1e293b;
}

.comparison-table th,
.comparison-table td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.col-us-header {
    color: #2563eb;
    font-size: 1.2rem;
}
.col-us {
    background: rgba(37, 99, 235, 0.1);
    border-left: 2px solid #2563eb;
    border-right: 2px solid #2563eb;
}

/*  */
.review-card,
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 rgb(0 0 0);
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 0 #0000;
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / 1);
    border-radius: 1rem;
    position: relative;
}
.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.top-4 {
    top: 1rem;
}

.left-4 {
    left: 1rem;
}

.absolute {
    position: absolute;
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.gap-4 {
    gap: 1rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.font-bold {
    font-weight: 700;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.justify-between {
    justify-content: space-between;
}
.cursor-pointer {
    cursor: pointer;
}
.flex {
    display: flex;
}
.max-w-3xl {
    max-width: 48rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

details {
    background: #1e293b;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
}

summary {
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

details p {
    margin-top: 15px;
    margin-bottom: 0;
}
summary::after {
    content: "+";
    font-size: 1.5rem;
    color: #2563eb;
}

.split-section {
    display: flex;
    align-items: center;
    gap: 50px;
}

.split-content {
    flex: 1;
}
.split-image {
    flex: 1;
    text-align: center;
}
.split-image img {
    max-width: 100%;
    height: 550px;
    border-radius: 20px;
}

.feature-list li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #f8fafc;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}
@media (max-width: 768px) {
    .pillar-grid,
    .split-section {
        display: block;
    }
}
@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}
.cta-section {
    padding-left: 1rem;
    padding-right: 1rem;
    background: #2563eb;
    background: linear-gradient(
        90deg,
        rgba(37, 99, 235, 1) 0%,
        rgba(67, 56, 202, 1) 100%
    );
}

/* Container for the dots */
.slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    gap: 10px; /* Space between dots */
}

/* Hide the default numbers (1, 2, 3) generated by slick */
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cbd5e1; /* Inactive dot color */
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Style for the active dot */
.slick-dots li.slick-active button {
    background: #3b82f6; /* Active dot color (Blue) */
    width: 25px; /* Makes the active dot look like a pill */
    border-radius: 10px;
}

/* Ensure images fit well */
.product-section-slider img {
    max-height: 400px;
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}
