﻿

@font-face {
    font-family: Rajdhani;
    src: url(../Fonts/Rajdhani-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Rajdhani;
    src: url(../Fonts/Rajdhani-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Rajdhani;
    src: url(../Fonts/Rajdhani-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Rajdhani;
    src: url(../Fonts/Rajdhani-SemiBold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Rajdhani;
    src: url(../Fonts/Rajdhani-Bold.ttf) format("truetype");
    font-weight: 700;
}

/*:root {
    --main-bg: #fff;
    --white-cards-bg: #ffffff;
    --cards-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 6px 20px rgba(0, 0, 0, 0.1);
    --clr-primary: #000000;
    --txt-gray: #595959;
    --clr-dot-active: #666666;
    --clr-dot-inactive: #d9d9d9;
    --header-bg: #073763;
    --btn-main-bg: #00254d;
    --clr-border-menu: #f0f0f0;
    --card-radius: 1em;
    --card-radius-sm: 5px;
    --bg2: #eaeaea;
    --bg-gray: rgba(0, 0, 0, 0.04);
    --bg-Dark-gray: #ddd;
    --feature-brdr: #fada5e;
    --bg-darkgray: #ddd;
    --bg-lightgray: #f0f0f0;
    --brdr-lt-gray: #ccc;
    --bg-heading: #666666;
    --bg-footer: rgba(55, 53, 65, 0.85);
    --bg-footer2: #00254d;
    --lg-traingle: #fada5e;
    --sm-traingle: #fada5e;
    --line-clr: #595959;
    --bg-white: #fff;
    --header-btn: #f0a200;
    --transparent-black: rgba(0, 0, 0, 0.5);
    --transparent-white: rgba(255, 255, 255, 0.9);
    --ft-weight: 400;
    --clr-learn: #c37c00;
    --bg-black: #000;
}*/

:root {
    --main-bg: #fff;
    --white-cards-bg: #ffffff;
    --cards-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 6px 20px rgba(0, 0, 0, 0.1);
    --clr-primary: #000000;
    --txt-gray: #595959;
    --clr-dot-active: #666666;
    --clr-dot-inactive: #D9D9D9;
    --header-bg: #073763;
    --btn-main-bg: #00254d;
    --clr-border-menu: #f0f0f0;
    --card-radius: 1em;
    --card-radius-sm: 5px;
    --bg2: #eaeaea;
    --bg-gray: rgba(0, 0, 0, 0.04);
    --bg-darkgray: #DDD;
    --feature-brdr: #fada5e;
    --bg-lightgray: #f0f0f0;
    --brdr-lt-gray: #ccc;
    --bg-heading: #666666;
    --bg-footer: rgba(55, 53, 65, 0.85);
    --bg-footer2: #00254D;
    --lg-traingle: #fada5e;
    --sm-traingle: #fada5e;
    --line-clr: #595959;
    --bg-white: #fff;
    --header-btn: #f0a200;
    --transparent-black: rgba(0, 0, 0, 0.5);
    --transparent-white: rgba(255, 255, 255, 0.9);
    --ft-weight: 400;
    --clr-learn: #c37c00;
    --bg-black: #000;
    --dot-size: 18px;
    --line-width: 4px;
    --primary-color-Timeline: #f0a200;
    --Secondry-color-Timeline: #888;
    --time-crn-clr: #EEE;
    --timeline-card-clr: #EEE;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--main-bg) !important;
    color: var(--clr-primary) !important;
    font-size: 16px;
    transition: background-color 1s ease-in-out 0.2s;
    position: static !important;
    font-weight: 500;
}

#Hiderow {
    display: none;
}


.title,
header,
nav ul li a {
    color: var(--white-cards-bg);
}

.header-btn .contactus-btn a,
.quicklinks .nav-ul p a {
    color: var(--bg-white);
    text-decoration: none;
}

.loading__page,
.nav-menu {
    position: fixed;
    top: 0;
}
    /*,
header*/

    .contactus-btn,
    .nav-menu ul,
    .text,
    .title {
        text-align: center;
    }

.mySlides,
.tagline {
    box-shadow: var(--cards-shadow);
}

.btn__book_demo,
.dot,
.hamburger,
.next,
.prev,
nav ul li a {
    cursor: pointer;
}

.btn__book_demo,
body {
    font-family: Rajdhani, sans-serif !important;
}

.footer__nav,
.sub-menu,
.subtext-sm ul,
nav ul {
    list-style: none;
}

.index-table td h5,
.index-table th h5 {
    margin-bottom: 0;
    line-height: 1.25rem;
}

.cust-img,
.rotate-img {
    mix-blend-mode: multiply;
}

.abt-img img,
.comman-part2 img,
.flip-card-front img,
.img__slide img,
.ind-img img {
    object-fit: cover;
    object-fit: cover;
}

.btn__book_demo,
.btn__book_demo:hover,
.footer-address a,
.footer__nav a,
.index-link,
.learn-more,
.learn-more-btn,
.ms-size,
.quicklinks .nav-ul p a,
nav ul li a {
    text-decoration: none;
}

.loading__page {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: transform 1s ease-in-out;
}

    .loading__page.slide-up {
        transform: translateY(-100%);
    }

.title-Loader {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.loader__logo img {
    width: 700px;
    height: auto;
}

.logo,
.title {
    opacity: 0;
}
/*.hamburger.active span:nth-child(2),*/
.logo {
    animation: 0.5s ease-out 0.5s forwards fadeInSlideUp;
}

.title {
    font-size: 2em;
    animation: 0.5s ease-out 0.7s forwards fadeInSlideUp;
}

@keyframes fadeInSlideUp {
    0% {
        transform: translateY(5%);
        opacity: 0.5;
    }

    70% {
        transform: translateY(-2%);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

header {
    background: #000;
    /*height: 4em;
    left: 0;
    width: 100%;*/
    z-index: 1000;
    padding: 0.6rem 0;
}

.header-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.nav-tabs {
    background-color: #555;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding-top: 0px;
    margin: 0;
    padding: 0;
    border: 0;
}

.fullheight,
.hero-sec .container {
    height: 100%;
}

.header__logo {
    width: auto !important;
}

.main-logo {
    height: 29px;
}

.hamburger {
    display: none;
    z-index: 5000;
    /*padding-bottom: 1%;*/
    /*float: right;*/
    width: 24px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.fix-nav {
    position: fixed;
    width: 100%;
    /*max-width: calc(100vw - 60px) !important;*/
    z-index: 4000;
}

.hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.hamburger-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
}

/*.hamburger.active span:first-child {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}*/

.quicklinks {
    background: linear-gradient(to right, transparent 50%, rgb(0 0 0 / 0.6) 40%);
    position: fixed;
    width: 100%;
    z-index: 100;
}

    .quicklinks .nav-ul {
        list-style: none;
        display: flex;
        gap: 1rem;
        justify-content: flex-end;
        align-items: center;
        display: none; /*hided old navbar*/
    }

.header-btn,
.nav-menu,
.slideshow-container.slidesshow {
    display: none;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.dtrelease,
body > .skiptranslate {
    display: none;
}

.header-title h4 {
    font-size: 25px !important;
    font-weight: 500;
    /*padding-right: 1rem;*/
    transition: padding-right 0.9s;
    margin-bottom: 0;
}

nav {
    display: flex;
    gap: 1rem;
    z-index: 3000;
    padding-right: 0.8%;
}

    nav ul {
        display: flex;
        gap: 1rem;
        font-size: 0.9em;
        padding-top: 1rem;
    }

#btnHighlight {
    cursor: none;
}

.contactus-btn {
    margin-top: 0.5rem;
    padding: 2px;
    width: 120px;
    height: 30px;
    background: var(--header-btn);
    color: #000;
    border-radius: var(--card-radius-sm);
}

.highlight-click {
    padding: 2px 10px;
    min-width: 100px;
    height: 30px;
    display: block;
    /*background: var(--header-btn);*/
    background-color: #f0a200;
    color: #000;
    /*border-radius: var(--card-radius-sm);*/
    text-align: center;
    transition: 0.5s ease;
}

.left-side {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*height: 30px;*/
    float: left;
    text-align: left;
    /*background-color: #333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    display: flex;
    /*gap: 0.2rem;*/
}

    .left-side li:hover, .left-side a:hover {
        background-color: #777;
        /*transform: scale(1)*/
    }

    .left-side a i, .nav-ul li a i {
        margin-top: -7px;
        width: 14px;
        font-size: 12px;
        line-height: 14px;
        height: 14px;
        text-align: left;
        font-style: normal;
        text-indent: 0;
        margin-right: 5px;
    }

.right-side {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uname {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    vertical-align: baseline;
    font-size: 13px;
    outline-style: none;
}

.list-burger::marker {
    content: ""
}

.rightside {
    float: right;
    list-style-type: none;
    margin: 0;
    height: 30px;
}

.left-side a {
    text-decoration: none;
    color: #fff;
    padding: 2px 10px;
    /*min-width: 100px;*/
    display: inline-block;
    /*height: 30px;*/
    line-height: 28px;
    padding: 0 12px;
    vertical-align: baseline;
    font-size: 13px;
    outline-style: none;
    text-align: center;
    border-bottom-left-radius: 0px;
}

.list-burger {
    /*width: 100%;*/
}

.hamburger span {
    /*float: right;*/
}

.hero-text,
.mySlides,
.slideshow-container {
    border-radius: var(--card-radius);
}

.header-btn .contactus-btn {
    width: 100px;
    display: none;
}

.nav-menu {
    right: 0%;
    width: 40%;
    background-color: var(--bg-white);
    padding: 2rem;
    transform: none;
    height: auto;
    top: 12% !important;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    border-color: #FFF;
}

    .module-slide.active,
    .nav-menu.active,
    .valve-slide.active {
        display: block;
    }

    .nav-menu ul {
        flex-direction: column;
        font-size: 1.5rem;
        height: 100%;
        width: 100%;
        padding: 0;
        /*justify-content: center;*/
        align-items: flex-start;
        text-align: left;
        padding-left: 20%;
    }

    .nav-menu li {
        margin: 10px 0;
    }

        .nav-menu li a {
            color: #000;
        }

.hero-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /*background: url(../Images/hero-bg2.jpg) 0 0 / cover no-repeat;*/
}

.sec-top {
    justify-content: start;
}

.gap-sec {
    padding-bottom: 4rem;
}

.tile-icon {
    width: 30px;
}

    .tile-icon img {
        width: 30px;
    }

    .tile-icon i {
        font-size: 25px;
        display: inline-block;
        text-align: center;
        color: #000000;
        font-weight: 600;
    }

.title-sm {
    color: #000000;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
}

.main-title {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.sub-title {
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
}

.footer-sub {
    color: #fff;
    text-align: left;
}
/*.grid-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}*/
.grid-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}
/*.forums-tile {
    box-shadow: var(--cards-shadow);
    padding: 1rem;
    width: 250px;
    border-radius: var(--card-radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}*/
.forums-tile {
    box-shadow: var(--cards-shadow);
    padding: 1.5rem 1rem;
    width: 280px;
    border-radius: var(--card-radius);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: #fff;
    transition: transform 0.3s ease;
    cursor: auto;
}

    .forums-tile:hover {
        transform: translateY(-5px);
    }

.tile-title {
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin: 0;
    font-size: 1.2rem;
}

.hero-text {
    background: var(--transparent-white);
    position: absolute;
    top: 30%;
    height: 40%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

    .hero-text p {
        color: var(--clr-primary);
        font-size: 1.8em;
    }

.landing {
    position: relative;
    padding-bottom: 4%;
}

    .landing p {
        margin-top: 1rem !important;
    }


.tagline {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    border-radius: var(--card-radius-sm);
    padding: 0.5em;
    background-color: var(--white-cards-bg);
    text-align: center;
    font-size: 1.45em;
    color: #000;
}


.text-title {
    font-size: 1.5em;
    font-weight: 500;
    width: 100%;
}

.gray-title {
    color: var(--txt-gray);
}

.text-subtitle {
    font-size: 1.2em;
    font-weight: 400;
    font-stretch: 100%;
}



.flex__center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}


.btn__book_demo {
    background-color: var(--header-btn);
    color: var(--white-cards-bg);
    padding: 0.7em 1.2em;
    outline: 0;
    transition: 0.3s;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    font-size: 0.9em;
    line-height: 1rem;
    border-radius: var(--card-radius-sm);
}

.menu-item,
.section-subtitle,
.section-title,
.specialisation-content p {
    color: var(--clr-primary);
}


.btn__book_demo:hover {
    transform: scale(1.05);
    border-radius: 0.5em;
}

.container {
    max-width: calc(100vw - 60px) !important;
    margin: 0 auto;
}
/*Article/Newsletter css*/

.hero-sec {
    min-height: 100vh;
    /*background: url(../Images/hero-bg2.jpg) 0 0 / cover no-repeat;*/
}

.hero-text {
    background: var(--transparent-white);
    position: absolute;
    top: 30%;
    height: 40%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    border-radius: var(--card-radius);
}

.blog-sec,
.index-container,
.landing {
    position: relative;
}

.index-container,
.pad-top2 {
    padding-top: 2rem;
}

.hero-text p {
    color: var(--clr-primary);
    font-size: 1.8em;
}

.landing {
    padding-bottom: 4%;
}

    .landing p {
        margin-top: 1rem !important;
    }

.hero {
    background-image: url("path/to/your/hero-image.jpg");
    background-size: cover;
    background-position: center;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--bg-darkgray) !important;
    padding-top: 5rem;
}

.ft__contact,
.index-landing {
    margin-bottom: 2rem;
}

.hero-content {
    padding: 2rem;
    border-radius: 10px;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
    width: 37px;
    height: 14px;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 1rem;
}

.translate {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-content {
    padding: 2rem;
    border-radius: 10px;
}

.blog-sec {
    background-color: var(--bg-white) !important;
}

.blogs-container {
    padding-bottom: 4%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 1.2rem;
}

.blog-no,
.blogs-subtitle {
    font-size: 1.1rem;
}

.blogcontent {
    text-align: left;
    padding: 0 !important;
    line-height: 0.1rem;
}

.blogs-subtitle {
    margin-top: 1rem;
    line-height: 1.2rem;
}

.text-small {
    font-size: smaller;
}

.blog-part {
    width: 80%;
}

/*.sidebar {
    height: 100%;
    position: absolute;
    top: 0;
    width: 20%;
    right: 0;
    padding: 2rem;
}*/
.sidebar {
    /* height: 100%; */
    position: absolute;
    top: 35px;
    width: 20%;
    right: 0;
    padding: 0rem 2rem;
    /*border-left: 1px solid #ccc;*/
    /* padding-top: 0px; */
    /*border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 10px;*/
    /* background-color: #EEE; */
}

.newsletter-menu, .article-menu {
    padding: 0rem 2rem;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 10px;
}

.hero-blogs {
    margin-bottom: 0 !important;
}

.list-title {
    font-size: 1.2rem;
}

.index-table th {
    background: #f3f3f3;
    border: 1px solid #9e9e9e;
    padding: 0.2rem;
    border-bottom: none;
}

.hide-date {
    display: inline-masonry;
}

.index-table th h5 {
    font-weight: 500 !important;
    display: inline-block;
}

.sortArrow {
    margin-top: 0.7rem !important;
    margin-left: 0.7rem !important;
    display: block;
}

.blogdt {
    font-size: 1.3rem;
}

.index-table td {
    border: 1px solid #9e9e9e;
    padding: 0.2rem;
}

.fancyTable {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

    .fancyTable td,
    .fancyTable th {
        padding: 12px;
        border: 1px solid #ddd;
    }

    .fancyTable thead th {
        background-color: #f4f4f4;
        cursor: pointer;
    }

    .fancyTable tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

.fancySearchRow th input {
    position: absolute;
    top: -2%;
    width: 30% !important;
    right: 1%;
}

.fancySearchRow {
    border: none;
}

    .fancySearchRow th {
        padding: 0 !important;
        border-width: 0;
    }

.right-link {
    /*text-align: right;*/
    margin: 0.5rem;
}


.google_translate_element {
    position: absolute;
    bottom: 0;
    right: 4%;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-combo {
    padding: 4px;
    border-radius: 5px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    color: #000;
    width: 140px;
    box-shadow: none;
    background: #fff !important;
}

.clsIcon,
.tip-icon {
    background-image: url(../Images/Tip.svg);
}

.goog-te-combo:focus {
    border-color: #fff;
    outline: 0 !important;
}

.clsIcon {
    height: 2rem;
    width: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: baseline;
}

.dyn-icon {
    background-image: url(../Images/dyn.svg);
}

.best-practices {
    background-image: url(../Images/best-practices.svg);
}

.reports-icon {
    background-image: url(../Images/Reports.svg);
}

.motenta-news-icon {
    background-image: url(../Images/news.svg);
}

.notifcation-icon {
    background-image: url(../Images/Notification.svg);
}

.whatsnew-icon {
    background-image: url(../Images/whatsnew.svg);
    height: 2.5rem;
    width: 2.5rem;
}

.artcile-icon {
    background-image: url(../Images/Article.svg);
    height: 2.5rem;
    width: 2.5rem;
}

.article-img,
.ss-img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.ss-img {
    cursor: pointer;
}

.research-icon {
    background-image: url(../Images/research.svg);
}

.feedback-icon {
    background-image: url(../Images/Feedback.svg);
}

.headline {
    font-size: 1.7rem;
    display: flex;
    gap: 0.7rem;
    align-items: center;
}

.copyright,
.sec-gap {
    margin-top: 2rem;
}

.didUknow {
    padding: 1.5rem;
}

.WhatNew,
.article,
.case-study,
.didUknow,
.feedback,
.notification,
.reports {
    margin-top: 3rem;
}

.WhatNew,
.didUknow,
.notification,
.reports {
    margin-top: 5rem;
}

.case-study h4 {
    padding: 0.5rem 0;
}

.ss-img {
    border-radius: 5px;
    border: 2px solid #ddd;
    transition: transform 0.3s, box-shadow 0.3s;
}

#myImg,
.close {
    transition: 0.3s;
}

#sidebarMenus,
.report-images2 {
    display: flex;
    flex-direction: column;
}

.article-img {
    border-radius: 5px;
    margin-bottom: 2rem;
}

.article-menu,
.newsletter-menu {
    margin-bottom: 1rem;
}

.ss-img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #000;
}

.dark-gray-bg {
    background-color: var(--bg-darkgray);
}

.gray-sec {
    background-color: var(--bg-lightgray);
}

.dark-gray-bg,
.gray-sec {
    margin-right: 1.2rem;
    border-radius: var(--card-radius);
}

#myImg:hover {
    opacity: 0.7;
}

.report-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 5rem;
    padding: 2rem;
    margin-bottom: 4rem;
}

.img-captions2,
.report-images2 img {
    width: 450px;
}

.img-captions p {
    margin-top: 0.5rem;
}

.modal {
    display: none;
    position: fixed;
    z-index: 5000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.close,
.nav-arrow {
    position: absolute;
    font-weight: 700;
}

#caption,
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
}

.modal-content {
    max-width: 900px;
    cursor: zoom-in;
}

.index-menu p {
    margin: 0.5rem;
}

.index-menu a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: calc(100% - 5px);
    display: inline-block;
}

.index-head {
    display: flex;
    justify-content: space-between;
}

#caption {
    /*max-width: 700px;*/
    width: 100%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    /*height: 150px;*/
}

#caption,
.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

    .modal-content.zoomed {
        transform: scale(1.5);
        transition: transform 0.3s ease-in-out;
        cursor: zoom-out;
    }

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.close {
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
}

    .close:focus,
    .close:hover {
        color: #bbb;
        cursor: pointer;
    }

.nav-arrow {
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: var(--bg-darkgray);
    cursor: pointer;
    user-select: none;
    z-index: 2001;
    transition: color 0.3s;
}

.comman-title h1,
.ind-title,
.sec-title {
    font-weight: 500;
}

.hero,
.ind-content,
.sec-title {
    color: var(--clr-primary);
}

.nav-arrow:hover {
    color: #ccc;
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .blog-part,
    .sidebar {
        width: 100%;
    }

    .fix-nav .container {
        max-width: calc(100vw - 0px) !important;
        border: 0px;
        margin: 0;
        padding: 0;
        top: 46px;
    }

    .sidebar {
        position: relative;
    }

    .index-head {
        flex-direction: column;
    }

    .index-menu {
        display: flex;
        flex-direction: column;
        /*flex-wrap: wrap;*/
    }

    .right-link {
        text-align: left;
    }

    .blogs-container {
        padding-right: 0;
        font-size: 1rem;
    }

    .fancySearchRow th input {
        width: 50% !important;
    }

    .ss-report {
        padding: 3rem 1rem 3rem 0 !important;
    }

    .article-img {
        /*padding-right: 1rem;*/
    }

    .report-images {
        grid-template-columns: repeat(1, 1fr);
    }

    nav {
        display: none;
        top: 0 !important;
    }
}

.hero,
.sec-title,
.wordcloud {
    text-align: center;
}

@media (max-width: 576px) {
    .blogs-container {
        flex-direction: column;
    }

    .hero-blogs .translate {
        bottom: -54px;
        z-index: 200;
    }

    .col-md-6 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .hero-content h1 {
        margin-bottom: 0;
    }

    .blogs-subtitle {
        margin-top: 0rem;
        line-height: 1rem;
    }

    .wrap-text p,
    h2 {
        text-align: center;
    }

    img {
        width: 100%;
        height: auto;
    }

    .index-container {
        padding-top: 3rem;
    }

    .fancySearchRow th input {
        width: 60% !important;
        right: 3%;
        top: 1%;
    }

    #myModal {
        padding-top: 70%;
    }

    .headline {
        font-size: 1.5rem;
    }

    .img-captions2,
    .report-images2 img {
        width: auto !important;
    }

    .blog-part,
    article {
        padding: 0.5rem;
    }

    .hero h1 {
        font-size: 2em !important;
    }
}

.title-Loader .title {
    color: #fff;
    font-size: 24px;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .header-title h4 {
        font-size: 0.8em;
        /*padding-right: 1rem;*/
    }
}

@media screen and (min-width: 769px) {
    .hamburger {
        display: none;
    }
}

.ind-landing {
    min-height: 100vh;
    background: url(../Images/ind-bg.jpg) center center/cover no-repeat;
    position: relative;
}

.blogs-landing {
    /*background: url(../Images/blogs-bg.jpg) center center/cover no-repeat;*/
}

.ind-content {
    padding: 2em;
    background: var(--transparent-white);
    width: 40vw;
    position: absolute;
    top: 30%;
    left: 10%;
    border-radius: var(--card-radius-sm);
}

.ind-part1 {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}

.ind-title {
    font-size: 2.5rem;
}

.pad-right {
    padding-right: 4rem;
}

.ind-part2 {
    width: 50%;
}

.ind-img img {
    width: 100%;
    object-fit: cover;
    height: 50vh;
}

.ind__img {
    height: 400px;
}

.hero {
    background-image: url("path/to/your/hero-image.jpg");
    background-size: cover;
    background-position: center;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--bg-darkgray) !important;
    padding-top: 5rem;
}

.ft__contact,
.index-landing {
    margin-bottom: 2rem;
}

.hero-content {
    padding: 2rem;
    border-radius: 10px;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
    width: 37px;
    height: 14px;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 1rem;
}

.translate {
    position: absolute;
    bottom: 0;
    right: 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn2 {
    from {
        transform: translateX(100%) scale(0.9);
    }

    to {
        transform: translateX(0) scale(1);
    }
}

.fadeSlides {
    animation: 0.8s ease-in-out fadeIn2;
}

@keyframes change {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideAnimation {
    animation: 0.8s ease-in-out change;
}

.fadecontent {
    animation: 0.8s ease-out forwards fadeIn;
}

@media (1200px >=width) {
    .mySlides {
        width: 80vw;
    }

    .tagline {
        font-size: 1.2em;
    }
}

.pad-2 {
    padding: 1rem;
}

.sec-title {
    font-size: 2.5rem;
    margin-bottom: 50px;
}

    .sec-title h2 {
        font-size: 2.5rem;
        color: #333;
        margin-bottom: 10px;
    }

.inst-valves {
    width: 100%;
}

.comman-part1,
.comman-part2 {
    width: 50%;
    display: flex;
}

.inst-sec {
    height: auto;
}

.wrap-comman {
    display: flex;
    margin-top: 2rem;
}

.comman-part1 {
    flex-direction: column;
    gap: 1rem;
    font-size: 1.1rem;
}

.comman-part2 img {
    object-fit: cover;
    width: 100%;
}

.p2-small {
    height: 70vh;
}

@media (992px >=width) {
    .nav-menu {
        width: 60%;
    }

    .header-btn,
    .quicklinks {
        display: none !important;
    }

    .hamburger {
        display: none !important;
    }

    .hero-text p {
        font-size: 1.5em;
    }

    .tagline {
        font-size: 1.2em;
        min-height: 8vh;
        padding: 0;
        width: 90vw;
    }

    .ind__img {
        width: 300px !important;
        height: 300px;
    }

    .hero-text {
        width: 40vw;
    }

    .p2-small {
        height: 60vh;
    }

    .wrap-c1 {
        flex-direction: column;
    }

    .cp-1,
    .cp-2 {
        width: 100%;
    }
}

.subtext-sm,
.subtext-sm2 {
    height: 100%;
    padding: 2rem;
    background: var(--bg-white);
    border-radius: var(--card-radius-sm);
}

.subtext-sm {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.wrap-module20 {
    height: 20%;
}

.wrap-module25 {
    height: 25%;
}

.wrap-module26 {
    height: 26%;
}

.wrap-module31 {
    height: 31%;
}

@media (768px >=width) {
    .tagline {
        font-size: 1.2em;
        min-height: 8vh;
        padding: 0;
    }

    .wrap-module20,
    .wrap-module25,
    .wrap-module26,
    .wrap-module31 {
        height: auto;
    }

    .hide-br {
        display: none;
    }

    .wrap-comman {
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: center;
    }
}

@media (600px >=width) {
    .nav-menu {
        width: 100%;
    }

    .breadcrumb {
        width: 250px;
    }

    .container {
        max-width: calc(100vw - 40px) !important;
    }

    .header__logo {
        left: 28% !important;
        top: 38%;
    }

    .Header-lg {
        position: absolute;
        right: 0;
        top: 0;
    }

    .title-sm {
        font-size: 1rem;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .sub-title {
        font-size: 1rem;
    }

    .wrap-menu-btn {
        margin-bottom: 1rem;
    }

    .comman-part1 p,
    .ind-content p,
    .learn-more-btn {
        font-size: 0.9em;
    }

    .btn__book_demo {
        font-size: 0.9em;
        padding: 0.5em 1em;
    }

    .tagline {
        width: 90vw;
        font-size: 1em;
    }

    .section-title {
        font-size: 2em;
        text-align: center;
    }

    .section-subtitle {
        font-size: 0.9em;
        text-align: center;
    }

    .learn-more {
        font-size: 0.7em;
    }

    .wrap-text,
    .wrap-vs {
        padding-left: 0;
    }

    .ind-landing {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .ind-btn,
    .ind-content {
        position: static !important;
    }

    .remove {
        display: none;
    }

    .hero-sec {
        /*background: url(../Images/hero-mob1.jpg) 0 0 / cover no-repeat;*/
    }

    .hero-text {
        width: 80vw;
        left: 10%;
    }

    .quicklinks .nav-ul {
        gap: 0.5rem;
    }

    .blue,
    .hero-text p {
        font-size: 1.2em;
    }

    .subtext-sm h2,
    .title {
        font-size: 1em;
    }

    .ind-content {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
    }

        .comman-title h1,
        .ind-content h1 {
            font-size: 1.5em;
        }

    .ind-btn {
        bottom: 25%;
        right: 50%;
        transform: translate(50%, 50%);
    }

    . .cp-2 {
        height: 40vh;
    }

    .spec-content p,
    .subtext-sm ul li {
        font-size: 0.8em;
    }

    .subtext-sm {
        display: flex;
        width: 100%;
        height: 30vh;
        flex-direction: column;
        padding: 2rem;
        background-color: var(--lg-traingle);
    }

        .subtext-sm ul li {
            line-height: 1.7em;
        }

    .header__logo {
        width: 100px;
    }

    .header-title {
        padding-bottom: 13px;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
    }

        .header-title h4 {
            font-size: 0.7rem;
            padding-top: 8px;
            position: absolute;
            bottom: -10%;
        }

    .quicklinks {
        display: none !important;
    }

    .wrap-vs h2 {
        font-size: 1.2rem;
    }

    .wrap-vs h3 {
        line-height: 1rem;
    }
}

.follow-us a,
.footer h2 {
    font-size: 1.2em;
}

.color-change-section {
    transition: background-color 0.5s;
}

.footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-black);
    color: #fff;
    position: relative;
    z-index: 20000;
    padding: 5em 2em 2em;
}

.footer__logo {
    width: 170px;
}

    .footer__logo a {
        text-decoration: none;
        color: #fff;
    }

.footer__nav h1 a {
    color: #fff !important;
}

.follow-us {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

    .follow-us a,
    .footer-address a {
        color: #fff;
    }

        .footer-address a:hover {
            text-decoration: underline;
            text-decoration-color: white;
        }

.wrap_footer_lg {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 600px) {
    .feat-left {
        border-top-right-radius: var(--card-radius-sm);
        border-top-left-radius: var(--card-radius-sm);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .feat-right {
        border-top-right-radius: 0;
        border-bottom-left-radius: var(--card-radius-sm);
    }

    .footer {
        font-size: 0.8em;
    }

    .footer__logo {
        font-size: 1.5em;
        width: 120px;
        height: auto;
    }

    .ft__contact p {
        font-size: 0.9em;
    }

    .nav__title {
        font-size: 1.2em;
    }

    .index-table {
        width: 97% !important;
    }

    .hide-date {
        display: none;
    }
}

.wrap-cloud {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}

.wordcloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}

    .wordcloud span {
        margin: 5px;
        transition: font-size 0.3s;
    }

section:nth-child(2n) {
    background-color: var(--bg-white);
}

section:nth-child(odd) {
    background-color: var(--bg-darkgray);
}

.sec-comman {
    padding-top: 1%;
    padding-bottom: 2%;
}

.quicklinks .nav-ul p {
    margin-top: 0.8% !important;
}

.presence .wrap-text {
    margin-bottom: 3% !important;
}

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
    border: 1px solid var(--brdr-lt-gray) !important;
    outline: 0;
}

.introduction {
    padding-top: 4%;
}


@media (max-width: 768px) {

    .right-link {
        text-align: left;
    }


    nav {
        display: none;
        top: 0 !important;
    }
}

@media (max-width: 576px) {
    .col-md-6 {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .wrap-text p,
    h2 {
        text-align: center;
    }

    img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 768px) {
    .header-title h4 {
        font-size: 0.8em;
        padding-right: 1rem;
    }
}

@media (1200px>=width) {
    .tagline {
        font-size: 1.2em;
    }
}

@media (992px>=width) {
    .card__part1 .text-title,
    .hero-text p {
        font-size: 1.5em;
    }

    .nav-menu {
        width: 60%;
    }

    .quicklinks {
        display: none !important;
    }

    .header-btn {
        display: block !important;
    }

    .tagline {
        font-size: 1.2em;
        min-height: 8vh;
        padding: 0;
        width: 90vw;
    }
}

@media (768px>=width) {
    .tagline {
        font-size: 1.2em;
        min-height: 8vh;
        padding: 0;
    }
}

@media (600px>=width) {

    .header__logo {
        /*left: 28% !important;
        top: 38%;*/
    }
}



@media (600px>=width) {


    .header__logo {
        width: 100px;
    }

    .header-title {
        padding-bottom: 13px;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0;
    }

        .header-title h4 {
            font-size: 0.7rem;
            padding-top: 8px;
            position: absolute;
            bottom: -10%;
        }

    .quicklinks {
        display: none !important;
    }
}

.follow-us a,
.footer h2 {
    font-size: 1.2em;
}


.color-change-section {
    transition: background-color 0.5s;
}


.footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-black);
    color: #fff;
    position: relative;
    z-index: 20000;
    padding: 5em 2em 2em;
}

.footer__logo {
    width: 170px;
}

.footer__nav a {
    color: #fff;
}

.follow-us {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

    .follow-us a,
    .footer-address a {
        color: #fff;
    }

        .footer-address a:hover {
            text-decoration: underline;
            text-decoration-color: #fff;
        }

.wrap_footer_lg {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.copyright {
    margin-top: 2rem;
}

@media (max-width: 600px) {


    .footer {
        font-size: 0.8em;
    }

    .footer__logo {
        font-size: 1.5em;
        width: 120px;
        height: auto;
    }

    .ft__contact p {
        font-size: 0.9em;
    }

    .nav__title {
        font-size: 1.2em;
    }
}

/*
section:nth-child(2n) {
    background-color: var(--bg-white);
}

section:nth-child(odd) {
    background-color: var(--bg-gray);
}*/

.sec-comman {
    padding-top: 1%;
    padding-bottom: 2%;
}

.quicklinks .nav-ul p {
    margin-top: 0.8% !important;
}

.presence .wrap-text {
    margin-bottom: 3% !important;
}

@media screen and (max-width: 768px) {

    .sidebarMenus {
        padding-bottom: 2rem;
    }

    .hamburger {
        display: block !important;
    }

    .hide-menu {
        display: none;
    }

    .nav-tabs {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.nav-menu-default {
    top: 75px !important;
}

.nav-menu-fixed {
    top: 30px !important;
}

.nav-menu ul {
    font-size: 16px;
}


/* Main Blog Container */
.main-blog {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 4rem 0;
    /*min-height: 100vh;*/
}

/* Responsive Image Styling */
.main-blog-img {
    width: 100%;
    /*max-width: 500px;*/
    max-width: 250px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Image Content Wrapper */
.img-content {
    /*flex: 1;*/
    /*min-width: 280px;*/
    width: 20%;
}

/* Text Content Styling */
.text-content {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrap-text {
    max-width: 600px;
}




/* Responsive container width */
/*.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}*/
.blogs-bg {
    background: #FFF !important;
}
/* Media Queries */
@media (max-width: 992px) {
    .img-content {
        min-width: 280px;
        width: auto;
    }

    .main-blog {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: left;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .wrap-text p, h2 {
        text-align: left;
    }

    .text-content h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .wrap-text p, h2 {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .text-content h2 {
        font-size: 1.3rem;
    }

    .blogs-subtitle p {
        font-size: 0.85rem;
    }
}

/*Blog Cards*/
.blog-hero {
    min-height: 60vh !important;
}

.blog-hero-content {
    background: transparent;
}

.blogs-cards-sec {
    /*margin-top: 4rem;*/
    margin-bottom: 4rem;
}

.blog-cards {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    /*align-items: stretch;*/
    margin-top: 2rem;
}

.blog-card {
    box-shadow: var(--cards-shadow);
    padding: 1.5rem 1rem;
    /*width: 280px;*/
    max-width: 360px;
    border-radius: var(--card-radius);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #fff;
    transition: transform 0.3s ease;
    cursor: pointer;
    height: 100%;
}

    .blog-card:hover {
        transform: translateY(-5px);
    }

.blog-img img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.blog-content {
    width: 100%;
}

    .blog-content .blogs-subtitle {
        text-align: left;
        /*padding-left: 2rem;*/
    }

.card-blogno {
    margin-bottom: 10px;
}

.card-anchor {
    text-decoration: none;
    color: var(--clr-primary)
}

@media (max-width: 600px) {
    .blog-card {
        max-width: 100%;
    }
}


.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .pagination button {
        border: none;
        background-color: #f5f5f5;
        color: #333;
        padding: 0.5rem 0.9rem;
        border-radius: 6px;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

        .pagination button:hover {
            background-color: #dcdcdc;
            transform: scale(1.05);
        }

        .pagination button.active {
            background-color: #333;
            color: white;
            font-weight: bold;
            transform: scale(1.1);
        }

    .pagination .arrow {
        font-weight: bold;
        background-color: transparent;
        font-size: 1.2rem;
        padding: 0.5rem;
    }


.homeMenuLink {
    border-bottom-left-radius: 5px;
}

.index-menu .blog-card {
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #EEE;
}

.index-menu blog-no {
    font-size: 0.7rem;
}

.index-menu h5 {
    font-size: 1rem;
    font-size: 0.8rem;
    margin-left: 7px;
}

.index-menu .blog-img img {
    display: none
}

.index-menu .card-anchor {
    margin-bottom: 1rem;
}

.index-menu .blog-content .blogs-subtitle {
    padding-left: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mb-landing {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px !important;
}

.mb-content {
    position: static;
    padding: 0;
    padding-top: 4rem;
    width: auto;
}


/*Versions*/
/*.sec-versions{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/

.sec-versions h1:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--primary-color-Timeline);
    margin: 15px auto 0;
}

.sec-versions h1 {
    padding-top: 2rem;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
}

    .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: var(--line-width);
        background: var(--Secondry-color-Timeline);
        transform: translateX(-50%);
    }

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 2rem 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

    .timeline-item.in-view {
        opacity: 1;
        transform: translateY(0);
    }

    .timeline-item:nth-child(even) {
        flex-direction: row-reverse;
    }

.timeline-content {
    background: var(--timeline-card-clr);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    width: 47%;
    box-shadow: 0 4px 8px #ccc;
    position: relative;
}

    .timeline-content::after {
        content: "";
        position: absolute;
        top: 1.2rem;
        width: 0;
        height: 0;
        border-style: solid;
    }

.timeline-item:nth-child(odd) .timeline-content::after {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--time-crn-clr);
}

.timeline-item:nth-child(even) .timeline-content::after {
    right: 100%;
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--time-crn-clr) transparent transparent;
}

.timeline-date {
    font-size: 0.95rem;
    color: #777;
    margin-top: 0.4rem;
}

.timeline-dot {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 4px solid var(--primary-color-Timeline);
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 6px rgba(240, 162, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

    .timeline-dot:hover {
        transform: translateX(-50%) scale(1.2);
        box-shadow: 0 0 0 10px rgba(240, 162, 0, 0.4);
    }

.year {
    font-size: 40px;
    width: 46%;
    color: var(--primary-color-Timeline);
}

.year-left {
    text-align: right;
}

@media (max-width: 768px) {
    .year {
        display: none;
    }

    .timeline-item {
        flex-direction: column !important;
        align-items: center;
    }

    .timeline-content {
        width: 90%;
        margin-left: 3rem;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-dot {
        left: 11px;
        transform: translateX(0);
    }

    .timeline-item:nth-child(even) .timeline-content::after,
    .timeline-item:nth-child(odd) .timeline-content::after {
        display: none;
    }

    .sec-versions h1 {
        text-align: left;
    }

        .sec-versions h1:after {
            margin: 0;
        }
}


.timeline-content a {
    text-decoration: none;
    color: var(--clr-primary);
}

    .timeline-content a:hover {
        color: var(--primary-color-Timeline);
    }

.version-description {
    display: none;
}

.Show-more {
    float: right;
}

@media (max-width: 600px) {
    .timeline-item {
        width: 90%;
    }
}

.homeMenuLink, .homeMenuLink:hover, .homeMenuLinkli, .homeMenuLinkli:hover {
    border-bottom-left-radius: 4px !important;
}



/*Help Center css*/

.logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.span-logo {
    position: relative;
    width: 50%;
}

.logo-text {
    font-size: 1.3em;
    margin-left: 1rem;
    display: inline;
    color: #ACE0EE;
    font-family: "Open Sans", serif !important;
    /*position: absolute;*/
    width: 100%;
    width: 11ch;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    animation: typing 0.5s steps(11), fadeIn 2s;
}


@keyframes typing {
    from {
        width: 0ch;
    }

    to {
        width: 11ch;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.logo p {
    margin-bottom: 0;
}

.logo-img {
    width: 150px;
}

.hamburger {
    font-size: 24px;
    cursor: pointer;
}


.help-article main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: 60px;
}

.help-article section {
    /*padding-top: 60px; 
    margin-top: -60px; */
    padding-top: 70px;
    margin-top: -50px;
    background: #fff;
}

.HelpSidebar {
    width: 250px;
    color: #000;
    background: #fff;
    position: fixed;
    height: calc(100vh - 52px);
    overflow-y: auto;
    transition: width 0.3s ease, transform 0.3s ease;
    z-index: 2000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
}

.HelpSidebar-menus {
    overflow-y: auto;
    scroll-behavior: smooth;
    flex-grow: 1;
    padding-right: 1rem;
    padding-bottom: 2rem;
}

.search-dot {
    display: none !important;
    width: 10px;
    height: 10px;
    background: orange;
    border-radius: 50%;
    margin-left: 5px;
}

.HelpSidebar-menus::-webkit-scrollbar {
    width: 8px;
}

.HelpSidebar-menus::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.HelpSidebar-menus::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    height: 2px !important;
}

    .HelpSidebar-menus::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

/* .HelpSidebar-menus ul li{
    margin-left: 1rem;
} */

.HelpSidebar.active {
    transform: translateX(0);
}

.siderbar-toggle {
    position: absolute;
    top: 70px; /* Position at the bottom of the HelpSidebar */
    right: 0px; /* Adjust as needed */
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.floating-toggle {
    position: fixed;
    top: 150px;
    left: 0;
    cursor: pointer;
    height: 40px;
    width: 20px;
    background: #fff;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 20px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: width 0.3s ease;
    z-index: 1;
}

    .floating-toggle:hover {
        width: 40px;
    }

.toggle-arrow {
    width: 20px;
}

.arrow-left {
    rotate: 180deg;
}
/* Show floating toggle when HelpSidebar is closed */
.HelpSidebar:not(.active) + .floating-toggle {
    display: flex;
}

.wrap-help .wrap-content {
    margin-left: 250px;
    margin-right: 250px;
    padding: 0 2rem;
    margin-top: 3rem;
    transition: margin-left 0.3s ease;
}

.sidebar-collapsed {
    margin-left: 0 !important;
}

.wrap-content h1 {
    margin-top: 1rem;
}

.search-input {
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 90%;
}

.filter {
    padding: 1rem;
    padding-top: 0;
    border-bottom: 1px solid #ccc;
}

.search-input {
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    height: 32px;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s ease-in-out;
}

    .search-input:focus {
        border: 1px solid #ccc;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

.HelpSidebar ul {
    list-style-type: none;
    padding: 0;
}

.HelpSidebar a {
    text-decoration: none;
    color: #000;
}

.HelpSidebar li {
    margin: 10px 0;
}

.collapsible {
    background-color: transparent;
    color: #000;
    border: none;
    text-align: left;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    position: relative;
    font-weight: 600;
}

.arrow {
    position: absolute;
    right: 8%;
}

.collapsible:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.collapsible.active {
    /*background-color: #ACE0EE;*/
    font-weight: 600;
}

.breadcrumb {
    margin-top: 1rem;
}

    .breadcrumb a {
        color: #000;
        font-weight: 500;
        text-decoration: none;
        transition: color .2s ease,opacity .2s ease;
    }

        .breadcrumb a:hover {
            color: #FF6900;
            font-weight: 600;
        }

.index-breadcumb {
    margin: 0;
    padding: 0;
}

.link-none {
    opacity: .6;
    color: #3d57d8;
    font-weight: 500;
    cursor: none;
    pointer-events: none;
}

.bgselected {
    color: #FF6900 !important;
    /*background-color: #ACE0EE;
    padding: 0.4rem;
    border-radius: 0.2rem;*/
    /*color: #ff884d;*/
    font-weight: 500;
}

.HelpSidebar-links {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: calc(100% - 5px);
    display: inline-block;
    padding-left: 5px;
}
/*.level3 li {
        padding: 10px;
        border-radius: 5px;
        transition: background-color 0.3s;
    }*/
/*.level3 li :hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }*/
.level3 li a:hover {
    /*background-color: rgba(0, 0, 0, 0.1) !important;*/
    color: #FF6900 !important;
}

.level2 {
    padding: 0;
    display: block;
    overflow: hidden;
    margin-left: 2rem;
    transition: max-height 0.2s ease-out;
}

.icon {
    margin-right: 10px;
}

.arrow {
    margin-left: 10px;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .HelpSidebar {
        width: 0%;
    }

        .HelpSidebar.active {
            width: 50%;
        }
}

.left-HelpSidebar {
    width: 250px; /* Left HelpSidebar width */
}

.right-HelpSidebar {
    position: fixed;
    right: 0;
    width: 250px;
    height: calc(100vh - 50px);
    background-color: #FFF;
    padding: 20px;
    overflow-y: auto;
}

    .right-HelpSidebar::-webkit-scrollbar {
        width: 8px;
    }

    .right-HelpSidebar::-webkit-scrollbar-track {
        background: #f0f0f0;
    }

    .right-HelpSidebar::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

        .right-HelpSidebar::-webkit-scrollbar-thumb:hover {
            background-color: #aaa;
        }

    .right-HelpSidebar ul li a {
        text-decoration: none;
    }

    .right-HelpSidebar h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .right-HelpSidebar ul {
        list-style-type: none;
        padding: 0;
    }

        .right-HelpSidebar ul li {
            margin: 10px 0;
        }

            .right-HelpSidebar ul li a {
                text-decoration: none;
                color: #007bff; /* Link color */
            }

                .right-HelpSidebar ul li a:hover {
                    text-decoration: underline; /* Underline on hover */
                }

.left-HelpSidebar.active {
    transform: translateX(0);
}


.HelpSidebar ul {
    list-style-type: none;
    padding: 0;
}

.HelpSidebar li {
    margin: 10px 0;
}



.level2 {
    padding: 0;
    display: block; /* Open by default */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.level3 {
    padding: 0 1.5rem;
    cursor: pointer;
}

.icon {
    margin-right: 10px;
}

.arrow {
    margin-left: 10px;
}

.collapse-arrows {
    width: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .left-HelpSidebar {
        transform: translateX(-100%);
        width: 100%;
        padding: 20px;
    }

    .group-dropdown, .search-input {
        width: 300px !important;
    }

    .left-HelpSidebar.active {
        transform: translateX(0);
    }

    .right-HelpSidebar {
        display: none;
    }

    .wrap-content {
        width: 100%;
        margin-right: 0;
        margin-left: 0 !important;
    }
}

.HelpSidebar-icons {
    width: 25px;
}

@media (max-width: 600px) {
    .HelpSidebar.active {
        width: 100%;
    }

    .logo-img {
        width: 120px;
    }

    .logo p {
        margin-bottom: 0;
        font-size: 0.8rem;
    }
}

.group-dropdown {
    background-image: url(../Images/control_icon_dropdown_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center;
    background-size: 16px 12px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    width: 200px;
}

    .group-dropdown::-webkit-scrollbar {
        width: 5px;
    }

    .group-dropdown::-webkit-scrollbar-track {
        background: #CCC;
    }

    .group-dropdown::-webkit-scrollbar-thumb {
        background: #CCC;
        border-radius: 10px;
    }

        .group-dropdown::-webkit-scrollbar-thumb:hover {
            background: #CCC;
        }

.Temp_artilce {
    min-height: 100vh;
}


.HelpSidebar.no-transition {
    transition: none !important;
}

.wrap-content.no-transition {
    transition: none !important;
}

#Sidebar.no-transition {
    transition: none !important;
}




/*Presentation CSS*/
.oursys-logo {
    width: 300px
}

.mr-0 {
    margin-right: 0 !important;
}

.split-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.right-img {
    width: 400px;
}

.slide-title {
    font-size: 2.2em;
    font-weight: 500;
}

.slide-subtext {
    margin: 0;
    padding: 0;
    padding-top: 2rem;
}

.Temp_artilce p {
    font-size: 1.1rem;
}

.slide-text-center {
    text-align: center;
}

    .slide-text-center p {
        margin: 0;
        padding: 0;
        padding-top: 2rem;
    }

    .slide-text-center h1 {
        margin: 0;
        padding: 0;
    }

/*Customers grid*/
.cust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); /*180px*/
    gap: 2rem;
    justify-content: center;
    align-items: center;
    /*padding: 2% 0;*/
}

.cust-tile,
.grid-cards {
    justify-content: center;
}

.cust-tile {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    height: 100px; /*120px*/
    border-radius: var(--card-radius-sm);
    border: 1px solid #ccc;
    transition: 0.2s ease-in-out;
}

    .cust-tile:hover {
        box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
        transform: scale(1.1);
    }

.cust-img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.slide-sub-title {
    font-size: 1.7rem !important;
    text-align: left;
    font-weight: 400;
}

.cust-sec-title {
    padding-top: 1rem;
}

    .cust-sec-title p {
        font-size: 1.5rem !important;
    }

.cust-title h1 {
    margin-top: 0;
}


/*Int Cards*/

.int-cards {
    padding: 0 1rem;
    height: 90%;
}

.intro-card {
    padding: 1rem;
    background: var(--clr-border-menu);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.intro-card {
    border-radius: var(--card-radius-sm);
}

.intro-card {
    padding: 1rem;
    background: var(--clr-border-menu);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.align-start {
    padding-top: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.text-title {
    font-size: 1.5em;
    font-weight: 500;
    width: 100%;
}

.content {
    font-size: 1.1rem;
}

@media (992px>=width) {
    .text-title {
        font-size: 1.5em;
    }
}

.int-start {
    min-height: 70vh;
}

@media (768px>=width) {
    .introduction .ms-flex {
        gap: 1rem;
    }

    .intro-card .text-title {
        padding: 0;
    }

    .int-cards {
        padding: 0;
        height: auto;
        margin-bottom: 2rem;
        width: 100%;
    }

    .text-title {
        font-size: 1.2em;
        padding: 0 1rem;
    }
}

.split-slide-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 80vh;
}

.slide-bg-white {
    background-color: var(--bg-white);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2rem;
    padding-top: 1rem;
    /*padding-bottom: 50px;*/
}

.color-gray {
    background: var(--clr-border-menu);
    padding: 1rem;
    border-radius: var(--card-radius-sm);
    align-self: start;
}

.slide-p {
    font-size: 1.1rem;
}

.align-right {
    width: 100%;
    padding-top: 1rem;
}

@media (768px>=width) {
    .slide-bg-white {
        height: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 2rem;
        padding-bottom: 0rem;
        padding-top: 0;
    }

    .gray-white .text-title {
        padding: 0;
    }
}

.icon-m {
    width: 25px;
}

.module-title {
    font-size: 1.3rem !important;
    line-height: 1.4rem;
    font-weight: 500;
}

@media (768px>=width) {
    .part-2-mobile {
        padding-top: 1rem;
    }
}

.sup-img {
    width: 25px;
}

.industry-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 230px;*/
    background: #fff;
    height: 100px;
    /*padding: 15px;*/
    border-radius: 6px;
    width: 180px;
    border-radius: var(--card-radius-sm);
    border: 1px solid #ccc;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

    .industry-block:hover {
        box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
        transform: scale(1.1);
    }

    .industry-block img {
        max-height: 120px;
        object-fit: contain;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .industry-block p {
        margin: 0;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.row.text-center > .col-md-2 {
    display: flex;
    justify-content: center;
}

.int-cards:first-child {
    padding-left: 0;
}

.flex-gap {
    display: flex;
    gap: 1.5rem;
    /*justify-content: center;*/
    /*align-items: center;*/
    flex-wrap: wrap;
}

    .flex-gap .ind-height {
        height: 100%;
    }


@media (600px >=width) {
    .flex-gap {
        gap: 0;
    }
}

.erp-card {
    background: #fff;
    border: 1px solid #ddd;
    /*border-left: 5px solid #007bff;*/
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

    .erp-card:hover {
        transform: translateY(-5px);
        /*border-left-color: #28a745;*/
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

.erp-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 15px;
    /*color: #343a40;*/
}

.erp-steps {
    font-size: 0.95rem;
    /*color: #555;*/
    line-height: 1.6;
}


.erp-steps {
    word-break: break-word;
    line-height: 2em;
}

@media (max-width: 767px) {
    .erp-card {
        margin-bottom: 20px;
    }
}


.backup-img-wrapper {
    overflow: hidden;
    border-radius: 12px;
    width: 700px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.backup-img {
    transition: transform 0.4s ease;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.img-wrapper {
    overflow: hidden;
    border-radius: 12px;
    width: 700px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-img {
    transition: transform 0.4s ease;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.img-align {
    justify-content: flex-start;
}

.updator-img {
    width: 320px;
}
/*.backup-img-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}*/
@media (max-width: 768px) {
    .slide-title {
        font-size: 1.5rem;
    }
}

.card-Icons img {
    width: 140px;
}

.card-title {
    font-size: 1.5rem;
    margin-top: 0rem !important;
}

.icon-card {
    text-align: center;
    padding: 5px;
}


.icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    /*text-align: center;*/
    /*padding: 20px;*/
}

.card-Icons {
    width: 100px;
    height: 100px;
    background-color: var(--clr-border-menu);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);*/
}

    .card-Icons img {
        width: 60%;
        height: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
        mix-blend-mode: multiply;
    }

.font-icon {
    width: 60%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

    .font-icon:hover {
        transform: scale(1.1);
    }

    .font-icon i {
        font-size: 2rem;
        padding-left: 0.5rem;
    }

.icon-card:hover .card-Icons img {
    transform: scale(1.1);
}

@media (max-width: 600px) {
    .cust-sec-title p {
        font-size: 1.1rem !important;
    }
}


.export-customers-enhanced {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto 0 auto;
    padding-left: 10px;
    /*border-left: 3px solid var(--header-btn);*/
    max-width: 600px;
}

.customer-card {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 12px 20px;
    /*box-shadow: 0 4px 6px rgba(0,0,0,0.05);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .customer-card:hover {
        transform: translateX(5px);
        /*box-shadow: 0 6px 12px rgba(0,0,0,0.1);*/
    }

    .customer-card i {
        color: var(--header-btn);
        font-size: 24px;
        margin-right: 15px;
        transition: transform 0.3s ease;
    }

    .customer-card:hover i {
        transform: scale(1.2);
    }

.customer-info {
    font-size: 17px;
    font-weight: 500;
    color: #333;
}


.row.text-center > .col-md-2 {
    padding: 0;
}


/*Slide change css*/
.slide-nav-controls {
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: 1000;
    display: flex;
    gap: 1rem;
}

#prev-page {
    margin-right: 3rem;
}

.fullscreenIcon, .slide-next, .slide-prev, .print-slide {
    border: none;
    background-color: #ffffff;
    color: #333;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slide-next {
    background-color: #ffffff;
}

.fullscreenIcon {
    background-color: #ffffff;
}

.print-slide {
    background-color: #ffffff;
}

.slide-prev:hover {
    background-color: #f5f5f5;
    transform: scale(1.1)
}

.fullscreenIcon:hover {
    background-color: #f5f5f5;
    transform: scale(1.1)
}

.print-slide:hover {
    background-color: #f5f5f5;
    transform: scale(1.1)
}

.slide-next:hover {
    background-color: #f5f5f5;
    transform: scale(1.1)
}


/*Index css for HelpCenter*/
.Wrap_index {
    padding-bottom: 2rem;
}

/* Container wrap */
.Wrap_index {
    padding: 1.5rem 1rem;
    /*background-color: #f9f9fc;*/
    border-radius: 12px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.05);*/
    /*max-width: 320px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

    /* Group headings */
    .Wrap_index h3.group-subhead {
        font-size: 1.2rem;
        font-weight: 600;
        color: #2d2d2d;
        margin-top: 1.2rem;
        margin-bottom: 0.5rem;
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 4px;
    }

    /* Link list */
    .Wrap_index ul {
        list-style-type: none;
        padding-left: 0rem;
        margin-bottom: 1rem;
    }

    /* Each link item */
    .Wrap_index li {
        margin-bottom: 0.4rem;
    }

/* Link styles */
.flex-index ul li a {
    text-decoration: none;
    font-size: 0.95rem;
    color: #1a73e8;
    display: inline-block;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 6px;
    max-width: 100%;
}

    .flex-index ul li a:hover {
        color: #FF6900
    }
/*
    .HelpSidebar-links:hover {
        background-color: #e8f0fe;
        color: #0b57d0;
        font-weight: 500;
    }*/

/* Optional: Add divider between main groups */
.Wrap_index h3.group-subhead:not(:first-child) {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.flex-index h3 {
    font-size: 1.5rem;
    position: relative;
    border-bottom: 1px solid #ccc;
}

/*.flex-index h3:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: var(--clr-border-menu);
    }*/
.flex-index {
    height: auto;
    min-width: 250px;
    border-radius: 5px;
}


/* Sidebar Filter Container */
.filter {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Toggle Icon Styling */
.search-toggle-icon {
    font-size: 18px;
    color: #555;
    cursor: pointer;
    transition: color 0.3s;
}

    .search-toggle-icon:hover {
        color: #000;
    }

/* Base Style for Input and Dropdown */
/* Position Elements */
.filter {
    position: relative;
    display: flex;
    align-items: center;
}

/* Dropdown Styles */
.dropdown-container {
    transition: opacity 0.3s ease;
}

    /* Hide Dropdown When Filter is Active */
    .dropdown-container.hide-dropdown {
        opacity: 0.2;
    }

/* Search Input Positioning */
.search-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 200px;
    padding: 18px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    font-size: inherit;
}

    /* Slide In Animation */
    .search-input.slide-in {
        opacity: 1;
        transform: translateX(15px);
        pointer-events: auto;
    }

    /* Slide Out Animation */
    .search-input.slide-out {
        opacity: 0;
        transform: translateX(-20px);
        pointer-events: none;
    }

.page-break {
    display: none;
}

@media print {
    header, .fix-nav {
        display: none !important;
    }

    .wrap-help .wrap-content {
        margin-top: 0rem !important;
    }

    #btnsControl {
        display: none !important;
    }

    .floating-toggle, .Sidebar, .breadcrumb, .footer {
        display: none !important;
    }

    .ind-height p {
        text-align: left !important;
    }

    .page-break {
        display: block;
        page-break-before: always;
        break-before: page;
    }
}



/*Fixed Industry Slide*/
.responsive-container {
    max-width: 1200px;
    margin: auto;
}

.responsive-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
}

.responsive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
    justify-items: center;
}

.responsive-card {
    /*background-color: #f9f9f9;*/
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}

    .responsive-card:hover {
        transform: translateY(-5px);
    }

    .responsive-card img {
        width: 100%;
        height: 100px;
        object-fit: contain;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

.responsive-caption {
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .responsive-title {
        font-size: 22px;
        text-align: center;
    }

    .responsive-card {
        padding: 10px;
    }

    .responsive-caption {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .responsive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/*Report List*/
.report-card {
    background: var(--clr-border-menu);
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.05);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .report-card:hover {
        transform: translateY(-4px);
        /*box-shadow: 0 8px 16px rgba(0,0,0,0.08);*/
    }

    .report-card .text-title {
        margin-bottom: 10px;
        font-size: 1.3em;
    }

    .report-card p {
        margin: 0;
        /*color: #555;*/
        font-size: 1rem;
        line-height: 1.5;
    }

/* Responsive tweaks */
@media (max-width: 768px) {
    .report-card {
        padding: 15px;
    }

        .report-card .text-title {
            /*font-size: 1rem;*/
        }

        .report-card p {
            font-size: 0.9rem;
        }

        .report-card .text-title {
            padding: 0;
        }
}

@media (max-width: 576px) {
    .report-card {
        padding: 12px;
    }

        .report-card .text-title {
            /*font-size: 0.95rem;*/
        }

        .report-card p {
            font-size: 0.85rem;
        }
}

.white-card {
    background: #fff;
    border-radius: var(--card-radius-sm);
    border: 1px solid #ccc;
    transition: 0.2s ease-in-out;
    box-shadow: none;
}

.white-content {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.text-title-sm {
    font-size: 1.2em;
    margin-bottom: 2px;
}

@media (768px>=width) {

    .text-title-sm {
        font-size: 1.2em;
        padding: 0;
    }
}


.styled-list .list-item {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    /*background-color: var(--clr-border-menu);*/
    /*cursor: pointer;*/
    font-size: 1rem;
    color: #212529;
}

.img-full {
    width: 100% !important;
}

.no-radius {
    border-radius: 0px !important;
}

.bg-white {
    background: var(--bg-white);
    padding-top: 0;
}

    .bg-white:hover {
        transform: none;
    }

.gap10 {
    margin-bottom: 10px;
}

.multi-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

    .multi-images img {
        max-width: 700px;
    }

.sub-report {
    height: auto;
    border-radius: 0px;
}

    .sub-report:hover {
        transform: none;
    }

.div-border {
    border: 2px solid var(--clr-border-menu);
    border-radius: 5px;
}

    .div-border:hover {
        transform: translateY(-4px);
    }

@media (768px>=width) {
    .multi-images img {
        max-width: auto !important;
    }
}

@media print {
    .print-padding {
        margin: 0;
    }
}

.img-p {
    text-align: left;
    margin-top: 1rem;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.backup-img-wrapper .backup-img {
    border-radius: 0px !important;
}

.overlap_img {
    position: relative;
}

.img_Forword {
    width: 500px;
    position: absolute;
    top: 15%;
    right: 10%;
}

.flex-cards {
    display: flex;
    flex-wrap: wrap;
    /*gap: 1rem;*/
    align-items: center;
}

    .flex-cards .erp-card {
        width: 350px;
        height: 220px;
        margin-bottom: 2rem;
    }

.ml-4 {
    margin-left: 4px;
}

@media (768px>=width) {
    .img_Forword {
        position: static
    }
}


/*card with popups*/
.flex-cards-popups {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: calc(33.33% - 20px);
    min-width: 260px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    transition: transform 0.2s ease;
}

    .card:hover {
        transform: translateY(-5px);
    }

.card-logo {
    font-size: 40px;
    margin-right: 15px;
    min-width: 20px;
}

    .card-logo i + i {
        margin-left: -15px;
        font-size: 20px;
    }

.card-dec {
    flex: 1;
}

    .card-dec p {
        margin: 0;
        font-size: 15px;
        color: #333;
    }

/*.close-btn:hover {
  background: #d32f2f;
}*/


/* Responsive */
@media (max-width: 1024px) {
    .card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .card {
        width: 100%;
    }
}



/*popup cards*/

.popup-card {
    background-color: #f9fafb;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

    .popup-card h3 {
        /*color: #2d3748;*/
        font-size: 1.2rem;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .popup-card h3 span.icon {
            color: #f97316;
            margin-right: 10px;
        }

    .popup-card p.small {
        font-size: 14px;
        /*color: #718096;*/
        margin-top: 5px;
    }

.image-button {
    color: #2563eb;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 15px;
}

    .image-button:hover {
        color: #1d4ed8;
    }

    .image-button span.icon {
        margin-right: 6px;
    }

/* Popup Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 550000;
}

.popup-content {
    background: white;
    padding: 20px;
    padding-top: 3rem;
    border-radius: 8px;
    max-width: 950px;
    min-height: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

    .popup-content img {
        width: 100%;
        height: auto;
        border-radius: 0px !important;
        margin-top: 1.5rem;
        box-shadow: none !important;
    }

/*.popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}*/

.popup-close {
    /*position: absolute;
    top: 10px;
    right: 12px;*/
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .popup-close i {
        font-size: 16px;
        color: #333;
        pointer-events: none;
    }

    .popup-close:hover {
        background-color: rgba(0, 0, 0, 0.1);
        transform: scale(1.1);
    }

.popup-reports .report-card {
    transform: none;
}

.report-card {
    position: relative;
}

.image-button, .image-button-top {
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    padding: 5px;
    color: #555;
    transition: transform 0.2s ease;
}

.image-button-top {
    width: auto;
    top: 0px;
}

    .image-button:hover, .image-button-top:hover {
        transform: scale(1.1);
        color: #000;
    }

.popup-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.popup-container {
    max-height: 600px;
    overflow: auto;
    padding-right: 15px;
}

    .popup-container::-webkit-scrollbar {
        width: 10px;
        /*background-color: #f1f1f1;*/
    }

    .popup-container::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

        .popup-container::-webkit-scrollbar-thumb:hover {
            background-color: #aaa;
        }

.popup-container {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

.popup-margin {
    margin-top: 16px;
}

.popup-title {
    margin: 0;
    font-size: 1.5rem;
    /*font-weight: 600;*/
    color: #333;
}

b, strong {
    font-weight: 600 !important;
}

.img-border {
    border: 1px solid #ccc;
    padding: 1rem;
}

.g-card {
    background: #EFEFEF;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    transition: all 0.3s ease;
    height: 100%;
}

    .g-card p {
        margin: 0;
        font-size: 1rem;
    }

.temp_Icon {
    width: 100px;
}

.card-columns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    /*margin-top: 1rem;*/
}

.cl-cards, .cd-cards {
    background: var(--clr-border-menu);
    border-radius: 5px;
    padding: 15px;
    width: 200px;
    height: 52px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*transform: rotate(-10deg);*/
}

.cd-cards {
    background: #ccc;
}

.card-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sm-card-width {
    width: 300px;
    height: 100%;
}

.g-arrow, .g-arrow-no-point {
    width: 100px;
    height: 2px;
    background-color: #333;
    position: relative;
}

.g-arrow-big {
    width: 120px;
}

.g-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.arrow-gray {
    background: #DDD;
}

    .arrow-gray::after {
        border-top: 2px solid #DDD;
        border-right: 2px solid #DDD;
    }

.arrow-gray-2 {
    background: #CCC;
}

    .arrow-gray-2::after {
        border-top: 2px solid #CCC;
        border-right: 2px solid #CCC;
    }

.g-circle {
    width: 120px;
    padding: 20px;
    background: #ccc;
    border-radius: 50%;
    height: 120px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    /*cursor: default;*/
}
/*.g-circle:hover {
        transform: scale3d(1.5, 1.5, 1.5);
        z-index: 1;
    }*/
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-circle p {
    margin: 0;
    line-height: 1.2;
}

.g-card-padding {
    padding: 20px;
}

.g-card-group {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

@media (768px>=width) {
    .popup-title {
        font-size: 1.1rem;
    }
}

.flex-flow {
    display: flex;
    flex-direction: column;
    /*gap: 1rem;*/
}

.flow-row {
    display: flex;
    gap: 1rem;
    /*justify-content: center;*/
    align-content: center;
}

.flow-card {
    background: var(--clr-border-menu);
    border-radius: 5px;
    min-width: 140px;
    min-height: 40px;
}

    .flow-card p {
        margin: 0;
        line-height: 1.2;
    }

.flow-margin {
    margin-top: 70px !important;
}

.flow-divider {
    /*margin-top: 1rem;*/
    border-top: 2px solid #ccc;
    width: 80%;
    align-self: center;
    justify-self: center;
    display: none;
}

.flow-arrow {
    height: 50px;
    width: 0px;
    border-left: 2px solid #ccc;
    align-self: center;
    justify-self: center;
    display: none;
}

.card-verticle {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    /*height: 100%;*/
    align-self: center;
    justify-self: center;
    /*width: 20vw;*/
    margin-top: 2rem;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    height: 300px;
}

.gap-4 {
    gap: 4rem !important;
}

.flow-stack-card {
    background: var(--clr-border-menu);
    border-radius: 5px;
    width: 150px;
    height: 50px;
    margin-bottom: -0.5rem;
    box-shadow: 0px 0 2px -1px;
}

    .flow-stack-card p {
        margin: 0;
        line-height: 1.2;
    }

.p-space p, .p-space h3 {
    margin: 0;
    line-height: 1.2;
}

.lg-card-width {
    /*width: 50vw;*/
    align-items: flex-start
}

.pt-10 {
    padding-left: 4px !important;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 20px;
    max-width: 1000px;
}

.grid-card {
    border: 1px solid var(--clr-border-menu);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #efefef;
}

.grid-icon img {
    width: 50px;
    margin-bottom: 10px;
}

.grid-sub p {
    margin: 0;
    font-size: 1.3rem;
}

.legend {
    text-align: right;
}

.green {
    padding: 0px 16px;
    background: #6AA84F;
    border-radius: 2px
}

.polygon {
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    width: 140px;
    height: 90px;
    border-radius: 5px;
    background: #EfEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
}

    .polygon p {
        margin: 0;
        line-height: 1.2;
    }

.chart {
    display: flex;
    align-items: center;
}

.chart-title {
    font-size: 1.3rem;
}

.text-line {
    margin: 0 5px;
    font-size: 1.2rem;
}

/*Loader*/
/* Skeleton Base */
.skeleton-container {
    padding: 1.5rem;
    animation: fadeIn 0.3s ease-in-out;
    position: relative;
}

.skeleton-heading,
.skeleton-subtitle,
.skeleton-image, .skeleton-img-icon {
    background-color: #e0e0e0;
    border-radius: 6px;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient( to right, #e0e0e0 0%, #f8f8f8 50%, #e0e0e0 100% );
    background-size: 200% 100%;
}

/* Sizes similar to your layout */
.skeleton-heading {
    width: 300px;
    height: 36px;
    margin-bottom: 10px;
}

.skeleton-subtitle {
    width: 600px;
    height: 20px;
    margin-bottom: 30px;
}

.skeleton-image {
    width: 800px;
    height: 400px;
    max-width: 100%;
}

.skeleton-img-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 5px
}

/* Animations */
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.machine-container {
    display: flex;
    /*justify-content: space-between;*/
    gap: 2rem;
    flex-wrap: wrap;
    /* border-top: 1px solid #ccc; */
    padding: 0px;
}

.machine-card {
    flex: 1 1 200px;
    max-width: 200px;
    /*border-right: 2px solid #595959;*/
    padding: 20px;
    text-align: center;
    background: #efefef;
    border-radius: 5px;
}

    .machine-card:last-child {
        border-right: none;
    }

    .machine-card img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        mix-blend-mode: multiply;
    }

    .machine-card h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-weight: 600;
    }

.load p {
    margin: 5px 0;
}

.load strong {
    font-weight: 600;
}

.machine-card .load {
    border-top: 2px solid #AAA;
    padding-top: 20px;
    margin-top: 10px;
}

.slide-title + p {
    width: 90%;
}

.Pres-Module a {
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
}

.ep-cards .erp-title {
    font-size: 1.3rem;
    margin: 0px;
    margin-bottom: 10px;
}

.ep-cards {
    width: 80%;
}

    .ep-cards .erp-card {
        border-radius: 5px;
        box-shadow: none;
        background: #efefef;
    }

    .ep-cards ol {
        padding-left: 1rem;
        padding-top: 1rem;
        border-top: 1px solid gray;
    }

    .ep-cards li {
        font-size: 1.1rem;
    }
/*.ep-cards .erp-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);*/ /* Two columns */
/*gap: 0.5rem 1rem;*/ /* Adjust vertical and horizontal spacing */
/*padding-left: 1rem;
}

    .ep-cards .erp-steps li {
        list-style-type: decimal;
    }*/


.bg-link2 {
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
/*Print Media Query*/
@media print {
    .print-hide {
        display: none;
    }

    .split-slide {
        height: auto;
    }
    /*.backup-img-wrapper{
        text-align: left;
    }
    img {
        max-width: 700px;
        max-height: 700px;
    }*/
}
