@import './sign.css';
@import './global.css';
@import './event.css';
@import './artists.css';
@import './profile.css';
@import './blog.css';
@import './video.css?v=2';
@import './search.css';
@import './authors.css';
@import './cart.css';
@import './shop.css';
@import './orders.css';
@import './result.css';
@import './interview.css';
@import './news.css';
@import './header.css';
/* 
	1. Reset 
	2. Header
	3. Footer
	4. Slider
	5. HomePage
	6. About
	7. Ads
	8. Fashion Details
	9. Fashion List
	10. Kids
	11. Responsive
  12. Global
*/

@font-face {
  font-family: TNYAdobeCaslonPro;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/TNYAdobeCaslonPro-Regular.woff2') format('woff2'),
    url('./fonts/TNYAdobeCaslonPro-Regular.woff') format('woff');
}

@font-face {
  font-family: fbey;
  src: url('./fonts/tradegothicltstd-light-webfont.eot');
  src: url('./fonts/tradegothicltstd-light-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/tradegothicltstd-light-webfont.woff2') format('woff2'),
    url('./fonts/tradegothicltstd-light-webfont.woff') format('woff'),
    url('./fonts/tradegothicltstd-light-webfont.ttf') format('truetype'),
    url('./fonts/tradegothicltstd-light-webfont.svg#webfontregular')
      format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: fbey;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/tradegothicltstd-light-webfont.eot') format('eot');
}

@font-face {
  font-family: Caps;
  src: url('./fonts/bpg-arial-caps.ttf');
}

@font-face {
  font-family: sourceSans;
  src: url('./fonts/SourceSansPro-Regular.otf');
}
@font-face {
  font-family: sourceSansPro;
  src: url('./fonts/SourceSansPro-Light.ttf');
}
@font-face {
  font-family: sans-serif;
  src: url('./fonts/SansSerifBookFLF.otf');
}

@font-face {
  font-family: New Transport;
  src: url('./fonts/NewTransport-RegularWEB.woff') format('woff'),
    url('./fonts/NewTransport-RegularWEB.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: New Transport;
  src: url('./fonts/NewTransport-MediumWEB.woff') format('woff'),
    url('./fonts/NewTransport-MediumWEB.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: New Transport;
  src: url('./fonts/NewTransport-BoldWEB.woff') format('woff'),
    url('./fonts/NewTransport-BoldWEB.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
/*    =====  Reset =====    */
img {
  pointer-events: none !important;
}
header img {
  pointer-events: all !important;
}
body:not(.show) {
  padding-right: 0px !important;
}

body,
html {
  overflow-x: hidden;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
i {
  font-style: italic !important;
  font-weight: 300 !important;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
video {
  width: 100%;
}
video:focus {
  outline: none;
}
button:focus,
input:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
}

a,
p,
span {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
}
.static-pages-container * {
  font-family: sans-serif !important;
  letter-spacing: 0.5px !important;
  font-size: 22px !important;
  text-transform: none !important;
  /* font-style: italic !important; */
}
.static-pages-container ul {
  margin-bottom: 3px;
}
.static-pages-container a {
  font-size: 17px !important;
  color: #007bff;
}
h1 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  line-height: 75px;
  color: #000;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
}
p {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
}

/*    =====  Header =====    */
header {
  /* height: 200px; */
}
#menu {
  margin-bottom: 12px;
}
.logo2 {
  width: 245px;
}
.microphone-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: -5px;
}
.slider-overlay {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  cursor: pointer;
}
.slick-initialized .slick-slide {
  position: relative !important;
}
.h-slider {
  width: 80px;
  height: 88px;
  margin: 0 auto 13px;
  position: relative;
  overflow: hidden;
}
.logo {
  position: absolute;
  top: -1px;
  z-index: 999;
  left: 0;
  width: 90px;
  height: 90px;
}

.header-slider {
  -webkit-mask-image: url(/web/img/atinati-mask.svg?v=2);
  mask-image: url(/web/img/atinati-mask.svg?v=2);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;

  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 3;
  overflow: hidden;
}
.search-icon {
  width: 22px;
  cursor: pointer;
}
.search-button {
  background: none;
  border: none;
}
.search-button:focus {
  outline: none;
}
.header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding-top: 40px;
  padding-bottom: 30px;
}
.header-tools-box {
  display: flex;
  justify-content: flex-end;
}
.header-tools-box a {
  margin-left: 10px;
}
.header-container--right {
  height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.header-tools-box img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header-languages {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-languages button {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 0;
  line-height: 0;
  height: 20px;
}

.header-languages .slash {
  align-self: end;
  padding-top: 9px;
  padding-left: 9px;
}
.header-languages button:focus,
.header-languages button:active {
  outline: none;
  box-shadow: none !important;
}
.header-languages button:last-child {
  font-family: Mrglovani;
  font-weight: 400;
  padding-right: 0;
}
.header-languages button.active {
  color: #858585;
  background-color: none !important;
}
#header_slides > a {
  width: 100%;
  height: 100%;
}
.menu .menu-item {
  position: relative;
  padding: 5px 10px;
}

.menu-subitem {
  position: absolute;
  background: #ebebeb;
  border: 1px solid #111;
  z-index: 9999999;
  top: 35px; /* Give a bit more space from the header */
  width: 320px;
  left: 0;
  display: none;
  padding: 10px 0;
}
.menu-subitem-items {
  position: absolute;
  background: #ebebeb;
  border: 1px solid #111;
  z-index: 999;
  top: 0px;
  display: none;
  width: 320px;
  left: 100%;
}
.menu-subitem li {
  padding: 12px 20px;
  position: relative;
}
.menu-subitem-items {
  display: none;
}
.menu .menu-item a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
}
.menu .menu-subitem a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.subitem-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}
.subitem-desc {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  text-transform: none;
}
.menu .menu-subitem li:hover .menu-subitem-items {
  display: block;
}
.menu .menu-item:hover {
  background: transparent;
}
.menu .menu-subitem li:hover {
  background: #dfdfdf;
}
.menu .menu-item:hover .menu-subitem {
  display: block;
}

/* NEW MENU TOOLS (SEARCH & LANG) */
.menu-tools {
  display: flex !important;
  align-items: center;
  gap: 15px;
}
.menu-search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.menu-lang-pill {
  border: 1px solid #111;
  border-radius: 20px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}
