body {
    color: #373739;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
}

h1 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

h2 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
}

h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0%;
}

h5 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0%;

}

h6 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
}

p,
.accordion-body ul li,
.accordion-body a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.com-link {
    border: 2px solid #F18000;
    padding: 10px 15px;
    display: inline-block;
    color: #F18000;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.com-link:hover {
    color: #F18000;
}

.border-bottom {
    border-bottom: 1px solid #373739 !important;
    padding-bottom: 15px;
}

.section-margin {
    margin: 80px 0;
}

.text-org {
    color: #F18000;
}

/* home slider start */
.banner-content {
    width: 500px;
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    z-index: 11;
}

.banner-opacity {
    background: linear-gradient(180deg, rgba(36, 47, 64, 0) 0%, rgba(0, 0, 0, 0.664) 100%);
    background-blend-mode: multiply;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.banner-slider .slick-dots {
    bottom: 15px;
}

.banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.banner-content img {
    width: 129px !important;
}

.banner-item {
    position: relative;
}

.com-link {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F18000;
    text-decoration: none;
}

.com-link img {
    width: 30px;
}

.right-card-content {
    padding-left: 50px;
}

.card-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-content {
    margin-top: 100px;
}

.card-content p {
    margin-bottom: 5px;
}

.partners-section {
    /*! padding: 40px 0; */
    /*! text-align: center; */
}


.partner-box {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 120px;
    background: #fff;
}

.partner-logo {
    max-height: 115px;
    object-fit: contain;
}

.partners-section .title-icon {
    margin-top: -50px !important;
    width: 50px;
}


.kc-tabs .nav-pills .nav-item .nav-link {
    color: #242F40;
    border-radius: 0;
    text-align: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #373739;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.kc-tabs .nav-pills .nav-item:last-child .nav-link {
    border-bottom: 1px solid #373739;
}

.kc-tabs .nav-pills .nav-link.active {
    color: #F18000;
    background: transparent;
    /*! font-weight: bold; */
}

.kc-card {
    border: none;
    /*! box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    /*! box-shadow: 0px 4px 20px 2px #373739; */
    box-shadow: 0px 4px 5.8px 2px #00000040;
}

.kc-card-body {
    padding: 40px;
}

.kc-card-date {
    font-size: 12px;
    color: #373739;
}

.show-more {
    text-align: center;
    margin-top: 50px;
}

.show-more a {
    color: #373739;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.logo-marquee {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;

}

.logo-track {
    display: flex;
    width: calc(200%);
    /* Twice the width for seamless scroll */
    animation: scroll-left 20s linear infinite;
    gap: 70px;
}

.logo-track img {
    height: 100px;
    margin-right: 50px;
    object-fit: contain;
    width: auto;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.certifications-section {
    background-color: #F4F4F4;
    padding: 50px 0;
    margin-bottom: 0;
}

.certification-logs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.certification-logs a {
    padding: 15px;
}

.certification-logs img {
    width: 150px;
}

/* home slider end */

/* footer css */
footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0 20px;
}

footer .footer-title {
    color: #F18000;
    font-weight: bold;
    margin-bottom: 15px;
}

footer .footer-links a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 5px 0;
}

footer .footer-links a:hover {
    color: #F18000;
}

footer .social-icons a {
    color: #F18000;
    font-size: 20px;
    margin-right: 15px;
    text-decoration: none;
}

footer .newsletter p {
    margin-bottom: 8px;
}

.newsletter .form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 12px;
    height: 50px;
    background-color: transparent;
    color: #fff;
    border-right: 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
}

.newsletter .btn-submit {
    background-color: #F18000;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 12px 100px;
    height: 50px;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
}


footer .footer-logo {
    width: 160px;
    margin-bottom: 20px;
}

.footer-address p {
    margin-bottom: 5px;
}

.footer-address p a {
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    display: block;
}

footer h5 {
    line-height: normal;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
}

.newsletter .form-control::placeholder {
    color: #fff;
}

/* footer css */
.text-right {
    text-align: right;
}

/* solution page  */
.tabs-wrap {
    padding: 22px 0 6px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}

.custom-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-tabs .nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

/* vertical separator between items */
.custom-tabs .nav-item+.nav-item::before {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #F18000;
    margin: 0 20px;
}

