section.flat-title-page.style-2{
  background-image:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url(/storage/breedcrumb.jpg);
  background-size: cover;
  background-position: center;
  color:#fff;              /* make text white */
}

.homeya-box.list-style-1 {
    margin: 10px;
}
h2.title.wow.fadeIn.animationtext.clip.animated.animated {
    color: white !important;
}

.subtitle.body-1.wow.fadeIn.animated.animated {
    color: white;
}


section.flat-slider.home-3 {
    background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url(https://hot-deals.vipuae.ae/storage/abu-dhabi.png) center / cover no-repeat !important;
}


.swiper-slide .avatar{
	display:none;
}

.homeya-box .content {
    min-height: 33px;
}

/* Modal Overlay */
#popupModal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

/* Modal Box */
.modal-box {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  font-family: "Segoe UI", sans-serif;
  animation: slideUp 0.3s ease-out;
}

/* Close Button */
#closeModal {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}
#closeModal:hover {
  color: #000;
}

/* Modal Headline */
.modal-box h2 {
  margin-top: 0;
  font-size: 22px;
  text-align: center;
  color: #111;
}

/* Modal Description */
#modalDescription {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
}

/* Form Group */
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.form-group input {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.2s ease;
}
.form-group input:focus {
  outline: none;
  border-color: #000;
}

/* Submit Button */
#popupForm button[type="submit"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#popupForm button[type="submit"]:hover {
  background-color: #333;
}

/* Success Message */
#formMessage {
  font-size: 16px;
  color: #2d2d2d;
  text-align: center;
  margin-top: 20px;
}

/* Animation */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .modal-box {
    padding: 20px;
  }
  .modal-box h2 {
    font-size: 18px;
  }
  #popupForm button[type="submit"] {
    font-size: 15px;
    padding: 10px;
  }
}

.vip-fab-container {
  position: fixed;
  bottom: 100px; /* adjust to avoid back-to-top */
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vip-fab {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  animation: vip-popIn 0.4s ease;
}

.vip-fab i {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

/* Hover animation */
.vip-fab:hover {
  transform: scale(1.15);
}

/* Individual colors */
.vip-fab-whatsapp {
  background-color: #25D366;
  color: #fff;
}

.vip-fab-call {
  background-color: #007bff;
  color: #fff;
}

.vip-fab-brochure {
  background-color: #000;
  color: #fff;
}

/* Pop-in animation */
@keyframes vip-popIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}



.vip-news-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.vip-news-modal-box {
  background: #fff;
  max-width: 900px;
  width: 95%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  position: relative;
  animation: fadeInUp 0.4s ease-out;
}

.vip-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  z-index: 100;
}
.vip-close-btn:hover {
  color: #000;
}

.vip-modal-content {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.vip-modal-image {
  width: 45%;
}
.vip-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vip-modal-text {
  width: 55%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vip-modal-text h2 {
  font-size: 24px;
  margin-bottom: 8px;
  color: #000;
}
.vip-modal-text h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #222;
}
.vip-modal-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 12px;
}

#newsForm input {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 12px;
}
#newsForm button {
  width: 100%;
  padding: 14px;
  background: black;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#newsForm button:hover {
  background-color: #333;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .vip-modal-content {
    flex-direction: column;
  }
  .vip-modal-image {
    width: 100%;
    height: 200px;
  }
  .vip-modal-text {
    width: 100%;
    padding: 20px;
  }
  .vip-modal-text h2 {
    font-size: 20px;
  }
}


button#newsModalClose {
    background: red;
    padding: 7px;
    color: white;
    font-size: 40px;
}