/* -------------------------banner css------------------------------ */

.slide-item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Black Overlay */
.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* adjust opacity (0.3–0.7) */
  z-index: 1;
}

.faq-item.active .faq-question::after .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  z-index: 1;
}

.container-banner {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: auto;
  text-align: center;
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box {
  width: 100%;
  text-align: center;
}

.content-box {
  max-width: auto;
  text-align: center;
}

.content-box h2 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.content-box p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #ddd;
}

.tgmenu__action {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  background-color: #00a5df;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #17b636;
}

.btn-two {
  background-color: #fff;
  color: #17b636;
}

.btn-two:hover {
  background-color: #f0f0f0;
  color: #e3b841;
}

.why-trade-main .header-text {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 0px;
}

.why-trade-main .line-separator {
    margin: 15px 0;
}


@media (max-width: 768px) {
  @media (max-width: 768px) {
    .container-banner {
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .content-box {
      padding: 1rem;
    }
  }
  .content-box h2 {
    font-size: 1.8rem;
  }
  .content-box p {
    font-size: 1rem;
  }
  .container {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .content-box {
    max-width: 100%;
    padding: 1rem;
  }
  .content-box h2 {
    font-size: 1.5rem;
  }
  .content-box p {
    font-size: 0.95rem;
  }
  .tgmenu__action {
    flex-direction: column;
    align-items: center;
  }
  .btn,
  .btn-two {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .container-banner {
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
  }
  .content-box {
    max-width: 90%;
  }
  .tgmenu__action {
    justify-content: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container-banner {
    padding: 2rem;
  }
  .content-box h2 {
    font-size: 2rem;
  }
  .content-box p {
    font-size: 1.05rem;
  }
}

/* -----------------------------------------------------------banner css end----------------------------------------- */

/* --------------------------------------------------------------count css---------------------------------------- */

.platform-data {
  font-family: Arial, sans-serif;
  background-color: #1a1a1a;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.slider-container {
  overflow: hidden;
  width: 100%;
}

.slide-track {
  display: flex;
  animation: scroll 20s linear infinite;
  width: max-content;
}

.slide-item-platform {
  min-width: 300px;
  /* height: 80px; */
  background-color: #2a2a2a;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.flag-icon {
  width: 30px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
}

.currency-pair {
  font-size: 16px;
  font-weight: bold;
}

.bid-ask {
  font-size: 14px;
  color: #ff4d4d;
}

.spread {
  font-size: 12px;
  color: #999;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slide-track:hover {
  animation-play-state: paused;
}

.slide-track-duplicate {
  display: flex;
}

.slider-container {
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.slide-item-platform {
  flex: 0 0 auto;
  width: 180px;
}

/* Medium Devices (Tablets) */

@media (max-width: 1024px) {
  .slide-item-platform {
    min-width: 240px;
  }
  .currency-pair {
    font-size: 15px;
  }
  .bid-ask {
    font-size: 13px;
  }
  .spread {
    font-size: 11px;
  }
  .flag-icon {
    width: 26px;
    height: 18px;
  }
}

/* Small Devices (Landscape Phones) */

@media (max-width: 768px) {
  .slide-item-platform {
    min-width: 200px;
    padding: 0 10px;
  }
  .currency-pair {
    font-size: 14px;
  }
  .bid-ask {
    font-size: 12px;
  }
  .spread {
    font-size: 10px;
  }
  .flag-icon {
    width: 24px;
    height: 16px;
  }
}

/* Extra Small Devices (Portrait Phones) */

@media (max-width: 480px) {
  .slide-item-platform {
    min-width: 160px;
    padding: 0 8px;
  }
  .currency-pair {
    font-size: 13px;
  }
  .bid-ask {
    font-size: 11px;
  }
  .spread {
    font-size: 9px;
  }
  .flag-icon {
    width: 22px;
    height: 14px;
  }
}

/* -----------------------------------------count css end ---------------------------------- */

/* -----------------------------------------About 1 section css------------------------------------------- */

.financial-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 40px 0px;
  gap: 90px;
  font-family: "Segoe UI", sans-serif;
}

.financial-image {
  max-width: 70%;
  width: 50%;
  position: relative;
  text-align: center;
}

.financial-image img {
  max-width: 100%;
  display: flex;
  float: right;
  border-radius: 23px;
}

.financial-content {
  margin-left: 10%;
  max-width: 600px;
}

.financial-content h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0c0c2f;
  line-height: 1.4;
  max-width: 650px;
}

.financial-content h2 strong {
  font-weight: 900;
  color: #0c0c2f;
}

.financial-content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 700px;
}

.open-account-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #000828;
  color: #00f5e1;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.open-account-btn:hover {
  background-color: #001040;
}

@media (max-width: 768px) {
  .financial-content {
    padding: 20px 10px;
  }
  .financial-content h2 {
    font-size: 24px;
  }
}

/* Responsive layout for medium screens (tablets) */

@media (max-width: 1024px) {
  .financial-section {
    flex-direction: column;
    padding: 30px 20px;
    gap: 50px;
    text-align: center;
  }
  .financial-image,
  .financial-content {
    width: 100%;
  }
  .financial-content h2 {
    font-size: 28px;
  }
  .financial-content p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .financial-section {
    padding: 20px 15px;
    gap: 30px;
  }
  .financial-content h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .financial-content p {
    font-size: 14px;
  }
  .open-account-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.asset-card {
  background-image: url("../images/icons/bg-chart-red.svg");
  /* background:transparent; */
  border-radius: 15px;
  padding: 10px;
  width: 100%;
  border: 1px solid rgb(177, 176, 176);
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 90px;
  left: 80px;
}

.asset-title {
  color: #050505;
  font-size: 14px;
  text-align: start;
  font-weight: bold;
  text-transform: uppercase;
}

.asset-details {
  /* display: flex; */
  justify-content: space-between;
  /* align-items: center; */
}

.asset-value {
  color: #070707;
  text-align: start;
  font-size: 24px;
  font-weight: bold;
}

.asset-change {
  color: #00cc00;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

.asset-change::before {
  content: "â–²";
  font-size: 10px;
}

.asset-today {
  color: #999;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.user-card {
  /* background-image: url("../images/icons/bg-chart-red.svg"); */
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  display: flex;
  border: 1px solid rgb(177, 176, 176);
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 40%;
  left: 210px;
}

.user-card-icon {
  width: 40px;
  height: 40px;
}

.user-card-title {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.profit-card {
  /* background-image: url("../images/icons/bg-chart-red.svg"); */
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  position: absolute;
  bottom: 20%;
  left: 0;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  /* fallback blur */
}

.profit-card-content {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.profit-card-title {
  font-size: 36px;
  font-weight: 700;
  text-align: start;
  color: #0e0e0e;
  margin: 0;
}

.profit-card-grid {
  display: flex;
  gap: 15px;
}

.profit-card-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.metric-label {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #222;
}

.metric-value {
  font-size: 13px;
  color: #12b512;
  font-weight: 500;
  margin: 0;
}

.profit-card-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Tablets and below */

@media (max-width: 1024px) {
  .financial-section {
    flex-direction: column;
    gap: 50px;
    padding: 30px 20px;
  }
  .financial-content {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
  }
  .financial-content h2 {
    font-size: 28px;
  }
  .financial-image {
    width: 100%;
    max-width: 100%;
  }
  .asset-card {
    position: static;
    margin: 20px auto;
    max-width: 90%;
  }
  .user-card {
    position: static;
    margin: 20px auto;
    max-width: 90%;
  }
  .profit-card {
    position: static;
    margin: 20px auto;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .profit-card-icon {
    align-self: center;
  }
  .profit-card-grid {
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    width: 100%;
  }
  .profit-card-metric {
    align-items: flex-start;
    width: 48%;
    margin-top: 10px;
  }
}

/* Mobile phones */

@media (max-width: 600px) {
  .financial-content h2 {
    font-size: 22px;
  }
  .financial-content p {
    font-size: 14px;
  }
  .open-account-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .asset-card,
  .user-card,
  .profit-card {
    padding: 12px;
    max-width: 100%;
  }
  .profit-card-title {
    font-size: 24px;
  }
  .metric-label,
  .metric-value {
    font-size: 12px;
  }
  .profit-card-grid {
    flex-direction: row;
    gap: 10px;
  }
  .profit-card-metric {
    width: 100%;
  }
}

/* ------------------------------- about 1 section end ------------------------------------- */

/* -------------------------------------------------- why choose us css start ------------------------------------- */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
.why-ftm-section {
  background: linear-gradient(to right, #000000, #071d33);
  padding: 30px 0px;
  text-align: center;
  border-top: 5px solid #00a5df;
  border-bottom: 5px solid #00a5df;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.why-ftm-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.why-ftm-subtitle {
  font-size: 16px;
  color: #c0d1e3;
  margin-bottom: 50px;
}

.why-ftm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
}

.why-ftm-card {
  position: relative;
  border-radius: 16px;
  padding: 30px;
  flex: 1 1 220px;
  overflow: hidden;
}

.why-ftm-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 8, 21, 0) 0%,
    #00a5df 50%,
    rgba(0, 8, 21, 0) 100%
  );
  border-radius: 100px;
}

@media (min-width:1200px) {

.why-ftm-card:nth-child(3)::after,
.why-ftm-card:nth-child(6)::after {
  background: none; /* removes the gradient */
}


}


.why-ftm-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #17b636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #e3b841;
  font-size: 16px;
}

.icon-green {
  border-color: #00a5df;
  color: #00a5df;
  font-size: 40px;
}
.icon-green img {
    width: 45px;
}

.why-ftm-card-title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.why-ftm-card-desc {
  font-size: 16px;
  color: #b5c3d6;
}

.why-ftm-button {
  padding: 12px 30px;
  border-radius: 10px;
  background-color: #00a5df;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  /* border: 2px solid #00cfff; */
}

.why-ftm-button:hover {
  background: #00a5df;
  color: #ffffff;
}

/* Extra Small Devices (max-width: 480px) */

@media (max-width: 480px) {
  .why-ftm-title {
    font-size: 24px;
  }
  .why-ftm-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .why-ftm-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  .why-ftm-card {
    padding: 20px;
    border: #1f7fa1 2px solid;
  }
  .why-ftm-card-title {
    font-size: 18px;
  }
  .why-ftm-card-desc {
    font-size: 14px;
  }
  .why-ftm-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-bottom: 12px;
  }
  .why-ftm-button {
    font-size: 14px;
    padding: 10px 24px;
  }
  .trade h2.trading-title {
    font-size: 24px;
    line-height: 1.5;
}

.trade h2.trading-title span {
    display: block;
}

}

/* Small Devices (481px to 768px) */

@media (min-width: 481px) and (max-width: 768px) {
  .why-ftm-title {
    font-size: 28px;
  }
  .why-ftm-subtitle {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .why-ftm-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 0 20px;
  }
  .why-ftm-card {
    padding: 24px;
  }
  .why-ftm-card-title {
    font-size: 18px;
  }
  .why-ftm-card-desc {
    font-size: 15px;
  }
  .why-ftm-icon {
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
  .why-ftm-button {
    font-size: 15px;
    padding: 12px 28px;
  }
}

/* Medium Devices (769px to 1024px) */

@media (min-width: 769px) and (max-width: 1024px) {
  .why-ftm-title {
    font-size: 32px;
  }
  .why-ftm-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 30px;
  }
  .why-ftm-card {
    padding: 28px;
  }
}

/* ---------------------------------------------------------why choose us css end ----------------------------- */

/* ------------------------------------------------------trading css start------------------------------ */

.trading-section {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 20px 10px;
}

.why-ftm-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.trade {
  padding: 30px 0px;
}

.trading-title {
  font-size: 36px;
  font-weight: 600;
  color: rgb(14, 13, 13);
  margin-bottom: 10px;
  text-align: center;
}

.trading-subtitle {
  font-size: 16px;
  color: #080808;
  text-align: center;
  margin-bottom: 50px;
}

.tabContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tradeContainer {
  /* background: #fff; */
  /* border: 1px solid #e3b841; */
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  /*margin: 50px 0;*/
  display: flex;
}

.navPanel {
  width: 400px;
  padding: 20px;
}

.navPanel ul {
  list-style: none;
  padding: 0;
}

.navPanel ul li {
  padding: 10px;
  margin: 10px 0;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* soft shadow */
  border: 1px solid rgb(255, 247, 247);
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.navPanel ul li.tradingActive {
  background: #00a5df;
  color: #fff;
}

.mainSection {
  flex-grow: 1;
  padding: 20px;
  color: gray;
  border: 1px solid #fdf9ee;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* soft shadow */
  margin: 20px;
  width: 75%;
}

.mainSection h1 {
  margin-top: 0;
  color: gray;
  font-size: 28px;
}

.mainSection p {
  line-height: 1.6;
  font-size: 18px;
  margin: 20px 0;
  color: gray;
  max-width: 500px;
}

.featureList {
  margin: 20px 0;
}

.featureList ul {
  list-style: none;
  padding: 0;
}

.featureList ul li {
  margin: 5px 0;
}

.featureList ul li::before {
  content: "âœ”";
  color: #e3b841;
  margin-right: 10px;
}

.imageDisplay {
  text-align: center;
  width: 40%;
}

.imageDisplay img {
  max-width: 100%;
  border-radius: 10px;
}

.actionButtons {
  margin-top: 20px;
}

.actionButtons button {
  background: #00a5df;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}

.actionButtons a {
  text-decoration: none;
  color: #fff;
}

.appIcons {
  margin-top: 20px;
}

.appIcons img {
  width: 120px;
  margin-right: 10px;
}

.hiddenTab {
  display: none;
}

/* Tablets and smaller: Stack layout and adjust sizes */

@media (max-width: 1024px) {
  .tabContent {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .imageDisplay {
    width: 100%;
    text-align: center;
  }
  .navPanel {
    width: 100%;
    padding: 15px;
  }
  .mainSection {
    padding: 15px;
  }
  .tradeContainer {
    flex-direction: column;
    /*padding: 20px;*/
  }
  .mainSection p {
    max-width: 100%;
  }
  .appIcons img {
    width: 100px;
  }
}

/* Mobile devices */

@media (max-width: 768px) {
  .trading-title {
    font-size: 28px;
  }
  .trading-subtitle {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .navPanel ul li {
    font-size: 14px;
    padding: 8px;
  }
  .mainSection h1 {
    font-size: 22px;
  }
  .mainSection p {
    font-size: 16px;
  }
  .featureList ul li {
    font-size: 14px;
  }
  .actionButtons button {
    padding: 8px 16px;
    font-size: 14px;
  }
  .appIcons img {
    width: 90px;
    margin-bottom: 10px;
  }
}

/* Extra small devices */

@media (max-width: 480px) { 
  .why-ftm-title,
  .trading-title {
    font-size: 24px;
  }
  
  .why-ftm-title {
    font-size: 28px;
    line-height: 1.5;
}
.why-ftm-title span {
    display: block;
}



  .navPanel,
  .mainSection {
    padding: 10px;
  }
  .mainSection h1 {
    font-size: 20px;
  }
  .mainSection p {
    font-size: 14px;
  }
  .actionButtons button {
    padding: 8px 12px;
    margin-bottom: 10px;
  }
  .appIcons img {
    width: 80px;
  }
}

/* ------------------------------------------------------trading css end------------------------------ */

/* ---------------------------------------------------------why css start-------------------------------------- */

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* Left Side */

.left-panel {
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 60px 125px;
}

.header-text {
  font-size: 48px;
  color: #1a2a44;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}

.sub-text {
  font-size: 18px;
  color: #1a2a44;
  text-align: left;
}

/* Right Side */

.right-panel {
  background-color: #000000;
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding:40px;
  color: #fff;
  align-content: flex-start;
}

.info-block {
  width: 100%;
  /*max-width: 240px;*/
  margin: auto;
}

.highlight-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.detail-content {
  font-size: 15px;
  color: #dcdcdc;
  line-height: 1.5;
  min-height: 80px;
}

.line-separator {
  width: 60%;
  height: 2px;
  background-color: #1a2a44;
  margin: 30px 0;
}

/* -------------------- Tablet: max-width 992px -------------------- */

@media (max-width: 992px) {
    
    .slide-item {
    height: 30vh;
}
  .main-wrapper {
    flex-direction: column;
  }
  .left-panel,
  .right-panel {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    align-items: center;
  }
  .left-panel {
    align-items: center;
  }
  .header-text {
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  .sub-text {
    font-size: 16px;
    text-align: center;
  }
  .right-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 40px 20px;
    justify-items: center;
  }
  .info-block {
    max-width: 100%;
    text-align: center;
  }
  .line-separator {
    width: 80%;
    margin: 20px auto;
  }
}

/* -------------------- Mobile: max-width 576px -------------------- */

@media (max-width: 576px) {
  .right-panel {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .header-text {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  
  .main-wrapper .header-text {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}
  .sub-text {
    font-size: 14px;
    text-align: center;
  }
  .info-block {
    margin: 10px 0;
    text-align: center;
    border-bottom: #434343 2px solid;
  }
  .line-separator {
    width: 90%;
  }
}

/* ---------------------------------------------------------why css end-------------------------------------- */

/* ---------------------------------------------------------------about 2 css start------------------------------------- */

.section-about {
  position: relative;
  background-image: url("../images/icons/about-bg.avif");
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.section-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

.section-about > * {
  position: relative;
  z-index: 3;
}

.insurance-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px 0px;
}

.insurance-text-block {
  flex: 1;
  max-width: 50%;
}

.insurance-text-block h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #071d33;
  margin-bottom: 20px;
}

.insurance-text-block p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #1a1919;
}

.insurance-image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insurance-image-block img {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
}

/* Extra Small Devices (max-width: 480px) */

@media (max-width: 480px) {
  .insurance-section {
    gap: 20px;
    padding: 20px 15px;
  }
  .insurance-text-block h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .insurance-text-block p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .insurance-image-block img {
    max-width: 100%;
  }
}

/* Small Devices (481px to 768px) */

@media (max-width: 768px) {
  .insurance-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .insurance-text-block {
    flex: 1;
    max-width: 100%;
  }
  .insurance-section {
    gap: 30px;
    padding: 30px 20px;
  }
  .insurance-text-block h2 {
    font-size: 26px;
  }
  .insurance-text-block p {
    font-size: 15px;
    line-height: 1.6;
  }
  .insurance-image-block img {
    max-width: 95%;
  }
}

/* Medium Devices (769px to 991px) */

@media (min-width: 769px) and (max-width: 991px) {
  .insurance-text-block h2 {
    font-size: 28px;
  }
  .insurance-text-block p {
    font-size: 15.5px;
  }
  .insurance-image-block img {
    max-width: 90%;
  }
}

/* Tablets (max-width: 1024px) */

@media (max-width: 1024px) {
  .insurance-section {
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
  }
  .insurance-text-block,
  .insurance-image-block {
    max-width: 100%;
    width: 100%;
  }
  .insurance-text-block h2 {
    font-size: 28px;
  }
  .insurance-text-block p {
    font-size: 15px;
  }
  .insurance-image-block img {
    max-width: 100%;
  }
}

/* Mobile devices (max-width: 768px) */

@media (max-width: 768px) {
  .insurance-section {
    padding: 25px 15px;
    gap: 30px;
  }
  .insurance-text-block h2 {
    font-size: 24px;
  }
  .insurance-text-block p {
    font-size: 14.5px;
  }
  .insurance-image-block img {
    max-width: 100%;
  }
}

/* Extra small devices (max-width: 480px) */

@media (max-width: 480px) {
  .insurance-section {
    padding: 20px 10px;
    gap: 25px;
  }
  .insurance-text-block h2 {
    font-size: 20px;
  }
  .insurance-text-block p {
    font-size: 14px;
  }
  .insurance-image-block img {
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------about 2 css end------------------------------------- */

/* ----------------------------------------------------------------process section css --------------------------- */

.work_process_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.process_block_one {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.process_block_one.shape_image:before {
  position: absolute;
  width: 228px;
  height: 15px;
  left: Calc(0px - 125px);
  top: 35px;
  content: "";
  background-image: url(../images/icons/shape_icon_2.png);
}

.process_block_one.shape_image:after {
  position: absolute;
  width: 228px;
  height: 15px;
  right: Calc(0px - 135px);
  top: 35px;
  content: "";
  /* background-image: url(../images/icons/shape_icon_2.png); */
}

.process_block_one .process_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin-bottom: 30px;
  background: #00a5df;
}

.process_block_one .process_icon i {
  font-size: 40px;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
}

.process_block_one h4 {
  color: #0d0d0d;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.process_block_one p {
  color: #6a6a6a;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}

/* Responsive layout for process blocks */

@media (max-width: 1200px) {
  .process_block_one {
    max-width: 300px;
  }
  .process_block_one.shape_image:before,
  .process_block_one.shape_image:after {
    width: 180px;
    left: -110px;
    right: -110px;
  }
}

@media (max-width: 992px) {
  .process_block_one {
    max-width: 260px;
    margin-bottom: 30px;
  }
  .process_block_one.shape_image:before,
  .process_block_one.shape_image:after {
    display: none;
    /* Hide connecting lines on smaller screens */
  }
  .process_block_one h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .process_block_one p {
    font-size: 15px;
    line-height: 24px;
  }
  .process_block_one .process_icon {
    width: 70px;
    height: 70px;
    line-height: 80px;
  }
  .process_block_one .process_icon i {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .process_block_one {
    max-width: 100%;
    padding: 0 15px;
  }
  .process_block_one h4 {
    font-size: 18px;
  }
  .process_block_one p {
    font-size: 14px;
  }
  .process_block_one .process_icon {
    width: 60px;
    height: 60px;
    line-height: 65px;
  }
  .process_block_one .process_icon i {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .process_block_one {
    padding: 0 10px;
  }
  .process_block_one h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .process_block_one p {
    font-size: 13px;
    line-height: 20px;
  }
  .process_block_one .process_icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
  }
  .process_block_one .process_icon i {
    font-size: 20px;
  }
}

/* --------------------------------------------------process section css end ------------------------------------------------- */

/* --------------------------------------------------------------------------------- trading css start ---------------------------------------- */

.trade-section {
  padding: 20px 0;
}

.trade-header {
  text-align: center;
  margin-bottom: 40px;
}

.trade-header h2 {
  font-size: 40px;
  font-weight: 800;
}

.trade-header h2 span {
  color: #00a5df;
}

.technology-content h2 {
    font-size: 30px;
}


.trade-header p {
  font-size: 16px;
  color: #333;
  max-width: 800px;
  margin: 10px auto;
}

.trade-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.tab-sidebar {
  width: 280px;
  background-color: #0c1233;
  padding: 30px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tab-button {
  background: none;
  border: none;
  text-align: left;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.tab-button.active {
  background-color: #00a5df;
  color: white;
}

.tab-button img {
  width: 24px;
  height: 24px;
}

.tab-content-area {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding:15px 30px;
  flex: 1;
  border-radius: 10px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

.table-header,
.asset-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
}

.asset-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.asset-info img {
  width: 24px;
}

.trade-btn {
    background-color: #eace5f;
    color: #000000;
    padding: 0px 15px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
}


.trade-btn:hover {
  background-color: #e3b841;
  color: #000;
}

.cta-buttons {
  margin-top: 30px;
  text-align: center;
}

.cta-buttons button {
    margin: 0;
    padding: 5px 20px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    min-width: 175px;
}

.live-btn {
  background: #0c1233;
  color: #fff;
}

.demo-btn {
  background: #00a5df;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .trade-container {
    flex-direction: column;
  }
  .tab-sidebar {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding: 10px;
    gap: 5px;
  }
  .tab-button {
    padding: 10px 14px;
    flex: 1;
    justify-content: flex-start;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .tab-content-area {
    padding: 30px 20px;
  }
  .trade-header h2 {
    font-size: 28px;
  }
  .trade-header p {
    font-size: 14.5px;
  }
  .table-header,
  .asset-row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 15px;
    font-size: 14px;
  }
  .cta-buttons button {
    padding: 10px 18px;
    font-size: 15px;
  }
  .trade-btn {
    padding: 5px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .trade-header h2 {
    font-size: 24px;
  }
  .trade-header p {
    font-size: 13.5px;
  }
  .tab-content-area {
    padding: 20px 15px;
  }
  .table-header,
  .asset-row {
    /* grid-template-columns: 1fr 1fr; */
    font-size: 13px;
    gap: 10px;
  }
  .asset-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .asset-info img {
    width: 20px;
  }
  .tab-button {
    font-size: 13px;
    padding: 8px 10px;
  }
  .tab-sidebar {
    gap: 4px;
    padding: 8px;
  }
  .cta-buttons button {
    padding: 10px 14px;
    font-size: 14px;
  }
  .trade-btn {
    font-size: 13px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 480px) {
  .trade-header h2 {
    font-size: 20px;
  }
  .trade-header p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .tab-content-area {
    padding: 15px 10px;
  }
  .tab-content h3 {
    font-size: 16px;
  }
  .cta-buttons button {
    width: 100%;
    margin: 6px 0;
  }
  .table-header {
    display: none;
  }
  .asset-row {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
  }
  .asset-row > div {
    margin-bottom: 10px;
    text-align: start;
  }
  .tab-button {
    font-size: 12px;
  }
  .tab-sidebar {
    gap: 3px;
    padding: 6px;
    flex-direction: column;
    overflow-x: visible;
  }
  .asset-info {
    flex-direction: row;
    gap: 8px;
  }
  .asset-info img {
    width: 18px;
  }
  .trade-btn {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
  }
}

/* --------------------------------------------------------------------------------- trading css end ---------------------------------------- */

/* -----------------------------------------count platform css start ---------------------------------- */

.funfact-section {
  position: relative;
  padding: 70px 0px;
  background-color: #0d0d0d;
}

.funfact-section.home_five {
  padding: 0;
  background-color: transparent;
}

.funfact-section.inner_page {
  background: transparent;
  padding: 0px;
  padding-bottom: 150px;
}

.funfact-section.inner_page .funfact-block-one h6 {
  color: #0d0d0d;
}

.funfact-section.inner_page .funfact-block-one .count-box {
  color: #0d0d0d;
}

.funfact-section .bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.funfact-block-one {
  text-align: center;
}

.funfact-block-one h6 {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.home_five .funfact-block-one h6 {
  color: #0d0d0d;
}

.funfact-block-one .count-box {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.home_five .funfact-block-one .count-box {
  color: #0d0d0d;
}

/* -----------------------------------------count platform css end ---------------------------------- */

/* --------------------------------------------------------------work propcess css------------ */


.work_process_section.bg_dark { 
  position: relative;
  background: #181626;
  padding-bottom: 40px;
}

.work_process_section.bg_dark .credit_card {
  position: absolute;
  left: 0;
  top: 155px;
}

.work_process_section.bg_dark .master_card {
  position: absolute;
  right: 0;
  bottom: 95px;
  width: 200px;
}

.process_block_one.style_two h4 {
  color: #fff;
}

.process_block_one.style_two p {
  color: #fff;
}

/* ----------------------------------------------- work propcess end css-------------------------- */

/* ---------------------------------------------------------------------blog section css start ------------------------------------ */

.blog_section {
  padding: 60px 0;
  background-color: #f9f9f9;
  position: relative;
}

.news_block_one {
  position: relative;
  margin: 0 10px 40px;
  transition: transform 0.3s ease;
}

.news_block_one:hover {
  transform: translateY(-10px);
}

.news_block_one .inner_box {
  border-radius: 12px;
  /* border: 1px solid #e3b841; */
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}

.news_block_one:hover .inner_box {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Image overlay */

.image_box {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.image_box img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.news_block_one:hover .image_box img {
  transform: scale(1.05);
}

.image_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.4)
  );
  transition: opacity 0.4s ease;
  z-index: 1;
}

.news_block_one:hover .image_box::before {
  opacity: 1;
}

/* Category badge */

.category {
  display: inline-block;
  background: #f3f3f3;
  padding: 4px 14px;
  font-size: 14px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.category span {
  background: #e3b841;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

/* Title */

.news_block_one h3 {
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds "..." at the end */
}



.news_block_one h3 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.news_block_one h3 a:hover {
  color: #00A5DF;
}

/* Post info */

.post-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}


.news_block_one .inner_box figure.image_box img { 
    height: 225px;
    border-top-left-radius: 15px;
    height: 255px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
}


.post-info li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-info li a {
  color: #6a6a6a;
  transition: color 0.3s;
}

.post-info li a:hover {
  color: #e3b841;
}

/* Description */

.lower_content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   /* Adds "..." if text is longer */
    min-height: 45px;
}



/* Button */

.link_btn a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0d0d0d;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s;
}

.link_btn a:hover {
  background: linear-gradient(106deg, #e7df70 11.27%, #e7df70 88.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Responsive */

@media (max-width: 768px) {
  .news_block_one h3 {
    font-size: 18px;
  }
  .category span {
    font-size: 13px;
  }
  .post-info {
    gap: 10px;
    font-size: 13px;
  }
  .lower_content p {
    font-size: 13.5px;
  }
}

/* ---------------------------------------------------------------------blog section css end ------------------------------------ */

/* ---------------------------------------------------------------------Testimonials section css ---------------------------------------- */

.testimonials-section {
  background-image: url("../images/background/bg-green.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  position: relative;
  color: white;
  padding: 40px 0;
  z-index: 1;
  overflow: hidden;
}

.testimonial-section {
  /* padding: 10px 0; */
  text-align: center;
  position: relative;
  /* background-color: black; */
}

.testimonial-title {
  font-size: 24px;
  color: white;
  font-weight: 400;
}

.testimonial-subtitle {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
}

.testimonial-carousel {
  margin-top: 20px;
}

.testimonial-img {
  width:80px;
  height:80px;
  border-radius: 50%;
  border: 3px solid gold;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial-name {
  color: #e3b841;
  font-weight: 500;
}

.testimonial-role {
  color: #d1d1d1;
}

.testimonial-quote {
  font-size: 18px;
  /* font-style: italic; */
  color: #f1f1f1;
  max-width: 900px;
  margin: 30px auto;
}

.testimonial-icon {
  font-size: 40px;
  color: #e3b841;
}

.carousel-indicators [data-bs-target] {
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  filter: invert(1);
}


.carousel-control-next-icon {
  filter: invert(0);
}



/* Responsive adjustments for tablets */

@media (max-width: 991px) {
  .unique-supported-wrapper {
    padding: 0 15px;
  }
  .unique-methods-grid {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-subtitle {
    font-size: 2.2rem;
  }
  .testimonial-quote {
    font-size: 16px;
    padding: 0 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .slide-icon {
    width: 80px;
    height: 80px;
  }
}

/* Responsive adjustments for mobile devices */

@media (max-width: 767px) {
  .slider-container {
    width: 100%;
    padding-top: 20px;
  }
  .swiper-slide {
    height: 160px;
  }
  .slide-content {
    top: 10px;
    left: 10px;
  }
  .slide-content h2 {
    font-size: 1rem;
  }
  .slide-content button {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
  .slide-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
  .unique-title {
    font-size: 36px;
  }
  .unique-heading {
    font-size: 22px;
  }
  .unique-subtext {
    font-size: 14px;
  }
  .testimonial-subtitle {
    font-size: 1.8rem;
  }
  .testimonial-quote {
    font-size: 14px;
    padding: 0 10px;
  }
  .testimonial-img {
    width: 90px;
    height: 90px;
    border-width: 3px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

/* Medium Devices (768px to 991px) */

@media screen and (max-width: 991px) {
  .testimonial-title {
    font-size: 20px;
  }
  .testimonial-subtitle {
    font-size: 28px;
  }
  .testimonial-quote {
    font-size: 16px;
    max-width: 95%;
    padding: 0 10px;
  }
  .testimonial-img {
    width: 100px;
    height: 100px;
  }
  .testimonial-icon {
    font-size: 32px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
}

/* Small Devices (max-width: 767px) */

@media screen and (max-width: 767px) {
  .testimonials-section {
    padding: 30px 10px;
  }
  .testimonial-title {
    font-size: 18px;
    line-height: normal;
  }
  .testimonial-subtitle {
    font-size: 24px;
  }
  .testimonial-quote {
    font-size: 14px;
    margin: 20px auto;
    padding: 0 10px;
  }
  .testimonial-img {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .testimonial-icon {
    font-size: 28px;
  }
  .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }
}

/* Extra Small Devices (max-width: 480px) */

@media screen and (max-width: 480px) {
  .testimonial-subtitle {
    font-size: 20px;
  }
  .testimonial-quote {
    font-size: 13px;
    padding: 0 5px;
  }
  .testimonial-img {
    width: 70px;
    height: 70px;
  }
  .testimonial-icon {
    font-size: 24px;
  }
}

/* -----------------------------------------------faq section css start -------------------------------------- */

.faq-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.faq-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.faq-left {
  flex: 1 1 40%;
  min-width: 280px;
}

.faq-left h2 {
  font-size: 30px;
  font-weight: 800;
  color: #1a1a1a;
}

.underline {
  width: 60px;
  height: 4px;
  background: #00A5DF;
  margin: 12px 0 20px;
  border-radius: 3px;
}

.faq-left p {
  color: #5a5a5a;
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
}

.btn-fund {
  display: inline-block;
  background: linear-gradient(to right, #00A5DF, #ddf1f8);
  color: white;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.btn-fund:hover {
  background: linear-gradient(to right, #d4b300, #e3b841);
  color: black;
}

.btn-fund span {
  margin-left: 8px;
  font-weight: 700;
}

.faq-img {
  width: 80%;
  margin-top: 10px;
  border-radius: 12px;
}

.faq-right {
  flex: 1 1 55%;
  min-width: 320px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.3s ease;
  border-left: 5px solid transparent;
}

.faq-item.active {
  border-left-color: #00A5DF;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2d003f;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  text-align: left;
}

.faq-question:hover {
  background-color: #c2e9f7;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  color: #888;
  top: 50%;
  transform: translateY(-50%);
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #c2e9f7;
  color: #333;
  font-size: 15px;
  padding: 0 20px;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding: 10px 0 16px;
  line-height: 1.6;
}

/* Read All Link */

.faq-readall {
  display: inline-block;
  margin-top: 20px;
  color: #e3b841;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.faq-readall span {
  margin-left: 6px;
}

@media (min-width: 1200px) {
.faq-middle-col {
    max-width: 800px;
    margin: auto;
}
}


@media (max-width: 991px) {
  .faq-left h2 {
    font-size: 26px;
  }
  .faq-left p {
    font-size: 15px;
  }
  .btn-fund {
    font-size: 14px;
    padding: 10px 20px;
  }
  .faq-question {
    padding: 16px;
    font-size: 15px;
  }
  .faq-question::after {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 16px;
    font-size: 14px;
  }
  .faq-answer p {
    padding: 8px 0 14px;
  }
  .faq-readall {
    font-size: 15px;
  }
  .faq-img {
    width: 100%;
    margin-top: 20px;
  }
}

/* Tablets and small laptops (768px to 990px) */

@media (max-width: 990px) {
  .faq-container {
    flex-direction: column;
    gap: 30px;
  }
  .faq-left,
  .faq-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .faq-left h2 {
    font-size: 24px;
    text-align: center;
  }
  .faq-left p {
    text-align: center;
  }
  .faq-img {
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .faq-readall {
    text-align: center;
    display: block;
  }
  
  .mainSection {
    width: 94%;
}
}

/* Mobile Devices (max-width: 767px) */

@media (max-width: 767px) {
  .faq-container {
    padding: 0 15px;
  }
  .faq-left h2 {
    font-size: 22px;
  }
  .faq-left p {
    font-size: 14px;
    line-height: 1.6;
  }
  .btn-fund {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
  }
  .faq-question {
    padding: 14px;
    font-size: 14px;
  }
  .faq-question::after {
    font-size: 18px;
    right: 15px;
  }
  .faq-answer {
    padding: 0 14px;
    font-size: 13.5px;
  }
  .faq-answer p {
    padding: 6px 0 12px;
  }
  .faq-img {
    width: 100%;
    margin-top: 15px;
  }
  .faq-readall {
    font-size: 14px;
    text-align: center;
  }
}

/* Extra small devices (max-width: 480px) */

@media (max-width: 480px) {
  .faq-left h2 {
    font-size: 20px;
  }
  .faq-left p {
    font-size: 13px;
  }
  .faq-question {
    font-size: 13px;
  }
  .faq-answer {
    font-size: 13px;
  }
  .faq-readall {
    font-size: 13px;
  }
  .btn-fund {
    font-size: 13px;
    padding: 8px 16px;
  }
}

.cta_inner {
  position: relative;
  border-radius: 10px;
  padding: 80px 60px;
  margin: 40px 0;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(111deg, #e4c45b 19.42%, #e9944f 73.08%);
}

.cta_inner h3 {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.cta_inner .subscribe-inner input {
  color: #9f9d9d;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  width: 15%;
  font-weight: 400;
  line-height: 30px;
  height: 55px;
  border-radius: 55px;
  background: #fff;
}

.cta_inner .subscribe-inner button {
  border-radius: 60px;
  height: 55px;
  background: #0d0d0d;
  flex-shrink: 0;
}

.cta_inner .subscribe-inner button:hover {
  background: transparent;
}

.cta_inner .subscribe-inner .form-group {
  margin-bottom: 0;
}

.cta_inner .cta_shape {
  position: absolute;
  left: 60px;
  bottom: 18px;
  z-index: -99;
}

.cta_inner .cta_image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -99;
}

/* -----------------------------------------------------------------------cta section css end--------------------------- */
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preloader {
    position: relative;
    background: url("https://xelansmarkets.com/assets/images/logo/logo.png") no-repeat center;
    background-size: 90px;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.preloader::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    transform: translateX(-50px);
    border-top: 2px solid #0C1387;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width:992px) and (max-width:1199px) {

.financial-content h2 {
    max-width: 100%;
}
.financial-content p {
    max-width: 100%;
}
.why-ftm-card:nth-child(3)::after,
.why-ftm-card:nth-child(6)::after {
  background: none; /* removes the gradient */
}

.tradeContainer {
    flex-direction: row;
}
.navPanel {
    width: 25%;
}

.left-panel {
    width: 30%;
    padding: 42px 20px;
}

.left-panel .header-text {
    font-size: 33px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom:0px;
}

.right-panel { 
    width: 70%;
    padding: 20px;
}

.process_block_one.shape_image:before, .process_block_one.shape_image:after {
    display:none;
}

.funfact-section {
    padding: 25px 0px;
}
.funfact-block-one .count-box {
    font-size: 30px;
    line-height: 35px;
}

.why-ftm-card:nth-child(3)::after,
.why-ftm-card:nth-child(6)::after{
  background: none; /* removes the gradient */
}





}




@media (min-width: 768px) and (max-width: 991px) {

.financial-content h2 {
    max-width: 100%;
}

.financial-content p {
    max-width: 100%;
}

.why-ftm-card:nth-child(2)::after,
.why-ftm-card:nth-child(4)::after,
.why-ftm-card:nth-child(6)::after{
  background: none; /* removes the gradient */
}





}



@media (max-width:767px) { 

.slide-item {
    height: 33vh;
}

.mainSection {
    width: 100%;
    margin: 0;
    background: #fff;
}

.tab-content-area {
    padding: 15px 10px;
    background: #ffffff;
    border: #d9d9d9 1px solid;
    box-shadow: 2px 3px 6px rgb(57 57 57);
    margin-top: 20px;
}

.tab-content h3 {
    font-size: 18px;
    background: #19a6dd;
    color: #fff;
}

.why-ftm-card::after {
    width:0px;
}

.blog_section .section_title h2 {
    font-size: 22px;
    line-height: 10px;
}

.funfact-block-one .count-box {
    color: #FFC107;
    font-size: 23px;
    line-height: 50px;
}



}



