body {
  font-family: 'Goli-Regular';
  background-color: #120f15;
}

.hero-section {
background: #0F0F0F;
background: linear-gradient(180deg,rgba(15, 15, 15, 1) 48%, rgba(13, 5, 67, 1) 85%);

}
.cstm_head{
        font-size: 20px !important;
}
.cstm_headingtwo{
    color: #fff !important;
}
.navbar {
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  background-color: #201F1F;
  margin: 22px 70px 0px 70px;
  border: 1px solid #90939D;
}
.tm_logo {}
.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin: 0 10px;
}
.nav_ft i {color: #fff;}
.dropdown-toggle::after {
    color: #000;
}

.navbar .nav-link:hover {
  color: #6c63ff !important;
}
.visit-btn {
  background: linear-gradient(90deg, #6c63ff, #836fff);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.visit-btn:hover {
  opacity: 0.9;
}
.signup-btn {
  background: linear-gradient(90deg, #6c63ff, #836fff);
  color: #fff !important;
  padding: 14px 40px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.signup-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Dropdown hover effect (optional) */
.navbar .dropdown-menu {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
}
.navbar .dropdown-item {
  color: #fff;
}
.navbar .dropdown-item:hover {
  background: #6c63ff;
  color: #fff;
}

.btn-primary {
  background: linear-gradient(90deg, #6c63ff, #836fff);
  border: none;
}

.shadow {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}


.hero-images {
  display: inline-block;
  position: relative;
}

.hero-images .main-mobile {
  z-index: 1;
  position: relative;
}

.hero-images .history-img {
  
  left: -306px;
    top: 46%;
  transform: translateY(-50%);
  z-index: 2;
}

.hero-images .chart-img {
  
  right: -248px;
  top: 34%;
  transform: translateY(-50%);
  z-index: 2;
}

/* section a end */





.section-b {width: 100%; height: 300px; background-color: gray;}

/* section footer start */


/* Footer Gradient Background */
.footer-section {

background: #100E0F;
background: linear-gradient(176deg, rgba(16, 14, 15, 1) 30%, rgba(34, 24, 66, 1) 73%);
  /*border-top: 1px solid rgba(255,255,255,0.1);*/
}
.join_us {background-color: #FF9600; color: #fff;}
.join_us:hover {background-color: #b36d09; color: #fff;}

/* Glass effect for subscribe box */
.subscribe-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 15px;
  max-width: 1000px;
  margin: 30px 0px 90px 0px;
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 5px;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #6c63ff;
  border-color: #6c63ff;
}


/* section footer end */


/* section review start */
.indicator-wrap {
  position: relative;
  width: 4px;
  height: 100%;
  display: flex;
  justify-content: center;
}

.indicator-line {
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.2);
  position: absolute;
  top: 0;
}

.indicator-thumb {
  width: 3px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(180deg, #FAA81F);
  position: absolute;
  top: 0;
  left: 0px;
  transition: top 0.4s ease;
}



.customer-list-wrapper {
  position: relative;
  height: 380px; /* 3 cards visible */
  overflow: hidden;
}
.customer-list {
  transition: transform 0.5s ease;
}


.customer-list .customer-card {
  border: 1px solid gray;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.05);
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.customer-list .customer-card.active {
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
}
.testimonial-box {
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  transition: 0.5s;
}




.customer-list .customer-card img {
  width: 86px; height: 86px;
  object-fit: cover;
  border: 4px solid #fff;
}

/* Vertical Indicator (simple placeholder) */
.vertical-indicator {
  width: 3px;
  height: 100px;
  margin-left: 30px;
  background: linear-gradient(180deg,#6c63ff,#836fff);
  border-radius: 5px;
}

/* Testimonial Box */
.testimonial-box {
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
}
/* section review end */

/* section about start */

.trusted-partners-section {
background: #100E0F;
background: linear-gradient(176deg,rgba(16, 14, 15, 1) 65%, rgba(31, 22, 62, 1) 85%);
  padding: 70px 0px 70px 0px;
}

.trusted-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.trusted-title .title-text {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.trusted-title .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a1a1a1, transparent);
}

.trusted-title .line.left {
  background: linear-gradient(90deg, transparent, #a1a1a1);
}
.trusted-title .line.right {
  background: linear-gradient(90deg, #a1a1a1, transparent);
}


.partner-logo-box {
width: 18%;
    height: 70px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 60px;
    transition: all 0.3s ease;
    margin-left: -10px;
}

.partner-logo-box img {
width: 100% !important;
    height: 150px;
    object-fit: contain !important;
    max-height: 30px;
    transition: filter 0.3s ease;
}

.partner-logo-box:hover {
  border-color: #6c63ff;
}
.partner-logo-box:hover img {
  filter: none;
}
.carousel-control-next, .carousel-control-prev {
    display: none !important;}
.text10 {font-size: 200px;}

.review-avatars .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-left: -10px;
}
.review-avatars .avatar:first-child {
  margin-left: 0;
}


.vl {
  border-left: 1px solid #2c2c2c;
  height: 500px;

}


/* section about end */

/* briker review start */
.broker-item {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
.broker-item:hover {
  border-color: rgba(111, 66, 193, 0.8);
  box-shadow: 0 0 15px rgba(111, 66, 193, 0.5);
}

.broker-logo-box {
  width: 100px;
  height: 60px;
  background: #fdd75b; /* Yellow-ish */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.broker-logo-box img {
  max-width: 80%;
  max-height: 80%;
}

.broker-name,
.broker-rating {
  min-width: 150px;
}

.broker-features {
  /*list-style: none;*/
  padding-left: 0;
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 30px;
}
/*.broker-features li::before {
  content: "• ";
  color: #6f42c1;
}*/

.btn-preview {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out;
}
.btn-preview:hover {
  background: #6f42c1;
  box-shadow: 0 0 15px #6f42c1;
}

/* briker review end */

/* mission end */
    .mission {
      background-color: #1d1c23;
      color: #ccc;
      font-family: Arial, sans-serif;
      padding: 60px 0;
    }

    .mission .section-title {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #aaa;
    }

    .mission .highlight {
      color: #ffc107;
    }

    .mission .overlay-text {
      position: absolute;
      font-size: 120px;
      font-weight: 800;
      color: rgba(255, 255, 255, 0.05);
      z-index: 0;
      bottom: -144px;
    }

    .mission .overlay-text1 {
      position: absolute;
      font-size: 120px;
      font-weight: 800;
      color: rgba(255, 255, 255, 0.05);
      z-index: 0;
     bottom: -35px;
    left: 144px;
    }

    .mission .image-card img {
      border-radius: 12px;
    }

    .mission .content-block {
      position: relative;
      z-index: 1;
    }
 /* mission end */


/* truck start */ 



.affiliate-section {
      background-color: #2e2c2e;
      color: #fff;
      padding: 80px 0;
      font-family: 'Segoe UI', sans-serif;
    }

    .affiliate-section h2 {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 2rem;
    }

    .affiliate-card {
      background: #434143;
      border-radius: 20px;
      padding: 40px 20px;
      /*text-align: center;*/
      transition: transform 0.3s ease;
      height: 100%;
      min-height: 390px;
    }

    .affiliate-card:hover {
      transform: translateY(-5px);
    }

    .affiliate-icon {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin: 20px auto;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      position: relative;
    }

    /* Glow variants */
    .icon-glow-green {
    margin-top: 100px;
    background-color: #d4ffd4;
    box-shadow: 0 0 30px 10px rgba(0, 255, 0, 0.3);
}

    .icon-glow-orange {
      margin-top: 100px;
      background-color: #fff0d4;
      box-shadow: 0 0 30px 10px rgba(255, 165, 0, 0.3);
    }

    .icon-glow-blue {
      margin-top: 100px;
      background-color: #d4e6ff;
      box-shadow: 0 0 30px 10px rgba(0, 123, 255, 0.3);
    }

    .icon-glow-cyan {
      margin-top: 100px;
      background-color: #d4faff;
      box-shadow: 0 0 30px 10px rgba(0, 200, 255, 0.3);
    }

    .icon-glow-pink {
      margin-top: 100px;
      background-color: #ffd4f7;
      box-shadow: 0 0 30px 10px rgba(255, 0, 128, 0.3);
    }

    .affiliate-icon img {
      width: 60px;
      height: 60px;
      z-index: 2;
    }

    .affiliate-section p {
      color: #c0c0c0;
      font-size: 0.9rem;
    }

    @media (max-width: 576px) {
      .affiliate-section h2 {
        font-size: 1.5rem;
      }
    }


/* truck end */ 


.testimonial-container {

      max-width: 1250px;
      margin: auto;
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      align-items: stretch;
      padding: 100px 0px;
    }



    .testimonial-left,
    .testimonial-right {
      flex: 1 1 48%;
      border-radius: 16px;
      overflow: hidden;
    }

    .testimonial-left {
      background: #1f2730;
      padding: 40px;
      display: flex;
      flex-direction: column;
      text-align: center;
      min-height: 360px;
    }

    .testimonial-left .item  {
      padding: 40px;
    }

    .testimonial-left .item h6 {
      font-size: 14px;
      color: #ccc;
    }

    .testimonial-left .item h6 strong {
      color: #fff;
    }

    .testimonial-left .item p {
      font-size: 40px;
      margin: 20px 0;
      color: #fff;
    }

    .testimonial-buttons {
      display: flex;
      gap: 12px;
      margin-left: auto;
    margin-right: auto;
    }

    .testimonial-buttons .btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 18px;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
    }

    .btn-prev {
      background: #e4e9f0;
      color: #000;
    }
    .btn-prev:hover {
      background: #e4e9f0;
      color: #000;
    }

    .btn-next {
      background: #ffa600;
      color: #fff;
    }
    .btn-next:hover {
      background: #ffa600;
      color: #fff;
    }

    .testimonial-right {
  width: 500px;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  flex: none; /* prevent flex grow/shrink */
}

    @media (max-width: 768px) {
      .testimonial-container {
        flex-direction: column;
      }
    }


/* tuning */
.top_section h1 {margin: 80px 0px 0px 0px; font-size: 80px; font-family: 'Goli-Regular';}
.top_section p {
    color: #c5c5c5;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.top_section h1 span {background-image: linear-gradient(#A18AFE, #7152F0);padding: 10px 20px; color: #fff; border-radius: 20px;}
.tm_nav a {color: #fff;}
.login {padding: 6px 26px;}
.sign-up {padding: 6px 22px;}
.tm_about_image_part {}
.tm_about_image img{
  object-fit: cover; /* this is key */
  border-radius: 20px;
}
.tm_about {margin: 65px 0px 35px 0px;}
.tm_about_left {}
.tm_about_left h2{ font-size: 200px; line-height: 150px; }
.tm_about_image_part p{text-align: justify; line-height: 25px; margin-top: 40px;}
.s1 {font-size: 13px;}
.s2 {font-size: 22px;}
.tm-text-muted {color: #fff;}
.best-brokers-section h2{font-size: 50px;}
.best-brokers-section p {
    color: #c5c5c5;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;

}
.mission h2 {font-size: 54px;}
.overlay-text-mission{bottom: -95px; right: 154; position: absolute;}
.overlay-text-vision{bottom: -95px; right: 154;}
.affiliate-section h2{font-size: 50px; max-width: 690px;}
.customer-say-section p {line-height: 30px;}
.quote-icon {text-align: right;}
.customer-say-section h2 {font-size: 50px; max-width: 600px;}
.footer-section h3{font-size: 48px;}
.footer-section h2{font-size: 90px;}
.list li {margin-bottom: 12px;}


/* category page */
.category_page {
background: #0D0543;
background: linear-gradient(180deg,rgba(13, 5, 67, 1) 0%, rgba(14, 10, 39, 1) 75%);
}

.category_inner h2 {color: #fff; font-size: 50px;}
.category_inner p{color: #d5cdcd; }
.section_a {margin: 70px 0px 70px 0px;}
.section_b {margin: 70px 0px 70px 0px;}
.custom-accordion .accordion-item {
  border: 1px solid rgba(111, 66, 193, 0.5);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.custom-accordion .accordion-item:hover {
  box-shadow: 0 0 10px rgba(111, 66, 193, 0.6);
}

.custom-accordion .accordion-button {
  background: #120f15;
  color: #fff;
  font-size: 1rem;
  position: relative;
}
.custom-accordion .accordion-button::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 20px;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

.custom-accordion .accordion-body {
  background: #0f0f0f;
  color: #fff;
  border-top: 1px solid rgba(111, 66, 193, 0.3);
}


.broker-item { display: flex; transition: all 0.3s ease-in-out; }
.broker-item.hidden { display: none !important; }
.broker-categories .btn {
    color: #fff;
    border-radius: 22px;
    padding: 10px 30px;
}


.broker-categories .btn.active {
    background: #6f42c1;
    color: #fff;
    border-radius: 22px;
    padding: 10px 30px;
}





.policy {
background: #0D0543;
background: linear-gradient(180deg,rgba(13, 5, 67, 1) 0%, rgba(28, 22, 38, 1) 28%, rgba(18, 15, 21, 1) 73%, rgba(22, 7, 38, 1) 99%);
}
.policy h3 {
  font-size: 50px;
  color: #fff;
}
.policy h5 {
  font-size: 18px;
  color: #5D37F8;
}
.policy p {

  color: #d5cdcd;
}


.firm-overview {

}

.firm-overview h3 {
  font-size: 50px;
  color: #fff;
}

.firm-overview h5 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #fff;
}

.firm-overview .tags .tag {
  display: inline-block;
  background: #FCD269;   /* yellow color */
  color: #000;
  padding: 5px 12px;
  border-radius: 20px;
  margin: 4px 6px 0 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.policy_area {
  margin: 50px 0px 50px 0px;
}


.country-tags {
  background: #111;       /* dark background like previous section */
  color: #fff;
}

.country-tags h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.countries-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.country-tags .country {
  display: flex;
  align-items: center;
  border: 1px solid #6c63ff;  /* purple border */
  border-radius: 25px;
  padding: 5px 14px;
  font-size: 0.95rem;
  font-weight: 500;
  background: transparent;
  color: #fff;
  transition: 0.3s;
}

.country-tags .country img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  object-fit: cover;
}

.country-tags .country:hover {
  background: #6c63ff;
  color: #fff;
  cursor: pointer;
}