/* HERO */

.s-hero {
  margin-top: 8rem;
  transition: background-color 0.2s ease-in;
  background: var(--fourth-blue);
}

.js-hero-slider {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  overflow: hidden;
}

.js-hero-slider .swiper-slide {
  height: 64rem;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .js-hero-slider .swiper-wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.box-hero {
  display: flex;
  align-items: center;
  padding: 6rem 0;
}

@media (max-width: 1023px) {
  .box-hero {
    margin: 0 3rem;
  }

  .js-hero-slider .swiper-slide,
  .js-hero-slider {
    overflow: visible;
  }

  .s-hero {
    padding-bottom: 0;
  }

  .box-hero .hero-text .text {
    margin-bottom:0 !important;
  }
  
}

.box-hero .hero-text {
  max-width: 33%;
  margin-left: 10rem;
}

@media (max-width: 1283px) {
  .box-hero .hero-text {
    max-width: 42%;
  }
}

@media (max-width: 1023px) {
  .box-hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 4.4rem 0 0;
    margin: 0;
  }
  .box-hero .hero-text .title { 
    margin-bottom: 6rem;
  }

  .box-hero .hero-text {
    max-width: 60rem;
  }
  .box-hero .hero-img {
    display: none;
  }

  .box-hero .hero-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .js-hero-slider .swiper-slide.swiper-slide-active .hero-text {
    margin: 0 3rem;
  }
}

.box-hero .hero-text .title {
  color: #ffffff;
  font-family: "bornasemibold";
  font-size: 6.9rem;
  line-height: 105%;
  letter-spacing: -1.14px;
  margin-bottom: 2.5rem;
  font-weight:normal;
  margin-top:20px;
}

.box-hero .hero-text .title.mei span {
  color: var(--fourth-green);
}

.box-hero .hero-text .title.emissor span {
  color: var(--green-200);
}

.box-hero .hero-text .title.consulta span {
  color: var(--blue-200);
}

.box-hero .hero-text .text {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 3.4rem;
  color: var(--white);
}

.box-hero .hero-text .text.mei {
  color: var(--fourth-green);
}

.box-hero .hero-text .text.mei span {
  color: var(--white);
  font-weight: 700;
}

.box-hero .hero-text .text.emissor span {
  color: var(--blue-200);
  font-weight: 700;
}

.box-hero .hero-text .text.consulta span {
  color: var(--green-200);
  font-weight: 700;
}

.start-now-btn {
  font-family: "bornasemibold";
  font-size: 1.5rem;
  /*font-weight: 700;*/
  cursor: pointer;
  text-align: center;
  background-color: #00695A;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1.3rem 4.1rem 1.5rem 4.2rem;
  border-radius: 12.2rem;
  white-space: nowrap;
  max-width: max-content;
  transition: all 300ms ease-out;
  min-width: 198px;
}

.start-now-btn.emissor{
  background:#00ff95;
  color:#021A1A;
}

.start-now-btn.emissor:hover {
  background-color: #FFFFFF;
  color:#11312b;
}

.start-now-btn.mei {
  background-color: var(--fourth-green);
  color: var(--third-green);
}

.start-now-btn.mei:hover {
  background-color: var(--third-green);
  color: var(--fourth-green);
}

.start-now {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  margin-bottom: 6rem;
}

@media (max-width: 720px) {
  .box-hero .hero-text .title {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  .box-hero .hero-mobile {
    display:block;
  }
}

.start-now-btn:hover {
  background-color: var(--primary-green);
}

.sales-call {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: #FFFFFF;
}

.sales-call a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}

.sales-call a:hover {
  color:var(--green-200);
}

.sales-call.mei {
  color: var(--fourth-green);
}

.sales-call svg {
  width: 2.4rem;
  height: 2.4rem;
}

.sales-call svg path {
  stroke: currentColor;
}

@media (max-width: 1023px) {
  .start-now {
    margin-bottom: 2rem;
  }

  .start-now .sales-call {
    color: var(--white);
  }
}

.pagination-hero-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 2;
  position: absolute;
  bottom: 6rem;
}

@media (min-width: 1440px) {
  .pagination-hero-box {
    left: 12rem;
  }
}

@media (max-width: 1439px) {
  .pagination-hero-box {
    left: 10rem;
  }
}

