/* 

NAMING CONVENSION



-- ICONS
there are two kinds of classes:
1. is name of icon used in FA, just to refer to
2. is name of "purpose", it is more useful, because if we want to change 'link-forward' icon from double-arrow-icon (i mean icon itself) to lets say info-in-circle-icon, classname will still make sens 


-- Regular Classes, functional Classes and MIXINS, 
- regular classes are small caps '-' seperated like img-text
- mixins css classes are named same as mixin functions f.eg. imgText 
- while functional Classes (ised by JS mostly) to show their shared root can be like obj_class-name, f. eg.: slider_img-text 



*/

/* .svg2.arrow01_svg .cls-3{ */
/* .svg2 .cls-3{
		color : #8ac999 !important;
		border: 1px solid #8ac999 !important;
		background-color: #8ac999 !important;
		fill:#8ac999 !important;
    width:100% !important;
} */

:root {
  --c-brand: #7cc4cb;
  --c-brand-gray: #6d6e71;

  --c-brand-rgb: 124, 196, 203;

  --c-brand-hsl: hsl(185, 43%, 64%);
  --c-brand-h: 185;
  --c-brand-s: 43%;
  --c-brand-l: 64%;
  /* OLD color: #22aba6; */
  --c-main-a: hsl(var(--c-brand-h), 74%, 38%);
  --c-main-a-hover: hsl(var(--c-brand-h), 94%, 30%);

  --c-main-d10: color-mix(in srgb, var(--c-brand), #000 10%);
  --c-main-d20: color-mix(in srgb, var(--c-brand), #000 20%);
  --c-main-d30: color-mix(in srgb, var(--c-brand), #000 30%);
  --c-main-d40: color-mix(in srgb, var(--c-brand), #000 40%);
  --c-main-d50: color-mix(in srgb, var(--c-brand), #000 50%);
  --c-main-d60: color-mix(in srgb, var(--c-brand), #000 60%);
  --c-main-d70: color-mix(in srgb, var(--c-brand), #000 60%);
  --c-main-d80: color-mix(in srgb, var(--c-brand), #000 80%);
  --c-main-d90: color-mix(in srgb, var(--c-brand), #000 90%);
  --c-main-b10: color-mix(in srgb, var(--c-brand), #fff 10%);
  --c-main-b20: color-mix(in srgb, var(--c-brand), #fff 20%);
  --c-main-b30: color-mix(in srgb, var(--c-brand), #fff 30%);
  --c-main-b40: color-mix(in srgb, var(--c-brand), #fff 40%);
  --c-main-b50: color-mix(in srgb, var(--c-brand), #fff 50%);
  --c-main-b60: color-mix(in srgb, var(--c-brand), #fff 60%);
  --c-main-b70: color-mix(in srgb, var(--c-brand), #fff 60%);
  --c-main-b80: color-mix(in srgb, var(--c-brand), #fff 80%);
  --c-main-b90: color-mix(in srgb, var(--c-brand), #fff 90%);

  accent-color: var(--c-brand);

  --b-radius: 3px;
  --c-oh-1: #2d2b54;
  --c-main-1: var(--c-brand);
  --c-main-2: #267785;
  --c-main-3: #244d5c;
  --c-main-4: #f2f4f8;

  --c-extra-1: #ff5d2e;
  --c-extra-1-d10: color-mix(in srgb, var(--c-extra-1), #000 10%);
  --c-extra-1-d20: color-mix(in srgb, var(--c-extra-1), #000 20%);
  --c-extra-1-d30: color-mix(in srgb, var(--c-extra-1), #000 30%);
  --c-extra-1-d40: color-mix(in srgb, var(--c-extra-1), #000 40%);
  --c-extra-1-d50: color-mix(in srgb, var(--c-extra-1), #000 50%);
  --c-extra-1-d60: color-mix(in srgb, var(--c-extra-1), #000 60%);
  --c-extra-1-d70: color-mix(in srgb, var(--c-extra-1), #000 60%);
  --c-extra-1-d80: color-mix(in srgb, var(--c-extra-1), #000 80%);
  --c-extra-1-d90: color-mix(in srgb, var(--c-extra-1), #000 90%);

  --c-extra-1-b10: color-mix(in srgb, var(--c-extra-1), #fff 10%);
  --c-extra-1-b20: color-mix(in srgb, var(--c-extra-1), #fff 20%);
  --c-extra-1-b30: color-mix(in srgb, var(--c-extra-1), #fff 30%);
  --c-extra-1-b40: color-mix(in srgb, var(--c-extra-1), #fff 40%);
  --c-extra-1-b50: color-mix(in srgb, var(--c-extra-1), #fff 50%);
  --c-extra-1-b60: color-mix(in srgb, var(--c-extra-1), #fff 60%);
  --c-extra-1-b70: color-mix(in srgb, var(--c-extra-1), #fff 60%);
  --c-extra-1-b80: color-mix(in srgb, var(--c-extra-1), #fff 80%);
  --c-extra-1-b90: color-mix(in srgb, var(--c-extra-1), #fff 90%);

  --c-extra-2: #fbb03b;

  --c-extra-3: #8ac900;
  /*green*/
  --c-extra-4: #00b19a;
  --c-extra-4-h: 172;
  --c-extra-4-s: 100%;
  --c-extra-4-l: 35%;

  --c-extra-5: #468ad2;

  --c-special-1: #8c84bd; /* videos page */
  --c-special-2: aliceblue;

  /* .video-box2 .vlabel:after{
    display: block;
    background-color: #8D7CF8;
  } */

  /* --c-special-3: #8D7CF8; videos label */
  /* THOSE ARE INCORRECT - we got blue logo, not green! */
  /* --c-special-3: #22aba6; */

  /* --c-special-4: #8D7CF8; */

  --c-warn: #faa732;

  --c-gray-0: #000;
  --c-gray-1: #5e5e5f;
  --c-gray-2: #808080;
  --c-gray-3: #c9c9c9;
  --c-gray-4: #e5e5e5;
  --c-gray-5: #f9f9f9;
  --c-bright: #fff;

  --bg-c-tint: var(--c-main-4);
  --bg-c-gray: var(--c-gray-5);

  --c-text: #333;
  --c-link: var(--c-brand);

  --h-font-weight: 300;

  --bs-nav-link-color: var(--bs-link-color);
  --bs-link-color: var(--c-brand);

  /* --c-brand: #22aba6; */
  /* --c-brand: #6BB8BE; */
  /* --c-brand-rgb: 107,184,189; */
  /* --c-brand-rgb: 107,184,190; */

  --bg-c-1: #f5f5f5;

  --box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.068);

  --um-1: 30px; /*user margin */
  --um-2: 11px;
  /* --um-3: 8px;  */
  --um-4: 4px;

  --up-1: 30px; /*user margin */

  --shadow-box-clean: 2px 2px 2px 1px rgba(0, 0, 0, 0.068);
}

::selection {
  color: #fff;
  background: var(--c-main-d20);
}

/*
OLD CODE


*/

div.boxer {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0px;
}
div.boxer:hover {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.3);
}
.box-text {
  color: #333;
  font-size: 18px;
  font-weight: 300;
}
.box-text:hover {
  color: #4caee3;
  text-decoration: underline;
}
.fade {
  opacity: 1;
}
.fade:hover {
  opacity: 0.3;
}
#flex-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sheight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.label-new:before {
  content: "New";
}
.label-new {
  display: block;
  background-color: #8d7cf8;
  color: black;
  position: absolute;
  margin: 10px;
  top: 0px;
  padding: 0px 11px 0px 8px;
  font-style: italic;
  font-weight: 500;
  border-radius: 5px;
  right: 0;
}

.MultiCarousel {
}

/*
FIXES AND HACKS


*/
.btn-primary {
  background-color: var(--c-brand);
}
.page-header.fix .btn-landing {
  /* border-radius: 6px !important; */
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.page-header.fix .btn-landing:hover {
}
.page-header.mini {
  background-color: var(--c-brand);
}
.btn-landing {
  border-radius: 6px !important;
}
/* .page-header.fix .col-md-8 p{
  font-size: 14px !important;
} */
/* OPEN HOUSE BTN START */
.oh24btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 3300;
  padding: 16px;
  border: #151329;
  display: none;
}

.oh-new-button {
  /* position: fixed; 
    z-index: 3300; 
    border:#151329;
    padding: 14px !important;
    width: 50px;*/
  /*display: none !important;
  hide the button form the page this way */
}

/* OPEN HOUSE BTN END */
@media (min-width: 768px) {
  .row-flex-md {
    display: flex;
  }
}
@media (max-width: 768px) {
  .contactus {
    width: 125px;
    font-size: 14px !important;
    /* padding: 14px !important; */
    border-radius: 6px;
  }
  /* OPEN HOUSE BTN START */
  .oh24btn {
    width: 150px;
    font-size: 14px !important;
    padding: 14px !important;
    border-radius: 6px;
    border: #151329;
  }
  .oh-new-button {
    margin-top: 10px;
    width: 130px;
    font-size: 14px !important;
    padding: 14px !important;
    border-radius: 6px;
    border: #151329;
  }
  /* OPEN HOUSE BTN END */

  .show-mobile {
    margin-top: 20px !important;
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  h3.fa-tirquise {
    margin-top: 0px !important;
    padding-top: 0px;
  }

  h3.fa-orange {
    margin-top: 0px !important;
    padding-top: 0px;
  }
  h3.fa-green {
    margin-top: 0px !important;
    padding-top: 0px;
  }

  h3.fa-red {
    margin-top: 0px !important;
    padding-top: 0px;
  }
}

@media (min-width: 990px) {
  .show-sm {
    display: none !important;
  }
}

body {
  @import url("/e15/local-fonts");
  min-height: auto !important;
}

nav#filter a:hover,
nav#filter a.current {
  background-color: var(--c-main-a);
  color: #fff;
  border-color: var(--c-main-a-hover);
}

.sub-nav-wrap {
  background-color: var(--c-main-a) !important;
}
.sub-nav li.active {
  background-color: var(--c-special-1) !important;
}

.dropdown:hover .dropbtn {
  background-color: #eee;
  color: var(--c-main-a);
  text-decoration: underline;
}

/*

FIXES AND HACKS end

*/

/*user margin bottom*/
.umt-1 {
  margin-top: var(--um-1) !important;
}
.umb-1 {
  margin-bottom: var(--um-1) !important;
}
.um-1 {
  margin: var(--um-1) !important;
}
.um-2 {
  margin: var(--um-2) !important;
}
.um-big {
  margin-top: 40px;
  margin-bottom: 60px;
}

.umr-4 {
  margin-right: var(--um-4) !important;
}

.extra1 {
  color: var(--c-extra-1) !important;
}

.b {
  font-weight: 700 !important;
}

.ellipsis {
  text-overflow: ellipsis;

  white-space: nowrap;
  overflow: hidden;
}
.ellipsis-2lines {
  display: -webkit-box;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scroll-v {
  overflow-x: scroll;
  overflow-y: clip;
  scrollbar-width: thin;
  margin-bottom: 20px;
  scroll-behavior: smooth;
  user-select: none;
  scroll-snap-type: x mandatory;
}

.read-more-link {
}
a {
  /* color:var(--c-main-1) */
  color: var(--c-main-a);
}
a:hover {
  /* color:var(--c-main-1) */
  color: var(--c-main-a-hover);
  /* text-decoration: underline;
  text-decoration-color: blue !important; */
}

.doc ul {
  margin-bottom: var(--um-1);
}
.doc ul li {
  margin-bottom: var(--um-2);
}

/* this centers row content - just one item*/
.doc .row.c {
  display: flex;
}
.doc .row.c div:first-child {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.year-icons {
  fill: red;
}

.card-shadow {
  box-shadow: var(--box-shadow);
}

.page-header-wrap {
  background-size: cover;
  background-color: #456062;
}
.fix.page-header {
  height: 400px;
  padding: 0px;
}
.fix.page-header .container {
  height: 100%;
}
.fix.page-header #navTrail a {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
}
.fix.page-header #navTrail a:hover {
  /* color: var(--c-brand); */
  color: var(--c-brand-b10);
  text-decoration: underline;
}

.fix.page-header h1 {
  color: white;
  /* text-shadow:3px 3px 0 #000; */
  /* text-shadow: rgb(0, 0, 0) 2px 2px 8px,  
  rgb(0, 0, 0) 2px 2px 18px; */
  /* text-shadow:rgb(0, 0, 0) 3px 3px 0px;
  font-weight: 700;
  line-height: 45px; */
  /* font-size: 36px; */
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  text-shadow: 2px 2px 8px #000;
  xmargin-bottom: 8px;
  width: 100%;
}
.fix.page-header h2 {
  color: white;
  font-size: 32px;
  font-weight: 100;
  line-height: 38.4px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.fix.page-header h2 p {
  font-weight: 300;
}
.fix.page-header .box-1-cont {
  max-height: 369px;
  overflow-y: auto;
  overflow-x: clip;
  scrollbar-width: thin;
}
.fix.page-header.mini2 .box-1-cont {
  max-height: 150px;
}

.fix.page-header p {
  color: white;
  /* text-shadow:1px 1px 0 #000; */
  /* text-shadow: rgb(0, 0, 0) 2px 2px 8px,  
  rgb(0, 0, 0) 2px 2px 18px; */
  text-shadow: rgb(0, 0, 0) 1px 1px 0px;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 12px;
}
.fix.page-header a.more-btn .more-btn-wrap {
  width: 100%;
}
.fix.page-header a.more-btn {
  margin-left: 0;
  display: inline-block;
  padding-right: 20px;
}
.fix.page-header a.more-btn i.fa-light {
  --fa-animation-duration: 2s;
  --fa-fade-opacity: 0.4;
  font-size: 35px;
  color: #fff;
}
.fix.page-header .main-row {
  padding: 0px;
  width: 100%;
  height: 100%;
}
.fix.page-header .main-row .box-1 {
  display: flex;
  align-items: center;
  height: 100%;
}
.fix.page-header .main-row .box-1 .box-1-cont {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.fix.page-header .main-row .box-2 #navTrail {
  padding-top: 10px;
}
/* MINI */
.fix.page-header.mini2 {
  height: 170px;
  padding: 20px 0px;
}
.fix.page-header.mini2 h1 {
  color: #ffffff;
  xfont-size: 44px;
  text-shadow: none;
  font-weight: 100;
  xfont-weight: 500;
  xwidth: 100%;
}
.fix.page-header.mini2 h2 {
  font-weight: 200;
  margin-top: 10px;
  text-shadow: 2px 2px 8px #0000;
}
.fix.page-header.mini2 p {
  width: 100%;
  overflow-y: auto;
  max-height: 162px;
  scrollbar-width: thin;
  text-shadow: none;
  font-weight: 400;
}
.fix.page-header.mini2 #navTrail a {
  text-shadow: none !important;
  padding-left: 5px;
}
.fix.page-header.mini2 #navTrail a:hover {
  /* color: #15615e; */
  color: var(--c-main-a-hover);
}

/* below is same as upper */
.p-mini {
  color: #ffffff;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 27px;
}

.page-header2 {
  background-size: cover;
  background-image: url("/e15/images/business-apps/hero-consulting-1222.jpg");
  background-position: center 30%;
  height: 280px;
  padding: 0px;
}
.page-header2 .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.page-header2 h2::after {
  content: "";
  width: 0;
}

.page-header2 h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 62.5px;
  margin-bottom: 10px;
  color: var(--c-bright);
  text-shadow: rgb(0, 0, 0) 2px 2px 8px;
}

.btn-1 {
  border-radius: 4px;
  color: var(--c-bright);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;

  margin-bottom: 10px;
  padding: 7px 15px;
  background-color: var(--c-warn);
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.btn-1:hover {
  background: var(--c-brand);
  color: var(--c-bright);
  text-decoration: none;
}

.doc {
  /* this is used for bold content, mostly in services*/
  color: var(--c-text);
  font-size: 16px;
  line-height: 24px;
  padding-right: 6%;
  font-weight: 300;
}
.doc a,
.sb a {
  font-weight: 500;
}

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6,
.doc h7,
.doc h8 .sb h1,
.sb h2,
.sb h3,
.sb h4,
.sb h5,
.sb h6,
.sb h7,
.sb h8 {
  color: var(--c-text);
  font-weight: 300;
}

.doc h1 {
  font-weight: 700;
}
.doc h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 37.5px;
  margin-bottom: 22.5px;
}
.doc h2::after,
.doc h3::after {
  content: "";
  width: 0;
}

.doc h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 27.5px;
}

.doc h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  margin-bottom: 15px;
}

.doc h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 8px;
}

.doc .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 20px;
}

.doc .feat-list,
.doc_a .feat-list {
  margin-right: 20px;
}
.doc .feat-list .listing,
.doc_a .feat-list .listing {
  padding: 15px;
  padding-left: 20px;
  padding-right: 50px;
  xdisplay: flex;
  text-align: justify;
  width: 97%;
}
.doc .feat-list .listing:nth-child(odd),
.doc_a .feat-list .listing:nth-child(odd) {
  background-color: var(--bg-c-1);
}
.feat-list .listing img,
.feat-list .listing .ico {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  font-size: 35px;
}

.doc_a .listing:nth-child(odd) {
  background-color: var(--bg-c-1);
}

.doc .image,
.doc_a .image {
  max-width: 760px;
  width: 70% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* boxFocus3 - show content in special border to draw attention */
.boxFocus3 {
  border: 0px solid var(--c-brand);
  padding: 22px;
  border-radius: 7px;
  color: var(--c-text);
}
.doc .boxFocus3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.boxFocus3 {
  border: 1px solid var(--c-brand);
  padding: 15px;
  border-radius: 7px;
  color: var(--c-text);
  background-color: var(--bg-c-1);
  margin-top: 30px 0px;
}
.infobox {
  border: 1px solid var(--c-brand);
  padding: 15px;
  border-radius: 7px;
  color: var(--c-text);
  background-color: var(--bg-c-1);
  padding-left: 45px;
}
.infobox:is(.ico):before {
  display: block;
  content: "\f05a";
  font: var(--fa-font-solid);
  font-size: 25px;
  margin-left: -35px;
  float: left;
}

.infobox-white {
  border: 1px dashed var(--c-brand) !important;
  background-color: white !important;
  padding: 15px !important;
}
.infobox-no-padding {
  padding-bottom: 0px !important;
  padding-left: 15px !important;
}
.infobox-clean {
  padding: 5px 5px 5px 15px !important;
  background-color: white;
  border-radius: 5px;
  box-shadow: var(--shadow-box-clean);
}

.umb-1.infobox-clean {
  padding: 15px 5px 5px 15px !important;
}

.doc_a ul li ul {
  list-style-type: square;
}

.doc ol {
  list-style-position: inside;
  padding-left: 0px;
}
.doc ol h4,
.doc ol h3 {
  display: inline;
}

.doc li {
}
.doc .feat li {
  padding: 10px;
  margin-bottom: 10px;
}
.doc .feat p {
  margin-top: 6px;
}
.doc .feat li:nth-child(odd) {
  xbackground-color: var(--bg-c-1);
}
.doc li::marker {
  font-weight: 900;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

/* LISTS */
ol li li {
  list-style-type: disc;
}

/* ol.colors  make all list child colorful - max 5 elements*/
.colors > li:nth-child(1)::marker,
.colors > li:nth-child(1) h3 {
  color: var(--c-extra-1) !important;
}
.colors > li:nth-child(2)::marker,
.colors > li:nth-child(2) h3 {
  color: var(--c-extra-2) !important;
}
.colors > li:nth-child(3)::marker,
.colors > li:nth-child(3) h3 {
  color: var(--c-extra-3) !important;
}
.colors > li:nth-child(4)::marker,
.colors > li:nth-child(4) h3 {
  color: var(--c-extra-4) !important;
}
.colors > li:nth-child(5)::marker,
.colors > li:nth-child(5) h3 {
  color: var(--c-extra-5) !important;
}

/* IMAGES */
.imgbox {
  /* border: 1px dashed  var(--c-gray-3); */
  border-radius: 0 0 11px 11px;
  padding: 0px;
  display: block;
}
.imgbox:hover {
  border-color: var(--c-gray-3);
  /* background-color: #ffffff; */
  text-decoration: none;
}
.no-before::before {
  content: "" !important;
  display: none;
}
.imgbox .thumb {
  position: relative;
  xheight: 200px;
  overflow: hidden;
  xmin-height: 200px;
  xmin-width: 100%;

  xwidth: -moz-available;
  /* background: var(--c-gray-4); */
  /* background: #F2F2F2; */
  background: var(--c-gray-5);
}

.imgbox img {
  transition: all ease 0.5s;
}
.imgbox .thumb img {
  position: relative;
  min-height: 200px;
  width: 100%; /* this needed fro cards */
  object-fit: cover;
  xtop: 50%;
  xleft: 50%;
  xtransform: translate(-50%, -50%);
  filter: brightness(1);
  opacity: 1;
}
.imgbox .thumb:hover img,
.imgbox .thumb-big:hover img {
  filter: brightness(1.1);
  opacity: 0.9;
}
.sb .imgbox .thumb {
  xheight: 150px;
  min-height: 150px;
}
.sb .imgbox .thumb img {
  min-height: 150px;
}

.imgbox .thumb::before {
  z-index: 1;
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
  font-size: 65px;
  position: absolute;
  display: flex;
  font-weight: 500;
  color: #fff8;
  xoverflow: hidden;
  width: 100%;
  min-height: 100%;
  background-color: #fff0;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.imgbox .thumb.vid::before {
  content: "\f144" !important;
  font-weight: 500 !important;
  /* font: var(--fa-font-regular); */
}
.imgbox .thumb.link::before {
  content: "\f0c1" !important;
}
.imgbox:hover .thumb::before {
  background-color: #fff8;
  color: rgba(var(--c-brand-rgb), 0.9);
}
.imgbox .thumb-big {
  height: auto;
  margin: 5px 0px 15px 0px;
}

.imgbox.float-right {
  float: right;
}
.imgbox.float-right .lbl {
  /* text-align: center; */
}
.imgbox .lbl {
  text-align: center;
  padding: 5px;
}
.imgbox:hover .lbl {
  text-decoration: underline;
}
.sb .imgbox .lbl {
  text-align: left;
}

.imgbox.zoom {
}

/* --------------------------------------------------*/

/* SIDEBAR */
/* .sb */

.sb {
  color: var(--c-text);
}
.sb a:hover {
  text-decoration: underline;
}
.sb .boxFocus a:hover {
  text-decoration: none;
}

.sb-supportcenters .address {
  font-size: 14px;
  font-weight: 300;
  color: #5e5e5f;
}
.sb-supportcenters h5 {
  font-weight: 400 !important;
}

.sb ul {
  padding-left: 20px;
}
.sb h3 {
  color: var(--c-brand) !important;
  font-weight: 300 !important;
}
.sb h5 {
  font-weight: 400 !important;
}

.sb .sb-solutions-logo {
  align-items: center;
  display: flex;
  border: 0px solid gray;
  height: 145px;
}
.sb .sb-solutions-logo .thumb-big {
  margin: 0px;
}
.sb .sb-solutions-logo .lbl {
  display: none;
}
.sb .sb-solutions-logo img {
  min-width: 135px;
}

/* --------------------------------------------------*/

/* VIEWER */
/* .sb */

#viewer.closed {
  opacity: 0;
  visibility: hidden;

  /* display: none; */
}
#viewer {
  display: flex;
  align-items: center;
  height: 100vh;
  position: fixed;
  z-index: 1032;
  z-index: 3001;
  background-color: #000000c2;
  top: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  transition: all 0.5s;
}

#viewer .viewer-next,
#viewer .viewer-prev {
  color: #fff;
  font-weight: bolder;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
}
#viewer .viewer-x {
  color: white;
  right: 10px;
  text-align: center;
  position: fixed;
  font-weight: bold;
  padding: 4px;
  background-color: var(--c-gray-1);
  width: 30px;
  top: 10px;
  cursor: pointer;
}

#viewer .side-btns .viewer-prev {
  left: 0;
  text-align: right;
}
#viewer .side-btns .viewer-next {
  right: 0;
}

#viewer .side-btns .viewer-next,
#viewer .side-btns .viewer-prev {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.001);
  height: 100svh;
  line-height: 100svh;
  width: max(7%, 25px);
  font-size: 30px;
  font-weight: 200;
}

#viewer .show-mobile .viewer-next,
#viewer .show-mobile .viewer-prev {
  display: inline-block;
}

#viewer .viewer-img-wrap {
  display: flex;
  margin: auto;
  flex-direction: column;
  max-height: calc(100vh - 300px);
}
#viewer .viewer-label {
  max-width: 90vw;
  display: flex;
  margin: auto;
  color: var(--c-bright);
}
#viewer .viewer-label {
  /* background-color: #000; */
  padding: 5px 0px;
  font-size: 16px;
}
#viewer .viewer-img-wrap img {
  /* width: 75%;
  height: 90%; */
  width: auto;
  max-width: 90vw;
  max-height: 90vh;
  height: auto;
  aspect-ratio: initial;
  margin: auto;
  resize: horizontal;
  background-color: #ffffff;
  height: 100%;
}
.viewer-share {
  font-size: 22px;
  padding: 4px;
  padding-top: 4px;
  position: absolute;
  align-self: center;
  background-color: #0004;
}

/*  RESPONSIVE */

@media (max-width: 991px) {
  .doc,
  .doc_a {
    padding-right: 15px;
  }
  .doc .image,
  .doc_a .image {
    max-width: auto;
    width: 90% !important;
  }
  .doc .feat-list,
  .doc_a .feat-list {
    margin-right: 0px;
  }
  .doc .feat-list .listing,
  .doc_a .feat-list .listing {
    padding-right: 30px;
  }
  /* .banner-btn-main{
    top: 16px !important;
    right: 117px !important;
  } */

  .banner-btn-main {
    top: 90px !important;
    right: 22px !important;
    /* z-index: 9001; */
  }
  .banner-btn-main img {
    max-height: 30px !important;
  }
}

.doc_a {
  /*standard pages - add to <section class="col-md-9  doc_a">*/
  font-size: 16px;
  /* color:var(--c-text); */
  color: var(--c-gray-1) !important;
  line-height: 24px;
  font-weight: 300;
  transform: translate3d(0, 0, 0);
  /* text-shadow: 0px 0px 0.1px var(--c-gray-1); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.doc_a.col-md-9 {
  padding-right: 6%;
}
.doc_a-full {
  xpadding-right: 0;
}

.doc_a .boxFocus3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: var(--c-gray-1) !important;
}

.doc_a .feat-list2 {
  padding-left: 10px;
  border-left: 1px solid gray;
}
/* .doc_a .feat-list p:nth-of-type(odd){
  background-color: var(--bg-c-1);
}
.doc_a .feat-list h5:nth-of-type(odd){
  background-color: var(--bg-c-1);
} */

/* this centers row content - just one item*/
.doc_a .row.c {
  display: flex;
}

.doc_a .row.c div:first-child {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.doc_a b {
  font-weight: 500;
  /* color:var(--c-gray-0) */
}
.doc_a p {
  /* margin-bottom: 30px; 
  margin-bottom: 20px;*/
}
.cb {
  clear: both;
}
.pb-0 {
  padding-bottom: 0px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.p5 {
  padding: 5px;
}
.t-middle {
  display: flex;
  align-items: center;
}

/* for streching by height */
.fstretch {
  flex-grow: 1;
}
.fstretch-parent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.fstretch-row {
  display: flex;
  flex-wrap: wrap;
}

/* case study template - 3 cols */
.doc_case {
}
.doc_case .lead {
  font-weight: 700;
}

.doc_a h1,
.doc_a h2,
.doc_a h3,
.doc_a h4,
.doc_a h5,
.doc_a h6,
.doc_a h7,
.doc_a h8 .sb h1,
.sb h2,
.sb h3,
.sb h4,
.sb h5,
.sb h6,
.sb h7,
.sb h8 {
  color: var(--c-gray-1);
  font-weight: 100;
  margin-bottom: 0.75em;
  clear: both;
  /* margin-bottom: 40px; */
  /* font-weight: 200 !important; */
}
.doc_a h1,
.doc_a .h1 {
  /* font-size: 30px; */
  /* font-weight: 400; */
  font-size: 40px;
  font-weight: 100 !important;
  line-height: 45px;
  margin-bottom: 0.25em;
}

.doc_a h2,
.doc_a .h2 {
  font-weight: 300;
  font-size: 28px;
  /* font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px */
}
.doc_a h3,
.doc_a .h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25em;
  /* margin-bottom: 0.75em; */
}
.doc_a h4,
.doc_a .h4 {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 1.25em;
  /* margin-bottom: 0.75em; */
  color: var(--c-gray-1);
}
.doc_a h5,
.doc_a .h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  /* margin-bottom: .75em; */
}

.doc_a .lead {
  font-size: 18px;
  /* color: var(--c-gray-1); */
  line-height: 1.25em;
  /* margin-bottom: 0.75em; */
  font-weight: 300;
}
.doc_a a {
  font-weight: 400;
}
.doc_a .screenshoot,
.doc_a .sc {
  border: 1px dashed var(--c-main-a);
  border-radius: 5px;
  margin-bottom: 20px;
}
.doc_a .screenshoot img,
.doc_a .sc img {
  padding: 10px;
}
.doc_a .screenshoot .thumb-big,
.doc_a .sc .thumb-big {
  margin: 0px;
}
.doc_a ul,
.doc_a ol {
  margin-bottom: var(--um-1);
}
.doc_a ol > li {
  margin-bottom: var(--um-2);
}
.doc_a ol.mark-h3 > li::marker {
  font-size: 24px !important;
}

.doc_a ul li {
  /* margin-bottom: var(--um-3); */
}

/*  Beauty */

blockquote {
  position: relative;
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 12px;
}
blockquote::before {
  content: "";
  margin: 0px;
}
blockquote::after {
  content: "";
  margin: 0px;
}
cite img {
  max-height: 20px;
  padding-left: 8px;
}
cite {
  font-size: 16px;
  line-height: 24px;
  xdisplay: inline-block;
  xtext-align: right;
  xwidth: 100%;
  border-left: 1px solid #d7d7d7;
  display: block;
  padding-left: 8px;
  line-height: 25px;
}
.qwrap {
  margin-bottom: 35px;
  margin-top: 25px;
}

Xblockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  content: "\f10d";
  font-size: 200px;
  color: rgba(0, 0, 0, 0.1);
}

.banner-btn {
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  /* right: 20px; */
  z-index: 3001;
  padding: 16px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  visibility: visible;
  background: linear-gradient(#383566, #0e0d1a);
  transition: all 0.5s;
  box-shadow: 0px 0px 0px rgb(0, 0, 0);

  filter: brightness(1.3);
  background-image: url("/e15/images/banner%20bg.png");
  background-repeat: no-repeat;
  background-color: #363363;
  border-top: 1px solid black;
  box-shadow: 10px 10px 16px 20px #00000070;
  text-shadow: 0px 0px 4px #ffc0cb69;
}
.banner-btn.closed {
  opacity: 0;
  visibility: hidden;
  bottom: -50px;
}
.banner-btn:hover {
  filter: brightness(1);
}

.banner-btn p {
  padding: 0px;
  margin: 0px !important;
}

.banner-btn-main b {
  font-weight: 300;
}
.banner-btn-main img {
  max-height: 40px;
}
@keyframes pulse {
  50% {
    transform: scale(1.1);
  }
}
.banner-btn-main {
  box-shadow: 0px 0px 12px 2px #00000046;
  text-shadow: 0px 0px 4px #ffc0cb69;
  z-index: 3002;
  position: fixed;
  top: 53px;
  right: 16px;
  left: auto;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #2d2b54;
  width: auto;
  visibility: visible;
  border-radius: 6px;
  transition: all 0.5s;
  animation: pulse 0.6s 2;
}
.banner-btn-main:hover,
.banner-btn-main:active {
  background-color: #000;
  border-color: #363363;
  transform: scale(1.04);
}
.banner-btn-main .b {
  font-weight: 300 !important;
}

/*  CURRENT DESIGN */

/* that could be trouble */
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after,
h7::after,
h8::after {
  content: "";
  width: 0;
}

.p-white {
  color: #fff;
  font-weight: 400;
  font-size: xx-large;
  margin-top: 30px;
}
.p-white span {
  font-weight: 200;
}

.cyan-span {
  color: #22aba6;
  font-weight: 420;
  font-size: 16px !important;
}
.p-style {
  font-size: 16px;
  color: #5e5e5f;
  line-height: 26px;
  font-weight: 300;
}
.p-style-bigger {
  font-size: 18px;
  color: var(--c-gray-1);
  line-height: 26px;
  font-weight: 300;
}

.font30 {
  font-size: 30px;
}
.p-style-smaller {
  font-size: 15px;
  color: #5e5e5f;
  /* line-height:26px;*/
  font-weight: 300;
}
/* .italic-span{
  font-style: italic;
} */

.coffee-span {
  color: #704a15;
  font-weight: 420;
  font-size: 16px !important;
}
.graphite-span {
  color: #686868;
  font-weight: 420;
  font-size: 16px !important;
}

.gartner-text {
  color: #ac911a;
  font-weight: 350;
  font-size: 20px;
}

.gartner-link {
  font-weight: 400;
  float: left;
}

@media (max-width: 1200px) {
  .p-white {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .p-style-bigger {
    font-size: 16px !important;
  }
  h1 {
    font-size: 34px !important;
  }

  /*for menu items that used to be on left sidebar pages*/
  .dropdown-menu-items {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .no-padding {
    padding: 0px !important;
  }
  .pageHeader h1 {
    font-size: 32px;
  }

  /*for menu items that used to be on left sidebar pages*/
  .dropdown-menu-items {
    margin-top: 6px;
  }
}

.location-link {
  font-weight: 400;
  float: left;
  font-size: 16px;
  /* color:#22aba6; */
}

.email-link {
  font-weight: 500;

  font-size: 16px;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 120px;
}
.contact-form {
  /* background-color: #f5f5f56b; */
  background-color: var(--c-gray-5);
  border-radius: 5px;
  /* border: 1px solid #22aba6; */
  /* border: 1px solid #22aba77a; */
  border: 1px solid var(--c-main-a);
}

.contact-form .quform-spacer > label {
  font-size: 14px !important;
}

.locations {
  font-size: 14px;
}
.show-mobile {
  display: none;
}

/* ICON COLORS */

i.fa-orange {
  --fa-primary-color: #f0a93e;
  --fa-secondary-color: #eca63df1;
}
h3.fa-orange,
h4.fa-orange {
  color: #f0a93e;
  font-weight: 400;
  padding-top: 0px;
}

i.fa-green {
  --fa-primary-color: #7db61b;
  --fa-secondary-color: #87c21e;
}
h3.fa-green,
h4.fa-green {
  color: #7db61b;
  font-weight: 400;
  padding-top: 0px;
}

i.fa-red {
  --fa-primary-color: #f2592f;
  --fa-secondary-color: #f2592f;
}

h3.fa-red,
h4.fa-red {
  color: #f2592f;
  font-weight: 400;
  padding-top: 0px;
}

i.fa-tirquise {
  --fa-primary-color: #25aa95;
  --fa-secondary-color: #25aa95;
}

h3.fa-tirquise,
h4.fa-tirquise {
  color: #25aa95;
  font-weight: 400;
}

/* GARTNER EVENT PAGE STYLE start */

.fw-b {
  font-weight: 400;
}
.color-title {
  color: var(--c-extra-4);
}
.boxContent-1 {
  padding: 10px !important;
}
.fa-tirquise {
  color: #25aa95;
}

.fa-red {
  color: #f2592f;
}
.fa-green {
  color: #7db61b;
}
.fa-orange {
  color: #f0a93e;
}
a.fa-tirquise {
  font-weight: 300;
}

/* GARTNER EVENT PAGE STYLE end */

/*Corporate profile 30yr style start*/
.fa-brown {
  color: #704a15;
}
.fa-grey {
  color: #686868;
}
.corporate-profile-titles {
  font-size: 30px !important;
  font-weight: 200 !important;
}
/*Corporate profile 30yr style end*/

/*  VIDEOS, PLAYLIST AND SLIDER STYLE*/

/* OLD */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: left;
  padding: 2px;
  margin: 2px;
  background: #000;
  color: #fff;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  top: 0;
  border: 0px;
  outline: 0 !important;
  box-shadow: none;
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  top: calc(100%);
  pointer-events: auto;
}

.btn:hover .bimg {
  opacity: 0.6;
}

@media (max-width: 768px) {
  /* Header 0 */
  .video-title {
    font-size: 12px;
    font-weight: 900;
  }
}

.nopad {
  padding: 0px;
  margin: 0px;
}

@media (max-width: 768px) {
  /* Header 0 */
  .category {
    margin: 0px;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  /* Header 0 */
  .category {
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
/* OLD end*/

.XboxContent h3 {
  font-size: 13px !important;
  font-weight: 500;
  min-height: 38px;
  margin-bottom: 0px;
}

.boxContent {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 0px;
}

.slider h2 {
  margin-bottom: 0px;
}
.slider-list {
  display: flex;
  xposition: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: unset;
  overflow-x: scroll;
  overflow-y: clip;
  scrollbar-width: thin;
  margin-bottom: 20px;
  scroll-behavior: smooth;
  user-select: none;
  scroll-snap-type: x mandatory;
  border: 1px solid #ddd;
  border: 0;
  border-bottom: 0;
  border-top: 1px;
  padding: 0px 4px;
  xbox-shadow: inset 0px 0px 10px #0000003b;
  xbackground: white;
  xborder: 1px solid gray;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.slider-list:before {
  xcontent: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  background: linear-gradient(90deg, #ffffffd9, #fff0);
  height: 250px;
  margin: 0;
  left: 15px;
}
.slider-list:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  xbackground: linear-gradient(-90deg, #ffffffd9, #fff0);
  background: linear-gradient(-90deg, #ffffffd9, #fff0);
  height: 250px;
  margin: 0;
  right: 15px;
}
.slider-list .list-box,
.viewer-list .list-box {
  min-width: 295px;
  max-width: 235px;
  xdisplay: block;
  xscroll-snap-align: start;
  xmin-width: 250px;
  xmax-height: 125px;
  padding: 4px 6px;
  xopacity: 0.8;
  margin: 2px 0px;
}
.slider-list .list-box .wrap {
  position: relative;
}
.slider-list .list-box2 {
  xwidth: 360px;
  xscroll-snap-align: start;
  min-width: 200px;
  xmax-height: 125px;
  padding: 6px;
  opacity: 0.8;
}

.slider-list .list-box:hover {
  opacity: 1;
}

.slider-list .list-box img {
  min-height: 100%;
}
.slider-list .list-box .text-center {
  display: none;
}

.viewer-slider-wrap {
  width: 100%;
  background: #fff;
  xbackground: #000;
  z-index: 1;
  height: 272px;
}
.viewer-slider h3 {
  margin: 0px;
  font-weight: 500;
}
.viewer-slider {
  xwidth: min(100%, 800px);
  margin: auto;
  text-align: center;
  max-height: 220px;
}
.viewer-list article {
  margin: 0px;
}
.viewer-list {
  xmax-width: 600px;
  xbackground: #f8f8f8;
  xborder: 0;
  xwidth: 100%;
}
.viewer-list .list-box .lbl {
  font-weight: 300 !important;
  xbackground: #111;
  min-height: 59px !important;
  display: block !important;
}
.viewer-list .list-box .title {
}
.viewer-slider-wrap h3 {
  font-size: 15px;
  padding-top: 4px;
}
.viewer-list .list-box {
  xbackground: #111;
  xmargin: 5px;
  xuser-drag: none;
  xuser-select: none;
  xpointer-events: none;
  xmax-width: 230px;
  xopacity: 1;
}

.viewer-list .list-box.active2 {
  /* background:#8c84bd;  */
  background: var(--c-special-1);
}
.list-box {
  margin: 10px 0px;
}

#tags-filterX {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 12px;
  margin-top: 25px;
  margin-bottom: 55px;
  width: 100%;
  grid-template-rows: auto;
}
#Xtags2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 12px;
  margin-top: 25px;
  margin-bottom: 55px;
  width: 100%;
  grid-template-rows: auto;
}
#tags .links {
  xpadding: 3px 11px 2px 3px;
}
#tags .links.active {
  xbackground-color: #8c84bd;
  xborder: 1px solid gainsboro;
  xpadding: 3px 11px 2px 3px;
  xborder-radius: 7px;
  background: aliceblue;
  color: var(--c-special-1);
}

#filter:not(.old) a.active {
  background-color: var(--c-special-1) !important;
}
#filter:not(.old) a:hover {
  background-color: var(--c-special-1) !important;
}
#filter:not(.old) a {
  position: relative;
  display: flex;
  xwidth: 100%;
  background-color: #6bb8be;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 7px;
  align-items: center;
  min-height: 40px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  xword-wrap: break-word;
  xword-break: break-all;
  max-width: 100%;
  white-space: initial;
  text-align: left;
  color: white !important;
  border: 0px;
  margin-left: 1px;
  border-radius: 5px;
}
.fview .hide3 {
  max-width: 0px;
  max-height: 0px;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  transition: opacity, transform, border ease-in-out 0.3s;
  visibility: hidden;
  overflow: clip;
}

@media (max-width: 768px) {
  .fview .hide3 {
    display: none !important;
  }
}

.fview article.hide2 .boxContent {
  padding: 0px;
}
.fview article.hide2 {
  xtransform: scale3d(0, 1, 0);
  max-width: 0px;
  max-height: 0px;
  xwidth: 0px;
  xheight: 0px;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  xoverflow: hidden;
  xborder: 1px solid red;
  transition: opacity, transform, border ease-in-out 0.3s;
  xanimation: vid-fadeout ease-in-out 0.5s backwards;
  visibility: hidden;
  overflow: clip;
}
.fview article {
  xtransform: scale3d(1, 1, 1);
  opacity: 1;
  xpadding: 0px 10px;
  max-width: 100%;
  xpadding: 0px;
  margin: 0px;
  xborder: 1px solid black;
  transition: opacity linear 0.3s;
  xanimation: vid-fadeout ease-in-out 0.5s forwards;
  visibility: visible;
}
.fview {
  min-height: 100vh;
}
@keyframes vid-fadeout {
  0% {
    opacity: 1;
    background: green;
    xmax-width: 100%;
    xtransform: scale3d(1, 1, 1);
  }

  100% {
    xmax-width: 0px;
    opacity: 0.1;
    background: red;
    xtransform: scale3d(0, 1, 0);
  }
}

.Xslider-list {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: unset;
  overflow-x: scroll;
  overflow-y: clip;
  scrollbar-width: thin;
  margin-bottom: 20px;
  scroll-behavior: smooth;
  user-select: none;
  scroll-snap-type: x mandatory;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  padding: 0px 4px;
}
.Xslider-list .list-box {
  xwidth: 360px;
  xscroll-snap-align: start;
  xmin-width: 200px;
  xmax-height: 125px;
  padding: 6px;
  opacity: 0.8;
}

.Xslider-list .list-box:hover {
  opacity: 1;
}

.Xslider-list .list-box img {
  min-height: 100%;
}
.Xslider-list .list-box .text-center {
  display: none;
}

.imgbox .thumb img {
  min-height: 150px;
}
.video-box2 {
  min-width: 100%;
}
.video-box2 .lbl {
  display: -webkit-box;
  height: 54px;
  max-width: 100%;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#sidebar2 .video-box2 .lbl {
  height: auto;
}

.video-box2 .langs {
  width: 100%;
  text-align: left;
  text-align: center;
  padding: 0px 10px 0px 10px;
  margin-bottom: 4px;
}

.video-box2 .vlabel:after {
  display: block;
  background-color: #8d7cf8;
  /* background-color: var(--c-special-1); */
  color: black;
  position: absolute;
  top: 0;
  font-weight: 500;
  border-radius: 5px;
  padding: 0px 8px;
  z-index: 1;
}
.video-box2 .label-playlist:after {
  content: "Playlist";
  margin: 15px 20px 0px 0px;
  right: 0;
  /* background-color: #6bb8be; */
  background-color: var(--c-main-a);
  color: #fff;
  font-weight: 300;
}

.video-box2 .label-new2:after {
  content: "New";
  left: 0;
  margin: 15px 0px 0px 26px;
  padding: 0px 11px 0px 8px;
  font-style: italic;
}

.header-bar-info > ul > li {
  margin-left: 0.5em !important;
  font-size: medium;
}

/* new style updates START */
/* .sk-cc .header-bar-info ul li a:hover{
  background-color: #8c84bd !important;
  color: white !important;
  xfont-weight: 500 !important;
}

.sk-cc .header-bar-info ul li a{
  background-color: white !important;
  color: #6BB8BD !important;
  border:0px !important;
  box-shadow: -9px 7px 5px 0px rgba(0, 0, 0, 0.068) !important;
  font-size: 14px;
}



.sk-cc .header-bar-info ul li.current-menu-item a{
  background-color: #6BB8BD !important;
  color: white !important;
  font-weight: 500 !important;
}
@media (min-width:1100px){
  .header-bar-info  ul li a{
    padding: 18px !important;
  }
  .sk-cc .header-bar-info ul li a::after{
    top: 12px !important;
  }
}



.sk-cc .portfolioFilter a{
				background-color: white !important;
				color: #6BB8BD !important;

				box-shadow: -9px 7px 5px 0px rgba(0, 0, 0, 0.068);
				font-size: 14px;
			}
			.sk-cc .portfolioFilter a.current{
				background-color: #6BB8BD !important;
				color: white !important;
				font-weight: 500 !important;

			}
			.sk-cc .portfolioFilter a:active{
				background-color: #8c84bd !important;
				color: #6BB8BD !important;
				font-weight: 500 !important;

			}

			.sk-cc .portfolioFilter a:hover{
				background-color: #8c84bd !important;
				color: white !important;
				font-weight: 500 !important;

			} */

/* new style update END */

/*  VIDEOS AND PLAYLIST STYLE end*/

/* icons coloring */
i.fa-purple {
  color: #98498d;
}
i.fa-salmon {
  color: #ef896b;
}
i.fa-blue {
  color: #10689f;
}
i.fa-brand1 {
  color: #6bb8bd;
}

/* MIXINS  */

.imgText {
  /* align-items: center; */
}
.imgText .imgText-img-col {
  border: 0;
  display: flex;
}
.imgText .sc {
  /* is in doc_a .screenshoot,
.doc_a .sc{ */
}

.imgText.imgText-full {
  /* main images - full width */
  /* border:10px solid red; */
}

.imgText.fleft a.imgbox {
  float: left;
  width: min(100%, 425px);
  padding: 0px 0px;
  xmargin: 0px 10px;
  margin-right: 20px;
}
.imgText.fright a.imgbox {
  float: right;
  width: min(100%, 425px);
  padding: 0px 0px;
  xmargin: 0px 10px;
  margin-left: 20px;
}

.imgText h1,
.imgText h2,
.imgText h4,
.imgText h5,
.imgText h6 {
  display: inline;
}

.imgText.imgText-inline figcaption {
  /* probably removable */
  text-align: center;
  display: flex;
  align-items: center;
}
.imgText.imgText-inline figcaption p {
  /* probably removable */
  width: 100%;
}

.imgText-thumb {
  align-items: center;
}
.imgText-thumb_card .thumb {
  min-height: 160px;
  height: 160px;
}

.imgText-thumb_sb_thumb .lbl {
  text-align: left;
  padding: 10px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}
.imgText-thumb_sb_thumb_vid .lbl {
  text-align: left;
  padding: 10px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}

.imgText-thumb_sb_thumb_link .lbl_wrap {
  text-align: left;
  padding: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
.imgText-thumb_sb_thumb_link .lbl_wrap .lbl {
  text-align: left;
  font-size: 17px;
  font-weight: 300;
}
.imgText-thumb_sb_thumb_link .lbl_wrap .t2 {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 5px;
}
.imgText-thumb_sb_thumb_link .content {
  padding: 0px 10px;
  font-weight: 300;
}
.imgText-thumb_sb_thumb_link2 .thumb.link {
  /* aspect-ratio: 1/1.41; */
}
.imgText-thumb_sb_thumb_link2 .lbl {
  text-align: left;
  padding: 10px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}
.imgText-thumb_sb_thumb_link2 .content {
  padding: 0px 10px;
  font-weight: 300;
}

.iconMe .box {
  display: flex;
  align-items: top;
  margin-bottom: 10px;
}
.iconMe .box .image-icon {
  padding: 4px 10px 4px 0px;
  width: 60px;
}
.iconMe .box .image-icon .icon {
  font-size: 30px;
}

#sidebar2 .sbHeader2:first-child {
  margin-top: 0px;
}
.sbHeader2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 50px;
}
.sbHeader2 .t {
  font-size: 18px;
  color: var(--c-gray-1);
  line-height: 26px;
  font-weight: 300;
}
.sbHeader2 .t {
  display: flex;
}
.sbHeader2 .icon:before {
  font-size: 24px;
  margin-right: 10px;
}

.backButtonNav {
  /* color:#22aba6;  */
  margin-bottom: 15px;
  padding-left: 0px;
}
.backButtonNav li {
  display: inline-block;
  xpadding-left: 4px;
}
.backButtonNav .back-btn {
  /* color:#22aba6; */
}
.backButtonNav li a::after {
  content: "|";
  padding: 0px 2px 0px 4px;
}
.backButtonNav li a.current::after {
  content: "|";
  padding: 0px 2px 0px 4px;
}

/* ICONS */

.backButtonNav-current:before {
  /* star */
  font: var(--fa-font-light);
  /* font: var(--fa-font-solid) !important; */
  font-size: 15px;
  /* font-weight: bold; */
  /* font: var(--fa-font-duotone); */
  display: inline-block;
  content: "\f005";
  padding-right: 4px;
}

.icon {
  padding: 4px;
}

.icon-video:before,
.cameraLink2:before {
  /* camera  fa-video */
  display: inline-block;
  content: "\f03d";
  font: var(--fa-font-light);
}
.cameraLink2:before {
  font: var(--fa-font-solid) !important;
  font-size: 30px;
  /* font-weight: bold; */
  /* font: var(--fa-font-duotone); */
}

.icon-file-pdf:before {
  /* fa-file-pdf */
  display: inline-block;
  content: "\f1c1";
  font: var(--fa-font-light);
}
.icon-file:before {
  /* fa-file */
  display: inline-block;
  content: "\f15b";
  font: var(--fa-font-light);
}
.icon-eye:before {
  /* fa-eye */
  display: inline-block;
  content: "\f06e";
  font: var(--fa-font-light);
}
.icon-square-phone:before {
  /* fa-square-phone */
  display: inline-block;
  content: "\f098";
  font: var(--fa-font-light);
}
.icon-envelope:before {
  /* fa-envelopee */
  display: inline-block;
  content: "\f0e0";
  font: var(--fa-font-light);
}
.icon-chevron-up:before {
  /* fa-chevron-up */
  display: inline-block;
  content: "\f077";
  font: var(--fa-font-light);
}
.icon-earth-europe:before {
  /* fa-earth-europe */
  display: inline-block;
  content: "\f7a2";
  font: var(--fa-font-light);
}
.icon-location-dot:before {
  /* fa-location-dot */
  display: inline-block;
  content: "\f3c5";
  font: var(--fa-font-light);
}
.icon-phone:before {
  /* fa-phone */
  display: inline-block;
  content: "\f095";
  font: var(--fa-font-light);
}
.icon-print:before {
  /* fa-print */
  display: inline-block;
  content: "\f02f";
  font: var(--fa-font-light);
}
.icon-location-arrow:before {
  /* fa-location-arrow */
  display: inline-block;
  content: "\f124";
  font: var(--fa-font-light);
}
.icon-pencil:before {
  /* fa-pencil */
  display: inline-block;
  content: "\f303";
  font: var(--fa-font-light);
}
.icon-plane:before {
  /* fa-pencil */
  display: inline-block;
  content: "\f072";
  font: var(--fa-font-light);
}
.icon-car:before {
  /* fa-pencil */
  display: inline-block;
  content: "\f1b9";
  font: var(--fa-font-light);
}
.icon-train:before {
  /* fa-pencil */
  display: inline-block;
  content: "\f238";
  font: var(--fa-font-light);
}
.icon-hotel:before {
  /* fa-pencil */
  display: inline-block;
  content: "\f594";
  font: var(--fa-font-light);
}
.icon-road:before {
  /* fa-pencil */
  display: inline-block;
  content: "\f018";
  font: var(--fa-font-light);
}

.icon-star:before {
  /* fa-star */
  display: inline-block;
  content: "\f005";
  font: var(--fa-font-light);
}
.icon-download:before {
  /* fa-download */
  display: inline-block;
  content: "\f019";
  font: var(--fa-font-light);
}
.icon-calendar-lines-pen:before {
  /* fa-calendar-lines-pen */
  display: inline-block;
  content: "\e472";
  font: var(--fa-font-light);
}
.icon-link:before {
  /* fa-calendar-lines-pen */
  display: inline-block;
  content: "\f0c1";
  font: var(--fa-font-light);
}

.icon-circle-chevron-right:before {
  /* fa-circle-chevron-right */
  display: inline-block;
  content: "\f138";
  /* font: var(--fa-font-light); */
  font: var(--fa-font-duotone);
}
.icon-circle-chevron-right:after,
.icon-read-more-r:after {
  /* fa-circle-chevron-right */
  display: inline-block;
  content: "\f138";
  /* font: var(--fa-font-light); */
  font: var(--fa-font-light);
}

.icon_dual.icon-circle-chevron-right:after {
  /* fa-circle-chevron-right */
  display: inline-block;
  content: "\f138\f138";
  /* font: var(--fa-font-light); */
  font: var(--fa-font-duotone);
  /* colorred; */
}
.icon_dual {
  /* use this to make it dual */
  opacity: 0.2;
  margin-top: 4px;
  position: absolute;
  left: 18px;
}
.icon_solid {
  /* use this to make it solid */
  font: var(--fa-font-solid);
}

.icon-circle-arrow-right:before,
.icon-read-more:before {
  /* fa-chevron-up */
  display: inline-block;
  content: "\f0a9";
  /* content:'\f138'; */
  font: var(--fa-font-light);
}
.icon-read-more:before {
  font: var(--fa-font-solid);
  /* font: var(--fa-font-duotone); */
}

.icon-flag {
  margin-right: 4px;
}

/* ICONS END */

#navTrail .icon:before {
  font: var(--fa-font-solid);
}

#go_up_btn {
  display: none !important;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: var(--c-brand);
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  text-align: center;
  text-decoration-color: rgb(34, 171, 166);
  text-decoration-line: none;
  width: 50px;
  z-index: 100;
}
#go_up_btn:before {
  font: var(--fa-font-solid) !important;
}
#go_up_btn:hover {
  background-color: var(--c-brand);
  color: var(--bg-c-1);
}

.cardsRow2 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.cardsRow2 .t {
  font-size: 20px;
  font-weight: 300;
  xheight: 50px;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #333;
  padding: 5px;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardsRow2 .p {
  color: rgb(51, 51, 51);
  font-family: Roboto;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: center;
}

.cardsRow2 hr {
  margin: 5px;
}

.sbBoxWrap {
  padding: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px;

  box-shadow: var(--shadow-box-clean);
}

.sbBoxWrap .t {
  font-size: 18px;
  font-weight: 500;
  color: var(--c-brand-rgb);
  padding: 22px;
}

/* bootstrap sizes */
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

.eventBox {
  /* margin-bottom: 60px; */
}
.eventBox .past {
  xopacity: 0.7;
}
.eventBox a {
}
.eventBox_wrap .image {
  padding: 0px;
  margin: 0px;
}
.eventBox_wrap .image img {
  max-width: 180px;
  min-width: 80px;
  object-fit: cover;
}

.contentWrap {
  margin-bottom: 30px;
  margin-top: 20px;
}

.pageToolBar {
  margin-top: 20px;
}
.pageToolBar #headNav {
  /* color:#22aba6; */
  color: var(--c-main-a);
}
.pageToolBar #headNav a:hover {
  /* color:#22aba6; */
  color: #fff !important;
}
ul#headNav li a:hover {
  /* color:#22aba6; */
  color: var(--c-main-a-hover);
}

.cameraLink,
.cameraLink2 {
  /* padding-left:10px */
}
.cameraLink:hover,
.cameraLink2:hover {
  text-decoration: none;
}
.cameraLink2:before {
  font-size: 30px !important;
}
/* see camera icons */

.address_box_wrap {
  display: flex;
  font-weight: 300;
}
.address_box {
  flex-grow: 1;
  width: 50%;
}

.address_contact_box {
  xtext-align: right;
  width: 50%;
}

.location_card-left-right .address_box_wrap,
.location_card-left-right .address_contact_box,
.location_card_sb .address_box_wrap,
.location_card_sb .address_contact_box {
  display: block;
  text-align: left;
  width: 100%;
}

.location_card-left-right .address_box,
.location_card_sb .address_box {
  padding-bottom: 10px;
  width: 100%;
}

.location_card_sb .address_box_wrap {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--c-gray-3);
}

.location_card-left-right .address,
.location_card-left-right .address_2,
.location_card-left-right .address_city_country {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}

/* .location-flags{
      font-size: 15px;
      font-weight: 400;
    } */
.sidebar-loc {
  background-color: white;
  border: 0px dashed #ddd;
  xheight: 250px;
  margin-top: 5px !important;
  margin-bottom: 35px !important;
  padding: 0px !important;
  padding-left: 5px !important;
}

.sidebar-loc h5 {
  font-size: 18px;
  padding: 4px 0px;
  margin-bottom: 0px;
}
.noimg-loc {
  background-color: white;
  border: 1px dashed #ddd;
  xheight: 250px;
  margin-top: 15px !important;
}
.media-loc .locations {
  padding-top: 10px;
}
.address-ni,
.address_gps {
  font-size: 15px;
  font-weight: 300;
}
.address_gps_link {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}
.address_gps {
  margin-top: 8px;
}

.address_box {
  font-size: 14px;
}

.accordion_panel .panel-title {
  margin: 0px;
  border-radius: 0px;
}
.accordion_panel {
  border: none;
  border-radius: 0px !important;
}
.accordion_panel .panel-body {
  border: 1px solid var(--c-gray-4) !important;
  border-radius: 0px;
  border-top: none !important;
}
.accordion_panel .panel-heading {
  border-bottom: 1px solid var(--c-gray-4) !important;
}
.accordion_panel .panel-heading a {
  font-size: 18px;
  font-weight: 300;
}

/* MIXINS end */

.thank_you_msg {
  /* thx page */
  border-bottom: 1px solid var(--c-gray-3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* case studies start */
.img-case-study {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.imtip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999 !important ;
  max-width: 15% !important;
  background-color: white;
  max-height: auto;
  margin-bottom: 0px !important;

  border-radius: 0px 0px 15px 0px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .img-case-study {
    width: 100%;
    height: 180px !important;
  }
  .imtip {
    max-width: 20% !important;
  }
}

ul.cs-backBtn {
  /* color:#22aba6;  */
  margin-bottom: 5px;
  margin-top: 5px;
  list-style-type: none !important;
  padding-left: 0px;
}

/* case studies end */

/* BUTTONS !! */
.btn-round {
  /* used in https://www.isis-papyrus.com/e15/pages/software/Papyrus-AFP-Viewer-Freeware.html */
  background-color: var(--c-brand);
  color: white;
  font-size: 22px;
  padding: 11px 22px;
  border-radius: 50px;
}
.btn-round:hover {
  background-color: var(--c-main-2);
  border-color: var(--c-main-2);
}

.c-extra-1.btn-round {
  /* used in https://www.isis-papyrus.com/e15/pages/software/Papyrus-AFP-Viewer-Freeware.html */
  background-color: var(--c-extra-1) !important;
  border-color: var(--c-extra-1-d10);
}
.c-extra-1.btn-round:hover {
  background-color: var(--c-extra-1-d20) !important;
  border-color: var(--c-extra-1-d30);
}
/* BUTTONS !! */

@media (max-width: 767px) {
  .imgbox img {
    min-width: 100% !important;
  }
}

/* index page title start */

h1 > a:hover {
  text-decoration: none;
  font-weight: 200;
}
/* index page title end */

/* Added by EB start */

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Distributes cards evenly with space in between */
  width: 100%;
  margin: 25px auto;
}

.card9 {
  background-image: linear-gradient(
    #e0e0e0,
    #e0e0e0
  ); /* Default background for all cards */
  padding: 20px;
  border: 1px solid #e1e1e2;
  border-radius: 5px;
  text-align: left;
  margin: 10px;
  width: 30%;
  height: 370px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; /* Stack content vertically */
  position: relative; /* Enable positioning for pseudo-element */
}

.card-content {
  /* Added a new class for card content */
  display: flex;
  flex-direction: column;
  flex: 1; /* Allow content to fill remaining space */
}

.card-1 {
  background-image: linear-gradient(#f8fbfc, #f9f8fc);
}

.card-2 {
  background-image: linear-gradient(#f9f8fc, #fff9f7);
}

.card-3 {
  background-image: linear-gradient(#fff8f7, #fffef8);
}

/* Responsive Media Queries */
@media only screen and (max-width: 768px) {
  .card9 {
    width: 100%;
  }
}

p {
  line-height: 1.5;
  margin-bottom: 5px;
}

h2.afpcard {
  margin-top: 0;
}

button.afpreq {
  background-color: #7dc4ca;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  align-self: flex-end;
  margin-left: 18px;
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 0;
  transition: background-color 0.4s ease-in-out;
}

button.afpreq:hover {
  background-color: #74b6bc;
}

ul.card-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.card-item {
  margin-bottom: 5px;
  display: flex; /* Make list items flex containers for centering */
  align-items: center; /* Center checkmark icon vertically */
}

.fas.fa-check {
  margin-right: 10px;
  color: #7dc4ca;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.feature-list li:nth-child(even) {
  background-color: #f5f5f5;
}

.feature-list li img {
  margin-right: 2rem;
  width: 32px;
  margin-left: 1rem;
}

.feature-list li .text-content {
  flex: 1; /* Allow text content to fill remaining space */
}

.feature-list li p {
  margin: 0;
}

.infobox2 {
  border: 3px solid var(--c-brand);
  padding: 15px;
  border-radius: 7px;
  color: var(--c-text);
  text-align: center;
}

ul.kruznica {
  list-style-type: circle !important;
  margin-bottom: 0;
}

.vimeo-container {
  margin-top: 85px;
}

.vimeo-wrapper {
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Added by EB end */

/* ==========================================
   PAPYRUS NAVIGATION v3.0 - COMPLETE MERGE
   ALL OLD + NEW STYLES PRESERVED
   ========================================== */

:root {
  --c-brand: #6bb8bd !important;
  --c-brand-dark: #4a9499;
  --c-brand-light: #e8f5f6;
  --c-dark: #2c3e50;
  --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.2s ease;
}

/* ==================== REMOVE ALL UNDERLINES ==================== */
.main_menu2 a,
.bigmenu2 a,
#preHeader2 a,
#mobile-menu a,
.navbar a {
  text-decoration: none !important;
}

.main_menu2 a:hover,
.bigmenu2 a:hover,
#preHeader2 a:hover,
#mobile-menu a:hover,
.navbar a:hover {
  text-decoration: none !important;
}

/* ==================== BODY PADDING ==================== */
body {
  padding-top: 80px;
}

@media (min-width: 992px) {
  body {
    /*padding-top: 120px;*/
    min-height: 2000px;
  }
}

/* Hide desktop search on mobile/tablet */
@media (max-width: 991px) {
  .papnav-desktop-search-overlay {
    display: none !important;
  }
}

/* ==================== NAVBAR HEADER ==================== */
.navbar-header {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-header {
    width: auto;
  }

  .menu-btn {
    display: none;
  }

  .search-btn {
    display: none;
  }

  #mobile-menu {
    display: none;
  }
}

/* ==================== HEADER STRUCTURE ==================== */
.navbar-fixed-top {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 1030 !important;
}

/* ==================== PRE-HEADER (TOP BAR) ==================== */
#preHeader2 {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f5f6 100%) !important;
  background-color: #eee;
  border-bottom: 1px solid rgba(107, 184, 189, 0.12) !important;
  padding: 0 !important;
  min-height: 32px !important;
  max-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#preHeader2 .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#preHeader2 .row {
  margin: 0 !important;
}

#preHeader2 .col-xs-12 {
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 32px !important;
}

#preHeader2 .dropdown {
  display: inline-flex !important;
  align-items: center !important;
}

#preHeader2 .dropbtn {
  background: transparent !important;
  border: none !important;
  color: #3c3c3c !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  transition: var(--transition-fast) !important;
  border-radius: 4px !important;
  font-family: "Roboto", sans-serif !important;
}

#preHeader2 .dropbtn:hover {
  background-color: rgba(107, 184, 189, 0.12) !important;
  color: var(--c-brand-dark) !important;
  text-decoration: none !important;
}

#preHeader2 .dropbtn:hover img {
  transform: scale(1.05) !important;
}

#preHeader2 .dropdown-content {
  background-color: #090808f5;
}

#preHeader2 .dropdown-content a {
  border-bottom: 0px solid #555;
  font-size: 12px;
}

#preHeader2 .dropdown-content a:hover {
  color: #000 !important;
  background-color: var(--c-main-1);
}

/* ==================== MAIN HEADER ==================== */
#mainHeader {
  background: #fff !important;
  height: 74px !important;
  position: relative !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.navbar {
  margin-bottom: 0 !important;
  border: none !important;
  min-height: 74px !important;
  height: 74px !important;
}

.navbar .container {
  height: 74px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

/* Logo */
.navbar-header {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
}

.navbar-brand {
  padding: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
}

.navbar-brand img {
  max-width: 240px !important;
  width: 140px !important;
  height: auto !important;
  display: block !important;
  transition: var(--transition-fast) !important;
}

.navbar-brand:hover img {
  transform: scale(1.02) !important;
}

.fixedHeader .navbar-brand {
  max-height: inherit !important;
  padding: 20px 0 !important;
}

.fixedHeader .navbar-brand img {
  max-height: inherit !important;
}

@media (min-width: 992px) {
  .fixedHeader .navbar-brand img {
    max-height: inherit !important;
  }
}

/* ==================== MAIN MENU (OLD + NEW MERGED) ==================== */
.main_menu2 {
  text-align: center;
  font-weight: 500;
  font-size: 12.4px;
  margin-top: 3px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.main_menu2 li {
  display: inline-block;
  padding: 15px;
  position: relative;
}

.main_menu2 a {
  color: #3c3c3c;
  font-size: 14.3px;
  padding-top: 10px;
  display: block;
  text-rendering: optimizelegibility;
  font-family: Roboto;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {
  #mainMenu2 {
    display: flex !important;
    justify-content: center !important;
    margin-left: 140px !important;
  }

  .main_menu2 {
    width: 100% !important;
    max-width: 720px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .main_menu2 li {
    flex: 0 0 auto !important;
    padding: 15px 8px !important;
  }

  /* Search icon in rounded box */
  .main_menu2 li#lastMenu {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    padding: 0 !important;
  }

  .main_menu2 li#lastMenu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 1.5px solid rgba(107, 184, 189, 0.3) !important;
    border-radius: 8px !important;
    transition: var(--transition-smooth) !important;
    background: transparent !important;
  }

  .main_menu2 li#lastMenu a:hover {
    background: rgba(107, 184, 189, 0.08) !important;
    border-color: var(--c-brand) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(107, 184, 189, 0.15) !important;
  }

  .main_menu2 li#lastMenu .accordion-toggle i,
  .main_menu2 li#lastMenu a i {
    font-size: 16px !important;
    color: var(--c-brand-dark) !important;
    margin-right: 0 !important;
  }
}

/* TABLET HORIZONTAL FIX - Tighter menu spacing */
@media (min-width: 992px) and (max-width: 1200px) {
  .main_menu2 li {
    padding: 15px 4px !important;
  }

  .main_menu2 {
    max-width: 620px !important;
  }

  .navbar-brand img {
    width: 140px !important; /* Smaller logo */
  }
}

.main_menu2 > li > a {
  font-family: "Montserrat", "Roboto", sans-serif !important;
  letter-spacing: 0.4px !important;
  font-weight: 600 !important;
  transition: var(--transition-smooth) !important;
  position: relative !important;
  font-size: 14px !important;
  color: #3c3c3c !important;
  padding-top: 10px !important;
  display: block !important;
}

.main_menu2 > li > a::after {
  content: "" !important;
  position: absolute !important;
  bottom: -5px !important;
  left: 50% !important;
  transform: translateX(-50%) scaleX(0) !important;
  width: 60% !important;
  height: 2px !important;
  background: var(--c-brand) !important;
  transition: transform 0.3s ease !important;
  border-radius: 2px !important;
}

.main_menu2 > li > a:hover {
  color: var(--c-brand-dark) !important;
}

.main_menu2 > li > a:hover::after {
  transform: translateX(-50%) scaleX(1) !important;
}

.main_menu2 li#lastMenu a::after {
  display: none !important;
}

/* ========================================
   DESKTOP GLASSMORPHISM ON SCROLL
   ======================================== */

@media (min-width: 992px) {
  /* Hide mobile elements */
  .papnav-hamburger,
  .papnav-mobile-search,
  .papnav-mobile-menu,
  .papnav-search-overlay {
    display: none !important;
  }

  /* Smooth hide pre-header - FIXES GAP ISSUE */
  .navbar-fixed-top.papnav-scrolled #preHeader2 {
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom-width: 0 !important;
    overflow: hidden !important;
  }

  /* TRUE GLASSMORPHISM - FIXES VISIBILITY ON DARK BACKGROUNDS */
  .navbar-fixed-top.papnav-scrolled #mainHeader {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(35px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(35px) saturate(180%) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 4px 24px rgba(0, 0, 0, 0.12) !important;
    border-bottom: 1px solid rgba(107, 184, 190, 0.25) !important;
  }

  /* Light brand gradient overlay */
  .navbar-fixed-top.papnav-scrolled #mainHeader::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    background: linear-gradient(
      180deg,
      rgba(107, 184, 190, 0.15) 0%,
      rgba(107, 184, 190, 0.06) 50%,
      rgba(255, 255, 255, 0.02) 100%
    ) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  .navbar-fixed-top.papnav-scrolled #mainHeader .container,
  .navbar-fixed-top.papnav-scrolled #mainHeader .navbar {
    position: relative !important;
    z-index: 2 !important;
  }

  /* Ensure text is visible on dark backgrounds */
  .navbar-fixed-top.papnav-scrolled .main_menu2 > li > a {
    color: #2c3e50 !important;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8) !important;
  }

  .navbar-fixed-top.papnav-scrolled .main_menu2 li#lastMenu a {
    border-color: rgba(107, 184, 189, 0.5) !important;
    background: rgba(255, 255, 255, 0.7) !important;
  }
}

