@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/fa-light-300.eot");
  src:
    url("../fonts/fa-light-300d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype"),
    url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400.eot");
  src:
    url("../fonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype"),
    url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.eot");
  src:
    url("../fonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

:root {
  --accent: #dc1559;
  --accent-strong: #b81048;
  --surface-base: #fffafc;
  --surface-elevated: #ffffff;
  --surface-soft: #f7f1f4;
  --surface-soft-alt: #fbf7f9;
  --surface-panel: #f1e8ed;
  --surface-note: #fff3f5;
  --surface-warm: #fff4e6;
  --surface-success: #eaf7ee;
  --surface-danger: #fff0f2;
  --surface-chip: #fff1f6;
  --surface-accent-muted: #faf6f7;
  --surface-overlay: rgba(17, 10, 14, 0.58);
  --text-primary: #1f1720;
  --text-secondary: #5a5160;
  --text-muted: #7b7180;
  --text-inverse: #fff7fb;
  --border-color: #e7d7e0;
  --border-strong: #d6c1cc;
  --border-accent-soft: #f0d7df;
  --header-surface: rgba(255, 248, 250, 0.92);
  --header-border: rgba(228, 213, 222, 0.88);
  --footer-surface: #140d12;
  --footer-text: #f1e8ee;
  --footer-muted: #c8b6c1;
  --logo-primary: #1f1720;
  --logo-footer: #ffffff;
  --input-bg: #ffffff;
  --input-border: #d9c7d0;
  --input-placeholder: #8d8290;
  --input-text: #1f1720;
  --shadow-soft: 0 12px 32px rgba(67, 31, 48, 0.08);
  --shadow-card: 0 20px 44px rgba(67, 31, 48, 0.11);
  --shadow-floating: 0 16px 44px rgba(28, 15, 22, 0.16);
  --success-text: #14683b;
  --danger-text: #b42332;
  --warning-text: #8b5416;
  --chip-text: #8a1538;
  --toggle-track: #efe4e9;
}

html {
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --surface-base: #120d11;
  --surface-elevated: #1a1419;
  --surface-soft: #211a20;
  --surface-soft-alt: #171218;
  --surface-panel: #2a2028;
  --surface-note: #34161f;
  --surface-warm: #3d2b12;
  --surface-success: #123321;
  --surface-danger: #3a161b;
  --surface-chip: #381624;
  --surface-accent-muted: #23181f;
  --surface-overlay: rgba(0, 0, 0, 0.64);
  --text-primary: #f6eef2;
  --text-secondary: #d3c6cd;
  --text-muted: #ab97a3;
  --text-inverse: #120d11;
  --border-color: #3a2d36;
  --border-strong: #4a3944;
  --border-accent-soft: #5f3041;
  --header-surface: rgba(24, 18, 23, 0.92);
  --header-border: rgba(74, 57, 68, 0.88);
  --footer-surface: #0f0a0d;
  --footer-text: #f1e8ee;
  --footer-muted: #c7b0bc;
  --logo-primary: #f6eef2;
  --logo-footer: #f9f1f5;
  --input-bg: #171218;
  --input-border: #4a3944;
  --input-placeholder: #9f8c98;
  --input-text: #f6eef2;
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.32);
  --shadow-card: 0 24px 54px rgba(0, 0, 0, 0.42);
  --shadow-floating: 0 22px 56px rgba(0, 0, 0, 0.5);
  --success-text: #8fe3ad;
  --danger-text: #ff9ba9;
  --warning-text: #f5c47a;
  --chip-text: #ffb6cf;
  --toggle-track: #2a2028;
}

body {
  background: radial-gradient(circle at top, rgba(220, 21, 89, 0.08), transparent 28%), var(--surface-base);
  color: var(--text-primary);
}

main {
  min-height: 55vh;
  position: relative;
}

body,
main,
section,
article,
aside,
header,
footer,
input,
textarea,
select,
button,
.widget-style-default,
.social-widget ul,
.newsletter-inner {
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-playfair), "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  letter-spacing: -0.015em;
}

p,
li,
td,
th,
label,
input,
textarea,
select {
  color: var(--text-secondary);
}

a[rel*="sponsored"] {
  color: var(--accent);
}

::selection {
  background: rgba(220, 21, 89, 0.22);
}

