/*==================================================================*/
/*========== NEW ==========*/
/*==================================================================*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

hr {
  margin: 0;
}

a {
  text-decoration: none;
  color: #1b9ec7;
}

a:hover {
  color: #0abedb;
}

a.white:hover {
  color: #ffffff;
}

.darkblue a {
  color: #1770A1;
}

.darkblue a:hover {
  color: #1C89C4;
}


::-moz-selection {
  color: #ffffff;
  background:  #1770A1;
}

::selection {
  color: #ffffff;
  background:  #0abedb;
}

img {
  height: auto;
}
/* VARIABLES */

.white {
  color: #ffffff;
}

.blue {
  color: #0abedb;
}

.medium-blue {
  color: #1b9ec7;
}

.green {
  color: #0d8780;
}

.accent {
  color: #f18f01;
}

.gray {
 color: #787878;
}

.dark-gray {
  color: #5D5D5D;
}

.white-bg {
  background: #ffffff;
}

.blue-bg {
  background: #1b9ec7;
}

.light-blue-bg {
  background: #0abedb;
}

.light-blue-bg.hover:hover {
  background: #0ab7d3;
}

.green-bg {
  background: #0d8780;
}

.light-bg {
  background: #F6F6F7;
}

.light-bg.hover:hover {
  background: #f1f1f1;
}

.lightgray-bg {
  background: #f1f1f1;
}

.gray-bg {
  background: #353535;
}

.dark-gray-card {
  background: #424242;
  color: #BDBDBD;
}

.dark-gray-card p {
  color: #BDBDBD;
}



.gradient-bg {
  background: rgb(10, 190, 219);
  background: linear-gradient(90deg, rgba(10, 190, 219, 1) 0%, rgba(27, 158, 199, 1) 100%);
}

.gradient-invert-bg {
  background: rgb(27, 158, 199, 1);
  background: linear-gradient(90deg, rgba(27, 158, 199, 1) 0%, rgba(10, 190, 219, 1) 100%);
}


