* {
  color: black;
}

div.icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.navbar {
}

#inner-expand-nav-bar {
  padding: 20px;
  width: 100%;
  max-width: 1500px;
}

.top-search a,
.navbar a {
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 500;
  color: #111827;
  letter-spacing: 0;
  line-height: 30px;
}

button:focus {
  outline: 0px !important;
}

i.far {
  text-decoration: none;
}

i.far:hover {
  cursor: pointer;
}
.navbar .navbar-nav .nav-link {
  cursor: pointer;
}

/* .navbar .dropdown:hover {
  cursor: pointer;
} */

/* **************************************** */

.top-search {
  transition: all 0.7s ease-in-out;
  position: fixed;
  top: -150px;
  left: 0;
  background: #fff;
  width: 100%;
  opacity: 0;
  display: flex;
  z-index: 9999999;
  overflow-y: auto;
  max-height: 100vh;
  height: 120px;
/*   overflow: hidden */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1, 0);
}

.top-search .formSearch .formItems {
  display: flex !important;
}

.top-search > div .formSearch input[type="search"] {
  width: 100%;
  height: 96px;
  -webkit-transition: all 0.4s ease-in-out 0ms;
  transition: all 0.4s ease-in-out 0ms;
  border: none;
  outline: 0;

  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0px;
}
.top-search > div .formSearch button[type="submit"] {
  border: none;
  background-color: transparent;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0px;
  padding-right: 25px;
  cursor: pointer;
}
.top-search > div .formSearch a {
  text-decoration: none;
  display: block;
}
.top-search > div .formSearch a i {
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0px;
  text-decoration: none;
}

.top-search .fa-search::after {
  content: "";
}
/* ************************************************************ */

.section-with-heading {
  padding-bottom: 32px;
  max-width: 226px;
}