@media (max-width: 1023px) {
  .pagination-hero-box {
    left: 3rem;
    bottom: -4rem;
  }
}

.pagination-hero-box .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  width: max-content;
  display:none;
}

.pagination-hero-box .swiper-pagination-bullet {
  display: block;
  min-width: 1rem;
  min-height: 1rem;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid var(--white);
  background: unset;
  opacity: 1;
}

.pagination-hero-box .swiper-pagination-bullet-active {
  background: var(--green-200);
  border: none;
}

.pagination-hero-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 0.8rem;
}

.pagination-hero-box .total-companies {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 160%;
}

@media (max-width: 500px) {
  .box-hero .hero-text .text,
  .start-now-btn,
  .pagination-hero-box .total-companies {
    font-size: 1.4rem;
  }
  
}

.pagination-hero-box .total-companies span {
  font-weight: 700;
}

.box-hero .hero-img {
  width: 100%;
  max-width: 68rem;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  transition: transform 0.2s ease-in-out;
  transition-delay: 300ms;
}

.js-hero-slider .swiper-slide.swiper-slide-active .hero-img {
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 1330px) {
  .box-hero .hero-img {
    right: -10rem;
  }
}

@media (max-width: 1290px) {
  .box-hero .hero-img {
    right: -15rem;
  }
}

@media (max-width: 1190px) {
  .box-hero .hero-img {
    right: -25rem;
  }
}

@media (max-width: 1186px) {
  .box-hero .hero-img {
    max-width: 70rem;
  }

  .js-hero-slider .swiper-slide.swiper-slide-active .hero-img {
    transform: translateY(-50%) translateX(6rem);
  }

  .js-hero-slider .swiper-slide {
    height: auto;
  }
}

@media (max-width: 921px) {
  .box-hero {
    gap: 5.4rem;
  }

  .start-now {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

/* FOR COMPANIES */
.for-companies {
  background: var(--light-blue);
  padding: 7rem 0;
}

.for-companies-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header-section {
  display: flex;
  justify-content: space-between;
}

.header-section-title {
  text-align: left;
}

.header-section-title p {
  color: #00695A;
  font-family: "bornamedium";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.385em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.header-section-title h1 {
  color: var(--grey-black);
  font-family: "bornasemibold";
  font-size: 4.4rem;
  line-height: 4.6rem;
  letter-spacing: -0.015em;
}

.header-section-title span {
  color: var(--primary-green);
}

.service {
  height: 48.8rem;
}

.services-box {
  margin-top: 6rem;
  overflow: hidden;
}

.hide>.service-info {
  display: none;
}

.hide>.service-image {
  border: 0 0.1rem solid var(--light-white);
}

.active>.service-info-hide {
  display: none;
}

.active>.service-image,
.active>.service-info {
  background: var(--white);
}

.service.active {
  height: 48.8rem;
}

.service-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.4rem 7.7rem 3.91rem;
}

.service-image img {
  max-width: 18.69rem;
}

.service-info {
  height: 100%;
  padding-bottom: 4.2rem;
}

.service-info>span {
  color: var(--grey-black);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  padding-left: 2.6rem;
  border-left: 0.5rem solid var(--primary-green);
}

.service-info p {
  color: var(--grey-dark);
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-left: 3.3rem;
  margin-bottom: 1.7rem;
  margin-top: 1.3rem;
  padding-right: 2rem;
  max-width: 21.5rem;
}

.service-info-hide {
  border: 0 0.1rem solid var(--light-white);
}

.service-info-hide h1 {
  color: var(--grey-black);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  text-align: left;
  margin-top: 5.7rem;
  margin-bottom: 3.3rem;
  max-height: 5.8rem;
  padding-left: 4.8rem;
  max-width: 23rem;
  border-left: 0.5rem solid var(--primary-green);
}

.line-set {
  display: flex;
  align-items: center;
}

.pagination-box {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  height: 1.3rem;
  margin-top: 10.7rem;
}

.next-pagination>img {
  transform: rotate(180deg);
}

.next-pagination>img,
.prev-pagination>img {
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
}

#pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

#pages>.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
}

#pages>.swiper-pagination-bullet-active {
  background: var(--primary-green);
}

.buy-now {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 3rem;
}

