*,
:after,
:before {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  height: 100%;
}

body,
p {
  margin: 0;
}

body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  word-wrap: break-word;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: inherit;
}

audio,
canvas,
span {
  display: inline-block;
}

a,
address,
button,
fieldset,
figure,
input,
legend,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: 0;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

[type="button"],
[type="submit"],
a,
button {
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
}

button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
}

p {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: none;
}

b,
strong {
  font-weight: 700;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  border: 0;
  vertical-align: middle;

  height: auto;
}

embed,
iframe,
img,
object,
video {
  display: block;
  margin: auto;
}

img {
  image-rendering: optimizeQuality;
}

svg {
  color: inherit;
}

svg:not(:root) {
  overflow: hidden;
}

progress {
  vertical-align: baseline;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0;
}

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

button,
button > *,
input,
select {
  display: inline-block;
}

[type="button"],
[type="checkbox"],
[type="radio"],
[type="range"],
[type="reset"],
[type="submit"],
button,
label,
select,
summary {
  user-select: none;
  cursor: pointer;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button,
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-slider-thumb,
[type="button"],
[type="radio"],
[type="range"],
[type="search"],
[type="submit"] {
  -webkit-appearance: none;
}

select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
}

select::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

select:hover {
  border-color: #888;
}

select:focus {
  border-color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}

::marker {
  display: none;
}

[type="radio"] {
  -webkit-appearance: radio;
}

[type="number"] {
  -moz-appearance: textfield;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

input,
textarea {
  width: 100%;
}

input {
  text-overflow: ellipsis;
}

textarea {
  overflow: auto;
  resize: none;
}

:active,
:focus,
:hover {
  outline: 0;
  outline-offset: 0;
}

:disabled {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-text-fill-color: initial;
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}

::placeholder {
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.variation {
  display: flex;
}
dd {
  margin-inline-start: 7px;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-bl {
  background: #000;
  position: relative;
}

.yt-toggle-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.15s all;
  opacity: 1;
}

.yt-toggle-play.in-process {
  pointer-events: none;
  opacity: 0.95;
}

.yt-toggle-play.c-hide {
  opacity: 0;
}

.yt-toggle-play .play-icn {
  transition: 0.2s all;
  width: 15%;
  color: rgba(255, 0, 0, 0.6);
}

.yt-toggle-play:hover .play-icn {
  color: #ff0000;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: grey;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dn {
  display: none;
}

.center {
  text-align: center;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade {
  animation: opacity 1s;
}

.anim {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.ttc {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ibg {
  position: relative;
}

.ibg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabs > div {
  display: none;
  animation: opacity 1s;
}

.tabs > div.active {
  display: block;
}

.accordeon__line {
  background-color: green;
  color: white;
  padding: 10px;
}

.accordeon__content {
  background-color: burlywood;
  padding: 10px;
  display: none;
  animation: opacity 1s;
}

.accordeon__content.active {
  display: block;
}

.hflip {
  transform: scale(-1, 1);
}

.r50 {
  border-radius: 50%;
}

:root {
  --white: #ffffff;
  --light-grey: #f5f5f5;
  --black: #222223;
  --gold-orange: #f68444;
  --dark-grey: #edeff1;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: var(--black);
}

.container,
.container-page {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

/* >= 768px — планшети */
@media (min-width: 768px) {
  .container,
  .container-page {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* >= 1024px — ноутбуки */
@media (min-width: 1024px) {
  .container,
  .container-page {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* >= 1280px — десктопи */
@media (min-width: 1280px) {
  .container,
  .container-page {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Специфікація по ширині */
.container {
  max-width: 1600px;
}

.container-page {
  max-width: 1400px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);
}
.gradient-wrap {
  position: relative;
  background: url("assets/img/hero-bg.png") no-repeat top center;
  background-size: cover;
}

.gradient-wrap::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0), var(--white));
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 33%;
}

.header-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.header {
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: transparent;
  padding: 20px 0;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  margin: 0 auto;
}
.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 25%;
}
@media (max-width: 766px) {
  .navbar .navbar__left {
    flex: 0 0 auto;
  }
}
.navbar .navbar__center {
  display: flex;
}
@media (max-width: 766px) {
  .navbar .navbar__center {
    flex: 0 0 40%;
    align-items: center;
  }
}
.navbar .navbar__right {
  display: flex;
  flex: 0 0 25%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 766px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

.brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.site-description {
  text-transform: uppercase;
  font-size: 15px;
}
.nav-link {
  position: relative;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: width 0.15s;
}

.nav-link:hover::before {
  transition: width 0.15s;
  width: 100%;
}
@media (max-width: 830px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }

  .brand {
    order: 1;
  }
}
.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}

@media (max-width: 830px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }
  .menu .menu__header.is-active > .menu__arrow {
    display: flex;
  }
}
@media (max-width: 830px) {
  .menu .menu__header .menu__arrow {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }
  .menu .menu__header .menu__arrow:hover i {
    color: var(--color);
  }
  .menu .menu__header .menu__arrow > i {
    font-size: 1.5rem;
    color: #000;
    transition: all 0.25s ease;
  }
}
@media (max-width: 830px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    transition: all 0.25s ease;
  }
  .menu .menu__header .menu__title:hover {
    color: var(--color);
  }
}
@media (max-width: 830px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 15px 20px 15px 0;
}
.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}
.menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
.darkmode .menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
@media (max-width: 830px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
}
@media (min-width: 830px) {
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
}
@media (min-width: 830px) {
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
}
.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
@media (max-width: 830px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}
.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 1.35rem;
  transform: rotate(90deg);
  transition: 0.35s;
}
@media (max-width: 830px) {
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}
@media (max-width: 830px) {
  .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.site-logo-block__image img {
  width: 155px;
}
@media (max-width: 480px) {
  .site-logo-block__image img {
    max-width: 100px;
  }

  .site-description {
    font-size: 12px;
  }
}
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 35px;
  height: 25px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media (max-width: 830px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}
.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}

.burger .burger-line:nth-child(1) {
  top: 0px;
}
.burger .burger-line:nth-child(2) {
  top: 12px;
  width: 70%;
}
.burger .burger-line:nth-child(3) {
  top: 24px;
}
.full-label {
  display: inline;
}

.full-label {
  display: inline;
}

.mobile-label {
  display: none;
}

@media (max-width: 1024px) {
  .full-label {
    display: none !important;
  }

  .mobile-label {
    display: inline !important;
  }
}
@media (max-width: 1024px) {
  .hero-img {
    display: none;
  }

  .hero-wrap {
    padding-bottom: 120px;
  }
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--black);
}

.nav-menu-item:not(:last-child) {
  margin-right: 60px;
}

.nav-link {
  position: relative;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--black);
  transition: width 0.15s;
}

