.has-medium-font-size {
  font-size: 16px !important;
}

.btn {
  padding: 10.5px 28.5px;
  border-radius: 30px;
  background-color: #f15f22;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #f15f22;
  transition: 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
.btn.btn-primary {
  background-color: #f15f22;
  border: 1px solid #f15f22;
  color: #fff;
}
.btn.btn-revert {
  background-color: #fff;
  border: 1px solid #f15f22;
  color: #f15f22;
}

.post-content li {
  margin-bottom: 10px !important;
}
.post-content strong {
  margin: unset !important;
}
.post-content .wp-block-list {
  margin: unset !important;
}

@media screen and (max-width: 860px) {
  .site-main #breadcrumb {
    margin-bottom: 14px;
  }
}

.floating-help {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
}
.floating-help__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f15f22;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.floating-help__button:hover {
  transform: scale(1.1);
}
.floating-help__icon {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.floating-help__tooltip {
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.floating-help__tooltip::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #333333 transparent transparent;
}
.floating-help__button:hover .floating-help__tooltip {
  opacity: 1;
  visibility: visible;
}

html[lang=tr-TR] {
  scroll-behavior: smooth;
}
html[lang=tr-TR] .hero-content {
  max-width: 900px;
}

:root {
  --container-width: 1100px;
  --container-large-width: 1400px;
}

@media screen and (max-width: 1500px) {
  :root {
    --container-large-width: 1240px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.logo img {
  max-width: 100%;
  width: 200px;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .logo img {
    width: 150px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  color: #333333;
  line-height: 1.5;
  text-rendering: geometricprecision;
}
body input {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
body a {
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  body.archive #breadcrumb {
    margin-top: 30px;
  }
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
}
.container.container-xl {
  max-width: var(--container-large-width);
}

.header {
  background: transparent;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
  margin-bottom: -80px;
  clear: both;
  z-index: 20;
  position: relative;
  box-shadow: none;
  top: 0;
  transition: all 0.3s ease;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .header {
    padding: 10px 0;
    margin-bottom: -40px;
  }
}
.header .search-container {
  display: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 860px) {
  .header .nav-container {
    padding: 0px 20px;
  }
  .header.min {
    padding: 20px 0px 28px 0px;
  }
}
.header .search-mobile {
  display: none;
}
@media screen and (max-width: 860px) {
  .header .search-mobile {
    display: block;
  }
}
.header.min {
  margin-bottom: unset !important;
}
@media screen and (max-width: 860px) {
  .header.min {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
  }
  .header.min .nav-container {
    margin: unset !important;
    position: relative;
  }
}
.header.min, .header.sticky {
  background: url("../images/hero-support-new.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.header.min .search-container, .header.sticky .search-container {
  display: block;
  transition: all 0.3s ease;
}
.header.in-hero .search-container {
  display: none;
}
.header .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--container-large-width);
  margin: 0 auto;
}
.header .nav-container .nav-mobile {
  display: none;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .header .nav-container .nav-mobile {
    display: block;
  }
}
.header .nav-container .nav-mobile .mobile-menu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}
.header .nav-container .nav-mobile .mobile-menu .mobile-menu-container {
  padding: 20px;
}
.header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li {
  margin-bottom: 10px;
  list-style: none;
}
.header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li:before {
  margin: unset !important;
}
.header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 860px) {
  .header .nav-container .nav-mobile {
    display: block;
  }
  .header .nav-container .nav-mobile .mobile-menu {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li {
    padding: 10px 0;
    transition: all 0.3s ease;
  }
  .header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li:first-of-type {
    padding-top: 4px;
  }
  .header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li a {
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .header .nav-container .nav-mobile .mobile-menu .mobile-menu-inner ul li a:hover {
    text-decoration: underline;
  }
  .header .nav-container .nav-mobile .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .header .nav-container .nav-mobile .btns a {
    max-height: 24px;
  }
  .header .nav-container .nav-mobile .btns a#mobile-lang-switcher {
    position: relative;
  }
  .header .nav-container .nav-mobile .btns a svg {
    filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(92%) hue-rotate(182deg) brightness(107%) contrast(92%);
  }
  .header .nav-container .nav-mobile .mobile-language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 50px;
    border: 1px solid #ededed;
    border-radius: 4px;
    min-width: 80px;
    z-index: 1000;
    background-color: #fff;
  }
  .header .nav-container .nav-mobile .mobile-language-dropdown.active {
    display: flex;
    flex-direction: column;
    color: #f15f22;
  }
  .header .nav-container .nav-mobile .mobile-language-dropdown a {
    padding: 8px 16px;
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  .header .nav-container .nav-mobile .mobile-language-dropdown a:not(:last-child) {
    border-bottom: 1px solid rgba(237, 237, 237, 0.1);
  }
  .header .nav-container .nav-mobile .mobile-language-dropdown a.active {
    color: #f15f22;
    font-weight: 500;
  }
  .header .nav-container .nav-mobile .mobile-language-dropdown a:hover {
    background-color: #f5f5f5;
    padding-left: 20px;
  }
}
.header .nav-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .nav-right .search-container {
  padding: 4px 8px;
  font-weight: 400;
  width: 300px;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .header .nav-right {
    display: none;
  }
}
.header .nav-menu {
  display: flex;
  gap: 20px;
  list-style: none;
}
.header .nav-menu a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .header .nav-menu {
    display: none;
  }
}
.header .language-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  position: relative;
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer;
}
.header .language-selector span {
  font-size: 14px;
}
.header .language-selector .arrow {
  width: 10px;
  height: 5px;
}

