:root {
  /* Brand palette derived from the 1WEBINARS logo (navy + brand blue/cyan) */
  --primary: #1577BE;
  --primary-dark: #0F5C95;
  --primary-light: #E4F1FA;

  --secondary: #0E2A52;
  --secondary-dark: #081A38;
  --secondary-light: #2A4D78;

  --accent: #F5F5F5;

  --text-dark: #0E2A52;
  --text-light: #6B7280;
  --border: #E5E7EB;

  /* Brand support tones */
  --brand-cyan: #29ABE2;
  --brand-navy: #0E2A52;
}

body {
  background-color: #fff;
}

/* navbar  */
.container-fluid {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  height: auto;
}

@media (max-width: 1250px) {
  .container-fluid {
    width: 100%;
  }
}

.wrapper {
  padding: 2rem 0;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


.main-btn {
  align-items: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
  padding: 5px 16px;

  text-align: center;
  text-wrap: nowrap;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.main-btn:hover {
  color: var(--primary) !important;
  background: #fff;
  border: 2px solid var(--primary);
  text-decoration: none;
}


#banner {
  /*background: url('../img/bg-banner.jpg') no-repeat fixed;*/
  background-size: cover;
  max-height: 450px;
  /*min-height: 650px;*/
  position: relative;
}

.bg-color {
  /*background-color: RGBA(13, 70, 83, 0.78);*/
  max-height: 450px;
  /*min-height: 650px;*/
}

.banner-info {
  padding: 90px 90px;
}

.banner-logo img {
  display: inline-block;
}

.banner-text {
  color: #fff;
}

.banner-text h1 {
  font-family: 'Candal', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.btn-appoint,
.btn-appoint:hover,
.btn-appoint:focus {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 12px;
  background-color: var(--primary);
  border-radius: 3px;
  color: #fff;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
  margin: 0 auto;
}

.text-primary i {
  padding-top: 8px;
  display: inline-block;
}

/***************************************
services
***************************************/
.icon i {
  color: var(--primary);
  font-size: 45px;
  margin-bottom: 25px;
}

.service-info {
  margin-bottom: 20px;
}

.icon-info h4 {
  padding-bottom: 15px;
}

.icon-info p {
  font-size: 15px !important;
}

/***************************************
cta-1
***************************************/
.schedule-tab {
  background-color: var(--primary);
  float: left;
}

.medi-info {
  border-right: 1px solid #fff;
}

.medi-info,
.time-info {
  padding: 20px;
  color: #fff;
}

.medi-info h3,
.time-info h3 {
  padding-bottom: 16px;
  color: #fff;
  font-weight: 600;
}

.medi-info-btn,
.medi-info-btn:hover,
.medi-info-btn:focus {
  margin: 15px 0px 5px;
  display: inline-block;
  border: solid white 2px;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 400 !important;
  cursor: pointer;
}

td {
  border: 0px solid #ededed;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding: 6px 10px 6px 0;
}

.medi-info,
.time-info {
  font-size: 14px;
}

/***************************************
about
***************************************/
#about {
  background-color: rgba(238, 238, 238, 0.15);
}

.lg-line {
  line-height: 1.4;
  font-size: 28px;
}

.more-features-box-text-icon {
  float: left;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background: var(--primary);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.more-features-box-text-description h3 {
  padding-bottom: 15px;
}

.more-features-box-text-icon i {
  font-size: 18px;
  line-height: 26px;
}

.more-features-box-text-description {
  margin-left: 80px;
  margin-bottom: 35px;
}

.sec-para {
  padding-bottom: 10px;
}

/***************************************
doctor team
***************************************/
.thumbnail {
  border-radius: 0px;
  border: 0px solid #fff;
  margin-bottom: 5px;
}

.caption h3 {
  padding-bottom: 5px;
}

.caption p {
  padding-bottom: 10px;
}

/***************************************
testimonial
***************************************/
#testimonial {
  background-color: #eee;
}

.testi-details {
  background: #fff;
  padding: 14px 24px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.18);
  position: relative;
}

.testi-info a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.testi-info a img {
  border-radius: 50%;
}

.testi-info h3 {
  display: inline-block;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-top: 8px;
}

.testi-info h3>span {
  display: block;
  line-height: 16px;
  font-weight: 400;
}

.testi-details::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left: 0;
  bottom: -40px;
  left: 56px;
  border-top-color: #fff;
  border-width: 20px;
}

.testi-details::before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 0px;
  height: 0px;
  bottom: -30px;
  left: 45px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  z-index: -1;
  box-shadow: 3px -14px 5px 0px rgba(0, 0, 0, 0.18);
  border-left: 0;
}

/***************************************
cta -2
***************************************/
#cta-2 {
  background-color: rgb(41, 48, 46);
}

