@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* GLOBAL */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

/* VARIABLES */
:root {
  --color-bg: #000;       /* фон хедера і футера */
  --color-text: #f9fafb;     /* світлий текст */
  --color-accent: #21aa68;   /* акцентний колір */
  --color-hover: #8e98b1;    /* колір при наведенні */
  --font-main: "Inter", sans-serif;
  --section-bg: #e4e4e4;
}

/* HEADER */
.new-header {
  background-color: var(--color-bg);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
}
.logo a img{
  width: 50px;
  height: 50px;
}

/* NAVIGATION */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.menu-items ul{
  display: flex;
  list-style: none;
  flex-direction: row-reverse;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.menu-items li a {
  text-decoration: none;
  font-weight: 500;
  color: var(--color-text);
  transition: color 0.3s ease;
}

.menu-items li a:hover {
  
  color: var(--color-hover);
}

/* CTA BUTTON */
.cta-btn {
  background-color: var(--color-accent);
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.ar-btn{
	margin-top: 30px;
    text-align: center;
    min-width: 100px;
}
.cta-btn:hover {
  background-color: var(--color-hover);
}

/* HAMBURGER BUTTON */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background-color: var(--color-text);
  transition: all 0.3s ease;
}

/* RESPONSIVE NAVIGATION */
@media (max-width: 768px) {
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: var(--color-bg);
    padding: 1.5rem;
    display: none;
  }

  .nav-menu.open {
    display: flex;
  }

  .menu-items {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .cta-btn {
    margin-top: 1rem;
  }

  .hamburger {
    display: flex;
  }
}

/* FOOTER */
.site-footer {
  background-color: var(--color-bg) !important;
  color: var(--color-text);
  padding: 2rem 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo a {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-text);
  text-decoration: none;
  margin-bottom: 1rem;
  display: inline-block;
}
.footer-logo a img{
  width: 50px;
  height: 50px;
}
.footer-nav {
  margin-bottom: 1rem;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu li a {
  color: var(--color-text);
  opacity: 0.7;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: var(--color-hover);
  opacity: 1;
}

.footer-copy p {
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.6;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .footer-menu {
    flex-direction: column;
    gap: 0.8rem;
  }
}

.wrapper {
}
section {
  padding: 50px 0px;
}
.content > h3 {
    text-align: center;
    font-size: 24px;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 24px;
  display:flex;
  flex-direction: column;
  align-items:center;
}
.header {
  padding: 80px 0px;
  background: #000000;
  background: linear-gradient(168deg, rgba(0, 0, 0, 1) 29%, rgba(87, 199, 133, 1) 100%);
}

.header > .content {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  color: #fff;
  flex-direction: row;
}
.header > .content h1{
  font-size: 32px;
}
.header > .content  p{
  line-height: 24px;
}
.header-img {
  object-fit: cover;
  width: 100%;
  border-radius: 50px 0px 50px 0px;
    box-shadow: 10px 11px 30px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 11px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 11px 30px 0px rgba(0,0,0,0.75);
}
.content > h2 {
  text-align: center;
}
.content > p{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 24px;
}

 .styled-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate; /* потрібне для border-radius */
    border-radius: 12px;
    overflow: hidden;
    margin: 25px 0;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .styled-table thead tr {
    background-color: var(--color-accent);
    color: #ffffff;
    text-align: left;
  }

  .styled-table th,
  .styled-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
  }

  .styled-table tbody tr {
    background-color: #f9f9f9;
  }

  .styled-table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
  }

  .styled-table tbody tr:hover {
    background-color: #dedede;
    transition: background-color 0.3s ease;
  }

section:nth-child(3){
  background-color: var(--section-bg);
}
section:nth-child(5){
  background-color: var(--section-bg);
}
section:nth-child(7){
  background-color: var(--section-bg);
}
section:nth-child(9){
  background-color: var(--section-bg);
}
section:nth-child(11){
  background-color: var(--section-bg);
}



.faq-drawer {
  margin-bottom: 30px;
  border-bottom: #000 1px solid;
  width:100%;
}

.faq-drawer__content-wrapper {
  font-size: 16px;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title h3{
  
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0 20px 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: -50px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}
.faq-drawer__title::before {
  display: none !important; 
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: -50px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media screen and (max-width: 930px) {
  .header > .content {
    gap: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .content{
    padding: 0px 15px;
  }
}
body.rtl  .content > p {
    text-align: right !important;
    max-width: 100% ;
    margin-top: 20px;
}
body.rtl .content{
	align-items: flex-start;
}
body.rtl .faq-drawer__title::after{
  display: none;
}

body.rtl .faq-drawer__title::before{
  display: block !important;
  border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: left;
    height: 10px;
    right: -2px;
    position: relative;
    top: 10px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

.menu-items li > a {
  position: relative;
  text-decoration: none;
}

.menu-items li.current_page_item > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: var(--color-accent);
}
.menu-items li.current_page_item > a{
  color: var(--color-accent)
}