.out {
  margin-left: 4.8rem;
}

.buy-now a {
  color: var(--second-green);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 120%;
}

.buy-now .line-horizontal {
  width: 3rem;
  height: 0.2rem;
  margin-left: 0.8rem;
  background: var(--second-green);
}

/* FOR COMPANIES - MEDIA QUERIES */

@media (max-width: 1200px) {
  .service.active {
    height: 57.6rem;
  }

  .services-box {
    margin-top: 6rem;

  }
}

@media (max-width: 991px) {
  #for-you-enterprise-h1 {
    font-size: 6rem;
  }

  #for-you-enterprise-h1 span {
    font-size: 6rem;
    color: var(--primary-green);
  }
}

@media (max-width: 1024px) {
  .service-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-info {
    align-items: center;
    padding-top: 3.9rem;
  }
}

@media (max-width: 991px) {
  .header-section-title h1 {
    font-size: 4rem;
  }
  .box-hero .hero-text .text {
    margin-bottom:0px;
  }
}

@media (max-width: 768px) {
  .header-section {
    justify-content: center;
  }

  .header-section img {
    width: 10rem;
  }
  .box-hero .hero-text .text {
    margin-bottom:30px;
  }
  .start-now-btn.emissor{ 
    margin-top:20px;
  }
}

@media (max-width: 480px) {
  #pages {
    margin-right: 4rem;
    margin-top:0;
  }
  .section_customer {
    padding: 65px 0 40px;
  }

  .for-companies {
    padding: 8.7rem 0 8.7rem;
  }

  .services {
    height: 48.8rem;
    max-height: unset;
  }

  .service {
    display: flex;
    flex-direction: column;
    height: 50rem;
  }

  .pagination-box {
    margin-top: 2rem;
  }

  .header-section-title.companies {
    margin-left: -6rem;
  }

  .header-section-title>p {
    font-size: 1.4rem;
  }

  .header-section-title>h1 {
    font-size: 3rem;
  }

  .header-section-title>h1>span {
    font-size: 3.4rem;
  }

  .service-image {
    padding: 0;
    min-height: 22.5rem;
  }

  .service-image>img {
    height: 20rem;
  }

  .service-info p {
    margin-left: 3rem;
  }

  .line-set>a {
    font-size: 1.6rem;
  }

  .pagination-box img {
    display: none;
  }

  .line-set>a {
    font-size: 1.6rem;
  }

  .pagination-box img {
    display: none;
  }
}

@media (max-width: 375px) {
  .service-info span {
    padding-left: 8.8rem;
  }

  .header-section-title.companies {
    margin-left: -4rem;
  }
}

@media (max-width: 320px) {
  .service-info span {
    padding: 0 0 0 2.6rem;
  }

  #for-you-enterprise-h1 {
    font-size: 3.3rem;
  }

  #for-you-enterprise-h1 span {
    font-size: 3.3rem;
    color: var(--primary-green);
  }
}

/* OUR DIFFERENTIALS */

.our-differentials {
  background: var(--white);
  padding: 10rem 0;
}

.our-differentials .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}

.differentials {
  align-items: flex-end;
  margin-bottom: 10.4rem;
}

.differentials>.header-section-title {
  z-index: 2;
  margin-bottom: -0.5rem;
  width: 100%;
}

.tab-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-bottom: 0.1rem solid var(--light-white);
  height: 6.9rem;
}

.tab-items>.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.4rem;
  height: 6.9rem;
  text-align: center;
  font-size: 1.6rem;
  color: var(--grey-light);
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
  font-family:"bornaregular";
}

.tab-items>.swiper-pagination-bullet>img {
  margin-right: 1.4rem;
  width: 2.4rem;
  height: 2.4rem;
}

.tab-items>.swiper-pagination-bullet:hover {
  border-bottom: 0.3rem solid #00695A;
  color: #00695A;
  font-family:"bornabold";
}

.tab-items>.swiper-pagination-bullet-active {
  border-bottom: 0.3rem solid #00695A;
  color: #00695A;
  font-family:"bornabold";
}

.tab-items>.swiper-pagination-bullet-active>img {
  filter: invert(50%) sepia(86%) saturate(370%) hue-rotate(103deg) brightness(102%) contrast(94%);
}

