:root {
  --midnight-blue: #141d4b;
  --light-sea-green: #16a2a2;
  --white: white;
  --teal2: #107a7a;
  --coral: #ff742a;
  --dodger-blue: #2a87ff;
  --royal-blue: #236bc9;
  --mint-cream: #f5fdfd;
  --teal1: #158484;
  --new-shadow: rgba(0, 0, 0, .24);
  --alice-blue: #f3f8ff;
  --dark-grey: #333;
  --black-3: rgba(51, 51, 51, .5);
  --black: #333;
  --black-2: #333;
  --midnight-blue-2: rgba(20, 29, 75, .7);
  --dark-cyan: #0f9999;
  --new-dark-cyan: #108080;
  --teal: #117a7a;
}

/* Webflow overrides */

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

/* fonts, headings and colours */

body {
  color: var(--dark-grey);
  font-family: Satoshi, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: normal;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: normal;
  line-height: 24px;
}

p {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  text-align: justify;
}

a {
  color: var(--new-dark-cyan);
  text-decoration: none;
}

.banner-head {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  font-size: 3em;
  font-weight: 300;
  line-height: 56px;
  width: 50%;
}

.banner-head-dark {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 40px;
  width: 75%;
}

.sub-head {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 32px;
  width: 45%;
  margin-top: 10px;
}

.sub-head-dark {
  color: var(--dark-grey);
  font-family: Satoshi, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}

.blue-head {
  margin-top: 10px;
  color: var(--midnight-blue);
  text-align: center;
}

.green-head {
  color: var(--teal1);
  margin-top: 10px;
}

.green {
  color: var(--teal1);
}

.blue {
  color: var(--dodger-blue);
}