.menu-lang-pill form {
  margin: 0;
  padding: 0;
}
.menu-lang-pill button {
  background: transparent;
  border: none;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #111;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
}
.menu-lang-pill .slash {
  margin: 0 4px;
  display: none;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
/* By default, hide the inactive language button */
.menu-lang-pill button:not(.active) {
  display: none;
}
/* On hover, show both and the slash */
.menu-lang-pill:hover button:not(.active) {
  display: inline-block;
  color: #888;
}
.menu-lang-pill:hover .slash {
  display: inline-block;
}

/* NEW INLINE SEARCH */
.header-container--right {
  display: flex;
  flex-direction: row !important;
  height: auto !important;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  grid-column: 3;
  justify-self: end;
}

#new-search-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 320px;
  background: #ebebeb;
  border: 1px solid #111;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}
.new-search-dropdown-item {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #111;
}
.new-search-dropdown-item:last-child {
  border-bottom: none;
}
.new-search-dropdown-item:hover {
  background: #dfdfdf;
}
.nsd-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-right: 20px;
  line-height: 1.2;
}
.nsd-date {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #888;
}
.nsd-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 12px;
  height: 12px;
}

.search-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#search_arrow {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#search_arrow.rotate {
  transform: rotate(180deg);
}
.search-input {
  border: none;
  width: 95%;
  text-transform: uppercase;
}
#mobileMenu {
  display: none;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: 0.5s;
  background-color: #fff;
  padding: 40px 15px 15px;
  overflow-y: scroll;
}
.mobile-menu_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
  position: relative;
}
.mobile-header-languages {
  position: absolute;
  top: 0px;
  left: 41px;
  z-index: 999999999;
  background: #fff;
  height: 20px;
}
.mobile-header-languages form,
.mobile-header-languages button {
  height: 20px;
}

.mobile-menu-list {
  width: 100%;
  overflow-y: auto;
  margin-bottom: 124px;
  padding-top: 5px;
}
.mobile-menu-list ul {
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu-item a {
  color: #000;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.mobile-menu-item {
  text-transform: uppercase;
  font-size: 17pt;
  padding-bottom: 5px;
}
.mobile-subitem {
  display: none;
}
.mobile-subitem a {
  color: #000;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}
.search-icon {
  width: 20px;
}
#closeMenu {
  width: 20px;
  height: 20px;
}
.mobile-menu-logo {
  width: 85px;
  margin-top: -15px;
}
.mobile-menu-icons {
  display: flex;
  gap: 19px;
  width: 70px;
}
.mobile-menu-icons img {
  width: 24px;
  height: 24px;
}
.mobile-menu-footer {
  max-width: 212px;
  margin: auto;
}
.mobile-menu-footer .follow-logo {
  margin-right: 0;
}
.mobile-menu-footer .footer-follow {
  margin-bottom: 39px;
}
.mobile-menu-footer .footer-links a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
}
/*    =====  Footer =====    */
.subscribe-container {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  margin-top: 55px;
  text-align: center;
  position: relative;
}
.subscribe-container--black {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  margin-top: 0;
  color: #fff;
  padding: 0 38px;
}
.subscribe-container button,
.subscribe-container--black button {
  width: 181px;
  height: 30px;
  border: 1px solid black;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: transparent;
  text-transform: uppercase;
}
.subscribe-container--black button {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-container--black button img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.subscribe-container--black button {
  color: #fff;
  border-color: #fff;
}
.subscribe-container--black h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  width: 80px;
}
.subscribe-container--black p,
.subscribe-container--black p a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  max-width: 833px;
}
.subscribe-container--black p a {
  text-decoration: underline;
}
#subscribe-form {
  position: relative;
}
#subscribe-form input {
  padding-right: 30px;
  text-align: center;
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #747474;
  border-radius: 0;
}
#subscribe-form .position-relative {
  width: 208px;
  margin: 10px auto 0;
}
#subscribe-form p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #747474;
}
.subscribe-container .subscribe-submit {
  border: none;
  background: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  right: 12px;
  padding: 0;
}
.subscribe-container .subscribe-submit:active {
  background: none !important;
}
.subscribe-container .subscribe-submit img {
  width: 18px;
  height: 18px;
}
/* .footer-wrapper {
  margin-bottom: -300px;
} */
.content-wrapper {
  min-height: calc(100vh - 300px);
}
/* .content-wrapper p img {
  margin: auto;
  width: 100% !important;
  max-height: 650px !important;
  object-fit: contain;
} */
.blog_date,
.blog_date a,
.blog_date p {
  color: #262525 !important;
}
.blog_date .blog_type {
  font-size: 17px;
  text-transform: capitalize;
}
.content-wrapper iframe {
  width: 100% !important;
}
.news-content p,
.news-content div {
  margin-bottom: 0pt !important;
}

.author-header-wrapper a,
.content-wrapper p,
.content-wrapper span,
/*.content-wrapper a,*/
.content-wrapper label,
.content-wrapper div,
.content-wrapper b,
.author-block a {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  font-feature-settings: normal !important;
  line-height: 1.7rem !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  color: #4e4e4e !important;
  word-wrap: break-word;
}
.author-header-wrapper a,
.content-wrapper p,
.content-wrapper span {
  max-width: 100%;
}

.content-wrapper i,
.content-wrapper i span {
  font-family: Roboto;
  font-weight: 300 !important;
  font-size: 14px !important;
}

.content-wrapper font > p {
  margin-bottom: 0px !important;
}

footer {
  background: #ebebeb;
}
.footer-container {
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.follow-logos-list {
  margin-top: 30px;
  display: flex;
}
.follow-logo {
  width: 17.14px;
  height: 17.14px;
  margin-right: 37px;
}
.follow-heading {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 14.06px;
}
.atinati-footer-logo {
  width: 128px;
  height: 115px;
  object-fit: contain;
}
.footer-links {
  text-align: right;
}
.footer-links a {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  font-family: Roboto;
  font-weight: 500;
}
.footer-links p {
  font-weight: 300;
  font-family: Roboto;
  margin-top: 9px;
  font-size: 8px;
}
/*    =====  Slider =====    */
.slider-container {
  width: 80%;
  margin: auto;
}
.slick-container {
  height: 60%;
}
.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}
.slider-image {
  object-fit: cover !important;
}
.slider-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#logoSlider {
  cursor: pointer;
  grid-column: 2;
  justify-self: center;
}
#slideshow {
  line-height: 1;
  position: relative;
  height: 368px;
  max-height: 100vh;
}
#slides {
  padding: 0;
  margin: 0;
  background: #000;
  overflow: hidden;
  height: 100%;
}
#slides div {
  max-height: 100% !important;
}
#slides > a {
  position: relative;
  height: 100%;
}
#slides > a img {
  width: 100%;
  height: 100%;
}
.slider-overtext {
  position: absolute;
  left: 130px;
  top: 90px;
  right: 35px;
  width: 100%;
  z-index: 999999;
  inline-size: min-content;
}
.slider-title:hover {
  color: #fff;
}
.slider-title:focus {
  outline: none;
}
.slider-overtext:hover {
  color: #fff;
}
.slider-description {
  font-size: 18.97pt;
}

