body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
/* background: #FE0360; */
}
.notification-bar {
    /* background: #FE0360; */
    background: #2AA9DC;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
  }
.brushupskills-a{
    color: #001220;
    /* color: #2BA9DC; */
    font-weight: bold;
    font-family: "Poppins";
    letter-spacing: 1px;
}

header {
    background: #002233;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .logo {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    font-family: "Poppins";
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  
}

  .btn-outline-light {
    border: 1px solid #666;
    color: #fff;
    transition: background 0.3s, color 0.3s;
  }

  .btn-outline-light:hover {
    /* background: #2AA9DC; */
    background: linear-gradient(135deg, #FE0360, #2AA9DC);
   border: none;
    color: #fff;
  }

  .wave-banner {
    width: 100%;
    height: auto;
    display: block;
  }

  .header-banner {
    max-width: 1200px;
    margin: auto;
  }

  @media (max-width: 768px) {
    .logo {
      font-size: 1.25rem;
    }
  }








  .tool-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: left;
  }
  
  .tool-title {
    font-size: 2rem;
    color: #2AA9DC;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Poppins";
    font-weight: 600;
  }
  
  .tool-description {
    font-size: 1rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .tool-form {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .form-label {
    font-size: 1rem;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
  }
  
  .form-control,
  .form-select {
    width: 100%;
    padding: 10px;
    padding-left: 3%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #333;
    text-align: left;
  }
  
  .btn-primary2 {
    /* background: #FE0360; */
    background: linear-gradient(135deg, #FE0360, #2AA9DC);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    /* color: #fff; */
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .btn-primary2:hover {
    /* transform: scale(1.1); */
    background: linear-gradient(135deg,#2AA9DC,#FE0360);
    color: #fff;
}
  





  .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(135deg, #FE0360, #2AA9DC);
      -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: "Poppins";
      margin-top: 10px;
      font-weight: 500;
      font-size: 1.2em;
      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;
  
  }
  








  .tool-details {
    padding: 40px 50px; /* Increased left and right padding for more space */
    background-color: #f9f9f9;
    text-align: left;
  }
  
  .tool-title-2 {
    font-size: 2.5rem;
    color: #2AA9DC;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .tool-description-2 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.6;
  }
  
  .tool-feature-title {
    font-size: 1.8rem;
    color: #2AA9DC;
    margin-top: 30px;
    text-align: left;
  }
  
  .tool-features {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1rem;
    color: #333;
    text-align: left;
    margin-top: 20px;
  }
  
  .tool-steps {
    padding-left: 20px;
    font-size: 1rem;
    color: #333;
    text-align: left;
    margin-top: 20px;
  }
  
  .tool-steps li {
    margin-bottom: 10px;
  }
  
  /* Additional container styling for content */
  .container {
    max-width: 1200px; /* You can adjust this width to limit text spread */
    margin-left: auto;
    margin-right: auto;
  }
  
  










.w3-b-a,.w3-b-a:hover{
    text-decoration: none;
    cursor: pointer;
} 


.tools-logo-icon-color{font-size:2em;background: linear-gradient(135deg, #FE0360, #2AA9DC);-webkit-background-clip: text;color: transparent;}
.tool-item {display: inline-block;width: 100%;margin-bottom: 20px;}
.tools-grid .tool-logo {max-width: 40px;max-height: 40px;margin-bottom: 10px;object-fit: contain;}
.tools-grid .tool-name {font-size: 0.8em;font-weight: 500;color: #001220;}
.tools-grid a {text-decoration: none;}
