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;
}
.industries-section ul li {
    margin-top: 0px;
}

.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%;
    }

}

.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: 550px;
    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(30deg); }
}
@keyframes reverse-rotating {
    from { transform: rotate(0deg); }
    to { transform: rotate(-30deg); }
} */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    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);
}



/* editor-content wrapper */
.editor-content {
    max-width: 100%;
    margin-top: 1rem;
    color: #374151; /* gray-700 */
    line-height: 1.7;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* Headings */
.editor-content h1 {
    font-size: 1.875rem; /* 3xl */
    font-weight: 700;
    margin-bottom: 1rem;
}

.editor-content h2 {
    font-size: 1.5rem; /* 2xl */
    font-weight: 700;
    margin-bottom: 1rem;
}

.editor-content h3 {
    font-size: 1.25rem; /* xl */
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.editor-content h4 {
    font-size: 1.125rem; /* lg */
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.editor-content h5 {
    font-size: 1rem; /* base */
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.editor-content h6 {
    font-size: 0.875rem; /* sm */
    font-weight: 500;
    margin-bottom: 0.25rem;
}
/* Links */
.editor-content a {
    color: #2563eb; /* blue-600 */
    text-decoration: underline;
}

/* Images */
.editor-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
    border-radius: 0.25rem;
    object-fit: contain;
}

/* Blockquotes */
.editor-content blockquote {
    border-left: 4px solid #d1d5db; /* gray-300 */
    padding-left: 1rem;
    font-style: italic;
    color: #4b5563; /* gray-600 */
    margin: 1rem 0;
}

/* Tables */
.editor-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.editor-content th,
.editor-content td {
    border: 1px solid #d1d5db; /* gray-300 */
    padding: 0.5rem;
}

/* Code */
.editor-content code {
    background-color: #f3f4f6; /* gray-100 */
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    font-family: monospace;
}

/* Preformatted code blocks */
.editor-content pre {
    background-color: #f3f4f6; /* gray-100 */
    padding: 1rem;
    border-radius: 0.25rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}
/* Lists */
.editor-content ul {
    list-style-type: disc;   /* bullet points */
    padding-left: 3rem;
}

.editor-content ol {
    list-style-type: decimal; /* numbers for ordered lists */
    padding-left: 2rem;
}




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

.whatsapp-float {
    position: fixed;
    bottom: 75px;
    right: 1%;
    background-color: #b70032;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.05);
}

/* ===============================
   TEAM MODERN SECTION
================================ */
.team-modern {
    background: #f9fafb;
}

.section-subtitle {
    max-width: 720px;
    margin: 10px auto 0;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
}

/* ===============================
   TEAM CARD
================================ */
.team-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* ===============================
   TEAM IMAGE
================================ */
.team-image {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #be002a, #f3b6c4);
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #ffffff;
}

/* ===============================
   TEAM CONTENT
================================ */
.team-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #212529;
}

.team-content span {
    font-size: 14px;
    font-weight: 500;
    color: #be002a;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .team-image {
        width: 120px;
        height: 120px;
    }

    .team-card {
        padding: 25px 20px;
    }
}


.verification-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 30px;
}

.verification-header {
    text-align: center;
    padding: 20px 30px;
    background: linear-gradient(135deg, #be002a, #8c001f);
    color: #fff;
}

.verify-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    color: #be002a;
    font-size: 34px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.verification-header h2 {
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}
.verification-header p {
    color: #fff;
}

.verification-body {
    padding: 20px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
}


.status-badge {
    background: #28a745;
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
}

.verification-footer {
    padding: 20px;
    text-align: center;
    background: #fafafa;
}


.pdf-viewer {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-radius: 10px;
    overflow: hidden;
}

