@font-face {
  font-family: 'Stag Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Stag Sans Regular'), url('../fonts/StagSansRegular.woff') format('woff');
}

@font-face {
  font-family: 'Stag Sans Light';
  font-style: normal;
  font-weight: normal;
  src: local('Stag Sans Light'), url('../fonts/StagSansLight.woff') format('woff');
}
  

:root {
  --iv-teal: #52BCBA;
  --iv-teal-light: #C8EAE9;
  --iv-dark: #1C1C1C;
  --iv-navy: #1E2956;
  --iv-pink: #E45C82;
  --iv-orange: #F26522;
  --iv-gray: #f5f5f5;
  --iv-text: #444;
  --iv-white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: 'Stag Sans', sans-serif;
  color: var(--iv-text);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand {
  font-family: 'Stag Sans', sans-serif;
}

.navbar-brand img {
    height: 38px!important;
}

.navbar-toggler {
  border: 2px solid var(--iv-pink);
  color: var(--iv-pink);
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--iv-navy);
}

img {
  border: none!important;
  outline: none !important; /* Removes focus outline */
}

a {
  color: var(--iv-navy);
  text-decoration: none;
}
p a {
  color: var(--iv-teal);
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

.drop-cap-letter {
    font-size: 55px;
    font-weight: 400;
}

.heading-title {
  font-family: "Stag Sans", Sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #1E2956;
}

.shadow-box {
  box-shadow: 0px 0px 20px 0px rgba(18, 21, 154, 0.10);
  height: 100%;
}

.shadow-box:hover {
  box-shadow: 0px 15px 40px 2px rgba(18, 21, 154, 0.15);
}

/* ========= TOP BAR ========= */
.top-bar {
  background: var(--iv-navy);
  font-size: 1.125rem;
  padding: 6px 0;
  color: #fff;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-bar a:hover {
  color: #fff;
}

/* ========= NAVBAR ========= */
.navbar {
  background: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand img {
  height: 38px;
}

.navbar-nav .nav-link {
  font-family: 'Stag Sans', sans-serif;
  font-weight: 400;
  font-size: 1.188rem;
  color: var(--iv-navy) !important;
  padding: 8px 14px !important;
  letter-spacing: 0.02em;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  border-bottom: 3px solid #fff;
}

.navbar-nav .nav-link.active {
  color: var(--iv-pink) !important;
  border-bottom: 3px solid var(--iv-pink);
}

.navbar-nav .nav-link:hover {
  color: var(--iv-pink) !important;
  border-bottom: 3px solid var(--iv-pink);
}

.btn-demo {
  background: var(--iv-pink);
  color: #fff !important;
  border-radius: 4px;
  padding: 8px 20px !important;
  font-family: 'Stag Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  border-radius: 101px 101px 101px 101px;
  padding: 12px 20px 12px 20px;
}

.btn-demo:hover {
  transform: scale(1.05);
}

.animation-grow {
  transition-duration: .3s;
  transition-property: transform;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dropdown-item {
  font-family: 'Stag Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.dropdown-item.active {
  color: var(--iv-pink) !important;
  background-color: var(--iv-white) !important;
}


.dropdown-item:hover {
  color: var(--iv-pink);
  background: #fff;
}

/*accessories*/
.bg-circle {
  background: transparent url("../images/Circle_C8EAE9_50.png") no-repeat;
  background-position: 90% 300%;
  background-size: 45%;
}

/* ========= HERO ========= */
.hero {
  background-color: #1E2956;
  opacity: 0.95;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}



.hero h1 {
  font-family: "Stag Sans", Sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.1em;
  color: #FFFFFF;
}

.hero h2 {
  font-family: "Stag Sans", Sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.1em;
  color: #FFFFFF;
}

.hero-subtitle {
  font-family: "Stag Sans", Sans-serif !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  color: var(--iv-teal) !important;
}

.hero-2 {
  background-image: url("../images/OneviewHero5-scaled.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero-title-divider {
  width: 200px!important;
  height: 10px;
  background: var(--iv-teal);
  margin: 24px 0;
  opacity: 1 !important;
  display: block;
}
.hero p {
  font-family: "Stag Sans", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}

.btn-hero-primary {
  font-family: "Stag Sans Light", Sans-serif;
  background: var(--iv-pink);
  color: #fff !important;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #E45C82;
  border-radius: 20px 20px 20px 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-hero-primary:hover {
  background: transparent;
  transition: all 0.2s;
  color: #fff;
}

.btn-hero-primary-light:hover {
  transition: all 0.2s;
  color: var(--iv-navy) !important;
}

.btn-explainer {
  font-size: 20px;
  text-transform: uppercase;
  fill: #FFFFFF;
  color: #FFFFFF;
  font-weight: 100 !important;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid var(--iv-teal);
}

/* ========= white SECTION ========= */
.subsection {
  background: #fff;
  padding: 70px 0;
}

.section-trust h2 {
  color: var(--iv-navy);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.section-trust p {
  font-size: 1rem;
  color: var(--iv-text);
}

.sub-section h2 {
  color: var(--iv-navy);
  font-family: "Stag Sans", Sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1em;
}

.sub-section h3 {
  color: var(--iv-navy);
  font-family: "Stag Sans", Sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1em;
}

.sub-section.hero-title-divider {
  width: 200px!important;
  height: 10px;
  background: var(--iv-teal);
  margin: 24px 0;
  opacity: 1 !important;
  display: block;
}
.sub-section p {
  font-family: "Stag Sans", Sans-serif;
  font-size: 1.3rem;
  line-height: 30px;
  color: var(--iv-navy);
  margin-bottom: 1.5rem;
}

.lg-play-btn {
  background-color: #E45C82;
  font-family: "Stag Sans", Sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  word-spacing: 0.1em;
  color: #fff;
  border-radius: 100px 100px 100px 100px;
  padding: 30px 40px;
  text-decoration: none;
  position: absolute;
  bottom: 15%;
  left: 0;
}

.lg-play-btn:hover {
  transform: scale(1.05);
}



/* ========= FEATURE CARDS ========= */
.feature-card {
  background: #fff;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(18, 21, 154, 0.10);  
}

.feature-card:hover {
  box-shadow: 0px 15px 40px 2px rgba(18, 21, 154, 0.15);
}

.feature-card svg {
  width: 48px;
  height: 48px;
  margin: 20px;
  transition: fill 0.2s;
  transform-origin: center;
}

.values-container i {
  height: 1.5em;
  position: relative;
  font-size: 47px;
  padding: 13px;
  border-radius: 24px 24px 24px 24px;
  background-color: #FFEEEE;
  color: #E45C82;
  margin-bottom: 1rem;
}

.values-container i .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.card-icon-container i {
  height: 2em;
  width: 2em;
  position: relative;
  font-size: 30px;
  padding: 13px;
  border-radius: 100px;
  background-color: var(--iv-teal);
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.card-icon-container i .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.card-icon-container:hover i {
  background-color: var(--iv-navy);
}
.animation-rotate {
  animation: rotate 0.3s ease-in-out;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.feature-card svg:hover {
  fill: var(--iv-pink);
  animation: rotate 0.3s ease-in-out;
}


.feature-card h4 {
  color: var(--iv-navy);
  font-family: "Stag Sans", Sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}

.feature-card p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #858A96;
}

.feature-card a, .link-btn {
  font-family: "Stag Sans Light", Sans-serif;
  background-color: rgba(48, 48, 48, 0);
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  fill: #1E2956;
  color: #1E2956;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #86D9CE;
  padding: 10px 20px 10px 0px;
  text-decoration: none;

  .fas {
    margin-left: 1rem;
  }
}

.section-grey {
  background-color: #F5FAFF;
}

.section-darker-grey {
  background-color: #ebf3fb;;
}


/* ========= CLIENTS ========= */
.section-clients {
  background: #fff;
  padding: 80px 0;
}

.section-clients h2 {
  color: var(--iv-navy);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.section-clients .lead {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 40px;
}

.client-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.client-logo {
  background: var(--iv-gray);
  border-radius: 8px;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  font-family: 'Stag Sans', sans-serif;
  font-weight: 700;
  color: #888;
  font-size: 1rem;
  letter-spacing: 0.02em;
}


/* ========= TESTIMONIAL ========= */


.testimonial-text {
  font-size: 1.875rem !important;
  color: var(--iv-navy);
  line-height: 1.5 !important;
  background-size: 100px;
}

.testimonial-author {
  font-family: "Stag Sans", Sans-serif !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  color: #1E2956 !important;
}


.testimonial-role {
  font-family: "Open Sans", Sans-serif;
  font-size: 19px;
  color: #1E2956;
}
/* ========= CLIENT LIST ========= */

.client-list img {
  display: block;
  margin: 1rem auto;
  filter: grayscale(100%);
}

.client-list img:hover {
  filter: grayscale(0%);
  transition: filter 0.3s;
}

/* ========= RESOURCES ========= */
.resources-section .card {
  background: #fff;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(18, 21, 154, 0.10);  
}

.resources-section .card .post-type {
  font-family: 'Stag Sans Light', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 1.5em;
  text-transform: uppercase;
  text-align: right;
}

.resources-section .card .card-text{
  color: #1E2956;
  font-weight: 600;
  padding: .3rem 1rem;
}

.resources-section .card:hover {
  box-shadow: 0px 15px 40px 2px rgba(18, 21, 154, 0.15);
}

/*NEWSROOM SECTION*/
.newsroom-section .card {
  background: #fff;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(18, 21, 154, 0.10);  
}


.newsroom-section .card .card-text{
  color: #1E2956;
  font-weight: 600;
  padding: .3rem 1rem;
}




/* ========= FOOTER ========= */
footer {
  background: var(--iv-navy);
  padding: 50px 0 30px;
  color: rgba(255, 255, 255, 0.75);
}



footer .footer-contact {
  margin-top: 2rem;
  font-size: 20px;
  line-height: 1.5em;
  
}

footer .footer-contact li {
  padding-left: 40px;
  position: relative;
}

footer .footer-contact li i.fa {
  position: absolute;
  top: 50%; /* Moves the top edge of the child element to the vertical midpoint of the parent */
  transform: translateY(-50%); /* Adjusts the position of the child element to be perfectly centered vertically */
  left: 0;
}

footer .footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

footer h6 {
  font-family: 'Stag Sans', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 16px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 1.5rem;
}

footer ul li a {
  font-family: "Stag Sans Light", Sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

footer ul li a:hover {
  color: var(--iv-pink);
}

.footer-divider {
  border-color:#fff;
  margin: 30px 0 20px;
  color: #fff;
}

.footer-bottom {
  font-size: 0.82rem;
  color: #fff;
  font-size: 1rem;
}

.social-link li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 8px;
  text-decoration: none;
  transition: background 0.2s;
}

.social-link li a .fab {
  font-size: 2rem;
  width: 50px;
}

.social-link:hover {
  color: var(--iv-pink);
}

/* responsive tweaks */
@media (max-width: 1200px) {
  .navbar {
    padding: 1.25rem 0;
  }

  .navbar-nav .nav-link {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 60px 0 40px;
  }

  .hero-img-wrap {
    margin-top: 30px;
  }

  .stat-num {
    font-size: 2.5rem;
  }

  .testimonial-card {
    padding: 36px 24px;
  }
}

/*custom list*/
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #1E2956;
  transition: color 0.3s;
  vertical-align: middle;
}

.check-list li .fas {
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 1rem;
  color: var(--iv-teal);
  opacity: .5;
}

.check-list li:hover .fas {
  color: var(--iv-navy);
  opacity: 1;

}


 
/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Utilities */
/* Dropdown on hover for screens >= 1200px */
@media (min-width: 1200px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar-nav .dropdown-toggle::after {
    pointer-events: none;
  }
}

@media (max-width: 1199px) {

  .navbar-brand img {
    border: 1px solid red;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
  }
  .navbar-nav .dropdown-toggle::after {
    pointer-events: auto;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar-nav .nav-link {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

@media (max-width: 767px) {
  
  .navbar-brand img {
    height: 28px !important;
    width: auto;
    border: 1px solid red;
  }

  .hero h1 {
    font-size: 2.5rem;
  }
}