/*
Theme Name: Super Mad Honey Child
Theme URI: https://rakepoint.com/themes/supermadhoney/
Description: Child theme for Super Mad Honey
Author: Rakesh Aryal
Author URI: https://rakesharyal.com.np/
Template: supermadhoney
Version: 1.0.0
Text Domain: supermadhoney-child
*/

/* Add your custom CSS below */



/* =========================
   MODERN ART GALLERY BASE
========================= */

body {
  font-family: "Inter", system-ui, sans-serif;
  background: #f7f6f2;
  color: #1c1c1c;
  line-height: 1.6;
}

h1, h2, h3 {
  letter-spacing: -0.5px;
}

a {
  text-decoration: none;
  color: inherit;
}


/* =========================
   GLASS CARD STYLE
========================= */

.glass,
.card,
.collection-card,
.woocommerce ul.products li.product {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.06);

  transition: all 0.3s ease;
}

.glass:hover,
.card:hover,
.collection-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.hero-modern {
  padding: 90px 0;
  background: radial-gradient(circle at top, #ffffff, #f2f0ea);
}

.hero-tag {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  background: #111;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 15px;
}

.hero-modern h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-subtext {
  font-size: 18px;
  opacity: 0.75;
}

.hero-image {
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  transform: rotate(-1deg);
}


.collection-card {
  display: block;
  padding: 25px;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s ease;
}

.collection-card h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.collection-card p {
  font-size: 14px;
  opacity: 0.7;
}


/* =========================
   PRODUCT GRID (ART STYLE)
========================= */

/* .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
} */

.woocommerce ul.products li.product {
  padding: 15px;
  text-align: center;
  border-radius: 18px;
  overflow: hidden;
}

/* Product image hover zoom */
.woocommerce ul.products li.product img {
  transition: transform 0.4s ease;
  border-radius: 14px;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Product title */
.woocommerce ul.products li.product h2 {
  font-size: 16px;
  margin-top: 12px;
}

/* Price styling */
.woocommerce ul.products li.product .price {
  color: #b08968;
  font-weight: 600;
}


.btn,
button,
.woocommerce a.button {
  border-radius: 999px !important;
  padding: 12px 22px;
  transition: 0.3s ease;
}

.btn-warning {
  background: #b08968;
  border: none;
  color: white;
}

.btn-warning:hover {
  background: #8c6b4f;
  transform: translateY(-2px);
}

.btn-outline-dark {
  border: 1px solid #222;
}


#value-section .shadow-sm {
  border-radius: 16px;
  transition: 0.3s ease;
}

#value-section .shadow-sm:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

section {
  padding: 80px 0;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

p {
  opacity: 0.85;
}


@media (max-width: 768px) {

  .hero-modern h1 {
    font-size: 32px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  section {
    padding: 50px 0;
  }
}


/*=== header ===*/
.header-top {
  font-size: 13px;
  letter-spacing: 0.3px;
}

.main-header {
  background: #fff;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #222;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #b08968;
}

img.custom-logo {
    width: 200px;
    height: auto;
}
.main-header .btn {
  border-radius: 50px;
}




/* =========================
   MODERN ART FOOTER STYLE
========================= */

.footer-modern {
  background: #111;
  color: #eaeaea;
  font-size: 14px;
  line-height: 1.7;
}

/* =========================
   TYPOGRAPHY
========================= */

.footer-modern h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-modern p {
  color: rgba(255,255,255,0.7);
}

/* =========================
   BRAND SECTION
========================= */

.footer-brand {
  padding-right: 20px;
}

.footer-brand p {
  max-width: 90%;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}

/* =========================
   CONTACT STYLE
========================= */

.footer-contact li {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact i {
  color: #b08968; /* art gold accent */
}

/* =========================
   QUICK LINKS
========================= */

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

/* =========================
   WIDGET AREA
========================= */

.footer-widgets {
  background: #0d0d0d;
}

.footer-widgets .widget {
  color: rgba(255,255,255,0.75);
}

.footer-widgets a {
  color: rgba(255,255,255,0.7);
}

.footer-widgets a:hover {
  color: #fff;
}

/* =========================
   SOCIAL ICONS
========================= */

.social-icons a {
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: #b08968;
  transform: translateY(-2px);
}

/* =========================
   FOOTER BOTTOM BAR
========================= */

.footer-bottom {
  background: #0a0a0a;
  font-size: 13px;
}

.footer-bottom .btn {
  border-radius: 50px;
  padding: 5px 12px;
}

/* =========================
   DIVIDERS / SPACING
========================= */

.footer-modern .border-top {
  border-color: rgba(255,255,255,0.08) !important;
}

/* =========================
   LOGO (IF INSIDE FOOTER)
========================= */

.footer-modern img {
  max-height: 60px;
  opacity: 0.9;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-modern {
    text-align: left;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-bottom .d-flex {
    flex-direction: column;
    gap: 10px;
  }
}

/* =========================
   ACCENT COLOR (ART STYLE)
========================= */

.footer-modern a:hover {
  color: #b08968;
}