.gray-blue-bg {
  background: #1b9ec7;
  background: linear-gradient(to bottom, #f0f1f3 0%, #f0f1f3 50%, #1b9ec7 50%, #1b9ec7 100%);
}

.gray-white-bg {
  background: #f0f1f3;
  background: linear-gradient(to bottom, #f0f1f3 0%, #f0f1f3 50%, #ffffff 50%, #ffffff 100%);
}

.white-gray-bg {
  background: #f0f1f3;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f0f1f3 50%, #f0f1f3 100% 100%);
}


.blue-gray-bg {
  background: #f0f1f3;
  background: linear-gradient(to bottom, #1b9ec7 0%, #1b9ec7 50%, #f0f1f3 50%, #f0f1f3 100%);
}

.img-bg-1 {
  background: url("../images/pages/home/firmware-bg.jpg") no-repeat;
  background-size: cover;
}

.section-image.overlay-bg-mobile {
  position: relative;
  overflow: hidden;
}

.section-image.overlay-bg-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* półprzezroczysty overlay */
  border-radius: inherit;         /* dopasowanie do .rounded */
  z-index: 1;
}

.section-image.overlay-bg-mobile > * {
  position: relative;
  z-index: 2; /* treść zawsze nad overlayem */
}

/* FONTS */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #5d5d5d;
}

h1,
h2,
h3,
h4 {
  font-family: "Inter", sans-serif;
  color: #5d5d5d;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 1.3;
}

h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 0px;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h1.post-title {
  font-size: 24px;
}

p {
  line-height: 1.8;
}

.size-3 {
  font-size: 22px;
}

.size-5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.size-6 {
  font-size: 16px;
}

.bold {
  font-weight: 700 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.small {
  font-size: 14px;
  line-height: 1.5;
}

.x-small {
  font-size: 12px;
  line-height: 1.4;
}


p.subheading {
  line-height: 1.5;
}

.notices {
  font-size: 8px;
  color: #a5a5a5;
  line-height: 1;
}

h1.h1-main {
  font-size: 28px;
  line-height: 1.2;
}

.home-partners p.small {
  font-size: 11px;
}


.no-deco {
  text-decoration: none;
  color: #5d5d5d;
}

/* SPACES */

.padding-l {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-l-top {
  padding-top: 60px;
}

.padding-m {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-m-top {
  padding-top: 60px;
}

.padding-m-bottom{
  padding-bottom: 60px;
}

.padding-s {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-s-top {
  padding-top: 40px;
}

.home-partners {
  padding-top: 60px;
}

.container.hero {
  padding-top: 20px;
  padding-bottom: 60px;
}

.ul-style-outside {
  padding-left: 1rem;
}

.li-style-outside {
  list-style-position: outside;
}

.li-style-inside {
  list-style-position: inside;
}

.formatted-list li {
  font-weight: 600;
  padding-top: 10px;
}

.p10 li{
  padding-top: 10px;
}

.p15 li{
  padding-top: 15px;
}

.p20 li{
  padding-top: 20px;
}

.lh-1-2 {
  line-height: 1.2;
}

.color li::marker {
  color: #0abedb;
}

.spaces-10 li {
  padding-top: 10px;
}

.negative-margin-img {
  margin-top: 0px;
}

.negative-margin-xl-img {
  margin-top: 0px;
}

/* BUTTONS AND ICONS */

.button {
  padding: 10px 26px;
  font-size: 16px;
  border: 0px;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.5s;
  display: inline-block;
}


a.button:hover {
  color: #fff;
}

.button-long {
  padding: 12px 50px;
}

.button-small {
  font-size: 14px;
  padding: 8px 24px;
}

.button-white {
  background-color: #ffffff;
  color: #5d5d5d;
}

.button-white:hover {
  background-color: #f0f1f3;
}

a.button-white:hover {
  color: #5d5d5d;
}

.button-blue {
  background-color: #1b9ec7;
  color: #ffffff;
}
.button-blue:hover {
  background-color: #0abedb;
}

a.button.button-green {
  background-color: #0C7973;
  color: #ffffff;
}
a.button.button-green:hover {
  background-color: #11a7a0;
}

a.button.button-accent {
  background-color: #f18f01;
  color: #ffffff;
}

a.button.button-accent:hover {
  background-color: #fea520;
  color: #ffffff;
}

a.button.button-gray {
  background-color: #5D5D5D;
  color: #ffffff;
}

a.button.button-gray:hover {
  background-color: #6b6b6b;
  color: #ffffff;
}

.button-topbar {
  width: max-content;
}

a.button.button-topbar {
  font-size: 15px;
  padding: 8px 22px;
}

a.button.button-topbar.primary {
  background-color: #f18f01;
  color: #ffffff;
}

a.button.button-topbar.primary:hover {
  background-color: #fea520;
}


a.button.button-topbar.secondary {
  background-color: #EBEBEC;
  color: #5d5d5d;
}

a.button.button-topbar.secondary:hover {
  background-color: #e2e3e3;
}


.button-with-icon {
  display: flex;
  align-items: center;
}

.button-with-icon .ti {
  font-size: 28px;
  padding-right: 8px;
  padding-bottom: 4px;
}

.buttons-group {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.social-icons img {
  max-width: 40px;
  margin-right: 10px;
}

.text-with-icon {
  display: flex;
  align-items: center;
}

.text-with-icon p {
  font-size: 16px;
  padding: 0;
}


.text-with-icon .ti {
  font-size: 32px;
  padding-bottom: 4px;
  padding-right: 8px;
}

.text-with-icon.ti-small .ti {
  font-size: 24px;
  padding-bottom: 2px;
  padding-right: 8px;
}

.downloads .text-with-icon p {
  font-size: 18px;
  font-weight: 500;
}

.square-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #0abedb;
  flex-shrink: 0;
}

.square-icon .ti {
  font-size: 28px;
}

.square-icon-lt {
  display: flex;
  align-items: start;
}

.square-icon-lm {
  display: flex;
  align-items: center;
}

/* IMAGES  */
.rounded {
  border-radius: 10px !important;
}

.no-rounded {
  border-radius: 0px;
}

.single-post-image {
  max-width: 450px;
  max-height: 400px;
}

.clients {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
}

.clients .client-logo {
  margin: 20px;
}

.client-logo {
  width: 110px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo.l{
  width: 130px;
}

.partners-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}

.partners-list .logo {
  margin: 0px 5px;
}


.partners-list .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.partner-logo {
  height: 100%;
  max-width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo.left {
  justify-content: start;
}

.partner-logo.l{
  max-width: 195px;
}

.partner-logo.m{
  max-width: 175px;
  height:50px;
}


/* video */

video {
  object-fit: cover;
  width: 100%;
}

.link-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-image:hover > .play-btn {
  transform: scale(1.2);
}

.play-btn {
  position: absolute;
  width: 15%;
  transition: transform 0.5s;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 proporcje (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* opcjonalnie, zaokrąglone rogi */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* ELEMENTS */

hr.blue-underline {
  height: 7px;
  margin-bottom: 0px;
  border: 0;
  opacity: 1;
  width: 100px;
  border-radius: 20px;
  background: rgb(10, 190, 219);
  background: linear-gradient(90deg, rgb(10, 190, 219) 0%, rgb(27, 158, 199) 100%);
}

a.readmore, .readmore {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #f18f01;
  font-size: 16px;
}

p.readmore {
  font-size: 14px;
}

a.readmore.blue, .readmore.blue {
  color: #0abedb;
}

a.readmore::after, .readmore::after {
  position: relative;
  content: url("../images/main/arrow.svg");
  display: inline-block;
  padding-left: 6px;
  transition: 0.5s;
  width: 32px;
}

a.readmore.blue::after, .readmore.blue::after {
  content: url("../images/main/arrow-blue.svg");
}

a.readmore:hover::after {
  padding-left: 13px;
}

.readmore.white {
  color: #ffffff;
}

.readmore.white::after {
  content: url("../images/main/arrow-white.svg");
}

.cta-widget:hover .readmore::after {
  margin-left: 5px;
}

a.back {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

a.back::before {
  position: relative;
  top: -2px;
  content: url("../images/main/arrow-back-white.svg");
  display: inline-block;
  padding-right: 6px;
  transition: 0.5s;
  width: 33px;
}

a.back-blue {
  color: #0abedb;
}
a.back-blue::before {
  content: url("../images/main/arrow-back-blue.svg");
}

.l-cards .card-body {
  padding: 10%;
}


.l-cards .card-footer {
  padding-bottom: 10%;
}

.icon-cards .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 130px;
  aspect-ratio: 16 / 9;
}

.card-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.card-title, .card-body  {
  color: #5D5D5D
}

.services-cta .card-body {
  padding: 30px;
}

.highlights .ti {
  font-size: 28px;
  padding-right: 7px;
  color: #0abedb;
}

.highlights.white .ti {
  color: #fff;
}

.highlights ul li {
  display: flex;
  list-style-type: none;
  margin-bottom: 15px;
  list-style-type: none;
  line-height: 1.8;
}

.highlights.bold ul li {
  font-weight: 600;
}

.w950 {
  width: 100%;
  max-width: 950px;
}

.w900 {
  width: 100%;
  max-width: 900px;
}

.mw850 {
  max-width: 840px;
}

.w800 {
  width: 100%;
  max-width: 800px;
}

.w700 {
  width: 100%;
  max-width: 700px;
}


.w600 {
  width: 100%;
  max-width: 600px;
}

.w550 {
  width: 100%;
  max-width: 550px;
}

.w500 {
  width: 100%;
  max-width: 500px;
}


.w400 {
  width: 100%;
  max-width: 400px;
}

.w350 {
  width: 100%;
  max-width: 350px;
}

.w300 {
  width: 100%;
  max-width: 300px;
}

.w250 {
  width: 100%;
  max-width: 250px;
}


.w200 {
  width: 100%;
  max-width: 200px;
}

.mnh400 {
  min-height: 400px;
}

.mnh450 {
  min-height: 450px;
}

.cta-form {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px;
}

.actions {
  border-radius: 6px;
  text-align: center !important;
}

.tags {
font-size: 12px;
font-weight: 700;
color: #8E8E8E;
}

.board-img-bg {
  background: url("../images/pages/home/square-bg-gradient.svg") no-repeat center;
  background-size: auto 90%;
}

.board-img-bg-2 {
  background: url("../images/pages/home/square-bg.svg") no-repeat center;
}


.img-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}


.divided-list li {
  list-style: none;
  padding: 16px 0px;
  border-bottom: 1px solid #e8e8e8;
}

.divided-list li a {
  font-weight: 600;
}

ul.list-style-none li {
  list-style-type: none;
}

/* team */

.team-heading {
  display:flex;
  align-items: stretch;
}

.team-heading .member-image {
  margin-right: 5%;
  flex-shrink: 0;
}

.member-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}



/* CARDS */

.card {
  border: 0px;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.card-img, .card-img-top {
  transition: 0.5s;
}

.card-footer {
  border-radius: 10px !important;
}

.equal-height .card {
  height: 100%;
}

.general-cards .card .card-body {
  padding: 8%;
}

.general-cards .card .card-footer {
  padding: 0% 8% 8% 8%;
}

.general-cards .card {
  height: 100%;
  transition: 0.5s;
}

.general-cards .card-img-top:hover {
  transform: scale(1.05);
}

.general-cards .card-img-top {
  height: 170px;
  object-fit: cover;
}

.general-cards.high .card-img-top  {
  height: 200px;
}

.general-cards.high .card-img-top.h235 {
  height: 235px;
}

.general-cards.high .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.full-cards .card {
  height: 100%;
}

.full-cards .card  .card-footer {
  padding: 0% 8% 8% 8%;
}

.full-cards .card .card-footer {
  background-color: inherit;
  border: 0;
}

.full-cards h5 {
  line-height: 1.4;
}

.full-cards .card .card-body {
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.full-cards .card .card-footer {
  padding: 0% 5% 5% 5%;
}

.full-cards .card-text {
  line-height: 1.4;
}

.card-footer {
  border-top: 0;
  background-color: inherit;
}

/* TABS */

.tabs-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.tabs-navigation .tab-btn {
  margin: 9px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}


.tabs-navigation.tabs-white-bg .tab-btn {
  background-color: #ffffff;
}

.tabs-navigation.tabs-lightgray-bg .tab-btn {
  background-color: #f1f1f1;
}

.tabs-navigation .tab-btn:hover {
  background-color: #dddddd;
}

.tabs-navigation .tab-btn.active {
  background-color: #5D5D5D;
  color: #ffffff;
}

.tabs-navigation .tab-btn.active:hover {
  background-color: #5D5D5D;
}

.tabs .tabs-content .tab {
  display: none;
}

.tabs .tabs-content .tab.displayed {
  display: block;
}

.tabs-content {
  margin: 9px;
}

.vertical-tabs .vertical-tab-btn {
  list-style-type: none;
  padding: 14px;
  font-weight: 600;
  border-top: 1px solid #D9D9D9;
  cursor: pointer;
  transition: 0.3s;
}

.vertical-tabs .vertical-tab-btn:hover {
  background-color: #dddddd;
}


.vertical-tabs .vertical-tab-btn:first-child {
  border-top: 0px;
}


.vertical-tabs .vertical-tab-btn.active {
  border-radius: 5px;
  background-color: #0abedb;
  color:#fff;
}

.vertical-tabs .vertical-tabs-content .vertical-tab {
  display: none;
}

.vertical-tabs .vertical-tabs-content .vertical-tab.displayed {
  display: block;
}



/* testimonials */


p.testimonial-title {
font-size: 24px;
font-weight: 700;
line-height: 1.3 !important;
}


.arrow .ti {
    color: #cccc;
    font-size: 36px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

.services .carousel-control-prev,
.services .carousel-control-next {
  width: 5%;
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
    background-color: #676767;
}

.card.testimonial .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* NAVBAR */

.navbar li.dropdown {
  position: initial;
}

.navbar .dropdown-menu {
  width: 100%;
  margin-top: 0 !important;
  background-color: #f8f9fa;
  border-radius: 0px;
  padding-top: 0px;
}

.navbar .dropdown-item,
.nav-products-header {
  padding: 8px 0px;
  display: block;
  width: initial;
  white-space: normal
}

.nav-products-header.first {
  padding-top: 0px;
}

.navbar .dropdown-menu.show {
  border: 0px;
}

.navbar .dropdown-menu-title {
  display: none;
}

.navbar.navbar-shadow {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.navbar .dropdown-item:hover {
  background-color: transparent;
  color: #f18f01;
}

.navbar .dropdown-item.active {
  background-color: transparent;
  color: #f18f01;
}

a.dropdown-item {
  background-color: transparent !important;
}

.dropdown-toggle .ti {
  position: relative;
  top: 1px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  padding-left: 10px;
}

.navbar li a {
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
}

.navbar li a:hover {
  color: #f18f01;
}

.navbar-nav .nav-link.active {
  color: #f18f01;
}

.navbar li a:active {
  color: #f18f01;
}

.nav-link.show {
  color: #5d5d5d !important;
}

a.nav-link {
  padding: 15px 15px;
}

.navbar-toggler {
  color: #ffffff !important;
  border: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-products-header {
  font-size: 12px;
  font-weight: 500;
  color: #8e8e8e;
  padding-bottom: 5px;
  padding-top: 15px;
}

.nav-link {
  position: relative;
}

.navbar-collapse {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-y: auto;
  max-height: 700px;
}

.stroke {
  border: 1px solid #E8E8E8;
}

.navbar-nav .category-heading {
  font-size: 15px;
  font-weight: 700;
  color: #1b9ec7;
  margin-bottom: 0.5rem;
}

 .navbar-nav .right-col {
  border-top: 1px solid #d2d2d2;
 }

/* CONTAINERS */
.container-padding-xl {
  padding: 80px 0px;
}

/*Technologies*/


.card.service-boxes {
  transition: 0.5s;
}

.card.service-boxes .ti {
  color: #0abedb;
}

.card.service-boxes:hover h5 {
  color: #0abedb;
  transition: 0.5s;
}


.card.service-boxes .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130px;
  aspect-ratio: 4 / 3;
}

.card.service-boxes .ti {
  font-size: 32px;
}


/*ABOUT*/
video {
  border-radius: 10px;
}

/* REVIEWS */
.clutch-widget {
  max-width: 1020px;
  border-radius: 20px;
  margin: auto;
}

/* CTA */
.cta {
  color: #fff;
}

.cta h3 {
  color: #fff;
  padding-bottom: 10px;
}

.justify-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-responsive-start {
  display: flex;
  justify-content: start;
  align-items: center;
}


.cta-main {
  background: rgb(10, 190, 219);
  background: linear-gradient(90deg, rgb(10, 190, 219) 0%, rgb(27, 158, 199) 100%);
}

.cta-img {
  max-width: 210px;
}

.text-align-responsive {
  text-align: center;
}

/* SOLUTIONS */

.solutions li {
  display: flex;
  align-items: center;
  list-style-type: none;
  color: #0abedb;
  padding-bottom: 25px;
}

.solutions li p {
  font-weight: 500;
  line-height: 24px;
  color: #1b9ec7;
}

.solutions .ti {
  font-size: 32px;
  color: #5d5d5d;
  padding-right: 7px;
  padding-bottom: 2px;
}

/* PRODUCTS */

.products-division {
  padding: 50px 15px;
  border-radius: 25px;
}

/* BLOG */

.blog .card .card-img-top {
  height: 240px;
  object-fit: cover;
}

/* PROCESS */

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #0abedb;
  width: 100%;
  top: 6px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #0abedb;
  width: 100%;
  top: 6px;
  left: 50%;
  z-index: 2;
}


.step-counter {
  background-color: #ffffff;
  border: 4px solid #0abedb;
}

.step-counter {
  position: relative;
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-bottom: 15px;
}


.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.stepper-item p {
  font-weight: 600;
  text-align: center;
}

.step-counter-mobile {
  position: absolute;
  left: -0.7rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.stepper-item-mobile {
  border-left: 4px solid #0abedb;
  position: relative;
  padding: 0rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 2rem;
  min-height: 5rem;
}
.stepper-item-mobile:last-child {
  padding-bottom: 4rem;
  min-height: 0;
  padding: 0rem 1.5rem 0rem 2.5rem;
}

.stepper-item-mobile:last-child .step-counter-mobile {
  top: 0.3rem;
}


/* SERVICES  */

.process .step {
  padding: 0 10%;
}

.process .number {
  font-size: 45px;
  font-weight: 700;
  color: #0abedb;
}

.services .text-with-icon .ti {
  font-size: 32px;
  padding-right: 20px;
  color: #0abedb;
}

.services .text-with-icon .ti.p10 {
  padding-right: 10px;
}

.services.features-list li {
  line-height: 30px;
  padding-bottom: 20px;
}

.services-carousel .carousel-item {
  height: 100%;
}

.services-carousel .carousel-indicators [data-bs-target] {
  opacity: 1 ;
}

.services-carousel .carousel-indicators .active {
  background-color: #f18f01;
}


.carousel-indicators [data-bs-target] {
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
  margin-right: 7px !important;
  margin-left: 7px !important;
}

.home .carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
}

.home .carousel-indicators [data-bs-target].active {
  background-color: #0abedb;
}


.breadcrumb.white .breadcrumb-item a {
  color: #fff;
}

.accordion.services .accordion-item {
  margin-top: 25px;
}

/* faq */

.faq .accordion-button:not(.collapsed) {
  color: #0abedb;
  background-color: #f0f1f3;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.faq .accordion-button {
  font-weight: 700;
  color: #5d5d5d;
}

.faq .accordion-item {
  color: #5d5d5d;
}

.accordion-button:not(.collapsed)::after {
  color: #0abedb;
}

.faq p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.services .faq .accordion-body {
  padding: 20px;
}
.services .faq .accordion-button {
  padding: 20px 25px;
}

/*========== Footer ==========*/

.footer-links ul {
  list-style-type: none;
}

.footer-links ul li {
  list-style-type: none;
  font-size: 14px;
  padding-bottom: 10px;
  color: #BDBDBD;
}

.footer-links ul li:last-child {
  padding-bottom: 0px;
}


.footer-links ul li a {
  text-decoration: none;
  color: #BDBDBD;
  transition: 0.5s;
}

.footer-links ul li.active a,
.footer-links ul li a.active,
.footer-links ul li a:hover {
  color: #F0F0F0;
}

footer h3 {
  color: #ffffff;
  font-size: 26px;
}

.footer-text {
  color: #BDBDBD;
  font-size: 14px;
  line-height: 1.8;
}

/* Swiper image carousel */


.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background-color: #0abedb !important;
}

.products-swiper-pagination {
  text-align: center;
}

.products-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f18f01;
  opacity: 1;
}


/* media querries  */

@media (min-width: 576px) {
  .card.service-boxes .card-body {
    aspect-ratio: 16 / 9;
  }

  .partners .logo {
    margin: 0px 10px;
  }

}

@media (min-width: 768px) {
  .padding-l {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .padding-l-top {
    padding-top: 100px;
  }

  .justify-responsive {
    margin-top: 0;
    justify-content: end;
  }

}

@media (min-width: 992px) {
  /* navbar */

  .navbar .dropdown-menu-title {
    display: block;
    text-align: left;
  }

  .navbar .dropdown-menu {
    padding: 0px;
    background-color: #ffffff;
  }

  .navbar-nav .right-col {
    border-left: 1px solid #d2d2d2;
    border-top: 0px;
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    border: 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #E8E8E8;
  }

  .navbar .dropdown-item,
  .nav-products-header {
    padding: 0px 20px 15px 0px;
    display: block;
    width: initial;
  }

  .services.dropdown-menu .dropdown-item {
    padding: 0px 0px 15px 0px;
    display: block;
    width: initial;
  }

  .dropdown-menu .dropdown-item.horizontal {
    padding: 8px;
  }

  .navbar {
    padding: 0px;
  }

  .navbar-nav .nav-link, a.nav-link {
    padding: 25px 20px;
    border-top: 0px;
  }

  .dropdown-toggle::before {
    left: -2px;
    top: 7px;
  }

  .navbar-collapse {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

/* ELEMENTS */

  .button-link-accent {
    padding: 12px 30px;
    margin-left: 12px;
    border: 0px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.5s;
    display: inline-block;
    background-color: #f18f01;
    color: #ffffff !important;
  }

  .button-link-accent:hover {
    background-color: #fea520;
  }

  .clients {
  justify-content: space-between;
  }

  .clients .client-logo {
    margin: 0px;
  }

  .partners .logo {
    margin: 0px 20px;
  }

  .text-align-responsive {
    text-align: left;
  }

  .section-image.overlay-bg-mobile::before {
    display: none;
  }

  /* CONTAINERS */
  .container-padding-xl {
    padding: 100px 0px;
  }

  .products-division {
    padding: 60px 10px 60px 60px;
  }

  /* SPACES */
  .spacing-l {
    padding-left: 5%;
  }
  .spacing-r {
    padding-right: 5%;
  }

  .services-cta .card-body {
    padding: 55px;
  }

  .negative-margin-img {
    margin-top: -90px;
  }

  .negative-margin-xl-img {
    margin-top: -120px;
  }

  .gy-6 {
  --bs-gutter-y: 4rem; /* np. 64px */
  }

  .gy-7 {
    --bs-gutter-y: 5rem; /* np. 80px */
  }

  /*HERO*/

  h1.h1-main {
    font-size: 36px;
  }

  h1.services {
    font-size: 36px;
    max-width: 500px;
  }

  /* BLOG */

  .blog .card .card-body {
    padding: 30px 30px 10px 30px;
  }

  .blog .card .card-footer {
    padding: 0px 30px 30px 30px;
  }

  /* SWIPER IMAGE CAROUSEL */
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .services-carousel .carousel-inner {
    height: 60vh;
    }


}

/* RULES */

.rules p {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 1200px) {

  .container.home {
    max-width: 1140px;
  }



  /* FONTS */

  h1.h1-main {
    font-size: 54px;
    font-weight: 700;
  }


  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }
  h5 {
    font-size: 18px;
  }

  h1.post-title {
    font-size: 28px;
  }

  .fs-6 {
    font-size: 1.10rem !important;
  }

  .home-partners p.small {
    font-size: 14px;
  }


  /* SPACES */

  .padding-l {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .padding-l-top {
    padding-top: 120px;
  }

  .padding-m {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-m-top {
    padding-top: 80px;
  }

  .padding-m-bottom {
    padding-bottom: 80px;
  }

  .padding-s {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-s-top {
    padding-top: 50px;
  }

  .home-partners {
    padding-top: 120px;
  }

  .container.hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .p-2_5 {
    padding: .75rem !important;
  }

  /* NAVBAR */

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 22px;
  }

  .navbar li a {
    font-size: 15px;
  }

  .navbar .dropdown-menu li a {
    font-size: 14px;
  }

  .navbar.fixed-top .navbar-nav .nav-link {
    padding: 15px 20px;
  }

  /*SERVICES*/
  .card .service-boxes {
    padding: 25px;
  }

  /*HERO*/

  .hero-img {
  aspect-ratio: 1100 / 340;
  width: 100%;
  height: auto;
}

  .container.home {
    min-height:650px;
  }

  .services .accordion-button {
    padding: 25px;
  }

  .accordion-button:not(.collapsed) {
    background-color: #ecfcfe;
  }

  .accordion-item {
    color: #5d5d5d;
  }

  .justify-responsive-start {
    margin-top: 0;
    justify-content: end;
  }
}