.slider-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  word-spacing: 9999999px;
  line-height: 52px;
}
.arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.arrow-left {
  left: 50px;
}
.arrow-right {
  right: 50px;
}

/*    =====  HomePage =====    */
.home-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-news_item:nth-child(2) {
  margin: 0 32px;
}
.home-news_item {
  flex: 1;
}
.home-news_item img {
  height: 204px;
  object-fit: cover;
}
.home-news_title h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-top: 11px;
}
.home-news_body p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Donate  */
.donate-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.banner-box {
  max-width: 667px;
  width: 100%;
}
.donate-container img {
  max-width: 667px;
  width: 100%;
  height: 119px;
  object-fit: cover;
}
.donate-box {
  text-align: center;
}
.donate-box h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.donate-box h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 3px;
}
.donate-box button {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 218px;
  height: 30px;
  border: 1px solid #000000;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.donate-box button img {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}

/* Subscribtion  */

.subscribe-section {
  /* margin: 53px auto; */
  /* display: flex; */
}

/* Events  */

.events-container {
  display: flex;
  justify-content: space-between;
}
.events-text-block {
  width: 300px;
}
.events-text-block h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.events-text-block h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.events-text-block button {
  border: 1px solid #000000;
  width: 146px;
  height: 30px;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  background: none;
  margin: auto;
}
.event-box {
  display: flex;
  height: 188px;
  border: 1px solid #000;
}
.event-box-item {
  width: 64px;
  height: 187px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
  justify-content: space-between;
  padding: 11px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.event-box-item img {
  object-fit: cover;
}
.event-box-item--big {
  width: 292px;
  position: relative;
  padding: 0;
  background-size: cover;
}
.event-box-item--small {
  background: #fff !important;
  border-bottom: 1px solid black;
}
.event-box-item--small .event-box-absolute {
  position: inherit;
  padding: 0;
}
.event-box-item--small .event-box-absolute .align-center {
  justify-content: center !important;
}
.event-box-item--small .event-box-absolute p,
.event-box-item--small .event-box-absolute h2 {
  display: none;
}
.event-box-item--small .event-box-absolute span {
  color: #000 !important;
}

.event-box-item--big .event-box-absolute {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  width: 100%;
}
.event-box-absolute-text {
  height: 123px;
}
.event-description-box {
  height: 124px;
}
.align-flex-start {
  align-items: flex-start;
}
.event-box-absolute h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.event-box-absolute h3 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.event-box-absolute p {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  padding-top: 35px;
  color: #ffffff !important;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: none !important;
}
.event-box-absolute h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
}
.event-box-absolute span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
}
.event-box-item:last-child {
  border-right: none;
}
.event-box-item h3 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}
.event-box-item span {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 9px !important;
  line-height: 10px !important;
}

