.free-tools-hero {
  padding: 80px 0 50px 0;
}
.free-tools-hero .text {
  text-align: center;
}
.free-tools-hero .text h1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .free-tools-hero .text h1 {
    font-size: 32px;
  }
}
.free-tools-hero .text h1 b, .free-tools-hero .text h1 strong {
  color: #00A9FF;
  font-weight: 600;
}
.free-tools-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}
.free-tools-hero .text p:last-of-type {
  margin-bottom: 30px;
}
.free-tools-hero iframe {
  border: 0;
}

.free-tools-how {
  padding: 50px 0;
}
.free-tools-how .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .free-tools-how .text h2 {
    font-size: 32px;
  }
}
.free-tools-how .text p {
  margin-bottom: 30px;
  margin: 0 auto 16px auto;
}
.free-tools-how .text p:last-of-type {
  margin-bottom: 30px;
}
.free-tools-how .text h3 {
  color: #00A9FF;
}

.free-tools-services {
  padding: 50px 0;
}
.free-tools-services .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .free-tools-services .row {
    flex-wrap: wrap;
  }
}
.free-tools-services .row:nth-of-type(even) .col:first-child {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .free-tools-services .row:nth-of-type(even) .col:first-child {
    order: 1;
  }
}
.free-tools-services .row:nth-of-type(even) .col:nth-of-type(2) {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .free-tools-services .row:nth-of-type(even) .col:nth-of-type(2) {
    order: 2;
  }
}
.free-tools-services .row.top .col, .free-tools-services .row.bottom .col {
  max-width: 100%;
}
.free-tools-services .row.top .col .text, .free-tools-services .row.bottom .col .text {
  text-align: center;
}
.free-tools-services .row.top .col .text h2, .free-tools-services .row.bottom .col .text h2 {
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .free-tools-services .row.top .col .text h2, .free-tools-services .row.bottom .col .text h2 {
    font-size: 32px;
  }
}
.free-tools-services .row.top .col .text p, .free-tools-services .row.bottom .col .text p {
  max-width: 100%;
}
.free-tools-services .row .col {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .free-tools-services .row .col {
    max-width: 100%;
  }
}
.free-tools-services .row .col .image {
  text-align: center;
}
.free-tools-services .row .col .image img {
  max-width: 360px;
}
.free-tools-services .row .col .text h2 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .free-tools-services .row .col .text h2 {
    font-size: 28px;
  }
}
.free-tools-services .row .col .text h2 b, .free-tools-services .row .col .text h2 strong {
  color: #00A9FF;
  font-weight: 600;
}
.free-tools-services .row .col .text p {
  width: 100%;
  max-width: 450px;
}

.free-tools-description {
  padding: 50px 0;
  background-color: #f7f6ff;
}
.free-tools-description .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .free-tools-description .text h2 {
    font-size: 32px;
  }
}
.free-tools-description .text ol li, .free-tools-description .text ul li {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3;
}

.free-tools-about {
  padding: 50px 0;
}
.free-tools-about .text {
  text-align: center;
}
.free-tools-about .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .free-tools-about .text h2 {
    font-size: 32px;
  }
}
.free-tools-about .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .free-tools-about .flex {
    flex-direction: column;
  }
}
.free-tools-about .flex .col {
  width: 33.3%;
}
@media only screen and (max-width: 768px) {
  .free-tools-about .flex .col {
    width: 100%;
  }
}
.free-tools-about .flex .col .item {
  text-align: center;
  margin-bottom: 50px;
}
.free-tools-about .flex .col .item .icon {
  margin-bottom: 16px;
  height: 110px;
}
.free-tools-about .flex .col .item .icon img {
  height: inherit;
}
.free-tools-about .flex .col .item h3 {
  margin-bottom: 30px;
  color: #00A9FF;
  font-size: 32px;
  font-weight: 600;
}
.free-tools-about .flex .col .item p {
  width: 100%;
  max-width: 245px;
  margin: 0 auto 16px auto;
}
@media only screen and (max-width: 768px) {
  .free-tools-about .flex .col .item p {
    max-width: 100%;
  }
}
.free-tools-about .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.free-tools-faqs {
  padding: 50px 0;
}
.free-tools-faqs .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .free-tools-faqs .text h2 {
    font-size: 32px;
  }
}
.free-tools-faqs .text p {
  margin-bottom: 30px;
}
.free-tools-faqs .text a {
  color: #c36;
}
.free-tools-faqs .text h3 {
  color: #00A9FF;
}
.free-tools-faqs .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.free-tools-cta {
  padding: 50px 0;
}
.free-tools-cta .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .free-tools-cta .text h2 {
    font-size: 32px;
  }
}
.free-tools-cta .text p {
  margin-bottom: 30px;
}
.free-tools-cta .text a {
  color: #c36;
}
.free-tools-cta .text h3 {
  color: #00A9FF;
}
.free-tools-cta .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

/* Language Switcher Styles */

.content-language-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E2E8F0;
}

.content-language-switcher ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem;
}

.content-language-switcher li a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    color: #4A5568;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    transition: all 0.2s ease-in-out;
}

.content-language-switcher li a:hover {
    color: #00a9ff;
    border-color: #00a9ff;
    background-color: #f0f9ff;
}

.content-language-switcher li.current-lang a {
    color: #ffffff;
    background-color: #00a9ff;
    border-color: #00a9ff;
    pointer-events: none;
}

/*# sourceMappingURL=free-tools.css.map */