@media (max-width: 1728px) {
  .site-banner .image-wrapper {
    margin-right: 0;
    max-width: 670px;
  }
  .who-we-are .title-wrapper .title {
    font-size: 50px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
  .header-inner .menu {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  body,
  .btn,
  .text-btn {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .pt-90 {
    padding-top: 60px;
  }
  .pb-90 {
    padding-bottom: 60px;
  }
  .mt-90 {
    margin-top: 60px;
  }
  .mb-90 {
    margin-bottom: 60px;
  }
  .btn {
    padding: 6px 16px;
    height: 50px;
  }
  .site-header {
    padding: 10px 0;
  }
  .header-inner .menu {
    gap: 22px;
  }
  .header-inner .menu .menu-item a,
  .header-inner .menu .sub-menu a {
    font-size: 14px;
  }
  .btn {
    height: 40px;
    border-radius: 12px;
    gap: 2px;
  }
  .open-menu {
    overflow: hidden;
  }
  .header-inner .site-logo img {
    max-width: 120px;
    max-height: 45px;
  }
  .header-inner .menu-header-menu-container,
  .header-inner .menu-header-menu-portuguese-container {
    position: fixed;
    top: 66px;
    left: -100%;
    width: 100%;
    height: calc(100dvh - 66px);
    overflow-y: auto;
    background: var(--white);
    transition: all 0.4s;
  }
  .open-menu .header-inner .menu-header-menu-container,
  .open-menu .header-inner .menu-header-menu-portuguese-container {
    left: 0;
  }
  .header-inner .menu,
  .header-inner .menu .menu-item a {
    display: block;
  }
  .header-inner .menu {
    height: 100%;
  }
  .header-inner .menu .menu-item a,
  .header-inner .menu .sub-menu a {
    font-size: 15px;
  }
  .header-inner .menu .menu-item-has-children > a,
  .header-inner .menu .sub-menu a,
  .header-inner .menu .menu-item a {
    padding: 10px 16px;
  }
  .header-inner .menu .menu-item-has-children > a {
    padding-right: 34px;
  }
  .header-inner .menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    display: none;
    transition: none;
    border-top: 1px solid var(--greyf5);
  }
  .header-inner .menu .sub-menu a {
    position: relative;
    color: var(--black);
    border-color: var(--greyf5);
    padding-left: 44px;
  }
  .header-inner .menu .sub-menu a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--black);
  }
  .header-inner .menu .menu-item-has-children > a::before {
    display: none;
  }
  .header-inner .menu .menu-item-has-children.active .mobile-menu-action {
    transform: rotate(-180deg);
  }

  .mobile-menu-action {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
    width: 44px;
    height: 44px;
    mask-size: 24px 24px;
    background-color: var(--grey55);
  }
  .header-inner .menu > .menu-item {
    border-bottom: 1px solid var(--greyf5);
  }
  .header-inner .menu .menu-item.current-menu-ancestor .mobile-menu-action {
    background-color: var(--secondary);
  }
  .header-inner .menu .sub-menu .menu-item.current-menu-item a::before{
    background-color: var(--white);
  }
  .toggle-wrapper .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
  }
  .toggle-wrapper .mobile-toggle::before,
  .toggle-wrapper .mobile-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .toggle-wrapper .mobile-toggle::before {
    top: 0;
  }
  .toggle-wrapper .mobile-toggle::after {
    bottom: 0;
  }
  .toggle-wrapper .mobile-toggle i,
  .toggle-wrapper .mobile-toggle::before,
  .toggle-wrapper .mobile-toggle::after {
    width: 100%;
    height: 1px;
    background: var(--secondary);
  }
  .open-menu .toggle-wrapper .mobile-toggle i {
    background: transparent;
  }
  .open-menu .toggle-wrapper .mobile-toggle::before,
  .open-menu .toggle-wrapper .mobile-toggle::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-menu .toggle-wrapper .mobile-toggle::before {
    transform: rotate(45deg);
  }
  .open-menu .toggle-wrapper .mobile-toggle::after {
    transform: rotate(-45deg);
  }
  .site-footer {
    padding: 40px 0px;
  }
  .footer-bottom {
    padding-top: 40px;
  }
  .hero-banner {
    min-height: calc(100dvh - 87px);
  }
  .count-list {
    gap: 30px;
  }
  .get-started-inner .title-wrapper {
    padding: 30px;
  }
  .our-services-wrapper .title-wrapper,
  .first-steps-wrapper .title-wrapper,
  .testimonial-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
  .our-services-list {
    gap: 30px;
  }
  .celebrate-earnings-inner .title-wrapper {
    max-width: 410px;
  }
  .steps-list {
    gap: 20px;
  }
  .steps-item {
    flex-direction: column;
    gap: 10px;
  }
  .steps-item .title {
    margin-bottom: 6px;
  }
  .personalized-support-inner {
    padding: 30px 10px;
  }
  .Why-should-inner {
    gap: 30px;
  }
  .faq-header {
    padding-top: 20px;
  }
  .faq-content,
  .faq-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .faq-item {
    margin-bottom: 20px;
  }
  .testimonial-pagination {
    margin-top: 20px;
  }
  .site-banner .image-wrapper,
  .site-banner .title-wrapper {
    max-width: 50%;
    width: 100%;
  }
  .plan-card {
    padding: 20px;
  }
  .plans-lists {
    gap: 24px;
  }
  .plan-card .plan-details-lists li {
    padding-left: 16px;
  }
  .plan-card .title-wrapper {
    margin-bottom: 30px;
  }
  .input-wrapper:not(:last-child) {
    margin-bottom: 24px;
  }
  .input-wrapper label {
    margin-bottom: 10px;
  }
  .input-wrapper label,
  input,
  textarea,
  select {
    font-size: 16px;
  }
  input,
  textarea,
  select {
    padding: 16px 20px;
  }
  .contact-details .breadcrumb {
    margin-bottom: 20px;
  }
  .contact-details p {
    margin-bottom: 24px;
  }
  .legal-document-card .inner-title {
    margin-bottom: 20px;
  }
  .legal-document-card .text-btn .icon {
    width: 20px;
    height: 20px;
  }
  .who-we-are .title-wrapper .small-title {
    margin-bottom: 16px;
  }
  .who-we-are .title-wrapper .title {
    font-size: 44px;
  }
  .traders-strategies-lists {
    gap: 40px;
  }
  .why-choose-traders .title-wrapper,
  .trade-content .title-wrapper {
    margin-bottom: 50px;
  }
  .explore-btn-wrapper {
    margin-top: 40px;
  }
  .trade-content-left ul.steps-list li {
    flex-direction: row;
  }
}

