  .vx-tool-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: left;
  }
  .vx-tool-title {
    font-size: 2rem;
    color: #FF8C00;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
  }
  
  .vx-tool-description {
    font-size: 1rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
  }
.w3-b-a,.w3-b-a:hover{
    text-decoration: none;
    cursor: pointer;
} 
  .w3-15{width: 15%;}
  .w3-85{width: 85%;}
.recomeded-tool-box{
      width: 97%;
      height: auto;
      background: #fff;
      /* background: #002233; */
      /* color: #FE0360; */
      color: #000;
      font-size: 1em;
      border: 1px solid #e1e1e1;
      padding: 3%;
      padding-left: 0;
      margin-top: 10px;
      border-radius: 10px;
      cursor: pointer;
      /* box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19); */
  }
  .recomeded-tool-box:hover{
      transform: scale(1.01);
  }
  .recomeded-tool-img{
      width: 30px;
      height: 30px;
      max-width: 50px;
      border-radius: 5px;
      margin-top: 5px;
      font-size: 1.6em;
      margin-top: 7px;
      font-weight: bold;
      background: linear-gradient(90deg, #FF8C00, #DC143C);
      -webkit-background-clip: text; /* Ensures the gradient is clipped to the text */
      color: transparent; /* Make the text color transparent so the gradient shows */

  }
  .recomeded-tool-img-box{
    border-right: 1px solid #e1e1e1;
  }
  .recomeded-tool-h4{
      font-family: 'Orbitron', sans-serif;
      margin-top: 10px;
      font-weight: 500;
      font-size: 1.1em;
      text-align: left;
      padding-left: 7%;
      text-transform: capitalize;
  /* Ellipsis for overflowing text */
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
  }
.explore-tools-section {
    background-color: #fff; 
    /* White background for contrast */
    color: #001220;
    /* color: #fff; */
    padding: 80px 20px;
    text-align: center;
}

.explore-tools-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.explore-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    /* color: #FE0360; */
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #FF8C00, #DC143C);
-webkit-background-clip: text; /* Ensures the gradient is clipped to the text */
color: transparent; /* Make the text color transparent so the gradient shows */

}

.explore-section-subtitle {
    font-size: 1.25rem;
    color: #001220;
    /* color: #7f8c8d; */
    margin-bottom: 40px;
}
.vx-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusts columns dynamically */
    gap: 20px;
    justify-items: center;
}

.vx-tool-item {
    /* background: #333; */
    text-align: center;
}

.vx-tool-logo {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 10px;
    object-fit: contain;
}

.vx-tool-name {
    font-size: 0.8em;
    font-weight: 500;
    /* color: #333333; */
    color: #001220;
    /* color: #ddd; */
}
.tools-logo-icon-color{font-size:2em;background: linear-gradient(90deg, #FF8C00, #DC143C);-webkit-background-clip: text;color: transparent;}
.vx-tool-item {display: inline-block;width: 100%;margin-bottom: 20px;}
.vx-tools-grid .vx-tool-logo {max-width: 40px;max-height: 40px;margin-bottom: 10px;object-fit: contain;}
.vx-tools-grid .vx-tool-name {font-size: 0.8em;font-weight: 500;color: #001220;}
.vx-tools-grid a {text-decoration: none;}
