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

.font-18 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

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

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

h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

.smaller h3 {
  font-size: 22px;
  line-height: 32px;
}

.content-block h4 {
  margin-bottom: 15px;
}

h5 {
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 28px;
}

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

a {
  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;
}

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

.nested-blocks {
  font-size: 18px;
  line-height: 28px;
}

.gray-container .nested-blocks {
  font-size: 16px;
}

.fs-sm {
  font-size: 14px;
}

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

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

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

.square-box.small {
  width: 80px;
  padding: 5px;
}

.square-box.xl {
  width: 100%;
}

.client-slider .slick-slide {
  margin: 0 5px;
}

.client-item.square-box {
  padding: 10px;
  border: 1px solid #ddd;
  border: none;
}

.square-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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.gray {
  background-color: #AAA;
  color: #000;
}

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

.common-link.gray:hover {
  background-color: #CCC;
  color: #000;
}

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

.shadow-link {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
}

.shadow-link.active,
.shadow-link:hover {
  background-color: #F18000;
  color: #FFF;
}

.partner .shadow-link.active,
.partner .shadow-link:hover {
  background-color: #7e8387;
  color: #FFF;
}

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

.prev::before {
  transform: rotate(180deg);
  filter: brightness(0);
}

.prev::after {
  display: none;
}

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

.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: 991px) {
  .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%;
}

.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: 1px solid #EEE;
  box-shadow: 0px 3px 6px 0px #0000000F;
  background-color: #FFF;
}

.kc-card:hover {
  border: 1px solid #FF7A00;
}

.partner .kc-card:hover {
  border: 1px solid #7e8387;
}

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

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

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

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

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

/* home slider end */

/* footer css */
footer {
  background-color: #4F4F4F;
  color: #fff;
  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 .social-icons a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

footer .social-icons a:hover img {
  filter: none;
}

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

footer .lower-footer {
  background-color: #373739;
  padding: 20px 0;
}

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

.faqs .accordion-button,
.contacts-list .accordion-button {
  font-size: 16px;
  background-color: transparent;
}

.faqs .accordion-item {
  background-color: transparent;
}

.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 h1,
.content h3 {
  margin: 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
}

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

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

.custom-tabs-content .description h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 15px;
}

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

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

.gray-container hr {
  background-color: #BBB;
}

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

/* kpatel css */

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

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

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

}

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

.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 {
  background: #FAFAFA;
}

.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 li {
  cursor: pointer;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

/* 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) {
  .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-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%;

}




/* 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;
  }
}

.slide-item {
  position: relative;
}

.separator {
  color: #3737391F;
}

.breadcrumbs a {
  font-weight: 300;
}

.banner-breadcrumb {
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #FFF;
}

.banner-breadcrumb .breadcrumbs a {
  color: #FFF;
}

.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;
  text-align: right;
}

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

.exhibition-content {
  padding: 10px;
  display: flex !important;
  flex-direction: column;
  height: 470px;
  gap: 15px;
}

.exhibition-slider .slick-track {
  display: flex;
  align-items: center;
}

.arrow-btn {
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #FF7A00;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  z-index: 1;
}

.arrow-btn:hover {
  background-color: #FF7A00;
}

.partner .arrow-btn {
  border-color: #7e8387;
}

.partner .arrow-btn:hover {
  background-color: #7e8387;
}

.arrow-btn.prev-btn {
  left: -30px;
  right: 0;
}

.arrow-btn::after {
  content: "";
  background: url('../images/icons/right.svg') no-repeat;
  background-position: 7px center;
  width: 22px;
  aspect-ratio: 1/1;
  background-size: 10px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(31%) saturate(5356%) hue-rotate(10deg) brightness(103%) contrast(106%);
}

.partner .arrow-btn::after {
  filter: brightness(0) saturate(100%) invert(54%) sepia(1%) saturate(2169%) hue-rotate(139deg) brightness(95%) contrast(77%);
}

.arrow-btn.prev-btn::after {
  transform: rotate(180deg);
}

.arrow-btn:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.pagination .arrow-btn {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
}

/* .pdf-link {
  display: flex;
  align-items: center;
  gap: 10px;
} */

.pdf-link img {
  width: 20px;
}

h3.section-title {
  font-size: 28px;
  line-height: 38px;
}

.image-box {
  display: flex;
  height: 300px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE;
}

.image-box img {
  height: 100%;
  object-fit: contain;
}

a.image-box:hover {
  border: 1px solid #FF7A00;
}

.map-link,
.normal-link {
  color: #F18000;
  padding: 12px 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  font-family: 'SF Pro Display', sans-serif;
}

.normal-link::after {
  content: "";
  background: url('../images/icons/right.svg') no-repeat center;
  width: 20px;
  aspect-ratio: 1/1;
  background-size: 10px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(31%) saturate(5356%) hue-rotate(10deg) brightness(103%) contrast(106%);
}

.map-link {
  gap: 5px;
  border: 1px solid #F18000;
  padding: 8px 10px;
  border-radius: 10px;
}

.map-link::after {
  display: none;
}

.map-link::before {
  content: "\F3E8";
  font-family: "bootstrap-icons";
  font-size: 20px;
}

.arrow-btn.static-btn {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
}

.arrow-btn.static-btn::after {
  background-position: center;
}

.image-right {
  order: 2;
}

/** Timeline */
.timeline-item {
  position: relative;
}

.timeline-content {
  display: flex;
  padding: 10px 20px;
  align-items: end;
}

.year-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: bold;
  font-size: 2.2rem;
  margin: 0;
  height: 100px;
  margin-bottom: 10px;
}