/* Blog  */
.category_name {
  text-transform: uppercase;
}
.blog-section {
  display: flex;
}
.blog-list_item {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}
.blog-section_item {
  width: 25%;
  height: 250px;
}
.blog-section_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section_item h2 {
  margin: 8px;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.marquee {
  position: relative;
  overflow: hidden;
  height: 60px;
  margin: 40px 0;
}
.subscribe-section {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;

  display: flex;
}
.subscribe-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #747474;
  position: absolute;
  top: 10px;
}
.subscribe-text.error {
  color: #ff0101;
}
.subscribe-text.success {
  color: #53c327;
}
.container {
  max-width: 80%;
  z-index: 999;
  padding-left: 0;
  padding-right: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*    =====  About =====    */
.about-description-block strong {
  font-weight: 500;
}
.about-description-block img {
  max-width: 100% !important;
  margin: auto !important;
  display: block;
}
.about-description-block p,
.about-description-block span,
.about-description-block a,
about-description-block ul {
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
  line-height: 30px;
  font-size: 16px !important;
  text-align: justify;
}
.about-description-block ul {
  margin: 20px 0;
  padding-left: 50px;
}
.about-description-block ul li {
  margin-bottom: 15px;
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
  line-height: 30px;
}
.about-description-block iframe {
  width: 100% !important;
}

.about-description-block i {
  font-style: italic;
}
.about-title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 6px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
/*    =====  7. Ads =====    */
.ads-container {
  padding: 150px 0;
  text-align: center;
}
.ads-container h4 {
  font-family: Roboto;
  font-size: 16pt;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.ads-email {
  margin-top: 55px;
  font-size: 38px;
  font-family: Roboto;
  font-weight: 700;
}
.about-single {
  padding-top: 12px;
}
/*    =====  8. Fashion Details =====    */
.fashion-details-container h1 {
  font-size: 46px;
  max-width: 75%;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 46px;
}
.fashion-details-container p {
  margin-left: 0px !important;
}
.fashion-details-container p > .about-description-block img {
  text-align: center !important;
}
.details-cover {
  min-height: 500px;
  max-height: 550px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  object-fit: cover;
}
.detail-info {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.detail-info .title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.author-date {
  display: flex;
}
.author {
  margin-right: 25px;
}
.share-block {
  text-align: right;
}
.share {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  cursor: pointer;
}
.share-items {
  margin-left: 20px;
  transition: 0.5s;
}
.share-items.mobile {
  display: none;
}
.share-items a {
  color: #000;
  margin-right: 10px;
}
.share-items img {
  width: 20px;
  height: 20px;
}
.related-posts .title-section {
  padding: 65px 0 55px;
  font-size: 38px;
  text-transform: uppercase;
}
.related-post_box img {
  height: 285px;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: flex-end;
}
.space-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.mr-0 {
  margin-right: 0;
}
.related-title {
  display: flex;
  margin-top: 10px;
}
.catalogue-item-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.catalogue-item-desc {
  margin-top: 5px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
.related-title h2 {
  margin-left: 10px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  text-decoration: none;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.related-title span {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  text-decoration: none;
}
/* ===== 9. Fashion List ======  */

.fashion-list_item {
  margin-bottom: 50px;
}
.fashon-list_img {
  width: 100%;
  max-width: 378px;
  height: 250px;
  padding-top: 7px;
  object-fit: cover;
}
.fashion-list_title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 30pt;
  text-transform: uppercase;
  line-height: 45px;
}
.fashion-list_description {
  font-size: 15pt;
  margin-top: 15px;
  font-family: sourceSansPro;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.video-description {
  font-size: 15pt;
  font-family: sourceSansPro;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
/*    =====  10. Kids =====    */
section.kids {
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.kids h2 {
  font-size: 38pt;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
section.kids h2 bold {
  font-weight: bold;
}

iframe.video-player {
  width: 100%;
  height: 450px;
  vertical-align: bottom;
}
.video-item {
  max-width: 800px;
}

.video-cover {
  max-height: 400px;
  object-fit: cover;
}
.pointer {
  cursor: pointer;
}
.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.play-button {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-button:hover {
  background: rgba(255, 255, 255, 0.6);
}

.play-icon {
  width: 20px;
  height: 25px;
  /* small optical nudge only — a play triangle looks centred slightly right */
  margin-left: 2px;
}

.modal {
  padding: 0 !important;
}

/* Map  */
.map-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}
#mapSidebar {
  width: 380px;
  max-width: 90vw;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}
a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
.map-sidebar h3 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.map-sidebar select {
  width: 100%;
  margin-bottom: 20px;
}
.type-item label {
  cursor: pointer;
  color: #000 !important;
}
.regions-wrapper {
  margin-bottom: 20px;
}
.regions-wrapper .region-item,
.sub-region-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-regions-wrapper {
  padding-left: 33px;
  display: block;
  width: 100%;
}
.regions-wrapper .region-item p,
.sub-region-item p {
  margin-left: 20px;
}
.categories-wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.categories-wrapper .type-item {
  border: 2px solid black;
  border-radius: 12px;
  padding: 5px;
  display: flex;
  align-items: center;
}
.categories-wrapper .type-item input {
  margin-right: 5px;
  cursor: pointer;
}
.categories-wrapper .type-item label {
  margin-right: 5px;
}
.map-container {
  width: 100%;
  position: relative;
}
.map-container #map {
  width: 100%;
}
.map-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 99;
  padding: 15px 36px;
}
.map-header img {
  width: 25px;
}
.map-header .header-left {
  background-color: #dcd7d7;
  border-radius: 4px;
  display: flex;
}
.map-header .header-left div {
  padding: 8px 12px;
  cursor: pointer;
}

.map-header .header-left .active {
  background-color: #fff;
  border-radius: 4px;
}
.map-sidebar-toggler {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
.map-sidebar-toggler img {
  width: 15px;
}
.map-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 345px;
  height: 100%;
  background-color: rgba(52, 52, 52, 0.8);
  border-radius: 16px;
  display: none;
  z-index: 9999999999;
  overflow: hidden;
}
.map-overlay img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.map-overlay .image-wrapper {
  position: relative;
}
#map-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  width: 23.064px;
  height: 22.985px;
  background-color: #343434;
  border-radius: 50%;
  border: none;
}
#map-close img {
  width: 80%;
  height: 80%;
}
.map-overlay #map-overlay-title {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.map-region-wrapper {
  position: absolute;
  top: 50px;
  left: 20px;
  display: flex;
  align-items: center;
}
.map-region-wrapper img {
  width: 100%;
  height: 100%;
  margin-right: 5px;
}
#map-overlay-region {
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.map-overlay.active {
  display: block;
}
.map-description-wrapper {
  height: 100%;
  max-height: 180px;
  padding: 11px;
}
#map-overlay-description {
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  color: #fff !important;
  font-family: Helvetica !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
#map-overlay-link {
  width: 136px;
  height: 39px;
  border-radius: 12px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 11px;
}

.custom-checkbox {
  display: none;
}

.checkbox-label {
  width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  cursor: pointer;
}

.custom-checkbox:checked + .checkbox-label {
  background-color: black;
  border-color: black;
}

.checkbox-label::after {
  content: '\2713'; /* Checkmark character */
  display: block;
  color: black;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.custom-checkbox:checked + .checkbox-label::after {
  color: green; /* Change the checkmark color to green when checked */
}

/* cultural heritage  */
.my-custom-checkbox {
  display: none;
}

.custom-checkbox-label {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(174, 174, 178, 1);
  border-radius: 4px;
  display: inline-block;
  background-color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-checkbox-label:after {
  content: '\2713';
  color: #fff;
}

.my-custom-checkbox:checked + .custom-checkbox-label {
  background-color: #28c24a;
  border-color: #28c24a;
}

/* regions  */
.region-checkbox {
  display: none;
}
.region-item .text-item {
  color: #000 !important;
  margin-left: 10px !important;
  cursor: pointer;
}

.region-label {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(174, 174, 178, 1);
  border-radius: 4px;
  display: inline-block;
  background-color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.region-label:after {
  content: '\2713';
  color: #fff;
}

.region-checkbox:checked + .region-label:after {
  color: #000;
}

/* sub-region-item  */

.sub-region-item .text-item {
  margin-left: 10px !important;
  color: #000 !important;
  cursor: pointer !important;
}
#findPlace {
  display: none;
}
#sidebar-close {
  display: none;
  width: 23.064px;
  height: 22.985px;
  background-color: #343434;
  border-radius: 50%;
  border: none;
}
#map-close img {
  width: 80%;
  height: 80%;
}
#mobileSidebarToggler {
  display: none;
}
/*    =====  11. Responsive =====    */
@media only screen and (min-width: 1024px) {
  .footer-follow,
  .footer-links {
    width: 220px;
  }
  #logoSlider {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-container--right,
  .microphone-parent {
    min-width: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .mobile-header-languages {
    left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  #menu,
  #logoSlider {
    display: none;
  }
  .event-box-absolute {
    padding-left: 15px;
  }
  #mobileMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0px 20px;
  }
  .slider-container {
    width: 100%;
  }
  .header-container {
    display: none;
  }
  .mobile-menu-img {
    width: 24px;
    height: 24px;
  }
  .mobile-menu-img:first-child {
    margin-right: 10px;
  }
  header {
    padding: 15px;
    background: #fff;
    width: 100% !important;
    max-width: 100% !important;
  }
  .header-from-top {
    width: 100%;
    height: 0;
  }
  .mobile-icon {
    width: 22px;
    cursor: pointer;
  }
  .slider-title {
    font-size: 28pt;
    line-height: 60px;
  }
  .slider-description {
    font-size: 12pt;
  }
  .mobile-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    display: flex;
    align-items: center;
    width: 96%;
    padding-left: 15px;
    z-index: 999999999;
    background: #fff;
  }
  .mobile-search input {
    border: none;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  }
  .mobile-search input:focus {
    outline: none;
  }
  .h-slider {
    width: 60px;
    height: 58px;
    margin: 0 auto;
  }
  .h-slider .logo {
    width: 60px;
    height: 60px;
  }
  #slideshow {
    height: 367px;
    padding: 0 !important;
  }
  .logo2 {
    width: 80px;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  html:not([data-scroll='0']) .logo2 {
    opacity: 0;
  }
  html:not([data-scroll='0']) .h-slider {
    margin-top: 15px;
    transition: 0.4s;
  }
}