.search-container {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .search-container {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.search-container .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-container .search-input {
  width: 100%;
  border: none;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}
.search-container .search-input::-moz-placeholder {
  color: #c4bfbb;
}
.search-container .search-input::placeholder {
  color: #c4bfbb;
}
.search-container .search-input:focus {
  outline: none;
}
.search-container .search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hero {
  background: linear-gradient(45deg, #f15f22, #d3470d);
  background-image: url("../images/hero-support-new.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .hero {
    height: -moz-max-content;
    height: max-content;
    padding: 100px 30px 60px 30px;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .hero {
    height: 250px;
    padding: 60px 30px 30px 30px;
  }
}
.hero .hero-content {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}
.hero h1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 44px;
  color: #333333;
}
@media screen and (max-width: 860px) {
  .hero h1 {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .hero h1 {
    font-size: 28px !important;
    margin-bottom: 20px;
    line-height: 34px;
  }
}

.top-articles {
  padding: 40px 0;
}
@media screen and (max-width: 860px) {
  .top-articles {
    padding: 40px 0px 0px 0px !important;
  }
}
.top-articles h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.top-articles .articles-grid {
  display: flex;
  gap: 20px;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 20px;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  .top-articles .articles-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.top-articles .category-label {
  color: #f15f22;
  font-size: 12px;
  font-weight: 300;
  display: block;
}
.top-articles .article-list {
  list-style: none;
}
.top-articles .article-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.top-articles .article-list li:hover {
  border-radius: 8px;
  transition: all 0.3s ease;
}
.top-articles .article-list li:hover a {
  color: #f15f22;
}
.top-articles .article-list li:hover svg {
  color: #f15f22;
}
.top-articles .article-list li svg {
  width: 12px;
  height: 12px;
  color: #333333;
  transition: all 0.3s ease;
}
.top-articles .article-list li a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
@media screen and (max-width: 860px) {
  .top-articles .article-list li a {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}
.top-articles .article-list li img {
  margin-left: 20px;
}

.categories {
  padding: 40px 0;
}
@media screen and (max-width: 860px) {
  .categories {
    padding: 40px 0px 0px 0px !important;
  }
}
.categories .categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.categories h2 {
  margin-bottom: 16px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
}
.categories .category-card {
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 20px;
}
.categories .category-card .category-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.categories .category-card .category-icon svg {
  width: 20px;
  height: 20px;
  color: #f15f22;
}
.categories .category-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #333333;
  transition: all 0.3s ease;
}
.categories .category-card p {
  color: #b8b8b8;
  font-size: 14px;
  margin-bottom: 16px;
}
.categories .category-card .article-count {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
}
.categories .category-card:hover h3 {
  color: #f15f22;
  transition: all 0.3s ease;
}

.partners {
  background: #f3f1f0;
  padding: 67px 0;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .partners {
    overflow: hidden !important;
  }
}
.partners h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 36px;
}
@media screen and (max-width: 860px) {
  .partners h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.partners .partners-scroll-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.partners .partner-logos-mobile {
  display: none;
}
.partners .partner-logos {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 70px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .partners .partner-logos {
    display: none;
  }
}
.partners .partner-logos img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.partners .partner-logos-mobile {
  display: none;
}
@media screen and (max-width: 860px) {
  .partners .partner-logos-mobile {
    display: inline-flex;
    animation: scroll 30s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 70px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .partners .partner-logos-mobile:hover {
    animation-play-state: paused;
  }
  .partners .partner-logos-mobile img {
    height: 50px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
    will-change: transform;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 860px), screen and (prefers-reduced-motion: no-preference) and (min-resolution: 2dppx) and (max-width: 860px) {
  .partners .partner-logos-mobile {
    animation-duration: 25s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partners .partner-logos-mobile {
    animation: none;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.site-footer {
  padding: 40px 0;
}
.site-footer .container {
  max-width: var(--container-large-width);
  padding: unset;
}
.site-footer .footer-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .site-footer .footer-content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 860px) {
  .site-footer .footer-brand {
    gap: 25px;
  }
}
.site-footer .footer-brand img.logo {
  max-width: 176px;
}
.site-footer .footer-brand p {
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.site-footer .footer-brand .social-links {
  display: flex;
  gap: 10px;
}
.site-footer .footer-brand .social-links img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 860px) {
  .site-footer .footer-brand .social-links img {
    width: 30px;
    height: 30px;
  }
}
.site-footer .footer-links {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 860px) {
  .site-footer .footer-links {
    gap: 30px;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .site-footer .footer-links {
    gap: 30px;
    align-items: center;
  }
}
.site-footer .footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.site-footer .footer-column ul {
  list-style: none;
}
.site-footer .footer-column ul li {
  margin-bottom: 10px;
}
.site-footer .footer-column ul li a {
  color: #757575;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.site-footer .footer-column ul li a:hover {
  color: #f15f22;
  transition: all 0.3s ease;
}
.site-footer .footer-column ul li a.no-hover:hover {
  text-decoration: none;
}
.site-footer .footer-column ul li span {
  font-size: 14px;
  color: #757575;
}
.site-footer .footer-bottom {
  margin-top: 50px;
  gap: 20px;
}
.site-footer .footer-bottom .badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  justify-content: flex-end;
}
.site-footer .footer-bottom .badges img {
  max-width: 100px;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .site-footer .footer-bottom .badges {
    justify-content: center;
  }
  .site-footer .footer-bottom .badges img {
    max-width: 80px;
  }
}
.site-footer .footer-bottom .copyright {
  margin-top: 38px;
  padding: 50px 0px;
  border-top-width: 1px !important;
  border-top-color: #dedede !important;
  border-top-style: solid !important;
}
.site-footer .footer-bottom .copyright p {
  color: #425466;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .container {
    padding: 0 40px;
  }
  .articles-grid {
    grid-template-columns: 1fr !important;
  }
  .categories-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .footer-content {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr !important;
  }
  .partner-logos {
    justify-content: center !important;
  }
  .footer-links {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .header .nav-right {
    display: none;
  }
  h1 {
    font-size: 28px !important;
  }
  .container {
    padding: 0px 20px !important;
  }
}
.help-modal {
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 12px 24px;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: -moz-max-content;
  height: max-content;
  position: fixed;
  z-index: 1000;
  left: 20px;
  bottom: 20px;
  overflow-y: auto;
  display: none;
  opacity: 0;
  transform: scale(0);
  transform-origin: right bottom;
  transition: all 0.3s ease;
}
@media screen and (max-width: 860px) {
  .help-modal {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.help-modal.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.help-modal .help-modal-inner .help-modal-inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #f15f22;
}
.help-modal .help-modal-inner .help-modal-inner-header span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.help-modal .help-modal-inner .help-modal-inner-header .help-modal-inner-header-close {
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: unset;
  cursor: pointer;
}
.help-modal .help-modal-inner .help-modal-inner-header .help-modal-inner-header-close svg {
  color: #fff;
  fill: #fff;
}
.help-modal .help-modal-inner .help-modal-inner-content {
  padding: 20px;
}
.help-modal .help-modal-inner .help-modal-inner-content form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.help-modal .help-modal-inner .help-modal-inner-content form .field-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.help-modal .help-modal-inner .help-modal-inner-content form .field-container label {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 30px;
  display: block;
}
.help-modal .help-modal-inner .help-modal-inner-content form .field-container input,
.help-modal .help-modal-inner .help-modal-inner-content form .field-container textarea,
.help-modal .help-modal-inner .help-modal-inner-content form .field-container select {
  border: 1px solid #e3e3e3 !important;
  background-color: rgba(235, 238, 240, 0.185);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  min-width: 10px;
  max-width: 100%;
  width: 100%;
  padding: 8px;
  height: auto;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 3px;
  transition: all 0.2s;
  min-height: 42px;
  max-height: 42px;
}
.help-modal .help-modal-inner .help-modal-inner-content form .field-container textarea {
  min-height: 100px;
  max-height: 100px;
}
.help-modal .help-modal-inner .help-modal-inner-content form .field-container input[type=submit] {
  background: #f15f22;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  display: block;
  margin: 12px 0 0;
  cursor: pointer;
  line-height: 1.5;
  transition: all 0.2s;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: unset !important;
  color: #ccc;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 12;
  transition: opacity 0.3s ease; /* Smooth fade-in effect */
  transition: 0.3s ease;
  opacity: 0;
  border: 2px solid #ccc;
}
#backToTop.float-enabled {
  bottom: 90px;
}

#breadcrumb {
  margin: 50px 0px 40px 0px;
  color: #c4bfbb;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
#breadcrumb a {
  color: #c4bfbb;
}
#breadcrumb span {
  color: #6b6b6b;
}
@media screen and (max-width: 860px) {
  #breadcrumb {
    font-size: 14px;
    margin: unset;
  }
}

.other-topics {
  display: flex;
  gap: 16px;
  flex-basis: 15%;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  .other-topics {
    gap: 0px;
  }
}
.other-topics h2 {
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--text-color);
  background-color: #fff;
  transition: all 0.3s ease;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 860px) {
  .other-topics h2 {
    width: 100%;
    padding: 15px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 3px;
    font-size: 14px;
    text-transform: unset;
  }
  .other-topics h2.active::after {
    rotate: 180deg;
    transition: 0.3s ease all;
  }
  .other-topics h2::after {
    content: ""; /* The content property is required for pseudo-elements */
    display: inline-block; /* Or block, depending on your layout needs */
    width: 14px;
    height: 22px;
    float: right;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.75 4.844 7 10.094l5.25-5.25'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto 5px auto 0px;
    transition: 0.3s ease all;
  }
}

.topics-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 860px) {
  .topics-list {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 3px;
    background-color: #fff;
    padding: 15px;
  }
  .topics-list a {
    margin-bottom: 10px;
  }
  .topics-list a:last-child {
    margin-bottom: unset;
  }
}
.topics-list a {
  display: flex;
  gap: 8px;
  align-items: center;
  background: #fff;
  padding: 4px 0px;
  transition: all 0.45s ease;
  border-radius: 8px;
}
.topics-list a:hover span, .topics-list a.active span {
  color: #f15f22;
  transition: all 0.45s ease;
}
.topics-list a svg {
  width: 20px;
  height: auto;
  color: #f15f22;
}
.topics-list a span {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.45s ease;
}

.category-articles .articles-grid {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  .category-articles .articles-grid {
    flex-direction: column;
    gap: 32px;
  }
}
.category-articles .articles-grid .current-topic {
  flex-basis: 85%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  .category-articles .articles-grid .current-topic {
    gap: 16px;
  }
}
.category-articles .articles-grid .current-topic .current-topic-header {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 860px) {
  .category-articles .articles-grid .current-topic .current-topic-header {
    flex-direction: column;
  }
}
.category-articles .articles-grid .current-topic .current-topic-header .icon {
  flex-basis: 30%;
  border-radius: var(--border-radius-lg, 8px);
  background: #ffece2;
  padding: 18px 16px;
  max-width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-articles .articles-grid .current-topic .current-topic-header .icon svg {
  color: #f15f22;
}
.category-articles .articles-grid .current-topic .current-topic-header h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #464646;
  margin-bottom: 2px;
}
.category-articles .articles-grid .current-topic .current-topic-header .content {
  display: flex;
  flex-direction: column;
}
.category-articles .articles-grid .current-topic .current-topic-header .content p {
  color: #cacaca;
  font-size: 14px;
  font-weight: 400;
}
.category-articles .articles-grid .current-topic .current-topic-header .content span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.category-articles .articles-grid .current-topic .sub-topics {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-articles .articles-grid .current-topic .sub-topics a.show-all {
  color: #f15f22;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.category-articles .articles-grid .current-topic .sub-topics .single-sub-topic {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #ededed;
  gap: 12px;
}
.category-articles .articles-grid .current-topic .sub-topics .single-sub-topic:only-child .post-list {
  border-top: none;
  padding-top: 0;
}
.category-articles .articles-grid .current-topic .sub-topics .single-sub-topic h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.category-articles .articles-grid .current-topic .sub-topics .single-sub-topic .post-list {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-top: 1px solid #ededed;
}

.single-post-item {
  transition: all 0.3s ease;
  padding: 8px 0px;
  width: 100%;
}
.single-post-item:hover {
  border-radius: 8px;
  transition: all 0.3s ease;
}
.single-post-item:hover a {
  color: #f15f22;
}
.single-post-item:hover svg {
  color: #f15f22;
}
.single-post-item .post-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post-item .single-post-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .single-post-item .single-post-item-header {
    display: block;
  }
  .single-post-item .single-post-item-header svg {
    display: none;
  }
}
.single-post-item svg {
  width: 12px;
  height: 12px;
  color: #333333;
  transition: all 0.3s ease;
}
.single-post-item svg:first-of-type {
  float: right;
}
.single-post-item a {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  transition: all 0.3s ease;
}
.single-post-item .post-info {
  display: flex;
  gap: 20px;
}
.single-post-item .post-info span {
  overflow: hidden;
  margin-top: 5px;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 860px) {
  .single-article {
    padding-top: 30px;
  }
  .single-article .sidebar {
    display: none;
  }
}
.single-article .container {
  padding: 40px 0px 0px 0px;
}
@media screen and (orientation: landscape) and (max-height: 600px) {
  .single-article .container {
    padding: 0px 40px;
  }
}
.single-article #breadcrumb {
  margin: 0px 0px 22px 0px;
}
@media screen and (max-width: 860px) {
  .single-article #breadcrumb {
    margin: 0px;
  }
}
.single-article .single-article-content {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  grid-template-rows: 1fr;
  grid-column-gap: 32px;
  position: relative;
  align-items: start;
  min-height: 100vh;
}
@media screen and (max-width: 860px) {
  .single-article .single-article-content {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.single-article .single-article-content .main-content {
  max-width: 100%;
  overflow-x: hidden;
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.single-article .single-article-content .main-content .main-content-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
.single-article .single-article-content .main-content .main-content-header h1 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .single-article .single-article-content .main-content .main-content-header h1 {
    font-size: 24px !important;
    line-height: 30px;
  }
}
.single-article .single-article-content .main-content .main-content-header .post-info {
  display: flex;
  gap: 20px;
}
.single-article .single-article-content .main-content .main-content-header .post-info span {
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 860px) {
  .single-article .single-article-content .main-content .main-content-header .post-info span {
    font-size: 14px;
  }
}
.single-article .single-article-content .main-content .main-content-header .post-terms {
  display: flex;
  gap: 8px;
  max-width: 100%;
}
@media screen and (max-width: 860px) {
  .single-article .single-article-content .main-content .main-content-header .post-terms {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    flex-wrap: nowrap;
    padding-bottom: 5px; /* Add some padding to prevent content from being cut off */
    width: 100%; /* Ensure full width */
    white-space: nowrap; /* Prevent wrapping */
    -webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, black 90%, transparent 100%);
    position: relative;
    margin: 0;
  }
  .single-article .single-article-content .main-content .main-content-header .post-terms::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }
}
@media screen and (max-width: 860px) {
  .single-article .single-article-content .main-content .main-content-header .post-terms a {
    flex-shrink: 0; /* Prevent shrinking */
    display: inline-block; /* Ensure proper inline behavior */
  }
}
.single-article .single-article-content .main-content .main-content-header .post-terms a {
  color: #f15f22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 12px;
  border-radius: 30px;
  border: 1px solid #f15f22;
}
@media screen and (max-width: 860px) {
  .single-article .single-article-content .main-content .main-content-header .post-terms a {
    font-size: 14px;
    padding: 0px 12px;
  }
}
.single-article .single-article-content .main-content .post-video {
  margin-bottom: 20px;
}
.single-article .single-article-content .main-content .post-video .video-container iframe {
  width: 100%;
  height: 460px;
  border-radius: 20px;
}
@media screen and (max-width: 860px) {
  .single-article .single-article-content .main-content .post-video .video-container iframe {
    height: 200px;
    border-radius: 10px;
  }
}
.single-article .single-article-content .main-content .main-content-body {
  font-weight: 300;
}
.single-article .single-article-content .main-content .main-content-body h3,
.single-article .single-article-content .main-content .main-content-body h4,
.single-article .single-article-content .main-content .main-content-body h5,
.single-article .single-article-content .main-content .main-content-body h6 {
  font-weight: 500;
  margin-bottom: 20px;
}
.single-article .single-article-content .main-content .main-content-body h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.single-article .single-article-content .main-content .main-content-body p {
  margin-bottom: 20px;
  font-weight: 300;
}
.single-article .single-article-content .main-content .main-content-body b,
.single-article .single-article-content .main-content .main-content-body strong {
  font-weight: 600;
}
.single-article .single-article-content .main-content .main-content-body a {
  color: #f15f22;
}
.single-article .single-article-content .main-content .main-content-body li::marker {
  color: #666666;
}
.single-article .sidebar {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: start;
  max-height: calc(100vh - 120px);
}
.single-article .sidebar .cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  background: #ffd8c2;
  justify-content: center;
  padding: 18px 0px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .single-article .sidebar .cta {
    display: none;
  }
}
.single-article .sidebar .cta h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0px auto;
  color: #333333;
}
[lang=tr-TR] .single-article .sidebar .cta h4 {
  font-size: 14px;
  line-height: 22px;
}
.single-article .sidebar .cta a {
  padding: 10.5px 28.5px;
  border-radius: 30px;
  background-color: #f15f22;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #f15f22;
  transition: 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 14px;
}
.single-article .toc {
  border-radius: 4px;
  border: 1px solid #ededed;
  padding: 20px;
}
@media screen and (max-width: 860px) {
  .single-article .toc {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .single-article .toc .toc-list a {
    transition: all 0.3s ease;
  }
  .single-article .toc .toc-list a:hover {
    transition: all 0.3s ease;
  }
}
.single-article .toc h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.single-article .toc .toc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.single-article .toc .toc-list a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-left: 12px;
}
.single-article .toc .toc-list a:hover, .single-article .toc .toc-list a.active {
  color: #f15f22;
}
.single-article .toc .toc-list a:hover svg, .single-article .toc .toc-list a.active svg {
  color: #f15f22;
}
.single-article .toc .toc-list a.active::before {
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  width: 2px;
  height: 85%;
  background-color: #f15f22;
  border-radius: 10px;
  transform: translateY(-50%);
}