.infos-box {
  display: flex;
  justify-content: space-between;
  background: var(--white);
  gap: 7rem;
}

.infos-box .differentials-img {
  max-width: 70rem;
}

.img-results {
  padding: 0 35px;
  margin-left: -10px;
}

.infos-box .differentials-infos {
  width: 40%;
}

.infos-box .differentials-infos h1 {
  text-align: left;
  font-size: 3.2rem;
  font-family:"bornasemibold";
  color: var(--grey-black);
  margin-bottom: 1.8rem;
}

.infos-box .differentials-infos p {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--grey);
  margin-bottom: 3.6rem;
}

.infos-box .differentials-infos p>strong {
  color: var(--primary-green);
}

.infos-box .differentials-infos .info-list {
  margin-bottom: 5.2rem;
}

.infos-box .differentials-infos .info-list p {
  display: flex;
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--grey-dark);
}

.infos-box .differentials-infos .info-list p img {
  width: 1.4rem;
  height: 1.6rem;
  margin-right: 1.6rem;
  margin-top:5px;
}

.infos-box .start-now-btn {
  padding: 1.5rem 4.2rem 1.7rem 4.3rem;
}

/* OUR DIFFERENTIALS - MEDIA QUERIES */

@media (max-width: 1220px) {
  .infos-box .differentials-infos {
    max-width: 100%;
    width: 600px;
  }

  .our-differentials {
    padding-bottom: 10rem;
  }
}

