@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap);
.design-img {
  width: 100%;
}

.bg-red {
  background-color: #D93223;
}

.mobile-category-section {
  font-family: "Comfortaa", sans-serif !important;
}

.view-btn {
  border-radius: 30px;
}

.order-section {
  background: #d32f2f;
  color: white;
  text-align: center;
  padding: 2rem;
  margin-top: 2rem;
}

.footer {
  background-color: #f8f9fa;
  padding: 2rem 0;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 50%;
  background: #D93223;
  color: white;
  padding: 1.5rem;
  padding: 2.5rem 1rem;
  font-weight: bold;
  border-radius: 0 30px 30px 0;
  z-index: 1;
}

.sidebar-categories a {
  transition: background-color 0.2s ease;
}

.hover-bg:hover {
  background-color: #f2f2f2;
}

.sidebar-categories ul ul a {
  font-size: 0.9rem;
}

.sidebar-categories ul ul ul a {
  font-size: 0.85rem;
}

.design-title {
  font-weight: 800;
  margin-top: 0.5rem;
}

.social-icons i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  /* background: #ffffff; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.facebook {
  background-color: #1877f2;
  /* Facebook Blue */
}

.viber {
  background-color: #7360f2;
  /* Viber Purple */
}

.x-twitter {
  background-color: #000000;
  /* X / Twitter Black */
}

.pinterest {
  background-color: #bd081c;
  /* Pinterest Red */
}

.footer .social-icons i {
  color: #000;
  margin-right: 10px;
}

/* Container styling */
.sidebar-categories {
  font-size: 1rem;
  color: #333;
}

/* Main categories (Monthly Events, etc.) */
.sidebar-categories > li {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* Links inside main categories */
.sidebar-categories > li > a {
  color: #333;
  text-decoration: none;
  display: block;
}

.sidebar-categories > li > a:hover {
  color: #007bff;
  text-decoration: underline;
}

/* Subcategories (months) */
.sidebar-categories ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 10px;
}

.sidebar-categories ul li {
  font-weight: normal;
  border: none;
  padding: 3px 0;
}

/* Links inside subcategories */
.sidebar-categories ul li a {
  color: #333;
  text-decoration: none;
}

.sidebar-categories ul li a:hover {
  color: #007bff;
  text-decoration: underline;
}

/* Main categories */
.sidebar-categories > li > a:hover,
.sidebar-categories > li:hover > a {
  background-color: #f8f9fa;
  /* Light gray */
}

/* Subcategory (months) hover effect */
.sidebar-categories ul li a:hover {
  background-color: #f1f1f1;
  /* Even lighter gray */
}

.pricing-package img {
  max-height: 200px;
  width: auto;
  margin: auto;
  padding-top: 20px;
}

.pricing-package ul li {
  background: #F0F0F0;
}

.pricing-package .card {
  background: #E0E0E0;
}

/* Pagination default links */
.page-link {
  color: #000;
}

/* Hover state */
.page-link:hover {
  color: #D93223;
}

/* Active page */
.page-item.active .page-link {
  background-color: #D93223; /* red background */
  border-color: #dee2e6; /* keep default gray border */
  color: #fff; /* white text */
}

/* Focus state (optional, keep accessibility) */
.page-link:focus {
  color: #D93223;
  box-shadow: 0 0 0 0.25rem rgba(217, 50, 35, 0.25);
}

.mobile-action-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 0;
}

.action-btn {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.action-btn i {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

/* Button colors */
.call-btn {
  background: #2e7d32; /* green */
}

.email-btn {
  background: #1565c0; /* blue */
}

.contact-btn {
  background: #f57c00; /* orange */
}

/* Hover effect */
.action-btn:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .border-md-end {
    border-right: 1px solid var(--bs-border-color) !important;
  }
}
.lg-close {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* make both boxes match height dynamically */
.mobile-category-section {
  display: flex;
  flex-wrap: wrap;
}

.mobile-category-section > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.ratio-box {
  flex: 1 1 auto;
  aspect-ratio: 1;
}

.design-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
