:root {
  --primary: #FFE900;
  --primary-dark: #d8a600;
  --primary-light: #fff7db;

  --secondary: #000000;
  --secondary-dark: #000000;
  --secondary-light: #000000;

  --accent: #F5F5F5;

  --text-dark: #1A1A1A;
  --text-light: #6B7280;
  --border: #E5E7EB;
}

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: #000 !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-dark) !important;
  background: #fff;
  border: 2px solid var(--primary-dark);
  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: rgba(12, 184, 182, 0.91);
  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: rgb(57, 133, 197);
  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: rgb(57, 133, 197);
  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: rgb(57, 133, 197);
  -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: rgb(57, 133, 197);
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  padding: 5px 17px;
  margin-top: 26px;
  display: block;
}

.text-primary {
  color: rgb(57, 133, 197);
}

.icon-mar {
  margin-right: 7px;
}

/***************************************
contact us
***************************************/
.space {
  margin-top: 40px;
}

.btn-form,
.btn-form:hover,
.btn-form:focus {
  background-color: rgb(57, 133, 197);
  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: 170px;
  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;

}

.conference-date .month {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1;
  margin-bottom: 8px;
}

.conference-date .day {
  font-size: 52px;
  font-weight: 800;
  color: var(--text-dark);
  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-dark);
  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(--text-dark);
  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-bottom: 0;
}



@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/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(178, 34, 52, 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(--text-dark);
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

.webinar-tabs .training_hdr.active {
  background: var(--primary);
  color: var(--text-dark);
}

.webinar-tabs .nav-link:focus {
  box-shadow: none;
}

/* ===================================================
   Footer  — dark, columned, type-led (no bg image)
   =================================================== */
.um-footer-ref {
  position: relative;
  background: #0E0E10;
  color: #fff;
}

.um-footer-ref__container {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 72px 0 28px;
}

/* Brand logo + signature accent underline */
.um-footer-ref__brand {
  margin-bottom: 52px;
}

.um-footer-ref__logo-link {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  line-height: 0;
}

.um-footer-ref__logo {
  max-width: 170px;
  height: auto;
  display: block;
}

.um-footer-ref__logo-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--primary);
  transform: skewX(-12deg) rotate(-1.5deg);
  transform-origin: left center;
}

/* Link grid */
.um-footer-ref__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 48px;
}

.um-footer-ref__heading {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}

.um-footer-ref__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.um-footer-ref__links a {
  display: inline-block;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  width: fit-content;
  transition: color 160ms ease, transform 160ms ease;
}

.um-footer-ref__links a:hover {
  color: var(--primary);
  transform: translateX(3px);
}

/* CTA column */
.um-footer-ref__col--cta .main-btn {
  margin-top: 6px;
}

.um-footer-ref__brand-text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .68);
  max-width: 280px;
}

/* Social row */
.um-footer-ref__social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 56px;
}

.um-footer-ref__social-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .6);
}

.um-footer-ref__social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.um-footer-ref__social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .18);
  background: transparent;
  transition: color 160ms ease, border-color 160ms ease,
    background-color 160ms ease, transform 160ms ease;
}

.um-footer-ref__social-link:hover {
  color: #0E0E10;
  background: var(--primary);
  border-color: var(--primary);
}

.um-footer-ref__social-link:active {
  transform: scale(0.94);
}

/* Bottom bar */
.um-footer-ref__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.um-footer-ref__copy {
  margin: 0;
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .62);
}

.um-footer-ref__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 0;
}

.um-footer-ref__legal a {
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .02em;
  transition: color 160ms ease;
}

.um-footer-ref__legal a:hover {
  color: var(--primary);
}

/* Tablet */
@media (max-width: 991.98px) {
  .um-footer-ref__container {
    width: 100%;
    padding: 56px 24px 24px;
  }

  .um-footer-ref__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 32px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .um-footer-ref__container {
    padding: 44px 20px 22px;
  }

  .um-footer-ref__brand {
    margin-bottom: 40px;
  }

  .um-footer-ref__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .um-footer-ref__brand-text {
    max-width: 100%;
  }

  .um-footer-ref__social-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .um-footer-ref__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}