@media (max-width: 1023px) {
  body,
  .btn,
  .breadcrumb li {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .mt-90 {
    margin-top: 40px;
  }
  .mb-90 {
    margin-bottom: 40px;
  }
  .title-wrapper .title,
  .breadcrumb {
    margin-bottom: 10px;
  }
  .title-wrapper p {
    margin-bottom: 16px;
  }

  .site-footer .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .site-footer .footer-top {
    flex-direction: column;
    gap: 20px;
  }
  .footer-links-wrapper,
  .site-footer .footer-top {
    gap: 20px;
  }
  .footer-bottom {
    padding: 0;
  }
  .footer-top .responsibly-wrapper .responsibly-content,
  .footer-top .responsibly-wrapper p {
    max-width: 100%;
  }
  .footer-top .responsibly-wrapper,
  .footer-links ul {
    gap: 10px;
  }
  .footer-links ul a {
    font-size: 14px;
  }
  .footer-links h3 {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 200px;
  }
  .hero-banner {
    min-height: auto;
  }
  .btn-group {
    gap: 6px;
  }
  .get-started-inner .title-wrapper {
    padding: 20px;
  }
  .our-services-wrapper .title-wrapper,
  .first-steps-wrapper .title-wrapper,
  .testimonial-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
  .our-services-list {
    gap: 16px;
  }
  .our-services-item .title,
  .our-services-item p {
    margin-bottom: 8px;
  }
  .celebrate-earnings-inner .title-wrapper {
    max-width: 320px;
  }
  .celebrate-earnings-inner {
    gap: 16px;
  }
  .Why-should-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .Why-should-inner .title-wrapper {
    text-align: center;
  }
  .faq-item {
    margin-bottom: 10px;
  }
  .open-account-inner .title-wrapper {
    max-width: 460px;
  }
  .plan-card .title-wrapper {
    margin-bottom: 16px;
  }
  .plan-card .price-badge {
    padding: 10px 20px;
    margin-bottom: 12px;
  }
  .plans-lists {
    gap: 16px;
  }
  .plan-card {
    padding: 16px;
  }
  .plan-card .plan-details-lists li {
    padding-left: 14px;
  }
  .plan-card .plan-details-lists li::before {
    top: 9px;
  }
  .contact-us-wrapper {
    gap: 20px;
  }
  .input-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  .input-wrapper label,
  input,
  textarea {
    font-size: 14px;
  }
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .legal-documents .title {
    margin-bottom: 30px;
  }
  .legal-documents-lists {
    gap: 40px 24px;
  }
  .legal-document-card .inner-title {
    margin-bottom: 16px;
  }
  .who-we-are .title-wrapper .small-title {
    font-size: 16px;
  }
  .who-we-are .title-wrapper .title {
    font-size: 30px;
  }
  .who-we-are-card-lists {
    gap: 20px;
  }
  .who-we-are-card {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .who-we-are-card .image-box {
    margin-inline: auto;
  }
  .who-we-are-card .card-title {
    margin-bottom: 12px;
  }
  .traders-strategies-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .strategie-card .image-box {
    width: 120px;
    height: 120px;
  }
  .why-choose-traders .title-wrapper,
  .trade-content .title-wrapper {
    margin-bottom: 30px;
  }
  .site-cfds-wrapper {
    padding: 30px;
    gap: 60px;
  }
  .site-cfds-wrapper .title {
    margin-bottom: 16px;
  }
  .trade-content-left h3 {
    margin-bottom: 12px;
  }
  .trade-content-left ul.steps-list .steps-item .title {
    font-size: 16px;
  }
  .trade-content-left ul.steps-list .steps-item .count {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: var(--white);
  }
  .steps-item .count::before {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.3;
  }
  body,
  .btn {
    font-size: 13px;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  .pt-90 {
    padding-top: 25px;
  }
  .pb-90 {
    padding-bottom: 25px;
  }
  .mt-90 {
    margin-top: 25px;
  }
  .mb-90 {
    margin-bottom: 25px;
  }
  .text-btn {
    font-size: 14px;
  }
  .count-list {
    gap: 14px;
  }
  .count-list li span {
    margin-bottom: 2px;
  }
  .toggle-wrapper .mobile-toggle {
    width: 25px;
    height: 17px;
  }
  .header-action,
  .toggle-wrapper {
    gap: 4px;
  }
  .header-inner .site-logo img {
    max-width: 80px;
    max-height: 35px;
  }
  .header-action .btn {
    font-size: 11px;
    padding: 10px 8px;
    gap: 0;
    height: 34px;
    border-radius: 10px;
  }
  .header-action .btn .icon {
    width: 14px;
    height: 14px;
  }
  .header-inner .menu-header-menu-container,
  .header-inner .menu-header-menu-portuguese-container {
    top: 55px;
    height: calc(100dvh - 55px);
  }
  .footer-links-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-links ul {
    gap: 6px;
  }
  .site-footer {
    text-align: center;
  }
  .footer-logo img {
    width: 180px;
  }
  .footer-top .responsibly-wrapper {
    flex-direction: column;
  }
  .footer-top .responsibly-wrapper span {
    margin: auto;
  }
  .footer-top .responsibly-wrapper h3 {
    margin-bottom: 8px;
  }
  .footer-links-wrapper .footer-links {
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 10px;
  }
  .footer-links-wrapper,
  .site-footer .footer-top {
    gap: 10px;
  }
  .site-footer {
    padding: 20px 0;
  }
  .btn .icon {
    width: 16px;
    height: 16px;
  }
  .hero-banner {
    padding: 50px 0;
  }
  .hero-banner .content-wrapper .btn-group {
    flex-direction: column;
    align-items: stretch;
  }
  .count-list li span.h4 {
    font-size: 18px;
  }
  .get-started-inner {
    flex-direction: column-reverse;
    border-radius: 12px;
  }
  .get-started-inner .title-wrapper,
  .get-started-inner .image-wrapper {
    max-width: 100%;
  }
  .get-started-inner .title-wrapper {
    padding: 14px;
    border-top: 1px solid var(--secondary);
  }
  .our-services-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .site-cfds-wrapper .title {
    line-height: 1.25;
  }
  .trade-content-left ul.steps-list .steps-item .title {
    font-size: 14px;
  }
  .our-services-item .title {
    font-size: 16px;
  }
  .our-services-item .link .icon {
    width: 18px;
    height: 18px;
  }
  .our-services-item .link {
    font-size: 12px;
    gap: 0;
  }
  .our-services-item p {
    line-height: 1.3;
  }
  .our-services-image {
    order: 10;
  }
  .our-services-image img {
    margin: auto;
  }
  .our-services-image:last-child {
    grid-column: span 2;
  }
  .celebrate-earnings-inner {
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--secondary);
    border-radius: 12px;
    overflow: hidden;
  }
  .celebrate-earnings-inner .title-wrapper {
    max-width: 100%;
    padding: 14px;
    border-top: 1px solid var(--secondary);
  }
  .steps-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .steps-item:last-child {
    grid-column: span 2;
  }
  .steps-item {
    border: 1px solid var(--secondary);
    border-radius: 12px;
    text-align: center;
    padding: 8px;
  }
  .steps-item .count {
    margin: 0 auto;
  }
  .steps-item .count::before {
    font-size: 18px;
  }
  .steps-item .count {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }
  .personalized-support-inner {
    padding: 14px;
  }
  .personalized-support-inner .title-wrapper img {
    max-width: 100px;
    max-height: 85px;
  }
  .our-services-wrapper .title-wrapper,
  .first-steps-wrapper .title-wrapper,
  .testimonial-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
  .Why-should-inner {
    gap: 24px;
  }
  .faq-item {
    border-radius: 12px;
  }
  .faq-content,
  .faq-header {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .faq-header {
    padding-top: 10px;
  }
  .faq-title .icon {
    width: 18px;
    height: 18px;
  }
  .faq-title {
    font-size: 16px;
  }
  .open-account-inner {
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--secondary);
    border-radius: 12px;
  }
  .open-account-inner.order-reverse,
  .celebrate-earnings-inner.order-reverse {
    flex-direction: column;
  }
  .open-account-inner .title-wrapper,
  .open-account-inner .image-wrapper {
    padding: 14px;
  }
  .open-account-inner .image-wrapper {
    padding-bottom: 0;
  }
  .open-account-inner .title-wrapper {
    max-width: 100%;
    border-top: 1px solid var(--secondary);
  }
  .open-account-wrapper {
    padding-bottom: 25px;
  }
  .testimonial-pagination {
    margin-top: 10px;
  }
  .testimonial-item {
    padding: 16px;
  }
  .testimonial-item .rating,
  .testimonial-item p,
  .testimonial-item .top {
    margin-bottom: 10px;
  }
  .site-banner .banner-inner {
    flex-direction: column;
    gap: 10px;
  }
  .site-banner .image-wrapper,
  .site-banner .title-wrapper {
    max-width: 100%;
  }
  .site-banner .title-wrapper {
    text-align: center;
  }
  .site-banner .title-wrapper .breadcrumb {
    justify-content: center;
  }
  .site-banner .title-wrapper {
    padding-bottom: 0;
  }
  .plans-lists {
    grid-template-columns: repeat(1, 1fr);
  }
  .plan-card .plan-details-lists {
    column-count: 1;
  }
  .plan-card .plan-details-lists li {
    margin-bottom: 8px;
  }
  .plan-card .plan-details-lists li::before {
    top: 7px;
  }
  .contact-us-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-details {
    border-bottom: 1px solid var(--secondary);
    padding-bottom: 20px;
  }
  .contact-details .breadcrumb {
    margin-bottom: 10px;
  }
  .contact-details p {
    margin-bottom: 20px;
  }
  .contact-support-lists {
    gap: 18px 10px;
  }
  input,
  textarea,
  select {
    border-radius: 12px;
    padding: 14px 20px;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  .input-wrapper label {
    margin-bottom: 8px;
  }
  .legal-document-card .inner-title {
    margin-bottom: 20px;
  }
  .legal-documents-lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .legal-document-card .text-btn .icon {
    width: 18px;
    height: 18px;
  }
  .legal-documents .title {
    margin-bottom: 20px;
  }
  .legal-document-card .inner-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.3;
  }
  .legal-document-card .inner-title br {
    display: none;
  }
  .who-we-are-card-lists {
    grid-template-columns: repeat(1, 1fr);
  }
  .who-we-are .title-wrapper .title {
    font-size: 26px;
  }
  .site-cfds-wrapper .title {
    margin-bottom: 10px;
  }
  .site-cfds-wrapper {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .why-choose-traders .title-wrapper,
  .trade-content .title-wrapper {
    margin-bottom: 16px;
  }
  .strategie-card .image-box {
    width: 80px;
    height: 80px;
  }
  .strategie-card .inner-title {
    font-size: 16px;
  }
  .explore-btn-wrapper {
    margin-top: 30px;
  }
  .breadcrumb li {
    font-size: 12px;
    padding-right: 15px;
    margin-right: 6px;
  }
  .breadcrumb li::before {
    width: 8px;
    height: 3px;
  }
  .trade-content-inner {
    flex-direction: column;
    background: var(--greyf5);
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 20px;
    padding: 14px;
  }
  .trade-content-left,
  .trade-content-right {
    max-width: 100%;
  }
  .trade-content-left ul.steps-list li {
    flex-direction: column;
  }
  .trade-content-left ul.steps-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .input-wrapper .intl-tel-input .flag-container .selected-flag {
    padding-left: 20px;
    width: 115px !important;
  }
  .input-wrapper .intl-tel-input input {
    padding-left: 125px !important;
  }
  .input-wrapper .intl-tel-input .selected-flag .iti-arrow {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}

@media (max-width: 350px) {
  .header-action .btn {
    font-size: 8px;
    padding: 6px;
    gap: 0;
    height: 26px;
    border-radius: 5px;
  }
  .header-inner .language-btn img {
    width: 30px;
  }
  .header-inner .menu-header-menu-container,
  .header-inner .menu-header-menu-portuguese-container {
    top: 48px;
    height: calc(100dvh - 50px);
  }
}