/* ========================================
   MOBILE/TABLET STYLES
   ======================================== */

@media (max-width: 991px) {
  body {
    padding-top: 80px !important;
  }

  /* Force hide desktop menu */
  #mainMenu2 {
    display: none !important;
  }

  #preHeader2 {
    display: none !important;
  }

  /* CRITICAL: Prevent navbar from changing layout on scroll */
  .navbar-fixed-top {
    height: 80px !important;
  }

  #mainHeader {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    overflow: visible !important;
  }

  .navbar {
    height: 80px !important;
    min-height: 80px !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  .navbar-header {
    height: 80px !important;
    overflow: visible !important;
  }

  .navbar-fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  /* Container must stay full width */
  .navbar-fixed-top .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 80px !important;
  }

  /* Prevent horizontal scroll */
  body,
  html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  /* HEADER LAYOUT - FIXED POSITIONS */
  .navbar-header {
    position: relative !important;
    width: 100% !important;
    height: 80px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* HAMBURGER - LEFT - FIXED POSITION */
  .papnav-hamburger {
    display: flex !important;
    position: absolute !important;
    left: 15px !important;
    top: 28px !important;
    width: 26px !important;
    height: 18px !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    z-index: 1050 !important;
  }

  .papnav-hamburger-line {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #333 !important;
    border-radius: 2px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform-origin: center !important;
  }

  /* Perfect X animation */
  .papnav-hamburger-active .papnav-hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .papnav-hamburger-active .papnav-hamburger-line:nth-child(2) {
    opacity: 0 !important;
  }

  .papnav-hamburger-active .papnav-hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }

  /* LOGO - CENTER - FIXED POSITION */
  .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    z-index: 100 !important;
  }

  .navbar-brand img {
    height: 50px !important;
    width: auto !important;
    display: block !important;
  }

  /* SEARCH ICON - RIGHT - FIXED POSITION */
  .papnav-mobile-search {
    display: flex !important;
    position: absolute !important;
    right: 15px !important;
    top: 20px !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    color: #333 !important;
    cursor: pointer !important;
    z-index: 1050 !important;
    border-radius: 50% !important;
  }

  .papnav-mobile-search:active {
    background: rgba(107, 184, 190, 0.2) !important;
  }

  /* GLASSMORPHISM ON SCROLL */
  .navbar-fixed-top {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .navbar-fixed-top.papnav-mobile-scrolled {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(35px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(35px) saturate(180%) !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1) !important;
  }

  /* Brand color gradient */
  .navbar-fixed-top.papnav-mobile-scrolled::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 80px !important;
    background: linear-gradient(
      180deg,
      rgba(107, 184, 190, 0.12) 0%,
      rgba(107, 184, 190, 0.04) 100%
    ) !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
  }

  .navbar-fixed-top.papnav-mobile-scrolled::after {
    opacity: 1 !important;
  }

  /* Keep elements above gradient */
  .papnav-hamburger,
  .navbar-brand,
  .papnav-mobile-search {
    position: absolute !important;
    z-index: 10 !important;
  }

  /* MOBILE MENU OVERLAY */
  .papnav-mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100vh - 80px) !important;
    background: #fff !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    transform: translateX(-100%) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .papnav-menu-active {
    transform: translateX(0) !important;
  }

  .papnav-noscroll {
    overflow: hidden !important;
    height: 100vh !important;
  }

  /* Mobile Menu Topbar */
  .papnav-mobile-topbar {
    background: linear-gradient(135deg, #6bb8be 0%, #5aa8ae 100%) !important;
    padding: 20px !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .papnav-mobile-topbar-title {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
    opacity: 0.9 !important;
    font-weight: 600 !important;
  }

  .papnav-mobile-topbar-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .papnav-mobile-topbar-links a {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 12px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
  }

  .papnav-mobile-topbar-links a:active {
    background: rgba(255, 255, 255, 0.35) !important;
  }

  .papnav-mobile-main {
    padding: 0 !important;
  }

  .papnav-mobile-main ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .papnav-mobile-item {
    border-bottom: 1px solid #eee !important;
  }

  .papnav-mobile-row {
    display: flex !important;
    align-items: stretch !important;
    min-height: 56px !important;
  }

  .papnav-mobile-link {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    padding: 18px 20px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .papnav-mobile-link.papnav-full-width {
    padding-right: 20px !important;
  }

  .papnav-mobile-link:active {
    background: rgba(107, 184, 190, 0.08) !important;
  }

  .papnav-submenu-toggle {
    flex-shrink: 0 !important;
    width: 56px !important;
    height: auto !important;
    background: none !important;
    border: none !important;
    border-left: 1px solid #eee !important;
    color: #999 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .papnav-submenu-toggle:active {
    background: rgba(107, 184, 190, 0.1) !important;
  }

  .papnav-toggle-active {
    color: #6bb8be !important;
  }

  .papnav-toggle-active i {
    transform: rotate(90deg) !important;
  }

  .papnav-submenu {
    max-height: 0 !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .papnav-submenu-open {
    max-height: 3000px !important;
  }

  .papnav-submenu a {
    display: block !important;
    padding: 14px 20px 14px 40px !important;
    color: #555 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    border-left: 3px solid transparent !important;
  }

  .papnav-submenu a:active {
    background: #fff !important;
    color: #6bb8be !important;
    border-left-color: #6bb8be !important;
  }

  .papnav-submenu-header {
    padding: 16px 20px 8px 40px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #6bb8be !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  .papnav-submenu-divider {
    height: 1px !important;
    background: #ddd !important;
    margin: 12px 40px !important;
  }

  .papnav-submenu-highlight {
    font-weight: 500 !important;
    color: #6bb8be !important;
  }

  /* SEARCH OVERLAY */
  .papnav-search-overlay {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .papnav-search-active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .papnav-search-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(107, 184, 190, 0.1) !important;
    border: none !important;
    border-radius: 50% !important;
    color: #6bb8be !important;
    font-size: 24px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
  }

  .papnav-search-close:active {
    background: #6bb8be !important;
    color: #fff !important;
  }

  .papnav-search-content {
    padding: 100px 30px 40px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  .papnav-search-input {
    width: 100% !important;
    padding: 20px 25px !important;
    font-size: 18px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 50px !important;
    outline: none !important;
    background: #f8f9fa !important;
  }

  .papnav-search-input:focus {
    border-color: #6bb8be !important;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(107, 184, 190, 0.15) !important;
  }

  .papnav-search-suggestions {
    margin-top: 40px !important;
  }

  .papnav-search-section-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
  }

  .papnav-search-section-title:first-child {
    margin-top: 0 !important;
  }

  .papnav-search-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .papnav-search-tag {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: #f0f0f0 !important;
    color: #555 !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    font-size: 14px !important;
  }

  .papnav-search-tag:active {
    background: #6bb8be !important;
    color: #fff !important;
  }

  .papnav-search-quick-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .papnav-search-quick-links a {
    display: flex !important;
    align-items: center !important;
    padding: 16px 20px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    color: #333 !important;
    border-left: 4px solid transparent !important;
  }

  .papnav-search-quick-links a:active {
    background: #fff !important;
    border-left-color: #6bb8be !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .papnav-search-quick-links a i {
    width: 24px !important;
    margin-right: 15px !important;
    color: #6bb8be !important;
    font-size: 18px !important;
  }

  .papnav-search-quick-links a span {
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  .careers-badge {
    display: inline-block !important;
    background: #ff6b6b !important;
    color: #fff !important;
    font-size: 11px !important;
    padding: 2px 6px !important;
    border-radius: 10px !important;
    margin-left: 4px !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 767px) {
  .papnav-search-content {
    padding: 80px 20px 30px !important;
  }

  .papnav-search-input {
    font-size: 16px !important;
    padding: 16px 20px !important;
  }
}

/* ==================== MEGA MENU (OLD + NEW MERGED) ==================== */

/* Base mega menu trigger */
.main_menu2 a:hover + .bigmenu2,
.bigmenu2:hover {
  display: flex !important;
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
}

/* Base mega menu structure */
.bigmenu2 {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  position: absolute;
  margin-top: 15px;
  background-color: #09080800;
  padding-top: 15px;
  z-index: 1000;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition: opacity 0.5s, margin 0.5s, visibility 0.5s;
  left: 50%;
  transform: translateX(-50%);
}

.bigmenu2.slim {
  left: auto;
  right: auto;
}

.bigmenu2.slim .wrap .row {
  xpadding: 10px 15px;
}

/* Products and Services centered */
.main_menu2 li:nth-child(3) .bigmenu2,
.main_menu2 li:nth-child(4) .bigmenu2 {
  left: 0;
  right: 0;
}

.bigmenu2 {
  margin-left: auto !important;
  margin-right: auto;
}

.bigmenu2 .row a {
  min-width: 200px;
}

.bigmenu2 .row {
  background-color: #090808f5;
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 !important;
  background: transparent !important;
}

.bigmenu2 .wrap {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 4px solid var(--c-main-1);
  background: rgba(20, 20, 25, 0.96) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1px solid rgba(107, 184, 189, 0.25) !important;
  border-radius: 10px !important;
  border-bottom: 3px solid var(--c-brand) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
  padding: 20px 16px 16px !important;
  margin: 0 !important;
}

.main_menu2 .wrap .row {
  padding: 0px;
  text-align: left;
}

.main_menu2 li:nth-child(2) .wrap .row {
  /* FIX for empty submenu #2*/
  padding: 0px;
  text-align: left;
}

/* Mega menu links */
.bigmenu2 a {
  color: #eee;
  padding: 8px 8px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 16px;
  border-radius: 2px;
  padding: 8px 10px !important;
  line-height: 1.5 !important;
  border-radius: 5px !important;
  transition: var(--transition-fast) !important;
  position: relative !important;
  font-size: 13px !important;
  display: block !important;
}

.bigmenu2 a:hover {
  background-color: var(--c-main-1);
  color: black;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 400;
  background: rgba(107, 184, 189, 0.15) !important;
  color: #fff !important;
  transform: translateX(4px) !important;
}

.bigmenu2 a::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) scaleX(0) !important;
  width: 3px !important;
  height: 50% !important;
  background: var(--c-brand) !important;
  transition: transform 0.2s ease !important;
  border-radius: 0 2px 2px 0 !important;
}

.bigmenu2 a:hover::before {
  transform: translateY(-50%) scaleX(1) !important;
}

/* Mega menu headers */
.bigmenu2 .header {
  padding: 4px 8px;
  font-size: 14px;
  color: var(--c-main-1);
  padding-right: 3px;
  cursor: default;
  padding: 8px 10px 7px !important;
  font-size: 10px !important;
  color: var(--c-brand) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  font-family: "Montserrat", "Roboto", sans-serif !important;
  margin-bottom: 10px !important;
  padding-bottom: 7px !important;
  white-space: nowrap !important;
}

.bigmenu2 .c:nth-child(1) .header {
  color: #d97255;
  border-left: 3px solid #d97255 !important;
  padding-left: 10px !important;
}

.bigmenu2 .c:nth-child(2) .header {
  color: #c48d39;
  border-left: 3px solid #c48d39 !important;
  padding-left: 10px !important;
}

.bigmenu2 .c:nth-child(3) .header {
  color: #1ba540;
  border-left: 3px solid #1ba540 !important;
  padding-left: 10px !important;
}

.bigmenu2 .c:nth-child(4) .header {
  color: #00b19a;
  border-left: 3px solid #00b19a !important;
  padding-left: 10px !important;
}

.bigmenu2 .c:nth-child(5) .header {
  color: #4472c4;
  border-left: 3px solid #4472c4 !important;
  padding-left: 10px !important;
}

.bigmenu2 .c:nth-child(6) .header {
  color: #7cc4cb;
  border-left: 3px solid #7cc4cb !important;
  padding-left: 10px !important;
}

.bigmenu2 .chevron {
  opacity: 0.8 !important;
  font-size: 12px !important;
  margin-right: 4px !important;
}

/* Sublist styles */
.bigmenu2 .sublist a:last-child {
  border-right: 0px dashed #777;
}

.bigmenu2 .sublist a {
  display: block;
  padding: 15px;
  text-align: initial;
  display: flex;
  flex-direction: row;
  border-right: 1px dashed #777;
  padding: 14px 12px !important;
  border-right: none !important;
  border-radius: 6px !important;
  align-items: center !important;
  gap: 8px !important;
}

.bigmenu2 .sublist a::before {
  display: none !important;
}

.bigmenu2 .sublist a:hover {
  background: rgba(107, 184, 189, 0.2) !important;
  transform: translateY(-2px) !important;
}

.bigmenu2 .sublist {
  padding: 30px 10px 20px 10px;
}

.bigmenu2 .sublist .glyphicon,
.bigmenu2 .sublist .icon {
  padding: 4px 13px;
  font-size: 22px;
  font-size: 18px !important;
  flex-shrink: 0 !important;
}

/* Platform dropdown (1st) - wider */
.main_menu2 li:nth-child(1) .bigmenu2 .wrap {
  min-width: 375px !important;
}

/* Products menu (3rd) - full featured */
.main_menu2 li:nth-child(3) .bigmenu2 {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  max-width: none !important;
}

.main_menu2 li:nth-child(3) .bigmenu2 .wrap {
  max-width: calc(100vw - 30px) !important;
  width: 1140px !important;
  padding: 28px 24px 24px !important;
}

.main_menu2 li:nth-child(3) .bigmenu2 .d {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)) !important;
  gap: 28px !important;
  width: 100% !important;
}

.main_menu2 li:nth-child(3) .bigmenu2 .c {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

/* ==================== PLATFORM SOFTWARE SECTION - CENTERED & WIDER CARDS ==================== */

.main_menu2 li:nth-child(3) .bigmenu2 .sublist {
  margin-top: 28px !important;
  padding: 30px 30px 10px 30px !important;
  background: rgba(107, 184, 189, 0.08) !important;
  border-radius: 10px !important;
  border: 1px solid rgba(107, 184, 189, 0.3) !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important; /* 4 equal columns */
  gap: 20px !important; /* Reduced gap */
  justify-items: stretch !important; /* Stretch cards to fill space */
}

.main_menu2 li:nth-child(3) .bigmenu2 .sublist a {
  padding: 16px 18px !important;
  border-right: none !important;
  border-radius: 8px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(107, 184, 189, 0.15) !important;
  transition: all 0.3s ease !important;
  width: 95% !important; /*  width of grid cell */
}

.main_menu2 li:nth-child(3) .bigmenu2 .sublist a:hover {
  background: rgba(107, 184, 189, 0.25) !important;
  transform: translateY(-3px) !important;
  border-color: rgba(107, 184, 189, 0.4) !important;
  box-shadow: 0 4px 12px rgba(107, 184, 189, 0.3) !important;
}

/* Icon styling - bigger and aligned left */
.main_menu2 li:nth-child(3) .bigmenu2 .sublist .glyphicon,
.main_menu2 li:nth-child(3) .bigmenu2 .sublist .icon {
  font-size: 24px !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  width: 32px !important;
  text-align: center !important;
  color: var(--c-brand) !important;
  opacity: 0.9 !important;
}

.main_menu2 li:nth-child(3) .bigmenu2 .sublist a:hover .glyphicon,
.main_menu2 li:nth-child(3) .bigmenu2 .sublist a:hover .icon {
  opacity: 1 !important;
  transform: scale(1.1) !important;
}

/* Text styling */
.main_menu2 li:nth-child(3) .bigmenu2 .sublist a {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #e8e8e8 !important;
}

.main_menu2 li:nth-child(3) .bigmenu2 .sublist::before {
  content: "PAPYRUS SOFTWARE PLATFORM" !important;
  position: absolute !important;
  top: -16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: var(--c-brand) !important;
  padding: 4px 12px !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: 1.4px !important;
  border-radius: 5px !important;
  white-space: nowrap !important;
}

/* ==================== SERVICES OVERRIDE ==================== */

/* Force Services dropdown to center correctly */
.main_menu2 li:nth-child(4) .bigmenu2 {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.main_menu2 li:nth-child(4) .bigmenu2 .wrap {
  min-width: 780px !important;
  max-width: 780px !important;
  padding: 22px 20px 18px !important;
  margin: 0 auto !important;
}

.main_menu2 li:nth-child(4) .bigmenu2 .d {
  display: flex !important;
  gap: 2px !important;
}

.main_menu2 li:nth-child(4) .bigmenu2 .c {
  flex: 1 !important;
  min-width: 190px !important;
}

/* REMOVE MIN-WIDTH FROM SERVICES LINKS */
.main_menu2 li:nth-child(4) .bigmenu2 .row a {
  min-width: auto !important;
}

/* FORCE REMOVE BORDERS FROM SERVICES */
.main_menu2 li:nth-child(4) .bigmenu2 .c .header {
  border-left: none !important;
  padding-left: 8px !important;
  color: var(--c-brand) !important;
}

.main_menu2 li:nth-child(4) .bigmenu2.slim {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* hbtn */
.hbtn {
  width: fit-content;
  color: #000 !important;
  background-color: var(--c-main-1);
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center !important;
  padding: 10px !important;
  font-size: 15px;
  border-radius: 3px;
}

.Xrow {
  display: flex;
  flex-wrap: wrap;
}

.Xrow > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* ==================== OLD MOBILE MENU (LEGACY SUPPORT) ==================== */
#mobile-menu.hideme {
  top: 90;
}

#mobile-menu > ul > li > a {
  display: inline-block;
}

#mobile-menu a {
  padding: 2px 8px;
}

#mobile-menu a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #000;
  border-radius: 2px;
}

