.searchSection .logo img{
    object-fit: contain;
    width: 440px;
    height: 80px;
    display: block;
    margin: auto;
    max-width: 100%;
}
.searchSection{
    background-color: #f9f9f9;
    padding-top: 6rem;
    padding-bottom: 3rem
    ;
}
.searchSection .logo{
   margin-bottom: .5rem;
}
.searchSection .container{
   max-width: 1200px;
   text-align: center;
 }
.searchSection {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
}
.searchSection form{
    max-width: 100%;
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 60px;
    padding: 24px 20px;
    border-radius: 88px;
    border: 1px solid #f5b402;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 0px 0px 6px #f4ebff, 0px 1px 2px 0px rgba(16, 24, 40, .0509803922);
    margin: 20px 0;
    background-color: #fff;
    margin: auto;
    margin-bottom: 2.4rem;
}
.searchSection form .form-control{
   box-shadow: none;
   padding: 0;
   font-size: 1rem;
   height: 2.2rem;
   border: none;
}
.searchSection form .form-control::placeholder{
  color: #999;
 }
 .searchSection form button{
   background-color: transparent;
   border: none;
   outline: none;
 }
 .searchSection p{
   color: #6c6a71;
   font-weight: 500;
   margin-bottom: 2rem;
   font-size: 1rem;
   line-height: 1.4;
 }
 .trandingSearch{
    font-weight: 600;
    color: #6c6a71;
    font-size: 18px;
    text-align: center;
    margin: 1rem auto;
  }
  .trandingServices a{
    background: #f6f3fb;
    color: #6c6a71;
    margin: .5rem;
    padding: .2rem .6rem;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-size: .85rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #222;
    border-bottom: 2px solid #f0e9fe;
    font-size: .8rem;
  }
  .trandingServices .trandingBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .8rem;
  }
  .trandingServices a:hover{
   background-color: #fff;
   border-bottom: 2px solid #f5b402;
  }
  .recommendations{
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  border-radius: 10px;
  margin: auto;
  max-width: 100%;
  width: 700px;
  max-height: 300px;
  overflow-y: auto;
}

.recommendation{
    padding: 16px 12px;
    cursor: pointer;
    font-weight: 400;
    color: #2e2e2e;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: .95rem;
}
.recommendation:hover{
   background-color: #f5b4022e;
}
.recommendations .recommendation:last-child{
    border-bottom: none;
}
.searchBox{
    position: relative
}
.recommendation svg{
  width: 16px;
  height: 16px;
  display: none;
}
.recommendation span {
    display: flex;
    flex-direction: row;
    text-align: left;
}
.recommendation .active{
    color: #75ba75;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
}
.recommendation  .badges{
   height: .4rem;
   width: .4rem;
   border-radius: 50%;
   background-color: #27be69;
   margin-left: .4rem;
   margin-right: .4rem;
}
.recommendation:hover svg{
    display: inline-block;
}
@media (max-width:600px){
    .searchSection .logo{
       display: none;
     }
}

.companyInsights{
    padding-top: 10rem;
}
.tmLogo{
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: .5rem;
}
.tmLogo sup{
 border-radius: 50%;
 font-size: 1rem;
 width: 2.2rem;
 height: 2.2rem;
 position: absolute;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 top: -15px;
 padding: .2rem;
 background-color: #f5b402;
}
 .track-section {
      margin: auto;
    }

    .track-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .track-header h2 {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #1a1a1a;
    }

    .track-header p {
      font-size: 1rem;
      color: #555;
    }

  

    .feature-card {
      background: white;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      min-height: 100%;
      cursor: pointer;
    }

    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .feature-icon {
      font-size: 32px;
      margin-bottom: 12px;
      color: #0073e6;
    }

    .feature-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 8px;
      color: #222;
    }

    .feature-desc {
      color: #555;
      font-size: 0.95rem;
      line-height: 1.5;
      font-weight: 500;
    }

    /* FAQs */
.faqs{
  padding-bottom: 3rem;
}
.faqs h2 {
    color: #000;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1rem;
   margin-left: 0;
}
.faqs .container{
max-width: 1200px;
}
 .about-giftcard-section {
      margin: 60px auto;
      padding: 30px 20px;
      background-color: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
    }

    .faqs .section-title {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 20px;
      color: #1f2937;
    }

    .faqs .intro-text {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 30px;
      color: #4b5563;
    }

    .faqs .feature-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .faqs .feature-item {
      padding: 15px 20px;
      background-color: #f3f4f6;
      border-left: 4px solid #f5b402;
      border-radius: 4px;
    }

    .faqs .feature-title {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 6px;
      color: #111827;
    }

    .faqs .feature-description {
      font-size: 0.95rem;
      color: #374151;
      font-weight: 500;
      margin-bottom: 1rem;
    }
 
   @media(max-width: 991px){
    .faqs .row{
      flex-direction: column-reverse;
    }
    .faqs .imgBox img{
      display: block;
      margin: auto;
      height: 300px;
    }
    .faqs .feature-list {
      padding-inline: 20px;
    }
    .faqs h2{
      padding-left: 20px;
    }
   
   }
     @media(max-width:600px){
     .faqs .container{
      padding: 0 .5rem;
    }
   }
