/*
* Theme Name: Brandies Digital
* Theme URI: https://brandies.digital
* Author: Brandies Digital
* Author URI: https://brandies.digital
*/

* {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #323d40;
  background: #fff;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #444;
  margin: 20px 0;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5 {
}

img {
  width: 100%;
  height: auto;
}

a#logo {
  display: inline-block;
  width: 160px;
  float: left;
}
header a {
}
#main-menu a:hover {
  text-decoration: underline;
}
header {
  padding: 25px 0;
  width: 100%;
  z-index: 10000;
  display: inline-block;
  float: left;
  position: relative;
}
.wrapper {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  display: table;
  position: relative;
  padding: 0 20px;
}
ul#main-menu li {
  display: inline-block;
}
ul#main-menu li a {
  color: #2f3d40;
  text-decoration: none;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  line-height: 32px;
}
ul#main-menu {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  margin-left: 20px;

  padding: 0;
}
span#breaker {
  display: inline-block;
  float: left;
  height: 22px;
  width: 1px;
  position: relative;
  background: #d8d8d8;
  margin-top: 5px;
  margin-left: 26px;
}
ul#header-social li {
  display: inline-block;
}
ul#header-social a {
  color: #fff;
  background: #dadada;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  line-height: 22px;
}

ul#header-social {
  float: right;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

div#left-blob {
  position: absolute;
  left: 0;
  top: 60px;
  max-width: 400px;
  transform: translatey(0px);
  transform: translatex(0px);
  animation: float 10s ease-in-out infinite;
}
div#orange-blob {
  position: absolute;
  right: 50px;
  top: 110px;
  max-width: 540px;
  transform: translatey(0px);
  transform: translatex(0px);
  animation: float5 10s ease-in-out infinite;
}
img#hover-mac {
  position: absolute;
  z-index: 10;
  top: 26px;
  right: -30px;
  width: 112%;
}
div#orange-blob svg,
div#left-blob svg {
  width: 100%;
  height: auto;
}

div#hero-content {
  z-index: 1000;
  padding-top: 60px;
}
.hero-container h6 {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  height: 32px;
  line-height: 22px;
  letter-spacing: 2px;
}
.hero-container h6 a {
  margin-top: 25px;
}
.hero-container h1 {
  font-size: 58px;
  margin: 10px 0 25px;
  font-family: "Merriweather";
  font-weight: 400;
  line-height: 72px;
}
.hero-container p {
  max-width: 500px;
}
h6 a,
h6 a:before {
  -webkit-transition: all 0.6s cubic-bezier(0.03, 0.4, 0.27, 1.25);
  -moz-transition: all 0.6s cubic-bezier(0.03, 0.4, 0.27, 1.25);
  -o-transition: all 0.6s cubic-bezier(0.03, 0.4, 0.27, 1.25);
  transition: all 0.6s cubic-bezier(0.03, 0.4, 0.27, 1.25);
}
h6 a:after {
  -webkit-transition: all 0.3s cubic-bezier(0.03, 0.4, 0.27, 1.25);
  -moz-transition: all 0.3s cubic-bezier(0.03, 0.4, 0.27, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.03, 0.4, 0.27, 1.25);
  transition: all 0.3s cubic-bezier(0.03, 0.4, 0.27, 1.25);
}
h6 a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  display: inline-block;
  background: #000;

  border-radius: 100%;
  top: -7px;
  background: #de4282;
  opacity: 0.3;
}
h6 a span {
  position: relative;
  z-index: 1000;
}
h6 a:after {
  content: "";
  height: 1px;
  width: 12px;
  display: inline-block;
  background: #5f5f5f;
  left: 25px;
  top: 7px;
  position: absolute;
}
h6 a:hover:after {
  width: 0;
  left: 0;
}
h6 a:hover:before {
  width: 5px;
  height: 5px;
  top: 5px;
  background: #de4282;
  opacity: 1;
}
h6 a:hover {
  padding-left: 15px;
  padding-right: 30px;
  width: 200px;
}
h6 a {
  font-family: Lato;
  position: relative;
  font-style: normal;
  padding-left: 50px;

  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1.33333px;
  display: inline-block;
  color: #323d40;
}
@keyframes float5 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatex(-5px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(-0px);
  }
}
div#green_ls svg {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .portfolio_single {
    min-width: 250px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 760px) {
  #orange-blob {
    display: none;
  }
  #logo {
    width: 100% !important;
    text-align: left;
  }
  #logo img {
    width: 150px;
  }
  #breaker {
    display: none !important;
  }
  ul#main-menu {
    margin-left: 0;
    margin-top: 10px !important;
  }
  #main-menu li:first-child a {
    padding-left: 0;
  }
  div.hero-container h1 {
    font-size: 48px;
    margin: 10px 0 25px;
    font-family: "Merriweather";
    font-weight: 400;
    line-height: 68px;
  }
}
div#project-list {
  width: 100%;
  display: inline-block;
  margin-top: 180px;
  position: relative;
  float: left;
}
div#green_ls {
  position: absolute;
  left: 0;
  top: 0;
}
div#archive_list {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 18px;
}
.noisey {
  font-size: 58px;
  margin: 10px 0 25px;
  font-family: "Merriweather";
  font-weight: 400;
  line-height: 72px;
}
h2.ps_title {
  font-size: 36px;
  font-family: "Merriweather";
  font-weight: 400;
}
h2.ps_title a {
  color: #323d40;
  text-decoration: none;
}
.ps_image {
  width: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
}
.ps_category {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
  margin-top: 15px;
}
.portfolio_single {
  width: 49.5%;
  /* float: left; */
  display: inline-block;
  padding: 0 50px 50px 0;
  text-align: left;
  position: relative;
  min-width: 350px;
  vertical-align: top;
}
.ps_image img {
  float: left;
  max-height: 380px;
  width: auto;
  width: 100%;
}
h6.ps_link {
  margin-top: 20px;
}
.ps_excerpt {
  color: #969db0;
  font-weight: 300;
  margin-top: 20px;
}
.ps_category li:first-child {
  padding-left: 0;
  border-left: 0 !important;
}

