body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
}

/* TOP BAR */

.top-offer-bar {
  background: #222;
  color: #fff;
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.top-offer-inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer-left {
  display: flex;
  align-items: center;
  gap: 25px;
}

.offer-left a {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-icons a {
  color: #fff;
  font-size: 16px;
}

/* MAIN HEADER */

.main-header {
  padding: 26px 0;
}

.main-header-inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area {
  display: flex;
  align-items: center;
}

.logo-area img {
  max-height: 55px;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 45px;
}

.main-menu a {
  color: #111;
  font-size: 20px;
  font-weight: 600;
}

.main-menu a.active {
  color: #f45d48;
}

.main-menu i {
  font-size: 12px;
  margin-left: 5px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.support-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.support-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #111;
}

.support-content h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #f45d48;
}

.support-content p {
  margin: 0;
  font-size: 15px;
  color: #777;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-icons a {
  color: #111;
  font-size: 24px;
  position: relative;
}

.icon-badge {
  position: absolute;
  top: -10px;
  right: -12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f45d48;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* SEARCH BAR */

.search-section {
  background: #f45d48;
  height: 75px;
  display: flex;
  align-items: center;
}

.search-inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

.category-box {
  width: 306px;
  height: 75px;
  background: #d9412d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.category-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-box {
  flex: 1;
  padding: 0 50px;
}

.search-form {
  background: #f3f3f3;
  height: 58px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.search-form input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 20px;
  outline: none;
  color: #444;
}

.search-form button {
  border: none;
  background: transparent;
  font-size: 28px;
  color: #111;
}

.book-store {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.book-store a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.book-store i {
  color: #fff;
  font-size: 22px;
}

@media (max-width: 1200px) {
  .main-menu,
  .support-box {
    display: none;
  }

  .category-box {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .top-offer-inner,
  .main-header-inner,
  .search-inner {
    padding: 0 15px;
  }

  .search-inner {
    flex-direction: column;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 15px;
  }

  .search-section {
    height: auto;
  }

  .category-box,
  .search-box,
  .book-store {
    width: 100%;
    padding: 0;
  }

  .search-box {
    padding: 0;
  }
  .carousel .slide {
    padding: 0 15px !important;
  }
}
.product-title :hover {
  color: red !important;
}

.bookory-footer {
  background: #1f1f1f;
  color: #999;
  padding-top: 70px;
  font-family: "Poppins", sans-serif;
}

.bookory-footer .container {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #333;
}

.footer-column {
  min-width: 180px;
}

.footer-brand {
  max-width: 320px;
  border-right: 1px solid #333;
  padding-right: 50px;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 40px;
  margin-right: 12px;
}

.footer-logo span {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.footer-column h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.footer-column p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 25px;
}

.footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 18px;
}

.footer-column ul li a {
  color: #999;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #ff5f57;
}

.footer-email {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
}

.footer-app p {
  margin-bottom: 25px;
}

.app-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.app-buttons img {
  height: 55px;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons a {
  color: #999;
  font-size: 22px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff5f57;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  gap: 20px;
}

.copyright {
  color: #bbb;
  font-size: 18px;
}

.copyright span {
  color: #ff5f57;
}

.footer-phone {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-phone strong {
  color: #ff5f57;
  font-size: 34px;
  font-weight: 700;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-icons img {
  height: 34px;
}

@media (max-width: 991px) {
  .footer-top {
    flex-direction: column;
  }

  .footer-brand {
    border-right: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-phone {
    font-size: 18px;
  }

  .footer-phone strong {
    font-size: 24px;
  }
}
