@media (max-width: 1400px) {
  .logo img {
    width: 76%;
  }

  nav#navbar a {
    font-size: 18px;
  }
.contact-option-icon {
        width: 62px;}
  .auth-buttons button {
    font-size: 15px;
  }

  .hero-content h1 {
    font-size: 58px;
  }

  .hero-content p {
    margin-bottom: 27px;
    font-size: 19px;
    line-height: 28px;
  }

  .hero-buttons .btn {
    padding: 16px 10px;
    font-size: 17px;
    line-height: 30px;
  }


  .auth-buttons {
    gap: 20px;
  }

  p.home_product_subtitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
  }

  .home_product_icon img {
    width: 70px;
    height: auto;
  }

  .home_product_content h3 {
    font-weight: 600;
    font-size: 25px;
  }

  .home_product_content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
  }

  .trade_tab {
    padding: 8px 20px;
    font-size: 17px;
    line-height: 30px;
  }

  p {
    font-size: 16px;
    line-height: 148%;
  }

  .making_section_row {
    margin-bottom: 25px;
  }

  .customer_card h3 {
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
  }

  .customer_card p {
    font-size: 18px;
  }

  .customer_icon img {
    width: 38px;
    margin-bottom: 20px;
  }

  .feature_text h3 {
    margin: 0 0 15px;
    font-size: 34px;
    line-height: 39px;
    width: 68%;
  }

  .micro_subheading {
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
  }

  .micro_features li {
    font-size: 16px;
  }

  .features-title {
    line-height: 47px;
    width: 60%;
    margin: 0 auto;
  }

  .platforms_subheading {
    font-size: 28px;
    line-height: 37px;
  }

  .platforms_buttons a {
    font-size: 16px;
  }

  .foundation_subtitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 37px;
  }

  .foundation_card h3 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 5px;
  }

  p.blog_subtitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
  }

  .blog_title {
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
  }

  .footer_logo {
    width: 60%;
    margin-bottom: 15px;
  }

  .footer_main {
    padding: 30px 0px 15px 0px;
    font-size: 14px;
  }

  .footer_brand {
    max-width: 30%;
  }

  .card-title {
    font-size: 23px !important;
    line-height: 29px !important;
  }

  .blog-title {
    font-size: 40px !important;
  }

  .footer_column ul li a {
    font-size: 17px;
    line-height: 27px;
  }

  .footer_column {
    min-width: 100px;
  }

  .footer_links p {
    font-weight: 400;
    font-size: 17px;
  }

  .research-terminal-title {
    max-width: 65%;
  }

  .header-text h1 {
    font-size: 58px !important;
  }

  .hero-title {
    font-size: 58px !important;
    line-height: 100%;
  }

  .stat-icon svg {
    margin-bottom: 10px;
    width: 40px !important;
    height: 40px !important;
  }

  .stat-number {
    font-weight: 500;
    font-size: 45px !important;
    line-height: 50px;
  }

  .stat-card {
    padding-top: 25px !important;
  }

  .stats-container {
    gap: 35px !important;
  }

  .hero-subtitle {
    font-size: 58px;
    line-height: 100%;
  }

  .values-heading {
    width: 68% !important;
  }

  .customer_card {
    padding-top: 25px;
  }
}

