:root {
  /**
  @font family declaration
  */
  --zo-ff-body: 'General Sans', sans-serif;
  --zo-ff-heading: 'General Sans', sans-serif;
  --zo-ff-menu: 'General Sans', sans-serif;
  --zo-ff-button: 'General Sans', sans-serif;
  /**
  @color declaration
  */
  --zo-common-white: #ffffff;
  --zo-common-black: #000000;
  --zo-common-border: #C4C4D0;
  --zo-common-grey: #474747;
  --zo-heading-primary: #000000;
  --zo-grey-1: #6E6E73;
  --zo-grey-2: #575757;
  --zo-text-body: #42414A;
  --zo-theme-primary: #000000;
  --zo-theme-secondary: #161617;
  --zo-border-1: #3A393A;
  --zo-border-2: #5B5A66;
  --zo-bg-1: #FFFBEF;
  --zo-bg-page: #F9FEFF;
  /**
  @font weight declaration
  */
  --zo-fw-normal: normal;
  --zo-fw-regular: 400;
  --zo-fw-medium: 500;
  --zo-fw-sbold: 600;
  --zo-fw-bold: 700;
  --zo-fw-heading: 500;
  --zo-fw-ebold: 800;
  --zo-fw-black: 900;
  /**
  @font size declaration
  */
  --zo-fz-body: 16px;
  --zo-fz-body-2: 14px;
  --zo-fz-h1: 96px;
  --zo-fz-h2: 48px;
  --zo-fz-h3: 40px;
  --zo-fz-h4: 32px;
  --zo-fz-h5: 24px;
  --zo-fz-h6: 20px;
  --zo-fz-button: 14px;
  --zo-fz-mob-h1: 40px;
  --zo-fz-mob-h2: 24px;
  --zo-fz-mob-h3: 20px;
  --zo-fz-mob-h4: 16px;
  --zo-fz-mob-h5: 16px;
  --zo-fz-mob-h6: 14px;
  --zo-fz-tab-h1: 60px;
  --zo-fz-tab-h2: 34px;
  --zo-fz-tab-h3: 24px;
  --zo-fz-tab-h4: 16px;
  --zo-fz-tab-h5: 16px;
  --zo-fz-tab-h6: 16px;
  /**
  @line height declaration
  */
  --zo-lh-body: 1.5em;
  --zo-lh-h1: 1.2;
  --zo-lh-h2: 1.2;
  --zo-lh-h3: 1.2;
  --zo-lh-h4: 1.3;
  --zo-lh-h5: 1.4;
  --zo-lh-h6: 1.4;
  --zo-lh-btn: 1.5em;
}

