body {
  font-family: "Poppins", sans-serif !important;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}
.top-heading {
  width: 370px;
  font-weight: 400;
  margin: 40px auto;
}
.top-heading span {
  font-style: italic;
  font-weight: 600;
}

.navbar {
  padding: 12px 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  padding: 0;
}

.nav-link {
  color: var(--kurlon-primary) !important;
  font-weight: 500;
  padding: 10px 15px !important;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--kurlon-accent) !important;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.logo-text {
  font-size: 22px;
  font-weight: bold;
  color: #2c3e50;
  letter-spacing: 1px;
}

.logo-text strong {
  color: #e67e22;
}

.navbar-toggler {
  border: none;
}

.dropdown-menu {
  width: 500px;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: none;
  background-color: white;
  animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mattress-option {
  text-align: center;
  transition: all 1s ease;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
}

.mattress-option:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.mattress-option img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.1s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.mattress-option:hover img {
  transform: scale(1.05);
}

.mattress-option h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 12px;
  color: var(--kurlon-primary);
  transition: color 0.3s ease;
}

.mattress-option:hover h5 {
  color: var(--kurlon-accent);
}

.mattress-option p {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-top: 5px;
}

.dropdown-divider {
  margin: 5px 0 15px;
  border-color: #f0f0f0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.bestseller-badge {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: var(--kurlon-accent);
  color: white;
  padding: 5px 10px;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 5px;
  z-index: 10;
}

.hero-section {
  background-color: #f9f5eb;
  overflow: hidden;
}

.hero-left {
  padding: 50px 20px;
}

.hero-title {
  color: #e63946;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}

.mattress-text {
  color: #333;
  font-size: 42px;
  font-weight: bold;
}

.discount-text {
  color: #e63946;
  font-size: 110px;
  font-weight: bold;
  line-height: 1;
}

.off-text {
  color: #333;
  font-size: 42px;
  font-weight: bold;
}

.offer-box {
  border: 2px solid #e63946;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 15px;
  color: #e63946;
  font-weight: bold;
}

.shop-now-btn {
  background-color: #e63946;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
}

.tagline-section {
  padding: 30px 0;
  text-align: center;
}

.tagline-text {
  font-size: 24px;
  color: #333;
}

.hula-text {
  font-style: italic;
  color: #555;
}

.feature-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
}

.feature-icon {
  width: 110px;
  height: 80px;
  margin-bottom: 15px;
  object-fit: contain;
}

.feature-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.feature-subtitle {
  font-size: 17px;
  color: #666;
}

.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.start-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #222;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  border: none;
}

.new-tag {
  background-color: #e63946;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 5px;
}
.tab-container {
  max-width: 95%;
}
.nav-pills .nav-link.active {
  background-color: transparent !important;
  color: black !important;
  position: relative;
}

.nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -3px;
  width: 70%;
  height: 2px;
  background: linear-gradient(
    to right,
    #66bfec 20%,
    #81b0dd,
    #bc92bd,
    #d487b1,
    #dd838f 60%,
    #f47b43
  );
}
.under-img {
  margin: 12px auto;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
}

.image-container {
  overflow: hidden;
  border-radius: 10px;
}

.image-container img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.image-container:hover img {
  transform: scale(1.1);
}

.underline {
  height: 3px;
  width: 100%;
  background: linear-gradient(
    to right,
    #66bfec 20%,
    #81b0dd,
    #bc92bd,
    #d487b1,
    #dd838f 60%,
    #f47b43
  );
  border-radius: 5px;
}

.mattress-section {
  text-align: center;
  padding: 50px 0;
  background: #8080801a;
}

.mattress-item {
  border: 1px solid rgba(0, 0, 0, 0.21);
  border-radius: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.mattress-item img {
  max-width: 100%;
  height: auto;
  padding: 50px;
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.mattress-title {
  font-weight: 600;
  margin-top: 10px;
}

.mattress-size {
  font-size: 14px;
  color: gray;
}
.material-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
}

.material-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.19);
  color: white;
}

.material-content h3 {
  margin-bottom: 5px;
  font-size: 24px;
}

.material-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.arrow-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.arrow-button span {
  color: #333;
  font-size: 20px;
}

.material-row {
  margin-bottom: 30px;
}

.why h1 {
  color: #444;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: justify;
}
.why h2 {
  color: #555;
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0 15px 0;
  text-align: justify;
}
.why .main-content {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 15px;
  text-align: justify;
}
.why p {
  margin-bottom: 15px;
  text-align: justify;
}
.why .highlight {
  font-weight: 600;
  text-align: justify;
}
.why a {
  color: #555;
  text-decoration: none;
  text-align: justify;
}
.why a:hover {
  text-decoration: underline;
  text-align: justify;
}