.nav-link:hover::before {
  transition: width 0.15s;
  width: 100%;
}
/* Початкове розміщення логотипа в .navbar__left */
.navbar__left .logo-responsive {
  display: block;
}

.navbar__center .logo-placeholder {
  display: none;
}

/* При ширині до 830px переміщуємо */
@media (max-width: 830px) {
  .navbar__left .logo-responsive {
    display: none;
  }

  .navbar__center .logo-placeholder {
    display: block;
  }

  .navbar__center .logo-placeholder::before {
    content: "";
    display: block;
  }

  .navbar__center .logo-placeholder::before {
    content: "";
    display: block;
  }
}

.bold {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.bold img {
  width: 30px;
  height: 30px;
}

.prices-stock-stat {
  margin-top: 10px;
}

.stock-stat {
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
}

.green-stat {
  padding: 5px;
  background: #f4f4f4;
  border-radius: 6px;
  color: #5cb85c;
}

.yellow-stat {
  padding: 5px;
  background: #f4f4f4;
  border-radius: 6px;
  color: #f0ad4e;
}

.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
}

.hero-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero-bg {
    bottom: -150px;
  }
}

.hero-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.hero-info {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .hero-info {
    text-align: center;
  }
  .cooperation-left {
    align-items: center;
    text-align: center;
  }
  .news-slider-heading {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
  }
  .report-footer {
    align-items: center;
    justify-content: center;
  }
  .partners-section-header {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
  }
  .media-section .media-title {
    text-align: center !important;
  }
  .media-section .media-subtitle {
    text-align: center !important;
  }
  .fund-details-note {
    text-align: center !important;
  }
}

.main-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}

.hero-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-btn {
  display: inline-block;
  padding: 17px 35px;
  background: var(--black);
  color: var(--white);
  border-radius: 40px;
  transition: all 0.5s ease;
  border: 1px solid var(--black);
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-btn svg {
  fill: currentColor;
  transition: fill 0.3s;
}

.hero-btn:hover {
  background-color: var(--white);
  color: var(--black);
}
.hero-btn:hover svg {
  fill: var(--black);
}

.hero-btn svg {
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .hero-btn {
    padding: 17px 25px;
  }
}

.advantages-section {
  position: absolute;
  top: 585px;
  width: 100%;
  height: 7%;
}

.features-section {
  padding: 80px 20px;
  border-bottom: 1px solid #d9d9d9;
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-start;
}

.feature-item {
  flex: 1 1 calc(33.333% - 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  text-align: left;
  min-width: 250px;
}

.feature-icon {
  width: 40px;
  height: 40px;
}

.feature-item p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 768px) {
  .feature-container {
    justify-content: center;
  }

  .feature-item {
    flex: 1 1 100%;
    text-align: center;
    align-items: center;
  }

  .feature-item p {
    text-align: center;
  }
}
.info-cards-section {
  background: linear-gradient(to right, #f4f4f1, #fff8f2);
  border-radius: 30px;
  padding: 60px 20px;
  margin: 40px auto;
}

.info-cards-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.info-card {
  flex: 1 1 calc(33.333% - 40px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 15px;
}

.info-icon {
  width: 32px;
  height: 32px;
}

.info-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Адаптивність */
@media (max-width: 1024px) {
  .info-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .info-cards-container {
    flex-direction: column;
    align-items: center;
  }

  .info-card {
    flex: 1 1 100%;
    align-items: center;
    text-align: center;
  }
}

.advantages-wrap {
  margin: 60px auto;
  padding: 40px;
  background-color: var(--white);
  border-radius: 50px 50px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.advantages-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  padding: 20px 0;
}

.advantages-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.second-advantages-section {
  padding-top: 200px;
}

.subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  padding-bottom: 50px;
}

.advantages-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 50px;
}

.advantages-slider .swiper-slide {
  height: 100%;
}

.advantages-slide {
  flex-shrink: 1 !important;
}

.third {
  margin-right: 0 !important;
}

.second-advanages-img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.second-advantages-text {
  padding-top: 10px;
  max-width: 400px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: var(--black);
  opacity: 0.7;
}

.second-advantages-text span {
  color: var(--black);
}

.second-advantages-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.second-advantages-slider .swiper-slide {
  height: 100%;
}

.second-advantages-slide {
  flex-shrink: 1 !important;
}

.third-advantages-section {
  padding-top: 150px;
  position: relative;
}

.third-advantages-section::before {
  position: absolute;
  top: 350px;
  left: 0;
  content: url(../img/blur-small.webp);
  display: inline-block;
}

.third-advantages-wrap {
  padding: 40px;
  background-color: var(--dark-grey);
  border-radius: 50px;
  z-index: 10;
}

.advantage-number {
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  color: var(--gold-orange);
}

.third-advantages-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 30px;
}