@media (max-width: 1150px) {
  .infos-box .differentials-infos p {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1080px) {
  .tab-items>.swiper-pagination-bullet {
    text-align: center;
    font-size: 1.5rem;
  }

  .header-section-title p {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .header-section.differentials {
    margin-bottom: 2rem;
    width: 100%;
  }

  .infos-box .differentials-infos p {
    margin-bottom: 1.5rem;
  }

  .infos-box .differentials-infos .info-list p {
    margin-bottom: 1.3rem;
  }

  .differentials {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 5.4rem;
  }

  .infos-box {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}

@media (max-width: 890px) {
  .our-differentials {
    padding-top: 7.7rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .infos-box .differentials-infos p:first-of-type {
    padding-right: 0.7rem;
    width: 75%;
  }

  .infos-box .differentials-infos .info-list p {
    font-size: 1.8rem;
  }

  .infos-box .differentials-infos .info-list {
    margin: 5rem 0rem;
  }

  .header-section-title>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    max-width: unset !important;
  }

  .infos-box .differentials-infos {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .infos-box .differentials-infos h1 {
    font-size: 3rem;
  }

  .infos-box .differentials-infos>.start-now-btn {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .total-companies{
    display:none;
  }
  .infos-box .differentials-infos {
    width: 80%;
  }
  .pagination-hero-box {
    display: none;
  }
  .s-hero {
    padding-bottom:0;
  }

  .infos-box .differentials-infos p:first-of-type {
    padding-right: 0;
    width: 100%;
  }

  .infos-box .start-now-btn {
    width: 25rem;
  }

  .infos-box {
    gap: 2rem;
  }

  .header-section-title {
    font-size: 3rem;
  }

  .differentials {
    margin-bottom: 0;
  }

  .tab-items {
    margin-right: 0;
  }

  .tab-items>.swiper-pagination-bullet>img {
    margin: 0;
  }

  .tab-items>.swiper-pagination-bullet {
    flex-direction: column;
  }

  .infos-box .differentials-infos p {
    font-size: 1.6rem;
  }

  .infos-box .differentials-infos .info-list p {
    justify-content: flex-start;
    font-size: 1.6rem;
    text-align: start;
  }
}

@media (max-width: 390px) {
  .tab-items>.swiper-pagination-bullet {
    font-size: 1rem;
    align-items: flex-start;
  }

  .tab-items>.swiper-pagination-bullet:first-of-type {
    margin: 0 0 0 0.4rem;
  }

  .our-differentials.wrapper-container {
    margin: 0;
  }
}

/*NEWS*/

.news {
  background: var(--white);
  padding: 12rem 0;
  overflow: hidden;
}

.news .news-content {
  display: flex;
  align-items: flex-start;
  gap: 4.6rem;
  width: 100%;
}

.news .news-content .news-infos h1 {
  font-size: 4.4rem;
  font-weight: 600;
  color: var(--grey-dark);
  letter-spacing: -0.015em;
  margin-bottom: 2.4rem;
  font-family: "bornasemibold";
}

.news .news-content .news-infos .line-set a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00695A;
  text-decoration:underline;
}

.news .news-content .news-infos .line-set a:hover{
  text-decoration: none;
}

.news .news-content .btn-open {
  border: .1rem solid #00695A;
  border-radius: 50%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  letter-spacing: initial;
  padding-bottom: 0.2rem;
}

.news .news-content .news-infos .slider-button {
  display: flex;
  justify-content: space-between;
  width: 11.1rem;
  margin-top: 4.5rem;
}

.previous-slide,
.next-slide {
  cursor: pointer;
  border-radius: 0;
  padding: 2rem 2rem 2rem 2rem;
}

.next-slide:hover{
  opacity:0.9;
}

.previous-slide.swiper-button-disabled,
.next-slide.swiper-button-disabled {
  background: none;
}

.previous-slide>img,
.next-slide>img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1rem;
  height: 1rem;
}

.previous-slide {
  background: rgba(41, 171, 103, 0.1);
}

.previous-slide:hover{
  opacity:0.9;
}

.next-slide {
  background: #00695A;
}

.news-slider {
  overflow: hidden;
}

.news-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 40rem;
}

.news-img {
  border-radius: 0.8rem;
  height: 100%;
}

.news-img a img {
  width: 40rem;
  height: 20rem;
  object-fit: cover;
}

.news-img a img:hover {
  opacity: 0.9;
}

.news-info {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.news-info-content span:not(.news-title) {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #00695A;
  text-transform: uppercase;
  gap: 1rem;
  align-items: center;
  display: flex;
}

.news-info-content .news-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--grey-black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 7.2rem;
  margin-bottom: 1rem;
}

.news-info-content .news-title:hover {
  opacity:0.9;
}

.news-info-content p {
  line-height: 120%;
}

.news-info-content .read-more {
  font-size: 1.2rem;
}

/* NEWS - MEDIA QUERIES */

@media (max-width: 1200px) {
  .news .news-content {
    gap: 2rem;
  }
}

@media (max-width: 1000px) {
  .news .news-content,
  .news-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5rem;
  }

  .news-infos {
    gap: 0;
  }

  .news-slider {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news {
    padding: 9rem 0;
  }

  .news .news-content .news-infos .slider-button {
    display: none;
  }
}

@media (max-width: 480px) {
  .news.wrapper-container {
    margin: 0 0 0 3rem;
  }

  .pagination-hero-box .total-companies {
    margin-right: 3rem;
  }

  .news .news-content .news-infos {
    margin-right: 3rem;
  }

  .news .news-content .news-infos>h1 {
    font-size: 3rem;
  }

  .news-img a img {
    width: 30rem;
    height: 15rem;
  }

  .news-info-content span:not(.news-title) {
    font-size: 1.6rem;
  }
}

/*FOR DEVELOPERS */

@media (max-width: 1024px) {
  .overview-intro p {
    font-size: 2.2rem;
  }
  .pagination-hero-box {
    bottom: 2rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    backdrop-filter: blur(5px);
  }
  
  .box-hero {
    padding: 6rem 0 8rem;
  }
  
  .box-hero .hero-text {
    margin-bottom: 3rem;
  }
}

@media (max-width: 890px) {
  .for-developers .for-developers-box .overview-developers .overview-intro {
    margin-top: 2rem;
  }

}

@media (max-width: 540px) {
  .for-developers .for-developers-box .overview-developers .overview-intro {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 505px) {
  .news-info-content .news-title {
    -webkit-line-clamp: initial;
    max-height: initial;
  }
}

@media (max-width: 425px) {
  .news-info,
  .news-box {
    align-items: center;
  }

  .news-info-content span {
    text-align: center;
    justify-content: center;
  }

  .overview-intro p {
    font-size: 1.8rem;
  }
}

@media (max-width: 393px) {
  .output {
    padding: 0 3rem;
  }
}

@media (max-width: 375px) {
  #for-dev {
    text-align: center;
  }
}

@media (max-width: 320px) {
  #for-dev {
    text-align: center;
  }

  .overview-intro h1 {
    font-size: 2rem;
    text-align: center;
  }

  #content-dev {
    padding: 0 2rem;
  }

  .coding.php img {
    padding: 0 5rem;
  }

  .output {
    padding: 0 3rem;
  }
}

