/* --- Desktop: Ẩn phần Mobile --- */

.body{
  display: block;
}

.menu-toggle,
.mobile-only {
  display: none;
  z-index: 10000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: var(--primary-color);
}

.logo h2{
  font-size: 24px;
}

.partner-wrapper {
  overflow: hidden;
  width: 100%;
}

.stepper-mb{
  display: none;
}


.nav__lang,
.nav__auth{
  display: none;
}


.nav__list {
  display: flex;
  gap: 25px;
}

.nav__list a:hover {
  color: var(--primary-color);
  transition: var(--transition);
}

@media (max-width: 1440px) and (min-width: 1201px) {
  .header .logo h3 {
    font-size: 28px;
    white-space: nowrap;
  }

  .header .logo h2 {
    font-size: 20px;
    white-space: nowrap;
  }

  .header .nav__list {
    gap: 18px;
  }

  .header .nav__list a {
    font-size: 18px;
    white-space: nowrap;
  }
}


@media(max-width: 1200px){
 .menu-toggle {
    display: block;
    cursor: pointer;
    order: 3; /* Đẩy nút menu về cuối bên phải */
  }

  .menu-toggle .bar {
    display: block;
    width: 25px;
    height: 2px;
    margin: 6px auto;
    background-color: var(--primary-color);
    transition: 0.3s;
  }

  .header__right__top {
    display: none;
  }

  .header__right__bottom .btn-login{
    display: none;
  }

  .shows{
    padding-left: 60px;
    padding-right: 60px;
  }

  .upcoming{
    padding-left: 60px;
    padding-right: 60px;
  }

   .nav {
            position: fixed;
            top: 50px; /* Vị trí cố định phía dưới header */
            right: 10px; 
            width: 250px;
            background-color: #fff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
            z-index: 999;
            border-radius: 15px;
            border: 1px solid #f39c12;
            
            /* QUAN TRỌNG: Thiết lập trạng thái đóng */
            overflow: hidden;         /* Ẩn nội dung khi chiều cao = 0 */
            max-height: 0;            /* Thu nhỏ chiều cao về 0 để tạo hiệu ứng cuộn lên */
            opacity: 0;               /* Kết hợp nhẹ để mượt hơn (tùy chọn) */
            transition: max-height 0.5s ease-in-out, opacity 0.3s; 
        }

          /* Khi có class active: Xổ menu xuống */
        .nav.active {
            /* Cho max-height một con số lớn hơn chiều cao thực tế của menu 
            (ví dụ 500px) để nó có không gian giãn ra */
            max-height: 600px; 
            opacity: 1;
            right: 10px;
            top: 65px;
        }

        /* Các thành phần bên trong (giữ nguyên style cũ của bạn) */
        .nav__lang {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }

         .nav__lang span{
          color: #1e1e1e;
         }

        .nav__list {
            list-style: none;
            padding: 0;
            margin: 0;
            gap: 0;
        }

        .nav__list li {
            padding: 10px 20px;
            width: 100%;
        }

        .nav__list li.active {
            background-color: #f39c12; /* Màu cam chủ đạo */
        }

        .nav__list li.active a {
            color: #fff;
        }

        .nav__list li a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
            display: block;
        }

        .nav__auth {
            padding: 15px 20px;
            font-weight: bold;
        }

        .nav__auth a {
            color: #f39c12;
            text-decoration: none;
        }

        .lang-icons{
          display: flex;
        }

        .lang-icons img {
            width: 25px;
            margin-left: 10px;
            vertical-align: middle;
        }

        .nav__lang,
        .nav__auth{
          display: flex;
        }

        .header__wrapper{
           align-items: center;
        }


}


 


