/*===========
   Template Name: Magzin
   Author : alithemes
   Support: https://alithemes.ticksy.com
   Version: 1.0
=======
Table of contents
    01. Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer
==============*/
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&amp;display=swap");
:root {
  --tc-body-font-family: Geist;
  --tc-heading-font-family: Geist;
  --tc-body-font-size: 16px;
  --tc-fs-1: 40px;
  --tc-fs-2: 32px;
  --tc-fs-3: 28px;
  --tc-fs-4: 24px;
  --tc-fs-5: 20px;
  --tc-fs-6: 16px;
  --tc-fs-7: 14px;
  --tc-fs-8: 12px;
  --tc-ds-1: 80px;
  --tc-ds-2: 72px;
  --tc-ds-3: 64px;
  --tc-ds-4: 56px;
  --tc-ds-5: 48px;
  --tc-ds-6: 40px;
  --tc-ds-xs-1: 64px;
  --tc-ds-xs-2: 56px;
  --tc-ds-xs-3: 48px;
  --tc-ds-xs-4: 36px;
  --tc-ds-xs-5: 28px;
  --tc-ds-xs-6: 24px;
  --tc-body-line-height: 1.5;
  --tc-heading-line-height: 1.2;
  --tc-neutral-50: #f7f8f9;
  --tc-neutral-100: #eaecee;
  --tc-neutral-200: #e5e7eb;
  --tc-neutral-300: #d1d5db;
  --tc-neutral-400: #a7aaaf;
  --tc-neutral-500: #75787d;
  --tc-neutral-600: #626568;
  --tc-neutral-700: #3a3b3d;
  --tc-neutral-800: #1a1b1c;
  --tc-neutral-900: #0e0e0f;
  --tc-neutral-dark-50: #151616;
  --tc-neutral-dark-100: #181818;
  --tc-neutral-dark-200: #282828;
  --tc-neutral-dark-300: #343434;
  --tc-neutral-dark-400: #565656;
  --tc-neutral-dark-500: #727272;
  --tc-neutral-dark-600: #9ca3af;
  --tc-neutral-dark-700: #d1d5db;
  --tc-neutral-dark-800: #e5e7eb;
  --tc-neutral-dark-900: #f3f4f6;
  --tc-system-success: #64e1b0;
  --tc-system-info: #5577a7;
  --tc-system-warning: #f39e0d;
  --tc-system-danger: #ec4040;
  --tc-system-white: #ffffff;
  --tc-system-dark: #000000;
  --tc-system-muted: #9ca3af;
  --tc-system-dark-success: #10b983;
  --tc-system-dark-info: #0f172e;
  --tc-system-dark-warning: #fcd34e;
  --tc-system-dark-danger: #fca5a7;
  --tc-system-dark-white: #222324;
  --tc-system-dark-dark: #efeff8;
  --tc-system-dark-muted: #9ca3af;
  --tc-bg-1: #f2f2e9;
  --tc-bg-2: #e3dcf6;
  --tc-bg-3: #f2fbf9;
  --tc-bg-4: #eef2ff;
  --tc-bg-5: #fff7ee;
  --tc-bg-dark-1: #1c1b1f;
  --tc-bg-dark-2: #1e1c25;
  --tc-bg-dark-3: #141817;
  --tc-bg-dark-4: #131518;
  --tc-bg-dark-5: #100f0e;
  --tc-shadow-1: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
  --tc-fw-black: 900;
  --tc-fw-extra-bold: 800;
  --tc-fw-bold: 700;
  --tc-fw-semi-bold: 600;
  --tc-fw-medium: 500;
  --tc-fw-regular: 400;
  --tc-fw-light: 300;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 0.875em;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

img {
  max-width: 100%;
}

/*=============================
    Keyframe Animation
===============================*/
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shine-animate:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.shine-animate-item:hover .shine-animate:before {
  animation: hoverShine 1.2s;
}

.alltuchtopdown {
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}
.rightToLeft {
  animation-name: rightToLeft;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.ribbonRotate {
  animation-name: ribbonRotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes ribbonRotate {
  0%, 100% {
    transform: rotate(0);
  }
  25%, 75% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(30deg);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.shake {
  animation-name: shake;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes shake {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes animation__shape {
  0% {
    stroke-dashoffset: 12;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-two {
  0% {
    stroke-dashoffset: 18;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-three {
  0% {
    stroke-dashoffset: 24;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-four {
  0% {
    stroke-dashoffset: 14;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-five {
  0% {
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .img-custom-anim-right,
  .img-custom-anim-left,
  .img-custom-anim-top {
    animation: none;
    opacity: 1;
  }
}
.slideinleft,
.slideinright,
.slideindown,
.slideinup {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}
.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}
.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tc-body-font-family);
  font-size: var(--tc-body-font-size);
  font-weight: var(--tc-fw-regular);
  color: var(--tc-neutral-600);
  line-height: var(--tc-body-line-height);
  background-color: var(--tc-neutral-50);
}

.font-body {
  font-family: var(--tc-body-font-family);
}

.fs-10 {
  font-size: 10px;
}

.fs-18 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.fs-1 {
  font-size: var(--tc-fs-1);
}

.fs-2 {
  font-size: var(--tc-fs-2);
}

.fs-3 {
  font-size: var(--tc-fs-3);
}

.fs-4 {
  font-size: var(--tc-fs-4);
}

.fs-5 {
  font-size: var(--tc-fs-5);
}

.fs-6 {
  font-size: var(--tc-fs-6);
}

.fs-7 {
  font-size: var(--tc-fs-7);
}

.fs-8 {
  font-size: var(--tc-fs-8);
}

.ds-1 {
  font-size: var(--tc-ds-1);
}

.ds-2 {
  font-size: var(--tc-ds-2);
}

.ds-3 {
  font-size: var(--tc-ds-3);
}

.ds-4 {
  font-size: var(--tc-ds-4);
}

.ds-5 {
  font-size: var(--tc-ds-5);
}

.ds-6 {
  font-size: var(--tc-ds-6);
}

.ds-xs-1 {
  font-size: var(--tc-ds-xs-1);
}

.ds-xs-2 {
  font-size: var(--tc-ds-xs-2);
}

.ds-xs-3 {
  font-size: var(--tc-ds-xs-3);
}

.ds-xs-4 {
  font-size: var(--tc-ds-xs-4);
}

.ds-xs-5 {
  font-size: var(--tc-ds-xs-5);
}

.ds-xs-6 {
  font-size: var(--tc-ds-xs-6);
}

.fw-light {
  font-weight: var(--tc-fw-light) !important;
}

.fw-regular {
  font-weight: var(--tc-fw-regular) !important;
}

.fw-medium {
  font-weight: var(--tc-fw-medium) !important;
}

.fw-semi-bold {
  font-weight: var(--tc-fw-semi-bold) !important;
}

.fw-bold {
  font-weight: var(--tc-fw-bold) !important;
}

.fw-extra-bold {
  font-weight: var(--tc-fw-extra-bold) !important;
}

.fw-black {
  font-weight: var(--tc-fw-black) !important;
}

.fw .size-16 {
  width: 16px;
  height: 16px;
}

.size-14 {
  width: 14px;
  height: 14px;
}

.size-12 {
  width: 12px;
  height: 12px;
}

.size-22 {
  width: 22px;
  height: 22px;
}

.size-48 {
  width: 48px;
  height: 48px;
}

.size-50 {
  width: 50px;
  height: 50px;
}

.size-75 {
  width: 75px;
  height: 75px;
}

.shadow-1 {
  box-shadow: var(--tc-shadow-1);
}

.rounded-pill {
  border-radius: 50%;
}

.text-dark {
  color: var(--tc-neutral-900) !important;
}

.text-50 {
  color: var(--tc-neutral-50) !important;
}

.text-100 {
  color: var(--tc-neutral-100) !important;
}

.text-200 {
  color: var(--tc-neutral-200) !important;
}

.text-300 {
  color: var(--tc-neutral-300) !important;
}

.text-400 {
  color: var(--tc-neutral-400) !important;
}

.text-500 {
  color: var(--tc-neutral-500) !important;
}

.text-600 {
  color: var(--tc-neutral-600) !important;
}

.text-700 {
  color: var(--tc-neutral-700) !important;
}

.text-800 {
  color: var(--tc-neutral-800) !important;
}

.text-900 {
  color: var(--tc-neutral-900) !important;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

/* Text Truncation */
.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  font-weight: 500;
  font-family: var(--tc-heading-font-family);
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
}

img,
.img {
  max-width: 100%;
  vertical-align: middle;
  transition: 0.3s;
}

a,
button {
  color: var(--tc-neutral-900);
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tc-heading-font-family);
  color: var(--tc-neutral-900);
  margin-top: 0px;
  font-weight: var(--tc-fw-semi-bold);
  line-height: var(--tc-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 31px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tc-body-font-family);
  font-size: var(--tc-body-font-size);
  line-height: var(--tc-body-line-height);
  font-weight: var(--tc-fw-regular);
  color: var(--tc-neutral-600);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tc-gray-1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tc-heading-color);
  cursor: pointer;
  font-size: var(--tc-body-font-size);
  font-weight: var(--tc-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tc-neutral-600);
}

*::-moz-placeholder {
  color: var(--tc-neutral-600);
  font-size: var(--tc-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tc-neutral-600);
  font-size: var(--tc-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.search-btn {
  cursor: pointer;
}

.play-btn {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: rgba(75, 74, 74, 0.6);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(75, 74, 74, 0.6);
  backdrop-filter: blur(2px);
}

/*Scroll to top*/
.btn-scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 1010;
  opacity: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--tc-neutral-900), 0.5);
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear, margin-right 0s;
  background-color: #0e0e0f;
}
.btn-scroll-top:after {
  position: absolute;
  content: "";
  text-align: center;
  line-height: 50px;
  background: url("../imgs/template/icons/arrow-up.svg") no-repeat center center;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.2s linear;
}
.btn-scroll-top.active-progress {
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 320px) {
  .btn-scroll-top.active-progress {
    opacity: 1;
  }
}
.btn-scroll-top svg path {
  fill: none;
}
.btn-scroll-top svg.progress-square path {
  stroke: var(--tc-neutral-400);
  stroke-width: 2;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.btn {
  --tc-btn-padding-x: 56px;
  --tc-btn-padding-y: 20px;
  --tc-btn-font-weight: 600;
  --tc-btn-line-height: 1.5;
  --tc-btn-border-radius: 50px;
  --tc-btn-color: var(--tc-system-white);
  --tc-btn-bg: transparent;
  --tc-btn-border-color: transparent;
  --tc-btn-hover-border-color: transparent;
  padding: var(--tc-btn-padding-y) var(--tc-btn-padding-x);
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-weight: var(--tc-btn-font-weight);
  line-height: var(--tc-btn-line-height);
  color: var(--tc-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  border: 1px solid var(--tc-btn-border-color);
  border-radius: var(--tc-btn-border-radius);
  background-color: var(--tc-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm {
  --tc-btn-padding-x: 11px;
  --tc-btn-padding-y: 2px;
  --tc-btn-font-weight: 500;
  --tc-btn-line-height: 1.5;
  --tc-btn-border-radius: 4px;
}

.btn-dark {
  --tc-btn-color: var(--tc-system-white);
  --tc-btn-bg: var(--tc-system-dark);
  --tc-btn-border-color: transparent;
  --tc-btn-hover-color: var(--tc-system-white);
  --tc-btn-hover-bg: var(--tc-system-dark);
  --tc-btn-hover-border-color: transparent;
  --tc-btn-focus-shadow-rgb: 49, 132, 253;
  --tc-btn-active-color: var(--tc-neutral-0);
  --tc-btn-active-bg: var(--tc-system-dark);
  --tc-btn-active-border-color: var(--tc-system-dark);
  --tc-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tc-btn-disabled-color: var(--tc-neutral-0);
  --tc-btn-disabled-bg: var(--tc-system-dark);
  --tc-btn-disabled-border-color: var(--tc-system-dark);
}

/* Link Effect 1 Styles */
.link-effect-1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 0.4s ease;
}
.link-effect-1 span.text-1 {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}
.link-effect-1 span.text-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.link-effect-1:hover span.text-1 {
  transform: translateY(-100%);
}
.link-effect-1:hover span.text-2 {
  transform: translateY(0);
}

/* Link Effect 2 Styles */
.link-effect-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
}
.link-effect-2 .text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.link-effect-2 .text1 {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}
.link-effect-2 .text2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.link-effect-2:hover .text1 {
  transform: translateY(-100%);
}
.link-effect-2:hover .text2 {
  transform: translateY(0);
}

/* Button Effect 1 Styles */
.button-effect-1 {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
  line-height: 1.05;
}
.button-effect-1 .btn-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.button-effect-1 .btn-text-1 {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}
.button-effect-1 .btn-text-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.button-effect-1:hover .btn-text-1 {
  transform: translateY(-100%);
}
.button-effect-1:hover .btn-text-2 {
  transform: translateY(0);
}

/* Button hover effect */
.view-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 13rem;
  height: auto;
  border: solid 2px #ff006e;
  border-radius: 50px;
}
.view-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background-color: #ff006e;
  border-radius: 1.625rem;
}
.view-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--tc-system-white);
}
.view-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: transparent;
}
.view-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid var(--tc-system-white);
  border-right: 0.125rem solid var(--tc-system-white);
  transform: rotate(45deg);
}
.view-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  
}
.view-more.white .circle {
  background-color: var(--tc-system-white);
}
.view-more.white .circle .icon.arrow::before {
  border-color: var(--tc-neutral-900);
}
.view-more.white .button-text {
  color: var(--tc-system-white);
}
.view-more.white:hover .circle {
  background-color: var(--tc-system-white);
}
.view-more.white:hover .circle .icon.arrow {
  background-color: var(--tc-neutral-900);
}
.view-more.white:hover .circle .icon.arrow::before {
  border-color: var(--tc-neutral-900);
}
.view-more.white:hover .button-text {
  color: var(--tc-neutral-900);
}
.view-more.w-12rem {
  width: 12rem;
}

.view-more:hover {
  border: solid 2px #000;
}
.view-more:hover .circle {
  width: 100%;
  background-color: var(--tc-neutral-900);
}
.view-more:hover .circle .icon.arrow {
  background-color: var(--tc-system-white);
  transform: translate(1rem, 0);
}
.view-more:hover .button-text {
  color: var(--tc-system-white);
}

.avatar {
  position: relative;
  display: inline-block;
}

.avatar-xs {
  width: 1.75rem;
  height: 1.75rem;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
}

.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
}

.avatar-xxl {
  width: 7rem;
  height: 7rem;
}

.avatar-31 {
  width: 31px;
  height: 31px;
}

.avatar-41 {
  width: 41px;
  height: 41px;
}

.avatar-64 {
  width: 64px;
  height: 64px;
}

.avatar-154 {
  width: 154px;
  height: 154px;
}

.avatar-128 {
  width: 128px;
  height: 128px;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-xxs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

.icon-xs {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.icon-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.icon-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.icon-xl {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.icon-xxl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.icon-xxxl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.icon-28 {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.icon-46 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.article:hover .arrow-box {
  /* apply requested gradient only on hover */
  border-color: transparent;
  background-image: linear-gradient(135deg, #fd0100, #e700ff);
  transform: rotate(-45deg);
}
.article:hover .arrow-box svg path {
  stroke: var(--tc-system-white);
}
.article .badge {
  font-size: 16px;
  display: inline-flex;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border-radius: 25px;
  /* Gradient background using brand colors */
  background-image: linear-gradient(135deg, #fd0100, #e700ff);
  color: #ffffff;
  border: none;
}
.article .book-mark {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--tc-neutral-200);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .article .badge {
    font-size: 13px;
  }
  .article .book-mark {
    top: 34px;
    right: 34px;
  }
}
.article .book-mark.active {
  background-color: var(--tc-neutral-900);
  border-color: var(--tc-neutral-900);
}
.article .book-mark.active svg path {
  stroke: var(--tc-neutral-100);
}
.article .comment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--tc-neutral-600);
}
.article .comment:hover {
  color: var(--tc-neutral-900);
}
.article .readers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--tc-neutral-600);
}
.article .readers:hover {
  color: var(--tc-neutral-900);
}
.article.card-1 .card-img-top {
  border-radius: 0;
  overflow: hidden;
  display: block;
}
.article.card-1 .card-img-top img {
  overflow: hidden;
}
.article.card-1 .card-body {
  /* border: 1px solid var(--tc-neutral-200); */
  /* border-radius: 20px; */
  display: flex;
  padding: 10px;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 1);
  margin: -70px 18px 0;
  gap: 10px;
  backdrop-filter: blur(15px);
}
@media (min-width: 992px) {
  .article.card-1 .card-body {
    margin: 0;
    padding: 10px;
    gap: 10px;
  }
}
.article.card-1 .card-body .book-mark {
  position: relative;
  top: unset;
  right: unset;
  border-color: var(--tc-system-white);
}
.article.card-1 .card-body .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article.card-2 .post-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article.card-2 .card-img-top img {
  border-radius: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article .badge {
    font-size: 13px;
  }
  .article.card-2 .card-corner {
    border: none;
  }
  .article.card-2 .card-corner .curve-one {
    top: -16px;
    right: 0px;
    border: none;
  }
  .article.card-2 .card-corner .curve-two {
    bottom: 0px;
    left: -16px;
    border: none;
  }
}
.article.card-2 .card-body {
  display: inline-flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  /* bg-blur-1 */
}
@media (min-width: 768px) {
  .article.card-2 .card-body {
    max-width: 70%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
  }
}
.article.card-3 {
  gap: 8px;
  align-items: stretch;
}
.article.card-3 .card-img-top {
  min-width: 225px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.article.card-3 .card-img-top img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.article.card-3 .card-body {
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  backdrop-filter: blur(15px);
  padding: 30px 26px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.article.card-3 .card-body .bottom {
  display: flex;
  gap: 27px;
}
.article.card-4 .card-body {
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  backdrop-filter: blur(15px);
  padding: 40px 34px 25px 34px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (min-width: 768px) {
  .article.card-4 .card-body {
    padding: 60px 54px 35px 54px;
  }
}
.article.card-5 .badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.article.card-5 .thumbnail {
  min-height: 229px;
  max-height: 229px;
}
.article.card-5 .card-corner.white {
  background-color: var(--tc-system-white);
}
.article.card-5 .card-corner.white::before {
  background-color: var(--tc-system-white);
}
.article.card-5 .card-corner.white .curve-one {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-system-white);
}
.article.card-5 .card-corner.white .curve-two {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-system-white);
}
.article.card-6 {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  transition: all 0.3s ease-in-out;
}
.article.card-6 .card-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.article.card-6 .thumbnail {
  max-width: 108px;
  max-height: 83px;
}
.article.card-6 .thumbnail img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.article.card-6 .comment {
  align-self: flex-end;
}
.article.card-6:hover {
  border-color: var(--tc-neutral-500);
  background-color: var(--tc-system-white);
}
.article.card-6:hover .thumbnail img {
  transform: scale(1.05) rotate(1deg);
  transition: all 0.3s ease-in-out;
}
.article.card-7 .card-img {
  min-height: 206px;
}
.article.card-7 .card-body {
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  backdrop-filter: blur(15px);
  padding: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.article .flex-column{
  width: 100%;
}
.article.card-7 .card-body .book-mark {
  top: 20px;
  right: 20px;
}
.article.card-9 {
  gap: 8px;
}
.article.card-9 .card-img-top {
  max-height: 286px;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .article.card-9 .card-img-top {
    max-width: 260px;
    min-width: 260px;
    overflow: hidden;
  }
}
.article.card-9 .card-body {
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 30px 70px 20px 25px;
  display: flex;
  justify-content: space-between;
}
.article.card-10.style-1 {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 350px;
}
.article.card-10.style-2 {
  flex-direction: row-reverse;
  max-width: 350px;
  display: flex;
  padding: 14px 18px;
  gap: 10px;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
}
.article.card-10 .card-img {
  min-width: 108px;
  max-width: 108px;
  min-height: 83px;
  display: inline-grid;
}
.article.card-10 .card-img img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.article.card-11 {
  display: flex;
  padding-bottom: 7px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.article.card-11 .thumbnail {
  max-height: 340px;
}
.article.card-11 .thumbnail .badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.article.card-11 .card-body {
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  backdrop-filter: blur(15px);
  padding: 45px 25px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .article.card-11 .card-body {
    padding: 45px 50px 30px;
  }
}
.article.card-11 .card-body .card-corner {
  border-top-left-radius: 16px;
}
.article.card-11 .card-body .card-corner .curve-one {
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid var(--tc-neutral-200);
}
.article.card-11 .card-body .card-corner .curve-two {
  border-bottom-right-radius: 16px;
  border-right: 1px solid var(--tc-neutral-200);
}
.article.card-12 {
  gap: 15px;
}
.article.card-12 .card-img-top {
  min-width: 225px;
  max-height: 370px;
  width: 100%;
}
@media (min-width: 768px) {
  .article.card-12 .card-img-top {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .article.card-12 .card-img-top {
    max-width: 380px;
  }
}
.article.card-12 .card-body {
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  backdrop-filter: blur(15px);
  padding: 45px 25px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .article.card-12 .card-body {
    padding: 50px 50px 30px;
  }
}

.post-link {
  display: grid;
  position: relative;
}

.thumbnail {
  position: relative;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-corner {
  z-index: 2;
  background-color: var(--tc-neutral-50);
  border-top-left-radius: 2em;
  width: 58px;
  height: 58px;
  position: absolute;
  inset: auto 0% 0% auto;
  border-top: 1px solid var(--tc-neutral-200);
  border-left: 1px solid var(--tc-neutral-200);
}
.card-corner::before {
  content: "";
  position: absolute;
  border-top-left-radius: 2.5em;
  width: 120%;
  height: 120%;
  z-index: 1;
  background-color: var(--tc-neutral-50);
}
.card-corner.no-border {
  border: none;
}
.card-corner.no-border .curve-one {
  top: -16px;
  right: 0px;
  border: none;
}
.card-corner.no-border .curve-two {
  bottom: 0px;
  left: -16px;
  border: none;
}

.card-corner-2 {
  z-index: 2;
  background-color: var(--tc-neutral-50);
  border-bottom-right-radius: 2em;
  width: 58px;
  height: 58px;
  position: absolute;
  inset: 0% auto auto 0%;
}
.card-corner-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 58px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-50);
  rotate: 180deg;
}
.card-corner-2::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 0;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-50);
  rotate: 180deg;
}

.arrow-box {
  z-index: 4;
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--tc-neutral-200);
  /* default: neutral background, gradient only on hover */
  background-color: var(--tc-system-white);
  position: absolute;
  inset: 8px 0% 0% 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.arrow-box svg path {
  stroke: var(--tc-neutral-900);
  transition: all 0.3s ease-in-out;
}

.curve-one {
  position: absolute;
  content: "";
  top: -16px;
  right: -1px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-50);
  border-right: 1px solid var(--tc-neutral-200);
  border-bottom: 1px solid var(--tc-neutral-200);
}

.curve-two {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -16px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-50);
  border-bottom: 1px solid var(--tc-neutral-200);
  border-right: 1px solid var(--tc-neutral-200);
}

.author-grid-wrap {
  position: relative;
}
.author-grid-wrap img {
  border-radius: 1rem;
  overflow: hidden;
}
.author-grid-wrap.neutral-50 .author-sticky-block-left-bottom {
  background-color: var(--tc-neutral-50);
}
.author-grid-wrap.neutral-50 .author-sticky-block-left-bottom .author-sticky-corner-left-top {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-50);
}
.author-grid-wrap.neutral-50 .author-sticky-block-left-bottom .author-sticky-corner-right-bottom {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-50);
}