.custom-tabs .nav-link {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: #373739;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 10px;
    white-space: nowrap;
}

/* active tab color and subtle top marker (matching image) */
.custom-tabs .nav-link.active {
    color: #F18000;
    /*! font-weight: 700; */
    position: relative;
}


/* ---------- Banner ---------- */
.banner-block {
    position: relative;
    margin: 10px 0 40px;
    overflow: hidden;
    border-radius: 4px;
}

.banner-image {
    width: 100%;
    display: block;
    height: 440px;
    /* large desktop height similar to your image */
    object-fit: cover;
}

/* dark overlay on image for readable white text */
.banner-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.35) 65%);
    z-index: 1;
}

/* overlay content (left bottom) */
.banner-info {
    position: absolute;
    z-index: 2;
    left: 48px;
    bottom: 48px;
    max-width: 520px;
    color: #fff;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}




/* subtle card-like look for text block (optional) */
.banner-info .text-wrap {
    max-width: 440px;
}

.text-wrap img {
    width: 50px;
    margin-bottom: 15px;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 991.98px) {
    .banner-image {
        height: 360px;
    }

    .banner-info {
        left: 32px;
        bottom: 32px;
        max-width: 420px;
    }

    .banner-info h2 {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .tabs-wrap {
        padding: 14px 0 6px;
    }

    .custom-tabs {
        gap: 0;
        padding: 0 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }
     .knowledge-tab{
         gap: 0;
        padding: 55px 12px 0px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start; 
    }

    .custom-tabs .nav-item+.nav-item::before {
        margin: 0 12px;
        height: 14px;
    }

    .banner-image {
        height: 260px;
    }

    .banner-info {
        left: 0;
        bottom: 18px;
        /*! transform: translateX(-50%); */
        text-align: left;
        padding: 0 12px;
        flex-direction: column;
        align-items: center;
    }

    .banner-info .brand-x {
        margin-bottom: 6px;
    }

    .banner-info .text-wrap {
        max-width: 90%;
    }

    .banner-info h2 {
        font-size: 20px;
    }

    .banner-info p {
        font-size: 13px;
    }
}

.accordion-body ul li {
    margin: 15px 0;
}

.accordion-header {
    font-size: inherit;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    border-left: 0;
    border-right: 0;
    border-color: #373739;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    padding: 20px 0;
    font-size: 20px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/plush.png');
    width: 19px;
    height: 19px;
    background-size: 19px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-140deg);
}

.accordion-button:not(.collapsed) {
    color: #F18000;
}

.accordion-body {
    padding: 0;
}

.main-wrap {
    display: flex;
    gap: 40px;
    margin: 40px auto;
}

/* Sidebar */
.sidebar-tabs {
    min-width: 220px;
    /*! border-right: 1px solid #ddd; */
    padding-right: 0px;
    max-width: 220px;
}

.sidebar-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #373739;
    font-size: 18px;
    padding: 10px 0;
    text-align: left;
    border-top: 1px solid #373739;
    font-family: 'Inter';
}

.sidebar-tabs .nav-link:last-child {
    border-bottom: 1px solid #373739;
}

.sidebar-tabs .nav-link.active {
    color: #F18000;
    font-weight: 600;
    /*! border-left: 3px solid #F18000; */
    background: transparent;
    /*! padding-left: 12px; */
}

/* Slider */
.slider-main img {
    width: 100%;
    height: 380px;
    object-fit: contain;
}

.slider-nav img {
    height: 80px;
    object-fit: contain;
    cursor: pointer;
}

.slick-slide {
    outline: none;
}

/* Content */
.content h3 {
    margin: 20px 0 12px;
    font-size: 22px;
    font-weight: 700;
}

.custom-tabs-content p a {
    color: #242F40;
    text-decoration: none;
}

.download-btn {
    margin-top: 20px;
}

.follow-step-accordion {
    margin-top: 50px;
}

/* Responsive */
@media(max-width:991.98px) {
    .main-wrap {
        flex-direction: column;
    }

    .sidebar-tabs {
        border-right: none;
        border-bottom: 1px solid #ddd;
        display: flex;
        overflow-x: auto;
        /*! flex-direction: column !important; */
    }

    .sidebar-tabs .nav-link {
        /*! padding: 10px 16px; */
        white-space: nowrap;
    }

    .sidebar-tabs .nav-link.active {
        border-left: none;
        /*! border-bottom: 3px solid #F18000; */
        padding-left: 0;
    }
}