.ps_category li {
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  color: #323d40;
  padding: 0 10px;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  border-left: 1px solid #cecece;
  line-height: 10px;
}
.ps_category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Blog Page Specific */
#blog_under {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
  display: inline-block;
}
#blog_under svg {
  width: 100%;
  height: auto;
}
#blog_page {
  position: relative;
  padding-top: 50px;
  z-index: 100;
  width: 100%;
  display: inline-block;
}
div#blog_page .noisey,
div#page_header .noisey {
  text-align: center;
  max-width: 800px;
  margin: 70px auto 20px;
}
div#blog_list {
  display: table;
  width: 100%;
  padding-top: 70px;
  float: left;
  position: relative;
}
#page_header p,
p.passive {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  color: #405256;
  font-size: 16px;
  line-height: 28px;
}
.author_img {
  max-width: 32px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  height: 32px;
}
#page_header p,
p.passive {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
h1.article_title a {
  text-decoration: none;
  color: #323d40;
  line-height: 34px;
}
h1.article_title {
  font-size: 26px;
  width: 100%;
  font-family: "Merriweather";
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.by_line {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  float: left;
  line-height: 32px;
}
.by_line i {
  font-size: 11px;
  font-style: normal;
}
.by_line span {
  padding-left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.article_content {
  padding: 0 5px;
  width: 100%;
  float: left;
  display: inline-block;
}
.by_line a {
  color: #323d40;
  font-weight: 600;
  text-decoration: none;
}
div#blog_list article {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 80px;
  float: left;
  padding: 40px 30px 80px;
}

#page_header {
  padding-top: 50px;
  display: inline-block;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
}
#page_header h1.noisy {
  text-align: center;
}

.contact_form {
  max-width: 700px;
  width: 100%;

  padding: 8px;
  border-radius: 16px;
  margin: 0 auto 40px;
}

/* Single Post Template Styles */
.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}


