
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.speedyui {
  --su-primary-color: #FCBA5C;
  --su-nav-link-color:var(--bs-white);
  font-family: "Poppins", sans-serif;
}
.speedyui .speedyui-btn {
  transform: translateY(0px);
  transition: all 0.3s;
  background-color: var(--su-primary-color);
  color: var(--bs-white);
}
.speedyui .speedyui-btn:hover {
  transform: translateY(5px);
}

.speedyui-header {
  z-index: 9;
}
.speedyui-header ul, .speedyui-header ol, .speedyui-header p, .speedyui-header h1, .speedyui-header h2, .speedyui-header h3, .speedyui-header h4, .speedyui-header h5, .speedyui-header h6, .speedyui-header figure {
  margin: 0;
  padding: 0;
}

.speedyui-header .offcanvas-toggle .icon-wrapper {
  z-index: 0;
  color: var(--bs-white);
  transition: all 0.3s;
}
.speedyui-header .offcanvas-toggle:hover .icon-wrapper {
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas-toggle:hover .icon-wrapper:before {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .speedyui-header .dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    min-width: 12em;
  }
  .speedyui-header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100% !important;
  }
}

.speedyui-offcanvas {
  --su-width: 100%;
  --bs-border-color: #FCBA5C;
}
.speedyui-offcanvas .btn-close {
  transition: all ease 0.4s;
}
.speedyui-offcanvas .btn-close:hover {
  transform: rotate(90deg);
}
.speedyui-offcanvas .offcanvas {
  transition: all 1200ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  overflow-y: auto;
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop {
  width: var(--su-width);
}
@media (min-width: 768px) {
  .speedyui-offcanvas .offcanvas.offcanvas-desktop {
    --su-width: 445px;
  }
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop .offcanvas-header .btn-close {
  transform: rotate(0);
  transition: all 300ms linear 0ms;
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop .offcanvas-header .btn-close:hover {
  transform: rotate(90deg);
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop .offcanvas-body .btn {
  color: var(--bs-white);
  padding: 0.8rem 1.8rem;
  background-color: var(--su-primary-color);
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop .offcanvas-body .btn:hover {
  color: var(--su-primary-color);
  background-color: var(--bs-white);
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop .offcanvas-body ul.contact-list li a {
  color: var(--bs-white);
  transition: all 300ms linear 0ms;
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop .offcanvas-body ul.contact-list li a .contact-icon {
  color: var(--su-primary-color);
}
.speedyui-offcanvas .offcanvas.offcanvas-desktop .offcanvas-body ul.contact-list li a:hover {
  color: var(--su-primary-color);
}
.speedyui-offcanvas .offcanvas.offcanvas-mobile {
  color: var(--bs-white);
  border: none;
}
.speedyui-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing li a {
  color: var(--bs-white);
  transition: color 0.3s ease;
}
.speedyui-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing li a:hover {
  color: var(--su-primary-color);
}
.speedyui-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing li a span {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.speedyui-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing li a.collapsed span {
  transform: rotate(0deg);
}
.speedyui-offcanvas .offcanvas.offcanvas-mobile ul.offcanvas-listing .collapse li:last-child {
  --bs-border-color: transparent;
}
.speedyui-offcanvas ul.social-listing li a {
  color: var(--bs-white);
  transition: 300ms ease-in;
}
.speedyui-offcanvas ul.social-listing li a:hover {
  color: var(--su-primary-color);
}
.speedyui-offcanvas .offcanvas-backdrop {
  opacity: 0.5;
  transform: translateX(100%);
  background-color: rgb(10, 10, 10);
  transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.speedyui-offcanvas .offcanvas-backdrop.show {
  transform: translateX(0%);
}

.speedyui-hero {
  padding-top: 6rem;
  padding-bottom: 3rem;
  z-index: 0;
}
.speedyui-hero .hero-content p {
  line-height: 1.7;
}
.speedyui-hero .hero-content .hero-heading {
  color: #fff;
}
.speedyui-hero .hero-content .hero-feature h4 {
  color: #fff;
}
.speedyui-hero .hero-content .primary-btn {
  background-color: #FCBA5C;
  color: #fff;
}
.speedyui-hero .hero-content .cat-list li {
  color: #fff;
}
.speedyui-hero .hero-content .cat-list li a {
  color: currentColor;
  opacity: 0.6;
  transition: all 0.3s;
  font-weight: 300;
}
.speedyui-hero .hero-content .cat-list li a:hover {
  opacity: 1;
}
.speedyui-hero .hero-content .cat-list li:after {
  content: "/";
  margin-left: 0.5rem;
  color: currentColor;
  opacity: 0.6;
  font-size: 14px;
}
.speedyui-hero .hero-content .cat-list li:last-of-type::after {
  display: none;
}
.speedyui-hero .hero-content .btn {
  transform: translateY(0px);
  transition: all 0.3s;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
}
.speedyui-hero .hero-content .btn:before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #FCBA5C;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 5rem;
  opacity: 0.3;
  transition: all 0.5s;
}
.speedyui-hero .hero-content .btn:hover:before {
  left: calc(100% - 2rem);
}
.speedyui-hero .circle-one {
  top: 2rem;
  left: 1rem;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #FCBA5C;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
  animation: scale-animation 6s ease-in-out infinite;
}
.speedyui-hero .circle-two {
  bottom: 10px;
  right: -2%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #FCBA5C;
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
  animation: move-animation 30s ease-in-out infinite;
}
@keyframes move-animation {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-200px);
  }
  75% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes scale-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3rem);
  }
  100% {
    transform: translateX(0);
  }
}
.speedyui-product .product-thumbnail .product-badge {
    z-index: 9;
  }
  @media (min-width: 768px) {
    .speedyui-product .product-thumbnail .product-badge .badge {
      transform: translate(-50%, -50%);
    }
  }
  .speedyui-product .add-to-cart-action {
    background-color: var(--su-primary-color);
    transform: scale(1);
    font-size: 16px;
  }
  @media (min-width: 768px) {
    .speedyui-product .add-to-cart-action {
      font-size: 14px;
    }
  }
  @media (min-width: 992px) {
    .speedyui-product .add-to-cart-action {
      font-size: 16px;
    }
  }
  .speedyui-product .add-to-cart-action:hover {
    transform: scale(0.97);
  }
  .speedyui-product .product-img {
    transform: scale(1);
    transition: all 0.3s;
  }
  .speedyui-product .product-action-controls ul {
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  .speedyui-product .product-action-controls ul li a {
    color: var(--bs-dark);
    transition: all 0.3s;
  }
  .speedyui-product .product-action-controls ul li a .icon {
    transition: all 0.3s ease-in-out;
  }
  .speedyui-product .product-action-controls ul li a:hover .icon {
    animation: animateIcon 300ms;
  }
  .speedyui-product .product-description .product-title {
    color: var(--bs-secondary);
    transition: all 0.2s;
  }
  .speedyui-product .product-description .product-title:hover {
    color: var(--bs-dark);
  }
  .speedyui-product .star-rating .icon {
    color: #f7bc1e;
  }
  .speedyui-product:hover .product-action-controls ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .speedyui-product:hover .product-img {
    transform: scale(1.1);
  }
  @keyframes animateIcon {
    0% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-5px);
      opacity: 0;
    }
    80% {
      transform: translateY(5px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
  } */

  .favorites-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
  }
  .favorite-card {
    display: flex;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
  }
  .favorite-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .favorite-info {
    padding: 15px;
    flex: 1;
  }
  .favorite-info h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #333;
  }
  .favorite-info p {
    margin: 0;
    color: #666;
    font-size: 14px;
  }
  .heart-icon {
    font-size: 24px;
    color: #FF4B4B;
    padding: 10px;
    cursor: pointer;
  }
  .heart-icon:hover {
    color: #e60000;
  }

  .hotel-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.hotel-description {
    font-size: 0.9rem;
    color: #666;
}
.review-section {
    display: flex;
    align-items: center;
    gap: 15px;
}
.review-details {
    font-size: 0.9rem;
    color: #666;
}
.features-list {
    font-size: 0.9rem;
    color: #333;
}
.select-room-btn {
    background-color: #f7bc1e;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
}
.select-room-btn:hover {
    background-color: #e65c00;
    color: #fff;
}

    .favorites {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .favorites a {
        display: flex;
        align-items: center;
        gap: 5px;
        text-decoration: none;
        color: inherit;
        cursor: pointer;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }

    .favorites a:hover {
        background-color: #f8f8f8;
    }

    .favorites svg {
        width: 18px;
        height: 18px;
    }

    .menu-btn {
        background: none;
        border: 1px solid #FFC107;
        color: #FFC107;
        padding: 8px 16px;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .menu-btn:hover {
        background: #FFC107;
        color: #fff;
    }

    @media (max-width: 768px) {
        .rating-container {
            flex-direction: column;
            align-items: flex-start;
        }
        .favorites {
            margin-top: 10px;
            flex-wrap: wrap;
        }
    }

    .uniform-logo {
      width: 350px;  /* Set a uniform width */
      height: 350px; /* Set a uniform height */
      object-fit: contain; /* Ensures the image scales proportionally without distortion */
      display: block; /* Ensures the image does not overlap */
      margin: auto; /* Centers the logo */
  }

  