/* --- Mobile Responsive (Dưới 1024px) --- */
@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }

 
  .logo span {
    font-size: 14px; /* Thu nhỏ chữ logo trên mobile */
    max-width: 100px; /* Ngắt dòng nếu cần */
  }

  /* Thiết kế Sidebar Menu */
  .nav {
    position: fixed;
    width: 250px; /* Chiều rộng sidebar */
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    padding: 30px
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
  }

 

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 600px;
  }

  .mobile-only {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .mobile-only .lang-switch {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
  }

  /* Hiệu ứng X khi mở menu */
  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-footer {
    min-height: 516px;
    padding: 18px 0 25px;
    background: #434343;
    color: #d4d4d4;
  }

  .main-footer .footer-container {
    display: grid;
    grid-template-columns: minmax(117px, 0.78fr) minmax(0, 1fr);
    column-gap: clamp(44px, 16.8vw, 74px);
    row-gap: 16px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 clamp(22px, 6.8vw, 30px);
    box-sizing: border-box;
    overflow: hidden;
  }

  .main-footer .footer-column {
    min-width: 0;
    width: auto;
    text-align: left;
  }

  .main-footer .links-col {
    grid-area: 1 / 1 / 2 / 2;
  }

  .main-footer .contact-col {
    grid-area: 1 / 2 / 2 / 3;
  }

  .main-footer .info-col {
    grid-area: 2 / 1 / 3 / 3;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .main-footer .column-title {
    margin: 0 0 16px;
    padding-bottom: 0;
    color: #d4d4d4;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
  }

  .main-footer .column-title::after {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #f59e0b;
    transform: none;
  }

  .main-footer .footer-links {
    margin: 0;
  }

  .main-footer .footer-links li {
    position: relative;
    margin-bottom: 0;
    padding-left: 26px;
    color: #d4d4d4;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
  }

  .main-footer .footer-links li::before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 4px;
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 50%;
    background: #f59e0b;
  }

  .main-footer .footer-links a {
    color: #d4d4d4;
    font-size: 20px;
    line-height: 35px;
  }

  .main-footer .contact-item {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    column-gap: 11px;
    align-items: start;
    margin-bottom: 22px;
  }

  .main-footer .contact-item .icon {
    display: flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
  }

  .main-footer .contact-item .icon img {
    max-width: 21px;
    max-height: 21px;
  }

  .main-footer .contact-item p {
    margin: 0;
    color: #d4d4d4;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .main-footer .footer-line {
    order: -1;
    width: 100%;
    margin: 0 0 16px;
    border: 0;
    border-top: 1px solid rgba(212, 212, 212, 0.55);
  }

  .main-footer .brand-header {
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 17px;
  }

  .main-footer .footer-logo {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .main-footer .brand-header h3 {
    color: #f59e0b;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }

  .main-footer .info-col p {
    margin: 0;
    color: #d4d4d4;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .main-footer .social-icons {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 37px;
  }

  .main-footer .social-icon,
  .main-footer .social-icons a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }

  .main-footer .social-icons a:first-child path {
    fill: #236af2 !important;
  }
}

@media (max-width: 576px) {

  .header{
        /* position: fixed!important; */
        background-color: #1e1e1e;
        padding: 10px 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }

  /* body{
    padding-top: 35px;
  } */

  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding: 30px 0 20px;
  }

  .logo {
    font-size: 20px;
  }

  .logo img {
    width: 35px;
    height: 35px;
  }

  .header__right__top {
    display: none;
  }

  .hero {
    height: 300px;
  }

  .section__title {
    font-size: 20px;
  }

  .section__title_primary {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .leaders__wrapper {
    flex-direction: column;
  }
  .leaders-titles {
    width: 100%;
    margin: 0;
  }

  .leaders-titles h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .leaders {
    background: var(--leaders-bg-gradient);
  }

  [data-theme="light"] .leaders {
    background-color: var(--primary-color);
  }

  [data-theme="light"] .leaders::before{
    background: unset;
    background-color: var(--primary-color);

  }

  .shows-swiper {
    padding: 0 5px 30px 5px;
  }

  .shows-swiper .show-card {
    max-width: 324px;
    min-height: 420px;
    margin: 0 auto;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    color: #333333;
  }

  .shows-swiper .show-card .card__img img {
    aspect-ratio: 324 / 172;
    display: block;
  }

  .shows-swiper .show-card .card__content {
    height: 248px;
    min-height: 0;
    padding: 7px 10px 10px;
    background: #ffffff;
  }

  .shows-swiper .show-card .card-info {
    min-height: 0;
    overflow: hidden;
  }

  .shows-swiper .show-card .card__meta {
    flex: 0 0 auto;
  }

  .shows-swiper .show-card .card__subtitle {
    margin-bottom: 0;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .shows-swiper .show-card .card__title {
    margin-bottom: 4px;
    color: #f5780b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .shows-swiper .show-card .card__desc {
    margin-bottom: 0;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
  }

  .shows-swiper .show-card .card__divider {
    margin-bottom: 12px;
    border-top: 1px dotted rgba(0, 0, 0, 0.35);
  }

  .shows-swiper .show-card .card__info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-bottom: 14px;
    gap: 8px;
  }

  .shows-swiper .show-card .info-item {
    min-width: 0;
    gap: 8px;
  }

  .shows-swiper .show-card .item-right {
    justify-content: end;
    gap: 6px;
  }

  .shows-swiper .show-card .info-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-color: #bdbdbd;
    color: #bdbdbd;
  }

  .shows-swiper .show-card .info-icon svg {
    width: 24px;
    height: 24px;
  }

  .shows-swiper .show-card .info-icon svg path {
    fill: #bdbdbd;
  }

  .shows-swiper .show-card .info-text {
    color: #333333;
    font-size: 14px;
    line-height: 1.2;
  }

  .shows-swiper .show-card .info-text span {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.2;
  }

  .shows-swiper .show-card .info-text strong {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }

  .shows-swiper .show-card .align-right {
    text-align: left;
  }

  .shows-swiper .show-card .btn-booking {
    min-height: 43px;
    padding: 8px 0;
    border-radius: 5px;
    background: #f5780b;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
  }

  .swiper-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .shows-btn-next.swiper-button-next,
  .upcoming-btn-next.swiper-button-next {
    right: -10px;
  }

  .shows-btn-prev.swiper-button-prev,
  .upcoming-btn-prev.swiper-button-prev {
    left: -10px;
  }

  .card__img img {
    aspect-ratio: 2;
  }

  .leader-card__title {
    font-size: 20px;
  }

  .partner-container {
    border: none !important;
    margin-top: 20px !important;
    pointer-events: none;
  }

  .partner-container .swiper-wrapper {
    transition-timing-function: linear !important;
    /* Giúp chuyển động mượt hơn trên màn hình tần số quét cao */
    -webkit-transition-timing-function: linear !important;
  }

  .partner-item {
    border: 1px solid #c4a661;
    flex: 0 0 45% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .partner-item.swiper-slide {
    width: 120px; /* Cố định chiều rộng để Swiper tính toán chuẩn */
    flex-shrink: 0;
  }

  .partner-item img {
    width: 100%;
    height: auto;
    pointer-events: none;
  }

  .f-mb {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .news {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn-see-all {
    padding: 10px 15px !important;
  }

  .news-sidebar {
    display: grid !important; /* Chuyển từ flex sang grid */
    grid-template-columns: repeat(2, 1fr); /* Chia làm 2 cột bằng nhau */
    gap: 15px; /* Có thể thu nhỏ khoảng cách lại cho vừa màn hình nhỏ */

    /* Reset flex: 4 nếu sidebar này nằm trong một flex container lớn hơn 
           để nó chiếm toàn bộ chiều ngang điện thoại */
    flex: none;
    width: 100%;
  }

  .news-section {
    padding: 0 !important;
    background-color: unset !important;
  }

  .footer-container {
    display: grid;
    /* Dùng minmax(0, 1fr) để nội dung bên trong không đẩy cột phình ra */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 15px; /* Giảm gap ngang xuống 15px cho đỡ chật */

    /* Cực kỳ quan trọng: Khống chế width */
    width: 100%;
    max-width: 100vw;
    padding: 0 15px; /* Tạo khoảng trống an toàn 2 bên mép màn hình */
    box-sizing: border-box; /* Đảm bảo padding không cộng thêm vào width */
    overflow: hidden; /* Cắt bỏ phần thừa nếu có */
  }

  .info-col {
    grid-area: 2 / 1 / 3 / 3; /* Hàng 2, bắt đầu cột 1, kết thúc cột 3 (chiếm 100%) */
    /* Hoặc viết ngắn gọn: grid-column: span 2; order: 2; */
    order: 2;
  }

  .links-col {
    grid-area: 1 / 1 / 2 / 2; /* Hàng 1, cột 1 */
    order: 1;
  }

  .contact-col {
    grid-area: 1 / 2 / 2 / 3; /* Hàng 1, cột 2 */
    order: 1;
  }

  .footer-links li {
    text-align: left;
  }

  .contact-item {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 10px;
  }

  .contact-item p {
    text-align: left;
    flex: 1;
  }

  .footer-column {
    min-width: unset;
  }

  .main-footer {
    min-height: 516px;
    padding: 18px 0 25px;
    background: #434343;
    color: #d4d4d4;
  }

  .main-footer .footer-container {
    display: grid;
    grid-template-columns: minmax(117px, 0.78fr) minmax(0, 1fr);
    column-gap: clamp(44px, 16.8vw, 74px);
    row-gap: 16px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 clamp(22px, 6.8vw, 30px);
    box-sizing: border-box;
    overflow: hidden;
  }

  .main-footer .footer-column {
    min-width: 0;
    width: auto;
    text-align: left;
  }

  .main-footer .links-col {
    grid-area: 1 / 1 / 2 / 2;
  }

  .main-footer .contact-col {
    grid-area: 1 / 2 / 2 / 3;
  }

  .main-footer .info-col {
    grid-area: 2 / 1 / 3 / 3;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  .main-footer .column-title {
    margin: 0 0 16px;
    padding-bottom: 0;
    color: #d4d4d4;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
  }

  .main-footer .column-title::after {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #f59e0b;
    transform: none;
  }

  .main-footer .footer-links {
    margin: 0;
  }

  .main-footer .footer-links li {
    position: relative;
    margin-bottom: 0;
    padding-left: 26px;
    color: #d4d4d4;
    text-align: left;
    font-size: 20px;
    line-height: 35px;
  }

  .main-footer .footer-links li::before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 4px;
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 50%;
    background: #f59e0b;
  }

  .main-footer .footer-links a {
    color: #d4d4d4;
    font-size: 20px;
    line-height: 35px;
  }

  .main-footer .contact-item {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    column-gap: 11px;
    align-items: start;
    margin-bottom: 22px;
  }

  .main-footer .contact-item .icon {
    display: flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
  }

  .main-footer .contact-item .icon img {
    max-width: 21px;
    max-height: 21px;
  }

  .main-footer .contact-item p {
    margin: 0;
    color: #d4d4d4;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .main-footer .footer-line {
    order: -1;
    width: 100%;
    margin: 0 0 16px;
    border: 0;
    border-top: 1px solid rgba(212, 212, 212, 0.55);
  }

  .main-footer .brand-header {
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 17px;
  }

  .main-footer .footer-logo {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .main-footer .brand-header h3 {
    color: #f59e0b;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }

  .main-footer .info-col p {
    margin: 0;
    color: #d4d4d4;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .main-footer .social-icons {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 37px;
  }

  .main-footer .social-icon,
  .main-footer .social-icons a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }

  .main-footer .social-icons a:first-child path {
    fill: #236af2 !important;
  }

  .header__right__top {
    display: none !important;
  }

  

  .stepper {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    /* Loại bỏ các khoảng trắng mặc định */
    gap: 0; 
  }

  .step-outer {
    /* Ép các bước nằm sát nhau hơn để tạo hiệu ứng mũi tên đè lên rãnh */
    margin-right: -12px; 
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
  }

  .step-outer:last-child {
    margin-right: 0;
  }

  .stepper-container{
    margin-bottom: 20px;
  }

  .stepper {
    display: flex !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .step-outer {
    margin-right: 3px !important; /* Điểm mấu chốt để các mũi tên khít nhau */
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
  }

  .step-outer:last-child {
    margin-right: 0 !important;
  }

  .step {
    width: 100% !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 5px 0 15px !important;
    /* Đè lại clip-path để tạo hình mũi tên */
    clip-path: polygon(calc(100% - 12px) 0%, 100% 50%, calc(100% - 12px) 100%, 0% 100%, 12px 50%, 0% 0%) !important;
    background-color: var(--bg-component-subpage-color) !important;
  }

  .step-outer:first-child .step {
   clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%) !important;
    padding-left: 20px !important;
    margin-left: -5px !important; /* Đẩy nhẹ sang trái để bù trừ phần khuyết */
  }

  .number {
    left:50% !important;
    top: auto !important;
    transform: translateX(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 24px !important;
    font-size: 16px !important;
    margin-right: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5 !important;
  }

  .label {
    font-size: 10px !important;
    white-space: nowrap !important;
    z-index: 5 !important;
    color: inherit;
    position: absolute;
    bottom: 20px;
    display: none;
  }

  /* Trạng thái Active - Quan trọng nhất để đổi màu */
  .step-outer.active .step {
    background-color: var(--btn-booking-bg-color, var(--primary-color)) !important; 
    color: var(--btn-booking-color, #fff) !important;
  }

  .step-outer.active .number {
    background-color: var(--btn-booking-bg-color, var(--primary-color)) !important;
    color: var(--btn-booking-color, #fff) !important;
  }
  .stepper-mb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    width: 90%;
    margin: 15px auto;
  }

   .stepper-mb li{
    display: flex;
    justify-content: center;
    align-items: center
   }

   .calendar-container{
    margin-top: 30px!important;
   }

  


        body {
          display: flex;
          flex-direction: column; /* Xếp các con theo chiều dọc từ trên xuống */
        }

        /* Gán thứ tự hiển thị cho các phần tử */
        header            { order: 1; }
        .hero              { order: 2; }
        .shows            { order: 3; }
        .upcoming         { order: 4; }
        .leaders             { order: 5; }
        .news            { order: 6; } 
        .partners         { order: 7; }
        footer            { order: 8; }

      .logo h2{
        font-size: 16px;
      }

      .nav.active{
        top: 50px;
      }
    

}

@media (max-width: 400px) {
  .header .logo h3,
  .logo h3 {
    font-size: 20px;
    line-height: 1;
  }

  .header .logo h2,
  .logo h2 {
    font-size: 12px;
    line-height: 1.1;
  }

  .logo img {
    width: 31px;
    height: 31px;
  }

  .menu-toggle .bar {
    width: 24px;
  }

  .main-footer .column-title,
  .main-footer .footer-links li,
  .main-footer .footer-links a,
  .main-footer .contact-item p,
  .main-footer .info-col p {
    font-size: 16px;
  }

  .main-footer .footer-links li,
  .main-footer .footer-links a {
    line-height: 31px;
  }

  .main-footer .contact-item p {
    line-height: 20px;
  }

  .main-footer .brand-header h3 {
    font-size: 20px;
  }
}
