.elementor-social-icon-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

#greviewbox .ti-widget.ti-goog .ti-review-item>.ti-inner{
	background:#041125 !important;
}

#greviewbox .ti-widget.ti-goog .ti-rating-text, .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-rating-text strong a, .ti-widget.ti-goog .ti-rating-text strong span, .ti-widget.ti-goog .ti-rating-text span strong, .ti-widget.ti-goog .ti-rating-text span, .ti-widget.ti-goog .ti-footer, .ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-footer span, .ti-widget.ti-goog .ti-footer strong a  {
color:rgba(0,0,0,0.9) !important;
}
 .elementor-3400 .elementor-element.elementor-element-e98c0cd .elementor-button {
 background: linear-gradient(135deg, #fdf497 0%, #fd5949 40%, #d6249f 70%, #285AEB 100%) !important;
    border: none !important;
}

.whatsapp-ribbon-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 9999;
}

.wa-circle {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.wa-circle img {
  width: 66px;
  height: 66px;
}

.wa-ribbon {
  background-color: #041125;
  color: white;
  padding: 10px 12px 12px 24px;
  margin-left: -18px;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
}

.wa-line-1 {
  font-size: 13px;
  line-height: 1.2;
}

.wa-line-2 {
  font-size: 17px;
  font-weight: 600;
  color: #D2B48C;
  line-height: 1;
}


@media (max-width: 768px) {
  .whatsapp-ribbon-btn {
    bottom: 20px;
    right: 0px;
    transform: scale(0.85);
  }

  .wa-circle {
    width: 50px;
    height: 50px;
  }

  .wa-circle img {
    width: 50px;
    height: 50px;
  }

  .wa-ribbon {
    padding: 8px 10px 10px 25px;
    height: 48px;
  }

  .wa-line-1 {
    font-size: 12px;
  }

  .wa-line-2 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .whatsapp-ribbon-btn {
    transform: scale(0.75);
  }
}

.elementor-3226 .elementor-element.elementor-element-5ae94f35 {
  bottom: 100px !important; /* Push it higher than WhatsApp button */
  right: 30px !important;
  z-index: 10000 !important; /* Make sure it's above page elements */
}

@media (max-width: 768px) {
  .elementor-3226 .elementor-element.elementor-element-5ae94f35 {
    bottom: 80px !important;
    right: 20px !important;
  }
}

.uniform-carousel .swiper-slide img.swiper-slide-image {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.elementor-swiper-button {
  background-color: #D2B48C !important;  /* Light tan bg */
  color: #28231A !important;            /* Dark brown icon */
  border-radius: 12% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
  z-index: 10 !important;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.elementor-swiper-button svg {
  fill: #28231A !important;
  width: 20px !important;
  height: 20px !important;
}

.elementor-swiper-button svg {
  width: 28px !important;
  height: 28px !important;
}



.elementor-swiper-button:hover {
  background-color: #28231A !important;  /* Dark hover bg */
  color: #D2B48C !important;
}

.elementor-swiper-button:hover svg {
  fill: #D2B48C !important;  /* Light hover icon */
}

.elementor-swiper-button {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

.elementor-swiper-button svg {
  transition: fill 0.3s ease !important;
}

.elementor-swiper-button:hover {
  background-color: #4A3D2A !important;
  border-color: #D2B48C !important;
}

@media (max-width: 767px) {
  .elementor-swiper-button {
    width: 32px !important;
    height: 32px !important;
  }

  .elementor-swiper-button svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* Default transparent header */
.top-header,
.bottom-header {
  background: transparent;
  transition: background 0.3s ease;
  z-index: 999;
}

/* Dark gradient overlay when menu is active */
.menu-open .top-header,
.menu-open .bottom-header {
  background: linear-gradient(to bottom, #041125, #0a2a4d); /* Adjust gradient to match your site */
  opacity: 0.96;
}

@media (min-width: 1024px) {
    /* Rentals grid */
    #mf-input-checkbox-5365b6d {
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: 5px;
    }

    /* Align 'How did you hear about us?' in same 4-column grid */
    #mf-input-checkbox-367660b {
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: 5px;
    }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

