/* For mobile devices (max width 768px) */
@media only screen and (max-width: 768px) {

.navbar {
  border-radius: 20px;
  padding: 6px 0px!important;
  background-color: #201F1F;
  margin: 0px 0px 0px 0px;
  border: 1px solid #90939D;
}
.tm_logo {width: 70px;}


.navbar-toggler {

    color: rgb(255 255 255);
    background-color: transparent;
    border: 1px solid #fff;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
.top_section h1 {
    margin: 34px 0px 0px 0px;
    font-size: 34px;
    font-family: 'Goli-Regular';
}
/*.mobile_app {     max-width: 100%;
    height: auto; }
.history {max-width: 50%;
    height: auto;}
.chart {max-width: 50%;
    height: auto;}
}*/
.hero-images .history-img {
    left: 0px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50%;
}

.hero-images .chart-img {
    right: 0px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50%;
}
.top_section p {margin-bottom: 20px;}
.partner-logo-box {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30%;
    /*min-height: 60px;*/
    transition: all 0.3s ease;
    margin-left: -1px;
}

.partner-logo-box {
height:100% !important;
    width: 100%;    /* 2 per row with small gap */
  }


.broker-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-left: 30px!important;
  }
  .broker-name,
  .broker-rating,
  .broker-features {
    min-width: 100%;
    margin-right: 0px!important;
    margin-bottom: 10px;
  }
  .btn-preview {
    align-self: flex-start;
    margin-top: 10px;
  }


.broker-logo-box {
margin-right: 0px!important ;
margin-bottom: 10px;
}

.mission .overlay-text {
    position: absolute;
    font-size: 60px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    z-index: 0;
    bottom: 190px;
}
.mission .overlay-text1 {
    position: absolute;
    font-size: 80px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.05);
    z-index: 0;
    bottom: 133px;
    left: 52px;
}
.subscribe-box {margin-top: 0px; margin-bottom: 50px;}

.footer-section h3 {
    font-size: 22px;
}
.tm_copy {text-align: center;}

.testimonial-left{
    background: #1f2730;
    padding: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 360px;
    width: 100%;
}
.testimonial-right {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    flex: none;
}
.testimonial-left .item p {
    font-size: 26px;
    margin: 20px 0;
    color: #fff;
}
.testimonial-container {
    max-width: 1250px;
    margin: auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 20px 0px;
}


.custom-accordion .accordion-button {
    font-size: 0.95rem;
    padding-right: 45px;
  }
  .custom-accordion .accordion-button::after {
    right: 10px;
  }

.policy h3 {
    font-size: 36px;
    color: #fff;
}
.category_inner h2 {
    color: #fff;
    font-size: 30px;
}

.section_a {
    margin: 0px 0px 70px 0px;
}
.section_b {
    margin: 0px 0px 50px 0px;
}

 } 

/* For very small mobile devices (max width 480px) */
@media only screen and (max-width: 480px) {
  .tm_logo {}
  .broker-categories .btn {
    color: #fff;
    border-radius: 22px;
    padding: 8px 10px;
}

.section_a {
    margin: 0px 0px 50px 0px;
}
.section_b {
    margin: 0px 0px 50px 0px;
}


}