/* ==========================================================================
   Global & layout
   ========================================================================== */
:root {
    --kt-primary: #9d0d87;
    --kt-primary-active: #7C066A;
    --kt-text-muted: #a1a5b7;
}
.btn{
    font-weight: 600;
    font-family: 'Caveat', cursive;
}
.btn-outline-primary {
    border-color: var(--kt-primary);
    color: var(--kt-primary);
    border-width: 2px;
}   
.btn-outline-primary:hover {
    background-color: var(--kt-primary);
    border-color: var(--kt-primary);
    color: #fff;
}
body {
    color: #181c32;
    background: linear-gradient(160deg, #faf5fb 0%, #f8fafc 35%, #f5f1f6 100%);
    background-attachment: fixed;
}
.custom_font{
    font-family: 'Caveat', cursive;
}
/* Navbar – gradient header */
.site-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: linear-gradient(135deg, #6366f161 0%, #8b5cf6 35%, #7c3aedcc 70%, #7c066ac7 100%);
    background-attachment: scroll;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.25);
    height: 90px;
}
.site-navbar .container {
    background: transparent !important;
}
.site-navbar .nav-link {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95) !important;
    letter-spacing: 0.02em;
    font-family: 'Caveat', cursive;
    font-size: 22px;
}
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    color: #fff !important;
}
.site-navbar .nav-link.active, .site-navbar .nav-link.show {
    color: #000 !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}
.btn-header-quote {
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    padding: 0.4rem 1.2rem;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 0.9rem;
}
.btn-header-quote svg {
    width: 18px;
    height: 18px;
}
.btn-header-quote:hover {
    background-color: rgba(255, 255, 255, 0.95);
    color: #7C066A;
    border-color: #fff;
}
.site-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
}
.site-navbar .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* Navbar – mobile menu background */
@media (max-width: 991.98px) {
    .site-navbar .navbar-collapse {
        background: linear-gradient(180deg, #6d28d9 0%, #7C066A 50%, #6b21a8 100%);
        margin: 0.5rem -0.5rem -0.5rem -0.5rem;
        padding: 1rem 0.5rem 1.25rem;
        border-radius: 0 0 0.75rem 0.75rem;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }
    .site-navbar .navbar-nav {
        gap: 0.25rem;
    }
    .site-navbar .nav-link {
        padding: 0.6rem 1rem;
        border-radius: 0.5rem;
        color: rgba(255, 255, 255, 0.95) !important;
    }
    .site-navbar .nav-link:hover,
    .site-navbar .nav-link:focus,
    .site-navbar .nav-link.active {
        color: #fff !important;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* Buttons & forms */
.btn-primary { background-color: var(--kt-primary); border-color: var(--kt-primary); }
.btn-primary:hover { background-color: var(--kt-primary-active); border-color: var(--kt-primary-active); }
.form-control:focus { border-color: var(--kt-primary); box-shadow: 0 0 0 0.2rem rgba(102, 108, 255, 0.25); }
.link-primary { color: var(--kt-primary) !important; }

/* Footer – gradient */
footer {
    background: linear-gradient(180deg, #c4b5fd 0%, #a78bfa 25%, #8b5cf6 50%, #7c3aed 75%, #6d28d9 100%);
    color: #333;
    position: relative;
}
footer .text-white { color: #fff !important; }
footer .text-secondary { color: rgba(255, 255, 255, 0.9) !important; }
footer a.text-secondary { color: rgba(255, 255, 255, 0.9) !important; }
footer a.text-secondary:hover { color: #fff !important; }
footer .border-secondary { border-color: rgba(255, 255, 255, 0.25) !important; }
.footer-social-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: background-color 0.2s, transform 0.2s;
}
.footer-social-btn:hover {
    background-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    transform: scale(1.05);
}
.footer-social-btn svg { flex-shrink: 0; }
.footer-copyright {
    background: linear-gradient(135deg, #6366f161 0%, #8b5cf6 35%, #7c3aedcc 70%, #7c066ac7 100%);
}
.footer-copyright .text-white { color: #fff !important; }
.navbar-brand img { height: 70px; width: auto; }

/* Section backgrounds */
.bg-hero {
    background: linear-gradient(135deg, rgba(102, 108, 255, 0.06) 0%, rgba(102, 108, 255, 0.02) 50%, #fff 100%);
    position: relative;
}
.bg-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(102, 108, 255, 0.08) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(102, 108, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}
.bg-hero .container { position: relative; z-index: 1; }
.bg-section-soft {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.bg-section-pattern {
    background-color: #f8fafc;
    background-image: radial-gradient(circle at 1px 1px, rgba(102, 108, 255, 0.06) 1px, transparent 0);
    background-size: 24px 24px;
}
.bg-section-alt {
    background: linear-gradient(180deg, #faf5fb 0%, #fff 100%);
}

/* Reviews section – light purple background */
.bg-reviews-section {
    background-color: #F2CEF7;
}

.review-card {
    border-radius: 1rem;
    overflow: visible;
}

.review-card-body {
    border-radius: 1rem;
}

.review-card-avatar-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 0.25rem;
}

.review-card-avatar {
    width: 56px;
    height: 56px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.review-card-google-icon {
    position: absolute;
    bottom: -2px;
    right: -4px;
    display: inline-flex;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.review-card-name {
    font-size: 1rem;
}

.review-card-time {
    font-size: 0.8125rem;
}

.review-card-stars {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

.review-card-stars .review-star {
    color: #f0b429;
}

.review-verified-badge {
    width: 20px;
    height: 20px;
    background-color: #4285F4;
    color: #fff;
    flex-shrink: 0;
}

.review-card-text {
    line-height: 1.5;
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
}

/* Scroll to top */
.btn-scroll-top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--kt-primary);
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(102, 108, 255, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s, background 0.2s, transform 0.2s;
}
.btn-scroll-top.visible {
    opacity: 1;
    visibility: visible;
}
.btn-scroll-top:hover {
    background: var(--kt-primary-active);
    color: #fff;
    transform: translateY(-2px);
}

/* ==========================================================================
   Quote modal
   ========================================================================== */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}
.quote-modal-content,
.quote-modal-content .modal-header,
.quote-modal-content .modal-body {
    background-color: #faf5fb;
}
.quote-modal-close {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--kt-primary);
    color: var(--kt-primary);
    background: #fff;
    transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
}
.quote-modal-close:hover {
    background: var(--kt-primary);
    color: #fff;
    border-color: var(--kt-primary);
    transform: scale(1.05);
}
.quote-modal-close:focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 108, 255, 0.25);
}

/* ==========================================================================
   Designer page
   ========================================================================== */
.text-design-purple { color: var(--kt-primary); }
.btn-design-cta { background-color: #666cff; border-color: #666cff; color: #fff; }
.btn-design-cta:hover { background-color: #5558e3; border-color: #5558e3; color: #fff; }
.designer-hero-title { line-height: 1.2;     font-family: 'Caveat', cursive;}
.designer-hero-img { max-height: 65vh; width: auto; object-fit: contain; }
.designer-ideas-title { letter-spacing: -0.02em; }
.designer-split-section { min-height: 420px; }
.designer-gallery-col { background-color: #f1f5f9; overflow: hidden; }
.designer-gallery-inner { min-height: 420px; }
.designer-gallery-img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 420px; }
.designer-purple-col { background-color: #666cff; }
.designer-purple-inner { min-height: 420px; }
.designer-way-title { font-size: 3rem; font-weight: 700; color: #ffffff; }
.designer-feature-list { color: rgba(255,255,255,0.95); }
.designer-feature-list strong { color: #fff; }
.designer-feature-desc { font-size: 0.95rem; line-height: 1.5; opacity: 0.95; }
.designer-bullet { color: #b8d4e8; font-size: 1.5rem; line-height: 1.3; }
.text-secondary {
    color: #333333 !important;
    font-weight: 400;
}
/* ==========================================================================
   Gallery (home)
   ========================================================================== */
.gallery-item { cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.gallery-item:hover { transform: translateY(-2px); box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important; }
.gallery-modal .modal-backdrop { background-color: #666cff; }
.gallery-modal-content { border-radius: 1rem; box-shadow: none; background: #F9E3FC; }
.gallery-modal-header { background: transparent; position: relative; }
.gallery-modal-body { background: transparent; min-height: 280px; }
.gallery-image-wrap { min-height: 60vh; background: transparent; border-radius: 0 0 1rem 1rem; }
.gallery-modal-img { max-height: 90vh; width: auto; max-width: 100%; border-radius: 0.5rem; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); transition: opacity 0.2s ease; }
.gallery-close-btn {
    width: 44px; height: 44px; border-radius: 50%;
    color: #475569; background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    transition: color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.gallery-close-btn:hover {
    color: #fff; background: #666cff; border-color: #666cff;
    box-shadow: 0 4px 16px rgba(102, 108, 255, 0.4);
    transform: scale(1.05);
}
.gallery-close-btn:active { transform: scale(0.98); }
.gallery-nav-btn {
    width: 56px; height: 56px; border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: #666cff;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 10;
    transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.gallery-prev { left: 2.5rem; }
.gallery-next { right: 2.5rem; }
.gallery-nav-btn:hover {
    background: #5558e3; color: #fff; border-color: #5558e3;
    box-shadow: 0 6px 24px rgba(102, 108, 255, 0.35);
    transform: translateY(-50%) scale(1.1);
}
.gallery-nav-btn:active { transform: translateY(-50%) scale(0.97); }
#galleryCounter { font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }

/* ==========================================================================
   Custom design page
   ========================================================================== */
.custom-hero-section { min-height: 0; }
.custom-hero-heading { line-height: 1.2; }
.custom-hero-handwritten { font-family: 'Caveat', cursive; font-weight: 700; font-size: 2.5rem; color: #181c32; }
.custom-hero-sub { font-size: 1.1rem; font-weight: 400; color: #5e6278; line-height: 1.6; max-width: 28rem; }
.btn-custom-cta { background-color: #666cff; border: none; color: #fff; }
.btn-custom-cta:hover { background-color: #5558e3; color: #fff; }
.btn-custom-cta svg { flex-shrink: 0; }
.custom-hero-visual { position: relative; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.custom-purple-blob {
    position: absolute; width: 85%; max-width: 420px; aspect-ratio: 4/3;
    background: #666cff;
    background-image: linear-gradient(135deg, rgba(255,255,255,0.06) 25%, transparent 25%), linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%);
    background-size: 12px 12px;
    border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
    transform: rotate(-8deg);
    z-index: 0;
}
.custom-hero-img { position: relative; z-index: 1; max-width: 90%; height: auto; max-height: 320px; object-fit: contain; transform: rotate(-3deg); }
.custom-deco { position: absolute; color: #666cff; z-index: 2; }
.custom-deco-zigzag { width: 36px; height: 14px; top: 12%; left: 8%; }
.custom-deco-circles { width: 28px; height: 28px; top: 8%; right: 15%; }
.custom-deco-triangles { width: 24px; height: 22px; bottom: 18%; left: 5%; }
.custom-deco-plus { font-size: 1.5rem; font-weight: 300; bottom: 12%; right: 12%; line-height: 1; }
.custom-designs-title { font-size: 1.75rem; font-weight: 700; color: #181c32; }

/* Custom design – FAQ */
.custom-faq-heading { font-family: 'Caveat', cursive; font-weight: 700; font-size: 2.5rem; line-height: 1.2; }
.custom-faq-heading-purple { color: var(--kt-primary); }
.custom-faq-heading-black { color: #181c32; }
.custom-faq-subheading { font-family: 'Caveat', cursive; font-weight: 600; font-size: 1.35rem; color: #181c32; max-width: 36rem; }
.custom-faq-accordion { max-width: 720px; }
.custom-faq-accordion .accordion-item { border: none; margin-bottom: 0; overflow: visible; background: transparent; }
.custom-faq-accordion .accordion-item + .accordion-item .accordion-header { border-top: 1px solid rgba(184, 134, 196, 0.5); }
.custom-faq-btn {
    width: 100%;
    background: #666cff !important;
    color: #e2d4e8 !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.4rem !important;
    padding: 0.85rem 1.25rem !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-align: left;
}
.custom-faq-btn:hover { color: #f5eef8 !important; background: #5558e3 !important; }
.custom-faq-btn:not(.collapsed) { color: #f5eef8 !important; background: #5558e3 !important; }
.custom-faq-btn:focus { box-shadow: none !important; outline: none !important; }
.custom-faq-question { flex: 1; font-family: 'Caveat', cursive;}
.custom-faq-arrow { flex-shrink: 0; color: #d4b8dc; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; }
.custom-faq-btn::after { display: none !important; }
.custom-faq-btn:not(.collapsed) .custom-faq-arrow { transform: rotate(180deg); color: #f5eef8; }
.custom-faq-body { background: #faf5fb; color: #5e6278; padding: 1rem 1.25rem; font-size: 0.95rem; border-left: 3px solid #666cff; }
.breadcrumb-item a { color: #666cff; }
.breadcrumb-item a:hover { color: #5558e3; }

/* ==========================================================================
   Portfolio page
   ========================================================================== */
.portfolio-hero-section { min-height: 0; }
.portfolio-hero-logo { max-width: 80px; }
.portfolio-logo-img { width: 100%; height: auto; display: block; }
.portfolio-hero-heading { line-height: 1.2; }
.portfolio-our-work { font-family: 'Caveat', cursive; font-weight: 700; font-size: 2.25rem; color: #181c32; }
.portfolio-title-badge { font-family: 'Caveat', cursive; font-weight: 700; font-size: 2.5rem; color: #fff; background: #181c32; padding: 0.15em 0.4em; border-radius: 8px; display: inline-block; margin-top: 0.1em; }
.portfolio-hero-desc { font-size: 1.05rem; line-height: 1.6; max-width: 28rem; }
.btn-portfolio-cta { background-color: #666cff; border-color: #666cff; color: #fff; }
.btn-portfolio-cta:hover { background-color: #5558e3; border-color: #5558e3; color: #fff; }
.portfolio-hero-visual { position: relative; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.portfolio-purple-blob { position: absolute; width: 85%; max-width: 420px; aspect-ratio: 4/3; background: #666cff; border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%; transform: rotate(-8deg); z-index: 0; }
.portfolio-tshirts-img { position: relative; z-index: 1; max-width: 90%; height: auto; max-height: 320px; object-fit: contain; transform: rotate(-3deg); }
.portfolio-deco { position: absolute; color: #666cff; z-index: 2; }
.portfolio-deco-zigzag { width: 36px; height: 14px; top: 12%; left: 8%; }
.portfolio-deco-circles { width: 28px; height: 28px; top: 8%; right: 15%; }
.portfolio-deco-triangles { width: 24px; height: 22px; bottom: 18%; left: 5%; }
.portfolio-deco-plus { font-size: 1.5rem; font-weight: 300; bottom: 12%; right: 12%; line-height: 1; }
.portfolio-caption { font-size: 0.8rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-hero-section { min-height: 0; }
.contact-hero-heading { font-family: 'Caveat', cursive; font-weight: 700; font-size: 3rem; color: #181c32; line-height: 1.2; }
.contact-hero-desc { font-size: 1.05rem; line-height: 1.6; max-width: 28rem; }
.contact-hero-btn { background-color: var(--kt-primary); border: none; color: #fff; }
.contact-hero-btn:hover { background-color: var(--kt-primary-active); color: #fff; }
.contact-hero-btn svg { flex-shrink: 0; }
.contact-hero-visual { position: relative; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.contact-purple-blob {
    position: absolute; width: 85%; max-width: 420px; aspect-ratio: 4/3;
    background: #666cff;
    background-image: linear-gradient(135deg, rgba(255,255,255,0.06) 25%, transparent 25%), linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%);
    background-size: 12px 12px;
    border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
    transform: rotate(-8deg);
    z-index: 0;
}
.contact-hero-img { position: relative; z-index: 1; max-width: 88%; height: auto; max-height: 340px; object-fit: contain; transform: rotate(-2deg); }
.contact-deco { position: absolute; color: #666cff; z-index: 2; }
.contact-deco-zigzag { width: 36px; height: 14px; top: 12%; left: 8%; }
.contact-deco-circles { width: 28px; height: 28px; top: 8%; right: 15%; }
.contact-deco-triangles { width: 24px; height: 22px; bottom: 18%; left: 5%; }
.contact-deco-plus { font-size: 1.5rem; font-weight: 300; bottom: 12%; right: 12%; line-height: 1; }
.contact-section-title { font-size: 1.5rem; color: #181c32; }
.contact-form-title { font-size: 1.25rem; color: #181c32; letter-spacing: 0.02em; }
.contact-social-btn {
    width: 40px; height: 40px;
    background-color: #666cff;
    color: #fff;
    transition: background-color 0.2s, transform 0.2s;
}
.contact-social-btn:hover { background-color: #5558e3; color: #fff; transform: scale(1.05); }
.contact-social-btn svg { flex-shrink: 0; }
.contact-tagline { font-size: 1rem; }

/* Contact "Get in Touch" / "Get a Quick Quote" section – background #7C066A */
.contact-quote-section { background-color: #7C066A; }
.contact-quote-section .contact-quote-heading { color: #fff; font-family: 'Caveat', cursive; }
.contact-quote-section .contact-quote-text { color: rgba(255, 255, 255, 0.92); }
.contact-quote-section .contact-quote-label { color: #fff; }
.contact-quote-section .contact-quote-link { color: rgba(255, 255, 255, 0.95); }
.contact-quote-section .contact-quote-link:hover { color: #fff; }
.contact-quote-section .contact-social-btn { background-color: rgba(255, 255, 255, 0.25); color: #fff; }
.contact-quote-section .contact-social-btn:hover { background-color: rgba(255, 255, 255, 0.4); color: #fff; }
.contact-quote-card .contact-quote-heading { color: #181c32; }
.contact-quote-card .contact-quote-text { color: #6c757d; }
.contact-quote-submit { background-color: #7C066A; border: none; color: #fff; }
.contact-quote-submit:hover { background-color: #650856; color: #fff; }
.contact-quote-submit svg { flex-shrink: 0; }