@media only screen and (min-width: 768px) {
  .subscribe-container button:active {
    background: #000 !important;
    color: #fff;
  }
}
@media only screen and (max-width: 415px) {
  .event-box-item--big {
    width: 144px !important;
  }
  .content-wrapper p {
    margin: 0 !important;
  }
  .author-small-text {
    font-size: 12px !important;
  }
  .ml10-mobile {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .author-header-wrapper a,
  .author-header-wrapper p,
  .author-header-wrapper span,
  author-header-wrapper {
    font-size: 12px !important;
  }
  .static-pages-container * {
    line-height: 115%;
  }
  .event-box-absolute h2 {
    max-width: 90px;
  }
  .video-list_description {
    margin: 10px 0 !important;
  }
  .about-container {
    padding: 0 20px !important;
  }
  .arrow {
    display: none !important;
  }
  .home-news_body p {
    margin-bottom: 20px;
  }
  .home-news_item:nth-child(2) {
    margin: 0 !important;
    margin-top: 32px !important;
  }
  .content-wrapper p iframe {
    width: 100% !important;
  }
  .content-wrapper img {
    max-width: 100% !important;
  }
  #menuColl {
    position: absolute;
    top: 0;
    height: 65px;
    background: #fff;
    z-index: 999999999999999999999999;
    width: 100%;
    display: none;
    align-items: center;
    font-size: 11px;
  }
  #menuColl {
    display: flex;
  }
  .author-date {
    flex-wrap: wrap;
  }
  .slider-overlay {
    display: none;
  }
  .blog-section_item img {
    height: 145px;
  }
  .details-cover {
    min-height: 350px;
    max-height: 450px;
  }
  .share-items.desktop {
    display: none;
  }
  .share-items.mobile {
    display: block;
  }
  .ads-container {
    padding: 111px 0 150px 0;
  }
  .slider-overtext {
    left: 15px;
    bottom: 15px;
  }
  .detail-info {
    margin-bottom: 5px;
  }
  .related-title h2 {
    margin-left: 5px;
    font-size: 16px;
  }
  section.kids {
    padding: 200px 0 230px 0;
  }
  section.kids h2 {
    font-size: 22pt;
  }
  .about-description-block p {
    margin-left: 0px !important;
  }
  .fashion-details-container h1 {
    font-size: 30px;
    line-height: 34px;
    max-width: 95%;
  }
  .about-description-block img {
    max-width: 100% !important;
    margin-top: 10px;
  }
  .ads-container h4 {
    line-height: 25px;
  }
  .ads-email {
    font-size: 29px;
  }
  .home-news_title h2 {
    font-size: 30px;
  }
  .home-news-container {
    padding: 10px 15px 0px 15px !important;
  }
  .event-description-box {
    height: 115px;
  }
  .not-found-box {
    width: 90% !important;
    margin: 60px auto !important;
  }

  .home-news_item {
    margin-top: 23px;
    flex: auto;
  }
  .fashion-list_title {
    font-size: 24pt;
    margin-top: 10px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .fashion-list_description {
    margin-top: 0px;
    line-height: 28px;
  }
  .about-title {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 40px;
  }
  .about-description-block .mt-35 {
    margin-top: 10px;
  }
  .about-description-block p {
    margin-right: 0px !important;
  }
  .about-single {
    padding-bottom: 20px;
  }
  .home-news {
    width: 100%;
    margin: auto;
  }
  .home-news_title h2 {
    line-height: 31px;
  }
  .home-news_item {
    width: 100%;
    height: auto;
  }
  .fashon-list_img {
    max-width: 100%;
  }
  .footer-menu {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .footer-menu_item {
    flex: 0 0 100%;
    text-align: left !important;
    margin-bottom: 0px;
    font-size: 13.9pt;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer {
    height: auto;
    padding: 40px 20px 30px;
  }
  .follow-text {
    display: none;
  }
  .footer-share {
    display: block;
  }

  iframe.video-player {
    height: 250px;
  }
  .video-item {
    max-width: 500px;
  }
  .video-cover {
    max-height: 220px;
  }
  .play-button {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .play-icon {
    width: 12px;
    height: 15px;
    margin: 0;
  }
  .video-description {
    display: none;
  }
  .subscribe-container--black {
    display: block;
    height: auto;
    padding: 30px;
  }
  .subscribe-container--black h5 {
    width: auto;
    margin-bottom: 22px;
  }
  .subscribe-container--black p,
  .subscribe-container--black p a {
    margin-bottom: 40px;
  }
  .subscribe-container--black button {
    margin: auto;
  }
  .footer-container {
    display: block;
    margin: auto;
    height: auto;
    max-width: 90%;
  }
  .footer-follow {
    width: 100%;
  }
  .follow-logos-list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .footer-logo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .events-text-block {
    display: none;
  }
  .event-box-item {
    width: 40px;
  }
  .event-box-item--big {
    width: 182px;
  }
  .container {
    max-width: 90%;
    margin: auto;
  }
  .blog-header {
    margin-bottom: 30px !important;
  }
  .mobile-container {
    max-width: 90%;
    margin: auto;
  }
  .blog-header_icon {
    display: none;
  }
  .like_content-item img {
    object-fit: cover;
    height: 250px;
  }
  .works_gallery,
  .description_wrapper {
    margin-left: 0;
  }
  .podcast-item {
    width: 100% !important;
  }
  .search_form button {
    right: 30px;
  }
  .news-content p img {
    /* object-fit: cover; */
    width: 100% !important;
  }
  .like_content a {
    width: 100%;
  }
  .map-wrapper {
    flex-wrap: wrap;
    position: relative;
  }
  #mapSidebar {
    position: absolute;
    z-index: 9999;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    width: 100%;
    max-width: 100%;
    padding: 32px 48px;
  }
  #mapSidebar .d-flex {
    justify-content: space-between;
  }
  #sidebar-close {
    display: block;
  }
  #findPlace {
    display: block;
    margin: auto;
    background-color: #000;
    border: 0;
    padding: 10px 17px;
    margin-top: 48px;
    margin: auto;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.859%;
    margin-top: 20px;
  }
  #mobileSidebarToggler {
    display: block;
  }
  #sidebarToggler {
    display: none;
  }
  .blog_item-description-wrapper {
    max-height: calc(1.6em * 4);
    overflow: hidden;
  }
}

