@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700&family=Work+Sans:wght@300;400;500;700&display=swap");
@import 'icons/icons.css';
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nunito", sans-serif;
  color: #7A7A7A;
  line-height: 1.6;
  transition: all 0.3s ease;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 70px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media all and (max-width: 1300px) {
  .content {
    padding: 0 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .content {
    padding: 0 1rem;
  }
}

.sidebar {
  grid-area: sidebar;
  padding: 30px;
  border: 2px solid #f1f1f1;
}
.sidebar .block {
  margin-bottom: 50px;
  width: 100%;
}
.sidebar .block:last-child {
  margin-bottom: 0;
}
.sidebar h3 {
  font-size: 30px;
  color: #741417;
  margin: 0;
  margin-bottom: 20px;
}
.sidebar h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #a21c20;
  margin-top: 10px;
}
@supports (display: grid) {
  .sidebar .instagram {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.sidebar .instagram img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sidebar .tags {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.sidebar .tags a {
  background: #f1f1f1;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #7A7A7A;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.sidebar .tags a:hover {
  background: #a21c20;
  color: white;
}
.sidebar .inline-list {
  display: flex;
  flex-direction: column;
}
.sidebar .inline-list .item {
  display: flex;
  margin-bottom: 30px;
}
.sidebar .inline-list .item .image {
  width: 100px;
}
.sidebar .inline-list .item .image img {
  max-width: 100%;
  height: auto;
}
.sidebar .inline-list .item .image:hover img {
  filter: grayscale(100%);
  opacity: 0.9;
}
.sidebar .inline-list .item .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.sidebar .inline-list .item .info a {
  text-decoration: none;
}
.sidebar .inline-list .item .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #7A7A7A;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.sidebar .inline-list .item .info .info-meta {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .inline-list .item .info .info-meta .category {
  color: #7A7A7A;
  font-size: 0.8rem;
  margin-left: 10px;
}
.sidebar .inline-list .item .info p {
  color: #7A7A7A;
  line-height: 1.4;
  font-size: 15px;
}
.sidebar .inline-list .item .info h2 {
  color: #741417;
  margin: 0;
  margin-bottom: 10px;
}
.sidebar .inline-list .item .info {
  padding: 0px;
  margin-left: 30px;
  flex: 1;
}
.sidebar .inline-list .item .info h2 {
  font-size: 18px;
}

.profile {
  border: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  grid-area: profile;
}
.profile .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.profile h2 {
  font-size: 30px;
  font-weight: 500;
  color: #741417;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profile h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #a21c20;
  margin-top: 10px;
}

#search {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(150%) blur(5px);
  backdrop-filter: saturate(150%) blur(5px);
  visibility: hidden;
  padding: 10px;
  z-index: 100;
}
#search:target {
  visibility: visible;
}
#search .icon-close2 {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
  color: #741417;
  font-size: 20px;
  background: white;
  text-decoration: none;
  border-radius: 30px;
}
#search .icon-close2:before {
  vertical-align: middle;
}
@media all and (max-width: 999px) {
  #search .icon-close2 {
    font-size: 20px;
    padding: 20px;
  }
}

.search-form {
  width: 100%;
  max-width: 400px;
  background: #FFFFFF;
  box-shadow: 0 -3px 19px 0 rgba(0, 0, 0, 0.11);
}
@media all and (max-width: 999px) {
  .search-form {
    max-width: 100%;
  }
}
.search-form form {
  display: flex;
}
.search-form form input {
  flex: 1;
  padding: 15px;
  color: #a21c20;
  border: 0px;
  font-size: 17px;
  outline: none;
}
@media all and (max-width: 999px) {
  .search-form form input {
    font-size: 20px;
  }
}
@media all and (max-width: 399px) {
  .search-form form input {
    padding: 20px;
  }
}
.search-form form button {
  background: #741417;
  color: white;
  border: 0px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.search-form form button:hover {
  cursor: pointer;
  background: #a21c20;
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
@media all and (max-width: 999px) {
  #menu {
    display: block;
  }
}
#menu:target .inset {
  margin-left: 0px;
}
#menu .inset {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 250px;
  background: #741417;
  padding: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-left: -300px;
}
#menu .inset .icon-close2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 20px;
}
#menu .inset nav {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
#menu .inset nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 0;
}
#back-top a {
  background: #a21c20;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 10px;
  height: 30px;
}
#back-top a:hover > span {
  max-width: 300px;
  padding-left: 10px;
}
#back-top a i {
  font-size: 0.6rem;
  margin-right: 0px;
}
#back-top a > span {
  font-size: 0.9rem;
  overflow: hidden;
  max-width: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  white-space: nowrap;
  transition: all 200ms ease-in;
}