.third-advantages-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.7;
}

.steps-section {
  padding-top: 150px;
  position: relative;
}

.steps-section::before {
  position: absolute;
  top: 350px;
  right: 0;
  content: url(../img/blur-big.webp);
  display: inline-block;
}

.pb100 {
  padding-bottom: 100px;
}

.steps-wrap {
  border-radius: 50px;
  padding: 40px;
}

.steps-item {
  display: flex;
  align-items: start;
  margin-bottom: 60px;
}

.steps-item:last-child {
  margin-bottom: 0;
}

.steps-icon {
  flex-shrink: 0;
  position: relative;
}

.steps-icon-fourth {
  flex-shrink: 0;
  position: relative;
}

.steps-icon-second {
  flex-shrink: 0;
  position: relative;
}

.steps-descr {
  margin-left: 60px;
}

.steps-title {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 26px;
  line-height: 41px;
}

.steps-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.faq-section {
  padding-top: 150px;
}

.accordion {
  width: 100%;
  cursor: pointer;
  padding: 30px 0;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 700;
  font-size: 26px;
  line-height: 41px;
  border-bottom: 1px solid rgba(34, 34, 35, 0.3);
}

.accordion:after {
  content: url(../img/black-arrow.svg);
  float: right;
  transition: 0.2s;
}

.active:after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.panel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.7;
}

.panel p {
  padding: 20px 0;
}

.about-us-section {
  padding-top: 150px;
}

.about-us-wrap {
  padding: 40px;
  border-radius: 50px;
  background-color: var(--dark-grey);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-text {
  max-width: 750px;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 60px;
}

.about-autor {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  padding-bottom: 20px;
}

.about-small-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: var(--black);
  opacity: 0.7;
  padding-bottom: 20px;
}

.about-icon svg {
  margin-right: 20px;
  fill: var(--gold-orange);
}

.about-icon svg:hover {
  transition: all 0.5s;
  fill: var(--black);
}

.about-img {
  position: relative;
  width: 380px;
  height: 535px;
}

.about-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-tariffs {
  padding-top: 150px;
}

.tariffs-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 50px;
}

.tariffs-slide {
  height: 480px !important;
  padding: 30px;
  border-radius: 25px;
  background-position: center;
  background-size: cover;
  background: rgb(244, 159, 28);
  background: radial-gradient(
    circle,
    rgba(244, 159, 28, 1) 0%,
    rgba(239, 123, 1, 1) 100%
  );
}

.tariff-title,
h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  padding-bottom: 15px;
}

.tariff-text {
  height: 100px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(34, 34, 35, 0.3);
}

.tariff-advantage {
  padding: 30px 0;
  height: 200px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: var(--black);
}

.tarriff-advantage-item {
  margin-left: 20px;
  list-style-type: disc;
  padding: 4px 0;
}

.tariff-btn {
  width: 100%;
  display: inline-block;
  padding: 17px 55px;
  background: var(--black);
  color: var(--white);
  border-radius: 14px;
  transition: all 0.5s ease;
  border: 1px solid var(--black);
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.tariff-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.section-more-text {
  padding-top: 150px;
}

#more {
  display: none;
}

#myBtn {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: var(--gold-orange);
}

#myBtn:hover {
  text-decoration: underline;
}

.text-wrap .subtitle {
  text-align: left;
  padding-bottom: 30px;
}

.text-wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);

  padding-bottom: 15px;
}

.text-wrap ul {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);

  padding-bottom: 15px;
}

.text-wrap ol {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--black);

  padding-bottom: 15px;
}

.text-wrap ul li {
  color: var(--black);
  margin-left: 20px;
  list-style-type: disc;
}

.text-wrap ol li {
  color: var(--black);
  margin-left: 20px;
  list-style-type: decimal;
}

.form-section {
  padding: 150px 0;
}

.form-section .subtitle {
  text-align: left;
  padding-bottom: 20px;
}

.form-section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-text {
  max-width: 750px;
  padding: 20px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 30px;
}

.form-wrap input {
  max-width: 550px;
  padding: 20px 40px;
  border-radius: 14px;
  border: 1px solid rgba(34, 34, 35, 0.3);
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: rgba(34, 34, 35, 0.3);
}

.form-btn {
  display: block;
  padding: 17px 55px;
  background: var(--black);
  color: var(--white);
  border-radius: 14px;
  transition: all 0.5s ease;
  border: 1px solid var(--black);
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
}

.form-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.form-img {
  flex-shrink: 0;
  position: relative;
  width: 500px;
  height: 500px;
}

.form-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  z-index: 2;
  margin-top: auto;
  padding: 60px 0;
  background-color: var(--black);
  color: var(--white);
}

.footer-line {
  display: flex;
  justify-content: space-between;
}

.footer-line .logo {
  display: inline-block;
  padding-bottom: 30px;
}

.footer-social {
  display: inline-block;
  padding-bottom: 40px;
}