/* solution page  */
@media only screen and (max-width: 768px) {
    .newsletter .btn-submit {
        padding: 12px 30px;
    }

    .certification-logs img {
        width: 100px;
    }

    .certification-logs {
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}


/* Top Filter Bar */
.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    /*! border-bottom: 1px solid #ddd; */
    background: #fff;
    position: relative;
    margin-top: 80px;
    margin-bottom: 50px;
}

.filter-toggle {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Dropdown Filter Panel */
.filter-dropdown {
    position: absolute;
    top: -5px;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 600px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    margin-top: 5px;
}

.filter-dropdown.active {
    display: block;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.filter-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    padding: 16px;
}

.filter-footer {
    padding: 12px 16px;
    border-top: 1px solid #eee;
    text-align: right;
}

#closeFilter img {
    transform: rotate(-140deg);
}

#clearFilter {
    color: #373739;
}

/* The container */
.checkbox-group {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-group .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.checkbox-group:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-group input:checked~.checkmark {
    background-color: #F18000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-group .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-group input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-group .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.analyser-card-list .kc-card-body {
    padding: 15px;
}

.paginationt {
    display: block;
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.paginationt li {
    display: inline-block;
    /*! min-width: 15px; */
    /*! height: 15px; */
}

.paginationt li a {
    color: #373739;
    text-decoration: none;

    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
}

.paginationt li a.active {
    border: 1px solid;
}

@media(max-width: 576px) {
    .filter-options {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 26px;
        line-height: 26px;
    }

    h5 {
        font-size: 20px;
    }

    .banner-content img {
        width: 50px !important;
    }

    .banner-content {
        width: 100%;
    }

    p,
    .accordion-body ul li,
    .accordion-body a,
    .com-link,
    .kc-tabs .nav-pills .nav-item .nav-link,
    .accordion-button {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-slider {
        margin-left: -30px;
        width: calc(100% + 60px);
    }

    .section-margin {
        margin: 40px 0;
    }

    .right-card-content {
        padding-left: 15px;
        margin-top: 15px;
    }

    .card-content {
        margin-top: 30px;
    }

    .partners-section .title-icon {
        width: 30px;
    }

    .sidebar-tabs {
        width: 100%;
        max-width: 100%;
    }

    .text-right {
        text-align: left;
    }
    .partner-number{
        font-size: 60px !important;
    }
    /* .job-card{
        padding: 20px 30px;
    } */
}



/* kpatel css */

.custom-slider-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.slider-for img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.custom-nav-slider .slick-slide {
    padding: 0 !important;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.custom-nav-slider .slick-current {
    opacity: 1 !important;
}


.custom-nav-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    z-index: 9999;
    display: block;
}

.custom-prev {
    left: -45px;
}

.custom-next {
    right: -45px;
}

.custom-prev:hover,
.custom-next:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}


.custom-nav-slider .slick-slide {
    width: 100px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}


.thumb-box {
    width: auto;
    height: 100px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, opacity 0.3s;
    opacity: 0.5;
}

.thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-nav-slider .slick-current .thumb-box {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    opacity: 1;
}








.card-blogs {
    padding: 100px 0;
}

.details-padding {
    padding: 80px 0;
}

.image-details-line {
    font-family: 'Inter';
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #373739;

}

.tag-line a {
    text-decoration: none;
    color: #373739;
}

.related-topic-padding {
    padding: 80px 0;
}

.kc-card.no-shadow {
    box-shadow: none;
}

.card-text {
    font-size: 16px;
}

.kc-cardlabel-body {
    padding: 30px;
}

.kc-card img.card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* card inner text */

.kc-card.no-shadow .kc-card-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.kc-card.no-shadow .kc-card-img-wrap img {
    display: block;
    width: 100%;
    height: 300px;
}

.kc-card.no-shadow .kc-card-label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
}

.about-padding {
    padding: 100px 0;
}

.about-heading {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
}

.read-more {
    text-decoration: none;
}

.partner-number {
    font-family: 'Inter';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 128px;
    line-height: 100%;
    letter-spacing: 0%;

}

.logo-marquee {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;

}

.logo-track {
    display: flex;
    width: calc(200%);
    /* Twice the width for seamless scroll */
    animation: scroll-left 20s linear infinite;
    gap: 70px;
}

.logo-track img {
    height: 140px;
    margin-right: 50px;
    object-fit: contain;
    width: auto;
}

@media (max-width:768px) {
    .logo-track {
        width: calc(500%);
        animation: scroll-left 12s linear infinite;
        gap: 5px;
    }
}

.career-margin {
    padding: 110px 0;
}


/* carrer page */

.job-title {
    color: #f58220;
    /* Orange color */
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.job-title-line {
    width: 45px;
    height: 3px !important;
    background: #f58220;
    margin-bottom: 15px;
}

.job-card .c-line {
    margin: 6px 0;
    border: none;
    border-top: 2px solid #000;
}

.job-card p {
    margin: 0;
    /* color: #333; */
    font-size: 0.95rem;
}

.apply-link {
    color: #f58220;
    font-weight: 500;
    text-decoration: none;
}

.apply-link:hover {
    text-decoration: underline;
}

/* contact page */


.form-control {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    padding: 4px;
}
.form-control:focus {
    border-color: #f58220; 
    box-shadow: none;
}
textarea.form-control {
    border: 1px solid #333; 
    border-radius: 2px;
}
.form-control::placeholder {
color: #000;     
opacity: 1;       
}
.address-heading{
font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 18px !important ;
line-height: 28px;
letter-spacing: 0%;
}
.custom-divider {
  margin: 30px 0; 
}

@media (max-width: 767.98px) {
  .custom-divider {
    display: none; 
  }
}
.contact-padding{
    padding: 0px 0px 90px 0px;
}




/* header */


header {
    background: var(--Color-White, #FFF);
    padding: 3px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.nav-list {
    margin-right: 140px;
}

.str-padding {
    padding-top: 4px;
    padding-bottom: 2px;
}

.navbar-toggler-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}


.nav-list {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    padding: 10px;
}


@media (max-width: 768px) {
    .header-logo {
        max-height: 40px;
    }
}


.mega-menu {
  display: none;
  position: absolute;
  top: 100%;           
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9); 
  border-top: 1px solid #eee;
  z-index: 9999;
  animation: slideDown 0.4s ease;
}

.mega-menu.active {
  display: block;
}


/* header line */

/* Left menu wrapper with vertical line */
.left-menu {
  position: relative;
  border-right: 1px solid #000; /* black vertical line */
}

.left-menu ul {
  margin: 0;
  padding: 0;
}

/* Left menu items */
.left-menu ul li {
  padding: 15px 15px;
  cursor: pointer;
  font-weight: 500;
  color: black;
  position: relative;
}


/* Active state */
.left-menu ul li.active {
  color: #f58220;
  font-weight: 600;
}

/* Orange highlight line */
.left-menu ul li.active::after {
  content: "";
  position: absolute;
  right: -14.5px; 
  top: 0;
  height: 100%;
  width: 4px;  
  background: #f58220;
}

.left-menu li {
  cursor: pointer;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.left-menu li:hover,
.left-menu li.active {
  color: #ff6600; /* orange */
}



/* Right content */
.right-content .content-box {
  display: none;
}

.right-content ul li {
  padding: 4px 0;
  margin-left: 30px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
}

.right-content ul li:hover {
  color: #f58220; 
}
.extra-menu ul li{
    padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  color: black;
  position: relative;  
  /* text-align: left; */
}
.extra-menu ul {
  text-align: left;   
  display: inline-block; 
}
.extra-menu ul li:hover{
    color: #f58220;
}


/* about page image */

.about-section{
     padding: 212px 0 242px 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.35) 65%),   
    url('../images/oil\ and\ gas.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}




@media (max-width: 768px) {
  .mega-menu .container { display: none !important; }
  .mobile-menu { display: block; }
}

@media (min-width: 769px) {
  .mobile-menu { display: none !important; }
}



@media (max-width: 768px) {
  .mega-menu {
    display: none; 
  }

  .mobile-menu {
    padding: 15px;
    border-top: 1px solid #eee;
  }

  .mobile-accordion > li {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
  }

  .accordion-head {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }

  .accordion-head.active {
    color: #f58220;
  }

  .accordion-head .toggle-icon {
    font-size: 20px;
    font-weight: bold;
  }

  .accordion-body {
    /* display: none; */
    padding: 8px 0 8px 15px;
  }
  .accordion-mobile-body{
    display: none;
    padding: 8px 0 8px 15px !important;
  }

/* Jab open ho tab padding apply karo */
.accordion-mobile-body.show {
  display: block;
  padding: 8px 0 8px 15px !important; 
}


  .accordion-body li {
    padding: 6px 0;
    font-size: 15px;
    color: #333;
    cursor: pointer;
  }

  .accordion-body li:hover {
    color: #f58220;
  }

  .mobile-extra {
    margin-top: 25px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }

  .mobile-extra ul li {
    padding: 8px 0;
    font-weight: 500;
    color: #000;
    cursor: pointer;
  }
  

  .mobile-extra ul li:hover {
    color: #f58220;
  }

  .login-link {
    display: block;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
  }
 
}

.solution-product a {
  text-decoration: none;
  color: #000; 
  transition: color 0.3s ease;
}


.solution-product a:hover {
  color: #f58220; 
}

.solution-product .nav-item.active a {
  color: #f58220; 
  font-weight: 600;
}



/* .sidebar-tabs .nav-link {
  text-decoration: none !important;
  color: #000;
  display: block;
  width: 100%;
  text-align: left;
} */

.sidebar-tabs .nav-link.active {
  color: #f58220;
  font-weight: 600;
}

.sub-list {
  margin: 10px 0 0 0;
  padding: 0 0 0 0px;  
  list-style: none;
  position: relative;
}

.sub-list::before {       
  content: "";
  position: absolute;
  top: 0;
  left: 18px;              
  width: 1.5px;
  height: 100%;
  background: #000;
}

.sub-list li {
  position: relative;
  padding: 6px 0px 16px 0px;
  margin-left: 60px;
}



.sub-list li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: color 0.3s ease;
}

.sub-list li a:hover {
  color: #f58220;
}
.back-link {
  cursor: pointer;          
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.back-link:hover {
  color: black;           
}
/* Custom inner class inside kc-card */
.kc-card-inner {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  background: #fff;
}



.kc-card-img {
  width: 100%;
  display: block;
  height: auto;
}

.kc-cardlabel-body {
  padding: 20px;
}

.kc-card-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}


.certification-logs {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.certification-logs-inner {
  display: flex;
  animation: scroll-left 20s linear infinite;
}

.certification-logs a {
  display: inline-block;
  margin: 0 40px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}




.blog-banner {
  /* max-width: 900px; */
  margin: 40px auto;
}

.blog-banner-img {
  width: 100%;
  /* height: auto; */
  display: block;
  border-radius: 8px 8px 0 0;
}

.blog-banner-content {
  background-color: #fff;
  padding: 24px;
  gap: 10px;
  align-items: flex-start;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  max-width: 90%;      
  margin: -120px auto 0; 
}

.blog-banner-left small {
  text-transform: uppercase;
  color: #c0392b;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.blog-banner-left h2 {
  font-size: 20px;
  margin: 0;
}

.blog-banner-right {
  flex: 2;
  font-size: 14px;
  color: #555;
}

.blog-banner-right small {
  display: block;
  color: #888;
  margin-bottom: 6px;
}

.blog-name{
 font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:  #F18000;
}
.blog-title{
font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 32px !important;
line-height: 100%;
letter-spacing: 0%;

}




/* scrolling tab */


/* Hide scrollbar */
.hide-scrollbar {
  -ms-overflow-style: none !important;  /* IE/Edge */
  scrollbar-width: none !important;     /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;             
}

/* Arrows */
.tab-scroller {
  position: relative;
}
.scroller {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: black;
  font-size: 20px;
  z-index: 10;
}
.scroller-left {
  margin-right: 5px;
}
.scroller-right {
  margin-left: 5px;
}
.scroller:hover {
  color: #f58220; 
}

/* Tabs look */
.sidebar-tabs .nav-link {
  /* white-space: nowrap; */
  text-decoration: none;
  color: #000;
}
.sidebar-tabs .nav-link.active {
  color: #f58220;
  font-weight: 500;

}




/* li gap */


@media (max-width: 768px) {
  .sidebar-tabs {
    display: flex;
    overflow-x: auto;
    border: none;
  }

  .sidebar-tabs .nav-link {
    flex: 0 0 auto;
    position: relative;
    border: none !important;
    padding: 10px 15px;
    margin: 5px; 
  }
 
}













  .multiple-exb-slider  .tab-slider .item.active {
      color: #f47421;
      font-weight: bold;
    }
    .multiple-exb-slider .tab-slider .item.active .date {
  color: #f47421; 
  font-weight: bold;
}
  .multiple-exb-slider  .tab-slider .date {
      display: block;
      font-size: 12px;
      color: #666;
      margin-top: 4px;
    }
    
.multiple-exb-slider .tab-slider .item {
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  color: #333;
  font-weight: 500;
  /* margin-right: 30px !important; 
   margin-left: 30px !important;  */
}
.multiple-exb-slider .tab-slider {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.multiple-exb-slider .tab-slider .item {
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  color: #333;
  font-weight: 500;
  position: relative;
  margin-right: 80px; /* 👈 BIGGER gap */
}

/* Vertical separator between items (except last) */
.multiple-exb-slider .tab-slider .item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20%;
  right: -40px; 
  height: 60%;
  width: 1px;
  background-color: #ccc;
}
.modal-content .btn-close {
  z-index: 1055;
  position: relative; 
}


   .multiple-exb-slider .child-slider img {
      width: 100%;
      border-radius: 6px;
    }
 
   .multiple-exb-slider .slide-item { position: relative; }

  .multiple-exb-slider  .exhibition-panel { display: none; }
  .multiple-exb-slider .exhibition-panel.active { display: block; }

 .multiple-exb-slider   .modal {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.8);
      z-index: 1000;
      align-items: center;
      justify-content: center;
    }
  .multiple-exb-slider .modal-content {
        /* position: relative;
        max-width: 80%;
        width: 800px; */
  }
  .multiple-exb-slider  .modal-content iframe {
      width: 100%; height: 450px;
    }
  .multiple-exb-slider  .modal-close {
      position: absolute;
      top: -30px; right: -30px;
      background: #fff;
      border-radius: 50%;
      padding: 6px 10px;
      cursor: pointer;
    } 
.multiple-exb-slider .tab-slider .slick-prev:before,
.multiple-exb-slider .tab-slider .slick-next:before {
  color: #000 !important; 
  font-size: 24px; 
}
.multiple-exb-slider .tab-slider .slick-cloned {
  display: none; 
}
.multiple-exb-slider .tab-slider {
  text-align: center;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 2;
 
}
.tab-slider .item.border-end {
  border-right: 2px solid black !important;
  
}
.slick-slide-border{
    border-right: 1px solid white;
}


@media (max-width: 768px) {
  .tab-slider .item.border-end {
    border-right: none !important;
  }
}
.slide-item {
  position: relative;
}


.multiple-exb-slider .slide-item {
  position: relative;
}


.multiple-exb-slider .slick-dots {
  position: absolute;
  bottom: 30px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 3; 
}


.multiple-exb-slider .slick-dots li button:before {
  color: white; 
  opacity: 1.8;
}
.tab-slider-wrapper {
  border-right: 2px solid #ccc;
  padding-right: 10px;
  overflow: hidden;
}
.tab-slider .item {
  padding: 10px 20px;
  min-width: 150px;
}

/* .tab-slider .item {
  border-right: 1px solid #ccc;
}

.tab-slider .item.hide-border {
  border-right: none !important; 
} */



    /* new css */

/* Medium devices (tablets) */
@media (max-width: 992px) {
  .tab-slider .slick-prev:before,
  .tab-slider .slick-next:before {
    font-size: 24px;
  }
  .tab-slider .slick-prev,
  .tab-slider .slick-next {
    width: 35px;
    height: 35px;
  }
   .tab-slider .item.border-end {
    border-right: none !important;
  }
}

/* Small devices (mobiles) */
@media (max-width: 576px) {
  .tab-slider .slick-prev:before,
  .tab-slider .slick-next:before {
    font-size: 20px;
  }
  .tab-slider .slick-prev,
  .tab-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}

/* Optional: Adjust arrow positions on small devices */
@media (max-width: 576px) {
  .tab-slider .slick-prev {
    left: 5px !important;
  }
  .tab-slider .slick-next {
    right: 5px !important;
  }
}