.title i {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.integration-title {
  padding-bottom: 16px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.integration-group {
  padding-bottom: 32px;
}

.integrations img {
  width: auto;
  height: 20px;
  border-radius: 50px;
}

.an-integration {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
}
.an-integration .hs_cos_wrapper_type_inline_text:hover {
  opacity: 1 !important;
  color: #52a980 !important;
  text-underline-offset: 0.3em !important;
}
a.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:4px;
}
.navbar .megamenu {
  padding: 0 !important;
  /* max-width: 800px; */
}

.navbar h3 {
  font-size: 20px;
}

.navbar .dropdown-toggle::after {
  display: none !important;
}

.navbar .nav-item .nav-link span,
.navbar .nav-item .nav-link i,
.navbar .icons i {
/*   color: #111827; */
  opacity: 1;
  white-space: nowrap
}

.navbar .nav-item .nav-link span {
  transition: 0.2s ease-in;
}

.navbar .nav-item .nav-link:hover span,
.navbar .nav-item .nav-link:hover i {
  opacity: 1;
  color: #52a980 !important;
  text-underline-offset: 0.3em;
}

.icon-desc:hover .icon-width i {
  color: #52a980 !important;
}

.navbar .nav-item .nav-link:hover i,
.navbar .icons a:hover i {
  opacity: 1;
}

.navbar .nav-item.active .nav-link {
  font-weight: 700;
  opacity: 1;
  text-decoration: underline 2px !important;
  text-underline-offset: 5px;
}

.navbar .fas,
.navbar .fal {
  text-decoration: none;
  color: inherit;
}

.navbar .half-circle {
  height: 3px;
  background: #fe4438;
  width: 90%;
  z-index: 2000;
  position: absolute;
  margin-top: 33px;
  opacity: 0;
  border-radius: 999px;
}

.navbar .dropdown-toggle.show .half-circle {
  opacity: 1;
}
.navbar .dropdown-toggle.show .half-circle-white {
  opacity: 1;
}
.integration-row {
  flex: 1;
}

/* ============ desktop view ============ */
/* @media (max-width: 1200px) {
  #expand-nav-bar {
    padding: 0;
    max-width: 2000px;
  }
  
  
} */

@media all and (min-width: 992px) {
  .mobile-view {
    display: none;
  }

  .navbar .navbar-brand {
    margin-right: 2rem !important;
  }

  /* HOVER SHOW SUBMENU */
  /*   .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }
  .navbar .dropdown:hover> .half-circle{
    opacity:1;
  }

  .navbar .dropdown .dropdown-menu:hover{
    display: block;
  } */

  .navbar .navbar-nav .nav-item {
    padding-top: 1rem;
    padding-bottom: 1.1rem;
  }

  .navbar .navbar-nav .nav-link {
    margin-left: 0.4em;
    margin-right: 0.4em;
    font-size: 17px;
    font-weight: 700;
  }

  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

  .navbar .has-megamenu .dropdown-menu {
    border: 0;
    margin-top: -15px;
    padding-top: 35px !important;
    background-clip: content-box;
    background-color: transparent;
  }

  .navbar .has-megamenu .dropdown-menu .menu-content {
    /*     box-shadow:0 0 20px rgb(0 0 0 / 30%); */
    /*     border-width:2px; */
    border-color: #f1f1f1;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px rgba(227, 227, 227, 0.4);
    overflow: hidden;
    background-color: white;
    padding: 48px 80px;
  }
  .navbar .has-megamenu .dropdown-menu .menu-content > .row > :first-child {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60px;
    /* text-align: center; */
    /* padding:25px 25px; */
    padding: 0 0 32px 0;
  }

  .navbar
    .has-megamenu
    .dropdown-menu
    .menu-content
    > .row
    > div:not(:first-child) {
    /* background-color:#fe4438; */
    /* /* padding:55px 45px; */
    /* text-align: center; */
    padding: 0 0 32px 0;
  }
  .background-red {
    background-color: #fe4438;
  }
  .background-red a {
    color: white;
  }
  .background-red span {
    color: white;
  }
  
  .navbar .dropdown-menu .icon-desc:hover {
  color: #52a980 !important;
}

  /* .navbar .has-megamenu .dropdown-menu .menu-content > .row > div:not(:first-child) span,
  .navbar .has-megamenu .dropdown-menu .menu-content > .row > div:not(:first-child) a{
    color:white;
  } */
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 992px) {
  .desktop-view {
    display: none;
  }
  
  .mobile-view {
    display: block;
  }
  
  #stadium-mobile, ::before ::after {
    box-sizing
  }
  
/*   div.menu-content.py-2.menu-content-stubborn {
    padding: 6px 30px !important;
  } */

  .top-search > div .formSearch input[type="search"] {
    font-size: 22px;
  }

  .icons {
    order: 3;
  }
  #navbarSupportedContent {
    order: 4;
  }

  .navbar-nav .nav-link {
    text-align: center;
  }

  .navbar-nav .nav-item .dropdown-menu {
    text-align: center;
/*     background-color: #fe4438; */
  }
  .navbar-nav .nav-item .dropdown-menu a {
/*     color: #fff1f1; */
/*     color: black; */
  }

  .half-circle {
    display: none;
  }

  .half-circle-white {
    display: none;
  }
  .menu-content {
    flex-direction: column;
    align-items: center !important;
  }
  .integrations {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff1f1 !important;
  }
  .integration-group {
    padding-bottom: 16px !important;
  }
  .integrations img {
    width: auto;
/*     display: none; */
  }

  .integrations .an-integration {
    padding-bottom: 0;
  }
  .integrations a .hs_cos_wrapper_type_inline_text {
    color: #fff1f1 !important;
  }

  /*   .navbar-toggler-icon{
    display: flex !important;
    align-items: center;
  }

  .navbar .navbar-brand>img{
    width:200px !important;
  }

  .navbar .has-megamenu .dropdown-menu .big-column .column-body .icon-desc img{
    margin-right:5px;
    width:20px;
    height:20px;
  }

  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  } */
}

.page-center {
  margin: auto;
  max-width: 1300px;
}

.navbar .dropdown-menu .icon-desc {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.navbar .dropdown-menu .icon-desc:hover {
  color: #52a980 !important;
}

.big-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 226px;
}

.menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  column-gap: 32px;
  padding-bottom: 16px;
}

.menu-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 32px;
  overflow: hidden;
  padding-bottom: 32px;
}

.menu-top-row-int {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 32px;
  overflow: hidden;
  padding-bottom: 0;
}

.menu-top-row-int.integrations {
  margin-top: 14px;
}

.menu-bottom-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  border-top: 1px solid #52a980;
  padding-top: 8px;
}

.icon-width {
  width: 20px;
}