.upper {
  background: linear-gradient(135deg, #741417 0%, #510e10 100%);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.upper .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upper .content .access a {
  background: rgba(255, 255, 255, 0.95);
  color: #741417;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 8px 16px;
  border-radius: 25px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.upper .content .access a:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.upper .content .social {
  display: flex;
  gap: 8px;
}
.upper .content .social a {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  border-radius: 50%;
  font-size: 0.8rem;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.upper .content .social a:hover {
  background: white;
  color: #741417;
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.upper .content .social a i:before {
  vertical-align: middle;
}

header {
  width: 100%;
}
@media all and (max-width: 999px) {
  header {
    height: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    border-top: 5px solid #741417;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(150%) blur(5px);
    backdrop-filter: saturate(150%) blur(5px);
    border-bottom: 1px solid #f1f1f1;
  }
}
header > svg polygon {
  fill: #741417;
}
@media all and (max-width: 999px) {
  header svg {
    display: none;
  }
}
header > .icon-search {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #741417;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
  display: none;
}
@media all and (max-width: 999px) {
  header > .icon-search {
    display: block;
  }
}
header > .icon-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #741417;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
  display: none;
}
@media all and (max-width: 999px) {
  header > .icon-menu {
    display: block;
  }
}
header .logo-wrapper {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0px;
  align-items: center;
}
@media all and (max-width: 999px) {
  header .logo-wrapper .search-form {
    display: none;
  }
}
@media all and (max-width: 999px) {
  header .logo-wrapper {
    padding: 0px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .logo-wrapper img {
    max-height: 50px;
    width: auto;
    max-width: 200px;
  }
}

.menu-wrapper {
  width: 100%;
  background: linear-gradient(135deg, #f8fafc 0%, rgba(255, 255, 255, 0.95) 100%);
  backdrop-filter: blur(20px);
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(116, 20, 23, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 999px) {
  .menu-wrapper {
    display: none;
  }
}
.menu-wrapper .content nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1rem;
}
.menu-wrapper .content nav .search-wrapper {
  position: relative;
}
.menu-wrapper .content nav .search-wrapper .search-form {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 0px;
  width: 300px;
  display: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
}
.menu-wrapper .content nav .search-wrapper .search-form.active {
  display: block;
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-wrapper .content nav a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #7A7A7A;
  position: relative;
  height: 20px;
  line-height: 20px;
  padding: 1rem 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-wrapper .content nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #741417, #a21c20);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-wrapper .content nav a:hover {
  color: #741417;
  transform: translateY(-2px);
}
.menu-wrapper .content nav a:hover:after {
  width: 100%;
}
.menu-wrapper .content nav a i {
  vertical-align: middle;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.menu-wrapper .content nav a:hover i {
  transform: scale(1.1);
}

footer {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 3rem;
  height: fit-content;
}
footer .newsletter {
  background: #741417;
  padding: 20px;
  border-radius: 5rem;
  color: white;
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .newsletter {
    flex-direction: column;
  }
}
footer .newsletter span {
  color: white;
  font-weight: bold;
  flex: 1;
  text-align: center;
  font-size: 20px;
}
footer .newsletter form {
  padding: 0px;
  min-width: 40%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .newsletter form {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 499px) {
  footer .newsletter form {
    flex-direction: column;
    padding: 10px;
  }
}
footer .newsletter form input {
  padding: 20px;
  margin: 0;
  background: none;
  border: 0px;
  flex: 1;
  outline: none;
  color: white;
  margin-right: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}
footer .newsletter form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
@media all and (max-width: 999px) {
  footer .newsletter form input {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 499px) {
  footer .newsletter form input {
    width: 100%;
    text-align: center;
  }
}
footer .newsletter form button {
  background: #a21c20;
  border: 0px;
  padding: 15px;
  margin-right: 10px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
}
@media all and (max-width: 499px) {
  footer .newsletter form button {
    width: 100%;
    margin-right: 0px;
  }
}
footer nav {
  width: 100%;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 999px) {
  footer nav {
    flex-wrap: wrap;
    align-items: center;
  }
}
footer nav a {
  color: #7A7A7A;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (max-width: 999px) {
  footer nav a {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
  }
}
footer nav a:hover {
  color: #741417;
}
footer .share {
  text-align: center;
}
footer .share h4 {
  font-size: 20px;
}
footer .share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #f1f1f1;
  color: #7A7A7A;
  text-decoration: none;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
footer .share a:hover {
  background: #a21c20;
  border: 2px solid #a21c20;
  color: white;
  transform: scale(1.1);
  margin: 6px;
}
footer .powered {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
footer .powered a {
  font-size: 12px;
  color: #7A7A7A;
  text-decoration: none;
  opacity: 0.3;
}
footer .powered a:hover {
  color: #2cbbc1;
  opacity: 1;
}

main.home {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  animation: fadeIn 0.8s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media all and (max-width: 999px) {
  main.home {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
}
main.home .featured {
  float: left;
  width: 100%;
  margin: 3rem 0;
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 32px;
}
main.home .featured .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  background: white;
  border-radius: 50px;
  padding: 0.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
main.home .featured .tabs a {
  flex: 1;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #7A7A7A;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}
main.home .featured .tabs a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #741417 0%, #a21c20 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
main.home .featured .tabs a.active, main.home .featured .tabs a:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(116, 20, 23, 0.3);
}
main.home .featured .tabs a.active::before, main.home .featured .tabs a:hover::before {
  transform: scaleX(1);
}
main.home .featured .tab {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
main.home .featured .tab.active {
  display: block;
  opacity: 1;
}
main.home .featured .slider {
  padding: 0 4rem;
  position: relative;
  float: left;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home .featured .slider {
    padding: 0 3rem;
  }
}
main.home .featured .slider i {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 10;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border: 2px solid rgba(116, 20, 23, 0.1);
}
main.home .featured .slider i:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  border-color: #741417;
}
main.home .featured .slider i::before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid #741417;
  border-width: 0 3px 3px 0;
  display: inline-block;
}
@media all and (max-width: 999px) {
  main.home .featured .slider i {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
main.home .featured .slider i.next {
  right: 1rem;
}
main.home .featured .slider i.next::before {
  transform: rotate(-45deg);
  margin-left: -4px;
}
main.home .featured .slider i.prev {
  left: 1rem;
}
main.home .featured .slider i.prev::before {
  transform: rotate(135deg);
  margin-right: -4px;
}
main.home .featured .item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(116, 20, 23, 0.1);
  position: relative;
}
main.home .featured .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(116, 20, 23, 0.2);
}
main.home .featured .item > h3 {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  color: #741417;
  z-index: 10;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}
main.home .featured .item .image {
  height: 250px;
  overflow: hidden;
}
main.home .featured .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
main.home .featured .item .image:hover img {
  transform: scale(1.08);
}
main.home .featured .item:hover > h3 {
  background: rgba(116, 20, 23, 0.95);
  color: white;
  transform: translateY(-4px);
}
main.home .grid-featured {
  grid-area: subfeatured;
  position: relative;
}
main.home .grid-featured .image {
  width: 100%;
  padding-bottom: 65%;
  float: left;
  width: 100%;
  background-size: cover !important;
}
main.home .grid-featured .info-holder {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.8);
}
main.home .grid-featured .info-holder .image:hover img {
  filter: grayscale(100%);
  opacity: 0.9;
}
main.home .grid-featured .info-holder .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.home .grid-featured .info-holder .info a {
  text-decoration: none;
}
main.home .grid-featured .info-holder .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #7A7A7A;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .grid-featured .info-holder .info .info-meta {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.home .grid-featured .info-holder .info .info-meta .category {
  color: #7A7A7A;
  font-size: 0.8rem;
  margin-left: 10px;
}
main.home .grid-featured .info-holder .info p {
  color: #7A7A7A;
  line-height: 1.4;
  font-size: 15px;
}
main.home .grid-featured .info-holder .info h2 {
  color: #741417;
  margin: 0;
  margin-bottom: 10px;
}
main.home .list {
  float: left;
  width: 100%;
  margin: 4rem 0;
  padding: 2rem 0;
}
@media all and (max-width: 999px) {
  main.home .list {
    margin: 2rem 0;
    padding: 1rem 0;
  }
}
main.home .list .inline-list {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.home .list .inline-list h2 {
  color: #741417;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media all and (max-width: 999px) {
  main.home .list .inline-list h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
main.home .list .inline-list h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #741417, #a21c20);
  border-radius: 2px;
}
main.home .list .inline-list .item {
  display: flex;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(116, 20, 23, 0.08);
}
main.home .list .inline-list .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(116, 20, 23, 0.15);
}
@media all and (max-width: 999px) {
  main.home .list .inline-list .item {
    flex-direction: column;
  }
}
main.home .list .inline-list .item .image {
  width: 200px;
  height: 150px;
  flex-shrink: 0;
  overflow: hidden;
}
@media all and (max-width: 999px) {
  main.home .list .inline-list .item .image {
    width: 100%;
    height: 200px;
  }
}
main.home .list .inline-list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
main.home .list .inline-list .item .image:hover img {
  transform: scale(1.1);
}
main.home .list .inline-list .item .info {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home .list .inline-list .item .info {
    padding: 1.5rem;
  }
}
main.home .list .inline-list .item .info h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #741417;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media all and (max-width: 999px) {
  main.home .list .inline-list .item .info h3 {
    font-size: 1.1rem;
  }
}
main.home .list .inline-list .item .info h3:hover {
  color: #a21c20;
}
main.home .list .inline-list .item .info .info-meta .category {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  opacity: 0.8;
}
main.home .sidebar {
  float: left;
  width: 100%;
  margin: 2rem 0;
}
@media all and (max-width: 999px) {
  main.home .sidebar {
    margin: 1rem 0;
  }
}
main.home .sidebar .block {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  transition: all 0.3s ease;
}
main.home .sidebar .block:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(116, 20, 23, 0.12);
}
main.home .sidebar .block:last-child {
  margin-bottom: 0;
}
main.home .sidebar .block h3 {
  font-size: 1.5rem;
  color: #741417;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  position: relative;
}
main.home .sidebar .block h3:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #741417, #a21c20);
  border-radius: 2px;
}
main.home .sidebar .block .instagram {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
main.home .sidebar .block .instagram img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
main.home .sidebar .block .instagram img:hover {
  transform: scale(1.05);
}
main.home .sidebar .block .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
main.home .sidebar .block .tags a {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  color: #7A7A7A;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(116, 20, 23, 0.1);
}
main.home .sidebar .block .tags a:hover {
  background: linear-gradient(135deg, #741417 0%, #a21c20 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(116, 20, 23, 0.3);
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
main.home .animate-slide-left {
  animation: slideInFromLeft 0.6s ease-out;
}
main.home .animate-slide-right {
  animation: slideInFromRight 0.6s ease-out;
}
main.home .animate-scale-in {
  animation: scaleIn 0.5s ease-out;
}
main.home .animate-float {
  animation: floatAnimation 3s ease-in-out infinite;
}
main.home html {
  scroll-behavior: smooth;
}
main.home ::-webkit-scrollbar {
  width: 8px;
}
main.home ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
main.home ::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #741417, #a21c20);
  border-radius: 4px;
}
main.home ::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #490d0e, #771417);
}

main.blog-home {
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  animation: fadeIn 0.8s ease-out;
}
main.blog-home a {
  text-decoration: none;
  color: inherit;
}
main.blog-home a:hover {
  opacity: 0.85;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main.blog-home .blog-hero {
  background: linear-gradient(135deg, rgba(116, 20, 23, 0.05) 0%, rgba(116, 20, 23, 0.1) 100%);
  padding: 6rem 0 4rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
main.blog-home .blog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(116, 20, 23, 0.02) 70%);
  z-index: 1;
}
@media (max-width: 768px) {
  main.blog-home .blog-hero {
    padding: 4rem 0 3rem;
    margin-bottom: 3rem;
  }
}
main.blog-home .blog-hero .hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
main.blog-home .blog-hero .hero-content .hero-text {
  margin-bottom: 3rem;
}
main.blog-home .blog-hero .hero-content .hero-text h1 {
  font-size: 4rem;
  font-weight: 800;
  color: #741417;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  main.blog-home .blog-hero .hero-content .hero-text h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  main.blog-home .blog-hero .hero-content .hero-text h1 {
    font-size: 2rem;
  }
}
main.blog-home .blog-hero .hero-content .hero-text p {
  font-size: 1.4rem;
  color: rgba(162, 28, 32, 0.8);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  main.blog-home .blog-hero .hero-content .hero-text p {
    font-size: 1.2rem;
  }
}
main.blog-home .blog-hero .hero-content .hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main.blog-home .blog-hero .hero-content .hero-stats {
    gap: 2rem;
  }
}
main.blog-home .blog-hero .hero-content .hero-stats .stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(116, 20, 23, 0.1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  backdrop-filter: blur(10px);
}
main.blog-home .blog-hero .hero-content .hero-stats .stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(116, 20, 23, 0.2);
}
@media (max-width: 768px) {
  main.blog-home .blog-hero .hero-content .hero-stats .stat {
    padding: 1.5rem 1rem;
  }
}
main.blog-home .blog-hero .hero-content .hero-stats .stat .number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #741417;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  main.blog-home .blog-hero .hero-content .hero-stats .stat .number {
    font-size: 2rem;
  }
}
main.blog-home .blog-hero .hero-content .hero-stats .stat .label {
  font-size: 0.9rem;
  color: rgba(122, 122, 122, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
main.blog-home .featured-post {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  main.blog-home .featured-post {
    margin-bottom: 3rem;
  }
}
main.blog-home .featured-post .featured-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  min-height: 380px;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(116, 20, 23, 0.1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  color: inherit;
}
main.blog-home .featured-post .featured-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  main.blog-home .featured-post .featured-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
main.blog-home .featured-post .featured-wrapper .featured-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  align-self: stretch;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.blog-home .featured-post .featured-wrapper .featured-image {
    height: 250px;
  }
}
main.blog-home .featured-post .featured-wrapper .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
main.blog-home .featured-post .featured-wrapper .featured-image:hover img {
  transform: scale(1.05);
}
main.blog-home .featured-post .featured-wrapper .featured-image .featured-badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #741417;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(116, 20, 23, 0.3);
}
main.blog-home .featured-post .featured-wrapper .featured-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  main.blog-home .featured-post .featured-wrapper .featured-content {
    padding: 2rem;
  }
}
main.blog-home .featured-post .featured-wrapper .featured-content .post-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
main.blog-home .featured-post .featured-wrapper .featured-content .post-meta .category {
  background: rgba(116, 20, 23, 0.1);
  color: #741417;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
main.blog-home .featured-post .featured-wrapper .featured-content .post-meta .category a {
  color: #741417;
  text-decoration: none;
}
main.blog-home .featured-post .featured-wrapper .featured-content .post-meta .category a:hover {
  text-decoration: underline;
}
main.blog-home .featured-post .featured-wrapper .featured-content .post-meta .date {
  color: rgba(122, 122, 122, 0.6);
  font-size: 0.9rem;
}
main.blog-home .featured-post .featured-wrapper .featured-content h2 {
  font-size: 2rem;
  color: #741417;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  main.blog-home .featured-post .featured-wrapper .featured-content h2 {
    font-size: 1.6rem;
  }
}
main.blog-home .featured-post .featured-wrapper .featured-content p {
  color: rgba(122, 122, 122, 0.8);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
main.blog-home .featured-post .featured-wrapper .featured-content .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #741417 0%, #490d0e 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(116, 20, 23, 0.3);
  width: fit-content;
}
main.blog-home .featured-post .featured-wrapper .featured-content .read-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(116, 20, 23, 0.4);
}
main.blog-home .featured-post .featured-wrapper .featured-content .read-more-btn i {
  font-size: 0.8rem;
}
main.blog-home .recent-posts {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  main.blog-home .recent-posts {
    margin-bottom: 3rem;
  }
}
main.blog-home .recent-posts .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
main.blog-home .recent-posts .section-header h2 {
  font-size: 2.5rem;
  color: #741417;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  main.blog-home .recent-posts .section-header h2 {
    font-size: 2rem;
  }
}
main.blog-home .recent-posts .section-header p {
  color: rgba(122, 122, 122, 0.8);
  font-size: 1.1rem;
  margin: 0;
}
main.blog-home .recent-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  main.blog-home .recent-posts .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
main.blog-home .recent-posts .posts-grid .post-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(116, 20, 23, 0.08);
}
main.blog-home .recent-posts .posts-grid .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
main.blog-home .recent-posts .posts-grid .post-card:hover .post-image img {
  transform: scale(1.05);
}
main.blog-home .recent-posts .posts-grid .post-card .post-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
main.blog-home .recent-posts .posts-grid .post-card .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
main.blog-home .recent-posts .posts-grid .post-card .post-image .post-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #741417;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content {
  padding: 1.5rem;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content .post-meta {
  margin-bottom: 1rem;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content .post-meta .date {
  color: rgba(122, 122, 122, 0.6);
  font-size: 0.9rem;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content h3 {
  margin-bottom: 1rem;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content h3 a {
  color: #a21c20;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content h3 a:hover {
  color: #741417;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content p {
  color: rgba(122, 122, 122, 0.8);
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content .read-more {
  color: #741417;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
main.blog-home .recent-posts .posts-grid .post-card .post-content .read-more:hover {
  color: #a21c20;
}
main.blog-home .categories-section {
  margin-bottom: 5rem;
  background: linear-gradient(135deg, rgba(116, 20, 23, 0.02) 0%, rgba(116, 20, 23, 0.05) 100%);
  padding: 4rem;
  border-radius: 24px;
}
@media (max-width: 768px) {
  main.blog-home .categories-section {
    margin-bottom: 3rem;
    padding: 1rem;
  }
}
main.blog-home .categories-section .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
main.blog-home .categories-section .section-header h2 {
  font-size: 2.5rem;
  color: #741417;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  main.blog-home .categories-section .section-header h2 {
    font-size: 2rem;
  }
}
main.blog-home .categories-section .section-header p {
  color: rgba(122, 122, 122, 0.8);
  font-size: 1.1rem;
  margin: 0;
}
main.blog-home .categories-section .categories-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  main.blog-home .categories-section .categories-tabs {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
main.blog-home .categories-section .categories-tabs .category-tab {
  padding: 0.8rem 1.5rem;
  background: white;
  color: #7A7A7A;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(116, 20, 23, 0.1);
}
main.blog-home .categories-section .categories-tabs .category-tab.active, main.blog-home .categories-section .categories-tabs .category-tab:hover {
  background: #741417;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(116, 20, 23, 0.3);
}
main.blog-home .categories-section .categories-content .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  main.blog-home .categories-section .categories-content .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  main.blog-home .categories-section .categories-content .category-grid {
    grid-template-columns: 1fr;
  }
}
main.blog-home .categories-section .categories-content .category-grid .category-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  padding: 2rem 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(116, 20, 23, 0.08);
}
main.blog-home .categories-section .categories-content .category-grid .category-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
main.blog-home .categories-section .categories-content .category-grid .category-item:hover .category-image img {
  transform: scale(1.05);
}
main.blog-home .categories-section .categories-content .category-grid .category-item .category-image {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
}
main.blog-home .categories-section .categories-content .category-grid .category-item .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
main.blog-home .categories-section .categories-content .category-grid .category-item h3 {
  color: #a21c20;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
}
main.blog-home .popular-posts {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  main.blog-home .popular-posts {
    margin-bottom: 3rem;
  }
}
main.blog-home .popular-posts .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
main.blog-home .popular-posts .section-header h2 {
  font-size: 2.5rem;
  color: #741417;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  main.blog-home .popular-posts .section-header h2 {
    font-size: 2rem;
  }
}
main.blog-home .popular-posts .section-header p {
  color: rgba(122, 122, 122, 0.8);
  font-size: 1.1rem;
  margin: 0;
}
main.blog-home .popular-posts .popular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  main.blog-home .popular-posts .popular-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
main.blog-home .popular-posts .popular-grid .popular-item {
  display: flex;
  gap: 1.5rem;
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(116, 20, 23, 0.08);
}
main.blog-home .popular-posts .popular-grid .popular-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
main.blog-home .popular-posts .popular-grid .popular-item:hover .popular-image img {
  transform: scale(1.05);
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-image {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-info h3 {
  color: #a21c20;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-weight: 600;
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-info h3 a {
  color: #a21c20;
  text-decoration: none;
  transition: color 0.3s ease;
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-info h3 a:visited {
  color: #a21c20;
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-info h3 a:hover {
  color: #741417;
}
main.blog-home .popular-posts .popular-grid .popular-item .popular-info .popular-date {
  color: rgba(122, 122, 122, 0.6);
  font-size: 0.8rem;
}
main.blog-home .blog-sidebar {
  padding-bottom: 3rem;
}
main.blog-home .blog-sidebar .sidebar-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  main.blog-home .blog-sidebar .sidebar-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  transition: all 0.3s ease;
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block h3 {
  color: #741417;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block .instagram-grid {
  display: flex;
  align-items: center;
  gap: 2rem;
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block .instagram-grid a {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block .instagram-grid a:hover {
  transform: scale(1.05);
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block .instagram-grid a img {
  width: 100%;
  height: auto;
  display: block;
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block .tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block .tags-cloud a {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  color: #7A7A7A;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(116, 20, 23, 0.1);
}
main.blog-home .blog-sidebar .sidebar-grid .sidebar-block .tags-cloud a:hover {
  background: linear-gradient(135deg, #741417 0%, #490d0e 100%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(116, 20, 23, 0.3);
}
@media (max-width: 1200px) {
  main.blog-home .content {
    max-width: 1100px;
  }
}
@media (max-width: 992px) {
  main.blog-home .content {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  main.blog-home .content {
    padding: 0 1rem;
  }
}
main.blog-home html {
  scroll-behavior: smooth;
}
main.blog-home ::-webkit-scrollbar {
  width: 8px;
}
main.blog-home ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
main.blog-home ::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #741417, #a21c20);
  border-radius: 4px;
}
main.blog-home ::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #490d0e, #771417);
}

main.category {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  width: 100%;
  display: grid;
  grid-template-areas: "list list profile" "list list sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
main.category .sidebar {
  grid-area: sidebar;
}
main.category .profile {
  grid-area: profile;
}
main.category .list {
  grid-area: list;
}
main.category .list h1 {
  font-size: 50px;
  color: #a21c20;
  font-weight: 500;
}
main.category .list h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #741417;
  margin-top: 20px;
}
main.category .list .list-items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main.category .list .list-items .item {
  display: flex;
  margin-bottom: 30px;
}
main.category .list .list-items .item .image {
  width: 225px;
}
main.category .list .list-items .item .image img {
  max-width: 100%;
  height: auto;
}
main.category .list .list-items .item .image:hover img {
  filter: grayscale(100%);
  opacity: 0.9;
}
main.category .list .list-items .item .info {
  float: left;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
main.category .list .list-items .item .info a {
  text-decoration: none;
}
main.category .list .list-items .item .info .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #7A7A7A;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.category .list .list-items .item .info .info-meta {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
main.category .list .list-items .item .info .info-meta .category {
  color: #7A7A7A;
  font-size: 0.8rem;
  margin-left: 10px;
}
main.category .list .list-items .item .info p {
  color: #7A7A7A;
  line-height: 1.4;
  font-size: 15px;
}
main.category .list .list-items .item .info h2 {
  color: #741417;
  margin: 0;
  margin-bottom: 10px;
}
main.category .list .list-items .item .info {
  padding: 0px;
  margin-left: 30px;
  flex: 1;
}

main.post {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "post post profile" "post post sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 999px) {
  main.post {
    grid-template-areas: "post" "profile" "sidebar";
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
main.post .sidebar {
  grid-area: sidebar;
}
main.post .profile {
  grid-area: profile;
}
main.post .post-comments {
  float: left;
  width: 100%;
  padding-top: 30px;
}
main.post .post-content {
  grid-area: post;
}
main.post .post-content img {
  max-width: 100%;
  height: auto;
}
main.post .post-content .post-featured-image:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #a21c20;
  margin-top: 10px;
  margin-bottom: 10px;
}
main.post .post-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #741417;
  margin-top: 40px;
  margin-bottom: 20px;
}
main.post .post-content .post-meta {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
main.post .post-content .post-meta .timeago {
  background: #f1f1f1;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 500;
  color: #7A7A7A;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.post .post-content .post-meta .author {
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
}

.post-inset-content {
  line-height: 1.5;
}
.post-inset-content a {
  color: #a21c20;
  font-weight: bold;
}
.post-inset-content h2, .post-inset-content h3, .post-inset-content h4, .post-inset-content h5 {
  color: #a21c20;
}
.post-inset-content figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  margin-bottom: 30px;
}
.post-inset-content figure img {
  display: block;
}
.post-inset-content figure span {
  background: #f1f1f1;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  padding-left: 10px;
}

main.page {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "post post profile" "post post sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 999px) {
  main.page {
    grid-template-areas: "post" "profile" "sidebar";
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
}
main.page .sidebar {
  grid-area: sidebar;
}
main.page .profile {
  grid-area: profile;
}
main.page .post-content {
  grid-area: post;
}
main.page .post-content img {
  max-width: 100%;
  height: auto;
}
main.page .post-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #741417;
  margin-top: 40px;
  margin-bottom: 20px;
}

main.post-page {
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  animation: fadeIn 0.8s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main.post-page .post-header {
  text-align: center;
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(116, 20, 23, 0.03) 0%, rgba(116, 20, 23, 0.08) 100%);
  border-radius: 24px;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  main.post-page .post-header {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}
main.post-page .post-header .post-breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
main.post-page .post-header .post-breadcrumb a {
  color: #741417;
  text-decoration: none;
  font-weight: 600;
}
main.post-page .post-header .post-breadcrumb a:hover {
  color: #a21c20;
}
main.post-page .post-header .post-breadcrumb .separator {
  margin: 0 0.5rem;
  color: rgba(122, 122, 122, 0.5);
}
main.post-page .post-header .post-breadcrumb .current {
  color: rgba(122, 122, 122, 0.7);
}
main.post-page .post-header .post-meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main.post-page .post-header .post-meta {
    gap: 1rem;
  }
}
main.post-page .post-header .post-meta span {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(116, 20, 23, 0.1);
}
main.post-page .post-header .post-meta span.category {
  background: #741417;
  color: white;
}
main.post-page .post-header .post-meta span.category a {
  color: white;
  text-decoration: none;
}
main.post-page .post-header .post-meta span.category a:hover {
  text-decoration: underline;
}
main.post-page .post-header .post-meta span.date {
  color: rgba(122, 122, 122, 0.8);
}
main.post-page .post-header .post-meta span.read-time {
  color: #a21c20;
}
main.post-page .post-header .post-title {
  font-size: 3rem;
  color: #741417;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  main.post-page .post-header .post-title {
    font-size: 2rem;
  }
}
main.post-page .post-header .post-excerpt {
  font-size: 1.2rem;
  color: rgba(122, 122, 122, 0.8);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  main.post-page .post-header .post-excerpt {
    font-size: 1.1rem;
  }
}
main.post-page .post-featured-image {
  margin-bottom: 3rem;
  border-radius: 20px;
  overflow: hidden;
  max-height: 400px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
main.post-page .post-featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  main.post-page .post-featured-image img {
    height: 250px;
  }
}
main.post-page .post-featured-image:hover img {
  transform: scale(1.02);
}
main.post-page .post-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 999px) {
  main.post-page .post-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
main.post-page .post-content .post-body {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  line-height: 1.8;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  main.post-page .post-content .post-body {
    padding: 2rem;
    font-size: 1rem;
  }
}
main.post-page .post-content .post-body h2 {
  color: #741417;
  font-size: 1.8rem;
  margin: 2.5rem 0 1.5rem 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  main.post-page .post-content .post-body h2 {
    font-size: 1.5rem;
  }
}
main.post-page .post-content .post-body h3 {
  color: #a21c20;
  font-size: 1.4rem;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  main.post-page .post-content .post-body h3 {
    font-size: 1.3rem;
  }
}
main.post-page .post-content .post-body p {
  margin-bottom: 1.5rem;
  color: #7A7A7A;
}
main.post-page .post-content .post-body blockquote {
  background: linear-gradient(135deg, rgba(116, 20, 23, 0.05) 0%, rgba(116, 20, 23, 0.1) 100%);
  padding: 2rem;
  margin: 2rem 0;
  border-left: 4px solid #741417;
  border-radius: 12px;
  font-style: italic;
}
main.post-page .post-content .post-body blockquote p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #a21c20;
}
main.post-page .post-content .post-body blockquote cite {
  font-size: 0.9rem;
  color: rgba(122, 122, 122, 0.8);
  font-weight: 600;
}
main.post-page .post-content .post-body ul, main.post-page .post-content .post-body ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
main.post-page .post-content .post-body ul li, main.post-page .post-content .post-body ol li {
  margin-bottom: 0.8rem;
  color: #7A7A7A;
}
main.post-page .post-content .post-body ul li strong, main.post-page .post-content .post-body ol li strong {
  color: #a21c20;
}
main.post-page .post-content .post-tags {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  margin-top: 2rem;
}
main.post-page .post-content .post-tags h4 {
  color: #741417;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
main.post-page .post-content .post-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
main.post-page .post-content .post-tags .tags-list .tag {
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, rgba(116, 20, 23, 0.1) 0%, rgba(116, 20, 23, 0.15) 100%);
  color: #741417;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(116, 20, 23, 0.2);
}
main.post-page .post-content .post-tags .tags-list .tag:hover {
  background: #741417;
  color: white;
  transform: translateY(-2px);
}
main.post-page .post-content .post-back {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(116, 20, 23, 0.15);
}
main.post-page .post-content .post-back a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #741417;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid #741417;
  border-radius: 50px;
  transition: all 0.3s ease;
}
main.post-page .post-content .post-back a:hover {
  background: #741417;
  color: white;
}
main.post-page .post-sidebar .sidebar-widget {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  margin-bottom: 2rem;
}
main.post-page .post-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
main.post-page .post-sidebar .sidebar-widget h3 {
  color: #741417;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
}
main.post-page .post-sidebar .author-widget {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  main.post-page .post-sidebar .author-widget {
    flex-direction: column;
    text-align: center;
  }
}
main.post-page .post-sidebar .author-widget .author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
main.post-page .post-sidebar .author-widget .author-info h4 {
  color: #a21c20;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
main.post-page .post-sidebar .author-widget .author-info p {
  color: rgba(122, 122, 122, 0.8);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}
main.post-page .post-sidebar .related-posts .related-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main.post-page .post-sidebar .related-posts .related-list .related-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(116, 20, 23, 0.1);
}
main.post-page .post-sidebar .related-posts .related-list .related-item:hover {
  background: rgba(116, 20, 23, 0.02);
  transform: translateY(-2px);
}
main.post-page .post-sidebar .related-posts .related-list .related-item .related-image img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}
main.post-page .post-sidebar .related-posts .related-list .related-item .related-content {
  flex: 1;
}
main.post-page .post-sidebar .related-posts .related-list .related-item .related-content h4 {
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
main.post-page .post-sidebar .related-posts .related-list .related-item .related-content h4 a {
  color: #a21c20;
  text-decoration: none;
}
main.post-page .post-sidebar .related-posts .related-list .related-item .related-content h4 a:hover {
  color: #741417;
}
main.post-page .post-sidebar .related-posts .related-list .related-item .related-content .related-date {
  font-size: 0.8rem;
  color: rgba(122, 122, 122, 0.6);
}
main.post-page .post-sidebar .newsletter-widget {
  text-align: center;
}
main.post-page .post-sidebar .newsletter-widget p {
  color: rgba(122, 122, 122, 0.8);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
main.post-page .post-sidebar .newsletter-widget .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main.post-page .post-sidebar .newsletter-widget .newsletter-form input {
  padding: 0.8rem;
  border: 2px solid rgba(116, 20, 23, 0.2);
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
}
main.post-page .post-sidebar .newsletter-widget .newsletter-form input:focus {
  border-color: #741417;
  box-shadow: 0 0 0 3px rgba(116, 20, 23, 0.1);
}
main.post-page .post-sidebar .newsletter-widget .newsletter-form button {
  padding: 0.8rem;
  background: #741417;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
main.post-page .post-sidebar .newsletter-widget .newsletter-form button:hover {
  background: #a21c20;
  transform: translateY(-2px);
}
main.post-page .post-sidebar .post-tags {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  margin-top: 2rem;
}
main.post-page .post-sidebar .post-tags h4 {
  color: #741417;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
main.post-page .post-sidebar .post-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
main.post-page .post-sidebar .post-tags .tags-list .tag {
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, rgba(116, 20, 23, 0.1) 0%, rgba(116, 20, 23, 0.15) 100%);
  color: #741417;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(116, 20, 23, 0.2);
}
main.post-page .post-sidebar .post-tags .tags-list .tag:hover {
  background: #741417;
  color: white;
  transform: translateY(-2px);
}
main.post-page .post-share {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  margin-top: 2rem;
}
main.post-page .post-share h4 {
  color: #741417;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
main.post-page .post-share .share-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
main.post-page .post-share .share-buttons .share-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
main.post-page .post-share .share-buttons .share-btn.facebook {
  background: #1877f2;
  color: white;
}
main.post-page .post-share .share-buttons .share-btn.facebook:hover {
  background: #0b5fcc;
  transform: translateY(-2px);
}
main.post-page .post-share .share-buttons .share-btn.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}
main.post-page .post-share .share-buttons .share-btn.instagram:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
main.post-page .post-share .share-buttons .share-btn.whatsapp {
  background: #25d366;
  color: white;
}
main.post-page .post-share .share-buttons .share-btn.whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
}
main.post-page .post-comments {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(116, 20, 23, 0.08);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  main.post-page .post-comments {
    padding: 2rem;
  }
}
main.post-page .post-comments h3 {
  color: #741417;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
main.post-page .post-comments p {
  color: rgba(122, 122, 122, 0.8);
  margin-bottom: 2rem;
}
main.post-page .post-comments .comment-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  main.post-page .post-comments .comment-form .form-row {
    grid-template-columns: 1fr;
  }
}
main.post-page .post-comments .comment-form .form-group {
  margin-bottom: 1rem;
}
main.post-page .post-comments .comment-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #a21c20;
  font-weight: 600;
}
main.post-page .post-comments .comment-form .form-group input, main.post-page .post-comments .comment-form .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid rgba(116, 20, 23, 0.2);
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
}
main.post-page .post-comments .comment-form .form-group input:focus, main.post-page .post-comments .comment-form .form-group textarea:focus {
  border-color: #741417;
  box-shadow: 0 0 0 3px rgba(116, 20, 23, 0.1);
}
main.post-page .post-comments .comment-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
main.post-page .post-comments .comment-form .submit-btn {
  padding: 1rem 2rem;
  background: #741417;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
main.post-page .post-comments .comment-form .submit-btn:hover {
  background: #a21c20;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(116, 20, 23, 0.3);
}
main.post-page .more-posts {
  padding: 3rem 0;
}
main.post-page .more-posts .section-header {
  margin-bottom: 2rem;
  text-align: center;
}
main.post-page .more-posts .section-header h2 {
  font-size: 2.5rem;
  color: #741417;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  main.post-page .more-posts .section-header h2 {
    font-size: 2rem;
  }
}
main.post-page .more-posts .section-header p {
  color: rgba(122, 122, 122, 0.8);
  font-size: 1.1rem;
  margin: 0;
}
main.post-page .more-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  main.post-page .more-posts .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
main.post-page .more-posts .posts-grid .post-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(116, 20, 23, 0.08);
}
main.post-page .more-posts .posts-grid .post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
main.post-page .more-posts .posts-grid .post-card .post-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
main.post-page .more-posts .posts-grid .post-card .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
main.post-page .more-posts .posts-grid .post-card .post-image:hover img {
  transform: scale(1.1);
}
main.post-page .more-posts .posts-grid .post-card .post-image .post-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #741417;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
main.post-page .more-posts .posts-grid .post-card .post-content {
  padding: 1.5rem;
}
main.post-page .more-posts .posts-grid .post-card .post-content .post-meta {
  margin-bottom: 1rem;
}
main.post-page .more-posts .posts-grid .post-card .post-content .post-meta .date {
  font-size: 0.9rem;
  color: rgba(122, 122, 122, 0.6);
}
main.post-page .more-posts .posts-grid .post-card .post-content h3 {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
main.post-page .more-posts .posts-grid .post-card .post-content h3 a {
  color: #a21c20;
  text-decoration: none;
}
main.post-page .more-posts .posts-grid .post-card .post-content h3 a:hover {
  color: #741417;
}
main.post-page .more-posts .posts-grid .post-card .post-content p {
  color: rgba(122, 122, 122, 0.8);
  margin-bottom: 1rem;
  line-height: 1.5;
}
main.post-page .more-posts .posts-grid .post-card .post-content .read-more {
  color: #741417;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
main.post-page .more-posts .posts-grid .post-card .post-content .read-more:hover {
  color: #a21c20;
}

main.inner-page {
  margin: 50px 0px;
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-areas: "page page profile" "page page sidebar";
  grid-template-columns: 5fr 5fr 5fr;
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 999px) {
  main.inner-page {
    grid-template-areas: "page" "profile" "sidebar";
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
main.inner-page .sidebar {
  grid-area: sidebar;
}
main.inner-page .profile {
  grid-area: profile;
}
main.inner-page .page {
  grid-area: page;
  line-height: 1.4;
}
main.inner-page .page h1 {
  font-size: 35px;
  font-weight: 700;
  color: #741417;
  margin-top: 40px;
  margin-bottom: 20px;
}
main.inner-page .page h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #a21c20;
  margin-top: 20px;
}

.contact-form {
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.contact-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 999px) {
  .contact-form form {
    flex-direction: column;
  }
}
.contact-form form .col {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 999px) {
  .contact-form form .col {
    width: 100%;
  }
}
.contact-form form .col .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.contact-form form .col .form-group label {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-form form .col .form-group input, .contact-form form .col .form-group textarea {
  border: 2px solid #f1f1f1;
  padding: 15px;
  color: #a21c20;
  outline: none;
  resize: none;
}
.contact-form form .col .form-group input:focus, .contact-form form .col .form-group textarea:focus {
  border-left: 2px solid #a21c20;
}
.contact-form form .action {
  flex: 100%;
  border-top: 2px solid #f1f1f1;
  text-align: right;
  padding-top: 20px;
  margin-top: 20px;
}
.contact-form form .action button {
  background: #741417;
  border: 20px;
  padding: 15px 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-info {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.contact-info h3 {
  color: #741417;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.contact-info address {
  font-size: 17px;
  font-style: normal;
}
.contact-info .block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.contact-info .map {
  float: left;
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  background: #f1f1f1;
  margin-top: 20px;
  border-bottom: 2px solid #a21c20;
}
.contact-info .map #map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.contact-info .phone-list {
  display: flex;
}
.contact-info .phone-list span, .contact-info .phone-list a {
  margin-right: 20px;
  color: #a21c20;
  text-decoration: none;
  font-size: 20px;
}
.contact-info .phone-list span i, .contact-info .phone-list a i {
  vertical-align: middle;
}