@media only screen and (max-width: 320px) {
  .share-items {
    margin-left: 0px;
  }
  iframe.video-player {
    height: 200px;
  }
  .video-cover {
    min-height: 180px;
  }
}

/*    =====  12. Global =====    */
.block-header {
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}
.block-header h3 {
  position: absolute;
  bottom: -4px;
  height: 25px;
  background: #fff;
  padding-right: 5px;
  font-size: 22px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.block-header-line {
  text-align: right;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}
.block-header-line span,
.block-header-line a {
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
}
.block-header-line a:hover {
  color: #000;
}
.block-header-line span b {
  font-family: Roboto;
  font-weight: 700;
}
.soundcloud-button {
  margin: 0;
}
.soundcloud-button img {
  width: 13px;
  margin-right: 7px;
}
.soundcloud-list_item .podcast-date {
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: right;
  color: #747474;
}
.soundcloud-list_img {
  width: 114px;
  height: 104px;
  object-fit: cover;
}
.soundcloud-box {
  margin-bottom: 50px;
}
.podcast-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.podcast-item {
  width: 48%;
  height: 104px;
  margin-bottom: 50px;
  display: flex;
}
.podcast-img {
  width: 114px;
  height: 104px;
  object-fit: cover;
  margin-right: 17px;
}
.empty-container {
  text-transform: uppercase;
  padding-bottom: 300px;
}
.empty-container h3 {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.empty-container span {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.not-found-container {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 150px;
}
.not-found-container h3 {
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
}
.not-found-box {
  height: 103px;
  width: 460px;
  padding: 25px;
  border: 1px solid #000000;
  margin: auto;
  margin-top: 60px;
}
.not-found-box span {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  margin-left: 15px;
}

/* effects  */

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.hover-color,
.hover-background {
  transition: 0.5s ease;
}

.author-block {
  padding: 60px;
  text-align: center;
  border-top: 1px solid black;
}
.author-block h3 {
  font-family: Caps;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.authors-header {
  margin-top: 40px;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #60666d;
  border: 1px solid #626262;
  border-radius: 8px;
  margin-bottom: 12px;
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 3.5px;
  padding-left: 10px;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  top: 30px;
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.under-construction {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
.under-construction h1 {
  font-size: 50px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.team-section {
  --bg: #0f172a; /* slate-900 */
  --card: #111827; /* gray-900 */
  --text: #e5e7eb; /* gray-200 */
  --muted: #9ca3af; /* gray-400 */
  --accent: #38bdf8; /* sky-400 */
  /* background: radial-gradient(
    80rem 80rem at 10% -20%,
    #1e293b 0%,
    var(--bg) 60%
  ); */
  /* color: var(--text); */
  padding: 64px 16px;
}

.team-container {
  max-width: 1100px;
  margin: 0 auto;
}

.team-section h2 {
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 36px);
  margin: 0 0 28px;
  position: relative;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
}

.team-section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 2px;
}

.team-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
  margin: 28px 0 0;
}

@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card {
  /* background: linear-gradient(180deg, #0b1220, var(--card)); */
  /* border: 1px solid rgba(148, 163, 184, 0.15); */
  border-radius: 18px;
  padding: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.team-card:hover {
  transform: translateY(-4px);
  /* border-color: rgba(56, 189, 248, 0.45); */
  box-shadow: 0 16px 36px rgba(56, 189, 248, 0.18);
}

.member {
  margin: 0;
}

.member-photo {
  width: 100%;
  aspect-ratio: 4 / 5; /* keeps all cards same height */
  object-fit: cover;
  border-radius: 12px;
  display: block;
  filter: saturate(1.05) contrast(1.05);
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
  line-height: 30px;
}

.member-info {
  display: grid;
  gap: 4px;
  padding: 12px 6px 4px;
}

.member-name {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.member-role {
  font-size: 0.92rem;
  color: var(--muted);
}
.team-section{display:none;}

/* NEW FOOTER STYLES */
.new-footer-wrapper {
  background-color: #dedcd9;
  color: #111;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  padding-top: 60px;
}

.site-footer {
  width: 100%;
  background: transparent !important;
}
.new-footer-container {
  margin: 0 auto;
  padding: 0 15px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}

.footer-subscribe {
  width: 40%;
}

.footer-subscribe h2 {
  font-size: 32px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.2;
  color: #111;
}

.subscribe-form-wrapper {
  width: 80%;
  position: relative;
}

.input-group {
  display: flex;
  border-bottom: 1px solid #111;
  padding-bottom: 8px;
  align-items: center;
}

.input-group input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #111;
}

.input-group input::placeholder {
  color: #888;
}

.input-group button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.footer-links-grid {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.links-header {
  display: flex;
  gap: 120px;
  margin-bottom: 12px;
}

.links-line {
  border-top: 1px solid #aaa;
  margin-bottom: 30px;
}

.footer-links-row {
  display: flex;
  gap: 120px;
}

.top-row {
  margin-bottom: 50px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.col-label {
  font-size: 12px;
  color: #666;
  font-family: sans-serif;
}

.col-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.col-items a, .col-items p {
  color: #111;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
}

.col-items a:hover {
  text-decoration: underline;
}

.address-col .col-items p {
  max-width: 200px;
  line-height: 1.4;
}

.bottom-row .footer-col {
  gap: 12px;
}

.footer-bottom {
  border-top: 1px solid #aaa;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.copyright {
  font-size: 12px;
  color: #666;
  font-family: sans-serif;
  margin: 0;
}

.scroll-to-top {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #111;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111;
  transition: background 0.2s, color 0.2s;
}

.scroll-to-top:hover {
  background: #111;
  color: #dedcd9;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    gap: 60px;
  }
  .footer-subscribe, .footer-links-grid {
    width: 100%;
  }
  .footer-links-row, .links-header {
    gap: 40px;
    justify-content: space-between;
  }
}

/* --- ABOUT PAGE REDESIGN --- */
.about-hero {
  margin-top: 80px;
  margin-bottom: 25px;
}
.about-hero h1 {
  font-size: 42px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}
.about-hero .subtitle {
  font-size: 9px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
  font-family: sans-serif;
}

/* Video */
.about-video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  color: #888;
  font-size: 14px;
  font-family: sans-serif;
}
.about-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Large intro text */
.about-text-large {
  font-size: 38px !important;
  line-height: 1.4 !important;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 400 !important;
  margin-bottom: 60px;
  color: #111;
  max-width: 100%;
}
.about-text-large .light-text {
  color: #bbb;
}

/* Small body text */
.about-text-small-wrapper {
  margin-bottom: 60px;
}
.about-text-small-wrapper.has-borders {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-text-small-wrapper.no-borders {
  border: none;
  padding-top: 20px;
  padding-bottom: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}
.about-text-small {
  max-width: 520px;
  font-size: 11px;
  line-height: 1.8;
  font-family: sans-serif;
  margin: 0 auto;
  text-align: justify;
  color: #333;
  letter-spacing: 0.2px;
}
.about-text-small strong {
  font-weight: 600;
}
.about-text-small a {
  color: #333;
  text-decoration: none;
}
.about-text-small a:hover {
  text-decoration: underline;
}

/* Scope section */
.about-scope-section {
  background: #ebebeb;
  padding: 80px 0;
  margin-bottom: 100px;
}
.about-scope-container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}
.about-scope-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 400;
  color: #111;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.3;
}
.about-scope-grid {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.scope-col {
  flex: 1;
}
.scope-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #111;
  font-family: sans-serif;
}
.scope-col p {
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.6;
  color: #444;
}

/* Team section */
.about-team-section {
  margin-bottom: 100px;
  padding-top: 20px;
}
.about-team-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #111;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 40px;
}
.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team-member img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  background: #ddd;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.team-member img:hover {
  filter: grayscale(0%);
}
.team-member .name {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
  color: #111;
}
.team-member .role {
  font-size: 11px;
  color: #888;
  display: block;
  font-family: sans-serif;
}

/* Responsive */
@media (max-width: 992px) {
  .about-hero h1 {
    font-size: 32px;
  }
  .about-text-large {
    font-size: 22px;
  }
  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-scope-grid {
    flex-direction: column;
    gap: 30px;
  }
  .team-member img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 576px) {
  .about-hero h1 {
    font-size: 26px;
  }
  .about-text-large {
    font-size: 18px;
  }
  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .team-member img {
    width: 120px;
    height: 120px;
  }
  .about-video-wrapper {
    height: auto;
  }
}

/* --- CONTACT PAGE --- */
.contact-page-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contact-main-title {
  font-family: sans-serif;
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: -2px;
}
.contact-main-subtitle {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #111;
  max-width: 500px;
  margin-bottom: 80px;
}
.contact-details-grid {
  display: flex;
  gap: 120px;
  margin-bottom: 20px;
}
.contact-info-block {
  display: flex;
  flex-direction: column;
}
.contact-info-label {
  font-family: sans-serif;
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
}
.contact-info-value, .contact-info-value a {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: #111;
  text-decoration: none;
  margin: 0;
}
.contact-divider {
  border: none;
  border-bottom: 3px solid #111;
  margin: 20px 0 80px 0;
}
.contact-form-section {
  width: 100%;
}
.contact-form-grid {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.contact-form-text {
  flex: 1;
}
.contact-form-text p {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #111;
  margin: 0;
  max-width: 400px;
}
.contact-form-wrapper {
  flex: 1;
}
.contact-inputs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
}
.form-group.full-width {
  grid-column: span 2;
}
.form-group input, .form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #111;
  outline: none;
  transition: border-bottom-color 0.3s;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: #555;
}
.form-group input:focus, .form-group textarea:focus {
  border-bottom-color: #111;
}
.form-submit-container {
  margin-top: 80px;
}
.submit-btn {
  background: transparent;
  border: none;
  font-family: sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
  padding: 0;
  outline: none;
  transition: opacity 0.2s;
}
.submit-btn:hover {
  opacity: 0.7;
}

/* Status messaging styling */
.contact-status-message {
  padding: 15px;
  margin-bottom: 30px;
  font-family: sans-serif;
  font-size: 14px;
  border-left: 4px solid;
}
.contact-status-message.success {
  background-color: #f3f9f4;
  color: #2b543a;
  border-left-color: #2b543a;
}
.contact-status-message.error {
  background-color: #fdf5f5;
  color: #721c24;
  border-left-color: #721c24;
}

/* Responsive contact page */
@media (max-width: 992px) {
  .contact-main-title {
    font-size: 55px;
  }
  .contact-form-grid {
    flex-direction: column;
  }
  .contact-inputs-grid {
    grid-template-columns: 1fr;
  }
  .form-group.full-width {
    grid-column: span 1;
  }
  .submit-btn {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .contact-main-title {
    font-size: 40px;
  }
  .contact-details-grid {
    flex-direction: column;
    gap: 30px;
  }
}



/* --- CATEGORY / NEWS PAGE --- */
.category-page-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.category-main-title {
  font-family: sans-serif;
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: -2px;
}
.category-divider {
  border: none;
  border-bottom: 3px solid #111;
  margin-bottom: 60px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px 30px;
}
.category-card-wrapper {
  grid-column: span 2;
}
.category-card-wrapper:nth-child(4),
.category-card-wrapper:nth-child(5) {
  grid-column: span 3;
}
.category-card-wrapper:nth-child(4) .category-title,
.category-card-wrapper:nth-child(5) .category-title {
  font-size: 24px;
}
.category-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.category-card:hover {
  text-decoration: none;
}
.category-img-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
.category-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}
.category-card:hover .category-img {
  opacity: 0.8;
}
.category-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.category-meta {
  font-family: sans-serif;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.category-title {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  color: #111;
  margin: 0;
}
.category-excerpt {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-card-wrapper,
  .category-card-wrapper:nth-child(4),
  .category-card-wrapper:nth-child(5) {
    grid-column: span 1;
  }
  .category-main-title {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-card-wrapper,
  .category-card-wrapper:nth-child(4),
  .category-card-wrapper:nth-child(5) {
    grid-column: span 1;
  }
  .category-main-title {
    font-size: 40px;
  }
}

/* NEW ARTICLE INNER PAGE REDESIGN */
.new-article-layout {
  background-color: transparent; /* Body handles the main bg */
  color: #111;
  padding-bottom: 50px;
}
.new-article-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  color: #222;
}
.new-article-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.meta-author-line {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  color: #111;
}
.meta-author-link {
  color: #111;
  text-decoration: underline;
}
.meta-status-line {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: #666;
}
.meta-category-line {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.meta-date-line {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #888;
  margin-top: 4px;
}
.share-post-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #aaa;
  border-radius: 30px;
  padding: 6px 16px;
  color: #666 !important;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.share-post-btn:hover {
  background-color: #e5e5e5;
  border-color: #888;
  color: #333 !important;
}
.share-post-btn img {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
.new-article-content {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}
.new-article-content img {
  width: 100%;
  height: auto;
  margin: 30px 0;
  object-fit: cover;
}
.new-article-recommended {
  margin-top: 60px;
}
.recommended-heading {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .new-article-title {
    font-size: 24px;
  }
}

}

/* VIDEOS PAGE REDESIGN */
.videos-page {
  padding-bottom: 60px;
}
.videos-main-heading {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #111;
}

.videos-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.video-category-link {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  background: #f4f4f4;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.video-category-link:hover, .video-category-link.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.video-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.video-card-link:hover {
  text-decoration: none;
}

.video-card-image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 12;
  margin-bottom: 12px;
  overflow: hidden;
}

.video-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.play-btn-overlay::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 6px;
}