.pb-32 {
  padding-bottom: 32px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.ptb-120 {
  padding: 120px 0;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.row-gap {
  row-gap: 64px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .row-gap {
    row-gap: 24px;
  }
}

.row-gap2 {
  row-gap: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .ptb-80 {
    padding: 50px 0;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pb-160 {
    padding-bottom: 50px;
  }
  .pt-160 {
    padding-top: 80px;
  }
  .mt-120 {
    margin-top: 64px;
  }
  .mtb-80 {
    margin: 50px 0;
  }
  .pb-120 {
    padding-bottom: 64px;
  }
  .pt-120 {
    padding-top: 64px;
  }
  .pb-48 {
    padding-bottom: 32px !important;
  }
  .pb-40 {
    padding-bottom: 32px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ptb-80 {
    padding: 60px 0;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .mtb-80 {
    margin: 80px 0;
  }
}
.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
}
.mt-40 {
  margin-top: 40px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.p-24 {
  padding: 24px;
}

.ptb-24 {
  padding: 24px 0;
}

.plr-24 {
  padding: 0 24px;
}

.p-18 {
  padding: 18px;
}

.ptb-18 {
  padding: 18px 0;
}

.plr-18 {
  padding: 0 18px;
}

.p-16 {
  padding: 16px;
}

.mt-60 {
  margin-top: 60px;
}

/* Animation Keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes floatLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  90% {
    transform: translateY(-3px);
  }
}
@keyframes pop-rotate {
  0% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.15) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes morph {
  0% {
    transform: scale(1) skew(0deg, 0deg);
  }
  50% {
    transform: scale(1.1) skew(3deg, 3deg);
  }
  100% {
    transform: scale(1) skew(0deg, 0deg);
  }
}
:root {
  /**
  @font family declaration
  */
  --zo-ff-body: 'General Sans', sans-serif;
  --zo-ff-heading: 'General Sans', sans-serif;
  --zo-ff-menu: 'General Sans', sans-serif;
  --zo-ff-button: 'General Sans', sans-serif;
  /**
  @color declaration
  */
  --zo-common-white: #ffffff;
  --zo-common-black: #000000;
  --zo-common-border: #C4C4D0;
  --zo-common-grey: #474747;
  --zo-heading-primary: #000000;
  --zo-grey-1: #6E6E73;
  --zo-grey-2: #575757;
  --zo-text-body: #42414A;
  --zo-theme-primary: #000000;
  --zo-theme-secondary: #161617;
  --zo-border-1: #3A393A;
  --zo-border-2: #5B5A66;
  --zo-bg-1: #FFFBEF;
  --zo-bg-page: #F9FEFF;
  /**
  @font weight declaration
  */
  --zo-fw-normal: normal;
  --zo-fw-regular: 400;
  --zo-fw-medium: 500;
  --zo-fw-sbold: 600;
  --zo-fw-bold: 700;
  --zo-fw-heading: 500;
  --zo-fw-ebold: 800;
  --zo-fw-black: 900;
  /**
  @font size declaration
  */
  --zo-fz-body: 16px;
  --zo-fz-body-2: 14px;
  --zo-fz-h1: 96px;
  --zo-fz-h2: 48px;
  --zo-fz-h3: 40px;
  --zo-fz-h4: 32px;
  --zo-fz-h5: 24px;
  --zo-fz-h6: 20px;
  --zo-fz-button: 14px;
  --zo-fz-mob-h1: 40px;
  --zo-fz-mob-h2: 24px;
  --zo-fz-mob-h3: 20px;
  --zo-fz-mob-h4: 16px;
  --zo-fz-mob-h5: 16px;
  --zo-fz-mob-h6: 14px;
  --zo-fz-tab-h1: 60px;
  --zo-fz-tab-h2: 34px;
  --zo-fz-tab-h3: 24px;
  --zo-fz-tab-h4: 16px;
  --zo-fz-tab-h5: 16px;
  --zo-fz-tab-h6: 16px;
  /**
  @line height declaration
  */
  --zo-lh-body: 1.5em;
  --zo-lh-h1: 1.2;
  --zo-lh-h2: 1.2;
  --zo-lh-h3: 1.2;
  --zo-lh-h4: 1.3;
  --zo-lh-h5: 1.4;
  --zo-lh-h6: 1.4;
  --zo-lh-btn: 1.5em;
}

.pb-32 {
  padding-bottom: 32px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.ptb-120 {
  padding: 120px 0;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.row-gap {
  row-gap: 64px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .row-gap {
    row-gap: 24px;
  }
}

.row-gap2 {
  row-gap: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .ptb-80 {
    padding: 50px 0;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pb-160 {
    padding-bottom: 50px;
  }
  .pt-160 {
    padding-top: 80px;
  }
  .mt-120 {
    margin-top: 64px;
  }
  .mtb-80 {
    margin: 50px 0;
  }
  .pb-120 {
    padding-bottom: 64px;
  }
  .pt-120 {
    padding-top: 64px;
  }
  .pb-48 {
    padding-bottom: 32px !important;
  }
  .pb-40 {
    padding-bottom: 32px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ptb-80 {
    padding: 60px 0;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .mtb-80 {
    margin: 80px 0;
  }
}
.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
}
.mt-40 {
  margin-top: 40px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.p-24 {
  padding: 24px;
}

.ptb-24 {
  padding: 24px 0;
}

.plr-24 {
  padding: 0 24px;
}

.p-18 {
  padding: 18px;
}

.ptb-18 {
  padding: 18px 0;
}

.plr-18 {
  padding: 0 18px;
}

.p-16 {
  padding: 16px;
}

.mt-60 {
  margin-top: 60px;
}

/* Animation Keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes floatLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(5px);
  }
  90% {
    transform: translateY(-3px);
  }
}
@keyframes pop-rotate {
  0% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.15) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes morph {
  0% {
    transform: scale(1) skew(0deg, 0deg);
  }
  50% {
    transform: scale(1.1) skew(3deg, 3deg);
  }
  100% {
    transform: scale(1) skew(0deg, 0deg);
  }
}
/*-----------------------------------------------------------------------------------

    Theme Name: Ilyn Blog
    Author: BYSL
    Support: 
    Description: Ilyn Blog WordPress Theme
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--zo-ff-body);
  font-size: var(--zo-fz-body);
  font-weight: var(--zo-fw-regular);
  color: var(--zo-text-body);
  line-height: var(--zo-lh-body);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--zo-heading-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--zo-ff-heading);
  color: var(--zo-heading-primary);
  margin: 0;
  font-weight: var(--zo-fw-sbold);
  line-height: 1.2;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: var(--zo-fz-h1);
  line-height: var(--zo-lh-h1);
  font-weight: var(--zo-fw-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: var(--zo-fz-tab-h1);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h1 {
    font-size: var(--zo-fz-mob-h1);
  }
}

h2 {
  font-size: var(--zo-fz-h2);
  line-height: var(--zo-lh-h2);
  font-weight: var(--zo-fw-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: var(--zo-fz-tab-h2);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h2 {
    font-size: var(--zo-fz-mob-h2);
  }
}

h3 {
  font-size: var(--zo-fz-h3);
  line-height: var(--zo-lh-h3);
  font-weight: var(--zo-fw-heading);
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h3 {
    font-size: var(--zo-fz-mob-h3);
  }
}

h4 {
  font-size: var(--zo-fz-h4);
  font-weight: var(--zo-fw-sbold);
  line-height: var(--zo-lh-h4);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4 {
    font-size: var(--zo-fz-tab-h4);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h4 {
    font-size: var(--zo-fz-mob-h4);
  }
}

h5 {
  font-size: var(--zo-fz-h5);
  font-weight: var(--zo-fw-heading);
  line-height: var(--zo-lh-h5);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: var(--zo-fz-tab-h5);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h5 {
    font-size: var(--zo-fz-mob-h5);
  }
}

h6 {
  font-size: var(--zo-fz-h6);
  font-weight: var(--zo-fw-heading);
  line-height: var(--zo-lh-h6);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h6 {
    font-size: var(--zo-fz-tab-h5);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  h6 {
    font-size: var(--zo-fz-mob-h5);
  }
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: var(--zo-ff-body);
  font-size: var(--zo-fz-body);
  font-weight: var(--zo-fw-normal);
  color: var(--zo-common-black);
  line-height: 1.5em;
  margin: 0;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

figure {
  margin: 0;
  padding: 0;
}

.primary-btn {
  position: relative;
  display: inline-block;
  padding: 16.5px 71.5px;
  font-size: 14px;
  font-weight: var(--zo-fw-medium);
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, border 0.4s ease;
  background: var(--zo-common-black);
  color: var(--zo-common-white);
}
.primary-btn:hover {
  color: var(--zo-common-white);
  opacity: 0.8;
}

.explore-all {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: underline;
  font-size: var(--zo-fz-body);
  font-weight: var(--zo-fw-medium);
  color: #121212;
}

.explore-all i {
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.3s ease;
}

.explore-all:hover {
  text-decoration: none;
  gap: 6px;
  padding: 8px 14px;
}

.explore-all:hover i {
  opacity: 1;
  transform: translateX(0);
}

.single-post .illiyeen-breadcrumb {
  margin-top: 30px;
}

.header-main-area nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  row-gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area nav ul {
    gap: 16px;
  }
}
.header-main-area nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.header-main-area nav ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.header-main-area nav ul li:hover .mega-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  top: 100px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-area nav ul li.p-lg-inherit {
    position: inherit;
  }
}
.header-main-area nav ul li .submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 218px;
  background: var(--zo-common-white);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 22px 0 12px;
  transform: scaleY(0);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  transition: all 0.3s ease-out 0s;
  border-radius: 8px;
}
.header-main-area nav ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-10px);
}
.header-main-area nav ul li .submenu li:hover > a {
  color: var(--zo-home-secondary);
  padding-left: 43px;
}
.header-main-area nav ul li .submenu li:hover > a::before {
  width: 12px;
  background: var(--zo-heading-primary);
}
.header-main-area nav ul li .submenu li:hover > .submenu {
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main-area nav ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--zo-common-black);
  padding: 6px 28px;
  width: 100%;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
}
.header-main-area nav ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: var(--zo-heading-primary);
  transition: all 0.3s ease-out 0s;
  transform: translateY(-50%);
}
.header-main-area nav ul li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: var(--zo-fw-regular);
  color: var(--zo-heading-primary);
  font-family: var(--zo-ff-menu);
  line-height: 24px;
  white-space: nowrap;
  transition: all 0.3s ease-out 0s;
}
.header-main-area nav ul li > a span {
  position: relative;
  transition: all 0.4s ease-out 0s;
}
.header-main-area nav ul li > a span::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--zo-theme-primary);
  transition: all 0.4s ease-out 0s;
}
.header-main-area nav ul li > a:hover {
  color: var(--zo-theme-primary);
}
.header-main-area nav ul li > a:hover span::after {
  width: 100%;
  right: auto;
  left: 0;
}
.header-main-area nav ul li > a i {
  margin-left: 4px;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area nav ul li > a i {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .header-main-area nav {
    display: none;
  }
}

.mega-menu {
  position: relative;
}
.mega-menu:hover > .mega-submenu {
  opacity: 1;
  visibility: visible;
  top: 45px;
  transform: translateY(0);
}
.mega-menu .mega-submenu {
  position: absolute;
  top: 45px;
  left: 0;
  background: var(--zo-common-white);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  border-radius: 6px;
  padding: 34px !important;
}
.mega-menu .mega-submenu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 200px;
  max-height: 200px;
  color: var(--zo-heading-primary);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
.mega-menu .mega-submenu li a .menu-thumbnail {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 6px;
}
.mega-menu .mega-submenu li a .menu-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out 0s;
}
.mega-menu .mega-submenu li a:hover .menu-thumbnail img {
  transform: scale(1.05);
}
.mega-menu .mega-submenu li a:hover .menu-title {
  color: var(--zo-theme-primary);
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.search-overlay .search-form-box {
  position: relative;
  background: var(--zo-common-white);
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.search-overlay .search-form-box .close-search {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 28px;
  background: transparent;
  border: none;
  color: var(--zo-theme-primary);
  cursor: pointer;
}
.search-overlay .search-form-box form {
  display: flex;
  gap: 10px;
}
@media (max-width: 370px) {
  .search-overlay .search-form-box form {
    flex-direction: column;
  }
}
.search-overlay .search-form-box form input {
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid var(--zo-border-1);
  border-radius: 6px;
}
.search-overlay .search-form-box form input:focus {
  border-color: var(--zo-theme-primary);
  outline: none;
}
.search-overlay .search-form-box form button[type=submit] {
  padding: 12px 20px;
  border-radius: 6px;
}

.offcanvas-menu ul {
  list-style: none;
}
.offcanvas-menu ul li {
  position: relative !important;
}
.offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--zo-ff-menu);
}
.offcanvas-menu ul li a:hover {
  color: var(--zo-theme-primary);
}
.offcanvas-menu ul li.active > a {
  color: var(--zo-theme-primary);
}
.offcanvas-menu ul li.active > .menu-close {
  color: var(--zo-common-white);
  background: var(--zo-theme-primary);
  border-color: var(--zo-theme-primary);
}
.offcanvas-menu ul li .submenu {
  display: none;
  padding-left: 20px;
}
.offcanvas-menu ul li .mega-menu {
  display: none;
  padding-left: 0;
  margin-top: -1px;
}
.offcanvas-menu ul li .megamenu-list ul li a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.offcanvas-menu .homemenu-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas-menu ul li a i {
    display: none;
  }
}

/*Marquee stile*/
.marquee {
  background: var(--zo-common-black);
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.marquee .category {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}
.marquee .category a {
  color: #FFF;
  text-decoration: none;
}

.marquee .scroll {
  width: 100%;
  display: flex;
  padding: 12px 0 8px 0;
}

.marquee .scroll div {
  color: #fff;
  font-size: 14px;
  background: var(--zo-common-black);
  white-space: nowrap;
  font-weight: 500;
  animation: animate-marquee 80s linear infinite;
  animation-delay: -40s;
}

.marquee .scroll div:nth-child(2) {
  animation: animate-marquee-2 80s linear infinite;
  animation-delay: -80s;
}

.marquee .scroll div .category {
  padding: 10px;
}

/*Responsive marquee*/
@media (max-width: 767px) {
  .marquee .scroll div {
    font-size: 25px;
  }
}
@keyframes animate-marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate-marquee-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.site-footer {
  background: var(--zo-common-white);
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer a {
  font-size: 16px;
}
.site-footer a span {
  text-decoration: underline;
}
.site-footer .footer-logo img {
  max-width: 100px;
  height: auto;
}
.site-footer .footer-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--zo-common-grey);
}
.site-footer .menu-list a {
  text-decoration: underline;
  color: var(--zo-common-grey);
}
.site-footer .footer-text h6 {
  color: var(--zo-common-grey);
  font-size: 16px;
}
.site-footer .quick-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .site-footer .center-mobile {
    text-align: center;
  }
}
.site-footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .site-footer .contact-info {
    align-items: center;
  }
}
.site-footer .contact-info li {
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-footer .form-area {
  float: none;
  padding: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .site-footer .form-area {
    width: 70%;
    margin: 0 auto;
  }
}
.site-footer .footer-text h6 {
  margin-top: 18px;
}
.site-footer .newsletter-form button {
  background: #000000;
  border: 1px solid #fff;
}
.site-footer .social-icons {
  display: flex;
  gap: 15px;
  padding-top: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .site-footer .social-icons {
    justify-content: center;
  }
}
.site-footer h5 {
  margin-bottom: 15px;
}
.site-footer i {
  color: var(--zo-common-black);
  opacity: 0.8;
  font-size: 20px;
}
.site-footer ul li {
  opacity: 0.8;
}
.site-footer ul li:hover {
  opacity: 1;
}
.site-footer ul li a {
  color: var(--zo-common-black);
}
.site-footer ul li a span {
  text-decoration: underline;
}

.container {
  max-width: 1296px;
}

body {
  background: #f5f5f7;
}

h3 a:hover {
  color: #5b5a66;
}

.sorting-options form select {
  border: 1px solid #dee2e6;
  padding: 6px;
  outline: none;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.form-area {
  float: right;
  padding: 73px 160px 103px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .form-area {
    padding: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .form-area {
    float: none;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .form-area {
    padding: 50px;
  }
}
.form-area p {
  margin: 24px 0;
  color: var(--zo-common-white);
  opacity: 0.6;
  max-width: 473px;
}
.form-area form {
  position: relative;
}
.form-area form input {
  color: var(--zo-common-black);
  background: transparent;
  border-radius: 12px;
  border: 2px solid #121212;
  padding: 23px 33px;
  width: 100%;
  outline: none;
}
.form-area form input[type=submit] {
  position: absolute;
  right: 7px;
  top: 7px;
  background: #121212;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 175px;
  height: 59px;
  line-height: 10px;
}
@media (max-width: 450px) {
  .form-area form input[type=submit] {
    max-width: 130px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .form-area form input[type=submit] {
    right: 8px;
  }
}

.widget-subscribe .form-area form input {
  padding: 12px;
}
.widget-subscribe .form-area form input[type=submit] {
  height: 42px;
  top: 5px;
  right: 5px;
  font-size: 14px;
  max-width: 117px;
}

.no-posts-found ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.no-posts-found form input,
.error-404 form input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 6px 10px;
  outline: none;
}

/**
* Blog editor default css
*/
.illiyeen-blog-details .details-left-area .wp-block-heading {
  margin-bottom: 16px;
  font-weight: 700;
  opacity: 0.6;
}
.illiyeen-blog-details .details-left-area .wp-block-columns {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 781px), (max-width: 576px) {
  .illiyeen-blog-details .details-left-area .wp-block-columns {
    flex-direction: column;
  }
}
.illiyeen-blog-details .details-left-area .wp-block-columns:last-of-type {
  margin-bottom: 0px;
}
.illiyeen-blog-details .details-left-area .wp-block-columns .wp-block-column .wp-block-image {
  padding: 0;
}
@media only screen and (min-width: 576px) and (max-width: 781px), (max-width: 576px), (max-width: 450px) {
  .illiyeen-blog-details .details-left-area .wp-block-columns .wp-block-column .wp-block-image img {
    display: flex;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 781px), (max-width: 576px), (max-width: 450px) {
  .illiyeen-blog-details .details-left-area .wp-block-group {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 576px) and (max-width: 781px), (max-width: 576px), (max-width: 450px) {
  .illiyeen-blog-details .details-left-area .wp-block-group .wp-block-image {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 781px), (max-width: 576px), (max-width: 450px) {
  .illiyeen-blog-details .details-left-area .wp-block-group .wp-block-image img {
    max-width: 250px;
  }
}
.illiyeen-blog-details .wp-block-table {
  margin: 10px 0 40px 0;
}

@media (max-width: 791px) {
  .illiyeen-blog-details .wp-block-columns:has(.wp-block-column:last-child img) {
    flex-direction: column-reverse;
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 48px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: transparent;
  border: 2px solid #121212;
}

.swiper-pagination-bullet-active {
  background: var(--zo-common-black) !important;
}

.swiper-button-prev {
  left: 3px;
}

.swiper-button-next {
  right: 3px;
  top: 130px;
}

.swiper-button-prev, .swiper-button-next {
  top: 130px;
  background: rgba(0, 0, 0, 0.5);
  border: 1.2px solid rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4.8px);
          backdrop-filter: blur(4.8px);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.header-top-area {
  background: #0D2924;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .header-top-area {
    display: none;
  }
}
.header-top-area .active-hour {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
}
.header-top-area .active-hour .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--zo-common-white);
  border-radius: 4px;
}
.header-top-area .active-hour h6 {
  color: var(--zo-common-white);
  font-size: 16px;
  line-height: 24px;
}
.header-top-area .active-hour p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-light-white);
}
.header-top-area p {
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-light-white);
  text-align: center;
}
.header-top-area .account-wrapper {
  text-align: end;
}
.header-top-area .account-wrapper span,
.header-top-area .account-wrapper a {
  position: relative;
  font-size: var(--zo-fz-body-1);
  line-height: var(--zo-lh-body-1);
  color: var(--zo-common-white);
  transition: all 0.3s ease-in-out;
}
.header-top-area .account-wrapper a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--zo-common-white);
  transition: all 0.4s ease-out 0s;
}
.header-top-area .account-wrapper a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.header-main-area {
  padding: 20px 0px;
}
.header-main-area .logo-area img {
  max-width: 163px;
  width: 100%;
  height: auto;
}
.header-main-area .right-action-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area .right-action-wrapper {
    gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .header-main-area .right-action-wrapper {
    gap: 20px;
  }
}
@media (max-width: 450px) {
  .header-main-area .right-action-wrapper {
    justify-content: center;
  }
}
.header-main-area .right-action-wrapper .header-search {
  display: inline;
  border-right: 1px solid #EDEFF3;
  padding-right: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area .right-action-wrapper .header-search {
    padding-right: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .header-main-area .right-action-wrapper .header-search {
    padding-right: 20px;
  }
}
.header-main-area .right-action-wrapper .header-search a {
  transition: all 0.3s ease-out 0s;
}
.header-main-area .right-action-wrapper .header-search a i {
  font-size: 24px;
}
.header-main-area .right-action-wrapper .header-search a:hover {
  color: var(--zo-theme-primary);
}
.header-main-area .right-action-wrapper .header-offcanvas-menu {
  display: inline;
}
.header-main-area .right-action-wrapper .header-offcanvas-menu a {
  transition: all 0.3s ease-out 0s;
}
.header-main-area .right-action-wrapper .header-offcanvas-menu a i {
  font-size: 24px;
}
.header-main-area .right-action-wrapper .header-offcanvas-menu a:hover {
  color: var(--zo-theme-primary);
}
@media (min-width: 992px) {
  .header-main-area .right-action-wrapper .header-offcanvas-menu {
    display: none;
  }
}
.header-main-area .right-action-wrapper .header-btn {
  display: inline;
}
@media (max-width: 767px) {
  .header-main-area .right-action-wrapper .header-btn {
    display: none;
  }
}
.header-main-area .right-action-wrapper .header-btn .primary-btn {
  padding: 7px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area .right-action-wrapper .header-btn .primary-btn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1224px) {
  .header-main-area .right-action-wrapper .header-btn .primary-btn {
    font-size: 14px;
  }
}
.header-main-area .right-action-wrapper .header-btn .primary-btn i {
  margin-left: 5px;
  font-size: 16px;
}

.header-main-area {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--zo-common-white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease forwards;
}

.all-categories-dropdown {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .all-categories-dropdown {
    position: relative;
    margin: 20px 0 10px 0;
  }
}

.categories-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  min-width: 202px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.all-categories-dropdown:hover .categories-menu {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.125);
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

.categories-toggle {
  border: none;
  background: transparent;
  padding: 5px 23px;
}
.categories-toggle i {
  margin-right: 10px;
}

.categories-menu li a {
  display: block;
  padding: 5px 15px;
  color: #333;
  text-decoration: none;
}

.categories-menu li a:hover {
  background: #f5f5f5;
}

/* Show dropdown on hover */
.all-categories-dropdown:hover .categories-menu {
  display: block;
}

.main-menu-area {
  justify-content: space-around;
  align-items: center;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.illiyeen-category-breadcrumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 520px;
  height: auto;
}
.illiyeen-category-breadcrumb ul {
  padding-top: 12px;
  text-align: center;
}
.illiyeen-category-breadcrumb ul li {
  display: inline;
  font-size: 16px;
  color: var(--zo-common-white);
}
.illiyeen-category-breadcrumb ul li a {
  color: var(--zo-common-white);
  opacity: 0.6;
}
.illiyeen-category-breadcrumb .title {
  text-align: center;
  padding-top: 205px;
}
.illiyeen-category-breadcrumb .title h2 {
  color: var(--zo-common-white);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.illiyeen-breadcrumb {
  padding: 12px 0;
}
.illiyeen-breadcrumb ul li {
  display: inline;
  font-size: var(--zo-fz-body-2);
  color: var(--zo-common-black);
}
.illiyeen-breadcrumb ul li a {
  color: var(--zo-common-black);
  opacity: 0.6;
}

.widget-container {
  margin-bottom: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .widget-container {
    margin-bottom: 16px;
  }
}
.widget-container .widget-title {
  text-transform: uppercase;
  text-align: left;
  font-weight: var(--zo-fw-regular);
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .widget-container .widget-title {
    margin-bottom: 36px;
  }
}
.widget-container .widget-title::after {
  content: "";
  background: #A5A5A5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 26px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .widget-container .widget-title::after {
    right: 47%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .widget-container .widget-title::after {
    right: 46%;
  }
}

.latest-post-wrapper .latest-post {
  overflow: hidden;
  position: relative;
}
.latest-post-wrapper .latest-post .latest-post-image {
  overflow: hidden;
  border-radius: 12px;
  max-height: 164px;
  margin-bottom: 16px;
}
.latest-post-wrapper .latest-post .latest-post-image:hover img {
  transform: scale(1.2);
}
.latest-post-wrapper .latest-post .latest-post-image img {
  max-height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  width: 100%;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .latest-post-wrapper .latest-post .latest-post-image img {
    max-height: 300px;
  }
}
.latest-post-wrapper .post-date a {
  color: rgba(57, 62, 80, 0.4);
  font-size: var(--zo-fz-body-2);
}
.latest-post-wrapper .post-date i {
  margin-right: 4px;
  color: rgba(57, 62, 80, 0.4);
  font-size: var(--zo-fz-body-2);
}
.latest-post-wrapper h6 a {
  color: #393E50;
  font-size: var(--zo-fz-h6);
  font-weight: var(--zo-fw-regular);
}

.popular-post-wrapper .widget_popular_posts ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular-post-wrapper .widget_popular_posts ul {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular-post-wrapper .widget_popular_posts ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 per row */
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
.popular-post-wrapper .widget_popular_posts ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 8px rgba(213, 213, 213, 0.06);
  border-radius: 12px;
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease, -webkit-backdrop-filter 0.4s ease;
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease, backdrop-filter 0.4s ease;
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease;
}
.popular-post-wrapper .widget_popular_posts ul li:hover {
  background: rgba(255, 255, 255, 0.25); /* more transparent for glass */
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0px 8px 20px rgba(157, 149, 149, 0.25);
  transform: translateY(-3px); /* floating effect */
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular-post-wrapper .widget_popular_posts ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.popular-post-wrapper .widget_popular_posts .blog-image {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular-post-wrapper .widget_popular_posts .blog-image {
    min-width: 100%;
    max-height: 200px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.popular-post-wrapper .widget_popular_posts .blog-image a {
  display: block;
  width: 100%;
}
.popular-post-wrapper .widget_popular_posts .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.popular-post-wrapper .widget_popular_posts .blog-content {
  width: calc(100% - 82px);
  display: flex;
  flex-direction: column;
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular-post-wrapper .widget_popular_posts .blog-content {
    gap: 0;
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular-post-wrapper .widget_popular_posts .blog-content {
    width: 100%;
  }
}
.popular-post-wrapper .widget_popular_posts .blog-content h6 {
  font-size: var(--zo-fz-body-2);
  font-weight: var(--zo-fw-regular);
  line-height: 24px;
  color: #393E50;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 3.5em;
}
.popular-post-wrapper .widget_popular_posts .blog-content .publish-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: rgba(57, 62, 80, 0.4);
  font-size: var(--zo-fz-body-2);
  font-weight: var(--zo-fw-regular);
}
.popular-post-wrapper .widget_popular_posts .blog-content .publish-date i {
  margin-right: 4px;
}

.categories-wrapper .widget-content {
  height: 440px;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .categories-wrapper .widget-content {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .categories-wrapper .all-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.categories-wrapper .categories {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  max-height: 120px;
  transition: all 0.3s ease;
}
.categories-wrapper .categories:last-child {
  margin-bottom: 0;
}
.categories-wrapper .categories img {
  border-radius: 12px;
  max-height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .categories-wrapper .categories img {
    min-height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .categories-wrapper .categories img {
    max-width: 250px;
    width: 100%;
  }
}
.categories-wrapper .categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  z-index: 1;
  transition: background 0.3s ease;
}
.categories-wrapper .categories .category-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
  text-align: center;
  padding: 22px 10px;
  border-radius: 12px;
  z-index: 2;
  transition: border 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .categories-wrapper .categories .category-name h5 {
    font-size: 20px;
    padding: 0 4px;
  }
}
.categories-wrapper .categories .category-name h5 a {
  color: var(--zo-common-white);
}
.categories-wrapper .categories:hover::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.categories-wrapper .categories:hover .category-name {
  border: 1px solid #fff;
}

.tags-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tags-wrapper ul li {
  display: inline;
  border: 1px solid rgba(165, 165, 165, 0.4);
  padding: 1px 7px 3px 7px;
  border-radius: 4px;
}
.tags-wrapper ul li:hover {
  background: var(--zo-common-white);
  border: 1px solid var(--zo-common-white);
}
.tags-wrapper ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #6E6E73;
}

.widget-subscribe {
  padding-top: 0;
}
.widget-subscribe .container {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .widget-subscribe {
    margin-bottom: 0;
  }
}
.widget-subscribe .subscribe-wrapper {
  border-radius: 10px;
  min-height: auto;
}
.widget-subscribe .subscribe-illiyeen {
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .widget-subscribe .subscribe-illiyeen {
    padding-bottom: 0;
  }
}
.widget-subscribe .form-area {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .widget-subscribe .form-area {
    max-width: 600px;
    margin: 0 auto;
    float: none;
  }
}
.widget-subscribe .form-area form {
  width: 100%;
  margin-top: 36px;
}
.widget-subscribe .form-area h5 {
  font-size: 28px;
  color: #121212;
}
.widget-subscribe .form-area h6 {
  font-size: 12px;
  color: #121212;
  letter-spacing: 0.24em;
}

.sidebar-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.subscribe-widget-area .widget-container {
  background: var(--zo-theme-primary);
}
.subscribe-widget-area .widget-title-wrapper h6 {
  color: var(--zo-common-white);
  text-align: center;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tags .tag-bg {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25.95px);
          backdrop-filter: blur(25.95px);
  border-radius: 100px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.tags .tag-bg:hover {
  box-shadow: 0px 8px 20px rgba(157, 149, 149, 0.25);
  transform: translateY(-3px);
  background: rgba(109, 102, 102, 0.1);
}
.tags .tag-bg a {
  color: var(--zo-common-white);
  font-size: 14px;
}
.tags .tag-bg i {
  color: var(--zo-common-white);
  font-size: 14px;
  margin-right: 4px;
}

.bottom-meta .tag-bg {
  cursor: auto;
}
.bottom-meta .date {
  cursor: auto;
}
.bottom-meta .date i {
  margin-right: 4px;
}

.title-area {
  justify-content: space-between;
  align-items: center;
}

.mc4wp-response p {
  color: var(--zo-common-black);
}

.archive-ilyn .single-content {
  min-height: 224px !important;
}

.hero-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 36px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-banner .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-banner .hero-media picture,
.hero-banner .hero-media .hero-banner-img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-banner .hero-media .hero-banner-img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-banner .container,
.hero-banner .hero-banner-wrapper {
  position: relative;
  z-index: 1;
}
.hero-banner h1 {
  font-weight: var(--zo-fw-regular);
  padding: 250px 0 218px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .hero-banner h1 {
    padding: 100px 40px;
  }
}
.hero-banner .single-features {
  width: 100%;
  padding: 35px 65px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .hero-banner .single-features {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .hero-banner .single-features {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1290px) {
  .hero-banner .single-features {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner .single-features {
    padding: 35px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .hero-banner .single-features {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .hero-banner .single-features {
    margin-bottom: 20px;
  }
}
.hero-banner .single-features h6 {
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner .single-features h6 {
    font-size: var(--zo-fz-tab-h6);
  }
}
.hero-banner .single-features h6 a {
  color: var(--zo-common-white);
  text-transform: uppercase;
  font-weight: var(--zo--fw-bold);
}
.hero-banner .single-features:hover {
  background: rgba(169, 139, 105, 0.12);
  border: 1px solid #A98B69;
}
.hero-banner .single-features:hover h6 a {
  color: #A98B69;
}
.hero-banner .active {
  background: rgba(169, 139, 105, 0.12);
  border: 1px solid #A98B69;
}
.hero-banner .active h6 a {
  color: #A98B69;
}

.latest-trends .latest-trends-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  background-size: cover;
  padding: 68px 32px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.latest-trends .latest-trends-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  z-index: 1;
}
.latest-trends .latest-trends-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  z-index: 0;
}
.latest-trends .latest-trends-wrapper:hover::after {
  transform: scale(1.2);
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .latest-trends .latest-trends-wrapper {
    padding: 40px;
  }
}
@media (max-width: 450px) {
  .latest-trends .latest-trends-wrapper {
    padding: 25px;
  }
}
.latest-trends .latest-trends-wrapper:hover {
  transition: 0.3s ease-in-out;
}
.latest-trends .latest-trends-wrapper .latest-trends-news {
  z-index: 2;
  position: relative;
}
.latest-trends .latest-trends-wrapper .category span a {
  background: var(--zo-common-white);
  padding: 6px 10px;
  border-radius: 32px;
  font-size: 12px;
}
.latest-trends .latest-trends-wrapper .main-content {
  margin-top: 40px;
  max-width: 706px;
  width: 100%;
}
.latest-trends .latest-trends-wrapper .main-content span,
.latest-trends .latest-trends-wrapper .main-content p {
  color: var(--zo-common-white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 3.5em;
}
.latest-trends .latest-trends-wrapper .main-content .date {
  font-size: 14px;
}
.latest-trends .latest-trends-wrapper .main-content .date a {
  color: var(--zo-common-white);
}
.latest-trends .latest-trends-wrapper .main-content .date i {
  margin-right: 6px;
}
.latest-trends .latest-trends-wrapper .main-content .read-time {
  margin-left: 20px;
}
.latest-trends .latest-trends-wrapper .main-content h4 {
  margin-bottom: 10px;
}
.latest-trends .latest-trends-wrapper .main-content h4 a {
  color: var(--zo-common-white);
}

.elevated-menswear .title-area {
  justify-content: space-between;
}
.elevated-menswear .single-item {
  transition: all 0.3s ease-out 0s;
}
.elevated-menswear .single-item .single-content {
  background: var(--zo-common-white);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  padding: 16px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  min-height: 217px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .elevated-menswear .single-item .single-content {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .elevated-menswear .single-item .single-content {
    min-height: 203px;
  }
}
.elevated-menswear .single-item .single-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 3.5em;
  color: var(--zo-grey-1);
  margin: 6px 0 12px 0;
}
.elevated-menswear .single-item .single-content h5, .elevated-menswear .single-item .single-content h6 {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 3.5em;
}
.elevated-menswear .single-item .single-content h5:hover, .elevated-menswear .single-item .single-content h6:hover {
  opacity: 0.8;
}
.elevated-menswear .single-item .single-content .top-meta {
  display: flex;
  justify-content: space-between;
}
.elevated-menswear .single-item .single-content .bottom-content {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.elevated-menswear .single-item .single-content .tag a {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.elevated-menswear .single-item .single-content .tag a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #c3c4c7;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.elevated-menswear .single-item .single-content .tag a:hover::after {
  transform: scaleX(1);
}
.elevated-menswear .single-item .single-content i {
  color: var(--zo-grey-1);
  font-size: 16px;
  margin-right: 4px;
}
.elevated-menswear .single-item .single-content .views-icon {
  margin-right: 3px;
}
.elevated-menswear .single-item .content-height {
  min-height: 219px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .elevated-menswear .single-item .content-height {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .elevated-menswear .single-item .content-height {
    min-height: 203px;
  }
}
.elevated-menswear .single-item .single-image {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-height: 276px;
  height: 100%;
}
.elevated-menswear .single-item .single-image img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s ease-in-out;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.elevated-menswear .single-item:hover img {
  transform: scale(1.2);
}

.fashion-outlook img {
  height: auto;
  max-height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
}

.subtainable-practices {
  /* Position nav buttons at bottom center */
  /* Wrap both buttons in a custom container */
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .subtainable-practices .swiper-slide {
    padding: 8px;
  }
}
.subtainable-practices .swiper-slide.swiper-slide-active {
  width: 100%;
  max-width: 525px;
}
.subtainable-practices .swiper-slide.swiper-slide-active .card {
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
}
@media (max-width: 576px) {
  .subtainable-practices .swiper-slide.swiper-slide-active .card {
    border-radius: 12px;
  }
}
.subtainable-practices .swiper-slide.swiper-slide-next {
  min-width: 856px !important;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .subtainable-practices .swiper-slide.swiper-slide-next {
    min-width: auto !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .subtainable-practices .slider-column {
    padding: 0 10px;
  }
}
.subtainable-practices .swiper-wrapper {
  height: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .subtainable-practices .swiper-wrapper {
    margin-left: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .subtainable-practices .swiper-wrapper {
    margin-left: 0;
  }
}
.subtainable-practices .card {
  border: none;
  max-height: 376px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.subtainable-practices .card:hover img {
  transform: scale(1.2);
}
@media (max-width: 576px) {
  .subtainable-practices .card {
    max-height: 224px;
  }
}
.subtainable-practices .card img {
  min-height: 376px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.subtainable-practices .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  z-index: 1;
}
.subtainable-practices .card .card-img-overlay {
  bottom: 50px;
  left: 30px;
  z-index: 2;
}
@media (max-width: 576px) {
  .subtainable-practices .card .card-img-overlay {
    bottom: 0;
  }
}
.subtainable-practices .card .date-read-time {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.subtainable-practices .card .date {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 14px;
}
.subtainable-practices .card .date i {
  margin-right: 4px;
}
.subtainable-practices .swiper-button-next,
.subtainable-practices .swiper-button-prev {
  top: auto;
  /* Remove vertical center */
  bottom: 10px;
  /* Distance from bottom */
  transform: translateY(0);
}
.subtainable-practices .swiper-button-prev {
  left: 50%;
  transform: translateX(0px);
  /* Shift left from center */
}
.subtainable-practices .swiper-button-next {
  right: 50%;
  transform: translateX(0px);
  /* Shift right from center */
}
.subtainable-practices .swiper-nav-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  /* space between buttons */
  margin-top: 48px;
}
.subtainable-practices .swiper-button-next,
.subtainable-practices .swiper-button-prev {
  position: static;
  /* remove default absolute positioning */
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #000;
}
.subtainable-practices .swiper-button-next::after,
.subtainable-practices .swiper-button-prev::after {
  font-size: 18px;
}

.life-illiyeen .single-item {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 450px) {
  .life-illiyeen .single-item {
    margin-bottom: 24px;
  }
}

.subscribe-illiyeen .subscribe-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.menswear-item {
  /* start hidden state for animation (but we control display via JS) */
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: none; /* JS will set to block when showing */
}

.menswear-item.show {
  opacity: 1;
  transform: translateY(0);
}

.home-ad-block .single-column {
  margin-bottom: 24px;
}
.home-ad-block .single-column:last-child {
  margin-bottom: 0;
}
.home-ad-block .ad-block img {
  width: 100%;
  min-height: 411px;
}

/** updated ad/promotion block style for home page */
.homepage-promotion {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 600px;
}
.homepage-promotion .promotion-overlay {
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  min-height: 600px;
}
.homepage-promotion .promotion-overlay .promotion-content {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  padding-top: 20%;
}
.homepage-promotion .promotion-overlay .promotion-content .promotion-title {
  margin-bottom: 10px;
}
.homepage-promotion .promotion-overlay .promotion-content .promotion-subtitle {
  margin-bottom: 16px;
  opacity: 0.95;
}
.homepage-promotion .promotion-overlay .promotion-content .promotion-btn:hover {
  color: var(--zo-common-black);
  border: 1px solid var(--zo-common-white);
}
.homepage-promotion .promotion-overlay .promotion-content p {
  color: var(--zo-common-white);
  margin-bottom: 24px;
  opacity: 0.6;
}

.card-overlay-section .card-tile {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.06);
  cursor: pointer;
  transition: transform 0.32s ease;
}
.card-overlay-section .card-tile:hover .card-img {
  transform: scale(1.2);
}
.card-overlay-section .card-tile .card-img {
  width: 100%;
  height: auto;
  min-height: 416px;
  display: block;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.card-overlay-section .card-tile .card-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  border-radius: 20px;
  transition: background 0.28s ease;
  z-index: 1;
}
.card-overlay-section .card-tile .card-inner {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 114px;
  z-index: 3;
  color: #ffffff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}
.card-overlay-section .card-tile .card-inner h6 {
  font-size: 16px;
}
.card-overlay-section .card-tile .card-inner h5, .card-overlay-section .card-tile .card-inner h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4;
  max-height: 3.2em;
}
.card-overlay-section .card-tile .card-inner .card-date {
  display: block;
  margin-top: 24px;
  margin-bottom: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
.card-overlay-section .card-tile .card-inner .card-date i {
  margin-right: 6px;
}
.card-overlay-section .card-short {
  max-height: 196px;
  margin-bottom: 24px;
}
.card-overlay-section .card-short .card-inner {
  top: 24px;
}
.card-overlay-section .card-short .card-inner .tag-bg {
  padding: 2px 8px;
}
.card-overlay-section .card-short .card-inner .card-date {
  margin-top: 16px;
}
.card-overlay-section .card-short .cat-pill {
  top: 16px;
  padding: 2px 12px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .card-overlay-section .card-tile {
    border-radius: 14px;
  }
  .card-overlay-section .card-tile .card-img,
  .card-overlay-section .card-tile .card-overlay {
    border-radius: 14px;
  }
  .card-overlay-section .card-tile .cat-pill {
    top: 12px;
    left: 12px;
    padding: 5px 8px;
    font-size: 11px;
  }
  .card-overlay-section .card-tile .card-inner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

.subscribe-home {
  border-top: 1px solid rgba(165, 165, 165, 0.6);
  margin-top: 120px;
}
.subscribe-home .form-area {
  text-align: center;
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  float: none;
}
.subscribe-home form {
  max-width: 621px;
  width: 100%;
  margin: 80px auto 0 auto;
}
.subscribe-home input, .subscribe-home input[type=submit] {
  border-radius: 100px !important;
}

.illiyeen-blog-details .wp-block-image {
  padding: 30px 0;
}
.illiyeen-blog-details .wp-block-gallery {
  padding: 20px 0 30px 0;
}
.illiyeen-blog-details .wp-block-gallery .wp-block-image {
  padding: 0;
}
.illiyeen-blog-details .details-wrapper {
  padding: 44px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .illiyeen-blog-details .details-wrapper {
    padding: 28px 0 0 0;
  }
}
.illiyeen-blog-details .details-wrapper .details-left-area .thumbnail-image {
  overflow: hidden;
}
.illiyeen-blog-details .details-wrapper .details-left-area .thumbnail-image img {
  border-radius: 12px;
  margin-bottom: 40px;
  max-height: 380px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.illiyeen-blog-details .details-wrapper .details-left-area .post-details p {
  margin-bottom: 16px;
  opacity: 0.6;
}
.illiyeen-blog-details .details-wrapper .details-left-area .post-details p:last-child {
  margin-bottom: 0;
}
.illiyeen-blog-details .details-wrapper .details-left-area .post-details a {
  color: #2271b1;
  text-decoration: underline;
  font-weight: 500;
}
.illiyeen-blog-details .details-wrapper .details-left-area .post-details ul li {
  margin-bottom: 16px;
  color: var(--zo-common-black);
  opacity: 0.6;
  font-weight: var(--zo-fw-bold);
}
.illiyeen-blog-details .details-wrapper .details-left-area .post-details .wp-block-embed {
  padding: 10px 0 30px 0;
}
.illiyeen-blog-details .details-wrapper .details-left-area .post-details .wp-block-embed iframe {
  width: 100%;
}
.illiyeen-blog-details .details-wrapper .details-left-area .share-wrapper {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .illiyeen-blog-details .details-wrapper .details-left-area .share-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.illiyeen-blog-details .details-wrapper .details-left-area .share-wrapper .social-icon-wrapper {
  display: flex;
  align-items: center;
}
.illiyeen-blog-details .details-wrapper .details-left-area .share-wrapper .social-icon-wrapper ul {
  display: flex;
  gap: 14px;
  margin-left: 10px;
}
.illiyeen-blog-details .details-wrapper .details-left-area .share-wrapper .social-icon-wrapper ul li a i {
  font-size: 22px;
  color: #6E6E73;
}
.illiyeen-blog-details .details-right-area {
  margin-top: -5px;
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px), (max-width: 450px) {
  .illiyeen-blog-details .details-right-area {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .illiyeen-blog-details .details-right-area .widget-title {
    font-size: 22px;
  }
}
.illiyeen-blog-details img {
  width: 100%;
  height: auto;
}
.illiyeen-blog-details .prev-next-wrapper-container {
  border-top: 1px solid #A5A5A5;
  padding-top: 48px;
}
.illiyeen-blog-details .prev-next-wrapper {
  display: flex;
  gap: 23px;
  align-items: center;
  width: 100%;
  max-width: 453px;
}
.illiyeen-blog-details .prev-next-wrapper:hover {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 5px 5px 15px rgba(179, 163, 163, 0.2), -5px -5px 15px rgba(239, 225, 225, 0.1);
  transition: all 0.3s ease;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.illiyeen-blog-details .prev-next-wrapper:hover img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.illiyeen-blog-details .prev-next-wrapper img {
  max-height: 100px;
  max-width: 100px;
  width: auto;
  border-radius: 8px;
}
.illiyeen-blog-details .prev-next-wrapper h6 {
  font-size: 16px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 3.5em;
}
.illiyeen-blog-details .prev-next-wrapper span {
  color: #6E6E73;
  font-size: 14px;
}
.illiyeen-blog-details .prev-next-wrapper .previous-text, .illiyeen-blog-details .prev-next-wrapper .next-text {
  margin-left: 3.5px;
}
.illiyeen-blog-details .prev-next-wrapper .content {
  padding-right: 9px;
}
.illiyeen-blog-details .next-wrapper {
  float: right;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .illiyeen-blog-details .next-wrapper {
    text-align: right;
  }
}
.illiyeen-blog-details .top-area {
  max-width: 856px;
  width: 100%;
}
.illiyeen-blog-details .top-area h3 {
  margin-top: 4px;
}
.illiyeen-blog-details .top-area h2 {
  padding: 24px 0;
}
.illiyeen-blog-details .top-area .post-date {
  color: #6E6E73;
  font-size: 14px;
}
.illiyeen-blog-details .top-area .meta {
  gap: 24px;
  display: flex;
  justify-content: left;
  margin-top: 16px;
}
@media (max-width: 370px) {
  .illiyeen-blog-details .top-area .meta {
    flex-direction: column;
  }
}
@media (max-width: 370px) {
  .illiyeen-blog-details .top-area .meta {
    gap: 5px;
  }
}
.illiyeen-blog-details .top-area .meta i {
  margin-right: 6px;
}
@media (max-width: 471px) {
  .illiyeen-blog-details .top-area .meta i {
    margin-right: 2px;
  }
}
.illiyeen-blog-details .top-area .meta span {
  color: var(--zo-common-black);
  opacity: 0.6;
  font-size: var(--zo-fz-body-2);
}
.illiyeen-blog-details .top-area .meta .author-comment-meta, .illiyeen-blog-details .top-area .meta .date-time-meta {
  display: flex;
}
@media (max-width: 450px) {
  .illiyeen-blog-details .top-area .meta .author-comment-meta, .illiyeen-blog-details .top-area .meta .date-time-meta {
    gap: 10px;
  }
}

.illiyeen-ads-wrapper {
  position: relative;
  min-height: 411px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .illiyeen-ads-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .illiyeen-ads-wrapper {
    min-height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .illiyeen-ads-wrapper {
    min-height: 300px;
  }
}
.illiyeen-ads-wrapper .ad-block {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  overflow: hidden;
  margin-bottom: 24px;
  max-height: 411px;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .illiyeen-ads-wrapper .ad-block {
    max-height: 300px;
  }
}
.illiyeen-ads-wrapper .ad-block:last-child {
  margin-bottom: 0;
}
.illiyeen-ads-wrapper .ad-block::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
}
.illiyeen-ads-wrapper .ad-block img {
  border-radius: 20px;
  min-height: 411px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .illiyeen-ads-wrapper .ad-block img {
    min-height: 300px;
  }
}
.illiyeen-ads-wrapper .ad-block .ad-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.illiyeen-ads-wrapper .ad-block .ad-meta h3 {
  color: var(--zo-common-white);
  padding: 0 7px;
}
.illiyeen-ads-wrapper .ad-block .ad-meta .ad-btn {
  background: var(--zo-common-white);
  color: var(--zo-common-black);
  padding: 12px 50px;
  border-radius: 10px;
  margin: 25px auto 0 auto;
  width: 100%;
  max-width: 180px;
}
.illiyeen-ads-wrapper .ad-block .ad-meta .ad-btn:hover {
  background: var(--zo-common-black);
  color: var(--zo-common-white);
}
.illiyeen-ads-wrapper .ad-block.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-numbers li {
  background: var(--zo-common-black);
  color: #666;
  padding: 5px 10px;
  display: inline;
}
.page-numbers li a {
  color: var(--zo-common-white);
}

.comment-respond {
  margin-bottom: 30px;
}
.comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comment-respond .comment-form-cookies-consent input {
  width: 18px;
  height: 18px;
  border: 2px solid #919EAB;
}
.comment-respond .consent-text {
  margin-left: 8px;
  font-size: 14px;
  color: #1D1D1F;
}
.comment-respond ::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.comment-respond ::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.comment-respond textarea, .comment-respond input {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.comment-respond textarea:focus, .comment-respond input:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #212B36;
  border-color: #212B36;
}
.comment-respond .form-submit {
  margin-top: 32px;
}
.comment-respond .form-submit input {
  background: rgba(145, 158, 171, 0.24);
  border-radius: 8px;
  display: inline-block;
  padding: 11px 22px;
  color: rgba(145, 158, 171, 0.8);
  font-size: 14px;
  font-weight: var(--zo-fw-medium);
  border: 1px solid transparent;
}
.comment-respond .form-submit input:hover {
  background: transparent;
  border: 1px solid black;
  color: var(--zo-common-black);
}
.comment-respond .comment-notes, .comment-respond .logged-in-as {
  margin: 10px 0 40px 0;
  font-size: 14px;
  color: #6E6E73;
}
.comment-respond .comment-reply-title {
  font-size: 16px;
}

.comment-list ol.children {
  list-style-type: none;
}

.comments-title {
  padding-bottom: 21px;
  margin-bottom: 48px;
  border-bottom: 1px solid #A5A5A5;
  font-size: 32px;
}

.comment-content-wrapper {
  width: 100%;
}

.comment-content {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 12px;
  margin-left: 16px;
  padding: 16px;
  transition: all 0.3s ease;
}
.comment-content:hover {
  box-shadow: 0px 8px 20px rgba(157, 149, 149, 0.25);
  transform: translateY(-3px);
}
.comment-content a {
  font-size: 16px;
  opacity: 0.6;
}
.comment-content p {
  color: #474747;
  font-size: 16px;
  margin-top: 8px;
}
.comment-content .url {
  font-weight: 500;
}

.comment-reply-link {
  margin-left: 16px;
  font-size: 14px;
  color: #474747;
  margin-top: 8px;
}

.comment-list {
  list-style: none;
  padding-left: 0;
}
.comment-list .reply {
  text-align: right;
}
.comment-list li.comment {
  position: relative;
}
.comment-list li.comment.children {
  margin-left: 2rem;
  border-left: 2px solid #ccc;
  padding-left: 1rem;
  list-style-type: none;
}
.comment-list li.comment ul.children {
  margin-left: 1.5rem;
  border-left: 2px solid #ddd;
  padding-left: 1rem;
}
.comment-list li.comment .comment-meta {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.comment-body {
  display: flex;
  margin-bottom: 32px;
}

.comment-author {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 100px;
}

.comments-count-wrapper {
  text-align: center;
}
.comments-count-wrapper p {
  font-size: 14px;
  font-weight: 500;
  color: #6E6E73;
  margin-bottom: 15px;
}
.comments-count-wrapper button {
  padding: 17px 130px;
}

#cancel-comment-reply-link {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 576px) and (max-width: 767.98px), (max-width: 576px) {
  .related-blog {
    padding-top: 0;
  }
}
.related-blog .single-content {
  min-height: 225px !important;
}

/* Mobile Accordion */
.mobile-prev-next-wrapper {
  display: none;
}

@media (max-width: 991px) {
  .widget-container {
    background: var(--zo-common-white);
    border-radius: 12px;
    padding: 14px 10px;
  }
  .widget-subscribe, .illiyeen-ads-wrapper {
    background: transparent;
    padding-bottom: 0;
  }
  .widget-subscribe .form-area {
    text-align: left;
  }
  .widget-container .widget-title {
    margin-bottom: 0;
  }
  .widget-container .widget-title::after {
    background: transparent;
  }
  .widget-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .widget-title.toggle-widget {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .popular-post-wrapper .widget_popular_posts ul li {
    background: rgba(243, 243, 243, 0.7);
    box-shadow: 0px 4px 8px rgba(213, 213, 213, 0.06);
  }
  /* Icon element */
  .widget-title.toggle-widget i {
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #6E6E73;
    font-weight: 600;
  }
  .widget-title.toggle-widget.active {
    margin-bottom: 16px;
  }
  .widget-title.toggle-widget.active i {
    transform: rotate(180deg);
  }
  .mobile-prev-next-wrapper {
    display: block;
  }
  .desktop-prev-next-wrapper {
    display: none;
  }
  .illiyeen-blog-details .prev-next-wrapper-container {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .mobile-prev-next-wrapper img {
    display: none;
  }
  .mobile-prev-next-wrapper .width-50 {
    width: 50%;
  }
  .illiyeen-blog-details .prev-next-wrapper {
    gap: 0;
  }
}/*# sourceMappingURL=main.css.map */