.accordion-header {
  border-bottom: 1px solid #dee2e6;
}
.accordion-button {
  color: #555;
  font-weight: normal;
  font-size: 18px;
  padding: 1.5rem;
  background-color: white;
}
.accordion-button:not(.collapsed) {
  color: #555;
  background-color: white;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.expert-head {
  color: #555;
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}
.accordion-item {
  border-left: none;
  border-right: none;
}.footer {
  padding: 60px 0 40px;
  background-color: #f8f9fa;
  color: #555;
  border-top: 1px solid #eaeaea;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #333;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #3498db;
  margin-top: 8px;
}

.ss {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.footer-list li a:hover {
  color: #3498db;
  padding-left: 5px;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #555;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #3498db;
  color: white;
  transform: translateY(-3px);
}

.bottom-links {
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 20px;
}

.bottom-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}

.bottom-links a:hover {
  color: #3498db;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-info i {
  margin-right: 10px;
  color: #3498db;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ss {
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .footer-title {
    text-align: center;
  }
  
  .footer-title:after {
    margin: 8px auto 0;
  }
  
  .footer-list {
    text-align: center;
  }
  
  .contact-info {
    justify-content: center;
  }
  
  .social-icons {
    justify-content: center;
  }
}

/* Add subtle hover effect for the entire footer columns */
.col-md-2:hover, .col-md-3:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 10px 0;
}


.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 5px 0;
}

.bottom-links {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}

.bottom-links a {
  color: #666;
  text-decoration: none;
}

.bottom-links a:hover {
  color: #000;
}

.mattress-card {
  border: none;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
}

.mattress-image {
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.heart-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
}

.mattress-title {
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0;
  color: #333;
}

.size-pill {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #555;
}

.slick-prev,
.slick-next {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
}

.slick-slide {
  padding: 0 10px;
}

.carousel-container {
  position: relative;
  padding: 0 20px;
}
/* WhatsApp icon styling */
.contact-options {
  margin: 10px 0;
  text-align: center;
}

.whatsapp-link {
  display: inline-block;
  padding: 6px 12px;
  background-color: #25d366;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.whatsapp-link:hover {
  background-color: #128c7e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whatsapp-icon {
  margin-right: 5px;
}
.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/list-banner.webp");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  margin-bottom: 2rem;
}

.hero-content {
  text-align: center;
  z-index: 1;
  max-width: 800px;
  padding: 0 2rem;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.filter-container {
  background-color: white;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.filter-container:hover {
  transform: translateY(-5px);
}

.filter-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--accent-color);
}

.filter-btn {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  border: none;
  border-radius: 8px;
  background-color: white;
  color: var(--text-color);
  font-weight: 500;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.filter-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0.1;
}

.filter-btn:hover::before {
  width: 100%;
}

.filter-btn.active {
  color: var(--primary-color);
  background-color: rgba(79, 209, 197, 0.1);
  border-left: 4px solid var(--accent-color);
  font-weight: 600;
}

.filter-btn i {
  margin-right: 10px;
  transition: all 0.3s ease;
}

.filter-btn:hover i {
  transform: translateX(5px);
}

.product-grid {
  margin-top: 1rem;
}

.product-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: var(--card-shadow);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: white;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.product-img-container {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.whatsapp-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(60px);
  opacity: 0;
  z-index: 2;
}

.product-card:hover .whatsapp-btn {
  transform: translateY(0);
  opacity: 1;
}

.whatsapp-btn:hover {
  transform: scale(1.1) !important;
}

.wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  color: #6c757d;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(-60px);
  opacity: 0;
  z-index: 2;
}

.product-card:hover .wishlist-btn {
  transform: translateY(0);
  opacity: 1;
}

.wishlist-btn:hover {
  transform: scale(1.1) !important;
}

.wishlist-btn.active i {
  color: #e53e3e !important;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.product-card:hover .card-title {
  color: var(--accent-color);
}

.card-subtitle {
  color: var(--secondary-color);
  font-size: 0.9rem;
}

.badge-container {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.product-badge {
  background-color: var(--accent-color);
  color: white;
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateX(-60px);
  opacity: 0;
}

.product-card:hover .product-badge {
  transform: translateX(0);
  opacity: 1;
}

.section-title {
  font-size: 20px;
  font-weight: 700;
   margin-bottom: 1.5rem;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background-color: var(--accent-color);
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 2rem;
}

.breadcrumb-item a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
  color: var(--accent-color);
}

.breadcrumb-item.active {
  color: var(--primary-color);
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: var(--secondary-color);
}

.count-sort-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.product-count {
  font-weight: 500;
  color: var(--secondary-color);
}

.sort-dropdown button {
  background-color: white;
  border: 1px solid #e2e8f0;
  color: var(--text-color);
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.sort-dropdown button:hover {
  border-color: var(--accent-color);
}

#no-results {
  text-align: center;
  padding: 3rem;
  background-color: white;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  display: none;
}

.no-results-icon {
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

/* Animation classes */
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.fade-out {
  animation: fadeOut 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 300px;
  }

  .filter-container {
    margin-bottom: 1rem;
  }

  .count-sort-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .sort-dropdown {
    margin-top: 1rem;
  }
}
.detail-feature {
  text-align: center;
}
.det-fea-col img {
  border-radius: 20px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mattress-option {
  text-align: center;
  transition: transform 0.3s;
  padding: 10px;
}

.mattress-option:hover {
  transform: translateY(-5px);
  background-color: #f8f9fa;
  border-radius: 8px;
}

.mattress-option img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.mattress-option h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

.mattress-image {
  transition: transform 0.4s ease;
}

.mattress-card:hover .mattress-image {
  transform: scale(1.1);
}
.position-relative {
  overflow: hidden;
  border-radius: 10px; /* optional for rounded corners */
}
.material-card img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
}

.material-card:hover img {
  transform: scale(1.05); /* Zoom in slightly */
}