.white {
  color: var(--white);
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.small-icon {
  width: 30px;
  margin-right: 20px;
}

/* sections */

.white-section {
  margin-top: 40px;
}

.white-section-10px-top {
  margin-top: 10px;
}

.blue-section {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-image: url('../images/greencirclebott.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

._2column {
  justify-content: space-between;
  display: flex;
  gap: 30px;
}

.left-panel {
  width: 43%;
}

.right-panel {
  width: 54%;
}

/* tabs */

.tabs {
  background-color: var(--white);
  height: auto;
}

.tabs-menu {
  justify-content: left;
  display: flex;
}

.tabs-content {
  border-radius: 10px;
  padding-left: 0;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .24);
}

.tab {
  background-color: var(--teal1);
  color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab.w--current {
  background-color: var(--mint-cream);
  box-shadow: 1px 1px 12px 0 var(--new-shadow);
  color: var(--teal2);
}

.tab-pane {
  background-color: var(--mint-cream);
  border-radius: 10px;
  height: auto;
  padding: 20px 40px 40px;
}

.tab-title {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.tab-title-text {
  margin-top: 5px;
}

.tab-pane-title {
  text-align: center;
}

/* lists */

.list {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
}

.list-item {
  border-bottom: 1px dashed var(--light-sea-green);
  opacity: 1;
  outline-color: var(--light-sea-green);
  outline-offset: 0px;
  color: var(--midnight-blue);
  background-image: url('../images/greenarrows.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  outline-width: 3px;
  outline-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-size: 1em;
  font-weight: 300;
  list-style-type: none;
}

/* header */

.header-block {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.ibase-logo {
  height: 60px;
}

.navbar {
  background-color: var(--white);
  height: 120px;
}

.nav-menu {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-left: 2%;
  margin-top: 10px;
  display: flex;
  position: static;
}

.nav-link {
  padding: 7px 0 7px;
}

.orange-button {
  background-color: var(--coral);
  background-image: url('../images/whitearrow.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  border-radius: 5px;
  flex: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 47px;
  display: inline-block;
  transform: rotate(0);
}

.banner {
  background-position: 0 0;
  background-size: cover;
  height: 80px;
  margin-bottom: 0;
  position: relative;
  background-color: var(--midnight-blue);
  background: linear-gradient(90deg, rgba(20, 29, 75, 1) 0%, rgba(20, 29, 75, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

/* footer */

.pre-footer {
  height: 80px;
}

.footer {
  padding-bottom: 20px;
}

.footer-columns {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.footer-link {
  color: var(--dark-grey);
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.footer-logo-ibase {
  margin-top: 10px;
  max-height: 60px;
}

.footer-logo-iasme {
  margin-top: 10px;
  max-height: 60px;  
}

.footer-text {
  justify-content: space-between;
  display: flex;
  font-weight: 300;
}

.bottom-footer {
  border: 1px #000;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}

.bottom-footer-text {
  color: var(--dark-grey);
  margin-top: 0;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

/* waves */

.wave {
  transform-style: preserve-3d;
  width: auto;
  position: absolute;
  top: 444.516px;
  left: 98px;
  right: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(18deg);
}

.wave._2waves {
  z-index: -1;
  width: 90%;
  top: 57px;
  bottom: -130px;
  left: auto;
  transform: none;
}

/* home page */

.banner-home-page {
  background-image: url('../images/banner2.webp');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
}

.inner-content {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.banner-textbox {
  z-index: 20;
  position: relative;
}

.left-circle {
  z-index: 10;
  height: 500px;
  position: absolute;
  top: auto;
  bottom: -234px;
  left: 0%;
  right: auto;
}

.right-circle {
  z-index: 1;
  height: 150%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.help-section-content {
  position: relative;
}

.help-section-box {
  z-index: 20;
  background-color: var(--white);
  border-radius: 5px;
  width: 45%;
  margin-right: 30px;
  height: 300px;
  max-height: none;
  padding: 5px 25px;
  position: absolute;
  top: -348px;
  bottom: 0%;
  left: auto;
  right: 0;
  box-shadow: 2px 2px 18px rgba(20, 29, 75, .18);
}

.help-icon-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.help-icon-box {
  flex-direction: column;
  flex: 0 30%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.help-icon{
  height: 40px;
  margin-bottom: 15px;
}

.help-icon-text {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 0.93em;
  font-weight: 300;
}

.client-logo-panel {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 2px dotted var(--dodger-blue);
}

.client-logo-link {
  flex: 0 25%;
  justify-content: center;
  align-items: flex-start;
  height: 120px;
  max-height: none;
  padding: 20px;
  display: flex;
}

.client-logo {
  max-height: 100%;
}

.feature-icon-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0;
  display: flex;
}

.feature-icon-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.feature-block {
  flex-direction: row;
  flex: 0 15%;
  align-items: center;
  display: flex;
}

.feature-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 120px;
  max-width: 260px;
}

.feature-text {
  color: var(--midnight-blue);
  text-align: center;
  font-weight: 300;
}

.highlight-block {
  flex-direction: column;
  flex: 0 30%;
  align-items: flex-start;
  height: 350px;
  min-height: 260px;
  display: flex;
  position: relative;
  overflow: visible;
}

.highlight-header {
  z-index: 100;
  background-color: var(--midnight-blue);
  opacity: 1;
  flex: none;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.highlight-logo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.highlight-logo {
  background-color: var(--white);
  max-width: 100px;
  max-height: 40px;
  padding: 5px;
}

.highlight-title {
  color: var(--white);
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.93em;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
}

.highlight-image-link {
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  max-height: 350px;
  overflow: hidden;
}

.highlight-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.testimony-section {
  background-image: url('../images/smilingpeople.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 400px;
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
}

.testimonial-slider {
  background-color: var(--midnight-blue);
  border-radius: 5px;
  width: 600px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: -10%;
  right: auto;
}

.testimonial-left-arrow {
  width: 50px;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.testimonial-right-arrow {
  width: 50px;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.testimonial-slide-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  bottom: 15px;
}

.testimonial-slide-content {
  padding: 40px 20px 20px 20px;
  position: absolute;
}

.quote-mark {
  width: 40px;
  margin-bottom: 10px;
}

.testimonial-quote-text {
  color: var(--mint-cream);
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
  text-align: justify;
}

.testimonial-quote-author {
  color: var(--mint-cream);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.news-section {
  background-image: url('../images/wave.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 160px;
  display: block;
}

.news-title {
  width: 15%;
}

.news-summary-block {
  flex: 0 40%;
  width: 40%;
  height: 350px;
  position: relative;
  background-size: cover;
}

.news-summary-block.news1 {
  background-image: url('../images/Customer insights.jpg');
  margin-right: 20px;
}

.news-summary-block.news2 {
  background-image: url('../images/DAM for education.jpg');
}

.news-panel {
  z-index: 5;
  background-color: var(--white);
  border-radius: 5px;
  width: 80%;
  height: 260px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: -100px;
  left: auto;
  right: 5%;
  font-weight: 300;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.news-header {
  color: var(--dodger-blue);
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.5em;
}

.insight-tab {
  z-index: 0;
  background-color: var(--dodger-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: -40px;
  bottom: 250px;
  left: 5%;
  right: auto;
}

.insight-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

/* features page */

.right-panel.banner-image {
    text-align: right;
}

.features-image {
  position: relative;
  right: -40px;
}

.left-panel.feature-page {
  width: auto;
}

.right-panel.feature-page {
  width: auto;
  margin-bottom: 40px;
}

.tabs-menu.feature-page {
  flex-direction: column;
  justify-content: flex-start;
  width: 180px;
  margin-right: 0;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.tab.feature-tab {
  background-color: var(--teal2);
  color: var(--mint-cream);
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
  margin-left: 0;
  flex-flow: initial;
}

.tabs-content-wrapper {
  position: static;
  padding-top: 20px;
}

/* Responsive: Top-level menu (navbar) for mobile */

@media (max-width: 900px) {
  .header-block {
    flex-direction: row;
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: var(--white);
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    min-width: 0;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    display: none;
    padding: 10px 0;
  }

  .nav-menu.w--open {
    display: flex !important;
  }

  .nav-link {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
  }

  .menu-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: auto;
    cursor: pointer;
    z-index: 200;
  }

  .icon.w-icon-nav-menu {
    width: 50px;
    height: 50px;
    background: none;
    font-size: 50px;
  }
}

/* Always hide menu button on desktop */

@media (min-width: 901px) {
  .menu-button {
    display: none !important;
  }
  .nav-menu {
    display: flex !important;
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: none;
    box-shadow: none;
    width: auto;
    padding: 0;
  }
  .nav-link {
    width: auto;
    padding: 7px 16px;
    border-bottom: none;
    font-size: 1em;
  }
}

/* Responsive: reduce inner-content margin on mobile */

@media (max-width: 900px) {
  .header-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Responsive: Stack 2-column layout vertically on small screens */

@media (max-width: 900px) {
  ._2column {
    flex-direction: column;
    gap: 20px;
  }
  .left-panel,
  .right-panel {
    width: 100%;
  }
}

/* Responsive: Hide decorative circles on small screens */

@media (max-width: 1440px) {
  .left-circle,
  .right-circle {
    display: none !important;
  }
}

/* Responsive: Move help-section-box below banner and make full width on small screens */

@media (max-width: 900px) {
  .banner-home-page{
    background-image: url('../images/banner2-p-1080.webp');
    height: 240px;
  }

  .banner-head{
    width: 100%;
    padding-top: 20px;
  }

  .sub-head{
    width: 80%;
  }

  .help-section-box {
    position: static;
    width: 100%;
    margin: 40px 0 0 0;
    right: 0;
    left: 0;
    top: 0;
    padding: 15px 10px;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  .help-icon-text {
    font-size: 1em;
    font-weight: 400;
  }
}

/* Responsive: Hide sub-head and adjust client logos on mobile screens */

@media (max-width: 600px) {
  .banner-home-page {
    background-image: url('../images/banner2-p-800.webp');
    height: 160px;
  }

  .ibase-logo {
    height: 40px;
  }

  .banner-head {
    font-size: 2.5em;
  }

  .sub-head {
    display: none !important;
  }

  .client-logo-panel {
    margin-top: 0;;
  }

  .client-logo-link {
    height: max-content;
    padding: 10px;
  }
}

/* Responsive: Stack feature tabs vertically on small screens */

@media (max-width: 900px) {
  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tab {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-pane {
    padding: 0 20px 20px;
  }

  .feature-icon-box{
    margin-top:15px;
  }
}

/* Responsive: Stack and resize testimonials on small screens */

@media (max-width: 900px) {
  .testimonial-slider {
    width: 100%;
    min-width: 0;
    height: auto;
    position: static;
    margin: 30px 0 0 0;
    border-radius: 8px;
  }

  .testimonial-slide-content {
    position: static;
    padding: 25px 10px 20px 10px;
  }

  .testimonial-left-arrow,
  .testimonial-right-arrow {
    position: relative;
    width: 40px;
    bottom: auto;
    margin: 10px;
  }

  .testimonial-left-arrow {
    top: 30px;
    left: 10px;
    right: auto;
  }

  .testimonial-right-arrow {
    top: -20px;
    left: 60px;
  }

  .testimonial-slide-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: auto;
  }

  .testimony-section {
    background-image: none;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .testimonial-quote-text {
    font-size: 1em;
    padding: 0 5px;
  }

  .testimonial-quote-author {
    font-size: 0.95em;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .testimonial-slider {
    width: 100%;
    min-width: 0;
    height: auto;
    border-radius: 6px;
  }

  .testimonial-slide-content {
    padding: 20px;
  }

  .testimonial-quote-text {
    font-size: 0.95em;
  }
}

/* Responsive: Stack news and insights vertically on small screens */

@media (max-width: 900px) {
  .news-title,
  .news-summary-block {
    width: 100%;
    min-width: 0;
    margin-right: 0 !important;
    margin-bottom: 0;
    height: auto;
    display: block;
    background-image: none !important;
    text-align: center;
    margin-top: 0;
  }

  .news-panel {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    height: auto;
    padding: 15px;
    margin-top: 10px;
  }

  .insight-tab {
    position: static;
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 1em;
    box-sizing: border-box;
  }

  .insight-text {
    font-size: 15px;
  }
}

/* Responsive: Stack footer columns and adjust footer on small screens */

@media (max-width: 900px) {
  .footer-columns {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-logo-ibase,
  .footer-logo-iasme {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
    height: auto;
  }

  .footer-text,
  .bottom-footer {
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .bottom-footer-text {
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}

@media (max-width: 540px) {
  .footer-columns
  {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    width: 100%;
    text-align: center;
  }
}

/* Responsive: Simplify non-home header */

@media (max-width: 900px) {
  .wave {
    display: none;
  }

  .banner-image {
    display: none;
  }  
}

@media (max-width: 600px) {
  .banner-head-dark {
    font-size: 1.5em;
  }
}

/* Responsive: Features / Services pages */

@media (max-width: 900px) {
  .left-panel.feature-page {
    display: none
  }

   .tabs-content.feature-page > .tab-pane {
    padding-top: 10px;
  }
}