
/* Deal of the Day Start */

    .deal-card {
      width: 350px;
      background: #d6e9f5;
      border-radius: 15px;
      padding: 9px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .deal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .deal-header h2 {
      font-size: 18px;
      margin: 0;
      color: #2f4858;
    }

    .deal-price {
      font-size: 26px;
      font-weight: bold;
      margin: 15px 0;
      color: #1e6f5c;
    } 

    .deal-details {
      margin: 15px 0;
    }

    .deal-details div {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid #ddd;
      font-size: 14px;
      color: #333;
    }

    .deal-details div:last-child {
      border-bottom: none;
    }

    .btn-book {
      width: 50%;
      background: #0066b3;
      color: #fff;
      border: none;
      padding: 0px;
      border-radius: 10px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
      margin: 10px 0;
    }

    .btn-book:hover {
      background: #f17b13;
    }

    .timer {
      font-size: 14px;
      color: #d62828;
      margin-top: 0px;
      text-align: center;
    }
/* Deal of the day END */






/* Footer floating icons Start */
.icon {
  width: 50px; height: 50px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; color: #fff;
  cursor: pointer; position: relative; transition: all 0.3s ease;
  text-decoration: none;
}
.icon .tooltip {
  position: absolute; right: 60px; background: #333; color: #fff;
  padding: 5px 10px; border-radius: 4px; white-space: nowrap;
  opacity: 0; transform: translateX(10px); transition: 0.3s;
  display: flex; align-items: center; gap: 5px;
}
.icon:hover a .tooltip {
  opacity: 0; transform: translateX(0);
}
.icon.whatsapp { background: #25d366; }
.icon.viber { background: #665cac; }
.icon.chat { background: #007BFF; }

a.icon.messenger {
    background: #168AFF;
    color: #ffffff ;
}

/* Footer floating icons END */
.lni {
  font-size:35px;
  }
 
.privacy-p a { color:#edff00;
 }