.bg-50 .author-sticky-block-left-bottom {
  background-color: var(--tc-neutral-50);
}
.bg-50 .author-sticky-corner-left-top,
.bg-50 .author-sticky-corner-right-bottom {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-50);
}

.author-sticky-block-left-bottom {
  height: 90px;
  padding-top: 15px;
  z-index: 2;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: var(--tc-bg-1);
  border-top-right-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 136px;
  height: 52px;
  padding-top: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.author-sticky-corner-left-top {
  position: absolute;
  content: "";
  bottom: 52px;
  left: 0px;
  transform: rotate(90deg);
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-bg-1);
}

.author-sticky-corner-right-bottom {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 136px;
  transform: rotate(90deg);
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-bg-1);
}

.category-card.style-1 {
  display: flex;
  gap: 18px;
  min-height: 104px;
  height: 104px;
  padding-right: 55.229px;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
}
.category-card.style-1 .thumbnail {
  position: relative;
  min-width: 104px;
  max-width: 104px;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.category-card.style-1 .thumbnail img {
  width: 100%;
  height: 100%;
}
.category-card.style-1 .post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.category-card.style-1 .post-content .post-count {
  background-color: var(--tc-neutral-100);
  padding: 3px 8px;
  display: inline;
  border-radius: 8px;
}
.category-card.style-1:hover img {
  transform: scale(1.05) rotate(1deg);
  transition: all 0.3s ease-in-out;
}
.category-card.style-2 {
  height: 71px;
  min-height: 71px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.category-card.style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.68;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000 100%);
}
.category-card.style-2 .post-content {
  z-index: 2;
}
.category-card.style-2 .post-content h6 {
  color: var(--tc-system-white);
  text-align: center;
}
.category-card.style-2 .post-content .post-count {
  background: rgba(255, 255, 255, 0.3);
  padding: 3px 8px;
  display: inline;
  border-radius: 8px;
  color: #fff;
}

.card-recommend img {
  max-height: 280px;
}

.hover-effect-1 {
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
}

.col-lg-4 .article.card-10.style-2 {
  width: 376px;
  max-width: 398px;
}

.col-lg-4 .article.card-10.style-2 .card-body {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .col-lg-4 .article.card-10.style-2 {
    width: 350px;
    max-width: 350px;
  }
  .col-lg-4 .article.card-10.style-2 .card-body {
    width: 100%;
  }
}
.card-swiper-thumb {
  cursor: pointer;
}

.navbar {
  display: flex;
  align-items: center;
  min-height: 60px;
  position: relative;
  z-index: 100;
  padding: 0 30px;
  border-radius: 0;
  border: 2px solid transparent;
  /* running gradient border similar to section-title / dropdown */
  background:
    linear-gradient(var(--tc-system-white), var(--tc-system-white)) padding-box,
    linear-gradient(120deg, rgb(231 19 253), rgba(0, 0, 0, 0.12), rgb(254 2 1)) border-box;
  background-size: 100% 100%, 200% 200%;
  animation: dropdownBorderGlow 3s linear infinite;
  justify-content: space-between;
}
.navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 100%;
  gap: 20px;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 0;
  list-style: none;
  display: inline-flex;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--tc-neutral-900);
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  padding-right: 16px; /* a bit of space on the right so the arrow has room */
  display: inline-flex;
  align-items: center; /* vertically center text and arrow together */
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--tc-neutral-600);
}

/* Fancy underline / running border under top-level items */
.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background-image: linear-gradient(90deg, #ea00ff, #ff006e, #ffbf00, #ea00ff);
  background-size: 200% 100%;
  border-radius: 999px;
  transition: width 0.28s ease-out, opacity 0.28s ease-out;
  opacity: 0;
}

@keyframes navBorderRun {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.navbar .navbar-nav .nav-item:hover > .nav-link::before,
.navbar .navbar-nav .nav-item .nav-link:focus::before,
.navbar .navbar-nav .nav-item.active > .nav-link::before {
  width: 100%;
  opacity: 1;
  animation: navBorderRun 1.4s linear infinite;
}
.navbar .navbar-nav .nav-item.mega-menu-item::before {
  content: none;
}
.navbar .navbar-nav .nav-item::before {
  content: "";
  height: 62px;
  width: 100px;
  background: transparent;
  opacity: 0;
  margin-left: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.navbar .navbar-nav .nav-item:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* finish slide */
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px); /* slide down from top */
  transition: opacity 0.22s ease-out, transform 0.22s ease-out, visibility 0.22s;
  border: 3px solid transparent; /* thicker animated border */
  margin-top: 0.5rem;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.5rem 0rem;
  border-radius: 8px;
  /* animated gradient border using background-clip trick */
  background:
  linear-gradient(var(--tc-system-white), var(--tc-system-white)) padding-box, linear-gradient(120deg, rgb(231 19 253), rgba(0, 0, 0, 0.12), rgb(254 2 1)) border-box;
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16); */
  background-size: 100% 100%, 200% 200%;
}

@keyframes dropdownBorderGlow {
  0% {
    background-position: 0% 50%, 0% 50%;
  }
  100% {
    background-position: 0% 50%, 200% 50%;
  }
}

