/* Category Section On Home */
/* Default (not hovered) */
.tp-product-category-item {
    background: radial-gradient(circle at top left,
        rgba(221, 88, 120, 0.60) 10%,
        rgba(221, 88, 120, 0.28) 60%,
        rgba(221, 88, 120, 0.05) 90%);
    box-shadow:
        0 18px 40px rgba(221, 88, 120, 0.10),
        0 0 0 1px rgba(221, 88, 120, 0.20);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(221, 88, 120, 0.50);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
    padding: 20px 0;
    border-radius: 10px;
}

/* Hover state */
.tp-product-category-item:hover {
    border-color: rgba(221, 88, 120, 0.60);
    transform: scaleY(1.04);
}
.swiper-container {
	padding-top: 30px;
    border-radius: 20px;
}

/* Product Section On Home */
.tp-product-item {
    background: radial-gradient(circle at top left,
        rgba(221, 88, 120, 0.60) 0%,
        rgba(221, 88, 120, 0.28) 60%,
        rgba(221, 88, 120, 0.05) 90%);
    box-shadow:
        0 18px 40px rgba(221, 88, 120, 0.10),
        0 0 0 1px rgba(221, 88, 120, 0.20);
	border: 2px solid #ad2042;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
	border-radius: 10px;

    /* gradient border using pseudo-element */
    z-index: 0;
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, transform 0.25s ease;
}
.tp-product-item:hover {
    transform: scaleY(1.02);
	border: 2px solid #ad2042;
}
.tp-product-category>a {
    font-family: black;
    font-size: 16px;
}
main .tp-product-title {
    font-size: 22px;
	padding-top: 12px; 
}
.tp-product-price {
    font-size: 18px;
}
main .tp-product-banner-title {
    padding: 20px 0;
    font-size: 45px;
}
.tp-product-banner-thumb img {
    border-radius: 10px;
}
/* Free Delivery Setion on Home*/
.tp-feature-item {
    box-shadow: 5px 5px 0 rgba(221, 88, 120, 1); /* right & bottom only */
    transition: transform 0.22s ease, box-shadow 0.22s ease;
	border: 2px solid #ad2042;
    border-radius: 10px;
	margin: 0 5px;
}

/* Blog Sectionon Home */
.tp-blog-item {
    position: relative;
    border-radius: 5px;

    /* Glassmorphism: white + #ad2042 in linear direction */
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.80) 0%,
        rgba(173, 32, 66, 0.20) 45%,
        rgba(173, 32, 66, 0.05) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    /* Subtle box shadow with #dd5878 tone */
    box-shadow: 0 6px 12px rgba(221, 88, 120, 0.28);

    border: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.25s ease;
}
.tp-blog-item:hover {
	transform: scaleY(1.02);
}
main .tp-blog-title {
    font-size: 22px;
    padding: 10px 0;
}
.tp-blog-tag a {
    color: black;
    font-size: 16px;
}
.tp-blog-content p {
	color: black;
    font-size: 15px;
}
/* Gallery Section on Home */
.tp-instagram-item img {
    border-bottom: 5px solid #dd5878;
}
/* New Arrivals Buttons In Mobile View */
@media(max-width:767px){
  .tp-product-arrival-border {
	margin-top: -46px;
    z-index: 3;
}
}
/* Footer */
.tp-footer-area {
background: radial-gradient(circle at 50% 50%,
    rgba(221, 88, 120, 0.00) 0%,
    rgba(221, 88, 120, 0.30) 70%,
    rgba(221, 88, 120, 0.80) 100%);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);

}

/* Products Page */
.tp-brand-area {
	display:  none;
}

.tp-sidebar-search-input {
    border: 2px solid #dd5878;
    border-radius: 3px;
}
.tp-shop-top-select .nice-select {
    border: 2px solid #dd5878;
    border-radius: 3px;
}
.tp-shop-top-select.sort-by .nice-select {
    border: 2px solid #dd5878;
    border-radius: 3px;
}
.tp-shop-top-result p {
	color;  black;
}
.bb-product-filter {
	border: 2px solid #dd5878;
    border-radius: 3px;
}
.bb-product-filter-link {
	color;  black;
}
.bb-product-filter-items li label {
	color;  black;
}
.bb-product-filter-items li label {
	color;  black;
}
.bb-product-filter-items.filter-checkbox .bb-product-filter-item label:after {
	border: 2px solid #dd5878;
    border-radius: 10px;
}
/* Our Story Page */
.section-center {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    text-align: center;
}
.story-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    gap: 24px;
}