.white {
  color: #fff;
}

.icon-play,
.icon-play:hover,
.icon-play:focus {
  background-color: var(--primary);
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  padding: 5px 17px;
  margin-top: 26px;
  display: block;
}

.text-primary {
  color: var(--primary);
}

.icon-mar {
  margin-right: 7px;
}

/***************************************
contact us
***************************************/
.space {
  margin-top: 40px;
}

.btn-form,
.btn-form:hover,
.btn-form:focus {
  background-color: var(--secondary);
  border-radius: 10px !important;
  color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
}

.br-radius-zero {
  border-radius: 0px;
}

.form-control {
  height: 40px;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 14px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}


.searchdiv {
  width: 150px;
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 100px;
}

.searchdiv input {
  border: 0px solid #ccc;
  outline: none;
  margin-left: 2px;
  width: 120px;
}

@media (min-width: 551px) and (max-width: 980px) {
  .banner-info {
    padding-top: 75px;
  }
}

@media (min-width: 220px) and (max-width: 551px) {

  .banner-info {
    padding: 1px;
  }

  .testi-info {
    margin-bottom: 20px;
  }

  .marb20 {
    margin-top: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .medi-info {
    border: 0px;
    border-bottom: 1px solid #fff;
  }

  .service-info {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .caption h3 {
    font-size: 14px;
  }

  .caption p {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .caption ul li a i {
    font-size: 14px;
  }

  .banner-text h1 {
    font-size: 24px;
  }
}



/*united meeting design new css*/

.um-navbar {
  z-index: 999;
}

.nav-logo {
  max-width: 200px;
  height: 42px;
  object-fit: contain;
}

.nav-main .nav-link {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: .2s ease;
}

.nav-main .nav-link:hover,
.nav-main .nav-link:focus,
.nav-main .nav-link.show {
  color: var(--primary);
}

.nav-search-form {
  width: 100%;
  max-width: 240px;
}

.nav-search {
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.nav-search .form-control {
  font-size: 14px;
}

.nav-search .form-control::placeholder {
  color: var(--text-light);
}

.nav-search:focus-within {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(31, 60, 136, 0.08);
}


.nav-icons {
  min-width: max-content;
}

.nav-icon-link {
  color: var(--text-dark);
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

.nav-icon-link:hover {
  color: var(--primary);
}

.cart-mobile {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-badge {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--text-dark);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 2px 3px;
}

.cart-badge-static {
  top: -8px;
  right: -10px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: .55rem .9rem;
}

.dropdown-menu .dropdown-item:hover {
  background: rgba(31, 60, 136, 0.07);
  color: var(--primary);
}

@media (min-width: 1200px) {
  .um-navbar .container-fluid {
    display: flex;
    align-items: center;
    min-height: 68px;
  }

  .nav-right {
    gap: 1rem !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    padding-top: 1rem;
  }

  .nav-main {
    margin-bottom: 1rem;
  }

  .nav-search-form {
    max-width: 100%;
  }

  .nav-reward-btn {
    width: 100%;
    border-radius: .375rem;
  }

  .nav-icons {
    justify-content: flex-start;
  }
}



.conference-industry-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(31, 60, 136, 0.08);
  color: var(--secondary);
  border: 1px solid rgba(31, 60, 136, 0.12);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
}

.conference-industry-chip span {
  color: var(--text-light);
  font-weight: 600;
}

.conference-switcher {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(31, 60, 136, 0.05);
}

.conference-switcher-btn {
  flex: 1 1 0;
  min-height: 54px;
  border-radius: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  transition: .25s ease;
}

.conference-switcher-btn:hover {
  color: var(--secondary);
  background: rgba(31, 60, 136, 0.06);
}

.conference-switcher-btn.active {
  background: var(--secondary);
  color: #fff;
}

.conference-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  margin-bottom: 22px;

}

.conference-link {
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none !important;
  color: inherit;
}

.conference-date {
  width: 110px;
  height: stretch;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgb(88 91 98 / 20%) 0%, rgba(21, 119, 190, 0.02) 35%, #ffffff 100%);
}

.conference-date .month {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.conference-date .day {
  font-size: 52px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.conference-content {
  flex: 1;
  min-width: 0;
}

.conference-top-row {
  margin-bottom: 12px;
}

.conference-status-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.conference-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.3;
  color: var(--secondary);
}

.conference-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
  color: #555;
}

.conference-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.conference-meta i {
  color: var(--primary);
  font-size: 14px;
}

.conference-side {
  width: 190px;
  border-left: 1px solid #e7e7e7;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
  gap: 16px
}

.conference-side .main-btn {
  width: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.badge-live {
  background: var(--primary-light);
  color: var(--primary);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.badge-days {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: inherit;
}

/* top text box */
.badge-days-top {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 30px;
  border: 3px solid var(--primary);
  border-bottom: 0;
}


/* left decorative triangle */
.badge-days:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 18px solid var(--primary);
}

/* small dots */
.badge-days:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 14px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 10px 6px 0 var(--primary),
    16px 14px 0 var(--primary),
    12px 24px 0 var(--primary);
}

@media (max-width: 991px) {
  .conference-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .conference-side {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #eee;
    padding-left: 0;
    padding-top: 18px;
    justify-content: flex-start;
  }

  .conference-side .main-btn {
    width: auto;
    min-width: 200px;
  }
}

@media (max-width: 767px) {

  .conference-date {
    width: 80px;
    height: 70px;
  }

  .conference-date .month {
    font-size: 14px;
  }

  .conference-date .day {
    font-size: 32px;
  }

  .conference-title {
    font-size: 20px;
  }

  .conference-meta {
    gap: 10px;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.conference-empty-state {
  background: #fff;
  border: 1px dashed var(--border);
  border-radius: 22px;
  padding: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
}

.conference-empty-state a {
  color: var(--secondary);
  text-decoration: none;
}

.conference-pagination-wrap {
  margin-top: 24px;
}

.conference-pagination-wrap .pagination {
  justify-content: center;
}

.conference-pagination-wrap a,
.conference-pagination-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 600;
}

.conference-pagination-wrap a:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

@media (max-width: 991.98px) {


  .conference-switcher {
    flex-direction: column;
  }

  .conference-switcher-btn {
    width: 100%;
  }

  .conference-card-body {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {


  .conference-meta {
    flex-direction: column;
    gap: 8px;
  }

  .conference-meta span:not(:last-child)::after {
    display: none;
  }
}



.webinar-hero {
  background: url('../img/new-hero-banner.webp') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  animation: planeUp 1.6s ease-out forwards;
}

/*@keyframes planeUp{*/
/*  0%{*/
/*    opacity:0;*/
/*    background-position:center -130%;*/
/*  }*/

/*  60%{*/
/*    opacity:1;*/
/*    background-position:center 0%;*/
/*  }*/

/*  100%{*/
/*    background-position:center bottom;*/
/*  }*/
/*}*/

.webinar-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 47%) 60%, rgb(255 255 255 / 0%) 80%, rgb(255 255 255 / 0%) 100%);
  z-index: 1;
}

#webinar-results {
  transition: opacity .25s ease;
  margin-top: 2rem;
}

.webinar-hero .container-fluid {
  position: relative;
  z-index: 2;
}

.webinar-hero__content {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(2px);
}

.webinar-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary);
}

