 .color-primary{ color:#3fa884; }
 
 /*
 .w3l-bottom-grids-6 .grids-feature .icon span.fa {
  background: #f5f5f5;
  font-size: 26px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #ff4400;
  text-align: center;
  margin: 0px 0 30px 0;
  border:1px solid #eee;
} 


.w3l-bottom-grids-6 {
  background: #F5F5F5;
  position: relative;
  z-index: 1;
}

.w3l-bottom-grids-6 .area-box {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
}


.w3l-bottom-grids-6 .area-box {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  border:1px solid #eee;
}

.w3l-bottom-grids-6 .area-box:hover {
  background: #f5f5f5;
  transition: .3s;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-0.25rem);
  box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}





.w3l-courses p.price-review  {
  font-weight: 700;
  font-size: 18px;
  color: #48C9B0;
}

.w3l-blogpost-content a.blog-desc {
  font-size: 1rem;
  line-height: 1.33;
  font-weight: 400;
  display: inline-block;
  color: #2C3E50;
  margin: 1rem 0;
}

.w3l-blogpost-content a.blog-desc:hover {
  color: #48C9B0;
  transition: 0.3s;
}

.w3l-blogpost-content .card,
.w3l-blogpost-content .card-header {
  border: none;
  background-color: #fff;
  box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
  border-radius: 15px;;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.w3l-blogpost-content .card:hover {
  transform: translateY(-0.25rem);
  box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.w3l-blogpost-content .card-body.blog-details {
  padding: 25px;
}

.w3l-blogpost-content .card img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.radius-image-full {
  border-radius: 15px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

*/


/* Basic Section Styles */
.how-to-earn {
    margin-top:50px;
    padding: 25px 10px;
    background-color: #fff;
    text-align: center;
}

.section-wrap {
    width: 100%;
    margin: 0 auto;
}

/* Heading Styling */
.how-to-earn-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Row Layout */
.how-to-earn-row {
    display: flex;
    justify-content: center;
    gap: 50px;  /* Space between columns */
    flex-wrap: wrap;
}

/* Column Styling */
.how-to-earn-col {
    max-width: 300px;
    padding: 20px;
    text-align: center;
}



/* Column Heading Styling */
.how-to-earn-col-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Paragraph Styling */
.how-to-earn-col p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Link Styling */
.how-to-earn-col a {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}

.how-to-earn-col a:hover {
    text-decoration: underline;
}

.how-to-earn-row i{
    font-size:40px;
    padding:0;
    margin:20px 10px;
    color:#3fa884;
}



.category-box {
    padding: 20px; /* Padding around content */
    text-align: center;
    height: 100%; /* Ensures equal height of the boxes */
}

.category-img {
    height: 150px; /* Fixed height for images */
    overflow: hidden;
    margin-bottom: 10px; /* Space between the image and text */
}

.category-img img {
    width: 100%; /* Ensure the image takes full width */
    height: 100%; /* Ensure the image takes full height */
    object-fit: cover; /* Maintain aspect ratio */
}

.bottom-nav {
    display:none;
}

 /* Custom styles */
    .navbar-line {
      border-bottom: 1px solid #ddd;
    }

    .contact-number{
        float:right;
        margin:0 20px 0 0 ;
    }
    
    .menu-icons i, .contact-number i {
      font-size: 18px;
      margin-right: 0;
      
    }


    .search-bar {
      position: relative;
    }

    .search-bar input {
      border-radius: 50px;
      padding-right: 35px;
    }

    .search-bar i {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      background:#11bb8b;   
      padding:8px;
      border-radius:50%;
      }

    .menu-icons {
      padding: 0 30px 0 0 ;
      display: flex;
      justify-content: flex-end; /* Align icons to the right */
      align-items: center;      /* Vertically align the icons */
      gap: 40px;                /* Add space between the icons */
    }
    
    .menu-icons a {
      text-decoration: none;    /* Remove underline from links */
      color: #333;              /* Default icon color */
      font-size: 18px;          /* Adjust icon size */
      transition: color 0.3s;   /* Smooth color change on hover */
    }
    
    .menu-icons a:hover {
      color: #007bff;           /* Change icon color on hover */
    }

    /* Style for the logo anchor tag */
    .navbar-brand {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      height: 100%; /* Adjust height if needed */
    }
    
    /* Style for the logo image */
    .navbar-brand img.brand-logo {
      max-width: 180px; /* Adjust the maximum width for the logo */
      height: auto; /* Maintain aspect ratio */
      display: block;
    }
    
    .nav-link{
        font-size:14px;
    }
    
    
     .nav-link i {
      font-size: 16px;    /* Adjust icon size */
      margin-right: 8px;  /* Add space between icon and text */
      color: #666;        /* Set a subtle icon color */
    }
    
    .nav-link i:hover {
      color: #007bff;     /* Change icon color on hover */
    }

    .mobile-navbar, .mobile-search {
        display: none;
      }


/* Media Queries for Small Screens */
@media (max-width: 768px) {
    
    .footer{
        display:none;
    }
    .how-to-earn-row {
        flex-direction: column;
        align-items: center;
    }

    .how-to-earn-col {
        max-width: 80%;
        margin-bottom: 30px;
    }

    .how-to-earn-heading {
        font-size: 1.75rem;
    }

   .how-to-earn-row i{
    font-size:20px;
    padding:0;
    margin:0;
    color:#3fa884;
    }

        .bottom-nav {
          position: fixed;
          padding:8px 0 0 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 60px;
          display: flex;
          justify-content: space-around;
          background-color: #ffffff;
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        }
        
        .bottom-nav a {
          flex: 1;
          text-decoration: none;
          text-align: center;
          color: #555;
          padding: 5px 0;
          font-size: 11px;
        }
        
        .bottom-nav a.active {
          color: #11bb8b;
        }
        
        .bottom-nav a:hover {
          color: #007bff;
        }
        
        .bottom-nav a i {
          display: block;
          font-size: 18px; /* Smaller icon size */
          margin-bottom: 3px; /* Slightly smaller gap between icon and text */
        }

 .desktop-navbar {
        display: none;
      }

      .mobile-navbar {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .mobile-top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

   
    .mobile-top-bar .menu-icons {
      padding: 0 20px 0 0 ;
      display: flex;
      justify-content: flex-end; /* Align icons to the right */
      align-items: center;      /* Vertically align the icons */
      gap: 20px;                /* Add space between the icons */
    }

      .mobile-search {
        display: block;
        width: 100%;
      }

      .search-bar input {
        width: 100%;
      }
      
       .navbar-brand img.brand-logo {
         width: 180px; /* Adjust for smaller screens */
        }
}