.breadcrumb-area {
  background: var(--surface-soft) !important;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.breadcrumb-area ol,
.breadcrumb-area li,
.breadcrumb-area a {
  color: var(--text-secondary);
}

.topbar-area-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 241, 244, 0.92));
  backdrop-filter: blur(12px);
}

html[data-theme="dark"] .topbar-area-wrapper {
  background: linear-gradient(180deg, rgba(24, 18, 23, 0.94), rgba(18, 13, 17, 0.96));
}

.topbar-area-wrapper .topbar-inner {
  border-bottom: 1px solid var(--header-border) !important;
}

.social-style-02 ul li a {
  border-color: var(--border-color) !important;
  color: var(--text-secondary) !important;
  background: rgba(255, 255, 255, 0.72);
}

html[data-theme="dark"] .social-style-02 ul li a {
  background: rgba(255, 255, 255, 0.04);
}

.social-style-02 ul li a:hover {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.header-area,
.nav-style-02 {
  background: var(--header-surface) !important;
  border-bottom: 1px solid var(--header-border);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 32px rgba(38, 17, 27, 0.08);
}

.header-area.sticky-bar {
  background: var(--header-surface) !important;
}

.nav-style-02 .main-menu nav > ul > li > a {
  color: var(--text-primary) !important;
  letter-spacing: 0.03em;
}

.main-menu ul li .submenu {
  background: var(--surface-elevated) !important;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-soft);
  border-radius: 16px;
  padding: 10px 0;
  overflow: hidden;
}

.main-menu ul li .submenu li a {
  color: var(--text-primary) !important;
}

.main-menu ul li .submenu li a:hover {
  background: var(--surface-soft);
  color: var(--accent) !important;
}

.search.search-02 form input {
  color: var(--input-text) !important;
  background: transparent;
  border-bottom: 1px solid var(--border-color);
}

.submit-btn,
.search.search-02 form button i {
  color: var(--text-muted) !important;
}

.bps-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bps-mobile-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(220, 21, 89, 0.05)),
    var(--surface-elevated);
  box-shadow: var(--shadow-soft);
  color: var(--text-primary);
  position: relative;
  z-index: 1001;
}

.bps-mobile-trigger:focus-visible,
.bps-mobile-drawer__close:focus-visible,
.bps-mobile-drawer__contact:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.bps-mobile-trigger__bars {
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.bps-mobile-trigger__bar {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    width 0.22s ease;
}

.bps-mobile-trigger__bar:nth-child(2) {
  width: 75%;
}

.bps-mobile-trigger__bar:nth-child(3) {
  width: 58%;
}

.bps-mobile-trigger.is-active .bps-mobile-trigger__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.bps-mobile-trigger.is-active .bps-mobile-trigger__bar:nth-child(2) {
  opacity: 0;
}

.bps-mobile-trigger.is-active .bps-mobile-trigger__bar:nth-child(3) {
  width: 100%;
  transform: translateY(-8px) rotate(-45deg);
}

.bps-mobile-overlay {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 0;
  background: var(--surface-overlay);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
  z-index: 999;
}

.bps-mobile-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bps-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100dvh;
  padding: 22px 22px 28px;
  background:
    radial-gradient(circle at top right, rgba(220, 21, 89, 0.16), transparent 34%),
    var(--surface-elevated);
  border-left: 1px solid var(--border-color);
  box-shadow: var(--shadow-floating);
  display: flex;
  flex-direction: column;
  gap: 26px;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s ease;
  z-index: 1000;
}

.bps-mobile-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.bps-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bps-mobile-drawer__brand {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 56px);
}

.bps-mobile-drawer__close {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background: var(--surface-soft);
  color: var(--text-primary);
}

.bps-mobile-drawer__nav {
  flex: 1;
}

.bps-mobile-drawer__list,
.bps-mobile-drawer__children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bps-mobile-drawer__item {
  border-bottom: 1px solid var(--border-color);
  padding: 14px 0;
}

.bps-mobile-drawer__link,
.bps-mobile-drawer__section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text-primary);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.bps-mobile-drawer__children {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-left: 14px;
}

.bps-mobile-drawer__children a {
  color: var(--text-secondary);
  font-size: 0.94rem;
}

.bps-mobile-drawer__children a:hover,
.bps-mobile-drawer__link:hover {
  color: var(--accent);
}

.bps-mobile-drawer__footer {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 18px;
  background: var(--surface-soft);
}

.bps-mobile-drawer__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bps-mobile-drawer__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-primary);
  font-weight: 600;
}

.wrapper {
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  appearance: none;
}