@media (max-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 767px) {
  .header-inner {
    justify-content: space-between;
  }

  nav {
    position: fixed;
    top: 0;
    right: -100%;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 80px;
    transition: right 0.3s ease;
    z-index: 999;
    justify-content: start;
    align-items: start;
    overflow: auto;
  }

  .nav-list {
    padding-left: 20px;

  }

  nav.active {
    right: 0;
  }

  .close-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 56px;
    background: none;
    border: none;
    cursor: pointer;
  }

  nav#navbar a {
        font-weight: 500;
        font-size: 19px;
        line-height: 20px;
    text-align: left;
    display: flex;
    /* width: 100%; */
  }

  .auth-buttons {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }

  .auth-buttons button {
    width: 100%;
    font-size: 18px;
    padding: 24px 0;
  }

  nav a {
    font-size: 18px;
  }

  .toggle-btn {
    display: block;
    font-size: 43px;
    background: none;
    border: none;
    cursor: pointer;
    color: #1e1f4e;
  }

  body.no-scroll {
    overflow: hidden;
  }

  .sm-none {
    display: none;
  }

  .features-title {
    width: 100%;
  }

  .lg-none {
    display: block;
  }

  .hero-section {
    flex-wrap: wrap;
  }

  .hero-content {
    width: 100%;
    width: 72%;
        margin: 0 auto;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    margin-top: 1em;
  }

  .hero-content p {
      margin:0 auto;
    margin-bottom: 27px;
    font-size: 17px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }

  .home_product_card {
    width: 100%;
  }

  p.home_product_subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 70%;
  }

  .owl-carousel.owl-theme.owl-banner .owl-dots {
    bottom: 0px;
  }

  .feature_content {
    min-height: 800px;
    min-height: max-content;
  }

  .micro_image {
    width: 200px;
  }
.home_product_content p{
  font-size: 19px;
  text-align: left;
}

.home_product_content {
        padding: 18px;
}
  p.home_product_subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }

  .account_pill_bg {
    background-size: cover;
  }

  .foundation_section {
    overflow: hidden;
  }

  h2 {
    font-size: 35px;
    line-height: 46px;
  }

  .home_product_icon img {
    width: 75px !important;
    height: auto;
  }

  .header-text h1 {
    font-size: 42px !important;
  }

  .about-header {
    min-height: 50vh !important;
  }

  .contact-option-description {
    min-height: 30px;
  }

  .values-heading {
    width: 100% !important;
  }

  .about-header {
    padding-bottom: 0px !important;
  }

  .hero-title {
    font-size: 50px !important;
    line-height: 100%;
  }

  .trade_content.trade_show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    width: 100%;
    overflow: scroll;
  }

  .trade_tab-container {
    flex-wrap: wrap;
  }

  .making_section_image {
    padding-right: 0px;
  }

  .making_section_button {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 16px 10px;
  }

  p {
    font-size: 17px;
    line-height: 148%;
    text-align: justify;
  ord-spacing: -0.1em;
  }

  .making_section {
    padding: 40px 0px;
  }

  .start_row {
    flex-wrap: wrap;
  }

  .start_trading_section .accordion {
    padding-top: 20px;
    width: 100%;
    padding-right: 0px;
  }

  .start_trading_section-para {
    text-align: justify !important;
  }

  .trading_account {
    width: 100%;
    position: relative;
    padding: 20px 0px 0px 0px;
  }

  .platforms_section {
    padding: 0px 0 40px;
  }

  .platforms_images {
    margin-bottom: 2em;
  }

  .account_pill_phone img {
    max-width: 97px;
    height: auto;
    z-index: 2;
    position: relative;
  }

  .customer_cards {
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .customer_card {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .micro_subheading {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 90%;
  }

  .micro_tabs {
    gap: 5px;
    border: 0;
    justify-content: space-between;
    overflow: auto;

  }

  .micro_tab {
    padding: 3px 18px;
    position: relative;
    font-size: 20px;
  }

  .micro_tab:not(.active) {
    border-bottom: 3px solid rgba(128, 128, 128, 0.858);

  }

  .micro_features {
    flex: unset;
    width: 100%;
    order: 1;
  }

  .micro_tab_content {
    flex-wrap: wrap;
  }

  .micro_image_label {
    margin: 0 auto;
    overflow: hidden;
  }

  .micro_btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
  }

  .platforms_buttons a {
    padding: 20px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .platforms_content {
    order: 2;
  }

  .platforms_subheading {
    font-size: 25px;
    line-height: 33px;
  }

  .platforms_buttons {
    flex-wrap: wrap;
  }

  .foundation_subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }

  p.blog_subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }

  section.blog_section {
    padding-left: 5px;
    padding-top: 50px;
  }

  section.why_choose_section h2 {
    text-align: center;
    margin-bottom: .2em;
  }

  .feature_wrapper {
    margin-top: 1em;
  }

  .footer_top {
    flex-direction: column;
    gap: 30px;
  }

  .footer_links {
    width: 100%;
    gap: 30px;
  }

  .footer_column.footer_socials {
    width: 100%;
  }

  .footer_logo {
    width: 60%;
  }

  .footer_bottom {
    gap: 10px;
    text-align: center;
  }

  .footer_column {
    min-width: 45%;
  }

  .hero-buttons {
    text-align: center;
  }

  .hero-buttons .btn {
    margin-top: 20px;
    width: 100%;
  }

  .hero-image {
    position: relative;
    width: 100%;
  }

  .feature_content {
    background: #fff;
    flex-direction: column;
    padding-bottom: 30px;
    border-radius: 10px;
  }

  .feature_image img {
    width: 100%;
    border-radius: 0px;
  }

  .feature_content_wrap {
    height: auto;
  }

  .feature_text {
    padding: 5px 19px;
  }

  .feature_text h3 {
    font-size: 32px;
    width: 100%;
  }

  .micro_features li {
    font-size: 16px;
    text-align: justify;
  }

  .micro_features li::before {
    width: 13px;
    height: 13px;
  }

  .foundation_card {
    width: 100%;
    max-width: 100%;
  }

  .foundation_icon img {
    width: 50px !important;
    height: 50px !important;
  }

  .foundation_container {
    width: 100%;
  }

  .foundation_cards {
    margin-left: 5%;

  }

  .owl-carousel .foundation_card {
    height: 100%;
  }

  .foundation_cards {
    flex-wrap: wrap;
  }

  .footer_tagline {
    width: 100%;
  }

  .footer_brand {
    max-width: 100%;
    flex: unset;
  }

  .nav-list {
    flex-direction: column;
    gap: 20px;
  }

  nav .lg-none {
    width: 100%;
  }
}

