/*
Theme Name: Lacevely Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* Plus Jakarta Sans – Regular (400) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/wp-content/themes/lacevely-child/fonts/PlusJakartaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Plus Jakarta Sans – Medium (500) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/wp-content/themes/lacevely-child/fonts/PlusJakartaSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Plus Jakarta Sans – SemiBold (600) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/wp-content/themes/lacevely-child/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Plus Jakarta Sans – Bold (700) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/wp-content/themes/lacevely-child/fonts/PlusJakartaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
/* FORCE Plus Jakarta Sans across the site */
html body{
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Headings */
html body h1, 
html body h2, 
html body h3, 
html body h4, 
html body h5, 
html body h6{
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Menu + buttons + inputs */
html body .nav > li > a,
html body .button,
html body .btn,
html body button,
html body input,
html body textarea,
html body select{
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

#logo img {
    position: relative;
    top: -5px;
}

/* ===== Lacevely Contact Page ===== */
.lv-contact-page {
    --lv-bg1: #fff6f7;
    --lv-bg2: #ffeef1;
    --lv-card: #ffffff;
    --lv-text: #111827;
    --lv-muted: #6b7280;
    --lv-border: #e5e7eb;
    --lv-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
    --lv-radius: 16px;
    --lv-pink: #ff3b7a;
    --lv-pink-2: #ff5a92;
    --lv-pill: #f3f4f6;
    color: var(--lv-text);
    background: linear-gradient(
        180deg,
        #fff4f6 0%,
        #fff7f8 55%,
        #ffffff 100%
     );
}
.lv-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}
.lv-hero {
    padding: 54px 0;
    text-align: center;
}
.lv-hero__title {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(32px, 3.6vw, 52px);
    color: #000;
}
.lv-hero__sub {
    margin: 14px auto 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--lv-muted);
} /* Card */
.lv-card {
    background: var(--lv-card);
    border: 1px solid rgba(229, 231, 235, 0.7);
    border-radius: var(--lv-radius);
    box-shadow: var(--lv-shadow);
}
.lv-contact-card {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    overflow: hidden;
    margin-top: -10px;
}
.lv-contact-card__left {
    padding: 26px 26px 28px;
    background: #fff;
}
.lv-contact-card__right {
    padding: 24px 24px 28px;
    background: #fff5f7;
    border-left: 1px solid rgba(229, 231, 235, 0.8);
    position: relative;
}
.lv-card__title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
}
.lv-card__desc {
    margin: 0 0 18px;
    color: var(--lv-muted);
    font-size: 13px;
} /* Form */
.lv-form {
    margin-top: 6px;
}
.lv-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}
.lv-grid--2 {
    grid-template-columns: 1fr 1fr;
}
.lv-field {
    display: grid;
    gap: 8px;
}
.lv-label {
    font-size: 15px;
    color: #374151;
    font-weight: 600;
}
.lv-input,
.lv-select,
.lv-textarea {
    width: 100%;
    border: 1px solid var(--lv-border);
    border-radius: 10px;
    padding: 11px 12px;
    font-size: 14px;
    outline: none;
    background: #fff;
    transition:
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}
.lv-textarea {
    resize: vertical;
    min-height: 120px;
}
.lv-input:focus,
.lv-select:focus,
.lv-textarea:focus {
    border-color: rgba(255, 59, 122, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 59, 122, 0.15);
}
.lv-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    background: linear-gradient(90deg, var(--lv-pink), var(--lv-pink-2));
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(255, 59, 122, 0.25);
}
.lv-btn__arrow {
    display: inline-block;
    transform: translateY(-1px);
} /* Right side */
.lv-side__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 800;
}
.lv-sidebox {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(229, 231, 235, 0.7);
    border-radius: 14px;
    padding: 14px;
}
.lv-sideitem {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: start;
    padding: 8px 0;
}
.lv-sideitem + .lv-sideitem {
    border-top: 1px dashed rgba(229, 231, 235, 0.9);
}
.lv-ico {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 59, 122, 0.12);
    font-size: 14px;
}
.lv-sideitem__head {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 2px;
}
.lv-link {
    color: var(--lv-pink);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}
