/* Product List Section Styles - Refined with Expandable Button */
.product-list-section {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    background-color: #e2f6fe; /* Theme-consistent light blue */
}

.product-item-wrapper {
    margin-bottom: 20px;
}

.product-card {
    background: var(--white-color);
    border: 1px solid #edf2f7;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: var(--main-color);
    box-shadow: 0 15px 35px rgba(33, 78, 138, 0.12);
}

.product-image-container {
    position: relative;
    width: 100%;
    height: 250px;
    min-height: 250px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-image-container img {
    transform: scale(1.1);
}

.product-details {
    padding: 20px 25px;
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    gap: 15px;
}

.product-name {
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}

.product-name a {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

/* Arrow Button Styles */
.product-action-wrapper {
    display: flex;
    align-items: center;
}

.arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: var(--white-color) !important;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    border: 1px solid var(--main-color);
}

.arrow-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.product-card:hover .arrow-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.1);
}

.product-card:hover .arrow-btn i {
    transform: translateX(3px);
}

/* Section Title and Decorations */
.product-list-section .sis-section-title {
    margin-bottom: 30px;
}

.product-list-section .sis-section-title .sisf-m-subtitle {
    background: rgba(33, 78, 138, 0.15);
    color: #000;
    border: 1px solid rgba(33, 78, 138, 0.25);
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
}

.product-list-section .sis-section-title h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: var(--primary-color) !important;
}

.product-list-section .sis-section-title h2 .sisf-e-colored {
    color: #000 !important;
}

.product-list-section .sisf-sis-bottom-right-image img,
.product-list-section .sisf-sis-top-left-image img {
    opacity: 0.05;
    pointer-events: none;
}
.sisf-sis-list-item.active {
    background: #214e8a !important;
}
.sis-spec-table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ea5020;
}
.sisf-sis-list-item.active h3 a, .sisf-sis-list-item.active .sis-list-item-icon i {
    color: #fff !important;
}
.sis-spec-table th {
    background: #ec6d3f !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.sis-spec-table td {
    padding: 12px 20px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: #ec6d3f;
    color: #fff;
}
.sis-spec-table th:last-child, .sis-spec-table td:last-child {
    border-right: none !important;
}
.sis-spec-table tr:last-child th, .sis-spec-table tr:last-child td {
    border-bottom: none !important;
}
.sis-contact-box-bg {
    background-color: #214e8a !important;
}
.sisf-sis-page-contact-bottom .sisf-icon a i {
    width: 45px;
    height: 45px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.sisf-sis-page-contact-bottom .sisf-contact-box {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sisf-sis-page-contact-bottom .sisf-sis-e-content a {
    font-size: 16px;
    word-break: break-all;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}
.sisf-sis-page-contact-bottom .sisf-sis-e-content span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.8);
}

/* Unified Product Section Styles */
.product-content-section, 
.product-content-scroll-item {
    padding: 35px;
    margin-bottom: 50px;
    border-radius: 24px;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border: 3px solid #a4b4f3;
    background: #fff;
    scroll-margin-top: 130px;
    position: relative;
    overflow: hidden;
}

.product-content-section.highlight-product,
.product-content-scroll-item.highlight-product,
.product-content-scroll-item.highlight-active {
    background: #fff;
    border: 3px solid #214e8a;
    box-shadow: 0 15px 20px rgb(14 60 122);
    transform: translateY(-10px);
}


/* Ensure smooth scroll for all anchor links */
html {
    scroll-behavior: smooth;
}


/* Hover Border Effect for Product Sections */
.product-content-section:hover,
.product-content-scroll-item:hover {
    border-color: #214e8a !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(33, 78, 138, 0.1);
}
.product-content-section .sis-section-title {
    margin-bottom: 2px !important;
}
    .product-content-section .table-responsive {
    margin-top: 5px !important;
}
.product-content-section .row.mt-4,
.product-content-section .row.mt-3 {
    margin-top: 0px !important;
}
/* Mobile Neat Alignment */
@media (max-width: 767px) {
    .product-content-section, 
    .product-content-scroll-item {
        padding: 20px !important;
        margin-bottom: 30px !important;
        border-radius: 15px !important;
    }
    .sis-spec-table th, .sis-spec-table td {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
}
