@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif !important;

}
html, body {
  overflow-x: hidden;   /* hide horizontal scroll */
  overflow-y: auto;     /* enable vertical scroll */
}
.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff; /* White background */
  color: #000; /* Black icon color */
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #000;
  color: #fff;
}
.footer-link {
color: #ccc;
text-decoration: none;
display: block;
margin-bottom: 8px;
}

.footer-link:hover {
color: #fff;
text-decoration: underline;
}

/* ====== WRAPPER ====== */
.main-navbar {
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* make default toggler icon visible on white bg */
.main-navbar .navbar-toggler {
  border: none;
}
.main-navbar .navbar-toggler-icon {
  filter: invert(25%);
}

/* ====== LOGO + TAGLINE ====== */
.main-navbar .logo {
  max-height: 54px;
  width: auto;
}

.brand-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3f0458;
  margin-top: 0.15rem;
}

/* top row layout */
.navbar-top {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}

/* right icons */
.navbar-icons .fa-user,
.navbar-icons .fa-shopping-cart {
  font-size: 1.2rem;
  color: #3f0458;
}

.cart-link {
  text-decoration: none;
}

/* cart badge */
.cart-quantity-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ff6b6b;
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* ====== MAIN MENU LINKS (bottom row) ====== */
.navbar-bottom {
  padding-bottom: 0.4rem;
}

.main-menu .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.77rem;
  letter-spacing: 0.14em;
  color: #3f0458;
  padding: 0.7rem 0.9rem;
  position: relative;
}

.main-menu .nav-link:hover,
.main-menu .nav-link:focus,
.main-menu .nav-link.show {
  color: #a3007a; /* deeper purple on hover */
}

/* subtle underline animation */
.main-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #3f0458;
  transform: translateX(-50%);
  transition: width 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}

.main-menu .nav-link:hover::after,
.main-menu .nav-link.show::after {
  width: 60%;
  opacity: 1;
}

/* dropdown menu style */
.main-navbar .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(63, 4, 88, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 0.4rem 0;
}

.main-navbar .dropdown-item {
  font-size: 0.9rem;
}

.main-navbar .dropdown-item:hover {
  background-color: rgba(63, 4, 88, 0.06);
}

/* ====== RESPONSIVE ====== */

/* Desktop spacing when categories wrap */
@media (min-width: 992px) {
  .navbar-bottom {
    margin-top: 0.2rem;
  }

  .main-menu {
    gap: 0;              /* Bootstrap handles spacing with padding */
  }
}

/* Tablet & mobile */
@media (max-width: 991.98px) {
  .main-navbar {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  }

  .navbar-top {
    padding: 0.4rem 0;
  }

  .navbar-brand {
    margin-bottom: 0.25rem;
  }

  /* make bottom collapse full-width stack */
  .navbar-bottom {
    width: 100%;
  }

  .main-menu {
    align-items: flex-start;
  }

  .main-menu .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .main-navbar .dropdown-menu {
    border-radius: 8px;
    box-shadow: none;
  }
}


    .form-control {
        border-radius: 0;
        padding: 10px;
    }
    .btn-custom {
        background-color: #fff;
        color: #000;
        border: 2px solid #000;
        border-radius: 0;
        padding: 10px 20px;
        font-weight: bold;
    }
    .support-box {
        background-color: #f8f8f8;
        padding: 20px;
    }
    .contact-info i {
        margin-right: 10px;
    }
    @media (max-width: 768px) {
        .support-box {
            margin-top: 30px;
        }
    }


.navbar-brand {
display: flex;
flex-direction: column;
align-items: center;
}

.logo {
max-width: 100%;
height: auto;
}

h5 {
margin-top: 8px; /* slight spacing from logo */
font-size: 1rem;
text-align: center;
}






/* Ensure both image and video take full height and width */
.full-height {
width: 100%;
height: 50vh;  /* Full viewport height */
object-fit: cover; /* Cover to maintain aspect ratio */
border-radius: 0;
}

/* Adjust carousel layout */
.owl-carousel .item {
display: flex;
align-items: stretch;
justify-content: center;
}

/* Override Bootstrap padding */
.col-md-6 {
padding: 0;
}






.contact-section {
    margin-top: 140px;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    color: #3f0458;
}

.section-subtitle {
    font-size: 18px;
    color: #555;
}

.contact-form, .support-info {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 30px;
    transition: 0.4s ease-in-out;
    background: linear-gradient(to right, #fef9f4, #f5f5f5);
}

.contact-form:hover, .support-info:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-details p {
    font-size: 16px;
    color: #3f0458;
}

.form-control {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ccc;
}

.btn-primary {
    background-color: #3f0458;
    border: none;
}

.btn-primary:hover {
    background-color: #5a2679;
}

.btn-outline-primary {
    border: 2px solid #3f0458;
    color: #3f0458;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: #3f0458;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form, .support-info {
        padding: 20px;
    }

    .section-heading {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 16px;
    }
}