.navbar .navbar-nav .nav-item:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* finish slide */
  animation: dropdownBorderGlow 2.4s linear infinite;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 8px 30px;
  min-width: 300px;
  transition: background-color 0.22s ease, transform 0.22s ease, color 0.22s ease;
  display: inline-flex;
  color: var(--tc-neutral-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  border-bottom: 1px solid var(--tc-neutral-200); /* clearer separator */
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea00ff, #ff006e);
  transition: width 0.22s ease-out, opacity 0.22s ease-out;
  opacity: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  transform: translateX(4px);
  background-color: rgba(0, 0, 0, 0.02);
  color: var(--tc-neutral-900);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::before {
  width: 10px;
  opacity: 1;
}

/* Remove border from last <li> item in each dropdown list for a cleaner edge */
.navbar .navbar-nav .nav-item .dropdown-menu li:last-child > .dropdown-item {
  border-bottom: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.has-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.has-child:after {
  content: "";
  position: absolute;
  background-image: url(../imgs/template/icons/arrow-down.svg);
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  right: 22px;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item-has-child {
  position: relative;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item-has-child:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); /* finish slide */
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item-has-child .sub-menu {
  position: absolute;
  left: 102%;
  top: 0;
  list-style: none;
  padding: 0.75rem 0rem;
  border-radius: 8px;
  background-color: var(--tc-system-white);
  visibility: hidden;
  opacity: 0;
  transform: translateX(8px); /* slide in from right */
  transition: opacity 0.22s ease-out, transform 0.22s ease-out, visibility 0.22s;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  background-image: url(../imgs/template/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: static; /* let flexbox handle vertical centering */
  /* opacity: 0.8; */
  transition: opacity 0.2s ease-in-out;
}

/* Slight emphasis on hover, no rotation / vertical jump */
.navbar .navbar-nav .nav-item:hover > .dropdown-toggle::after,
.navbar .navbar-nav .nav-item .dropdown-toggle:focus::after,
.navbar .navbar-nav .nav-item.show > .dropdown-toggle::after {
  opacity: 1;
}
.navbar .navbar-nav .nav-item.mega-menu-item {
  position: static;
  z-index: 1;
}
.navbar .navbar-nav .nav-item.mega-menu-item:hover .sub-mega-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav .nav-item.mega-menu-item .sub-mega-menu {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 0;
  z-index: 1000;
  list-style: none;
  padding: 42px 0;
  background-color: var(--tc-system-white);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 0px 0px 8px 8px;
  /* shadow 1 */
  box-shadow: var(--tc-shadow-1);
}
.navbar .navbar-nav .nav-item.mega-menu-item .sub-mega-menu:after {
  position: absolute;
  width: 100%;
  height: 22px;
  right: 0;
  z-index: -1;
  top: 100%;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .badge-new {
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: 90%;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #c7ffe9;
}
.navbar .search-btn {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-right: 30px;
  position: relative;
  color: var(--tc-neutral-600);
  font-weight: 400;
}
.navbar .search-btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 83px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tc-neutral-100);
}
.navbar .search-btn:hover {
  color: var(--tc-neutral-900);
}
.navbar .group-btn-right {
  gap: 30px;
}
.navbar.style-1 .navbar-brand {
  padding-right: 30px;
  height: 100%;
  position: relative;
}
.navbar.style-1 .navbar-brand::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 83px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tc-neutral-100);
}
.navbar.style-1 .text-muted {
  margin-left: 30px;
  font-weight: 400;
  color: var(--tc-neutral-600);
}
.navbar.style-1 .navbar-collapse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  width: 100%;
}
.navbar.style-2 .navbar-brand {
  position: absolute;
  left: 30px;
  z-index: -1;
}
@media (min-width: 992px) {
  .navbar.style-2 .navbar-brand {
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar.style-3 {
  margin-top: 24px;
  margin-bottom: 30px;
  padding: 0;
  background: transparent;
  border: none;
}
.navbar.style-3.navbar-stick {
  margin-top: 0;
  background: transparent;
  backdrop-filter: unset;
}
.navbar.style-3.navbar-stick .header {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
}
.navbar.style-3 .header {
  background-color: var(--tc-system-white);
  border: 1px solid var(--tc-neutral-200);
  border-radius: 16px;
  padding: 0 30px;
  height: 83px;
  position: relative;
}
.navbar.style-3 .header .sub-mega-menu {
  border-radius: 16px !important;
  padding: 42px 20px 42px 20px !important;
  border: 1px solid var(--tc-neutral-200);
  overflow: hidden;
}
.navbar.style-3 .search-btn::after {
  content: none;
}
.navbar.style-4 {
  background: var(--tc-neutral-50);
  border: none;
}
.navbar.style-4 .navbar-collapse {
  padding: 8px 41px 8px 41px;
  border-radius: 50px;
  border: 1px solid var(--tc-neutral-200);
  background: var(--tc-system-white);
}
.navbar.style-4 .search-btn {
  padding-right: 0;
}
.navbar.style-4 .search-btn::after {
  display: none;
}
.navbar.style-4.navbar-stick {
  background: transparent;
}
.navbar.navbar-stick {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
}

/*=============================
Preloader
===============================*/
#preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  background-color: var(--tc-system-white);
}
#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(90deg, #ee6e47 0%, #28886a 100%);
}
#preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(90deg, #ee6e47 0%, #28886a 100%);
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 60px;
}
#preloader.black-bg .loader-container, #preloader.black2-bg .loader-container {
  border: 3px solid #1a1a1a;
}
#preloader.black-bg .loader-icon, #preloader.black2-bg .loader-icon {
  filter: brightness(99) grayscale(9);
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.sidebar-left {
  max-width: 460px;
  width: 460px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--tc-neutral-50);
  padding: 0 50px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  z-index: 101;
}
.sidebar-left.active {
  transform: translateX(0);
}
.sidebar-left .card-corner {
  background-color: var(--tc-neutral-50);
}
.sidebar-left .card-corner .curve-one svg path,
.sidebar-left .card-corner .curve-two svg path {
  fill: var(--tc-neutral-50);
}
.sidebar-left .header-sidebar {
  position: sticky;
  top: 0;
  padding: 20px 0;
  z-index: 10;
  border-bottom: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-neutral-50);
}
.sidebar-left .sidebar-nav {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.sidebar-left .sidebar-nav .collapse-menu,
.sidebar-left .sidebar-nav .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin: 0;
  padding-left: 15px;
}
.sidebar-left .sidebar-nav .collapse-menu li,
.sidebar-left .sidebar-nav .sub-menu li {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.sidebar-left .sidebar-nav .nav-item.active > .nav-link:after,
.sidebar-left .sidebar-nav .nav-item-has-child.active > .nav-link:after {
  transform: translateY(-50%) rotate(180deg);
}
.sidebar-left .sidebar-nav .nav-item.active > .collapse-menu,
.sidebar-left .sidebar-nav .nav-item.active > .sub-menu,
.sidebar-left .sidebar-nav .nav-item-has-child.active > .collapse-menu,
.sidebar-left .sidebar-nav .nav-item-has-child.active > .sub-menu {
  max-height: 2000px;
}
.sidebar-left .sidebar-nav .nav-item.active > .collapse-menu > li,
.sidebar-left .sidebar-nav .nav-item.active > .sub-menu > li,
.sidebar-left .sidebar-nav .nav-item-has-child.active > .collapse-menu > li,
.sidebar-left .sidebar-nav .nav-item-has-child.active > .sub-menu > li {
  opacity: 1;
  transition-delay: 0.2s;
}
.sidebar-left .sidebar-nav .nav-item {
  position: relative;
  padding: 10px 0;
}
.sidebar-left .sidebar-nav .nav-item.active > .nav-link:after {
  transform: translateY(-50%) rotate(180deg);
}
.sidebar-left .sidebar-nav .nav-item.active > .collapse-menu {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  padding: 10px 0 5px 15px;
}
.sidebar-left .sidebar-nav .nav-item .nav-link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--tc-neutral-900);
  font-weight: 500;
  transition: color 0.3s ease;
}
.sidebar-left .sidebar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  background-image: url(../imgs/template/icons/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0.7;
}
.sidebar-left .sidebar-nav .nav-item .nav-link.collapsed:after {
  transform: translateY(-50%) rotate(-90deg);
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu {
  opacity: 0;
  transition: all 0.3s ease;
  margin: 0;
  padding-left: 15px;
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .nav-item {
  margin-bottom: 5px;
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .nav-item .nav-link {
  font-size: 14px;
  padding: 8px 0;
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .nav-item .nav-link:after {
  width: 12px;
  height: 12px;
  right: 5px;
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .nav-item .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding-left: 15px;
  margin: 0;
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .nav-item .sub-menu .collapse-item {
  display: block;
  padding: 6px 0;
  color: var(--tc-neutral-700);
  font-size: 13px;
  transition: color 0.2s ease;
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .nav-item.show-submenu > .nav-link:after {
  transform: translateY(-50%) rotate(180deg);
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .nav-item.show-submenu > .sub-menu {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  padding: 5px 0 5px 15px;
}
.sidebar-left .sidebar-nav .nav-item .collapse-menu .collapse-item {
  display: block;
  padding: 5px 0;
  color: var(--tc-neutral-800);
  font-size: 16px;
  transition: color 0.2s ease;
}
.sidebar-left .sidebar-footer {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
}
.sidebar-left .sidebar-footer .form-control {
  max-width: 275px;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------------------------------------
 --------------- START CUSTOMIZE ----------------------------
-----------------------------------------------------------------*/
*,
::after,
::before {
  box-sizing: border-box;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1195px;
  }
}
::-moz-selection {
  background-color: var(--tc-neutral-900);
  color: var(--tc-system-white);
}
::selection {
  background-color: var(--tc-neutral-900);
  color: var(--tc-system-white);
}

::-moz-selection {
  background-color: var(--tc-neutral-900);
  color: var(--tc-system-white);
}

b,
strong {
  font-weight: bolder;
  color: var(--tc-neutral-800);
}

.blockquote {
  background-color: var(--tc-neutral-100);
  padding: 100px 40px 40px 40px;
  border-radius: 8px;
  position: relative;
  margin: 20px auto;
}
.blockquote:before {
  left: 40px;
  top: 40px;
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("../imgs/template/icons/quote.svg");
  content: "";
  position: absolute;
  color: var(--tc-neutral-500);
  font-size: 32px;
}
@media (min-width: 768px) {
  .blockquote {
    padding: 40px 40px 40px 110px;
  }
}

.form-control {
  display: inline-block;
  width: 100%;
  padding: 17px 30px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tc-neutral-600);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--tc-system-white);
  background-clip: padding-box;
  border: 1px solid var(--tc-neutral-500);
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.contact-map {
  max-height: 500px;
  width: 100%;
}
.contact-map iframe {
  height: 500px;
  width: 100%;
}

.container-fluid {
  width: unset;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.text-white {
  color: var(--tc-system-white) !important;
}

.list-unstyled {
  list-style: none;
}

.border-100 {
  border: 1px solid var(--tc-neutral-100) !important;
}

.border-200 {
  border: 1px solid var(--tc-neutral-200) !important;
}

.border-bottom-200 {
  border-bottom: 1px solid var(--tc-neutral-200) !important;
}

.border-300 {
  border: 1px solid var(--tc-neutral-300) !important;
}

.border-400 {
  border: 1px solid var(--tc-neutral-400) !important;
}

.border-500 {
  border: 1px solid var(--tc-neutral-500) !important;
}

.border-600 {
  border: 1px solid var(--tc-neutral-600) !important;
}

.border-700 {
  border: 1px solid var(--tc-neutral-700) !important;
}

.border-800 {
  border: 1px solid var(--tc-neutral-800) !important;
}

.border-900 {
  border: 1px solid var(--tc-neutral-900) !important;
}

.border-end-100 {
  border-right: 1px solid var(--tc-neutral-100) !important;
}

.border-end-200 {
  border-right: 1px solid var(--tc-neutral-200) !important;
}

.border-end-300 {
  border-right: 1px solid var(--tc-neutral-300) !important;
}

.border-end-400 {
  border-right: 1px solid var(--tc-neutral-400) !important;
}

.border-end-500 {
  border-right: 1px solid var(--tc-neutral-500) !important;
}

.border-end-600 {
  border-right: 1px solid var(--tc-neutral-600) !important;
}

.border-end-700 {
  border-right: 1px solid var(--tc-neutral-700) !important;
}

.border-end-800 {
  border-right: 1px solid var(--tc-neutral-800) !important;
}

.border-end-900 {
  border-right: 1px solid var(--tc-neutral-900) !important;
}

.border-0 {
  border: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-white {
  border: 1px solid var(--tc-system-white);
}

.border-top {
  border-top: 1px solid var(--tc-neutral-200);
}

.bg-1 {
  background-color: var(--tc-bg-1) !important;
}

.bg-2 {
  background-color: var(--tc-bg-2) !important;
}

.bg-3 {
  background-color: var(--tc-bg-3) !important;
}

.bg-4 {
  background-color: var(--tc-bg-4) !important;
}

.bg-5 {
  background-color: var(--tc-bg-5) !important;
}

.bg-50 {
  background: var(--tc-neutral-50) !important;
}

.bg-100 {
  background-color: var(--tc-neutral-100) !important;
}

.bg-200 {
  background-color: var(--tc-neutral-200) !important;
}

.bg-300 {
  background-color: var(--tc-neutral-300) !important;
}

.bg-400 {
  background-color: var(--tc-neutral-400) !important;
}

.bg-500 {
  background-color: var(--tc-neutral-500) !important;
}

.bg-600 {
  background-color: var(--tc-neutral-600) !important;
}

.bg-700 {
  background-color: var(--tc-neutral-700) !important;
}

.bg-800 {
  background-color: var(--tc-neutral-800) !important;
}

.bg-900 {
  background-color: var(--tc-neutral-900) !important;
}

.bg-dark {
  background-color: var(--tc-neutral-900) !important;
}

.bg-white {
  background-color: var(--tc-system-white) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.rounded-pill {
  border-radius: 50px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-6 {
  z-index: 6 !important;
}

.z-7 {
  z-index: 7 !important;
}

.z-8 {
  z-index: 8 !important;
}

.z-9 {
  z-index: 9 !important;
}

.z-10 {
  z-index: 10 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.mt-30 {
  margin-top: 30px;
}

.swiper-topbar {
  max-height: 27px;
}

.custom-container {
  max-width: 1405px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.custom-container-2 {
  max-width: 1552px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.custom-container-3 {
  max-width: 1490px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.hover-dark {
  transition: all 0.3s ease-in-out;
}
.hover-dark:hover {
  color: var(--tc-neutral-900) !important;
}

.rotate-90 {
  transform: rotate(90deg);
}

.sec-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-300 {
  padding-bottom: 300px;
}

.mask-image {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
}

.swiper-btn-next,
.swiper-btn-prev {
  display: flex;
  width: 54px;
  height: 54px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--tc-neutral-100);
  background-color: var(--tc-system-white);
  transition: all 0.3s ease-in-out;
}
.swiper-btn-next svg,
.swiper-btn-prev svg {
  width: 24px;
  height: 24px;
}
.swiper-btn-next svg path,
.swiper-btn-prev svg path {
  stroke: var(--tc-neutral-900);
  transition: all 0.3s ease-in-out;
}
.swiper-btn-next::after,
.swiper-btn-prev::after {
  content: "";
}
.swiper-btn-next:hover,
.swiper-btn-next :active,
.swiper-btn-prev:hover,
.swiper-btn-prev :active {
  border-color: var(--tc-neutral-900);
  background-color: var(--tc-neutral-900);
}
.swiper-btn-next:hover svg path,
.swiper-btn-next :active svg path,
.swiper-btn-prev:hover svg path,
.swiper-btn-prev :active svg path {
  stroke: var(--tc-system-white);
}

.swiper-pagination {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  align-items: center;
  left: 50% !important;
  width: unset !important;
  gap: 5px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  transform: translateX(-50%);
  margin-top: 25px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 8px;
  font-size: 12px;
  color: var(--tc-system-dark);
  opacity: 1;
  background-color: var(--tc-system-white);
}
.swiper-pagination .swiper-pagination-bullet-active {
  color: var(--tc-system-dark);
  background-color: var(--tc-neutral-900);
}

.hover-up {
  transition: all 0.3s ease-in-out;
}
.hover-up:hover {
  transform: translateY(-3px);
  transition-duration: 0.3s;
}

.popup-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.popup-search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-search {
  position: absolute;
  top: 143px;
  left: 50%;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  transform: translateX(-50%);
  z-index: 201;
  transition: all 0.3s ease;
}
.popup-search.show {
  opacity: 1;
  visibility: visible;
}
.popup-search .close-popup {
  cursor: pointer;
  transition: transform 0.3s ease;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.popup-search .close-popup:hover {
  transform: rotate(90deg);
}
.popup-search .popup-search-content {
  background-color: var(--tc-neutral-50);
  border-radius: 8px;
  z-index: 999;
  padding: 45px 54px;
}
.popup-search .popup-search-content .block-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-item {
  display: flex;
  padding: 10px 11px 10px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
}
.tag-item:hover {
  border-color: var(--tc-neutral-500);
}
.tag-item .number {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  padding: 5px 7px;
  align-items: center;
  border-radius: 5px;
  background-color: var(--tc-neutral-100);
}
.tag-item.style-2 {
  gap: 9px;
  padding: 12px 25px;
}
.tag-item.style-2 .icon {
  max-width: 24px;
  max-height: 24px;
}

.nav-tabs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-tabs .nav-item .nav-link {
  color: var(--tc-neutral-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.nav-tabs .nav-item .nav-link.active {
  color: var(--tc-neutral-900);
}
.nav-tabs .nav-item .nav-link:hover {
  color: var(--tc-neutral-900);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.topbar {
  min-height: 42px;
  width: 100%;
  background: #f7f8f9;
}
.topbar .btn{
  color: #000 !important;
}
.mw-350px {
  max-width: 350px;
}

.sec-1-home-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-1-home-2 {
  background-position: top center;
  background-repeat: no-repeat;
}

.sec-4-home-2 .article.card-7 .card-body {
  border: 1px solid var(--tc-neutral-700);
  background-color: var(--tc-neutral-800);
  gap: 50px;
}
.sec-4-home-2 .article.card-7 .card-body .card-info .badge {
  background-color: var(--tc-neutral-800) !important;
  color: var(--tc-system-white);
  border: 1px solid var(--tc-neutral-700);
}
.sec-4-home-2 .article.card-7 .card-body .card-info ul li p {
  color: var(--tc-neutral-400);
}
.sec-4-home-2 .article.card-7 .card-body .card-text {
  color: var(--tc-neutral-400) !important;
}
.sec-4-home-2 .article.card-7 .card-body .book-mark {
  top: 20px;
  right: 20px;
}
.sec-4-home-2 .article.card-7 .card-body .book-mark svg path {
  stroke: var(--tc-neutral-400);
}
.sec-4-home-2 .article.card-7 .card-body .book-mark.active {
  background-color: var(--tc-system-white);
  border-color: var(--tc-system-white);
}
.sec-4-home-2 .article.card-7 .card-body .book-mark.active svg path {
  stroke: var(--tc-neutral-900);
}
.sec-4-home-2 .article.card-7 .card-body .card-title {
  color: var(--tc-system-white);
}
.sec-4-home-2 .article.card-7 .card-body .card-corner {
  z-index: 2;
  background-color: var(--tc-neutral-800);
  border-color: var(--tc-neutral-700);
}
.sec-4-home-2 .article.card-7 .card-body .card-corner::before {
  background-color: var(--tc-neutral-800);
}
.sec-4-home-2 .article.card-7 .card-body .card-corner .arrow-box {
  border-color: var(--tc-neutral-700);
  background-color: var(--tc-neutral-800);
}
.sec-4-home-2 .article.card-7 .card-body .card-corner .arrow-box svg path {
  stroke: var(--tc-system-white);
}
.sec-4-home-2 .article.card-7 .card-body .card-corner .curve-one {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-800);
  border-color: var(--tc-neutral-700);
}
.sec-4-home-2 .article.card-7 .card-body .card-corner .curve-two {
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--tc-neutral-800);
  border-color: var(--tc-neutral-700);
}

.section-title {
  display: flex;
  padding: 15px;
  font-size: 1.65rem !important;
  font-weight: 600 !important;
  font-family: var(--tc-heading-font-family) !important;
  align-items: center;
  border-radius: 10px;
  border: 2px solid transparent;
  /* running gradient border similar to dropdown / breaking news */
  background:
    linear-gradient(var(--tc-system-white), var(--tc-system-white)) padding-box,
    linear-gradient(120deg, rgb(231 19 253), rgba(0, 0, 0, 0.12), rgb(254 2 1)) border-box;
  background-size: 100% 100%, 200% 200%;
  animation: dropdownBorderGlow 3s linear infinite;
}
.section-title svg path {
  fill: var(--tc-neutral-900);
}
.section-title.dark {
  /* Exclude dark variant from running gradient border */
  background-color: var(--tc-system-dark);
  border-color: var(--tc-neutral-900);
  background: var(--tc-system-dark); /* remove gradient layers */
  animation: none;
}
.section-title.dark svg path {
  fill: var(--tc-system-white);
}
.section-title.dark h5 {
  color: var(--tc-system-white);
}
.section-title.dark p {
  color: var(--tc-neutral-400);
}

.block-subscribe {
  padding: 40px 34px 34px 40px;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block-subscribe {
    padding: 50px 40px 40px 50px;
  }
}
.block-subscribe .decorate-1 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: top right;
  background-repeat: no-repeat;
}
.block-subscribe .decorate-1.bottom-0 {
  background-position: bottom right;
}

.block-app {
  padding: 27px 42px;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.block-app .decorate-1 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.block-contact-me .decorate-1 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.block-brand {
  padding: 40px 40px;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
}
@media (min-width: 992px) {
  .block-brand {
    padding: 50px 60px;
  }
}

.block-social .social-list {
  display: flex;
  padding: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
}
.block-social .social-list .social-item {
  display: flex;
  padding: 18px 37px 17px 26px;
  align-items: center;
  gap: 14.541px;
  border-radius: 8px;
  border: 1px solid var(--tc-neutral-500);
  background-color: var(--tc-neutral-50);
  color: var(--tc-neutral-600);
  font-weight: 400;
}
.block-social .social-list .social-item .icon {
  border-right: 1px solid var(--tc-neutral-200);
  padding-right: 15px;
}
.block-social .social-list .social-item .icon svg path {
  fill: var(--tc-neutral-900);
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #ffffff; /* avoid transparent gaps around logos */
}

.sec-5-home-1 {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: var(--tc-bg-1);
}

.block-btn {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid var(--tc-neutral-400);
}

.block-discover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 42px 42px;
  border-radius: 16px;
  position: relative;
}
.block-discover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: var(--tc-neutral-900);
  opacity: 0.4;
}

.block-podcast {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.block-podcast__item {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  display: flex;
  align-items: center;
  gap: 18px;
}
.block-podcast__item .block-podcast__item__img {
  width: 200px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
}
.block-podcast__item .block-podcast__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-podcast__item:hover .block-podcast__item__img img {
  transform: scale(1.05) rotate(1deg);
  transition: all 0.3s ease-in-out;
}
.block-podcast__item .block-podcast__item__action {
  display: flex;
  align-items: center;
  gap: 18px;
}
.block-podcast__item .block-podcast__item__action .control {
  display: flex;
  align-items: center;
  gap: 4px;
}
.block-podcast__item .block-podcast__item__action .control .pause-btn {
  display: none;
}
.block-podcast__item .block-podcast__item__action .control .btn-toggle-play {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0;
  background-color: var(--tc-neutral-900);
}
.block-podcast__item .block-podcast__item__action .control .btn-toggle-play svg path {
  stroke: var(--tc-system-white);
}
.block-podcast__item .block-podcast__item__action .control .btn-toggle-play:hover {
  transform: scale(1.1);
}
.block-podcast__item .block-podcast__item__action .progress-container {
  display: flex;
  align-items: center;
  min-width: 186px;
  gap: 8px;
}
.block-podcast__item .block-podcast__item__action .progress-container .progress-bar {
  width: 100%;
  height: 4px;
  background-color: var(--tc-neutral-200);
}
.block-podcast__item .block-podcast__item__action .progress-container .progress-bar .progress {
  width: 0;
  background-color: var(--tc-neutral-900);
  display: flex;
  height: 4px;
  overflow: hidden;
  background-color: var(--tc-neutral-900);
  border-radius: 1px;
}

.block-card-swiper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .block-card-swiper {
    padding: 170px 0;
  }
}
.block-card-swiper .gallery-left {
  position: inherit;
}
.block-card-swiper .gallery-left .swiper-pagination {
  bottom: 30px;
}
.block-card-swiper .card-swiper-thumb {
  display: flex;
  align-items: center;
  gap: 15px;
}
.block-card-swiper .card-swiper-thumb .thumb {
  width: 92px;
  height: 92px;
  min-width: 92px;
  min-height: 92px;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.block-card-swiper .card-swiper-thumb .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-card-swiper .gallery-thumbs {
  max-height: 320px;
}
.block-card-swiper .gallery-thumbs .swiper-slide-thumb-active .thumb {
  border-color: var(--tc-system-white);
}

.sec-11-home-1 {
  padding: 20px 0;
}

.block-insta .picture-insta {
  border-radius: 16px;
  overflow: hidden;
}
.block-insta .picture-insta .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-insta .picture-insta .btn-link {
  opacity: 0;
  display: inline-flex;
  padding: 12px 28px 10px 27px;
  justify-content: center;
  gap: 4px;
  align-items: center;
  transition: all 0.3s linear;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
}
.block-insta .picture-insta:hover .btn-link {
  opacity: 1;
}
.block-insta .swiper-slide {
  max-height: 210px;
  max-width: 210px;
  display: inline-block;
}
.block-insta .swiper-slide-active .btn-link {
  opacity: 1;
}
.block-insta.style-2 .swiper-slide {
  margin: 0 !important;
}
.block-insta.style-2 .swiper-slide:nth-child(even) {
  padding: 20px;
}

.block-newsletter {
  max-width: 1089px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background: var(--tc-system-white);
  padding: 50px 30px;
}
@media (min-width: 992px) {
  .block-newsletter {
    padding: 70px 250px;
  }
}
.block-newsletter.style-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 35px;
}
@media (min-width: 992px) {
  .block-newsletter.style-2 {
    padding: 85px 250px;
  }
}

.sec-7-home-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-author .avatar {
  margin-right: -11px;
}
.block-author .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-author :nth-last-child(1) {
  margin-right: 0;
}

.sec-8-home-2 {
  border-top: 1px solid var(--tc-neutral-200);
  padding: 55px 0;
  position: relative;
}
.sec-8-home-2 .decorate-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.bottom-footer2 {
  padding: 30px 0;
  border-top: 1px solid var(--tc-neutral-200);
}

.bottom-footer3 {
  padding: 30px 0;
  border-top: 1px solid var(--tc-neutral-300);
}

.group-social-icons {
  border-radius: 50px;
  border: 1px solid var(--tc-neutral-200);
  margin-top: 40px;
  background-color: var(--tc-system-white);
}
.group-social-icons .icon-shape {
  position: relative;
}
.group-social-icons .icon-shape::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 70%;
  border-radius: 50px;
  border: 1px solid var(--tc-neutral-200);
}
.group-social-icons .icon-shape:last-child::before {
  display: none;
}

.sec-9-home-1 .swiper-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 110%;
}

.author-card {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
}
@media (min-width: 992px) {
  .author-card {
    padding: 54px;
  }
}

.sec-1-home-3 .bg {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-1-home-3 .bg .swiper-slide {
  background-color: var(--tc-neutral-50);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination .pagination_item {
  background-color: var(--tc-neutral-100);
}
.pagination .pagination_item svg path {
  stroke: var(--tc-neutral-900) !important;
  transition: 0.3s ease-in-out;
}
.pagination .pagination_item:hover {
  color: var(--tc-system-white) !important;
  background-color: var(--tc-neutral-900) !important;
  transition: 0.3s ease-in-out;
}
.pagination .pagination_item:hover svg path {
  stroke: var(--tc-system-white) !important;
}
.pagination .pagination_item.current {
  color: var(--tc-system-white) !important;
  background-color: var(--tc-neutral-900) !important;
  transition: 0.3s ease-in-out;
}
.pagination .pagination_item.current svg path {
  stroke: var(--tc-system-white) !important;
}
.pagination .pagination_item:focus {
  box-shadow: none;
  background-color: var(--tc-neutral-900) !important;
  border-color: var(--tc-neutral-900);
  color: var(--tc-system-white) !important;
  transition: 0.3s ease-in-out;
}
.pagination .pagination_item:focus svg path {
  stroke: var(--tc-system-white) !important;
}

.sec-2-home-4 {
  border-top: 1px solid var(--tc-neutral-200);
}

.section-footer-4 .border-top-300 {
  border-top: 1px solid var(--tc-neutral-300);
}

.sec-5-home-1 .swiper-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sec-5-home-1 .swiper-btn {
    width: 100%;
    top: -80px;
    right: 0;
    justify-content: end;
  }
}

.sec-1-archive-1 .newsletter {
  position: relative;
  display: flex;
  padding: 60px 40px 38px 40px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid var(--tc-neutral-200);
  background: var(--tc-system-white);
  gap: 27px;
  z-index: 1;
  overflow: hidden;
}
.sec-1-archive-1 .newsletter .decorate-1 {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: top right;
  background-repeat: no-repeat;
}

.block-ads {
  padding: 24px 20px;
}

.banner-ads {
  padding: 40px;
  background-color: #0e0e0f;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.banner-ads h4 {
  color: #a7aaaf;
}
.banner-ads h4 span {
  color: #fff;
}
.banner-ads .tag-ads {
  display: inline-flex;
  padding: 13px 21px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #1a1b1c;
  background: #101011;
}
.banner-ads .tag-ads h6 {
  color: #fff;
}
.banner-ads .tag-ads p {
  color: #a7aaaf;
}

.decorate-1.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.input-group .icon-input {
  background: var(--tc-system-white) !important;
  min-height: 54px !important;
  display: flex;
  align-items: center;
  border: 1px solid var(--tc-neutral-200);
  border-right: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  transition: all 0.2s ease-in-out !important;
  border-bottom-right-radius: 0;
}
.input-group .form-control {
  border: 1px solid var(--tc-neutral-200);
  border-left: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: var(--tc-system-white);
  padding: 15px;
  max-height: 54px !important;
  color: var(--tc-neutral-600) !important;
  transition: all 0.2s ease-in-out !important;
}
.input-group .form-control::-moz-placeholder {
  color: var(--tc-neutral-400) !important;
}
.input-group .form-control::placeholder {
  color: var(--tc-neutral-400) !important;
}
.input-group textarea {
  min-height: 180px !important;
}
.input-group.focus .icon-input {
  border-color: var(--tc-neutral-500) !important;
}
.input-group.focus .form-control {
  border-color: var(--tc-neutral-500) !important;
}

.sec-1-single-2 .block-banner .card-title {
  /* padding-bottom: 40px; */
}
@media (min-width: 992px) {
  .sec-1-single-2 .block-banner .card-title {
    /* padding-top: 100px; */
    /* padding-bottom: 125px; */
  }
}
.sec-1-single-2 .banner {
  max-height: 600px;
}

.sec-2-about .picture-insta {
  max-height: 320px;
  border-radius: 8px;
  overflow: hidden;
}

.author-slide {
  max-width: 200px;
  max-height: 264px;
}

.hover-border-500 {
  transition: all 0.3s ease-in-out;
}
.hover-border-500:hover {
  border-color: var(--tc-neutral-500) !important;
}
.hover-border-500.active {
  border-color: 1px solid var(--tc-neutral-500) !important;
}

.hover-underline {
  position: relative;
  text-decoration: none;
  display: inline;
}
.hover-underline h4 {
  position: relative;
  transition: all 0.3s ease;
  margin: 0;
  display: inline;
}
.hover-underline .line-wrapper {
  position: relative;
  display: inline;
}
.hover-underline .line-wrapper::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ee6e47 0%, #28886a 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.hover-underline:hover h4 {
  transform: translateY(-1px);
}
.hover-underline:hover .line-wrapper::after {
  transform: scaleX(1);
  transform-origin: left;
}
.hover-underline .line-wrapper::after {
  transform-origin: right;
}

.carouselTicker__list {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.carouselTicker__item {
  flex: 0 0 auto;
  display: inline-block;
  float: none;
  white-space: nowrap;
}
.carouselTicker__item .tag-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid var(--tc-neutral-200);
  background-color: var(--tc-system-white);
  color: var(--tc-neutral-900);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.carouselTicker__item .tag-item:hover .number {
  color: var(--tc-system-dark);
}
.carouselTicker__item .tag-item .number {
  font-weight: 600;
  color: var(--tc-neutral-600);
  transition: all 0.3s ease-in-out;
}

/* Odometer Speed Optimization */
.odometer .odometer-digit .odometer-ribbon-inner {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: -o-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Increase animation speed for odometer */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: -o-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Performance optimization */
.odometer {
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}
.odometer .odometer-digit .odometer-ribbon-inner {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Smooth animation when element appears */
.odometer-animated .odometer-digit .odometer-ribbon-inner {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-effect-30 img {
  transition: all 0.3s ease-in-out;
}
.hover-effect-30:hover img {
  transform: scale(1.05) rotate(1deg);
  transition: all 0.3s ease-in-out;
}

.author-avartar img {
  transition: all 0.3s ease-in-out;
}
.author-avartar:hover img {
  transform: scale(1.05) rotate(1deg);
  transition: all 0.3s ease-in-out;
}

.imgs-404 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  margin-bottom: 30px;
}
.imgs-404 img {
  position: absolute;
  opacity: 0;
  max-width: 150px;
  height: auto;
  animation: fadeInOut 6s infinite ease-in-out;
}
.imgs-404 img.img-1 {
  animation-delay: 0s;
}
.imgs-404 img.img-2 {
  animation-delay: 2s;
}
.imgs-404 img.img-3 {
  animation-delay: 4s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.close-sidebar {
  cursor: pointer;
  transition: transform 0.3s ease;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.close-sidebar:hover {
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .card-portfolio-group:nth-child(odd) {
    margin-top: 30px;
  }
}
.block-view-mode .view-mode-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.block-view-mode .view-mode-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.block-view-mode .view-mode-item a:hover {
  background-color: var(--tc-neutral-100);
}
.block-view-mode .view-mode-item.active a {
  background-color: var(--tc-neutral-100);
}
.block-view-mode .view-mode-item.active a svg path {
  fill: #0e0e0f !important;
}
.block-view-mode .view-mode-item.active a svg rect {
  fill: #0e0e0f !important;
}
.block-view-mode .view-mode-item:not(.active) a svg path {
  fill: #a7aaaf;
}
.block-view-mode .view-mode-item:not(.active) a svg rect {
  fill: #a7aaaf !important;
}

.sec-1-portfolio-archive {
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 12px;
  }
  .ds-2 {
    font-size: 48px;
  }
  .ds-4 {
    font-size: 42px;
  }
  .ds-6 {
    font-size: 34px;
  }
  .pb-300 {
    padding-bottom: 250px;
  }
  .sec-1-home-1 {
    padding-top: 60px;
    padding-bottom: 40px;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 474.98px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 12px;
  }
  .fs-5 {
    font-size: 14px;
  }
  .fs-8 {
    font-size: 10px;
  }
  .ds-2 {
    font-size: 32px;
  }
  .ds-4 {
    font-size: 42px;
  }
  .ds-6 {
    font-size: 24px;
  }
  .sidebar-left {
    max-width: 370px;
    width: 370px;
    padding: 0 20px;
  }
  .article.card-6 {
    display: block;
  }
  .pb-300 {
    padding-bottom: 150px;
  }
  .sec-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
[data-bs-theme=dark] {
  --tc-neutral-50: var(--tc-neutral-dark-50);
  --tc-neutral-100: var(--tc-neutral-dark-100);
  --tc-neutral-200: var(--tc-neutral-dark-200);
  --tc-neutral-300: var(--tc-neutral-dark-300);
  --tc-neutral-400: var(--tc-neutral-dark-400);
  --tc-neutral-500: var(--tc-neutral-dark-500);
  --tc-neutral-600: var(--tc-neutral-dark-600);
  --tc-neutral-700: var(--tc-neutral-dark-700);
  --tc-neutral-800: var(--tc-neutral-dark-800);
  --tc-neutral-900: var(--tc-neutral-dark-900);
  --tc-system-success: var(--tc-system-dark-success);
  --tc-system-info: var(--tc-system-dark-info);
  --tc-system-warning: var(--tc-system-dark-warning);
  --tc-system-danger: var(--tc-system-dark-danger);
  --tc-system-white: var(--tc-system-dark-white);
  --tc-system-dark: var(--tc-system-dark-dark);
  --tc-system-muted: var(--tc-system-dark-muted);
  --tc-border-1: var(--tc-border-dark-1);
  --tc-border-2: var(--tc-border-dark-2);
  --tc-bg-1: var(--tc-bg-dark-1);
  --tc-bg-2: var(--tc-bg-dark-2);
  --tc-bg-3: var(--tc-bg-dark-3);
  --tc-bg-4: var(--tc-bg-dark-4);
  --tc-bg-5: var(--tc-bg-dark-5);
}
[data-bs-theme=dark] .navbar.navbar-stick {
  background-color: rgba(34, 35, 36, 0.6);
  backdrop-filter: blur(15px);
}
[data-bs-theme=dark] .navbar.style-3.navbar-stick {
  background: transparent;
  backdrop-filter: unset;
}
[data-bs-theme=dark] .navbar.style-3.navbar-stick .header {
  background-color: rgba(34, 35, 36, 0.6);
  backdrop-filter: blur(15px);
}
[data-bs-theme=dark] .dark-mode-invert {
  filter: invert(1);
}
[data-bs-theme=dark] .navbar .collapse .navbar-nav .nav-item .dropdown-toggle::before {
  filter: invert(1);
}
[data-bs-theme=dark] .sidebar-left .sidebar-nav .nav-item .nav-link::after {
  filter: invert(1);
}
[data-bs-theme=dark] .newsletter .decorate-1 {
  mix-blend-mode: multiply;
}
[data-bs-theme=dark] .block-app .decorate-1 {
  mix-blend-mode: multiply;
}
[data-bs-theme=dark] .block-contact-me .decorate-1 {
  mix-blend-mode: multiply;
}
[data-bs-theme=dark] .block-subscribe .decorate-1 {
  mix-blend-mode: multiply;
}
[data-bs-theme=dark] .sec-8-home-2 .decorate-1 {
  mix-blend-mode: multiply;
}
[data-bs-theme=dark] .article.card-1 .card-body {
  background-color: rgba(11, 11, 11, 0.6);
}
[data-bs-theme=dark] .article.card-2 .card-body {
  background-color: rgba(11, 11, 11, 0.6);
}
[data-bs-theme=dark] .changeless {
  --tc-system-white: #ffffff;
  --tc-neutral-900: #0e0e0f;
  --tc-neutral-800: #1a1b1c;
  --tc-neutral-700: #3a3b3d;
  --tc-neutral-600: #626568;
  --tc-neutral-500: #75787d;
  --tc-neutral-400: #a7aaaf;
  --tc-neutral-300: #d1d5db;
  --tc-neutral-200: #e5e7eb;
  --tc-neutral-100: #eaecee;
  --tc-neutral-50: #f7f8f9;
}
[data-bs-theme=dark] .sec-7-home-2 {
  background-image: none !important;
  background-color: #1a1b1c;
}
[data-bs-theme=dark] .sec-1-home-3 .bg {
  background-image: none !important;
  background-color: var(--tc-system-white);
}
[data-bs-theme=dark] .block-newsletter.style-2 {
  background-image: none !important;
  background-color: var(--tc-system-white);
}
[data-bs-theme=dark] .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  filter: invert(1);
}
[data-bs-theme=dark] .blockquote::before {
  filter: invert(1);
}
[data-bs-theme=dark] .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.has-child::after {
  filter: invert(1);
}
[data-bs-theme=dark] .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::after {
  filter: invert(0);
}
[data-bs-theme=dark] .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  background-image: url(../imgs/template/icons/arrow-down-light.svg);
}

.dark-light-switcher {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.dark-light-switcher:hover {
  transform: rotateY(180deg);
}
/*# sourceMappingURL=main.css.map */
.left p{
  margin-top: 0px;
}
.main-logo{
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  object-fit: cover;
  object-position: center;
}

.article {
  /* border: solid 1px var(--tc-neutral-200); */
}

.swiper-card-hero {
  position: relative;
}

.swiper-card-hero .swiper-pagination-wrapper {
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.swiper-card-hero .swiper-pagination-wrapper .swiper-pagination {
  position: relative !important;
  left: auto !important;
  transform: none !important;
  margin-top: 0;
}

.swiper-card-hero .swiper-pagination{
  background: rgb(0 0 0 / 50%);
}


.cate-section .hover-effect-1{
  padding: 0px;
  background-color: transparent;
}

.card-body
.hover-underline p{
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  color: #000;
  font-family: var(--tc-font-family-base) !important;
}

.home-cates .card-img-top {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.home-cates .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.teams-sec .hover-effect-1{
  padding: 0px;
}


.teams-section .card-img-top img {
  height: 350px !important;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.teams-section .card-1 {
  height: 100%;
}

.teams-section .swiper-slide {
  width: 320px;
}

.author-sticky-block-left-bottom{
  justify-content: center;
  padding-top: 0px;
  width: 65%;
}

.block-card-swiper {
  position: relative;
}

.block-card-swiper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
}

.block-card-swiper > .container {
  position: relative;
  z-index: 2;
}





@media (min-width: 992px) {
  .teams-section .article.card-1 .card-body {
    padding: 15px !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    margin: -90px 25px 0 !important;
    gap: 10px !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid var(--tc-neutral-200) !important;
    border-radius: 20px !important;
  }
}

.teams-section .card-text {
  width: 85%;
  color: #000 !important;
}

.teams-section .card-text.text-truncate-2 {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
  max-height: 100%;
}

/* Language Switcher */
.language-switcher .btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--bs-body-color);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.language-switcher .btn:hover,
.language-switcher .btn:focus {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
}

.language-switcher .dropdown-menu {
  min-width: 180px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0.5rem 0;
}

.language-switcher .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.language-switcher .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.language-switcher .dropdown-item.active {
  background: var(--bs-primary);
  color: #fff;
}

.language-switcher .dropdown-item.active small {
  color: rgba(255, 255, 255, 0.7);
}

.language-switcher .dropdown-item i {
  width: 16px;
}

/* Dark mode support for language switcher */
[data-bs-theme="dark"] .language-switcher .btn {
  border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .language-switcher .btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

[data-bs-theme="dark"] .language-switcher .dropdown-menu {
  background: #1a1a1a;
}

[data-bs-theme="dark"] .language-switcher .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}


.left, .left .hover-underline{
  width: 100%;
}

  /* .article .card-info{
    float: left;
  } */

.lang-fa .view-more .button-text {
  margin: 0 1.85rem 0 0;
}


.lang-fa .view-more .circle .icon.arrow::before {
  transform: rotate(224deg);
}


.lang-fa .view-more:hover .circle .icon.arrow {
  background-color: var(--tc-system-white);
  transform: translate(70px, 0);
  right: 0;
}

.lang-fa .view-more:hover .circle .icon.arrow::before {
  right: 0.4rem;
}

.lang-fa .view-more .circle .icon.arrow {
  left: 0.79rem;
}


.breaking-news{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Language Dropdown */
.lang-dropdown {
  display: inline-block;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #ea01fd;
  /* border: 1px solid #e0e0e0; */
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.04); */
}

.lang-btn:hover {
  background: #fc0000;
  /* border-color: #ccc; */
}

.lang-btn i {
  color: #fff;
}

.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  padding: 8px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.lang-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.15s ease;
}

.lang-dropdown-item:hover {
  background: #f0f4ff;
  color: #667eea;
}

.lang-dropdown-item.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.lang-dropdown-item.active .lang-code {
  color: rgba(255,255,255,0.7);
}

.lang-dropdown-item i {
  width: 16px;
  text-align: center;
}

.lang-code {
  color: #999;
  font-size: 12px;
  margin-left: auto;
}

/* Dark mode */
[data-bs-theme="dark"] .lang-btn {
  background: #2d2d2d;
  border-color: #444;
  color: #fff;
}

[data-bs-theme="dark"] .lang-btn:hover {
  background: #3d3d3d;
}

[data-bs-theme="dark"] .lang-dropdown-menu {
  background: #2d2d2d;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

[data-bs-theme="dark"] .lang-dropdown-item {
  color: #eee;
}

[data-bs-theme="dark"] .lang-dropdown-item:hover {
  background: #3d3d3d;
}


/* Breaking News Slider */
.breaking-news-slider {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 6px 12px;
  border: 2px solid transparent; /* gradient border like nav dropdown */
  background:
    linear-gradient(#f7f8f9, #f7f8f9) padding-box,
    linear-gradient(120deg, rgb(231 19 253), rgba(0, 0, 0, 0.12), rgb(254 2 1)) border-box;
  background-size: 100% 100%, 200% 200%;
  animation: dropdownBorderGlow 3s linear infinite;
}

.swiper-breaking-news {
  width: 100%;
  overflow: hidden;
}

.swiper-breaking-news .swiper-slide {
  width: auto;
}

.breaking-news-link {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breaking-news-link:hover {
  color: #333;
  text-decoration: underline;
}

.breaking-news-prev{
  background: rgb(234 17 253);
}
.breaking-news-next{
  background: rgb(252 0 0);
}
.breaking-news-prev,
.breaking-news-next {
  /* background: rgba(0, 0, 0, 0.1); */
  border: none;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 10px;
  flex-shrink: 0;
}

.breaking-news-prev:hover,
.breaking-news-next:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* RTL Support for Breaking News */
.lang-fa .breaking-news-prev i,
.lang-fa .breaking-news-next i {
  transform: rotate(180deg);
}

.donation-btn-h {
  background: linear-gradient(135deg, #ea00ff 0%, #ff006e 50%, #ea00ff 100%);
  background-size: 200% 200%;
  padding: 10px 20px !important;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(234, 0, 255, 0.4);
  transition: all 0.3s ease;
  animation: gradientShift 3s ease infinite, pulse 2s ease-in-out infinite;
}

.donation-btn-h::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.donation-btn-h:hover::before {
  left: 100%;
}

.donation-btn-h:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 0, 255, 0.6);
  background-position: right center;
}

.donation-btn-h:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(234, 0, 255, 0.4);
}

.donation-btn-h .nav-link {
  color: #fff !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.donation-btn-h .btn-text {
  color: #fff !important;
}
.donation-btn-h:hover .nav-link {
  color: #fff !important;
  transform: scale(1.05);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(234, 0, 255, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(234, 0, 255, 0.8), 0 0 30px rgba(234, 0, 255, 0.4);
  }
}

.section-footer{
  background-color: #fff;
}

.footer-menu-items .btn-text{
  font-weight: 600 !important;
}


.left .card-text{
  width: 70%;
}

.date-text{
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.date-text:hover {
  text-decoration: underline;
}

.header-last-col{
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}

/* Volunteer Form Section */
.volunteer-form-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 60px 0;
}

.volunteer-form-section .card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.volunteer-form-section .card-header {
  border-radius: 0;
  padding: 20px;
}

.volunteer-form-section .form-control,
.volunteer-form-section .form-select {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 10px 15px;
}

.volunteer-form-section .form-control:focus,
.volunteer-form-section .form-select:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.volunteer-form-section .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
  transition: transform 0.2s;
}

.volunteer-form-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.volunteer-form-section .btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.volunteer-form-section .alert {
  border-radius: 8px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .volunteer-form-section {
    padding: 40px 0;
  }
  
  .volunteer-form-section .card-header {
    padding: 15px;
  }
}


.activities-campaigns-section .card-corner {
  display: none !important;
}

.activities-campaigns-section .our-work-card-modern .card-corner {
  display: none !important;
}

/* Force consistent image sizing in activities campaigns section - Ultra Specific */
.activities-campaigns-section .activities-grid .col-lg-4 .activity-card .activity-card-inner .activity-thumb {
  height: 250px !important;
  overflow: hidden !important;
  border-radius: 16px 16px 0 0 !important;
  position: relative !important;
}

.activities-campaigns-section .activities-grid .col-lg-4 .activity-card .activity-card-inner .activity-thumb img.activity-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.activities-campaigns-section .activities-grid .col-lg-4 .activity-card .activity-card-inner {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.activities-campaigns-section .activities-grid .col-lg-4 .activity-card {
  height: 100% !important;
}

/* Additional override for any conflicting styles */
.activities-campaigns-section img.activity-image {
  height: 250px !important;
  object-fit: cover !important;
}

/* ============================================
   Hero Slider Section - Enhanced Styles
   ============================================ */
.hero-slider-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}

.hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
  transition: opacity 0.8s ease;
}

.hero-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  z-index: 2;
  transition: left 0.8s ease;
}

.hero-slider:hover .hero-slide::after {
  left: 100%;
  transition: left 1.2s ease;
}

.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  opacity: 0.6;
  transition: opacity 0.6s ease;
}
/* 
.swiper-slide-active .hero-slide-overlay {
  opacity: 0.4;
} */

.hero-slide:hover {
  transform: scale(1.05);
}

.hero-slide:hover::before {
  opacity: 0.7;
}

/* Slide Content */
.hero-slide-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hero-slide-content {
  position: relative;
  max-width: 900px;
  padding: 40px 20px;
  animation: fadeInUpContent 1s ease-out 0.3s both;
}

@keyframes fadeInUpContent {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slide-title {
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.2;
  text-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.5),
    0 2px 10px rgba(234, 0, 255, 0.3);
  letter-spacing: -1px;
  animation: slideInLeft 1s ease-out 0.5s both;
  position: relative;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default;
}

.hero-slide-title:hover {
  transform: translate(-50%, -50%) scale(1.02); 
  /* letter-spacing: 2px;
  background: linear-gradient(135deg, #ffffff 0%, #ea00ff 50%, #ff006e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 
    0 0 30px rgba(234, 0, 255, 0.8),
    0 0 60px rgba(255, 0, 110, 0.6),
    0 4px 20px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 15px rgba(234, 0, 255, 0.5)); */
}

.hero-slide-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(234, 0, 255, 0.6);
  animation: expandUnderline 1s ease-out 1s forwards;
  transition: all 0.4s ease;
}

.hero-slide-title:hover::after {
  width: 120%;
  height: 5px;
  transform: translateX(-50%) scaleX(1);
  box-shadow: 
    0 0 30px rgba(234, 0, 255, 0.8),
    0 0 50px rgba(255, 0, 110, 0.6);
  animation: underlinePulse 1.5s ease-in-out infinite;
}

@keyframes underlinePulse {
  0%, 100% {
    box-shadow: 
      0 0 30px rgba(234, 0, 255, 0.8),
      0 0 50px rgba(255, 0, 110, 0.6);
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    box-shadow: 
      0 0 40px rgba(234, 0, 255, 1),
      0 0 70px rgba(255, 0, 110, 0.8);
    transform: translateX(-50%) scaleX(1.05);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes expandUnderline {
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

.hero-slide-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  animation: slideInRight 1s ease-out 0.7s both;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-slide-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUpButtons 1s ease-out 0.9s both;
}

@keyframes fadeInUpButtons {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-hero {
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: all;
  border: 2px solid transparent;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.btn-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-hero:hover::before {
  width: 300px;
  height: 300px;
}

.btn-hero-primary {
  background: linear-gradient(135deg, #ea00ff 0%, #ff006e 100%);
  color: #ffffff;
  border-color: transparent;
}

.btn-hero-primary:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 35px rgba(234, 0, 255, 0.5);
  color: #ffffff;
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 35px rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.btn-hero span {
  position: relative;
  z-index: 1;
}

/* Swiper Pagination - Enhanced */
.hero-slider .swiper-pagination {
  bottom: 40px !important;
  z-index: 10;
}

.hero-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 8px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  position: relative;
}

.hero-slider .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid rgba(234, 0, 255, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hero-slider .swiper-pagination-bullet:hover {
  transform: scale(1.3);
  background: rgba(234, 0, 255, 0.8);
}

.hero-slider .swiper-pagination-bullet:hover::before {
  opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
  width: 40px;
  height: 14px;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(234, 0, 255, 0.6);
  transform: scale(1.2);
}

.hero-slider .swiper-pagination-bullet-active::before {
  opacity: 1;
  border-color: rgba(234, 0, 255, 0.8);
}

/* Swiper Navigation Buttons - Enhanced */
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
  margin-top: -30px;
  opacity: 0.8;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
  opacity: 1;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: linear-gradient(135deg, rgba(234, 0, 255, 0.9), rgba(255, 0, 110, 0.9));
  border-color: rgba(234, 0, 255, 0.8);
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(234, 0, 255, 0.5);
}

.hero-slider .swiper-button-next:hover::after,
.hero-slider .swiper-button-prev:hover::after {
  transform: scale(1.2);
}

.hero-slider .swiper-button-next {
  right: 30px;
}

.hero-slider .swiper-button-prev {
  left: 30px;
}

/* Slide Transition Effects */
.swiper-slide {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.swiper-slide:not(.swiper-slide-active) .hero-slide {
  opacity: 0.6;
  transform: scale(0.95);
}

.swiper-slide-active .hero-slide {
  opacity: 1;
  transform: scale(1);
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-slider {
    height: 70vh;
    min-height: 500px;
  }
  
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  
  .hero-slider .swiper-button-next {
    right: 20px;
  }
  
  .hero-slider .swiper-button-prev {
    left: 20px;
  }
}

@media (max-width: 768px) {
  .hero-slider {
    height: 60vh;
    min-height: 400px;
    border-radius: 0;
  }
  
  .hero-slide-content {
    padding: 30px 15px;
  }
  
  .hero-slide-buttons {
    align-items: center;
    gap: 15px;
  }
  
  .btn-hero {
    width: 100%;
    max-width: 150px;
    padding: 14px 30px;
  }
  
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 0.7;
  }
  
  .hero-slider .swiper-button-next::after,
  .hero-slider .swiper-button-prev::after {
    font-size: 16px;
  }
  
  .hero-slider .swiper-pagination {
    bottom: 20px !important;
  }
}

@media (max-width: 576px) {
  .hero-slider {
    height: 50vh;
    min-height: 350px;
  }
  
  .hero-slide-title::after {
    width: 60px;
  }
}

/* Header Section */
.header-section {
  /* padding: 80px 0 100px; */
  background: linear-gradient(135deg, rgba(234, 0, 255, 0.05) 0%, rgba(255, 0, 110, 0.05) 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.header-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(234, 0, 255, 0.08) 0%, transparent 50%),
      radial-gradient(circle at 80% 50%, rgba(255, 0, 110, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.header-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 50px;
}

.header-text {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.logo {
  background: linear-gradient(135deg, #ea00ff 0%, #ff006e 100%);
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(234, 0, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  font-weight: bold;
}

.main-title {
  font-size: clamp(1rem, 3vw, 2.5rem);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.header-text {
  position: relative;
  padding-bottom: 60px;
}

.tagline {
  font-size: clamp(1rem, 2vw, 2.0rem);
  font-weight: 700;
  background: linear-gradient(135deg, #ea00ff 0%, #ff006e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0px;
  letter-spacing: -0.3px;
  opacity: 0;
  animation: taglineFade 12s infinite;
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  margin-top: 0;
  top: clamp(120px, 20vw, 220px);
}

.tagline:nth-child(3) {
  animation-delay: 0s;
}

.tagline:nth-child(4) {
  animation-delay: 4s;
}

.tagline:nth-child(5) {
  animation-delay: 8s;
}

@keyframes taglineFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  8% {
    opacity: 1;
    transform: translateY(0);
  }
  33% {
    opacity: 1;
    transform: translateY(0);
  }
  42% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.header-image {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.header-image::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  /* border-radius: 20px; */
  z-index: -1;
  opacity: 1;
}

.header-image img {
  width: 100%;
  height: auto;
  /* border-radius: 20px; */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.header-image:hover img {
  transform: translateY(-5px);
}

/* Section Header with Overlay */
.section-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 85vh;
  margin-bottom: 40px;
}

.section-header img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 1.5s ease;
}

.section-header:has(.slogans:hover) img {
  transform: scale(1.2);
}

.section-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.section-header .slogans {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #ffffff;
  width: 90%;
  max-width: 800px;
  animation: fadeInUp 0.8s ease-out;
  padding: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.section-header .slogans:hover {
  transform: translate(-50%, -50%) scale(1.02);
}

.section-header .slogans h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(234, 0, 255, 0.3);
  line-height: 1.2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideInFromBottom 0.8s ease-out 0.2s both;
  position: relative;
  display: inline-block;
}

.section-header .slogans h2::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 4px;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 15px rgba(234, 0, 255, 0.6);
}

.section-header .slogans:hover h2 {
  transform: scale(1.05);
  /* text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7), 0 0 25px rgba(234, 0, 255, 0.5);
  background: linear-gradient(135deg, #ffffff 0%, #ea00ff 50%, #ff006e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
}

.section-header .slogans:hover h2::before {
  transform: translateX(-50%) scaleX(1);
}

.section-header .slogans p {
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  opacity: 0.95;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideInFromBottom 0.8s ease-out 0.4s both;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-header .slogans:hover p {
  opacity: 1;
  transform: translateY(-5px);
  color: #ffffff;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translate(-50%, -40%);
  }
  to {
      opacity: 1;
      transform: translate(-50%, -50%);
  }
}

@keyframes slideInFromBottom {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Section Banner - Gradient Border Design */
.section-banner {
  font-family: var(--tc-heading-font-family) !important;
  font-weight: 600 !important;
  background:
      linear-gradient(#ffffff, #ffffff) padding-box,
      linear-gradient(120deg, rgb(231 19 253), rgba(0, 0, 0, 0.12), rgb(254 2 1)) border-box;
  background-size: 100% 100%, 200% 200%;
  animation: dropdownBorderGlow 3s linear infinite;
  color: #1a1a1a;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 20px 0px;
  display: block;
  width: 100%;
  position: relative;
  overflow: visible;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

/* Hover effects */
.section-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(234, 0, 255, 0.15);
  color: #ea00ff;
}

@keyframes dropdownBorderGlow {
  0% {
      background-position: 0% 50%, 0% 50%;
  }

  100% {
      background-position: 0% 50%, 200% 50%;
  }
}

/* Content Sections */
.content-section {
  margin-bottom: 80px;
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.content-box {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 45px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.content-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ea00ff, #ff006e);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.content-box:hover {
  box-shadow: 0 4px 10px rgba(234, 0, 255, 0.3);
  transform: translateY(-2px);
  /* border: 4px solid #ea00ff;
  border-left: 0px; */
}

.content-box:hover::before {
  opacity: 1;
}

.content-box h2 {
  color: #1a1a1a;
  font-size: 1.65rem;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.content-box p {
  color: #000000;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: justify;
}

/* Mission and Goals */
.mission-intro {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.6;
}

.mission-list {
  list-style: none;
  padding-left: 0;
  margin: 25px 0;
}

.mission-list li {
  color: #4a4a4a;
  font-size: 1.05rem;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
  line-height: 1.8;
}

.mission-list li:before {
  content: "✓";
  color: #ffffff;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.mission-conclusion {
  color: #4a4a4a;
  font-size: 1.05rem;
  margin-top: 30px;
  font-style: italic;
  padding: 20px;
  background: linear-gradient(135deg, rgba(234, 0, 255, 0.05), rgba(255, 0, 110, 0.05));
  border-radius: 12px;
  border-left: 4px solid #ea00ff;
}

.activity-box {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 35px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.activity-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: 0;
  border-radius: 16px;
}

.activity-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(234, 0, 255, 0.15);
  border-color: #ea00ff;
}

.activity-box:hover::before {
  transform: translateX(0);
}

.activity-box:hover .activity-title {
  color: #ffffff;
}

.activity-box:hover .activity-list li {
  color: #ffffff;
}

.activity-box:hover .activity-list li:before {
  color: #ffffff;
}

.activity-box:hover .activity-number {
  background: #000000;
  color: #ffffff;
}

.activity-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(234, 0, 255, 0.3);
  transition: background 0.3s ease;
  position: relative;
  z-index: 1;
}

.activity-title {
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  line-height: 1.4;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.activity-list {
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.activity-list li {
  color: #4a4a4a;
  font-size: 1rem;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
  transition: color 0.3s ease;
}

.activity-list li:before {
  content: "→";
  color: #ea00ff;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  font-weight: bold;
  transition: color 0.3s ease;
}

/* Activity Cards - Our Works Section */
.activity-card {
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
  transform: translateY(-5px);
}

.activity-card-inner {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.activity-card-inner:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.activity-thumb {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.activity-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.activity-card:hover .activity-image {
  transform: scale(1.05);
}

.activity-image.placeholder {
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 2rem;
}

.activity-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  z-index: 1;
}

.activity-title {
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  padding: 0 10px;
}

.activity-title.text-center {
  text-align: center !important;
}

.activity-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background 0.3s ease;
}

.activity-badge:hover {
  background: #ffffff;
}

.our-work-card-link-decoration {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Achievements Section */
.achievements-intro {
  color: #4a4a4a;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.8;
}

.achievements-list {
  list-style: none;
  padding-left: 0;
}

.achievements-list li {
  color: #4a4a4a;
  font-size: 1.05rem;
  margin-bottom: 18px;
  padding-left: 36px;
  position: relative;
  line-height: 1.8;
}

.achievements-list li:before {
  content: "✓";
  color: #ffffff;
  background: linear-gradient(135deg, #28a745, #20c997);
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

/* Join Us Section */
.join-list {
  list-style: none;
  padding-left: 0;
}

.join-list li {
  color: #4a4a4a;
  font-size: 1.05rem;
  margin-bottom: 20px;
  padding-left: 36px;
  position: relative;
  line-height: 1.8;
}

.join-list li:before {
  content: "→";
  color: #ffffff;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.join-list li strong {
  color: #1a1a1a;
  font-weight: 700;
}

.email-contact {
  background: linear-gradient(135deg, rgba(234, 0, 255, 0.08), rgba(255, 0, 110, 0.08));
  border: 2px solid rgba(234, 0, 255, 0.2);
  border-radius: 12px;
  padding: 25px 30px;
  margin-top: 30px;
  font-size: 1.15rem;
  color: #1a1a1a;
  text-align: center;
  transition: all 0.3s ease;
}

.email-contact:hover {
  border-color: #ea00ff;
  box-shadow: 0 4px 16px rgba(234, 0, 255, 0.15);
}

.email-contact strong {
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Legal Registration */
.legal-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 4px solid #ea00ff;
  padding: 50px 0;
  margin-top: 100px;
  position: relative;
}

.legal-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ea00ff, transparent);
}

.legal-title {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -0.3px;
}

.legal-info {
  color: #4a4a4a;
  font-size: 1.05rem;
  line-height: 1.9;
}

.legal-info p {
  margin-bottom: 12px;
}

.legal-info strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
      padding: 0 20px;
  }

  .header-section {
      /* padding: 50px 0 70px; */
  }

  .main-title {
      font-size: 1.3rem;
  }

  .tagline {
      font-size: 1.8rem;
      top: clamp(100px, 25vw, 150px);
  }

  .header-content {
      flex-direction: column;
      gap: 40px;
  }

  .section-banner {
      font-size: 1.2rem;
      padding: 15px;
      margin: 20px 0px;
      width: calc(100% - 6px);
      letter-spacing: 1.2px;
  }

  .content-box {
      padding: 30px 25px;
  }

  .content-box h2 {
      font-size: 1.6rem;
  }


  .activity-box {
      padding: 28px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Selection Color */
::selection {
  background: rgba(234, 0, 255, 0.2);
  color: #1a1a1a;
}

/* .activities-container {
  margin: 0 50px;
} */

/* Gallery Section */
.page-gallery {
  margin: 60px 0;
  position: relative;
}

.page-gallery .section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(135deg, #ea00ff 0%, #ff006e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  width: 100%;
  letter-spacing: -0.5px;
  animation: fadeInDown 0.6s ease-out;
}

.page-gallery .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(234, 0, 255, 0.5);
}

@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translateY(-20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.masonry-gallery {
  column-count: 3;
  column-gap: 15px;
  margin-top: 40px;
  padding: 25px;
  background: linear-gradient(135deg, rgba(234, 0, 255, 0.1) 0%, rgba(255, 0, 110, 0.1) 100%);
  border-radius: 24px;
  position: relative;
}

.masonry-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
      radial-gradient(circle at 20% 30%, rgba(234, 0, 255, 0.05) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(255, 0, 110, 0.05) 0%, transparent 50%);
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 15px;
  position: relative;
  overflow: visible;
  border-radius: 10px;
  box-shadow: 
      0 8px 25px rgba(0, 0, 0, 0.12),
      0 4px 12px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #ffffff;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  animation: galleryItemFadeIn 0.6s ease-out forwards;
  transform: translateY(30px) scale(0.95);
}

.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.15s; }
.gallery-item:nth-child(3) { animation-delay: 0.2s; }
.gallery-item:nth-child(4) { animation-delay: 0.25s; }
.gallery-item:nth-child(5) { animation-delay: 0.3s; }
.gallery-item:nth-child(6) { animation-delay: 0.35s; }
.gallery-item:nth-child(7) { animation-delay: 0.4s; }
.gallery-item:nth-child(8) { animation-delay: 0.45s; }
.gallery-item:nth-child(9) { animation-delay: 0.5s; }
.gallery-item:nth-child(n+10) { animation-delay: 0.55s; }

@keyframes galleryItemFadeIn {
  to {
      opacity: 1;
      transform: translateY(0) scale(1);
  }
}

.gallery-item::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #ea00ff49, #ff006f74, #ea00ff3f);
  background-size: 50% 50%;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: -1;
  filter: blur(2px);
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
      radial-gradient(circle at center, transparent 0%, rgba(234, 0, 255, 0.1) 100%),
      linear-gradient(135deg, rgba(255, 0, 110, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  /* border-radius: 20px; */
  pointer-events: none;
}

.gallery-item:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 
      0 20px 50px rgba(0, 0, 0, 0.3),
      0 12px 30px rgba(255, 0, 110, 0.2),
      0 0 0 1px rgba(255, 255, 255, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.gallery-item:hover::before {
  opacity: 1;
  filter: blur(12px);
  transform: scale(1.02);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* border-radius: 20px; */
  position: relative;
  z-index: 0;
  filter: brightness(1) contrast(1) saturate(1);
}

.gallery-item:hover img {
  transform: scale(1.15) rotate(1deg);
  filter: brightness(1.1) contrast(1.1) saturate(1.2);
}

.gallery-item a {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* border-radius: 20px; */
}

/* Multi-layer overlay on hover */
.gallery-item a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
      linear-gradient(135deg, rgba(91, 91, 91, 0.5) 0%, rgba(147, 59, 97, 0.5) 100%),
      radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
  /* border-radius: 20px; */
  pointer-events: none;
  backdrop-filter: blur(2px);
}

/* Enhanced zoom icon with glow */
/* .gallery-item a::before {
  content: '🔍';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-180deg);
  font-size: 3rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
   text-shadow: 
      0 0 20px rgba(255, 255, 255, 0.8),
      0 4px 15px rgba(0, 0, 0, 0.6),
      0 0 40px rgba(234, 0, 255, 0.6); 
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
} */

.gallery-item:hover a::before {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  animation: iconPulse 1s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% {
      transform: translate(-50%, -50%) scale(1) rotate(0deg);
      filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  }
  50% {
      transform: translate(-50%, -50%) scale(1.15) rotate(5deg);
      filter: drop-shadow(0 0 20px rgba(234, 0, 255, 0.8));
  }
}

/* Shimmer effect on hover */
.gallery-item:hover a::after {
  opacity: 1;
  background: 
      linear-gradient(135deg, rgba(234, 0, 255, 0.35) 0%, rgba(255, 0, 110, 0.35) 100%),
      radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 70%),
      linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  background-size: 100% 100%, 100% 100%, 200% 200%;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { background-position: 0% 50%, 0% 0%, 0% 0%; }
  100% { background-position: 0% 50%, 0% 0%, 100% 100%; }
}

/* Responsive */
@media (max-width: 1200px) {
  .masonry-gallery {
      column-count: 3;
      column-gap: 20px;
      padding: 15px;
  }
  
  .gallery-item {
      margin-bottom: 20px;
  }
}

@media (max-width: 968px) {
  .masonry-gallery {
      column-count: 2;
      column-gap: 18px;
      padding: 12px;
  }
  
  .gallery-item {
      border-radius: 18px;
  }
  
  .gallery-item img {
      border-radius: 18px;
  }
  
  .gallery-item a {
      border-radius: 18px;
  }
  
  .gallery-item a::after {
      border-radius: 18px;
  }
  
  .gallery-item::before {
      /* border-radius: 20px; */
  }
}

@media (max-width: 768px) {
  .page-gallery {
      margin: 40px 0;
  }
  
  .page-gallery .section-title {
      margin-bottom: 30px;
  }
  
  .masonry-gallery {
      column-count: 2;
      column-gap: 15px;
      padding: 10px;
      /* border-radius: 20px; */
      margin-top: 30px;
  }

  .gallery-item {
      margin-bottom: 15px;
      border-radius: 16px;
  }
  
  .gallery-item img {
      border-radius: 16px;
  }
  
  .gallery-item a {
      border-radius: 16px;
  }
  
  .gallery-item::before {
      border-radius: 18px;
  }
  
  .gallery-item a::after {
      border-radius: 16px;
  }
  
  .gallery-item a::before {
      font-size: 2.5rem;
  }
  
  .gallery-item:hover {
      transform: translateY(-8px) scale(1.02);
  }
  
  .gallery-item:hover img {
      transform: scale(1.1) rotate(0deg);
  }
}

@media (max-width: 576px) {
  .page-gallery {
      margin: 30px 0;
  }
  
  .masonry-gallery {
      column-count: 1;
      column-gap: 0;
      padding: 10px;
      margin-top: 25px;
  }
  
  .gallery-item {
      margin-bottom: 15px;
      border-radius: 16px;
  }
  
  .gallery-item img {
      border-radius: 16px;
  }
  
  .gallery-item a {
      border-radius: 16px;
  }
  
  .gallery-item::before {
      border-radius: 18px;
  }
  
  .gallery-item a::after {
      border-radius: 16px;
  }
  
  .gallery-item a::before {
      font-size: 2rem;
  }
}

.footer-section {
  background: linear-gradient(135deg, #fff5f5 0%, #ffe0e6 50%, #fff0f5 100%);
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
      radial-gradient(circle at 20% 30%, rgba(233, 30, 99, 0.08) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(194, 24, 91, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.footer-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23e91e63' d='M0,60 Q360,0 720,60 T1440,60 L1440,120 L0,120 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
  z-index: 1;
  animation: waveAnimation 10s ease-in-out infinite;
  opacity: 0.2;
}

@keyframes waveAnimation {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-20px); }
}

.footer-content {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.footer-content .row {
  display: flex;
  flex-wrap: wrap;
}

.footer-column {
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.footer-column-header {
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 50%, #ad1457 100%);
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
}

.footer-column-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
  transform: rotate(45deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.footer-column-body {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  padding: 30px 25px;
  border-radius: 0 0 12px 12px;
  box-shadow: 
      0 8px 25px rgba(0,0,0,0.08),
      0 0 0 1px rgba(233, 30, 99, 0.1);
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer-column:hover .footer-column-body {
  box-shadow: 
      0 12px 35px rgba(233, 30, 99, 0.15),
      0 0 0 1px rgba(233, 30, 99, 0.2);
  transform: translateY(-3px);
  border-top-color: #e91e63;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li {
  margin-bottom: 8px;
  position: relative;
}

.footer-link-list a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  position: relative;
  font-weight: 500;
  font-size: 0.95rem;
  background: #f5f5f5;
  border: none;
}

.footer-link-list a::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #e91e63;
  border-radius: 2px;
  margin-right: 12px;
}

.footer-link-list a span {
  margin-left: 32px;
  flex: 1;
}

.footer-link-list a:hover {
  color: #e91e63;
  background: #eeeeee;
  transform: translateX(3px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  /* border: 1px solid transparent; */
  border-left: 3px solid #e91e63;
  background: rgba(233, 30, 99, 0.03);
  transform: translateX(5px);
}

.footer-contact-item:hover {
  /* background: linear-gradient(135deg, rgba(233, 30, 99, 0.05) 0%, rgba(194, 24, 91, 0.05) 100%);
  border-color: rgba(233, 30, 99, 0.2);
  transform: translateX(5px); */
  background: rgba(233, 30, 99, 0.08);
  transform: translateX(5px);
}

.footer-contact-item:last-of-type {
  margin-bottom: 10px;
}

.footer-contact-item i {
  color: #fff;
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
  margin-right: 15px;
  margin-top: 2px;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
  transition: all 0.3s ease;
}

.footer-contact-item:hover i {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.footer-contact-item span {
  color: #444;
  flex: 1;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 8px;
}

.footer-donate-btn {
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 50%, #ad1457 100%);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 15px;
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
}

.footer-donate-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.footer-donate-btn:hover::before {
  width: 300px;
  height: 300px;
}

.footer-donate-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.5);
  color: #fff;
}

.footer-donate-btn i {
  position: relative;
  z-index: 1;
  animation: heartbeat 2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.footer-donate-btn span {
  position: relative;
  z-index: 1;
}

.footer-subscribe-form {
  margin-bottom: 25px;
}

.footer-subscribe-input {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 18px;
  width: 100%;
  margin-bottom: 12px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #fff;
}

.footer-subscribe-input:focus {
  outline: none;
  border-color: #e91e63;
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
  transform: translateY(-2px);
}

.footer-subscribe-btn {
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
  width: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.footer-subscribe-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.footer-subscribe-btn:hover::after {
  width: 300px;
  height: 300px;
}

.footer-subscribe-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(233, 30, 99, 0.4);
}

.footer-subscribe-btn:active {
  transform: translateY(-1px);
}

.footer-social-icons {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}

.footer-social-icon {
  color: #444;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.footer-social-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.footer-social-icon i {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  color: #fff;
  transform: translateY(-5px) rotate(5deg);
  box-shadow: 0 8px 20px rgba(233, 30, 99, 0.4);
  background: rgba(233, 30, 99, 0.08);
  transform: translateX(5px);
}

.footer-social-icon:hover::before {
  opacity: 1;
}

.footer-social-icon:hover i {
  transform: scale(1.2);
}

.footer-editorial-info {
  font-size: 0.95rem;
  line-height: 1.8;
}

.footer-editorial-info p {
  margin-bottom: 15px;
  color: #444;
  padding: 12px;
  background: rgba(233, 30, 99, 0.03);
  border-radius: 8px;
  border-left: 3px solid #e91e63;
  transition: all 0.3s ease;
  
}

.footer-editorial-info p:hover {
  background: rgba(233, 30, 99, 0.08);
  transform: translateX(5px);
}

.footer-editorial-info strong {
  color: #e91e63;
  font-weight: 700;
}

.footer-copyright {
  background: linear-gradient(135deg, #fd0100, #e700ff);;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: -100px;
  box-shadow: 0 -5px 20px rgba(233, 30, 99, 0.3);
}

.footer-copyright p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
  color: #fff;
}

.footer-copyright::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
  font-size: 1.2rem;
}

.scroll-top-btn::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e91e63, #c2185b);
  opacity: 0;
  z-index: -1;
  filter: blur(10px);
  transition: opacity 0.3s ease;
}

.scroll-top-btn:hover::before {
  opacity: 0.6;
}

.scroll-top-btn:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.5);
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0%, 100% { transform: translateY(-5px) scale(1.1); }
  50% { transform: translateY(-10px) scale(1.15); }
}

.scroll-top-btn i {
  animation: arrowUp 2s ease-in-out infinite;
}

@keyframes arrowUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (max-width: 768px) {
  .footer-column {
      margin-bottom: 30px;
  }
  
  .footer-social-icons {
      justify-content: center;
  }
  
  .footer-link-list a {
      padding: 10px 12px;
      font-size: 0.9rem;
  }
  
  .footer-link-list a .link-icon {
      width: 7px;
      height: 7px;
      margin-right: 10px;
  }
  
  .footer-link-list a:hover .link-icon {
      width: 10px;
      height: 10px;
  }
  
  .scroll-top-btn {
      bottom: 20px;
      right: 20px;
      width: 45px;
      height: 45px;
  }
}

/* Program Card Styles for Activities */
.programs-grid {
  position: relative;
  z-index: 1;
}
.program-card {
  height: 100%;
  perspective: 1000px;
}
.program-card-inner {
  position: relative;
  background: linear-gradient(135deg, #ea00ff0d, #ff006e1f);
  border-radius: 24px;
  padding: 40px 35px;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.program-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  transition: left 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0;
}
.program-card:hover .program-card-inner::before {
  left: 0;
}
.program-card:hover .program-card-inner {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 50px rgba(234, 0, 255, 0.25);
  border-color: rgba(234, 0, 255, 0.3);
}
.program-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ea00ff, #ff006e);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 20px rgba(234, 0, 255, 0.3);
}
.program-icon svg {
  width: 32px !important;
  height: 32px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
  transition: transform 0.5s ease;
}
.program-icon svg path,
.program-icon svg circle,
.program-icon svg polygon,
.program-icon svg line,
.program-icon svg polyline {
  stroke: #ffffff !important;
  fill: none !important;
}
.program-icon i {
  font-size: 32px;
  color: #ffffff;
  transition: transform 0.5s ease;
}
.program-card:hover .program-icon i {
  transform: scale(1.1);
}
/* CSS-based icons using pseudo-elements */
.program-icon.icon-advocacy::before,
.program-icon.icon-violence::before,
.program-icon.icon-empowerment::before,
.program-icon.icon-cooperation::before {
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
  z-index: 1;
  display: block;
}
.program-icon.icon-advocacy::before {
  content: "\f0a1"; /* fa-bullhorn */
}
.program-icon.icon-violence::before {
  content: "\f3ed"; /* fa-shield-alt */
}
.program-icon.icon-empowerment::before {
  content: "\f19d"; /* fa-graduation-cap */
}
.program-icon.icon-cooperation::before {
  content: "\f0ac"; /* fa-globe */
}
.program-card:hover .program-icon.icon-advocacy::before,
.program-card:hover .program-icon.icon-violence::before,
.program-card:hover .program-icon.icon-empowerment::before,
.program-card:hover .program-icon.icon-cooperation::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.program-card:hover .program-icon {
  transform: scale(1.15) rotate(5deg);
  background: #000000;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}
.program-number {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(234, 0, 255, 0.1), rgba(255, 0, 110, 0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  opacity: 1;
  z-index: 1;
  transition: all 0.5s ease;
}
.program-card:hover .program-number {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  background-clip: unset;
  color: #ffffff;
  transform: scale(1.1);
}
.program-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}
.program-card:hover .program-title {
  color: #ffffff;
}
.program-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
  flex-grow: 1;
}
.program-card:hover .program-description {
  color: #ffffff;
}
.program-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.program-list li {
  color: #666;
  font-size: 1rem;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
  transition: color 0.4s ease;
}
.program-list li:before {
  content: "→";
  color: #ea00ff;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  font-weight: bold;
  transition: color 0.4s ease;
}
.program-card:hover .program-list li {
  color: #ffffff;
}
.program-card:hover .program-list li:before {
  color: #ffffff;
}
.program-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ea00ff, #ff006e);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}
.program-card:hover .program-decoration {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .program-card-inner {
    padding: 30px 25px;
  }
  .program-icon {
    width: 60px;
    height: 60px;
  }
  .program-title {
    font-size: 1.3rem;
  }
  .program-number {
    font-size: 3rem;
  }
}


/* Donation Form Styles */
.donation-quick-form {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px;
}

.donation-amount-btn {
  width: 100%;
  padding: 20px 10px;
  border: 2px solid #ea00ff;
  background: white;
  color: #333;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.donation-amount-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.donation-amount-btn:hover::before {
  width: 300px;
  height: 300px;
}

.donation-amount-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(234, 0, 255, 0.2);
  border-color: #ea00ff;
}

.donation-amount-btn.active {
  background: #ff8800 !important;
  color: white !important;
  border-color: #ff8800 !important;
  box-shadow: 0 4px 15px rgba(255, 136, 0, 0.3);
}

.donation-amount-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(234, 0, 255, 0.2);
}

#customDonationAmount {
  padding-right: 45px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  color: #999;
  width: 100%;
  transition: all 0.3s ease;
}

#customDonationAmount:focus {
  outline: none;
  border-color: #ea00ff;
  box-shadow: 0 0 0 3px rgba(234, 0, 255, 0.1);
  color: #333;
}

#customDonationAmount::-webkit-input-placeholder {
  color: #999;
}

#customDonationAmount::-moz-placeholder {
  color: #999;
}

#customDonationAmount:-ms-input-placeholder {
  color: #999;
}

#customDonationAmount::placeholder {
  color: #999;
}

/* Responsive adjustments for donation form */
@media (max-width: 768px) {
  .donation-quick-form {
    padding: 25px 20px;
  }
  
  .donation-amount-btn {
    padding: 18px 8px;
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .donation-quick-form {
    padding: 20px 15px;
  }
  
  .donation-amount-btn {
    padding: 16px 8px;
    font-size: 1.2rem;
  }
}


/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ======================================== */

/* Header Mobile Responsive */
@media (max-width: 991px) {
    /* Hide desktop topbar on mobile */
    .topbar {
        display: none !important;
    }
    
    /* Mobile header */
    header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    /* Mobile navigation */
    .navbar {
        padding: 10px 0;
    }
    
    .navbar-brand {
        max-width: 120px;
    }
    
    .navbar-brand img {
        max-height: 60px;
        width: auto;
    }
    
    /* Mobile menu toggle */
    .navbar-toggler {
        border: none;
        padding: 8px;
        background: linear-gradient(135deg, #ea00ff, #ff006e);
        border-radius: 8px;
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    /* Mobile menu */
    .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 10px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav {
        flex-direction: column;
    }
    
    .nav-item {
        margin: 5px 0;
    }
    
    .nav-link {
        padding: 12px 15px !important;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .nav-link:hover {
        background: linear-gradient(135deg, rgba(234, 0, 255, 0.1), rgba(255, 0, 110, 0.1));
        color: #ea00ff !important;
    }
    
    /* Mobile dropdown */
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        border: none;
        box-shadow: none;
        background: #f8f9fa;
        margin-left: 15px;
        border-radius: 8px;
    }
    
    .dropdown-item {
        padding: 10px 15px;
        border-radius: 6px;
        margin: 2px 0;
    }
}

/* Footer Mobile Responsive */
@media (max-width: 991px) {
    .footer-section {
        padding: 40px 0 20px;
    }
    
    .footer-content .row {
        flex-direction: column;
    }
    
    .footer-column {
        margin-bottom: 30px;
        height: auto !important;
    }
    
    .footer-column-header {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .footer-link-list li {
        margin-bottom: 10px;
    }
    
    .footer-contact-item {
        font-size: 0.9rem;
        padding: 10px;
    }
    
    .footer-social-icons {
        justify-content: center;
        margin: 20px 0;
    }
    
    .footer-donate-btn {
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
        display: flex;
    }
    
    .footer-subscribe-form {
        flex-direction: column;
    }
    
    .footer-subscribe-input {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .footer-subscribe-btn {
        width: 100%;
    }
    
    .footer-copyright {
        padding: 15px 0;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 30px 0 15px;
    }
    
    .footer-column {
        margin-bottom: 25px;
    }
    
    .footer-column-header {
        font-size: 1.1rem;
    }
    
    .footer-link-list li a {
        font-size: 0.9rem;
    }
    
    .footer-editorial-info p {
        font-size: 0.85rem;
    }
}

/* Home Page Mobile Responsive */
@media (max-width: 991px) {
    /* Hero Slider */
    .hero-slider {
        height: 400px;
    }
    
    .hero-slide-title {
        font-size: 1.8rem;
    }
    
    .hero-slide-subtitle {
        font-size: 1rem;
    }
    
    .btn-hero {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    /* Featured Posts */
    .sec-9-home-1 {
        padding: 40px 0;
    }
    
    .block-card-swiper .row {
        flex-direction: column;
    }
    
    .gallery-left,
    .gallery-thumbs {
        width: 100%;
        margin-bottom: 20px;
    }
    .mt-5 {
      margin-top: 1rem !important;
    }
    .mb-5 {
      margin-top: 1rem !important;
    }
    /* Content Section */
    .page-content {
        padding: 30px 0 !important;
    }
    
    .content-box .row {
        flex-direction: column;
    }
    
    .content-box .col-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .section-banner {
        font-size: 1.2rem;
        padding: 10px 15px;
    }
    
    /* Videos Section */
    .videos-section {
        padding: 40px 0;
    }
    
    .main-video-player {
        margin-bottom: 20px;
    }
    
    .video-playlist {
        max-height: 300px;
    }
    
    .playlist-item-thumbnail {
        width: 80px;
        height: 45px;
    }
    
    /* Category Sections */
    .sec-1-home-1 {
        padding: 40px 0;
    }
    
    .section-title h5 {
        font-size: 1.2rem;
    }
    
    .view-more {
        width: auto;
        font-size: 0.85rem;
    }
    
    /* Team Section */
    .swiper-card-hero {
        padding: 10px 0;
    }
    
    .card-1 {
        margin-bottom: 20px;
    }

    
    .activity-thumb {
        height: 180px;
    }
    
    .activity-title {
        font-size: 0.9rem;
    }
    
    /* Statistics Section */
    .statistics-section-modern {
        padding: 40px 0;
    }
    
    .statistic-card-inner {
        padding: 25px 20px;
    }
    
    .statistic-number-modern {
        font-size: 2.5rem;
    }
    
    .program-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    /* Typography */
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    h4 {
        font-size: 1.15rem;
    }
    
    h5 {
        font-size: 1rem;
    }
    
    h6 {
        font-size: 0.9rem;
    }
    
    /* Container */
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Sections */
    section {
        padding: 30px 0 !important;
    }
    
    /* Hero Slider */
    .hero-slider {
        height: 350px;
    }
    
    .hero-slide-title {
        font-size: 1.5rem;
    }
    
    .hero-slide-subtitle {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .hero-slide-buttons {
        gap: 10px;
    }
    
    .btn-hero {
        width: 100%;
        max-width: 250px;
    }
    
    /* Cards */
    .card-1,
    .card-2 {
        margin-bottom: 15px;
    }
    
    .card-title {
        font-size: 0.95rem;
    }
    
    .card-text {
        font-size: 0.85rem;
    }
    
    /* Swiper */
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }
    
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    
    /* Videos */
    .main-video-play-btn {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    .video-action-btn span {
        display: none;
    }
    
    /* Category Posts */
    .category-post-card-large {
        height: 300px;
    }
    
    .category-post-card-small {
        height: 150px;
    }
    
    .category-post-card-horizontal .post-image-wrapper {
        height: 80px;
    }
    
    /* Activities */
    .activity-thumb {
        height: 160px;
    }
    
    .activity-title {
        font-size: 0.85rem;
    }
    
    /* Statistics */
    .statistic-number-modern {
        font-size: 2.2rem;
    }
    
    .program-number {
        font-size: 2.2rem;
    }
    
    .statistic-description-modern {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    /* Extra small devices */
    body {
        font-size: 13px;
    }
    
    /* Container */
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Sections */
    section {
        padding: 20px 0 !important;
    }
    
    /* Hero Slider */
    .hero-slider {
        height: 300px;
    }
    
    .hero-slide-title {
        font-size: 1.3rem;
    }
    
    .hero-slide-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
    
    .btn-hero {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    /* Section Titles */
    .section-title h5 {
        font-size: 1rem;
    }
    
    .section-title svg {
        width: 18px;
        height: 18px;
    }
    
    /* View More Button */
    .view-more {
        width: auto;
        font-size: 0.75rem;
        padding: 0;
    }
    
    
    .view-more .circle {
        width: 2rem;
        height: 2rem;
    }
    
    /* Cards */
    .card-body {
        padding: 15px;
    }
    
    .card-title {
        font-size: 0.9rem;
    }
    
    .card-text {
        font-size: 0.8rem;
    }
    
    /* Featured Posts */
    .gallery-left {
        height: 300px;
    }
    
    /* Content Section */
    .section-banner {
        font-size: 1rem;
        padding: 8px 12px;
    }
    
    /* Videos */
    .main-video-play-btn {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .playlist-item-thumbnail {
        width: 70px;
        height: 40px;
    }
    
    .playlist-item-title {
        font-size: 0.8rem;
    }
    
    /* Category Posts */
    .category-post-card-large {
        height: 250px;
    }
    
    .category-post-card-large .post-title {
        font-size: 1.1rem;
    }
    
    .category-post-card-small {
        height: 130px;
    }
    
    .category-post-card-small .post-title {
        font-size: 0.75rem;
    }
    
    .activity-thumb {
        height: 140px;
    }
    
    .activity-title {
        font-size: 0.8rem;
        padding: 0 10px;
    }
    
    /* Statistics */
    .statistic-card-inner {
        padding: 20px 15px;
    }
    
    .statistic-number-modern {
        font-size: 1.8rem;
    }
    
    .program-number {
        font-size: 1.8rem;
    }
    
    .statistic-description-modern {
        font-size: 0.85rem;
    }
    
    /* Team Cards */
    .card-corner {
        width: 60px;
        height: 60px;
    }
    
    .arrow-box svg {
        width: 18px;
        height: 18px;
    }
}

/* Landscape Mobile Devices */
@media (max-width: 896px) and (orientation: landscape) {
    .hero-slider {
        height: 350px;
    }
    
    .hero-slide-title {
        font-size: 1.5rem;
    }
    
    .hero-slide-subtitle {
        font-size: 0.95rem;
    }
    
    .hero-slide-buttons {
        flex-direction: row;
        gap: 15px;
    }
}

/* Touch Device Improvements */
@media (hover: none) and (pointer: coarse) {
    /* Increase touch targets */
    .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    .btn,
    .view-more,
    .footer-social-icon {
        min-height: auto;
        min-width: auto;
    }
    
    /* Remove hover effects on touch devices */
    .card-1:hover,
    .card-2:hover,
    .activity-card-inner:hover,
    .statistic-card-modern:hover .statistic-card-inner {
        transform: none;
    }
    
    /* Improve tap feedback */
    .nav-link:active,
    .btn:active,
    .card-1:active {
        opacity: 0.8;
    }
}

/* Mobile Menu Improvements */
@media (max-width: 991px) {
    /* Mobile header with logo and menu */
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
    }
    
    .navbar-brand {
        order: 1;
    }
    
    .navbar-toggler {
        order: 2;
    }
    
    .navbar-collapse {
        order: 3;
        width: 100%;
    }
    
    /* Smooth menu animation */
    .navbar-collapse.collapsing {
        transition: height 0.3s ease;
    }
    
    .navbar-collapse.show {
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Scroll to Top Button Mobile */
@media (max-width: 768px) {
    .scroll-top-btn {
        width: 45px;
        height: 45px;
        right: 15px;
        bottom: 15px;
    }
    
    .scroll-top-btn i {
        font-size: 18px;
    }
}

/* Breaking News Mobile */
@media (max-width: 991px) {
    .breaking-news-container {
        display: none;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .btn,
    .nav-link,
    .card {
        border: 2px solid currentColor;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    /* Add dark mode styles if needed */
}


/* ========================================
   MOBILE RESPONSIVE STYLES
   ======================================== */

/* Mobile Header Styles */
.mobile-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.mobile-menu-toggle {
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #0e0e0f;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover span {
    background: #ff006e;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 85%;
    height: 100%;
    background: #fff;
    z-index: 1999;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(135deg, #ea00ff 0%, #ff006e 100%);
}

.mobile-menu-close {
    background: rgba(255,255,255,0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: rgba(255,255,255,0.3);
    transform: rotate(90deg);
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #0e0e0f;
    text-decoration: none;
    font-weight: 500;
    min-height: 50px;
    transition: all 0.3s ease;
}

.mobile-nav-item > a:hover {
    background: #f8f8f8;
    color: #ff006e;
    padding-left: 25px;
}

.mobile-nav-item > a i:first-child {
    margin-right: 10px;
    width: 20px;
}

.submenu-toggle {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.mobile-nav-item.open .submenu-toggle {
    transform: rotate(180deg);
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    background: #f8f8f8;
    transition: max-height 0.3s ease;
}

.mobile-nav-item.open .mobile-submenu {
    max-height: 500px;
}

.mobile-submenu li a {
    display: block;
    padding: 12px 20px 12px 50px;
    color: #626568;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mobile-submenu li a:hover {
    background: #fff;
    color: #ff006e;
    padding-left: 55px;
}

.mobile-lang-switcher {
    padding: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.mobile-lang-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 8px;
    color: #0e0e0f;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #f8f8f8;
}

.mobile-lang-item i {
    margin-right: 10px;
}

.mobile-lang-item.active {
    background: linear-gradient(135deg, #ea00ff 0%, #ff006e 100%);
    color: #fff;
}

.mobile-lang-item:hover {
    background: #ff006e;
    color: #fff;
    transform: translateX(5px);
}

/* Hero Slider Mobile Responsive */
@media (max-width: 991px) {
    
    .hero-slide {
        height: 400px !important;
        min-height: 400px;
    }
    
    .hero-slide-content-wrapper {
        padding: 0px;
    }
    
    .hero-slide-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }
    
    .hero-slide-subtitle {
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }
    
    .hero-slide-buttons {
        gap: 10px;
        width: 100%;
    }
    
    .btn-hero {
        width: 100%;
        max-width: 150px;
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px !important;
    }
    
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}

@media (max-width: 768px) {
  .view-more .button-text {
    padding: 6px 0;
  }
  .view-more .circle .icon.arrow {
    left: 0;
  }

    .hero-slide {
        height: 350px !important;
        min-height: 350px;
    }
    
    .hero-slide-title {
        font-size: 26px !important;
    }
    
    .hero-slide-subtitle {
        font-size: 16px !important;
    }
    
    .btn-hero {
        padding: 10px 25px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .hero-slide {
        height: 300px !important;
        min-height: 300px;
    }
    
    .hero-slide-title {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    
    .hero-slide-subtitle {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }
    
    .btn-hero {
        padding: 10px 20px !important;
        font-size: 12px !important;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

/* Home Page Sections Mobile Responsive */
@media (max-width: 991px) {
    /* About Movement Section */
    .page-content .content-box .row .col-6 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section-banner {
        font-size: 20px !important;
        padding: 15px 20px !important;
        margin-bottom: 20px !important;
    }
    
    .page-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }
    
    /* Featured Posts Section */
    .sec-9-home-1 .col-lg-6,
    .sec-9-home-1 .col-lg-5 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .gallery-left,
    .gallery-thumbs {
        margin-bottom: 20px;
    }
    
    /* Women Voices & Interviews Sections */
    /* .videos-section .col-lg-6,
    .teams-section .col-lg-4,
    .teams-section .col-lg-8 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    } */
    
    .section-title h5 {
        font-size: 18px !important;
    }
    
    .category-post-card-large .post-title {
        font-size: 20px !important;
    }
    
    .category-post-card-small .post-title {
        font-size: 14px !important;
    }
    
    .category-post-card-horizontal .post-title {
        font-size: 13px !important;
    }
    
    /* View More Button */
    .view-more {
        width: 10rem !important;
        font-size: 14px !important;
    }
    
    .view-more .circle {
        width: 2rem !important;
        height: 2rem !important;
    }
    
    .view-more .button-text {
        font-size: 13px !important;
        margin-left: 1.5rem !important;
    }
}

@media (max-width: 768px) {
  .article.card-1 .card-body {
        margin: 0px;
  }
  .teams-section .card-img-top img {
        height: 200px !important;
        object-position: center;
  }
    
    .section-title .d-flex {
        width: 100%;
    }
    
}

/* Footer Mobile Responsive */
@media (max-width: 991px) {
    .footer-section {
        padding: 40px 0 20px !important;
    }
    
    .footer-column {
        margin-bottom: 30px;
        height: auto !important;
    }
    
    .footer-column-header {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .footer-link-list li a,
    .footer-contact-item {
        font-size: 14px !important;
    }
    
    .footer-social-icons {
        justify-content: flex-start !important;
        gap: 10px !important;
    }
    
    .footer-social-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }
    
    .footer-donate-btn {
        width: 100% !important;
        max-width: 250px;
        padding: 12px 25px !important;
        font-size: 14px !important;
    }
    
    .footer-subscribe-form {
        flex-direction: column !important;
    }
    
    .footer-subscribe-input {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    
    .footer-subscribe-btn {
        width: 100% !important;
    }
    
    .footer-copyright {
        padding: 15px 0 !important;
        font-size: 12px !important;
    }
}

/* Scroll to Top Button Mobile */
@media (max-width: 768px) {
    .scroll-top-btn,
    .btn-scroll-top {
        width: 45px !important;
        height: 45px !important;
        right: 15px !important;
        bottom: 15px !important;
    }
}

/* General Mobile Improvements */
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    h1 {
        font-size: 28px !important;
    }
    
    h2 {
        font-size: 24px !important;
    }
    
    h3 {
        font-size: 20px !important;
    }
    
    h4 {
        font-size: 18px !important;
    }
    
    h5 {
        font-size: 16px !important;
    }
    
    h6 {
        font-size: 14px !important;
    }
    
    /* Ensure all images are responsive */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Make tables responsive */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Improve button touch targets */
    .btn,
    button,
    a.btn {
        min-height: 44px;
        min-width: 44px;
    }
}

/* Touch Device Improvements */
@media (hover: none) and (pointer: coarse) {
    /* Remove hover effects on touch devices */
    .link-effect-1:hover span.text-1,
    .link-effect-2:hover .text1,
    .button-effect-1:hover .btn-text-1 {
        transform: none;
    }
    
    /* Increase touch target sizes */
    a, button, input, select, textarea {
        min-height: 44px;
    }
}

/* Landscape Mobile Orientation */
@media (max-width: 991px) and (orientation: landscape) {
    .hero-slide {
        height: 300px !important;
    }
    
    .mobile-menu {
        max-width: 350px;
    }
}

/* Very Small Devices */
@media (max-width: 375px) {
    .mobile-header .navbar-brand img {
        height: 35px !important;
    }
    
    .hero-slide-title {
        font-size: 18px !important;
    }
    
    .hero-slide-subtitle {
        font-size: 13px !important;
    }
    
    .btn-hero {
        font-size: 11px !important;
        padding: 8px 15px !important;
    }
    
    .section-banner {
        font-size: 16px !important;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .mobile-menu-toggle span {
        background: #000;
    }
    
    .mobile-nav-item > a {
        border-bottom: 2px solid #000;
    }
}


/* Our Works / Activities Grid Mobile - 2 Columns */
@media (max-width: 576px) {
    .activities-grid .col-6 {
        padding-left: 8px;
        padding-right: 8px;
        margin-top: 15px !important;
    }
    
    .activity-card {
        margin-bottom: 0;
    }
    
    .activity-card-inner {
        height: 100%;
    }
    
    .activity-thumb {
        height: 180px;
        border-radius: 12px;
    }
    
    .activity-image {
        height: 180px;
        object-fit: cover;
    }
    
    .activity-title {
        font-size: 12px !important;
        line-height: 1.3 !important;
        padding: 8px 10px !important;
    }
    
    .activity-badge {
        width: 30px !important;
        height: 30px !important;
        bottom: 8px !important;
        right: 8px !important;
    }
    
    .activity-badge svg {
        width: 14px !important;
        height: 14px !important;
    }
}

@media (max-width: 375px) {
    .activity-thumb {
        height: 160px;
    }
    
    .activity-image {
        height: 160px;
    }
    
    .activity-title {
        font-size: 11px !important;
        padding: 6px 8px !important;
    }
}


@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    
    .article .badge {
        font-size: 13px !important;
    }
}


/* Mobile Breaking News Section */
.mobile-breaking-news {
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

.mobile-breaking-news .breaking-news-slider {
    width: 100%;
    overflow: hidden;
}

.mobile-breaking-news .swiper-breaking-news-mobile {
    max-width: calc(100% - 80px);
}

.mobile-breaking-news .breaking-news-link {
    font-size: 13px !important;
    color: #0e0e0f;
    text-decoration: none;
    /* display: block; */
    white-space: nowrap;
}

.mobile-breaking-news .breaking-news-link:hover {
    color: #ff006e;
}

.mobile-breaking-news span.dark-mode-invert {
    font-size: 12px;
    color: #ff006e;
    font-weight: 600;
}

.mobile-breaking-news .breaking-news-nav {
    flex-shrink: 0;
}

.mobile-breaking-news .breaking-news-prev-mobile,
.mobile-breaking-news .breaking-news-next-mobile {
    width: 32px;
    height: 32px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #626568;
    padding: 0;
}

.mobile-breaking-news .breaking-news-prev-mobile:hover,
.mobile-breaking-news .breaking-news-next-mobile:hover {
    background: #f8f8f8;
    border-color: #d0d0d0;
}

.mobile-breaking-news .breaking-news-prev-mobile:active,
.mobile-breaking-news .breaking-news-next-mobile:active {
    background: #f0f0f0;
}

@media (max-width: 576px) {
    .mobile-breaking-news {
        padding: 6px 0;
    }
    
    .mobile-breaking-news .breaking-news-link {
        font-size: 12px !important;
    }
    
    .mobile-breaking-news span.dark-mode-invert {
        font-size: 11px;
    }
    
    .mobile-breaking-news .breaking-news-prev-mobile,
    .mobile-breaking-news .breaking-news-next-mobile {
        width: 30px;
        height: 30px;
        font-size: 11px;
        min-height: 25px;
        min-width: 25px;
    }
}
.mt-0{
  margin-top: 0 !important;
}


.icon-btnn{
  justify-content: flex-end;
}
p.member-role {
    color: #fff;
    font-size: 13px;
    background-color: black;
    padding: 5px;
    font-weight: 600;
}

.intro-sec{
  padding: 15px;
  background-color: #10b983;
}