#mobile-menu ul li .wrap {
  max-height: 1500px;
  transition: all 0.7s;
}

#mobile-menu .wrap.hideme {
  max-height: 0;
  height: 0px;
  overflow: hidden;
}

.chevron {
  color: #777;
  padding-right: 3px;
  font-size: 21px;
}

/* ==================== CAREERS BADGE ==================== */
.careers-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  background: linear-gradient(135deg, #ff5d2e 0%, #ff7a52 100%) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border-radius: 9px !important;
  box-shadow: 0 2px 6px rgba(255, 93, 46, 0.3) !important;
  transition: var(--transition-fast) !important;
  line-height: 1 !important;
  font-family: "Roboto", sans-serif !important;
  margin-left: 6px !important;
}

#preHeader2 a:hover .careers-badge {
  transform: scale(1.1) !important;
  box-shadow: 0 3px 10px rgba(255, 93, 46, 0.45) !important;
}

#preHeader2 a:has(.careers-badge) {
  text-decoration: none !important;
}

#preHeader2 a:has(.careers-badge):hover {
  text-decoration: none !important;
}

/* ==================== END PAPYRUS NAVIGATION ==================== */

/* ==========================================
   DESKTOP SEARCH - APPLE STYLE
   ========================================== */

@media (min-width: 992px) {
  /* Search overlay container */
  .papnav-desktop-search-overlay {
    position: fixed;
    top: 106px; /* Below header with topbar */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
      top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .papnav-desktop-search-overlay.papnav-search-open {
    pointer-events: auto;
    opacity: 1;
  }

  /* When scrolled - topbar hidden, only 74px header - MUST BE HERE */
  .navbar-fixed-top.papnav-scrolled ~ .papnav-desktop-search-overlay {
    top: 74px !important;
  }

  /* Blurred backdrop */
  .papnav-desktop-search-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* White content container */
  .papnav-desktop-search-container {
    position: relative;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-20px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .papnav-desktop-search-overlay.papnav-search-open
    .papnav-desktop-search-container {
    transform: translateY(0);
  }

  /* Content wrapper */
  .papnav-desktop-search-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 30px 50px;
  }

  /* Search input wrapper */
  .papnav-desktop-search-input-wrapper {
    position: relative;
    margin-bottom: 35px;
  }

  .papnav-desktop-search-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #999;
    pointer-events: none;
  }

  .papnav-desktop-search-input {
    width: 100%;
    padding: 20px 24px 20px 62px;
    font-size: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    outline: none;
    background: #f8f9fa;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #333;
  }

  .papnav-desktop-search-input:focus {
    border-color: var(--c-brand);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(107, 184, 189, 0.1);
  }

  .papnav-desktop-search-input::placeholder {
    color: #999;
    font-weight: 400;
  }

  /* Suggestions section */
  .papnav-desktop-search-suggestions {
    margin-top: 0;
  }

  .papnav-desktop-search-section-title {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    margin-top: 30px;
  }

  .papnav-desktop-search-section-title:first-child {
    margin-top: 0;
  }

  /* Popular search tags */
  .papnav-desktop-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .papnav-desktop-search-tag {
    display: inline-block;
    padding: 10px 20px;
    background: #f0f0f0;
    color: #555 !important;
    text-decoration: none !important; /* ADD THIS */
    border-radius: 24px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
  }

  .papnav-desktop-search-tag:hover {
    background: var(--c-brand);
    color: #fff !important;
    text-decoration: none !important; /* ADD THIS */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 184, 189, 0.3);
  }

  /* Quick links */
  .papnav-desktop-search-quick-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .papnav-desktop-search-quick-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #333 !important;
    transition: all 0.2s ease;
    border: 1px solid #e5e5e5;
  }

  .papnav-desktop-search-quick-links a:hover {
    background: #fff;
    border-color: var(--c-brand);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .papnav-desktop-search-quick-links a i {
    font-size: 18px;
    color: var(--c-brand);
    flex-shrink: 0;
  }

  .papnav-desktop-search-quick-links a span {
    font-size: 15px;
    font-weight: 500;
  }

  /* Search icon active state */
  .main_menu2 li#lastMenu a.papnav-search-open {
    background: rgba(107, 184, 189, 0.15) !important;
    border-color: var(--c-brand) !important;
  }
}

