body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* TOP STRIP */
.top-strip {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

/* MAIN HEADER */
/* HEADER UPGRADE */
.main-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* CATEGORY STRIP NEW */
.category-strip {
    padding: 20px 0;
    background: #f8f9fa;
}

.cat-card {
    text-decoration: none;
    color: #000;
}

.cat-box {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cat-box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.cat-box h6 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

/* HOVER EFFECT */
.cat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.logo {
    font-weight: 700;
    letter-spacing: 2px;
}

.search-bar {
    width: 50%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* CATEGORY STRIP */
.category-strip {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.cat-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.cat-item p {
    font-size: 13px;
    margin-top: 5px;
}

/* OFFER STRIP */
.offer-strip {
    background: #f5a623;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}

/* BANNER */
.banner-img {
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
}

/* PRODUCT */
.product-card {
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-card img {
    height: 220px;
    object-fit: cover;
}

/* ICONS */
.main-header i {
    font-size: 20px;
    cursor: pointer;
}

.main-header small {
    font-size: 12px;
}

.main-header i:hover {
    color: #ff3f6c;
}

/* BANNER */
.banner-img {
    height: 420px;
    object-fit: cover;
    border-radius: 6px;
}

/* ARROWS */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 15px;
}

/* DOTS */
.carousel-indicators button {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.cat-link {
    text-decoration: none;
    color: #000;
}

.cat-item {
    transition: 0.3s;
}

.cat-item:hover {
    transform: scale(1.05);
}

.cat-item p {
    font-weight: 500;
}

.section-title {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.product-card {
    border-radius: 10px;
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-card {
    border-radius: 12px;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
    object-fit: cover;
}

/* FOOTER */
.footer {
    background: #111;
    color: #fff;
    padding: 40px 0;
}

.footer-logo {
    font-weight: bold;
    letter-spacing: 2px;
}

.footer-text {
    color: #ccc;
    font-size: 14px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ff3f6c;
}

/* SOCIAL ICONS */
.social-icon {
    margin-left: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.social-icon:hover {
    color: #ff3f6c;
}

/* LOGIN CARD */
.login-card {
    border-radius: 12px;
}

/* BUTTON */
.login-btn {
    background: #ff3f6c;
    color: #fff;
}

.login-btn:hover {
    background: #e7335e;
}

/* INPUT FOCUS */
.form-control:focus {
    border-color: #ff3f6c;
    box-shadow: none;
}

/* REGISTER CARD */
.register-card {
    border-radius: 12px;
}

/* BUTTON */
.register-btn {
    background: #ff3f6c;
    color: #fff;
}

.register-btn:hover {
    background: #e7335e;
}

/* INPUT FOCUS */
.form-control:focus {
    border-color: #ff3f6c;
    box-shadow: none;
}

.table img {
    border-radius: 8px;
}

.table td {
    vertical-align: middle;
}

.btn-light {
    border: 1px solid #ddd;
}

h4 {
    font-weight: 600;
}

.btn-success {
    background: #ff3f6c;
    border: none;
}

.btn-success:hover {
    background: #e7335e;
}

.table img {
    border-radius: 8px;
}

.badge {
    font-size: 12px;
}

.btn-dark {
    background: #000;
}

/* ============================================================
   SHARED PAGE UTILITIES
   ============================================================ */

.fade-up {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

.text-pink { color: #ff3f6c; }


/* ============================================================
   ABOUT PAGE
   ============================================================ */

/* Hero */
.about-hero {
    background: #111;
    color: #fff;
    padding: 90px 0 72px;
    position: relative;
    overflow: hidden;
}
.about-hero::before {
    content: '';
    position: absolute;
    top: -90px; right: -90px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: rgba(255,63,108,0.07);
    pointer-events: none;
}
.about-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ff3f6c;
    margin-bottom: 16px;
}
.about-hero-title {
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 300;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.about-hero-title em { font-style: italic; color: #ff3f6c; }
.about-hero-divider { width: 52px; height: 1px; background: #ff3f6c; margin: 24px 0; }
.about-hero-sub {
    font-size: 14px;
    font-weight: 300;
    color: #bbb;
    max-width: 500px;
    line-height: 1.85;
}

/* Stats band */
.about-stats-band { background: #ff3f6c; padding: 0; }
.about-stat-item {
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.22);
}
.about-stat-item:last-child { border-right: none; }
.about-stat-number { font-size: 40px; font-weight: 600; line-height: 1; }
.about-stat-label  { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.85; margin-top: 4px; }

/* Shared section labels & headings */
.about-section-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ff3f6c;
    margin-bottom: 14px;
}
.about-section-heading {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 300;
    color: #111;
    line-height: 1.15;
    margin-bottom: 20px;
}
.about-section-heading em { font-style: italic; color: #ff3f6c; }
.about-heading-light { color: #fff; }
.about-body-text { font-size: 14px; font-weight: 300; color: #444; line-height: 1.9; margin-bottom: 14px; }

/* Who we are */
.about-who-section { padding: 80px 0; background: #faf9f7; }
.about-who-img-wrap { position: relative; }
.about-who-img-wrap img { width: 100%; height: 460px; object-fit: cover; border-radius: 2px; display: block; }
.about-who-img-accent {
    position: absolute;
    bottom: -20px; right: -20px;
    width: 120px; height: 120px;
    border: 2px solid #ff3f6c;
    border-radius: 2px;
    pointer-events: none;
}

/* Mission / Vision / Values */
.about-mvv-section { padding: 80px 0; background: #111; }
.about-mvv-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 38px 30px;
    height: 100%;
    position: relative;
    transition: border-color 0.3s, transform 0.3s;
}
.about-mvv-card:hover { border-color: #ff3f6c; transform: translateY(-6px); }
.about-mvv-number {
    position: absolute;
    top: 24px; right: 24px;
    font-size: 52px;
    font-weight: 300;
    color: rgba(255,255,255,0.04);
    line-height: 1;
}
.about-mvv-icon {
    width: 42px; height: 42px;
    background: rgba(255,63,108,0.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    color: #ff3f6c;
    margin-bottom: 20px;
}
.about-mvv-title { font-size: 22px; font-weight: 400; color: #fff; margin-bottom: 12px; }
.about-mvv-text  { font-size: 13px; font-weight: 300; color: #999; line-height: 1.85; }

/* Services */
.about-services-section { padding: 80px 0; background: #f0eeea; }
.about-service-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 26px 0;
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
}
.about-service-row:first-of-type { border-top: 1px solid #ddd; }
.about-service-row:hover .about-service-num { color: #ff3f6c; }
.about-service-num {
    font-size: 30px;
    font-weight: 300;
    color: #ccc;
    min-width: 54px;
    line-height: 1;
    transition: color 0.3s;
}
.about-service-name { font-size: 15px; font-weight: 500; color: #111; margin-bottom: 5px; }
.about-service-desc { font-size: 13px; color: #888; line-height: 1.7; }
.about-service-tag {
    margin-left: auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    align-self: center;
}

/* Team */
.about-team-section { padding: 80px 0; background: #faf9f7; }
.about-team-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    transition: 0.3s;
}
.about-team-card:hover { box-shadow: 0 14px 36px rgba(0,0,0,0.08); transform: translateY(-5px); }
.about-team-card img { width: 100%; height: 250px; object-fit: cover; display: block; }
.about-team-info { padding: 18px 20px; border-top: 3px solid transparent; transition: border-color 0.3s; }
.about-team-card:hover .about-team-info { border-top-color: #ff3f6c; }
.about-team-name { font-size: 20px; font-weight: 400; color: #111; margin-bottom: 4px; }
.about-team-role { font-size: 11px; color: #ff3f6c; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.about-team-bio  { font-size: 12px; color: #888; line-height: 1.7; }

/* Why choose us */
.about-why-section { padding: 80px 0; background: #111; }
.about-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
    background: #222;
    border: 1px solid #222;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 44px;
}
.about-why-item { background: #111; padding: 32px 26px; transition: background 0.3s; }
.about-why-item:hover { background: #1a1a1a; }
.about-why-icon { font-size: 22px; color: #ff3f6c; margin-bottom: 14px; display: block; }
.about-why-title { font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 8px; }
.about-why-text  { font-size: 12px; color: #777; line-height: 1.7; }

/* CTA */
.about-cta-section { padding: 80px 0; background: #ff3f6c; color: #fff; }
.about-cta-heading { font-size: clamp(32px, 5vw, 54px); font-weight: 300; margin-bottom: 14px; }
.about-cta-sub { font-size: 14px; font-weight: 300; opacity: 0.9; margin-bottom: 32px; }
.btn-cta-pink {
    display: inline-block;
    background: #fff;
    color: #ff3f6c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 13px 32px;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 6px;
    transition: 0.3s;
}
.btn-cta-pink:hover { background: #111; color: #fff; }
.btn-cta-outline-white {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.55);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 13px 32px;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 6px;
    transition: 0.3s;
}
.btn-cta-outline-white:hover { background: rgba(255,255,255,0.14); color: #fff; }


/* ============================================================
   CONTACT PAGE
   ============================================================ */

/* Hero */
.contact-hero {
    background: #111;
    padding: 80px 0 64px;
    position: relative;
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 480px; height: 480px;
    border-radius: 50%;
    background: rgba(255,63,108,0.07);
    pointer-events: none;
}
.contact-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ff3f6c;
    margin-bottom: 14px;
}
.contact-hero-title {
    font-size: clamp(36px, 6vw, 62px);
    font-weight: 300;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 18px;
}
.contact-hero-title em { font-style: italic; color: #ff3f6c; }
.contact-hero-divider { width: 50px; height: 1px; background: #ff3f6c; margin: 22px 0; }
.contact-hero-sub { font-size: 14px; font-weight: 300; color: #aaa; max-width: 460px; line-height: 1.85; }

/* Quick band */
.contact-band { background: #ff3f6c; padding: 0; }
.band-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    transition: background 0.3s;
}
.band-item:last-child { border-right: none; }
.band-item:hover { background: rgba(0,0,0,0.08); }
.band-icon {
    width: 38px; height: 38px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}
.band-label { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.72); margin-bottom: 2px; }
.band-value { font-size: 13px; font-weight: 500; color: #fff; }

/* Main section */
.contact-main { background: #faf9f7; padding: 76px 0 90px; }
.contact-section-label { font-size: 11px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: #ff3f6c; margin-bottom: 12px; }
.contact-section-heading { font-size: clamp(26px, 4vw, 42px); font-weight: 300; color: #111; line-height: 1.15; margin-bottom: 10px; }
.contact-section-heading em { font-style: italic; color: #ff3f6c; }
.contact-section-sub { font-size: 13px; color: #888; line-height: 1.8; margin-bottom: 28px; }

/* Form card */
.contact-form-card { background: #fff; border-radius: 4px; border: 1px solid #ebebeb; padding: 38px 36px; }
.contact-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 7px;
    display: block;
}
.contact-input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #111;
    background: #fafafa;
    outline: none;
    transition: border-color 0.25s, background 0.25s;
    margin-bottom: 18px;
}
.contact-input:focus { border-color: #ff3f6c; background: #fff; }
.contact-textarea { resize: vertical; min-height: 126px; }
.contact-submit-btn {
    background: #ff3f6c;
    color: #fff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 13px 32px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s, transform 0.2s;
}
.contact-submit-btn:hover { background: #e7335e; transform: translateY(-2px); }

/* Alerts */
.contact-alert-success {
    background: #fff8f9;
    border: 1px solid #ff3f6c;
    border-left: 4px solid #ff3f6c;
    padding: 14px 18px;
    border-radius: 3px;
    font-size: 13px;
    color: #111;
    margin-bottom: 22px;
}
.contact-alert-error {
    background: #fff3f3;
    border: 1px solid #f5a5a5;
    border-left: 4px solid #e53935;
    padding: 14px 18px;
    border-radius: 3px;
    font-size: 13px;
    color: #c62828;
    margin-bottom: 22px;
}

/* Info blocks */
.contact-info-block {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 24px 26px 20px;
    margin-bottom: 18px;
    transition: box-shadow 0.3s, transform 0.3s;
}
.contact-info-block:hover { box-shadow: 0 10px 28px rgba(0,0,0,0.07); transform: translateY(-3px); }
.contact-info-icon { font-size: 18px; color: #ff3f6c; margin-bottom: 12px; display: block; }
.contact-info-title { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #ff3f6c; margin-bottom: 8px; }
.contact-info-content { font-size: 13px; color: #444; line-height: 1.75; }
.contact-info-content a { color: #111; text-decoration: none; font-weight: 500; transition: color 0.2s; }
.contact-info-content a:hover { color: #ff3f6c; }

/* GST block */
.contact-gst-block { background: #111; border-radius: 4px; padding: 22px 26px; margin-bottom: 18px; }
.contact-gst-label { font-size: 10px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 10px; }
.contact-gst-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.contact-gst-row:last-child { border-bottom: none; }
.contact-gst-key { font-size: 11px; color: rgba(255,255,255,0.42); }
.contact-gst-val { font-size: 13px; color: #fff; font-weight: 500; letter-spacing: 0.4px; }

/* Map section */
.contact-map-section { background: #f0eeea; padding: 64px 0; }
.contact-map-card {
    background: #111;
    color: #fff;
    border-radius: 4px;
    padding: 34px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-map-pin { font-size: 26px; color: #ff3f6c; margin-bottom: 16px; display: block; }
.contact-map-card h4 { font-size: 24px; font-weight: 300; color: #fff; margin-bottom: 14px; }
.contact-map-card h4 em { font-style: italic; color: #ff3f6c; }
.contact-map-card p  { font-size: 13px; color: #aaa; line-height: 1.85; margin-bottom: 22px; }
.contact-directions-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ff3f6c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 11px 22px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.3s;
    width: fit-content;
}
.contact-directions-btn:hover { background: #e7335e; color: #fff; }
.contact-map-embed { border-radius: 4px; overflow: hidden; border: 1px solid #ddd; height: 370px; width: 100%; }
.contact-map-embed iframe { width: 100%; height: 100%; border: none; display: block; }

/* Hours section */
.contact-hours-section { background: #fff; padding: 64px 0; border-bottom: 1px solid #eee; }
.contact-hours-table { width: 100%; font-size: 13px; }
.contact-hours-table tr td { padding: 9px 0; border-bottom: 1px solid #f0f0f0; color: #444; }
.contact-hours-table tr:last-child td { border-bottom: none; }
.contact-hours-table td:first-child { font-weight: 500; color: #111; }
.contact-hours-table td:last-child { text-align: right; }
.hours-open   { color: #ff3f6c; font-weight: 500; }
.hours-closed { color: #ccc; }

/* Social */
.contact-social-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.contact-social-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f0eeea;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}
.contact-social-chip:hover { background: #ff3f6c; color: #fff; border-color: #ff3f6c; }

/* Promise box */
.contact-promise-box {
    margin-top: 32px;
    background: #faf9f7;
    border-radius: 4px;
    padding: 22px 26px;
    border: 1px solid #e0e0e0;
}
.contact-promise-title { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #ff3f6c; margin-bottom: 8px; }
.contact-promise-text  { font-size: 13px; color: #444; line-height: 1.75; margin: 0; }
.contact-promise-text a { color: #ff3f6c; font-weight: 600; text-decoration: none; }