.footer-txt {
  padding-bottom: 60px;
}

.footer-social a:not(:last-child) {
  padding-right: 25px;
}

.footer-social svg:hover {
  fill: var(--white);
}

.footer-txt {
  max-width: 600px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.footer-contact {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}

.footer-contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.15s;
}

.footer-contact:hover::before {
  transition: width 0.15s;
  width: 100%;
}

.footer-third-line {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer-links a:not(:last-child) {
  margin-right: 27px;
}

.footer-links a {
  position: relative;
}

.footer-links a:hover::before {
  transition: width 0.15s;
  width: 100%;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  padding: 5px 7px;
  border-radius: 14px;
  background-color: var(--white);
}

.third-advantages-wrappper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.advantages-item {
  width: 23%;
}

.politics-text {
  padding-top: 50px;
}

.download-section {
  position: relative;
}

.download-wrap {
  position: absolute;
  top: -80px;
  left: 2.5%;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-section {
  padding-top: 180px;
}

.partner-container {
  padding: 80px 0 0 0;
  display: flex;
  column-gap: 80px;
  row-gap: 40px;
  align-items: flex-start;
}

.partner-left {
  flex: 0 1 40%;
  min-width: 300px;
  padding-right: 40px;
}
.page-title {
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-title {
    text-align: center;
  }
}

.partner-left h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.partner-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

.partner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.partner-btn:hover {
  color: #ff6600;
}

.partner-btn .plus {
  font-size: 20px;
  line-height: 1;
}

.partner-right {
  flex: 1 1 55%;
  min-width: 300px;
}

/* --- СІТКА ЛОГОТИПІВ --- */
.partner-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: stretch;
}

.partner-logos a {
  position: relative;
  display: flex;
  align-items: center; /* центрує по вертикалі */
  justify-content: center; /* центрує по горизонталі */
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #fbfbf9;
  transition: all 0.3s ease;
  border: 1px solid #fbfbf9;
  box-sizing: border-box;
  min-height: 100px; /* або як тобі потрібно */
}

.partner-logos a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("assets/img/icon-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.partner-logos a:hover {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.partner-logos a:hover::after {
  opacity: 1;
}

.partner-logos img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-logos a:hover img {
  filter: grayscale(0%);
}

@media (max-width: 1024px) {
  .partner-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .partner-container {
    flex-direction: column;
    text-align: center;
    column-gap: 0;
    row-gap: 30px;
    align-items: stretch;
  }

  .partner-left,
  .partner-right {
    width: 100%;
    flex: none;
    min-width: unset;
    padding-right: 0;
  }

  .partner-btn {
    justify-content: center;
  }

  .partner-logos {
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
  }

  .partner-logos a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .partner-logos {
    justify-items: stretch;
  }

  .partner-left,
  .partner-right {
    width: 100%;
  }

  .partner-logos a {
    width: 100%;
    padding: 20px;
  }

  .partner-logos img {
    max-height: 50px;
  }
}

.gradient-container {
  position: relative;
  z-index: 0; /* базовий контекст */
}

.gradient-blob {
  position: absolute;
  top: 65%;
  left: -300px;
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse at center, #bac8a2 0%, transparent 40%);
  filter: blur(100px);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.report-section {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 40px;
  width: 95%;
  margin: 0 auto;
}

.report-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 80px;
}

.report-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}

.report-amount-block {
  flex: 0 0 300px;
  text-align: center;
}

.report-amount-value {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.report-amount-value .currency,
.report-amount-value .number {
  font-size: 70px;
}

.report-amount-value .unit {
  font-size: 20px;
  color: #888;
  text-transform: uppercase;
}

.report-amount-desc {
  font-size: 14px;
  margin: 20px 0 60px 0;
  color: #555;
}

.donate-btn {
  background-color: var(--gold-orange, #ff7a00);
  color: white;
  padding: 14px 45px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  text-transform: uppercase;
}

.donate-btn:hover {
  background-color: var(--black, #000);
}

/* === СІТКА === */
.report-grid {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  position: relative;
}

.report-cell {
  padding: 80px 40px;

  text-align: center;
  position: relative;
  border: none;
}

/* Верхній ряд (1-3): тільки нижній бордер */
.report-cell:nth-child(1),
.report-cell:nth-child(2),
.report-cell:nth-child(3) {
  border-bottom: 1px solid #e0e0e0;
}

/* Перші дві колонки: правий бордер */
.report-cell:nth-child(1),
.report-cell:nth-child(4),
.report-cell:nth-child(2),
.report-cell:nth-child(5) {
  border-right: 1px solid #e0e0e0;
}

/* Перша колонка: лівий бордер */
.report-cell:nth-child(1),
.report-cell:nth-child(4) {
  border-left: 1px solid #e0e0e0;
}

.report-cell strong {
  font-size: 30px;
  display: block;
  margin-bottom: 8px;
}

.report-cell p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

/* === ХРЕСТИКИ === */
.cross {
  position: absolute;
  font-size: 30px;
  color: #6c5e2d;
  z-index: 2;
  pointer-events: none;
}

.cross::before {
  content: "+";
}

/* Вертикальні перетини */
.cross--v1 {
  top: 50%;
  left: calc(0);
  transform: translate(-50%, -50%);
}

.cross--v2 {
  top: 50%;
  left: calc(66.66%);
  transform: translate(-50%, -50%);
}

/* Горизонтальний перетин */
.cross--h {
  top: 50%;
  left: calc(33.33%);
  transform: translate(-50%, -50%);
}

.report-links {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .report-links {
    justify-content: center;
  }
}

.report-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.report-link-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.report-link-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.report-link:hover .report-link-text {
  text-decoration: none;
}

/* === АДАПТИВ === */
@media (max-width: 769px) {
  .report-content {
    flex-direction: column;
  }

  .report-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }

  .cross {
    display: none;
  }

  .report-cell {
    border: none;
  }

  .report-cell:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }

  .report-cell:nth-child(-n + 2) {
    border-bottom: 1px solid #e0e0e0;
  }

  .report-cell:nth-child(1),
  .report-cell:nth-child(3),
  .report-cell:nth-child(5) {
    border-left: 1px solid #e0e0e0;
  }
}

@media (max-width: 600px) {
  .report-section {
    width: 95%;
  }
  .report-grid {
    grid-template-columns: 1fr;
  }
  .report-cell:nth-child(odd) {
    border: none;
  }

  .report-cell:nth-child(-n + 2) {
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
  }

  .report-cell:nth-child(1),
  .report-cell:nth-child(3),
  .report-cell:nth-child(5) {
    border-bottom: 1px solid #e0e0e0;
  }

  .report-cell:nth-child(4) {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .report-amount-block {
    text-align: center;
  }
}

.cooperation-section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 200px;
  row-gap: 40px;
}

.cooperation-left {
  flex: 1 1 40%;
}

.cooperation-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cooperation-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}

