/* ========================================================================== */
/* Header */
/* ========================================================================== */
.megamenu-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.5s;
}
.megamenu-header.header-scrolled {
  background-color: #F1FBFF;
}

.megamenu-nav {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  /* padding: 24px 0; */
  padding-top: 24px;
}


.megamenu-nav .logo_btn_box {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.megamenu-nav .logo_btn_box .talk-to-expert {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.48px;
  padding: 8px 16px;
  background-color: #1C75BC;
  border-radius: 6px;
  margin-right: 10px;
}
.megamenu-nav .logo_btn_box .download-and-park {
  color: #1C75BC;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #1C75BC;
}
.megamenu-nav .logo_btn_box .btns-box {
  display: flex;
  align-items: center;
}

.megamenu-nav .logo_btn_box .lang-box {
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.megamenu-nav .trp-language-switcher {
  margin: 0;
}
.megamenu-nav .trp-language-switcher > div {
  border: none;
  /* background-color: #F1FBFF; */
  background-color: transparent;
  background-image: url(../img2/megamenu/lang-switcher-arrow.svg);
  /* background-image: none; */
  background-position: top 10px right 5px;
  width: 40px !important;
  padding: 3px 10px 3px 5px;
}
.megamenu-nav .trp-language-switcher > div:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.megamenu-nav .trp-language-switcher > div > a {
  color: #1C75BC;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.48px;
}

.megamenu-nav .nav_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.megamenu-nav .nav_list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 14px;
  padding-bottom: 24px;
}
.megamenu-nav .nav_list li.first-li {
  padding-left: 0px;
}
.megamenu-nav .nav_list li.last-li {
  padding-right: 0px;
}
.megamenu-nav .nav_list li a {
  text-decoration: none;
  color: #232323;
}
.megamenu-nav .nav_list .chevron-down {
  margin-left: 1px;
}

.megamenu-nav .nav_list .dropdown_button {
  cursor: pointer;
}
.dropdown_container {
  height: max-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  /* top: 123px; */
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  border: 0.5px solid #86949B;
  transition: top 0.4s, opacity 0.3s;
}

.dropdown_item:hover > .dropdown_container {
  opacity: 1;
  top: 120px;
  pointer-events: initial;
  cursor: initial;
}

.dropdown-content {
  max-width: 1220px;
  margin-inline: auto;
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dropdown-content .links-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-auto-rows: minmax(112px, auto); */
  grid-gap: 28px;
  max-width: 804px;
}
.dropdown-content .links-box .link-box {
  display: flex;
  column-gap: 20px;
  height: 58px;
}
.dropdown-content .links-box .link-name {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}
.dropdown-content .links-box .link-desc {
  color: #86949B;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.dropdown-content .links-box .link-img {
  width: 40px;
  height: 40px;
}

.dropdown-content .featured-box {
  max-width: 284px;
}
.dropdown-content .featured-box .featured-img {
  border-radius: 5px;
  margin-bottom: 12px;
}
.dropdown-content .featured-box .featured-title {
  color: #232323;
  /* font-family: Ubuntu; */
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.dropdown-content .featured-box .featured-text {
  color: #86949B;
  /* font-family: Ubuntu; */
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.dropdown-content .featured-box .featured-more {
  color: #232323;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}
.dropdown-content .featured-box .featured-more-arrow {
  margin-left: 10px;
}








/* ========================================================================== */
/* Footer */
/* ========================================================================== */
.container-fluid.footer-megamenu {
  background: #0F70B7;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer-megamenu .footer-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.footer-megamenu .rights-reserved-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.50);
  padding-top: 20px;
}
.footer-megamenu .rights-reserved-row .by-sharep,
.footer-megamenu .rights-reserved-row .by-sharep a {
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.footer-megamenu .social-icon-box a {
  margin-left: 13px;
}
.footer-megamenu .social-icon-box a.first-icon {
  margin-left: 0;
}
.footer-megamenu .footer-menu-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
}

.footer-megamenu .menu-row {
  /* border-top: 1px solid rgba(255, 255, 255, 0.50); */
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.footer-megamenu .menu-row > div {
  max-width: 180px;
}
.footer-megamenu .footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 130%;
}
.footer-megamenu .footer-menu li {
  margin-bottom: 10px;
}
.footer-megamenu .footer-menu li a {
  color: #FFF;
}

.footer-megamenu .newsletter-col {
  max-width: 365px;
}
.footer-megamenu .p-footer-newsletter {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
}
.footer-megamenu .wpcf7-form .wpcf7-email {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  background-color: #1C75BC;
  padding: 11px 19px;
  margin-right: 24px;
  max-width: 221px;
}
.footer-megamenu .wpcf7-form .wpcf7-email::placeholder {
  color: rgba(255, 255, 255, 0.50);
}
.footer-megamenu .wpcf7-form .wpcf7-submit {
  color: #1C75BC;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  border: none;
  outline: none;
}

.footer-megamenu .mail-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-megamenu .mail-list li {
  line-height: 150%;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 0 5px;
}
.footer-megamenu .mail-list li.contact-label {
  border: none;
  padding: 0;
  padding-right: 5px;
}
.footer-megamenu .mail-list li:last-child {
  border: none;
}
.footer-megamenu .mail-list li a {
  color: #FFF;
}
.footer-megamenu .mail-list.phone-list {
  margin-top: 20px;
}
.footer-megamenu .contact-row {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding-right: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

@media (max-width: 991px) {
  .footer-megamenu .contact-row {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }
  .footer-megamenu .p-footer-newsletter {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-megamenu .contact-col {
    padding-bottom: 50px;
  }
  .footer-megamenu .menu-row {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: center;

    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; */
  }
  .footer-megamenu .menu-row > div {
    flex: 0 0 33%;
  }
}

@media (max-width: 768px) {
   .footer-megamenu .contact-row > div {
     flex: 0 0 100%;
   }
  .footer-megamenu .mail-list {
    flex-direction: column;
  }
  .footer-megamenu .mail-list li {
    border: none;
    margin-top: 20px;
  }
  .footer-megamenu .rights-reserved-row {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .footer-megamenu .rights-reserved-row .by-sharep {
    text-align: center;
  }
  .footer-megamenu .footer-menu-heading {
    font-size: 16px;
  }
  .footer-megamenu .footer-menu {
    font-size: 13px;
    line-height: 16px;
  }
  .footer-megamenu .menu-row {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    row-gap: 30px;
    column-gap: 20px;
  }
  .footer-megamenu .menu-row > div {
    flex: 0 0 134px;
  }
  .footer-megamenu .p-footer-contact {
    margin-bottom: 0px;
  }
}

@media (max-width: 395px) {
  .footer-megamenu .wpcf7-form .wpcf7-email {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .footer-megamenu .wpcf7-form .wpcf7-submit {
    width: 100%;
    margin-top: 20px;
  }
}

/* ========================================================================== */
/* Our sectors */
/* ========================================================================== */
.two-decoratives-row .eb-row-root-container {
  background-image: url(../img2/our-sectors/bottom-left-decorative-element.svg), url(../img2/our-sectors/top-right-decorative-element.svg);
  background-repeat: no-repeat;
  background-position: bottom left, top right;
}
.group-el-shadow {
  /* box-shadow: 20px 20px 100px 0px rgba(28, 117, 188, 0.07); */
  /* background-color: rgba(28, 117, 188, 0.07); */
}
.point-tile {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 20px 20px 100px 0px rgba(28, 117, 188, 0.07);
  background-color: #fff;
}

/* @media (min-width: 768px) and (max-width: 1024px) {
  .width-minus-gap-20 {
    width: calc(50% - 20px);
  }
} */

.width-100-pr {
  width: 100%;
}
.letter-spacing-24 .eb-ah-title {
  font-weight: 600;
  letter-spacing: -0.24px;
}
.letter-spacing-72 .eb-ah-title {
  letter-spacing: -0.72px;
}
.kafelki-grid-solutions .eb-column-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.kafelki-grid-solutions .eb-column-inner .wp-block-group {
  background-color: #FFF;
  border-radius: 20px;
  border: 1px solid #E5F4F2;
  box-shadow: 34.854px 29.626px 48.34px 0px rgba(28, 117, 188, 0.05);
  padding: 40px 30px;
}
.grid-why-choose .eb-column-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.grid-why-choose .eb-column-inner .wp-block-group {
  background-color: #FFF;
  border-radius: 20px;
  border: 1px solid #E5F4F2;
  box-shadow: 34.854px 29.626px 48.34px 0px rgba(28, 117, 188, 0.05);
  padding: 40px 30px;
}
.weight-600 .eb-button a.eb-button-anchor {
  font-weight: 600;
}

@media (max-width: 991px) {
  .kafelki-grid-solutions .eb-column-inner .wp-block-group,
  .grid-why-choose .eb-column-inner .wp-block-group {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .kafelki-grid-solutions .eb-column-inner,
  .grid-why-choose .eb-column-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .lh-one-half .eb-advance-heading-wrapper .eb-ah-title .first-title {
    line-height: 1.5em;
  }
  .mobile-txt-center .eb-advance-heading-wrapper .eb-ah-title {
    text-align: center;
  }
}


/* ========================================================================== */
/* Solutions */
/* ========================================================================== */
.bottom-right-decorative-row .eb-row-root-container {
  background-image: url(../img2/solutions/bottom-right-decorative-element.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.max-570 .eb-advance-heading-wrapper .eb-ah-title {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.max-800 .eb-advance-heading-wrapper .eb-ah-title {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.max-700 .eb-advance-heading-wrapper .eb-ah-title {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}













/*  */
