.whatsapp-wrapper {  display: flex;  align-items: center;  gap: 10px;}/* Book Now Button */.book-now-btn {  background: #25D366;  color: #fff;  padding: 10px 18px;  border-radius: 25px;  font-size: 14px;  font-weight: 600;  text-decoration: none;  white-space: nowrap;  box-shadow: 0 4px 10px rgba(0,0,0,0.2);  transition: 0.3s;}/* Hover */.book-now-btn:hover {  background: #128C7E;  transform: translateY(-2px);}/* Mobile eke poddak size adu karanna */@media (max-width: 480px) {  .book-now-btn {    font-size: 12px;    padding: 8px 14px;  }}/*whats app icon*/@media only screen and (min-width: 1024px) {    .whats-app-icons {        /*bottom: 210px;*/        bottom: 136px;        right: 20px;        position: fixed;        cursor: pointer;        z-index: 100;    }}.whats-app-icons {    /*bottom: 180px;*/    bottom: 130px;    right: 20px;    position: fixed;    cursor: pointer;    z-index: 100;}/*whats app icon*/