.line-clamp-2 a{
  font-size: 25px !important;

}
.title {
  font-size: 30px !important;
}
.itineraryh3{
    font-size: 20px;
}
.tour-info-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 20px;
  }
  
  .tour-col {
    width: 50%;
  }
  
  .tour-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .tour-list {
    list-style: none;
    padding: 0;
  }
  
  .tour-list li {
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .tour-list i {
    margin-right: 8px !important;
    color: #ff6b00 !important; /* change color if needed */
  }
  
  /* 📱 Mobile Responsive */
  .related{
   
    

  }
  .paddingtop15{
    padding-top: 15px;
  }
  .mt15{
    margin: 15px !important;
  }
  .pd0{
    padding-bottom: 0px !important;
  }
  .mb15{
    margin: 15px !important;
  }
  .padding0{
    padding: 0px !important;
  }
  .arrowcolor{
    color: #f04d07 !important;
    padding-right: 10px !important;
  }
  .pdb15{
    margin-bottom: 15px !important;
  }
  .related li{
    font-size: 16px;
  }
  .related a{
    color: #ff6b00 ;
    
  }

  @media (max-width: 768px) {
    .tour-info-wrapper {
      flex-direction: column;
    }
  
    .tour-col {
      width: 100%;
    }
  }
@media (max-width: 767px) {
  h2 {
    font-size: 20px !important;
  }
}