.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-none {
  max-width: none;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Text Styles */
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.text-gray-900 {
  color: #323d40;
}

.text-gray-600 {
  color: #969db0;
}

.text-gray-700 {
  color: #6b7280;
}

.text-blue-600 {
  color: #2563eb;
}

.text-blue-800 {
  color: #1e40af;
}

.text-white {
  color: #ffffff;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* Background Colors */
.bg-blue-100 {
  background-color: #dbeafe;
}

.bg-blue-600 {
  background-color: #2563eb;
}

.bg-blue-700 {
  background-color: #1d4ed8;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

/* Border Styles */
.border-t {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e7eb;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Layout */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.space-x-2 > * + * {
  margin-left: 0.5rem;
}

.space-x-4 > * + * {
  margin-left: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

/* Prose Styles for Content */
.prose {
  color: #374151;
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.75;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 500;
}

.prose a:hover {
  color: #1d4ed8;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

/* Hover Effects */
.hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}

.hover\:bg-gray-200:hover {
  background-color: #e5e7eb;
}

.hover\:text-blue-800:hover {
  color: #1e40af;
}

/* Transitions */
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Inline Block */
.inline-block {
  display: inline-block;
}

/* SVG Icons */
.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.w-4.h-4 {
  width: 1rem;
  height: 1rem;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .text-4xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .max-w-4xl {
    max-width: 100%;
  }

  .flex {
    flex-direction: column;
  }

  .space-x-2 > * + *,
  .space-x-4 > * + * {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .text-right {
    text-align: left;
  }

  .justify-end {
    justify-content: flex-start;
  }
}

/* Modern Single Blog Post Styles */
.single-post-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
  background: #fff;
}


.single-post {

  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  position:relative;
  z-index:100;
}

.post-header {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}

.post-title {
  font-family: "Merriweather", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: left;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.author-info img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.author-name {
  font-weight: 500;
  color: #333;
}

.post-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post-date i {
  color: #888;
}

.post-categories {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.category-tag {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.featured-image {
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-image {
  width: 100%;
  height: auto;
  display: block;
}

.post-content {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: "Merriweather", serif;
  margin: 35px 0 20px 0;
  color: #1a1a1a;
  font-weight: 700;
}

.post-content h2 {
  font-size: 1.8rem;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.post-content h3 {
  font-size: 1.5rem;
}

.post-content h4 {
  font-size: 1.3rem;
}

.post-content p {
  margin: 25px 0;
  color: #444;
  font-size: 18px;
  line-height: 1.8;
}

.post-content blockquote {
  border-left: 4px solid #667eea;
  margin: 30px 0;
  padding: 20px 25px;
  background: #f8f9ff;
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
}

.post-content ul,
.post-content ol {
  margin: 25px 0;
  padding-left: 30px;
}

.post-content li {
  margin: 10px 0;
  color: #444;
  line-height: 1.7;
}

.post-content a {
  color: #667eea;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.post-content a:hover {
  color: #764ba2;
  border-bottom-color: #764ba2;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.post-content code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #d63384;
}

.post-content pre {
  background: #2d3748;
  color: #e2e8f0;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 25px 0;
}

.post-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}

.post-tags {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  margin-bottom: 40px;
}

.tags-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-link {
  background: #f8f9fa;
  color: #495057;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.tag-link:hover {
  background: #667eea;
  color: white;
  border-color: #667eea;
  transform: translateY(-1px);
}

.author-bio {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  margin-bottom: 40px;
  background: #fafbfc;
  border-radius: 12px;
  padding: 30px;
}

.author-bio-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.author-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.author-details {
  flex: 1;
}

.author-bio-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.author-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 16px;
}

.author-posts-link {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s ease;
}

.author-posts-link:hover {
  color: #764ba2;
}

.post-navigation {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-previous,
.nav-next {
  flex: 1;
}

.nav-next {
  text-align: right;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 20px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  background: #667eea;
  color: white;
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.nav-link i {
  font-size: 12px;
}

.post-not-found {
  text-align: center;
  padding: 60px 20px;
}

.not-found-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.not-found-text {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}

.back-home-btn {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.back-home-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .single-post-container {
    margin: 20px auto;
    padding: 0 15px;
  }

  .post-title {
    font-size: 2rem;
  }

  .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .post-categories {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .post-content {
    font-size: 16px;
  }

  .post-content h2 {
    font-size: 1.5rem;
  }

  .post-content h3 {
    font-size: 1.3rem;
  }

  .author-bio-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .nav-links {
    flex-direction: column;
    gap: 15px;
  }

  .nav-next {
    text-align: left;
  }

  .nav-link {
    justify-content: center;
    width: 100%;
  }
}

/* Footer CTA */
.footer-cta {
  clear: both;
  text-align: center;
  padding: 80px 20px;
  background: #de4382;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-cta::before,
.footer-cta::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
  pointer-events: none;
}

.footer-cta::before {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #fff 0%, transparent 70%);
  top: -120px;
  left: -80px;
}

.footer-cta::after {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #fff 0%, transparent 70%);
  bottom: -100px;
  right: -60px;
}

.footer-cta__blob {
  position: absolute;
  opacity: 0.07;
  pointer-events: none;
}

.footer-cta__blob--top {
  width: 300px;
  height: 300px;
  top: -40px;
  left: -20px;
}

.footer-cta__blob--bottom {
  width: 400px;
  height: 260px;
  bottom: -30px;
  right: -140px;
}

.footer-cta__inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.footer-cta__text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.footer-cta__sub {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.5;
}

.footer-cta__btn {
  display: inline-block;
  padding: 14px 40px;
  background: #fff;
  color: #de4382;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-cta__btn:hover {
  background: #273043;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .footer-cta {
    padding: 60px 20px;
  }

  .footer-cta__text {
    font-size: 22px;
  }

  .footer-cta__sub {
    font-size: 14px;
  }
}

/* Footer Styles */
.site-footer {
  clear: both;
  background-color: #273043;
  color: #fff;
  padding: 40px 0 20px 0;
  margin-top: 0;
  display: inline-block;
  width: 100%;
}

.footer-content {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo a {
  display: inline-block;
}

.footer-logo img {
  max-width: 160px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4a555a;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #667eea;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #667eea;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #764ba2;
  transform: translateY(-2px);
}

.footer-social i {
  font-size: 16px;
}

.footer-bottom {
  text-align: center;
}

.footer-bottom p {
  color: #a0a8ac;
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Footer */
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 30px 0 15px 0;
    margin-top: 40px;
  }

  .footer-info {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-logo {
    margin-bottom: 25px;
  }

  .footer-logo img {
    max-width: 120px;
  }
}

/* About Page Styles */
.about-container {
  position: relative;
  z-index: 100;
}

.about-hero {

  padding: 80px 0 60px 0;
  text-align: center;
}

.about-title {
  font-family: "Merriweather", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-subtitle {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.services-overview {

  padding: 80px 0;
}

.section-title {
  font-family: "Merriweather", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.service-block {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
}

.service-icon i {
  font-size: 32px;
  color: white;
}

.service-title {
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.service-description {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.service-features li {
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.service-features li:before {
  content: "✓";
  color: #667eea;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 8px;
}

.service-features li:last-child {
  border-bottom: none;
}

.our-approach {
  padding: 80px 0;
  background: #fff;
}

.approach-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
}

.approach-text {
  max-width: none;
}

.approach-subtitle {
  font-family: "Merriweather", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 35px 0 15px 0;
}

.approach-text p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 16px;
}

.approach-highlights {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.highlight-item {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
}

.highlight-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.highlight-icon i {
  font-size: 24px;
  color: white;
}

.highlight-item h4 {
  font-family: "Merriweather", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.highlight-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.about-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 0;
  text-align: center;
  color: white;
}

.cta-content {
  max-width: 600px;
  margin: 0 auto;
}

.cta-title {
  font-family: "Merriweather", serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.cta-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-button {
  display: inline-block;
  background: white;
  color: #667eea;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #764ba2;
}

/* About Page Responsive */
@media screen and (max-width: 768px) {
  .about-hero {
    padding: 60px 0 40px 0;
  }
  
  .about-title {
    font-size: 2.2rem;
  }
  
  .about-subtitle {
    font-size: 1.1rem;
  }
  
  .services-overview {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  
  .service-block {
    padding: 30px 20px;
  }
  
  .our-approach {
    padding: 60px 0;
  }
  
  .approach-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .approach-highlights {
    grid-template-columns: 1fr;
  }
  
  .about-cta {
    padding: 60px 0;
  }
  
  .cta-title {
    font-size: 1.8rem;
  }
  
  .cta-description {
    font-size: 1rem;
  }
}
