.ft-44 {
    position: relative;
    font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.chemical-properties-list {
    padding-left: 30px;
    padding-bottom: 10px;
    text-align: left;
    color: #fff;
}

.chemical-properties-list-un-sz {
    padding-left: 48px;
    padding-bottom: 10px;
    text-align: left;
    color: #fff;
}

.footer-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.footer-left,
.footer-right {
    flex: 1;
    min-width: 200px;
    color: #fff;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .footer-bottom-content {
        flex-direction: column !important;
        text-align: center !important;
    }

    .footer-left,
    .footer-right {
        text-align: center !important;
        margin: 3px 0;
    }
}

/* Sticky Header Background and Link Color */
.sticky-header {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Change the link color inside sticky header */
.sticky-header .main-menu .navigation>li>a {
    color: #000 !important;
}


/*  */
.timeline-carousel {
    padding: 40px 6.9444% 40px 6.9444%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.timeline-carousel:after,
.timeline-carousel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 6.9444%;
    background-color: #fff;
    z-index: 3;
}

.timeline-carousel:after {
    left: 0;
}

.timeline-carousel:before {
    right: 0;
    opacity: 0;
}

.timeline-carousel .slick-list {
    overflow: visible;
}

.timeline-carousel .slick-dots {
    bottom: -73px;
}

.timeline-carousel__image {
    padding-right: 30px;
}

.timeline-carousel__item {
    cursor: pointer;

    /* SLIDE FROM RIGHT ANIMATION */
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease-out;
}

.timeline-carousel .slick-active .timeline-carousel__item {
    opacity: 1;
    transform: translateX(0);
}

.timeline-carousel__item .media-wrapper {
    opacity: 0.9;
    padding-bottom: 60%;
    transition: all 0.4s ease;
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}

.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.timeline-carousel__item-inner .year {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    display: table;
    letter-spacing: -1px;
    padding: 8px 10px;
    background-color: #000;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    margin: -15px 0 20px;
    font-weight: 600;
}

.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #ffffff;
    z-index: 3;
}

.timeline-carousel__item-inner p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 90%;
    font-weight: 400;
    margin-bottom: 15px;
}

/*  */

.ft-40 {
    font-size: 36px !important;
}

.pxy-0 {
    padding: 20px 0 40px;
}

.mtb-0070 {
    margin: 0 0 70px;
}

.ptb-50030 {
    padding: 50px 0 30px;
}

/*  */
/* Responsive wrapper for table */
.responsive-table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}

/* Table Styling */
.steel-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.steel-table caption {
    caption-side: top;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #E91C23;
}

.steel-table th,
.steel-table td {
    border: 1px solid #777777;
    padding: 10px 14px;
    text-align: center;
}

.steel-table th {
    background-color: #E91C23;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.steel-table td {
    font-size: 14px;
    color: #333;
}

.steel-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Optional: Improve experience on mobile */
@media (max-width: 768px) {


    .services-section .sec-bg {
        /* background-image: unset !important; */
        height: 650px !important;
    }

    .welcome-section {
        padding: 50px 0 50px;
    }


    .steel-table caption {
        font-size: 18px;
    }

    .steel-table th,
    .steel-table td {
        font-size: 13px;
        padding: 8px;
    }


    /* .services-section .sec-bg {
        height: 600px !important;
    } */

    .w365 {
        width: 365px;
    }

    .sec-title h2 {
        font-size: 34px !important;
    }

    .testimonials-section .icon-box {
        text-align: center !important;
    }

    .slick-track {
        height: 390px !important;
    }

    .banner-section {
        position: relative;
        height: 70vh;
    }
}

.ptb-20030 {
    padding: 20px 0 30px;
}

.fw-500 {
    font-weight: 500;
}

.fw-bold {
    font-weight: 700;
}


.bg-gray {
    background-color: #171612 !important;
}

.fsz {
    font-size: 22px !important;
}

.w-180-140 {
    width: 180px;
    height: 140px;
    object-fit: cover;
}

.ft-25 {
    font-size: 25px !important;
}

/*  SUN TECH color change */

/* Style for SUN (red) and TECH (black) in regular content */
.sun-part {
    color: #ff0000;
    font-weight: bold;
}

.tech-part {
    color: #000000;
    font-weight: bold;
}

/* Style for both SUN and TECH in footer (both red) */
.footer-suntech,
.footer-sun,
.footer-tech {
    color: #E91C23 !important;
    font-weight: bold;
}

/* Your existing table styles */
.steel-table .sun-part {
    color: white;
    background-color: #E91C23;
    font-weight: bold;
}

.steel-table .tech-part {
    color: black;
    font-weight: bold;
}

/*  */

ul.contact-info,
ul.social-icon {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}