.lv-text {
    margin-bottom: 0;
}
.lv-link:hover {
    text-decoration: underline;
}
.lv-muted {
    color: var(--lv-muted);
    font-size: 15px;
    margin-top: 2px;
}
.lv-side__spacer {
    height: 18px;
}
.lv-pillrow {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.lv-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(229, 231, 235, 0.75);
    color: #111827;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
}
.lv-pill:hover {
    border-color: rgba(255, 59, 122, 0.35);
} 
.lv-bubble {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85), rgba(255, 90, 146, 0.18));
    filter: blur(0px);
    pointer-events: none;
}
.lv-fab {
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lv-pink), var(--lv-pink-2));
    color: #fff;
    display: grid;
    place-items: center;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(255, 59, 122, 0.35);
    transform: translateZ(0);
} /* FAQ */
.lv-faq {
    padding: 42px 0 60px;
}
.lv-section-title {
    text-align: center;
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 800;
}
.lv-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.lv-faq-card {
    background: #fff;
    border: 1px solid rgba(229, 231, 235, 0.75);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}
.lv-faq-ico {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 59, 122, 0.12);
    display: grid;
    place-items: center;
    margin-bottom: 10px;
}
.lv-faq-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
}
.lv-faq-desc {
    margin: 0 0 10px;
    font-size: 15px;
    color: var(--lv-muted);
    line-height: 1.6;
}
.lv-faq-link {
    color: var(--lv-pink);
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}
.lv-faq-link:hover {
    text-decoration: underline;
}
.lv-cf7 input[type="text"],
.lv-cf7 input[type="email"],
.lv-cf7 textarea {
    width: 100%;
    border: 1px solid var(--lv-border);
    border-radius: 10px;
    padding: 11px 12px;
    font-size: 15px;
    outline: none;
    background: #fff;
}

.lv-cf7 select {
    width: 100%;
    border: 1px solid var(--lv-border);
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 15px;
    outline: none;
    background: #fff;
}
.lv-cf7 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    padding: 3px 16px;
    background: linear-gradient(90deg, var(--lv-pink), var(--lv-pink-2));
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(255, 59, 122, 0.25);
} 

.lv-contact-page .lv-cf7 .wpcf7-not-valid-tip{
  display: inline-block !important;
  margin-top: 6px !important;
  padding: 6px 10px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  color: #b42318 !important;
  background: #fff5f5 !important;
  border: 1px solid rgba(180,35,24,.18) !important;
}

.lv-contact-page .lv-cf7 .wpcf7-not-valid{
  border-color: rgba(180,35,24,.35) !important;
  box-shadow: 0 0 0 4px rgba(180,35,24,.10) !important;
}

.lv-contact-page .lv-cf7 .wpcf7-response-output{
  margin: 14px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  background: #fff8e6 !important;
  border: 1px solid rgba(245,158,11,.45) !important; /* amber */
  color: #7a4b00 !important;
}

.lv-contact-page .lv-cf7 form.sent .wpcf7-response-output{
  background: #ecfdf3 !important;
  border-color: rgba(34,197,94,.35) !important;
  color: #166534 !important;
}

.lv-contact-page .lv-cf7 .wpcf7-spinner{
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 10px !important;
  margin-top: 0 !important;
  inset: auto !important;
}

.lv-contact-page .lv-cf7 .ajax-loader{
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 10px !important;
}

.lv-contact-page .lv-cf7 form.wpcf7-form p{
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-91 .processing:before {
    display: none;
}


/* Responsive */
@media (max-width: 980px) {
    .lv-contact-card {
        grid-template-columns: 1fr;
    }
    .lv-contact-card__right {
        border-left: 0;
        border-top: 1px solid rgba(229, 231, 235, 0.8);
    }
    .lv-faq-grid {
        grid-template-columns: 1fr;
    }
    .lv-grid--2 {
        grid-template-columns: 1fr;
    }
}

/* ===== End Contact Page ===== */


/* ===== Footer  ===== */
.footer-2.dark .dark,
.footer-2.dark {
    color: #000;
}

.footer-2.dark .dark p {
    color: #6b7280;
}

body .absolute-footer {
    font-size: .8em;
    background: transparent;
    padding: 10px 0;
    color: #6b7280;
}
.footer-2.dark .dark .widget_nav_menu a {
    color: #6b7280;
}
.footer-2.dark .dark .widget_nav_menu a:hover {
    color: #ee2b6c;
}

body .absolute-footer .container {
    border-top: 1px solid rgba(0,0,0,0.05);
}

body .absolute-footer .footer-primary.pull-left {
    position: relative;
    top: 16px;
}

body .absolute-footer .footer-secondary {
    padding: 7px 0;
    position: relative;
    top: 4px;
}

body .payment-icons .payment-icon svg {
    height: 15px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}