body {
  color: #373739;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 16px;
}

::-webkit-scrollbar {
	height: 8px;
	width: 8px;
	background: #666;
}

::-webkit-scrollbar-thumb {
	background: #F18000;
	-webkit-border-radius: 1ex;
	-webkit-box-shadow: 0px 1px 2px rgba(241, 128, 0, 0.75);
	cursor: pointer;
}

::-webkit-scrollbar-corner {
	background: #666;
}

h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
}

h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0%;
}

h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
}

h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
}

.smaller h3 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-weight: 600;
  letter-spacing: 0%;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

h1.text-lg {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  text-align: left;
}

.content-block h3 {
  margin-bottom: 24px;
}

a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #F18000;
}

a.link-normal {
  font-weight: 300;
}

label.required::after {
  content: "*";
  color: #c0392b;
  margin-left: 5px;
}

.lg-padding {
  padding: 40px;
}

.lg-margin {
  margin: 60px 0;
}

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

.sm-margin {
  margin: 20px 0;
}

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

.gray-container .common-margin,
.nested-blocks .common-margin {
  margin: 0;
}

.nested-blocks .container .container {
  padding: 0;
  margin: 0;
}

.square-box {
  background-color: #FFF;
  outline: 1px solid #ccc;
  width: 150px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.common-link {
  background-color: #F18000;
  color: #FFFFFF;
  padding: 12px 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
}

button.common-link {
  border: none;
}

.common-link:hover {
  background-color: #d18100;
  color: #FFFFFF;
}

.bordered-link {
  color: #F18000;
  border: 1px solid #F18000;
  padding: 12px 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
}

.bordered-link:hover {
  background-color: #F18000;
  color: #FFFFFF;
}

.common-link::after,
.bordered-link::after {
  content: "";
  background: url("../images/icons/right-arrow-white.svg") no-repeat center;
  width: 24px;
}

.bordered-link::after {
  filter: brightness(0) saturate(100%) invert(52%) sepia(31%) saturate(5356%) hue-rotate(10deg) brightness(103%) contrast(106%);
}

.bordered-link:hover::after {
  filter: none;
}

.com-link {
  border: 2px solid #F18000;
  padding: 10px 15px;
  display: inline-block;
  color: #F18000;
  text-decoration: none;
  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;
}

.text-org {
  color: #F18000;
}

/** Width */
.width-md {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .width-md {
    width: 100%;
  }
}

/* home slider start */
.banner-content {
  width: 610px;
  position: absolute;
  color: #fff;
  z-index: 11;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-opacity {
  background: linear-gradient(76.66deg, #000000 0%, rgba(0, 0, 0, 0) 99.42%);
  background-blend-mode: multiply;
  width: 100%;
  height: 100%;
  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 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-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 a {
  display: block;
  padding: 40px;
}

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

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

@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: #4F4F4F;
  color: #fff;
  padding: 80px 0;
  font-size: 16px;
  line-height: 24px;
}

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

footer .footer-links a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  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-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-weight: 400;
}


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

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

.footer-address a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 300;
}

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-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,
.accordion-item:not(:first-of-type) {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

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

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

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/icons/right.svg');
  width: 10px;
  height: 14px;
  background-size: cover;
  background-position: center;
}

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

.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;
  padding: 10px 0;
  text-align: left;
  border-top: 1px solid #373739;
}

.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: 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

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

.custom-tabs-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

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

.gray-container {
  background-color: #F5F5F7;
  padding: 60px;
}

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

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

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

  h5 {
    font-size: 20px;
  }

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

  .banner-content {
    width: 100%;
  }

  .gray-container {
    padding: 30px;
  }

  .common-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;
  width: 100px !important;
  margin: 0 !important;
  box-sizing: border-box;
}

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


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

.gray-container .details-padding {
  padding: 40px 0;
}

.image-details-line {
  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: 80px 0;
}

.gray-container .about-padding {
  padding: 40px 0;
}

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

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

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

}

.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-radius: 0;
  box-shadow: none;
  padding: 10px;
  background-color: #F5F5F7;
}

.form-control:focus {
  border-color: #f58220;
  background-color: #E5E5E5;
  box-shadow: none;
}

.gray-container .form-control {
  background-color: #FFF;
}

.address-heading {
  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;
}




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

.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;
  /* 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-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;
  gap: 10px;
}

.certification-logs a {
  display: inline-block;
}

@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-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  color: #F18000;
}

.blog-title {
  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;
  }
}

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

}

.slide-item {
  position: relative;
}

.separator {
  color: #3737391F;
}

.breadcrumbs a {
  font-weight: 300;
}

.breadcrumbs ul {
  display: flex;
  list-style: none;
  gap: 10px;
  align-items: center;
}

.breadcrumbs ul li a.first {
  width: 30px;
  aspect-ratio: 1 / 1;
  background-color: #f58220;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-link,
.type-text {
  text-transform: uppercase;
  font-weight: 300;
}

.type-text {
  font-size: 14px;
  width: 130px;
  color: #f58220;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden
}

@media (max-width: 768px) {
  .breadcrumbs ul {
    flex-wrap: wrap;
    row-gap: 0 !important;
  }
}