.play-btn-overlay img {
  display: none;
}

.video-card-link:hover .play-btn-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.video-card-meta {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.video-category-name {
  color: #555;
}

.video-card-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-top: 0;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .videos-grid {
    grid-template-columns: 1fr;
  }
  .videos-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .video-category-link {
    white-space: nowrap;
}

/* MAP SIDEBAR REDESIGN */
#mapSidebar {
  background-color: #F4F4F2 !important;
  padding: 24px;
  max-width: 280px;
  z-index: 100;
}

.sidebar-header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.sidebar-close-btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  padding: 0;
}

.sidebar-close-btn img {
  width: 14px;
  filter: brightness(0);
}

.filter-section {
  margin-bottom: 32px;
}

.filter-section-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #111;
  margin-bottom: 16px;
  text-transform: none;
}

.filter-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-btn-wrapper {
  margin: 0;
}

.filter-btn-label {
  display: inline-block;
  padding: 8px 14px;
  background-color: #E8E8E8;
  color: #333;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
}

.filter-btn-wrapper input:checked + .filter-btn-label {
  background-color: #000;
  color: #fff;
}

/* AUTHOR INNER PAGE REDESIGN */
.author-details-page {
  padding: 60px 15px;
}
.author-details-header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
.author-details-avatar-box {
  flex-shrink: 0;
}
.author-details-avatar {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.author-details-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-details-name {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #111;
}
.author-details-speciality {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px;
  color: #666;
}
.author-details-bio {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 40px;
}
.authors-divider {
  border: 0;
  border-top: 2px solid #111;
  margin: 40px 0;
}
.author-articles-heading {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 40px;
  font-weight: 400;
  color: #222;
  margin-bottom: 30px;
}
.author-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.article-card-link {
  text-decoration: none !important;
  color: inherit;
}
.article-card-image-box {
  margin-bottom: 10px;
}
.article-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.article-card-meta {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 14px;
  color: #333;
  margin-top: 0;
  margin-bottom: 4px;
}
.article-card-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1.3;
  text-transform: uppercase;
}
.article-card-description {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 15px;
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

@media (max-width: 992px) {
  .author-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .author-details-header {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .author-articles-grid {
    grid-template-columns: 1fr;
  }
  .author-details-name {
    font-size: 36px;
  }
  .author-articles-heading {
    font-size: 30px;
  }
}

/* ================================================================
   ARTIST DETAIL PAGE — Premium Redesign
   ================================================================ */

/* --- Artist Header refinement --- */
.author-details-page .author-details-header {
  gap: 50px;
  margin-bottom: 40px;
  padding-top: 20px;
}
.author-details-page .author-details-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f0f0f0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}
.author-details-page .author-details-avatar:hover {
  transform: scale(1.03);
}
.author-details-page .author-details-name {
  font-size: 42px;
  letter-spacing: 1px;
}
.author-details-page .icon_wrapper {
  justify-content: flex-start;
}
.author-details-page .icon_wrapper a {
  opacity: 0.5;
  transition: opacity 0.2s;
}
.author-details-page .icon_wrapper a:hover {
  opacity: 1;
}

/* --- Bio section --- */
.author-details-page .author-details-bio {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  max-width: 900px;
}
.author-details-page .author-details-bio p {
  margin-bottom: 16px;
}
.author-details-page .author-details-bio iframe {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}

/* --- Works Section Heading --- */
.author-details-page .author-articles-heading {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 30px;
}

/* --- Works Grid — masonry-style uniform cards --- */
.artist-works-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
}
.artist-works-grid .article-card-link {
  display: block;
  text-decoration: none !important;
}
.artist-works-grid .article-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f5f5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.artist-works-grid .article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.artist-works-grid .article-card-image-box {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.artist-works-grid .article-card-image {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.5s ease;
}
.artist-works-grid .article-card:hover .article-card-image {
  transform: scale(1.08);
}

/* Caption overlay on hover */
.artist-works-grid .article-card-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: #555 !important;
  padding: 10px 12px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  background: #fff;
}