.cooperation-btn {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}

.cooperation-btn:hover {
  color: var(--gold-orange);
}

.cooperation-btn .plus {
  font-size: 20px;
  line-height: 1;
}

.cooperation-right {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.cooperation-card {
  background: #fbfbf9;
  padding: 30px;
  border-radius: 16px;
  transition: transform 0.2s ease;
}

.cooperation-card .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
}

.cooperation-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cooperation-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
@media (max-width: 1024px) {
  .cooperation-section-wrap {
    flex-direction: column;
    gap: 60px;
  }

  .cooperation-left,
  .cooperation-right {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .cooperation-right {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

.news-swiper {
  overflow: hidden;
}
.news-slider-header {
  padding-top: 80px;
  border-top: 1px solid #d9d9d9;
}
.news-slider-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.news-slider-heading p {
  max-width: 550px;
  font-size: 15px;
  color: #444;
}

.news-slider-controls {
  display: flex;
  gap: 30px;
}

.news-slider-controls button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.news-slider-controls button:hover {
  background: #000;
  color: #fff;
}
.news-slider-controls button svg {
  fill: currentColor;
}
.news-slider-controls button:hover svg {
  fill: #fff;
}

.news-swiper .swiper-slide {
  background: #fbfbf9;
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
  border: 1px solid #fbfbf9;
}
.news-slide:hover {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.news-tag {
  font-size: 14px;
  font-size: 600;
  line-height: 1.5;
  padding: 2px 10px;
  border: 1px solid #000;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
}

.news-slide img,
.news-image-placeholder {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  background-color: #ccc;
  object-fit: cover;
}

.news-slide h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.news-meta {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
}

.news-icon {
  font-size: 14px;
}
.site-footer {
  background: var(--black);
  color: #fff;
  padding: 60px 0 30px;
  font-size: 16px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
  gap: 30px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 93px;
}

.footer-name {
  text-transform: uppercase;
  padding-left: 20px;
  border-left: 1px solid #333;
  font-size: 14px;
  color: #ccc;
}

.footer-nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer-nav a:hover {
  color: var(--gold-orange);
}

.footer-cta .donate-btn {
  background: #ff7a00;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
}
.footer-cta .donate-btn:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-cta .donate-btn svg {
  margin-right: 10px;
}
.footer-cta .donate-btn:hover svg {
  fill: var(--black);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.footer-bottom > div {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.footer-desc {
  text-align: left;
  color: #ccc;
}

.footer-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
  color: #ccc;
}

.footer-links a {
  text-decoration: underline;
}
.footer-links a:hover {
  text-decoration: none;
}

.footer-socials {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  text-align: right;
  color: #c4baae;
}
.footer-socials a:hover {
  color: var(--gold-orange);
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom > div {
    width: 100%;
    flex: none;
  }

  .footer-links,
  .footer-socials {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-nav {
    justify-content: flex-start;
    gap: 12px 16px;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-cta .donate-btn {
    width: 100%;
    text-align: center;
  }

  .footer-bottom {
    gap: 12px;
  }

  .footer-links,
  .footer-socials {
    justify-content: flex-start;
  }
}

@media (min-width: 1198px) and (max-width: 1300px) {
  .advantages-section {
    top: 650px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .nav-menu {
    display: none;
  }

  .main-title {
    font-size: 50px;
  }

  .hero-img {
    flex-shrink: 1;
  }

  .hero-img img {
    object-fit: contain;
  }
}

@media (min-width: 481px) and (max-width: 766px) {
  .hero-section {
    padding: 0 0 200px 0;
  }

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

  .main-title {
    font-size: 40px;
  }

  .main-title span {
    width: 32px;
    height: 40px;
  }

  .hero-img {
    margin: 0 auto;
    width: 350px;
    height: 400px;
    flex-shrink: 0;
  }

  .hero-img img {
    object-fit: contain;
  }
}



.initiatives-section {
  width: 95%;
  padding: 80px 0;
  background-color: #fbfbf9;
  border-radius: 40px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .initiatives-section {
    width: 95%;
  }
}
.initiatives-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--black);
}

/* ==== СІТКА З КАРТКАМИ ==== */
.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ==== КАРТКА ІНІЦІАТИВИ ==== */
.initiative-card {
  background: var(--white);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid #fff;
}
.initiatives-archive .initiative-card {
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid #d9d9d9;
}
.initiative-card:hover {
  background: #fbfbf9;

  background-color: #fff;
}
/* Тег (тип ініціативи) */
.initiative-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #fff;
  color: var(--black);
  align-self: flex-start;
}

/* Зображення */
.initiative-image img {
  width: 100%;
  height: 250px;
  border-radius: 14px;
  margin-bottom: 16px;
  object-fit: cover;
}

/* Заголовок ініціативи */
.initiative-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.initiative-title:hover {
  text-decoration: underline;
}

/* Короткий опис */
.initiative-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 4.5em;
}

/* Нижній блок: кнопка + стрілка */
.initiative-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.initiative-footer .donate-btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  background-color: var(--gold-orange);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.initiative-footer .donate-btn:hover {
  background-color: #000;
}

@media (max-width: 1024px) {
  .initiatives-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .initiatives-title {
    font-size: 34px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .initiatives-grid {
    grid-template-columns: 1fr;
  }

  .initiative-card {
    padding: 16px;
  }

  .initiative-title {
    font-size: 16px;
  }

  .initiative-description {
    font-size: 13px;
  }

  .donate-btn {
    font-size: 13px;
    padding: 8px 16px;
  }
}
.nashi-initiatyvy-section {
  background-color: #1e1e1e;
  width: 95%;
  margin: 0 auto;
  border-radius: 32px;
  padding: 120px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .nashi-initiatyvy-section {
    width: 95%;
	  margin-top: 40px !important;
  }
}

.nashi-initiatyvy-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}

.nashi-initiatyvy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 80px 0;
}

.nashi-initiatyvy-card {
  text-align: left;
}

.nashi-initiatyvy-card img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  margin-bottom: 20px;
}

.nashi-initiatyvy-card h3 {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.nashi-initiatyvy-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

/* Адаптив */
@media (max-width: 1024px) {
  .nashi-initiatyvy-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .nashi-initiatyvy-grid {
    grid-template-columns: 1fr;
  }

  .nashi-initiatyvy-title {
    text-align: center;
  }

  .nashi-initiatyvy-card {
    text-align: center;
  }

  .nashi-initiatyvy-card img {
    margin: 0 auto 20px;
  }
}

.initiatives-archive .initiatives-grid {
  padding-top: 40px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fbfbf9;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.pagination .current {
  background: var(--gold-orange);
  color: #fff;
}

.pagination .page-numbers:hover {
  background: #000;
  color: #fff;
}

.initiative-header-grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.initiative-header-image {
  flex: 1 1 45%;
}

.initiative-header-image img {
  width: 100%;
  border-radius: 20px;
}

.initiative-header-details {
  flex: 1 1 50%;
}

.initiative-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.initiative-meta p {
  font-size: 16px;
  margin: 20px 0;
}

.single-initiative-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: var(--gold-orange);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.single-initiative-btn:hover {
  background-color: #000;
}

.single-initiative-divider {
  border-top: 1px solid #fbfbf9;
  margin: 40px 0;
}
.initiative-section {
  margin-bottom: 60px;
}

.initiative-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.initiative-body {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.initiative-section p {
  font-size: 16px;
  color: #444;
}
.initiative-steps {
  list-style: none;
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}

.initiative-support-block {
  background: #fbfbf9;
  width: 95%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
}

.initiative-support-block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.initiative-tabs {
  width: 100%;
}

.tab-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.tab-item {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 40px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s ease;
}

.tab-item.active {
  background: var(--gold-orange);
  color: #fff;
  border-color: var(--gold-orange);
}

.tab-content-block {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #fbfbf9;
}

.tab-content-block.active {
  display: block;
}
.tab-content-block p {
  padding: 10px 0;
}
.tab-content-block p a {
  font-weight: bold;
  color: var(--gold-orange);
}
.tab-content-block p a:hover {
  color: var(--black);
}
.copy-clipboard-btn {
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.copy-clipboard-btn:hover {
  background: #333;
}
.crypto-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.crypto-item {
  background: var(--white);
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 12px;
}

.swift-subtabs {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.swift-tab {
  padding: 6px 14px;
  background: #eee;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.swift-tab.active {
  background: #333;
  color: #fff;
}

.swift-tab-content {
  display: none;
}

.swift-tab-content.active {
  display: block;
}
.related-initiatives {
  margin-top: 80px;
}

.related-initiatives h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.related-initiatives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-card {
  background: #fdfdfb;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease;
}

.related-card:hover {
  transform: translateY(-4px);
}

.related-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.related-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1024px) {
  .initiative-header-grid {
    flex-direction: column;
  }

  .initiative-header-details,
  .initiative-header-image {
    flex: 1 1 100%;
  }

  .initiative-title {
    font-size: 28px;
  }

  .single-initiative-btn {
    font-size: 14px;
    padding: 10px 24px;
  }

  .initiative-section h2 {
    font-size: 22px;
  }

  .related-initiatives-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .initiative-title {
    font-size: 24px;
    text-align: center;
  }

  .initiative-header-details,
  .initiative-meta,
  .initiative-body {
    text-align: center;
  }

  .single-initiative-btn {
    display: block;
    margin: 20px auto 0;
  }

  .tab-nav {
    justify-content: center;
  }

  .initiative-steps {
    padding-left: 20px;
  }

  .initiative-steps li {
    padding-left: 30px;
  }

  .initiative-steps li::before {
    left: 0;
  }

  .related-initiatives-grid {
    grid-template-columns: 1fr;
  }

  .related-card {
    padding: 16px;
  }
  .initiative-support-block {
    width: 95%;
  }
}

.initiative-body {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.initiative-body h2,
.initiative-body h3,
.initiative-body h4 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #222;
}

.initiative-body h2 {
  font-size: 28px;
}

.initiative-body h3 {
  font-size: 22px;
}

.initiative-body h4 {
  font-size: 18px;
}
.initiative-body a {
  color: #ff7a00;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.initiative-body a:hover {
  color: #000;
}
.initiative-body ul,
.initiative-body ol {
  margin: 20px 0;
  padding-left: 24px;
}

.initiative-body ul li,
.initiative-body ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.initiative-body ul {
  list-style: disc;
}

.initiative-body ol {
  list-style: decimal;
}
.initiative-body blockquote {
  border-left: 4px solid #ff7a00;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
  background: #f9f9f9;
  border-radius: 4px;
}
.initiative-body pre,
.initiative-body code {
  background: #f3f3f3;
  padding: 4px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
  color: #333;
}
@media (max-width: 480px) {
  .initiative-body h2 {
    font-size: 24px;
  }

  .initiative-body h3 {
    font-size: 20px;
  }

  .initiative-body h4 {
    font-size: 17px;
  }

  .initiative-body ul,
  .initiative-body ol {
    padding-left: 18px;
  }

  .initiative-body blockquote {
    padding-left: 16px;
    font-size: 15px;
  }
}



.report-global h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.report-iframe iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.report-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.report-link img {
  max-width: 100%;
  max-height: 350px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 16px;
  border-radius: 12px;
  object-fit: contain;
}

.report-link h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.report-link p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.report-download-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 18px;
  background-color: #ff7a00;
  color: white;
  font-size: 14px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.report-download-btn:hover {
  background-color: #000;
}
@media (max-width: 1024px) {
  .report-global h2 {
    font-size: 26px;
  }

  .report-iframe iframe {
    height: 500px;
  }

  .report-card {
    padding: 20px;
  }

  .report-link h3 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .report-iframe iframe {
    height: 400px;
  }

  .report-card {
    padding: 16px;
  }
  .report-inner {
    flex-wrap: wrap;
  }
  .report-link img {
    margin-bottom: 12px;
  }

  .report-link h3 {
    font-size: 16px;
    text-align: center;
  }

  .report-link p {
    text-align: center;
  }

  .report-download-btn {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 13px;
    padding: 8px 0;
    margin-top: 12px;
  }
}

.reports-list h2 {
  font-size: 28px;
  font-weight: 700;
}

.reports-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 40px 0;
}

.reports-grid .report-card {
  border-top: 1px solid #eee;
}

.reports-grid .report-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 20px 0;
}

.reports-grid .report-image img {
  padding: 0;
  margin: 0;
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.reports-grid .report-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.reports-grid .report-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.reports-grid .report-link h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.reports-grid .report-link p {
  color: #555;
  font-size: 15px;
}

.reports-grid .report-footer {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.reports-grid .report-btn {
  background: #e5e5e5;
  color: #000;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}

.reports-grid .report-btn:hover {
  background: #d5d5d5;
}

/* Адаптив */
@media (max-width: 768px) {
  .report-inner {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .reports-grid .report-image img {
    max-width: 100%;
  }
}

.sr-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.sr-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sr-thumbnail {
  flex: 1 1 300px;
}

.sr-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.sr-main {
  flex: 2 1 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sr-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.sr-resources {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sr-btn {
  border: 1px solid #d9d9d9;
  color: var(--black);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}

.sr-btn:hover {
  font-weight: bold;
}

/* Адаптивність */
@media (max-width: 1024px) {
  .sr-title {
    font-size: 28px;
  }

  .sr-grid {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .sr-grid {
    flex-direction: column;
  }

  .sr-thumbnail,
  .sr-main {
    flex: 1 1 100%;
  }

  .sr-btn {
    font-size: 13px;
    padding: 7px 14px;
  }
}

@media (max-width: 480px) {
  .sr-title {
    font-size: 24px;
  }

  .sr-content {
    font-size: 15px;
  }
}

.partners-section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Окремі подяки */
.partners-section-list {
  margin-top: 40px;
}

.partners-section-item {
  border-top: 1px solid #eee;
  padding: 40px 0;
}

.partners-section-item-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partners-section-logo img {
  max-width: 180px;
  max-height: 80px;
  object-fit: contain;
}

.partners-section-info {
  flex: 1;
}

.partners-section-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.partners-section-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .partners-section-item-inner {
    flex-direction: column;
    text-align: center;
  }

  .partners-section-logo img {
    max-width: 140px;
    margin-bottom: 16px;
  }

  .partners-section-title {
    font-size: 28px;
  }

  .partners-section-name {
    font-size: 18px;
  }

  .partners-section-text {
    font-size: 15px;
  }
}

.media-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.media-subtitle {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.media-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.media-item {
  background: #fbfbf9;
  padding: 24px;
  border-radius: 16px;
  transition: box-shadow 0.3s ease;
  border: 1px solid #fbfbf9;
}

.media-item:hover {
  border: 1px solid #eee;
}

.media-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.media-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.media-source {
  font-weight: 600;
}

.media-headline {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.media-excerpt {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .media-title {
    font-size: 28px;
  }

  .media-list {
    gap: 24px;
  }

  .media-headline {
    font-size: 18px;
  }
}

.fund-details-title {
  font-size: 40px;
  font-weight: 700;

  margin-bottom: 30px;
}

.fund-details-note {
  font-size: 16px;
  color: #666;
  margin: 0 auto 50px;
}

.fund-details-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
}

.fund-details-item {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  background: #f9f9f9;
}

.fund-details-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
}

.fund-details-value-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.fund-details-value {
  font-family: monospace;
  font-size: 16px;
  color: #222;
  user-select: text;
}

.fund-copy-btn {
  padding: 6px 14px;
  font-size: 14px;
  background: #ff7a00;
  color: white;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.fund-copy-btn:hover {
  background: #000;
}

@media (max-width: 600px) {
  .fund-details-value-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .fund-copy-btn {
    width: 100%;
  }

  .fund-details-title {
    font-size: 26px;
  }
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.cat-button {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

.cat-button:hover,
.cat-button.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.blog-posts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-post-card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.post-thumb {
  flex: 0 0 300px;
}

.post-thumb img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-info {
  flex: 1 1 500px;
  position: relative;
}

.post-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  background: #eee;
  color: #333;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.post-title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.post-title a {
  color: #000;
  text-decoration: none;
}

.post-title a:hover {
  text-decoration: underline;
}

.post-date {
  font-size: 14px;
  color: #888;
}

.post-link-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.blog-pagination {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .blog-post-card {
    flex-direction: column;
  }

  .post-link-icon {
    position: static;
    margin-top: 10px;
    display: inline-block;
  }
}

.single-post-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.post-category {
  background: #eee;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  color: #333;
}

.single-post-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.single-post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 40px;
}

.single-post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.single-post-content h2,
.single-post-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.single-post-content ul,
.single-post-content ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

.single-post-content blockquote {
  margin: 30px 0;
  padding: 20px;
  background: #f8f8f8;
  border-left: 4px solid #ccc;
  font-style: italic;
  color: #444;
}
.single-post-content a {
  font-weight: bold;
  color: var(--gold-orange) !important;
}
.single-post-content a:hover {
  color: var(--black) !important;
}

@media (max-width: 768px) {
  .single-post-title {
    font-size: 28px;
  }

  .single-post-meta {
    flex-direction: column;
    gap: 8px;
  }
}
.single-post-content ul,
.single-post-content ol {
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.single-post-content ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.single-post-content ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.single-post-content a {
  color: #1a0dab;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.single-post-content a:hover {
  color: #000;
}
.single-post-content blockquote {
  margin: 30px 0;
  padding: 20px;
  background: #f8f8f8;
  border-left: 4px solid #ccc;
  font-style: italic;
  color: #444;
}
.error-404-section {
  padding: 120px 0;
  text-align: center;
  background-color: #f9f9f9;
  color: #222;
}

.error-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.error-code {
  font-size: 100px;
  font-weight: 800;
  color: #d9534f;
  margin-bottom: 10px;
}

.error-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.error-message {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.error-btn {
  display: inline-block;
  padding: 14px 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.error-btn:hover {
  background-color: #333;
}

@media (max-width: 768px) {
  .error-code {
    font-size: 70px;
  }

  .error-title {
    font-size: 24px;
  }

  .error-message {
    font-size: 15px;
  }
}

.section-spacing {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 40px 0;
}

@media (max-width: 1024px) {
  .section-spacing {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .section-spacing {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.post-navigation {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.post-nav-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.post-nav-link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.2s;
}

.post-nav-link:hover {
  color: var(--gold-orange);
}

.prev-post {
  text-align: left;
}

.next-post {
  text-align: right;
}
.single-post-breadcrumbs {
  font-size: 16px;
  margin-bottom: 12px;
  color: #666;
}

.single-post-breadcrumbs a {
  font-weight: bold;
  color: var(--black);
  text-decoration: none;
}

.single-post-breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs-sep {
  margin: 0 6px;
  color: #999;
}

.current {
  color: #333;
  font-weight: 500;
}
.footer-nav li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.footer-nav-list li {
  margin: 0;
  padding: 0;
}

.footer-nav-list li a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .download-wrap {
    top: -65px;
    width: 95%;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services-section {
    padding-top: 350px;
  }
  .partner-container {
    flex-wrap: wrap;
  }
  .partner-left {
    flex: 1;
  }
  .report-amount-block {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .hero-wrap {
    padding-bottom: 80px;
  }
  .download-wrap {
    top: 0;
  }
  .services-section {
    padding-top: 550px;
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .hero-section {
    padding: 0 0 200px 0;
  }

  .hero-wrap {
    flex-wrap: wrap;
    padding: 0;
	 padding-bottom: 0;
  }

  .main-title {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 50px;
  }

  .main-title span {
    width: 25px;
    height: 30px;
  }

  .hero-text {
    font-size: 16px;
    padding-bottom: 0;
  }

  .hero-btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .hero-img {
    display: none;
  }

  .hero-img img {
    object-fit: contain;
  }
  .services-section {
    padding-top: 580px;
  }
	    .hero-bg {
        bottom: -110px;
    }
	    .download-wrap {
        top: -100px;
    }
	.report-global{
		margin-bottom: 0;
	}
	    .footer-top, .footer-bottom {    
        align-items: center;
			
    }
	.footer-desc{
		text-align: center;
	}
	.footer-links, .footer-socials {
        justify-content: center;
    }
}