/* Mobile View Owl Carousel Styles */
@media (max-width: 991px) {
  .feature_wrapper {
    width: 100%;
    padding: 0;
  }

  .lg-none .feature_content {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  .lg-none .feature_content .feature_image {
    margin-bottom: 20px;
  }

  .lg-none .feature_text h3 {
    margin-bottom: 10px;
  }

  .lg-none .item {
    padding: 10px;
  }

  /* Owl Carousel Custom Styles */
  .owl-carousel {
    position: relative;
  }

  .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  /* Improve touch swiping */
  .owl-carousel .owl-stage {
    display: flex;
    touch-action: pan-y;
  }

  .owl-carousel .owl-item {
    flex-shrink: 0;
    width: 100%;
  }
}

/* responsive contact section start */

/* Responsive styles */
@media (max-width: 768px) {
  .contact-options {
    flex-direction: column;
  }

  .contact-form {
    margin-top: 0;
  }

  .help-section {
    flex-direction: column;
  }

  .help-address-text {
    max-width: 100%;
  }

  .account-type-features {
    padding: 10px 0px 30px;
  }

  .account-type-card {
    box-shadow: none;
    border-radius: 10px;
  }

  .header-title {
    font-size: 30px;
  }

  .contact-container {
    padding: 0;
  }

  .help-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .group-input {
    flex-direction: column;
    gap: 0;
  }

  .form-submit {
    width: 100%;
  }

  .market-title,
  .market-subtitle {
    font-size: 30px;
    line-height: 1;
  }

  .market-description {
    font-size: 16px;
  }

  .market-buttons {
    flex-direction: column;
  }

  .help-info {
    order: 2;
  }

  .contact-sm-hide {
    display: none;
  }

  .contact-sm-show {
    display: block;
  }
}

/* contact section responsive end */

/* platform section responsive start */

/* Responsive Styles */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 2.5rem;
  }

  .webtrader-title {
    font-size: 2.2rem;
  }

  .trading-platform-title {
    font-size: 2.2rem;
  }

  .research-terminal-title {
    font-size: 2.2rem;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .platform-hero-content,
  .hero-image {
    width: 100%;
    text-align: center;
  }

  .hero-image {
    margin: 3em 0;
  }
.feature_text p {
        text-align: justify;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        word-spacing: -0.1em;
}
  .platform-hero-buttons {
    justify-content: center;
  }

  .features-grid {
    flex-direction: column;
  }

  .feature-card {
    max-width: 100%;
  }

  .feature-icon {
    width: 120px;
    height: 120px;
  }


  .webtrader-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .webtrader-image {
    order: 1;
  }

  .webtrader-title,
  .webtrader-subtitle,
  .webtrader-description,
  .trading-platform-title {
    margin-bottom: 0.2em;
  }

  .trading-platform-image {
    margin: 1em 0;
  }

  .research-terminal-container {
    padding: 1rem 5%;
  }

  .webtrader-description {
    text-align: center;
  }

  .webtrader-container {
    padding: 2em 5% 0;
  }

  .webtrader-text,
  .webtrader-image {
    width: 100%;
    text-align: center;
  }

  .webtrader-image {
    margin: 1.5em 0;
  }

  .trading-platform-description {
    text-align: center;
  }

  .making_section_content h2 {
    text-align: center;
  }

  .start_trading_section .container h2 {
    text-align: center;
    margin-bottom: 0.3em;
  }

  .making_section_column h3 {
    font-size: 25px;
  }

  .research-terminal-grid {
    grid-template-columns: 1fr;
  }

  .features-container {
    padding: 0 5%;
  }

  .sm-platform-show {
    display: block;
  }

  .sm-platform-hide {
    display: none;
  }

  .lg-platform-show {
    display: none;
  }

  .lg-platform-hide {
    display: block;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .owl-carousel.owl-theme.owl-banner .icon4,
  .owl-carousel.owl-theme.owl-banner .icon1,
  .owl-carousel.owl-theme.owl-banner .icon2,
  .owl-carousel.owl-theme.owl-banner .icon3 {
    width: 90px;
  }

  .hero-description {
    font-size: 1.2rem;
    text-align: center;
  }

  .owl-carousel.owl-theme.owl-banner.owl-loaded.owl-drag img.main-img {
    width: 100%;
    height: 300px;
    object-fit: fill;
  }

  .platform-hero-buttons {
    flex-direction: column;
  }

  .features-title {
    line-height: 40px;
    font-size: 31px;
  }


  .trading-platform-title {
    font-size: 1.8rem;
    width: 100%;
    line-height: 40px;
  }

  .research-terminal-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .faq-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .faq-question {
    font-size: 1.1rem;
  }

  .faq-container {
    padding: 1rem 5%;
  }
}

/* platform section responsive end */


@media (max-width: 768px) {
  .social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* background-color: #f8f9fa;
      border-top: 1px solid #e9ecef; */
    gap: 25px;
    width: 100%;
  }

  .social-icon {
         width: 30px;
        height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
    font-size: 20px;
    object-fit: contain;
  }

  .social-icon svg {
    color: white;
     width: 16px !important;
      height: 16px !important;
  }

  .social-container a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .social-facebook {
    background: linear-gradient(45deg, #3b5998, #4267B2);
  }

  .social-twitter {
         background: linear-gradient(45deg, #000000, #000000);
  }

  .social-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  }

  .social-linkedin {
    background: linear-gradient(45deg, #0077b5, #005885);
  }

  .social-youtube {
    background: linear-gradient(45deg, #ff0000, #cc0000);
  }

  .social-tiktok {
    background: linear-gradient(45deg, #000000, #333333);
  }


  .footer_top {
    flex-wrap: wrap;
  }

  form#contactForm {
    width: 100%;
  }

  .help-info {
    flex: 1;
    max-width: 100%;
  }

  .home_product_container {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
  }
.owl-carousel.home_product_slider.owl-loaded.owl-drag {
    padding-left: 20px;
}
  section.banner_slider {
    padding-bottom: 40px;
  }
}

/* Demo content for desktop */
.demo-content {
  padding: 40px;
  text-align: center;
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  .demo-content {
    padding: 20px;
  }
.blog_slider.owl-carousel.owl-loaded.owl-drag {
        padding-left: 10px;
}
}