.container{
    max-width: 1200px;
}
    .faqs .feature-description ul {
     padding-left: 30px;
    }
    
    .faqs .feature-description ul li{
     list-style-type: disc;
     margin-bottom: .5rem;
    }
    @media(max-width: 560px){
      .tmLogo{
        font-size: 1.6rem;
      }
      .tmLogo sup{
        font-size: .9rem;
        width: 2rem;
        height: 2rem;
      }
      .searchSection form{
        height: 40px;
      }
       .searchSection form button img{
        width: 20px;
      }
      .mobilePadding{
        padding: 0;
      }
    }
/* faqs */
.faqs .container{
  max-width: 1000px;
}
.faqs{
  padding-top: 2rem;
}
.faqs .accordion {
    margin: 0;
}
.faqs .sectionPara {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
}
.faqs h2 {
    margin-bottom: 1rem;
    margin-left: 0;
}
/* popular seraches */
.popularSearches{
  background-color: #fff;
}
.popularSearches .container{
 max-width: 1000px;
}
.popularSearches h2{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #071437;
}
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: .25rem;
    padding: .5rem .5rem;
    border: 1px solid #fff0;
    font-weight: 500;
    font-size: .6875rem;
    padding: .3125rem .375rem;
    color: #4B5675;
    border-color: #fff0;
    background-color: #f5b40219;
}
.link {
    font-weight: 600;
    color: #000;
}
.card-header {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F4;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: transparent;
}    
.listLinks{
    gap: 10px;
}
/* banner */
 .banner {
      background: linear-gradient(136.7deg, #1572ed 68.58%, #59a1ff 12.5%);
      color: white;
      padding: 60px 20px;
      text-align: center;
      border-radius: 0 0 20px 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .banner .head {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #fff;
      letter-spacing: .5px;
       text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
       line-height: 1.4;
    }

    .banner p {
      font-size: 18px;
      margin-bottom: 30px;
      color: #fff;
    }
     @media(max-width:550px){
      .banner .head{
        font-size: 26px;
      }
     }
    .banner .btn {
      display: inline-block;
      padding: 14px 30px;
      background-color: white;
      color: #000;
      font-weight: 600;
      text-decoration: none;
      font-size: 16px;
      border-radius: 8px;
      transition: background-color 0.3s, color 0.3s;
    }

    .banner .btn:hover {
      background-color: #e0e7ff;
      color: #3730a3;
    }

    @media (max-width: 600px) {
      .banner h1 {
        font-size: 28px;
      }
      .banner p {
        font-size: 16px;
      }
      .banner .btn {
        padding: 12px 24px;
        font-size: 15px;
      }
    }
    /* pricing */
    .pricingBox{
      margin-top: 2rem;
    }
     .pricing-card {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: 30px;
      background-color: white;
      box-shadow: 0 3px 10px rgba(0,0,0,0.05);
      position: relative;
      height: 100%;
    }

    .pricing-card.recommended {
      border: 2px solid #4f46e5;
      background-color: #f0f5ff;
    }

    .recommended-badge {
      position: absolute;
      top: -15px;
      right: -15px;
      background: #facc15;
      color: #111827;
      font-weight: 600;
      font-size: 12px;
      padding: 6px 12px;
      border-radius: 0 8px 0 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .pricing-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 8px;
      min-height: 3rem;
    }

    .pricing-subtitle {
      font-size: 14px;
      color: #555;
      margin-bottom: 16px;
      font-weight: 500;
    }

    .price {
      font-size: 40px;
      font-weight: 600;
      color: #000;
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .old-price {
      text-decoration: line-through;
      color: #888;
      font-size: 14px;
      margin-right: 8px;
      font-weight: 500;
    }

    .discount {
      background-color: #d1fae5;
      color: #065f46;
      font-size: 13px;
      padding: 2px 8px;
      border-radius: 6px;
      font-weight: 500;
    }

    .buy-btn {
      background-color: #facc15;
      color: #000;
      font-weight: 600;
      padding: 12px 20px;
      border: none;
      width: 100%;
      border-radius: 6px;
      margin: 20px 0;
    }

    .features {
      list-style: none;
      padding: 0;
      font-size: 15px;
    }

    .features li {
      text-align: left;
      position: relative;
      padding-left: 40px;
      margin-bottom: 10px;
      font-weight: 500;
      color: #000;
      line-height: 1.4;
      font-size: .9rem;
  } 
  .pricingBox .col-md-6{
    max-width: 450px;
  }
  .pricingBox .row{
   justify-content: center;
  }
  .features .f-bold {
    font-weight: 600;
    font-size: 1.6rem;
  }

    .features li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 2px;
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../imagesweb/tick.svg);
    }
    .f-bold{
      font-weight: 600;
    }