.menu-bottom-row i {
  padding-right: 8px;
}

.navbar .dropdown .dropdown-menu .menu-content .menu-bottom-row a:hover {
  color: black !important;
}

.navbar .has-megamenu .dropdown-menu .big-column .column-title {
  font-size: 18px;
  font-weight: 600;
  /* color: #fe4438; */
  padding-bottom: 16px !important;
}

.navbar .has-megamenu .dropdown-menu .big-column .column-body .icon-desc img {
  margin-right: 25px;
}

.navbar .has-megamenu .dropdown-menu .big-column .column-body .page {
  font-size: 26px;
  font-weight: 400;
}

.navbar .has-megamenu .dropdown-menu .big-column .column-body .page .title {
  font-size: 17px;
  font-weight: 400;
}

.navbar .has-megamenu .dropdown-menu .big-column .column-body .page .desc,
.navbar .has-megamenu .dropdown-menu .big-column .column-footer .title span {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.8;
}

.navbar .has-megamenu .dropdown-menu .big-column .column-footer .icon-desc img {
  margin-right: 10px;
}

.navbar .has-megamenu .dropdown-menu .small-column .column-title {
  font-size: 18px;
  font-weight: 600;
}

.navbar .has-megamenu .dropdown-menu .small-column a,
.navbar .has-megamenu .dropdown-menu .small-column span {
  display: block;
  /* padding-bottom:30px; */
}

.navbar .has-megamenu .dropdown-menu .small-column .column-body a {
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
}

/* Hovering color for submenu */
.navbar .dropdown .dropdown-menu a:hover,
.navbar .dropdown .dropdown-menu a:hover span {
  color: #52a980 !important;
}

.navbar .nav-item .nav-link > i {
  font-size: 14px;
  margin-left: 3px;
  position: relative;
}
.body-container-wrapper {
  margin-top: 0;
}
.navbar .has-megamenu .dropdown-menu .big-column .column-body .page {
  padding-top: 0 !important;
  padding-bottom: 14px !important;
}

/* @media all and (min-width: 992px) {
  .navbar .has-megamenu .dropdown-menu .menu-content > .row > :first-child {
    padding-top: 55px;
    padding-bottom: 55px;
  }
} */

.nav-link {
  position: relative;
}

.section-with-heading {
  padding-bottom: 32px;
  max-width: 226px;
}

/* .title i {
  margin-right: 8px;
  width: 20px;
  height: 20px;
} */

.integration-title {
  padding-bottom: 16px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.integration-group {
  padding-bottom: 32px;
}

.integrations img {
  width: auto;
  height: 20px;
  border-radius: 50px;
}

.an-integration {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
}

a.header_cta {
  background-color: #499F75;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
  color: white ;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  min-height: 30px !important;
  min-width: 132px;
}

a.header_cta.mobile-menu-cta {
  display: none;
}


a.contact-us-cta.top-bar-cta {
  display: none;
}

@media (max-width: 1070px) {
    a.header_cta.top-bar-cta {
        min-width: 0;
    }
}

@media (max-width: 976px) {
  .mobile_cta_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  
  a.contact-us-cta.top-bar-cta {
    display: block;
  }
  
  .navbar .dropdown-menu .icon-desc {
    width: 100%;
    padding: 10px 14px;
    text-align: left;
    line-height: 100%;
  }
}



@media (max-width: 450px) {
  a.header_cta.top-bar-cta {
    display: none;
  }
  
  a.header_cta.mobile-menu-cta {
    display: block;
    width: 132px;
  }
  
}

a.header_cta:hover {
  background-color: #FE3738;
}

a.header_cta[style*="background-color: white"] {
  color: #466F75; /* Ensures text stays green by default */
  border: 1px solid #466F75; /* Ensures the border is green by default */
}

a.header_cta[style*="background-color: white"]:hover {
  background-color: #FE3738 !important;
  color: white !important;
  border-color: #FE3738 !important;
}

a.contact-us-cta {
  color: #FE3738;
}

a.nav-link:hover {
  color: #499F75;
}

.navbar a.view-all-integrations-link {
  font-weight: 600;
}

.view-all-integrations-link.mobile-version {
  margin-top: 10px;
}

/* @media screen and (min-width: 990px) and (max-width: 1270px) {
  .icons {
    display: none!important;
  }
} */