/* Workshop Language Switcher Styles */
.workshop-nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 15px;
}

.workshop-back-link a {
  color: #6bb8be;
  text-decoration: none;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.workshop-back-link a:hover {
  color: #5aa8ae;
  gap: 8px;
}

.workshop-back-link i {
  font-size: 18px;
}

/* Language Switcher Container */
.workshop-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.workshop-lang-switcher .lang-label {
  font-size: 13px;
  color: #666;
  padding: 0 6px;
  font-weight: 500;
}

/* Language Buttons */
.workshop-lang-switcher .lang-btn {
  padding: 7px 18px;
  background: white;
  color: #555;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.workshop-lang-switcher .lang-btn:hover {
  background: #6bb8be;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(107, 184, 190, 0.25);
}

/* Active Language Button */
.workshop-lang-switcher .lang-btn.lang-active {
  background: linear-gradient(135deg, #6bb8be 0%, #5aa8ae 100%);
  color: white;
  box-shadow: 0 3px 10px rgba(107, 184, 190, 0.35);
  pointer-events: none;
  cursor: default;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .workshop-nav-bar {
    gap: 12px;
  }

  .workshop-back-link a {
    font-size: 14px;
  }

  .workshop-lang-switcher {
    padding: 4px;
    gap: 6px;
  }

  .workshop-lang-switcher .lang-label {
    font-size: 12px;
    padding: 0 4px;
  }

  .workshop-lang-switcher .lang-btn {
    padding: 6px 14px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .workshop-nav-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .workshop-lang-switcher {
    align-self: flex-end;
  }
}