.content-card {
  font-size: 15px;
  font-family: 'SF Pro Display', sans-serif;
  line-height: 20px;
  height: 100px;
}

.content-card p {
  margin: 0;
}

.line {
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.dot {
  width: 18px;
  height: 18px;
  background: #FF7A00;
  border: 6px solid #373739;
  border-radius: 50%;
  margin-left: 40px;
}

.timeline-slider .arrow-btn {
  transform: none;
  top: -50px;
}

.timeline-slider .image-box {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: auto;
}

.img-200 {
  width: 180px !important;
  height: 100px;
}

.img-200 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.imgh-300 {
  height: 300px;
  object-fit: cover;
}

.video-slider .slick-track {
  margin: 0 -20px;
}

.video-slider .slick-slide {
  padding: 0 20px;
}

.video-wrapper {
  height: 330px;
}

.video-wrapper a {
  display: block;
  position: relative;
  height: 100%;
}

.video-wrapper a img {
  object-fit: cover;
}

.video-wrapper a::after {
  content: "";
  background: url(../images/icons/video-play.svg) no-repeat center;
  width: 80px;
  display: block;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 40px);
}

.video-slide .title {
  font-weight: 600;
}

.content-block .width-lg h2 {
  text-align: center;
}

.flash-message {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1040;
}

.alert {
  padding: 5px 10px;
  display: flex;
  gap: 15px;
}

.custom-radio label {
  display: flex;
  gap: 5px;
  font-weight: 600;
}

.bordered-img {
  border: 1px solid #CCC;
}

@media (max-width: 768px) {
  .video-slider .slick-slide {
    padding: 0;
  }

  .video-slider .slick-track {
    margin: 0;
  }

  .video-wrapper {
    height: 200px;
  }
}

.sticky-top {
  top: 100px;
}

.testimonials-slider .slick-slide {
  padding: 0 15px;
}

.testimonials-card {
  padding: 20px 30px;
}

.testimonials-card .message {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
}

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

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

  h5 {
    font-size: 20px;
  }

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

  .banner-content {
    width: 100%;
    left: 0;
    padding: 20px;
  }

  .gray-container {
    padding: 20px;
  }

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

  .testimonials-card {
    padding: 10px;
  }

  .gray-container .container {
    padding: 0;
  }

  /* .arrow-btn {
    right: 0;
  }

  .arrow-btn.prev-btn {
    left: 0;
  }

  .gray-container .arrow-btn {
    right: -30px;
  }

  .gray-container .arrow-btn.prev-btn {
    left: -30px;
  } */

  /* .job-card{
        padding: 20px 30px;
    } */
}

#hamburgerModal .other-links a.axis-login {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}

#hamburgerModal .other-links a.axis-login img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(102%) contrast(106%);
}

#hamburgerModal .other-links a.axis-login:hover img {
  filter: none;
}