/* --- "Maybe you also like" section --- */
.author-details-page .authors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}
.author-details-page .authors-list .authors-list_item {
  flex: 0 0 140px;
  text-align: center;
}
.author-details-page .authors-list .authors_item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
  transition: all 0.3s ease;
}
.author-details-page .authors-list .authors-list_item:hover .authors_item-img {
  border-color: #333;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.author-details-page .authors-list .authors_item-title {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  display: block;
}

/* Divider refinement */
.author-details-page .authors-divider {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 50px 0;
}

/* --- Responsive --- */
@media (max-width: 1200px) {
  .artist-works-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .artist-works-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .artist-works-grid .article-card-image {
    height: 200px !important;
  }
  .author-details-page .author-details-name {
    font-size: 32px;
  }
  .author-details-page .authors-list .authors-list_item {
    flex: 0 0 110px;
  }
  .author-details-page .authors-list .authors_item-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 576px) {
  .artist-works-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .artist-works-grid .article-card-image {
    height: 150px !important;
  }
  .author-details-page .author-details-name {
    font-size: 26px;
  }
}

/* CATALOGUE PAGE REDESIGN */
.catalogue-page {
  padding-top: 40px;
  padding-bottom: 60px;
}

.catalogue-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #000;
  text-transform: uppercase;
}

.catalogue-description {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}

.catalogue-page-wrapper {
  margin-top: 40px;
}

.catalogue-main-title {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #111;
}

.catalogue-description-box {
  max-width: 750px;
  margin-bottom: 40px;
}

.catalogue-description-box p {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}

.catalogue-divider {
  border-top: 1px solid #111;
  margin-bottom: 40px;
  margin-top: 0;
}

.catalogue-item {
  margin-bottom: 0;
}

.catalogue-link {
  text-decoration: none !important;
  display: block;
  color: #111 !important;
}

.catalogue-img-wrapper {
  margin-bottom: 12px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalogue-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.catalogue-link:hover .catalogue-img {
  transform: scale(1.03);
}

.catalogue-item-title {
  margin-top: 10px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.catalogue-item-desc {
  margin-top: 5px;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.header-slider img { width: 100%; height: 100%; object-fit: cover; }

