/* Hero Banner Section */
.hero-banner {
    background: linear-gradient(120deg, #1e6eb7 70%, #fff 100%);
    color: #fff;
    padding: 40px 0 20px 0;
    position: relative;
    background-image: url('../img/tss-img/1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    min-height: 350px;
}

.hero-banner .molecule {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 180px;
    opacity: 0.25;
}

.banner-content {
    padding-top: 2px !important;
    margin: 115px auto;
    position: relative;
    text-align: left;
    z-index: 2;
    background: linear-gradient(30deg, #384047db, #767b7ed0);
    border-radius: 48px;
}

.banner-title {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
}

.banner-info {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.info-item {
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.318);
    background-color: #0b7ab3 !important;
    padding: 15px 10px;
}

.info-item-1 {
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.318);
    background-color: #09699a !important;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 15px 10px;
}

.info-item-2 {
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.318);
    background-color: #1a8ccc !important;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 15px 10px;
}

/* Main Content Sections */
.product-description,
.specifications,
.applications-info,
.certificate-section {
    margin: 0 auto 0 auto;
    border-radius: 12px;
    position: relative;
    z-index: 3;
    padding: 20px 15px;
}

/* Section Titles */
.section-title {
    color: #1283be;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 10px;
}

.certi-section-title {
    color: #1283be;
    font-size: 3.3rem;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.section-subtitle {
    color: #1283be;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Description Text */
.description-text {
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Specifications Table */
.spec-table-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    /* overflow-x: auto; */
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    min-width: 600px;
}

.spec-table th,
.spec-table td {
    border: 1px solid #e0e7ef;
    padding: 8px 12px;
    text-align: left;
}

.spec-table th {
    color: #000000;
}

.spec-table tr:nth-child(odd) {
    background-color: #eaf3fb;
}

/* Product Image */
.product-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto auto;
}

.product-image-col {
    /* Ensures the columns are the same height and images are centered */
    min-height: 300px;
    /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image {
    max-width: 90%;
    /* Responsive width */
    max-height: 250px;
    /* Adjust height as needed */
    object-fit: contain;
    border-radius: 10px;
    /* Optional: rounded corners */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    /* Optional: subtle shadow */
}

/* Applications List */
.applications-list ul {
    margin: 0 0 12px 18px;
    padding-left: 18px;
    list-style: none !important;
}

.application-item {
    margin-bottom: 15px;
}

.application-item ul {
    margin-top: 8px;
    margin-bottom: 0;
}

/* Info Boxes */
.shelf-life,
.packaging-info,
.storage-handling,
.safety-info {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.shelf-life p {
    margin-bottom: 0;
}

/* Certificate Content */
.certificate-content {
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

/* Yellow Box (keeping original style) */
.yellow-box {
    background: #ffe066;
    color: #222;
    border-radius: 8px;
    padding: 18px 20px;
    font-weight: bold;
    display: inline-block;
    margin: 16px 0;
    font-size: 1.1rem;
}

/* General Lists */
ul {
    margin: 0 0 12px 18px;
    padding-left: 18px;
}

/* Certificate Table Styles */
.certificate-table-wrapper {
    background: #ededed;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(30, 110, 183, 0.08);
    padding: 28px 18px 18px 18px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    /* overflow-x: auto; */
}

.certificate-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(30, 110, 183, 0.06);
    min-width: 800px;
}

.certificate-table th,
.certificate-table td {
    padding: 10px 14px;
    text-align: left;
    font-size: 1rem;
    border-bottom: 1px solid #e0e7ef;
}

.certificate-table th {
    background: #1e6eb7;
    color: #fff;
    font-weight: 600;
    border: none;
    font-size: 1.08rem;
}

.certificate-table tr:nth-child(even) td {
    background: #eaf3fb;
}

.certificate-table tr:last-child td {
    border-bottom: none;
}

.certificate-note {
    color: #888;
    font-size: 0.98rem;
    margin-top: 10px;
    font-style: italic;
}

.certificate-seal {
    position: absolute;
    bottom: -120px;
    right: 30px;
    width: 220px;
    z-index: 10;
    pointer-events: none;
}

/* QR Section */
.qr-section {
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.qr-text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
}

.slogan {
    color: #d61c1c;
    font-style: italic;
    font-size: 16px;
}

.qr-img,
.logo-img {
    max-width: 240px;
    height: auto;
}

.circle-bg {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #f1f3f5 30%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

/* Last Section */
.last-sec {
    padding-left: 80px;
    padding-right: 80px;
}

.last-sec-inner {
    background: #1e90cc;
    color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 40px 0 30px 0;
    text-align: center;
    margin-top: 150px;
}

/* Responsive Design - Mobile First Approach */

/* Large screens (1200px and up) */
@media (min-width: 1200px) {
    .banner-title {
        font-size: 2.5rem;
    }

    .certi-section-title {
        font-size: 3.5rem;
    }
}

/* Medium screens (768px to 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
    .banner-title {
        font-size: 2.2rem;
    }

    .certi-section-title {
        font-size: 2.8rem;
    }

    .spec-table-wrapper {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .spec-table {
        width: 100%;
        min-width: auto;
    }
}

/* Small screens (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    .hero-banner {
        height: 300px;
        padding: 30px 0 15px 0;
    }

    .banner-content {
        margin: 80px auto;
        border-radius: 24px;
    }

    .banner-title {
        font-size: 1.8rem;
        margin: 20px 20px 20px 20px;
    }

    .banner-info {
        flex-direction: column;
        gap: 8px;
    }

    .info-item,
    .info-item-1,
    .info-item-2 {
        font-size: 16px;
        padding: 12px 8px;
        border-radius: 30px;
        border-right: none;
        margin-bottom: 5px;
    }

    .info-item-1 {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .info-item-2 {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .certi-section-title {
        font-size: 2.2rem;
    }

    .description-text {
        font-size: 1rem;
    }

    .product-image {
        height: 300px;
    }

    .spec-table-wrapper {
        margin-left: 0px !important;
        padding: 15px;
        width: 100% !important;
    }

    .spec-table {
        width: 100%;
        min-width: auto;
    }

    .certificate-table-wrapper {
        padding: 20px 15px 15px 15px;
    }

    .certificate-table {
        min-width: 600px;
        font-size: 0.9rem;
    }

    .certificate-table th,
    .certificate-table td {
        padding: 8px 10px;
    }

    .qr-img,
    .logo-img {
        max-width: 200px;
    }

    .last-sec {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Extra small screens (up to 575px) */
@media (max-width: 575px) {
    .hero-banner {
        height: 250px;
        padding: 20px 0 10px 0;
    }

    .banner-content {
        /* margin: 60px auto; */
        border-radius: 20px;
    }

    .banner-title {
        font-size: 1.5rem;
        margin: 15px 15px 15px 15px;
        line-height: 1.3;
    }

    .banner-info {
        flex-direction: column;
        gap: 5px;
        margin-top: 15px;
    }

    .info-item,
    .info-item-1,
    .info-item-2 {
        font-size: 14px;

        border-radius: 20px;
        border-right: none;
        margin-bottom: 3px;
    }

    .info-item-1 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .info-item-2 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .section-title {
        font-size: 1.1rem;
        margin-top: -20px;
    }

    .certi-section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .description-text {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .product-description,
    .specifications,
    .applications-info,
    .certificate-section {
        padding: 15px 10px;
    }

    .product-image {
        height: 250px;
        margin-top: 20px;
    }

    .spec-table-wrapper {
        margin-left: 0px !important;
        padding: 10px;
        width: 100% !important;
    }

    .spec-table {
        width: 100%;
        min-width: auto;
        font-size: 0.9rem;
    }

    .spec-table th,
    .spec-table td {
        padding: 6px 8px;
    }

    .applications-list ul {
        margin: 0 0 10px 15px;
        padding-left: 15px;
    }

    .application-item {
        margin-bottom: 12px;
    }

    .application-item ul li {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .shelf-life,
    .packaging-info,
    .storage-handling,
    .safety-info {
        padding: 12px;
        margin-bottom: 15px;
    }

    .certificate-table-wrapper {
        padding: 15px 10px 10px 10px;
        overflow-x: auto;
    }

    .certificate-table {
        min-width: 500px;
        font-size: 0.8rem;
    }

    .certificate-table th,
    .certificate-table td {
        padding: 6px 8px;
    }

    .certificate-seal {
        width: 150px;
        bottom: -80px;
        right: 20px;
    }

    .qr-section {
        padding: 40px 15px;
    }

    .qr-text {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .qr-img,
    .logo-img {
        max-width: 180px;
    }

    .circle-bg {
        width: 150px;
        height: 150px;
        top: -30px;
        right: -30px;
    }

    .last-sec {
        padding-left: 10px;
        padding-right: 10px;
    }

    .last-sec .container-fluid {
        padding: 0 15px;
    }

    .last-sec .col-12 div:first-child {
        font-size: 1.1rem;
        padding: 30px 0 20px 0;
    }

    .last-sec .col-12 div:last-child {
        font-size: 1rem;
    }

    /* Additional Mobile Improvements */
    .info-item,
    .info-item-1,
    .info-item-2 {
        min-height: 50px;
        /* display: flex; */
        align-items: center;
        /* justify-content: center; */
    }

    /* Better spacing for mobile */
    .banner-info .row {
        margin: 0;
    }

    /* Improve table readability on mobile */
    .spec-table th,
    .spec-table td {
        word-break: break-word;
    }

    /* Better certificate table on mobile */
    .certificate-table th,
    .certificate-table td {
        word-break: break-word;
        vertical-align: top;
    }

    /* Improve QR section spacing */
    .qr-section .row {
        margin: 0;
    }

    /* Better footer on mobile */
    .last-sec .container-fluid {
        padding: 0 10px;
    }

    .last-sec .col-12 div:first-child {
        font-size: 1rem;
        line-height: 1.4;
        padding: 25px 0 15px 0;
    }

    .last-sec .col-12 div:last-child {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .last-sec-inner {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 25px 10px 18px 10px;
        margin-top: 60px;
    }

    .last-sec .col-12 div:first-child,
    .last-sec .col-12 div:last-child {
        font-size: 0.95rem;
    }
}

/* Ultra small screens (up to 375px) */
@media (max-width: 375px) {
    .banner-title {
        font-size: 1.3rem;
        margin: 12px 12px 12px 12px;
    }

    .info-item,
    .info-item-1,
    .info-item-2 {
        font-size: 12px;
        padding: 8px 4px;
    }

    .certificate-table {
        min-width: 400px;
        font-size: 0.75rem;
    }

    .certificate-table th,
    .certificate-table td {
        padding: 4px 6px;
    }

    .qr-img,
    .logo-img {
        max-width: 150px;
    }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-banner {
        height: 200px;
    }

    .banner-content {
        margin: 40px auto;
    }

    .banner-title {
        font-size: 1.4rem;
        margin: 12px 12px 12px 12px;
    }
}

/* Print styles */
@media print {
    .hero-banner {
        background: #1e6eb7 !important;
        color: #000 !important;
    }

    .banner-content {
        background: transparent !important;
    }

    .certificate-seal {
        display: none;
    }
}

/* Improve accessibility and usability */
@media (max-width: 767px) {

    /* Ensure proper contrast and readability */
    .banner-content {
        backdrop-filter: blur(5px);
    }

    /* Better table scrolling */
    .spec-table-wrapper,
    .certificate-table-wrapper {
        -webkit-overflow-scrolling: touch;
    }

    /* Improve image loading */
    .product-image,
    .qr-img,
    .logo-img {
        width: 100%;
        height: auto;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .product-image,
    .qr-img,
    .logo-img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

header {
    position: sticky;
    top: 0;
    z-index: 1050;
    /* higher than .top-bar and nav */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    background: #fff;
}

/* Ensure .top-bar stays above header if needed */
.top-bar {
    z-index: 1100;
    position: relative;
}

.top-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
    background: #25c6d8;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%) !important;
    z-index: -1;
}

/* Custom Top Bar Styles */
.top-bar-custom {
    height: 48px;
    background: transparent;
    display: flex;
    align-items: stretch;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.top-bar-left {

    background: #2BC3CD;
    color: #fff;
    position: relative;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

.top-bar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
}

.top-bar-right {
    margin-left: -42px;
    background: #02605f;
    color: #111;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    z-index: 1;
}

.top-bar-email {
    color: #111;
    font-size: 16px;
}

.top-bar-careers {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.top-bar-social i {
    color: #fff;
    font-size: 18px;
    transition: color 0.2s;
}

.top-bar-social i:hover {
    color: #2ed3df;
}

.top-bar-divider {
    width: 1px;
    height: 28px;
    background: #fff;
    margin: 0 16px;
    display: inline-block;
    opacity: 0.3;
}

@media (max-width: 767px) {
    .top-bar-custom {
        display: none !important;
    }

    .top-bar-left,
    .top-bar-right {
        border-radius: 0;
        min-width: unset;
        width: 100%;
        justify-content: center !important;
        text-align: center;
        padding: 8px 0 !important;
    }

    .top-bar-right {
        flex-wrap: wrap;
        font-size: 0.95rem;
    }

    .top-bar-email,
    .top-bar-careers,
    .top-bar-social {
        margin: 0 8px !important;
    }

    .top-bar-divider {
        height: 18px;
        margin: 0 4px;
    }
}


.prodcut-banner {
    text-align: center;

    color: #fff;
    position: relative;
    background-image: url('/img/tss-img/1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.heading-title {
    color: #2bc3ce;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .prodcut-banner {
        height: 220px;
        padding: 10px 0;
        font-size: 1.1rem;
    }

    .prodcut-banner .banner-title h1 {
        font-size: 1.3rem;
        margin: 0;
        padding: 0 10px;
    }

    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .accordion {
        padding: 0 2px !important;
        border-radius: 10px !important;
    }

    .accordion-button {
        font-size: 1rem;
        padding: 10px 8px;
    }

    .accordion-button img {
        width: 20px !important;
        height: 20px !important;
        margin-right: 6px;
    }

    .accordion-body {
        font-size: 0.97rem;
        padding: 10px 8px;
    }

    .blog-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .blog-card {
        margin-bottom: 18px;
    }

    .blog-section .row.g-4>[class^='col-'] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .faq-section {
        padding: 18px 0;
    }

    .faq-title {
        font-size: 1.1rem;
        padding: 0 8px;
    }

    .faq-accordion {
        padding: 6px 2px;
    }

    .faq-item {
        margin-bottom: 10px;
    }

    .faq-question {
        font-size: 0.98rem;
        padding: 10px 8px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .faq-body {
        font-size: 0.95rem;
        padding: 8px 8px 8px 36px;
    }

    .chemical-info-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .chemical-info-section .chem-box-formula,
    .chemical-info-section .chem-box-cas {
        min-width: 120px;
        font-size: 1rem;
        padding: 8px 4px;
    }

    .chemical-info-section .chem-desc {
        font-size: 0.91rem;
        padding: 0 2px;
    }
}

.text-info {
    color: #2cc3cc !important;
}

.bg-dark {
    background: #171717 !important;
}

.bg-secondary {
    background-color: #111111 !important;
}

/* Blog Section Styles */
.blog-section {
    background: #f2f8fc;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog-card {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.blog-card .card-img-top {

    object-fit: cover;

}

.blog-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    /* background: #1ca3c7; */
    color: #fff;
    font-size: 25px;
    padding: 2px 10px;
    border-radius: 3px;
}

.blog-title {
    font-weight: 700;
    font-size: 15px;
}

.blog-link {
    color: #1ca3c7;
    font-weight: 600;
    font-size: 13px;
}

/* Custom FAQ Accordion Styles */
.faq-section {
    background: #f8fcfe;
}

.faq-title {
    font-size: 2rem;
    letter-spacing: 0.5px;
    color: #1ca3c7;
    font-weight: 600;
}

.faq-accordion {
    border-radius: 18px;


    padding: 24px 18px;
}

.faq-item {
    border-radius: 12px;
    border: 1px solid #e0e7ef;
    background: #fafdff;
    overflow: hidden;
    transition: box-shadow 0.2s;
    box-shadow: 0 2px 16px rgba(30, 163, 199, 0.08);
}

.faq-item:not(:last-child) {
    margin-bottom: 18px;
}

.faq-question {
    background: none;
    border: none;
    outline: none;
    font-size: 1.08rem;
    font-weight: 500;
    color: #222;
    padding: 16px 18px;
    border-radius: 12px;
    transition: background 0.2s;
    cursor: pointer;
    text-align: left;
    box-shadow: none;
}

.faq-question[aria-expanded="true"] {
    background: #e3f4fa;
}

.faq-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    transition: transform 0.3s;
}

.faq-body {
    padding: 16px 18px 18px 54px;
    font-size: 1rem;
    color: #444;
    background: #e3f4fa;
    border-radius: 0 0 12px 12px;
}

@media (max-width: 767px) {
    .faq-title {
        font-size: 1.3rem;
    }

    .faq-accordion {
        padding: 10px 4px;
    }

    .faq-body {
        padding: 12px 10px 12px 44px;
        font-size: 0.97rem;
    }
}

/* Dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        /* Optional: aligns dropdown with parent */
    }

    .navbar-nav .dropdown-menu {
        margin-top: 0;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 16px rgba(30, 110, 183, 0.08);
        border: 1px solid #e0e7ef;
    }

    .navbar-nav .dropdown-toggle::after {
        transition: transform 0.2s;
    }

    .navbar-nav .dropdown.show>.dropdown-toggle::after,
    .navbar-nav .dropdown:hover>.dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

/* Chemical Info Section Styles */
.chemical-info-section {
    background: #0b6fa2;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.chemical-info-section .chem-box {
    display: flex;
    justify-content: center;
    border-radius: 40px;
    min-height: 70px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    font-family: 'Segoe UI', Arial, sans-serif;
}

.chemical-info-section .chem-box:first-child {
    background: #1283be;
    min-width: 340px;
    margin-right: 16px;
}

.chemical-info-section .chem-box:last-child {
    background: #3a9bd6;
    min-width: 240px;
}

.chemical-info-section .chem-desc {
    max-width: 900px;
    text-align: left;
    color: #fff;
    font-size: 0.98rem;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .chemical-info-section .d-flex.flex-row {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .chemical-info-section .chem-box {
        min-width: 180px !important;
        font-size: 1rem !important;
        padding: 10px 8px !important;
    }

    .chemical-info-section .chem-box span {
        font-size: 1rem !important;
    }

    .chemical-info-section .chem-desc {
        font-size: 0.93rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.chem-box-formula {
    background: #1283be;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    min-width: 240px;
    max-width: 100%;
    margin: 0 auto;
    border-right: 1px solid black;
}

.chem-box-cas {
    background: #3a9bd6;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    min-width: 240px;
    max-width: 100%;
    margin: 0 auto;
}

.specification-bg {
    background-color: #09699a !important;
}

.accordion {
    background-color: #09699a !important;
}

.calcium-banner {
    text-align: center;

    color: #fff;
    position: relative;
    background-image: url('../img/tss-img/product-2/1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Calcium Carbonate Products Section */
.calcium-products-section {
    background: #0b6fa2;
    color: #fff;
}

.calcium-products-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.calcium-products-images {
    gap: 1.5rem !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.calcium-product-img {
    max-width: 120px;
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    background: #fff;
    border-radius: 8px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    transition: transform 0.2s;
}

.calcium-product-img:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
    .calcium-products-images {
        gap: 1rem !important;
    }

    .calcium-product-img {
        max-width: 80px;
    }

    .calcium-products-desc {
        font-size: 1rem;
    }
}

/* Applications Section Custom Styles */
.applications-section-bg {
    background: radial-gradient(circle, #eaf3f7 60%, #f6fafc 100%);
    padding: 60px 0 40px 0;
}

.applications-title {
    text-align: center;
    color: #888;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.applications-cards-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 0 auto;
    max-width: 1100px;
}

.applications-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(30, 110, 183, 0.10);
    padding: 32px 24px 24px 24px;
    text-align: left;
    min-width: 280px;
    max-width: 340px;
    flex: 1 1 0;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid transparent;
    height: 100%;
}

.applications-card img {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    margin-left: 2px;
}

.applications-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.applications-card p {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 0;
}

/* .applications-card:first-child {
    background: #2bc3ce;
    color: #fff;
    box-shadow: 0 6px 24px rgba(43, 195, 206, 0.18);
    border: 2px solid #2bc3ce;
} */
/* .applications-card:first-child h3,
.applications-card:first-child p {
    color: #fff;
} */

.applications-card:hover {
    box-shadow: 0 8px 32px rgba(30, 110, 183, 0.18);
    transform: translateY(-6px) scale(1.03);
    z-index: 2;
}

@media (max-width: 991px) {
    .applications-cards-row {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .applications-card {
        max-width: 420px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .applications-section-bg {
        padding: 30px 0 18px 0;
    }

    .applications-title {
        font-size: 1.2rem;
        margin-bottom: 18px;
    }

    .applications-card {
        padding: 18px 10px 14px 10px;
        min-width: 0;
    }

    .applications-card img {
        width: 38px;
        height: 38px;
        margin-bottom: 10px;
    }

    .applications-card h3 {
        font-size: 1rem;
    }

    .applications-card p {
        font-size: 0.93rem;
    }
}

/* PRODUCT GENERAL SPECIFICATIONS Section */
.specifications-section {
    background: #0b6fa2;
    color: #fff;
    box-shadow: 0 0 24px 0 rgba(11, 111, 162, 0.3);
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.spec-buttons {
    gap: 24px;
}

.spec-btn {
    background: linear-gradient(90deg, #e9e9e9 0%, #d6d6d6 100%);
    color: #222;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 36px;
    font-size: 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.spec-btn:hover {
    background: #fff;
    color: #0b6fa2;
}

.brochure-btn i, .enquire-btn i {
    font-size: 20px;
}

.spec-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.spec-table-wrapper {
    background: rgba(11, 111, 162, 0.95);
    border-radius: 18px;
    box-shadow: 0 0 32px 0 #a8cbff;
    padding: 32px 12px;
    max-width: 950px;
}

.spec-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    background: transparent;
}

.spec-table td {
    background: rgba(11, 111, 162, 0.95);
    padding: 18px 24px;
    border: none;
    text-align: left;
    vertical-align: middle;
}

.spec-table tr:hover {
    box-shadow: 0 0 32px 0 #a8cbff;
}

.spec-table tr {
    border-bottom: 2px solid rgba(255, 255, 255, 0.13);
}

.spec-table tr:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .spec-title {
        font-size: 1.3rem;
    }

    .spec-table td {
        padding: 10px 8px;
        font-size: 1rem;
    }

    .spec-table-wrapper {
        padding: 12px 2px;
    }

    .spec-btn {
        font-size: 1rem;
        padding: 8px 18px;
    }
}

/* PVC Resin Section */
.pvc-banner {
    text-align: center;
    color: #fff;
    position: relative;
    background-image: url('../img/tss-img/product-3/hero-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.applications-card-pvc {
    background: #fff;
    border-radius: 14px;
    /* box-shadow: 0 4px 18px rgba(30, 110, 183, 0.10); */
    box-shadow: 1px 1px 5px 3px #ccc;
    padding: 32px 24px 24px 24px;
    text-align: left;
    flex: 1 1 0;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid transparent;
    height: 100%;
}

.applications-card-pvc img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 18px;
    margin-left: 2px;
}

.applications-card-pvc h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.applications-card-pvc p {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 0;
}

/* on hover change bg color */
.applications-card-pvc:hover {
    background: #2bc3ce;
    color: #fff;
    box-shadow: 0 6px 24px rgba(43, 195, 206, 0.18);
    border: 2px solid #2bc3ce;
}

.img-hover {
    display: none;
}

.applications-card-pvc:hover .img-normal {
    display: none;
}

.applications-card-pvc:hover .img-hover {
    display: inline;
}


.brand-color-1 {
    color: #2bc3ce;
}

.product-range-card {
    background-color: transparent;
    border-top: 2px solid #2bc3ce;
    padding: 20px 0px;
}

.demand-section {
    background-color: #e5f0f0;
    padding: 100px 0px;
}

.faq-section {
    padding: 50px 0px;
}

.cta-btn img {
    height: 50px;
    margin-right: 50px;
}

@media (max-width: 576px) {
    .cta-btn img {
        height: 30px;
        margin-right: 20px;
    }
}


/* disperse dyes products */

.disperse-banner {
    text-align: center;
    color: #fff;
    position: relative;
    background-image: url('../img/tss-img/product-4/hero-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.application-disperse {
    background-color: #f8f8f8;
}

.section-title-color {
    color: #727272;
}

.application-badge {
    padding: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 2px #ccc;
    margin-right: 20px;
}

/* .application-badge:hover {
    background-color: #2bc3ce;
    color: #fff;
} */

.application-badge:hover>i {
    color: #fff;
}

img.product-image {
    width: 180px;
    margin: 10px;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.2s;
}

img.product-image:hover {
    transform: scale(1.03);
}

.section-title-color {
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-bg-blue {
    background-color: #0b6fa2;
}

.pTop-100 {
    padding-top: 100px;
}

/* Reactive Dyes */
.reactive-dyes-banner {
    text-align: center;
    color: #fff;
    position: relative;
    background-image: url('../img/tss-img/product-5/hero-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

th, td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
}

.cal-second-table:hover{
    box-shadow: 0 0 25px 0 #a5b4dc;
}