.story-card {
    position: relative;
    padding: 24px 22px;
    border-radius: 18px;
    background: radial-gradient(circle at 0% 0%,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.78) 35%,
        rgba(248,250,252,0.65) 70%,
        rgba(226,232,240,0.35) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(15,23,42,0.18);
    border: 1px solid rgba(148,163,184,0.45);
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

/* subtle highlight stripe */
.story-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 200deg,
        rgba(221,88,120,0.0),
        rgba(221,88,120,0.18),
        rgba(56,189,248,0.25),
        rgba(221,88,120,0.0));
    opacity: 0;
    transform: translate3d(-40%, 0, 0);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

/* hover lift + glow */
.story-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 26px 60px rgba(15,23,42,0.30);
    border-color: rgba(221,88,120,0.55);
    background: radial-gradient(circle at 0% 0%,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.86) 40%,
        rgba(248,250,252,0.72) 80%);
}

.story-card:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* headings & text */
.story-card h4 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #111827;
    letter-spacing: .02em;
}

.story-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}

/* simple scroll-reveal animation */
.story-card {
    opacity: 0;
    animation: story-reveal 0.7s ease-out forwards;
}
.story-card:nth-child(2) { animation-delay: 0.08s; }
.story-card:nth-child(3) { animation-delay: 0.16s; }
.story-card:nth-child(4) { animation-delay: 0.24s; }
.story-card:nth-child(5) { animation-delay: 0.32s; }

@keyframes story-reveal {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 640px) {
    .story-wrapper {
        padding: 40px 16px;
        gap: 18px;
    }
    .story-card {
        padding: 18px 16px;
    }
    .story-card h4 {
        font-size: 1.2rem;
    }
}

/* Contact Page */
.tp-contact-inner {
    position: relative;
    border-radius: 18px;
    background: radial-gradient(circle at 0% 0%,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.78) 35%,
        rgba(248,250,252,0.65) 70%,
        rgba(226,232,240,0.35) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(15,23,42,0.18);
    border: 1px solid rgba(148,163,184,0.45);
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

/* same conic-gradient glow stripe on hover */
.tp-contact-inner::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 200deg,
        rgba(221,88,120,0.0),
        rgba(221,88,120,0.18),
        rgba(56,189,248,0.25),
        rgba(221,88,120,0.0));
    opacity: 0;
    transform: translate3d(-40%, 0, 0);
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
}

.tp-contact-inner:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 26px 60px rgba(15,23,42,0.30);
    border-color: rgba(221,88,120,0.55);
    background: radial-gradient(circle at 0% 0%,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.86) 40%,
        rgba(248,250,252,0.72) 80%);
}

.tp-contact-inner:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.form-label {
    color: black;
    font-size: 18px;
}
iframe {
    border-radius: 25px;
    box-shadow: 0 6px 12px rgba(221, 88, 120, 0.28);
    transition: transform .4s ease;
}
iframe:hover {
    transform: translateY(-6px) scale(1.02);
}

/* Blog Page CSS */
/* Blog grid card with glass + hover glow */
.tp-blog-grid-item {
    position: relative;
    border-radius: 18px;
    background: radial-gradient(circle at 0% 0%,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.78) 35%,
        rgba(248,250,252,0.65) 70%,
        rgba(226,232,240,0.35) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(15,23,42,0.18);
    border: 1px solid rgba(148,163,184,0.45);
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.tp-blog-grid-item::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 200deg,
        rgba(221,88,120,0.0),
        rgba(221,88,120,0.18),
        rgba(56,189,248,0.25),
        rgba(221,88,120,0.0));
    opacity: 0;
    transform: translate3d(-40%,0,0);
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
}

.tp-blog-grid-item:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 26px 60px rgba(15,23,42,0.30);
    border-color: rgba(221,88,120,0.55);
    background: radial-gradient(circle at 0% 0%,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.86) 40%,
        rgba(248,250,252,0.72) 80%);
}

.tp-blog-grid-item:hover::before {
    opacity: 1;
    transform: translate3d(0,0,0);
}

/* Blog button – animated gradient pill */
.tp-blog-grid-btn {
	pointer-events: none;
	padding: 10px;
    border-radius: 5px;
}
.tp-blog-grid-content .tp-blog-grid-content {
    color: white;
}
.tp-blog-grid-btn a {
    pointer-events: auto;
    position: relative;
    z-index: 5;
    display: inline-flex;
  	color: black;
}
.tp-blog-grid-meta>span {
	color: black;
}
.tp-blog-grid-btn:hover {
    background-position: 100% 0;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 16px 32px rgba(173,32,66,0.60);
}