.webinar-hero__title {
  margin: 0 0 4rem;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.05;
  color: var(--secondary);
  max-width: 700px;
  font-family: fantasy;
  letter-spacing: 2px;
}

.webinar-hero__subtitle {
  margin: 0 0 22px;
  font-size: 16px;
  color: var(--text-light);
  max-width: 600px;
}

.webinar-hero__options {
  margin-bottom: 28px;
}

.webinar-hero__options-label {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
}

.webinar-hero__option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.training-pill {
  min-height: 52px;
  padding: 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.training-pill__icon {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.training-pill__text {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}

.training-pill--live .training-pill__icon {
  background: rgba(21, 119, 190, 0.12);
  color: var(--primary);
}

.training-pill--recording .training-pill__icon {
  background: rgba(31, 60, 136, 0.12);
  color: var(--secondary);
}

.training-pill--transcript .training-pill__icon {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.training-pill--download .training-pill__icon {
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}

.training-pill--combo .training-pill__icon {
  background: rgba(139, 92, 246, 0.14);
  color: #7c3aed;
}

.webinar-searchbar {
  max-width: 650px;
}

.webinar-searchbar__form {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  min-height: 54px;
  border: 1px solid var(--secondary);
}

.webinar-searchbar__field {
  position: relative;
  display: flex;
  align-items: center;
}

.webinar-searchbar__field--select {
  flex: 0 0 26%;
  min-width: 220px;
}

.webinar-searchbar__field--input {
  flex: 1 1 auto;
  min-width: 220px;
}

.webinar-searchbar__control {
  width: 100%;
  height: 54px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
}

.webinar-searchbar__control:focus {
  outline: none;
  box-shadow: none !important;
}

.webinar-searchbar__field--select .webinar-searchbar__control {
  padding-right: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  cursor: pointer;
}

.webinar-searchbar__field--select::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #8a8f98;
  pointer-events: none;
}

.webinar-searchbar__divider {
  width: 1px;
  height: 34px;
  background: #cfd5db;
  flex: 0 0 1px;
}

.webinar-searchbar__btn:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 991.98px) {
  .webinar-searchbar__form {
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    min-height: auto;
  }

  .webinar-searchbar__field--select,
  .webinar-searchbar__field--input {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .webinar-searchbar__divider {
    display: none;
  }

}

@media (max-width: 1199.98px) {
  .webinar-hero__title {
    max-width: 100%;
  }

  .webinar-hero__shape {
    right: 0;
    width: 420px;
    height: 420px;
  }

}

@media (max-width: 991.98px) {
  .webinar-hero {
    padding-top: 28px;
  }


  .webinar-hero__subtitle {
    font-size: 16px;
  }


}

@media (max-width: 767.98px) {

  .webinar-hero__title {
    font-size: 38px;
  }

  .webinar-hero__option-list {
    gap: 10px;
  }

  .training-pill {
    width: 100%;
  }


  .webinar-hero__shape {
    width: 300px;
    height: 300px;
    right: -18%;
    top: 28%;
  }

}


.webinar-tabs .training_hdr {
  border: 0;
  border-radius: 4px;
  background: var(--primary-light);
  color: var(--primary);
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

.webinar-tabs .training_hdr.active {
  background: var(--primary);
  color: #fff;
}

.webinar-tabs .nav-link:focus {
  box-shadow: none;
}



/* footer */

.um-footer-ref {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 720px;
}

.um-footer-ref__bg {
  position: absolute;
  inset: 0;
}

.um-footer-ref__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.um-footer-ref__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(3 24 52) 0%, rgb(8 12 22 / 13%) 40%, rgb(15 63 126 / 0%) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, var(--primary) 100%);
}

.um-footer-ref__container {
  position: relative;
  z-index: 2;
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
}

.um-footer-ref__content {
  padding: 72px 0 28px;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.um-footer-ref__intro {
  max-width: 560px;
}

.um-footer-ref__eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 700;
  color: rgba(255, 255, 255, .92);
}

.um-footer-ref__title {
  margin: 0 0 28px;
  max-width: 520px;
  font-size: clamp(52px, 4vw, 96px);
  line-height: .95;
  font-weight: 300;
  letter-spacing: -.05em;
  color: #fff;
}


.um-footer-ref__links-row {
  margin-top: 80px;
  max-width: 760px;
}

.um-footer-ref__heading {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 300;
  color: #fff;
}

.um-footer-ref__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.um-footer-ref__links a {
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  font-size: 17px;
  line-height: 1.45;
  transition: .25s ease;
}

.um-footer-ref__links a:hover {
  color: #fff;
  opacity: 1;
}

.um-footer-ref__brand {
  width: 100%;
  margin-left: auto;
  padding: 26px 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.um-footer-ref__logo {
  max-width: 210px;
  display: block;
}

.um-footer-ref__brand-text {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
}

.um-footer-ref__social {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.um-footer-ref__social-link {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  transition: .25s ease;
  border: 1px solid rgba(255, 255, 255, .10);
}

.um-footer-ref__social-link:hover {
  transform: translateY(-2px);
  color: #fff;
}

.um-footer-ref__social-link--facebook {
  background: color-mix(in srgb, var(--secondary-light) 75%, #ffffff 25%);
}

.um-footer-ref__social-link--google {
  background: color-mix(in srgb, var(--primary) 82%, #ffffff 18%);
}

.um-footer-ref__social-link--linkedin {
  background: color-mix(in srgb, var(--secondary-dark) 80%, #ffffff 20%);
}

.um-footer-ref__social-link--twitter {
  background: color-mix(in srgb, var(--secondary) 76%, #ffffff 24%);
}

.um-footer-ref__social-link--youtube {
  background: rgba(22, 35, 58, 0.9);
}

.um-footer-ref__bottom {
  padding-top: 18px;
}

.um-footer-ref__copy {
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .88);
}

.um-footer-ref__legal a {
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .02em;
}

.um-footer-ref__legal a:hover {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .um-footer-ref {
    min-height: auto;
  }

  .um-footer-ref__content {
    min-height: auto;
    padding: 56px 0 24px;
  }

  .um-footer-ref__links-row {
    margin-top: 2rem;
    max-width: 100%;
  }

  .um-footer-ref__brand {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .um-footer-ref__container {
    width: calc(100% - 32px);
  }

  .um-footer-ref__content {
    padding: 42px 0 22px;
  }

  .um-footer-ref__title {
    font-size: 52px;
    max-width: 320px;
  }

  .um-footer-ref__links-row {
    margin-top: 44px;
  }

  .um-footer-ref__heading {
    font-size: 28px;
  }

  .um-footer-ref__links a {
    font-size: 15px;
  }

  .um-footer-ref__brand {
    max-width: 100%;
  }

  .um-footer-ref__brand-text {
    max-width: 100%;
  }

  .um-footer-ref__social {
    max-width: 100%;
  }
}