/* CASES */
.swiper-wrapper {
  transition-timing-function: linear;
}

.header-section.cases {
  justify-content: center;
  margin-bottom: 5.8rem;
}

.cases-box {
  padding-bottom: 13.4rem;
}

.header-section.cases>.header-section-title {
  max-width: 34rem;
  text-align: center;
}

.case img {
  max-width: 28.9rem;
}

/* CONTACTS */
@media (max-width: 1024px) {
  .contacts h1 {
    font-size: 3rem;
  }
}

@media (max-width: 320px) {
  .contacts-intro-footer img {
    margin-right: 0;
  }
}

/* FOR DEVELOPERS */

.for-developers {
  background: #021A1A;
  padding: 8.2rem 0;
}

.for-developers .for-developers-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}

.for-developers .for-developers-box .overview-developers {
  min-width: 42.2rem;
  width: 42.2rem;
}

#for-dev {
  color: var(--primary-green);
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.385em;
  margin-bottom: 1.2rem;
}

.for-developers .for-developers-box .overview-developers .overview-intro h1 {
  font-size: 3.6rem;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.for-developers .for-developers-box .overview-developers .overview-intro p {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
}

.for-developers .for-developers-box .overview-developers .overview-intro {
  margin-bottom: 5.8rem;
}

.footer-overview,
.header-overview {
  display: flex;
  align-items: center;
}

.footer-overview {
  margin-top: 1.9rem;
}

.header-overview {
  margin-bottom: 0.8rem;
}

.footer-overview a {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-green);
  margin-left: 1.1rem;
}

.footer-overview a:hover {
  color:#FFFFFF;
}

.header-overview p {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  margin-left: 0.6rem;
}

.for-developers .for-developers-box .overview-developers .overview-sdk {
  width: 28.3rem;
  margin-bottom: 4.8rem;
}

.for-developers .for-developers-box .overview-developers .overview-modules {
  width: 31.6rem;
}

.for-developers .for-developers-box .overview-developers .overview-sdk>p,
.for-developers .for-developers-box .overview-developers .overview-modules>p {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 2rem;
}

.for-developers .for-developers-box .overview-developers .overview-sdk>a,
.for-developers .for-developers-box .overview-developers .overview-modules>a {
  background: var(--third-green);
  padding: 0.7rem 2.3rem 0.8rem 2.4rem;
  color: #021A1A;
  font-weight: 600;
  border-radius: 4rem;

  transition: filter 0.2s;
  max-width: max-content;
}

.for-developers .for-developers-box .overview-developers .overview-sdk>a:hover,
.for-developers .for-developers-box .overview-developers .overview-modules>a:hover {
  background:#25f27a;
}

.for-developers .for-developers-box .overview-developers img {
  width: 2.4rem;
  height: 2.4rem;
}

.for-developers .for-developers-box .overview-developers .arrow {
  width: 1rem;
  height: 1rem;
}

.for-developers .for-developers-box .overview-developers .overview-intro img {
  width: 2rem;
  height: 2rem;
}

.for-developers .application-examples {
  position: relative;
  max-width: 52rem;
}

.for-developers .application-examples video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}

/* Code Integration Styles */
.for-developers .integration__code {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.for-developers .code-tabs {
  display: flex;
  background: #2a2a2a;
  border-bottom: 1px solid #3a3a3a;
  padding: 0;
}

.for-developers .code-tab {
  background: transparent;
  border: none;
  color: #888;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.for-developers .code-tab:hover {
  color: #fff;
}

.for-developers .code-tab.active {
  color: #00DF82;
}

.for-developers .code-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #00DF82;
}

.for-developers .code-content {
  position: relative;
  min-width: 480px;
  min-height: 454px;
  overflow: hidden;
}

.for-developers .code-block {
  display: none;
  padding: 20px 20px 20px 60px;
  height: 100%;
  min-width: 550px;
  overflow: hidden;
  position: relative;
}

.for-developers .code-block.active {
  display: block;
}