.wrapper:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 999px;
}

.theme-toggle {
  width: 74px;
  height: 38px;
  padding: 0;
  position: relative;
  border-radius: 999px;
  border: 1px solid var(--border-color) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(220, 21, 89, 0.08)),
    var(--toggle-track) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 22px rgba(36, 17, 26, 0.18);
}

.theme-toggle__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    color 0.22s ease;
}

.theme-toggle__icon svg {
  width: 16px;
  height: 16px;
}

.theme-toggle__icon--sun {
  left: 11px;
  color: #f4b63c;
}

.theme-toggle__icon--moon {
  right: 11px;
  color: #93b8ff;
}

.theme-toggle__thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, #f5d2df);
  box-shadow:
    0 6px 14px rgba(82, 30, 54, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.theme-toggle[data-state="light"] .theme-toggle__icon--sun {
  opacity: 1;
  transform: translateY(-50%) scale(1.02);
}

.theme-toggle[data-state="light"] .theme-toggle__icon--moon {
  opacity: 0.42;
}

.theme-toggle[data-state="dark"] .theme-toggle__icon--sun {
  opacity: 0.35;
}

.theme-toggle[data-state="dark"] .theme-toggle__icon--moon {
  opacity: 1;
  transform: translateY(-50%) scale(1.02);
}

.theme-toggle[data-state="dark"] .theme-toggle__thumb {
  transform: translateX(36px);
  background: linear-gradient(135deg, #ffd9ea, #dc1559);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

html[data-theme="dark"] .theme-toggle {
  border-color: var(--border-strong) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(220, 21, 89, 0.16)),
    var(--toggle-track) !important;
}

.widget-style-default,
.sidebar-widgets {
  background: var(--surface-soft) !important;
}

.sidebar-widgets.style-02 {
  background: var(--surface-elevated) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 24px;
  overflow: hidden;
  top: 24px;
  box-shadow: var(--shadow-soft);
}

.widget-title,
.footer-style-04 .footer-widget .widget-title {
  color: var(--text-primary) !important;
}

.search-widget form .search-form input,
.form-control,
input[type="text"],
input[type="email"],
textarea,
select {
  background: var(--input-bg);
  color: var(--input-text);
  border: 1px solid var(--input-border);
  border-radius: 12px;
  box-shadow: none;
}

.search-widget form .search-form input::placeholder,
.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.search-widget form .search-form button {
  border-color: var(--accent) !important;
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 0 12px 12px 0;
}

.search-widget form .search-form input {
  border-radius: 12px 0 0 12px !important;
}

.social-widget ul {
  background: var(--surface-elevated) !important;
  border-radius: 18px;
  border: 1px solid transparent;
}

.social-widget ul li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  border-radius: 12px;
  color: #ffffff;
  line-height: 1 !important;
}

.social-widget ul li .icon svg {
  width: 18px;
  height: 18px;
}

.social-widget ul li span,
.social-widget ul li .text-inner,
.social-widget ul li.text span {
  color: var(--text-primary) !important;
}

.sidebar-widgets.style-02 .social-widget ul {
  border-color: var(--border-color) !important;
}

.sidebar-widgets.style-02 .social-widget ul li .icon {
  background-color: var(--accent) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.sidebar-widgets.style-02 .social-widget ul:hover {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(220, 21, 89, 0.18);
}

.sidebar-widgets.style-02 .social-widget ul:hover li .icon {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.sidebar-widgets.style-02 .social-widget ul:hover li.text span {
  color: #ffffff !important;
}

.sidebar-widgets.style-02 .social-widget ul:hover li.text .text-inner {
  border-color: rgba(255, 255, 255, 0.24) !important;
}

.cat-widget ul::before {
  background: linear-gradient(180deg, rgba(14, 11, 13, 0.66), rgba(14, 11, 13, 0.32)) !important;
}

.circle-count {
  background: var(--surface-elevated) !important;
  color: var(--accent) !important;
  box-shadow: var(--shadow-soft);
}

.recent,
.lifestyle {
  border-color: var(--border-color) !important;
}

.recent-title,
.recent-title a,
.mnews__content .title a,
.mnews__content h4 a {
  color: var(--text-primary) !important;
}

.mnews .info,
.news-area.style-02 .mnews .info,
.post-meta .post-meta-list li .by,
.post-meta .post-meta-list li .date,
.post-meta .post-meta-list li .time,
.post-meta .post-meta-list li .author,
.post-meta .post-meta-list li .icon {
  color: var(--text-muted) !important;
}

.buy-btn {
  background: var(--surface-elevated) !important;
  color: var(--accent) !important;
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.buy-btn:hover {
  color: #fff !important;
}

.blog-content,
.blog-content p,
.blog-content li,
.blog-content td,
.blog-content th {
  color: var(--text-secondary);
}

.blog-content a {
  color: var(--accent);
  text-decoration: underline;
}

.blog-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--accent);
  background: var(--surface-soft);
  border-radius: 12px;
  color: var(--text-primary);
}

.blog-content img,
.blog-featured-image img {
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
}

table {
  background: var(--surface-elevated);
}

table,
td,
th {
  border-color: var(--border-color) !important;
}

th {
  color: var(--text-primary);
}

.newsletter-area-wrapper .container {
  position: relative;
  padding: clamp(26px, 4vw, 60px);
}

.newsletter-area-wrapper .newsletter-inner {
  padding: clamp(28px, 4vw, 60px);
  gap: 32px;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(20, 13, 18, 0.88), rgba(67, 20, 43, 0.74));
  box-shadow: var(--shadow-floating);
}

html[data-theme="dark"] .newsletter-area-wrapper .newsletter-inner {
  background: linear-gradient(135deg, rgba(12, 8, 10, 0.94), rgba(53, 16, 35, 0.88));
}

.newsletter-area-wrapper .newsletter-inner .content {
  width: min(100%, 420px);
}

.newsletter-area-wrapper .newsletter-inner form .form-group {
  gap: 14px;
}

.newsletter-area-wrapper .newsletter-inner form .form-group input {
  width: min(100%, 550px);
  margin-right: 0 !important;
  border-radius: 999px !important;
  padding-inline: 18px;
}

.newsletter-area-wrapper .newsletter-inner form .form-group button {
  border-radius: 999px !important;
  min-width: 180px;
  box-shadow: 0 10px 20px rgba(220, 21, 89, 0.22);
}

.newsletter-area-wrapper .newsletter-inner form .form-check label {
  color: rgba(255, 247, 251, 0.88) !important;
}

.footer-area-wrapper {
  background: linear-gradient(180deg, var(--surface-soft) 0%, var(--surface-base) 100%);
  border-top: 1px solid var(--border-color);
  padding-bottom: 60px;
}

.footer-widget .content .info,
.footer-widget .copyright .info {
  color: var(--text-muted) !important;
}

.footer-style-04 .footer-widget .footer-link-list .link-item a,
.tag-wrapper.v-02 .tag-list li a {
  color: var(--text-primary) !important;
}

.tag-wrapper.v-02 .tag-list li a {
  border-color: var(--border-color) !important;
  background: var(--surface-elevated) !important;
  border-radius: 999px;
  padding: 10px 16px !important;
}

.tag-wrapper.v-02 .tag-list li a:hover,
.footer-style-04 .footer-widget .footer-link-list .link-item a:hover {
  color: var(--accent) !important;
}

.mobile-menu a,
.contact-infos a,
.contact-infos h4 {
  color: var(--text-primary);
}

@media (max-width: 991px) {
  .header-area {
    display: block !important;
  }

  .topbar-area-wrapper .topbar-inner {
    gap: 18px;
  }

  .topbar-area-wrapper .topbar-inner .left-content,
  .topbar-area-wrapper .topbar-inner .middle-content,
  .topbar-area-wrapper .topbar-inner .right-content {
    width: 100%;
    text-align: center;
  }

  .header-wrapper {
    gap: 16px;
    padding: 14px 0;
    justify-content: flex-start;
  }

  .header-area .main-menu,
  .header-area .search-light,
  .menu-icon-02 {
    display: none !important;
  }

  .bps-mobile-trigger {
    display: inline-flex;
  }

  .newsletter-area-wrapper .newsletter-inner {
    flex-direction: column;
  }

  .newsletter-area-wrapper .newsletter-inner .content {
    width: 100%;
  }

  .newsletter-area-wrapper .newsletter-inner form .form-group input,
  .newsletter-area-wrapper .newsletter-inner form .form-group button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .breadcrumb-area ol {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .banner-area-wrapper .single-banner-item {
    min-height: 520px;
    height: auto;
  }

  .footer-widget .content {
    padding: 32px;
  }

  .footer-widget .content-wrap .hr-extra-bar {
    display: none;
  }
}