.required-plans {
  border-radius: 8px;
  border: 1px solid #f15f22;
  background: rgba(255, 236, 226, 0.3);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  margin-bottom: 20px;
  color: #333;
}
.required-plans span {
  color: inherit;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.required-plans span:first-of-type {
  font-weight: 500;
}
.required-plans.alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.required-plans.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.required-plans.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.related-articles-container {
  margin-top: 26px;
  border-radius: 8px;
  border: 1px solid #ededed;
  padding: 20px !important;
}
.related-articles-container h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}
.related-articles-container .single-post:not(:last-child) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.helpful {
  border-radius: 8px;
  border: 1px solid #dedede;
  background: #f8f8f8;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  align-self: stretch;
}
.helpful h5 {
  color: #000;
  font-family: Poppins;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: unset !important;
}
@media screen and (max-width: 860px) {
  .helpful h5 {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.helpful .help-btn {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: unset;
  border: unset;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #363636;
  background-color: rgba(170, 170, 170, 0.3098039216);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.helpful .help-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.helpful .help-btn.active {
  background-color: #f15f22;
  color: #fff;
}
.helpful .help-btn.active svg,
.helpful .help-btn.active path {
  color: #fff;
  fill: #fff;
}
.helpful .helpful-buttons {
  display: flex;
  gap: 13px;
}

.search-results-grid {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  margin: 50px 0px;
}
@media screen and (max-width: 860px) {
  .search-results-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 20px 0px;
  }
}
.search-results-grid .search-results-list .indicator {
  border-radius: 4px;
  border: 1px solid #f15f22;
  background: rgba(255, 236, 226, 0.3);
  padding: 28px 16px;
  margin-bottom: 32px;
}
.search-results-grid .search-results-list .indicator h1 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 860px) {
  .search-results-grid .search-results-list .indicator h1 {
    font-size: 20px !important;
  }
}
.search-results-grid .search-results-list .search-results-list-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-results-grid .search-results-list .search-results-list-items .single-post svg {
  float: right;
}

.language-selector {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.language-selector .globe-icon {
  margin-right: 8px;
}
.language-selector .globe-icon path {
  transition: stroke 0.3s ease;
}
.language-selector:hover .arrow {
  transform: rotate(180deg);
}
.language-selector:hover .globe-icon path {
  stroke: black;
}
.language-selector:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wpml-ls {
  display: flex;
  align-items: center;
}
.wpml-ls .current-lang {
  margin-right: 4px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.wpml-ls .current-lang:hover {
  color: black;
}
.wpml-ls .arrow {
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.language-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  width: 100%;
}
.language-dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}
.language-dropdown a {
  display: flex;
  align-items: center;
  padding: 5px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.language-dropdown a:hover {
  background-color: #f5f5f5;
  color: black;
  padding-left: 20px;
}

.toc-mobile {
  display: none;
  border-radius: 8px;
  border: 1px solid #888888;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  color: #333;
}
@media screen and (max-width: 860px) {
  .toc-mobile {
    display: flex;
  }
}
.toc-mobile span {
  color: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.toc-mobile span:hover {
  cursor: pointer;
}
.toc-mobile span.active::after {
  rotate: 180deg;
  transition: 0.3s ease all;
}
.toc-mobile span::after {
  content: ""; /* The content property is required for pseudo-elements */
  display: inline-block; /* Or block, depending on your layout needs */
  width: 14px;
  height: 22px;
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.75 4.844 7 10.094l5.25-5.25'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin: auto 5px auto 0px;
  transition: 0.3s ease all;
}
.toc-mobile .toc-mobile-content {
  display: none;
  transition: all 0.3s ease;
}
.toc-mobile .toc-mobile-content .toc-mobile-content-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.toc-mobile .toc-mobile-content .toc-mobile-content-item a {
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  max-width: 80%;
  overflow: hidden;
}
.toc-mobile .toc-mobile-content .toc-mobile-content-item svg {
  width: 12px;
  height: 12px;
  color: #333;
}
.toc-mobile .toc-mobile-content.active {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  transition: all 0.3s ease;
}

.hr-label {
  color: #f15f22;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 15px;
  border-radius: 30px;
  border: 1px solid #f15f22;
  width: max-content;
  width: -moz-max-content;
}

.not-found .not-found-wrapper {
  padding: 80px 0px 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  .not-found .not-found-wrapper {
    flex-direction: column-reverse;
  }
}
.not-found .not-found-wrapper img {
  max-width: 550px;
}
@media screen and (max-width: 860px) {
  .not-found .not-found-wrapper img {
    max-width: 100%;
  }
}
.not-found .not-found-wrapper .content {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
}
.not-found .not-found-wrapper .content h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}
.not-found .not-found-wrapper .content .btn-wrapper {
  display: flex;
  gap: 10px;
}

.hr-faq-widget {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 900px), (max-width: 1200px) and (orientation: landscape) {
  .hr-faq-widget {
    /* Landscape and Mobile Phones */
    max-width: 100%;
  }
}
.hr-faq-widget .hr-faq-item-img {
  height: 30px;
  width: 30px;
}
.hr-faq-widget .hr-faq-item-img img {
  width: 30px;
  height: 30px;
}
.hr-faq-widget .hr-faq-item-img svg {
  width: 30px;
  height: 30px;
}
.hr-faq-widget .hr-faq-item {
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1568627451);
  padding-bottom: 24px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
.hr-faq-widget .hr-faq-item:last-child {
  margin-bottom: 0;
}
.hr-faq-widget .hr-faq-item .hr-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.hr-faq-widget .hr-faq-item .hr-faq-header .hr-faq-title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  margin-bottom: unset !important;
}
.hr-faq-widget .hr-faq-item .hr-faq-arrow {
  transition: transform 0.3s ease;
}
.hr-faq-widget .hr-faq-item .hr-faq-arrow svg {
  height: 30px;
  width: 35px;
}
.hr-faq-widget .hr-faq-item .hr-faq-arrow:hover {
  cursor: pointer;
}
.hr-faq-widget .hr-faq-item .hr-faq-content {
  display: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}
.hr-faq-widget .hr-faq-item .hr-faq-content a {
  color: var(--e-global-color-primary);
}
.hr-faq-widget .hr-faq-item.active .hr-faq-arrow {
  transform: rotate(180deg);
}
.hr-faq-widget .hr-faq-item:last-child {
  border-bottom: unset !important;
}/*# sourceMappingURL=main.css.map */