.for-developers .code-block pre {
  margin: 0;
  background: transparent;
  border: none;
  overflow: auto;
  counter-reset: line;
  height: 100%;
  max-height: 414px; /* 454px - 40px padding */
}

/* Custom scrollbar for IDE look */
.for-developers .code-block pre::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.for-developers .code-block pre::-webkit-scrollbar-track {
  background: #2a2a2a;
}

.for-developers .code-block pre::-webkit-scrollbar-thumb {
  background: #4a4a4a;
  border-radius: 6px;
}

.for-developers .code-block pre::-webkit-scrollbar-thumb:hover {
  background: #5a5a5a;
}

.for-developers .code-block pre::-webkit-scrollbar-corner {
  background: #2a2a2a;
}

/* Firefox scrollbar */
.for-developers .code-block pre {
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
}

.for-developers .code-block code {
  color: #abb2bf;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre;
  display: block;
  overflow:hidden;
}

/* Code editor feel */

.for-developers .code-block::before {
  content: '1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20';
  position: absolute;
  left: 0;
  top: 20px;
  width: 40px;
  padding-right: 10px;
  text-align: right;
  color: #5c6370;
  font-size: 14px;
  line-height: 1.8;
  user-select: none;
  white-space: pre;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
  border-right: 1px solid #3a3a3a;
  margin-right: 10px;
}

/* Syntax highlighting - Comments */
.for-developers .code-block code .comment {
  color: #5c6370;
  font-style: italic;
}

/* Strings */
.for-developers .code-block code .string {
  color: #98c379;
}

/* Keywords */
.for-developers .code-block code .keyword {
  color: #c678dd;
}

/* Functions */
.for-developers .code-block code .function {
  color: #61afef;
}

/* Variables */
.for-developers .code-block code .variable {
  color: #e06c75;
}

/* Numbers */
.for-developers .code-block code .number {
  color: #d19a66;
}

/* Operators */
.for-developers .code-block code .operator {
  color: #56b6c2;
}

/* cURL specific */
.for-developers .code-block[data-lang="curl"] code {
  color: #98c379;
}

.for-developers .code-block[data-lang="curl"] .flag {
  color: #61afef;
}

/* PHP specific */
.for-developers .code-block[data-lang="php"] .php-tag {
  color: #c678dd;
}

.for-developers .code-block[data-lang="php"] .class-name {
  color: #e5c07b;
}

/* Python specific */
.for-developers .code-block[data-lang="python"] .decorator {
  color: #e5c07b;
}

.for-developers .code-block[data-lang="python"] .import {
  color: #c678dd;
}

/* JavaScript/Node specific */
.for-developers .code-block[data-lang="node"] .const {
  color: #c678dd;
}

.for-developers .code-block[data-lang="node"] .async {
  color: #c678dd;
}


/* FOR DEVELOPERS - MEDIA QUERIES */

@media (max-width: 1024px) {
  .overview-intro p {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #home {
    position: relative;
  }

  .for-developers .for-developers-box .application-examples {
    margin-top: 40px;
    max-width: 100%;
  }
  
  .for-developers .integration__code {
    font-size: 12px;
  }
  
  .for-developers .code-block code {
    font-size: 12px;
  }

  .for-developers .for-developers-box .overview-developers {
    min-width: unset;
    max-width: 42.2rem;
    width: 100%;
  }
}


/* Fix CartStack */

@media (max-width: 768px) {

  .for-developers .for-developers-box .overview-developers .overview-sdk,
  .for-developers .for-developers-box .overview-developers .overview-modules {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .overview-sdk>p {
    margin: 0 2rem 2rem;
  }
}

@media (max-width: 480px) {
  .for-developers .for-developers-box .overview-developers .overview-intro>h1 {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }

  #for-dev {
    font-size: 1rem;
  }

  .header-overview {
    margin-bottom: 1.9rem;
  }

  .footer-overview>a {
    font-size: 1.6rem;
  }

  .for-developers .for-developers-box .overview-developers .overview-sdk>p,
  .for-developers .for-developers-box .overview-developers .overview-modules>p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .overview-sdk>p {
    margin: 0;
  }
}

@media (max-width: 375px) {

  #for-dev {
    text-align: center;
  }

  .for-developers .for-developers-box .overview-developers .overview-intro>p {
    margin: 0 1rem;
  }
}
