body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.showcase-bg {
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .showcase-bg {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .showcase-bg {
        height: 220px;
    }
}

@media (max-width: 400px) {
    .showcase-bg {
        height: 180px;
    }
}


.bg-overlay {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}


.industries-section {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    height: 697px;
    display: block;
    overflow: hidden;
    background-color: #000;
}

.vslider-title {
    font-size: 130px;
    line-height: 84px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
}

.section ul {
    list-style: none;
}

/*=========================== Case Study Showcase=======================*/

.vslider {
    position: absolute;
    z-index: 3;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
}

.vslider li {
    width: 14.28571428571429%;
    height: 100%;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center 90%;
    position: relative;

}

.vslider li img {
    position: absolute;
    top: 43%;
}

.vslider li:before {
    background-color: var(--primary-color);
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    opacity: 0.7;
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.vslider li:hover:before {
    width: 100%;
    left: 0;

}

.vslider li:first-child {
    border-left: 0;
}

.vslider .vslider-name a {
    position: relative;
    text-align: center;
    list-style: none;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.vslider .vslider-name a span {
    display: block;
    min-height: 40px;
    margin-top: 150px;
}

.vslider .vslider-name a:before {
    content: url(../images/icons/arrow.png);
    position: absolute;
    bottom: 50px;
    left: calc(50% - 15px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    transform: rotate(180deg);
}

.vslider .vslider-name a:hover:before {

    transform: rotate(315deg);
}

.vslider .vslider-name a:hover {
    text-decoration: none;

}

.vslider .vslider-name.active a {
    /*opacity: 1;*/
    color: #fff;
    background-color: rgba(122, 11, 34, 0.2);
    background-position: center 50px;
}

.vslider-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
    opacity: 0.7
}

.vslider-images li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

}

.vslider-images li .img-hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 900ms linear;
    transition: all 500ms linear;
}

.vslider-images li.show .img-hero-background {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.vslider li:nth-child(1) {
    background-image: url(../images/icons/group/1.png);

}

.vslider li:nth-child(2) {
    background-image: url(../images/icons/group/2.png);
}

.vslider li:nth-child(3) {
    background-image: url(../images/icons/group/3.png);

}

.vslider li:nth-child(4) {
    background-image: url(../images/icons/group/4.png);
}

.vslider li:nth-child(5) {
    background-image: url(../images/icons/group/5.png);
}

.vslider li:nth-child(6) {
    background-image: url(../images/icons/group/6.png);
}

.vslider li:nth-child(7) {
    background-image: url(../images/icons/group/7.png);
}

/*****************************************/

.vslider-images li:nth-child(1) .img-hero-background {
    background-image: url(../img/insdrustise/marine.jpg);
}

.vslider-images li:nth-child(2) .img-hero-background {
    background-image: url(../img/insdrustise/manufacturing.webp);
}

.vslider-images li:nth-child(3) .img-hero-background {
    background-image: url(../img/insdrustise/3.jpg);
}

.vslider-images li:nth-child(4) .img-hero-background {
    background-image: url(../img/insdrustise/biomedical.webp);
}

.vslider-images li:nth-child(5) .img-hero-background {
    background-image: url(../img/insdrustise/gas-oil.jpg);
}

.vslider-images li:nth-child(6) .img-hero-background {
    background-image: url(../img/insdrustise/telecommunication.webp);
}

.vslider-images li:nth-child(7) .img-hero-background {
    background-image: url(../img/insdrustise/power-energy.webp);
}

/* #Media
================================================== */
@media only screen and (max-width: 1024px) {
    .vslider {}

    .vslider-title {
        font-size: 80px;
        line-height: 74px;
    }
}

@media (max-width: 991px) {
    .vslider-images li .hero-number-back {
        font-size: 26vw;
    }

    .vslider-title {
        font-size: 50px;
        line-height: 44px;
    }
}

@media (max-width: 810px) {

    .vslider li {
        background-size: 80%;
    }

    .vslider .vslider-name a {
        font-size: 12px;
        line-height: 12px;
        background-size: 14px;
    }

    .vslider .vslider-name a {
        position: relative;
        top: 32%;
        text-align: center;
        list-style: none;
        justify-content: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        padding: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
    }

    .section {
        height: 400px;
    }

    .vslider li img {
        position: absolute;
        top: 25%;
    }

}


.testing-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.testing-content table,
.testing-content th,
.testing-content td {
    border: 1px solid #ddd;
    padding: 8px;
}

.testing-content th {
    background-color: #f5f5f5;
    text-align: left;
}

.testing-content ul,
.testing-content ol {
    padding-left: 20px;
    margin-bottom: 1rem;
}

.testing-content h1,
.testing-content h2,
.testing-content h3,
.testing-content h4,
.testing-content h5,
.testing-content h6 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.testing-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.features-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.feature-item i {
    font-size: 1.5em;
}

.feature-item span {
    font-size: 0.9em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .features-container {
        padding: 15px;
        gap: 10px;
    }

    .feature-item {
        padding: 8px 12px;
    }

    .feature-item i {
        font-size: 1.2em;
    }

    .feature-item span {
        font-size: 0.8em;
    }
}

@media (max-width: 576px) {
    .features-container {
        flex-direction: column;
        align-items: stretch;
    }


    .feature-item {
        display: flex;
        justify-content: center;
    }
}
.disc-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.disc {
    position: relative;
    width: 100%;
    max-width: 650px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}
.logo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10vw;
    height: 10vw;
    max-width: 130px;
    max-height: 130px;
    background: #2c3e50;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    padding: 1%;
    z-index: 10;
    font-size: 1rem;
    line-height: 1.2;
    box-sizing: border-box;
}
/* Image icons */
.disc-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.disc-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Lines */
.disc-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 0; /* Initially hidden */
    background: #888;
    transform-origin: top center;
    transition: height 0.8s ease-in-out;
}
/* Text */
.disc-text {
    position: absolute;
    width: 100px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.disc-text h5 {
    font-size: 12px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}
/* Animations triggered by JS class */
.disc.ready .disc-icon {
    opacity: 1;
    animation: pulse 2s infinite ease-in-out;
}
.disc.ready .disc-line {
    height: var(--line-height);
    transition-delay: var(--delay);
}
.disc.ready .disc-text {
    opacity: 1;
    transition-delay: var(--delay);
}
/* Hover Effects */
.disc-icon:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}
.disc-icon:hover + .disc-line {
    background-color: #3498db;
}
.disc-icon:hover ~ .disc-text h5 {
    color: #3498db;
}
/* New Animations */
@keyframes rotating {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes reverse-rotating {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.disc.rotating {
    animation: rotating 40s linear infinite;
}
/* Responsive styles... (unchanged) */
@media (max-width: 1200px) {
    .disc { max-width: 600px; }
    .logo-icon { width: 12vw; height: 12vw; font-size: 0.9rem; }
    .disc-icon { width: 45px; height: 45px; }
    .disc-text { width: 90px; }
    .disc-text h5 { font-size: 11px; }
    .disc-line { height: 120px; }
}
@media (max-width: 992px) {
    .disc { max-width: 500px; }
    .logo-icon { width: 15vw; height: 15vw; font-size: 0.8rem; }
    .disc-icon { width: 40px; height: 40px; }
    .disc-text { width: 80px; }
    .disc-text h5 { font-size: 10px; }
    .disc-line { height: 100px; }
}
@media (max-width: 768px) {
    .disc { max-width: 350px; }
    .logo-icon { width: 20vw; height: 20vw; font-size: 0.7rem; }
    .disc-icon { width: 30px; height: 30px; }
    .disc-text { width: 70px; }
    .disc-text h5 { font-size: 9px; }
    .disc-line { height: 70px; }
}
@media (max-width: 480px) {
    .disc { max-width: 280px; }
    .logo-icon { width: 25vw; height: 25vw; font-size: 0.6rem; }
    .disc-icon { width: 25px; height: 25px; }
    .disc-text { width: 60px; }
    .disc-text h5 { font-size: 8px; }
    .disc-line { height: 50px; }
}
/* feature certified */
.ltn-feature-logo-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    flex-direction: row;
    /* desktop default: row */
}

.ltn-feature-logo-item img {
    max-height: 60px;
    flex-shrink: 0;
}

.ltn-feature-logo-item p {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-align: left;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .ltn-feature-logo-item {
        flex-direction: column;
        /* mobile: image top, text bottom */
        text-align: center;
    }

    .ltn-feature-logo-item img {
        margin-bottom: 8px;
    }
}

/* Default hidden state */
.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.4s ease-in-out;
    will-change: transform, opacity;
}

.scroll-animate.show {
    opacity: 1;
    transform: translateY(0);
}


/* #Link to page
================================================== */