.tp-blog-grid-btn:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 8px 18px rgba(173,32,66,0.45);
}

/* optional glowing ring on focus/hover */
.tp-blog-grid-btn::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    border: 1px solid rgba(221,88,120,0.0);
    transition: border-color .25s ease, opacity .25s ease;
    opacity: 0;
}

.tp-blog-grid-btn:hover::after,
.tp-blog-grid-btn:focus-visible::after {
    border-color: rgba(221,88,120,0.7);
    opacity: 1;
}
.tp-blog-grid-top {
    border: 2px solid #dd5878;
    border-radius: 10px;
}

/* About Us Pagge CSS */
/* HERO */
.about-hero {
    background: linear-gradient(135deg, #ad2042, #dd5878);
    color: #ffffff;
    padding: 80px 40px 40px;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.about-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}
.about-pill {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
	color: white;
}
.about-hero-text h1 {
    margin: 14px 0 10px;
    font-size: 2.4rem;
	color: white;
}
.about-hero-text p {
    max-width: 460px;
    opacity: .92;
	color: white;
}

/* Hero side card with founder */
.about-hero-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at 0% 0%, #ffffff33, #ffffff08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.about-hero-gradient {
    position: absolute;
    inset: -20%;
    background:
        radial-gradient(circle at 0% 0%, #dd5878, transparent 55%),
        radial-gradient(circle at 100% 100%, #ad2042, transparent 55%);
    opacity: .85;
    pointer-events: none;
}
.about-hero-content {
    position: relative;
    padding: 26px 24px;
    color: #ffffff;
}
.about-founder-media {
    display: grid;
    grid-template-columns: 120px minmax(0,1fr);
    gap: 18px;
    align-items: center;
}
.about-founder-photo img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.5);
}
.about-founder-text h3 {
    margin-bottom: 6px;
	color: white;
}

/* COMMON SECTIONS */
.about-section {
    padding: 40px 20px;
    background: #f8fafc;
}
.about-section:nth-of-type(2n) {
    background: #f1f5f9;
}
.about-section-title {
    max-width: 1100px;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: #0b1020;
}
.black-title {
    color: #000000;
}

/* MAIN CARD STYLE */
.about-card,
.about-feature-card {
    position: relative;
    background: radial-gradient(circle at 0% 0%, #ffffffee 0%, #ffffffd5 40%, #e5edf8aa 100%);
    border-radius: 18px;
    padding: 22px 22px;
    box-shadow: 0 18px 40px rgba(15,23,42,0.16);
    border: 1px solid rgba(148,163,184,0.45);
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.about-card::before,
.about-feature-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 210deg,
        rgba(221,88,120,0.0),
        rgba(221,88,120,0.18),
        rgba(173,32,66,0.30),
        rgba(221,88,120,0.0));
    opacity: 0;
    transform: translate3d(-40%,0,0);
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
}
.about-card:hover,
.about-feature-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 26px 60px rgba(15,23,42,0.28);
    border-color: rgba(221,88,120,0.65);
    background: radial-gradient(circle at 0% 0%, #ffffff 0%, #f9fafb 40%, #e5edf8 100%);
}
.about-card:hover::before,
.about-feature-card:hover::before {
    opacity: 1;
    transform: translate3d(0,0,0);
}

/* SINGLE ABOUT CARD WIDTH */
.about-card {
    max-width: 1100px;
    margin: 0 auto;
}

/* FULL‑WIDTH MVV GRID */
.about-mvv-section {
    background: #f1f5f9;
}
.about-mvv-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}
@media (min-width: 768px) {
    .about-mvv-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}
.mvv-card h3 {
    color: #0b1020;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mvv-card h3 i {
    color: #dd5878;
}
.mvv-card p,
.mvv-card ul {
    color: #4b5563;
    margin: 0;
}
.mvv-card ul {
    padding-left: 18px;
}

/* WHY NOONLEY GRID */
.about-grid-4 {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}
@media (min-width: 768px) {
    .about-grid-4 {
        grid-template-columns: repeat(4, minmax(0,1fr));
    }
}
.about-feature-card h4 {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
}
.about-feature-card h4 i {
    color: #dd5878;
}
.about-feature-card p {
    color: #000000;
    margin: 0;
}

/* RESPONSIVE HERO */
@media (max-width: 900px) {
    .about-hero-inner {
        grid-template-columns: minmax(0,1fr);
    }
    .about-hero-card {
        max-width: 480px;
        margin: 20px auto 0;
    }
    .about-founder-media {
        grid-template-columns: minmax(0,1fr);
    }
}